
   
	.fishes
    {
      position: relative;
      top: 0;
      left: 0;
    }
	
	.fish0
    {
      position: absolute;
      top: 30px;
      left: 35px;
    }
	
    .fish
    {
      position: absolute;
      top: 30px;
      left: 450px;
    }
	
	.fish1
    {
      position: absolute;
      top: 30px;
      left: 650px;
    }
	
	.fish2
    {
      position: absolute;
      top: 30px;
      left: 850px;
    }
	
	.fish3
    {
      position: absolute;
      top: 30px;
      left: 1050px;
    }
	
	.letstalk{
	align:center;
	border-radius: 25px;
	}
	
	
.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.leafimg{
 position: relative;
      top: 0;
left: 660px;}


.btn {
  border: 2px solid #3AAAB2;
  background-color: white;
  border-radius:50px;
  color: #3AAAB2;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}



/* Orange */
.warning {
  border-color: #ff9800;
  color: orange;
}

.warning:hover {
  background: #ff9800;
  color: white;
}
  
  
 /* slider */

.wd{
  width:100%;} 
  
  .bgim{
	  width:500px;
  }
  
#owl-demo .item{
  background: #3fbf79;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* own5 */

.page-id-345 .thankyou-pops {
    display: none !important;
}
.Gallery_bx_pg ul li {
    width: 31.33%;
    padding: 0 15px;
    margin-bottom: 50px;
}
input#pricing12 {
 background: transparent;
    background-color: #f0d248;
}
.pricing-pdf{
    padding:15px;
}
.our_teem_bx p{
    margin-bottom:8px;
}
.single-post #secondary ul li span.post-date {
    margin-top: 4px;
    color: #8e8e8e;
    display: block;
    margin-left: 0;
}
.single-post #secondary ul li {
    border-bottom: 1px solid #cccccc61;
    padding: 15px 10px;
    transition: 0.5s all ease;
}
.page-template-architects-template .blu_bx p {
    font-size: 18px;
    color: #fff;
}
html {
    scroll-behavior: smooth;
  }
  div#sec-perma {
    padding-top: 70px;
}
body{
    zoom:90%;
    position:relative;
}
#arch .pic img{
	    width: 100%;
    height: 250px;
    object-fit: cover;
}
.text-left{
    text-align:left;
}


.thankyou-pops button{
    position: absolute;
    top: 13px;
    right: 24px;
    font-size: 38px;
}
.page-template-home-template .blog_box span {
    margin-bottom: 0;
    font-weight: 600;
}
.page-template-home-template .blog_box span img {

    height: 250px;

}

.page-template-contact-us-template #submit-form {
    float: left;

}
.page-template-contact-us-template .cal_from_bx h3{
    margin-bottom:40px;
}
.page-template-contact-us-template .new_form table.table-cstm tr td {
    width: 100% !important;
}
.page-template-contact-us-template .table-cstm.table-two tr {
    display: flex;
    margin-bottom: 20px;
    margin-right: 0px;
}
table.table-cstm.table-two tr {
    display: inline;
    margin-right: 25px;
}
.new_form table.table-cstm tr td{
    width:auto !important;
} 


.thankyou-pops .modal-content{
    padding:10px;
}
.thankyou-pops .popucontainer_hdr h2 {
    font-size:44px;
 }
 .thankyou-pops .popucontainer_hdr p {
     font-size:18px;
  }
  .thankyou-pops .popucontainer_hdr {
     height: auto;
     background: #fff;
     width: 100%;
     text-align: center;
     z-index: 9999;
     display: block;
     padding: 50px;
     border: 2px solid #000;
 }


header {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 99;
    top:0;
}
.banner, .inner_banner {
    margin-top: 100px;
}
.custom-read-more {
    text-align: center !important;
    margin: 0 auto;
    margin-top: 15px;
    margin-right: auto !important;
}
.Fixed_header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 220px rgba(0, 0, 0, 0.1);
}
.hdr_col {
    position: static;
}
.logo_menu {
    display: flex;
    justify-content: space-between;
    height: 100px;
}
.Fixed_header .menu_mn {
    display: flex;
    align-items: center;
    transition: 0.5s all ease;
}
.Fixed_header .logo_menu {
    height: 70px;
    transition: 0.5s all ease;
}
.logo {
    display: flex;
    align-items: center;
    transition: 0.5s all ease;
}
.logo_menu img {
    max-width: 100%;
    transition: 0.5s all ease;
}
.Fixed_header .logo_menu img {
    max-width: 80%;
    transition: 0.5s all ease;
}
.menu_mn ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.menu_mn ul li:last-child {
    padding-right: 0;
}
.menu_mn ul li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2f2f2f;
    padding: 0 0;
    position: relative;
    padding-bottom: 15px;
}

.menu_mn ul li:hover > a {
    color: #20b485;
    transition: 0.5s all ease;
}
span.click_menu_i {
    position: absolute;
    right: 0;
    top: 0;
}
.click_menu_i:before {
    position: absolute;
    top: 9px;
    right: -12px;
    border-top: 7px solid #e4b057;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
}
.menu_mn ul ul li a:before{display: none;}
.menu_btm ul li:nth-child(5) a:before, 
.menu_btm ul li:nth-child(6) a:before{border: 0px;}
.menu_tp {
    text-align: right;
    margin-bottom: 12px;
    transition: 0.5s all ease;
}
.Fixed_header .menu_tp {
    display: block;
    transition: 0.5s all ease;
    transform: translateX(120%);
    position: absolute;
    right: 0;
    top: 0;
}
.menu_logo, .menu_close {
    padding-left: 15px;
    display: none;
}

