html {
  scroll-behavior: smooth;
}
body { 
  font-family: "Inter", sans-serif;
  font-size: 16px;
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
}
a, a:focus{
  text-decoration: none;  
  color: rgb(29, 111, 185);
}

/****menu****/
.dgmenuwrap {
    z-index: 9999;
    width: auto;
    float: right;
    background: transparent;
    position: relative;
    margin: 0;
    display: block;
    justify-content: center;
}
.dgnav{padding:0; margin:0;}
ul.menu {list-style:none; margin:0 auto; padding:0; text-align:left; display: flex; align-items: center; }
ul.menu * {margin:0; padding:0; float: left;}
ul.menu a {
    font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin: 0 7px;
  cursor: pointer;
  padding: 13px 0;
  text-decoration: none;
  letter-spacing: 0.5px;
}
ul.menu a:hover, ul.menu a.current{color:#27aae1; text-decoration:none;}
ul.menu>li {position:relative; float:left; font-size:14px; color:#fff; display:block; line-height:normal; font-weight:300;}
ul.menu ul {
  top: 57px;
  padding: 0 30px;
  border-radius: 0px;
  display: none;
  opacity: 0;
  list-style: none;
  background: rgba(20, 111, 189, 0.9);
  width: 96vw;
  position: absolute;
  left:0;
  transform: translateX(-27%);
}
ul.menu ul li { transition: 0.9s; width: 16.66%; float: left; display: flex; flex-direction: column; position:relative; margin:3px 0;  font-size:12px; padding:0; text-align:left; font-weight:700;}
ul.menu ul ul li{
  width: 100%;
}
ul.menu ul li a {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: none;
  padding: 8px 0;
  display: block;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
}
ul.menu ul ul li:hover a{
  color:#A54924;
}
ul.menu ul li a.menuhover{
  color: #A54924;
}

ul.menu ul ul li a{
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #030B05;
  text-shadow: none;
  text-transform: none;
  padding: 4px 0;
  margin: 0;
  display: block;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}

.menu h3{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #A54924;
  margin-bottom: 24px;
}
ul.menu ul ul {top: 0; left: 100%;}
ul.menu .menulink {}
ul.menu .menulink:hover, ul.menu .menuhover {color:#fff; text-decoration:none;}


.menu-bg .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width:1320px;
}
.menu-bg{
  background: #145086;
  display: flex;
  padding: 8px 0;
}

.logo img {
  width: 100%;
}
.logo {
  width: 190px;
  float: left;
}
.logo a {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
.logo a span{
  color: #27aae1;
}
.footer-menu1 .footer-logo a{
  color: #fff;
  text-decoration: none;
  font-size: 23px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
.footer-menu1 .footer-logo a:hover{
  color: #27aae1;
}
.search-area{
  width: auto;
  float: right;
  margin-left: 20px;
}

.container{
  position: relative;
}
.search-area img{
  width: 25px;
}
.menu-area{
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-area{
  width: 100%;
  display: flex;
  padding: 0;
  position: relative;
  flex-direction: column;
  height: 450px;
  background: #1b365d;
  z-index: 999;
}
.banner-area img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.banner-caption-area {
  width: 100%;
  display: flex;
  position: absolute;
  top: 40%;
  flex-direction: column;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 60px;
  z-index: 3;
}
.banner-caption-area h2 {
  display: block;
  color: #fff;
  font-size: 38px;
  letter-spacing: 1px;
  font-weight: 700;
  max-width: 1000px;
  margin: 0 auto 15px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
}
.banner-caption-area p{
  display: block;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 36px;
  max-width: 780px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}


.about-area{
  position: relative;
  z-index: 999;
  width: 100%;
  background: #fff;
  display: flex;
  padding: 130px 0;
}


.project-area{
  width: 100%;
  display: flex;
  position: relative;
  z-index: 999;
  padding: 100px 0;
  background: #1b365d;
}
.project-area .heading-area-right{
  color: #fff;
  max-width: 177px;
}
.about-img{
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.about-img:after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, rgb(46, 70, 85) 0%, rgba(46, 70, 85, 0) 40%);
  border-radius: 10px;
  height: 100%;
}
.about-logo-area{
  width: 100%;
  display: flex;
  margin-top: 60px;
  gap:15px;
  justify-content: space-between;
}
.about-logo-area img{
  width: 11.5%;
  object-fit: contain;
}
.about-img img{
  border-radius: 10px;
  width: 100%;
}
.about-img-text{
  position: absolute;
  right: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  max-width: 210px;
  gap:10px;
  display: flex;
  align-items: flex-start;
  z-index: 9;
  bottom: 60px;
}
.about-img-text span{
  font-size: 110px;
  font-weight: 800;
  position: relative;
}



.mainslider-text a:hover{
  background: #fff;
  color: #1b365d;
}
.testimonial-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 150px 0;
  background: #1b365d;
  position: relative;
  z-index: 999;
}
.testimonial-text {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 48px;
  font-family: "Inter", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  max-width: 11b365dpx;
  margin: 0 auto;
}
.testimonial-author{
  text-align:center;
  margin-top: 50px;
}
.testimonial-author h4{
  color: #27aae1;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.testimonial-author p{
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
}
.testimonial-header-left img{
  width: 300px;
}
.testimonial-header-left h2 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 24px;
  position: relative;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  padding-left: 50px;
  line-height: 45px;
  margin-bottom: 0;
}
.testimonial-header-left h2 span{
  color: #fff;
  display: block;
}
.testimonial-header-left {
  width: 50%;
  display: flex;
  max-width: 620px;
  align-items: center;
}
.what-to-do-panel img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.testimonial-header-right a{
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  background: #27aae1;
  padding: 14px 30px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
.testimonial-header-right a:hover{
  background: #1b365d;
  color: #1b365d;
}
.testimonial-header-area{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.testimonial-area .owl-carousel .owl-dots{
  display: block!important;
  margin-top: 70px;
  text-align: center;
}
.testimonial-area .owl-carousel button.owl-dot{
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
}
.testimonial-area .owl-carousel button.owl-dot.active{
  background: #27aae1;
}
.testimonial-area .owl-nav{
  display: none;
}



.banner-area video{
  opacity: 0.5;
  height: 100vh;
  object-fit: cover;
}
.slider-bottom-area{
  width: 100%;
  display: flex;
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 50px 0;
  flex-direction: column;
  overflow: hidden;
  gap:30px;
}
.slider-bottom-area .owl-dots , .slider-bottom-area .owl-nav{
  display: none;
}


.planning-text-area h4 {
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  line-height: 30px;
  padding: 2px 16px;
  background: #27aae1;
  width: auto;
  display: inline-block;
  max-width: 200px;
  margin: 0 auto 20px;
}

.planning-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  background: url(../images/usa-canada-shipping.jpg) no-repeat fixed;
  background-size: cover;
  position: relative;
  min-height: 650px;
  z-index: 999;
  overflow: hidden;
}
.planning-area:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  content: '';
}
.planning-area img{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.planning-area .container{
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 120px 15px;
  z-index: 99;
}
.planning-text-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 45px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  justify-content: center;
  height: 100%;
}
.planning-text-area h2 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  font-family: "Inter", sans-serif;
  letter-spacing: 2px;
  max-width: 100%;
  margin: 0 auto 25px;
}
.happy-customers img{
  width: 200px;
}
.planning-text-area a {
  color: #1b365d;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  background: #fff;
  text-decoration: none;
  padding: 15px 25px;
  text-transform: uppercase;
  border-radius: 10px;
  max-width: 350px;
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:20px;
}
.planning-text-area a:hover {
  background: #27aae1;
  color: #fff;
}
.planning-text-area a i{
  color: #fff;
}
.planning-text-area a:hover i{
  color: #fff;
}

.footer-logo img{
  width: 50px;
}
.planning-text-area a span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: #27aae1;
  color: #fff;
  justify-content: center;
}
.planning-text-area a:hover span{
  background: #1b365d;
}


.follow-area strong {
  min-width: 130px;
  display: inline-flex;
}
.follow-area p{
  display: flex;
}
.read-more-btn span{
  border:1px solid #1b365d;
  padding: 2px 8px;
}
.read-more-btn:hover span{
  border:1px solid #b9c9c8;
}
.news-area .owl-dots{
  display: none;
}
.menu-social{
  width: 100%;
  display: flex;
  gap:15px;
  position: absolute;
  bottom: 0;
  padding: 30px;
}
.menu-social a{
  color: #1b365d;
  font-size: 25px;
}
.menu-area h3{
  color: #1b365d;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 24px;
  position: relative;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 30px 30px 0;
}

.slider-bottom-area h2{
  color: #1b365d;
  font-weight: 700;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 0;
}




