
body {
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    font-family: 'Oranienbaum', sans-serif;
    color: #000;
}

::selection {
    background-color: #2196f3;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
 }

a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: #000;
    text-decoration: none;
}

a:hover {
    outline: none;
    color: #1d1d1d;
    text-decoration: none;
}

.wow {
    visibility: hidden;
}

.clear {
    clear: both;
}

img:not(table img) {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    color: var(--secondary, #7C7C7C);
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

figure {
    margin: 0 auto;
    display: block;
    text-align: center;
}

body.scroll-off {
    overflow: hidden;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-heading {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
.SumoSelect {
	display: block;
	width: 100%;
}
.section {
    margin-top: 50px;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.form-control::-webkit-input-placeholder {
    color:   #7C7C7C ;
    font-family:'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.subscribeText{
    color: var(--secondary, #7C7C7C);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    max-width: 370px;
    margin-bottom: 30px;
}
.footerSocialLink.instaLink{
    border:1px solid #7C7C7C
}
.footerSocialLink.fbLink{
    border:1px solid #5A7BC2;
}
.footerSocialLink.twLink{
    border:1px solid #1FA2F4;
}
.footerSocialLink.linkedLink{
    border:1px solid #0881B0;
}
.socialLinkList {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin: 27px 0;
}
.footerSocialLink:hover{
    border: 1px solid #fff;
}
.footerSocialLink{
    border:1px solid #5A7BC2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-control::-moz-placeholder {
    color:#9C9C9C;
}

.form-control:-ms-input-placeholder {
    color:#9C9C9C;
}

.form-control:-moz-placeholder {
    color:#9C9C9C;
}


.SumoSelect > .CaptionCont {
	height: 55px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	border-radius: 10px;
	border: 1px solid #9C9C9C;
	padding: 10px 22px;
	line-height: 30px;
}
.SumoSelect.open > .CaptionCont {
    color: #000;
}
.SumoSelect.open > .optWrapper {
	top: 55px;
    box-shadow: 2px 3px 13px rgba(0,0,0,.07);
    border-radius: 13px;
    border: 1px solid #e6e6e6;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: #F3F6FF;
}
.SumoSelect > .optWrapper > .options li.opt {
	padding: 7px 20px;
    font-weight: 500;
	border-bottom: 1px solid #eaeaea;
}
.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
	box-shadow: unset;
	border-color: #3B99D7;
}
/*==================== User Dropdown Start ===================*/

.user_dropdown {
    display: inline-block;
}

.user_dropdown>a {
    color: #494949;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.user_dropdown img {
    height: 35px;
    width: 35px;
    min-height: 35px;
    min-width: 35px;
    border-radius: 50%;
}

.user_dropdown .dropdown-menu.show {
    display: block;
    left: auto;
    width: 160px;
    overflow-x: hidden;
    padding-bottom: 0;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
}

.user_name>div {
    white-space: nowrap;
    max-width: calc(160px - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #494949;
    text-transform: capitalize;
    font-size: 15px;
}

.user_name {
    padding: 0 10px;
    border-bottom: 1px solid #e9ecef;
}

.user_name small {
    color: #a2a2a2;
    text-transform: lowercase;
}

.user_name .user_email {
    margin-top: -10px;
}

.user_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user_dropdown ul li {
    display: block;
}

.user_dropdown ul li a {
    color: #494949;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 10px;
    /* padding-left: 20px; */
    display: block;
    border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
    margin-right: 5px;
}

.user_dropdown ul li a:hover {
   color: #c72026;
}


/*==================== User Dropdown End ===================*/


/* *** loader css start ****  */

.loader-wrapper {
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
    content: "";
    width: 100px;
    height: 100px;
    border: 5px solid rgba(0, 0, 0, 0.05);
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* *** loader css end  ****  */


/*==================== Header Start ===================*/

#header {
    height: 85px;
    display: flex;
    align-items: center;
    z-index: 10;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    background: 0 0 !important;
    background-color: #0000 !important;
}
.fixedHeader #header {
    position: fixed;
    width: 100%;
}
.fixedHeader #header.is-sticky.awake {
    background-color: #1e1e1e !important;
}
#header.is-sticky {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    /* height: 65px;
    border-bottom: 1px solid #ededed; */
}

#header.is-sticky.awake {
    transform: translateY(0%);
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    background-color: #1e1e1e;
}

#header.is-sticky.inner_pages_head,
#header.inner_pages_head {
    height: 65px;
}

#header>.container-fluid>.navbar {
    padding-left: 0;
    padding-right: 0;
}