.over_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 99;
    display: none;
}
.menu_cl {
    display: none;
}
.menu_mn ul ul {
    position: absolute;
    width: 230px;
    left: 0;
    background: #20b485;
    z-index: 99;
    max-height:0;
    overflow:hidden;
    -webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin:50% 0;
    -webkit-transition:350ms;
    -moz-transition:350ms;
    -o-transition:350ms;
    transition:350ms;
}
.menu_tp ul li a em {
    font-style: normal;
}
.menu_mn ul li:last-child ul {
    left: inherit;
    right: 0;
}
.menu_mn ul li:hover ul {
    max-height:1000px;
    -webkit-transform:perspective(400) rotate3d(0,0,0,0);
}
.menu_mn ul ul li {
    display: block;
    border-bottom: 1px solid #d1b02b;
    margin: 0;
}
.menu_mn ul ul li:last-child{border: 0px;}
.menu_mn ul ul li a {
    padding: 7px 10px;
    display: block;
    color: #fff;
    font-size: 14px;
    transition: 0.5s all ease;
}
.menu_mn ul ul li:hover a {
    background: #d1b432;
    color: #fff;
    transition: 0.5s all ease;
}
.menu_tp:before {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 30%;
    background: #faf5d5;
    content: "";
}
.menu_tp ul {
    display: inline-block;
    height: 50px;
    position: relative;
    padding-top: 12px;
    padding-left: 30px;
    background: #faf5d5;
}
.menu_tp ul:before {
    position: absolute;
    top: 0px;
    left: -25px;
    /* border-style: solid; */
    /* border-width: 50px; */
    /* border-color: transparent transparent #faf5d5 transparent; */
    content: "";
    height: 50px;
    border-bottom: 50px solid #faf5d5;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}
.menu_tp ul li {
    padding: 0 24px;
    margin:0;
}
.page-id-5 .our_teem_DIV {
    padding-top: 40px;
}
.menu_tp ul li:before {
    position: absolute;
    height: 32px;
    width: 1px;
    background: #bbb8a0;
    content: "";
    left: 0;
    top: -4px;
}
.menu_tp ul li:first-child:before{display: none;} 
.menu_tp ul li i {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
    font-size: 19px;
    color: #3f3f3f;
    float: left;
    margin-top: 2px;
}
.menu_tp ul li a {
    display: inline-block;
}


.page-id-416 .cost_calmn2 .form-group {
   
    margin-bottom: 14px;
}

/*Banaer css*/
.banner {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    height: 500px;
    overflow: hidden;
}
.pic img{width: 100%;}
.banner .pic img{height: 500px; object-fit: cover;}
.bnr_tx_lt {
    width: 52.5%;
    height: 500px;
    background: rgba(37, 179, 133, 0.64);
    position: absolute;
    top: 0;
    display: flex;
    clip-path: polygon(0 0%, 89% 0%, 100% 34%, 78% 100%, 0% 100%);
    z-index: 9;
}
.banner h1 {
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 40px;
    font-family: 'TTNorms-Bold';
   
}
.banner_lt {
    width: 50%;
    float: left;
}
.banner_slider {
    width: 50%;
    float: right;
}
.bnr_tx_lt_in {
    max-width:  650px;
    position: absolute;
    top: 0;
    height: 500px;
    width: 100%;
    float: right;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.dis_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.btn_ex {
    width: 162px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    border-radius: 30px;
    border: 1px solid #3AAAB2;
    transition: 0.5s all ease;
    padding: 8px 20px 9px 20px;
    text-align: center;
    margin-right: 12px;
}
.btn_ex:hover {
    background: #cfb22a;
    border: 1px solid #cfb22a;
    color: #333;
    transition: 0.5s all ease;
}
.banner_slider ul.slick-dots {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.banner_slider ul.slick-dots li {
    display: block;
    margin-bottom: 12px;
}
.banner_slider ul.slick-dots li.slick-active{padding-top: 70px; position: relative; transition: 0.5s all ease;}
.banner_slider ul.slick-dots li.slick-active:before{
    position: absolute;
    top: 0;
    left:3px;
    height: 83%;
    width: 1px;
    background: #fff;
    content: "";
    transition: 0.5s all ease;
}
.banner_slider ul.slick-dots li.slick-active button {background: #27aa80; transition: 0.5s all ease;}
.banner_slider ul.slick-dots li button {
    width: 7px;
    height: 7px;
    font-size: 0;
    background: #fff;
    transition: 0.5s all ease;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 50%;
}
.banner_slider button.slick-next.slick-arrow, 
.build_DIV button.slick-next.slick-arrow {
    display: none !important;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0px solid transparent;
}
/*who_DIV css*/
.who_DIV {
    background: #CCFFE5;
    padding: 0;
}
.who_tx h2 {
    font-size: 50px;
    line-height: 65px;
    margin-top: 90px;
    margin-bottom: 0;
	font-family: arial;
}
.who_tx .dark_yellow {
    display: block;
    color: #3AAAB2;
}
.who_rt_bx h5 {
    font-family: 'TTNorms-Bold';
}
.who_rt_bx span {
    margin-bottom: 25px;
}
.who_rt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.who_rt_bx {
    width: 50%;
    padding: 60px 50px;
    background: #E0FFFF;
}
.who_rt_bx img {
    max-width: 109px;
    width: 100%;
    height: 70px;
    object-fit: contain;
}
.who_rt_bx:nth-child(even){background: #AFEEEE;}
/*Lest css form*/

.lets_form .form-control {
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    border-radius: 30px;
    border: 1px solid #2f2f2f;
    transition: 0.5s all ease;
    padding: 8px 20px 9px 50px;
}
.lets_form .name {
    background: url(images/name_icon.png) no-repeat 22px 10px;
}

.lets_form .email {
    background: url(images/email_icon.png) no-repeat 16px 11px;
}
.lets_form .phone {
    background: url(images/phone_icon.png) no-repeat 20px 10px;
}
.lets_form .map {
    background: url(images/location_map_icon.png) no-repeat 15px 12px;
    background-size: 26px;
}
.lets_form label {
    font-size: 16px;
    display: block;
    color: #696969;
    margin: 20px 0 10px 0;
}
.lets_form .lets_btn {
    background: #f0d248 url(images/lets_btn_icon.png) no-repeat 40px 14px;
    width: 190px;
    font-size: 18px;
    border: 1px solid #f0d248;
}
.lets_form .lets_btn:hover{background:#20b485 url(images/lets_btn_icon.png) no-repeat 40px 14px; border: 1px solid #20b485;}


/*build_DIV css*/

.build_DIV ul.slick-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.build_DIV ul.slick-dots li{display: inline-block;}
.build_DIV ul.slick-dots li.slick-active button {background: #20b485; transition: 0.5s all ease; width: 15px; height: 15px;}

.build_DIV ul.slick-dots li button {
    width: 9px;
    height: 9px;
    font-size: 0;
    background: #f0d248;
    transition: 0.5s all ease;
    display: block;
    padding: 0;
    border: 0;
    margin:0 9px;
    border-radius: 50%;
}
.build_tx_bx {
    width: 470px;
    height: 450px;
    padding: 45px;
    background: rgba(10, 30, 32, 0.6);
    float: right;
}
.build_tx_bx p {
    font-size: 18px;
    color: #fff;
}

.build_tx_bx .yellow_bt_brdr {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.build_tx_bx .btn_ex {
    margin-top: 20px;
}
.btn_ht50 .btn_ex{
    width: auto;
    display: inline-block;
    height: 50px;
    padding: 10px 35px 9px 35px;
	font-family: arial;
}
.build_tx {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
}
.build_DIV .slick-slide img {
    height: 650px;
    object-fit: cover;
}



/*everythin_DIV css*/

.everythin_DIV{
    background-size:cover;
    padding: 55px 0 22px 0;
	background-image: url('images/bg1212.jpg');
	
}
.everythin_tx p {
    font-size: 20px;
    color: #fff;
    line-height: 34px;
	font-family: arial;
}
.everythin_tx .btn_ex{margin-top: 20px;}
.everythin_tx .btn_ex span {
    display: inline-block;
    margin: 2px 10px 0 0;
    float: left;
}
.everythin_tx h1 {
    margin-bottom: 35px;
	font-family: arial;
}
.everythin_tx h1:before {
    width: 130px;
}
.everythin_tx_col {
    display: flex;
    align-items: center;
}
.everythin_img img {
	padding: 55px 0 22px 0;
    width: 400px;
	height:400px;
	
}




/*choose_DIV css*/
.choose_DIV {
    text-align: center;
    background: #f7f7f7;
}
.choose_slider_bx {
    height: 350px;
    padding: 40px;
    border: 1px solid #c2c2c2;
    text-align: center;
    box-shadow: 0px 0 15px #c2c2c2;
}
.choose_slider {
    padding: 0 20px;
}
.choose_DIV .slick-slide {
    margin: 0 20px;
}
.choose_slider_bx h5 {
    font-size: 20px;
    color: #27aa80;
    margin-bottom: 25px;
}

.choose_slider_bx span {
    display: block;
    margin-bottom: 20px;
}

.choose_slider_bx h5:before {
    left: 50%;
    transform: translateX(-50%);
}
.choose_slider_bx:hover{border: 1px solid #27aa80;}
.choose_slider_bx span img {
    display: inline-block;
}

.choose_DIV ul.slick-dots {
    margin-top: 40px;
}

.choose_DIV ul.slick-dots li{display: inline-block;}
.choose_DIV ul.slick-dots li.slick-active button {background: #20b485; width: 15px; height: 15px;}

.choose_DIV ul.slick-dots li button {
    width: 9px;
    height: 9px;
    font-size: 0;
    background: #f0d248;
    display: block;
    padding: 0;
    border: 0;
    margin:0 9px;
    border-radius: 50%;
}
.choose_slider i {
    font-size: 32px;
    color: #828282;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #828282;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: -10px;
    transition: 0.5s all ease;
}
.cust-margin {
    margin-bottom: 0px;
}
.yellow-cust{
    color:#f0d248;
}
.choose_slider i:hover {
    background: #20b485;
    border:  1px solid #20b485;
    color: #fff;
    transition: 0.5s all ease;
}
.project_DIV {
    padding-top: 50px;
	background-color:#E0FFFF;
}
.project_DIV h2{text-align: center; font-family: arial;}
.choose_slider i.fa.fa-angle-right.slick-arrow {
    left: inherit;
    right: -10px;
}
.proj_cl {
    text-align: center;
}

.proj_cl ul li {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    margin-bottom: 15px;
    margin-left: -4px;
}
.proj_cl ul li a {
    color: #2f2f2f;
    font-size: 18px;
    transition: 0.5s all ease;
}
.proj_cl ul li a:hover {
    color: #20b485;
    transition: 0.5s all ease;
}
.proj_cl ul li.active a{
    color: #20b485;
    transition: 0.5s all ease;
}
.proj_cl ul li:before {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 2px;
    background: #2f2f2f;
    content: "";
}

.proj_cl ul li:first-child:before{display: none;}
.proj_mn {
    margin-top: 45px;
}
.proj_bx span img {
    width: 100%;
}

.proj_bx span {
    display: block;
    margin-bottom: 20px;
}
.proj_bx h5 {
    font-weight: 600;
    margin-bottom: 2px;
}
.proj_bx p {
    color: #333333;
    font-size: 14px;
}
.proj_bx_sho:hover {
    border: 1px solid #20b485;
    transition: 0.5s all ease;
}
.proj_bx_sho {
    border: 1px solid #c2c2c2;
    transition: 0.5s all ease;
    margin-bottom: 30px;
}
.pripad {
    padding: 0px 10px 0 22px;
}



/*Calculators_DIV css*/
.Calculators_DIV {
    background: rgb(172, 241, 247);
   /* background: url(images/Calculators_bg.jpg) no-repeat center center;*/
    background-size:cover; 
	
}

.Calculators_bx {
    background: #fff;
    padding: 40px 10px;
    text-align: center;
}
.Calculators_bx h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2aad83;
    font-weight: 600;
}
.Calculators_bx h4 span {
    display: inline-block;
    margin-right: 12px;
}
.Calculators_DIV h1 {
    margin-bottom: 25px;
	font-family: arial;
}
.coll-form tr {
    margin-bottom: 20px;
    display: grid;
}
.coll-form td {
    margin-bottom: 10px;
}
.custom-collab ul {
    margin-bottom: 30px;
}
.coll-form #farpopclicked2 {
    background:  #f0d248;
    padding: 10px 25px 10px 26px !important;
}
.coll-form input{
    padding: 8px 1px 9px 19px !important;
}
/*our_teem_DIV css*/
.our_teem_DIV {
    padding-top: 0;
    background: #c5def4;
	
}
.our_teem_bx {
    text-align: center;
}
.our_teem_bx span {
    display: block;
    margin-bottom: 15px;
}
.our_teem_bx span img {
    height: 205px;
    width: 205px;
    border-radius: 50%;
    border: 1px solid #20b485;
    padding: 5px;
}
.our_teem_bx h5 {
    text-transform: uppercase;
    color: #2f2f2f;
    font-weight: 600;
    line-height: 24px;
}
.our_teem_bx p {
 
    line-height: 20px;
}
.our_teem_DIV .btn_ht50 {
    margin-top: 20px;
}




.Home_testi_DIV {
    text-align: center;
	background-color:#E0FFFF;
}

.Home_testi_bx_mn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 110px;
    margin-bottom: 36px;
}
.Home_testi_bx {
    border: 1px solid #20b485;
    padding: 0 36px 30px;
    position: relative;
    width: 48%;
}
.Home_testi_bx:before {
    position: absolute;
    bottom: 0;
    right: 25px;
    background: url(images/testi_icon.png) no-repeat bottom right;
    content: "";
    width: 82px;
    height: 75px;
}
.Home_testi_bx span {
    display: block;
    margin-bottom: 15px;
    position: relative;
    margin-top: -75px;
}
.Home_testi_bx span img {
    height: 155px;
    width: 155px;
    border-radius: 50%;
    border: 1px solid #20b485;
    padding: 5px;
    background: #fff;
}
.Home_testi_bx h5 {
    color: #11b59b;
    font-weight: 600;
    line-height: 24px;
}
.Home_testi_bx p {
    color: #2f2f2f;
    line-height: 25px;
}



.award_DIV {
	
    background: url(images/award_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 201px;
    padding: 40px 0 40px 0;
}
.bgg{
	background-image: url("award_bg.jpg");
}
.award_mn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.awaerd_lt {
    width: 254px;
}
.awaerd_rt {
    width: 74%;
}
.awaerd_rt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*update_DIV1 css*/
.update_DIV1 {
    background: url(images/update_DIV1_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0 0 0;
    height: 370px;
    text-align: center;
}
.update_DIV2 {
    margin-top: -190px;
}
.update_th_bx {
    padding: 30px 0px 0 30px;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.22);
    background: #fff;
}
.update_th_bx ul li span {
    display: block;
    width: 31%;
}
.update_th_bx ul li span img {
    height: 96px;
    width: 100%;
}
.update_th_bx ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.update_th_tx {
    width: 65%;
}
.update_th_tx p {
    color: #333333;
    font-size: 14px;
    margin-bottom: 9px;
    line-height: 18px;
}
.update_th_tx h5 {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}
.update_th_tx em {
    font-size: 15px;
    color: #1eb184;
    display: inline-block;
    text-decoration: underline;
}
.update_th_bx ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
    transition: 0.5s all ease;
}
.update_th_bx ul li:hover p, .update_th_bx ul li:hover h5, .update_th_bx ul li:hover em {
    color: #20b485;
    transition: 0.5s all ease;
}
.update_th_bx ul li:last-child{padding-bottom: 0px; border-bottom: 0px solid #dedede;}
.update_th_bx ul {
    height: 376px;
    overflow-y: scroll;
    padding-right:30px;
}

.update_th_bx ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
    background-color: none;
}

.update_th_bx ul::-webkit-scrollbar
{
    width: 4px;
    background-color: transparent;
}

.update_th_bx ul::-webkit-scrollbar-thumb
{
    background-color: #11b59a;
}
.video_bx iframe {
    height: 406px;
    width: 100%;
}
.update_DIV2 .lets_form {
    margin-top: 60px;
}
.network_lt {
    width:64%;
    background: #21b487;
    padding: 45px 150px 10px 50px;
    overflow: hidden;
    height: 400px;
}

.network_lt h3 {
    color: #fff;
    padding-bottom: 22px;
    font-size: 28px;
    margin-bottom: 20px;
}
.network_lt .yellow_bt_brdr:before {
    width: 185px;
    height: 2px;
}
.network_lt p {
    color: #fff;
}
.network_lt .dark_yellow {
    color: #f0d248;
    margin-bottom: 15px;
}
.network_bx {
    position: relative;
    margin: 50px 0 95px;
}
.network_rt img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.network_rt {
    width: 45%;
    height: 380px;
    position: absolute;
    right: 0;
    top: 59px;
}
.ab_lctn_tx_in {
    max-width: 635px;
    width: 100%;
    position: absolute;
    right: 50%;
    height: 500px;
}
.about_maptx {
    display: flex;
    overflow: hidden;
    height:500px;
}
.ab_location1 {
    background: #21b487;
}
.ab_location {
    width: 50%;
}
.ab_location span iframe {
    height: 500px;
}
.yellow_bt_brdr.cr_of:before {
    left: 30px;
    height: 3px;
    width: 115px;
	
}
.cr_of i {
    font-size: 30px;
    color: #f0d248;
    display: inline-block;
    margin-right: 8px;
}
.ab_tx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.cr_of {
    padding-bottom: 22px;
    font-family: 'TTNorms-Bold';
    font-weight: 600;
}
.ab_tx ul h5 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 22px;
}
.cr_of, .ab_tx p {color: #fff;}
.ab_tx h3{
    color: #fff;
}
.ab_tx p strong {
    font-size: 24px;
    font-family: 'TTNorms-Regular';
    font-weight: 300;
    display: block;
    margin-bottom: 12px;
}
.ab_tx p {
    font-size: 20px;
    margin: 0;
}

.ab_tx ul {
    padding-left: 27px;
    margin-top: 40px;
}
.ab_tx ul li i {
    color: #f0d248;
    font-size: 22px;
    float: left;
    margin: 0 15px 0 0;
}
.ab_tx ul li i.fa.fa-envelope {
    font-size: 20px;
	
}
.ab_tx ul li a {
    color: #fff;
    transition: 0.5s all ease;
}
.ab_tx ul li a:hover {
    color: #f0d248;
    transition: 0.5s all ease;
}
.ab_tx ul li {
    display: flex;
    margin-bottom: 18px;
    align-items: center;
}

.cl_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}
.cl_btn a i {
    display: inline-block;
    margin-right: 7px;
}
.cl_btn a {
    display: inline-block;
    height: 40px;
    width: 165px;
    background: #21b487;
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    line-height: 40px;
    margin-left: 15px;
    transition: 0.5s all ease;
    font-weight: 600;
    text-align: center;
}
.cl_btn a:hover {
    background: #d1b235;
    transition: 0.5s all ease;
}
.cl_btn h5 {
    color: #21b487;
    font-size: 20px;
    font-weight: 500;
}
.ab_tx ul ul {
    padding-left: 0;
    padding-right: 15px;
    margin: 0;
}
.ab_tx ul ul li {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
}
.award_div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    text-align: left;
}
.award_bx {
    width: 440px;
    margin: 0 30px;
}
.award_bx_in {
    width: 100%;
    height: 280px;
    /* background: #dcdcdc; */
    position: relative;
    margin-bottom: 20px;
}
.award_po {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.Media_chnl_DIV {
    padding: 45px 0 45px 0;
    border-top: 1px solid #cccccc;
}
.Media_chnl_DIV h5 {
    font-size: 22px;
    margin-bottom: 30px;
}
.Media_chnl_DIV .awaerd_rt ul {
    display: block;
}
.Media_chnl_DIV .awaerd_rt ul li {
    padding: 0 40px;
    position: relative;
    display: inline-block;
    margin-left: -4px;
}
.Media_chnl_DIV .awaerd_rt ul li:before{position: absolute; top: 0; left: 0; width: 1px; height: 60px; background: #cbcbcb; content: "";}
.Media_chnl_DIV .awaerd_rt {
    width: 100%;
    text-align: center;
}
.Media_chnl_DIV .awaerd_rt ul li:first-child:before {
    display: none;
}
.Construction_Bx h1, .Construction_Bx h3 {
    color: #fff;
    margin-bottom: 5px;
}
.Construction_Bx {
    padding: 50px 0 50px 0;
    background: #27aa80;
    display: flex;
    align-items: center;
}
.width-img_cust {
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.Construction_Bx .lets_form {
    margin-top: 55px;
}
.Construction_Bx .lets_form .form-control {
    color: #000;
    border: 1px solid #93d5c0;
}
.Construction_Bx .lets_form #scheduleform_name {
    font-weight: 300;
    background: url(images/name_icon_wht.png) no-repeat 22px 10px;
}
.Construction_Bx .lets_form #scheduleform_email {
    background: url(images/email_icon_wht.png) no-repeat 16px 11px;
    color: #dfdfdf;
    font-weight: 300;
}
.Construction_Bx .lets_form #scheduleform_phone {
    background: url(images/phone_icon_wht.png) no-repeat 20px 10px;
    color: #dfdfdf;
    font-weight: 300;
}

.Construction_Bx .lets_form .name {
    background: url(images/name_icon_wht.png) no-repeat 22px 10px;
    color: #dfdfdf;
}
.Construction_Bx .lets_form .email {
    background: url(images/email_icon_wht.png) no-repeat 16px 11px;
    color: #dfdfdf;
}
.Construction_Bx .lets_form .phone {
    background: url(images/phone_icon_wht.png) no-repeat 20px 10px;
    color: #dfdfdf;
}
.Construction_Bx ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.Construction_Bx :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.Construction_Bx ::placeholder {
  color: #fff;
}

/*About css*/
.inner_banner img {
    height: 180px;
    object-fit: cover;
}
.abut_Our_DIV h4 {
    font-size: 22px;
}

/*Career css*/
.corrents_opning {
    margin-top: 50px;
}
.corrents_opning ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}
.corrents_opning ul li {
    width: 20%;
    padding: 0 10px;
}
.corrents_opning ul li span {
    height: 86px;
    width: 86px;
    border: 1px solid #d6b530;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.content_bx {
    padding: 35px 65px 0 65px;
    transition: 0.5s all ease;
    margin-top: 30px;
}
.content_bx_add {
    background: #fbf7f8;
    transition: 0.5s all ease;
}
.caarer_cl {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    flex-wrap: wrap;
    position: relative;
}
.caarer_cl a.sub_btn {
    position: absolute;
    right: 0;
    top: 0;
}
.caarer_cl h5 {
    color: #21b487;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    width: 84%;
    margin-top: 20px;
}
.content ol, .content ul  {
    margin-bottom: 26px;
    margin: 0 0 0 67px;
}
.content ol li, .content ul li{
    font-size: 16px;
    color: #2f2f2f;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 0px;
    position: relative;
}
.content ul li{padding-left: 25px;}
.content ul li:before{
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  background: #22a97e;
  border-radius: 50%; 
  top:9px;
  content: ""
}
.content ol li span {
    display: inline-block;
    width: 130px;
    position: relative;
    margin-right: 30px;
}
.content ol li span:before{
  position: absolute;
  right: 0;
  top:0;
  content: ":"

}
.career_dis_bx {
    padding: 25px 0;
    display: none;
    position: relative;
}
.close_bx {
    position: absolute;
    bottom: 30px;
    right: 0;
    font-size: 25px;
    color: #21b487;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 20px;
}
.content_bx_add .career_dis_bx {
    display: block;
}
.from_con_bx {
    width: 310px;
}
.popucontainer {
    padding: 30px;
}
#career_formModalCenter .modal-dialog {
    max-width: 540px;
}
.popucontainer input.form-control {
    width: 100%;
    height: 45px;
    font-size: 15px;
    color: #666;
    border: 0px;
    box-shadow: none;
    background: transparent;
    outline: none;
    padding: 0 10px;
    border: 1px solid #a4a4a4;
    border-radius: 0;
    float: right;
}

.popucontainer .form-group label {
    width: 165px;
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    color: #2f2f2f;
}
.popucontainer .form-group {
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.popucontainer .form-group.center {
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 0;
}
.popucontainer h1 {
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #ab2421;
    margin-bottom: 20px;
    line-height: 28px;
}
.popucontainer p {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    line-height: 23px;
}
.popucontainer_hdr h4 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.popucontainer_hdr {
    height: 70px;
    background: #27aa80;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popu_frm_cl {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.modal-backdrop {
    width: 100%;
    height: 100%;
}
#career_formModalCenter .modal-content {
    border: 0;
    border-radius: 0;
}
.popucontainer .custom-file-input {
  color: transparent;
  opacity: 1;
}
.popucontainer .form-control.custom-file-input {
    padding: 6px 0 0 47px;
}
.popucontainer .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.popucontainer .custom-file-input:before {
    content: 'Choose File';
    color: #424242;
    display: inline-block;
    background: -webkit-linear-gradient(top, #dfdfdf, #d8d7d7);
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    left: 12px;
    top: 6px;
    width: 124px;
    text-align: center;
}
.popucontainer .custom-file-input:hover:before {
  border-color: #333;
}
.popucontainer .custom-file-input:active {
  outline: 0;
}
.popucontainer .custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}


.customer_DIV{text-align: left;}
.video_mn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.customer_DIV .video_bx {
    width: 46%;
}
.video_bx img{width: 100%;}
.vio_div {
    position: relative;
    margin-bottom: 50px;
}
.video_icon {
    position: absolute;
    bottom: -20px;
    left: 0;
}
.details_testi_bx_mn span {
    text-align: center;
    margin-bottom: 45px;
}

.details_testi_bx_mn .Home_testi_bx:before{display: none;}
.details_testi_bx_mn .Home_testi_bx {
    border: 0;
    background: #fff;
    padding: 0 40px 40px 40px;
    box-shadow: 0px 0px 20px #e9e9e9;
    text-align: justify;
    margin: 125px 3% 0 3%;
    width: 44%;
}

.details_testi_bx_mn .video_icon {
    bottom: inherit;
    top: -30px;
}

.details_testi_bx_mn {
    margin-top: 25px;
    margin-left: -3%;
    margin-right: -3%;
}



/*Blog css*/
.page-id-366 .blog_col{
    display:flex;
}
.blog_col{display: none;}
.blog_col:nth-child(1){display: block;}
.blog_col:nth-child(2){display: block;}
.blog_col:nth-child(3){display: block;}
.blog_box {
    border: 1px solid #cccccc;
    margin-bottom: 60px;
    transition: 0.5s all ease;
    width: 100%;
}
.blog_box:hover {
    background: #ccc;
    transition: 0.5s all ease;
}
.devel_bx {
    padding: 15px 30px;
    position: relative;
}
.blog_details_lt_col h2 {
    font-size: 32px;
    line-height: 38px;
}
.blog_box span img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.blog_date h5 {
    text-transform: uppercase;
    font-size: 14px;
    color: #333333;
}
.blog_box .btn_ex {
    font-size: 16px;
    padding: 8px 20px 9px 20px;
}
.blog_Detaild_DIV .blog_box p img {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 20px;
}

.blog_DIV .blog_box p img {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
}
.devel_bx h6 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'TTNorms-Bold';
    line-height: 24px;
    border-bottom: 1px solid #efe198;
    padding-bottom: 15px;
    margin-bottom: 12px;
}
.blog_date i {
    font-size: 14px;
    color: #333333;
    font-style: normal;
}
.blog_date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.outher_img em {
    width: 52px;
    height: 52px;
    background: #f0e5b8;
    border-radius: 50%;
    text-align: center;
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-right: 10px;
    overflow: hidden;
}
#categories-3 {
    padding: 0 0 25px 0;
}
#secondary ul li {
    border-bottom: 1px solid #000;
    padding: 15px 10px;
    transition: 0.5s all ease;
}
#secondary ul li:hover {
    background: #eaeaea;
    transition: 0.5s all ease;
}
#secondary ul li a {
    color: #333;
}
#secondary ul li span.post-date {
    margin-top: 4px;
    color: #8e8e8e;
    display: inline-block;
    margin-left: 15px;
}
.widget-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.blog_Detaild_DIV section {
    padding-bottom: 40px;
}
#search-2 input.search-field {
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #2f2f2f;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    border-radius: 0px;
    border: 1px solid #2f2f2f;
    transition: 0.5s all ease;
    padding: 8px 115px 9px 16px;
    background: #fff;
}
#search-2 label {
    width: 100%;
}
#search-2 button.search-submit span {
    opacity: 0;
}
#search-2 button.search-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 56px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#search-2 {
    padding-bottom: 15px;
}
#search-2 span.screen-reader-text {
    font-size: 15px;
    color: #333;
    display: block;
    margin-bottom: 7px;
}
#search-2 button.search-submit:before {
    position: absolute;
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    color: #717070;
}
#respond p textarea {
    width: 100%;
    height: 100px;
    padding: 8px 10px 10px;
    font-size: 14px;
}
#respond p input {
    width: 100%;
    height: 40px;
    padding: 8px 10px 10px;
    font-size: 14px;
}
#respond p label {
    font-size: 14px;
}
#respond p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    width: 17px;
    margin: -4px 7px 10px 0;
}
#respond p.comment-form-cookies-consent {
    display: flex;
    align-items: end;
}
#respond p.form-submit .submit {
    display: inline-block;
    height: 40px;
    width: auto;
    background: #21b487;
    font-size: 15px;
    color: #fff;
    border-radius: 30px;
    line-height: 40px;
    margin-top: 15px;
    transition: 0.5s all ease;
    font-weight: 600;
    text-align: center;
    border: 0;
    padding: 0 30px 0 30px;
}
.blog_Detaild_DIV footer.comment-meta b.fn a, .blog_Detaild_DIV .comment-metadata a {
    color: #333;
    font-size: 15px;
}
.blog_Detaild_DIV a{color: #333; font-size: 15px;}
.comment-author.vcard img {
    display: inline-block;
    margin-right: 15px;
}
footer.comment-meta {
    padding: 0 0 10px 0;
    background: transparent;
}
#respond p {
    margin-bottom: 10px;
}
#respond p span.required {
    display: inline-block;
}
.blog_box span {
    position: relative;
    display: block;
}

