@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

@font-face {
        font-display: swap;
        font-family: Haffer;
        font-style: normal;
        font-weight: 400;
        src: url(../fonts/HafferXH-Regular-5aabd3cd7105e25df233f608f2d66bc2.otf) format("opentype");
    }
    @font-face {
        font-display: swap;
        font-family: Haffer;
        font-style: italic;
        font-weight: 400;
        src: url(../fonts/HafferXH-RegularItalic-8cc7af3f0d75ba1b610a1b1878ea5eee.otf) format("opentype");
    }
    @font-face {
        font-display: swap;
        font-family: Haffer;
        font-style: normal;
        font-weight: 500;
        src: url(../fonts/HafferXH-Medium-dae5509349255a527ba6223b40257a7c.otf) format("opentype");
    }
    @font-face {
        font-display: swap;
        font-family: Haffer;
        font-style: normal;
        font-weight: 600;
        src: url(../fonts/HafferXH-SemiBold-64a01291b8f7380359bb3642c1b1e00a.otf) format("opentype");
    }
    @font-face {
        font-display: swap;
        font-family: Haffer;
        font-style: italic;
        font-weight: 600;
        src: url(../fonts/HafferXH-SemiBoldItalic-869dd4deb4c6e290c1aaf1e6a8670036.otf) format("opentype");
    }
/***** General CSS *****/

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0d6efd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  word-break: break-word;
  font-family: 'Montserrat', sans-serif;

  color: #393939;
  overflow-x: hidden;
}

