@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NeoSansStdMedium';
    src: url('../fonts/NeoSansStdMedium.eot');
    src: url('../fonts/NeoSansStdMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeoSansStdMedium.woff2') format('woff2'),
        url('../fonts/NeoSansStdMedium.woff') format('woff'),
        url('../fonts/NeoSansStdMedium.ttf') format('truetype'),
        url('../fonts/NeoSansStdMedium.svg#NeoSansStdMedium') format('svg');
    font-style: normal;
    font-display: swap;
}
@font-face {
    
    font-family: 'NeoSansStdRegular';
    src: url('../fonts/NeoSansStdRegular.eot');
    src: url('../fonts/NeoSansStdRegular?#iefix') format('embedded-opentype'),
        url('../fonts/NeoSansStdRegular.woff2') format('woff2'),
        url('../fonts/NeoSansStdRegular.woff') format('woff'),
        url('../fonts/NeoSansStdRegular.ttf') format('truetype'),
        url('../fonts/NeoSansStdRegular.svg#NeoSansStdRegular') format('svg');
    font-style:;
    font-display: swap;
}
@font-face {
    
    font-family: 'Aero';
    src: url('../fonts/Aero.eot');
    src: url('../fonts/Aero?#iefix') format('embedded-opentype'),
        url('../fonts/Aero.woff2') format('woff2'),
        url('../fonts/Aero.woff') format('woff'),
        url('../fonts/Aero.ttf') format('truetype'),
        url('../fonts/Aero.svg#Aero') format('svg');
    font-style:;
    font-display: swap;
}





/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
    cursor:pointer; 
}
input[type="file"]::-moz-file-upload-button {
    cursor:pointer; 
}
input[type="file"]::-ms-file-upload-button {
    cursor:pointer; 
}
input[type="file"]::-o-file-upload-button {
    cursor:pointer; 
}
input[type="file"] {
    cursor:pointer; 
}
html body{
        overflow-x: hidden;
    margin:0;
    background-color: #fff;
    /* height: 100%; */
    
}

*::-moz-selection {
    color: #fff;
    background:#000;
}
*::-webkit-selection {
    color: #fff;
    background:#000;
}
*::-webkit-input-placeholder { 
    color: #333333;
    opacity:1;
}
*:-moz-placeholder { 
    color: #333333;
    opacity:1;
}
*::-moz-placeholder { 
    color: #333333;
    opacity:1;
}
*:-ms-input-placeholder { 
    color: #333333;
    opacity:1;
}
a,div a:hover, div a:active, div a:focus, button {
    text-decoration: none;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s; 
}
a, span,div a:hover, div a:active, button {
    text-decoration: none;
}
*::after, *::before, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body a {
    outline: none;
    color:#333333;
}
body a:hover {
    color:#000;
}
body .clearfix, body .clear {
    clear:both;
    line-height:100%;
}
body .clearfix{
    height:auto;
}
*{
    outline:none!important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clr:after, 
ul:after, 
.clearfix:after, 
li:after,
.grve-container:after {
    clear:both;
    display:block;
    content:"";
}
div input, div select, div textarea, div button{
    font-family: 'SegoeSb';
}
body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: 'Denmark'; 
    line-height:120%;
    color:#171444;
    font-weight: normal;
    margin:0 0 15px;
}
body h1 { font-size: 24px;}
body h2 { font-size: 22px;}
body h3 { font-size: 18px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
    margin-bottom:0;
}
div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div select option {
    font-size: 13px;
    color:#333;
    padding: 2px 5px;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height:auto;
}
body p {
    color: #333333;
    font-size: 16px;
    line-height: 160%;
    margin: 0 0 15px;
    padding: 0;
    text-align: left;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}
