@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

html {
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

ul,
ol {
    margin: 0px;
    padding: 0;
    list-style: none;
}

*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a,
img,
a:hover,
img:hover {
    border: 0px;
    outline: 0px;
    color: #A70000;
    text-decoration: none;
    vertical-align: top;
}

body {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    position: relative;
    font-family: 'Inter', sans-serif;
    background: #fff;
    color: #141414;
}

input,
select,
textarea,
button {
    font-family: 'Inter', sans-serif;
}

input[type=file]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-weight: 600;
}

p {
    margin-bottom: 15px;
    display: block;
}

.scrollup {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    width: 40px;
    font-size: 20px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #A70000;
    display: none;
    line-height: 40px;
    transition: all ease-in-out .5s;
}

.scrollup:hover {
    color: #fff;
    background: #620101;
}

.wrapper {
    width: 100%;
    float: left;
    position: relative;
}

@media screen and (max-width : 1366px) {
    .wrapper_inner {
        max-width: 1200px;
    }
}

.wrapper_inner {
    position: relative;
    padding: 0 15px;
    max-width: 1340px;
    margin-inline: auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all ease-in-out .5s;
}

.inner_page .header ,
.header.fix {
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    transition: all ease-in-out .5s;
}

.logo {
    padding-top: 15px;
    float: left;
    transition: all ease-in-out .5s;
}

.logo img {
    float: left;
    height: 82px;
    transition: all ease-in-out .5s;
}

.inner_page .header .logo ,
.header.fix .logo {
    padding-top: 10px;
}

.inner_page .header .logo img ,
.header.fix .logo img {
    height: 60px;
}

.navigation {
    padding-top: 5px;
    transition: all ease-in-out .5s;
}

.inner_page .header .navigation ,
.header.fix .navigation {
    padding-top: 0;
}

.navigation, .navigation ul {
    float: right;
    position: relative;
    transition: all ease-in-out .5s;
}

.navigation ul li {
    float: left;
    position: relative;
    padding: 23px 0;
    transition: all ease-in-out .5s;
}

.navigation ul li+li {
    margin-left: 30px;
}

.navigation ul li a {
    float: left;
    position: relative;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    transition: all ease-in-out .5s;
}

.navigation ul li a span {
    float: right;
    margin-top: 15px;
    margin-left: 5px;
    font-size: 8px;
}

.navigation ul li.bordered a {
    background: #A70000;
    color: #fff;
    border-radius: 50px;
    padding: 0 15px;
}

.navigation .dropDown {
    position: absolute;
    top: 90%;
    left: 0;
    width: 270px;
    padding: 10px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
    display: none;
    transition: all ease-in-out .5s;
}

.navigation ul li:hover .dropDown {
    top: 100%;
    display: block;
}

.navigation .dropDown li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.navigation .dropDown li a {
    width: 100%;
    margin: 0;
    padding: 12px 10px;
    line-height: 1.4;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navigation .dropDown li a:hover,
.header.fix .navigation .dropDown li a:hover {
    border-bottom: 1px solid #A70000;
}

.navigation ul li a.active,
.navigation ul li a:hover {
    color: #A70000;
}

.navigation ul li a.active:after {
    opacity: .2;
}

.navigation ul li.bordered a:hover {
    color: #fff;
    background: #600101;
}

.navigation ul li:hover li a {
    color: #000;
}

.navigation ul li li a:hover {
    color: #A70000;
}

.menuicon {
    color: #2B2A29;
    display: none;
    float: right;
    width: 30px;
    margin-top: 15px;
}

.menuicon:hover {
    color: #A70000
}

.fixedNavigation {
    display: none;
    position: fixed;
    top: 70px;
    width: 300px;
    right: -100%;
    height: calc(100vh - 70px);
    z-index: 999;
    background-color: #A70000;
    overflow-y: auto;
    padding: 20px 0;
    transition: all ease-in-out .5s;
}

.fixedNavigation.open {
    right: 0;
}

.fixedNavigation li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fixedNavigation li:last-child {
    border-bottom: 0px solid #000;
}

.fixedNavigation li .fa {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.fixedNavigation li.active .fa {
    transform: rotate(180deg);
}

.fixedNavigation li a {
    float: left;
    width: 100%;
    padding: 5px 20px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    transition: all ease-in-out .5s;
}

.fixedNavigation li a:hover {
    color: #fff
}

.fixedNavigation li li a:hover {
    color: #fff
}

.fixedNavigation li ul {
    width: 100%;
    float: left;
    display: none;
    background: rgba(0, 0, 0, 0.2)
}

.menuMasked {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    transition: all ease-in-out .5s;
}

.menuMasked.open {
    display: block;
}

body.menuOpened {
    overflow: hidden;
}

.menuicon span:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 24px;
}

.menuicon.open span:before {
    content: "\f00d"
}

/* homeSlider */
.homeSlider {
    background: #fff;
    min-height: 100vh;
    overflow: hidden;
    background-image: url(../images/bannerBg1.png);
    background-position: center;
    background-size: auto 120%;
}
#homeSlider .carousel-inner {
    min-height: 850px;
    z-index: 1;
}
#homeSlider .carousel-item {
    padding-top: 170px;
    padding-bottom: 100px;
}