.get-in-touch{ padding-top: 74px;  }
.get-in-touch label{ color: #1b365d;}

.send-text h2 {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    color: #1b365d;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 35px;
    position: relative;
    font-weight: 500;
}
.send-text h2::before{ position: absolute; content: ''; width: 70px; height: 2px; background: #1b365d; bottom: 0; left: 0;  } 

.contact-details-section .social-area{
    text-align: left;
    padding-top: 15px;
}
.contact-details-section .social-area a:first-child{
    margin-left: 0;
}




.contact-details-section{ text-align: left; width: 100%; display: flex; margin: 20px 0; }
.contact-details-section img {
    width: 47px;
    margin-right: 0;
    float: left;
    filter: invert(1);
}
.send-text label{ color: #1b365d; font-size: 14px; font-weight: 400; margin-bottom: 10px; letter-spacing: 1px; font-family: "Inter", sans-serif;  }
.contact-details-section h2{
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  color: #1b365d;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 16px;
  font-weight: 700;
}
.form-group {
    margin-bottom: 15px;
}
.get-frm-panel-area .tab-content .input-text{
  background: transparent;
}

.contact-contant{ 
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 999;
  background-color: #fff;
  padding: 100px 0 150px 0;
 }
.contact-contant h3{ font-family: "Inter", sans-serif; letter-spacing: 1px; font-size: 30px; color: #1b365d; font-weight: 700; text-align: left; position: relative; padding-bottom: 20px; margin-bottom: 40px;}
.contact-contant h3::before{ position: absolute; content: ''; width: 70px; height: 2px; background: #1b365d; bottom: 0; left: 0;  } 
.contact-contant p{
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  color: #1b365d;
  line-height: 26px;
  max-width: 400px;
}
.contact-contant a{
  color: #1b365d;
}
.send-free{ width: 100%; border:none; border-radius: 5px; font-family: "Inter", sans-serif; letter-spacing: 0.5px; font-size: 16px; padding: 13px 0; font-weight: 700; color: #fff; background: #27aae1; transition: 0.3s; text-align: center; }
.send-free:hover {
  opacity: 0.8;
}
.input-text{ border-radius: 0; resize: none; }
.get-in-touch{ padding-top: 74px;  }
.get-in-touch label{ color: #1b365d;}

.send-text h2 {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    color: #1b365d;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 35px;
    position: relative;
    font-weight: 700;
}
.contact-contant .input-text , .contact-contant .input-text:focus {
    border-color: #1b365d;
}
.send-text h2::before{ position: absolute; content: ''; width: 70px; height: 2px; background: #1b365d; bottom: 0; left: 0;  } 

.contact-details-section .social-area{
    text-align: left;
    padding-top: 15px;
}
.contact-details-section .social-area a:first-child{
    margin-left: 0;
}
.contact-details-section span{
    width: 80px;
    margin-right: 25px;
    float: left;
    background: #1b365d;
    height: 80px;
    border-radius: 50%;
    padding: 17px;
}
.form-control:focus{
  border: 1px solid #ccc;
  box-shadow: none;
}
.map-area{
  width: 100%;
  display: flex;
}
.frm-area{
  width: 100%;
  display: flex;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  flex-direction: column;
  padding: 30px;
}
.frm-area:hover{
  -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, .14);
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, .14);
}
.frm-area h3{
  color: #000;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  text-align: center;
}
.inner-page-header .container{
  text-align: center;
  top: 70%;
}
.inner-page-header h2{
  text-align: center;
  max-width: 100%;
  text-transform: uppercase;
}
.inner-page-main-text{
  padding: 50px 0;
}
.inner-page-main-text h2{
  margin-top: 0;
}
.inner-page-main-text h3 {
    font-size: 30px;
    padding-top: 3px;
    letter-spacing: 2px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin: 20px 0;
    color: #1b365d;
}
.inner-page-header{
  width: 100%;
  display: inline-block;
  background: #1b365d;
  position: relative;
}
.inner-page-header img {
  width: 100%;
  height: 400px;
  opacity: 0.4;
  object-fit: cover;
}
.inner-page-header video{
  width: 100%;
  /*height: 400px;*/
  opacity: 0.5;
  object-fit: cover;
}
.inner-page-header video{
  margin-bottom: -6px;
}
.inner-page-header h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: "Inter", sans-serif;
  letter-spacing: 3px;
  font-size: 50px;
  color: #fff;
  margin: 0;
}
.about-page-area{
  width: 100%;
  display: inline-block;
  padding: 0 0 150px;
  background: #fff;
  position: relative;
  z-index: 999;
}
.about-page-area img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}
.about-page-area p{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1b365d;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 15px;
}
.about-page-area h2 {
    font-size: 36px;
    padding-top: 0;
    font-family: "Inter", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-weight: 500;
    max-width: 503px;
    line-height: 50px;
    color: #1b365d;
    margin-top: -11px;
}
.about-page-area.inner-page-main-text h2{
  margin-bottom: 20px;
}
.about-page-area.inner-page-main-text h2 {
    margin-bottom: 20px;
    max-width: 100%;
}



.services-area{
  width: 100%;
  display: flex;
  padding: 80px 0;
}
.services-area .project-panel{
  margin: 20px 0;
  background: #1b365d;
}
.services-area .project-text img {
    width: 31px;
    opacity: 1;
    height: 29px;
}
.services-details-area p{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1b365d;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 15px;
}
.services-details-area h2 {
    font-size: 36px;
    padding-top: 0;
    font-family: "Inter", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-weight: 500;
    max-width: 503px;
    line-height: 50px;
    color: #1b365d;
    margin-top: -11px;
}
.services-details-area{
  width: 100%;
  display: flex;
  padding: 60px 0;
}

.faq-area{
  width: 100%;
  display: flex;
  padding: 80px 0;
  position: relative;
}
.faq-area p {
    color: #1b365d;
    font-size: 14px;
    line-height: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.faq-area .collapse {
    padding: 0;
}
.faq-area .collapsing{
   border: 1px solid #1b365d;
   padding: 0;
}
.colleps-text{
  padding: 20px;
}
.faq-area .btn{
    color: #1b365d;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 16px;
    line-height: 27px;
    font-family: "Inter", sans-serif;
    background: transparent;
    border: none;
    text-wrap: wrap;
    text-align: left;
    box-shadow: none!important;
    border: 1px solid #1b365d;
    padding: 20px;
    width: 100%;
    border-radius: 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
.faq-area .btn{
    background: url(../images/plus.svg);
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: center right;
    margin: 20px 0 0;
}
.faq-area .btn[aria-expanded="false"] {
    background: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 50px;
}
.faq-area .btn[aria-expanded="true"] {
    background: url(../images/minus.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 25px;
    border-bottom: none;
}
.faq-area .collapse.show{
    border: 1px solid #1b365d;
    padding: 0;
}
.faq-area .collapse h3 , .faq-area .collapsing h3 {
  color: #1b365d;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 10px 0;
}
.faq-area .collapse ol li , .faq-area .collapsing ol li{
  color: #1b365d;
  font-size: 16px;
  line-height: 24px;
  list-style: disc;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}


.global-page-area{
  width: 100%;
  display: flex;
  padding: 60px 0 80px;
}
.global-page-area p{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1b365d;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 15px;
}
.global-page-area h2 {
    font-size: 36px;
    padding-top: 0;
    font-family: "Inter", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-weight: 500;
    max-width: 503px;
    line-height: 50px;
    color: #1b365d;
    margin-top: -11px;
}
.services-details-area .heading-area{
  justify-content: center;
  margin-bottom: 50px;
}


.blog-main-details-area{
    border: 1px solid #1b365d;
    border-radius: 10px;
    padding: 20px 35px;
    background: #fff;
    float: left;
    margin: 15px 0 30px 0;
}
.blog-main-details-area h2{
    font-size: 24px;
    line-height: 22px;
    letter-spacing: normal;
    font-weight: 500;
    color: #1b365d;
    font-family: "Inter", sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
}
.blog-main-details-area p{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.9px;
    font-weight: 400;
    color: #1b365d;
    margin-top: 0;
}
.blog-main-listing-area-right ul{
    padding: 0;
    margin: 0;
}
.blog-main-listing-area-right ul li{
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.blog-main-listing-area-right a{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.9px;
    font-weight: 500;
    color: #1b365d;
    text-decoration: none;
    padding-left: 20px;
}
.blog-main-listing-area-right ul li a:after{
   content: '\f105';
   font-family: FontAwesome;
   position:absolute;
   top:-2px;
   left: 0;
}
.blog-main-listing-area-right a:hover{
    text-decoration: none;
    color: #b9c9c8;
}
.blog-main-listing-area-right h3 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.8px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #1b365d;
    margin-top: 0;
}
.tab-small-section-text-right {
    width: 70%;
    float: left;
    padding-left: 15px;
    margin-top: 0;
}
.tab-small-section-image-right {
    width: 30%;
    float: left;
}
.tab-small-section-image-right img {
    width: 100%;
    height: 68px;
    object-fit: cover;
    border-radius: 5px;
}
.tab-small-section-text-right span {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.28px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    color: #b9c9c8;
}
.tab-small-section-right {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
}
.blog-main-listing-area-right {
    width: 100%;
    background: #fff;
    display: inline-block;
    border: 1px solid #1b365d;
    border-radius: 10px;
    margin-top: 15px;
    padding: 30px;
    margin-bottom: 15px;
}
.blog-main-listing-area-right {
    width: 100%;
    background: #fff;
    display: inline-block;
    border: 1px solid #1b365d;
    border-radius: 10px;
    margin-top: 15px;
    padding: 30px ;
    margin-bottom: 15px;
}
.blog-main-listing-area-right h2 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.5px;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: #1b365d;
    margin-top: 0;
    margin-bottom: 31px;
    text-transform: uppercase;
}
.blog-section-area {
    width: 100%;
    display: inline-block;
    padding: 70px 0;
}
.blog-main-details-area span {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.28px;
    color: #b9c9c8;
    font-weight: 500;
}
.blog-main-image img {
    width: 100%;
}
.blog-main-image {
    width: 100%;
    margin: 20px 0;
    display: inline-block;
}
/*.client-img img{
  width: 100%;
}*/
.client-img{
  margin: 15px 0;
}
#exampleModal .modal-dialog {
    max-width: 11b365dpx;
}
#exampleModal .modal-dialog img{
  width: 100%;
}
#exampleModal .btn-close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: -15px;
  background-color: #fff;
  top: -15px;
}
#exampleModal .btn-close:focus{
  outline: none;
  box-shadow: none;
}
.inner-page-main-text th{
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #1b365d;
}
.inner-page-main-text td{
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #1b365d;
  letter-spacing: 1px;
}
.inner-page-main-text tr td{
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer-menu1 .footer-social a{
  padding: 0;
  margin-top: 0;
  background: transparent;
  color: #fff;
  margin-right: 12px;
  font-size: 24px;
}





.menu-right-section{
  width: 48%;
  display: flex;
  align-items: center;
  gap:30px;
  justify-content: flex-end;
}

.menu-right-phone a{
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap:5px;
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
.menu-right-phone a i{
  position: relative;
  top: 3px;
  font-size: 30px;
}
.menu-right-get a{
  color: #1b365d;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  background: #27aae1;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 30px;
}
.menu-right-get a:hover{
  background: #1b365d;
  color: #fff;
}


.banner-bottom-area{
  width: 100%;
  display: flex;
  flex-direction: column;
}




.footer-menu1 a{/*
  color: #1b365d;*/
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 30px;
  font-size: 16px;
  font-family: "Inter", sans-serif;/*
  background: #27aae1;*/
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
}
.footer-menu1 a:hover {
  /*background: #fff;*/
  color: #27aae1;
}
.footer-menu1 .footer-logo a , .footer-menu1 .footer-logo a:hover{
  background: transparent;
  padding: 0;
  margin: 0;
}
.footer-social{
  width: 100%;
  display: flex;
  margin-top: 50px;
}


.footer-top{ width: 100%; display: block; background: #222441; padding: 30px 0 40px 0; color: #fff; position: relative; z-index: 9; }


.footer-logo img{
  width: 220px;
}
.footer-logo{
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.footer-panel-conract{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    letter-spacing: 1px;
}



/*.footer-top .col-lg-3:first-child{
  width: 36%;
  padding-right: 30px;
}
.footer-top .panel-3{
  width: 22%;
  padding-left: 30px;
}
.footer-top .panel-2{
  width: 18%;
}
.footer-top .col-lg-3:last-child{
  width: 24%;
}*/

.footer-menu strong{
  font-weight: 700;
}
.footer-menu h2 , .footer-menu1 h2{
  color: #fff;
  font-weight: 600; 
  font-size: 22px;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
}
.footer-menu p{
  color: #fff; 
  font-weight: 400; 
  font-size: 15px;
  line-height: 24px; 
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
}
.footer-details-area p{
  color: #fff; 
  font-weight: 400; 
  font-size: 15px;
  line-height: 24px; 
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
}
.footer-menu ul{
  display: block;
}
.footer-menu ul li a{
  padding: 0px;
  margin: 0px;
}
.footer-details-area{
  width: 100%;
  display: flex;
  padding: 50px 0 30px;
}
.footer-details-area .row{
  align-items: center;
}
.footer-menu{     font-size: 14px; font-weight: 400; line-height: 2.31; color: #323232;  }
.footer-menu ul {padding: 0; margin: 0;}
.footer-menu ul li {display: inline-block;  padding:6px 0; width: 100%;  }
.footer-menu ul li:last-child { border-bottom: none; }
.footer-menu ul li a {display: block; font-family: "Inter", sans-serif; font-weight: 400; color:#fff;   text-decoration: none; font-size: 14px; line-height: 20px; letter-spacing: 1px; }
.footer-menu ul li a:hover { color:#27aae1;  }
.footer-menu ul li img{ float: left; width: 15%; }
.footer-menu ul li span{ float: left; width: 80%; margin-left: 5%; line-height: 20px; }
.footer-menu a{ color: #fff; display: inline-block; text-decoration: none; }
.footer-menu i {
  font-size: 16px;
  margin-right: 15px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  min-height: 35px;
}
.footer-menu a:hover i{
  color: #27aae1;
}
.footer-social{
  width: 100%;
  display: flex;
  margin-top: 0;
  gap:30px;
  justify-content: center;
}
.footer-social img{
  width: 36px;
  border-radius: 5px;
}


.get-top-frm-area h2{
  color: #1b365d;
  margin: 0;
  font-size: 24px;
  letter-spacing: 1px;
  background: #27aae1;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 44px;
  text-align: center;
  font-family: "Inter", sans-serif;
  padding: 15px 0;
  border-radius: 15px 15px 0 0;
}
.get-frm-panel img{
  width: 100%;
  height: 120px;
  object-fit: contain;
  padding: 5px;
}
.get-frm-panel h4{
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  background: #27aae1;
  line-height: 30px;
  text-align: center;
  font-family: "Inter", sans-serif;
  padding: 10px 0;
  background: #1b365d;
  border-radius: 0 0 10px 10px;
  font-weight: 600;
}
.get-frm-area{
  background: #e8e9ee;
  border-radius: 20px;
  position: relative;
  margin-top: -100px;
  z-index: 99;
}
.get-top-frm-area .container{
  max-width: 1100px;
}
.get-frm-area h3{
  color: #1b365d;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  margin-left: 30px;
  font-family: "Inter", sans-serif;
}
.get-frm-panel-area{
  padding: 0 30px 30px;
  flex-direction: column;
}
.get-frm-area .nav-link{
  padding: 0;
  width: 19%;
}
.get-frm-area .nav-tabs .nav-item.show .nav-link, .get-frm-area .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
}
.get-frm-panel-area .nav-tabs{
  border: none;
  gap:10px;
  justify-content: space-between;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.get-frm-panel-area .nav-link.active h4{
  background: #27aae1;
}
.get-frm-panel-area .tab-content label{
  color: #1b365d;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}
.get-frm-panel-area .tab-content  .input-text{
  border: 1px solid #1b365d;
  color: #1b365d;
  border-radius: 5px;
  height: 45px;
}
.get-frm-panel-area .tab-content .form-select{
  border: 1px solid #1b365d;
  border-radius: 5px;
  background-color: transparent;
  color: #1b365d;
  height: 45px;
}
.get-frm-panel-area .tab-content .form-select:focus{
  box-shadow: none;
}
.get-frm-panel-area .tab-content>.tab-pane{
  padding: 15px 0 0 ;
}

.frm-btn-sec{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.frm-btn-1{
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.5px;
  background: #1b365d;
  text-decoration: none;
  border:none;
  padding: 12px 30px;
  border-radius: 5px;
}
.frm-btn-1:hover{
  background: #27aae1;
}
.home-bottom-sec h4{
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 30px;
  color: #1b365d;
}
.home-bottom-sec ol{
  padding: 0 0 0 15px;
  margin: 0;
}
.home-bottom-sec li{
  color: #1b365d;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  line-height: 26px;
  list-style: disc;
}




















.talk-secrion h2 {
  color: #27aae1;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}
.talk-secrion h2 span{
  color: #145085;
  display: block;
}
.talk-secrion {
  width: 100%;
  display: inline-block;
  padding: 0;
  background: #222441;
  position: relative;
  z-index: 999;
  text-align: center;
  margin-bottom: -10px;
}
.talk-secrion .talk-secrion-both {
  width: 100%;
  margin: 0 auto;
  background: #e9f7fc;
  position: relative;
  top: -75px;
  display: inline-block;
  border-radius: 15px;
  padding: 20px 20px;
}
.talk-secrion-both a , .access-btn{
  color: #fff;
  display: inline-flex;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: 0.1s;
  line-height: 24px;
  background: #1c70bb;
  border: none;
  gap:5px;
  align-items: center;
  letter-spacing: 0.5px;
  border-radius: 6px;
  padding: 12px 30px;
  font-family: "Inter", sans-serif;
}
.subscribe-btn , .btnwatchvideo{
  color: #fff;
  display: inline-flex;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  transition: 0.1s;
  line-height: 24px;
  background: #222441;
  border: none;
  gap:5px;
  align-items: center;
  letter-spacing: 0.5px;
  border-radius:4px;
  padding: 10px 20px;
  font-family: "Inter", sans-serif;
  height: 40px;
}
.subscribe-btn{
  background: #27aae1;
}
.subscribe-btn:hover , .btnwatchvideo:hover{
  opacity: 0.8;
}
.platinum-area-right{
  display: flex;
  align-items: center;
  gap:10px;
  width: 50%;
  justify-content: flex-end;
}
.btnwatchvideo i{
  font-size: 20px;
  margin-right: 6px;
}

.talk-secrion-btn-area {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.talk-secrion-both a.cl-num-btn{
  background: #222441;
}
.talk-secrion-both a.cl-num-btn i, .fa-phone{
  rotate: 157deg;
}
.talk-secrion-both .access-btn{
  background: #27aae1;
  opacity: 1;
}
.talk-secrion-both a.cl-num-btn:hover , .talk-secrion-both .access-btn:hover{
  opacity: 0.9;
}
.talk-secrion-both a.worksheet-btn{
  opacity: 0.9;
}
.talk-secrion-both a.worksheet-btn:hover{
  opacity: 1;
}
.cl-num-btn i{
  font-size: 17px;
}
.footer-panel-conract {
  width: 100%;
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.header-right-area{
  width: 29%;
  justify-content: flex-end;
  display: flex;
  gap:10px;
}
.header-right-area a {
  color: #fff;
  display: inline-flex;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: 0.1s;
  line-height: 24px;
  background: #278FBB;
  border: 1px solid #278FBB;
  gap: 5px;
  align-items: center;
  letter-spacing: 0.5px;
  border-radius: 5px;
  padding: 5px 15px;
  font-family: "Inter", sans-serif;
}
.header-right-area a:hover{
  background: #71B5D2;
  border: 1px solid #71B5D2;

}
.header-right-area a.call-header {
  color: #fff;
  display: inline-flex;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: 0.1s;
  line-height: 24px;
  background: transparent;
  border: 1px solid #fff;
  gap: 5px;
  align-items: center;
  letter-spacing: 0.5px;
  border-radius: 5px;
  padding: 5px 15px;
  font-family: "Inter", sans-serif;
}
.header-right-area a.call-header:hover{
  background: #fff;
  color: #145086;
}



.testmonial-area {
  width: 100%;
  display: flex;
  padding: 20px 0;
  background: #ffffff;
  justify-content: center;
  flex-direction: column;
}
.testmonial-area h2{
  color: #000;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.testmonial-area p{
  color: #000;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
}
.testmonial-text {
  margin: 20px 70px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1607843137);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1607843137);
  background: #fff;
  text-align: center;
  padding: 25px 50px;
  position: relative;
}
.testmonial-area p.name{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.testmonial-area p.title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.testmonial-area .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bfbfbf !important;
}
.testmonial-area .owl-dot:hover , .testmonial-area .owl-dot.active{
  background: #000 !important;
}
.testmonial-area .owl-dots{
  display: flex;
  justify-content: center;
  gap:10px;
  margin-top: 30px;
}
.testmonial-area .owl-carousel .owl-nav button.owl-next, .testmonial-area .owl-carousel .owl-nav button.owl-prev {
  color: #505050;
  font-size: 100px;
  font-weight: 200;
}
.video-area .owl-carousel .owl-nav button.owl-next, .video-area .owl-carousel .owl-nav button.owl-prev {
  font-size: 50px;
  background: #fff;
  padding: 10px !important;
  display: flex;
  color: #505050;
  font-weight: 300;
}


.testmonial-area .owl-carousel .owl-nav , .video-area .owl-carousel .owl-nav{
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.link-area ul{
  padding: 0;
  margin: 0;
}
.link-area li{
  display: block;
}
.link-area li a{
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #1c70bb;
  text-decoration: none;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
}


.news-area{
  width: 100%;
  display: flex;
  padding: 50px 0 10px;
  flex-direction: column;
}
.news-area h2 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
}
.news-panel{
  width: 100%;
  display: flex;
  margin: 5px 0;
  border-radius: 5px;
  overflow: hidden;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
}
.news-panel img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.news-text {
  width: 100%;
  display: flex;
  padding: 15px;
  flex-direction: column;
  min-height: 100px;
}
.news-text h3 {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
  min-height: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-text a {
  color: #fff;
  display: inline-flex;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  transition: 0.1s;
  line-height: 20px;
  background: #4e5067;
  border: none;
  align-items: center;
  letter-spacing: 0.5px;
  border-radius: 5px;
  padding: 6px 10px;
  font-family: "Inter", sans-serif;
  width: fit-content;
  margin-top: 0;
  text-transform: capitalize;
}
.news-text a:hover{
  background: #d4a431;
}


.discover-area {
  width: 100%;
  display: flex;
  padding: 28px 0 50px;
  flex-direction: column;
}
.discover-area h2 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
}
.discover-panel{
  border: none !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
}
.discover-panel p{
  color: #000;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  font-family: "Inter", sans-serif;
}
.discover-area h3 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}
.footer-details-area img{
  width: 100%;
  max-width: 200px;
}
.discover-panel a {
  color: #fff;
  display: inline-flex;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  transition: 0.1s;
  line-height: 20px;
  background: #1c70bb;
  border: none;
  align-items: center;
  letter-spacing: 0.5px;
  border-radius: 6px;
  padding: 10px 25px;
  font-family: "Inter", sans-serif;
  margin-top: 10px;
}
.brand-area{
  width: 100%;
  display: flex;
  padding: 30px 0;
}
.brand-area img{
  width: 200px;
  height: 100px;
  object-fit: contain;
}
.video-area{
  width: 100%;
  display: flex;
  padding: 50px 0 10px;
  flex-direction: column;
}
.video-area h2 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.5px;
  text-align: center;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}
.video-area p{
  color: #000;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  font-family: "Inter", sans-serif;
  max-width: 1020px;
  margin: 0 auto;
}
.video-panel{
  /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13), 0 1px 5px 0 rgba(0, 0, 0, 0.08);*/
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  margin: 3px;
  border-radius: 12px;
}
.video-panel:hover{
  box-shadow: 0 2px 8px 1px rgba(0,0,0,.14);
}
.video-area .owl-stage{
  padding: 15px 0;
}
.video-panel:hover img{
  transform: scale(1.2);
}
.video-panel p{
  color: #000;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  font-family: "Inter", sans-serif;
}
.video-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 20px;
}
.video-area h3 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  min-height: 50px;
}
.v-img-area img{
  height: 200px;
  object-fit: cover;
  width: 100%;
  transition: 0.3s;
}
.v-img-area i {
  font-size: 59px;
  color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 50%;
}
.v-img-area{
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.project-info-line{
  color: #000;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  font-family: "Inter", sans-serif;
}
.project-info-line i{
  margin-right: 6px;
}
#owl-demo1{
  margin-top: 20px;
}
.home-blog-area{
  width: 100%;
  display: flex;
  padding: 0;
  flex-direction: column;
}
.home-blog-area h2 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.5px;
  text-align: center;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}
.home-blog-area p{
  color: #000;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  font-family: "Inter", sans-serif;
  max-width: 1020px;
  margin: 0 auto;
}
.home-blog-area .row{
  margin-top: 30px;
}
.platinum-area {
  width: 100%;
  display: flex;
  max-width: 776px;
  border-radius: 10px;
  padding: 20px;
  background: #1c70bb;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.platinum-area-left{
  text-align: left;
  width: 50%;
}
.platinum-area-left h3{
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 24px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
}
.platinum-area-left p{
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 25px;
  font-family: "Inter", sans-serif;
}
.project-panel {
  width: 100%;
  display: flex;
  margin: 12px 0;
  border-radius: 6px;
  overflow: hidden;
  flex-direction: column;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  min-height: 395px;
}
.project-panel a{
  text-decoration: none;
}
.project-panel img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.project-img{
  width: 100%;
  display: flex;
  position: relative;
}
.tag{
  position: absolute;
  top: 11px;
  right: 16px;
  color: #fff;
  font-weight: 400;
  background: #e84759;
  font-size: 14px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  padding: 3px 10px;
  border-radius: 4px;
}
.project-text h3 {
  color: #145085;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.project-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 12px 10px;
  gap: 4px;
}
.project-text-panel{
  width: 100%;
  display: flex;
  color: #495057;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  font-family: "Inter", sans-serif;
  gap:7px;
}
.project-text-panel i {
  font-size: 13px;
  margin-right: 4px;
  background: #495057;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  height: 25px;
}
.project-text a {
  color: #fff;
  display: inline-flex;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  transition: 0.1s;
  line-height: 20px;
  background: #4e5067;
  border: none;
  align-items: center;
  letter-spacing: 0.5px;
  border-radius: 3px;
  padding: 6px 15px;
  font-family: "Inter", sans-serif;
  width: fit-content;
  margin-top: 0;
}
.project-text a.request-btn {
  background: #e84759;
}
.project-text a:hover{
  background: #d4a431;
}
.project-text a.request-btn:hover{
  background: #4e5067;
}

.tab-section{
  width: 100%;
  display: flex;
  padding: 80px 0 0 0;
}
.tab-section .nav-pills .nav-link{
  background: #D1D1D1;
  padding: 11px 24px;
  border-bottom: 3px solid #D1D1D1;
  color: #222441!important;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0px;
}
.tab-section .nav-pills .nav-link.active{
  color: #1c70bb!important;
  border: none;
  border-bottom: 3px solid #27aae1;
}
.tab-section .nav-pills {
  /* border-bottom: 3px solid #D1D1D1; */
  gap: 2px;
  justify-content: center;
}
.more-project{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.more-project a{
  color: #fff;
  display: inline-flex;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  transition: 0.1s;
  line-height: 24px;
  background: #27aae1;
  border: none;
  gap: 5px;
  align-items: center;
  letter-spacing: 0.5px;
  border-radius: 6px;
  padding: 12px 30px;
  font-family: "Inter", sans-serif;
}
.more-project a:hover{
  opacity: 0.9;
}
.recent-project-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  margin-bottom: 65px;
}
.recent-project-area h2{
  color: #000;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 0;
  background: #fff;
  letter-spacing: 0.5px;
  text-align: left;
  position: relative;
  z-index: 99;
  padding-right: 15px;
  font-family: "Inter", sans-serif;
}
.location-dropdown {
  position: relative;
  z-index: 99;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 50px;
}
.select2-container .select2-selection--single {  
  height: 50px !important;
}
.select2-results__option {  
  color: #000;
}
.recent-project-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 16px;
}
.recent-project-heading .dropdown-toggle {
    min-width: 198px;
    border: 1px solid #000;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.recent-project-heading:after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background: #1c70bb;
  content: '';
}
.tab-section-1{
  padding-top: 28px;
}
.form-panel-1{
  width: 100%;
  border-radius: 5px;
}
.form-panel-2 , .form-panel-3 , .form-panel-4 , .form-panel-5 , .form-panel-6 , .form-panel-7{
  width: 100%;
  border-radius: 5px;
}
.banner-frm-area form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 1100px;
  margin: 24px auto 0;
}
.input-text{
  border:none;
  height: 50px;
  border-radius: 5px;
}
.input-text:hover , .input-text:focus{
  border:none;
}
.banner-frm-area .dropdown-toggle {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.iti {
  width: 100%;
}
.iti__country-list {
  z-index: 1056;
}
.modal-area label, .frm-area label {
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: "Inter", sans-serif;
  color: #212529;
  font-weight: 400 !important;
}
.modal-area .input-text , .modal-area .textarea , .modal-area #phone{
  border:1px solid #6c757d;
  font-size: 14px;
  height: 45px;
}
.modal-area .textarea{
  height: 90px;
  resize: none;
}
.frm-area .input-text , .frm-area .textarea , .frm-area #phone{
  border:1px solid #6c757d;
  font-size: 14px;
  height: 45px;
}
.frm-area .textarea{
  height: 130px;
  resize: none;
}

.btn-close:focus{
  box-shadow: none;
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  color: #6c757d;
  font-size: 14px;
}
.iti__flag-box, .iti__country-name{
  color: #6c757d;
  font-size: 14px;
}
.modal-area .modal-footer {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.modal-area .modal-footer a {
  background: #3db3e4;
  padding: 9px 15px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.modal-area .modal-footer a.wp-m {
  color: #fff;
  background: #146c43;
  padding: 9px 15px;
  display: flex;
  gap:6px;
  align-items: center;
}
.modal-area .modal-footer a i {
  font-size: 14px;
}
.modal-area .modal-footer , .modal-area .modal-body , .modal-area .modal-header{
  padding: 15px!important;
}
.backgrond-area-bottom {
  width: 100%;
  display: flex;
  background: #f8f9fa;
  flex-direction: column;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 90px;
}
.form-panel-2 , .form-panel-3{
  position: relative;
  z-index: 9999;
}

/*.terms-container , .privacy-policy{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 100px 0 150px;
}*/
.terms-container main, .privacy-policy main{
  padding: 30px 0 0 0;
}
.page-id-346938 main{
  padding: 30px 0 0 0;
}
.terms-container h2, .privacy-policy h2, .page-id-346938 h2 {
  /* color: #000; */
  font-weight: 700;
  font-size: 24px;
  /* line-height: 34px; */
  /* letter-spacing: 0.5px; */
  font-family: "Inter", sans-serif;
  /* margin-bottom: 40px; */
}
.terms-container h3, .page-id-346938 h3{
  /*color: #000;*/
  font-weight: 600;
  font-size: 28px;/*
  line-height: 30px;
  letter-spacing: 0.5px;*/
  font-family: "Inter", sans-serif;
  /*margin-bottom: 40px;*/
}
.terms-container p , .privacy-policy p, .page-id-346938 p{
  /*color: #212529;*/
  font-weight: 400;
  font-size: 16px;/*
  line-height: 25px;*/
  font-family: "Inter", sans-serif;
  margin: 0 0 16px;
}
/*.terms-container ul , .privacy-policy h2{
  padding: 0;
  margin: 10px 0 25px;
}
.terms-container li , .privacy-policy li{
  color: #212529;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  padding-left: 40px;
  display: block;
  position: relative;
}*/
/*.terms-container li:before , .privacy-policy li:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/li-icon.svg);
  background-size: cover;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
}*/
.terms-container a{
  color: #1c70bb;
  text-decoration: none;
}

.commercial-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 0 120px;
}
.commercial-area h2{
  color: #212529;
  font-weight: 600;
  font-size: 40px;
  line-height: 34px;
  letter-spacing: 0.5px;
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
}
.mobile-tab-section{
  width: 100%;
  display: flex;
  padding: 50px 0;
}
.mobile-tab-colleps-btn {
  width: 100%;
  border: 1px solid #1c70bb;
  background: #d2e2f1;
  color: #1c70bb!important;
  padding: 15px 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 16px;
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 20px;
}
.mobile-tab-colleps-btn[aria-expanded="false"]{
  transform: rotate(0);
}
.mobile-tab-colleps-btn[aria-expanded="true"]{
  background-image: url(../images/up.png);
}
.mobile-tab-section-1{
  padding-top: 0;
}

.mobile-show{
  display: none!important;
}
.desktop-show{
  display: block!important;
}
.mobile-two-btn-area{
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px;
  gap:10px;
  left: 0;
  background: #fff;
  z-index: 9999999;
}
.mobile-access-btn , .mobile-contact-btn{
  color: #fff!important;
  display: inline-flex;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: 0.1s;
  line-height: 24px;
  background: #1c70bb;
  border: none;
  gap: 8px;
  align-items: center;
  letter-spacing: 0.5px;
  border-radius: 6px;
  padding: 5px;
  font-family: "Inter", sans-serif;
  width: 100%;
  justify-content: center;
}

.mobile-contact-btn{
  background: #198754;
}
.mobile-access-btn i , .mobile-contact-btn i{
  font-size: 16px;
}
.conract-us-area{
  width: 100%;
  padding: 50px 0;
  display:flex;
  flex-direction: column;
}
.map-frm-area {
  width: 100%;
  padding: 0 0 120px 0;
  display: flex;
}
.conract-us-area h2{
  color: #222441;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
  text-align: center;
}
.conract-panel {
  background-color: #e9ecef;
  padding: 30px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  border-radius: 10px;
  color: #222441;
  font-weight: 700;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  min-height: 170px;
}
.conract-panel a{
  color: #222441;
  text-decoration: none;
}
.conract-panel i {
  font-size: 27px;
  margin-bottom: 10px;
}
.conract-us-top{
  max-width: 850px;
  margin: 0 auto;
}
.ajax-page-area{
  width: 100%;
  display: flex;
  padding: 80px 0;
}
.ajax-details-area{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ajax-img img{
  width: 100%;
}
.ajax-text h3 {
  color: #222441;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
  position: relative;
  z-index: 99;
  background: #fff;
  padding-right: 10px;
}
.ajax-text p{
  color: #222441;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
}
.ajax-details-area h2{
  color: #222441;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 50px;
  font-family: "Inter", sans-serif;
  margin-bottom: 50px;
}
.ajax-heading {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}
.ajax-heading:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background: #1c70bb;
  content: '';
}
.resources-area{
  width: 100%;
  display: flex;
  padding: 60px 0 150px;
}
.resources-panel{
  width: 100%;
  background-color: #222441;
  position: relative;
  display: flex;
  margin: 12px 0;
  flex-direction: column;
}
.resources-panel img{
  width: 100%;
  height: 320px;
  opacity: 0.5;
  object-fit: cover;
  transition: 0.2s;
}
.resources-panel:hover img{
  opacity: 0.7;
}
.resources-area h2{
  color: #222441;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 50px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}
.resources-panel h3{
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
}
.resources-panel a , .resources-panel a:hover{
  text-decoration: none;
  color: #fff;
}
.blog-area {
  width: 100%;
  display: flex;
  padding: 50px 0 100px;
}
.blog-area h2{
  color: #222441;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 50px;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.blog-title{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.blog-title .dropdown-toggle {
  min-width: 198px;
  border: 1px solid #000;
  justify-content: space-between;
  display: flex;
  align-items: center;
}


.web-area{
  width: 100%;
  display: flex;
  padding: 60px 0 150px;
}
.web-area h2{
  color: #222441;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 50px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}
.web-title{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.web-title .dropdown-toggle {
  min-width: 198px;
  border: 1px solid #000;
  justify-content: space-between;
  display: flex;
  align-items: center;
}


.newsevents-area{
  width: 100%;
  display: flex;
  padding: 60px 0 150px;
}
.newsevents-area h2{
  color: #222441;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 50px;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}
.news-text .project-text-panel{
  margin-bottom: 12px;
}
.news-text .project-text-panel:last-child{
  margin-bottom: 0;
}
.list-frm-area {
  width: 100%;
  display: flex;
  padding: 50px 0 120px;
  background: #f8f9fa;
}
.list-frm-area h2 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.list-frm-area h3{
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.list-frm-area img{
  width: 100%;
}
.list-frm-area label {
  font-size: 14px;
  line-height: 16px;
  font-family: "Inter", sans-serif;
  color: #212529;
  margin-bottom: 5px;
}
.list-frm-area .input-text , .list-frm-area  .textarea {
  border: 1px solid #6c757d;
  font-size: 14px;
  height: 45px;
  background: transparent;
}
.list-frm-area p{
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  color: #212529;
  margin-bottom: 5px;
}
.list-frm-area .input-text-1{
  border: 1px solid #6c757d;
  background: transparent;
}
.list-frm-area .form-group {
    margin-bottom: 2px;
}
.project-btn-area{
  width: 100%;
  display: flex;
  gap:10px;
  justify-content: space-between;
}
.ass-area {
  padding-bottom: 55px;
}
.sticky-request{
  position: fixed;
  left: 100%;
  top: 50%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg) translateX(-50%);
    z-index: 99999999;
}
.sticky-request a{
  color: #fff;
  display: inline-flex;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: 0.1s;
  line-height: 24px;
  background: #1c70bb;
  border: none;
  gap: 5px;
  align-items: center;
  letter-spacing: 0.5px;
  border-radius: 4px;
  padding: 12px 30px;
  font-family: "Inter", sans-serif;
  opacity: 0.9;
  min-width: 200px;
  justify-content: center;
}
.sticky-request a:hover{
  opacity: 1;
}

.our-project-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px 0 60px;
}
.our-project-area h2{
  color: #212529;
  font-weight: 600;
  font-size: 40px;
  line-height: 34px;
  letter-spacing: 0.5px;
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
  text-align: center;
}
.our-project-frm-area{
  width: 100%;
  display: flex;
}
.our-project-area form {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: 0 auto 30px;
}
.our-project-area .input-text {
  border: 1px solid #b2b2b2;
  height: 50px;
  border-radius: 5px;
}
.our-project-area .dropdown-toggle {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #b2b2b2;
}
.form-panel-1{
  width: 100%;
  border-radius: 5px;
}
.form-panel-2, .form-panel-3, .form-panel-4, .form-panel-5, .form-panel-6, .form-panel-7 {
  width: 100%;
  border-radius: 5px;
}
.project-map-area{
  height: 100vh;
  position: sticky;
  top: 0;
}
.our-project-area .project-panel{
  margin: 0 0 20px;
}
.select2-search.select2-search--dropdown {
    padding: 8px;
    background: #f8f9fa;
}

.select2-search.select2-search--dropdown .select2-search__field {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
}

.gform_wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.gform_wrapper ul li:not(.iti__country) {
    margin: 0 0 0.5rem 0;
    position: relative;
}

.gform_wrapper .gform_validation_errors {
    display: none;
}

.gform_wrapper .gform_submission_error {
    font-size: 1.25rem;
}

.gform_wrapper .gform-body .gform_fileupload_rules {
    font-size: 0.75rem;
}

.gform_wrapper .gform-body .gform-field-label {
    font-size: 0.875rem;
}

/* Form Inputs */
.gform_wrapper .gform-body .ginput_container input, .gform_wrapper .gform-body .ginput_container textarea, .gform_wrapper .gform-body .ginput_container select, .gform_wrapper .gform-body .ginput_container .gform_fileupload_multifile {
  border: 1px solid #c2ccd4 !important;
  border-radius: 3px;
}

/* Textarea height */
.gform_wrapper .gform-body .ginput_container textarea {
  max-height: 70px;
  border-radius: 3px;
}

.gform_wrapper .gform-body .gform_validation_container {
    display: none !important;
}

.gform_wrapper .gform-body .gfield_validation_message {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-danger);
}

/* Submit Button */
.gform_wrapper .gform_footer .gform_button {
    width: 100%;
}
.gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: 1px solid #c2ccd4 !important;
  font-size: 14px !important;
  height: 38px;
  border-radius: 3px;
  width: 100%;
}


#gform_wrapper_16 .gform_button {
  width: 100%;
  border: none;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 10px 0;
  font-weight: 500;
  color: #fff;
  background: #27aae1;
  transition: 0.3s;
  text-align: center;
}
#gform_wrapper_16 .gform_button:hover{ background:#222441; color: #fff;}




.singel-row {
  width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__clear {  
  height: 47px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px !important;
}
.banner-frm-area .form-control{
  height: 50px;
}
.banner-frm-area .form-group {
  margin-bottom: 0px;
}
.singel-row .col-6, .singel-row .col-3 {
  padding: 0 4px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
}

.custom-modal .modal-dialog {
  max-width: 800px !important;
}
.btn-close {
  background-color: #27aae1;
  color: #fff;
  border-radius: 50%;
  opacity: 1;
  min-width: 15px;
  height: 15px;
  padding: 4px !important;
  background-size: 10px !important;
}
.modal-title {
  color: #145085;
  font-weight: 600;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  padding-right: 20px;
  line-height: 1.3;
}
.blog-area .dropdown-toggle{
  float: right;
}
.blog-title .location-dropdown{
  width: 200px;
}


.recent-project-heading .location-dropdown {
  width: 225px;
  background: #fff;
  padding-left: 20px;
}

.img-responsive{
  max-width: 100%;
}
.project-names {
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 30px;
}
.pro-image-area {
  position: relative;
}
.pro-image-area img{
  width: 100%;
}
.pr-dtls {
  position: absolute;
  bottom: 0px;
  background: rgba(0,0,0,0.5);
  padding: 10px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pr-dtls span{
  color: #fff;
  font-size: 16px;
}
.pr-dtls span a{
  color: #fff;
  text-decoration: none;
}
.pr-dtls span a:hover{
  text-decoration: underline;
}
.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 40px;
}
.key-details p{
  font-size: 16px;
  color: #000;
}
.keys{
  padding: 0px;
}
.keys li {
  font-size: 16px;
  color: #000;
  margin-bottom: 13px;
  list-style: none;
}
.keys li .fa{
  color: #1c70bb;
}
.pdf-links{
  padding: 0px;
}
.pdf-links li{
  list-style: none;
  margin-bottom: 10px;
  color: #1c70bb;
  font-size: 16px;
}
.pdf-links li a{
  color: #1c70bb;
  text-decoration: none;
}
.pdf-links li a:hover{
  color: #000;
  text-decoration: underline;
}
.our-project-area p{
  color: #000;
}
.Subscribe-btn{
  opacity: 0.9;
}
.Subscribe-btn:hover{
  opacity: 1;
  color: #fff;
}
.pro-image-area .access-btn{
  color: #fff;
  font-weight: 400;
  background: #e84759;
  font-size: 14px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  padding: 3px 10px;
  border-radius: 4px;
}
/*.right-border-line{
  position: relative;
}
.right-border-line span {
  background: #fff;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 3;
}
.right-border-line::after{
  position: absolute;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: #1c70bb;
}*/
.extra-cta {
  border: 1px solid #e84759;
  border-radius: 50px;
  padding: 5px 11px;
  color: #e84759;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  margin-left: 8px;
  min-width: 156px;
}
.extra-cta:hover {
  border: 1px solid #e84759;
  background: #e84759;
  color: #fff;
}
.modal-area .modal-header, .modal-area .modal-footer {
  padding: 10px 20px !important;
  background: #fff;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 4px !important;
}
body .gform_legacy_markup_wrapper ul li.gfield {
  margin-top: 7px !important;
}
.gform_legacy_markup_wrapper .gform_footer {
  padding: 0px 0 0px 0 !important;
  margin: 0px 0 0 0 !important;
}
.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important;
}
.gform_legacy_markup_wrapper {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
#gform_wrapper_16 .gform_button{
  margin: 0px !important;
}
.banner-area {
margin-bottom: 60px;
}
.page-number {
  padding: 10px 17px;
  background: #145086;
  color: white;
  text-decoration: none;
  font-size: 17px;
  border-radius: 3px;
}
.page-number.active, .page-number:hover{
  background: #1c70bb;
  color: white;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: 15px !important;
  font-weight: 400 !important;
}
.gform_wrapper.gravity-theme .gform_fields { 
  grid-row-gap: 3px !important;
}
.gform_wrapper.gravity-theme .gfield textarea{
  background: #fff;
}
.gform_wrapper.gravity-theme .gform_drop_area {
  background: white !important;
  border: none !important;
  margin-bottom: 0 !important;
  padding: 10px !important;
  height: 44px;
  text-align: left !important;
  font-size: 15px !important;
}
.gform_wrapper.gravity-theme .gform_button_select_files{
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 44px;
  border: none;
  color: #fff;
  background: #000;
  padding: 0 15px;
}
.gform_wrapper.gravity-theme .gform_drop_instructions {
  color: black !important;
}
.gform_wrapper.gravity-theme .gform_fileupload_rules {
  margin-top: 3px !important;
  color: black !important;
}

#field_8_15 h2 {
  margin-bottom: 5px !important;
  font-size: 22px;
  margin: 12px 0 0 0;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-full {
  color: black;
}
.gform_wrapper .gform_footer .gform_button{
  color: #fff !important;
  display: inline-flex;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: 0.1s;
  line-height: 24px;
  background: #1c70bb;
  border: none;
  gap: 8px;
  align-items: center;
  letter-spacing: 0.5px;
  border-radius: 6px;
  padding: 12px;
  font-family: "Inter", sans-serif;
  width: 100%;
  justify-content: center;
}
.image-slide img{
  max-width: 100%;
}
.key-details, .our-project-area {
  color: black;
}
.project-map-area form{
  display: block !important;
}
.gform_button {
  width: 100% !important;
  margin-right: 0px !important;
}
.single-stiky-frm {
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 2px 8px 1px rgba(0,0,0,.14);
  padding: 1rem !important;
  border-radius: 8px;
}
.title-bar h1 {
  margin: 40px 0 25px 0;
}
.image_and_content .smush-dimensions{
  max-width: 100%;
  margin-bottom: 25px;
}
.single-author h2.section-title {
  position: relative;
}
.single-author h2.section-title:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: #1c70bb;
}
.single-author h2.section-title span {
  background: #fff;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 3;
}
.single-author .recent-project-area{
  padding-bottom: 60px;
}
.single-post .wp-post-image{
  width: 100%;
}
.single-post .our-project-area {
  padding: 30px 0 30px;
  margin-bottom: 50px;
}
.single-post .breadcrumb {
  font-size: 16px;
  margin: 15px 0;
  display: block;
  color: #000;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
/*.blogpost .breadcrumb {
  margin-top: 25px;
}*/
.blogpost header h1, .blogpost header span {
  text-align: left;
}
.blogpost header span{
  margin-bottom: 0px !important;
}
.single-post .our-project-area h2 {
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.2;
}
.single-post .our-project-area p img {
  max-width: 100%;
  height: auto;
}
.single-post .sidebar-content {
  margin-top: 60px;
  position: sticky;
  top: 100px;
}
.single-post .sidebar-content h3 {
  margin-bottom: 20px;
  font-weight: 600;
}
.single-post .sidebar-content ul{
  padding: 0px;
}
.single-post .sidebar-content ul li {
  margin-bottom: 15px;
  list-style: none;
  position: relative;
  padding-left: 0px !important;
}
.single-post .post-content ul li{
  list-style: none;
  position: relative;
  padding-left: 25px !important;
  margin-bottom: 4px;
  font-size: 16px;
}
.single-post .post-content ul{
  padding-left: 0px;
}
.single-post .post-content ul li::after {
  position: absolute;
  content: "";
  left: 0px;
  top: -6px;
  width: 24px;
  height: 37px;
  display: inline-block;
  background: url(https://therealtybulls.com/wp-content/uploads/2026/03/list-img.png) no-repeat left center;
  background-size: 16px;
}
.single-post header{
  padding-top: 0px !important;
}
body main ul:not(.menu):not(.slick-dots):not(.gform_fields):not(.footer_link) {
  list-style-type: none;
  padding-left: 0;
}
body main ul:not(.menu):not(.slick-dots):not(.gform_fields):not(.footer_link) li:not(.ticker-single) {
  padding-bottom: 8px;
  position: relative;
  font-size: 14px;
}
.single-post .sidebar-content .post-content {
  display: flex;
  gap: 1rem;
}
.single-post .sidebar-content .post-content .post-thumbnail img {
  width: 70px !important;
  height: 70px !important;
  max-width: 100px;
}
.our-project-area p, .our-project-area h3, .our-project-area h4 {
  color: #000;/*
  word-break: break-all;*/
  word-wrap: break-word;
  text-align: left !important;
}
.our-project-area h2 {
  word-wrap: break-word;
  word-break: break-word;
  text-align: left !important;
}
.page-numbers {
  background: rgb(29, 111, 185);
  color: white;
  font-size: 16px;
  padding: 5px 10px;
}
.page-numbers.current{
  color: white;
  background: #27aae1;
}
.page-numbers:hover{
  color: white;
  background: #27aae1;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
  max-height: 70px;
}






@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 110px;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  align-content: center;
  padding: 2px 0;
}
.slide img {
  width: 85%;
  /*height: 100%;*/
  object-fit: contain;
}
.quick_points h2{
  color: #fff;
}
.quick_points h2.section-title span{
  background:#222441;
  color: #fff;
}
section.quick_points .point-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.quick_points .point-cols .point-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 15px;
}
section.quick_points.bg-dark .point-col {
  background: 0 0;
  padding-bottom: 0;
}
section.quick_points .point-cols .point-col.point-col-3 {
  width: calc(33.33333% - 15px);
}
section.quick_points .point-cols .point-col .point-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 27px;
  margin-bottom: 20px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
section.quick_points.bg-dark .point-col .point-icon {
  border: 2px solid #278fbb;
  color: #278fbb;
}
section.quick_points .point-cols .point-col:hover > .point-icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
section.quick_points .point-cols .point-col .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
section.quick_points .point-cols .point-col p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
section .portrait-single .portrait-image {
  overflow: hidden;
  border: 4px solid transparent;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  border-radius: 50%;
  margin-bottom: 15px;
}
section .portrait-single .portrait-image:hover {
  border-color: #1c70bb;
}
section .portrait-single .h3, section.portraits .portrait-single h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 5px;
}
section .portrait-single .portrait-image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
section .portrait-single .portrait-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  width: 280px;
  height: 280px;
}

.rounded-4.bg-transparent .bg-warning {
  background-color: #FFF8EC !important;
}
.commercial-area .rounded-4.bg-transparent h2 {
  margin-bottom: 20px;
}
.news_event_post {
  padding: 40px 0;
}
.new_event_banner {
  height: 150px;
  padding: 50px 0;
  position: relative;
}
.new_event_banner::after{
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
.new_event_banner h1{
  color: #fff;
  position: relative;
  z-index: 3;
}

.breadcrumb {  
  align-items: center;
  gap: 7px;
}
.type-event img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto !important;
}
.quick_points.bg-dark.my-5 {
  background: #222441 !important;
}
.resources-grid, section.tabbable_content, .single-resources .generic_content {
  padding-bottom: 100px;
}
.resource-link {
  position: relative;
  height: 320px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.resource-link img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.resource-link .img-overlay {
  position: absolute;
  background-color: #222441;
  width: 100%;
  height: 100%;
  opacity: .7;
  z-index: 2;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
}
.resource-link h2 {
  position: absolute;
  padding: 40px;
  bottom: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  z-index: 3;
  font-size: 24px;
}
.resource-link:hover .img-overlay {
  opacity: .45;
}


section.tabbable_content h2, .single-resources .generic_content h2 {
  margin-bottom: 35px;
  font-size: 25px;
  font-weight: 600;
  padding-top: 15px;
  text-align: center;
}
section.tabbable_content .tab-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.tabbable_content .tab-bar .tab-control {
  margin: 0 15px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  padding: 15px 35px;
  font-size: 16px;
  background: 0 0;
  color: #505050;
  line-height: 1;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
section.tabbable_content .tab-bar .tab-control.active {
  background: #222441;
  color: #fff;
}

.single-resources .image_content ul li{
  padding-left: 40px;
  padding-bottom: 8px;
  position: relative;
  font-size: 14px;
}
.single-resources .image_content ul li::after{
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/li-icon.png);
  background-size: cover;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
}
.dual_content_boxes h2, .dual_image_links h2{
  margin-bottom: 35px;
  font-size: 25px;
  font-weight: 600;
  padding-top: 15px;
  text-align: center;
}
.dual-box {
  padding: 30px;
  text-align: left;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.1607843137);
  box-shadow: 0 10px 30px rgba(0,0,0,.1607843137);
  height: 100%;
}
.dual-box h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.dual-box ul li{
  padding-left: 40px;
  padding-bottom: 8px;
  position: relative;
  font-size: 14px;
}
.dual-box ul li::after{
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/li-icon.png);
  background-size: cover;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
}
.dual_image_links .container a {
  display: block;
  height: 380px;
  position: relative;
  margin-bottom: 90px;
}
.dual_image_links .container a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dual_image_links .container a .link-button {
  position: relative;
  height: 90px;
  width: 80%;
  background-color: #222441;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: Oswald,sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.dual_image_links .container a:hover .link-button {
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
  color: #1c70bb;
}
.dual_image_links{
  margin-bottom: 100px;
}

.single-resources .full_width_title_and_content h2, .quick_points h2{
  margin-bottom: 35px;
  font-size: 25px;
  font-weight: 600;
  padding-top: 15px;
  text-align: center;
  color: #000;
}
.single-resources .gallery-slider iframe{
  width: 100%;
  height: 550px;
}
.single-resources .quick_points .point-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-resources .quick_points .point-cols .point-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 15px;
  margin: 0 7.5px 30px;
}
.single-resources .quick_points .point-cols .point-col.point-col-3 {
  width: calc(33.33333% - 15px);
}
.single-resources .quick_points.bg-light .point-col, .quick_points.bg-white .point-col {
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.1607843137);
  box-shadow: 0 10px 30px rgba(0,0,0,.1607843137);
}
.single-resources .quick_points .point-cols .point-col .point-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 38px;
  margin-bottom: 20px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  background-color:#327dc1;
  color: #fff;
}
.single-resources .quick_points .point-cols .point-col .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
.single-resources .quick_points .point-cols .point-col:hover > .point-icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gravity_form{
  margin-bottom: 100px;
}
.gravity_form h2{
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.accordion .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 40px;
}
section.accordion .accordion-container .accordion-single {
  padding: 20px 40px;
  border-left: 7px solid #222441;
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1333333333);
  box-shadow: 0 10px 20px rgba(0,0,0,.1333333333);
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
section.accordion .accordion-container .accordion-single button {
  display: block;
  width: 100%;
  border: none;
  position: relative;
  margin: 0;
  font-weight: 500;
  font-size: 1em;
  cursor: pointer;
  text-transform: none;
  background: 0 0;
  color: #000;
  text-align: left;
  padding: 0;
  font-size: 15px;
}
section.accordion .accordion-container .accordion-single button .fa-chevron-down {
  display: block;
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 4px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
section.accordion .accordion-container .accordion-single.active {
  border-color: #1c70bb;
}
section.accordion .accordion-container .accordion-single.active button .fa-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #1c70bb;
}
section.accordion .accordion-container .accordion-single .accordion-content {
  display: none;
  padding-top: 20px;
  color: #434343;
}
section.accordion .accordion-container .accordion-single .accordion-content > :last-child {
  margin-bottom: 0;
}
section.accordion .accordion-container .accordion-single .accordion-content > :first-child {
  margin-top: 0;
}