body p:empty{
    margin:0;
    line-height:0;
}
body p:last-child{
    margin-bottom:0;
}
p strong {
    font-weight: bold;
}
.a-left{
    text-align:left;
}
.a-right{
    text-align:right;
}
.a-center{
    text-align:center;
}
label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left:5px;
}
.hidden{
    display:none!important;
}
iframe{
    display:block;
    width:100%;
}
.gm-style img {
    max-height: inherit;
    max-width: none;
}
.container:after{
    content:"";
    display:block;
    clear:both;
}
.container{
    width:100%;
    max-width:1200px;
    padding-left:15px;
    padding-right:15px;
    margin:0 auto;
    position:relative;
    float:none;
}
body .container .container{
    padding-left:0;
    padding-right:0;
}
/*scroll Hide*/
html.no-scroll{
    overflow: hidden;
}
html.no-scroll body {
    overflow: hidden;
    height:100%;
}
/*Default-CSS close*/
/*Gapping*/
.section-gapping,
section {
    padding-bottom: 100px;
    padding-top: 100px;
}
/*Gapping close*/
/*Default-CSS close*/


/* banner */


section.banner {
    padding: 0;
        position: relative;
}

.banner-img {
    position: relative;
}
.banner-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.banner-img::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    top: 0;
    pointer-events: none;
    z-index: 1;
    background: url(../images/banner-bottom.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}
section.banner .banner-content {
    position: absolute;
    top:63%;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: auto;
    transform: translateY(-50%);
    padding: 0 15px;
}
.text-blue {
    color: #3597D3;
}
section.banner .text-blue {
    font-size: 32px;
    margin: 0;
    font-family: 'SegoeSb';
}

section.banner .banner-content .text-bold {
    color: #FFFFFF;
    font-size: 45px;
    text-align: center;
    line-height: 120%;
    margin-bottom: 30px;
    font-family: 'Aero';
    text-shadow: 3.5px 3.5px 4px rgb(0 0 0 / 65%);
}

.banner-cont-wrap {
    max-width:52%;
}

.banner-content p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 150%;
    text-decoration: none !important;
}
/* banner */



/
section.case-analytics p {
    font-size: 16px;
    font-family: 'Segoe-Light';
    font-weight: bold;
    line-height: 182%;
    margin-bottom: 7px;
        text-align: justify;
}
.btn.btn-primary.btn-main {
    font-family: 'Denmark';
    font-size: 16px;
    border-radius: 50px;
    height: 55px;
    line-height: 55px;
    padding: 0 33px;
    margin-top: 22px;
        border: 0;
            background:#2674BA;
}
section.case-analytics .col-sm-6:first-child {
    text-align: center;
}
.btn.btn-primary.btn-main:hover {
    background: #f36f24;
}
section.case-analytics .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


header#header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
   padding-top: 30px;
       padding-bottom: 38px;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
header#header nav.navbar {
    padding: 0;
}
.navbar-header {
    left: 0;
    margin: auto;
        width: 298px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
        z-index: 1;
}
ul.nav.navbar-nav {
    text-align: right;
}
html body .fluid_dg_next > span:hover, html body .fluid_dg_prev > span:hover,
html body .owl-carousel .owl-nav button.owl-prev:hover, html body .owl-carousel .owl-nav button.owl-next:hover {
    border-color: #337ab7;
    color: #337ab7;
}
html body .fluid_dg_next > span, html body .fluid_dg_prev > span,
html body .owl-carousel .owl-nav button.owl-prev, html body .owl-carousel .owl-nav button.owl-next {
    position: absolute;
       left: 7%;
    top: 63% !important;
    top: 120px;
    bottom: auto;
    margin: auto !important;
    width: 34px;
    height: 34px;
    border-radius: 0;
    color: #CBCBCB;
    text-align: center;
    font-size: 0;
    line-height: 29px;
    display:none!important;
}


header#header ul.nav.navbar-nav li a {
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 15px;
    position: relative;
    list-style: none;
    /* font-family: 'NeoSansStdRegular'; */
    font-family: 'Montserrat', sans-serif;
}
header#header ul.nav.navbar-nav li {
    margin-right: 27px;
    float: left;
        list-style-type: none;
}
header#header ul.nav.navbar-nav li:last-child {
    margin-right: 0;
    float: left;
}

header#header ul.nav.navbar-nav {
    text-align: right !important;
    display: block !important;
    position: relative;
    width: 100%;
    padding: 28px 0 0;
    margin-top: 0;
    margin-bottom: 0;
}


