/* font-family: 'Montserrat', sans-serif; */

/** Proxima Nova **/



@font-face {
    font-family: 'proxima_nova_altblack';
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.eot');
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.woff2') format('woff2'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.woff') format('woff'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.ttf') format('truetype'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.svg#proxima_nova_altblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_altbold';
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.eot');
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.woff2') format('woff2'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.woff') format('woff'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.ttf') format('truetype'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.svg#proxima_nova_altbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot');
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.woff2') format('woff2'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.woff') format('woff'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf') format('truetype'),
         url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.svg#proxima_nova_altregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 4, 2015 */



@font-face {
    font-family: 'proxima_nova_scosfthin';
    src: url('../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot');
    src: url('../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff2') format('woff2'),
         url('../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff') format('woff'),
         url('../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.ttf') format('truetype'),
         url('../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.svg#proxima_nova_scosfthin') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.eot');
    src: url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.woff2') format('woff2'),
         url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.woff') format('woff'),
         url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.ttf') format('truetype'),
         url('../fonts/Mark Simonson - Proxima Nova Semibold-webfont.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_ltthin';
    src: url('../fonts/Mark Simonson - Proxima Nova Thin-webfont.eot');
    src: url('../fonts/Mark Simonson - Proxima Nova Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Mark Simonson - Proxima Nova Thin-webfont.woff2') format('woff2'),
         url('../fonts/Mark Simonson - Proxima Nova Thin-webfont.woff') format('woff'),
         url('../fonts/Mark Simonson - Proxima Nova Thin-webfont.ttf') format('truetype'),
         url('../fonts/Mark Simonson - Proxima Nova Thin-webfont.svg#proxima_nova_ltthin') format('svg');
    font-weight: normal;
    font-style: normal;

}



img{
	width:100%;
	height:auto;
}
:root {
  --color-black: #000;
  --color-yellow: #fffe04;
  --color-white: #fff;
  --color-gray:#aaaaaa;
  --color-dgray:#0c0c0b;
  --fsize-22:22px;
  --fsize-18:18px;
  --fsize-42:42px;
  --fsize-32:32px;
  --fsize-52:52px;
  --fsize-62:62px;
  --fsize-20:20px;
  --fsize-15:15px;
  --fsize-14:14px;
}
body{
	margin:0;
	padding:0;
	font-family: 'Proxima Nova';
    font-size:15px;
}
 ::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
p{
	font-size:14px;
  color: #4e5054;
}
a,a:hover,a:focus{text-decoration:none; color:#000;}

ul,ol,li{
	list-style: none;
  padding: 0;
  margin: 0;
}
header{
	background-color: var(--color-black);
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Montserrat', sans-serif;
}

/* ===================================
    Header & Navigation
====================================== */

header {
    width: 100%;
    z-index: 10;
}


.navbar-brand.logo {
    width: 160px;
}

/* nav top default */

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 75;
    /*height: 90px;*/
    width: 100%;
	background-color: #fff;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}



.header-appear .navbar-top-default {
    /*height: 70px;*/
    position: fixed;
    z-index: 999;
    background-color: #fff;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}



/* animation */

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.top_main_header ul li{
  margin: 0 22px;
}
.top_main_header ul li a{
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.top_main_header ul li ul.dropdown-menu li{
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
}
.top_main_header ul li ul.dropdown-menu li:last-child{
  border-bottom: 0px solid #f1f1f1;
}
.top_main_header ul li ul.dropdown-menu{
  margin: 0;
  padding: 0;
}
.top_main_header ul li ul.dropdown-menu li a{
  display: block;
  padding: 10px 15px;
}
.top_main_header ul li ul.dropdown-menu li a:hover{
  color: #3d6ac3;
}
.my-preheader nav ul li ul.dropdown-menu {
    width: 280px;
}
.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(14px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(14px);
    -moz-transform: translateY(14px);
    -ms-transform: translateY(14px);
    -o-transform: translateY(14px);
}
.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(60px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    border-top: 2px solid #3d6ac3;
}
/* ===================================
    Parallax Images
====================================== */


.bg-img1{

    background: url(../images/newsletter_bg.jpg);
    background-size: cover!important;
}

.bg-img3{
    background: url(../images/home_bg.jpg);
}

.bg-img4{
    background: url(../images/testi_bg.jpg);
}
.common-body-wrapper{
  margin: 86px 0 0 0;
}
body.home .common-body-wrapper{
  margin: 85px 0 0 0;
}
.right_property{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.right_property .social_panel{
  display: block;
  margin: 0 20px 0 10px;
}
.right_property .social_panel ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.right_property .social_panel ul li{
  margin: 0 5px;
}
.right_property .social_panel ul li a{
  color: #002d80;
  border-radius: 50%;
  border:1px solid #002d80;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right_property .calling_panel{
  display: block;
  margin: 0 0px 0 0px;
}
.right_property .calling_panel ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.right_property .calling_panel ul li{
  margin: 0 0px 0 10px;
}
.tablets{
  border-radius: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #007bff;
  padding: 5px;
}
.tablets .tab_cir{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007bff;
}
.tablets .tab_cir i{
  color: #007bff;
  font-size: 24px;
}
.tablets .tab_cont{
  width: auto;
    display: flex;
    flex-direction: column;
    margin: 0 10px 0 10px;
}
.tablets .tab_cont span{
  color: #163e8d;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  display: inline-block;
  margin: 0 0 5px 0;
}
.tablets .tab_cont a{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin: 0 0 0px 0;
  font-weight: 600;
}
.banner-pic{
  position: relative;
}
.inner_banner_main{
  position: relative;
}
.banner_main_overlay{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 9;
}
.banner_main_overlay .inner_panel{
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  align-items: center;
 /* background: #002e808c;*/
  padding: 20px;
}
.banner_main_overlay .inner_panel h1{
  font-family: 'Montserrat', sans-serif;
  font-size:69px;
  line-height:69px;
  font-weight: 700;
  color: #fff;
}
.banner_main_overlay .inner_panel h1 .sub_content{
  font-size: 30px;
  line-height: 35px;
  font-weight: 100;
  color: #fff;
  margin: 0 0 20px 0;
  display: block;
  font-family: 'Montserrat', sans-serif;
}
.banner_main_overlay .inner_panel span{
  display: block;
  letter-spacing: 4px;
  color: #fff;
  margin: 0 0 35px 0;
  font-size:36px; 
}
.play_ban{
  width: 175px;
  border-radius: 35px;
  height: 45px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.play_ban .tcontent{
    padding: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 14px!important;
    font-family: 'proxima_nova_ltsemibold';
    color: #262261!important;
    text-transform: uppercase;
    letter-spacing: 0!important;
    margin: 0 0 0 15px!important;
}
.play_ban .arrow{
  width: 50px;
  background-color: #007bff;
  color: #fff;
  height: 45px;
  margin: 0!important;
  padding: 0;
  display: flex!important;
  align-items: center;
  justify-content: center;
  border-radius: 0 35px 35px 0;
  font-size:14px !important; 
}
.our_renovation{
  background-image: url('../images/bg_bg1.jpg');
  padding: 55px 0;
}
.white_header{
  display: flex;
  flex-direction: column;
  align-items: center;  
  text-align: center;
  margin: 0 0 40px 0;
}
.white_header .mheading{
  font-size: 40px;
  color: #1a3c7f;
  margin: 0 0 35px 0;
  position: relative;
  width: 50%;
  font-weight: 700;
}
.white_header .mheading:after{
  position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 120px;
    bottom: -15px;
    background-color: #1a3c7f;
    height: 1px;
    display: block;
    margin: 0 auto;
}
.white_header .sub_heading_content{
  display: block;
  width: 60%;
  font-family: 'proxima_nova_ltsemibold';
  color: #1a3c7f;
  font-size: 18px;
}
.renovation_box{
  background-color: #fff;
  padding: 0px;
  margin: 0 0 35px 0;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  /*height: 100%;*/
}
.renovation_box a{ display: block; padding: 35px 10px 20px 10px; }
.renovation_box p{
  margin: 0;
  padding: 0;
}
.renovation_box img{
  width: 40%;
  margin: 0 0 20px 0;
  height: 100px; 
  object-fit: contain;
}
.box_title{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1a3c7f;
  margin: 0 0 15px 0;
  display: block;
}
.our_team{
  background-color: #002d80;
  padding: 65px 0;
  position: relative;
  overflow: hidden;
}
.our_team:after{
  position: absolute;
  content: '';
  z-index: 1;
  width: 300px;
  height: 300px;
  background-image: url('../images/bg_1.png');
  background-repeat: no-repeat;
  left: -50px;
  top: 0;
}
.team_heading{
  display: flex;
  flex-direction: column;
  align-items: flex-start;  
  text-align: left;
  margin: 0 0 0px 0;
}
.team_heading .mheading .inner_main_sub_head{
  color: #007bff;
  font-size: 16px;
  display: block;
}
.team_heading .mheading{
  font-size: 40px;
  color: #fff;
  margin: 0 0 35px 0;
  position: relative;
  font-weight: 700;
}
.team_heading .mheading:after{
  position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 120px;
    bottom: -15px;
    background-color: #fff;
    height: 1px;
    display: block;
    margin: 0 auto 0 0;
}
.team_heading .sub_heading_content{
  display: block;
  width: 60%;
  font-family: 'proxima_nova_ltsemibold';
  color: #1a3c7f;
  font-size: 18px;
}
.team_content_heading{
  font-size: 19px;
  margin: 0 0 25px 0;
  color: #fff;
  font-family: 'proxima_nova_ltsemibold';
}
.team_content p{
  color: #fff;
  font-size: 15px;
}
.our_team_inner{
  position: relative;
  z-index: 5;
}
.our_team_car{
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 680px;
}

.what_we_do_panel{
  background-image: url('../images/bg_bg1.jpg');
  padding: 115px 0;
  position: relative;
}
.what_do_you_right{
  position: absolute;
  right: 0;
  top: -20px;
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  width: 650px;
  padding: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.tabletss {
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #007bff;
    padding: 5px;
    margin: 0 20px 0 0;
    height: 75px;
}
.tabletss .tab_cirr {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007bff;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 0 0 6px;
  }
  .tabletss .tab_contt {
    width: auto;
    display: flex;
    flex-direction: column;
    margin: 0 15px 0 10px;
}
.tabletss .tab_contt a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin: 0 0 0px 0;
    font-weight: 600;
}


.what_we_heading{
  display: flex;
  flex-direction: column;
  align-items: flex-start;  
  text-align: left;
  margin: 0 0 45px 0;
}
.what_we_heading .mheading .inner_main_sub_head{
  color: #007bff;
  font-size: 16px;
  display: block;
}
.what_we_heading .mheading{
  font-size: 40px;
  color: #002d80;
  margin: 0 0 35px 0;
  position: relative;
  font-weight: 700;
}
.what_we_heading .mheading:after{
  position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 120px;
    bottom: -15px;
    background-color: #dfdfdf;
    height: 1px;
    display: block;
    margin: 0 auto 0 0;
}
.what_we_heading .sub_heading_content{
  display: block;
  width: 60%;
  font-family: 'proxima_nova_ltsemibold';
  color: #1a3c7f;
  font-size: 18px;
}
.project-details-img-wrapper{
  margin: 0 0 25px 0;
}
.single_what_we_do h3{
  font-size: 38px;
    color: #002d80;
    margin: 0 0 20px 0;
    position: relative;
    font-weight: 700;
}
.do_cont_heading{
  display: flex;
  flex-direction: column;
  align-items: flex-start;  
  text-align: left;
  margin: 0 0 0px 0;
}
.do_cont_heading .mheading .inner_main_sub_head{
  color: #007bff;
  font-size: 16px;
  display: block;
}
.do_cont_heading .mheading{
  font-size: 40px;
  color: #1a3c7f;
  margin: 0 0 35px 0;
  position: relative;
  font-weight: 700;
}
.do_cont_heading .mheading:after{
  position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 120px;
    bottom: -15px;
    background-color: #1a3c7f;
    height: 1px;
    display: block;
    margin: 0 auto 0 0;
}
.do_cont_heading .sub_heading_content{
  display: block;
  width: 60%;
  font-family: 'proxima_nova_ltsemibold';
  color: #1a3c7f;
  font-size: 18px;
}
.do_wrap_heading{
  font-size: 19px;
  margin: 0 0 25px 0;
  color: #000;
  font-family: 'proxima_nova_ltsemibold';
}
.do_wrap_content p{
  color: #000;
  font-size: 15px;
}
.read_more_btn{
  width: 150px;
  height: 45px;
  border-radius: 35px;
  border:1px solid #1a3c7f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a3c7f;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  font-family: 'proxima_nova_ltsemibold';
}
.read_more_btn:hover,
.read_more_btn:focus{
  color: #fff;
  background-color: #1a3c7f;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.read_more_btn:hover i{
  color: #fff;
}
.read_more_btn i{
  font-size: 12px;
  color: #1a3c7f;
  margin: 0 0 0 10px;
}
.what_we_do_list ul li{
  margin: 0 0 85px 0;
}
.what_we_do_list ul li:last-child{
  margin: 0 0 0px 0;
}
.what_we_do_list ul li:nth-child(odd) .my_do .my_do_left{
  order: 1;
}
.what_we_do_list ul li:nth-child(odd) .my_do .my_do_right{
  order: 2;
}
.what_we_do_list ul li:nth-child(even) .my_do .my_do_left{
  order: 2;
}
.what_we_do_list ul li:nth-child(even) .my_do .my_do_right{
  order: 1;
}
.do_img{
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.do_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.tabletsss {
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #007bff;
    padding: 5px;
    margin: 0 20px 0 0;
}
.tabletsss .tab_cirr {
    width: 92px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
    font-family: 'proxima_nova_ltsemibold';
    margin: 0 0 0 6px;
  }
  .tabletsss .tab_contt {
    width: 160px;
    display: flex;
    flex-direction: column;
    margin: 0 15px 0 10px;
    color: #fff;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 14px;
}




.serv_heading{
  display: flex;
  flex-direction: column;
  align-items: flex-start;  
  text-align: left;
  margin: 0 0 15px 0;
}
.serv_heading .mheading .inner_main_sub_head{
  color: #007bff;
  font-size: 16px;
  display: block;
}
.serv_heading .mheading{
  font-size: 40px;
  color: #002d80;
  margin: 0 0 35px 0;
  position: relative;
  font-weight: 700;
}
.serv_heading .mheading:after{
  position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 120px;
    bottom: -15px;
    background-color: #002d80;
    height: 1px;
    display: block;
    margin: 0 auto 0 0;
}
.serv_heading .sub_heading_content{
  display: block;
  width: 60%;
  font-family: 'proxima_nova_ltsemibold';
  color: #1a3c7f;
  font-size: 18px;
}

.serv_main_wrapper{
  background-image: url('../images/bg_bg2.jpg');
  padding: 75px 0;
  position: relative;
  overflow: hidden;
}
.serv_box{
  background-color: #fff;
  margin: 15px 10px 25px 10px;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}
.serv_box .srv_img{
  height: 233px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.serv_box .srv_img a{
  height: 233px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.serv_box .srv_img a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.srv_cont{
  padding: 35px 20px;
}
.srv_cont h4,
.srv_cont h4 a{
  color: #002d80;
  font-size: 20px;
  font-weight: 600;
  display: block;
}
.srv_cont p{
  font-size: 15px;
  margin: 0 0 25px 0;
}

.srv_cont a.read_more{
  width: 150px;
  height: 45px;
  border-radius: 35px;
  border:1px solid #1a3c7f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a3c7f;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  font-family: 'proxima_nova_ltsemibold';
  margin: 20px 0 0 0;
}
.srv_cont a.read_more:hover,
.srv_cont a.read_more:focus{
  color: #fff;
  background-color: #1a3c7f;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.srv_cont a.read_more:hover i{
  color: #fff;
}
.srv_cont a.read_more i{
  font-size: 12px;
  color: #1a3c7f;
  margin: 0 0 0 10px;
}
.serv_inner_main{
  position: relative;
  z-index: 99;
}
.serv_inner_main .owl-theme .owl-nav {
    position: absolute;
    right: 15px;
    top: -75px;
    width: 200px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.serv_inner_main .owl-carousel .owl-nav button.owl-prev, 
.serv_inner_main .owl-carousel .owl-nav button.owl-next, 
.serv_inner_main .owl-carousel .owl-nav button.owl-prev:hover, 
.serv_inner_main .owl-carousel .owl-nav button.owl-next:hover {
    width: 30px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    outline: none;
}
.serv_inner_main .owl-carousel .owl-nav button.owl-prev span, 
.serv_inner_main .owl-carousel .owl-nav button.owl-next span, 
.serv_inner_main .owl-carousel .owl-nav button.owl-prev:hover span, 
.serv_inner_main .owl-carousel .owl-nav button.owl-next:hover span {
    background-color: transparent;
}
.serv_inner_main .owl-carousel .owl-nav button.owl-prev i, 
.serv_inner_main .owl-carousel .owl-nav button.owl-next i {
    font-size: 28px;
    color: #3d6ac3;
}
.serv_inner_main .owl-carousel .owl-nav button.owl-next.disabled i, 
.serv_inner_main .owl-carousel .owl-nav button.owl-prev.disabled i {
        font-size: 22px;
    color: #fff;
    opacity: 1;
}
.serv_main_wrapper:after {
    position: absolute;
    content: '';
    z-index: 1;
    width: 240px;
    height: 240px;
    background-image: url(../images/bg_gr1.png);
    background-repeat: no-repeat;
    right: -50px;
    top: 0;
}
.serv_main_wrapper:before {
    position: absolute;
    content: '';
    z-index: 1;
    width: 163px;
    height: 133px;
    background-image: url(../images/below_bg1.png);
    background-repeat: no-repeat;
    left: 0px;
    bottom: 0;
}

.testimonial_overlay{
  background-color: rgba(14,123,242,0.9);
  padding: 75px 0;
}


.testi_heading{
  display: flex;
  flex-direction: column;
  align-items: center;  
  text-align: center;
  margin: 0 0 15px 0;
}
.testi_heading .mheading .inner_main_sub_head{
  color: #007bff;
  font-size: 16px;
  display: block;
}
.testi_heading .mheading{
  font-size: 40px;
  color: #fff;
  margin: 0 0 35px 0;
  position: relative;
  font-weight: 700;
}
.testi_heading .mheading:after{
  position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 120px;
    bottom: -15px;
    background-color: rgba(255,255,255,0.5);
    height: 1px;
    display: block;
    margin: 0 auto 0 auto;
}
.testi_heading .sub_heading_content{
  display: block;
  width: 60%;
  font-family: 'proxima_nova_ltsemibold';
  color: #1a3c7f;
  font-size: 18px;
}
.test_slider_wrapper{
  width: 60%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.test_slider_wrapper:after {
    position: absolute;
    content: '';
    z-index: 1;
    width: 80px;
    height: 80px;
    background-image: url(../images/u_col.png);
    background-repeat: no-repeat;
    right: -90px;
    bottom: 40px;
}
.test_slider_wrapper:before {
        position: absolute;
    content: '';
    z-index: 1;
    width: 80px;
    height: 80px;
    background-image: url(../images/d_col.png);
    background-repeat: no-repeat;
    left: -65px;
    top: 100px;
}

.test_slider_wrapper .testi_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px 0;
}
.test_slider_wrapper .testi_box .testi_pro{
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
  margin: 0 0 20px 0;
}
.test_slider_wrapper .testi_box .testi_pro img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.test_slider_wrapper .testi_box p{
  color: #fff;
  font-size: 15px;
}
.test_slider_wrapper .testi_box .prop_author{
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}
.test_slider_wrapper .owl-theme .owl-dots .owl-dot,
.test_slider_wrapper .owl-theme .owl-dots .owl-dot:hover,
.test_slider_wrapper .owl-theme .owl-dots .owl-dot:focus{
  outline: none;
}
.test_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, 
.test_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.test_slider_wrapper .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border:1px solid #fff;
}
.footer_overlay {
    background-color: #01060f;
    padding: 75px 0 35px 0;
}
.my_ft_drop {
    margin: 0px 0 25px 0;
}
.footer_logo img {
    /* filter: brightness(0) invert(1); */
}
.footer-link-wrapper h5 {
    font-size: 17px;
    color: #007bff;
    font-weight: 520;
    margin: 0 0 25px 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.footer-link-wrapper ul li{
  display: block;
  position: relative;
  padding: 0 0 0 20px;
}
.footer-link-wrapper ul li:before{
  content: "\e907";
    position: absolute;
    left: 0;
    top: 6px;
    color: #fff;
    font-size: 7px;
    font-family: 'icomoon';
}
.footer-link-wrapper ul li a {
    color: #cccccc;
    font-size: 13px;
    padding: 0px 0 5px 0;
    display: inline-block;
}
.footer-link-wrapper .footer_logo a img {
    width: 55%;
}
.footer-link-wrapper .footer_logo {
    display: block;
    margin: 0 0 35px 0;
}
.footer_content {
    color: #cccccc;
    font-size: 13px;
    margin: 0 0 20px 0;
}
.footer-link-wrapper table {
    width: 100%;
    margin: 0 0 15px 0;
}
.footer-link-wrapper table tr td {
    padding: 0 4px 15px 0px;
    color: #cccccc;
    font-size: 14px;
    word-break: break-all;
    vertical-align: center;
}
.footer-link-wrapper table tr td i {
    color: #007bff;
    font-size: 14px;
}
.es_subscription_form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.email_sub_panel .es-field-wrap {
    width: 65%;
}
.email_sub_panel .es_required_field, .email_sub_panel .es_required_field:focus, .email_sub_panel .es_required_field:hover {
    width: 100%;
    height: 45px;
    background-color: transparent;
    border-top: 1px solid #4d4d4d;
    border-left: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    border-right: none;
    border-radius: 25px 0 0 25px;
    padding: 10px 15px;
    outline: none;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    color: #fff;
}
.email_sub_panel .es-field-wrap {
    margin-bottom: 0em;
}
.email_sub_name {
    display: none!important;
}
.footer-link-wrapper table tr td a {
    color: #ffff;
    font-size: 14px;
    font-weight: 300;
}
.email_sub_panel input[type="submit"] {
    width: 35%;
    background-color: #0e7bf2;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    border: none;
    outline: none;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    margin: 0 0 0 0px;
    border-radius: 0 25px 25px 0;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}
.footer_social {
    display: block;
    margin: 0 20px 0 10px;
}
.footer_social ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer_social ul li {
    margin: 0 5px;
}
.footer_social ul li a {
    color: #007bff;
    border-radius: 50%;
    border: 1px solid #007bff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_lower{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #4d4d4d;
  color: #cccccc;
}
.footer_lower {
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
    font-size: 14px;
}
.copyright_panel a,
.copyright_panel a:hover {
    color: #cccccc;
}
.custom-banner-panel {
    display: block;
}
.custom-banner-panel .custom-inner-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 360px;
    overflow: hidden;
}
.custom-banner-panel .custom-inner-banner-wrapper .overlay-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.4);
}
.custom-banner-panel .custom-inner-banner-wrapper .overlay-panel h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 4% 0;
    font-family: 'Montserrat', sans-serif;
}
.custom-banner-panel .custom-inner-banner-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.custom-banner-panel .bradcrumb-main-wrapper {
    padding: 20px 0;
    background-color: #f1f1f1;
}
.custom-banner-panel .bradcrumb-main-wrapper ul li {
    display: inline-block;
    padding: 0 22px 0 0;
    margin: 0;
    color: #000;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}
.custom-banner-panel .bradcrumb-main-wrapper ul li a {
    color: #000;
    display: block;
    font-weight: 300;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.custom-banner-panel .bradcrumb-main-wrapper ul li strong.bread-current {
    color: #007bff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.common-page-container {
    padding: 55px 0;
}
.feedback-form-wrapper h2 {
    font-size: 26px;
    color: var(--color-black);
    display: block;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.feedback-form-wrapper span {
    display: block;
    font-size: 16px;
    margin: 0 0 25px 0;
}
.quote-form-wrapper1 input[type="text"], .quote-form-wrapper1 input[type="email"], .quote-form-wrapper1 input[type="tel"], .quote-form-wrapper1 input[type="text"]:focus, .quote-form-wrapper1 input[type="email"]:focus, .quote-form-wrapper1 input[type="tel"]:focus {
    height: 50px;
    border-radius: 3px;
    background-color: #f1f1f1;
    border: none;
    outline: none;
}
.quote-form-wrapper1 textarea {
    height: 160px;
    border-radius: 3px;
    background-color: #f1f1f1;
    border: none;
}
.quote-form-wrapper1 input[type="submit"] {
    width: 160px;
    height: 50px;
    border: 2px solid #007bff;
    color: #007bff;
    background-color: transparent;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-radius: 35px;
}
.quote-form-wrapper1 input[type="submit"]:hover, .quote-form-wrapper1 input[type="submit"]:focus {
    background-color: #007bff;
    color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.client_map {
    margin: 65px 0 65px 0;
}
.client_map iframe {
    width: 100%;
    height: 450px;
    border: none;
    box-shadow: none;
}
.contact_bg_overlay {
    background-color: rgba(0,0,0,0.7);
    padding: 75px 45px;
}
body.page-template-contact_us .common_header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 0 35px 0;
}
.contact_us_page_contact {
    display: block;
}
.contact_bg_overlay .common_header .main_heading {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.contact_bg_overlay .common_header .main_heading:before {
    position: absolute;
    top: 16px;
    left: -35px;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
}
.contact_bg_overlay .common_header .main_heading:after {
    position: absolute;
    top: 16px;
    right: -35px;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
}
.contact_bg_overlay .common_header .main_heading_sub {
    font-size: 60px;
    color: #fff;
    text-align: center;
    margin: 40px 0 0 0;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.contact_us_page_contact ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_us_page_contact ul li {
    color: #fff;
    font-size: 22px;
    padding: 0 15px;
}
.contact_us_page_contact ul li a {
    color: #fff;
    font-size: 22px;
}
.cultural_festival {
    position: relative;
    border: 22px solid #f1f1f1;
    height: 570px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
}
.cultural_festival .fst_img {
    width: 470px;
    position: absolute;
    height: 506px;
    overflow: hidden;
    left: -57px;
    top: -68px;
}
.cultural_festival .fst_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cultural_festival .lst_img {
    width: 390px;
    position: absolute;
    height: 525px;
    overflow: hidden;
    right: -74px;
    bottom: -176px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.cultural_festival .lst_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cultural_right_container {
    margin: 0 0 0 55px;
}
.cultural_right_container h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 25px;
}
.cultural_right_container p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 35px 0;
}
.cultural_wrapper{
  display: block;
  position: relative;
  margin: 75px 0 135px 0;
}

.thumbnail_wrapper_team {
    display: block;
    margin: 0 0 25px 0;
}
.thumbnail_wrapper_team .tean_box {
    height: 270px;
    overflow: hidden;
    margin: 0 0 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
    cursor: pointer;
}
.thumbnail_wrapper_team .tean_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.thumbnail_wrapper_team:hover .tean_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.thumbnail_wrapper_team .titlename_panel {
    color: #1a3c7f;
    text-align: center;
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.thumbnail_wrapper_team .designation_panel {
    color: #333;
    text-align: center;
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
}
.single_indi_post {
    display: block;
    position: relative;
    margin: 75px 0 75px 0;
}

.gallery-box:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.gallery-box {
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.6);
    overflow: hidden;
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    position: relative;
}
.gallery-box h4 {position:absolute; padding:0 16px; font-weight:600; letter-spacing:1px;     
  font-size:26px; color:#fff; text-transform:uppercase; text-align:center;  left:0; right:0; margin:auto; top:50%; transform:translate(-0%, -50%);      }
.gallery-box a {
    overflow: hidden;
    height: 290px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    width:100%; 
}
.gallery-box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transform: scale(1);
}
.gallery-box:hover a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transform: scale(1.1);
}



.viewbox-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
}

.viewbox-body {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    overflow: auto;
}

.viewbox-header {
    margin: 10px;
}

.viewbox-content {
    margin: 10px;
    width: 300px;
    height: 300px;
}

.viewbox-footer {
    margin: 10px;
}

.viewbox-content .viewbox-image {
    width: 100%;
    height: 100%;
}


/* buttons */

.viewbox-button-default {
    cursor: pointer;
    height: 64px;
    width: 64px;
}

.viewbox-button-default>svg {
    width: 100%;
    height: 100%;
    background: inherit;
    fill: inherit;
    pointer-events: none;
    transform: translateX(0px);
}

.viewbox-button-default {
    fill: #999;
}

.viewbox-button-default:hover {
    fill: #fff;
}

.viewbox-button-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.viewbox-button-full-screen {
    position: absolute;
    top: 84px;
    right: 10px;
    z-index: 9;
}

.viewbox-button-next,
.viewbox-button-prev {
    position: absolute;
    top: 50%;
    height: 128px;
    width: 128px;
    margin: -64px 0 0;
    z-index: 9;
}

.viewbox-button-next {
    right: 10px;
}

.viewbox-button-prev {
    left: 10px;
}
.top_main_header ul li a.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "\e905";
    font-family: 'icomoon';
    border: none;
    position: absolute;
    font-size: 10px;
    top: 4px;
    right: -16px;
}
.captcha_wrapper{
  width: 100%;
}
.service_area{
  padding: 55px 0;
}
.serv_img_crop{
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.serv_img_crop img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.marg_b_anima{
  margin: 0 0 75px 0;
}
.single_list_details{
  display: block;
}
.single_list_details li{
  margin: 0 0 15px 30px;
  position: relative;
}
.single_list_details li:after{
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border:2px solid #333;
  left: -30px;
  top: 4px;
  background-color: #007bff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);

}
.not-found {
    min-height: 550px;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.not-found header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.not-found header {
    background-color: transparent;
}
.not-found header img {
    width: 70%;
    height: 70%;
    object-fit: cover;
}
.not-found h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 25px 0;
}
.back-to-home {
    margin: 45px 0 0 0;
    display: flex;
    justify-content: center;
}
.common-btn, .common-btn:hover, .common-btn:focus {
    width: 170px;
    height: 50px;
    border: 2px solid #007bff;
    color: #007bff;
    background-color: transparent;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-radius: 35px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    display: none!important;
}
.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:focus{
  outline: none;
}
/* Responsive CSS */
@media (min-width:992px) and (max-width:1280px) {
.right_property{
      display: block;
    }
    .right_property .calling_panel {
    display: block;
    margin: 0 0px 0 0px;
}
.right_property .social_panel {
    display: none;
    margin: 0 20px 0 10px;
}
.top_main_header ul li {
    margin: 0 10px;
}
  }
@media only screen and (min-width:768px) and (max-width:991px) {
  /***/
    .right_property{
      display: none;
    }
    .banner_main_overlay .inner_panel h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.banner_main_overlay .inner_panel h1 .sub_content {
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    margin: 0 0 5px 0;
    display: block;
    font-family: 'Montserrat', sans-serif;
}
.banner_main_overlay .inner_panel {
    display: flex;
    flex-direction: column;
    width: 90%;
}
.banner_main_overlay .inner_panel {
    display: flex;
    flex-direction: column;
    width: 90%;
}
.play_ban {
    width: 175px;
    border-radius: 22px;
    height: 35px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.play_ban .arrow {
    width: 50px;
    background-color: #007bff;
    color: #fff;
    height: 35px;
    margin: 0!important;
    padding: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 0 35px 35px 0;
}
.navbar-brand img{
  width: 75%;
}
body.home .common-body-wrapper {
    margin: 70px 0 0 0;
}
.our_renovation {
    background-image: url(../images/bg_bg1.jpg);
    padding: 30px 0;
}
.white_header .mheading {
    font-size: 22px;
    color: #1a3c7f;
    margin: 0 0 35px 0;
    position: relative;
    width: 100%;
    font-weight: 700;
}
.white_header .sub_heading_content {
    display: block;
    width: 100%;
    font-family: 'proxima_nova_ltsemibold';
    color: #1a3c7f;
    font-size: 14px;
}
.our_renovation [class^="col-"]{
  margin: 0 0 25px 0;
}
.our_team_car {
    position: relative;
    right: 0px;
    bottom: -65px;
    width: 100%;
}
.our_team {
    background-color: #002d80;
    padding: 30px 0 65px 0;
    position: relative;
    overflow: hidden;
}
.team_heading .mheading {
    font-size: 23px;
    color: #fff;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.team_heading .mheading .inner_main_sub_head {
    color: #007bff;
    font-size: 14px;
    display: block;
}
.what_do_you_right {
    position: relative;
    right: 0;
    top: -20px;
    background-color: #fff;
    border-radius: 50px 0 0 50px;
    width: 95%;
    padding: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 0px 0 rgba(0,0,0,0.1);
    flex-direction: column;
    margin: 0 0 20px 0px;
}
.tabletss {
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #007bff;
    padding: 5px;
    margin: 0 0px 20px 0;
    height: 75px;
}
.tabletsss {
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #007bff;
    padding: 5px;
    margin: 0 0px 0 0;
}
.what_we_heading .mheading .inner_main_sub_head {
    color: #007bff;
    font-size: 14px;
    display: block;
}
.what_we_heading .mheading {
    font-size: 22px;
    color: #002d80;
    margin: 0 0 20px 0;
    position: relative;
    font-weight: 700;
}
.do_img {
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px 0;
}
.do_cont_heading .mheading {
    font-size: 24px;
    color: #1a3c7f;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.read_more_btn.mt-5{
  margin-top: 2rem!important;
}
.what_we_do_list ul li {
    margin: 0 0 45px 0;
}
.what_we_do_list ul li:nth-child(even) .my_do .my_do_left {
    order: 1;
}
.what_we_do_list ul li:nth-child(even) .my_do .my_do_right {
    order: 2;
}
.what_we_do_panel {
    background-image: url(../images/bg_bg1.jpg);
    padding: 55px 0 35px 0;
    position: relative;
}
.serv_main_wrapper {
    background-image: url(../images/bg_bg2.jpg);
    padding: 45px 0;
    position: relative;
    overflow: hidden;
}
.serv_heading .mheading .inner_main_sub_head {
    color: #007bff;
    font-size: 14px;
    display: block;
}
.serv_heading .mheading {
    font-size: 24px;
    color: #002d80;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.testimonial_overlay {
    background-color: rgba(14,123,242,0.9);
    padding: 45px 0;
}
.testi_heading .mheading {
    font-size: 24px;
    color: #fff;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.testi_heading .mheading {
    font-size: 24px;
    color: #fff;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.footer_overlay {
    background-color: #01060f;
    padding: 35px 0 15px 0;
}
.footer_overlay [class^="col-"]{
  margin: 0 0 10px 0;
}
.footer_lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #4d4d4d;
    color: #cccccc;
    flex-direction: column;
    text-align: center;
}
.copyright_panel{
  margin: 0 0 15px 0;
}
.what_we_heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin: 0 0 25px 0;
}
.footer_lower {
    margin: 5px 0 0 0;
    padding: 25px 0 0 0;
    font-size: 14px;
}
.custom-banner-panel .custom-inner-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 200px;
    overflow: hidden;
}
.custom-banner-panel .custom-inner-banner-wrapper .overlay-panel h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8% 0;
    font-family: 'Montserrat', sans-serif;
}
.cultural_festival .fst_img {
    width: 323px;
    position: absolute;
    height: 506px;
    overflow: hidden;
    left: 0;
    top: -68px;
}
.cultural_festival .fst_img {
    width: 323px;
    position: absolute;
    height: 375px;
    overflow: hidden;
    left: 0;
    top: -68px;
}
.cultural_festival .lst_img {
    width: 276px;
    position: absolute;
    height: 388px;
    overflow: hidden;
    right: 0;
    bottom: -11px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.cultural_right_container {
    margin: 35px 0 0 0px;
}
.cultural_right_container h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
}
.cultural_wrapper {
    display: block;
    position: relative;
    margin: 45px 0 25px 0;
}
.single_indi_post {
    display: block;
    position: relative;
    margin: 30px 0 30px 0;
}
.common-body-wrapper {
    margin: 70px 0 0 0;
}
.single_indi_post {
    display: block;
    position: relative;
    margin: 35px 0 35px 0;
}
.common-page-container {
    padding: 30px 0;
}
.contact_images{
  margin: 25px 0 10px 0;
}
.client_map {
    margin: 15px 0 25px 0;
}
.client_map iframe {
    width: 100%;
    height: 350px;
    border: none;
    box-shadow: none;
}
.contact_bg_overlay {
    background-color: rgba(0,0,0,0.7);
    padding: 45px 25px;
}
.contact_bg_overlay .common_header .main_heading_sub {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin: 22px 0 0 0;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.contact_bg_overlay .common_header .main_heading {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.contact_bg_overlay .common_header .main_heading:before {
    position: absolute;
    top: 11px;
    left: -35px;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
}
.contact_bg_overlay .common_header .main_heading:after {
    position: absolute;
    top: 11px;
    right: -35px;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
}
.contact_us_page_contact ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact_us_page_contact ul li,
.contact_us_page_contact ul li a {
    color: #fff;
    font-size: 16px;
}
.my-preheader nav ul li ul.dropdown-menu {
    width: 100%;
}
.dropdown-menu.show {
    height: auto;
}
.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    transform: translateY(0px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(14px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}
.marg_b_anima {
    margin: 0 0 5px 0;
}
.custom-banner-panel .bradcrumb-main-wrapper {
    padding: 10px 0px;
    background-color: #f1f1f1;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    /***/
    .banner_main_overlay .inner_panel span {letter-spacing: 2px; margin: 0 0 9px 0; font-size: 26px;}

    
    .banner_main_overlay .inner_panel h1 {
    font-family: 'Montserrat', sans-serif;
    font-size:26px;
    font-weight: 700;
    color: #fff;
    line-height:20px;
}
.banner_main_overlay .inner_panel h1 .sub_content {
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    margin: 0 0 5px 0;
    display: block;
    font-family: 'Montserrat', sans-serif;
}
.banner_main_overlay .inner_panel {
    display: flex;
    flex-direction: column;
    width: 90%;
}
.banner_main_overlay .inner_panel {
    display: flex;
    flex-direction: column;
    width: 90%;
}
.play_ban {
    width: 175px;
    border-radius: 22px;
    height: 35px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.play_ban .arrow {
    width: 50px;
    background-color: #007bff;
    color: #fff;
    height: 35px;
    margin: 0!important;
    padding: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 0 35px 35px 0;
}
.navbar-brand img{
  width: 75%;
}
body.home .common-body-wrapper {
    margin: 70px 0 0 0;
}
.our_renovation {
    background-image: url(../images/bg_bg1.jpg);
    padding: 30px 0;
}
.white_header .mheading {
    font-size: 22px;
    color: #1a3c7f;
    margin: 0 0 35px 0;
    position: relative;
    width: 100%;
    font-weight: 700;
}
.white_header .sub_heading_content {
    display: block;
    width: 100%;
    font-family: 'proxima_nova_ltsemibold';
    color: #1a3c7f;
    font-size: 14px;
}
.our_renovation [class^="col-"]{
  margin: 0 0 25px 0;
}
.our_team_car {
    position: relative;
    right: 0px;
    bottom: -65px;
    width: 100%;
}
.our_team {
    background-color: #002d80;
    padding: 30px 0 65px 0;
    position: relative;
    overflow: hidden;
}
.team_heading .mheading {
    font-size: 23px;
    color: #fff;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.team_heading .mheading .inner_main_sub_head {
    color: #007bff;
    font-size: 14px;
    display: block;
}
.what_do_you_right {
    position: relative;
    right: 0;
    top: -20px;
    background-color: #fff;
    border-radius: 50px 0 0 50px;
    width: 95%;
    padding: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 0px 0 rgba(0,0,0,0.1);
    flex-direction: column;
    margin: 0 0 20px 0px;
}
.tabletss {
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #007bff;
    padding: 5px;
    margin: 0 0px 20px 0;
    height: 75px;
}
.tabletsss {
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #007bff;
    padding: 5px;
    margin: 0 0px 0 0;
}
.what_we_heading .mheading .inner_main_sub_head {
    color: #007bff;
    font-size: 14px;
    display: block;
}
.what_we_heading .mheading {
    font-size: 22px;
    color: #002d80;
    margin: 0 0 20px 0;
    position: relative;
    font-weight: 700;
}
.do_img {
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px 0;
}
.do_cont_heading .mheading {
    font-size: 24px;
    color: #1a3c7f;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.read_more_btn.mt-5{
  margin-top: 2rem!important;
}
.what_we_do_list ul li {
    margin: 0 0 45px 0;
}
.what_we_do_list ul li:nth-child(even) .my_do .my_do_left {
    order: 1;
}
.what_we_do_list ul li:nth-child(even) .my_do .my_do_right {
    order: 2;
}
.what_we_do_panel {
    background-image: url(../images/bg_bg1.jpg);
    padding: 55px 0 35px 0;
    position: relative;
}
.serv_main_wrapper {
    background-image: url(../images/bg_bg2.jpg);
    padding: 45px 0;
    position: relative;
    overflow: hidden;
}
.serv_heading .mheading .inner_main_sub_head {
    color: #007bff;
    font-size: 14px;
    display: block;
}
.serv_heading .mheading {
    font-size: 24px;
    color: #002d80;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.testimonial_overlay {
    background-color: rgba(14,123,242,0.9);
    padding: 45px 0;
}
.testi_heading .mheading {
    font-size: 24px;
    color: #fff;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.testi_heading .mheading {
    font-size: 24px;
    color: #fff;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.footer_overlay {
    background-color: #01060f;
    padding: 35px 0 15px 0;
}
.footer_overlay [class^="col-"]{
  margin: 0 0 10px 0;
}
.footer_lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #4d4d4d;
    color: #cccccc;
    flex-direction: column;
    text-align: center;
}
.copyright_panel{
  margin: 0 0 15px 0;
}
.what_we_heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin: 0 0 25px 0;
}
.footer_lower {
    margin: 5px 0 0 0;
    padding: 25px 0 0 0;
    font-size: 14px;
}
.custom-banner-panel .custom-inner-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 200px;
    overflow: hidden;
}
.custom-banner-panel .custom-inner-banner-wrapper .overlay-panel h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8% 0;
    font-family: 'Montserrat', sans-serif;
}
.cultural_festival .fst_img {
    width: 323px;
    position: absolute;
    height: 506px;
    overflow: hidden;
    left: 0;
    top: -68px;
}
.cultural_festival .fst_img {
    width: 323px;
    position: absolute;
    height: 375px;
    overflow: hidden;
    left: 0;
    top: -68px;
}
.cultural_festival .lst_img {
    width: 276px;
    position: absolute;
    height: 388px;
    overflow: hidden;
    right: 0;
    bottom: -11px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.cultural_right_container {
    margin: 35px 0 0 0px;
}
.cultural_right_container h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
}
.cultural_wrapper {
    display: block;
    position: relative;
    margin: 45px 0 25px 0;
}
.single_indi_post {
    display: block;
    position: relative;
    margin: 30px 0 30px 0;
}
.common-body-wrapper {
    margin: 70px 0 0 0;
}
.single_indi_post {
    display: block;
    position: relative;
    margin: 35px 0 35px 0;
}
.common-page-container {
    padding: 30px 0;
}
.contact_images{
  margin: 25px 0 10px 0;
}
.client_map {
    margin: 15px 0 25px 0;
}
.client_map iframe {
    width: 100%;
    height: 350px;
    border: none;
    box-shadow: none;
}
.contact_bg_overlay {
    background-color: rgba(0,0,0,0.7);
    padding: 45px 25px;
}
.contact_bg_overlay .common_header .main_heading_sub {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin: 22px 0 0 0;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.contact_bg_overlay .common_header .main_heading {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.contact_bg_overlay .common_header .main_heading:before {
    position: absolute;
    top: 11px;
    left: -35px;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
}
.contact_bg_overlay .common_header .main_heading:after {
    position: absolute;
    top: 11px;
    right: -35px;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
}
.contact_us_page_contact ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact_us_page_contact ul li,
.contact_us_page_contact ul li a {
    color: #fff;
    font-size: 16px;
}
.my-preheader nav ul li ul.dropdown-menu {
    width: 100%;
}
.dropdown-menu.show {
    height: auto;
}
.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    transform: translateY(0px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(14px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}
.marg_b_anima {
    margin: 0 0 5px 0;
}
.custom-banner-panel .bradcrumb-main-wrapper {
    padding: 10px 0px;
    background-color: #f1f1f1;
}
.single_what_we_do h3{
  font-size: 28px;
    color: #002d80;
    margin: 0 0 20px 0;
    position: relative;
    font-weight: 700;
}
  }
@media only screen and (max-width:767px) {
    .banner_main_overlay .inner_panel span {
        letter-spacing: 1px;
        margin: 0 0 6px 0;
        font-size: 16px;
        line-height: 16px;
    }
    .banner_main_overlay .inner_panel h1 {line-height:20px;}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .viewbox-button-close {
        top: 0;
        right: 0;
    }
    .viewbox-button-next,
    .viewbox-button-prev {
        height: 81px;
        width: 81px;
        margin-top: -40px;
    }
    .viewbox-button-next {
        right: -15px;
    }
    .viewbox-button-prev {
        left: -15px;
    }
    /***/
    .right_property{
      display: none;
    }
    .banner_main_overlay .inner_panel h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.banner_main_overlay .inner_panel h1 .sub_content {
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    margin: 0 0 5px 0;
    display: block;
    font-family: 'Montserrat', sans-serif;
}
.banner_main_overlay .inner_panel {
    display: flex;
    flex-direction: column;
    width: 90%;
}
.banner_main_overlay .inner_panel {
    display: flex;
    flex-direction: column;
    width: 90%;
}
.play_ban {
    width: 175px;
    border-radius: 22px;
    height: 35px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.play_ban .arrow {
    width: 50px;
    background-color: #007bff;
    color: #fff;
    height: 35px;
    margin: 0!important;
    padding: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 0 35px 35px 0;
}
.navbar-brand img{
  width: 75%;
}
body.home .common-body-wrapper {
    margin: 70px 0 0 0;
}
.our_renovation {
    background-image: url(../images/bg_bg1.jpg);
    padding: 30px 0;
}
.white_header .mheading {
    font-size: 22px;
    color: #1a3c7f;
    margin: 0 0 35px 0;
    position: relative;
    width: 100%;
    font-weight: 700;
}
.white_header .sub_heading_content {
    display: block;
    width: 100%;
    font-family: 'proxima_nova_ltsemibold';
    color: #1a3c7f;
    font-size: 14px;
}
.our_renovation [class^="col-"]{
  margin: 0 0 25px 0;
}
.our_team_car {
    position: relative;
    right: 0px;
    bottom: -65px;
    width: 100%;
}
.our_team {
    background-color: #002d80;
    padding: 30px 0 65px 0;
    position: relative;
    overflow: hidden;
}
.team_heading .mheading {
    font-size: 23px;
    color: #fff;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.team_heading .mheading .inner_main_sub_head {
    color: #007bff;
    font-size: 14px;
    display: block;
}
.what_do_you_right {
    position: relative;
    right: 0;
    top: -20px;
    background-color: #fff;
    border-radius: 50px 0 0 50px;
    width: 95%;
    padding: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 0px 0 rgba(0,0,0,0.1);
    flex-direction: column;
    margin: 0 0 20px 0px;
}
.tabletss {
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #007bff;
    padding: 5px;
    margin: 0 0px 20px 0;
    height: 75px;
}
.tabletsss {
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #007bff;
    padding: 5px;
    margin: 0 0px 0 0;
}
.what_we_heading .mheading .inner_main_sub_head {
    color: #007bff;
    font-size: 14px;
    display: block;
}
.what_we_heading .mheading {
    font-size: 22px;
    color: #002d80;
    margin: 0 0 20px 0;
    position: relative;
    font-weight: 700;
}
.do_img {
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px 0;
}
.do_cont_heading .mheading {
    font-size: 24px;
    color: #1a3c7f;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.read_more_btn.mt-5{
  margin-top: 2rem!important;
}
.what_we_do_list ul li {
    margin: 0 0 45px 0;
}
.what_we_do_list ul li:nth-child(even) .my_do .my_do_left {
    order: 1;
}
.what_we_do_list ul li:nth-child(even) .my_do .my_do_right {
    order: 2;
}
.what_we_do_panel {
    background-image: url(../images/bg_bg1.jpg);
    padding: 55px 0 35px 0;
    position: relative;
}
.serv_main_wrapper {
    background-image: url(../images/bg_bg2.jpg);
    padding: 45px 0;
    position: relative;
    overflow: hidden;
}
.serv_heading .mheading .inner_main_sub_head {
    color: #007bff;
    font-size: 14px;
    display: block;
}
.serv_heading .mheading {
    font-size: 24px;
    color: #002d80;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.testimonial_overlay {
    background-color: rgba(14,123,242,0.9);
    padding: 45px 0;
}
.testi_heading .mheading {
    font-size: 24px;
    color: #fff;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.testi_heading .mheading {
    font-size: 24px;
    color: #fff;
    margin: 0 0 35px 0;
    position: relative;
    font-weight: 700;
}
.footer_overlay {
    background-color: #01060f;
    padding: 35px 0 15px 0;
}
.footer_overlay [class^="col-"]{
  margin: 0 0 10px 0;
}
.footer_lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #4d4d4d;
    color: #cccccc;
    flex-direction: column;
    text-align: center;
}
.copyright_panel{
  margin: 0 0 15px 0;
}
.what_we_heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin: 0 0 25px 0;
}
.footer_lower {
    margin: 5px 0 0 0;
    padding: 25px 0 0 0;
    font-size: 14px;
}
.custom-banner-panel .custom-inner-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 200px;
    overflow: hidden;
}
.custom-banner-panel .custom-inner-banner-wrapper .overlay-panel h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8% 0;
    font-family: 'Montserrat', sans-serif;
}
.cultural_festival .fst_img {
    width: 323px;
    position: absolute;
    height: 506px;
    overflow: hidden;
    left: 0;
    top: -68px;
}
.cultural_festival .fst_img {
    width: 323px;
    position: absolute;
    height: 375px;
    overflow: hidden;
    left: 0;
    top: -68px;
}
.cultural_festival .lst_img {
    width: 276px;
    position: absolute;
    height: 388px;
    overflow: hidden;
    right: 0;
    bottom: -11px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.cultural_right_container {
    margin: 35px 0 0 0px;
}
.cultural_right_container h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
}
.cultural_wrapper {
    display: block;
    position: relative;
    margin: 45px 0 25px 0;
}
.single_indi_post {
    display: block;
    position: relative;
    margin: 30px 0 30px 0;
}
.common-body-wrapper {
    margin: 70px 0 0 0;
}
.single_indi_post {
    display: block;
    position: relative;
    margin: 35px 0 35px 0;
}
.common-page-container {
    padding: 30px 0;
}
.contact_images{
  margin: 25px 0 10px 0;
}
.client_map {
    margin: 15px 0 25px 0;
}
.client_map iframe {
    width: 100%;
    height: 350px;
    border: none;
    box-shadow: none;
}
.contact_bg_overlay {
    background-color: rgba(0,0,0,0.7);
    padding: 45px 25px;
}
.contact_bg_overlay .common_header .main_heading_sub {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin: 22px 0 0 0;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.contact_bg_overlay .common_header .main_heading {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.contact_bg_overlay .common_header .main_heading:before {
    position: absolute;
    top: 11px;
    left: -35px;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
}
.contact_bg_overlay .common_header .main_heading:after {
    position: absolute;
    top: 11px;
    right: -35px;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
}
.contact_us_page_contact ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact_us_page_contact ul li,
.contact_us_page_contact ul li a {
    color: #fff;
    font-size: 16px;
}
.my-preheader nav ul li ul.dropdown-menu {
    width: 100%;
}
.dropdown-menu.show {
    height: auto;
}
.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    transform: translateY(0px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(14px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}
.marg_b_anima {
    margin: 0 0 5px 0;
}
.custom-banner-panel .bradcrumb-main-wrapper {
    padding: 10px 0px;
    background-color: #f1f1f1;
}
.single_what_we_do h3{
  font-size: 22px;
    color: #002d80;
    margin: 0 0 10px 0;
    position: relative;
    font-weight: 700;
}
}


/*===============*/
.contact_images img{ width: 100%; height: 450px; object-fit: cover; }
.ab-imgs{ display: flex; flex-wrap: wrap; }
.cultural_right_container p:empty{display: none;}
.about-img img{ width: 120px; height: 120px; object-fit: cover; }
.about-img { padding: 0 10px 0 0px;}