section.accordion .accordion-container .accordion-single.active .accordion-content{
  display: block;
}
section.accordion{
  margin-bottom: 100px;
}

.slider:hover .slide-track {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.filters-container {
  display: grid;
  margin: 0 10px;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  padding: 0;
}
.filter-dropdown select {
  background: #fff;
  border: 1px solid #afadad;
  border-radius: 4px;
  height: 39px;
}
.property-area {
  margin-bottom: 100px;
}
.property-area .blog-title h2{
  margin-top: 40px;
}
.drop-menu {
  position: relative;
  padding-right: 8px !important;
}
.drop-menu::after {
  content: "";
  position: absolute;
  right:5px;
  top: 24px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
.drop-menu:hover::after{
  border-top: 5px solid #27aae1;
}

.page-id-651013 .bg-secondary {
  background-color: #E9F6FC !important;
  margin-bottom: 15px;
  border-radius: 10px;
}
.page-id-651013 .bg-secondary h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
}
.page-id-651013 h3 {
  font-size: 1.25rem;
  margin-top: 10px;
}
.category-otherlistings .filters-container {
  margin: 0px;
  margin-bottom: 20px;
}
/*.category-otherlistings #property-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
}*/
.category-otherlistings #property-list .col-12 {
  width: 50% !important;
}
.category-otherlistings #property-list .project-panel{
  margin: 0px;
}
.category-otherlistings #property-list .project-panel h5{
  color: #145085;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.category-otherlistings #property-list .project-panel strong{
  color: #000;
}

.menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  margin: 0 13px 0 0;
}

.menu-bg #mega-menu-wrap-primary {
  background-color: transparent !important;
}
.menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, .menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
  background-color: transparent !important;
  color: #27aae1 !important;
}
.menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background-color: transparent !important;
  color: #27aae1 !important;
}
.menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {  
  background-color: rgba(0,0,0,0.85) !important;  
  width: 1310px;
  left: -255px;
}
.menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, .menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}
.menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-current-menu-item > a.mega-menu-link{
  color: #27aae1 !important;
}
.menu-bg #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding:5px 15px !important;
}
.menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:hover, .menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:focus, .menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, .menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  color: #27aae1 !important;
}
.menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background-color: transparent !important;
  color: #27aae1 !important;
}

.elementor-popup-modal .dialog-close-button {  
  background: white;
  padding: 6px;
  border-radius: 50%;
}
.recent-project-area h2.mb-5{
  margin-bottom: 20px !important;
}
.modal-dialog {
  margin: 2.5rem auto !important;
}
.btn-group-lg > .btn, .btn-lg {
  font-size: 16px !important;
}

.our-project-area ul, .our-project-area ul, .our-project-area ul{
  padding-left: 15px;
}

.standard-page-content table thead th {
  background: #1c70bb;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
}
.standard-page-content table tbody tr td{
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
}
.standard-page-content table tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,.05);
}
.standard-page-content table .btn-outline-success {
  color: #fff;
  border-color: #1c70bb;
  background: #1c70bb;
  padding: 7px 10px !important;
}
.standard-page-content table .btn-outline-success:hover{
  background: #278FBB;
  border: 1px solid #278FBB;
  color: #fff;
}
.standard-page-content .py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.two-section-map .container{
  padding: 0px;
}
.gallery-slider img{
  width: 100%;
}