header#header ul.nav.navbar-nav li a:after {
    width: 100%;
    content: " ";
    background-color: #00AAEF;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity:0;
}
header#header ul.nav.navbar-nav li.active a:after , header#header ul.nav.navbar-nav li a:hover:after{
 opacity:1;
 }
 header#header ul.nav.navbar-nav li.active a , header#header ul.nav.navbar-nav li a:hover{
 
 color: #00AAEF;
 }
ul.banner-slider {
    padding: 0;
    margin-bottom: 0;
        margin: 0;
}
header#header ul.nav.navbar-nav li:nth-child(n+5) {
    float: none;
    display: inline-block;
    margin-right: 16px;
}
.banner-head {
    font-size: 22px;
    color: #fff;
    line-height: 120%;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 3.5px 3.5px 4px rgb(0 0 0 / 65%);
}
.banner-content p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 150%;
    text-decoration: none !important;
    max-width: 853px !important;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: auto;
    padding: 0 70px;
    text-shadow: 3.5px 3.5px 4px rgb(0 0 0 / 65%);
}
.banner-cont-wrap {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}
.smart-btn {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background-color: #00AAEF;
    display: inline-block;
    padding: 0 34px;
    border-radius: 35px;
    font-weight: 600;
    font-family: 'Aero';
    letter-spacing: 1.2px;
}
.owl-nav.disabled {
    display: block !important;
}
html body .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 7%;
    transform: rotate(
180deg
);
}
html body .owl-carousel .owl-nav button::before {
   content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    background: url(../images/sprite.png);
    background-position: -513px -16px;
    height: 34px;
    width: 34px;
    text-align: center;
    margin: auto;
    
}
html body .owl-carousel .owl-nav button:hover::before {
    background-position: -569px -17px;
    transform: rotate( 
180deg
 );
}

.welcome-left-right {
    display: flex;
    align-items: stretch;
    display: flex;
    justify-content: space-between;
}
.mobile-view {
    display: none;
}
.welcome-left {
    flex: 0 0 34.20%;
}
.welcome-right {
    padding-left: 70px;
    flex: 0 0 65.80%;
    position: relative;
}
.welcome-right:after{
content: "";
    background: url(../images/welcome-right-bg.png);
    position: absolute;
    top: 0;

    right: 0;
    margin: 0 auto;
    display: block;
    width: 303px;
    height: 390px;
        z-index: -1;}
.welcome-img{
position: relative;
    /* height: 385px; */
    border: 10px solid #fff;
   -webkit-box-shadow: -1px -1px 19px 11px rgba(237, 237, 237, 0.75);
-moz-box-shadow:    -1px -1px 19px 11px rgba(237, 237, 237, 0.75);
box-shadow:         -1px -1px 19px 11px rgba(237, 237, 237, 0.75);
    }
    .welcome-img img{
    max-width: 100%!important;
    width: auto!important;
   } 
    .main-title h2 {
    font-size: 36px;
    color: #0A0E30;
   
    line-height: 120%;
    position: relative;
    padding-bottom: 25px;
    text-align: center;
    font-family: 'Aero';
}

