@import '../css/ie7.css';

  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


/****************************************************************************************
@
@	Global Style and Reset
@
****************************************************************************************/
/* Global Styles */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

p {
  line-height: 24px;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #000;
  cursor: pointer;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a img {
  border: none;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #efdb00;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4c4c4c;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

@media (min-width: 1023px) and (max-width: 3000px) {
  .darkHeader {
    background-color: #f4f4f4;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
    padding-top: 20px !important;
    padding-bottom: 17px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    position: fixed;
    width: 100%;
    animation: smoothScroll 1s forwards;
    z-index: 9;
  }
  @keyframes smoothScroll {
    0% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(0px);
    }
  }
}
/* 
  ---------------------------------------------
  preloader
  --------------------------------------------- 
  */
#preloader {
  overflow: hidden;
  background-image: linear-gradient(127deg, #b13437 0%, #b13437 91%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  animation-delay: 0.66666s;
}
@keyframes jumper {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dyinglight {
  15% {
    transform: scale(1.6);
  }
  50% {
    transform: rotate(-89deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
.dl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}

.dl__square {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
}

.dl__container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform-origin: 50% 50% 0;
  animation: dyinglight 1s ease infinite;
  backface-visibility: hidden;
}

.dl__corner--top:before,
.dl__corner--top:after,
.dl__corner--bottom:before,
.dl__corner--bottom:after {
  position: absolute;
  width: 17px;
  height: 17px;
  color: #fff;
  content: "";
}

.dl__corner--top:before {
  border-left: 1px solid;
  border-top: 1px solid;
  top: -6px;
  left: -6px;
}

.dl__corner--top:after {
  border-right: 1px solid;
  border-top: 1px solid;
  top: -6px;
  right: -6px;
}

.dl__corner--bottom:before {
  border-left: 1px solid;
  border-bottom: 1px solid;
  bottom: -6px;
  left: -6px;
}

.dl__corner--bottom:after {
  border-right: 1px solid;
  border-bottom: 1px solid;
  bottom: -6px;
  right: -6px;
}

button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

#back2Top {
  position: fixed;
  bottom: 2px;
  right: 2px;
  z-index: 999;
}

/*----------------------*/
.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

/*==================================css reset==================================*/
/****************************************************************************************
@
@	Styles
@
****************************************************************************************/
.btn1{
  background-color: #1D70BB;
  color:#fff !important;
  text-transform: uppercase;
  display: inline-flex;
  padding: 4px 15px;
}
.btn2{
  background-color: #F3F8FF;
  color:#1D70BB;
  text-transform: uppercase;
  display: inline-flex;
  padding: 4px 15px;
  border:1px solid #000F24;
}
.headerSec .sub-menu.dropdown-menu a {
  color: #fff !important;
  font-size: 20px;
  cursor: pointer;
}

.headerSec .sub-menu.dropdown-menu a:hover {
  color: #c6c889 !important;
  border-left: 1px solid #c6c889;
  padding-left: 5px;
}

.headerSec .dropdown-menu {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #000000;
}

.headerSec {
  position: relative;
  min-height: 50px;
}
.headerSec .dropdown-submenu {
  position: relative;
}
.headerSec .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}
.headerSec .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

/*####################### MENU ########################*/
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
  color: red;
  border-bottom: none !important;
}

#cssmenu > ul > li:hover > a::before, #cssmenu > ul > li.active > a::before {
  opacity: 1;
}

#cssmenu > ul > li > a {
  padding: 11px 20px;
  text-transform: none;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  transition: color 0.2s ease;
  margin: 0 10px 0 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  box-shadow: 1px 0 12px rgba(0, 0, 0, 0.22);
}

#cssmenu ul ul li a {
  padding: 10px 15px;
  width: 200px;
  font-size: 14px;
  background: #02aef1;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
  border-bottom: 1px solid #e64850;
}

#cssmenu > ul > li.has-sub > a::after {
  display: none;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 6px;
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color: #222;
}