.street-view{
  height: 500px;
}

.menu-bg #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
  display: flex !important;
}
.main-container {
  padding: 20px 0 !important;
  margin-bottom: 0px !important;
}
.page-id-745772 .talk-secrion, .terms-container .talk-secrion, .privacy-policy .talk-secrion, .page-id-346938 .talk-secrion{
  margin-top: 120px !important;
}
.page-id-209 main{
  overflow: hidden;
}

#filter-bar {  
  max-width: 1320px;
  margin: auto;
}
#treb-page {
  margin-bottom: 100px;
}

.pg-btn {
  min-width: 35px !important;
  height: 35px !important;
  border: 1px solid #307dc1 !important;
  border-radius: 3px !important;
  background: #307dc1 !important;
  color: #fff !important;
  font-size: 15px !important;
}
.pg-btn:hover, .pg-btn.active {
  border: 1px solid #27aae1 !important;
  background: #27aae1 !important;
}
.pg-btn:disabled {
  opacity: 1 !important;
}
.prop-card {
  border-radius: 5px !important;
  overflow: visible !important;
}


#platinum_access{
  top: 100px !important;
}
.modal-content {  
  background-color: #f4f4f4 !important;
}

#platinum_access .modal-dialog {
  max-width: 350px !important;
}
#platinum_access .modal-body{
  padding: 0px 15px 10px 15px !important;
}