.homeSlider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(186, 0, 0, .18) 100%);
}

.homeSliderBox {
    z-index: 2;
}

.sliderImg {
    float: right;
    width: 45%;
    margin-right: 20px;
    position: relative;
}

.sliderImg img {
    position: relative;
    width: 580px;
    height: 580px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.sliderImg .boxes {
    position: absolute;
    top: 0;
    left: 90px;
    z-index: 3;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #A70000;
}

.sliderImg .boxes:before {
    position: absolute;
    top: 0;
    left: -50px;
    width: 34px;
    height: 34px;
    content: "";
    border-radius: 100%;
    background: #A70000;
}

.sliderImg .boxes::after {
    position: absolute;
    top: -40px;
    right: -70px;
    width: 50px;
    height: 50px;
    content: "";
    border-radius: 100%;
    background: #A70000;
}

.sliderImg:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 100%;
    height: 100%;
    background: #C5C6C6;
    border-radius: 100%;
}

.sliderImg img {
    width: 100%;
}

.sliderImg .cones {
    display: none;
    position: absolute;
    right: 45%;
    transform: rotate(-40deg);
    top: 22%;
}

.sliderImg .cones:before,
.sliderImg .cones:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 50px;
    opacity: .5;
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 300px solid #A70000;
}

.sliderImg .cones:after {
    top: 40px;
    left: -30px;
}

.sliderTxt {
    margin: 60px 0;
    float: left;
    width: 42%;
}

.sliderTxt .sliderH1 {
    font-size: 68px;
    font-weight: 400;
    color: #600101;
    margin-bottom: 10px;
}

.sliderTxt .sliderH1 span {
    font-weight: 600;
}

.sliderTxt .p {
    font-size: 17px;
    color: #555
}
.carousel-indicators {
    bottom: 25%;
    display: block;
    text-align: left;
    width:100%;
    margin-left: 20px;
}
.carousel-indicators li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px
}
.carousel-indicators .active {
    background-color: #a70000;
}

.buttonA {
    float: left;
    font-size: 14px;
    margin-top: 25px;
    color: #620101;
    border: 2px solid #620101;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 36px;
    border-radius: 30px;
    padding: 0 15px;
    font-weight: 500;
    transition: all ease-in-out .5s;
}

.buttonA span {
    float: left;
}

.buttonA .fa {
    float: left;
    line-height: 36px;
    margin-left: 30px;
}

.buttonA:hover {
    color: #fff;
    background: #A70000;
    border: 2px solid #A70000;
}

/* about_section */
.bannerCurve {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
}

.bannerCurve img {
    width: 100%;
}

.about_section {
    padding: 50px 0;
    background: #fff;
}

.about_section .ab_title {
    float: left;
    width: 45%;
}

.home_h1 {
    font-size: 30px;
    color: #620101;
    line-height: 1.6;
}

.about_section .ab_txt {
    color: #748187;
    font-size: 16px;
    width: 52%;
    line-height: 1.8;
    float: right;
}

