
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
h4,h5,h6,p,i,li,
 {
   font-family: "Open Sans", sans-serif; 
}
@import url(https://db.onlinewebfonts.com/c/9eb5b7e8afb18f98b00594b9e758b378?family=Sitka+Display);
h1,
h2
 {
   font-family: 'Sitka Display'; 
}


body {font-size: 15px;color: #686868;font-family: 'Sitka Display';font-family: "Open Sans", sans-serif; font-weight: 400;font-style: normal;-webkit-font-smoothing: antialiased;word-wrap: break-word;}

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: #146eb4;
  --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: #fff;}
.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; }

.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 {
    padding: 0px 0 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.header-top {
    margin: 0 0 10px 0;
}

.header-top img.logo-header {
    width: 200px;
}

header a.nav-link {
    font-size: 16px;
    color: #fff !important;
}

header a.nav-link.active {
    color: #ff9900 !important;
}
header a.nav-link:hover {
     color: #ff9900 !important;
}

/*header.navbar-light header.navbar-nav header.nav-link:focus, header.navbar-light header.navbar-nav header.nav-link:hover {
color: #146eb4 !important;
}*/

header nav.navbar.navbar-expand-lg.navbar-light {
    text-align: center;
    margin: auto;
    display: table;
}
header .dropdown-toggle::after {
    position: absolute;
    margin-left: 4px;
    vertical-align: 0;
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    border-top: 0;
    border-right: 0 transparent;
    border-bottom: 0;
    border-left: 0 transparent;
    font-size: 16px;
    color: #ff9900;
    top: 5px;
}

header .navbar-expand-lg .navbar-nav {
    display: flex;
    align-items: center;
    column-gap: 35px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

/*header {position: absolute; width: 100%; z-index: 999; }
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%;}

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.heading55px  {font-size: 29px;font-weight: 600;margin: 0 0 0 0;}
h2.headingh60px  {font-size: 60px;text-transform: capitalize;font-weight: bold;}
h3.heading66px  {font-size: 66px;font-weight: 600;color: #fff;margin: 0 0 0 20px;line-height: 70px;}
h3.heading25px  {font-size: 25px;font-weight: 400;color: #f2f2f2;}
h3.headingh30px  {font-size: 30px;font-weight: 700;color: #fff;margin: 0;}
h4.headingh47px {font-size: 30px;font-weight: 700;text-transform: capitalize;color:#fff;}
h4.headingh23px {font-size: 23px; font-weight: 400; color:#fff; }
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 {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: 18px;/* font-family: cursive; */position: relative;top: 60px;transition: 1s;margin: 0 0 10px 0;} 
.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: 100%;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;margin: 0 0 10px 0;font-size: 15px;}
.responsive_menu canvas#canv {position: absolute; }
a.hasDrop.mainAnchor.active_anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 9px 0;
}
.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: 8px;width: 8px;height: 8px;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: 9px;z-index: 9;}
i.arrow_right {position: relative;display: inline-block;width: 30px;height: 25px;background: #ffffff42;top: 0px;border-radius: 50%;right: -25px;}
a.hasDrop i.arrow_right {width: 0;overflow: hidden;transition: .5s;}
a.hasDrop:hover i.arrow_right {width: 25px;}
.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 {} 
footer {
    /* background-image: url(../images/footer-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/testi-bg.png) !important;
    background: #146eb4;
} 
footer a:hover, :hover:before {color: #ff9900 !important;border-color: #000 !important;}
footer ul.fancy_list li {margin: 15px 0;padding: 0;} 
footer .f_clm3 ul.fancy_list li.gdpr:before {opacity: 0; }

.footer h5 {text-transform: capitalize; font-weight: 500; } .footer {padding: 50px 0 50px;} 
.footer span, .footer p, .footer a {font-weight: 400;font-size: 16px;} 
.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;background: #044273;} 
.copyright .btn_set {justify-content: flex-end; margin: 0; } 
.copyright .row {justify-content: space-between;} 
.copyright .btn_set a:nth-child(1) {color: #fff;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; }



/*section.banner-section*/
section.banner-section {
    /* height: 100vh; */
    position: relative;
    padding: 150px 0 0px;
    /* background: #ff9900; */
}

section.banner-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(#000000d9, #0000009e), url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 903px;
    width: 100%;
    z-index: -1;
}


.banner-main-box {
    text-align: center;
    margin: 0 0 50px 0;
}

.baner-boox-box {
    width: 85%;
    padding: 30px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 13%);
    /* margin: 0 0 45px 0; */
    transition: .5s;
}

section.banner-section .owl-carousel .owl-item img {
    width: 100%;
    border-radius: 8px;
}

section.banner-section .owl-item.cloned {
    margin: 0;
}
section.banner-section .owl-item:nth-child(even) {
    margin: 0 0 30px 0;
    transform: translateY(50px);
}

section.banner-section .owl-carousel .owl-stage-outer {padding-bottom: 70px;}

section.banner-section .owl-item.active.center .baner-boox-box {
    background: #146eb4;
}

section.banner-section .owl-stage-outer.owl-height {
    height: auto !important;
}



h1.heading55px span {
    color: #fff;
    font-size: 128px;
    font-style: italic;
}

.banner-main-box h1 {
    color: #fff;
    margin: 0;
}



.banner-main-box h3 {
    margin: 0 0 20px 0;
}

.banner-main-box p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px 0;
}