#header .navbar-brand img {
    height: 45px;
    width: auto;
}

#header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 40px;
}

#header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}
#header   .nav-link {
    position: relative;
    padding: 0;
    color: #fff;
    font-family: 'Montserrat';
}
#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #ccbd80;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover:before,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before {
    color: #ccbd80;
}


#header .dropdown-toggle::after {
    border: none;
    /* height: 8px;
  width: 11px; */
    /* background-image: url(../img/drop_arrow.png); */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 3px;
}

#header .extra_nav {
    margin-left: 30px;
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
    margin-right: 10px;
}


#header .extra_nav .nav-item:list-child {
    margin-right: 0px;
}


#header .extra_btn:hover {
    background-color: rgba(255, 255, 255, 0.24);
}

#header .header_filled_btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    padding: 15px 40px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    background-color: #fff;
    border: 1px solid #fff;
    color: var(--dark, #1C1C1C);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#header .header_filled_btn:hover{    
    border: 1px solid #ccbd80;
    background-color: #ccbd80;
    color: #fff !important ;
}
.titleRow.themecolor {
    color: #ccbd80 ;
}
.titleRow.themecolor svg text {
    fill: #ccbd80;
}
.alignLeft{
    justify-content: flex-start !important;
}
#header .header_border_btn{    
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: #fff;
    color: #c72026 ;
    border: 1px solid #c72026;
}
#header .header_border_btn:hover {
    background-color: #c72026;
    color: #fff !important;
}
.titleHeading.textBlck{
    color: var(--dark, #1C1C1C);
}
.titleHeading.textLeft{
    text-align: left;
}
.titleHeading {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}
.listContentTitle {
    color:#1C1C1C;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}
.listContant p{
    max-width: 330px;
}
.listNo{
    color:  #CCBD80;
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
}
.sliderMoreBtn.themeColor .sliderMoreIcon svg path {
    fill: #fff;
}
.sliderMoreBtn.themeColor .sliderMoreIcon {
    background: #ccbd80;
}
.sliderMoreBtn.themeColor {
    color: #ccbd80;
}
.sliderMoreBtn.themeColor:hover .sliderMoreIcon {
    background: #1C1C1C;
}
.m5070{
    margin: 30px 0 70px 0;
}
.contentRightData .sliderMoreBtn {
    margin-bottom: 0;
    margin-top: 60px;
}
.sliderMoreBtn.themeColor:hover {
    color: #1C1C1C;
}
.contentNumber ul li:last-child{
    margin-bottom: 0px;
}
.mt100{
    margin-top: 100px;
}
.mt30{
    margin-top: 30px;
}
.maxW-850{
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.contentNumber ul li{
    margin-bottom: 50px;
}
.m150{
    margin: 150px auto;
}
span.borderCardTitle {
    display: block;
    color: var(--dark, #1C1C1C);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 50px 0 30px 0;
}
.weAreBorderBox p{
    margin-bottom: 0;
}
.ourcentered h5:after{
    content: '';
    width: 40px;
    height: 3px;
    background-color: #CCBD80;
    display: block;
    margin: auto;
    margin-top: 15px;
}
.ourcentered h5{
    color: var(--white, #FFF);
    text-align: center;
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}
.ourcentered p{
    color: var(--white, #FFF);
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.aboutWhiteBg{
    margin-top: 150px;
}
.weAreBorderBox {
    padding: 50px 30px;
    border: 1px solid rgba(124, 124, 124, 0.25);
}
.contentNumber ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.maxW-600{
    max-width: 600px;
    padding-left: 100px;
}
.textWidthNo {
    display: flex;
    align-items: flex-start;
    column-gap: 100px;
}
.header_border_btn:before, .header_filled_btn:before {
    display: none;
}

#header .flag_ico {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding-left: 32px;
    padding-right: 5px;
    width: auto;
    font-weight: 400;
    color: #000;
}


#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
    width: 21px;
    height: auto;
    vertical-align: text-bottom;
}

#header .for_mobile {
    display: none;
}

#header .for_desktop {
    display: block;
}

#header .dropdown-item {
    font-weight: 300;
}


/*#header .dropdown-item:hover {
    background-color: #30383d;
    color: rgba(255,255,255,0.60);
}*/

.langugae_filter {
    position: relative;
}

.lang_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100px;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
    margin: 0;
    padding: 4px 11px 6px 10px;
}

.lang_country {
    position: relative;
    cursor: pointer;
}
.dropdown-toggle.lang_drop {
    border: 0;
    background: transparent;
}
#header .navbar-expand-lg .navbar-nav .currency-filter .nav-link.lang_drop {
    padding: 8px 0 8px 36px;
}
#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding: 8px 0 8px 36px;
    color: #8B96A5;
}
.lang_country {
    position: relative;
    padding: 5px 0px 5px 34px;
    color: #494949;
    border-bottom: 1px solid #e9e9e9;
}