.about_section .ab_links {
    margin: 50px 0;
}

.about_section .ab_links ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.about_section .ab_links li {
    float: left;
    width: 100%;
    padding: 50px;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    margin-top: 80px;
}

.about_section .ab_links li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .28;
    background: linear-gradient(to right, #D0D0D0 0%, rgba(128, 128, 128, 0.1) 100%);
}

.about_section .ab_links li .icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #A70000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_section .ab_links li .icon img {
    width: 50px;
}

.about_section .ab_links li h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* services_section */
.services_section {
    padding: 50px 0;
    background: #F3F3F3;
    background-image: url(../images/gradient-dark-blue-futuristic-.png);
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.services_section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #200;
    opacity: .8;
}

.services_section h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
}

.services_section ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.services_section ul img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.services_section ul li {
    margin-bottom: 20px;
}

.services_section ul li a {
    padding-bottom: 50px;
    color: #111;
    font-weight: 500;
    transition: all ease-in-out .5s;
}
.services_section ul li:hover a {
    color: #fff;
}
.services_section ul li:hover .txt {
    background-color: #A70000;
}
.services_section ul li .p {
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services_section ul .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    padding: 15px;
    background: #F3F3F3;
    transition: all ease-in-out .5s;
}

.services_section ul .txt h4 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color:#A70000;
    transition: all ease-in-out .5s;
}
.services_section ul li:hover .txt h4 {
    color:#fff
}

.home_h5 {
    text-transform: uppercase;
    color: #c24646;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.home_h5 span {
    position: relative;
}

.home_h5 span:after {
    position: absolute;
    top: 50%;
    left: calc(100% + 30px);
    width: 80px;
    height: 2px;
    content: "";
    transform: translateY(-50%);
    background: #c24646;
}
/* industries_section */
.industries_section {
    background-color: #fff;
    padding: 60px 0;
}
.ss_bg_img {
    position: absolute;
    top: 0;
    left: -25%;
    height: 100%;
}
.industries_section .ss_title {
    width: 50%;
    padding-bottom: 50px;
    padding-top: 80px;
}
.industries_section .topLi {
    width: calc(25% - 15px);
    float: right;
    margin-top: 100px;
    margin-bottom: 20px;
}
.industries_section ul li {
    width: calc((100% - 45px) / 4);
    float: left;
    margin-top: 30px;
    margin-right: 15px;
}
.industries_section ul li a,
.industries_section .topLi a {
    color:#fff;
    overflow: hidden;
    border-radius: 100px;
    transition: all ease-in-out .5s;
}
.industries_section ul li a:before,
.industries_section .topLi a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content:"";
    background:#000;
    opacity: 0.5;
    z-index: 1;
    transition: all ease-in-out .5s;
}
.industries_section ul li a:hover:before,
.industries_section .topLi a:hover:before {
    opacity: 0.7;
}
.industries_section ul li img,
.industries_section .topLi a img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    transition: all ease-in-out .5s;
}
.industries_section ul li a:hover,
.industries_section .topLi a:hover {
    color:#f05757
}
.industries_section ul li span,
.industries_section .topLi a span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 70%;
    z-index: 2;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    transform: translate(-50%,-50%);
    transition: all ease-in-out .5s;
}
.industries_section ul li:nth-child(4n+4) {
    margin-right: 0;
}

.ss_title {
    float: left;
    width: 40%;
    position: relative;
    color:#151E36;
    padding-top: 50px;
    padding-left: 80px;
    font-weight: 500;
    line-height: 1.8;
    padding-bottom: 20px;
}
.ss_title img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.ss_title h2 {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* focus_section */
.focus_section {
    background-image: url(../images/n_d-rendering-business-meeting.png);
    background-position: center;
    background-size: cover;
}

.focus_section::before {
    background: #111;
    opacity: .81;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.focus_section .img {
    float: right;
    position: relative;
    width: 33%;
    margin-right: 3%;
    margin-top: 30px;
}

.focus_section .img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/favicon-1.png);
    background-position: center;
    background-size: cover;
}