html {
    overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #000000;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 400;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.html);
  src: url(../fonts/fontawesome-webfontd41d.html?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont-2.html) format("woff"), url(../fonts/fontawesome-webfont-3.html) format("truetype"), url(../fonts/fontawesome-webfont-4.html#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-size: 45px;
  line-height: 53px;
  color: #fff;
  font-weight: 500;
}

h2 {
  font-size: 35px;
  line-height: 51px;
  color: #393939;
  font-weight: 500;
}

h3 {
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
}

h5 {
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;

}

h6 {
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;

}

h2 span {
    color: #F7991C;
    font-weight: 700;
}

h3 span {
    color: #F7991C;
    font-weight: 700;
}

select {
  background: #fff url('../images/arrow.html') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/* BEGIN: HEADER SEC CSS */

/* sidenav-css start */
.sidenav {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -500px;
  background: #F7991C;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}
/* The navigation menu links */

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .sidenav a:focus {
  color: #000;
  text-decoration: none;
  padding-left: 40px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.mobilecontainer span {
  color: #ffffff;
  margin-right: 10px;
  margin: 0px 9px;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.mobilecontainer img {
  width: 63px;
  margin: -19px 0;
  position: relative;
  z-index: 1;
}
.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
  width: 70px;
}
/* sidenav-css end */



/*navigation*/
header {
    margin: 0;
}

.main-navigate {
    margin: 0;
    padding: 9px 0px;
}

.nav-flex {
    display: flex;
    align-items: center;
}

.navigation {
    margin-top: 0px;
    text-align: right;
}

.navigation ul li a {
    color: #ffffff;
    padding: 0px 12px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
}

.navigation ul li.drop-down {
    color: #ffffff;
  
}
.navigation ul li a:hover{
  color: #F7991C;
}
.navigation ul li:last-child a{
}
.navigation ul li:last-child a:hover{
  /* background-color: #fff; */
}
.navigation ul li.active a {
    color: #3596F8;
    font-weight: 700;
    border-bottom: 3px solid #000;
    padding-bottom: 8px;
}

.navigation ul li {
    display: inline-block;
    padding: 0px 0px;
}

li.drop-down {
    padding: 0px 17px !important;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
}

/* END: HEADER SEC CSS */




header.sticky {

box-shadow: 0 1px 3px rgb(0 0 0 / 10%);

z-index: 111;

transition: 0.5s;

background: white;

position: fixed;

top: 0px;
}


header.sticky .logoh {
    width: 76px;
}

header {
   position: absolute;
   top: 0;
   background: #00000052;
   z-index: 11;
   width: 100%;
   top: 43px;
}

.header-inner .navigation ul li.drop-down {
    color: #000;
}

/*li.drop-down:after {*/
/*    content: ">";*/
/*    font-family: cursive;*/
/*    transform: rotate(85deg);*/
/*    position: absolute;*/
/*    font-size: 18px;*/
/*    margin-top: 0px;*/
/*    font-weight: bold;*/
/*    margin-left: 7px;*/
/*}*/

li.drop-down i.fa-solid.fa-chevron-down {
    font-size: 11px;
}

.slicknav_menu .slicknav_btn {
    background-color: #222;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #ffffff;
}
.logoh {
    width: 100px;
}


.main-navigate .container {
    position: relative;
}

.drop-down .mega-menu {
    left: 0;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    position: absolute;
    padding-bottom: 15px;
    width: 100%;
}

.mega-menu .row {
    background: #fffffff7;
    margin-top: 23px;
    padding: 22px;
    width: 100%;
    box-shadow: 0px 0px 18px #00000085;
}

.drop-down:hover .mega-menu {
  display: flex;
} 


.mega-menu a.dropdown-item {
    color: black !important;
    font-size: 13px !important;
    line-height: 25px;
    padding: 2px 0px 2px 10px !important;
}

.pd-43 {
    padding-top: 43px;
}

.text-right {
  text-align: right;
}

.btn {
    background: #F7991C;
    color: white;
    border-radius: 3px;
    min-width: 148px;
    height: 43px;
    padding: 8px 0px;
    font-size: 17px;
}

.btn:hover {
    color: #ffffff;
}

.btn.white {
    background: white;
    color: #F7991C;
    font-weight: 500;
    min-width: 171px;
}


.top-bar {
    background: #F7991C;
    padding: 9px 0px;
}

.top-bar p {
    margin-bottom: 0px;
    color: white;
}

.top-bar a {
    color: white;
}

header.sticky .navigation ul li a {
  color: black;
}

header.sticky .navigation ul li.drop-down {
  color: black;
}



.header-inner {
    position: relative;
    top: 0px;
    background: white;
}

.header-inner .navigation ul li a {
    color: #000;
 
}

.mega-menu {
    text-align: left;
}

.drop-inner a {
    transition: 0.5s;
    font-family: "Jost", sans-serif;
    font-weight: 300 !important;
    color: #000000cc;
}

.mega-menu h6 a {
   
margin-top: 10px;
   
color: #003461 !important;
   
font-weight: 600 !important;
   
font-size: 16px !important;
}

.mega-menu h6 a {
    text-decoration: none;
    color: #003461;
    margin-top: 12px !important;
    display: block;
}

.mega-menu i {
    width: 16px;
    font-size: 11px;
    margin-left: 12px;
}

.mega-menu a.dropdown-item:hover {
    margin-left: 10px;
    transition: 0.5s;
    color: #fff !important;
    text-decoration: none;
    background-color: #0d6efd !important;
}

.mega-menu .border-right {
    border-right-style: solid;
    border-right-color: rgb(0 0 0 / 14%);
    border-right-width: 2px;
}

section.banner-sec {
    background-image: url(../images/banner-img.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
    min-height: 75vh;
    display: flex;
    padding: 210px 0px 130px 0px;
    align-items: center;
    background-color: #06284c;
}


.banner-cont {
    max-width: 570px;
}

.banner-cont h1 {margin-bottom: 15px;font-weight: 700;font-size: 33px;line-height: 41px;}

.banner-cont p {
    color: white;
    margin-bottom: 39px;
    font-size: 16px;
    letter-spacing: 0.1px;
}

.banner-cont .btn {
    height: 55px;
    width: 190px;
    margin-right: 14px;
    padding: 15px 0px;
    border: 1px solid #F7991C;
    font-weight: 500;
}

.banner-cont .btn:hover {
    color: white;
    border: 1px solid white;
    background: transparent;
}

.banner-cont .btn.white {
    border-color: white;
    background: transparent;
    color: white;
}


.banner-logos {
    margin-top: 42px;
}

.bn-form .fhd {
    color: white;
    font-size: 27px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
}

.bn-form {
    background: #00000052;
    max-width: 520px;
    padding: 32px;
    border-radius: 10px;
    text-align: center;
    margin: auto;
    box-shadow: 0px 0px 50px 0px #ffffff85;
}

.bn-form p {
    text-align: center;
    color: white;
}

.bn-form input[type=text], .bn-form input[type=email] {
    width: 100%;
    height: 43px;
    padding: 6px 18px;
    background: transparent;
    border: 1px solid #ffffff6e;
    border-radius: 2px;
    margin-bottom: 12px;
    color: white;
}

.bn-form select {
    width: 100%;
    height: 43px;
    padding: 6px 18px;
    background-color: : transparent;
    border: 1px solid #ffffff6e;
    border-radius: 2px;
    margin-bottom: 12px;
    color: white;
    background: #fff0 url(../images/arrow-down-white.png) no-repeat right;
    background-size: 14px;
    background-position: 424px;
}

.bn-form option {
    color: black;
}

 .form-check-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

 .form-check-flex .form-check {
    margin: 0 5px 10px;
    width: 45%;
    display: flex;
    align-items: center;
    padding: 0;
}


.form-check .form-check-input {
    background-color: #f7991c;
    border: 1px solid #FFFFFF;
    outline: none;
    box-shadow: none;
    margin: 0 5px 0 0;
    cursor: pointer;
}
 .form-check-input:checked[type=checkbox] {
    background-color: #0A2840;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}
.form-check-flex .form-check .form-check-label {
 
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}

.form-check-flex h3 {
    color: white;
    text-align: left;
    font-size: 18px;
}

.bn-form textarea {

width: 100%;

min-height: 43px;

padding: 10px 18px 0px 18px;

background: transparent;

border: 1px solid #ffffff6e;

border-radius: 2px;

margin-bottom: 12px;

color: white;
}

.bn-form input::placeholder {
    color: white;
    font-size: 13px;
}

.bn-form textarea::placeholder {
    color: white;
    font-size: 13px;
}

.ab-img {
    max-width: 90%;
}

section.about-sec .sec-cont {
    max-width: 623px;
    margin: auto;
}

.sec-cont p {
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}

.sec-cont ul {
    margin-top: 52px;
    padding-left: 8px;
}

.sec-cont ul li img {
    width: 24px;
    margin-right: 12px;
}


.sec-cont ul li {
    font-size: 18px;
    color: black;
    letter-spacing: -0.5px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

a.btn-radius {
    padding: 12px;
    margin-top: 42px;
    display: block;
    max-width: 270px;
    text-align: center;
    background: white;
    border-radius: 33px;
    box-shadow: 0px 0px 24px 0px #00000040;
}


section.bestseller-sec {
    min-height: 75vh;
    position: relative;
    display: flex;
    align-items: center;
    background: #252525;
    padding: 165px 0px;
    margin: 80px 0px 0px 0px;
}

section.bestseller-sec:after {
    top: 0px;
    content: "";
    background-image: url(../images/best-bk.png);
    position: absolute;
    width: 69%;
    height: 100%;
    background-size: cover;
    display: block;
    z-index: 0;
    right: 0px;
}

section.bestseller-sec .row {
    z-index: 1;
    position: relative;
}


section.bestseller-sec .col-md-5 {
    position: relative;
}

.bs-img {
    position: absolute;
    max-width: 740px;
    right: -70px;
    bottom: -462px;
}

.bk-dark-pen {
    max-width: 520px;
    margin-left: 70px;
}

.bk-dark-pen h2 {
    line-height: 40px;
}

.sec-cont.light h2 {
    color: white;
}

.sec-cont.light h2 span {
    color: white;
}

.sec-cont.light p {
    color: white;
}


section.why-choose-sec {
    background: #F1F8FF;
    padding: 82px 0px 0px 0px;
    margin-bottom: 103px;
}

section.why-choose-sec h2 {
    font-size: 29px;
    line-height: 40px;
}

section.why-choose-sec .sec-cont {
    max-width: 606px;
}

section.why-choose-sec .sec-cont p {
    color: black;
}

section.why-choose-sec .sec-cont h2 span {
    color: #f7991c;
}

section.why-choose-sec .slick-slide img {
    width: auto;
    margin: auto;
}

.slick-active {
    opacity: 1;
}

.wcu-box {
    text-align: center;
    background: white;
    border-radius: 30px;
    padding: 23px;
    box-shadow: 0px 0px 20px 2px #0000001a;
    min-height: 447px;
}
.wcu-box img {
    width: 70px !important;
    margin: auto;
    margin-bottom: 12px;
}
.wcu-box h3 {
    font-size: 21px;
    font-weight: 600;
    color: #f7991c;
}

.wcu-box p {
    font-size: 14px;
    color: black;
}

.wcu-slider .slick-slide {
    display: block;
    margin: 20px;
}


.wcu-box:hover {
    background: #f7991c;
    box-shadow: 0px 0px 20px 2px #00000066;
    transition: 0.2s;
}

.wcu-box:hover h3 {
    color: white; 
}
.wcu-box:hover p {
    color: white; 
}


.wcu-box:hover img {
   
    filter: brightness(11.5);
}

.slick-arrow {
    position: absolute;
    bottom: -50px;
    cursor: pointer;
    width: 40px;
    right: 19px;
}

 .arrow-left {
    right: 66px !important;
}

.wcu-box2 {
    margin-bottom: -90px;
    background: white;
    padding: 31px 22px;
    border-radius: 22px;
    box-shadow: 0px 0px 10px 0px #4242421c;
}


.icon-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.icon-heading img {
    width: 50px;
    margin-right: 31px;
}

.icon-heading h3 {
    margin-bottom: 0px;
    font-size: 23px;
    font-weight: 600;
    color: #f7991c;
}

.wcu-box2 p {
    color: black;
    font-size: 13px;
}

.pd-top-100 {
  padding-top: 100px;
}

section.bestsellers-port-sec {
    padding: 62px 0px 12px 0px;
}

section.bestsellers-port-sec h3 {
    font-size: 35px;
    line-height: 51px;
    color: #393939;
    font-weight: 500;
}

/* Style the tab */
.tab {
  overflow: hidden;
  text-align: center;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 20px;
  text-align: center;
  transition: 0.3s;
  font-size: 17px;
  margin-left: 10px;
  background: #e3e3e3;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #2c71e8;
  
}

/* Create an active/current tablink class */
.tab button.active {color: #ffffff;font-weight: 600;text-align: center;background: #F7991C;padding: 11px 20px;}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}


section.cat-sec {
    background: rgb(0,153,255);
    background: linear-gradient(270deg, rgb(202 130 35) 0%, rgb(247 153 28) 100%);
    padding: 62px 0px;
    margin-top: 140px;
}

section.cat-sec .col-md-4 {
    position: relative;
}

.cta-book {
    position: absolute;
    bottom: -62px;
    left: 0;
    width: 286px;
}


section.cat-sec h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 12px;
    line-height: 38px;
}

section.cat-sec p {
    color: white;
    margin-bottom: 24px;
}

.radius {
    border-radius: 30px;
}


section.serv-cont-sec {
    padding: 57px 0px;
}

.cta-book.right {
    right: 0px;
    left: initial;
}

section.cat-sec.second .cta-book {
    width: 380px;
    bottom: -117px;
}

section.cat-sec.second .btn {
    margin-right: 40px;
}

a.btn.border.radius {
    background: transparent;
}

section.process-sec {
    padding: 72px 0px;
}
section.process-sec .sec-cont {
    max-width: 1030px;
    margin: auto;
}

.step-box.box1 {
    /* background-image: url(../images/step1.png); */
    background-size: cover;
}
.step-box {
    text-align: center;
    position: relative;
    height: 353px;
    padding: 100px 26px 0px 26px;
    max-width: 93%;
}

.step-box:hover {
    transform: scale(1.1) !important;
    transition: 0.5s !important;
    transition-delay: 0s !important;
}

.step-box .sbtitle {
    color: #F7991C;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    line-height: 20px;
    display: block;
}

.step-box p {
    font-size: 14px;
    margin-top: 19px;
    position: relative;
    z-index: 1;
}

.step-box img {
    margin-bottom: 12px;
}

.step-box .back-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.step-box .in-ic {
    z-index: 1;
    position: relative;
}

.step-box:hover .back-img {
    filter: drop-shadow(-22px 28px 11px rgb(0 0 0 / 8%));
    transition: 0.5s;
}

.pd-top-50 {
  padding-top: 50px;
}

section.cta-dark {
    background: black;
}


section.cta-dark {
    position: relative;
    padding: 45px 0px;
    margin-top: 112px;
}

section.cta-dark img {
    position: absolute;
    top: -146px;
    right: 0px;
    width: 470px;
}

section.cta-dark h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 12px;
    line-height: 38px;
}

section.cta-dark p {
  color: white;
  margin-bottom: 24px;
}

section.service-sec {
    padding: 80px 0px 50px 0px;
    background: #F1F8FF;
    overflow: hidden;
}

section.service-sec h2 {
  font-size: 39px;

}

.service-slider .col-md-3 {
    width: 100%;
    margin: 26px 0px;
}

a.serv-btn span img {
    width: auto !important;
}

.service-slider .owl-nav {
    text-align: right;
    margin-top: 21px;
}

.service-slider .arrow-left {
    margin-right: 13px !important;
}

.service-slider .owl-nav button img {
    width: 39px;
}

.service-slider .owl-stage-outer {
    padding: 0px;
}
.serv-btn {
    border: 2px solid #EAEAEA;
    width: 157px;
    display: block;
    text-align: center;
    padding: 9px 10px 12px 10px;
    border-radius: 5px;
    position: relative;
}

.serv-box {
    background: white;
    border-radius: 10px;
    position: relative;
}

.serv-box:after {
    content: "";
    display: none;
    width: 80%;
    height: 4px;
    background: #f7991c;
    position: absolute;
    left: 10%;
    bottom: 0px;
}

.serv-box:hover:after {
  display: block;
}


.serv-info {
    padding: 14px 25px 28px 25px;
}

.serv-info h3 {
    color: black;
    font-size: 22px;
    font-weight: 700;
}

.serv-info p {
    font-size: 14px;
    color: #9B9B9B;
    margin-bottom: 26px;
}

.serv-btn img {
    margin-right: 9px;
    width: 20px;
}

.serv-btn:after {
    content: "";
    width: 110px;
    height: 4px;
    display: block;
    background: black;
    position: absolute;
    bottom: -1px;
    left: 24px;
}

.serv-btn span {
    display: flex;
    align-items: center;
    width: max-content;
    margin: auto;
}

section.service-sec .slick-arrow {
    width: 57px;
}

.serv-box:hover {
    box-shadow: 0px 0px 30px 0px #0000003d;
    transition: 0.5s;
}

.serv-box:hover h3 {
color: #f7991c;
transition: 0.2s;
}



.serv-box:hover .serv-btn {
background: #f7991c;
border-color: #f7991c;
color: white;
transition: 0.2s;
}
.serv-box:hover .serv-btn img {

  filter: invert(1);
  transition: 0.2s;

}


.serv-box:hover .serv-btn:after {
display: none;
}

section.service-sec .slick-slide {
    margin: 27px 20px;
}

section.why-choose-sec2 {
    padding: 92px 0px;
    background: black;
}

section.why-choose-sec2 h2 {
    margin-bottom: 20px;
    color: white;
}

section.why-choose-sec2 p {
    color: white;
}

section.why-choose-sec2 li {
    color: white;
    position: relative;
    margin-bottom: 7px;
}

section.why-choose-sec2 ul li:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    position: absolute;
    border: 2px solid #f7991c;
    left: -28px;
    top: 3px;
}

section.why-choose-sec2 ul {
  padding-left: 27px;
}

section.serv-cont-sec .sec-cont {
    max-width: 600px;
}

section.serv-cont-sec a.btn-radius {
    width: 190px;
    color: #F7991C;
    font-weight: 500;
}

.pd-top-25 {
  padding-top: 25px;
}


section.testimonial-sec {
    padding: 100px 0px;
    position: relative;
}

.testi-meta {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.tst-info .cname {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0px;
    font-weight: 600;
}

.tst-info span {
    font-size: 12px;
}

.testi-meta img {
    width: 50px;
    margin-right: 14px;
    border-radius: 50%;
}

.testi-box {
    background: #F9F9FB;
    padding: 26px 22px 16px 22px;
    margin-bottom: 14px;
}

section.testimonial-sec .sec-cont {
    max-width: 450px;
    padding: 30px 0px;
    position: relative;
}

.testimonial-area {
    max-width: 570px;
    margin: auto;
}

.testi-box p {
    font-size: 14px;
}

.testi-box:hover {
    background: #f7991c;
    transition: 0.5s;
    transform: translate(-30px);
    box-shadow: 31px 31px 30px rgb(0 0 0 / 20%);
}
.testi-box:hover .cname {
  color: white;
}

.testi-box:hover span {
  color: white;
}

.testi-box:hover p {
color: white;
}


section.testimonial-sec .sec-cont:before {
    content: "";
    width: 94px;
    height: 1.7px;
    background: #f7991c;
    display: block;
    position: absolute;
    top: 0px;
    left: 1px;
}

section.blog-sec {
    padding-top: 71px;
}


section.blog-sec a.btn.border {
    background: transparent;
    color: black;
    border-color: #f7991c !important;
}

section.blog-sec h3 {
    font-size: 27px;
    line-height: 30px;
    margin-top: 10px;
}

span.sub-hd {
    color: #f7991c;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}


.blog-box {
    position: relative;
    transition: 0.5s;
    display: block;
    margin-bottom: 53px;
    pointer-events: none;
}

.blog-info {
    position: relative;
    z-index: 1;
}

.blog-info .btitle {
    color: white;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    text-shadow: 0px 0px 1px #00000070;
}

.blog-box:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #00000066;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.5s;
}
.blog-info {
    z-index: 11;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 120px;
    padding: 0px 32px;
    display: flex;
    align-items: center;
}

.blog-box:hover:after {
  opacity: 0;
  transition: 0.5s;
}

.blog-box:hover {box-shadow: 10px 10px 24px 0px #46464633;transition: 0.5s;}

.blog-box:hover .blog-info {
    background: #ffffffd4;
    backdrop-filter: blur(3px);
    transition: 0.3s;
}

.blog-box:hover .blog-info .btitle {
    color: #f7991c;
    transition: 0.5s;
}

.blog-cont-box table {
    width: 100%;
}

.blog-cont-box  td, .entry-content th {
    border: 1px solid;
    padding: 0.5em;
    border-color: transparent;
}

.blog-cont-box  tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.blog-cont-box figure.wp-block-table {
    padding-top: 1rem;
    margin:0 !important;
}

.blog-slider .col-md-4 {
    width: 100%;
    margin: 26px 0px;
}

.blog-slider .owl-nav {
    text-align: right;
    margin-top: 21px;
}

.blog-slider .arrow-left {
    margin-right: 13px !important;
}

.blog-slider .owl-nav button img {
    width: 39px;
}

section.faq-sec {
    padding: 110px 0px;
}

section.faq-sec h3 {
    font-size: 35px;
    line-height: 51px;
    color: #393939;
    font-weight: 500;
}

.accordion-header {
    font-size: 35px;
    line-height: 51px;
    color: #393939;
    font-weight: 500;
}

button.accordion-button {
    padding: 4px 22px;
    font-weight: 600;
    line-height: 50px;
}

.accordion-button:not(.collapsed) {
    background: #f7991c;
    /* line-height: 40px; */
}

.accordion-button:not(.collapsed) {
    background: #f7991c;
    color: white;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(30.5);
}

.accordion-item {
    margin-bottom: 22px;
    box-shadow: 0px 1px 11px -3px #0000004f;
}

.pd-top-30 {
  padding-top: 30px;
}


section.cta-blue h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 12px;
    line-height: 38px;
}



section.cta-blue {
  position: relative;
}

section.cta-blue p {
    color: white;
    margin-bottom: 24px;
}

section.cta-blue {
    background: rgb(0,117,255);
    background: linear-gradient(270deg, rgb(202 130 35) 0%, rgb(247 153 28) 100%);
    padding: 31px 0px;
}

section.cta-blue .col-md-4 {
    position: relative;
}

section.cta-blue img {
    position: absolute;
    top: -177px;
    right: 0px;
    width: 410px;
}


ul.social-icons {
    display: flex;
}

ul.social-icons li {
    margin-right: 12px;
}

ul.social-icons li img {
    width: 38px;
}


footer {
    padding: 42px 0px;
    background: black;
}


footer p {
    color: white;
    font-size: 13px;
}

.footer-logo {
    margin-bottom: 14px;
}

footer h3, footer p, footer li, footer a {
    color: white;
}


footer .ft-title {
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 17px;
    font-weight: 700;
    color: white;
}


.merchats {
    margin-top: 37px;
    height: 40px;
}

footer a.num {
    font-size: 20px;
}

footer ul li a {
    font-size: 14px;
    color: #ffffffc2;
}

.footer-widget1 {
    max-width: 310px;
}


.copyright-area {
    background: #f7991c;
    padding: 16px 0px;
}

.copyright-area p {
    color: white;
    margin-bottom: 0px;
}

section.testimonial-sec .container {
  position: relative;
}

section.testimonial-sec .container:after {
    content: "";
    display: block;
    background-image: url(../images/testimonial-bk.png);
    background-size: 100%;
    min-height: 590px;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: -50px;
    left: 0px;
}

section.testimonial-sec .container .row.desktop-flex {
    z-index: 1;
    position: relative;
}


.bp-box {
    padding: 49px 30px 30px 0px;
}

.bp-box img {
    box-shadow: 0px 0px 20px -10px #000000;
}

.tablinks {

  position: relative;
}

.tablinks:after {
    /* content: ""; */
    height: 14px;
    min-width: 1px !important;
    background: #727272;
    display: block;
    position: absolute;
    right: 10px;
    z-index: 1111;
    top: 20px;
    max-width: 100px !important;
    width: 1px;
    transform: rotate(15deg);
}

.tab .tablinks:nth-last-child(1):after {
    display: none;
}




section.service-banner-sec {
    background-image: url(../images/fiction-writing-bn.jpg);
    background-size: cover;
    background-position: center;
    min-height: 60vh;
    padding: 89px 0px;
}

section.book-editing-banner {
    background-image: url(../images/book-editing-bn.jpg);
}

section.book-formatting-banner {
    background-image: url(../images/book-formatting-bn.jpg);
}

section.children-book-editors-banner {
    background-image: url(../images/children-book-editors-bn.jpg);
}

section.book-proofreading-banner {
    background-image: url(../images/book-proofreading-bn.jpg);
}

section.book-cover-design-banner {
    background-image: url(../images/book-cover-design-bn.jpg);
}

section.book-trailer-banner {
    background-image: url(../images/book-trailer-bn.jpg);
}

section.author-website-design-banner {
    background-image: url(../images/author-website-design-bn.jpg);
}

section.audiobook-narrators-banner {
    background-image: url(../images/audiobook-narrators-bn.jpg);
}

section.book-publishing-banner {
    background-image: url(../images/book-publishing-bn.jpg);
}

section.book-marketing-banner {
    background-image: url(../images/book-marketing-bn.jpg);
}

section.book-printing-banner {
    background-image: url(../images/book-printing-bn.jpg);
}

section.fiction-writing-banner {
    background-image: url(../images/fiction-writing-bn.jpg);
}

section.science-fiction-writers-banner {
    background-image: url(../images/science-fiction-writers-bn.jpg);
}

section.service-banner-sec .banner-cont {
    max-width: 610px;
}

section.service-banner-sec h1 {
    font-size: 36px;
    line-height: 46px;
}


.bn-form2 {
    background: #000000a8;
    max-width: 450px;
    border-radius: 10px;
    margin: auto;
    padding: 10px 0px;
    text-align: center;
}

.bn-form2 span {
    color: #07edb4;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.avail-header {
    text-align: center;
    background: #54545461;
    padding: 11px 0;
}

.avail-header .availtxt {
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 0px;
}

.avail-header p {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
}

.bn-form2 form {
    padding: 24px 50px 17px 50px;
}

.bn-form2 input {
    background: transparent;
    height: 54px;
    color: #fff;
    padding: 0.375rem 0.75rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 1rem;
}

.bn-form2 input::placeholder {
  color: white;
}

.bn-form2 .btn {
    background: #ffffff;
    border: 0;
    color: #040404;
    font-weight: 600;
    font-size: 21px;
    width: 100%;
    padding: 8px 0;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    height: auto;
    border-radius: 5px;
}

span.flip-clock-label {
    display: none;
}

.flip-clock-wrapper {
    text-align: center;
    width: max-content;
    margin: 9px auto 15px auto !important;
}

.flip-clock-wrapper ul {
 
width: 31px;
 
height: 46px;
 
margin: 0px 3px;
}


.flip-clock-wrapper ul li a div div.inn {
    color: #000000;
    background-color: #fff;
    font-size: 32px;
    line-height: 44px;
    border-radius: 3px;
    font-family: 'Montserrat';
    font-weight: 800;
    text-shadow: none;
}

.flip-clock-wrapper ul li a div.up:after {

top: 21px;

height: 6px;

background-color: rgb(0 0 0);
}


.flip-clock-wrapper ul li a div.down {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.flip-clock-dot {
    background: #ffffff;
    width: 8px;
    height: 8px;
    left: 4px;
    top: 9px;
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 17px;
    height: 47px;
}

.header-inner .logoh {
    width: 101px;
}

section.ab-serv-sec {
    padding: 70px 0px 0px 0px;
}

.counter-box {
    margin-bottom: 72px;
    position: relative;
}

.counter-box:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #70707038;
    display: block;
    position: absolute;
    bottom: -39px;
    border-radius: 52px;
    left: 0px;
}
.counter-box .num {
    font-size: 41px;
    font-weight: 700;
    color: #0074FF;
}

.counter-box p {
    font-size: 12px;
    color: black;
}

.btn.rounded {
    border-radius: 29px !important;
}


section.ab-serv-sec .sec-cont {
    padding-left: 68px;
}

.counter-area .counter-box:nth-last-child(1):after {
    display: none;
}

section.cta-dark.inserv img {
  width: 400px;
}

section.cta-dark.inserv img {
    width: 395px;
    top: -283px;
    right: -40px;
}

section.cta-dark.inserv .col-md-5 {
  position: relative;
}

section.testimonial-sec.inserv {
    padding: 100px 0px 0px 0px;
}

section.testimonial-sec h3 {
    font-size: 35px;
    line-height: 51px;
    color: #393939;
    font-weight: 500;
}

section.service-we-offer {
    padding: 100px 0px 80px 0px;
}

section.service-we-offer h2 {
    font-size: 50px;
    color: #232323;
}

section.service-we-offer .sec-cont {
    max-width: 600px;
}

span.sub-title {
    color: #f7991c;
    margin-bottom: 4px;
    display: block;
    margin-left: 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.in-serv-slider {
    margin-top: 59px;
}

.in-serv-box {
    text-align: center;
    padding: 22px 15px;
    /* box-shadow: 0px 0px 14px #00000029; */
    border-radius: 21px;
    background: #f1f2f2;
    margin: 12px 13px;
    /* border: 1px solid #82828224; */
}

.in-serv-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #F7991C;
  }

  .in-serv-box p {
    color: black;
    font-size: 14px;
}


.in-serv-box:hover {
    background: #f7991c;
    transition: 0.5s;
}

.in-serv-box:hover h3 {
color: white;
} 

.in-serv-box:hover p {
color: white;
} 

section.cat-sec.second.inserve {
    padding: 44px 0px;
}

section.cat-sec.second.inserve img {
    bottom: -141px;
}

button.close {
    width: 40px;
    height: 40px;
    border: none;
    font-size: 32px;
    line-height: 28px;
    border-radius: 50%;
    background: black;
    border: 2px solid #ffffff6e;
    color: white;
    position: absolute;
    right: -28px;
    top: -39px;
}

.modal-content {
    background-image: url(../images/pop-bk.png);
    background-size: cover;
    border: none;
    min-height: 535px;
    box-shadow: 0px 0px 24px #0000004f;
    border-radius: 11px;
    padding: 20px 20px 0px 20px;
    background-color: transparent !important;
}

.popcont h3 {
    color: white;
    font-size: 41px;
    line-height: 48px;
    font-family: 'Montserrat';
    margin-bottom: 19px;
    font-weight: 500;
}

.popcont p {
    color: white;
    font-size: 18px;
}

.form-control {
    background: white !important;
    margin-bottom: 16px;
    padding: 0px 0px 0px 22px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
}

.form-control input {
    width: 100%;
    height: 51px;
    border: none;
}

.form-control img {
    margin-right: 14px;
    width: 20px;
}

.popcont button.btn {
    width: 100%;
    background: white;
    color: black;
    font-weight: 400;
    height: 51px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px #0000007d;
}

.pop-dis-img {
    width: 344px;
    position: absolute;
    top: -105px;
    left: -30px;
}


.popcont form {
    max-width: 384px;
}

.modal-backdrop.show {
 opacity: 1;
 backdrop-filter: blur(2px);
 background: #000000a6;
}



section.faq-sec .card-header {
    padding: 0px;
}

section.faq-sec div#accordion .card {
    margin-bottom: 16px;
    box-shadow: 0px 1px 11px -3px #0000004f;
}


section.blog-banner {
    background-color: #2d2d2d;
    padding: 122px 0px 32px 0px;
}

.blog-banner-inner {
    min-height: 52vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.blbn-img {
    display: block;
    position: static;
    overflow: hidden;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 32px;
    position: absolute;
}

.blbn-img img {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: opacity 500ms linear;
    object-fit: cover;
}







.bl-head-info {
   z-index: 1;
   width: 50%;
   display: block;
   background-color: #2d2d2d;
   border-top-right-radius: 32px;
   padding: 16px;
}

.bl-head-info p {
    color: #d4d1cd;
}

.bl-head-info h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    margin-top: 24px;
    font-family: Haffer;
}



section.blog-cont-sec {
    padding: 42px 0px 92px 0px;
}


.table-of-cont .toc-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-family: Haffer, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(28, 27, 24);
}

.table-of-cont ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 0px;
    margin-top: 24px;
}

.table-of-cont ul li+li {
    margin-top: 19px;
}

.table-of-cont li a {
    color: #545048;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    font-family: inherit;
}


.blog-cont-box p {font-family: 'pararegular_superior';padding: 0;margin: 0;font-size: 20px;line-height: 28px;font-weight: 300;margin-top: 16px;font-family: Para,Georgia,serif;line-height: 32px;color: rgb(28, 27, 24);}

.blog-cont-box ul {
    padding-left: 19px;
}

.blog-cont-box ul li {
        padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 16px;
    font-family: Para,Georgia,serif;
    line-height: 32px;
    color: rgb(28, 27, 24);
    list-style-type: disc;
}

.blog-cont-box a {

    font-family: 'pararegular_superior';
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 32px;
    font-family: Para,Georgia,serif;
    line-height: 32px;
    color: rgb(28, 27, 24);

    font-weight: 700;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.blog-cont-box h2 {
    margin-top: 64px;
    font-family: Haffer;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    color: rgb(28, 27, 24);
    margin-bottom: 0px !important;
}

.blog-cont-box h3 {
    font-family: Haffer;
    margin-top: 34px;
    font-size: 27px;
    line-height: 34px;
    font-weight: 600;
    color: rgb(28, 27, 24);
}

.blog-cont-box h4 {
    font-family: Haffer;
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: rgb(28, 27, 24);
}


.table-of-cont {
    padding-top: 20px;
    position: sticky;
    top: 70px;
    max-width: 333px;
}

section.blog-cont-sec .col-md-6 {
    padding: 0px;
}


.table-of-cont span.spacer {
    line-height: 1;
    vertical-align: middle;
    margin: 24px 0px;
    display: block;
    height: 1px;
    background-color: #dfddda;
}


.auth-box {
    display: flex;
    align-items: center;
}
.table-of-cont .ab-img {
    margin-right: 12px;
    width: 48px;
}

.table-of-cont .ab-img img {
    width: 100%;
}

.auth-box p {
    padding: 0;
    margin: 0;
    color: #6e685e;
    font-size: 14px;
    line-height: 20px;
    font-family: Haffer;
    font-weight: 400;
}



.auth-box span {
    color: #1c1b18;
    text-decoration: underline;
    transition: text-decoration-color 200ms;
    text-decoration-color: currentColor;
    font-size: 15px !important;
    margin-left: 0px;
}


.table-of-cont li a:hover {
    text-decoration: underline;
    transition: 0.5s;
}


.bl-head-info svg.css-2i4yta {
    transform: scale(0.8);
}

header.blog-header .main-navigate {
    background: #2d2d2d;
}

header.blog-header li a {
    color: white;
}

a.book-popover__link {
    color: #00b9ff;
    font-weight: 700;
    font-family: 'Amazon Ember';
    font-size: 14px !important;
    text-decoration: inherit;
}

.social-bottom li a {
    height: 30px;
    width: 30px;
}
.social-bottom li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.blue-bg {
    background-color: #4469b5;
}
.dark-blue-bg {
    background-color: #1378b3;
}
.orange-bg {
    background-color: #d94e42;
}
.social-bottom li a:hover {
    background-color: var(--bs-color-primary);
    color: #fff;
}

.social-bottom {
    padding-top: 16px;
}

.social-bottom h4 {
    font-size: 18px;
    font-weight: 600;
}


.social-bottom li:hover a {
    background: #1282d5;
}

.blog-cont-box img {
    margin-top: 52px;
}

.blog-banner-page {
    padding: 186px 0px 94px 0px;
    background-image: url(../images/blog-banner.jpg);
    background-size: cover;
    background-position: center left;
}

.banner-stars {
    margin: 8px auto;
    padding: 3px 0 7px;
    border-top: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

.banner-stars>i {
    color: #f7941d;
    font-size: 12px;
}

.banner-stars>h3 {
    color: #fff;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.services-text p {
    color: #fff;
    width: 90%;
    font-size: 15px;
    line-height: 30px;
}

section.blog-page-sec {
    padding: 50px 0px 110px 0px;
}


section.blog-page-sec .text-center {
    padding-bottom: 70px;
}

section.blog-page-sec .text-center h2 {
    font-weight: 800;
    color: black;
    font-size: 37px;
}

section.blog-page-sec .text-center h3 {
    position: relative;
    display: inline-block;
    color: #F7991C;
    font-size: 21px;
    font-weight: 700;
}


section.blog-page-sec .text-center h3:before, section.blog-page-sec .text-center h3:after {
    content: " ";
    height: 2px;
    width: 1.5rem;
    display: block;
    position: absolute;
    top: 50%;

}

section.blog-page-sec .text-center h3:before {

    background: #F7991C;
    left: -30px;
}

section.blog-page-sec .text-center h3:after {
    background: #F7991C;
    right: -30px;
}

.blog-box img {
    min-height: 521px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.wcu-slider .owl-item {
    padding: 16px !important;
}


.owl-nav {
    text-align: right;
    padding-right: 27px;
    margin-top: 15px;
}

button.owl-prev {
    margin-right: 16px;
}

.owl-nav button img {
    width: 40px;
}



.about-page-banner {
   background-image: url(../images/abb.jpg);
   display: flex;
   align-items: center;
   height: 150px;
   background-attachment: fixed;
   background-blend-mode: overlay;
   background-color: #000204d4;
}

a:hover, a:focus {
    color:#f7991c;
}





@media screen and (min-width: 767px) {
  .desktop-flex {
    display: flex;
    align-items: center;
  }

.modal-body .col-md-6 {
    position: relative;
}
.slicknav_menu {
    display:none;
}
}

@media screen and (max-width:767px) {
    
    
.form-check-flex .form-check {

    width: inherit;
    
}

ul.slicknav_nav {
    position: absolute;
    top: 73px;
    background: white;
    width: 94%;
    left: 3%;
    overflow: inherit;
    border: 1px solid #F7991C;
    border-radius: 7px;
}

ul.slicknav_nav li {
    display: block;
    text-align: left;
    margin: 13px 0px;
    border-bottom: 1px solid #00000017;
}

ul.slicknav_nav li:nth-last-child(1) {
    border: none;
}

.mega-menu .row {
    margin-top: -10px;
    padding-top: 0px;
    height: 340px;
    max-width: 94%;
    margin-left: 3%;
    overflow: auto;
}

header {
   
    background: transparent;
  
}

.navigation ul li a {
    color: #000000;
}

.navigation ul li.drop-down {
    color: #000000;
}


.slicknav_menu {
    background: transparent;
}

.top-bar {
    display: none;
}


.mega-menu .pd-43 {
    padding-top: 0px;
}

.mega-menu .mb-4 {
    margin-bottom: 0px !important;
}

header {

    top: 0px;
}


.mobilecontainer {
    background-color: #fff0;
    padding-left: 20px;
    width: 70px;
    color: white;
}


section.banner-sec {

    padding: 110px 0px 40px 0px;

}

.banner-cont h1 {

    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.banner-cont .btn {

    width: 159px;

}

.banner-logos {
    margin: 32px 0px;
}

h2 {
    font-size: 25px;
    line-height: 33px;
  
}

.ab-img {
 
    margin-bottom: 32px;
}

section.bestseller-sec:after {

    width: 84%;
    height: 100%;

}

.bs-img {
  display: none;
}

section.bestseller-sec {

    padding: 55px 0px;

}

.wcu-box2 {
    margin-bottom: 12px;
}

section.why-choose-sec {

    margin-bottom: 0px;
}
.cta-book {
    position: relative;
    bottom: 0px;
    left: 0;
    width: 156px;
    margin: 0px auto 22px auto;
}

section.cat-sec {

padding: 32px 0px 32px 0px;
}

section.cat-sec.pd-top-100 .col-md-4 {
    text-align: center;
}

section.cat-sec h2 {
    font-size: 23px;
    line-height: 31px;
}

section.cat-sec .col-md-8.text-right {
    text-align: center;
}

section.cat-sec {

    margin-top: 0px;
}

section.cat-sec.second .col-md-8.text-left {
    text-align: center;
}

section.cat-sec.second .btn {
    width: 115px !important;
    min-width: inherit;
    margin-right: 0px;
    font-size: 14px;
    height: inherit;
}

section.cat-sec.second .cta-book {
    width: 250px;
    bottom: 0px;
}

section.cat-sec.second .col-md-4 {
    text-align: center;
}

section.cat-sec.second .cta-book {

    margin: 0px auto 0px auto;
}

.step-box {
    margin: 0px auto 63px;
}

section.cta-dark img {
    position: relative;
    top: 0px;
    right: 0px;
    width: 270px;
}

section.cta-dark .col-md-5 {
    text-align: center;
}

section.cta-dark {
    padding: 45px 0px 0px 0px;
    margin-top: 0px;
}

section.cta-dark .col-md-7 {
    text-align: center;
}

section.cta-dark h2 {
    font-size: 24px;
    line-height: 29px;
}

section.service-sec h2 {
    font-size: 25px;
}

section.service-sec {
    padding: 50px 0px 0px 0px;
}

.service-slider {
    margin: auto;
}

section.testimonial-sec {
    padding: 60px 0px;
}

section.blog-sec .col-md-6.text-right {
    text-align: left;
}

.blog-box {
    margin-bottom: 18px;
}

section.faq-sec {
    padding: 50px 0px;
}

section.cta-blue img {
    display: none;
}

section.cta-blue .col-md-8 {
    text-align: center;
}

footer h3 {
    margin-bottom: 0px;
    margin-top: 30px;
}

section.bestsellers-port-sec {
    display: none;
}

.testi-box:hover {

    transform: none;

}

button.accordion-button {
    font-size: 15px;
    line-height: 21px;
    padding: 14px;
}

.accordion-body {
    font-size: 14px;
}

.header-inner .mobilecontainer span {
    color: #000000 !important;

}

.bn-form2 {
    margin-top: 32px;
  
}

header.sticky {position: fixed;}

section.ab-serv-sec .sec-cont {
  padding-left: 0px;
  padding-top: 32px;
}

.counter-box {
    margin-bottom: 32px;
    position: relative;
    text-align: center;
    width: 33%;
    float: left;
}

.counter-box .num {
    font-size: 23px;
}

.counter-box p {
    font-size: 11px;
    color: black;
    font-weight: 500;
}

section.ab-serv-sec {
    padding: 40px 0px 30px 0px;
}

section.cta-dark.inserv img {
    width: 395px;
    top: 0px;
    right: 0px;
    width: 240px;
}

section.service-we-offer h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 26px;
}

span.sub-title {
    font-size: 12px;
    font-weight: 700;
}

section.service-we-offer {
    padding: 50px 0px 80px 0px;
}

section.testimonial-sec.inserv {
    padding: 40px 0px 20px 0px;
}

section.cat-sec.second.inserve img {
    bottom: 0px;
}

section.cta-blue h2 {
    font-size: 25px;
    line-height: 30px;
}

section.service-banner-sec h1 {
    font-size: 22px;
    line-height: 31px;
}
section.service-banner-sec {
 
    padding: 49px 0px;
}

.counter-box:after {
  display: none;
}

.col-xs-6 {
    width: 50%;
}

section.service-we-offer .owl-nav {
    text-align: right;
    padding-right: 22px;
}

section.service-we-offer .owl-nav button {
    width: 28px;
    margin-left: 15px;
}



.pop-dis-img {
    width: 160px;
    position: absolute;
    top: -121px;
    left: -30px;
}


.modal-content {
    margin-top: 41%;
    padding-top: 50px;
}

button.close {

    right: -4px;
    top: -19px;
}

.popcont h3 {
    color: white;
    font-size: 26px;
    line-height: 35px;
    font-family: 'Montserrat';
    margin-bottom: 19px;
    /* text-align: center; */
    font-weight: 600;
}


.blog-banner-inner {
    min-height: inherit;
    position: relative;
    overflow: hidden;
    display: block;
    align-items: inherit;
}

.blbn-img {

    position: relative;
}


.blbn-img img {
   
    position: relative;
}


.bl-head-info {

    width: 100%;

}


.bl-head-info h1 {
    font-size: 31px;
    margin-top: 13px;
    line-height: 40px;
    margin-bottom: 0pc;
}


.bl-head-info {
    margin-top: 11px;
}

section.blog-banner {
    padding: 102px 0px 10px 0px;
}

.blog-cont-box {
    padding: 12px 16px;
}

span.spacer2 {
    line-height: 1;
    vertical-align: middle;
    margin: 32px 0px 0px;
    display: block;
    height: 1px;
    background-color: #bcb8b1;
}

.table-of-cont {

    max-width: 100%;
    padding: 7px !important;
}

header.blog-header .mobilecontainer {
    background: #2d2d2d;
}

header.blog-header .sidenav {
    background: #2d2d2d;
}


table.b-book-table span {
    line-height: 20px;
    font-size: 11px !important;
}


.blog-cont-box h2 {
 
    font-size: 30px;
    line-height: 34px;
 
}

.blog-cont-box h3 {
   
    margin-top: 32px;
    font-size: 23px;

}

.blog-cont-box h4 {
   
    margin-top: 28px;
    font-size: 19px;

}


.bn-form select {
    width: 100%;
    height: 43px;
    padding: 6px 18px;
    background-color: : transparent;
    border: 1px solid #ffffff6e;
    border-radius: 2px;
    margin-bottom: 12px;
    color: white;
    background: #fff0 url(../images/arrow-down-white.png) no-repeat right;
    background-size: 12px;
    background-position: 98%;
    font-size: 12px;
    font-weight: 600;
}

.bn-form {
    padding: 26px 10px;
}

}

@media screen and (min-width: 1400px) {
  section.about-sec .container {
    max-width: 1500px;
}

section.process-sec .container {
    max-width: 1500px;
}

/*section.service-sec .container {
     max-width: 1400px;
}*/
}


@media (min-width: 576px) {
.modal-dialog {
    max-width: 960px;
    margin: 1.75rem auto;
    margin-top: 10%;
}
}



section.about-page-banner h1 {
    text-align: center;
    font-weight: 800;
}





.audio-book-section {
    background-image: url(../images/audio-b-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 52px 0px;
}

.audio-book-section h2 {
    font-size: 28px;
    color: black;
    line-height: 41px;
    margin-top: 24px;
    margin-bottom: 0px !important;
}


.features div.col:not(:last-child) {
    border-right: 2px solid #f4f0f0;
}

.feature-primary {
    background: linear-gradient(90deg, #0176ff 28.55%, #016ae6 82.34%);
    color: var(--body-bg-color);
}

.feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.9rem;
    height: 8.9rem;
    border-radius: 50%;
    font-size: 4rem;
}

.feature-group-p {
    color: #5c709c;
}


.contact {
    background: #f6f6f6;
    border: 1px solid rgba(222, 226, 230, 0.5);
}

.row.contact.gx-5.p-2.my-5 input {
    padding: 15px 10px;
}

textarea#message {
    height: 190px;
    padding: 13px;
}

.contact-section h5 {
    font-weight: 400;
    font-size: 19.83px;
    line-height: 17.62px;
    color: #0275d8;
}

.contact-section button.btn.btn-primary {
    padding: 2px 15px;
    font-size: 15px;
}
