body {
    background-color: #000000;
    padding: 25px;
}

@font-face {
    font-family: 'glacial_indifferencebold';
    src: url('glacialindifference-bold-webfont.woff2') format('woff2'),
         url('glacialindifference-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'glacial_indifferenceregular';
    src: url('glacialindifference-regular-webfont.woff2') format('woff2'),
         url('glacialindifference-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#send_form,
#email {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: transparent;
}

.cs-text-grey {
    color: #93979D;
}

.copy-right {
    border-top: 1px dashed #93979D;
}

.navbar {
    transition: all 0.4s;
}

.navbar .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}

header .fixed-top {
    top: 25px;
}

header .fixed-top.active {
    top: 0px;
}

/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
}

header .nav-item {
    padding: 0px 8px;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}

.contact-details ul {
    list-style: none;
    padding: 0px;
}

.contact-details ul li {
    width: 100%;
    float: left;
    line-height: 30px;
    color: #93979D;
    margin-bottom: 10px;
    font-family: 'glacial_indifferenceregular';
    font-size: 16px;
    line-height: 28px;
}
footer input{
    font-family: 'glacial_indifferenceregular';
    font-size: 16px;
}
footer input[type="text"]#email{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.contact-details ul .label {
    width: 25%;
    float: left;
}

.contact-details ul .text {
    width: 75%;
    float: left;
}

.menu-footer-list li a {
    color: #93979D;
    font-family: 'glacial_indifferenceregular';
    font-size: 16px;
    line-height: 28px;
}

.menu-footer-list li a:hover {
    color: #93979D;
    text-decoration: none;
}

.social-icons {
    padding: 0px;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    padding: 5px;
    font-size: 20px;
}

header .social-icons li {
    padding-top: 15px;
}

.social-icons li a {
    color: #eb4923;
}

.section-bkg-white {
    background: #fff;
    border-radius:10px;
}
.copy-right{
    font-family: 'glacial_indifferenceregular';
    font-size: 16px;
    line-height: 28px;
}

/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand,
    .navbar .nav-link {
        color: #555;
    }
    .our-board-people img{
        width:100%;
    }
    body .about-img-border-left,
    body .about-img-border-right{
        width:100%;
        position: unset;
        border: 15px solid #ccc;
    }
    .about-img-border-left.our-board{
        order: 2;
    }
    #carouselExampleIndicators .carousel-item img{
        width:100%;
    }
}

label.error {
    position: absolute;
    bottom: -35px;
    color: red;
}

.testi-image-effect {
    height: 285px;
    width: 100%;
    background: rgb(0 0 0 / 62%);
    overflow: hidden;
    border-radius: 10px;
}

.testi-image-effect img {
    object-fit: cover;
    opacity: 0.4;
}

.testi-hero-header {
    position: absolute;
    top: 0;
    height: inherit;
    width: 100%;
    overflow: hidden;
    padding: 30px;
}

.divider {
    background-color: #c79d44;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    width: 50px;
    height: 2px;
}

.divider-white .divider {
    background-color: #fff;
}

.divider-white .heading__subtitle {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.divider-red .divider {
    background-color: #F1472B;
}

.divider-red .heading__subtitle {
    color: #F1472B;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size:18px;
}

.testimonial-bottom-text {
    position: absolute;
    bottom: 25px;
    color: #fff;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

p.testimonial {
    font-weight: 400;
    font-family: 'glacial_indifferenceregular';
}

.testi-rect-bkg-img {
    position: absolute;
    right: -40px;
    top: 55px;
    opacity: 1;
}

.test-text-decor {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    padding: 15px;
}

.testi-count-opa-text {
    font-size: 37px;
    font-weight: bold;
    color: #fff;
    opacity: 0.5;
}

.total-testi-count h5,
.total-testi-count p {
    color: #fff;
}

.total-testi-count h5 {
    font-weight: 600;
    font-size: 18px;
}

.carousel {
    margin: 0 auto;
    padding-bottom: 50px;
}

.carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;

}

.carousel .carousel-item a {
    color: #eb7245;
}

.carousel .img-box {
    width: 50%;
    float: left;
}

.carousel .img-box img {
    height: 50px;
    width: 50px;
    float: left;
}

.carousel .carousel-indicators {
    bottom: 74px;
}

#testiCarousel .carousel-indicators {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

#testiCarousel.carousel .carousel-indicators {
    bottom: 70px;
}