.lang_country .flag_ico img {
    max-width: 19px;
}

.lang_country:last-child {
    border-bottom: 0;
}

.lang_country:hover {
    color: #c72026;
    background-color:transparent;
}


.navbar-brand {
    font-size: 0;
}
/* 
.langugae_filter:hover .lang_dropdown {
    display: block;
} */
/*==================== Header End ===================*/



/*==================== Footer login Signup Section ===================*/

.footer-logsign-link {
    position: relative;
}

.footer-logsign-link:after,
.footer-logsign-link:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.footer-logsign-link:before {
    background-color: #df1f26;
    left: 0;
}

.footer-logsign-link:after {
    background-color: #ec2027;
    right: 0;
}

.footer-signin-link a,
.footer-signup-link a {
    height: 150px;
    align-items: center;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
}

.footer-signup-link a {
    background-color: #df1f26;
    padding-left: 0px;
}

.footer-signin-link a {
    background-color: #ec2027;
}

.footer-signin-link a span,
.footer-signup-link a span {
    color: #fff;
    font-size: 36px;
    width: 100%;
}

.footer-signin-link a p,
.footer-signup-link a p {
    color: #fff;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
}

.footer-signup-link a span.footer-link-arrow,
.footer-signin-link a span.footer-link-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    background-color: #ccbd80;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    transition: 0.5s all;
}

.footer-signup-link a:hover span.footer-link-arrow,
.footer-signin-link a:hover span.footer-link-arrow {
    background-color: #fff;
    color: #ccbd80;
}


/*==================== Footer login Signup Section ===================*/


/*==================== Footer ===================*/

.footer-block figure {
    margin: 0 0 30px;
    display: inline-block;
    max-width: 219px;
}

.cts_no {
    font-size: 15px;
    padding: 0 80px 0 0;
}