.main-title h2:after {
    right: 0;
    content: " ";
    background-color: #0A0E30;
    position: absolute;
    height: 2px;
    width: 52px;
    bottom: 0;
    text-align: center;
    left: 0;
    margin: auto;
}
.welcome .main-title h2:after {
    right: auto;
}
.welcome .main-title h2{
text-align:left;}
.main-title {
    margin-bottom: 32px;
}
.main-title span {
    font-size: 19px;
    color: #000000;
    font-family: 'Aero';
    font-weight: 500;
}
.smart-btn.btn-text {
    height: 46px;
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
    padding: 0 32px;
}
.welcome p {
    text-align: justify;
}
.welcome .para1 span {
    font-weight: 600;
   
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
.section-we-deal {
    background-color: #EEEEEE;
}



/**************we deal section********************************/
ul.we-deal {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: none;
}
ul.we-deal li:last-child {
    margin-right: 0;
}
ul.we-deal li {
    list-style-type: none;
    width: 23.10%;
    /* margin-left: auto; */
    margin-right: 29px;
}
.we-deal-content {
    border: 2px solid #DDDDDD;
    border-top: 0;
    background-color: #fff;
    padding: 35px 20px 40px;
    text-align: center;
        position: relative;
}
.we-deal-content h3 {
color: #0A0D30;
font-size: 22px;
line-height: 120%;
text-align: center;
font-family: 'Aero';}

.we-deal-content p {
    text-align: center;
    font-size: 16px;
    min-height: 100px;
    text-transform: 
}
.we-deal-content a.link:hover:before {
background-color: #333333;
border: 2px solid #fff;
}
.we-deal-content a.link:hover:after {
color: #fff;
}
.we-deal-content a.link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    /* background: url(../images/sprite.png); */
    /* background-position: -38px -9px; */
    border: 2px solid #00AAEF;
    transform: rotate(
45deg
);
    background-color: #ffff;
    height: 42px;
    width: 42px;
    text-align: center;
    margin: auto;
        box-shadow: 7px 7px 10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 7px 7px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 7px 7px 10px rgb(0 0 0 / 10%);
    transition: all 0.5s ease;
    /* border-bottom-left-radius: 27px; */
    /* border-bottom-right-radius: 27px; */
}
.Infra-main .we-deal-content:hover{
border-color: none;
}
.we-deal-content a:hover h3 {
    color: #00AAEF;
}

.we-deal-content:hover:before{

border-color:#fff;
    
    background-color: #00AAEF;
}
.we-deal-content:hover:after {
    color: #fff;
}

/**************quick -inquiry******************/

.two-div.gather {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-form {
    /* flex: 0 0 67%; */
    padding-right: 50px;
    width: 66.76%;
}
.getintouch {
    width: 33.24%;
    padding-left: 40px!important;
    position: relative;
}
.getintouch ul.order-wise {
    padding-left: 0;
       
}

.call p{
    margin:0;
}
.contact-form .form-two-filed-wrap>.form-field {
    width: 48%;
}

.contact-form .form-field {
    position: relative;
    margin-bottom: 40px;
   
}
.form-two-filed-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-form .form-field label {
    background-color: #fff;
    border-radius: 5px;
    color: #333333;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    left: 11px;
    line-height: normal;
    
    pointer-events: none;
    position: absolute;
    top: 12px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: 'Montserrat', sans-serif;
        z-index: 1;
}
.contact-form .form-field input:not([type="submit"]), .contact-form .form-field textarea{
background-repeat: no-repeat;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 0;
    height: 50px;
    margin: 0;
  padding-left:11px;
      width: 100%;
    resize: none;
    font-family: 'Montserrat', sans-serif;
padding-top: 15px;
}
.contact-form .form-field.value_focus label , .contact-form .form-field.input_focus label  {
    background-color: #00AAEF;
    color: #fff;
    font-size: 13px;
    top: -8px !important;
    padding:5px;
}
.contact-form .form-field:after {
    content: '';
    position: absolute;
    left: auto;
    right: 13px;
    bottom: 30px;
    background: url(../images/sprite.png);
    background-position: -175px -18px;
    height: 21px;
    width: 26px;
    text-align: center;
    margin: auto;
    top: auto;
    margin-top: 0;
    /* bottom: 0; */
}
    
    .contact-form .enquiry-phone-field.form-field:after{
         background-position: -222px -20px;
    height: 23px;
    width: 18px;
    }
     .contact-form .enquiry-email-field.form-field:after{
    background-position: -264px -22px;
    height: 22px;
    width: 20px;
    }
     .contact-form .enquiry-address-field.form-field:after{
   background-position: -298px -22px;
    height: 26px;
    width: 27px;
    }
    
    
    /************************/

    
.contact-form .enquiry-message-field.form-field:after {
    background-position: -343px -25px;
    height: 18px;
    width: 20px;
    bottom: 54px;
}
[type=submit] {
    border: 0;
    cursor: pointer;
}
.smart-btn:hover {
    background-color: #333;
    color: #fff;
}
.getintouch ul.order-wise li {
    list-style-type: none;
    position: relative;
    padding-left: 75px;
}
.getintouch ul.order-wise {
    padding-left: 0;
    margin-inline: 0;
}
.getintouch ul.order-wise li::after {
    background-image: url(../images/sprite.png);
    background-position: 384px -15px;
    background-repeat: no-repeat;
    content: "";
    height: 35px;
    left: 18px;
    right:0;
    position: absolute;
    top: 18px;
    width: 22px;
}
.getintouch ul.order-wise li:before {
    content: " ";
    order: 2p;
    border: 2px solid #DDDDDD;
    position: absolute;
    width: 55px;
    height: 55px;
    left: 0;
    top: -12px;
    border-radius: 50%;
}
.getintouch ul.order-wise li.call::after {
    background-position: -424px -16px;
    height: 34px;
    width: 29px;
}
.getintouch ul.order-wise li.email::after {
    background-position: -466px -16px;
    height: 26px;
    width: 26px;
}
.getintouch ul.order-wise li::after {
    background-image: url(../images/sprite.png);
    background-position: -384px -15px;
    background-repeat: no-repeat;
    content: "";
    height: 35px;
    left: 16px;
    right: 0;
    position: absolute;
    top: -2px;
    width: 22px;
}
.getintouch ul.order-wise li h3 {
    font-size: 18px;
    color: #0A0D30;
    margin-inline: 8px;
    margin-left: 0;
    font-family: 'Aero';
    margin-bottom: 0px;
        line-height: 100%;
    margin-bottom: 5px;
}
.getintouch ul.order-wise li p {
    font-size: 15px;
    color: #333333;
    line-height: 150%;
}
.getintouch ul.order-wise li {
    list-style-type: none;
    position: relative;
    padding-left: 72px;
}
.getintouch ul.order-wise li:last-child {
    margin-bottom: 0;
    margin-top: 43px !important;
}
.getintouch ul.order-wise li a {
    font-size: 16px;
}
.getintouch ul.order-wise li li.email a {
    font-size: 15px;
}
.getintouch:before {
    content: " ";
    border-left: 1px dashed #BBBBBB;
    position: absolute;
    left: 0;
    height: 340px;
    top: 2px;
}



.error footer#footer {
    margin-bottom: 0;
    top: 0;
}