.focus_section .img img {
    width: 100%;
    position: relative;
}

.focus_section .txt {
    float: left;
    width: 60%;
    padding-top: 50px;
    padding-left: 50px;
    color: #fff;
}

.focus_section .txt .icon {
    margin-bottom: 15px;
}

.focus_section .txt .icon img {
    height: 100px;
}

.focus_section .txt h5 {
    font-size: 44px;
    margin-bottom: 20px;
}

.focus_section .txt .p {
    font-size: 18px;
    opacity: .9;
    margin-bottom: 5px;
}

.focus_section .txt .buttonA {
    border-color: #fd9292;
    color: #fd9292;
}

/* footer */
.footer {
    background-color: #200;
    background-image: url('../images/bg-pebble-early-careers.png');
    background-position: top left;
    background-size: cover;
    color:#fff;
    padding: 20px 0;
}
.footer:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content:"";
    opacity: .95;
    background-color: #200;
}
.footer .fbox {
    float: left;
    width: 25%;
    margin-top: 40px;
}
.footer .fbox h6 {
    color:#f05757;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.footer .fbox a {
    color:#fff;
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all ease-in-out .5s;
}
.footer .fbox.fcnt a {
    text-transform: lowercase;
    text-decoration: underline;
    margin-bottom: 15px;
}
.footer .fbox a:hover {
    color:#f05757;
}
.footer .fbox li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.footer .fsocail {
    float: right;
    width: 80%;
}
.footer .fsocail a + a {
    margin-left: 20px;
}
.footer .fsocail a {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    color:#2B2A29;
    background:#fff;
}
.footer .fsocail a:hover {
    color:#fff;
    background:#f05757;
}
.copyrights {
    margin-top: 30px;
    padding-top: 20px;
    opacity: .4;
    font-size: 15px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.5);
}
/* page_banner */
.mtop {
    margin-top: 84px;
}
.page_banner {
    background: #620101;
    color: #fff;
    overflow: hidden;
}

.page_banner .pb_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #111;
    opacity: .6;
}

.page_banner img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pageBannerTxt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    z-index: 3;
}

.pageBannerTxt h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.pageBannerTxt li {
    float: left;
}

.pageBannerTxt li:before {
    content: "~";
    margin: 0 15px;
    line-height: 20px;
}

.pageBannerTxt li:last-child:before {
    display: none;
}

.pageBannerTxt li a {
    float: left;
    color: #fff;
    line-height: 20px;
    transition: all ease-in-out .5s;
}

.pageBannerTxt li a:hover,
.pageBannerTxt li a.active {
    color: #f55353;
}

/* page */
.page {
    padding: 50px 0;
    font-size: 16px;
}

.page h2 {
    font-size: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #620101;
}

.page h3 {
    font-size: 20px;
    margin: 10px 0;
    width: 100%;
    float: left;
    font-weight: 600;
    color: #620101;
}

.page h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    content: "";
    background: #a70000
}
.page_ul ul {
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-bottom: 20px;
}

.page_ul li {
    width: 100%;
    float: left;
    margin: 5px 0;
    padding-left: 30px;
    position: relative;
}

.page_ul li:before {
    content: "";
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    background-image: url(../images/favicon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.skillNrep {
    margin-top: 30px;
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.skillNrep .asp_txt {
    width: 50%;
    float: right;
    padding: 30px;
    background-color:rgba(255, 255, 255, 0.7) ;
}
.skillNrep .asp_txt h5 {
    margin-bottom: 10px;
}
.skillNrep .asp_txt h3 {
    font-size: 30px;
}
.skillNrep .asp_txt h6 {
    font-size: 16px;
    font-weight: 500;
}
.skillNrep .asp_txt li {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin: 5px 0;
    border-left: 1px solid #a70000;
}
.skillNrep .asp_txt li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #fff;
}
.skillNrep .asp_txt li:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    content: attr(data-length);
    color:#a70000;
    font-size: 12px;
    background-color: #fff;
}
.skillNrep .progress_line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    z-index: 1;
    background-color: #a70000;
}
/* otherServices */
.otherServices {
    margin-top: 40px;
}
.otherServices ul {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}
.otherServices ul li {
    background-color: #A70000;
    background-image: url(../images/bg-pebble-early-careers.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
}
.otherServices ul li a{
    width: 100%;
    display: flex;
    padding: 10px;
    height: 100px;
    align-items: center;
    justify-content: center;
    color:#fff;
    transition: all ease-in-out .5s;
    background-color: rgba(168, 0, 0, .4);
}
.otherServices ul li a:hover{
    background-color: rgba(168, 0, 0, .8);
}
/* contact_page */
.contact_page {
    text-align: center;
}

.contact_page h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.contact_page h2 {
    font-weight: 700;
    margin-bottom: 30px;
}
.page h2::after {
    display: none;
}

.contact_page .call_us li {
    display: inline-block;
    width: 335px;
    margin: 10px;
    border: 1px solid #ddd;
    padding: 30px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06)
}