.precon-status-badge{
  top: 16px !important;
  right: 16px !important;
  left: inherit !important;
  color: #fff !important;
  font-weight: 400;
  background: #e84759 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: "Inter", sans-serif !important;
  padding: 3px 10px !important;
  border-radius: 4px !important;
}
.precon-card-name{
  color: #145085 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 30px !important;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 5px !important;
  width: 100% !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}
.precon-card-meta-row{
  color: #495057 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-align: left !important;
  line-height: 25px !important;
  font-family: "Inter", sans-serif !important;
}
.precon-card-meta-row i{
  font-size: 13px !important;
  margin-right: 4px !important;
  background: #495057 !important;
  color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 25px !important;
  height: 25px !important;
}
.precon-btn-view{
  color: #fff !important;
  display: inline-flex !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  text-decoration: none !important;
  transition: 0.1s !important;
  line-height: 20px !important;
  background: #4e5067 !important;
  border: none !important;
  align-items: center !important;
  letter-spacing: 0.5px !important;
  border-radius: 3px !important;
  padding: 6px 15px !important;
  font-family: "Inter", sans-serif !important;
  width: fit-content !important;
  margin-top: 0 !important;
  flex: inherit !important;
}
.precon-btn-view:hover {
  background: #d4a431 !important;
}
.precon-btn-price{
  background: #e84759 !important;
  color: #fff !important;
  display: inline-flex !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  text-decoration: none !important;
  transition: 0.1s !important;
  line-height: 20px !important;
  border: none !important;
  align-items: center !important;
  letter-spacing: 0.5px !important;
  border-radius: 3px !important;
  padding: 6px 15px !important;
  font-family: "Inter", sans-serif !important;
  width: fit-content !important;
  margin-top: 0 !important;
  flex: inherit !important;
}
.precon-btn-price:hover{
  background: #4e5067 !important;
}
.precon-card-btns {
  gap: 5px !important;
  justify-content: space-between !important;
}
.precon-filters input[type="text"]:focus, .precon-filters select:focus {
  border-color: #1c70bb !important;
  background: #fff;
}
.precon-filters input[type="text"], .precon-filters select {
  padding: 10px 14px !important;
  height: 45px;
  border-radius: 3px !important;
}
.precon-filter-btn {
  background: #278fbb !important;  
  border-radius: 3px !important;
  padding: 11px 20px !important;
  height: 45px !important;
}
.precon-filter-btn:hover {
  background: #278fbb !important; 
  opacity: 0.8 !important;
}
.precon-reset-btn {
  color: #145086 !important;
  border: 1px solid #145086 !important;
  border-radius: 3px !important;
  padding: 9px 20px !important;  
  height: 45px !important;
}
.precon-reset-btn:hover {
  color: #fff !important;
  border: 1px solid #145086 !important;
  background: #145086 !important;
}
.precon-sort-wrap select {
  border-radius: 3px !important;
  padding: 6px 12px !important;  
  height: 45px !important;
  background: white !important;
  min-width: 220px;
}