.carousel .testimonial {
    padding: 30px 0 10px;
    text-align: left;
}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px;
    line-height: 35px;
}

.carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}

.carousel-control-prev,
.carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 20px;
    margin-right: 2px;
}

.carousel-control-prev {
    left: auto;
    right: 40px;
}

.carousel-control-next i {
    margin-right: -2px;
}

.carousel .carousel-indicators {
    bottom: 15px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #e2e2e2;
    border: none;
}

.carousel-indicators li.active {
    background: #888;
}

#testiCarousel {
    padding-left: 60px;
}
.owl-prev span{
    padding: 14px;
    padding-top: 5px;
    float: left;
    line-height: 18px;
}
.owl-next span{
    padding: 14px;
    padding-top: 5px;
    float: left;
    line-height: 18px;
}
.test-section-heading {
    display: flex;
    flex-direction: row;
}

.test-section-heading .inner-title {
    margin: auto;
    flex-direction: unset;
    display: flex;
    align-content: flex-start;
}

h6.test-sec-heading {
    margin-left: 8px;
    margin-bottom: 0px;
    line-height: 26px;
}

.cs-bkg-grey {
    height: 100%;
    background: #84A0B8;
    margin-right: 0px;
    padding: 44px 40px;
}

.cs-bkg-light-grey {
    height: 100%;
    background: #EAE7E7;
    padding: 45px 40px;
}

.mr-img-0 {
    margin-right: 0px;
}

.section-title {
    width: 100%;
}

.who-we-are {
    margin-bottom: 15px;
}

.caurosel {
    width: 100%;
    float: left;
}

.banner-title {
    font-family: 'Playfair Display', serif;
    font-size: 5em;
    font-weight: 600;
    text-align: left;
    margin-bottom: 25px;
}

#carouselExampleIndicators .carousel-caption {
    top: 20% !important;
}

.cs-btn-white {
    background-color: #fff;
    text-align: left;
    float: left;
    color: #000 !important;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border: transparent;
}
.cs-btn-white:hover{
    color:#fff !important;
    background-color: #eb4923;
}
.banner-para {
    font-family: 'glacial_indifferenceregular';
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 25px;
}

#carouselExampleIndicators .carousel-indicators {
    display: none;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    top: auto;
    bottom: 70px;
}
#carouselExampleIndicators .carousel-control-prev span:focus-visible,
#carouselExampleIndicators .carousel-control-next span:focus-visible {
    outline:none !important;
}
.owl-prev span:hover,
.owl-next span:hover{
    background-color:#F1472B;
    color:#fff;
}
.cs-bkg-light-grey .who-we-are-title{
    color: #0E2A4E;
}
.cs-bkg-light-grey .divider-white .divider{
    background-color:#F1472B;
}
.testi-rect-bkg-img img{
    opacity: 1;
}
.who-we-are-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 800;
}

.who-content-red {
    font-family: 'glacial_indifferenceregular';
    color: #F1472B;
    margin-bottom: 14px;
    font-style: italic;
}

.cs-common-heading h4 {
    color: #0E2A4E;
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 800;
}

.who-we-are-main p {
    font-family: 'glacial_indifferenceregular';
    font-size: 15px;
}

.test-sec-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    font-weight: 700;
}

.total-testi-count h5,
.total-testi-count p {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 14px;
}


.service-item .owl-item {
    padding: 15px;
}

.service-icon {
    width: 150px;
    background: #F1472B;
    border-radius: 30px;
    height: 150px;
    padding: 10px;
}

.owl-nav {
    position: absolute;
    top: -50px;
    right: 0px;
}