.contact_page .call_us.locate_us li {
    /* width: 515px; */
}

.contact_page .call_us li i {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 58px;
    border-radius: 50%;
    color: #333;
    border: 1px solid #A70000;
    color: #A70000;
}

.contact_page .call_us li p {
    margin-top: 20px;
    font-weight: 600;
    color: #620101
}

.contact_page .call_us li a {
    color: #333;
    transition: all .5s;
}

.contact_page ul li a:hover {
    color: #A70000;
}

.contact_form {
    background: #fdf9f9
}

.span3 {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    float: left;
}

.span3:nth-child(3n+3) {
    margin-right: 0;
}

.span2 {
    width: calc((100% - 15px) / 2);
    float: left;
}

.span2:nth-child(even) {
    float: right;
}

.contact_form .cp_form input,
.contact_form .cp_form select,
.contact_form .cp_form textarea {
    width: 100%;
    height: 50px;
    border: 0px;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px;
    background: transparent;
    font-weight: 500;
    border: 1px solid #707070;
    transition: all ease-in-out .5s;
}

.contact_form .cp_form input:hover,
.contact_form .cp_form input:focus,
.contact_form .cp_form select:hover,
.contact_form .cp_form select:focus,
.contact_form .cp_form textarea:hover,
.contact_form .cp_form textarea:focus {
    border: 1px solid #620101;
}

.contact_form .cp_form textarea {
    height: 100px;
}

.contact_form .cp_form button {
    float: right;
    margin-top: 20px;
    border: 1px solid #A70000;
    line-height: 50px;
    background: #A70000;
    color: #fff;
    border-radius: 10px;
    padding: 0 20px;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all ease-in-out .5s;
}

.contact_form .cp_form button i {
    margin-right: 10px;
    transition: all ease-in-out .5s;
}

.contact_form .cp_form button:hover {
    color: #A70000;
    background: #fff;
}
.alert_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 400px;
    padding:40px;
    background-color: #fff;
    border-radius: 20px;
    font-size: 20px;
    display: none;
    z-index: 99;
}
.alert_box p{
    display: block;
    margin-top: 20px;
}
.closeBtn {
    float: right;
}
.alert-success {
    border:2px solid #1ae621;
    background-color: #dafddb
}
.alert-error {
    border:2px solid #e61a1a;
    background-color: #f9d1d1
}



/*
    ===============================
        responsive starts here
    ===============================
 */
@media screen and (max-width : 1279px) {
    .wrapper_inner {
        max-width: 980px;
    }

    .logo img {
        height: 66px
    }

    .sliderTxt {
        margin: 0;
    }

    .sliderTxt .sliderH1 {
        font-size: 44px;
    }

    .about_section .ab_links {
        margin-bottom: 0;
    }
    .sliderImg img {
        width: 400px;
        height: 400px;
    }
    #homeSlider .carousel-inner {
        min-height: 620px;
    }
    .services_section ul img {
        height: 250px;
    }

    .focus_section .txt {
        padding-left: 0;
        padding: 30px 0;
        width: 66%
    }

    .focus_section .txt h5 {
        font-size: 36px;
    }

    .focus_section .img {
        margin-right: 0;
    }
    .footer .fbox {
        width: 50%;
    }
    .footer .fsocail {
        width: 100%;
    }
}