#gform_1{
  max-width: 600px;
  margin: 0 auto;
}

a.pagination-link {
  padding: 6px 11px !important;
  border: 1px solid #1c70bb !important;
  margin: 2px !important;
  background: #1c70bb !important;
  color: #fff !important;
}
a.pagination-link:hover{
  border: 1px solid #27aae1 !important;
  background: #27aae1 !important;
}
.page-id-766959 .main{
  overflow: hidden;
}
.gm-style .gm-style-iw-d {  
  overflow: inherit !important;
}

.point-main .content-box h3{
  margin: 0px !important;
}
.point-main .content-box hr{
  display: none;
}
.point-main .content-box ul{
  margin-bottom: 0px !important;
}
.point-main .content-box ul li {
  padding-right: 0px !important;
  padding-left: 0px !important;
  color: #495057;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  font-family: "Inter", sans-serif;
  padding-bottom: 6px !important;
}


.project-title {
  color: #145085;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
  height: 33px !important;
  min-height: auto;
}

.blinking a{
  color: #6cccf4 !important;
  background: linear-gradient(90deg,#00f2ff,#4facfe,#00f2ff);
    background-size:200%;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    animation: blink 0.4s infinite, gradientMove 6s linear infinite;
}
.blinking2 a{
  color: #6cccf4 !important;
  background: linear-gradient(90deg,#00f2ff,#4facfe,#00f2ff);
    background-size:200%;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    animation: blink 0.2s infinite, gradientMove 6s linear infinite;
}
.blinking3 a{
  color: #6cccf4 !important;
  background: linear-gradient(90deg,#00f2ff,#4facfe,#00f2ff);
    background-size:200%;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    animation: blink 0.6s infinite, gradientMove 6s linear infinite;
}
#menu-quick-link-2023 li:nth-child(2) a {
  background: linear-gradient(90deg,#1aff06,#17ff04,#98ffdd) !important;
  background-size: 200% !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
#menu-quick-link-2023 li:nth-child(3) a {
  background: linear-gradient(90deg,#ff3c00,#ff6204,#ff0101) !important;
  background-size: 200% !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

/* blink animation */
@keyframes blink{
    0%,100%{opacity:1;}
    50%{opacity:0.3;}
}

/* moving gradient */
@keyframes gradientMove{
    0%{background-position:0%}
    100%{background-position:200%}
}


.project-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 84px;
}

.map_and_content {
  align-items: center;
}


.single-project section.image_and_content h2{
text-align: center !important;
font-size: 30px;
}
.single-project .btn-primary {
  background-color: #1c70bb;
  border-color: #1c70bb;
  opacity: 0.9;
}
.single-project .btn-primary:hover {
  background-color: #1c70bb;
  border-color: #1c70bb;
  opacity: 1;
}
.single-project section.bg-transparent .bg-secondary {
  background-color: #f2f2f2 !important;
  border: 1px solid #1c70bb45;
  border-radius: 5px;
  text-align: center !important;
}
.single-project section.bg-transparent .bg-secondary h2, .single-project section.cta h2{
  text-align: center !important;
  margin-bottom: 20px !important;
  font-size: 30px;
}
.single-project section.bg-transparent .bg-secondary p, .single-project section.cta p{
  text-align: center !important;
}
.key-details ul{
  padding-left: 0px;
}
.key-details ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 4px;
  font-size: 16px;
}
.key-details ul li::after {
  position: absolute;
  content: "";
  left: 0px;
  top: -6px;
  width: 24px;
  height: 37px;
  display: inline-block;
  background: url(https://therealtybulls.com/wp-content/uploads/2026/03/list-img.png) no-repeat left center;
  background-size: 16px;
}

#project-Subscribe form{
 display: block;
}

#project-Subscribe .gfield input.small{
  width: 100%;
}

#project-Subscribe .modal-dialog {
  max-width: 370px !important;
}

.single-project section.cta {
  border: 1px solid #1c70bb45;
  border-radius: 5px;
  text-align: center !important;
  margin-bottom: 20px;
}

.wp-singular .list-frm-area{
background: transparent !important;
}

#ampre-grid {  
  gap: 10px !important;
}
/*.ampre-card-addr {  
  width: 320px;
}*/
.page-template-page-templatespage-listings-php #ampre-main{
  margin-bottom: 100px;
}
#ampre-pagination button.active {
  background: #307dc1 !important;
  border-color: #307dc1 !important;
}
.ampre-card-addr {  
  white-space: break-spaces !important;
}
.ampre-card-price {
  color: #145085 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 30px !important;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 5px !important;
}
.ampre-card-addr {  
  margin-top: 3px !important;
  color: #495057 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-align: left !important;
  line-height: 1.4 !important;
  font-family: "Inter", sans-serif !important;
}
.ampre-card-stats {
  color: #495057 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-align: left !important;
  line-height: 1.4 !important;
  font-family: "Inter", sans-serif !important;
}
.precon-page {
  margin-bottom: 100px;
  padding-bottom: 40px !important;
}
#ampre-detail-sidebar {
  margin-bottom: 60px;
}