body .owl-nav button.owl-prev {
    padding: 2px 12px 10px 12px !important;
    float: left;
    margin: 5px;
    line-height: 23px !important;
    font-size: 30px !important;
    border: 1px solid #ccc !important;
}

body .owl-nav button.owl-next {
    padding: 2px 12px 10px 12px !important;
    float: left;
    margin: 5px;
    line-height: 23px !important;
    font-size: 30px !important;
    border: 1px solid #ccc !important;
}

.owl-prev span {
    margin-top: 0px;
}

.owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

/* .owl-carousel.owl-drag .owl-item{
      padding:25px;
  } */
.service-title h3 {
    font-family: 'Playfair Display', serif;
    margin-top: 15px;
    margin-bottom: 15px;
}

.service-excerpt p {
    font-family: 'glacial_indifferenceregular';
}

.owl-carousel.owl-drag .owl-item>div:first-child {
    box-shadow: 0px 1px 16px rgb(0 0 0 / 9%);
    padding: 25px;
    border-radius: 31px;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.page-title-bar{
  position: relative;
}
.centered {
  position: absolute;
  top: 45%;
  /* left: 20%;
  transform: translate(-50%, -50%); */
}
.seprator-banner-title{
  width: 64px;
  height: 2px;
  background: #eb4923;
}
.about-img-border-right {
  width: 50%;
  float: right;
  border-left: 15px solid #ccc;
  border-top: 15px solid #ccc;
  background-color: #FFFFFFCC;
  position: absolute;
  right: 2%;
  top: 165px;
  padding: 35px;
}
.about-img-border-left {
  width: 50%;
  float: right;
  border-left: 15px solid #ccc;
  border-top: 15px solid #ccc;
  background-color: #FFFFFFCC;
  position: absolute;
  left: 2%;
  top: 165px;
  padding: 35px;
}
.our-board .person-name{
  color: #0E2A4E;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
.our-board .person-role{
  color: #EB4923;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 18px;
}
.person-excerpt-content{
    font-family: 'glacial_indifferenceregular';
    font-size: 16px;
    font-weight: 500;
}
.detailed-description p{
    font-family: 'glacial_indifferenceregular';
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.ourmangement-title{
    left: 18%;
}

@media (max-width: 991.98px){
    body {
        padding: 15px;
    }
    .header .fixed-top{
        position: unset;
    }
    .navbar {
        background: #fff0;
    }
  .fixed-top .fa.fa-bars{
    color: #fff;
  }
  .fixed-top.active .fa.fa-bars{
    color: #000;
  }
  .banner-title{
    font-size:3em;
  }
  #carouselExampleIndicators .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 20px;
    left: 2%;
    top:10% !important;
}
.who-we-are-texts{
    padding: 35px 0px !important;
}
.caurosel{
  padding:15px;
}
.testi-image-effect{
  margin-bottom:30px;
}
#testiCarousel {
  padding-left: 15px;
}

}

@media (max-width: 767.98px){
.mr-img-0 {
  margin-right: -15px;
}
.cs-bkg-grey{
  margin-right: -15px;
}
.who-we-are{
  margin-bottom:0px;
}
.image-gallery img{
    width:100%;
}
}

.card-profile{
    margin-top: 100px;
    border: 10px solid rgb(233, 237, 240);
    background-color: #ffffff;
    color: rgb(51, 48, 48);
    border-top: 15px solid;
    border-color: rgb(244 245 247);
    
}
.img-name{
    width: 100%;
    min-height: 210px;
    margin-top: -125px;
	padding:25px;
}
.img-name img{
    display: block;
    width: 160px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 85px;
    border: 8px solid #F4F5F7;
    background-color: rgb(234, 241, 247);
}
.img-name h2{
    text-align: left;
    padding: 16px;
}
.contact-page-iframe{
    width:100%;
    height: 385px;
    border: none;
}
.contact-details-list{
    display: flex;
    grid-auto-flow: column;
    gap: 5%;
    margin-top: 20px;
}
.contact-list-icon{
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    width: 100px;
}
.contact-list-icon i{
    color: #F1472B;
    font-size: 2em;
}
.contact-page-form{
    width: 80%;
}
.contact-page-form input{
    height:50px;
    border: 1px solid #CACACA;
    font-family: 'glacial_indifferenceregular';
    font-weight: 500;
}
.contact-page-form textarea{
    height:150px;
    border: 1px solid #CACACA;
    font-family: 'glacial_indifferenceregular';
    font-weight: 500;
}
.contact-page-form .form-group{
    margin-bottom:20px;
}
#contact-us-form-id label.error{
    position: initial !important;
}
.w-1oo{
    width:80%;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown-menu{
    padding:0px;
    margin:0px;
}
.dropdown-menu .dropdown-item{
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.dropdown-menu .dropdown-item:hover{
    background:#eb4923;
    color:#fff;
}
header .nav-link.active{
    color:#eb4923 !important;
    font-weight: 500;
}
.nav-item:hover .nav-link{
    color:#eb4923;
    font-weight: 500;
}
.header .navbar-expand-lg{
    padding: 10px 5%;
}
.mb-20,
.mb-30{
    margin-bottom:10px;
}
.contact-decription{
    font-family: 'glacial_indifferenceregular';
    font-weight: 500;
}
.contact-us-sec-address h5{
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 25px;
    color: #0E2A4E;
}
.contact-us-sec-address{
    border: 1px solid #ccc;
    padding: 35px 35px;
}
.contact-list-details p{
    font-family: 'glacial_indifferenceregular';
    font-weight: 500;
}
.custom-send-btn{
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    background-color: #F1472B !important;
    padding: 10px 30px;
    height: auto !important;
}
.people-excerpt{
    font-family: 'glacial_indifferenceregular';
}
.people-position{
    color: #F1472B;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom:15px;
}
footer h5{
    font-family: 'Playfair Display', serif;
}
body h2.people-name{
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
}
@media (max-width: 767.98px){
    .banner-title{
        font-size: 2em;
        margin-bottom: 10px;
    }
    .ourmangement-title {
        left: 10%;
    }
    .centered {
        top: 30%;
    }
    .page-title-bar{
        margin-bottom: 10px;
    }
    .section-bkg-white{
        padding: 15px;
    }
    .contact-page-form{
        width: 100%;
    }
    .img-name{
        padding:15px;
    }
}
@media (max-width: 500px){
    body #carouselExampleIndicators .carousel-caption{
        top:10% !important;
        padding-top:5px;
    }
    .banner-title {
        font-size: 1.5em;
    }
    .banner-para{
        margin-bottom: 10px;
    }
    .banner-para{
        font-size: 1em;
    }
    .cs-btn-white{
        padding: 5px 16px;
        font-size: 14px;
    }
    #carouselExampleIndicators .carousel-item img{
        min-height:200px;
    }
}
@media (min-width: 992px){
    #carouselExampleIndicators .carousel-caption{
        width: 50%;
    }
    #carouselExampleIndicators .carousel-item img{
        width: 100%;
    }
    .display-block-desktop{
        display: block;
    }
   body .no-left-padding{
        padding-left:0px !important;
    }
}
#res_message{
    float: left;
}
@media only screen and (min-width: 992px) and (max-width: 1500px)  {
    .cs-img-marble,
    .cs-image-interior{
        min-height: 590px;
    }
    .card-profile{
        min-height:606px;
    }
}


.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
.dropdown-submenu:hover ul.dropdown-menu {
    display: block;
}
.dropdown-submenu{
    position: relative;
}


.menu-footer-list{
    column-count: 2;
}

@media only screen and (min-width: 1600px) {
    /* styles for browsers larger than 960px; */
    .cs-image-interior,
    .cs-img-marble{
        width: 100%;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link{
font-size: 12px;
padding:5px;
}
header .nav-item {
    padding: 0px 2px;
}
.social-icons li {
font-size:12px;
}


} 

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
.navbar-expand-lg .navbar-nav .nav-link{
font-size: 14px;
padding:5px;
}
.social-icons li {
font-size:15px;
}

} 