.error-404.not-found.container {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 165px;
}
.error-404.not-found.container {
  text-align: center;
}
.content-error-page h1 {
  font-size: 200px;
  text-shadow: 3px 5px 2px #474747;
  color: #00AAEF;
  font-weight: bold;
  font-family: Gotham Bold;
  display: table;
  margin: 0 auto;
  line-height: 100%;
}
.content-error-page p {
    font-size: 30px;
    color: black;
    font-weight: bold;
    /* font-family: 'Gotham Bold'; */
    margin: 0;
    text-align: center;
}

.error .container::after{
  content: "";
  display: block;
  clear: both;
}
.content-error-page p.not-found {
  font-weight: normal;
  font-size: 22px;
  margin: 15px 0 20px 0;
  font-family: 'gotham Light';
}
footer#footer {
    background: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top:0!important;
}
footer .top-side {
    position: relative;
    padding: 115px 0 90px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.footer-bottom {
    padding: 35px 0 35px;
    text-align: center;
    color: #fff;
}
.footer-bottom p, .footer-bottom p a {
    color: #fff;
    text-align: center;
}
.footer-bottom p a:hover{
color:#00AAEF;
}
html {
    overflow-x: hidden;
    scroll-behavior: auto;
}

.we-deal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-dots {
    display: block;
    text-align: center;
    margin: auto;
        margin-top: 60px;
            height: 23px;
}
.owl-dots button {
    background-color: #626879 !important;
    height: 11px;
    width: 11px !important;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
}
.owl-dots button.active {
    background-color: #00AAEF !important;
    width: 16px !important;
    height: 16px;
}
.menu, nav.menu-act .close-button {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #00AAEF;
    bottom: 0;
    margin: auto;
}
nav.menu-act ul{
    display: none;
}
form#contact-enquiryform .mage-error {
       color: red;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
body.error-page header#header {
    background-color: #333;
    padding: 20px 0;
}
.we-deal-img {
    height: 230px;
    position: relative;
}
.error {
    color: red;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid red;
    text-align: center;
    padding: 5px;
    margin: 10px 0;
}
.contact-form .form-field.recaptcha:after{
content:none;}
.contact-form .form-field textarea {
    padding-top: 25px;
}
.enquiry-message-field.form-field textarea#message {
    height: 80px;
}
.getintouch ul.order-wise li a:hover{
color:#00AAEF;}
.footer-bottom p a {
    cursor: pointer;
    padding-left: 2px;
}
.banner-content .smart-btn {
    margin-top: 40px;
}
.welcome .red-btn {
    margin-top: 30px;
}
.getintouch ul.order-wise li {
    /* font-size: 15px; */
    margin-bottom: 23px;
}
.g-recaptcha.has-error iframe {
    border: 1px solid red;
}
div#ajaxLoader {
    
    position: relative;
    
    display: inline-block;
   
}
.google-submit.enquiry-button-wrapper.form-btn {
    position: relative;
}
.message .result {
    color: green;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-align: center;
    padding: 5px;
    margin: 10px 0;
    border: 1px solid;
}
.we-deal-content a.link:after {
    content: " +";
    position: absolute;
    bottom: -9px;
    left: 1px;
    right: 0;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: auto;
    display: inline-block;
    color: #00AAEF;
    pointer-events: none;
}