/*####################### ENd MENU ########################*//*# sourceMappingURL=main.css.map */
.bg-light {
  background-color: #F3F8FF!important;
}
.bannerSec h2{
  font-size: 70px;
}
.bannerSec .leftTxt{
  padding-left: 10%;
}
.bannerSec{
  position: relative;
  overflow: hidden;
}
.bannerSec:after{
  content: '';
  background: #F3F8FF;
  position: absolute;
  top:-100px;
  left: 0;
  width: 100%;
  height: 100%;
}

.aboutSec{
  padding: 100px 0;
}
.whatWeDo{
  padding: 50px 0;
  background-color: #F3F8FF;
}
.cmnSub{
  color:#1D70BB;
  text-transform: uppercase;
}
.comnTitle{
  font-size: 42px;
  font-weight: bold;
  color:#000F24;
}
.footerSec{
  background-color: #000F24;
  color:#989898;
  padding-top:3%;
}
.footerSec h6{
  font-size: 18px;
  color:#fff;
}
.footerSec ul{
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.footerSec ul a{
  color:#989898;
}
.footerSec .btn{
  background: #1D70BB;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
}
.footerSec .form-control{
  background: #101F33;
  color:#fff !important;
  border: 0;
  padding-left: 10px;
}
.copyRight{
  color:#7E7E7E;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #1A2433;
  margin-top: 20px;
}
.bannerSec .owl-nav i {
    background-color: #fff;
	font-size: 26px;
    color: #000F24;
    width:37px;
    height:37px;
    line-height: 37px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border:1px solid #000F24;
	}

  .bannerSec .owl-prev {
    position: absolute;
    left: 10px;
}
.bannerSec .owl-next {
  position: absolute;
  left: 60px;
}
.bannerSec .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  width: 100%;
  bottom: 50px;
  z-index: 4;
  left: 30%;
}
.bannerSec .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
 .feturedProperties{
 padding-top: 100px;
}
#fetureSlide .item, .fetureSlide .col-md-4{
  position: relative;
  overflow: hidden;
}
.feturedProperties .fetureTxt {
  background: rgba(29, 112, 187, 0.5);
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -150px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;
 
}
.feturedProperties .owl-item.active.center .fetureTxt, .fetureSlide .col-md-4 .fetureTxt{
  opacity: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  bottom: 0px;
} 
#fetureSlide .fetureTxt .left span,  .fetureSlide .fetureTxt .left span{
  margin-right: 20px;
  font-size:18px;
}
#fetureSlide .fetureTxt .left h5{
  font-size: 30px;
}
.fetureSlide .fetureTxt .left h5{
  font-size:20px;
}
#fetureSlide .fetureTxt .left h6{
  font-size:24px;
}
.fetureSlide .fetureTxt .left h6{
  font-size:20px;
}
#fetureSlide  .owl-dots .owl-dot span{
  width:29px;
  height: 3px;
}
#fetureSlide  .owl-dots .owl-dot.active span, #fetureSlide  .owl-dots .owl-dot:hover span {
  background: #000000;
}
#fetureSlide .owl-dot.active span {
  width: 56px;
  height: 3px;
}

.whyChoseUs{
  padding: 100px 0;
}
.whyChoseUs .rightSec{
  padding-left: 50px;
}
.whyChoseUs ul li{
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-right: 30px;
}
.whyChoseUs ul li i{
  color:#1D70BB;
  font-size: 20px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.custom-logo-link img{
  max-width: 160px;
}
section.banner-section.inner-banner-section {
  min-height: 300px;
}
.innerBanner {
  background-size: cover !important;
  min-height: 425px;
  position: relative;
  color: #000;
  overflow: hidden;
}
.innerBanner:after{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.innerBanner h1 {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50% , -50%);
  z-index: 2;
  margin-bottom: 20px;
  font-size: 49px;
  font-weight: 700;
  text-shadow: 2px 2px 2px #df202d;
  color: #fff;
}
.innerBanner .box-position {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 150px);
  height: calc(100% + 150px);
  will-change: transform;
  animation: bgPos 100s linear infinite;
  transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
  /* background-position: 50% 50% !important; */
  background-size: cover !important;
  z-index: -1;
}
@keyframes bgPos {
  25% {
  transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
  }
  75% {
  transform: translate3d(0, 0, 0) rotate(0.001deg);
  }
  }