.outher_img h5 {
    font-size: 16px;
}
.outher_img .bnr_cntr {
    margin-left: auto;
}
.outher_img {
    display: flex;
    align-items: center;
}
.outher_img .bnr_cntr .btn_ex{margin-right: 0px; width: auto; cursor: pointer;}

.blog_Detaild_DIV .devel_bx{padding:20px 0;}

.blog_Detaild_DIV ol.posted_bx li {
    display: inline-block;
    font-size: 16px;
    color: #2f2f2f;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 0 5px;
}
.blog_Detaild_DIV ol.posted_bx li a{
    display: inline-block;
    color: #21b487;
}
.blog_Detaild_DIV ol.posted_bx li:first-child{padding-left: 0;}

.blog_Detaild_DIV .blog_box:hover {
    background: #fff;
}
.blog_Detaild_DIV .blog_box {
    margin-bottom: 0;
    border: 0px;
}

.blog_Detaild_DIV .content_bx {
    padding: 0 30px 0 30px;
    margin-bottom: 30px;
}
.blog_Detaild_DIV .content ul li:before {
    background: #cfb22a;
}
.blog_dt_img{margin-bottom:0px; display: flex; justify-content: space-between; flex-wrap: wrap;}

.blog_dt_bx{width: 48%; margin-bottom: 30px;}
.blog_dt_bx img{width: 100%;}
.search_bx .input-group-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.search_bx .input-group-btn button.btn.btn-default {
    padding: 0;
    width: 100%;
}

.search_bx .sign_bx .form-control {
    border: 1px solid #ccc;
    color: #6b6b6b;
}
.search_bx .sign_bx i {
    color: #f00;
    color: #6b6b6b;
}

.search_bx {
    margin-bottom: 25px;
}
.catogary_bx {
    margin-bottom: 45px;
}
.blog_details_rt_col h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'TTNorms-Bold';
}
.catogary_bx ul li {
    display: block;
}
.catogary_bx ul li a {
    display: block;
    font-size: 18px;
    color: #333;
    padding: 12px 10px 10px 10px;
    border-bottom: 1px solid #e9e9e9;
    transition: 0.5s all ease;
}   
.catogary_bx ul li a:hover {
    background: #e9e9e9;
    transition: 0.5s all ease;
}
.catogary_bx p {
    color: #333333;
    line-height: 25px;
    margin-bottom: 14px;
}

.catogary_bx .blog_date i {
    color: #b4b4b4;
}
/*#fixed_right {
    position: relative;
}*/
#fixed_right {
    position: absolute;
    width: 100%;
    float: right;
    height: 100%;
}
#sidebar {
    width: 395px;
}

/*why_choose_DIV css */
.why_choose_DIV h4 {
    line-height: 38px;
    font-size: 20px;
}
.commited_mn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.commited_div{text-align: left;}

.commited_tx h4 {
    margin-bottom: 10px;
}
.commited_bx {
    display: flex;
    width: 48%;
    flex-wrap: wrap;
    padding: 30px 0;
}
.commited_tx {
    width: 82%;
}
.commited_icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    margin-right: 30px;
}
.section_blue_bg {
    background: #0aacaa;
}

.Committed_BG {
    background-image: linear-gradient(to right, #20b485 , #ebd36a);
}
.section_blue_bg h4, .section_blue_bg h5 {
    color: #fff;
}
.grey_bg {background: #f2f2f2;}
.winning_mn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:60px;
}
.winning_bx {
    padding: 0 25px;
    width: 48%;
}
    

/*calculater css*/
.calculater_lt h4 {
    height: 60px;
    background: #20b485;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}
.calculater_lt ul li {
    display: block;
    position: relative;
}
.calculater_lt ul li a {
    display: block;
    border: 1px solid #ccc;
	border-top:0px;
    font-size: 16px;
    color: #2f2f2f;
    padding: 15px 0 13px 25px;
    line-height: 20px;
    border-left: 5px solid #20b485;
    margin-top: -1px;
}
.calculater_lt ul li:first-child a {
    border-top: 1px solid #ccc;
}
.calculater_lt ul li a em {
    height: 50px;
    position: absolute;
    background: #20b485;
    top: -1px;
    left: 0;
    width: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
}
/* .cl_menu_add .show_menu {
    display: block;
} */

.calculater_lt ul li ul a {
    padding-left: 70px;
    border-left: 1px solid #ccc;
}
.cl_menu:before {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 14px;
    height: 2px;
    background: #20b485;
    transform: translateY(-50%);
}
.cl_menu:after {
    position: absolute;
    top: 50%;
    right: 26px;
    content: "";
    width: 2px;
    height: 14px;
    background: #20b485;
    transform: translateY(-50%);
}
.cl_menu_add .cl_menu:after{display: none;}
.show_menu {
    display: none;
}
.calculater_lt ul li.cl_menu_add em {
    display: flex;
}
.calculater_lt ul li.cl_menu_add > a {
    padding-left: 68px;
}
.lets_form .select_bx {
    padding-left: 15px;
    position: relative;
}

.cal_from_bx .lets_btn {
    margin-top: 50px;
}
.cal_from_bx {
    border: 1px solid #ccc;
    padding: 15px 45px 10px 45px;
}
.OurFAR .corrents_opning ul li {
    width: 25%;
    padding: 0 42px;
}
.OurFAR .corrents_opning ul li p {
    line-height: 22px;
    margin: 0;
}
.flor_col_DIV {
    background: #f8f8f8;
    margin-bottom: 50px;
    padding-bottom: 40px;
}
.step_bor {
    display: flex;
    justify-content: start;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'TTNorms-Bold';
    color: #21b487;
    margin-bottom: 15px;
    margin-top: 30px;
}
.border_y {
    display: block;
    border-bottom: 1px solid #f0d248;
    margin: 0;
    width: 92%;
    margin-left: 1%;
} 
.table {
    margin-top: 50px;
}
.chek_redio_bx label input {
    display: inline-block;
    margin-right: 7px;
}
.chek_redio_bx label {
    color: #2f2f2f;
    display: flex;
    align-items: center;
    padding-left: 22px;
    margin-bottom: 0;
}
.chek_redio {
    display: flex;
    justify-content: space-around;
	margin-top:8px;
}
/* The container */
.chek_redio_bx {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.chek_redio_bx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
}

/* On mouse-over, add a grey background color */
/*.chek_redio_bx:hover input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the radio button is checked, add a blue background */
/*.chek_redio_bx input:checked ~ .checkmark {
  background-color: #2196F3;
}*/

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.chek_redio_bx input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.chek_redio_bx .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #20b485;
}





/*Footer css*/
footer {
    background: #f3f3f3;
    padding: 50px 0 40px 0;
}
.ftr_bx_mn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ftr_bx1 {
    width: 25%;
}
.ftr_bx2 {
    width: 22%;
}
.ftr_bx3 {
    width:20%;
}
.ftr_bx.ftr_bx4 {
    width: 29%;
}
.ftr_bx h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: #282828;
    margin-bottom: 30px;
}
.ftr_bx ul li {
    display: flex;
}
.ftr_bx i {
    font-size: 25px;
    display: inline-block;
    margin-right: 12px;
    color: #505050;
}
.ftr_bx i.fa.fa-envelope {
    font-size: 20px;
}
.ftr_bx p {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
}
.ftr_bx p strong{font-size: 16px;}
.ftr_bx ul li a {
    color: #535353;
    transition: 0.5s all ease;
    display: inline-block;
    font-size: 14px;
}
.ftr_bx ul li a:hover {
    color: #20b485;
    transition: 0.5s all ease;
}
.ftr_bx ul li {
    margin-bottom: 10px;
}
.social_bx h5 {
    color: #535353;
}
.sign_bx .form-control {
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #2f2f2f;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    border-radius: 0px;
    border: 1px solid #2f2f2f;
    transition: 0.5s all ease;
    padding: 8px 115px 9px 16px;
    background: #fff;
}
.sign_bx input.sign_btn {
    height: 50px;
    padding: 0 6px;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    background: #393939;
    font-size: 14px;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 111px;
    transition: 0.5s all ease;
}
.sign_bx input.sign_btn:hover {
    background: #20b485;
    transition: 0.5s all ease;
}

.social_bx {
    margin-top: 35px;
}
.social_bx ul li {
    display: inline-block;
    margin-right: 15px;
}
.social_bx i {
    font-size: 28px;
     transition: 0.5s all ease;   
}

.social_bx i:hover{
    color: #20b485;
    transition: 0.5s all ease;
}



/*footer*/

.ftr_social ul li a i {
    display: inline-block;
    margin-right: 10px;
}
.capy_in p {
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 600;
    margin: 0;
    font-family: 'TTNorms-Thin';
}
.capy_in ul li {
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    padding: 0 5px;
    font-family: 'TTNorms-Thin';
}

.capy_in ul li a{
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    transition: 0.5s;
}
.footer_capy {
    padding: 18px 0 12px 0;
    overflow: hidden;
    background: #393939;
}
.capy_in ul li a:hover, .ftr_social ul li a:hover {
    color: #f0d248;
    transition: 0.5s;
}
.capy_in {
    text-align: center;
}

.capy_in > div {
    width: 50%;
    float: left;
}
.capy_lt {
    text-align: left;
}
.capy_ltr {
    text-align: right;
}