/* Top to bottom arrow css  */
html a#myBtn {
    display: inline-block;
    position: fixed;
    right: 15px;
    bottom: 60px;
    background: #00AAEF;
    border: 3px solid transparent;
    box-shadow: 0 0 0 2px #fff inset;
    font-weight: 700;
    margin: 0;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    transition-duration: .5s;
    width: 46px;
    height: 46px;
    line-height: 36px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    font-size: 0;
    color: #fff!important;
    text-decoration: none!important;
}
html a#myBtn:hover {
    background-color: #333;
}
html a#myBtn:before {
    content: "\f106";
    font-family: fontawesome;
    font-size: 30px;
}


/* Aboutus page starts ehere ******** */
body.about-us .owl-carousel .owl-nav button.owl-prev, body.about-us .owl-carousel .owl-nav button.owl-next{
    display: none;
}
.about-banner li.banner-img {
    height: 480px;
}
.about-banner .banner-content {
    top: 63% !important;
}
.about-right:after{
    display: none;
}
.about-right {
    padding-left: 63px;
    flex: 0 0 55.7%;
    padding-top: 36px;
}
.about-right p {
    line-height: 180%;
}
.about-left {
    flex: 0 0 44.2%;
}
.about h2 {
    text-align: center !important;
}
.about h2:after {
    left: 0;
    right: 0 !important;
    margin: 0 auto;
}
.breadcrumb-main {
    background: #eeeeee;
    padding: 15px 0;
    margin-top: -3px;
}
.breadcrumb-main p.common-crumb {
    font-size: 16px;
    color: #666;
    line-height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.breadcrumb-main span {
    margin-left: 12px;
    padding-left: 29px;
    color: #1cb1ee;
    position: relative;
}
.breadcrumb-main span::before {
    position: absolute;
    display: block;
    content: " ";
    background-image: url(../images/sprite.png);
    background-position: -641px -17px;
    width: 14px;
    height: 23px;
    background-repeat: no-repeat;
    top: -2px;
    left: 0;
    font-size: 16px;
    color: #000;
}
.services-top p.para1 {
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 200%;
}
.services-top {
    margin-bottom: 40px;
}
.vendor-page p {
    text-align: center;
    line-height: 180%;
    color: #333333;
}




/* Contact page css starts here * */
.contact-page .address {
    position: relative;
    width: 33.3%;
    float: left;
}
.contact-page .phone {
    position: relative;
    width: 33.3%;
    float: left;
}
.contact-page .email {
    position: relative;
    width: 33.3%;
    float: right;
}
.contact-page .box-content .desk-view .group1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
}
.contact-page .box-content .desk-view .group2 {
    text-align: center;
    font-size: 18px;
}
.contact-page .box-content .desk-view h2::after {
    width: 40px;
}
.contact-page .box-content .desk-view h2 {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 100%;
    font-weight: normal;
}
.contact-page .address .content-text p.group1 {
    font-size: 15px;
    line-height: 150%;
}
.contact-page .email .content-text p.group1 {
    font-size: 15px;
    line-height: 150%;
}
.contact-page .email .content-text p.group2 {
    font-size: 15px;
    line-height: 150%;
}
.contact-page .same-shape:before {
    position: absolute;
    display: block;
    content: "";
    width: 104px;
    height: 104px;
    background: #00AAEF url('../images/contactus-sprite.png') no-repeat;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -129px;
    border: 1px dashed #BBBBBB;
    padding: 10px;
    background-position: 0 20px;
}
.contact-page .phone:before {
    background-position: 0 -65px;
}
.contact-page .email:before {
    background-position: 2px -163px;
}
.contact-page .same-shape:after {
    position: absolute;
    display: block;
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 1px dashed #BBBBBB;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -137px;
}
.contact-page .three-row {
    margin-top: 70px;
    margin-bottom: 66px;
}

