@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {font-size: 15px;color: #686868;font-family: "Montserrat", sans-serif; sans-serif; font-weight: 400;font-style: normal;-webkit-font-smoothing: antialiased;word-wrap: break-word; overflow: auto; height: auto;}

body::-webkit-scrollbar {width: 10px; background-color: #F5F5F5; }
body::-webkit-scrollbar-button:start:decrement, body::-webkit-scrollbar-button:end:increment {display: none; }
body::-webkit-scrollbar-track-piece {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #ddd; }
body::-webkit-scrollbar-thumb:vertical {border-radius: 50px; background-color: var(--primeColor); }

::selection {background: var(--primeColor); color: #fff; text-shadow: none; }
::-webkit-scrollbar {width: 5px; background-color: var(--primeColor); }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: none; }
::-webkit-scrollbar-track-piece {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #ddd; }
::-webkit-scrollbar-thumb:vertical {border-radius: 10px; background-color: var(--primeColor); }

/************COLORS CSS*/
:root {
  --primeColor: #f6432e;
  --secondColor: #f6432e;
  --darkblue:#19355c;
  /* --black: #000; */
  --white: #fff;
}
.primeColor{color: var(--primeColor) !important; } 

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light a, .light p, .light i, .light span, .light li, .light {color: var(--white); }
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark a, .dark p, .dark i, .dark span, .dark, .black {color: var(--black) !important; }
.gradient_txt {background-image: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-position: 100% 100%; }
/************COLORS CSS*/

ul.fancy_list li {position: relative;/* padding-left: 18px; */list-style: none;font-weight: 100;font-size: 15px;margin: 5px 0;}
ul.fancy_list li:before {top: 6px;width: 7px;height: 12px;border: solid var(--primeColor);border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);position: absolute;content: "";transition: .5s ease-out;left: 0;z-index: 999;display: none;}

.rating {display: flex; column-gap: 2px; font-size: 15px; color: #ffd200; }


ul, ol {margin: 0; padding: 0; }
a {color: var(--primeColor); text-decoration: none; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; -ms-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; }
a:hover, a:focus, a:active {color: #1869f4; text-decoration: none; outline: 0; }
a:visited {text-decoration: none; outline: 0; }
textarea {outline: none !important; height: 150px; }
b, strong {font-weight: 800; }
li{list-style: none;}


.input {width: 100%; font-size: 14px; padding: 15px 15px; margin-bottom: 15px; border: none; border-radius: 3px; }
.input:focus {border-color: var(--yellow) !important; }
.input::placeholder {color: #000; font-weight: 600; font-size: 14px; }
textarea.txt_area {height: 119px !important; }

/*.terms-first-wrap-text {margin-bottom: 20px; }*/
.term-first-wrapper h5 {margin: 20px 0 10px; }
section.term-first-wrapper {padding: 50px 0; }


/************HEADER CSS*/
header {position: absolute;width: 100%;z-index: 999;border-bottom: solid 1px #ffffff40;}
header .second_nav span.discount_txt, header .second_nav ul li a {font-size: 13px; color: #000; }
header .second_nav span.discount_txt span {background-color: var(--primeColor); color: #fff; padding: 0 3px; font-weight: 600; } 
header .second_nav {background-color: #f4f4f4;padding: 10px 0;border-bottom: 1px solid #0000000d;}
header .second_nav ul {margin: 0 0 0 auto; display: table; }
header .second_nav ul li {display: inline-block; margin: 0 0 0 20px; position: relative; padding-left: 25px; }
header .second_nav ul.contact_info li a {color: #fff; font-size: 14px; }
header nav {padding: 15px 40px;width: 100%;/* background-color: #f8f6f1; */}

ul.contact_info li:before {position: absolute; left: 0; color: var(--primeColor); font-family: 'FontAwesome'; }
ul.contact_info li:nth-child(1):before {content: "\f095"; } 
ul.contact_info li:nth-child(2):before {content: "\f041"; }
ul.contact_info li:nth-child(3):before {content: "\f0e0"; font-size: 15px; }
ul.contact_info li a:hover {color: var(--primeColor); }

header ul {display: flex; column-gap: 30px; align-items: center; }
header ul li {list-style: none; position: relative; }
header ul li.active a {color: var(--primeColor); } 
header nav ul li a {color: #000; font-weight: 500; text-transform: capitalize; font-size: 17px; padding-bottom: 20px; }
header nav ul li a:hover {color: var(--primeColor); }
header .top_nav ul.navigation {justify-content: center; }

ul.get_stated_ul {float: right; }
ul.get_stated_ul li a {font-weight: 600; }

.has_drop:before {content: "\f0d7"; font-family: fontawesome; position: absolute; right: 0; transition: .5s; color: #000; }
.has_drop {padding-right: 20px; position: relative; }
/************HEADER CSS*/

/************HAMBURGER CSS*/
.hamBurger {width: 40px; height: 40px; background-color: var(--primeColor); float: right; padding: 6px 8px; cursor: pointer; margin-left: 15px; }
.hamBurger div {border-bottom: 1px solid #fff; margin: 6px 0; }
.hamBurger div:nth-child(2) {width: 20px; }
.hamBurger div:nth-child(3) {width: 10px; }
.hamBurger:hover div {width: 100%; }
/************HAMBURGER CSS*/

/************TABS CSS*/
ul#pills-tab {margin: auto; display: flex; margin-bottom: 0px !important; column-gap: 5px; justify-content: center; }
ul#pills-tab li {display: inline-block; }
ul#pills-tab li button {border-radius: 5px 5px 0 0; color: var(--darkblue); font-weight: 500; text-transform: uppercase; padding: 30px 0; font-weight: 700; font-size: 15px; }
ul#pills-tab li button.active {background-color: #f8f6f1 !important; color: var(--primeColor) !important; }
ul#pills-tab li button span {width: 100% !important; display: inline-block; margin-top: 9px; }
ul#pills-tab li button.active img {filter: unset !important;opacity: 1 !important;} ul#pills-tab li button img {width: 50px; height: 45px; object-fit: contain; filter: brightness(0); opacity: 0.3; }
/************TABS CSS*/

/************BUTTONS CSS*/
.btn_set {display: flex; column-gap: 15px; align-items: center; }
.primeColor_btn {display: inline-block; background-color: var(--primeColor); color: var(--white); padding: 10px 25px; transition: .5s ease-out; text-transform: capitalize; font-size: 17px; text-align: center; border-radius: 5px; border: none; text-align: center; }
.primeColor_btn:hover {background-color: var(--darkblue); color: #fff !important; }
.border_btn {border: 1px solid var(--white); color: var(--white) !important; display: inline-block; padding: 8px 30px; border-radius: 5px; transition: .5s; text-align: center; }
.border_btn:hover {background-color: var(--white); color: var(--black) !important; }
.white {color: var(--white) !important; border-color: var(--white) !important; }
/************BUTTONS CSS*/


/************TYPOGRAPHY CSS*/
p {line-height: 1.6; margin: 0 0 15px; word-wrap: break-word; }
h1, h2, h3, h4, h5, h6 {margin: 0 0 15px; line-height: 1.2; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: inherit; }
h1 {font-size: 52px; font-weight: 700; text-transform: capitalize; }
h2 {font-size: 36px; font-weight: 700; text-transform: capitalize; }
h3 {/* font-size: 26px; *//* font-weight: 700; */text-transform: capitalize;}
h4 {/* font-size: 22px; *//* font-weight: 700; */text-transform: capitalize;}
h5 {font-size: 18px; font-weight: 500; text-transform: uppercase; }
h6 {font-size: 20px; font-weight: 400; text-transform: capitalize; }

.fw_800 {font-weight: 800; }
.fw_700 {font-weight: 700; }
.fw_600 {font-weight: 600; }
.fw_500 {font-weight: 500; }
.fw_400 {font-weight: 400; }
.fw_300 {font-weight: 300; }
.fw_200 {font-weight: 200; }
.fw_100 {font-weight: 100; }

.subtitle {font-size: 18px; }
/************TYPOGRAPHY CSS*/


ul.subMenu .links_clm {padding: 30px; }
ul.subMenu .img_clm {background-color: #eeeeee; display: flex; justify-content: center; align-items: center; }
ul.subMenu li a {display: block; margin: 0 0 10px 0; border-bottom: 1px solid #fff; padding-bottom: 10px; }
ul.subMenu li:last-child a {border: none; padding-bottom: 0; margin-bottom: 0; }
ul.subMenu li a {color: #fff !important; font-weight: 300; padding-left: 0px; font-size: 14px; transition: .5s ease-out; }
ul.subMenu li a:before {left: 10px; top: 6px; width: 0px; height: 0px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg)scale(0); position: absolute; content: ""; transition: .5s ease-out; left: 0; }
ul.subMenu li a:hover, ul.subMenu li.active a {padding-left: 20px; }
ul.subMenu li a:hover:before, ul.subMenu li.active a:before {width: 7px; height: 12px; transform: rotate(45deg)scale(1); /* transition-delay: .5s; */ }
ul.subMenu img.services_hover_img {height: 250px; transition: .5s ease-out; width: 100%; }




/*.openMenu {left: 0%; }
.responsive_menu {overflow-x: hidden; position: fixed; top: 0; bottom: 0; z-index: 99999999; background-color: var(--primeColor); display: flex; left: -100%; width: 300px; padding: 40px 40px; transition: .5s ease-out }
.responsive_menu .clm_wrap ul.subMenu {overflow-y: auto; transition: unset !important; display: none; position: unset; opacity: 1; left: 0; padding: 10px 0; width: 100%; background-color: #00000021; border-radius: 0 !important; box-shadow: unset; }
.responsive_menu .clm_wrap ul.subMenu li {padding: 0; margin: 0; border: none !important; }
.responsive_menu .clm_wrap ul.subMenu li {border: none !important; margin: 0px 0; }
.responsive_menu .clm_wrap ul.subMenu li a {font-size: 13px; padding: 5px 20px; display: inline-block; }
.responsive_menu ul li a {text-transform: capitalize; font-weight: 500; color: #000; display: inline-block; width: 100%; } 
.responsive_menu .clm_wrap {width: 100%; } .responsive_menu ul li {margin: 20px 0; position: relative; }
.responsive_menu ul.contact_info li {padding-left: 25px; }
.responsive_menu ul.contact_info li:before {color: var(--primeColor); }
.responsive_menu ul:last-child {margin-bottom: 0; }
.responsive_menu ul {margin-bottom: 50px; } 
.responsive_menu ul.navigation {display: inline-block !important; width: 100%; }
.responsive_menu ul.navigation li {list-style: none; }
.responsive_menu .clm_wrap ul.subMenu .col-6 {width: 100%; }
.responsive_menu .clm_wrap ul.subMenu .col-6:last-child {display: none; }
.responsive_menu ul.subMenu .links_clm {padding: 0px; } 
.responsive_menu ul.service_menu {display: none; }
.open_drop:before {transform: rotate(180deg); }



.openDropDown {top: 40px !important; z-index: 999 !important; opacity: 1 !important; pointer-events: all !important; }
.drop_btn:before {transform: rotate(-180deg); }
.drop_icon:before {content: "\f107"; font-family: 'FontAwesome'; position: absolute; right: 0; transition: .5s; }
.drop_icon {position: relative; padding-right: 20px; }


.txt_icon {display: flex; align-items: center; text-align: left; }
.txt_box p {margin: 0;font-weight: 700;line-height: 22px;}
.txt_icon .icon_img {margin-right: 20px;}*/



.openMenu {transform: scale(1) !important;}
.responsive_menu {overflow: hidden;position: fixed;top: 0;bottom: 0;z-index: 99999999;/* background-color: var(--primeColor); */display: flex;align-items: center;/* left: -100%; */width: 100%;padding: 40px 40px;/* transition: .5s ease-out; */justify-content: center;transform: scale(0);}
.responsive_menu .clm_wrap ul.subMenu {overflow-y: auto; transition: unset !important; display: none; position: unset; opacity: 1; left: 0; padding: 10px 0; width: 100%; background-color: #00000021; border-radius: 0 !important; box-shadow: unset; }
.responsive_menu .clm_wrap ul.subMenu li {padding: 0; margin: 0; border: none !important; }
.responsive_menu .clm_wrap ul.subMenu li {border: none !important; margin: 0px 0; }
.responsive_menu .clm_wrap ul.subMenu li a {font-size: 13px; padding: 5px 20px; display: inline-block; }
.responsive_menu ul li a {text-transform: capitalize;font-weight: 500;color: #fff;display: inline-block;width: 100%;font-size: 42px;/* font-family: cursive; */position: relative;top: 60px;transition: 1s;} 
.responsive_menu .clm_wrap {width: 100%; } .responsive_menu ul li {margin: 0px 0;/* position: relative; */}
.responsive_menu ul.contact_info li {padding-left: 25px; }
.responsive_menu ul.contact_info li:before {color: var(--primeColor); }
.responsive_menu ul:last-child {margin-bottom: 0; }
.responsive_menu ul {margin-bottom: 50px; } 
.responsive_menu ul.navigation {display: inline-block !important;width: 40%;text-align: center;position: relative;overflow: hidden;}
.responsive_menu ul.navigation li {list-style: none;overflow: hidden;}
.responsive_menu .clm_wrap ul.subMenu .col-6 {width: 100%; }
.responsive_menu .clm_wrap ul.subMenu .col-6:last-child {display: none; }
.responsive_menu ul.subMenu .links_clm {padding: 0px; } 
.responsive_menu ul.service_menu {display: none; }
.responsive_menu ul ul.megaMenu li a {top: 0; }
.responsive_menu canvas#canv {position: absolute; }
.open_drop:before {transform: rotate(180deg); }
span.layer {position: fixed;width: 1px;height: 1px;background-color: #000;transform: scale(0);border-radius: 50%;transition: 1s;left: 0;top: 0;}
span.layer:nth-child(2) {transition-delay: .2s;background-color: #111;}
span.closeBtn {display: inline-block;width: 50px;height: 50px;position: absolute;color: #fff;font-size: 80px;top: -70px;right: -10px;cursor: pointer;transform: rotate(45deg);z-index: 9999;font-weight: 100;transition: .5s;}
.activeLayer {transform: scale(4300) !important;left: unset !important;top: unset !important;bottom: 0 !important;right: 0 !important;}
.active_anchor{top: 0 !important;}
.activeDrop {right: 0 !important; }
ul.megaMenu {position: absolute;top: 0;background: #111111;height: 100%;width: 100%;transition: .8s;z-index: 99;right: -100%;overflow-x: hidden;}
i.arrow_right:before {top: 12px; width: 15px; height: 15px; border: solid var(--white); border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(-40deg); position: absolute; content: ""; transition: .5s ease-out; left: 8px; z-index: 9; }
i.arrow_right {position: relative; display: inline-block; width: 40px; height: 40px; background: #ffffff42; top: 7px; border-radius: 50%; }
a.hasDrop i.arrow_right {width: 0;overflow: hidden;transition: .5s;}
a.hasDrop:hover i.arrow_right {width: 40px; }
.cls_menu {color: #fff;font-size: 20px;display: flex;align-items: center;position: absolute;top: 0;left: 0;z-index: 999;cursor: pointer;background-color: #ffffff1f;border-radius: 50px;padding: 5px 15px 5px 5px;}
.cls_menu i.arrow_right {transform: rotate(180deg);top: 0;margin-right: 10px;}








footer {/* background-color: #040525; */} 
footer {background-color: #050505;background-image: url(../images/footer-bg.webp);background-repeat: no-repeat;background-size: cover;background-position: center;overflow: hidden;} 
footer a:hover {color: var(--primeColor) !important; border-color: var(--primeColor) !important; }
footer ul.fancy_list li {margin: 10px 0;} 
footer .f_clm3 ul.fancy_list li.gdpr:before {opacity: 0; }

.footer h5 {text-transform: capitalize; font-weight: 500; } .footer {padding: 50px 0 30px;} 
.footer span, .footer p, .footer a {font-weight: 300; font-size: 15px; } 
.footer img.footer_logo {filter: brightness(0)invert(1); margin-bottom: 20px; } 
.footer .contact_info span {display: inline-block; width: 100%; } 
.footer ul.f_links {column-count: 2; } 
.footer ul.f_links li {list-style: none; } 
ul.contact_info li {position: relative; padding-left: 30px; margin: 10px 0; list-style: none; } 
ul.contact_info li:last0-child {margin-bottom: 0; } 
.copyright p {margin: 0; } 
.copyright {padding: 20px 0; border-top: 1px solid #ffffff30; } 
.copyright .btn_set {justify-content: flex-end; margin: 0; } 
.copyright .row {justify-content: space-between; } 
.copyright .btn_set a:nth-child(1) {border-right: 1px solid; padding-right: 10px; } /*.copyright .btn_set a {color: #000; }*/


/*************INNER PAGE BANNER CSS*/
.inner_page_banner {padding: 70px 0 70px; display: inline-block; width: 100%; background-repeat: no-repeat; background-size: cover; }
/*************INNER PAGE BANNER CSS*/

body.thankyou-page header {background-color: #000;  position: unset;}
body.terms_and_condition-page header {background-color: #000; position: unset; }
section.term-first-wrapper {padding: 70px 0; } 
.terms-first-wrap-text h5 {margin: 20px 0 10px; }



.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "\f078";
    font: normal normal normal 14px / 1 FontAwesome;
    border: 0;
    font-size: 14px;
}
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        display: flex;
        justify-content: center;
        margin: 0 auto 0;
    }

     /* Additional CSS for submenu positioning */
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

    .navbar-nav .nav-link {
  color: #fff;
}
.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: #000;
  padding: 0 10px !important;
  border-radius: 4px;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: -2px;
    margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "\f105";
    font: normal normal normal 14px / 1 FontAwesome;
    border: 0;
}

a.chat-btn {
    color: #000;
    background-color: var(--#F04039);
    background-color: var(--#F04039);
}
.btn-box a {
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 35px;
    min-width: 160px;
    text-align: center;
    justify-content: center;
}
a:hover, a:focus, a:active {
    color: var(--#F04039);
    text-decoration: none;
    outline: 0;
}




.banner-section {
    padding: 100px 0 0;
    height: 100vh;
    background: linear-gradient(177deg, #FF423A 0%, #1D1D1D 100%);
    height: 1000px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.banner-section .row {
    display: flex;
    align-items: center;
}
h1.ser-h1.scrollX {
    font-weight: bold;
    font-size: 380px;
    position: absolute;
    color: #fff;
    margin: 0 0 0 -50px;
    z-index: 99;
}
.baner-pera p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 0 0;
}
.banner-slid-book1-img {
    margin: 30px 0 0 0;
    position: relative;
}
.banner-slid-book1-img:before {
    position: absolute;
    content: "";
    background-image: url(../images/baner-circle.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 688px;
    width: 688px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}


@keyframes asteroid {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }

}

header ul li a {
    color: #fff !important;
    padding: 0 !important;
    font-size: 16px !important;
}
header .dropdown-menu {
    position: absolute;
    /* z-index: 1000; */
    display: none;
    min-width: 10rem;
    padding: 10px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    /* background-color: #fff; */
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    background: linear-gradient(177deg, #FF423A 0%, #1D1D1D 100%);
    border: solid 1px #fff;
}

.btn-box {
   display: flex;
   align-items: center;
   column-gap: 15px;
}

a.get-btn {
   color: #FFF;
   background-color: #F04039;
}

.chat_img {
   color: #000 !important;
}

a.chat-btn {
   color: #000;
   background-color: #FFF;
}

.btn-box img.arrow_img {
   width: 30px;
   height: 30px;
   border-radius: 100px;
   background: #FFF;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 8px;
   object-fit: contain;
   transform: translate(0%, 0px);
   transition: .5s;
}
.btn-box img.chat_img {
   width: 30px;
   height: 30px;
   border-radius: 100px;
   background: #000;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 8px;
   object-fit: contain;
   transform: translate(0%, 0px);
   transition: .5s;
}
a.chat-btn {
}

/*a.get-btn {
   transition: .5s;
}*/

/*.btn-box a:hover img {
   transform: translate(-350%, 0px);
   background-color: #fff;
}*/



.banner-section .btn-box {
    margin: 30px 0 0 0;
}


img.baner-pen {
    position: absolute;
    width: 400px;
    height: 580px;
    right: 508px;
    top: 145px;
    z-index: 999;
}

.banner-slider2 h3 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.banner-slider3 h3 {
    font-size: 18px;
    margin: 0;
    color: #fff;
}


.banner-slider2 {
    padding: 15px 0;
    background: #000;
    transform: rotate(4deg);
    z-index: 999999;
    position: relative;
    top: 40px;
    width: 100%;
    left: 0;
}

.banner-slider3 {
    padding: 15px 0;
    background: #F04039;
    /* position: relative; */
    z-index: -1;
    top: -70px;
    width: 100%;
}
.baner-logo-slide-box {
    margin: 0 0 0 0;
    position: relative;
    top: -40px;
}
.banner-slid .slick-dots {
  position: absolute;
  bottom: 100px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 600px;
}

.banner-slid .slick-dots li button {
  position: relative;
  right: 0;
  display: none;
  background-color: #e5e5e5;
  border-radius: 50px;
  width: 10px;
  height: 10px
}

.banner-slid ul.slick-dots li {
  background: #dee2ff;
  border-radius: 60%;
  width: 14px;
  height: 14px
}

.banner-slid ul.slick-dots li.slick-active {
  background: #48c2ff
}
.banner-slid-book1-img img {
    width: 90%;
}

h2.ht-43 {color: #323232;font-weight: bold;font-size: 43px;margin: 0 0 20px 0;padding: 0;word-spacing: -5px;}

h2.ht-43 span {
    color: #f6432e;
}

section.crafting-section p {
    color: #000;
    font-size: 16px;
    margin: 0 0 20px 0;
}

section.crafting-section {
    padding: 50px 0;
    background-image: url(../images/crafting-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -70px 0 0 0;
}

.cfat-main-img {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cfat-main-img img {
  width: 100%;
  /* animation: 80s linear infinite asteroid; */
}
.cfat-main-img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140%;
    width: 100%;
    background-image: url(../images/crafting-circle4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: 25s linear infinite asteroid;
    margin: auto;
    overflow: hidden;
    z-index: -1;
}
.cfat-main-img:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: 25s linear infinite asteroid;
    margin: auto;
    border-radius: 100%;
    background-color: #FF423A;
}
.cfrt-logos-box {
    position: relative;
}

img.crft1 {
    position: absolute;
    top: -345px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

img.crft2 {
    position: absolute;
    top: -350px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

img.crft3 {
    position: absolute;
    top: -350px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

img.crft4 {
    position: absolute;
    right: 0;
    top: -350px;
    left: 0;
    margin: auto;
    z-index: -1;
}

img.crft5 {
    position: absolute;
    top: -350px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

img.crft6 {
    position: absolute;
    top: -350px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
img.crft7 {
    position: absolute;
    top: -355px;
    left: 0;
    right: 0;
    margin: auto;
    animation: updown2 5s ease-in-out infinite;
}

section.crafting-section .row {
    display: flex;
    align-items: center;
}

section.logos-section {
    padding: 30px;
    background: #242424;
    overflow: hidden;
}


section.crafting-section a.chat-btn {
    background: #000;
    color: #fff;
}

section.crafting-section .btn-box img.chat_img {
    background: #F04039;
}


.rvl_finish .col-lg-6  img.crft1 {
    top: -520px;
    z-index: 1;
    transition: .9s;
    right: 250px;
    transition-delay: .1s;
     animation: updown2 3s ease-in-out infinite;
}
.rvl_finish .col-lg-6  img.crft2 {
    top: -530px;
    z-index: 1;
    transition: .9s;
    left: 270px;
   transition-delay: .6s;
    animation: updown2 4s ease-in-out infinite;
}
.rvl_finish .col-lg-6  img.crft3 {
    top: -300px;
    z-index: 1;
    transition: .9s;
    left: 400px;
    transition-delay: .4s;
      animation: updown2 5s ease-in-out infinite;
}
.rvl_finish .col-lg-6  img.crft4 {
    top: -80px;
    z-index: 1;
    transition: .9s;
    left: 350px;
    transition-delay: .3s;
      animation: updown2 2s ease-in-out infinite;
}
.rvl_finish .col-lg-6  img.crft5 {
    top: -137px;
    z-index: 1;
    transition: .9s;
    right: 200px;
    transition-delay: .6s;
      animation: updown2 5s ease-in-out infinite;
}
.rvl_finish .col-lg-6  img.crft6 {
    top: -315px;
    z-index: 1;
    transition: .9s;
    right: 400px;
    transition-delay: .2s;
      animation: updown2 8s ease-in-out infinite;
}



@keyframes updown2 {
  0%,
  100% {
    transform: translate(0, 0);-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;
  }

  50% {
    transform: translate(0, 10px);-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;
  }
}

/*section.services-section*/


section.services-section {
    padding: 50px 0 70px 0;
    background-image: url(../images/serves-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ser-img-flex-box {
    display: flex;
    position: relative;
}

img.ser-1 {
    position: relative;
    right: 72px;
}

img.ser-2 {
    position: relative;
    right: 75px;
    top: 25px;
}

img.ser-4 {
    position: relative;
    right: 110px;
    top: 47px;
    width: 300px;
}


.ser-img-flex-box:before {
    position: absolute;
    content: "";
    top: 15px;
    right: 85px;
    height: 252px;
    width: 150px;
    border: solid 1px #000;
}
.ser-img-flex-box:after{
    position: absolute;
    content: "";
    bottom: -15px;
    left: -15px;
    height: 170px;
    width: 160px;
    border: solid 1px #000;
    z-index: -1;
}


section.services-section .my-tabs {
    display: none;
} 

section.services-section .my-tabs.showfirst {
    display: block;
}


section.services-section ul#toplevel {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin: 30px 0 50px;
    /* border-bottom: solid 1px #000; */
}

section.services-section ul#toplevel li a {
    color: #0D0E13;
    /* border: solid 1px #eb3438; */
    border-bottom: solid 1px #000;
    padding: 0 0 10px 0;
    font-size: 18px;
    font-weight: 500;
}

section.services-section ul#toplevel li a:hover {
    background: transparent;
    color: #F04039 !important;
    border-color: #F04039 !important;
}

section.services-section li.active a {
    color: #F04039 !important;
    border-color: #F04039 !important;
}


.publish-slider {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
}

.publish-slider .col-lg-3 {
    width: 50%;
}

.ser-tb-im {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

h4.ht-h4 {
    font-size: 17px;
    font-weight: bold;
    color: #202024;
    margin: 0 0 0 0;
}

.ser-tab-box p {
    font-size: 16px;
    font-weight: 400;
    color: #202024;
    margin: 15px 0 0 0;
}

.ser-tab-box {
    margin: 0 0 20px 0;
}

section.services-section a.chat-btn {
    background: #000;
    color: #fff;
}

section.services-section .btn-box img.chat_img {
    background: #F04039;
}

section.services-section .btn-box {
    margin: 20px 0 0 0;
}

/*section.services-section*/


/*section.cta-section*/

section.cta-section {
    padding: 0;
    background-image: url(../images/cta-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

img.cta-book2 {
    position: absolute;
    top: -166px;
    bottom: 0;
    left: 355px;
    z-index: 999;
}

section.cta-section .row {
    display: flex;
    align-items: center;
}

img.cta-book1 {
    /* width: 100%; */
    /* margin: 0 0 0 -60px; */
    position: absolute;
    top: -310px;
    right: 0;
    margin: auto;
    z-index: 9;
}

.cta-img-box {position: relative;}
.cta-img-box:before {
    content: "";
    position: absolute;
    background-image: url(../images/cta-book3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 395px;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 50px;
}
/*section.cta-section*/

section.unique-section {
    padding: 50px 0;
    background-image: url(../images/unique-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.unique-main h3 {
    font-size: 80px;
    font-weight: bold;
    margin: 100px 0 0 0;
    color: #fff;
}

.unique-main h4 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 0 0;
    color: #fffC;
}

.unique-main p {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 0 0;
    color: #fff;
}

.unique-main {
    padding: 20px 20px;
}

.uniq-bg1 {
    background-image: url(../images/slid-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 95%;
    height: 370px;
    border-radius: 4px;
}

section.unique-section .slick-list.draggable {
    width: 120%;
}

section.unique-section .row {
    display: flex;
    align-items: center;
}

section.unique-section .slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 300px;
}

section.unique-section .slick-dots li button {
  position: relative;
  right: 0;
  display: none;
  background-color: #e5e5e5;
  border-radius: 50px;
  width: 10px;
  height: 10px
}

section.unique-section ul.slick-dots li {
  background: #dee2ff;
  border-radius: 60%;
  width: 14px;
  height: 14px
}

section.unique-section ul.slick-dots li.slick-active {
  background: #FF423A;
}
section.unique-section a.chat-btn {
    background: #000;
    color: #fff;
}

section.unique-section .btn-box img.chat_img {
    background: #F04039;
}



/*section.proud-section */


.coun-tex-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

h3.counter-value .span {
    font-size: 40px;
}

.coun-tex-flex span {
    font-size: 40px;
    font-weight: bold;
    color: #0D0E13;
}

.count-box p {
    font-size: 13px;
    color: #0D0E13;
    margin: 0 0 0 0;
}

section.proud-section .row {
    display: flex;
    align-items: center;
    position: relative;
}

h3.counter-value {margin: 0;font-size: 40px;font-weight: bold;color: #0D0E13;}

.count-box p {
    margin: 0;
}

.prou-countr-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0 40px 0;
}

.prou-countr-box .count-box {
    width: 20%;
    margin: 0 10px 0 0px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    text-align: center;
    border-radius: 6px;
}

section.proud-section a.chat-btn {
    background: #000;
    color: #fff;
}

section.proud-section .btn-box img.chat_img {
    background: #F04039;
}

.proud-img:before {
    content: "";
    position: absolute;
    background-image: url(../images/proud-img-before.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 635px;
    width: 407px;
    bottom: 0;
    top: 0;
    left: -12px;
    right: 0;
    z-index: -1;
}

.proud-img {
    position: relative;
}

/*section.proud-section */


section.testimonial-section {
    background-image: url(../images/testi-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
}

section.testimonial-section .row {
    display: flex;
    align-items: center;
}

.test-text-flex {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.test-text h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

p.testi-pera {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 0 0;
    color: #fff;
}

.testi-box {
    padding: 30px 20px;
    margin: 15px 0 15px 0;
    border-radius: 6px;
    margin: 0 7px 0 7px;
}

.bg-test-1 {
    background: #F04039;
}

.bg-test-2 {
    background: #000;
}

p.testi-pera-main {
    font-size: 16px;
    font-weight: 400;
    color: #1E1E21;
    margin: 0 0 30px 0;
    padding: 0 130px 0 0;
}

/*section.proud-section */




section.footer-bottom {
    padding: 50px 0px;
    overflow: hidden;
}


section.footer-bottom .input_field {
   outline: none;
   width: 100%;
   border: none;
   height: 85px;
   margin-bottom: 0;
   padding: 10px 10px;
   background-color: transparent;
   border-bottom: 1px solid #B7B7B7;
   color: #000;
}

section.footer-bottom .input_field::placeholder {
   color: #000;
   text-transform: capitalize;
}

section.footer-bottom .input_field:focus {
   border-color: #000;
}

h6.subtitle {
   text-transform: uppercase;
}

section.footer-bottom .input_field::placeholder {
   color: #000;
}
section.footer-bottom textarea::placeholder {
   color: #000;
}

section.footer-bottom textarea {
    outline: none;
    width: 100%;
    border: none;
    height: 100px;
    margin-bottom: 35px;
    padding: 10px 10px;
    background-color: transparent;
    border-bottom: 1px solid #B7B7B7;
    resize: none;
    color: #000 !important;
}

button.get-btn.footr-botm-btn {


    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    column-gap: 10px;
    border-radius: 35px;
    color: #FFF;
    background-color: #F04039;
    border: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

section.footer-bottom .row {
    display: flex;
    align-items: center;
}
.ciutch-img {
    padding: 0;
}
.prou-countr-box .count-box:hover {
    background: #f6432e;
:;
}

.prou-countr-box .count-box:hover h3 {
    color: #fff;
}

.prou-countr-box .count-box:hover span {
    color: #fff;
}

.prou-countr-box .count-box:hover p {
    color: #fff;
}

/*section.case-studies-section*/

section.case-studies-section {
    padding: 50px 0;
    background-image: url(../images/case-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden !important;
}


.case-main {
    display: flex;
    align-items: center;
}

.case-col {
    position: relative;
}

.case-bg1 {
    background-image: url(../images/case-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 517px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 1s ease-out;
}
.case-bg2 {
    background-image: url(../images/case-bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 517px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 1s ease-out;
}
.case-bg3 {
    background-image: url(../images/case-bg3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 517px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 1s ease-out;
}
.case-bg4 {
    background-image: url(../images/case-bg4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 517px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 1s ease-out;
}
.case-bg5 {
    background-image: url(../images/case-bg5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 517px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 1s ease-out;
}
.case-bg6 {
    background-image: url(../images/case-bg6.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 517px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 1s ease-out;
}
.case-bg7 {
    background-image: url(../images/case-bg7.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 517px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 1s ease-out;
}


.case-text-box h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 10px 0;
}

.case-text-box p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px 0;
}

.case-text-box {
    position: absolute;
    bottom: -40px;
    opacity: 0;
    transition: .5s;
    padding: 20px;
}


.case-logo-box h3 {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 15px 0 0 0;
}

img.case-logos {
    width: 50px;
}

.case-logo-box {
    text-align: center;
}


.case-withbox {width: 100%;}


.case-main:hover .case-withbox {
    width: 200px;
}


.case-bg1:hover {
    width: 100% !important;
}
.case-bg2:hover {
    width: 100% !important;
}
.case-bg3:hover {
    width: 100% !important;
}
.case-bg4:hover {
    width: 100% !important;
}
.case-bg5:hover {
    width: 100% !important;
}
.case-bg6:hover {
    width: 100% !important;
}
.case-bg7:hover {
    width: 100% !important;
}

.case-col:hover .case-text-box {
    transition-delay: .9s;
}
.case-col {
    overflow: hidden;
}


.case-withbox .case-logo-box {
    opacity: 0;
}

.case-withbox .case-text-box {
    opacity: 1;
    bottom: 40px;
}


.case-col:hover .case-text-box {
   opacity: 1;
   bottom: 20px !important;
}
.case-col:hover .case-logo-box {
   opacity: 0;
   bottom: 0;
}


section.case-studies-section h2 {
    text-align: center;
    color: #fff;
}

section.case-studies-section p {
    text-align: center;
    color: #fff;
    margin: 0 0 40px 0;
}
/*section.case-studies-section*/

/*section.proces-section*/

section.proces-section {
    padding: 50px 0 0 0;
    background-image: url(../images/proces-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.proces-img-box img {
    width: 100%;
}

.proc-abus-img {
    position: relative;
}

img.proc3 {
    position: absolute;
    top: 15px;
    animation: updown2 3s ease-in-out infinite;
}

img.proc2 {
    position: absolute;
    right: -30px;
    top: 240px;
    animation: updown2 3s ease-in-out infinite;
}

section.proces-section .row {
    display: flex;
    align-items: center;
}

section.proces-section .slider.slider-for {
    width: 60%;
    background: #F04039;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
}

section.proces-section .slider.slider-for h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

section.proces-section .slider.slider-nav p {
    font-size: 16px;
    font-weight: 400;
    margin: 25px 0 0 0;
    padding: 0 35px 0 0;
}

section.proces-section:before {
    position: absolute;
    content: "";
    background-image: url(../images/proc1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 162px;
    width: 159px;
    right: 0;
    bottom: 0;
    animation: 25s linear infinite asteroid;
}

/*section.proces-section*/



ul.fancy_list li a {
    display: flex;
    column-gap: 10px;
    font-size: 13px;
}

ul.fancy_list li a i {
    height: 10px;
    width: 10px;
    background: #F04039;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 50px;
}

span.heading26px {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.footer.light li a {
    font-size: 16px;
    font-weight: 400;
}

.footer.light li {
    margin: 15px 0 0 0;
}

img.footer-logo {
    margin: 0 0 20px 0;
}

.icons_wrap a {
    height: 15px;
    width: 15px;
    padding: 10px;
    background: #f6432e;
    border-radius: 100px;
}

.icons_wrap a i {font-size: 15px;}

.icons_wrap {
    margin: -35px 0 0 0;
    display: none;
}





.baner-pera {
    margin: 280px 0 0 0;
}
/*
a.navbar-brand i {
    color: #fff;
}

a.get-btn:hover {
    background: #fff;
    color: #000;
}*/


.unique-slider .slick-current.slick-active .uniq-bg1 {
    background: transparent;
    background-color: #FF423A;
}
.unique-slider .slick-current.slick-active .unique-main h3 {
   opacity: 1;
}
.unique-slider .slick-current.slick-active .unique-main{
   width: 95%;
}


.unique-main h3 {
    opacity: 0;
}

/*.case-col:hover .case-withbox .case-text-box{
    opacity: 0 !important;
}

*/
section.services-section .row {
    display: flex;
    align-items: center;
}




/*section.digital-inner-sec*/
section.digital-inner-sec {
    /* height: 100vh; */
    /* overflow: hidden; */
    padding: 100px 0;
    background-image: url(../images/digital-inr-bg.webp);
    background-color: #222;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dirit-banr-img {
    position: relative;
}

img.dig-bnr1 {
    position: absolute;
    left: 100px;
    z-index: 9;
    top: 64px;
}

img.dig-bnr2 {
    position: absolute;
    left: 60px;
    /* z-index: -1; */
    top: 121px;
}

img.dig-bnr3 {
    position: absolute;
    left: 60px;
    bottom: -50px;
}

img.dig-bnr4 {
    position: absolute;
    right: 0;
    top: 64px;
}

img.dig-bnr6 {
    position: absolute;
    right: 0;
    bottom: -100px;
}

img.dig-bnr5 {
    position: absolute;
    right: 400px;
    top: 200px;
}
.digit-main-box .btn-box {
    justify-content: center;
}

h1.ht-72 {
    font-size: 72px;
    font-weight: bold;
    color: #fff;
}

.digit-main-box p {
    font-size: 18px;
    color: #fff;
}

/*section.digital-inner-sec*/

section.our-inner-sec {
    padding: 70px 0 0;
    background-image: url(../images/cta-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -70px 0 0 0;
    overflow: hidden;
}

section.our-inner-sec .row {
    display: flex;
    align-items: center;
}



.embrace-section {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #000;
    overflow: hidden;
}

h3.case-text {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    z-index: 9;
    position: relative;
    text-align: center;
}

p.case-text {
    font-size: 16px;
    color: #fff;
    margin: 0 0 30px 0;
}

.embrace-section:before {
  content: "";
  position: absolute;
  background-image: url(../images/embrace1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 50%;
  left: 0;
}


.innovate-section {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #000;
}


.innovate-section:before {
  content: "";
  position: absolute;
  background-image: url(../images/embrace2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 50%;
  right: 0;
}
.innovate-section .row {
    display: flex;
    align-items: center;
}
.build-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/embrace3.webp) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 50%;
  right: 0;
}
.interview-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/embrace4.webp) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 50%;
  right: 0;
}
.uniting-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/embrace5.webp) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 50%;
  right: 0;
}
.bil-pading-box {
    padding: 0 0 0 60px;
}

.embrace-wri-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/writ-case-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 50%;
  left: 0;
}
.innovate-wri-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/writ-case-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 50%;
  right: 0;
}
.build-wri-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/writ-case-3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 50%;
  left: 0;
}
.interview-wri-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/writ-case-4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 50%;
  right: 0;
}

/*.sticty_section*/
.sticty_section {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 11;
  }
  .section_height{
    height: 100vh;
  }

/*.sticty_section*/





.unique-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    z-index: 9999;
    overflow: hidden;
}

.unique-main .unique-img {
    width: 34%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 0 20px 0;
}

.unique-img img {
    width: 160px;
    height: 160px;
    background: #000;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    object-fit: cover;
    transition: .5s;
}


/*.unique-main:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    right: 0;
    bottom: 0;
    background-image: url(../images/unique-circle.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 376px;
    width: 376px;
    margin: auto;
     animation: 25s linear infinite asteroid; 
}*/

.circle-min {
    position: absolute;

}
img.unique-circle1 {
    animation: zoom-in-zoom-out 3s ease infinite;
  
}
img.unique-circle2 {
    animation: zoom-in-zoom-out2 3s ease infinite;
}
img.unique-circle3 {
    animation: zoom-in-zoom-out3 3s ease infinite;
}
img.unique-circle4 {
    animation: zoom-in-zoom-out4 3s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    width: 0px;
  }
  50% {
    width: 300px;
  }
  100% {
    width: 350px;
  }
}
@keyframes zoom-in-zoom-out2 {
  0% {
    width: 0px;
  }
  50% {
    width: 250px;
  }
  100% {
    width: 300px;
  }
}
@keyframes zoom-in-zoom-out3 {
  0% {
    width: 0px;
  }
  50% {
    width: 200px;
  }
  100% {
    width: 250px;
  }
}
@keyframes zoom-in-zoom-out4 {
  0% {
    width: 0px;
  }
  50% {
    width: 150px;
  }
  100% {
    width: 200px;
  }
}
section.unique-section h2.ht-43 {
    color: #fff;
}

section.unique-section p {
    color: #fff;
}


section.revolution-section {
    padding: 100px 0 80px;
    background-image: url(../images/revolution-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

section.revolution-section .row {
    display: flex;
    align-items: center;
}
.revo-img-box {
    position: relative;
}

img.revo1 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100;
}

img.revo3 {
    position: absolute;
    top: -190px;
    left: 320px;
    width: 115px;
}

img.revo2 {
    position: absolute;
    left: 255px;
    top: -60px;
    width: 200px;
}

/*section.faq-section*/

section.faq {
   padding: 80px 0;
   position: relative;
   /* background-color: #000;
     */
   background-image: url(../images/faqs-bg.webp);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   overflow: hidden;
}

.faq_single {
   overflow: hidden;
   margin-bottom: 20px;
   border-radius: 29px;
   /* background: #F7F7F7; */
}

.faq_single p.faq__title {
   position: relative;
   margin: 0;
   padding: 15px 40px 15px 20px;
   color: #fff;
   cursor: pointer;
   background-image: linear-gradient(to right, #aa076b, #61045f);
}

.faq_single p.faq__title:before {
   content: "\f107";
   font-family: 'FontAwesome';
   position: absolute;
   right: 20px;
   transition: .5s;
   font-size: 17px;
   top: 14px;
   background-color: #ffffff40;
   width: 22px;
   height: 22px;
   text-align: center;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff !important;
}

.faq_single h4.faq__title {
   position: relative;
   /* margin: 0; */
   padding: 15px 40px 20px 0;
   color: #222;
   cursor: pointer;
   font-size: 18px;
   border-bottom: solid 1px #929292;
   border-radius: 0;
   line-height: 27px;
   text-transform: capitalize;
   font-weight: 600;
   width: 95%;
}

.faq_single h4.faq__title:before {
   content: "\f107";
   font-family: 'FontAwesome';
   position: absolute;
   right: 0;
   transition: .5s;
   font-size: 22px;
   top: 20px;
   /* background-color: #000; */
   width: 22px;
   height: 22px;
   text-align: center;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #f6432e;
}

.faq_single .faq__text {
   padding: 20px 30px 30px 0px;
   /* background-color: #2b202012; */
   display: none;
}

.faq_single .faq__text p:last-child {
   margin: 0;
}

.faq_single:last-child {
   margin-bottom: 0;
}

.faq_single .open_faq:before {
   transform: rotate(180deg);
}

.faq_single .faq__text p {
   font-size: 16px;
   width: 100%;
   color: #242424;
   border-bottom: solid 1px #929292;
   padding: 0 0 20px 0;
}

.faq_wrap {
   margin: 30px 0 0 0;
}

section.faq-section .faq_wrap .faq_single .firstOpen {
   display: block;
}
section.faq:before {
    content: "";
    position: absolute;
    background-image: url(../images/faq-before.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 470px;
    right: 0;
    top: 0;
}
h2.ht-43.faq-h3 {
    font-size: 40px;
}


/*section.faq-section*/


section.proud-section {
    overflow: hidden;
}
.uni-wrap {
    display: none;
}

.activeclm {
    display: block !important;
}

.unique-img img:hover {
    box-shadow: 0px 0px 6px 6px rgb(236 238 241 / 50%);
    transform: rotate(45deg)!important;
    background-color: #F04039;
}

/*.case-main:hover .case-withbox .case-text-box {
    opacity: 0;
}
.case-main:hover .case-withbox .case-logo-box {
    opacity: 1;
}*/

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

.logos-slider.logo-iner-img img {
    height: 80px;
    width: 175px;
    object-fit: none;
    text-align: center;
    margin: auto;
}
.logos-iner-sec {
    padding: 20px 0 !important;
}

.banner-slid {
    overflow: hidden;
}

section.billboard-section {
    padding: 150px 0 0 !important;
    background-image: url(../images/billboard-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.newa-billboard-section{
    background-image: url(../images/news-billboard-bg.webp) !important;
}
.fly-billboard-section{
    background-image: url(../images/fly-billboard-bg.webp) !important;
}
.article-billboard-section{
    background-image: url(../images/article-billboard-bg.webp) !important;
}
.publi-billboard-section{
    background-image: url(../images/art-publi-billboard-bg.webp) !important;
}
.radio-ser-section{
    background-image: url(../images/radio-ser-bg.webp) !important;
}
.tv-bilboard-section{
    background-image: url(../images/tv-ser-bg.webp) !important;
}
.pr-publi-ser-section{
    background-image: url(../images/pr-pub-ser-bg.webp) !important;
}
.art-publi-billboard-section{
    background-image: url(../images/art-publi-billboard-bg.webp) !important;
}
.article-billboard-section{
    background-image: url(../images/art-publi-billboard-bg.png) !important;
}

.pr-writing-billboard-sec{
    background-image: url(../images/pr-writing-billboard-bg.png) !important;
}

.wikipedia-billboard-section{background-image: url(../images/wikipedia-bg.png) !important;}
.podcast-billboard-section{background-image: url(../images/podcast-bg.png) !important;}



section.vision-section {
    background: url(../images/vision-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 50px;
}
section.vision-section .row {
    display: flex;
    align-items: center;
}
ul.vision-ul-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 15px 0;
}

ul.vision-ul-box li {
    width: 50%;
    display: flex;
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #000;
}
.vision-img-box {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.vision-img-box:before {
    position: absolute;
    content: '';
    background-image: url(../images/visin-before.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 402px;
    width: 232px;
    bottom: 20px;
    right: 110px;
}
img.vision-2 {
    z-index: 9;
    position: relative;
    width: 100%;
}

img.vision-1 {
    width: 100%;
}

section.excellence-section {
    padding: 50px 0;
    background-image: url(../images/exc-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


section.excellence-section h2.ht-43 {
    text-align: center;
}

section.excellence-section p {
    text-align: center;
    margin: 0 0 50px 0;
}

.exc-box2 {
    display: flex;
    align-items: center;
}

.exc-box1 {
    background: #222;
    padding: 0 0 30px 0;
    overflow: hidden;
}

img.exc1 {
    width: 100%;
    margin: 0 0 10px 0;
    transition: transform 0.3s ease-in-out;
}

.exc-main1 {
    padding: 0px 0 0 15px;
    z-index: 999;
}

.exc-main1 img {
    margin: 0 0 20px 0;
}

h5.exc-text {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px 0;
}

p.exc-text {
    text-align: start !important;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin: 0 !important;
}

.exc-box2 {
    background: #222;
    margin: 0 0 10px 0;
    overflow: hidden;
}

img.exc2 {
    width: 50%;
    transition: transform 0.3s ease-in-out;
}

img.exc3 {
    width: 50%;
    transition: transform 0.3s ease-in-out;
}

.exc-box4 {
    display: flex;
    align-items: center;
    background: #222;
    margin: 0 0 10px 0;
    z-index: 999;
    position: relative;
}

img.exc4 {
    width: 90%;
    transition: transform 0.3s ease-in-out;
}

.exc-box5 {
    /* display: flex; */
    align-items: center;
    background: #222;
    overflow: hidden;
    padding: 0 0 10px 0;
}

.exc-box6 {
    display: flex;
    align-items: center;
    background: #222;
    overflow: hidden;
}

img.exc5 {
    margin: 0 0 -80px 160px;
    width: 200px;
    transition: transform 0.3s ease-in-out;
}


section.excellence-section h2.ht-43 {
    color: #fff;
}

section.excellence-section p {
    color: #fff;
}

section.artners-section{
    padding: 20px 0 0;
    background-image: url(../images/pertner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

section.artners-section .row{
    display: flex;
    align-items: center;
}

section.artners-section h2.ht-43 {
    color: #fff;
}
section.artners-section p{
    color: #fff;
}

section.about-section {
    background-image: url(../images/about-bg.webp);
    padding: 80px 0 0;
}
section.port-ser-section {
    background-image: url(../images/port-ser-bg.png);
    padding: 80px 0 0;
}
section.contact-section {
    background-image: url(../images/contact-us-bg.webp);
    padding: 80px 0 0;
}

.ser-baner-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
}

h1.ser-h1 {
    font-size: 72px !important;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px 0;
}

h1.ser-h1 span {
    color: #F04039;
}
.ser-baner-sec p {
    color: #fff;
    margin: 0;
}

img.about-bner-img {
    width: 100%;
    margin: 20px 0 0 0;
}
section.about-section .btn-box {
    justify-content: center;
    margin: 30px 0 0 0;
}
img.unerring3 {
    position: absolute;
    top: 0;
    right: -30px;
}

.about-unerring-sec {
    position: relative;
}

.about-unerring-img:before {
    display: none;
}
.about-unerring-sec .btn-box {
    margin: 30px 0 0 0;
}

case-hover-box:hover {
    display: block;
}

.case-col.case-bg2.case-withbox:hover .case-hover-box {
    display: block;
}

.case-main:hover .case-hover-box {
    display: none;
}
section.contact-section h1.ser-h1 {
    text-align: start !important;
    line-height: 75px;
}

p.contact-bnre-pera {
    text-align: start;
}
ul.cont-tul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}

ul.cont-tul li {
    display: flex;
    align-items: center;
    width: 50%;
    column-gap: 5px;
}

ul.cont-tul li a {
    color: #fff;
    margin: 0 0 0 0;
    font-weight: 400;
}

ul.cont-tul li a span {
    font-size: 15px;
    font-weight: bold;
    float: left;
}
ul.adres-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}

ul.adres-box li {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

ul.adres-box li span {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

ul.adres-box li a {
    font-weight: 400;
    color: #ffff;
}




.contact-form input.input_field {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: solid 1px #ffffff52;
    padding: 10px 40px;
    position: relative;
    background: transparent;
    margin: 0 0 15px 0;
    color: #fff;
    background: #3d3c3c61;
}

.contact-form label {
    position: absolute;
    left: 16px;
    margin: 18px 0 0 0;
    color: #fff;
}

.contact-form {
    position: relative;
}

.contact-form input.input_field::placeholder {
    color: #fff;
}

.contact-form textarea {
    width: 100%;
    height: 156px;
    border-radius: 8px;
    border: solid 1px #ffffff52;
    padding: 17px 40px;
    position: relative;
    background: transparent;
    margin: 0 0 15px 0;
    color: #ffff;
    background: #3d3c3c61;
}

.contact-form textarea::placeholder {
    color: #fff;
}



/*bilboard-after-before*/
 /*body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            background-color: #f0f0f0;
        }*/

        .afterBefore_wrap {
            position: relative;
            width: 997px !important;
            height: 601px !important;
            overflow: hidden;
            text-align: center;
            margin: 30px auto 0;
        }

        .slider {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .before, .after {
            position: absolute;
            top: 0;
            left: 0;
            width: auto;
            height: 100%;
            overflow: hidden;
        }

        .before img, .after img {
            /* width: 96%; */
            height: 100%;
            object-fit: cover;
            z-index: 999;
            object-position: left;
        }

        .before {
            width: 50%; /* Initial width to show the slider in the middle */
            overflow: hidden;
            /* background-color: red !important; */
            visibility: visible;
            position: relative;
            left: -20px;
        }

        .slider-range {
            position: absolute;
            top: 50%;
            left: -55px;
            right: 0;
            margin: auto;
            width: 100%;
            /* transform: translateY(-50%); */
            -webkit-appearance: none;
            background: transparent;
            z-index: 999;
            /* background: url(../images/bord-circle.png); */
            /* background-repeat: no-repeat; */
            /* background-size: cover; */
            /* background-position: center; */
            /* height: 54px; */
            /* width: 54px; */
        }

        .slider-range::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            background: #fff;
            border: 2px solid #000;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
        }

        .slider-range::-moz-range-thumb {
            width: 20px;
            height: 20px;
            background: #fff;
            border: 2px solid #000;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
        }
        .before img {
            position: relative;
        }
img.bilboard-brforeimg3 {
    width: 100%;
    display: none;
}
p.bilbord-pera {
    color: #fff;
}
        
/*bilboard-after-before*/

img.vision-1 {
    animation: updown2 3s ease-in-out infinite;
}

.baner-can {
    width: 139px !important;
    height: 267px !important;
    left: 38% !important;
    top: 31% !important;
}
.btn-box.but-baner-mobile {
    display: none;
}

.logo-flex-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}

.logo-flex-box img {height: 40px;}

p.case-box-peraa {
    text-align: start !important;
}

.ser-tb-im img {
    width: 28px;
    height: 30px;
    object-fit: cover;
}

img.exc6 {
    width: 1470px;
    transition: transform 0.3s ease-in-out;
}

.industries-section .btn-box {
    justify-content: start !important;
}

.industries-section h2.ht-43 {
    color: #fff;
}

section.genius-section {
    padding: 80px 0;
    background-image: url(../images/genius-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.genius-flex {
    display: flex;
    align-items: center;
    column-gap: 10px;
    /* padding: 20px; */
    /* background: #fff; */
    /* box-shadow: 0 0 33.44px 4.56px rgba(0, 0, 0, .15); */
}

h4.genius-text-h4 {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    margin: 0 0 0 0;
}

.genius-flex img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.genius-main-bx {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 33.44px 4.56px rgba(0, 0, 0, .15);
    margin: 0 0 30px 0;
    transition: .5s;
}

p.genius-text-p {
    margin: 25px 0 0 0 !important;
    /* height: 0px; */
    overflow: hidden;
    transition: .5s !important;
}
.genius-flex:hover p.genius-text-p {
    height: auto;
}

.genius-main-bx:hover p.genius-text-p {
    height: auto;
    margin: 0;
    /* padding: 20px; */
    /* background: #fff; */
    /* box-shadow: 0 0 33.44px 4.56px rgba(0, 0, 0, .15); */
}
.genius-wrap {
    height: 0px;
    overflow: hidden;
    transition: .5s;
}

section.genius-section .genius-wrap:hover {
    height: auto !important;
}

.genius-main-bx:hover .genius-wrap {
    height: 200px;
}



/*Portfolio page css*/
.d_content {
    /* overflow: auto; */
    position: relative;
    width: 100%;
    /* height: 100vh; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-main {
    background: #141414;
}

.col-portfolio-page {
    margin: 200px;
}

.col-portfolio-page:nth-of-type(even) .d_backdrop_description {
    right: calc(50% + 15rem)
}

.col-portfolio-page:nth-of-type(odd) {
    position: relative;
    top: 10rem
}

.col-portfolio-page:nth-of-type(odd) .d_backdrop_description {
    left: calc(50% + 15rem)
}

.d_backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: none
}

.col-portfolio-page:hover .d_backdrop {
    opacity: 1
}

.col-portfolio-page:hover .d_backdrop .text, .col-portfolio-page:hover .d_backdrop .title {
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem)
}

.d_backdrop .d_backdrop_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .9
}

.d_backdrop .d_backdrop_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    background: no-repeat center/cover
}

.d_backdrop_description {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    width: 40rem;
    color: #fff
}

.d_backdrop_description .text, .d_backdrop_description .title {
    -webkit-transform: translateY(-5rem);
    -ms-transform: translateY(-5rem);
    transform: translateY(-5rem);
    -webkit-transition: all .3s;
    transition: all .3s
}

.d_backdrop_description .text strong {
    font-weight: 500;
    color: #fff;
}

.d_backdrop_description .title {
    line-height: 70px;
    font-size: 60px;
    color: #fff007;
    padding-bottom: 20px;
    text-shadow: 3px 2px 1px rgb(255 255 255 / 46%);
}

.d_backdrop_description .text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.d_backdrop_description .text p {
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    text-shadow: 3px 2px 2px rgb(0 0 0 / 70%);
    margin: 0 0 30px 0;
}

.hover-portfolio {
    z-index: 2;
    position: relative;
    display: block
}

.hover-portfolio .im-wr {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.hover-portfolio .goto {
    width: 6rem;
    border-radius: .5rem;
    position: absolute;
    top: 86%;
    right: -48px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .3);
    box-shadow: 0 0 25px rgba(0, 0, 0, .3);
    -webkit-transition: all .3s;
    transition: all .3s
}

.col-portfolio-page:hover .hover-portfolio {
    z-index: 4
}

.col-portfolio-page .hover-portfolio .goto {
    display: block
}

.col-portfolio-page:hover .hover-portfolio .im-wr {
    -webkit-transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    transform: translateY(-3rem)
}

.col-portfolio-page:hover .hover-portfolio .mask {
    -webkit-transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    transform: translateY(-3rem);
    height: 0!important
}

.hover-portfolio .mask {
    -webkit-transition: none;
    transition: none;
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 4
}

.col-portfolio-page:hover .hover-portfolio .mask {
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.hover-portfolio .im-wr .im {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.col-portfolio-page:hover .hover-portfolio .mask+.im-wr .im {
    opacity: 1
}

.d_backdrop:hover .hover-portfolio .mask+.im-wr .im {
    opacity: 1
}

.hover-portfolio .im-wr .im {
    -webkit-box-shadow: 0 4rem 6rem rgb(255 255 255 / 20%);
    box-shadow: 0 4rem 6rem rgb(255 255 255 / 20%);
    border-radius: 1rem;
    width: 100%;
}

.portfolio_pg .footer-sec {
    display: none;
}


.d_backdrop_description h2.ht-43 {
    font-size: 38px;
    color: #fff;
}

/*Portfolio page css*/



.case-ser-section {
    height: 700px;
    padding: 150px 0 80px!important;
    background-image: url(../images/cas-study-ser-bg.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.case-ser-section h2.ht-43 {
    color: #fff;
}

.case-ser-section h2.ht-43 span {
    color: #fff;
}

.case-ser-section a.get-btn {
    background: #000;
}
img.logo-header {
    filter: brightness(100);
    width: 120px;
}

    .case-ser-section .btn-box {
    justify-content: start !important;
}
.case-ser-section .row {
    display: flex;
    align-items: center;
}

section.services-section .ser-tab-box p {
    padding: 0 50px 0 0;
}
img.dig-img1 {position: relative;top: -25px;left: 130px;z-index: 9;}

.digit-main-box.text-center.digit-pos-box {
    position: sticky;
    top: 50%;
    bottom: 50%;
    z-index: 9;
}

.digi-baer-img-st img {
    width: 80%;
    margin: 0 0 30px 0;
}

img.dig-img4 {
    top: -22px;
    left: 50px;
    position: relative;
}

img.dig-img2 {
    position: relative;
    top: -200px;
}

img.dig-img3 {
    position: relative;
    top: -100px;
    left: 125px;
}
img.dig-img22 {
    width: 50%;
    left: 234px;
    position: relative;
    top: 78px;
}

img.dig-img5 {
    position: relative;
    right: 250px;
}

img.dig-img44 {
    position: relative;
    right: 200px;
}

img.dig-img55 {
    position: relative;
    left: 50px;
    top: 130px;
}
.case-color {
    color: #F04039 !important;
    text-align: center !important;
    margin: auto;
    display: table;
}

section.publishing-section {
    padding: 80px 0;
}

section.publishing-section ul#pills-tab {
    background: #242424;
    display: inline-block;
    padding: 0px 0px;
    border-radius: 30px;
    margin: 0 0 30px 0 !important;
}

section.publishing-section ul#pills-tab li button {
    padding: 18px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

section.publishing-section ul#pills-tab li button.active {
    background: #f6432e !important;
    color: #fff !important;
    border-radius: 30px;
}

img.exc1:hover {
    transform: scale(1.2);
}

img.exc2:hover {
    transform: scale(1.2);
}

img.exc3:hover {
    transform: scale(1.2);
}

img.exc6:hover {
    transform: scale(1.2);
}

img.exc4:hover {
    transform: scale(1.2);
}

img.exc5:hover {
    transform: scale(1.2);
}
.d_backdrop_description h2.ht-43 {
    word-spacing: inherit;
}
.ciutch-img.mobile-vission.aos-init.aos-animate {
    display: none;
}

section.testimonial-section .slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 0px;
}

section.testimonial-section .slick-dots li button {
  position: relative;
  right: 0;
  display: none;
  background-color: #e5e5e5;
  border-radius: 50px;
  width: 10px;
  height: 10px
}

section.testimonial-section ul.slick-dots li {
  background: #000000;
  border-radius: 60%;
  width: 14px;
  height: 14px
}

section.testimonial-section ul.slick-dots li.slick-active {
  background: #f04039;
}
h1.ser-h1.digit-text-mobile {
    display: none;
}


img.footer-logo {
    width: 120px;
}

section.inner_page_banner.thank-you-sec {
    padding: 100px 0;
    background: #F04039;
    height: 580px;
    display: flex;
    align-items: center;
}

.thank-you-sec .btn-box.thank-btn {
    justify-content: center;
}

.thank-you-sec a.chat-btn span {color: #000 !important;}

 .thank-you-sec a.theme_btn.bac-btn {
    background: #fff;
    color: #000;
}

.thank-you-sec a.theme_btn.bac-btn :hover {
    background: #000;
    color: #fff;
}

.thank-you-sec  a.chat-btn.chat :hover {
    background: #000;
    color: #000;
}

.thank-you-sec  a.chat-btn:hover {
    background: #000;
}

.thank-you-sec a.chat-btn:hover span {
    color: #fff !important;
}
.thank-you-sec a.theme_btn.bac-btn:hover {
    background: #000;
    color: #fff;
}

.banner-slider2-sec .slick-slide{
height:auto;
}
.banner-slider3 .slick-slide{
height:auto;
}



