@media (max-width:767px){
    .dot {
        margin-top: 90px;
    }.main_heding {
        padding: 20px 15px;
    }
}

body {
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.form_container input {
    width: 100%;
    padding: 8px 10px;
    border: none;
}
.form_container input:focus-visible {
    outline: none;
}
button#MicrositeContactForm {
    background: rgb(2 36 69);
    border: none;
    padding: 5px 28px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.heading_container h2 {
  position: relative;
  font-weight: 400;
  text-align: center;
}
.heading_container p {
  position: relative;
  color:#000;
  font-size: 20px;
  font-weight: 300;
}
.sub_page .hero_area {
  height: auto;
  background: none;
  background-color: #0f2480;
}



.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .navbar-expand-lg .navbar-nav {
  width: 90%;
}

.header_section .user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .user_option a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
  color: #060606;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #3554d1;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 90px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
  height: 80px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 50px;
  width: 30px;
  height: 30px;
}

.lg_toggl-btn {
  background-color: transparent;
  border: none;
  outline: none;
  width: 56px;
  height: 40px;
  cursor: pointer;
}

.lg_toggl-btn:focus {
  outline: none;
}

.User_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 35px;
}

.User_option a {
  color: #ffffff;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 7px;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn button span {
  display: block;
  width: 50px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu_btn-style {
  position: fixed;
  right: 40px;
  top: 7px;
}

.custom_menu-btn .s-2 {
  width: 25px;
  margin-left: auto;
}

.custom_menu-btn .s-3 {
  width: 25px;
  margin-left: auto;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(53, 84, 209, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #f1f1f1;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
}

.overlay a:hover {
  color: #252525;
}

.overlay-content {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}

/*end header section*/
/* slider section */
.slider_section {
  padding: 75px 0;
  color: #0b0b0b;
}

.slider_section .container {
  position: relative;
  z-index: 2;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 45px;
    text-align: center;
}

.slider_section .detail-box h1 span {
  color: #0f2480;
}

.slider_section .detail-box p {
 margin-top: 25px;
    color: white;
    text-align: center;
}



.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-bottom: 75px;
}

.slider_section .detail-box .btn-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

.find_section {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.find_section form {
  padding: 10px 45px;
  -webkit-box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.find_section form .form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 45px;
  margin: 10px 0;
}
.sale_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.sale_section .sale_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sale_section .sale_container .box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin: .65%;
}
.sale_section .sale_container .box .img-box img {
  width: 100%;
}
.sale_section .sale_container .box .detail-box {
  margin-top: 0px;
    background: #f9f8f8;
    padding: 20px;
}
.sale_section .sale_container .box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.sale_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sale_section .btn-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}
.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.client_section .client_container {
    background: #002245;
    margin: auto;
}

.client_section .client_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.client_section .client_container .box .img-box {
    min-width: 100px;
    top: 0%;
    left: 8%;
}

.client_section .client_container .box .img-box img {
  width: 78%;
}

.client_section .client_container .box .detail-box h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .client_container .box .detail-box h5 hr {
  width: 45px;
  height: 5px;
  margin: 0;
  margin-left: 5px;
  border: none;
  background-color: #252525;
}
.client_section .client_container .carousel-control-prev, .client_section .client_container .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    top: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 8px 8px #0a10143d, 0 0 8px #0a10141f;
}
.client_section .client_container .carousel-control-prev {
  background-image: url(../images/prev-white.png);
  left: 10px;
}