.sidebar-request-header {
  background: #307cc0 !important;
}
.sidebar-presented-header {
  background: #307cc0 !important;
}
.sidebar-view-map-btn {
  background: #307cc0 !important;
}
.sidebar-view-map-btn:hover {
  background: #3790bc !important;
}
.aab-close {
  background: #307cc0 !important;
  border-color: #307cc0 !important;
}
.aab-close:hover {
  color: #fff !important;
}

.location-dropdown .dropdown-menu {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}


.single-post .blogpost h1{
  font-size: 30px;
  font-weight: 600;
}
.single-post .post-content h2{
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.single-post .post-content h3 , .single-post .post-content h4 {
  font-size: 20px;
}
.single-post .post-content h3 strong, .single-post .post-content h4 strong, .single-post .post-content h2 strong, .single-post .post-content strong{
  font-weight: 600;
}
#ampre-main{
  margin-bottom: 80px !important;
}
.views {
  background: #145086;
  position: absolute;
  top: 11px;
  left: 10px;
  padding: 4px 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 16px;
}

.trb-header-login, .trb-header-user-icon{
    background: #278FBB;
  border: 1px solid #278FBB;
    fill:#fff;
    margin-left: 10px;
  padding: 4px 5px;
  border-radius: 6px;
}
.trb-header-login:hover, .trb-header-user-icon:hover{
  background: #71B5D2;
  border: 1px solid #71B5D2;
}
.trb-header-login svg, .trb-header-user-icon svg{
    fill:#fff;
}
.ampre-save-search-card h3, .ampre-save-search-card p{
  color: #000 !important;
}
.ampre-save-search-btn {
  background: #278fbb !important;
}
.ampre-save-search-btn:hover {
  background: #71B5D2 !important;
  border: 1px solid #71B5D2 !important;
}

section.image_and_content {
    margin-top: 20px;
}










