/* common class */
body {
    color:#444;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin: 0;
    min-height: 500px;

}
a {
    cursor: pointer;
    text-decoration: none;
}
/** placeholder
    =============**/
.form_control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #fff;
}
.form_control::-moz-placeholder { /* Firefox 19+ */
color: #fff;
}
.form_control:-ms-input-placeholder { /* IE 10+ */
color: #fff;
}
.form_control:-moz-placeholder { /* Firefox 18- */
color: #fff;
}
.clearfix {
    display: table;
    width: 100%;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.container-fluid:after, 
.container-fluid:before,
.clearfix:after,
.clearfix:before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.float_left {
    float: left !important;
}
.float_right {
    float: right !important;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-fixed-bottom, 
.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.container {
    width: 100%;
    margin: auto;
    padding: 0 15px;
} 
.pr {
    position: relative;
}
.row {
    margin: 0 -15px;
}
img {
    vertical-align: middle;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-brand {
    float: left;
    /* height: 50px; */
    padding: 10px 20px;
    font-size: 18px;
    line-height: 20px;
    /* background: #fff; */
}
header.navbar-fixed-top{
background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgb(255, 255, 255,0.80) 0%, rgba(255, 255, 255, 0.50) 100%);
background: -webkit-linear-gradient(270deg, rgb(255, 255, 255,0.90) 0%, rgba(255, 255, 255, 0.50) 100%);
background: linear-gradient(180deg, rgba(255, 255, 255,0.90) 0%, rgba(255, 255, 255, 0.50) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.navbar-brand>img {
    display: block;
    width: 87px;
    height: 54px;
}
.center-nav > li > a {
    display: block;
    color: #000;
    font-weight: 500;
    /* padding: 3px 0; */
    border-bottom: 2px solid transparent;
    /* margin: 0 20px;   */
    text-transform: uppercase;
    font-size: 14px;
}
.center-nav > li > a:after {
    content: '';
    display: block;
    width: auto;
    height: 2px;
    border-bottom: 2px solid #0098E6;
    width: 32px;
    margin-top: 3px;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0px;
    height: 2px;
    margin-top: 4px;
    transition: all 0.3s ease 0s;
}

.center-nav > li > a:hover:after,
.center-nav > li.active > a:after  {
    left: 0;
    width: 100%;
}

/* .center-nav > li > a:hover:after, 
.center-nav > li.active a:after {
    background-color: transparent;
    border-color:#0098E6;
} */

.center-nav > li {
    float: left;
    /* display: inline-block; */
    position: relative;
    margin-left: 35px;
}
.navbar-nav {
    float: left;
    margin: 0;
}
/* header {
    background-color: #333;
} */
header.navbar-fixed-top.addScroll.header_bg {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.bottom_carousel_block .owl-carousel .owl-item img {
    width: auto; 
}
.center-nav > li {
    list-style-type: none;
}
.header_bg .center-nav > li > a {
    color: #333;
}
/** White Bg
    ==========**/
.white_bg {
    background-color: #fff;
}
.white_bg .center-nav > li > a {
    color: #333;
}


/** Carousel
    ==========**/
.banner {
    position: relative;
}
.banner .owl-carousel .owl-item img {
    height: auto; 
}
.banner .owl-dots {
    display: none;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.collapse .center-nav {
    padding-top: 25px;
}
.banner_text {
    max-width: 400px;
    position: absolute;
    width: 100%;
    top: -500px;
    left: 70px;
    right: auto;
    z-index: 2;
    color: #fff;
}
.banner_text_inner {
    border: 1px solid #fff;
    padding: 0 0 0 20px;
    border-right: none;
}
.banner_text h2,
.banner_text h3,
.banner_text h4 {
    margin: 0 0 15px;
}
.banner_text_inner:before,
.banner_text_inner:after {
    content: '';
    display: block;
    border-right: 2px solid #fff;
    height: 20px;
}
.mb_0 {
    margin-bottom: 0 !important;
}
.banner_bottom {
    position: relative;
    margin-top: -70px;
    z-index: 9;
    box-shadow: 0 0 0 0 #222; 
}
.banner_bottom p{
    margin: 20px 0 0;
    font-size: 13px;
}
.banner_bottom .list_inline {
    display: flex;
    width: 100%;
    text-align: center;
    max-width: 836px;
    margin: auto auto 50px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(39,77,123,0.17);
    padding: 25px 0; 
}
ul {
    padding: 0;
}
.list_inline > li {
    float: left;
    padding: 0px 10px;
    list-style-type: none;
}
.banner_bottom .list_inline > li{
    border-left: 1px solid #e9edf1;
    width: 25%;
}
.banner_bottom .list_inline > li:first-child{
    border-left:1px solid transparent;
}
.arrow-preview{
    width: 21px;
}
.clsourteam{
    position: relative;
}
.about-arrow.read_more{
    display: inline-block;
}
.about-arrow .readarrow img{
    margin-top: 5px;
}
.inner-popupblk{
 height: 0px;
width: 0px;
top: 50%;
left: 50%;
background: #fff;
transition: 0.3s;
-webkit-transition: 0.3s;
position: absolute;
border-radius: 5px;
border: 1px solid #8b8484;
font-size: 13px;
visibility: hidden;
overflow: hidden; 
/* display: none; */
}
.clsourteam:hover .inner-popupblk{
    display: block;		    
    position: absolute;
    top: 0px;
    background: #fff;
    left: 0px; 
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #8b8484;
    font-size: 13px;
    visibility: visible; 
    padding: 25px 15px;
}

.d_block {
    display: block;
}
.d_inline_block {
    display: inline-block;
}
p {
    font-size: 15px;
    line-height: 24px;
    color:#444;
}
.blue_c {
    color: #0098E6;
}
.text_right {
    text-align: right;
}
.pl_0 {
    padding-left: 0 !important;
}
.pr_0 {
    padding-right: 0 !important;
}

/** About Enifi
    =============**/
.left_side_about_infi {
    width: 35%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}
.top_about_text_left {
    float: left;
}
.top_about_text_right {
    float: right;
}
.top_about_text_right li a {
    color: #777;
    font-size: 16px;
    font-weight: bold;
}
.about-pagination li a img{
    width: 25px;
}
.top_about_text_right li a:hover,
.top_about_text_right li a.active {
    color: #0098E6;
}
.right_side_about_infi {
    width: 65%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}
.about_enfi {
    background: url(../images/MaskGroup3.png) no-repeat center right;
    padding: 40px 0;
}
.about_enfi h3 {
    font-size: 17px;
    margin-bottom: 0;
}
.about_enfi .left_side_about_infi {
    margin-bottom: 30px;
}
.arrow_right:after {
    content: '';
    display: block;

}
.border_left_after:before {
    content: '';
    display: inline-block;
    border-bottom: 1px solid #0098E6;
    width: 40px;
    position: relative;
    bottom: 5px;
}
.about_enfi h4 {
    font-size: 27px;
}
.about_enfi .d_inline_block {
    padding-left: 10px;
}
.bottom_carousel_block .owl-dots {
    display: none;
}
.bottom_carousel_block .owl-nav .owl-prev > span,
.bottom_carousel_block .owl-nav .owl-next > span {
    content: url(../images/Union1.png);
    position: absolute;
    right: auto;
    left: 0;
    top: 8%;
    font-size: 35px !important;
    line-height: 1;
}
.bottom_carousel_block .owl-nav .owl-next > span {  
    content: url(../images/Union2.png);
    right: 0;
    left: auto;    
}
.arrow_preview_active,
.arrow_next.active .arrow_preview,
.arrow_prev.active .arrow_preview {
    display: none;
}
.arrow_next.active .arrow_preview_active,
.arrow_prev.active .arrow_preview_active {
    display: block;
}
/** Our Services
    ===========**/
.our_selves {
    background: url(../images/Group60.png) no-repeat center right;
    padding-bottom: 40px;
}
.our_selves h5 {
    color: #274D7B;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}  
.our_selves h5:after {
    width: 45px;
    padding-top: 10px;
    content: '';
    border-bottom: 1px solid #0098E6;
    display: block;
}
.our_selves h4 {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    
}
.our_selves p {
    text-align: left;
}
.left_side_our_selves > p {
    margin-top: 25px;
    text-align: left;
}
.right_side_our_selves p {
    min-height: 125px;
}
.right_side_our_selves > .our-selves-innerblk {
    background: url(../images/Group220@2x.png) no-repeat center center;
    background-size: 75%;
}
.right_side_our_selves > .our-selves-innerblk:last-child {
    background: url(../images/Group220.png) no-repeat center center;
}
.readarrow{
    float: right;
    width: 16px;
    margin-top: 2px;
    margin-left: 10px;
}
.our_selves h4:after,
.our_projects h4:after {
    width: 85px;
    padding-top: 15px;
    content: '';
    border-bottom: 1px solid #0098E6;
    display: block;
}
.left_side_our_selves {   
    width: 30%;
    padding: 0 15px 0 0;
    float: left;
    box-sizing: border-box;
}
.right_side_our_selves {
    width: 70%;
    float: left;
    box-sizing: border-box;
}
.our-selves-innerblk {
    width: 50%;
    float: left; 
    padding: 0 60px;
    box-sizing: border-box;
}
.read_more {
    display: block;
    color: #0098E6;
    font-size: 12px;
}

/** our_projects_image
    =============**/
.our_projects {
    background: url(../images/projectbanner1x.png);
    color: #333;
    padding: 30px 0;
}
.our_projects ul{
    margin: 25px 0 0;
}
.explore-heding{
    float: right;
    font-size: 15px;
    color: #fff;
    margin-top: 7px;
    margin-right: 12px;
}
.explore-heding a{
    color:#fff;
} 
clsprojectexploreblk{
    margin-bottom: 25px;
    overflow: hidden;
}
.our_projects h4 {
    font-size: 27px;
    margin-bottom: 0;
    color:#fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0px;
    float: left;
}
.our_projects h4:after {
    border-bottom-color: #fff;
}

.our_projects li,
.our_projects_image {
    display: block;
    max-width: 285px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.our_projects li{
    margin-bottom: 20px;
    position: relative;
}
.our_projects li a.our_projects_image{
    position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #0098E6;
    padding: 10px;
}
img {
    max-width: 100%;
    margin: auto;
    display: block;
}
.hover_our_project {
    display: none;
    transition: all ease-in-out 1s;
}
.our_projects_image ~ div p {
    font-size: 14px;
    color: #333;
    margin: 5px 0 0;
    text-align: center;
    line-height: 20px;
}
.our_projects_image ~ div p:first-child {
    text-transform: uppercase;
}
.our_projects_image:hover ~ div p {
    color: #0098E6;    
}
.our_projects_image:hover .hover_our_project {
    display: block;
}
.hover_our_project > span > span {
    display: block;    
    text-transform: uppercase;
    font-size: 13px;
}
.pop-hover-effect{
    padding: 10px;
    max-width: 273px;
    margin: auto;
    z-index: 999;
    color: #fff;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0;
}
.hover_our_project {
    /* max-width: 273px;
    margin: auto;
    z-index: 999; */
    background: rgba(0,0,0,.3);
    /* color: #fff;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0; */
}
.hover_our_project > span {
    display: block;
    padding: 94px 0;
}
.hover_our_project > span > span:first-child {
    border: 1px solid #fff;
    padding: 8px 10px;
    width: 135px;
    margin: auto auto 10px;
}
.hover_our_project > span > span:first-child:before {
    content: '';
    display: block;
    border-left: 1px solid #333;
}
.hover_our_project > span > span:first-child:after {
    content: '';
    display: block;
    border-right: 1px solid #333;
}

/** our_team
    ========**/
.our_team {
    text-align: center;
    padding: 60px 0 0;
}
.our_team ul{
    max-width: 855px;
    margin: 0 auto;
}

.our_team h4 {
    font-size: 27px;
    text-align: center;
    margin:0px;
    padding-bottom: 30px;
    color:#000;
}
.our_team li > div {
    margin-bottom: 12px;
}
.our_team li p {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color:#000;
}
.our_team li p:last-child {
    font-size: 13px;
    font-weight: normal;
}

/** testimonial_block
    ================**/
.testimonial_block {
    padding: 60px 0 20px;
}
.testimonial_block h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: normal;
}
.testimonial_block h4 {
    font-size: 27px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0 30px
}
.slider_block_testinomial {
    border: 1px solid #ddd;
    border-left: none;
}
.slider_block_testinomial:before {
    height: 20px !important;
}
.slider_block_testinomial:before,
.slider_block_testinomial:after {
    content: '';
    display: block;
    border-left: 2px solid #ddd;
    height: 70px;
}
.testimonial_block a {
    color: #333;
}
.left_side_testimonial {
    width: 23%;
    min-height: 250px;
    float: left;
    padding: 0 30px 40px 0;
    position: relative;
}
.uparrowblk{
    position: absolute;
    top: 22px;
    left: -6px;
}
.downarrowblk{
    position: absolute;
    bottom: 112px;
    left: -6px;
}
.uparrowblk img,.downarrowblk img{
    width: 15px;
}
.slider_block_testinomial p{
    margin: 10px 0;
}
.slider_block_testinomial p.bsrbuilder{
    padding-top: 10px;
}
.slider_block_testinomial p.bntconnections{
    padding-bottom: 10px;
}
.slider_block_testinomial {
    text-transform: uppercase;
} 
.slider_block_testinomial a.active,
.slider_block_testinomial a:hover {
    font-weight: 600;
}
.right_side_testimonial {    
    width: 70%;
    float: right;
    padding: 20px 50px;
    text-align: center;
    box-shadow: 0px 0 8px 1px #ddd;
    position: relative;
    border-radius: 5px;
    background: #fff;
}
.chnaged_content_1,.chnaged_content_2,.chnaged_content_3{
    z-index: 999;
}
/* .content_ele {
    display: none;
}
.content_ele.showing {
    display: block;
} */
.changed-content-blk{
    font-size: 13px;
    margin:0px;
    padding: 20px 0 0px;
}
.builder-name{
    font-size: 11px;
    color: #6F6D70;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.quotes-icon{
    /* padding-top: 20px; */
    margin: 0;
}
.right_side_testimonial .blue_c {
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
}
.mt_0 {
    margin-top: 0;
}
.mb_0 {
    margin-bottom: 0;
}

/** bottom_carousel_block
    =====================**/
.bottom_carousel_block  {
    padding: 40px 0 50px;
}
.bottom_carousel_block .owl-theme .owl-nav {
    display: block;
}

/** Our Project
    ============**/
.ourprojects-popup {
    display: none; 
}
.ourprojects-box:hover .ourprojects-popup{
    display: block;
}
/** Footer
    ========**/
footer {
    background: url(../images/Footer@1x.png) no-repeat center center;
    width: 100%;
    height: 100%;
    background-color: #3d89c5;
    padding: 50px 20px;
    color: #fff;
    background-size: cover;
}
footer .left_side_footer {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-bottom: 90px;
}
footer .right_side_footer_form {
    width: 35%;
    float: right;
    box-sizing: border-box;
}
.right_side_footer_form .form_group{
    margin-bottom: 30px;
}
.list_unstyled {
    padding: 0;
    list-style: none;
}
footer h6 {
    font-size: 13px;
    color: #333;
    text-align: center;
    margin: 0;
    font-weight: normal;
}
.clsaddress{
    margin:20px 0px 25px;
}
.clsmailid{
    margin: 5px 0px 15px;
}
footer .list_unstyled {
    line-height: 22px;
    font-size: 14px;
}
.left_side_footer h3 {    
    font-size: 42px;
    /* margin-top: 10px;
    margin-left: 40px; */
}
footer h3 > span {
    display: block;
   /*  margin-left: -48px; */
    border-radius: 5px;
}
.yellow_c {
    color: #E2DB1A;
}
.yellow_c.phone-numberblk{
    margin-top: 8px;
}
/** Form 
    =====**/
.form_group {
    margin-bottom: 15px;
}
.form_group .form_control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff;
    padding: 8px 0px 8px 5px;
}
.btn_submit {
    background-color: transparent;
    border: 1px solid #ddd;
    padding: 10px 10px;
    display: block;
    color: #fff;
    min-width: 98px;
    text-align: left;
    float: right;
}
.footer-arrow img{
    width: 30px;
}
.footer-sendbtn,.footer-arrow{
    float: left;
}
.footer-arrow{
    margin-top: 2px;
}
.footer-sendbtn{
    margin-right: 10px;
}
.showPopupImagePopup {		
    width: 100%;		
    position: fixed;		
    top: 0;		
    padding: 60px 15px 15px;		
    background: rgba(0,0,0,.5);		
    color: #fff;		
    bottom: 0px;		
    /* margin: 10px; */		
    z-index: 999;		
    right: 0;		
    left: 0;		
}		
.showPopupImagePopup > img {		
    /* width: 100%; */		
}
/* Media Query */
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        margin: auto;
        padding: 0 15px;
    }
    .right_side_testimonial > div:after {
        content: url(../images/Group60.png);
        width: 150px;
        height: 150px;
        display: block;
        margin: auto;
        position: absolute;
        top: -82px;
        right: -35px;
        z-index: -1;
    }
}
@media(min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    .our_team ul{
        max-width: 860px;

    }
    .explore-heding{
        margin-right: 20px;
    }
    .banner_text{
        top: -278px;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    .our_projects{
        background-size: cover;
    }
    .clsourvaluesleftpanel img{
        max-width: 86%;
        width: 100%;
    }
    .center-nav > li > a {
        margin: 0 0;
    }
    .center-nav > li > a{
        padding-left: 0;
    }
    .our-selves-innerblk{
        padding: 0 20px;
    }
    .banner_bottom .list_inline{
        max-width:722px;
    }
    .our_team ul{
        max-width: 100%;
    }
    .our_team .list_inline > li{
        width: 33.33%;
    }
    .our_team li p:last-child{
        font-size: 12px;
        line-height: 18px;

    }
    .left_side_footer h3{
        font-size: 35px;
    }
    .clsourteam:hover .inner-popupblk{
        padding: 10px;
    }
    

}
@media(min-width: 992px) {  
    .left_side_footer h3 {
        border: 10px solid #2079bd;
        margin-top: 10px;
        margin-left: 40px;
        border-radius: 5px;
    }
    footer h3 > span {
        margin-left: -63px;
    }  
    .loago_left {
        width: 30%;
    } 
    .header_menu {
        width: 70%;
        float: left;
    } 
    .hover_our_project > span > span:first-child:after {
        border-bottom: 1px solid #fff;
        width: 35px;
        position: absolute;
        right: 30px;
        left: auto;
        top: 43%;
    }  
    .hover_our_project > span > span:first-child:before {
        border-bottom: 1px solid #fff;
        width: 35px;
        left: 30px;
        top: 43%;
        right: auto;
        position: absolute;
    }
}
@media(min-width:1300px) and (max-width: 1400px){
    .banner_text{
        top: -386px;
    }
}
@media(min-width:1200px) and (max-width: 1300px){
    .banner_text{
        top: -386px;
    }
}
@media only screen and (max-width: 1199px) {
    .banner_text{
        top: -390px;
    }
}
@media only screen and (max-width: 992px) {
    .banner_text{
        top: -334px;
    }
}
@media only screen and (max-width: 991px) {
    .banner_text{
        top: -334px;
    }
}
@media only screen and (max-width: 768px) {
    .banner_text{
        top: -278px;
    }
}

@media (min-width: 768px) {  
    .banner_text_inner h2,
    .banner_text_inner h3 {
        min-width: 470px;
    }  
    .mobil_viw {display: none;}
    .navbar-header {
        float: left;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .banner_text > h4 {
        font-size: 17px;
    }
    .banner_text > h4 {
        margin-top: 5px;
        font-size: 16px;
    }
    .banner_text_inner h2 {
        font-size: 40px;
    }
    .banner_text_inner h3 {
        font-size: 16px;
    }
    
}
@media(max-width: 991px) {   
    .our_team li p {
        font-size: 14px;
    }
    
}
@media(min-width: 768px) and (max-width: 1199px) {
    .right_side_our_selves > .width_50 {
        padding: 0 15px;
    }
    .our_projects .list_inline > li
     {
        max-width: 230px;
        padding: 10px !important;
    }
    .our_team .list_inline > li{
        max-width: 285px;
    }
    .our_projects li a.our_projects_image{
            top: 10px;
    }
    .left_side_testimonial{
        width: 35%;
    }
    .right_side_testimonial{
        width: 65%;
    }
    
    
    
}
@media(max-width: 767px) {
    header.navbar-fixed-top{
        background:#fff;
    }
    .explore-heding{
        margin-top: 23px;
        margin-right: 0px;
    }
    .our_projects li a.our_projects_image{
        top: 6px;
        right: 0px;
    }
    .downarrowblk{
        bottom: 73px;
        left: -7px;
    }
    .center-nav > li > a{
        color:#000;
    }
    
    .top_about_text_left{
        float: none;
    }
    .top_about_text_right{
        width: 216px;
        float: none;
        margin: 0 auto;
    }
    .banner_text_inner{
        padding: 5px 0 0 15px;
    }
    header{
        padding: 10px 0;
    }
    .banner{
        margin-top: 77px;
    }
    .banner_bottom{
        margin-top: 0px;
    }
    .our_projects{
        background-size: cover;
    }
    
    .right_side_our_selves > .our-selves-innerblk,.our_selves{
        background: none;
    }
    .header_bg .center-nav > li > a{
        color:#000;
    }
    .our_team .list_inline > li{
        max-width: 267px !important;
    }
    .navbar-brand>img{
        width: 75px;
        height: 45px;
    }
    .mobil_viw i{
        color:#000;
        padding-top: 20px;
    }
    .collapse .center-nav{
        padding-top: 15px;
    }
    .left_side_our_selves{
        margin-bottom: 20px;
    }
    .our_projects{
        margin-top: 15px;
    }
    .our-selves-innerblk{
        padding: 0 0;
    }
    .right_side_our_selves p{
        min-height: auto;
    }
    .white_bg {
        
    }
    .center-nav > li{
        margin-left: 0px;
    }
    .navbar-brand {
        padding: 6px 0;
    }
    .header_menu,
    .loago_left,
    header .navbar-nav {
        float: none !important;
    }
    .header_menu li {
        display: block;
        padding: 5px 5px;
    }
    .navbar-header .navbar-brand {
        float: left;
    }
    .navbar-header .mobil_viw {
        float: right;
    }
    .left_side_about_infi,
    .right_side_about_infi,
    .left_side_our_selves,
    .right_side_our_selves,
    .width_50,
    .left_side_testimonial,
    .right_side_testimonial,
    .left_side_footer,
    .right_side_footer_form,
    .our_selves,
    .our_projects,
    footer .left_side_footer,
    footer .right_side_footer_form {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .width_50{
        padding-bottom: 20px;
    }
    .chnaged_content_1,.chnaged_content_2,.chnaged_content_3 {
        padding: 20px 10px;
        
    }
    .right_side_testimonial{
        margin-top: 20px;
    }
    .header_menu {
        display: none
    }  
    /* .banner_text {
        top: 40%;
    }  */ 
    .our_selves h4,
    .about_enfi h4,
    .our_projects h4,
    .our_team h4,
    .testimonial_block h5,
    .testimonial_block h4 {
        font-size: 20px;
        margin: 20px 0;
        text-align: center;
    }
    .left_side_our_selves > p {
        margin: 0 0 15px;
    }
    .our_selves h4:after, 
    .our_projects h4:after,
    .our_selves h5:after,
    .right_side_testimonial:after {
        display: none;
        padding: 0;
    }
    .right_side_our_selves > .width_50 {
        padding: 0 15px;
    }
    .about_enfi,
    .our_projects {
        padding: 10px 0 0;
    }
    .read_more {
        margin-bottom: 0px;
        text-align: center;
        display: inline-block;
    }
    .our_projects .list_inline {
        margin: 0;
        text-align: center;
        padding:10px 0px 50px;
    }
    .our_projects .list_inline > li,
    .our_team .list_inline > li {
        float: none;
        padding: 6px 0;
        margin: auto;
    }
    .testimonial_block {
        padding: 0;
    }
    footer h6 {
        margin: 35px 0;
    }
    .addScroll {
        background-color: #fff;
        height: auto;
    }
    .banner_bottom .list_inline {
        display: block; 
    }
    .banner_bottom .list_inline > li {
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }
    .our-selves-innerblk{
        width: 100%;
    }
    .center-nav > li > a{
        padding-left: 0px;        
    }
    .center-nav > li {
        width: 100%;
        display: block;
        float: none;
    }
    .center-nav > li > a:hover:after, .center-nav > li.active > a:after {
        top: 18px;
    }
}
@media(max-width: 576px) {    
    .banner_text {
        top: -165px;
        left: 0;
        padding: 0 15px;
    }
    .banner .owl-carousel .owl-item img {
        height: 200px;
    }
    .banner_text_inner:before, .banner_text_inner:after {
        height: auto;
    }
    .banner_text_inner {
        margin-top: 10px;
    }
    .banner_text h2, 
    .banner_text h3, 
    .banner_text h4 {
        margin: 0 0 6px;
        font-size: 12px;
    }
}

.d-flex {
    display: flex;
justify-content: space-between;
}