.btn-box a {
    border: solid 1px transparent;
    font-size: 19px;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
}

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

a.chat-btn {
    border-color: #ffff;
    color: #fff;
    background: #ff9900;
}

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

.btn-box a i {
    height: 15px;
    width: 15px;
    /* background: red; */
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 6px;
}

a.chat-btn i {background: #fff;color: #146eb4;}

a.get-btn i {
    background: #146eb4;
    color: #fff;
}


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

a.chat-btn:hover i {
    background: #146eb4;
    color: #fff;
}

a.get-btn:hover {
    background: #ff9900;
    border-color: #ffff;
    color: #fff;
}

a.get-btn:hover i {
    background-color:#fff;
    color:#146eb4;
}
/*section.banner-section*/

/*section.banner-logos*/
section.banner-logos {
    padding: 30px 0;
    background: #EBEBEB;
}

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

section.banner-logos figure {
    margin: 0;
}

section.banner-logos figure img {
    width: 200px;
    height: 45px;
    object-fit: contain;
}
/*section.banner-logos*/

/*section.book-services-section*/
section.book-services-section {
    padding: 50px 0;
    overflow: hidden;
}

h2.headingh60px.light {
    font-weight: 400;
    color: #2F2F2F;
    margin: 0 0 0 0;
}

h2.headingh60px.bold {
    font-weight: bold;
    color: #2F2F2F;
}


section.book-services-section .slick-list.draggable {
    width: 140%;
}

.book-ser-main {
    background-image: url(../images/ser-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 664px; */
    padding: 50px 20px;
    text-align: center;
    display: table;
    border-radius: 8px;
    margin: 0px 10px 0 10px;
}
.ser-bg1 {
    background-image: url(../images/ser-bg1.png);
   
}
.ser-bg2 {
    background-image: url(../images/ser-bg2.png);
   
}
.ser-bg3 {
    background-image: url(../images/ser-bg3.png);
   
}
.ser-bg4 {
    background-image: url(../images/ser-bg4.png);
   
}
.ser-bg5 {
    background-image: url(../images/ser-bg5.png);  
}
.ser-bg6 {
    background-image: url(../images/ser-bg6.png);  
}
.ser-bg7 {
    background-image: url(../images/ser-bg7.png);  
}
.book-ser-img {
    text-align: center;
    margin: auto;
    display: table;
}

.book-ser-main h4.headingh47px {
    margin: 30px 0 15px 0;
}

.book-ser-main p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    margin: 0;
    min-height: 75px;
}

.book-ser-img img {
    width: 100%;
    margin: auto;
    height: 335px;
    object-fit: contain;
    border-radius: 12px;
} 


section.book-services-section button.slick-next.slick-arrow {
  background-color: #fff;
  position: absolute;
  /* left: 100px; */
  right: 140px;
  color: #fff;
  display: grid !important;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #146eb4;
  top: -160px;
}
section.book-services-section button.slick-prev.slick-arrow {
  background-color: #fff;
  position: absolute;
  left: 1070px;
  right: 0;
  color: #11ae90 !important;
  /* display: grid !important; */
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: inherit;
  border-radius: 50%;
  z-index: 9999;
  background: #EDEDED;
  top: -160px;
}

section.book-services-section button.slick-prev.slick-arrow:after {
  content: "\f053";
  font: 30px/1 FontAwesome;
  color: #fff;
  position: absolute;
  left: -7px;
  top: 2px;
  bottom: 0;
  margin: auto;
  right: 0;
  align-items: center;
  display: grid;
  font-size: 20px;
}
section.book-services-section button.slick-next.slick-arrow:before {
  content: "\f054";
  font: 30px/1 FontAwesome;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 2px;
  bottom: 0;
  margin: auto;
  right: 0;
  align-items: center;
  display: grid;
  font-size: 20px;
}

section.book-services-section button.slick-next.slick-arrow:hover {
    background: #EDEDED;
}

section.book-services-section button.slick-prev.slick-arrow:hover {
    background: #146eb4;
}

.book-service-slider {margin-top: 50px;}

 
.cutom-btn {
    margin: 30px 0 0 0;
}

.cutom-btn a.get-btn {
    background: #146eb4;
    color: #fff;
}

.cutom-btn a.get-btn i {
    background: #fff;
    color: #146eb4;
}

.cutom-btn a.chat-btn {
    border-color: #fff;
    /* color: #146eb4; */
}

.cutom-btn a.chat-btn i {
    background: #146eb4;
    color: #fff;
}

.cutom-btn a.get-btn:hover {
    border-color: #146eb4;
    background: transparent;
    color: #146eb4;
}

.cutom-btn a.get-btn:hover i {
    background: #146eb4;
    color: #fff;
}

.cutom-btn a.chat-btn:hover {
    background: #146eb4;
    color: #fff;
}

.cutom-btn a.chat-btn:hover i {
    background: #fff;
    color: #146eb4;
}
/*section.book-services-section*/


/*section.experience-section*/
section.experience-section {
    padding: 50px 0;
    background-image: url(../images/bga.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}


section.experience-section h2.headingh60px.light {
    color: #fff;
}
section.experience-section h2.headingh60px span {
    font-weight: bold;
}
.expri-img-box img {
    width: 60%;
    border-radius: 12px;
}
p.experi-pera {
    color: #fff;
    margin: 40px 0 50px 0;
}
section.experience-section ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
}

section.experience-section ul li {
    display: flex;
    align-items: center;
    width: 40%;
    margin: 0 0 20px 0;
    column-gap: 7px;
}

section.experience-section ul li p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}
section.experience-section .btn-box {
    margin: 30px 0 0 0;
    justify-content: start;
}

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