.client_section .client_container .carousel-control-next {
  background-image: url(../images/next-white.png);
  right: 10px;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.contact_section .container-fluid {
 background-color: #002245;
    color: #ffffff;
}

.contact_section .form_container {
  padding: 45px 0 45px 15px;
}

.contact_section input {
  width: 100%;
  border: none;
  background-color: #ffffff;
  outline: none;
  color: #252525;
  margin-top: 25px;
  padding: 12px;
}

.contact_section input::-webkit-input-placeholder {
  color: #2a2a2c;
}

.contact_section input:-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_section input::-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_section input::placeholder {
  color: #2a2a2c;
}

.contact_section input.message-box {
  padding: 45px 12px;
}

 .contact_section button {
    padding: 10px 65px;
    outline: none;
    border: 1px solid white;
    color: #ffffff;
    background: #f9761600;
    /* border-radius: 25px; */
    margin: 0px auto;
    text-transform: uppercase;
}
.contact_section .map_container {
  height: 100%;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}



figure.snip1232 {
 position: relative;
    /* overflow: hidden; */
    margin: 10px;
    color: #333;
    text-align: left;
    box-shadow: none !important;
    height: 100%;
}
figure.snip1232 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1232 img {
 max-width: 100%;
    margin-right: 5px;
    display: block;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 2px;
    height: 73px;
}
p.detail {
    text-transform: uppercase;
    color: #091b43;
    font-size: 14px;
    padding-left: 20px;
}
h4.head {
    color: #ffcc29;
    text-transform: uppercase;
}
figure.snip1232 .author {
  margin: 0;
   display: block;
  text-align: left;
  padding: 0 35px;
  position: relative;
  z-index: 1;
}
figure.snip1232 .author h5,
figure.snip1232 .author span {
  left: 50%;
  position: absolute;
  opacity: 0.8;
  padding: 3px 5px;
}
figure.snip1232 .author h5 {
  text-transform: uppercase;
  bottom: 50%;
  margin: 0;
  font-weight: 800;
  color: #ffffff;
}
figure.snip1232 .author span {
  font-size: 0.8em;
  color: #000000;
  top: 50%;
  font-weight: 500;
}

.boxes {
    border: 2px dotted #002245;
    background: none;
}

.rates {
    display: flex;
    justify-content: space-evenly;
    font-size: 18px;
    margin: 0px 0px 15px 0px;
    padding: 5px;
    align-items: center;
}

.rates button {
    background-color: #002245;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
        padding: 10px 40px;
    font-size: 13px;
    margin: 0px;
}
.sm {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
}
.lg {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color:#002245;
}

.img-box img {
    border: 6px solid white;
    width: 100%;
}


.img-box span {
    position: absolute;
    bottom: -15px;
    left: 30%;
    background-color: #002245;
    color: #fff;
    padding: 10px;
    font-size: 12px;
}
.img-box {
    position: relative;
}

.map_container img {
    width: 100%;
}

/* Logo Slider */

.logo-slider {
  background: white;
  -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-slider::before, .logo-slider::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 175px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.logo-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.logo-slider::before {
  left: 0;
  top: 0;
}

.logo-slider .logo-slide-track {
  -webkit-animation: logo-scroll 60s linear infinite;
  animation: logo-scroll 60s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 14);
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.logo-slider .slide {
  height: 150px;
  width: 250px;
  padding: 20px;
}

@-webkit-keyframes logo-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes logo-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

.box .detail-box {
    padding: 0px 0px 0px 85px;
    background-image: url(../images/testi.png);
    border-radius: 20px;
    width: 93%;
    height: 133px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    line-height: 18px;
    margin-top: 80px;
}
.footer-main {
    padding-bottom: 10px!important;
    padding-top: 60px!important;
    background-color: hsl(240deg 25% 98%);
}

.footer-link {
    font-size: 18px;
    color: #002866;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    list-style: none;
}

.h1-footer {
    font-size: 18px;
    color: #002866;
    font-weight: 400;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

#news_letter_frm {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap; */
    /* flex-wrap: wrap; */
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.footer-input {
    display: block;
    width: 100%;
    height: 60px!important;
    padding: 0.375rem 0.75rem;
    font-size: 18px!important;
    padding-left: 25px!important;
    font-weight: 400;
    line-height: 1.5;
    color: #000!important;
    background-color: #ffffff!important;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    width: auto;
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #002245;
    border: 1px solid #002245;
    border-radius: 0px;
}

 .detail-box:before{
  content:url('images/icon-9.png') /* with class ModalCarrot ??*/;
  width: 200px!important;
  height: 300px!important;
  margin: -20px;
}

.w3-black button {
    background: white;
    boredr: 0px;
    color: #091b43;
    /* border-bottom: 2px solid; */
    width: 32%;
    font-weight: 600;
}

.bg-light {
    background-color: #ffffff !important;
    height: 90px;
}
.list-item > a {
    display: block;
    font-size: 18px;
    color: #ffffff!important;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

#menu-outer {
    height: 65px;
    background: #002245;
    margin-bottom: 0px;
    padding-left: 40px;
    padding-right: 20px;
}

/*.box .img-box:before {
    position: absolute;
    left: 100%;
    top: 0;
    height: 44px;
    width: 162px;
    margin-left: -66px;
    background: url(images/icons-9.png) center no-repeat;
    content: "";
}*/

ul#horizontal-list li {
    display: inline-block;
}
ul#horizontal-list {
    min-width: auto;
    list-style: none;
    padding-top: 8px;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-right: 50px;
    text-align: center;
    position: absolute;
    left: 22%;
}

ul#horizontal-list li {
    display: inline-block;
}