.contact-page .phone .desk-view {
    position: relative;
}
.contact-page .phone .desk-view:before {
    position: absolute;
    display: block;
    content: '';
    height: 295px;
    border: 1px dashed #BBBBBB;
    bottom: -40px;
    left: 20px;
}
.contact-page .phone .desk-view:after {
    position: absolute;
    display: block;
    content: '';
    height: 295px;
    border: 1px dashed #BBBBBB;
    bottom: -40px;
    right: 15px;
}
.contact-page .contact-map .image-wrap img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.contact-page .contact-map .image-wrap, .contact-page .contact-map .image-wrap iframe {
    height: 600px;
}
.contact-page .box-content .desk-view .group1 a:hover, .box-content .desk-view .group2 a:hover {
    color: #00AAEF;
}



/* Infrastructure page css starte here *** */
.main-content-box p {
    line-height: 180%;
}
.main-content-box .fourlist ul {
    list-style: none;
}
.main-content-box .fourlist ul {
    list-style: none;
    padding: 0;
}
.main-content-box ul li.same-prop {
    padding-left: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 160%;
    font-weight: 600;
    position: relative;
    margin-bottom: 14px;
}
.main-content-box ul li.same-prop:before {
    right: auto;
    position: absolute;
    display: block;
    content: "";
    width: 21px;
    height: 21px;
    background: url('../images/new-sprite.png');
    left: 0;
    top: 2px;
    background-position: 26px -8px;
    bottom: auto;
    background-size: 500px;
}
.main-content-box ul.we-deal li {
    width: 30.8%;
}
.main-content-box .we-deal-content ul {
    padding: 0;
}
.main-content-box .we-deal-content h3 {
    text-align: left;
    margin-bottom: 10px;
}
.main-content-box ul.we-deal li:nth-child(3n + 3) {
    margin-right: 28px;
}
.main-content-box .we-deal-content ul li {
    margin-right: 0px !important;
    width: 100%;
    text-align: left;
}

.main-content-box .we-deal li:hover h3{
    color: #00AAEF;
}

/**************************enquiry-page**************************/
.enquiry-main-wrap {
       background: url(../images/enquiry-bg.png);
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 50px 55px;
}
.enquiry-page-form .contact-form .form-field {
    margin-bottom: 20px;
}
.enquiry-form-two-filed-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.enquiry-form-two-filed-wrap>div {
    width: 48.89%;
}
.enquiry-main-wrap .contact-form .form-field input:not([type="submit"]), .enquiry-main-wrap .contact-form .form-field textarea {
    height: 55px;
    border: 1px solid #DDDDDD !important;
    border-radius: 6px;
    padding-left: 50px;
    padding-top: 0;
}
.enquiry-main-wrap  .enquiry-address-field.form-field {
    display: none;
}
.enquiry-main-wrap .contact-form .form-field input:not([type="submit"]), .enquiry-main-wrap .contact-form .form-field textarea {
    height: 55px;
    border: 1px solid #DDDDDD !important;
    border-radius: 6px;
    /* line-height: 55px; */
}
.enquiry-main-wrap .contact-form .form-field textarea {
    height: 205px !important;
    padding-top: 20px;
}
.enquiry-main-wrap .contact-form .form-field label {
    top: 19px;
    left: 53px;
}
.enquiry-main-wrap .contact-form .form-field:after {
    top: 16px;
    left: 22px;
    right: auto;
}
.enquiry-main-wrap .captcha-wrap-button {
    text-align: center;
    margin: auto;
}
.enquiry-main-wrap .captcha-wrap-button * {
    text-align: center;
    margin: auto;
}
.enquiry-main-wrap .contact-form .enquiry-phone-field.form-field:after {
    top: 16px;
}
.enquiry-main-wrap .contact-form .form-field input:not([type="submit"]).input-error {
    border: 1px solid red !important;
}
.enquiry-main-wrap .enquiry-message-field.form-field textarea#message.input-error {
    border: 1px solid red !important;
}
.Infra-main .main-content-box ul.we-deal>li {
    margin-bottom: 30px;
}
.Infra-main .we-deal-content:before , .Infra-main .we-deal-content:after{
content:none;}
.Infra-main .we-deal-content ul li:last-child {
    margin-bottom: 0;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.5); 
  cursor: pointer;
}