.cts_no p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.copyright a:hover{
    color:#ccbd80
}
.copyright a{
    color: #ccbd80;
}
.copyright {
    padding: 30px 0;
    border-top: 1px solid;
    margin-top: 50px;
    color: #7C7C7C;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.newsletter-form .form-control {
    height: 60px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400;
    background: transparent;
    padding: 15px 25px;
    padding-right: 40px;
    border-radius: 30px;
    border: 1px solid var(--secondary, #7C7C7C);
}

.relative-box {
    position: relative;
    top: 7px;
}

.relative-box .subscribe-btn {
    position: absolute;
    top: -7.5px;
    right: 0;
    color: #827e7e;
    height: 75px;
    font-size: 20px;
    background: #CCBD80;
    width: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.relative-box .subscribe-btn:hover {
    color: #ccbd80;
}

footer h6 {
    font-size: 17px;
    color: #000;
    margin: 0 0 27px;
    position: relative;
}

ul.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer-links li {
    margin: 3px 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

ul.footer-links li a {
    color: var(--secondary, #7C7C7C);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

ul.footer-links li a:hover {
    color: #ccbd80;
}

ul.footer-links.socialize li a {
    position: relative;
    padding-left: 25px;
}

ul.footer-links.socialize li a i {
    position: absolute;
    left: -9px;
    width: 30px;
    text-align: center;
    top: -4px;
    color: #959595;
    font-size: 17px;
}

.footer_wrapper {
    background: #1C1C1C;
    padding: 55px 0 0;
    border-top: 1px solid #eeeeee;
}

footer h6 {
    color: var(--white, #FFF);
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.subscribe_text {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}


.navbar {
    padding: 0;
}
 

#top-button {
    display: inline-block;   
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
 
  #top-button.show {
    opacity: 1;
    visibility: visible;
  } 
.back_top {
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color: #2196f3;
    display:none;
    border: #2196f3 1px solid;
    z-index: 1;
    border-radius:4px
}
.back_top span {
    position: relative;
    display: block;  color: #fff;
    width: 100%;
    height: 100%;
}
.back_top span svg {
    width: 22px;
    height: 21px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.back_top:hover {
    border-color: #2196f3;
    color: #2196f3;
    background-color: #fff;
}
.back_top:hover span{
     color: #2196f3;
     }


/*==================== Footer ===================*/

#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 25px;
}

.mobiledrop {
    position: absolute;
    right: 0px;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
}

/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
    height: 21px;
    width: 21px;
    min-width: 21px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    background: transparent;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
    border: 2px solid #1295d6;
    background: #1295d6;
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
    content: "\f00c";
    height: 100%;
    color: #fff;
    font-family: "Font-awesome-5-pro";
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom_checkbox label {
    color: #555 !important;
}


/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #b5b5b5;
    border-radius: 100%;
    background: #fff;
}
.custom_radio [type="radio"]:checked + label::after, .custom_radio [type="radio"]:not(:checked) + label::after {
	content: '';
	width: 10px;
	height: 10px;
	background: #F87DA9;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.custom_radio  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom_radio  [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-control {
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    padding: 15px 25px;
}

.form-control:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: #2196F3;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 12px 30px;
    border: 1px solid #2196F3;
}

.btn-primary:hover {
    color: #2196F3;
    background-color: transparent;
    border: 1px solid #2196F3;
}

.custom_select_block .ms-dd .ms-dd-header{
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;    
    border-radius: 6px;
    border: 1px solid #B1B1B1;
   overflow: hidden;
   width: 100%;
}
.custom_select_block .ms-dd .ms-dd-header .option-selected{
    height: 45px;
    padding: 10px 25px;
    width: 100%;
}

.custom_select_block  .ms-dd .ms-list-option.option-selected, .ms-dd .ms-optgroup ul .ms-list-option.option-selected {
    background: #ffffff;
}
.custom_select_block .ms-dd{
    width: 100%;
}
.custom_select_block .ms-dd .ms-dd-arrow {  
    margin-top: -5px;   
    right: 25px;   
}
/* slider */
.divsliderTextCard{
    position: absolute;
    bottom: 130px;
    z-index: 1;
    left: 0;
    right: 0;
}
.heroMySwiper .swiper-pagination {
    bottom: 52px !important;
}
.heroMySwiper .swiper-pagination-bullet {
    width: 100px;
    height: 3px;
    border-radius: 0;
    opacity: 0.25;
    background: var(--white, #FFF);
    margin: 0 10px !important;
}
.heroMySwiper .swiper-pagination-bullet-active{
    opacity: 1;
}
.ourSliderTitle {
    color: var(--white, #FFF);
    font-size: 60px;
    font-weight: 400;
    line-height: normal;
}
.ourSliderSubTitle {
    color: var(--white, #FFF);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    font-family: 'Montserrat';
    margin-bottom: 30px;
    display: block;
}
.sliderMoreBtn {
    margin: 35px 0 0 0px;
}
.sliderMoreBtn:hover {
    color: #ccbd80;
}
.sliderMoreBtn:hover .sliderMoreIcon{
    background: #ccbd80;
    transform: rotate(45deg);
}
.sliderMoreIcon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.sliderMoreBtn{
    color: var(--white, #FFF);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin: 60px 0 0 0px;
    width: fit-content;    
}
.hero2Section {
    background: #1C1C1C;
    padding: 150px 0;
    /* padding-left: 50px; */
}
.weAreSwiper, .weAre2Swiper  {
    padding-left: 50px;
}
.weAreInnCard{
    padding: 50px 30px;
    background: rgba(255, 255, 255, 0.2);
    display: block;
    cursor: default;
}
.weAreInnDescription{
    color: var(--white, #FFF);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;    
    padding-right: 20%;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);

}
.weAreInnTitle:hover svg path{
    fill: #fff;
}
.weAreInnTitle:hover{
    color: #fff;
}
.weAreInnTitle{
    color: var(--primary-gold, #CCBD80);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
        cursor: default;
    }
.titleRow svg text{
    fill: #fff;
}
.aboutBlock{
    padding-top: 150px;
}
.titleRow {
    color: var(--secondary, #7C7C7C);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
}
.aboutHeading{
    color: var(--white, #FFF);
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    margin: 30px auto 70px;
    max-width: 900px;
}
.abouDescription p{
    color: var(--secondary, #7C7C7C);
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.abouDescription a{
    margin: 70px auto 2px;
}
/* slider */
.ourImageCard{
    position: relative;
    padding-top: 50px;
    cursor: default;

    display: block;
}
.ourImageCard img{
    height: 650px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.ourImageCard:after{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background:linear-gradient(180deg, rgb(25 25 25 / 22%) 0%, #1C1C1C 100%);
    top: 0;
    left: 0;
}
.ourImageCard:hover .sliderMoreBtn{
   opacity:  1;
}
.ourImageCard .sliderMoreBtn{
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 1;
    margin-bottom: 30px;
}
.ourImageCard:hover{
    border-bottom: 5px solid #CCBD80;
    padding-top: 10px;
}
.ourImageBlock{
    margin-bottom: 150px;
}
.ourcentered {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.cardRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 45px;
}
.borderCardTxt{
    color: #fff;
}
.sliderborderCardTitle {
    color: #CCBD80;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
    display: block;
    margin-top: 50px;
}
.weAre2Swiper {
    margin: 100px 0 250px 0;
}
.widthSec{
    margin-bottom: 150px;
}
.weAre2Swiper .weAreInnCard .sliderMoreIcon svg path{
    fill: #fff;
}
.weAre2Swiper .weAreInnCard .sliderMoreIcon{
    background-color:#1C1C1C;
    border:1px solid #1C1C1C;
}
.weAre2Swiper .weAreInnCard:hover .sliderMoreIcon{
    background-color:transparent;
}
.weAre2Swiper .weAreInnCard:hover .borderCardTxt{
    color: #1C1C1C;
}
.weAre2Swiper .weAreInnCard:hover .sliderborderCardTitle{
    color: #1C1C1C;
}
.weAre2Swiper .weAreInnCard:hover{
    background: #CCBD80;
}
.weAre2Swiper .weAreInnCard:hover svg path{
    fill: #1C1C1C;
}
.weAre2Swiper .borderCardIcon svg path{
    fill: #7C7C7C;
}
.contactTitle {
    color: var(--white, #FFF);
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 35px;
}
.contactValue p{
    color: #fff;
    max-width: 260px;
}
.contactValue a:hover{
    color: #CCBD80;
}
.contactValue a svg{
    margin-left: 15px;
}
.contactValue a{
    color: var(--white, #FFF);
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 15px;
}
.contactIcon{
    margin-bottom: 35px;
}
.convertInnerCard .sliderMoreBtn{
    margin:80px auto 5px auto;

}
.convertInnerCard h5>span{
    font-weight: 700;
    display: block;
}
.convertInnerCard {
    background-image: url(../img/convertBg.jpg);
    padding: 100px 15px 120px 15px;
    background-size: cover;
    background-repeat: no-repeat;
}
.convertInnerCard h5{
    color: var(--white, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.covertBlock {
    margin-top: -250px;
}

.heightImg{
    height:100%;
}
.heightImg img{
    height:100%;
    width:100%;
    object-fit: cover;
}