.table {
    display: table;
    margin: 0 auto;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dot {
    background-color: rgb(242 250 250 / 75%);
    border: 1px solid rgb(243, 241, 241);
    border-radius: 2px;
}

.project-banner {
    background-image: url(../images/banner-2.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:620px;
    box-shadow: 0px 0px 10px 0px lightgrey;
}

.project-icon img {
    height: 75px;
}

.project-box {
    display: flex;
    padding: 20px;
}

 h6 {
    
    font-weight: bold;
    font-size: 18px;
    color: #002245;
}

.about-text {
    box-shadow: 0px 0px 15px;
}
.about-text h2 {
    padding-left: 5px;
    position: relative;
    color: #002245;
    font-weight: bold;
    font-size: 25px;
}


.icon img {
    height: 20px;
}

 h2 {
    padding-left: 5px;
    position: relative;
    color: #002245;
    font-weight: bold;
    font-size: 25px;
   
}

table {
  
  border-collapse: collapse;
  width: 100%;
}

td, th {
    text-align: left;
    padding: 15px;
}

tr:nth-child(odd) {
  background-color: #dddddd;
}
.map_container iframe {
    width: 100%;
    height: 540px;
}
    .project_area {
    background-image: url(../images/slide-4.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_heding {
    background-color: rgb(2 36 69);
    padding: 20px 40px;
    border: 1px solid rgb(213, 211, 211);
    border-radius: 2px;
    color: white;
}

.main_heding h1 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

/*.main {*/
/*    background-color: rgb(242 250 250 / 75%);*/
/*    padding: 35px 10px;*/
/*    border: 1px solid rgb(243, 241, 241);*/
/*    border-radius: 2px;*/
/*    padding: 20px 40px;*/
    
/*}*/

input[type="submit"] {
    background-color: rgb(110, 169, 76);
    color: white;
    padding: 6px 16px;
    border:1px solid rgb(243, 241, 241) ;
    border-radius: 5px;
}

@media (min-width: 992px){
.about-text {
    margin-left: -120px;
}
.p-lg-5 {
    padding: 3rem !important;
}}
/*new css start*/
.icon-section{
  background-image:url(../images/arrow.png);
  width: 40px;
  height: 40px;
  opacity: 1;
}
.icon-section-1{
  background-image:url(../images/arrow1.png);
  width: 40px;
  height: 40px;
  opacity: 1;
}
.carousel-control-next, .carousel-control-prev{
  opacity: 1;
}
.text-area {
    position: absolute;
    right: 15%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 30%;
}
.text-area h5{
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}
.text-area p{
  font-size: 15px;
  font-weight: 400;
}
.input-sec {
    width: 100%;
    padding: 14px 0px 14px 45px;
    border: 1px solid #002245;
    border-radius: 0px;
    margin-bottom: 20px;
}
.input-sec:focus-visible {
    outline: none;
}
.img-sec {
    position: absolute;
    left: 5%;
    top: 20%;
}.search-btn {
    background-color: #002245;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    height: 54px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 40px;
}
.slider-section{
  position: relative;
}
.input{
  position: absolute;
  left: 0;
  right: 0;
  top: 63%;
  z-index: 99;
}
.card-section h4 {
    color: #101010;
    font-size: 25px;
    font-weight: 400;
}
.card-section p {
    color: #101010;
    font-size: 15px;
    font-weight: 500;
}
figure.snip1232 blockquote {
    margin: 0;
    border: 2px dotted #091b43;
    display: block;
    position: relative;
    padding: 20px 10px 0px 34px;
    font-size: 0.8em;
    font-weight: 500;
    margin: 0px 0px 0px 22px;
    line-height: 1.6em;
    background: none;
    color: white;
    height: 80px;
}
.section-tab h4{
  color: #002245;
  font-size: 25px;
  font-weight: 400;
}
#tabs{
  background: #007b5e;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}
.tab-sec {
    border-bottom: none;
    width: 50%;
    display: flex;
    margin: 0 auto;
}
.tab-home.active {
    color: #061840!important;
    background-color: transparent!important;
    border-color: transparent transparent #f3f3f3!important;
    border-bottom: 3px solid #061840!important;
    font-size: 20px;
    font-weight: 500;
}
.tab-home{
  color: #061840!important;
   font-weight: 500;
}
.nav-tabs .nav-link:focus, .nav-tabs .tab-home:hover {
    border-color: #fff #fff #ffff;
}
.tab-card-sec img{
  width: 100%;
  transition: 0.3s;
}
.tab-card-sec img:hover{
  transform: scale(1.1); 
}
.tab-card-sec{
  background: #f9f8f8;
  position: relative;
  transition: box-shadow .5s;
  overflow: hidden;
}
.tab-card-sec:hover{
  background: #fff;
  box-shadow: 0 8px 8px #0a10143d, 0 0 8px #0a10141f;
  cursor: pointer;
}
.request {
    position: absolute;
    right: 4%;
    color: #fff!important;
    top: 2%;
    font-weight: 500!important;
    font-size: 17px!important;
}
.move {
    position: absolute;
    left: -14.5%;
    top: 18%;
    transform: rotate(270deg);
    background: #002245;
    border: 3px solid #002245;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
}
.dlf{
  width: 30px!important;
  margin-right: 20px;
}
.tab-card-sec span{
  font-size: 20px;
  color: #061840;
  font-weight: 500;
}
span.Location-dlf{
  color: #7e7e7e!important;
  font-size: 15px;
}
.area-on {
    display: flex;
    justify-content: space-between;
    border: 2px dotted #061840;
    margin-left: 25px;
    margin-right: 25px;
    align-items: center;
    padding: 7px;
}
.detail-btn {
    background: #002245;
    border: 2px solid #002245;
    color: #fff;
    padding: 6px 25px;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
}
.detail-btn:hover {
  color:#002245;
  border: 2px solid #002245;
  background: transparent;
  border-radius: 0px;
  transition: .5s;
}
.detail-btn:focus-visible {
    outline: none;
    border-radius: 0px!important;
}
.detail-btn:focus {
    outline: none;
    outline: none; 
}
.area-on p{
  color: #7e7e7e;
  font-size: 15px;
  font-weight: 500; 
}
.box .detail-box h5{
  color: #002245;
  font-weight: 500!important;
}
.logo-slider h4{
  color: #002245;
  font-weight: 400;
  font-size: 25px;
}
.call-back {
    position: fixed;
    right:-5%;
    top: 50%;
    z-index: 99999;
    font-size: 14px;
    line-height: 20px;
    background-color:#002245;
    border-radius: 2px;
    padding: 8px 25px;
    transform: rotate(270deg);
    box-shadow: 0 8px 8px #0a10143d, 0 0 8px #0a10141f;
    cursor: pointer;
}
.call-back a{
  color: #fff;
}
.popup-body {
  background-color:#002245;
  border-radius: 0px;
  border: none;
}
.popup-head{
  border-bottom: none;
}
.form-fill input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
}
.form-fill input:focus-visible {
    outline: none;
}
.form-fill input::placeholder{
  color: white;
  opacity: 1;
}
.form-fill textarea{
  background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
}
.form-fill textarea::placeholder{
  color: white;
  opacity: 1;
  padding-top: 70px;
}
.form-fill textarea:focus-visible {
    outline: none;
}
.send-call {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 500;
}
.close{
  width: 50px;
  opacity: 1;
}
.close:focus {
    outline: none;
    opacity: 1;  
}
.mobile-example{
  display: none;
}
.bd-example{
  display: block;
}
@media(max-width: 768px){
  .mobile-example{
    display: block;
  }
  .bd-example{
    display: none;
  }
  .invest {
    margin-top: 50%;
}
.input {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    z-index: 99;
}
.card-section{
  margin: 10px;
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.call-back{
  right: -16%;
  top: 62%;
}
.dotted-section{
  margin-top: 0px!important;
}
.tab-sec{
  width: 100%;
}
.client_section .client_container{
  width: 100%!important;
}
.client_section .client_container .box .detail-box{
  margin-top: 0px!important;
}
.client_section .client_container .box .img-box{
  left: -45%;
}
.img-test{
  padding-right: 0px!important;
}
.detail-box h5{
  margin-bottom: 0px;
}
.footer-main{
  padding-right: 0px!important;
}
}
/*end */