li:hover .overlay{
    opacity: 1;
}

.Infra-main .we-deal-content {
    padding: 30px 20px 30px;
}
.Infra-main ul.we-deal {
    margin-top: 40px;
}
.we-offer-list h3 {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.welcome.Infra-main .we-deal-img {
    height: 275px;
    position: relative;
}
.contact-page .contact-map .image-wrap iframe {
    
    filter: grayscale(100%);
}
.Infra-main .main-content-box ul.we-deal>li:nth-child(3n) {
    margin-right: 0;
}
.contact-page .main-title.desk-view {
    display: block;
}
.breadcrumb-main a:hover {
      color: #1cb1ee;
}
.getintouch ul.order-wise li p br {
    display: none;
}
section.contact-section.section-gapping>.container {
    max-width: 1224px;
}
.getintouch ul.order-wise li.call::before{
    top: -10px;}
    .getintouch ul.order-wise li.call::after {
   top:0;
    bottom: 0;
   
}
section.banner.about-banner .banner-content {
    pointer-events: none;
}
.banner-img.home-banner:before {
    content: " ";
    background-color: rgba(6,9, 44, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 99.69%;
    width: 100%;
        z-index: 0;
}
li.banner-img.home-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*
li.banner-img.home-banner , .banner-cont-wrap *{
animation: fadeIn linear 7s;
  -webkit-animation: fadeIn linear 7s;
  -moz-animation: fadeIn linear 7s;
  -o-animation: fadeIn linear 7s;
  -ms-animation: fadeIn linear 7s;}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  
  
  
  
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

}*/

.delay-1 {
   animation-delay: .2s;
   }
   .delay-2 {
   animation-delay: .4s;
   }    
   .delay-3 {
   animation-delay: .6s;
   }    
   .delay-4 {
   animation-delay: .8s;
   }
   .owl-dots {
    z-index: 11;
    position: absolute;
    width: 100%;
    bottom: 60px;
}
p.carsl_btn {
    text-shadow: none !important;
}
.john {
    font-size: 15px;
}
p.infa-text {
    text-align: ledt!important;
    font-size: 15px;
    text-align: left;
    min-height: 100px;
    font-family: 'Montserrat', sans-serif
}

    body .Infra-main p:last-child {
    margin-bottom: -52px;
    text-align: left;
}


   
 @keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}  

/*12-05-2021*/   
.banner-slider .owl-dots {
	z-index: 11;
	position: absolute;
	width: 100%;
	bottom: 50px;
	margin-top: 0;
	left: 0;
	right: 0;
	top: auto;
}   
html body .owl-carousel .owl-nav button.owl-prev, html body .owl-carousel .owl-nav button.owl-next {
	top: 57% !important;
	display:none;
}
 
/*font-family: 'Barlow Semi Condensed', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
* 
font-family: 'NeoSansStdMedium';
 font-family: 'Gotham-Book';
  font-family: 'NeoSansStdRegular';
  * font-family: 'NeoSansStdMedium';
  * font-family: 'Aero';*/