.cost_cal_DIV .cal_from_bx {
    border: 0px solid #ccc;
}
.cost_cal_DIV .yellow_bt_brdr:before {
    width: 230px;
    height: 2px;
}
.cost_calmn1 {
    background: #20b485;
    padding: 50px 60px;
}
.cost_calmn1 p{color: #fff;}
.cost_calmn2 {
    background: #f8f8f8;
}
.cost_calmn1 .content ul li {
    color: #ffffff;
    margin-bottom: 15px;
}

.cost_calmn1 .content ul li:before {
    background: #f0d248;
    top: 11px;
}
.cost_calmn2 .lets_form label {
    margin: 0 0 10px 0;
}
.cost_calmn2 .cal_from_bx {
    padding: 50px 80px 10px 65px;
}
.cost_calmn2 .cal_from_bx .lets_btn {
    margin-top: 0;
    margin-right: 0px;
    text-align: center;
    padding-left: 20px;
    background: transparent;
    background-color: #f0d248;
    margin: 0 auto;
}
.cost_calmn2 .cal_from_bx .lets_btn:hover{background: #20b485}
.cost_calmn2 .chek_redio_bx {
    margin-bottom: 0;
}
.cost_calmn2 .lets_form .maargi_btn0{margin-bottom: 0px;}
.cost_calmn2 .form-group {
    margin-bottom: 24px;
}
.Disclaimer p {
    margin-bottom: 7px;
}
.Disclaimer h5 {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 600;
}
.depnt h4 {
    text-align: center;
    color: #21b487;
}
.depnt span{display: inline-block; color: #21b487;}
.depnt ul li {
    counter-increment: my-awesome-counter;
}
.depnt ul li:before {
    background: transparent;
    top: 0;
    counter-increment: mega-step;
    content: counter(my-awesome-counter) ". ";
    color: #21b487;
}

.scope_DIV h4 {
    margin-bottom: 35px;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
}
.scope_DIV h1 {
    margin-bottom: 22px;
}
.Explore_DIV h2 {
    margin-bottom: 10px;
}
.proj_bx_sho img {
    width: 100%;
}
.Explore_DIV {
    background: #fcfcfc;
}

.counter_mn ul li p {
    line-height: 20px;
    margin-bottom: 15px;
}
.counter_mn ul li p:before {
    height: 2px;
    width: 65px;
}
.counter_mn ul li {
    width: 20%;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.counter_mn ul {
    display: flex;
    flex-wrap:wrap;
}
.counter_mn {
    border: 1px solid #ccc;
    padding: 30px 20px;
}

.your_ p {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
}
.blog_box span {
    position: relative;
    display: block;
}
.block_tx {
    position: absolute;
    background: #818181;
    color: #fff;
    font-size: 17px;
    padding: 8px 35px 8px 25px;
    width: auto;
    white-space: nowrap;
    bottom: 0;
    border-radius: 0 22px 22px 0;
    line-height: 22px;
    font-weight: 500 !important;
}
.project_Page_DIV ul li span {
    display: block;
    width: 120px;
    font-weight: 600;
    text-align: left;
	font-family: arial;
}
.project_Page_DIV_delhi ul li span{
	margin-bottom:0px;
}
.project_Page_DIV ul li {
    display: flex;
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 400;
    margin: 3px 0;
}
.project_Page_DIV h5{font-weight: 500;}

.project_Page_DIV .devel_bx .btn_ex {
    height: auto;
    margin: 15px auto 5px;
	font-family: arial;
}
.awaerd_rt ul li {
 
    margin-right: 26px;
}
.lay {
    width: 50%;
}
.lay li{
    width:98% !important;
}
.lay h3 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.lay-total{
    width:100%;
    background:#e6e6e6;
    padding:15px;

}
.lay-total li{
list-style-type: none;
}
.awaerd_rt ul li img {
    max-width: 200px;
    width: 100%;
    object-fit: cover;
}
.deliver_icon {
    position: absolute;
    top: 15px;
    right: 20px;
}

.project_Page_DIV .blog_box:hover {
    border:1px solid #27aa80;
    transition: 0.5s all ease;
}

.block_bx {
    background: #e9d05a;
    text-align: center;
    padding: 30px 0 10px 0;
    margin-top: 50px;
}
.block_bx ul {
    border-top: 1px solid #f3e5a2;
    display: flex;
    justify-content: space-evenly;
}

.block_bx ul li {
    display: inline-block;
    font-size: 22px;
    color: #2f2f2f;
    font-weight: 600;
    padding: 6px 0 7px 0;
    width: 33.33%;
    border-left: 1px solid #f3e5a2;
    margin: 4px 0;
}
.block_bx ul.add_det2 li {
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.block_bx ul li:first-child{border-left: 0px;}
.project_pic > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.project_pic ul li img {
    width: 100%;
}
.project_pic > ul > li {
    width: 32%;
    margin-bottom: 34px;
    margin-right: 2%;
}
.project_pic > ul > li:nth-child(3n+3) {
    margin-right: 0;
}
.project_pic ul li h5 {
    font-weight: 600;
    margin: 12px 0 0 0;
    font-size: 20px;
}
.proj_bx2 span {
    display: block;
    margin-bottom: 20px;
}
.Construction_DIV .proj_bx ul {
    display: flex;
    justify-content: space-around;
}

.Construction_DIV .proj_bx ul li {
    width: 33.33%;
    display: block;
}
.Construction_DIV .proj_bx ul li img {
    width: 100%;
}
.Construction_DIV .proj_bx ul li span {
    margin: 0;
}
.FloorPlans_DIV {
    background: #fbfbfb;
    padding: 40px 0 10px 0;
}
.project_pic > ul.item_bx_4 li {
    width: 23.5%;
    margin-right: 2%;
}
.project_pic > ul.item_bx_4 li:nth-child(4n+4) {
    margin-right: 0;
}
.spesi_ba h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.spesi_ba span {
    display: block;
    margin-bottom: 15px;
}
.spesi_ba {
    height: 200px;
    width: 100%;
    border: 1px solid #a1a1a1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    cursor: pointer;
    margin-bottom: 25px;
}
.spesi_ba:hover{background: #ccc; border: 1px solid #ccc; transition: 0.5s all ease;}


.proje_form .form-group p {
    margin: 0;
    width: auto;
    white-space: nowrap;
    margin-right: 15px;
}
.proje_form select.form-control {
    height: 50px;
    font-size: 16px;
    color: #2f2f2f;
    border: 1px solid #a1a1a1;
    border-radius: 0px;
    width: 68%;
}
.proje_form .form-group {
    margin: 0;
    width: 29%;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 2%;
}
.proje_form .project_btn_group {
    width: 6%;
    float: right;
    background: #f0d248;
    border: none;
    border-radius: 0;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}
.proje_form button.project_btn {
    border: 0;
    background: transparent;
    font-size: 20px;
    color: #000;
    width: 100%;
    height: 100%;
}

.proje_form {
    overflow: hidden;
    margin-bottom: 50px;
}
.troubles_bx span {
    display: block;
    margin-bottom: 10px;
}


.troubles_bx p{margin-bottom: 0; line-height: 22px;}
.troubles_mn {
    display: flex;
    flex-wrap: wrap;
}
.troubles_bx {
    width: 25%;
    padding: 30px 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.troubles_bx:nth-child(4n+4){border-right:0;}
.troubles_bx:nth-last-child(-n + 4):nth-child(4n + 1),
.troubles_bx:nth-last-child(-n + 4):nth-child(4n + 1) ~ .troubles_bx {
    border-bottom: none;
}
.Troubles_img_b {
    padding-right: 0;
}
.class-pad{
    padding: 8px 20px 8px 20px !important;
}
.our_pricing_DIV .cal_from_bx {
    padding: 27px 50px 10px 60px;
}
.our_pricing_DIV .chek_redio_bx .checkmark:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f0d248;
    border: 4px solid #20b485;
}
.Factors_div ul li {
    margin-bottom: 10px;
}
.content ul li {
    padding-left: 25px;
}
.Factors_div h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.Constuction_DIV .proj_cl ul li {
    padding: 0 10px;
}
.Constuction_DIV .proj_cl ul li:before {
    display: none;
}
.Constuction_DIV .proj_cl ul li a {
    width: 100%;
    padding: 7px 30px 8px 30px;
    height: auto;
    border: 1px solid #ccc;
}
.Constuction_DIV .proj_cl ul li a:hover{
    color: #fff;
    background: #20b485;
    border: 1px solid #20b485;
}

.Constuction_DIV .proj_cl ul li.active a{
    color: #fff;
    background: #20b485;
    border: 1px solid #20b485;
}
.cl_video {
    position: relative;
}
.cl_video em {
    display: flex;
    position: absolute;
    bottom: 15px;
    align-items: center;
    right: 20px;
}
.cl_video em img {
    width: auto;
}
.cl_video em span {
    margin: 0 0 0 10px;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    display: block;
}

.Constuction_DIV .pripad {
    padding: 20px 20px 15px 20px;
}
.popup_bg{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    display: none;
    z-index: 9999;
}
.con_popup_bx {
    position: fixed;
    max-width: 880px;
    width: 100%;
    height: 470px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -9;
    opacity: 0;
}
.con_popup_bx_add {
    opacity: 1;
    z-index: 99999;
}
.con_popup_bx .slick-arrow {
    font-size: 42px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
}
.con_popup_bx i.fa.fa-angle-right.slick-arrow {
    right: 0;
    left: inherit;
}
.Const_close {
    position: fixed;
    right: -22px;
    top: -22px;
    width: 70px;
    height: 70px;
    font-size: 20px;
    color: #fff;
    background: #20b485;
    z-index: 999999;
    border-radius: 50%;
    display: flex;
    padding: 25px 18px 0 21px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}
.con_popup_bx img {
    height: 420px;
    object-fit: cover;
}
.Constuction_DIV .color_blue h6 {
    font-size: 20px;
    font-weight: 500;
    color: #21b487;
    margin-bottom: 8px;
}
.contra_date_lt h5 {
    font-size: 16px;
    line-height: 22px;
}
.contra_date_lt p {
    margin-bottom: 4px;
    line-height: 20px;
}
.contra_date {
    display: flex;
    justify-content: space-between;
}
.Construction_mn {
    display: flex;
    flex-wrap: wrap;
}
.Construction_mn .proj_bx_sho:nth-child(3n+3) {
    margin-right: 0;
}
.Construction_mn .proj_bx_sho {
    width: 32%;
    margin-right: 2%;
}
.Construction_mn h5 {
    font-size: 16px;
    padding-bottom: 12px;
    margin: 0;
    line-height: 22px;
}
.border_tx {
    border-bottom: 1px solid #f0d248;
    margin-right: 25px;
    margin-bottom: 15px;
}
.count_li ul li {
    line-height: 22px;
    counter-increment: my-awesome-counter;
    padding-left: 20px;
}

.count_li ul li:before {
    background: transparent;
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 0;
    counter-increment: mega-step;
    content: counter(my-awesome-counter) ". ";
    color: #333;
}



/*what_cl_bx css*/
.what_tb_mn {
    margin-top: 50px;
}
.whats-new_DiV h2 {
    text-align: center;
    margin-bottom: 10px;
}
.what_cl_bx {
    text-align: center;
}

.what_cl_bx ul li {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    margin-left: -4px;
}
.what_cl_bx ul li a {
    color: #2f2f2f;
    font-size: 18px;
    transition: 0.5s all ease;
}
.what_cl_bx ul li a:hover {
    color: #20b485;
    transition: 0.5s all ease;
}
.what_cl_bx ul li.active a{
    color: #20b485;
    transition: 0.5s all ease;
}
.what_cl_bx ul li:before {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 2px;
    background: #2f2f2f;
    content: "";
}

.what_cl_bx ul li:first-child:before{display: none;}
.what_show_mn {
    margin-top: 35px;
}
.what_show_bx {
    display: flex;
    flex-wrap: wrap;
}
.what_tabs_bx {
    display: flex;
    align-items: center;
    padding: 40px 20px 70px 0;
    border-top: 1px solid #ccc;
    width: 50%;
    flex-wrap: wrap;
}
.what_tabs_bx:nth-child(even){padding-right: 0px;}
.what_tabs_bx_lt h3 {
    font-size: 25px;
    margin-bottom: 8px;
    line-height: 30px;
}
.what_tabs_bx_lt h3 {
    font-size: 25px;
    margin-bottom: 8px;
    line-height: 30px;
}

.what_tabs_bx span {
    display: inline-block;
    width: 33%;
    margin-right: 5%;
}
.what_tabs_bx_lt {
    width: 62%;
}
.what_tabs_bx span img {
    width: 100%;
}

/*architects csss*/
.architects_bx {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
}
.architects_bx:nth-child(odd) {
    flex-direction: row-reverse;
}
.architects_bx:nth-child(odd) .architects_tx{
    text-align: center;
    padding-right: 35px;
    padding-left: 0px;
}
.Constuction_DIV {
    background: #f2f2f2;
    padding-top: 50px;
}
.architects_bx span {
    width: 65%;
    display: block;
}
.architects_bx span img{width: 100%;}
.architects_tx {
    width: 35%;
    padding-left: 35px;
}
.architects_form p {
    margin: 20px 0 0 0;
}
.submit_btn {
    background: #cfb22a;
    border: 1px solid #cfb22a !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    display: inline-block;
    width: auto !important;
}
.submit_btn:hover {
    background: #20b485;
    border: 1px solid #20b485 !important;
}
.how_we_div {
    background: #f2f2f2;
}
.infor_mn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.infor_lt {
    width: 52%;
    background: #fff;
    padding: 50px 50px 30px 50px;
}
.how_we_div h2, .how_we_div h5 {
}
.infor_rt {
    width: 48%;
    position: relative;
    padding: 60px 0;
}
.infor_rt:before {
    position: absolute;
    background: #fff;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 120px;
}
.big_hd .dark_yellow {
    font-size: 88px;
    line-height: 68px;
    font-weight: 900;
    font-family: 'TTNorms-Bold';
    margin-right: 10px;
}

.big_hd h3 {
    display: flex;
    color: #27aa80;
    padding-bottom: 17px;
    position: relative;
}
.big_hd h3:before {
    position: absolute;
    bottom: 0;
    width: 190px;
    height: 2px;
    left: 0;
    background: #f0d248;
    content: "";
}
.infor_lt ul li {
    margin-bottom: 5px;
}
.infor_lt ul li a{display: inline-block; color: #333;}
.infor_lt h5 {
    font-weight: 600;
    margin-bottom: 14px;
}
.floor_Div_bx {
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px;
    align-items: center;
    margin-top:50px;
}
.floor_Div_lt {
    width:27%;
}
.Robust_DIV {
    padding-top: 35px;
}
.floor_Div_rt {
    width: 73%;
    background: #fff;
    padding: 50px 50px 30px 50px;
}

.blu_bx {
    background: #27aa80;
    padding: 50px 50px 30px 50px;
    margin-top: 80px;
    position: relative;
    z-index: 9;
    margin-bottom: 50px;
}
.blu_bx h2 {
    margin-top: -85px;
    position: relative;
}
.blu_bx em {
    display: inline-block;
    padding: 9px 45px 13px;
    background: #fff;
    font-style: normal;
    border-radius: 50px;
    border: 1px solid #27aa80;
    font-size: 36px;
}

.blu_bx p {
    font-size: 20px;
    color: #fff;
}
.Robust_DIV .yellow_bt_brdr:before {
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
}
.Robust_DIV p {
    font-style: normal;
}
.Robust_DIV .our_teem_bx {
    padding: 20px 50px;
}

.Robust_DIV .bnr_cntr {
}







/*gallerdslider css*/
.gallerdslider img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.gallerdslider .slick-track {
    display: flex;
    align-items: center;
}
.gallerdslider .slick-slide img {
    height: 150px;
    opacity: 0.6;
}
.gallerdslider .slick-active img {
    height: 200px;
    opacity: 0.6;
}
.gallerdslider .slick-center img {
    height: 279px;
    opacity: 1;
    transform: scale(1.8);
    z-index: 9;
}

.gallerdslider button.slick-next.slick-arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 200px;
    background: #fff;
    border: 0;
    opacity: 0;
    z-index: 9;
}

.gallerdslider button.slick-prev.slick-arrow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200px;
    background: #fff;
    border: 0;
    opacity: 0;
    z-index: 9;
}
.Constuction_DIV .galler_tabs ul li a {
    padding: 7px 20px 8px 20px;
    width: 180px;
    text-align: center;
    display: block;
}
.made_esy_div {
    background: #f2f2f2;
}
.made_esy_bx{display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 70px;}
.made_esy_bx:last-child{margin-bottom: 0;}
.made_esy_bx:nth-child(even){flex-direction: row-reverse;}
.made_esy_lt {
    width: 50%;
    background: #fff;
    padding: 50px 50px 30px 50px;
}
.made_esy_rt{width: 50%;}

.made_esy_bx ul.slick-dots li{display: inline-block;}
.made_esy_bx ul.slick-dots li.slick-active button {background: #20b485; width: 15px; height: 15px;}

.choose_DIV ul.slick-dots li button {
    width: 9px;
    height: 9px;
    font-size: 0;
    background: #f0d248;
    display: block;
    padding: 0;
    border: 0;
    margin:0 9px;
    border-radius: 50%;
}
.made_esy_bx i {
    font-size: 32px;
    color: #000000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    transition: 0.5s all ease;
    z-index: 9;
    background: rgba(255, 255, 255, 0.62);
}
.made_esy_bx i:hover {
    background: #20b485;
    border:  1px solid #20b485;
    color: #fff;
    transition: 0.5s all ease;
}
.made_esy_bx i.fa.fa-angle-right.slick-arrow {
    left: inherit;
    right: 10px;
}



.about_maptx .ab_tx h3 {
    color: #fff;
    font-size: 36px;
    font-weight: bolder;
}

.about_maptx .ab_tx h4 {
    color: #fff;
    font-size: 28px;
    font-weight:500;
}

.about_maptx .ab_tx p {
     font-size: 14px;
    width: 80%;
}
.mail-contact{
    display:inline-block;
    color:#f0d248;
}
/* 
.Gallery_bx_pg ul li {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 50px;
} */
.Gallery_bx_pg {
    margin-bottom: 35px;
    margin-top: 50px;
}
.Gallery_bx_pg ul {
    margin-left: -15px;
    margin-right: -15px;
}





/*responsive ss*/
.our_teem_DIV_pages {
    padding-top: 45px;
}
.our_teem_DIV_pages .our_teem_DIV {
    padding: 0;
    background: transparent;
}
.our_teem_DIV_pages .our_teem_DIV .our_teem_bx {
    margin-bottom: 35px;
}
.our_teem_DIV_pages .our_teem_DIV h3 {
    position: relative;
}
.our_teem_DIV_pages .our_teem_DIV h3:before {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f0d248;
    content: "";
}
.our_teem_DIV_pages .our_teem_DIV h3 span {
    display: inline-block;
    padding: 0 25px;
    background: #fff;
}
.ab_location_rt {
    width: 50%;
}
.lets_form .form-group textarea {
    width: 100%;
    height: 140px;
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    border-radius:15px;
    border: 1px solid #2f2f2f;
    transition: 0.5s all ease;
    padding: 8px 20px 9px 50px;
    background: url(images/email_icon.png) no-repeat 16px 7px;
}
.contact_form .cal_from_bx .lets_btn {
    margin-top: 15px;
}
.contact_add h3 i {
    display: inline-block;
    margin-right: 10px;
}
.contact_add p a:hover {
    color: #21b487;
    transition: 0.5s all ease;
}
.contact_add p a {
    color: #333;
    transition: 0.5s all ease;
}
.contact_bx h3 {
    color: #21b487;
    font-size: 24px;
    line-height: 30px;
}
.contact_in .row > div {
    margin-bottom: 25px;
}
.contact_bx p a:hover {
    color: #21b487;
    transition: 0.5s all ease;
}
.contact_bx p a {
    display: inline-block;
    color: #333;
    line-height: 20px;
    transition: 0.5s all ease;
}
.contact_bx {
    text-align: center;
    border: 1px solid #21b487;
    padding: 30px 10px 0 10px;
    margin-bottom: 0;
    height: 100%;
}
.contact_bx span img {
    max-width: 50px;
}
.contact_bx span {
    display: inline-block;
    margin-bottom: 15px;
}
.con_item_box {
    padding: 50px 0 20px 0;
}
.con_map iframe {
    height: 450px;
}
.contact_form {
    max-width: 680px;
    width: 100%;
}
.contact_form  .cal_from_bx {
    border: 0px solid #ccc;
    padding: 15px 35px 10px 45px;
}
.ab_lctn_tx_in {
    max-width: 557px;
}
.con_FORM_DIV .ab_location1 {
    padding-right: 15px;
}
.contact_bx p a i {
    display: inline-block;
    margin-right: 10px;
}
.contact_add {
    padding: 20px 0;
    border: 1px solid #21b487;
    height: 100%;
}
.con_add_mn .row > div {
    margin-bottom: 25px;
}


html body.viewer-open .viewer-title {
    display: none !important;
}
html body.viewer-open .viewer-button {
    background-color: #00767c !important;
}
html body.viewer-open .viewer-container {
    z-index: 9999999999 !important;
}
html body.viewer-open .viewer-list.viewer-transition {
    display: none;
}
li.viewer-one-to-one, li.viewer-reset, li.viewer-rotate-left, li.viewer-rotate-right, li.viewer-flip-horizontal, li.viewer-flip-vertical {
    display: none !important;
}
html body.viewer-open .viewer-toolbar {
    width: 133px !important;
    display: block !important;
}
html body.viewer-open .viewer-title {
    font-size: 20px !important;
    color: #fff !important;
    margin-bottom: 25px !important;
}
html body.viewer-open ul.viewer-list.viewer-transition {
    display: none !important;
}
html body.viewer-open ul.viewer-list.viewer-transition li {
    width: 30px !important;
}
.viewer-toolbar > .viewer-play {
    width: 30px !important;
    height: 30px !important;
    margin-top: -3px !important;
    margin-bottom: -3px !important;
}
.footer_capy {
    animation-delay: 1s;
}
.Completed_Project_DIV {
    margin-bottom: 20px;
}
.Construction_DIV .made_esy_slider img {
    height: 450px;
    object-fit: cover;
}
.text_posi {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.61);
    padding: 12px 20px;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 100%);
    height: auto;
    overflow: hidden;
    transition: 0.5s all ease;
    margin-bottom: 60px;
}
.text_posi p {
    color: #fff;
}
.text_posi ul li {
    color: #fff;
}

.pic.posi_relative:hover .text_posi {
    transition: 0.5s all ease;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 0px;
}
.con_popup_bx .slick-arrow {
    width: 35px;
    text-align: center;
    cursor: pointer;
}
.spesi_ba ul {
    width: 100%;
    height: 100%;
}
.spesi_ba ul li {
    height: 100%;
    display: block;
}
.spesi_ba ul li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.popu_tx {
    background: #fff;
    text-align: left;
    padding: 20px 25px 10px;
    border-radius: 10px;
}
.spesipicatio_DIV .con_popup_bx {
    height: auto;
}
.Constuction_DIV i {
    z-index: 9;
}
.Constuction_DIV ul.slick-dots {
    display: none !important;
}
.Constuction_DIV .slick-slide {
    margin: 0 10px;
}
.menu_mn ul li:last-child {
    margin-right: 0;
}
.Construction_DIV .slick-slide {
    margin: 0 10px;
}
.full-w-form {
    width: 100%;
    padding: 50px;
    background: #dcdcdc;
    margin-bottom: 20px;
}
.heading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.subheading {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
table.table-cstm tr {
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
table.table-cstm tr td:first-child {
    width: 30%;
}
table.table-cstm tr td:last-child {
    width: 70%;
}
table.table-cstm tr td label.radio-inline {
    display: flex;
    align-items: baseline;
    width: 33%;
    float: left;
}
table.table-cstm tr td label.radio-inline input[type=radio] {
    margin-right: 8px;
}
table.table-cstm tr td.cal-pdt-4 label.radio-inline {
    width: 100%;
}
table.table-cstm tr td.cal-pdt-4 {
    width: 100%;
}
table.table-cstm tr td input.btn {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: block;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    border-radius: 30px;
    border: 1px solid #21b487;
    transition: 0.5s all ease;
    padding: 8px 50px 9px 50px;
    text-align: center;
    margin-right: 0;
    background: #21b487;
    margin: 20px auto 0;
}
table.table-cstm tr td.cal-pdt-5.text-center {
    width: 100%;
}
.blog_Detaild_DIV table.table-cstm tr td {
    padding: 0;
    border: 0;
}
.blog_Detaild_DIV table tr td {
    padding: 9px 10px 12px 10px;
    border: 1px solid #c7c7c7;
    font-size: 16px;
    line-height: 24px;
}

.blog_Detaild_DIV table{
   margin:30px 0;
}

.your_approval-fee-result .counter_mn {
    border: 1px solid #ccc;
    padding: 20px 10px;
    margin-bottom: 35px;
}
.your_approval-fee-result .counter_mn ul li {
    background: #e6e6e6;
    padding: 20px 10px;
    margin: 0 1% 2% 1%;
    width: 18%;
    border-radius: 5px;
}


.your_approval-fee-result h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.your_approval-fee-result .counter_mn ul li h3{margin-bottom:0px;}



.your_ .counter_mn {
    border: 1px solid #ccc;
    padding: 20px 10px;
    margin-bottom: 35px;
}
.your_ .counter_mn ul li {
    background: #e6e6e6;
    padding: 20px 10px;
    margin: 0 1% 2% 1%;
    width: 18%;
    border-radius: 5px;
    overflow:hidden;
}


.your_ h3 {
    font-size: 22px;
    margin-bottom: 15px;
    word-break: break-word;
}

.your_ .counter_mn ul li h3{margin-bottom:0px;}





.project_pic > ul > li span {
    display: block;
    position: relative;
}
.hover_icon {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    height: 100%;
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    transform: scale(0);
}
.project_pic > ul > li:hover .hover_icon{
    transition: 0.5s all ease;
    transform: scale(1);
}
.project_pic > ul > li .con_popup_bx_add img {
    height: auto !important;
}
.project_pic ul li img {
    height: 250px;
    object-fit: cover;
}

.project_pic > ul > li .con_popup_bx_add {
    height: 100vh;
    overflow-y: scroll;
}

.con_popup_bx_add::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
    background-color: none;
}

.con_popup_bx_add::-webkit-scrollbar
{
    width: 4px;
    background-color: transparent;
}

.con_popup_bx_add::-webkit-scrollbar-thumb
{
    background-color: #11b59a;
}
.project_Page_DIV .col-sm-6.col-md-6.col-xl-4.col-lg-4.blog_col {
    display: flex;
}

.privacy_policy_DIV header.entry-header, 
.privacy_policy_DIV .post-thumbnail, 
.privacy_policy_DIV footer.entry-footer {
    display: none;
}
.privacy_policy_DIV .entry-content {
    margin-top: 25px;
}
.Mobile_BOX{display:none;}

.page-id-9400 .lets_form .lets_btn:hover {
    background-image: none;
}
.page-id-9400 .lets_form .lets_btn:hover {
    background-image: none;
}

/* own7 */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    position: relative;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, input, textarea {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.viewer-title {
    display: none !important;
}
.viewer-button {
    background-color: #00767c !important;
}
.viewer-container {
    z-index: 9999999999 !important;
}
.viewer-list.viewer-transition {
    display: none;
}
li.viewer-one-to-one, li.viewer-reset, li.viewer-rotate-left, li.viewer-rotate-right, li.viewer-flip-horizontal, li.viewer-flip-vertical {
    display: none;
}
.viewer-toolbar {
    width: 133px !important;
}
.viewer-title {
    font-size: 20px !important;
    color: #fff !important;
    margin-bottom: 25px !important;
}




img {display:inline-block;  margin:0; vertical-align:top;}

a {text-decoration:none;}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0; font-family:arial;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0; }


a, a:hover, a:focus{text-decoration: none;}
* {
    outline: 0;
}
.img img{width: 100%;}

@font-face {
  font-family: 'TTNorms-Bold';
  src: url('../fonts/TTNorms-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/TTNorms-Bold.otf')  format('opentype'),
         url('../fonts/TTNorms-Bold.woff') format('woff'), 
         url('../fonts/TTNorms-Bold.ttf')  format('truetype'), 
         url('../fonts/TTNorms-Bold.svg#TTNorms-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'TTNorms-Regular';
  src: url('../fonts/TTNorms-Regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/TTNorms-Regular.otf')  format('opentype'),
         url('../fonts/TTNorms-Regular.woff') format('woff'), 
         url('../fonts/TTNorms-Regular.ttf')  format('truetype'), 
         url('../fonts/TTNorms-Regular.svg#TTNorms-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TTNorms-Thin';
  src: url('../fonts/TTNorms-Thin.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/TTNorms-Thin.otf')  format('opentype'),
         url('../fonts/TTNorms-Thin.woff') format('woff'), 
         url('../fonts/TTNorms-Thin.ttf')  format('truetype'), 
         url('../fonts/TTNorms-Thin.svg#TTNorms-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    height: 100%;
    margin: 0;
    background: #fff;
    font-family: 'TTNorms-Regular';
}
body .slick-slider {
    line-height: 0;
}
ul li {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 26px;
}
body h1 {
    font-size: 40px;
    line-height: 48px;
    color: #818181;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'TTNorms-Bold';
}
body h2 {
    font-size: 38px;
    line-height: 52px;
    color: #818181;
    margin-bottom: 27px;
    font-weight: 600;
    font-family: arial;
}

body h3 {
    font-size: 28px;
    line-height: 34px;
    color: #3f3f3f;
    font-weight: 100;
    margin-bottom: 25px;
	font-family: arial;
}

body h4 {
    font-size: 22px;
    line-height: 27px;
    color: #3f3f3f;
    font-weight: 400;
    margin-bottom: 25px;
}

body h5 {
    font-size: 16px;
    line-height: 27px;
    color: #3f3f3f;
    font-weight: 400;
}
body p {
	font-family: arial;
    font-size: 16px;
    color: #2f2f2f;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 20px;
}

section{padding: 0 0 20px 0;}
.dark_yellow{display: inline-block; color: #3AAAB2; font-family:arial;}

.container {
    max-width: 1270px;
    width: 100%;
	font-size: 17px;
}
.yellow_bt_brdr {
    position: relative;
    display: block;
    padding-bottom: 16px;
}

.yellow_bt_brdr:before{
    position: absolute;
    bottom: 0;
    left:0;
    width: 85px;
    height: 4px;
    background: #f0d248;
    content: "";
}
.gray_box {
    background: #f8f8f8;
    padding: 36px 60px;
    
}

.b_box {
    background: #E0FFFF;
    padding: 36px 60px;
    margin-top: 36px;
}
.l_box {
    background: #eeeff2;
    padding: 26px 60px;
    margin-top: 36px;
}

.s_box {
    background: #eeeff2;
    margin-top: 36px;
}

.abb_box {
    background: #fff;
	padding: 26px 60px;
    margin-top: 36px;
}

.section_top50{padding-top:50px; background-color:#E0FFFF;}
.section_icon{margin: 0 0 40px 0; text-align: center; margin-bottom:21px;}
.padding_0{padding: 0;}
.margin_0{margin:0;}
body .bnr_cntr{text-align: center;} 
body .btn_clr_grn { background: #3AAAB2; color: #fff;}
body .btn_clr_grn:hover { background: #4C9ED9; border:1px solid #4C9ED9; color: #fff;}
.center {text-align: center;}
.inner_hd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner_hd h1{ margin-bottom: 0px;}
.pdn_lt_rt_55 {
    padding: 0 55px;
}

.pdn_lt_rt_100 {
    padding: 0 100px;
}
.center:before {
    left: 50%;
    transform: translateX(-50%);
}

.cont_justi{text-align: justify;}

.color_blue h3{
    font-size: 28px;
    font-weight: 600;
    color: #21b487;
    margin-bottom: 15px;
    font-family: 'TTNorms-Bold';
}
.color_blue h6 {
    font-size: 22px;
    font-weight: 600;
    color: #21b487;
    margin-bottom: 15px;
}
.sub_btn {
    font-size: 18px;
    color: #27aa80;
    height: 42px;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid #27aa80;
    transition: 0.5s all ease;
    padding: 0;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:160px;
    background: transparent;
}
.sub_btn:hover{
    background: #27aa80;
    color: #fff;
    transition: 0.5s all ease;
}

table {
    width: 100%;
}
.table thead th{
    vertical-align: top;
    border: 1px solid #dee2e6;
    text-align: center;
    padding: 12px 10px;
    color: #21b487;
    font-family: 'TTNorms-Regular';
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}
.table td {
    vertical-align: top;
    border: 1px solid #dee2e6;
    text-align: center;
    padding: 10px;
    color: #2f2f2f;
    font-family: 'TTNorms-Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

body .margin_bt50 {
    margin-bottom: 40px;
}
.margin_top50 {
    margin-top: 50px;
}


.posi_relative{position: relative;}
.next_prev_arrow ul.slick-dots li{display: inline-block;}
.next_prev_arrow ul.slick-dots li.slick-active button {background: #20b485; width: 15px; height: 15px;}

.next_prev_arrow i {
    font-size: 32px;
    color: #000000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    transition: 0.5s all ease;
    z-index: 9;
    background: rgba(255, 255, 255, 0.62);
}
.next_prev_arrow i:hover {
    background: #20b485;
    border:  1px solid #20b485;
    color: #fff;
    transition: 0.5s all ease;
}
.next_prev_arrow i.fa.fa-angle-right.slick-arrow {
    left: inherit;
    right: 10px;
}

/* onw13 */
.our_teem_DIV_pages {
    padding-top: 45px;
}
.our_teem_DIV_pages .our_teem_DIV {
    padding: 0;
    background: transparent;
}
.our_teem_DIV_pages .our_teem_DIV .our_teem_bx {
    margin-bottom: 35px;
}
.our_teem_DIV_pages .our_teem_DIV h3 {
    position: relative;
}
.our_teem_DIV_pages .our_teem_DIV h3:before {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f0d248;
    content: "";
}
.our_teem_DIV_pages .our_teem_DIV h3 span {
    display: inline-block;
    padding: 0 25px;
    background: #fff;
}
.ab_location_rt {
    width: 50%;
}
.lets_form .form-group textarea {
    width: 100%;
    height: 140px;
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    border-radius:15px;
    border: 1px solid #2f2f2f;
    transition: 0.5s all ease;
    padding: 8px 20px 9px 50px;
    background: url(images/email_icon.png) no-repeat 16px 7px;
}
.contact_form .cal_from_bx .lets_btn {
    margin-top: 15px;
}
.contact_add h3 i {
    display: inline-block;
    margin-right: 10px;
}
.contact_add p a:hover {
    color: #21b487;
    transition: 0.5s all ease;
}
.contact_add p a {
    color: #333;
    transition: 0.5s all ease;
}
.contact_bx h3 {
    color: #21b487;
    font-size: 24px;
    line-height: 30px;
}
.contact_in .row > div {
    margin-bottom: 25px;
}
.contact_bx p a:hover {
    color: #21b487;
    transition: 0.5s all ease;
}
.contact_bx p a {
    display: inline-block;
    color: #333;
    line-height: 20px;
    transition: 0.5s all ease;
}
.contact_bx {
  text-align: center;
    border: 1px solid #21b487;
    padding: 0px 10px 10px 10px;
    margin-bottom: 0;
    height: 100%;
    border-radius: 10px;
}
.contact_bx span img {
    max-width: 50px;
}
.contact_bx span {
    display: inline-block;
    margin-bottom: 15px;
}
.con_item_box {
    padding: 50px 0 20px 0;
}
.con_map iframe {
    height: 450px;
}
.contact_form {
    max-width: 680px;
    width: 100%;
}
.contact_form  .cal_from_bx {
    border: 0px solid #ccc;
    padding: 15px 35px 10px 45px;
}
.ab_lctn_tx_in {
    max-width: 557px;
}
.con_FORM_DIV .ab_location1 {
    padding-right: 15px;
}
.contact_bx p a i {
    display: inline-block;
    margin-right: 10px;
}
.contact_add {
    padding: 20px 5px;
    border: 1px solid #21b487;
    height: 100%;
    border-radius: 10px;
}
.con_add_mn .row > div {
    margin-bottom: 25px;
}


html body.viewer-open .viewer-title {
    display: none !important;
}
html body.viewer-open .viewer-button {
    background-color: #00767c !important;
}
html body.viewer-open .viewer-container {
    z-index: 9999999999 !important;
}
html body.viewer-open .viewer-list.viewer-transition {
    display: none;
}
li.viewer-one-to-one, li.viewer-reset, li.viewer-rotate-left, li.viewer-rotate-right, li.viewer-flip-horizontal, li.viewer-flip-vertical {
    display: none !important;
}
html body.viewer-open .viewer-toolbar {
    width: 133px !important;
    display: block !important;
}
html body.viewer-open .viewer-title {
    font-size: 20px !important;
    color: #fff !important;
    margin-bottom: 25px !important;
}
html body.viewer-open ul.viewer-list.viewer-transition {
    display: none !important;
}
html body.viewer-open ul.viewer-list.viewer-transition li {
    width: 30px !important;
}
.viewer-toolbar > .viewer-play {
    width: 30px !important;
    height: 30px !important;
    margin-top: -3px !important;
    margin-bottom: -3px !important;
}
.footer_capy {
    animation-delay: 1s;
}
.Completed_Project_DIV {
    margin-bottom: 20px;
}
.Construction_DIV .made_esy_slider img {
    height: 450px;
    object-fit: cover;
}
.text_posi {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.61);
    padding: 12px 20px;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 100%);
    height: auto;
    overflow: hidden;
    transition: 0.5s all ease;
    margin-bottom: 60px;
}
.text_posi p {
    color: #fff;
}
.text_posi ul li {
    color: #fff;
}

.pic.posi_relative:hover .text_posi {
    transition: 0.5s all ease;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 0px;
}
.con_popup_bx .slick-arrow {
    width: 35px;
    text-align: center;
    cursor: pointer;
}
.spesi_ba ul {
    width: 100%;
    height: 100%;
}
.spesi_ba ul li {
    height: 100%;
    display: block;
}
.spesi_ba ul li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.popu_tx {
    background: #fff;
    text-align: left;
    padding: 20px 25px 10px;
    border-radius: 10px;
}
.spesipicatio_DIV .con_popup_bx {
    height: auto;
}
.Constuction_DIV i {
    z-index: 9;
}
.Constuction_DIV ul.slick-dots {
    display: none !important;
}
.Constuction_DIV .slick-slide {
    margin: 0 10px;
}
.menu_mn ul li:last-child {
    margin-right: 0;
}
.Construction_DIV .slick-slide {
    margin: 0 10px;
}
header {
    box-shadow: 0px 0px 220px rgba(0, 0, 0, 0.1);
}






@media (max-width:1360px){
    .floor_Div_bx {
        margin-right: 0;
    }
}
@media (max-width:1280px){
    .bnr_tx_lt_in {
        padding-left: 15px;
    }
    .bnr_tx_lt_in .btn_ex {
        width: 145px;
        height: 40px;
        font-size: 15px;
        padding: 8px 13px 9px 13px;
        margin-right: 8px;
    }
    .network_lt {
        padding: 20px 130px 10px 20px;
        height: auto;
    }
    .network_rt img {
        height: auto;
    }
    .about_maptx {
        display: block;
        overflow: hidden;
        flex-wrap: wrap;
    }
    .ab_location {
        width: 50%;
    }
    .ab_location {
        width: 50%;
        float: left;
    }
    .ab_lctn_tx_in {
        width: 100%;
        position: static;
        right: 0;
        height: 500px;
        padding-left: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .ab_tx {
        position: static;
        top: 0;
        transform: translateY(0);
        left: 0;
    }
    .winning_bx img {
        width: 100%;
    }
    .commited_bx {
        display: flex;
        width: 48%;
        flex-wrap: initial;
        padding: 20px 0;
    }
    .details_testi_bx_mn .Home_testi_bx {
        padding: 0 40px 40px 40px;
        margin: 125px 2% 0 2%;
        width: 46%;
    }
    .details_testi_bx_mn {
        margin-left: 0;
        margin-right: 0;
    }
    body h1 {
        font-size: 36px;
        line-height: 47px;
    }
    body h3 {
        font-size: 28px;
    }

    .Media_chnl_DIV .awaerd_rt ul li {
		padding: 0 15px;
		min-height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 25%;
		margin-right: 0;
	}
    .Media_chnl_DIV .awaerd_rt ul li img {
       max-width: 200px;
    width: 100%;
    object-fit: cover;
    }
    .Media_chnl_DIV .awaerd_rt ul li:before {
        height: 100%;
    }
    .Media_chnl_DIV .awaerd_rt ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .devel_bx {
        padding: 20px 15px;
    }
    #sidebar {
        width: 100%;
    }
    .infor_rt img {
        width: 100%;
    }
    .floor_Div_rt {
        width: 66%;
        padding: 40px 30px 30px 30px;
    }
    .floor_Div_lt {
        width: 34%;
    }
    .bnr_btnour_pri_btn .bnr_cntr.btn_ht50 a.btn_ex{width:auto;}
    .con_FORM_DIV .about_maptx {
        display: flex;
    }
    .contact_form .cal_from_bx {
        padding: 15px 20px 10px 45px;
    }
    .about_maptx .ab_tx h3 {
        font-size: 30px;
        font-weight: bolder;
        line-height: 36px;
    }
	.page-id-142 .winning_bx img {
		height: auto;
	}
	.cost_calmn2 .cal_from_bx {
		padding: 35px 0 10px 3px;
	}
	.cost_calmn1 {
		background: #20b485;
		padding: 35px 30px;
	}
}

@media (max-width:1170px){
    
    .awaerd_rt ul li img {
        max-width: 82%;
    }
    .awaerd_rt ul li {
        width: 25%;
    }

    .award_DIV {
        height: auto;
        padding: 0;
    }
    .awaerd_lt {
        width: 25%;
        background: #1eb184;
        padding: 15px 0 0 0;
    }
    .awaerd_rt {
        width: 70%;
    }
    .commited_icon {
        width: 80px;
        margin-right: 20px;
    }
    .cal_from_bx {
        padding: 15px 15px 10px 15px;
    }
    .OurFAR .corrents_opning ul li {
        padding: 0 10px;
    }
    .our_pricing_DIV .cal_from_bx {
        padding: 40px 10px 10px 10px;
    }
    .made_esy_lt {
        padding: 50px 25px 30px 25px;
    }
    .Robust_DIV .our_teem_bx {
        padding: 20px 15px;
    }
    
}

@media (max-width:1024px){
    .lets_form .form-control {
        height: 45px;
        font-size: 14px;
        padding: 8px 20px 9px 50px;
    }
    .pdn_lt_rt_55 {
        padding: 0 0;
    }
    section {
        padding: 0 0 40px 0;
    }
    body h1, body h2 {
        font-size: 30px;
        line-height: 39px;
    }
    .build_tx_bx p {
        font-size: 16px;
        text-align: center;
    }
    .btn_ht50 .btn_ex {
        height: 45px;
        padding: 9px 25px 9px 25px;
        font-size: 16px;
    }
    .build_tx_bx {
        width: 450px;
        height: auto;
        padding: 25px 25px 35px;
    }
    .everythin_tx p {
        font-size: 18px;
        line-height: 29px;
    }
    .choose_slider_bx h5 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    body p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    body h5 {
        font-size: 16px;
        line-height: 24px;
    }
     body h3 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    body h4 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .our_teem_DIV {
        padding-top: 45px;
    }
    .update_DIV1 {
        padding: 45px 0 0 0;
        height: 335px;
    }
    .ftr_bx ul li {
        margin-bottom: 4px;
    }
    .ftr_bx h5 {
        margin-bottom: 18px;
    }
    .social_bx i {
        font-size: 20px;
    }
    .social_bx ul li {
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 0;
    }
    .ftr_bx i.fa.fa-envelope {
        font-size: 18px;
        line-height: 30px;
    }
    .ftr_bx i {
        font-size: 22px;
    }
    footer {
        padding: 22px 0 20px 0;

    }
    .who_tx h2 {
        font-size: 40px;
        line-height: 53px;
    }
    .banner h1 {
        line-height: 40px;
        margin-bottom: 24px;
    }
    .ab_tx ul h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ab_tx ul ul li {
        font-size: 16px;
        color: #fff;
        line-height: 26px;
    }
    .ab_tx ul li {
        margin-bottom: 16px;
    }
    .ab_tx p {
        font-size: 15px;
        margin: 0;
    }
    .content_bx {
        padding: 20px 20px 0 20px;
        margin-top: 20px;
    }
    .caarer_cl h5 {
        font-size: 18px;
        width: 79%;
    }
    .content ol li, .content ul li {
        font-size: 15px;
        line-height: 26px;
    }
    .abut_Our_DIV h4 {
        font-size: 18px;
    }
    .sub_btn {
        font-size: 14px;
        height: 40px;
        width: auto;
        padding: 0px 24px 2px 24px;
    }
    .corrents_opning ul li p {
        line-height: 22px;
        font-size: 14px;
    }
    .caarer_cl a.sub_btn {
        top: 8px;
    }
    .career_dis_bx {
        padding: 20px 0;
    }
    .color_blue h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .corrents_opning ul {
        margin-top: 20px;
    }
    .pdn_lt_rt_100 {
        padding: 0;
    }
    .Construction_Bx {
        padding: 35px 0 20px 0;
    }
    .why_choose_DIV h4 {
        line-height: 26px;
    }
    .section_top50 {
        padding-top: 30px;
    }
    .winning_mn {
        margin-top: 30px;
    }
    .details_testi_bx_mn .Home_testi_bx {
        padding: 0 15px 20px 10px;
        margin: 75px 2% 0 2%;
        width: 46%;
    }
    .video_bx iframe {
        height: 350px;
    }
    .customer_DIV .video_bx {
        width: 48%;
    }
    .video_bx img {
        width: 68%;
    }
    .video_icon {
        bottom: -12px;
        left: 0;
    }
    .vio_div {
        margin-bottom: 30px;
    }
    .details_testi_bx_mn span {
        margin-bottom: 20px;
    }
    .details_testi_bx_mn .video_icon img {
        max-width: 40px;
    }
    .details_testi_bx_mn .video_icon {
        top: -15px;
    }
    .color_blue h6 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .cl_btn a {
        font-size: 16px;
    }
    .cl_btn h5 {
        font-size: 16px;
    }
    .cl_btn {
        margin-top: 25px;
    }
    .award_div {
        margin-top: 35px;
    }
    .award_po img {
        width: 100%;
    }
    .award_po {
        width: 100%;
        position: static;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    .award_div {
        align-items: end;
    }
    .award_bx_in {
        height: auto;
        padding: 15px;
    }
    .Media_chnl_DIV {
        padding: 30px 0 35px 0;
    }
    .devel_bx h6 {
        font-size: 16px;
    }
    .lets_form label {
        font-size: 14px;
        margin: 7px 0 8px 0;
    }
    .blog_details_lt_col h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .network_lt h3 {
        padding-bottom: 12px;
        font-size: 22px;
    }
    .troubles_bx {
        padding: 20px 15px;
    }
    .chek_redio_bx {
        padding-left: 12px;
    }
    .our_pricing_DIV .cal_from_bx {
        padding: 30px 10px 10px 10px;
    }
    .blu_bx p {
        font-size: 16px;
    }
    .blu_bx em {
        font-size: 25px;
    }
    .blu_bx {
        padding: 50px 20px 20px 20px;
    }
    .big_hd .dark_yellow {
        font-size: 65px;
        line-height: 48px;
    }
    .infor_lt {
        padding: 50px 20px 30px 15px;
    }
    .bnr_btnour_pri_btn .bnr_cntr.btn_ht50 a.btn_ex {
        width: auto;
        text-align: left;
    }
    .bnr_btnour_pri_btn .bnr_cntr{text-align:left;}
    .our_teem_DIV_pages .our_teem_DIV h3:before {
        top: 14px;
    }
    .about_maptx .ab_tx h3 {
        font-size: 25px;
        line-height: 32px;
    }
    .contact_bx h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .block_bx ul li {
        font-size: 18px;
    }
	.your_approval-fee-result .counter_mn ul li {
		width: 23%;
	}
	
	.your_ .counter_mn ul li {
		width: 23%;
	}
}

@media (max-width:991px){
    .capy_in p {
        font-size: 12px;
    }
    .capy_in ul li, .capy_in ul li a {
        font-size: 12px;
    }
    .footer_capy {
        padding: 10px 0 9px 0;
    }
    .our_teem_bx span img {
        height: 150px;
        width: 150px;
    }
    .lets_form .lets_btn {
        width: 160px;
        text-align: center;
        margin: 0 auto;
    }
    /*.dis_flex {
        align-items: end;
        flex-direction: column-reverse;
    }*/
    .bnr_tx_lt_in .btn_ex {
        margin-bottom: 15px;
        background: #f0d248;
        color: #000;
    }
    .bnr_tx_lt {
        width: 100%;
        height: 100%;
    }
    .banner_lt {
        width: 100%;
    }
    .banner_lt .pic {
		display: none;
	}
    .banner {
        height: auto;
    }
    .banner_slider {
        width: 100%;
    }
    .banner_slider img{width: 100%;}
    .bnr_tx {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;

    }
    .banner .pic img {
        height: auto;
    }
    .banner_slider .pic img {
        height: 400px;
    }
    .bnr_tx_lt_in {
        height: 100%;
    }
    .bnr_tx_lt_in {
        max-width: 100%;
    }


    .menu_logo {
        display: none;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    .menu_logo img {
        max-width: 108px;
    }
    .menu_close {
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        height: 25px;
        display: none;
        padding: 0;
        align-items: center;
        justify-content: center;
        border: 1px solid #333;
        font-size: 15px;
        color: #333;
        cursor: pointer;
    }
    .menu_btm {
        display: block;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        height: 100vh;
        z-index: 99;
        padding-top: 0;
        display: none;
    }
    .Fixed_header .menu_btm {top:55px;}
   /* .menu_btm_add {
        left: 0;
        transition: 0.5s all ease;
    }*/
    .menu_tp ul li a {
        font-size: 14px;
    }
    .logo {
        width: 140px;
        transition: 0.5s all ease;
    }
    .Fixed_header .logo {
        width: 112px;
        transition: 0.5s all ease;
    }
    .logo img {
        max-width: 100%;
    }
    .logo_menu {
        height: 70px;
        transition: 0.5s all ease;
    }
    .Fixed_header .logo_menu {
        height: 55px;
        transition: 0.5s all ease;
    }
    .Fixed_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        transition: 0.5s all ease;
    }
    .menu_tp ul:before {
        position: absolute;
        height: 70px;
        border-bottom: 70px solid #faf5d5;
        transition: 0.5s all ease;
    }
    .Fixed_header .menu_tp ul:before {
        height: 55px;
        border-bottom: 55px solid #faf5d5;
        transition: 0.5s all ease;
    }
    .menu_tp ul {
        height: 70px;
        padding: 0 0 0 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        transition: 0.5s all ease;
    }
    .Fixed_header .menu_tp ul {
        height: 55px;
        transition: 0.5s all ease;
    }
    .menu_tp:before {
        height: 70px;
        width: 20px;
        width: 74px;
        transition: 0.5s all ease;
    }
    .Fixed_header .menu_tp:before {
        height: 55px;
        transition: 0.5s all ease;
    }
    .Fixed_header .menu_tp {
        display: block;
        transition: 0.5s all ease;
		transform: translateX(0);
		position: absolute;
		top: 0;
		right: 0;
		animation-delay: 0;
    }
    .Fixed_header span.click_menu_i {
        top: 0px;
        transform: translateY(0);
    }
    .menu_tp ul li {
        padding: 0;
        margin: 0;
        display: block;
        line-height: 15px;
    }
    .menu_tp ul li a {
        font-size: 0px;
        padding: 0 10px;
    }
    .menu_tp ul li:before {display: none;}
    .menu_tp {
        margin-bottom: 0;
        position: absolute;
        right: 0;
        padding-right: 65px;
    }

    .menu_tp ul li a em {
        font-style: normal;
        display: none;
    }
    .menu_cl {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 13px;
        z-index: 9;
        width: 25px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        cursor: pointer;
    }
    /*.menu_cl span {
        height: 2px;
        background: #000;
        display: block;
        width: 25px;
    }*/

/*New Menu css Click Strt css*/

.hamburger .patties {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hamburger .patties>span {
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
    margin: 6px 0;
    position: relative;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    top: 0;
}

.hamburger .patties>span:nth-child(1) {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.hamburger .patties>span:nth-child(2) {
    -webkit-transition-delay: 375ms;
    -o-transition-delay: 375ms;
    transition-delay: 375ms
}

.hamburger .patties>span:nth-child(3) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.hamburger .cross {
    position: absolute;
    top: 35%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.hamburger .cross>span {
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    margin: 6px 0;
    position: relative;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    top: 0;
}

.hamburger .cross>span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger .cross>span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.js--mobile-menu-active .hamburger .patties>span:nth-child(1) {
    width: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.js--mobile-menu-active .hamburger .patties>span:nth-child(2) {
    width: 0;
    -webkit-transition-delay: 125ms;
    -o-transition-delay: 125ms;
    transition-delay: 125ms
}

.js--mobile-menu-active .hamburger .patties>span:nth-child(3) {
    width: 0;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.js--mobile-menu-active .hamburger .cross>span {
    width: 24px
}

.js--mobile-menu-active .hamburger .cross>span:nth-child(1) {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.js--mobile-menu-active .hamburger .cross>span:nth-child(2) {
    -webkit-transition-delay: 375ms;
    -o-transition-delay: 375ms;
    transition-delay: 375ms
}
/*New Menu css Click End css*/
.banner, .inner_banner {
    margin-top: 70px;
}

.menu_tp ul li i {
    margin-right: 0;
    font-size: 20px;
    margin-top: 0;
}
    .menu_mn ul ul {
        position: static;
        width: 100%;
        left: 0;
        max-height: 100%;
        overflow: visible;
        -webkit-transform: perspective(0) rotate3d(1,0,0,0);
        display: none;
        transition: inherit;
        background: #fff;
    }

    .menu_mn ul li {
        display: block;
        margin-right: 0;
        border-bottom: 0px solid #d1b02b;
    }
    .menu_mn ul ul li {
        border-bottom: 0px solid #d1b02b;
    }
    .menu_mn .menu_btm ul ul li a {
        padding-left: 22px;
        font-size: 14px;
    }
    .menu_mn .menu_btm ul li a {
        display: block;
        font-size: 15px;
        line-height: 20px;
        padding: 8px 10px 9px;
        border-top: 1px solid #ccc;
        color: #333;
    }
    /*.menu_mn .menu_btm ul li:last-child a{
        border-bottom: 1px solid #ccc;
    }*/
    .menu_mn ul li:hover > a {
        color: #333;
        transition: 0.5s all ease;
    }
    .click_menu_i:before {
        top: 12px;
        right: 10px;
        content: "\f067";
        font: normal normal normal 14px/1 FontAwesome;
        border: 0px;
        transition: 0.5s all ease;
    }
    span.click_menu_i {
        z-index: -1;
    }
    /*.Li_icon_add .click_menu_i:before {
        content: "\f068";
    }*/
    .Li_icon_add .click_menu_i:before {
        transform: rotate(45deg);
        transition: 0.5s all ease;
    }
    .ftr_bx1, .ftr_bx2 {
        width: 50%;
    }
    .ftr_bx h5 {
        margin-bottom: 10px;
    }
    .ftr_bx3, .ftr_bx.ftr_bx4 {
        width: 50%;
        margin-top: 15px;
    }
    .award_bx {
        width: 48%;
        margin: 0 2%;
    }
    .Media_chnl_DIV h5 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .cal_from_bx .lets_btn {
        margin-top: 0;
    }
    .cal_from_bx {
        padding: 15px 25px 10px 25px;
    }
    .calculater_lt ul li a {
        font-size: 15px;
        padding: 10px 0 10px 25px;
    }
    .calculater_lt ul li a em {
        height: 42px;
        font-size: 22px;
    }
    .lets_form .select_bx {
        padding-left: 15px !important;
    }
    .blog_details_lt_col h2 {
        font-size: 20px;
        line-height: 26px;
    }
    ul li {
        font-size: 15px;
    }
    .gallerdslider .slick-center img {
        height: 214px;
    }
    .our_teem_DIV_pages .our_teem_DIV h3 span {
        padding: 0 15px;
    }
    .contact_form .cal_from_bx {
        padding: 15px 20px 10px 20px;
    }
    .contact_bx h3 {
        font-size: 16px;
        line-height: 23px;
    }
    .spesi_ba h5 {
        font-size: 17px;
    }
    .spesipicatio_DIV .col-md-3.col-sm-12.col-lg-3.col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .proje_form {
        overflow: hidden;
        margin-bottom: 35px;
    }
    .proje_form select.form-control {
        width: 72%;
    }
    .proje_form_sing .form-group {
        width: 48%;
        margin-bottom: 15px;
    }
    .proje_form_sing .project_btn_group {
        width: 34.5%;
        margin-right: 2%;
    }
	.menu_btm > ul {
		height: 65vh;
		overflow-y: scroll;
	}
	.menu_btm ul::-webkit-scrollbar-track
	{
		-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
		background-color: none;
	}

	.menu_btm ul::-webkit-scrollbar
	{
		width: 4px;
		background-color: transparent;
	}

	.menu_btm ul::-webkit-scrollbar-thumb
	{
		background-color: #11b59a;
	}
	.project_pic > ul.item_bx_4 li {
		width: 32%;
	}
	.project_pic > ul.item_bx_4 li:nth-child(4n+4) {
		margin-right: 2%;
	}
	
	.project_pic > ul.item_bx_4 li:nth-child(3n+3) {
		margin-right: 0;
	}
}
@media (max-width:767px){
    .everythin_tx h1 {
        margin-bottom: 22px;
    }
    .everythin_tx .btn_ex {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .everythin_tx{
        text-align: center;
    }
    .build_tx_bx .yellow_bt_brdr {
    
        text-align: center;
    }
    .page-template-home-template .who_rt {
        text-align: center;
    }
   .page-template-home-template .yellow_bt_brdr:before {
        left: 50%;
        transform: translate(-50%, 50%);
    }
	.Destop_BOX{
		display:none;
	}
    .everythin_DIV {
        background: url(images/bg1212.jpg) no-repeat center top;
		background-size: cover;
        padding: 55px 0 22px 0;
     
    }
    .page-template-contact-us-template #submit-form {
        margin-top: 0;
        float: none;
    }
    .page-template-contact-us-template .cal_from_bx h3 {
        text-align: center;
        margin-bottom: 40px;
    }
    .about_maptx .ab_tx p {
        font-size: 14px;
        width: 100%;
        text-align:center;
    }
	.page-id-80 .about_maptx .ab_tx p{text-align:left;}
    .inner_banner img {
        height: 100px;

    }
	.who_tx .dark_yellow {
    display: inline;
    color: #3AAAB2;
}
	.about_maptx {
  
    height: 552px;
}
    .new_form table.table-cstm tr td {
        width: 30% !important;
    }
    table.table-cstm.table-two tr {
        display: block;
        margin-right: 0;
    }
    .our_teem_DIV .our_teem_Col {
    }
    .our_teem_bx h5 {
        font-size: 16px;
    }
    section {
        padding: 0px 0 30px 0;
    }
    .form-group {
        -ms-flex: 0 0 100;
        flex: 0 0 100%;
        max-width: 100%;
		margin-bottom:10px;
    }
    .who_tx h2 {
        font-size: 35px;
        line-height: 49px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .who_rt_bx {
        width: 50%;
        padding: 30px 20px
    }
    .project_DIV {
        padding-top: 35px;
    }
    .project_DIV .col-sm-3, .Explore_DIV .col-sm-3{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .proj_cl ul li a {
        font-size: 15px;
    }
    .proj_cl ul li {
        padding: 0 10px;
        margin-left: -4px;
    }
    .proj_cl ul li:before {
        top: 6px;
        height:15px;
    }
    .Calculators_bx h4 span img {
        width: 100%;
    }
    .Calculators_bx h4 span {
        margin-right: 6px;
        width: 30px;
    }
    .Calculators_bx h4 {
        font-size: 16px;
        align-items: end;
    }
    .Calculators_bx {
        padding: 26px 10px 30px;
    }
    .btn_ht50 .btn_ex {
        height: 40px;
        padding: 8px 25px 6px 25px;
        font-size: 14px;
    }
    .Calculators_DIV h1 {
        margin-bottom: 30px;
	
    }
    .section_icon {
        margin: 0 0 25px 0;
    }
    body h1, body h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
   
    .Home_testi_bx {
        padding: 0 10px 30px;
    }
    .update_th_bx {
        padding: 30px 0px 0 20px;
        margin-bottom: 25px;
    }
    .awaerd_lt {
        width: 100%;
        padding: 15px 0 0 10px;
    }
    .awaerd_lt h1{
        text-align: center;
    }
    .awaerd_rt {
        width: 100%;
        padding: 10px 0 20px;
    }
    .award_DIV {
        background: #f4f4f4;
    }
    .choose_slider i {
        font-size: 22px;
        height: 30px;
        width: 30px;
        line-height: 28px;
    }
    .choose_slider_bx {
        padding: 30px 15px;
    }
    .choose_DIV .slick-slide {
        margin: 0 10px;
    }

    .banner_lt .pic img {
        height: 238px;
    }
    .bnr_tx_lt_in {
        padding-right: 68px;
    }
    .banner_slider .pic img {
        height: 350px;
    }
   
    .update_th_tx h5 {
        font-size: 14px;
        line-height: 19px;
    }
    .update_DIV2 .lets_form {
        margin-top: 25px;
    }
    .ftr_bx h5 {
        font-size: 15px;
    }
    .ftr_bx p strong {
        font-size: 15px;
    }
    .capy_in > div {
        width: 100%;
        float: none;
        text-align: center;
    }
    .network_lt {
        padding: 20px 20px 10px 20px;
        height: auto;
        width: 100%;
    }
    .network_rt {
        width: 100%;
        height: auto;
        position: static;
        right: 0;
        top: 0;
    }
    .network_bx {
        position: relative;
        margin: 35px 0 35px;
    }
    .gray_box {
        padding: 20px;
        margin-top: 0px;
    }
	
    .ab_location {
        width: 100%;
    }
    .ab_lctn_tx_in {
        width: 100%;
        height: auto;
        padding: 20px 14px 15px 15px;
    }
    .ab_location span iframe {
        height: 374px;
    }
    .corrents_opning ul li {
        width: 33%;
        margin-bottom: 10px;
    }
   
    body h3 {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    body h1, body h2 {
        font-size: 22px;
        line-height: 34px;
    }
    .Construction_Bx .lets_form {
        margin-top: 30px;
    }
    .content ul li {
        padding-left: 20px;
    }
    .content ol li, .content ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .inner_hd h1 {
        font-size: 26px;
    }
    .inner_hd {
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }
    .commited_bx {
        width: 100%;
    }
    .commited_icon {
        width: 75px;
        margin-right: 2%;
    }
    body h4 {
        font-size: 17px;
    }
    body h5 {
        font-size: 15px;
        line-height: 22px;
    }
    .commited_bx {
        width: 100%;
        flex-wrap: wrap;
    }
    .commited_tx {
        width: 79%;
    }
    .Home_testi_bx:before {
        right: 16px;
        background-size: 45px;
    }
    .why_choose_DIV h4 {
        line-height: 24px;
        font-size: 16px;
    }
    body p {
        font-size: 14px;
        line-height: 22px;
    }
    .Construction_Bx h3 {
        font-size: 17px;
    }
    .color_blue h3 {
        font-size: 20px;
        margin-bottom: 9px;
        line-height: 24px;
    }

    .calculater_lt h4 {
        height: auto;
        font-size: 20px;
        padding: 10px 0 12px 0;
    }
    .revers_colum .row {
        flex-direction: column-reverse;
    }
    .blog_Detaild_DIV ol.posted_bx li {
        font-size: 14px;
        line-height: 26px;
    }
    .blog_Detaild_DIV .blog_box p img {
        height: auto !important;
    }
    #respond p.comment-form-cookies-consent input#wp-comment-cookies-consent {
        width: 30px;
        margin: -7px 7px 10px 0;
    }
    .troubles_bx {
        width: 50%;
    }
    .troubles_bx:nth-child(4n+4) {
        border-right: 1px solid #ccc;
    }
    .troubles_bx:nth-child(2n+2) {
        border-right: 0px solid #ccc;
    }
    .Troubles_img_b {
        padding-left: 0;
    }
    .infor_lt {
        padding: 25px 20px 20px 15px;
        width: 100%;
    }
    .infor_rt {
        width: 100%;
        position: relative;
        padding: 0px 0;
    }
    .made_esy_lt {
        padding: 25px 15px 20px 15px;
        width: 100%;
    }
    .made_esy_rt {
        width: 100%;
    }
    .made_esy_bx {
        margin-bottom: 30px;
    }
    .blu_bx em {
        font-size: 22px;
        padding-right: 15PX;
        padding-left: 15px;
    }
    .page-template-our-pricing-template .cl_btn {
        display: block;
        text-align: center;
    }
    .our_teem_DIV_pages .our_teem_DIV .container {
        padding: 0;
    }
    .contact_bx h3 {
        font-size: 19px;
        line-height: 24px;
    }
    .contact_form {
        max-width: 100%;
        width: 100%;
    }
    .ab_location_rt {
        width: 100%;
    }
    .about_maptx .ab_tx h3 {
        font-size: 20px;
        line-height: 28px;
        text-align:center;
        margin-bottom: 15px;
    }
    .con_item_box {
        padding: 0px 0 20px 0;
    }
    .project_pic ul li h5 {
        font-size: 16px;
    }
    .Construction_DIV .proj_bx ul {
        flex-wrap: wrap;
    }
    .Construction_DIV .proj_bx ul li {
        width: 50%;
    }
    .viewer-toolbar > .viewer-play {
        width: 30px !important;
        height: 30px !important;
        margin-top: -3px !important;
        margin-bottom: -3px !important;
    }
    .viewer-toolbar > li {
        width: 24px !important;
    }
    .project_pic > ul > li {
        margin-bottom: 30px;
        width: 100%;
    }
    .spesi_ba h5 {
        font-size: 16px;
    }
    .block_tx {
        font-size: 15px;
    }
    .text_posi {
        position: static;
        bottom: 0;
        background: #333;
        padding: 12px 15px;
        max-width: 768px;
        width: 100%;
        margin: 0 auto;
        transform: translate(0, 0);
    }
    .Construction_DIV .slick-slide {
        margin: 0;
    }
    .pic.posi_relative:hover .text_posi {
        left: 0;
        transform: translate(0, 0);
        margin-bottom: 0px;
    }
    .Construction_DIV .made_esy_slider img {
        height: auto;
    }
	.project_pic > ul.item_bx_4 li a img {
		height: 200px;
		object-fit: cover;
	}
	.your_approval-fee-result .counter_mn ul li {
		width: 31.333%;
	}
	
	.your_ .counter_mn ul li {
		width: 31.333%;
	}
	.project_pic ul li img, .project_pic > ul.item_bx_4 li a img {
	min-height: 350px;
    height: 100%;
	}
	.everythin_tx .btn_ex span {
		margin: -1px 10px 0 0;
	}
	.bnr_tx_lt {
		clip-path: polygon(0 0%, 89% 0%, 100% 34%, 78% 100%, 0% 100%);
	}
	.cost_calmn2 .form-group {
		margin-bottom: 18px;
	}
	.checkmark {
		top: 2px;
	}
	
	.Destop_BOX {
		display: none;
	}
	.Mobile_BOX {
		display: block;
		margin-top: 20px;
	}
	.revers_box {
		flex-direction: column-reverse;
	}
}

@media (max-width:700px){
    section.Calculators_DIV .col-md-4.col-sm-4.col-lg-4.col-xl-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .Calculators_bx {
        margin-bottom: 25px;
    }
    .build_DIV .slick-slide img {
        height: 470px;
    }
    .caarer_cl h5 {
        font-size: 17px;
        width: 100%;
        margin-top: 0;
    }
    .caarer_cl a.sub_btn {
        position: static;
        margin-top: 15px;
    }
    .blog_date h5 {
        font-size: 13px;
    }
    .blog_box .btn_ex {
        font-size: 15px;
        padding: 7px 16px 7px 16px;
    }
    .table td {
        padding: 10px;
        font-size: 14px;
    }
    .table thead th {
        font-size: 14px;
    }
    .table {
        width: 100%;
        overflow-x: scroll;
    }
	.your_approval-fee-result h3 {
		font-size: 20px;
	}
	.awaerd_rt_home ul li {
		width: 48%;
		margin: 0;
	}
}
@media (max-width:640px){
  
    .who_tx h2 {
        font-size: 26px;
        text-align: center;
        line-height: 41px;
    }
    body h1, body h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .our_teem_DIV .our_teem_Col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .our_teem_bx {
        margin-bottom: 25px;
    }
    .logo {
        width: 105px;
    }
    .pripad {
        padding: 0px 10px 15px 10px;
    }
    .commited_tx {
        width: 74%;
    }
    .commited_icon {
        width: 60px;
        margin-right: 4%;
        height: 60px;
    }
    .commited_icon img {
        max-width: 26px;
    }
    .customer_DIV .video_bx {
        width: 100%;
        margin-bottom: 15px;
    }
    .details_testi_bx_mn .Home_testi_bx {
        padding: 0 15px 20px 10px;
        margin:65px 0% 75px 0%;
        width: 100%;
    }
    .details_testi_bx_mn .Home_testi_bx:last-child {
        margin-bottom: 0;
    }
    .cl_btn {
        display: block;
    }
    .cl_btn a {
        margin-top: 15px;
        margin-left: 0;
    }
    .award_bx_in {
        height: auto;
        padding: 4px;
        margin-bottom: 10px;
    }
    .Construction_Bx {
        padding: 30px 0 25px 0;
    }
    .OurFAR .corrents_opning ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    .blog_details_lt_col h2 {
        font-size: 17px;
        line-height: 23px;
    }
    .architects_bx span {
        width: 100%;
        display: block;
    }
    .architects_tx {
        width: 100%;
        padding-left: 0;
        padding-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .architects_bx {
        margin-bottom: 9px;
    }
    .blog_box .pripad {
        padding-top: 15px;
    }
    .deliver_icon {
        top: 4px;
        right: 8px;
    }
    .deliver_icon img {
        max-width: 40px;
    }
    .proje_form_sing .form-group {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .proje_form select.form-control {
        width: 81%;
    }
    .proje_form_sing .project_btn_group {
        width: 81%;
        margin-right: 0;
    }
	.your_approval-fee-result .counter_mn ul li {
		width: 48%;
	}
	.your_ .counter_mn ul li {
		width: 48%;
	}
	.architects_bx:nth-child(odd) .architects_tx {
		padding-right: 0;
	}
}

@media (max-width:575px){
    .Home_testi_bx {
        width: 100%;
        margin-top: 110px;
    }
    .Home_testi_bx_mn {
        margin-top: 0;
    }
    .build_DIV .slick-slide img {
        height: auto;
    }
    .build_tx {
        position: static;
        top: 50%;
        right: 0;
        width: 100%;
        transform: translateY(0);
        background: rgb(10, 30, 32);
        overflow: hidden;
    }
    .build_DIV.padding_0 {
        overflow: hidden;
    }
    .build_tx_bx {
        padding: 15px 0 0 0;
        margin-bottom: 25px;
        width: 100%;
    }
    .banner h1 {
        line-height: 29px;
        margin-bottom: 10px;
    }
    .build_DIV ul.slick-dots {
        bottom: 10px;
    }
    .our_teem_bx span img {
        height: 130px;
        width: 130px;
    }
    .update_DIV1 {
        padding: 25px 0 0 0;
        height: 271px;
    }
    .video_bx iframe {
        height: 300px;
    }
    .cr_of {
        padding-bottom: 15px;
    }
    .ab_tx ul {
        margin-top: 25px;
    }
/*     .content ol li span {
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    } */
	
	.content ol li span {
		width: 108px;
		margin-right: 15px;
		vertical-align: text-top;
	}
    .winning_bx {
        padding: 0 10px;
        width: 50%;
    }
    .Media_chnl_DIV .awaerd_rt ul li {
        width: 50%;
        margin-bottom: 15px;
    }
    .Media_chnl_DIV .awaerd_rt ul li:nth-child(3):before{display: none;}
    .blog_box {
        margin-bottom: 30px;
    }
    .chek_redio_bx {
        padding-left: 8px;
    }
    .cal_from_bx {
        padding: 15px 15px 10px 15px;
    }
    .flor_col_DIV {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .troubles_bx {
        padding: 20px 10px;
    }
    .floor_Div_lt {
        width: 100%;
    }
    .floor_Div_rt {
        width: 100%;
        padding: 25px 15px 10px 15px;
    }
    .block_bx ul {
        display: block;
        border-top: 0px solid #f3e5a2;
    }
    .block_bx ul li {
        font-size: 17px;
        width: 100%;
        border: 0;
        border-top: 1px solid #f3e5a2;
        margin: 0;
    }
    .block_bx ul.add_det2 li {
        width: 100%;
    }
    .project_pic > ul > li, .project_pic > ul.item_bx_4 li {
        width: 100%;
    }
	.project_pic > ul.item_bx_4 li:nth-child(3n+3) {
		margin-right: 2%;
	}
	.project_pic > ul.item_bx_4 li:nth-child(2n+2) {
		margin-right: 0;
	}
    .spesipicatio_DIV .col-md-3.col-sm-12.col-lg-3.col-xl-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .proj_mn {
        margin-top: 25px;
    }
	.blog_box span img {
		height: auto;
    	max-height: inherit;
	}
	.banner_slider .pic img {
		height: 300px;
	}
	.width_auto {
		width: auto;
	}
}

@media (max-width:480px){
    
    .choose_slider_bx {
        height: 290px;
     width:95% !important;
		overflow:hidden;
    }
    .choose_DIV .slick-slide {
        margin: 0 0px;
    }
    .who_rt_bx {
        width: 100%;
        padding: 30px 20px;
    }
    .build_DIV .slick-slide img {
        height: 180px;
    }
    .proj_bx h5 {
        font-size: 15px;
        line-height: 20px;
    }
    .proj_bx span {
        margin-bottom: 10px;
    }

    .ftr_bx1, .ftr_bx2 {
        width: 100%;
        text-align: center;
    }
    .ftr_bx3, .ftr_bx.ftr_bx4 {
        width: 100%;
        margin-top:0;
        text-align: center;
    }
    .ftr_bx ul li {
        justify-content: center;
    }
    .ftr_bx2 {
        margin: 10px 0 20px 0;
    }
    .ftr_bx3 {
        margin-bottom: 15px;
    }
    .social_bx {
        margin-top: 20px;
    }
    .corrents_opning ul li {
        width: 50%;
    }
    .color_blue h3 {
        font-size: 19px;
        line-height: 24px;
    }
    .our_pricing_DIV .cal_from_bx {
        padding: 30px 0 10px 0;
    }
    .cost_calmn2 .form-group {
        margin-bottom: 15px;
    }
    .Robust_DIV .our_teem_bx {
        padding: 5px 0;
    }
    .con_map iframe {
        height: 320px;
    }
    .choose_slider i {
        left: -9px;
        top:50%;
    }
    .choose_slider i.fa.fa-angle-right.slick-arrow {
        right: -9px;
    }
	.project_pic > ul.item_bx_4 li a img {
		height: 146px;
	}
	.project_pic ul li img, .project_pic > ul.item_bx_4 li a img {
		height: 150px;
	}
}

@media (max-width:414px){
    .bnr_tx_lt_in {
        padding-right: 30px;
        padding-left: 10px;
    }
    .bnr_tx_lt_in .btn_ex {
        width: 130px;
        height: 40px;
    }
    .menu_tp ul {
        padding: 0px 0 0 10px;
    }
    .awaerd_rt ul li {
        width: 50%;
    }
    .awaerd_rt ul {
        flex-wrap: wrap;
    }
    .award_bx {
        width: 100%;
        margin: 0;
    }
    .award_div {
        display: block;
    }
    .spesipicatio_DIV .col-md-3.col-sm-12.col-lg-3.col-xl-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*.project_DIV .col-sm-3, .Explore_DIV .col-sm-3{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }*/
    .proj_bx h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .proje_form_sing .form-group {
        width: 100%;
        display: block;
    }
    .proje_form .form-group p {
        margin-right: 0;
    }
    .proje_form select.form-control {
        width: 99%;
    }
    .proje_form_sing .project_btn_group {
        width: 100%;
    }
	.your_approval-fee-result .counter_mn ul li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.your_ .counter_mn ul li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.awaerd_rt_home ul li {
		text-align: center;
	}
	.awaerd_rt_home ul li:nth-child(5) img {
		display: none;
	}
}



/*------/ Intro Single /------*/
.intro-single {
  padding: 1rem 0 3rem;
}

@media (max-width: 767px) {
  .intro-single {
    padding-top: 0rem;
  }
}

.intro-single .title-single-box {
  padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
  border-left: 3px solid #3AAAB2;
}

.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .intro-single .title-single-box .title-single {
    font-size: 2.1rem;
  }
}

@media (min-width: 992px) {
  .intro-single .title-single-box .title-single {
    font-size: 2.5rem;
  }
}

.intro-single .breadcrumb-box {
  padding: 1rem 0 0 .5rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}



*--------------------------------------------------------------
# A
--------------------------------------------------------------*/
.ab .content h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #434175;
}

.ab .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.ab .content ul {
  list-style: none;
  padding: 0;
}

.ab .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.ab .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #5a5af3;
}

.ab .content p:last-child {
  margin-bottom: 0;
}

