@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@600;700&display=swap');

/* font-family: 'Crimson Text', serif; */
html {
    font-size: 16px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Work Sans', sans-serif;
    background: #fff;
    color: #141c2c;
    font-size: 18px;
    line-height: 1.7;
}

a {
    color: #dcb161;
    text-decoration: none;
}

a:hover {
    color: #dcb161;
}

p {
    text-align: justify;
}

.header-fixed {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.header-sep {
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    position: relative;
    z-index: 1;
}

.pos-relative {
    position: relative;
}

nav {
    font-size: 14px;
}
 

.nav-item a {
    color: #fff;
}
.nav-item a svg {
    width: 14px;
    height: 14px;
    color: #fff;
    float: none;
    margin: 0 4px 0 0;
}

.social__box a {
    color: #fff;
}

.social__box a svg {
    width: 18px;
    height: 18px;
    color: #fff;
    float: none;
    margin: 0 0 0 0;
    fill: #fff;
}

.nav-item a:hover {
    color: #dcb161;
}

.sticky-top.active {
    background: #000;
}

.active .nav-item a {
    color: #dcb161;
}

.active .nav-item a:hover {
    color: #dcb161;
}

.active .nav-item .dropdown-menu a {
    color: #fff;
}

.active .nav-item .dropdown-menu a:hover {
    color: #dcb161;
}

.dropdown-menu {
    font-size: 13px;
}

.navbar-nav {
    text-transform: uppercase; 
}

.navbar-brand img {
    height: 46px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

.nav-link {
    padding: 8px 14px 6px;
    display: inline-flex;
    align-items: center;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, .86);
    z-index: 5;
}

.dropdown-item:hover {
    background: none;
}

.dropdown-toggle::after {
    display: none;
}


/*
.dropdown-toggle::before {
  display: inline-block;
  padding: 0.3rem 0.4rem 0 0.3rem;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  float: right;
  font-size: 12px;
} */

.sub-arrow {
    width: 14px;
    height: 14px; 
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=') no-repeat center center / 18px;
    display: inline-block;
    margin-left: 4px;
    transition: all .3s ease-in-out;
}

.navbar-expand-lg .navbar-collapse {
    position: relative;
}

/*.dropdown:hover .dropdown-menu {*/
/*    display: block;*/
/*}*/

.dropdown-menu {
    margin-top: 0;
}

.dropdown-menu li {
    line-height: 30px;
}

.dropdown-menu li.brd-btm-gold {
    border-bottom: 1px solid #dcb16161;
}

.col-megamenu li {
    border-bottom: 1px solid #dcb16161;
    line-height: 40px;
    display: block;
}

.col-megamenu li a {
    display: block;
    width: 100%;
    height: 100%;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.carousel {
    margin-top: -115px;
}

.carousel-caption {
    bottom: 23%;
}

.carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 100vh;
}

.carousel-control-next,
.carousel-control-prev {
    width: 3%;
}

.carousel-item:before {
    content: '';
    background: rgba(14, 18, 30, .3);
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.smalltitle span {
    color: #dcb161;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .05em;
    border-bottom: 1px solid;
    display: inline-block;
    position: relative;
}

.smalltitle span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dcb161;
    left: 0;
    bottom: -3px;
}

h1 {
    font-size: 56px !important;
    font-family: 'Crimson Text', serif !important;
    color: #fff;
    text-align:center;
}
.heading {
  font-size: 30px !important;
  font-family: 'Crimson Text', serif !important; 
  text-align: left;
  color: #242d4e;
}
.h1 {
    font-size: 56px !important;
    font-family: 'Crimson Text', serif !important;
    color: #fff;
    text-align:center;
}

h2 {
    font-size: 29px;
    font-weight: 100;
    font-family: 'Crimson Text', serif;
}

h3 {
    font-size: 24px;
    font-weight: 100;
    font-family: 'Crimson Text', serif;
}

h4 {
    font-size: 27px;
    color: #020202;
    font-weight: 700;
    font-family: 'Crimson Text', serif;
}

h5 {
    font-size: 18px;
    color: #242d4e;
    font-weight: 600;
    font-family: 'Crimson Text', serif;
}

.button {
    background-color: #dcb161;
    color: #fff;
    border: none;
    padding: 10px;
    margin-top: 30px;
    font-weight: 600;
    font-size: 15px;
}

.button a {
    color: #fff;
}

.button a:hover {
    color: #fff;
}

.gold-bg {
    background: #dcb161;
}

.gold-bg:hover {
    background: #fff;
}

.active .gold-bg a {
    color: #fff;
}

.lite-bold-bg {
    background: #fdf9f2;
}

svg {
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
    fill: #dcb161;
    color: #dcb161;
    /* float: left;
    margin-right: 1%;
    margin-top: 3%; */
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs43 {
    font-size: 43px;
}

.fs48 {
    font-size: 48px;
}

.fs50 {
    font-size: 50px;
}

.fs72 {
    font-size: 72px;
}

.h2color {
    color: #242d4e;
}

.team h3 a {
    color: #232e4e;
    font-size: 24px;
}

.gold-text {
    color: #dcb161;
}

.practice-image,
.team-v2 {
    overflow: hidden;
    position: relative;
    padding: 30px;
    height: 450px;
}

.practice-img-bg {
    position: absolute;
    left: -50px;
    top: 0;
    height: 100%;
    width: calc(100% + 50px);
    background-size: cover;
    background-position: center center;
    -webkit-transition: transform 1s cubic-bezier(.3, 1, .35, 1) 0s;
    -moz-transition: transform 1s cubic-bezier(.3, 1, .35, 1) 0s;
    -o-transition: transform 1s cubic-bezier(.3, 1, .35, 1) 0s;
    -ms-transition: transform 1s cubic-bezier(.3, 1, .35, 1) 0s;
    transition: transform 1s cubic-bezier(.3, 1, .35, 1) 0s;
}

.practice-img-bg:before,
.team-img-bkg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: .4;
    -webkit-transition: opacity 1s cubic-bezier(.3, 1, .35, 1) 0s;
    -moz-transition: opacity 1s cubic-bezier(.3, 1, .35, 1) 0s;
    -o-transition: opacity 1s cubic-bezier(.3, 1, .35, 1) 0s;
    -ms-transition: opacity 1s cubic-bezier(.3, 1, .35, 1) 0s;
    transition: opacity 1s cubic-bezier(.3, 1, .35, 1) 0s;
}

.moving-img {
    height: 450px;
    position: relative;
    transition: transform 0.3s ease;
    transform: translateX(0px);
    width: 100%;
}

.moving-img :hover {
    transform: translateX(40px);
}

.icon-top-img {
    position: absolute;
    left: 30px;
    top: 30px;
    display: block;
    font-size: 20px;
    color: #fff;
    pointer-events: none;
}

.practice-image-content {
    font-size: 14px;
    color: #dcb161;
    position: absolute;
    bottom: 20px;
    left: 30px;
    -webkit-transition: bottom 1s cubic-bezier(.3, 1, .35, 1) 0s;
    -moz-transition: bottom 1s cubic-bezier(.3, 1, .35, 1) 0s;
    -o-transition: bottom 1s cubic-bezier(.3, 1, .35, 1) 0s;
    -ms-transition: bottom 1s cubic-bezier(.3, 1, .35, 1) 0s;
    transition: bottom 1s cubic-bezier(.3, 1, .35, 1) 0s;
    pointer-events: none;
}

.practice-image-content h3 {
    font-size: 24px;
}

.practice-image-content h3 a {
    color: #fff;
    text-decoration: none;
}
.team-img { text-align: center; }
.team-img img {
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -o-transition: all 1s ease;
    /* IE 9 */
    -ms-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
    max-height: 400px;
    width: auto;
    margin-left: auto;
}

.team-img:hover img {
    -webkit-transform: scale(1.10);
    /* Safari and Chrome */
    -moz-transform: scale(1.10);
    /* Firefox */
    -ms-transform: scale(1.10);
    /* IE 9 */
    -o-transform: scale(1.10);
    /* Opera */
    transform: scale(1.10);
}

.progress {
    height: 20px;
    border-radius: 0;
}

.progress-bar {
    background-color: #dcb161;
    padding-right: 15px;
    text-align: right;
}

.testimonials-bg { 
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
}

.form-control {
    padding: 15px;
    border-radius: 0;
    border: 1px solid #d7dae1;
    font-size: 18px;
    color: #141c2c;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #141c2c;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #141c2c;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #141c2c;
}

.btn {
    border-radius: 0;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 600;
}

.btn:hover {
    background: #000;
    color: #fff;
}

.git-box {
    margin: 0 0 21px;
    padding: 30px;
    border: 1px solid #d7dae1;
}

.git-box .float-none {
    width: calc(100% - 55px);
}

.git-box-c {
    margin: 0 0 10px;
    padding: 20px 0;
}

.git-box h5 {
    font-size: 24px;
}

.git-box h5 a {
    color: #242d4e;
}

.icon {
    background: #dcb161;
    color: #fff;
    padding: 5px 13px 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 8px;
    position: relative;
}

.icon svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mb5em {
    margin-bottom: 5em;
}

.inner-header {
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
    width: 100%;
    height: 575px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -115px;
}

.inner-header1 {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header:before,
.inner-header1:before {
    content: '';
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.footer-blog-thumb {
    width:70px;
    height:auto;
}

.inner-header .inner-con {
    position: absolute;
    z-index: 4;
    width: 100%;
    top: 50%;
    text-align: center;
    padding-top: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-header1 .inner-con1 {
    position: absolute;
    z-index: 4;
    width: 100%;
    top: 40%;
    text-align: left;
    padding-top: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-content ul {
    margin: 0;
    padding: 0;
}

.inner-content ul li {
    list-style: none;
}

.inner-content ul li i {
    color: #dcb161;
    padding-right: 12px;
}

.brd-top-gold {
    border-top: 1px solid #dcb161;
}

.brd-right-gold {
    border-right: 1px solid #dcb161;
}

.brd-left-gold {
    border-left: 1px solid #dcb161;
}

.inner-services img {
    width: 50px;
    height: 50px;
}

.firm-img {
    width: 85px!important;
    height: auto!important;
}

.inner-services h3 {
    font-size: 24px;
}

.inner-services h2 {
    font-size: 30px;
    line-height: 1;
}

.inner-services h2 a {
    color: #232e4e;
    font-family: 'Crimson Text', serif;
}

.inner-services h3 a {
    color: #232e4e;
}

.inner-services h3 a:hover {
    color: #dcb161;
}

.inner-services p {
    text-align: left;
}

footer {
    padding: 3rem 0 3rem 0;
    background: #141c2c;
    color: #fff;
}

footer p, footer li {
    font-size: .875rem;
    line-height: 1.3;
    font-weight: 400;
    display: flex;
}

footer a {
    color: #fff;
    font-weight: 400;
    font-size: .925rem;
    line-height: 1.4;
    display: inline-block;
    transition: all .3s ease-in-out;
}

footer a:hover {
    color: #dcb161;
}
 

footer .h2 {
    color: #fff;
    font-family: 'Work Sans', serif;
    font-size: .875rem;
    margin-bottom: 1rem;
    font-weight: 500;
    position: relative;
}

footer .h2::after {
    content: '';
    width: 4rem;
    height: 1px;
    display: block;
    background-color: var(--brand);
    position: absolute;
    bottom: -.35rem;
    left: 0;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer li {
    list-style: none;
    margin-bottom: .5rem;
}

footer .line::after {
    content: "||";
    font-style: normal;
    font-size: 1.2rem;
    line-height: 0;
    font-weight: 400;
    color: rgb(136, 136, 136);
    position: relative;
    top: 1px;
    margin: 0 .2rem;
}

.git-box-c .float-none {
    width: calc(100% - 50px);
}
 

.ls50 {
    letter-spacing: .05em;
}

.ml-15 {
    margin-left: 15px;
}

.mt-10 {
    margin-top: -10px;
}



/*----------------------------*/

.floating_btn, .floating-btn-call {
    position: fixed;
    bottom: 40px;
    right: 30px;  
    z-index: 1000;
}
.floating-btn-call { 
    bottom: 115px;
    right: 30px;  
}
 

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon, .contact-icon {
    background-color: #42db87;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
    position: relative;
}
.contact-icon {
    background-color: #7700d8;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

.contact_icon svg, .contact-icon svg {
    width: 24px;
    height: 24px;
    float: none;
    margin: 0%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
}
.contact-icon svg {
    width: 20px;
    height: 20px;
}

.text_icon {
    margin-top: 8px;
    color: #fff;
    font-size: 13px;
}

@media (max-width:992px) {
    .contact_icon, .contact-icon { 
        width: 40px;
        height: 40px;
    }
}
@media (max-width:575px) {
    .floating_btn, .floating-btn-call {
        right: 15px;
    }
    .floating-btn-call {
        bottom: 100px;
    }
}


/* ---------------Accordion------------------- */

.heading-primary {
    font-size: 2em;
    padding: 2em;
    text-align: center;
}

.accordion dd,
.accordion__panel {
    background-color: #eee;
    font-size: 1em;
    line-height: 1.5em;
}

.accordion p {
    padding: 1em 2em 1em 2em;
}

.accordion {
    position: relative;
    background-color: #eee;
}

.accordionTitle,
.accordion__Heading {
    background-color: #dcb161;
    text-align: center;
    font-weight: 700;
    padding: 2em;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.5s ease-in-out;
    border-bottom: 1px solid #dcb161;
}

.accordionTitle:before,
.accordion__Heading:before {
    content: "+";
    font-size: 1.5em;
    line-height: 0.5em;
    float: left;
    transition: transform 0.3s ease-in-out;
}

.accordionTitle:hover,
.accordion__Heading:hover {
    background-color: #fff;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
    background-color: #dcb161;
    color: #fff;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
    transform: rotate(-225deg);
}

.accordionItem {
    height: auto;
    overflow: auto;
    max-height: 50em;
    transition: max-height 1s;
}

@media screen and (min-width: 48em) {
    .accordionItem {
        max-height: 15em;
        transition: max-height 0.5s;
    }
}

.accordionItem.is-collapsed {
    max-height: 0;
}

.no-js .accordionItem.is-collapsed {
    max-height: auto;
}

.animateIn {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
    -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}


/* ------------------------------------------ */

.slider {
    height: 400px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: left;
}

.slider__nav {
    width: 7px;
    height: 7px;
    margin: 2rem 12px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #dcb161;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #dcb161, 0 0 0 0 #dcb161;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slider__nav:checked {
    -webkit-animation: check 0.4s linear forwards;
    animation: check 0.4s linear forwards;
}

.slider__nav:checked:nth-of-type(1)~.slider__inner {
    left: 0%;
}

.slider__nav:checked:nth-of-type(2)~.slider__inner {
    left: -100%;
}

.slider__nav:checked:nth-of-type(3)~.slider__inner {
    left: -200%;
}

.slider__nav:checked:nth-of-type(4)~.slider__inner {
    left: -300%;
}

.slider__nav:checked:nth-of-type(5)~.slider__inner {
    left: -400%;
}

.slider__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.slider__contents {
    height: 100%;
    padding: 2rem 0;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.slider__image {
    font-size: 2.7rem;
    color: #2196F3;
}

.slider__caption {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.slider__txt {
    color: #fff;
    font-size: 28px;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-style: italic;
}

@-webkit-keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

@keyframes check {
    50% {
        outline-color: #333;
        box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #333;
        box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

.quote-icon {
    fill: #dcb161;
    margin-bottom: 30px;
    width: 71px;
    height: 70px;
}

.navbar .megamenu {
    padding: 1rem;
}


/* ============ desktop view ============ */
@media (max-width:1400px) {
    .team-img img {  max-height: 341px; }
}
@media (max-width:1200px) {
    .team-img img {  max-height: 300px; }
}

@media all and (min-width: 992px) { 
    .navbar .has-megamenu {
        position: static!important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
    
    .nav-item.dropdown .dropdown-menu {
        display: block;
        transition: all .3s ease-in-out;
        transform: scaleY(0) translateY(50%);
        opacity: 0;
    }
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        transform: scaleY(1) translateY(0);
        opacity: 1;
    }
    .nav-item.dropdown:hover .nav-link .sub-arrow { 
        transform: rotate(-180deg); 
    }
}


/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px !important;
        padding-left: 10px !important;
      }
}

@media(max-width: 991px) {
    body { 
        font-size: 16px;
        line-height: 1.5;
    }
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh; 
        position: absolute;
    }
    .navbar-collapse {
        position: absolute;
        background: #000;
        width: 100%;
        top: 100%;
        left: 0;
        padding-top: 10px;
    }
    .navbar-nav .nav-item {
        border-bottom: 1px solid #dcb16259;
    }
    .navbar-nav .nav-item.gold-bg .nav-link {
        justify-content: center;
    }
    .gold-bg:hover {
        background: #dcb161;
        color: #fff;
    }
    .gold-bg a:hover {
        color: #fff;
    }
    .navbar-nav .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    .navbar .megamenu {
        padding: 0 2rem;
    }


    .fs43 {
        font-size: 33px;
    }
    h4 {
        font-size: 22px;
    }
    .fs48 {
        font-size: 38px;
    }
}


/* ============ mobile view .end// ============ */

.only-desktop {
    display: block;
}

.only-mobile {
    display: none;
}

@media (max-width: 768px) {
    h1 {
        font-size: 36px !important;
    }
    .h1 {
        font-size: 36px !important;
    }
    .carousel-caption {
        bottom: 25%;
    }
    .slider__txt {
        font-size: 18px;
    }
    .fs72 {
        font-size: 48px;
    }
    .fs48 {
        font-size: 32px;
    }
    .fs43 {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }
    .fs43 {
        font-size: 24px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 18px;
    }
    .fs48 {
        font-size: 24px;
    }
    .zsiq_theme1 div.zsiq_cnt {
        display: none !important;
    }



    .nav-link {
        padding: 7px 7px 5px;
    }
    .social__box a svg {
        width: 14px;
        height: 14px;
    }
    .only-desktop {
        display: none;
    }
    .only-mobile {
        display: block;
    }
    .carousel-caption {
        right: 5%;
        left: 5%;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 8%;
    }
  
    .mobile-top .pt-5 {
        padding-top: 0 !important;
    }
    .mobile-top .mt-5 {
        margin-top: 0 !important;
    }
    .mobile-bottom .pb-5 {
        padding-bottom: 0 !important;
    }
    .mobile-bottom .mb-5 {
        margin-bottom: 0 !important;
    }
    .fs50 {
        font-size: 24px;
        margin-top: 5%;
    }
   
    .ps-5 {
        padding-left: 0 !important;
    }
    .mt-2em-mobile {
        margin-top: 2em;
    }
    .mb5em {
        margin-bottom: 15em;
    }
    .inner-header {
        margin-bottom: 30px;
        height: 300px;
    }
    .mob-pb-1 {
        padding-bottom: 1em;
    }
    .brd-right-gold {
        border: none;
    }
    .git-box {
        margin: 0 0 10px;
        padding: 16px; 
    }
}






/*============================*/
.header__wrapper {
    padding:11rem 0 3rem 0;
    margin-top: -9rem;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
    margin-bottom:4rem;
}
.header__wrapper .h1 {
    font-family: "Crimson Text", serif;
    color: #fff;
    font-weight: 300;
    font-size: calc(2rem + 1vw);
} 
.header__wrapper p {
    color:#fff;font-size: 1.125rem;
}
.header__wrapper .info__list .tick {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: .65rem;
}
.header__wrapper .form__wrapper {
    max-width: 420px;margin-left:auto;margin-right:auto;
}
.header__wrapper .form__wrapper .form-control {
    border: 0;
    border-bottom:1px solid #ced4da; 
    padding: .2rem .2rem .2rem .75rem;
    font-family: 'Work Sans', sans-serif;color: #595c60;
}
.header__wrapper .form__wrapper .form-control::placeholder { 
    font-family: 'Work Sans', sans-serif;color: #595c60;
}
.header__wrapper .form__wrapper .form-control[type="text"] {
     height: 3rem;
}
.header__wrapper .form__wrapper .form-control:focus {
    box-shadow:none;outline:none;
}
.header__wrapper .btn-primary {
    background-color: #dcb162;border-color: #dcb162;padding: 8px 25px;
}

.before::before {
    display: block;
    content: " ";
    margin-top: -6rem;
    height: 6rem;
    visibility: hidden;
    pointer-events: none;
}

.check__list li {
    padding-left: 2rem;
    position: relative;
    list-style-type:none;
}

.check__list li::before {
    content:'';
    width: 1.125rem;
    height: 1.125rem;
    display: block;
    background: url('../images/White_TICK.svg') no-repeat center center / contain;
    position: absolute;
    top: .5rem;
    left: 0;
}



.main__header .carousel-item {
    padding: 45vh 0 30vh 0;
    text-align: center;
}
.main__header .content {
    position: relative;
    z-index: 99;
}

.highlight__wrapper {
    background-color: #eaeaea;
}
.highlight__wrapper .icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: transparent;
}
.highlight__wrapper .icon svg {
    height: 3rem;
    width: 3rem;
    fill: var(--brand);
}
.highlight__wrapper .h5 {
    width: calc(100% - 3.25rem);
    padding-left: 1rem;
    margin-bottom: 0;
    font-family: 'Crimson Text', serif !important;
}

@media (max-width: 768px) {
    .main__header .carousel-item {
        padding: 25vh 0 14vh 0;
        text-align: center;
    }
}

.member__card {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) !important;
    overflow-x: hidden !important;
}
.member__card .caption img{
    width: 1.75rem;
    height: auto;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 99;
}

.tick__list li {
    position: relative;
    padding-left: 24px;
}

.tick__list li::before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNkY2IxNjEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZWNrLWNpcmNsZSI+PHBhdGggZD0iTTIyIDExLjA4VjEyYTEwIDEwIDAgMSAxLTUuOTMtOS4xNCI+PC9wYXRoPjxwb2x5bGluZSBwb2ludHM9IjIyIDQgMTIgMTQuMDEgOSAxMS4wMSI+PC9wb2x5bGluZT48L3N2Zz4=');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
    position: absolute;
    top: 9px;
    left: 0%;
}


.map__wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #ccc;
    border-radius: .25rem;
    height:300px;
}
.map__wrapper::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.map__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0px;
}