@media screen and (max-width : 979px) {
    .wrapper_inner {
        max-width: 768px;
    }

    .header, .header.fix {
        background: #fff;
    }

    .header.fix .logo, .logo {
        padding: 10px 0;
    }

    .inner_page .header .logo img, .header.fix .logo img, .logo img {
        height: 50px;
    }

    .menuicon {
        display: block;
    }

    .navigation {
        display: none;
    }

    .fixedNavigation {
        display: block;
    }

    .sliderTxt .sliderH1 {
        font-size: 30px;
    }

    .sliderImg .cones {
        right: 70%;
        top: 40%;
    }
    .sliderImg img {
        width: 350px;
        height: 350px;
    }

    .about_section .ab_title, .about_section .ab_txt, .services_section .ss_title, .services_section .ss_txt {
        width: 100%;
    }

    .about_section .ab_txt, .about_section .ab_links, .services_section .ss_txt {
        margin-top: 20px;
    }

    .about_section .ab_links li {
        padding: 15px;
        padding-top: 50px;
    }
    .about_section .ab_links ul {
        grid-template-columns: 1fr
    }
    .services_section ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .industries_section ul li {
        width: calc((50% - 15px));
        margin-right:0px
    }
    .industries_section ul li:nth-child(even) {
        float:right
    }

    .copyrights {
        text-align: left;
    }
    .skillNrep .asp_txt{
        width: 100%;
    }
    .page_banner img {
        height: 300px;
    }
    .otherServices ul {
        grid-template-columns: repeat(2,1fr);
    }
    .mtop {
        margin-top: 70px;
    }
}

@media screen and (max-width : 767px) {
    .wrapper_inner {
        max-width: 550px;
    }

    .logo img {
        height: 40px;
    }

    .fixedNavigation {
        width: 100%;
        top: 60px;
        height: calc(100vh - 60px);
    }

    .menuicon {
        width: auto;
        margin-top: 13px;
    }

    .mtop {
        margin-top: 60px;
    }

    .scrollup {
        right: 10px;
        bottom: 10px
    }

    .sliderImg {
        width: 100%;
        margin: 0;
        text-align:center;
        margin-bottom: 50px;
    }
    #homeSlider .carousel-item {
        padding:0
    }
    .carousel-indicators {
        bottom:0px
    }
    #homeSlider .carousel-inner {
        min-height:550px
    }

    .sliderImg img {
        width: 300px;
        height:300px;
    }

    .sliderImg::before {
        left: -15px;
    }

    .homeSlider {
        padding-top: 140px;
        padding-bottom: 60px;
    }

    .sliderImg .boxes {
        height: 50px;
        width: 50px;
        left: 50px;
    }

    .sliderImg .boxes::after {
        width: 30px;
        height: 30px;
    }

    .sliderTxt, .focus_section .img, .focus_section .txt {
        width: 100%;
    }

    .about_section, .services_section {
        padding: 30px 0;
    }

    .home_h1, .techs_section h3, .focus_section .txt h5 {
        line-height: 1.4;
        font-size: 26px;
    }

    .about_section .ab_links li {
        width: 100%;
    }
    .services_section ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .industries_section ul li {
        width:100%
    }
    .footer .fbox{
        width:100%;
        margin-top:20px
    }

    .focus_section .txt .p {
        font-size: 16px;
    }

    .footer .quickLinks {
        width: 100%;
        margin-bottom: 0;
    }

    .footer .socailLinks, .foo_nav li {
        width: 100%
    }

    .foo_cnt img {
        float: left;
        margin: 10px 0;
    }
    .page_banner img {
        height: 250px;
    }
    .page h2{
        font-size: 26px;
        margin-bottom: 0px;
    }
    .otherServices {
        display: none;
    }
    .contact_page .call_us li{
        width: 100%;
        margin: 10px 0;
    }
    .span3,.span2 {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width : 359px) {
    .wrapper_inner {
        max-width: 320px;
    }
}