.servicBx {
    position: relative;
}
.servicBx h6 {
  position: absolute;
  bottom: 14px;
  color: #fff;
  left: 50%;
  font-size: 26px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  text-align: center;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.servicBx h6 a{
  color:#fff;
}
.servicBx h6 i{
  margin-left: 10px;
}
.navbar-dark .navbar-nav .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  left: 50%;
  border-bottom: 2px solid transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.navbar-nav .nav-link:hover:after, .navbar-nav .nav-link.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 70%;
  height: 2px;
  left: 50%;
  border-bottom: 2px solid #1D70BB;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.innerProjectSec .fetureTxt {
  bottom: 0;
  opacity: 1;
  background: rgba(29,112, 187, 0.8);
}
.innerProjectSec .col-md-4{
  position: relative;
}
.blogSec{
  padding: 70px 0;
}
.blogSec .text p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 70px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contactSec .contact-item .icon-box {
  background: #7eb24e none repeat scroll 0 0;
  color: #fff;
  float: left;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  margin-right: 20px;
}

.contactSec .contact-item .icon-box i {
  line-height: 50px;
  font-size: 18px;
}

.contactSec .contact-item .text-box {
  overflow: hidden;
}

.contactSec .contact-item h3 {
  color: #7eb253;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  line-height: 1.5;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.contactSec .contact-item p {
  color: #969393;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0;
}

.contactSec .contact-item {
  text-align: left;
  display: inline-flex;
  width: 33%;
  margin-top: 20px;
}

.contactSec .btn1 {
  background-color: #2771ba;
  color: #fff;
  padding-bottom: 13px;
}

.contact-title span {
  color: var(--blue-color);
  font-weight: 700;
}
.contactSec{
 padding-top: 50px;
 padding-bottom:40px;
}
.contactSec .contact-item .icon-box {
  background: #df202d none repeat scroll 0 0;
  color: #fff;
  float: left;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  margin-right: 20px;
}

.contactSec .contact-item .icon-box i {
  line-height: 50px;
  font-size: 18px;
}

.contactSec .contact-item .text-box {
  overflow: hidden;
}
.contactSec .contact-item .text-box a{
  coloe:#000;
}
.contactSec .contact-item h3 {
  color: #160D4E;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  line-height: 1.5;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.contactSec .contact-item p {
  color: #969393;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0;
}

.contactSec .contact-item {
  text-align: left;
  display: inline-flex;
  width: 33%;
  margin-top: 20px;
}
.faqSection .accordion-button:not(.collapsed) {
  color: #fff;
  background: #2771ba;
}
.ourNews, .faqSection {
  padding: 50px 0;
}
ul.top-scl-icn {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 13px;
  font-size: 21px;
  color:#000;
}
ul.top-scl-icn a{
  color:#000;
}

/*-- Terms--*/
.terms-container {
  color: #262626; }

.terms-title h1 {
  font-size: 26px;
  font-family: "RobotoCondensed-Bold";
  text-align: center;
  font-weight: bold;
  letter-spacing: 10px; }

.terms-body h4 {
  color: #1D70BB;
  font-size: 14px;
  line-height: 25px; }

.terms-body h3 {
  font-family: "RobotoCondensed-Bold";
  color: #262626;
  font-weight: bold;
  text-align: left;
  margin-bottom: 7px;
  font-size: 15px;
  border-left: 2px solid #ccc;
  padding-left: 8px; }

.terms-body p {
  font-size: 12px;
  line-height: 25px; }

.terms-body a {
  color: #1D70BB; }

.terms-body a:hover {
  color: #1D70BB;
  text-decoration: none; }

.terms_footer h3 {
  margin-top: 60px;
  margin-bottom: 38px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.5;
  color: #262626;
  border: 0; }

.terms_footer h3 a:link {
  color: #1D70BB;
  text-decoration: none; }
#fetureSlide {
    margin-top: 30px;
}
.single-blog .blogSec .text p {
  text-overflow: inherit;
  display: inherit;
  max-height: auto;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0.1);
}