.expri-img-box {
    position: relative;
    z-index: 9;
    text-align: center;
    right: 50px;
}

.expri-img-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 737px;
    width: 100%;
    /* z-index: -1; */
    background-image: url(../images/expri-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.expri-img-box img {position: relative;top: 75px;}
/*section.experience-section*/

/*section.publishing-section*/
section.publishing-section {
    padding: 50px 0;
}

section.publishing-section h2.headingh60px span {
    color: #000;
    font-weight: bold;
}

section.publishing-section h4.headingh23px {
    color: #000;
    text-transform: uppercase;
}

h5.pub-text {
    text-align: start;
    color: #212121;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
}

section.publishing-section .slick-slide img {
    width: 85%;
    height: 500px;
    object-fit: cover;
}

img.star-pub {
    width: 100px !important;
    margin: 20px 0 0 0;
}
.publish-slider {
    margin: 20px 0 20px 0;
}
/*section.publishing-section*/


/*section.written-section*/
section.written-section {
    padding: 50px 0;
    background-image: url(../images/writing-bgh.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: visible !important;
    /* background: #ff9900; */
}
section.written-section h2.headingh60px.light {
    color: #fff;
}

section.written-section h2.headingh60px.light span {
    font-weight: bold;
}

section.written-section h4.headingh23px {
    text-transform: capitalize;
    font-size: 35px;
}

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

section.written-section ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    column-gap: 7px;
}

section.written-section ul li p {
    margin: 0;
}

section.written-section .btn-box {justify-content: start;margin: 30px 0 0 0;}

section.written-section .writing-img-box {
    display: flex;
    align-items: center;
    position: relative;
}

section.written-section img.writ-img2 {
    position: absolute;
    bottom: -170px;
    left: -20px;
}

section.written-section .writing-img-box img {
}
p.writing-pera {
    margin: 20px 0 20px 0;
    padding: 0 50px 0 0;
}
section.written-section .row {
    display: flex;
    align-items: center;
}

/*section.written-section*/

/*section.cta-section*/
section.cta-section {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(rgb(255 255 255 / 84%), rgb(255 255 255 / 91%)), url(../images/bgaab.jpg);;
    width: 100%;
    height: auto;
}

section.cta-section h4.headingh23px {
    color: #2E2E2E;
}
section.cta-section:before {
    content: "";
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    background-image: url(../images/cta-before1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px;
    width: 477px;
}
section.cta-section:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/cta-after1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 435px;
    width: 343px;
}

/*section.cta-section*/

/*section.markiting-section*/
section.markiting-section {
    padding: 50px 0;
    background: #FFF8ED;
}

section.markiting-section ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section.markiting-section ul li {
    display: flex;
    align-items: center;
    column-gap: 7px;
    width: 33%;
    margin: 0 0 20px 0;
}

section.markiting-section ul li p {
    margin: 0;
    font-size: 16px;
    color: #146eb4;
}

section.markiting-section .cutom-btn {
    justify-content: start;
}

.markitin-img img {
    width: 100%;
}

section.markiting-section h4.headingh23px {
    color: #0A0C1C;
    text-transform: math-auto;
}

section.markiting-section .row {
    display: flex;
    align-items: center;
}
p.marki-pera {
    font-size: 16px;
    color: #000;
    margin: 0 0 30px 0;
}

/*section.markiting-section*/

/*section.ready-section */
section.ready-section {
    padding: 150px 0 50px;
    position: relative;
}
section.ready-section:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/resdy-before1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 477px;
    width: 70%;
    margin: auto;
    z-index: -1;
}
.ready-img-box {
    position: relative;
}
.ready-img-box:before {
    content: "";
    position: absolute;
    background-image: url(../images/ready-before1.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: -40px;
    bottom: 0;
    right: 0;
    height: 500px;
    width: 540px;
    margin: auto;
    z-index: 9;
    left: -70px;
    margin: 0;
    background: #146eb4;
    border-radius: 250px;
}
/*.ready-img-box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 520px;
    background: #0C1327;
    width: 630px;
    margin: auto;
    z-index: -1;
    border-radius: 100%;
    z-index: 9;
}*/


.ready-img-box img {
    z-index: 9;
    position: relative;
    width: 100%;
    top: -120px;
    left: 0;
    width: 410px;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    right: 0;
    left: 0;
}

.ready-text {
    text-align: center;
}

h5.headingh28px {
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

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

/*section.ready-section */

/*section.testimonial-section*/
section.testimonial-section {
    padding: 80px 0;
    background-image: url(../images/testi-bg.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0B1226;
    overflow: hidden;
    background: #ff9900;
}
section.testimonial-section h2.headingh60px.bold {
    font-size: 50px;
    color: #fff;
}

section.testimonial-section p {
    color: #fff;
    font-size: 15px;
}

.testi-slider p {
    color: #232f3e !important;
    font-size: 14px;
}


.test-main-box {
    padding: 40px 25px;
    background: #fff;
    margin: 0 7px 0 7px;
    border-radius: 4px;
    z-index: 9;
    position: relative;
}

img.comma-img {
    margin: 0 0 20px 0;
}

.testi-flex-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 30px 0 0 0;
}

.testi-text h5 {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin: 0;
}

.testi-text p {
    font-size: 13px !important;
    font-weight: 500;
    color: #000;
    margin: 3px 0 0 0;
}

.testi-slider {
    margin: 30px 0 0 0;
    position: relative;
}
section.testimonial-section button.slick-next.slick-arrow {
  background-color: #fff;
  position: absolute;
  left: 75px;
  right: 0;
  color: #fff;
  display: grid !important;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 0;
  background: #fff;
  top: 420px;
}
section.testimonial-section button.slick-prev.slick-arrow {
  position: absolute;
  left: 6px;
  right: 0;
  color: #000 !important;
  /* display: grid !important; */
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  border-radius: 0;
  z-index: 9999;
  background: #fff;
  top: 420px;
  z-index: 1;
}

section.testimonial-section button.slick-prev.slick-arrow:after {
  content: "\f053";
  font: 30px/1 FontAwesome;
  color: #000;
  position: absolute;
  left: -7px;
  top: 2px;
  bottom: 0;
  margin: auto;
  right: 0;
  align-items: center;
  display: grid;
  font-size: 20px;
}
section.testimonial-section button.slick-next.slick-arrow:before {
  content: "\f054";
  font: 30px/1 FontAwesome;
  color: #000;
  position: absolute;
  left: 5px;
  top: 2px;
  bottom: 0;
  margin: auto;
  right: 0;
  align-items: center;
  display: grid;
  font-size: 20px;
}

section.testimonial-section button.slick-next.slick-arrow:hover {
    color: #000 !important;
    background: #146eb4;
}

section.testimonial-section button.slick-prev.slick-arrow:hover {
    background: #146eb4;
}

.testi-slider:before {
    content: "";
    position: absolute;
    background-image: url(../images/testi-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* top: 0; */
    bottom: 110px;
    right: 0;
    height: 450px;
    width: 470px;
    margin: auto;
    z-index: 9;
    left: -200px;
    margin: 0;
    background-size: 90%;
    display: none;
}


/*section.testimonial-section*/


/*section.footer-botom-section*/

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

section.footer-botom-section .input_field::placeholder {
   color: #fff;
   text-transform: capitalize;
}

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

h6.subtitle {
   text-transform: uppercase;
}

section.footer-botom-section .input_field::placeholder {
   color: #fff;
}
section.footer-botom-section textarea::placeholder {
   color: #fff;
}

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

button.get-btn.footr-botm-btn {
    padding: 12px 50px;
    border-radius: 6px;
    background-color: #146eb4;
    /* box-shadow: 16.712px 19.917px 20px 0px rgba(248, 25, 0, 0.2); */
    color: #fff;
    font-size: 18px;
    font-weight: 400 !important;
    border: 0;
}

section.footer-botom-section {
    position: relative;
    height: 915px;
    /* display: flex; */
    align-items: center;
}

section.footer-botom-section:before {
    position: absolute;
    content: "";
    background-image: url(../images/map1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    height: 915px;
    width: 45%;
    display: none;
}

section.footer-botom-section h4.headingh23px {
    color: #0A0C1C;
    text-transform: uppercase;
}

section.footer-botom-section h3.headingh50px.light {
    font-size: 50px;
    font-weight: 400;
    color: #000;
}

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

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

section.footer-botom-section .btn-box {
    justify-content: start;
    margin: 30px 0 0 0;
}
footer ul.fancy_list li:before {
    display: none;
}

footer ul.fancy_list li a {display: flex;align-items: center;column-gap: 7px;color: #fff !important;font-weight: 400;}

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

span.heading26px {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0 0;
}
ul.footer-ul-box li {
    margin: 5px 0 0 0;
}
span.green {
    color: #fff;
}

.container.light {
}

.col-md-5.mb-2.mb-md-0 p {
    color: #fff;
}
.btn_set a {
    color: #fff;
}

.footer.light .row {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
ul.footer-ul-box li a {
    color: #fff;
    font-size: 16px;
}
footer ul.fancy_list li i {
    color: #fff !important;
}
/*section.footer-botom-section*/






/*book-ghostwriting.page*/

.service-ghost-section {
    padding: 80px 0 150px !important;
    background-image: url(../images/writing-bg.png);
}

.ser-ghst-img-box {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 9;
}

img.serv-ghost2 {
    position: absolute;
    bottom: -80px;
    right: -75px;
}

.ser-ghst-img-box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border: solid 2px #fff;
    left: 30px;
    border-radius: 12px;
    z-index: -1;
    bottom: 30px;
}

.ser-counter-main {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin: 50px 0 0 0;
}

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

.count-flex h3{
    margin: 0;
    font-size: 39px;
    font-weight: bold;
    color: #fff;
}

.count-flex h3 span {
    font-size: 39px;
}

.count-flex span {
    font-size: 39px;
    font-weight: bold;
    color: #fff;
}

.ser-counter-main p {
    font-size: 12px;
    margin: 0;
}

ul.ser-wri-ul-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.ser-wri-ul-box li {
    display: flex;
    align-items: center;
    width: 50%;
}

.ser-writing-img-box {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}

img.writ-img4 {
    /* position: absolute; */
    /* bottom: 0; */
    /* margin: auto; */
    /* display: table; */
    /* text-align: center; */
    /* left: 0; */
    /* right: 0; */
}
.ser-writing-img-box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border: solid 2px #fff;
    left: 30px;
    border-radius: 12px;
    z-index: -1;
    bottom: 30px;
}

section.hire-ser-section h2.headingh60px.light {
    color: #146eb4;
    margin: 0 0 30px 0;
}

section.hire-ser-section {
    padding: 80px 0;
    background-image: url(../images/hire-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.hire-ser-section h2.headingh60px.light span {
    color: #146eb4;
    font-weight: bold;
}

.hire-man-box {
    display: flex;
    align-items: start;
    margin: 0 0 25px 0;
    column-gap: 10px;
}

.hire-text h4 {
    font-size: 23px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 10px 0;
}

.hire-text p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

section.hire-ser-section .cutom-btn {
    justify-content: start;
}
.hire-img-box img {
    width: 100%;
}

section.factor-section {
    padding: 50px 0;
    background-image: url(../images/factor2-bgh.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    /* background: #ff9900; */
}
.factor-main-img {
    width: 100%;
    text-align: center;
}

.factor-img-box img {
    /* width: 70%; */
}

section.factor-section h2.headingh60px.light span {
    color: #fff;
    font-weight: bold;
}

section.factor-section h2 {
    text-align: center;
    margin: 0 0 20px 0 !important;
}

.factor-text {
    margin: 0;
    padding: 30px 20px;
    background: #fff;
    border-radius: 8px;
    transition: 1s;
}

.factor-text h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.factor-text p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #000;
    text-align: center;
}
.factor-img-box.fact-img-mar {
    margin: 170px 0 0 0;
}

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

h2.headingh60px.bold.color-box {
    font-weight: 500;
    color: #146eb4 !important;
    text-align: center;
    margin: 0 0 30px 0;
}

h2.headingh60px.bold.color-box span {
    font-weight: bold;
}
.prof-main-box h4 {
    font-size: 20px;
    font-weight: bold;
    color: #146eb4;
    margin: 20px 0;
}

.prof-main-box p {
    font-size: 14px;
    min-height: 150px;
    margin: 0;
}

.border-right {border-right: solid 1px;}
.border-botum {
    border-bottom: solid 1px;
}

.prof-main-box {
    padding: 30px 0;
}


.dot-before {
    position: relative;
}

.dot-before:before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: -8px;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background: #146eb4;
}
.prof-main-box img {
    height: 60px;
    width: 60px;
}

section.service-banner-section{
        padding: 150px 0 50px !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* height: 100vh !important; */
        display: flex;
        align-items: center;
        background-image: linear-gradient(#000000d9, #000000cc), url(../images/banner-bg.jpg);
        /* height: 600px; */
    }
    .service-ghost-sec {
        background-image: linear-gradient(#000000d9, #000000cc), url(../images/ghot-img/banner-img-bg.jpg) !important;
    }
    .service-book-pub-sec {
        background-image: linear-gradient(#000000d9, #000000cc), url(../images/book-publishing-img/book-publishing-bg.jpg) !important;
    }
    /*.service-ghost-sec {
        background-image: url(../images/ghot-img/banner-img-bg.jpg) !important;   
    }*/
    .service-book-edit-section {
        background-image: url(../images/service-bok-edit-bg.jpg);   
    }
    .service-article-writing-section {
        background-image: url(../images/article-writing-bg.png);
       
    }
    .service-book-printing-section {
        background-image: linear-gradient(#000000d9, #000000cc), url(../images/book-printing/book-printg-bg.jpg) !important; 
    }

    .service-bot-transla-sec {
        background-image: url(../images/book-translation-bg.png);  
    }
    .service-press-release-section {
        background-image: url(../images/pres-release-bg.png);  
    }
    .service-script-section {
        background-image: url(../images/ser-script-bg.png);  
    }
    .service-audio-book-sec {
        background-image: linear-gradient(#000000d9, #000000cc), url(../images/adio-img/banner-img.jpg)!important;  
    }
    .book-cover-ser-sec {
        background-image: linear-gradient(#000000d9, #000000cc), url(../images/book-cover/banner-img.jpg)!important;  
    }
    .book-prof-ser-sec {
        background-image: linear-gradient(#000000d9, #000000cc), url(../images/book-prof-img/banner-img.jpg)!important;
    }  

    .book-mark-ser-sec {
        background-image: linear-gradient(#000000d9, #000000cc), url(../images/book-mar-img/banner-img.jpg)!important;  
    }
    .service-author-sec {
        background-image: url(../images/ser-author-book-bg.png);  
    }
    .service-book-cover-sec {
        background-image: url(../images/ser-book-cover-bg.png);  
    }
    .service-book-publishing-sec {
        background-image: url(../images/ser-book-publishing-bg.png);  
    }
    .service-magazine-sec {
        background-image: url(../images/ser-magazine-bg.png);  
    }
    .service-marketing-sec {
        background-image: url(../images/ser-marketing-bg.png);  
    }
    .service-social-media-sec {
        background-image: url(../images/ser-social-media-bg.png);  
    }
    .service-video-traler-sec {
        background-image: url(../images/ser-video-traler-bg.png);  
    }
    .service-contanet-writing-section {
        background-image: url(../images/ser-contanet-writing-bg.png);  
    }

    .service-seo-writing-section {
        background-image: url(../images/ser-eo-writing-bg.png);  
    }


section.service-banner-section h2.headingh60px.bold {
    color: #fff;
    margin: 30px 0 20px 0;
}

.ser-banner-pera {
    color: #fff;
    font-size: 18px;
    margin: 0 0 30px 0;
    padding: 0 50px 0 0;
}

section.service-banner-section .btn-box {
    justify-content: start;
}


/*<timer></timer>*/
/*#hour:after,
#minute:after {
  content: ":";
}

.timer {
  top: 60%;
  position: relative;
  text-align: center;
}

span {
  font-size: 20vw;
  color: #c90000;
  text-shadow: 0px 0px 25px #c90000;
}

#notification span {
  font-size: 10vh;
  text-align: center;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

#notification button {
  position:fixed;
  bottom:30px;
  left:30px;
  color:black;
  background:#c90000;
  border:none;
  border-radius:3px;
  padding:10px;
  cursor:pointer;
  box-shadow: 0px 0px 25px #c90000;
}

@keyframes alert {
    0% {background-color: #7c0000;}
    50% {background-color: #5e0000;}
    100% {background-color: #7c0000;}
}

.alert{
    animation-name: alert;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.hidden{
  display:none;
}*/

/*<timer></timer>*/


h2.ser-h2 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    color: #146eb4;
}
p.ser-pera {
    font-size: 23px;
    font-weight: 400;
    color: #146eb4;
    margin: 0 0 0 0;
}
h5.timer-text {
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    margin: 35px 0 15px 0;
}

.alert {
    padding: 0;
    margin: 0;
    border: 0;
}

.timer-bg-box {
    padding: 50px 0 20px;
    background-image: url(../images/timer-fom-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    border-radius: 14px 14px 0 0;
}
.ser-bnr-form form {
    padding: 30px 20px 40px;
    background: #fff;
    border-radius: 0 0 14px 14px;
}
.ser-bnr-form input.input_field {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #000 !important;
    border: 0;
}
.ser-bnr-form textarea {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #000 !important;
    border: 0;
    resize: none;
    margin: 0 0 30px 0;
}

.ser-bnr-form button.get-btn.footr-botm-btn {
    width: 100%;
}
.ser-bnr-form {
    width: 90%;
    margin: auto;
}


.timer span {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    position: relative;
    height: 60px;
    width: 55px;
    background: #253052;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.timer {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    position: relative;
}
/*book-ghostwriting.page*/


/*aboutg.page*/

.about-us-sec {
    background-image: url(../images/about-banner-bg.png);
    
}
.about-banner-img {
    position: relative;
    z-index: 9;
}

.about-banner-img:before {
    position: absolute;
    content: "";
    top: 30px;
    bottom: 0;
    height: 630px;
    width: 620px;
    background: url(../images/about-1round.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.about-banner-img:after {
    position: absolute;
    content: "";
    top: 110px;
    right: 0;
    bottom: 0;
    height: 111px;
    width: 111px;
    background: url(../images/about-rounf-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.about-banner-img img {
    width: 100%;
}

 .blu-color {
    /* color: #146eb4 !important; */
}
.white-color {
    color: #ffff !important;
}

.about-us-sec .row {
    display: flex;
    align-items: center;
}
.about-we-are-section {
    position: relative;
    padding: 80px 0 180px !important;
}

.about-we-img-box img {
    width: 100%;
    position: relative;
    top: 100px;
    /* right: 192px; */
}


section.about-achievement-section {
    padding: 80px 0;
    background-image: url(../images/about-achive-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.about-achievement-section .cutom-btn {
    justify-content: start;
}

.achiv-counter-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.achiv-counter-box .count-box {
    justify-content: center;
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    margin: auto;
}

section.about-achievement-section .count-box h3 {
    font-size: 85px;
    font-weight: bold;
    color: #146eb4;
    margin: 0;
}
section.about-achievement-section .count-box span {
    font-size: 85px;
    font-weight: bold;
    color: #146eb4;
    margin: 0;
}
.avhi-count-main {
    width: 50%;
}

p.count-pera {
    margin: 0;
}
section.about-achievement-section .row {
    display: flex;
    align-items: center;
}
.hire-man-box img {height: 50px;width: 50px;object-fit: contain;}
/*aboutg.page*/

/*contact.page*/

.contact-us-sec .row {
    display: flex;
    align-items: center;
}

section.service-banner-section.contact-us-sec {
    background-image: url(../images/about-banner-bg.png);
    position: relative;
    background-image: linear-gradient(#000000d9, #000000cc), url(../images/banner-bg.jpg);
}

/*contact.page*/


/*.portfolio-us-pag*/

.portfolio-us-sec {
    background-image: url(../images/portfolio-banner-bg.png);
    position: relative;
}
.publish-port-box {
    margin: 40px 0 0 0;
}

/*.portfolio-us-pag*/

.ser-form-text {
    position: relative;
    z-index: 99;
}

.ser-form-text:before {
    content: "";
    position: absolute;
    top: -30px;
    bottom: 0;
    background-image: url(../images/ser-form-before.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 154px;
    width: 534px;
    right: -28px;
    z-index: -1;
}

h2.ser-h2 span {
    color: #DC0000;
    font-family: "Open Sans", sans-serif;
}



#hour:after,
#minute:after {
  content: ":";
  position: absolute;
  left: 65px;
  bottom: 1px;
  margin: auto;
  display: table;
  top: 0;
  right: 0;
}

.service-ghost-sec .row {
    display: flex;
    align-items: center;
}

/*.test-main-box p {*/
/*    min-height: 195px;*/
/*}*/
.test-main-box p {
    height: 176px;
    width: 100%;
    overflow-y: scroll;
    margin: 0;
    overflow: auto;
    margin: 0 0 35px
}

.test-main-box p::-webkit-scrollbar {
    display: none
}

.test-main-box px {
    -ms-overflow-style: none;
    /IEandEdge/scrollbar-width: none;
    /Firefox/}

p.fac-pera {
    text-align: center;
    margin: 0 0 50px 0;
}

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

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


.publishing-section ul#toplevel {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin: 30px 0 50px;
}

.publishing-section ul#toplevel li a {
    padding: 10px 20px;
    background: #146eb4;
    border-radius: 8px;
    color: #fff;
    border: solid 1px #146eb4;
}

.publishing-section ul#toplevel li a:hover {
    background: transparent;
    color: #000;
}
section.factor-section h4.headingh23px {
    text-align: center;
    color: #000;
    color: #fff;
    font-size: 35px;
}
header .dropdown-item {
    font-size: 14px;
}

header .row {
    box-sizing: border-box;
    width: 100%;
}

section{
    overflow: hidden !important;
}

h4.ser-ul-text {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 30px 0;
}



/*.dropdown:hover*/
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

/*.dropdown:hover*/

.footer-botom-section iframe {
    width: 95%;
    height: 100vh;
}
section.footer-botom-section .row {
    display: flex;
    align-items: center;
}

.footer-botom-section form {
    /* width: 80%; */
}
.serv-printg-img img.writ-img4 {
    width: 75%;
    bottom: -60px;
}
section.service-banner-section .row {
    display: flex;
    align-items: center;
}
section.hire-ser-section .row {
    display: flex;
    align-items: center;
}
.serv-printg-img img.serv-ghost2 {
    width: 50%;
}


p.fact-pera {
    text-align: center;
    color: #fff;
    margin: 0 0 50px 0;
}

.fact-custom4 {
    position: relative;
    top: 250px;
}

.fact-custom2 {
    position: relative;
    top: 450px;
}

.fact-custom1 {
    position: relative;
    top: 215px;
}

section.factor-section .btn-box {
    margin: 100px 0 0 0;
}

.factor-text:hover {
    background: #146eb4;
    transform: translate(-15px);
}

.factor-text:hover h4 {
    color: #fff;
}

.factor-text:hover p {
    color: #fff;
}
body.terms_and_condition-page header img.logo-header {
    filter: brightness(100);
}

body.terms_and_condition-page header a.nav-link {
    color: #fff !important;
}
.ser-fac-sec .fact-custom1 {
    top: 200px;
}

.ser-fac-sec .fact-custom4 {
    top: 180px;
}

.ser-fac-sec .fact-custom2 {
    top: 365px;
}
p.footer-pera {
    color: #fff;
}

.header-top.col-lg-12.col-md-3.text-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
}

.hea-mail-btn a {
    border: solid 1px transparent;
    font-size: 19px;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
    background: #146eb4;
    color: #fff;
}

.hea-mail-btn a:hover {
    border-color: #000;
    background: transparent;
    color: #000;
}
h3.headingh60px.light.text-ht-box {
    font-size: 20px;
    margin: 0 0 30px 0;
}

section.factor-section h3.headingh60px.light.text-ht-box {
    text-align: center;
    line-height: 35px;
}

h2.headingh60px.bold.cta-ht-box {
    font-size: 35px;
}
.about-us-sec h2.headingh60px {
    color: #fff;
}
section.about-achievement-section .ser-banner-pera {
    color: #000;
}

section.about-achievement-section h4.headingh23px {
    color: #000;
}

section.about-achievement-section h2.headingh60px {
    color: #000;
}
section.service-banner-section.contact-us-sec {
    padding: 100px 0 0 !important;
}

ul.banner-ul-box {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    margin: 0 0 25px 0;
}

ul.banner-ul-box li {
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    column-gap: 7px;
}
ul.banner-ul-box li i {
    font-size: 16px;
}
h4.headingh30px.bold {
    font-size: 35px;
    color: #000;
}

section.book-services-section h2.headingh60px {
    color: #000;
}

section.experience-section h2.headingh60px {
    color: #fff;
}

section.experience-section h4.headingh30px.bold {
    color: #fff;
}
section.written-section h2.headingh60px {
    color: #fff;
}

section.written-section h4.headingh30px.bold {
    color: #fff;
    font-size: 25px;
}
section.book-services-section a.chat-btn {
    color: #fff;
}
section.experience-section h4.ser-ul-text {font-weight: bold;font-size: 33px;color: #ff9900;}
section.publishing-section a.chat-btn {
    color: #000;
}

section.cta-section a.chat-btn {
    color: #fff;
}

section.markiting-section a.chat-btn {
    color: #fffC;
}

section.ready-section a.chat-btn {
    color: #fff;
}
section.hire-ser-section a.chat-btn {
    color: #fff;
}

section.professionals-section a.chat-btn {
    color: #fff;
}

section.service-banner-section.portfolio-us-sec .btn-box {
    justify-content: center;
}
section.publishing-section a.chat-btn {
    color: #fff;
}
section.service-banner-section.portfolio-us-sec {
    height: 600px;
}


.secvice-cta-section h2.headingh60px.bold.cta-ht-box {
    font-size: 35px;
    padding: 0 230px;
}
.ser-wrii-publi-box {
    display: flex;
    column-gap: 25px;
}

.ser-wri-text h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px 0;
}

h5.cta-ser-h5 {
    font-size: 25px;
    color: #000;
}
section.written-section ul li {
    font-size: 12px;
}
img.amozon-img {
    width: 404px;
    margin: 10px 0 0 0;
}
header nav .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff9900;
}
section.professionals-section h4.ser-ul-text {
    color: #000;
}
section.professionals-section h4.ser-ul-text {
    text-align: center;
}

#sticky-header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000; /* Ensure the header stays on top of other content */
            background-color: transparent;  /* Initial transparent background */
            transition: background-color 0.3s ease; /* Smooth transition */
            
        }
        #sticky-header.sticky {
            background-color: #000;/* Background color when sticky */
            
        }

        section.footer-botom-section {
    padding: 80px 0;
}

.foter-form-img img {
    width: 100%;
}

.testi-flex-box .client-img {
    display: none !important;
}