
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat';
} 
body, html {
    overflow-y: auto;
    overflow-x: hidden;
}
p,#content-tab .inside_tabs ul li{
    font-size: 14px;
}
p a{
    color: #c6ad4c;
}
p a:hover{
    color: #e7d489;
}
h1,h2{
    font-family: 'DM Serif Text';
}
 @keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
 .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}
 .nav-item.dropdown.dropdown-mega {
    position: static;
}
 .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}
 .navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}
 .navbar-toggler:focus {
    box-shadow: none;
}
 .navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
}
 .navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}
 .navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #FFF;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}
 .navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}
 .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}
 .navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}
 .navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}
 .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}
 .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}
 .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}
.bg_light{
    background: #e6e4e3;
}


.banner_img{
    position: absolute;
    right: 0;
    z-index: 0;
    top: -10%;
    max-width: 55vw;
    width: 100%;
    height: auto;
}
.banner_wrapper{
    padding: 460px 0 14vw;
    background:#e8e3e2;
    margin-bottom: 50px;
    overflow: hidden;
    filter: grayscale(0.4);
}
.banner_wrapper.homepage {
    background: #dbd2d1; 
}
.banner_wrapper .banner_content  span{
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 1.2;
}
.banner_wrapper .banner_content .tagline{
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 1.2;
}
.banner_wrapper .banner_content h1{
    font-family: 'DM Serif Text';
    font-weight: 500;
    line-height: 70px;
    font-size: 74px;
    text-transform: uppercase;
}
.banner_content {   
    max-width: 55%;
}
.banner_content h2{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat';
}
p.bg_white{
    font-size: 18px;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    padding: 3px 10px;
    width: fit-content;
    font-weight: 500;
    display: none;
}
p.bg_theme{
    font-size: 24px;
    text-transform: uppercase;
    background: #d5ae18;
    color: #fff;
    padding: 3px 10px;
    width: fit-content;
    font-weight: 500;
    display: none;
}
p.bg_theme i{margin-right: 6px;}.banner_content ul li{
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
}
.banner_content ul{list-style-type: none;padding: 0;margin: 0;}
/* .banner_desc{
    max-width: 60%;
} */
.banner_desc p{font-size: 14px;}
.banner_content ul li i{vertical-align: middle;margin-right: 7px;}
.more_images{
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 2;
    bottom: -220px;
    transform: skew(0deg, -6deg);
}
.more_images .imgs_block img{
    border: 6px solid #fff;
    border-radius: 250px;
    overflow: hidden;
    background-color: #FFF;
    transform: scale(1.1) skew(0deg, 6deg);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    max-width: 100%;
    max-height: 100%;
}
.more_images .imgs_block{
    margin-right: 50px;
    position: relative;
    object-fit: cover; 
    object-position: center;
    max-width: 205px;
    max-height: 205px;
}
.more_images .imgs_block:last-child{margin-right: 0;} 
.facetime_wrapper {background-color: #f4f4f4;padding: 60px 0 170px;margin-top: -50px;clip-path: polygon(0 0%, 0 80%,100% 100%, 100% 0);}
ul li{list-style-type: none;}
ul{margin: 0;padding: 0;}

.navbar {
    background-color: rgb(0 0 0 / 30%) !important;
}
.socials_menus p {margin: 0;}
.socials_menus p a{
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 0;
    margin-right: 18px;
}
.socials_menus ul li a{color: #fff;margin-right: 18px;}
.socials_menus ul{display: flex;align-items: center;}
a{color: #fff;transition: 0.3s;}
a:hover {color: #fff;transition: 0.3s;}
.other_socials ul li a{margin-right: 18px;}
.other_socials ul li:hover a{}
.logo_bar{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.navbar{padding: 18px 0 !important;}
.menu_bar .navbar{
   background-color: rgb(0 0 0 / 62%) !important;
   padding: 7px 0 !important;
}
.menu_bar .navbar ul li a{padding: 0 !important;color: #fff !important;text-transform: uppercase; font-weight: 300;letter-spacing: 1px;}
.menu_bar .dropdown-toggle::after {
    content: '\f107';
    display: inline-block;
    margin-left: 1px;
    font-family: FontAwesome;
    vertical-align: middle;
    font-size: 13px;
    border: none;
}
.menu_bar .navbar ul li a:hover, .menu_bar .navbar ul li a:focus,
.menu_bar .navbar ul li .dropdown-menu.show a:hover, .menu_bar .navbar ul li .dropdown-menu.show a:focus {
    color: #fff !important;
    font-weight: 500;
}
.menu_bar .input-group input{
    background: rgb(255 252 252 / 36%);
    border: none !important;
    border-radius: 5px !important;
    color: #fff;
    padding-left: 40px !important;
    padding: 0.375rem 0.75rem;
}
.menu_bar .input-group button{position: absolute;left: 0;background: none;}
input:focus {outline: none;box-shadow: none !important;}
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.footer_inside_link ul li{line-height: initial;}
.footer_inside{padding: 80px 0 50px;}
.footer_logo img{filter: grayscale(1);}
.footer_logo a{margin-right: 50px;}
.footer_logo a:last-child{margin-right: 0;}
.footer_logo  {margin-bottom: 50px;}
.footer_info span{
    font-size: 20px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 2px 80px 2px 15px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 300;
}
.footer_info h2{
    font-size: 42px;
    text-transform: uppercase;
    line-height: 42px;
    color: #000;
}
.info_more  p{font-size: 14px;}
.footer_info h3{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.address p{margin: 0;}
.footer_inside h4{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 18px;
}
.footer_inside p{line-height: 20px;}
.footer_inside ul li a{color: #000;text-decoration: none;font-size: 14px;}
.footer_inside ul li a:hover{color: #00000080 !important}

.inside_contact_block img{
    display: block;
    margin-bottom: 50px;
}
.contact_block {
    background: #dedede;
    padding: 70px 30px;
    margin-top: -120px;
}
.inside_contact_block p{margin: 0;}
.inside_contact_block p a{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: normal;
}
.inside_contact_block h3{font-weight: 500;}
.info_more  a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.footer_inside_link p{font-size: 14px;}
.inside_contact_block{margin-top: 80px;}
.f_links{padding: 70px 0 40px 0;background: #dedede;position: relative;    clip-path: polygon(0 19%, 0 100%,100% 100%, 100% 0);}
.f_link_inside a{color: #000;text-decoration: none;font-weight: 300;margin-right: 6px;}
.f_link_inside a:hover{color: #00000080 !important}
.f_link_inside a.big_text{font-size: 23px;}
.copyright_block{background: #000;padding: 40px 0 20px;}
.copyright_block .socials_icon li {padding: 0 15px;}
.copyright_block .socials_icon li  a{font-size: 20px;}
a{text-decoration: none;}
.f_menus li a{margin-right: 15px;}
.f_menus li a i{margin-right: 5px;}
.f_menus{padding: 20px 0 10px;}
.copyright_inside p{color: #fff;text-align: center;margin: 0;}
.copyright_inside .socials_icon li a:hover{color: #fff9 !important;}
a.call_icon{
    position: fixed;
    padding: 41px 25px 56px 15px;
    background: #fff;
    z-index: 1;
    color: #000;
    font-size: 22px;
    right: -23px;
    transform: rotate(-40deg);
    top: -35px;
}
.title h3{
    font-size: 22px;
    text-transform: uppercase;
}
.title h2{
    font-size: 70px;
    text-transform: uppercase;
    line-height: 70px;
    font-weight: 500;
}
.title span{
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}
.facetime_desc{margin-top: 50px;}

.more_facetime_desc ul li i{margin-right: 8px;}
.more_facetime_desc p, .more_facetime_desc ul li {font-size: 14px;}
.about_wrapper {padding: 60px 0 50px;}
.about_img{
    transform: perspective(800px) rotateY(10deg);
    width: 100%;
    filter: grayscale(0.4);
}
.service_wrapper{padding: 310px 0 180px;
   /* background-image: url(../images/Gradient.png);
    background-position: center;background-repeat: no-repeat;*/
    overflow: hidden;}
.service_wrapper_inside p, .service_wrapper_inside h2, .service_wrapper_inside h3, .service_wrapper_inside span, .service_wrapper_inside ul li{color: #fff;}
  .about_wrapper_inside{
    position: relative;
    z-index: 2;
}
.about_img2{
    width: 54%;
    /* transform: scale(1.1);
    height: 100%; */
    position: absolute;
    right: 0;
    top: 20px;
    z-index: -2;
}
.service_wrapper_inside{
    z-index: 1;
    position: relative;
}
.another_services_wrapper{
    padding: 190px 0 240px 0px;
    background-color: #d4bbb4;
    clip-path: polygon(0 20%, 0 100%,100% 80%, 100% 0);
    margin-top: -245px;
    filter: grayscale(0.4);
}
.about_img3{
    width: 49%;
    position: absolute;
    left: 5%;
    top: 120px;
    z-index: 0;
    min-height: 100%;
}
.another_abt_section{
    padding: 350px 0 0;
    background-color: #c5b9c3;
    clip-path: polygon(0 19%, 0 100%,100% 100%, 100% 0);
    margin-top: -265px;
    filter: grayscale(0.4);
}
.another_abt_section .more_facetime_desc {
    padding-bottom: 120px;
}

.about_wrapper_section{background: #c5b2ac;margin-top: -30px;clip-path: polygon(0 23%, 0 100%,100% 80%, 100% 0);filter: grayscale(0.4);}

.banner_wrapper::after {
    -moz-transform: skew(0deg, -5deg);
    -ms-transform: skew(0deg, -5deg);
    -webkit-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
    top: auto;
    background-color: #f2f3f5;
    content: "";
    height: 320px;
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: -120px;
}
.service_wrapper_inside p{font-size: 14px;}
.gradiant{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.back-to-top{
 position: absolute;
    right: 60px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: #545454;
    line-height: 30px;
    text-align: center;
    border-radius: 250px;
}
.mobile_menu{display: none;position: relative;}
.mobile_menu .navbar{background-color: transparent !important;padding: 0 !important;}
.mobile_logo img{max-width: 100%;}
.mobile_collapse{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    top: 100px;
}
.mobile_collapse .navbar-collapse{padding: 30px 0;}
.mobile_menu .input-group{margin-bottom: 20px;}
.mobile_menu .navbar-nav .nav-link{
    color: #000;
    font-size: 18px;
    position: relative;
}
.mobile_menu .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    content: "\2b";
    border: none;
    font-family: FontAwesome;
    vertical-align: middle;
    font-size: 16px;
    position: absolute;
    right: 0;
}
nav.desktop {overflow: hidden;}
.mobile_menu .other_socials li a {color: #000;margin-right: 30px;}
.mobile_menu .other_socials li  i{font-size: 25px;}
.mobile_menu .other_socials{margin-top: 20px;}
.mobile_menu .form-control{
    background: #e2e2e2;
    border: none !important;
    border-radius: 5px !important;
    color: #000;
    padding-left: 40px !important;
    padding: 10px;
}
.mobile_menu button.btn{
    position: absolute;
    left: 0;
    background: none;
    color: #000;
    z-index: 9;
    line-height: 34px;
}
.dropdown-item.active, .dropdown-item:active{background-color: #e9ecef !important;color: #000 !important;}
.img_resposnive, .nr_slogan_wrapper{display: none;}
.slogan_inside {text-align: center;}
.slogan_inside h2{
    padding: 30px 0 0px
}
.menu_bar .navbar ul li a.dropdown-item{color: #000 !important;padding: 5px 15px !important;}

.navbar-nav .dropdown-menu{border: none !important;}

.menu_bar .navbar ul li a.dropdown-item:active{
    background-color: #e9ecef !important;
}
.menu_bar .dropdown-toggle.show::after{
    transform: rotate(180deg);
}
.mobile_menu .dropdown-toggle.show::after{content: '\f068';}


.aboutpage.banner_wrapper{
    background-color: #d6cfcd;
    margin-bottom: 80px;
    overflow: visible;
}
.aboutpage .banner_img {
    width: 45%;
    top: -6%;
    right: 7%;
}
.about_facetime .more_facetime_desc p b{display: block;margin-bottom: 15px;}
.about_facetime .more_facetime_desc p{margin-bottom: 70px;}

.more_facetime_desc span{
    font-size: 18px;
    margin-bottom: 13px;
    display: block;
}
.about_serv{
    background: #7b7b7b;
    filter: inherit;
}
.about_another{
    background: #d2cac0;
    clip-path: polygon(0 13%, 0 100%,100% 85%, 100% 0);
}
.about_abt_sec{background: #eed6cf;clip-path: polygon(0 19%, 0 100%,100% 86%, 100% 0);}
.about_serv::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/Gradientabt1.png);
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_serv .about_img2 {
    width: 71%;
    top: 0px;
    right: -12%;
}
.about_another::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/Gradientabt2.png);
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_another .about_img3{left: 0;top: -130px;}
.about_abt_sec::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/Gradientabt5.png);
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.faq_wrapper{padding: 80px 0;}
.accordion-button, .accordion-button:not(.collapsed), .accordion-button:focus{
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}
.accordion-item{border: none;}
.accordion-button:not(.collapsed)::after, .accordion-button::after{background: none;}
.accordion button i{
    color: #fff;
    background: #000;
    padding: 6px 6px;
    position: absolute;
    left: -3px;
}
/*.accordion-button::after{display: none;}*/
.accordion-button{
    padding-left: 52px;
}
.accordion-button:not(.collapsed){color: #000;}
.accordion-body{
    padding-left: 52px;
    padding-top: 0;
    font-size: 16px;
}
.accordion button{
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
}
hr{
    margin: 100px 0;
    transform: rotate(-8deg);
    background: #000;
    opacity: 1;
}
.faq_more_desc p{margin: 0;font-size: 14px;font-weight: 400;}
.faq_flex p:last-child{font-weight: normal;}
.faq_flex{display: flex;align-items: flex-start;padding: 20px 0;border-bottom: 1px solid #cdcdcd;}
.faq_more_desc p:first-child{flex-shrink: 0;width: 40%;}
.about_footer{background-color: #ececec;}
.extra_para{margin: 80px 0 !important;display: block;}
.desc_img img{
    max-width: 250px;
}
.desc_img{margin-top: 30px; display: inline-block;}
.contactpagebanner{padding-top: 350px;background: #dd8d97;padding-bottom: 220px;clip-path: polygon(0 0%, 0 100%,100% 85%, 100% 0);}
.more_contact p a{
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
.more_contact p a i{margin-right: 5px;width: 40px;}
.more_contact p{margin: 0;}

.contactpagebanner::after{display: none;}

.contactpagebanner .banner_content > p{font-size: 14px;}
.form_inside .form_control_field label{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}
.form_field_inside br{display: none;}
.select2-selection{
    padding: 13px !important;
    height: auto !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    color: #aaaaaa !important;
}
.form_inside .form-control {font-size: 18px;}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection{border-color: #727272;box-shadow: none;}

.select2-container--bootstrap-5 .select2-selection--single{border: 1px solid #727272 !important;}
.select2-container--bootstrap-5 .select2-dropdown{border: 1px solid #727272 !important;}
span.small_text{
    font-size: 14px;
    color: #616161;
    font-weight: 400;
    margin-top: 7px;
    display: block;
}
.form-control:focus, .form-control:active{box-shadow: none;border-color: #727272;}
.form-control{border: 1px solid #727272;padding: 12px;border-radius: 0;}
.form_field_inside{margin-bottom: 30px;}
.form-group{margin-bottom: 30px;}
input[type=checkbox] + label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    padding: 0.2em;
    font-size: 16px !important;
    font-weight: bold !important;
}
.checkboxtype input[type=checkbox] + label {font-size: 14px !important; font-weight: 400 !important;}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #b9b6b6;
    border-radius: 0;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    margin-right: 15px;
    color: transparent;
    transition: .2s;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    padding: 0px;
    margin-top: 3px;
    flex-shrink: 0;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.checkboxtype .form_field_inside {
    margin-bottom: 10px;
}
.custom_form_btn a {
    background: #000;
    display: inline-block;
    padding: 12px 40px;
    transition: 0.3s;
}
.custom_form_btn a:hover, .custom_form_btn a:focus{
    transition: 0.3s;
    background: #0009;
}
.custom_form_btn .wpcf7-submit {
    background: #000;
    display: inline-block;
    padding: 12px 40px;
    transition: 0.3s;
    color: #fff;
    border:0;
}
.custom_form_btn .wpcf7-submit:hover, .custom_form_btn .wpcf7-submit:focus{
    transition: 0.3s;
    background: #9f8e5d;
}
.contactinfo p{font-weight: normal;}
.contact_map_desc span{
    text-transform: none;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.contact_map_desc p {font-size: 14px;}
.contact_map_desc p a{font-size: 14px;color: #000;}
.tele_numbers span{margin: 0;/* font-weight: normal;*/} 
.tele_numbers p{display: flex;align-items: center;width: 100% !important;line-height: initial;font-weight: normal;}
.tele_numbers p b{width: 75px; font-size: 14px; font-weight: 500;} 
.tele_numbers p span{
    font-size: 14px;
    font-weight: 400;
}
.tele_numbers{margin: 20px 0;}
.contact_map_desc{margin-bottom: 20px;}
.contact_map iframe{
    width: 100%;
    height: 400px;
    filter: grayscale(1);
}
.contact_wrapper_details{padding-bottom: 150px;}
.contact_wrapper{padding-bottom: 50px;}
.test_wrapper_second {padding-bottom: 180px;}
.select2-container--bootstrap-5{width: 100% !important;}
.teambanner{background: #48739e;}
.teambanner h1{color: #000;}
.teambanner h2{color: #000;}
.teambanner p{color: #000;}
.teambanner span{color: #000;}
.teambanner::after{display: none;}
.teambanner{clip-path: polygon(0 0%, 0 100%,100% 85%, 100% 0);padding-bottom: 165px;}
.team_wrapper .faq_accordion{margin-top: 100px;}
.team_block img{filter: grayscale(0.5);}
.team_desc h4{
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}
.team_desc {margin-top: 30px;max-width: 70%;}
.team_desc span{font-weight: 400;margin: 20px 0;display: block; min-height: 48px;}
.team_desc p{margin-bottom: 30px;}
.team_block{margin-bottom: 100px;}
hr.rotate {
    margin: 40px 0;
    transform: rotate(-5deg);
}
.contactinfo{margin-top: 150px;}


.testimonialbanner{
    background: #eae9e8;
    clip-path: polygon(0 0%, 0 100%,100% 90%, 100% 0);
    padding-bottom: 250px;
}
.testimonialbanner::after{display: none;}
.rating{
    display: flex;
    align-items: center;
}
.rating h5{margin: 0;font-size: 15px;font-weight: 700;margin-right: 30px;}
.testblock h4{
    font-size: 22px;
    text-transform: uppercase;
}
.testblock p{font-size: 14px;}
.testblock i{font-size: 12px;}
.testblock{margin-bottom: 80px;}
.testblock i.halfstar{
    color: #8c8c8c;
}
.testimonial_block .custom_form_btn a{
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}
.test_wrapper{
    background: #f4f4f4;
    clip-path: polygon(0 7%, 0% 88%,100% 100%, 100% 0%);
    margin-top: -220px;
    padding-top: 290px;
    padding-bottom: 260px;
}
.title_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ads_block img{
    box-shadow: 0 0px 1px rgb(0 0 0 / 16%), 0 3px 8px rgb(0 0 0 / 23%);
}
.more_facetime_desc .custom_form_btn a{
    display: block;
    width: fit-content;
    margin-bottom: 15px;
}
.testimonialserv{
    background: #d5d5d4;
    clip-path: polygon(0 20%, 0 100%,100% 100%, 100% 0) !important;
    padding-top: 300px;
    padding-bottom: 190px;
}

.testimonialserv h1, .testimonialserv h2, .testimonialserv p, .testimonialserv p b, .testimonialserv h3, .testimonialserv span{color: #000;}
.author_info_block{text-align: center;}
.author_info_block img{max-width: 70%;margin: 0 auto;margin-bottom: 25px;}
.author_info_block h2, .author_info_block p{text-align: left;}
.author_info_block {display: none;margin-bottom: 70px;}
.author_info_block a{display: block;margin-bottom: 10px;font-size: 22px;padding: 10px;}
.author_info_block a i{
    font-size: 26px;
    margin-right: 10px;
}
.author_info_block h2{margin-bottom: 20px !important;}
.author_info_block p{margin-bottom: 20px;color: #000; font-size: 14px;}
.versatile_block .more_facetime_desc{text-align: center;}
.versatile_block .more_facetime_desc .circle-center{margin-bottom: 30px;}
.versatile_block .more_facetime_desc h4{font-size: 18px;margin-bottom: 20px;}
.versatile_block{background: #fff;padding: 60px 0 50px;}
.versatile_wrapper::after{background: #fff;}
.hotline_inside_wrapper{
    display: flex;
    align-items: center;
}
/*.hotline_wrapper {
    background: #d1cecd;
}*/
.versatile_desc  h3{
    font-size: 46px;
}
.versatile_desc {
    max-width: 60%;
    padding: 60px 0 60px 0;
    z-index: 99;
    position: relative;
}
.versatile_desc.title p{
    font-size: 14px;
}
.hotline_inside_wrapper img{
    margin-top: -60px;
    margin-bottom: -30px;
    margin-right: 80px;
    /* filter: grayscale(0.2); */
    z-index: 1;
    position: relative;
}
.hotline_wrapper::before {
    top: auto;
    background-color: #f3f4f5;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: auto;
    top: 0;
    clip-path: polygon(0 13%, 0 88%,100% 100%, 100% 0);
}
.hotline_wrapper::after {
    -moz-transform: skew(0deg, -1deg);
    -ms-transform: skew(0deg, -1deg);
    -webkit-transform: skew(0deg, -1deg);
    transform: skew(0deg, -1deg);
    top: auto;
    background-color: #fff;
    content: "";
    height: 90px;
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: -54px;
    display: none;
}
.video_wrapper{
    background: #f3f4f5;
    padding: 100px 0;
    padding: 220px 0 180px;
    clip-path: polygon(0 19%, 0 88%,100% 100%, 100% 0);
}
.versatile_abt{
    padding: 150px 0 30px;
}
.versatile_abt.abt_second{
    padding: 50px 0 0px !important;
}
.video_bg{
    position: relative;
    background: #FFF;
    padding: 10px;
}
.versatile_block .facetime_desc{margin-top: 60px !important;}
.video_bg i{
    color: #fff;
    font-size: 170px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.img_block{filter: grayscale(0.4);width: 100%;}
.unter_block .img_block{filter: grayscale(0.4);}
.versatile_faq h4{
    font-size: 18px;
    margin-bottom: 20px;
}
.versatile_faq p{font-size: 12px;}
.extra_para{font-weight: bold !important;}
.versatile_faq p:last-child{font-weight: 400;}
.versatile_faq .accordion button i{
    background: transparent;
    color: #000;
}
.versatile_faq .accordion-button, .versatile_faq .accordion-body {
    padding-left: 32px;
}
.versatile_faq .accordion-button{
    padding-top: 8px;
    padding-bottom: 8px;
}

.versatile_faq .about_wrapper_inside{margin-top: 80px;}
.small_curve{
    transform: rotate(-3deg);
}
.versatile_faq .about_wrapper_inside .accordion button i{
    color: #fff;
    background: #000;
}

.versatile_faq .about_wrapper_inside .accordion-button{
    padding-top: 8px;
    padding-bottom: 8px;
}
.versatile_faq .about_wrapper_inside  .faq_more_desc {
    margin-top: 130px;
}
.homesubbanner{background: #458793;}
.banner_content img{
    display: block;
    margin-bottom: 50px;
}
.homesubbanner{
    padding: 320px 0 310px;
    clip-path: polygon(0 0%, 0 95%,100% 80%, 100% 0);
}
.homesubbanner .banner_content h1, .homesubbanner .banner_content h2,.homesubbanner .banner_content h3, .homesubbanner .banner_content p, .homesubbanner .banner_content span{color: #fff;}
.homesubbanner .banner_content h3{font-size: 26px;text-transform: uppercase;}
.homesubbanner .banner_content h2{
    font-size: 50px;
    font-family: 'DM Serif Text';
    line-height: 60px;
}
.signimg{
    margin: 20px 0;
    width: 420px
}
.homesubbanner .logo_images img{margin-right: 30px;}
.homesubbanner .banner_content h1{margin-bottom: 0;}
.banner_quote {
    margin: 0;
    max-width: 20%;
    position: absolute;
    right: 10%;
    bottom: 23%;
    z-index: 1;
}
.banner_quote p{
    background: #fff;
    padding: 20px;
    font-size: 22px;
    line-height: 24px;
    border-radius: 10px;
}
.banner_quote i{
    color: #fff;
    font-size: 46px;
    margin-left: -46px;
    display: block;
    margin-bottom: -10px;
}
.banner_quote p b{
    display: block;
    font-size: 15px;
}
.homesubbanner::after{display: none;}
.homesubsecond{
    margin-top: -350px;
    padding-bottom: 120px;
    background: #e8e3e2;
    clip-path: polygon(0 18%, 0 100%,100% 87%, 100% 0);
}
.homesubsecond .more_images{
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    margin-top: 70px;
    transform: skew(0deg, -10deg)
}
.homesubsecond .more_images .imgs_block img{
    transform: skew(0deg, 10deg);
    max-width: 190px;
}
.homesubsecond .more_images .imgs_block {
    margin-right: 35px;
}
.more_images .imgs_block p{
    transform: skew(0deg, 10deg);
    margin-top: 12px !important;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    padding: 4px 20px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
}
.homesubsecond h2, .homesubsecond h3, .homesubsecond p, .homesubsecond span, .homesubsecond ul li{color: #000;}
.homesubsecond .about_img2 {
    width: 70%;
    right: -5%;
}
.homesubsecond .banner_quote p{
    background: transparent;
    padding: 0;
}
.homesubsecond .banner_quote {
    margin: 0;
    max-width: 12%;
    position: absolute;
    right: 12%;
    bottom: 34%;
    z-index: 1;
}
.homesubsecond .banner_quote i{color: #000;}
.homesubsecond .service_wrapper_inside .nav {
    background: rgb(0 0 0 / 42%);
    padding: 8px;
    color: #fff;
    justify-content: space-between;
    margin-bottom: 30px !important;
}
.homesubsecond .nav-pills .nav-link{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 8px;
    width: 100px;
    border-radius: 0;
}
.homesubsecond .nav-pills .nav-link.active{
    background: #fff;
    color: #000;
}
.homesubthird {
    margin-top: -200px;
    clip-path: polygon(0 20%, 0 100%,100% 80%, 100% 0);
}
.homesubthird{background-image: url(../images/Marker-Img.png);background-repeat: no-repeat;background-position: center;background-size: cover;}
.homesubsecond .about_img2{
    width: auto !important;
    left: 16%;
    top: 25%;
}
.homesubsecond .about_img3{
    width: 9%;
    top: 28px;
    right: 19%;
    left: auto;
}

.homesubsecond .nav-pills .nav-link{
    width: auto;
}

.cookiesbar {
    display: block; /* REMOVE This Line */
    width: 100%;
    max-width: 600px;
    background-color: #c6ad4c;
    position: fixed;
    margin: 20px;
    bottom: 0;
    font-size: 14px;
    line-height: 1.3;
    z-index: 99;
}
.cookiesbar p {color: #000;}
.cookiesbar .btn{
    background-color: #000;
    font-size: 14px;
    line-height: 1.3;
    color: #FFF;
    width: 100%;
    border-radius: 3px;
}
.setting-icon {
    background: url(../images/setting-icon.png) no-repeat center / cover;
    padding: 5px;
    height: 26px;
    width: 26px;
    display: block;
    margin: auto;
}
.no-1 {
    position: relative;
}
.no-1::before {
    content: '';
    position: absolute;
    top: -148px;
    width: 100%;
    height: 150px;
    clip-path: polygon(50% 50%,100% 5%,100% 100%,0% 100%,0% 5%);
    background-color: #FFF;
    display: block;
}


/* New Home Page Css */

.mainpage_wrapper {
    padding: 360px 0 60px 0;
    overflow: hidden;
    filter: grayscale(0.4);
}
.home-section-1 {
    background-color: #458793;
}
.banner_1content {
    color: #FFF;
    max-width: 50%;
}
.banner_1content h1 {
    font-size: 74px;
    line-height: 1;
}
.banner_1content h2 {
    font-size: 54px;
    line-height: 1;
}
.banner_1content h5 {
    font-size: 22px;
    line-height: 1.5;
}
.banner-test {
    display: block;
    text-align: right;
    position: relative;
}
.banner-test .quote {
    background-color: #fff;
    border-radius: 10px;
    max-width: 350px;
    padding: 15px;
    line-height: 1.1;
    text-align: left;
    display: inline-block;
    position: relative;
}
.banner-test .quote::before {
    content: '“';
    position: absolute;
    font-family: 'DM Serif Text';
    font-size: 88px;
    line-height: 1.2;
    color: #FFF;
    top: -42px;
    left: -32px;
}
.banner-test .quote p {
    margin-bottom: 0;
    font-size: 18px;
    /* color: #656f71; */
    color: #212529;
}
.banner-test .quote p .small {
    font-size: 14px;
    /* color: #999; */
    color: #212529;
}
.img-effect {
    background: url(../images/dr-signature-png.png) no-repeat bottom;
    background-blend-mode: screen;
    width: 330px;
    height: 70px;
}

.dr-title {
    font-family: 'DM Serif Text';
    font-size: 48px!important;
    line-height: 0.7;
    color: #000;
    padding-top: 20px;
}
.dr-subtext {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin: auto;
    max-width: 350px;
}
.imgbg-visual {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -95px;
    z-index: -1;
}
.home-section-1 .imgbg-visual img{margin-top: -50px;}
section.mainpage_wrapper.position-relative.home-section-1 .imgbg-visual img{margin-top: 25px;}
.imgbg-visual img {margin-right: -25vh; z-index: -1;}

.banner2_wrapper{
    padding: 0px 0 10vw;
    background:#e4e2e1;
    margin-bottom: 0px;
    overflow: hidden;
    filter: grayscale(0.4);
    clip-path: polygon(0 0%, 0% 100%,100% 100%, 100% 0);
}
.banner2_content {
    max-width: 60%;
}

.banner2_content .banner_desc {
    max-width: 60%;
}

.banner2_content h1 {
    font-size: 7rem;
    line-height: 0.8;
    text-transform: uppercase;
}
.banner2_content .more_images {
    position: static;
}
.banner2_content ul li i {
    margin-right: 8px;
}
.banner-img2 {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -130px;
}

.more_images .imgs_block span {
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    bottom: -60px;
    left: 50%;
    margin-left: -15%;
    background-color: #FFF;
    color: #212529;
    padding: 5px 15px;
    font-size: 18px;
    transform: skew(0deg, 6deg);
}
.banner2_content .more_images {margin-top: 5rem;}
.banner2_content .inside_tabs li a, ul li a.ul_li_content_link{
    color: #212529;
}

.tabs-wrapper {
    display: flex;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    margin: 135px 0 50px 0;
    color: #FFF;
    border-radius: 3px;
}
.tabs {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    width: 100%;
}

.tab {
    --animation-time: 200ms;
    position: relative;
    overflow: visible;
    text-transform: uppercase;
    color: #FFF;
    --underline-size: 0px;
    color: inherit;
    /* font-family: 'Roboto'; */
    font-family: 'Montserrat';
    padding: 10px 10px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    width: 100%;
    text-align: center;
    font-size: 15px;

}
.inside_thr p {
    color: #000;
    font-weight: 400;
}
.inside_thr small a {
    color: #000;
    font-weight: 400;
}
.inside_thr small a.text-dark{
    color: #000 !important;
}

.is-active, .tab:hover{
    background-color: #FAFAFA;
    color: #000;
    box-shadow: none;
}
.banner2_wrapper .banner-test {
    display: flex;
    align-items: flex-end;
}
.banner2_wrapper .banner-test .quote{
    background-color: transparent;
    top: -235px;
    position: relative;
    margin-left: 6vw;
    width: 100%;
    padding: 0;
}
.banner2_wrapper .banner-test .quote::before {
    color: #000;
}
.banner2_wrapper .banner-test .quote p{
    color: #000;
    font-size: 22px;
    font-weight: 400;

}
.banner2_wrapper .banner-test .quote p small { 
    color: #000;
    font-size: 16px;
}
.banner2_wrapper .ripple-points {
    margin-right: -35vw;
    position: relative;
    display: inline-block;
}

.sec2_point1 {
    position: absolute;
    top: 250px;
    right: 40%;
}
.sec2_point2 {
    position: absolute;
    top: 371px;
    left: 36%;
    direction: rtl;
}
.sec2_point3 {
    position: absolute;
    top: 480px;
    left: 50%;
}
.sec2_point4 {
    position: absolute;
    top: 580px;
    right: 46%;
}
.sec2_point5 {
    position: absolute;
    top: 670px;
    right: 42%;
}
.sec2_point6 { 
    position: absolute;
    top: 548px;
    left: 37%;
    direction: rtl;
}

.banner3_wrapper {
    padding: 0px 0 0vh;
    background-color: #c5b9c3;
    clip-path: polygon(0 12%, 0 100%,100% 100%, 100% 0);
    margin-top: -145px;
    filter: grayscale(0.4);
    overflow: hidden;
}
.banner3_visual {
    background: url('../images/homeslide3_img.png') no-repeat center 0px/cover;
    height: calc(100% + 95px);
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


.banner3-datatext {
    margin: auto;
    display: block;
}

.banner3_wrapper .imgbg-visual img {
    margin: 0;
}
.banner3_wrapper_inside {
    padding: 0vh 0px 0vh;
    display: block;
}
.banner3_wrapper_inside_text {
    margin-top: 685px;
    display: block;
}
.banner5-datatext h2 {
    word-break: break-all;
}
.sec3_point1 {
    position: absolute;
    top: 360px;
    right: 66%;
    direction: rtl;
}
.sec3_point2 {
    position: absolute;
    top: 330px;
    right: 45%;
}
.sec3_point3 {
    position: absolute;
    top: 540px;
    left: 27%;
    direction: rtl;
}
.sec3_point4 {
    position: absolute;
    top: 525px;
    right: 33%;
}
.sec3_point5 {
    position: absolute;
    top: 630px;
    right: 45%;
}

.banner4_wrapper {
    background-color: #c6c5bf;
    clip-path: polygon(0 0%, 0 100%,100% 100%, 100% 0);
    filter: grayscale(0.4);
}
.banner4_wrapper .left-visual {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(0% 0%,100% 0%,92% 50%,100% 100%,0% 100%);
}
.banner4_wrapper_inside .row .pd-tb {
    display: block;
}
.more_visual_circle .imgs_block {
    object-fit: cover; 
    object-position: center;
    max-width: 205px;
    max-height: 205px;
}
.more_visual_circle {
    position: relative;
    display: inline-block;
    transform: skew(0deg, -6deg) scale(0.8);
    top: 200px;
    right: 20px;
}
.more_visual_circle .imgs_block img {
    border: 10px solid #fff;
    border-radius: 250px;
    overflow: hidden;
    background-color: #FFF;
    transform: scale(1.1) skew(0deg, 6deg);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    max-height: 100%;
    max-width: 100%;
}
.more_visual_circle .imgs_block span {
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    bottom: -70px;
    left: 50%;
    color: #212529;
    margin-left: -45%;
    background-color: #FFF;
    padding: 5px 15px;
    font-size: 18px;
    transform: skew(0deg, 6deg);
    text-align: center;
    width: auto;
    white-space: nowrap;
}
.more_facetime_desc .custom_data_btn {
    display: block;
    
}
.more_facetime_desc .custom_data_btn a {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #FFF;
    color: #000;
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 14px;
    width: fit-content;
    padding: 5px 10px;
}
.more_facetime_desc .custom_data_btn a:hover, 
.more_facetime_desc .custom_data_btn a:focus, 
.more_facetime_desc .custom_data_btn a:target {
    color: #FFF;
    background-color: #000;
}

.banner5_wrapper {
    padding: 0px 0 0vh;
    background: rgb(234,164,178);
    background: linear-gradient(180deg, rgba(234,164,178,1) 60%, rgba(162,121,129,1) 100%);
    clip-path: polygon(0 0%, 0 85%,100% 100%, 100% 0);
    filter: grayscale(0.4);
    overflow: hidden;
}
.banner5_wrapper_inside {
       padding: 250px 0 140px;
    display: block;
}
.banner5_wrapper_inside_text {
    display: block;
}
.visual5, .banner8_wrapper .imgbg-visual {
    margin-top: 0;
}
.visual5 img {
    margin-right: 45vh;
}

.banner6_wrapper {
    background: rgb(214 214 214 / 93%);
    clip-path: polygon(0 0%, 0% 100%, 100% 76%, 100% 15%);
    overflow: hidden;
    margin-top: -210px;
    filter: grayscale(0.4);
}
.banner6_wrapper .imgbg-visual img{
    margin: 0;
}
.banner6_wrapper_inside {
    padding: 300px 0px;
    display: block;
}
.banner6_wrapper img {
    width: 130%;
}
.banner7_wrapper_inside {
    padding: 20% 0px 12% 0px;
    display: block;
}
.before-none::before {
    content: none !important;
}
.banner6_wrapper .more_facetime_desc .custom_form_btn a {
    padding: 8px 15px;
    margin-bottom: 5px;
    inline-size: fit-content;
    text-align: left;
}
.banner7_wrapper_inside_text .title h2 {
    font-size: 4rem;
    text-transform: uppercase;
    line-height: .8;
    font-weight: 500;
}
.contact-iconset li {
    display: inline-block;
    margin: 0px 5px 8px 5px;
}
.banner7_wrapper_inside_text {
    color: #FFF;
}
.banner7_wrapper {
    clip-path: polygon(0 19%, 0% 100%, 100% 100%, 100% 0%);
    margin-top: -342px;
    padding-bottom: 8%;
}
.banner8_wrapper {
    clip-path: polygon(0 0%, 0% 100%, 100% 100%, 100% 18%);
    margin-top: -280px;
    padding-bottom: 8%;
}
.banner8_wrapper_inside_text{
    margin-top: 800px;
    display: block;
}
.banner8_visual {
    background: url('../images/homeslide8_img.png') no-repeat center 0px;
    height: calc(100% + 95px);
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.sec8_point1 {
    position: absolute;
    top: 420px;
    right: 34%;
}
.sec8_point2 {
    position: absolute;
    top: 650px;
    right: 26%;
}
.sec8_point3 {
    position: absolute;
    top: 750px;
    right: 45%;
}

.crf-symbol {
    position: absolute;
    top: 12%;
}

.ripple-points {
    position: relative;
    display: inline-block;
}

.circle-ripple {
    background-color: #FFF;
    color: #fff;
    text-indent: 40px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 1.5em;
    height: 1.5em;
    z-index: 9;
    border-radius: 250px;
    -webkit-animation: ripple 1s linear infinite;
      animation: ripple 1s linear infinite;
}
.circle-ripple:hover, .circle-ripple.active {
    background-color: #000;
    -webkit-animation: ripple-wh 1s linear infinite;
      animation: ripple-wh 1s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1em rgba(255, 255, 255, 0.2);
    }
    100% {
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.2), 0 0 0 3em rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 1em rgba(255, 255, 255, 0.2);
    }
    100% {
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.2), 0 0 0 3em rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes ripple-wh {
    0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 1em rgba(0, 0, 0, 0.2);
    }
    100% {
    box-shadow: 0 0 0 1em rgba(0, 0, 0, 0.2), 0 0 0 3em rgba(0, 0, 0, 0);
    }
}

@keyframes ripple-wh {
    0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 1em rgba(0, 0, 0, 0.2);
    }
    100% {
    box-shadow: 0 0 0 1em rgba(0, 0, 0, 0.2), 0 0 0 3em rgba(0, 0, 0, 0);
    }
}

.accordion-button:not(.collapsed)::after {
     content: '\f068';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    color: #fff;
    background: #000;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    transform: none;
}
.accordion-button::after {
    content: '\2b';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    color: #fff;
    background: #000;
       width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    transform: none;
}

/*.nobgfaq .accordion-button:not(.collapsed)::after, .nobgfaq .accordion-button::after{
    background-color: transparent;
    color: #000;
}*/
.versatile_wrapper{padding: 360px 0 200px !important;clip-path: polygon(0 0%, 0 91%,100% 100%, 100% 0);}
.versatile_wrapper::after{display: none;}


#content-tab .inside_tabs {
  display: none;
}
#content-tab .inside_tabs.active {
  display: block;
}
.inside_tabing{
    display: none;
}
.inside_tabing.active{display: block;}
.inside_thr{display: none;}
.inside_thr.active{display: block;}
.inside_for{display: none;}
.inside_for.active{display: block;}
.inside_fif{display: none;}
.inside_fif.active{display: block;}
.close_cookies, .close_cookies:hover {
    position: absolute;
    top: -13px;
    right: -12px;
    color: #223134;
    font-size: 25px;
    cursor: pointer;
}
.close_cookies i {
    background-color: #FFF;
    border-radius: 50px;
}
.carousel-item{display: block;}
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
    font-size: 25px;
    color: #fff;
    line-height: 50px;
}
.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}
.owl-carousel .owl-item img{width: auto;}
.owl-dots{display: none;}
.owl-nav button {
  position: absolute;
  top: 50%;
  margin: 0;
  transition: all 0.3s ease-in-out;
  z-index: 99;
    width: 50px;
    height: 50px;
    display: block;
    background: rgb(0 0 0 / 30%) !important;
    border-radius: 50% !important;
    color: #fff;
    font-size: 20px;
}
.owl-nav button span{color: #fff;font-size: 20px;}
.owl-nav button.owl-prev {
  left: 30px;
}
.owl-nav button.owl-next {
  right: 30px;
}
.owl-carousel .owl-stage-outer{overflow: inherit;}
.banner-img-placeholder {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    max-width: 100%;
    left: 0;
    right: 0;
}
.banner-img-placeholder img{
    max-height: 100%;
    width: auto;
    height: 100%;
    max-width: initial;

}


/* New Added CSS - 03-08-2022 */

.circle-center {
    display: inline-block;
    margin: auto;
    border: 10px solid #FFF;
    border-radius: 250px;
    overflow: hidden;
    /* width: 100%; 
    height: 100%;  */
    object-fit: cover; 
    object-position: center;
    transform: scale(1.15);
}
.circle-center img {
    filter: grayscale(0.4); 
}


/** LIGHTBOX MARKUP **/

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}
.lightbox:target {
    outline: none;
    display: block;
} 
#videoModal {
    border-radius: 0;
    width: 100%;
    margin: auto;
    opacity: 1;
}
#videoModal .modal-body {
    height: 489px;
    padding: 0;
    max-height: none;
    overflow: hidden;
    margin-top: 20vh;
}
.modal-body iframe {max-width: 100%;}

.mx-50 {
    max-width: 300px;
}
.more_facetime_desc .circle-center {
    max-width: 205px;
    max-height: 205px;
}
.quick_touch {
    background-color: #223134;
    padding: 10px 15px;
    position: fixed;
    top: 45%;
    left: 20px;
    z-index: 999;
    display: grid;
    text-align: center;
    border-radius: 50px;
}
.quick_touch::before {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: #c6ad4c;
    width: 100%;
    height: calc(100% - 56px);
    border-radius: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}
.quick_touch:after {
    content: '';
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 18px;
    height: 20px;
    border-bottom-left-radius: 50px;
    background-color: #c6ad4c;
    transform: rotate(-25deg);
}
.quick_touch a {
    display: block;
    margin: 5px 0;
    font-weight: 100;
    color: #FFF;
    font-size: 26px;
    z-index: 1;
}
.more_facetime_desc.w-50 small i, #content_for a i, #content_thr a i{
    margin-left: 5px;
}



/* Designer CSS Start*/

.select2-results__option--selectable:hover {
    background-color: #0d6efd !important;
    color: #fff !important;
}


.wpcf7-response-output {
    position: absolute;
    bottom: 50px;
    left: -8px;
}
form.wpcf7-form.invalid {
    position: relative;
}
.select2-results__option {
    padding: 6px 12px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}
input[type=checkbox]:checked + span:before {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
input[type=checkbox] + span:before {
    content: "\2714";
    border: 0.1em solid #b9b6b6;
    border-radius: 0;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    margin-right: 15px;
    color: transparent;
    transition: .2s;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    padding: 0px;
    margin-top: 2px;
    flex-shrink: 0;
}
span.wpcf7-list-item-label {
    display: flex;
    font-size: 14px;
    font-weight: 400;
}
.wpcf7-list-item {
    margin: 0;
}

.cky-consent-bar .cky-notice-des p {
    line-height: 18px;
}
.cky-consent-container .cky-consent-bar {
    padding: 15px 15px !important;
}
.cky-consent-bar .cky-banner-btn-close img {
    height: 30px !important;
    width: 30px !important;
    margin: 0;
    background-color: #000000;
    padding: 9px;
    border-radius: 32px;
    position: absolute;
    top: -19px;
    right: -19px;
}
.cky-consent-bar .cky-banner-btn-close img:hover {
    background-color: #223134;
}
.banner3-datatext .title h2, .banner5-datatext .title h2 {
    word-break: break-all;
}
.cky-consent-container {
    width: 600px !important;
    bottom: 7px !important;
    left: 20px !important;
}
/* Designer CSS Start*/

.inside_new{display: none;}
.inside_new.active{display: block;}

.inside_new2{display: none;}
.inside_new2.active{display: block;}
.cky-btn-revisit-wrapper{
    background: #c6ad4c !important;  
}

.menu_bar .navbar ul li a:hover {
    font-weight: 300;
}
.mega-sub-menu li{
    color: #000 !important;
}
.mega-sub-menu li a:hover{
    color: #0009 !important;
}
.mainpage_wrapper {
    padding: 360px 0 0;
}
.banner-test {
    margin-top: -50px;
    padding-bottom: 30px;
}
.banner6_wrapper img {
    width: 100%;
}

.minimize-image_uj1BD{
    color:#c6ad4c !important;
}
.root_PiWWB.header-small_VwzVj{
    background: #494949 !important;
}
.crisp-client .cc-1m7s .cc-qvio{
    background-color: #c6ad4c !important;
}

.span_not_capitalize{
	text-transform: none !important;
}
.wpcf7-form .submit-btn-cnt{
    margin-top: 10px;
}

.unter_block {
    clip-path: polygon(0 10%, 0 88%,100% 100%, 100% 0);
}
.search-results h5.card-title a {
    color: #121212;
}
.search-results .page-title {
    text-align: center;
    padding-bottom: 30px;
}
.search-results .search-page{
    padding: 250px 0;
}
.search-no-results .search-page {
    padding: 250px 0;
}
.search-no-results .search-form {
   /* padding-top: 30px; */
}
.search-results .btn-outline-secondary {
    color: #fff;
    border-color: #000;
    background-color: #000;
    border-radius: 0;
}
.search-results .btn-outline-secondary:hover {
    background-color: #c6ad4c !important;
    border-color: #c6ad4c !important;
}
.trend_listing .team_desc span{
    margin: 0;
    min-height: 0;
    font-weight: 600;
}
.trend_listing .team_desc p{
    min-height: 0;
    margin-bottom: 0;
}
.trend_listing a.read_morebtn{
    color: #c6ad4c;
    font-size: 14px;
}
.trend_listing a.read_morebtn:hover{
    color: #c6ad4c;
}
.single-trends .test_wrapper {
    background: #FFFFFF;
}
.trend_single_page .banner_content.position-relative{
    max-width: 100%;
}
.custom_search .card-title{
    float: left;
}
.custom_search a.btn-outline-secondary{
    margin-left: 10px;
    line-height: 15px;
}
.custom_search .card{
    border: none;
    margin-bottom: 0 !important;
}
.test_wrapper.news_trend {
    background: #FFFFFF;
    padding-top: 150px;
}
i.fa-solid.fa-magnifying-glass {
    color: #fff;
}

.search-form .mr-2::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}
.menu_bar .input-group input{
    font-weight: 300;
}
.slogan_inside{	padding-bottom: 3.5rem; }
.dnone{
    display: none;
}

.search-form .btn-primary:active:focus, .search-form .btn-primary:focus{
    box-shadow: none !important;
}
.trend_listing .round_img{
    height: 180px;
    width: 285px;
  
}

.dropdown-menu .menu-item .nav-link {
    margin: 0;
    padding-left: 15px !important;
    line-height: 31px;
    color: #000 !important;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu .dropdown-menu {
	top: 0; left: 95%; margin-top: -1px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent !important;
}
#mega-menu-wrap-main-menu {
    background: transparent !important;
}
.mega-menu-item {
    padding: 0 15px !important;
}
.mega-menu-item:first-child {
    padding-left: 0 !important;
}
.mega-menu-link {
    font-size: 1rem !important;
    text-transform: uppercase !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link:hover {
    background: transparent !important;
}
ul.mega-sub-menu{
    width: 300px !important;
}
ul.mega-sub-menu .mega-menu-link{
    font-size: 0.9rem !important;
}
.mega-sub-menu:first-child {
    padding-left: 15px !important;
}
.mega-sub-menu .mega-menu-item .mega-menu-link {
    color: #262626 !important;
}
.mega-sub-menu .mega-menu-item {
    padding: 0 !important;
}
.mega-sub-menu .mega-menu-item .mega-menu-link{
    padding: 0 15px !important;
}
.quick_touch a:hover{
    color: #ffffff99;
}
.mr-top{
    margin-top:1rem;
}
.tab-mob{
    display: none;
}
.home_banner5_wrapper h2, .home_banner5_wrapper h3{
    color: #000 !important;
}
.no-1:before {
    content: '';
    position: absolute;
    top: -148px;
    width: 100%;
    height: 150px;
    clip-path: polygon(100% 100%,100% 5%,100% 100%,0% 100%,0% 100%);
    background-color: #fff;
    display: block;
}
.form-control::placeholder {
    color: #fff;
}

.cky-btn.cky-btn-accept {
    border-color: #fff !important;
}
.cky-btn:hover {
    background-color: #dedede !important;
    color: #000 !important;
}
.faq_more_desc font {
    font-weight: 600;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
    background-color: rgb(0 0 0 / 62%) !important;
}
.page-template-home #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,.page-template-home #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
    background-color: #223134!important;
}
.page-template-contact #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, .page-template-contact #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
    background-color: rgb(75 56 59) !important;
}
.page-template-team #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, .page-template-team #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
    background-color: rgb(33 43 52) !important
}
#news-load-more, #trend-load-more {
    text-transform: uppercase!important;
}

.back-button {
    color: #c6ad4c;
    cursor: pointer;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat';
}
.back-button:hover{
    color: #e7d489;
}
.back-button i{
    font-size: 20px;
}

.desktop-screen, .mobile, .tab-banner-img{
    display: none;
}
section .youtube-video{
    padding-top: 50px;
    padding-bottom: 50px;
}