@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap);
@import url(https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css);
@import url(https://fonts.googleapis.com/css2?family=Pathway+Extreme:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap);
@import url(../css/bootstrap.css);
@import url(../css/animate.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/slick.css);
@import url(../css/xicon.css);
@import url(../css/variables.css);
@import url(../css/mobile-nav.css);
@import url(../fonts/degular/stylesheet.css);


/*Float Button Css Begin*/
/*==============floating strips css start============== */
.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.banner-form input, .banner-form textarea {
    font-size: 14px;
}

.banner-form textarea
 {
    height: 100px !important;
}


.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 19%;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 999;
}
.banner-form {
    background: #fff;
    padding: 11px 32px 24px 21px;
    position: relative;
    z-index: 99999 !important;
    height: fit-content;
    border-radius: 5px;
    margin: 0 0 0 80px;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}
.floatbutton .clickbutton {
    width: 50px;
    position: absolute !important;
    z-index: 999;
    height: 59px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);
    border-radius: 3px 0px 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    margin-top: 20px;
    color: #fff;
    background: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    box-shadow: 0px 0px 40px #00000026;
    -webkit-box-shadow: 0px 0px 40px #00000026;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
    top: 0px;
    left: 0px;
}
.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.floatbutton .clickbutton .crossplus {
    /* position: absolute; */
    display: flex;
    /*transform: rotate(-90deg);*/
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    align-items: center;
    justify-content: center;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -55px;
    white-space: pre;
    bottom: 107px;
}
.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.floatbutton .clickbutton .crossplus i {
    font-size: 28px;
    color: #ffffff;
}
ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}
.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}
.ban-form .fldset.inpchecbx select {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}
.fldset.inpchecbx {
    margin: 10px 0 0 0;
}
.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0;
}
.fldset p a {
    display: block;
    padding: 5px 0px 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px;
}
.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px;
}
.main-services-banner-sec .ban-form input {
    height: 40px;
}

.btns_wrap {
    position: fixed;
    right: -6px;
    top: 170px;
}
.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}
.btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -225px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */ /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2a3db6 0%, #1169cd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(135deg, #fcc12d 0%, #b3830c 100%); /* Chrome10-25,Safari5.1-6 */
    background: var(--primary-color); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3db6', endColorstr='#1169cd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}
.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle; /* background: #000; */
    padding: 15px 20px 15px 15px;
}
.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */ /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2a3db6 0%, #1169cd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(135deg, #fcc12d 0%, #b3830c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(90deg, #fa6400 0, #fa6400 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3db6', endColorstr='#1169cd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px 0px 0px 3px;
    z-index: 9999;
}
.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #fff; /* background: #ce1b1b; */ /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */ /* background: #2a3db6; */ /* Old browsers */
    background: -moz-linear-gradient(
        -45deg,
        #2a3db6 0%,
        #1169cd 100%
    ); /* FF3.6-15 */ /* background: -webkit-linear-gradient(-45deg,  #2a3db6 0%,#1169cd 100%); */ /* Chrome10-25,Safari5.1-6 */ /* background: linear-gradient(135deg,  #2a3db6 0%,#1169cd 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3db6', endColorstr='#1169cd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}
.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle; /* background: #000; */
    padding: 15px 30px 15px 15px;
}
.fldset {
    width: 100%;
    height: 46px;
    padding: 0 0 10px 0;
}

.fldset input,.fldset textarea {
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 7px 10px;
}

.banner-form h3 {
    font-size: 25px;
    padding: 0 0 20px 0;
}

.form-group input#sidefrm {width: 7%;}

.cstm-lb .form-group.d-flex.align-items-start input {
    height: 24px;
}

.floatbutton.active .clickbutton {
    left: 33px;
}

.cstm-lb label.check_new_boxx {
    font-size: 14px;
}
/*Float Button Css End*/

li,
p,
ul {
  margin: 0
}

.dark-theme-btn,
a.light-theme-btn {
  padding: 14px 20px;
  position: relative
}

.icons-box a,
body {
  font-family: "Pathway Extreme", sans-serif
}

.banner-text,
header::before {
  left: 50%;
  transform: translate(-50%)
}

.banner-text h1,
.banner-text h3,
.banner-text h4,
.heading-secs h3 {
  text-transform: uppercase
}

.icons-box a,
.social-icons a,
a {
  text-decoration: none
}

body {
  font-size: 16px
}

:root {
  --primary-color: #47bac3;
  --secondary-color: #051d38;
  --background-color: #ffda51;
}

*,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0
}

li,
ul {
  list-style: none;
  padding: 0
}

a {
  color: var(--primary-color)
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none
}

::selection {
  background: var(--secondary-color);
  color: #fff;
  text-shadow: none
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none
}




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

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0;
  border-left: 1px solid #888
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0;
  background: var(--primary-color)
}

.ff-primary {
  font-family: var(--base-font-family)
}

.ff-secondary,
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  font-family: var(--secondary-font-family)
}

.book-detail h3 span,
.fc-primary,
.heading-secs h3 span:nth-child(2),
.heading-secs h3 span:nth-child(3),
.heading-secs h4 span,
.heading-style-2 h3 span {
  color: var(--primary-color)
}

.fc-secondary,
.heading h3 span {
  color: var(--secondary-color)
}

.fc-dark {
  color: var(--dark-color)
}

.fc-lite {
  color: var(--lite-color)
}

.h1,
.h2,
h1,
h2 {
  font-family: var(--heading-font-family-primary)
}

.h2,
h2 {
  font-size: 6.7vmin
}

.h3,
h3 {
  font-size: var(--font-size-h3)
}

.h4,
h4 {
  font-size: var(--font-size-h4)
}

.h5,
h5 {
  font-size: var(--font-size-h5)
}

.h6,
h6 {
  font-size: var(--font-size-h6)
}

p {
  text-align: justify;
  font-size: var(--base-font-size);
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 20px
}

.dark-theme-btn {
  background: var(--secondary-color);
  color: #fff;
  z-index: 9;
  padding: 10px 20px;
  display: inline-block;
  transition: all .6s ease;
  font-size: 18px;
  border: 1px solid var(--secondary-color);
  /* width: 150px; */
  text-align: center;
}

.light-theme-btn {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  transition: .2s ease-in-out;
  color: var(--secondary-color);
  font-size: 18px;
  padding: 11px 20px;
  margin: 0 20px 0 8px;
  display: inline-block;
  z-index: 9;
  position: relative;
  text-align: center;
}

.main-navigation {
  position: relative;
  z-index: 99999999999999;
}

.dark-theme-btn::before {
  content: "";
  width: 0;
  height: 36px;
  background: var(--primary-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: -1;
  transition: .2s ease-in-out
}

.text-style-2 p br {
    display: none;
}

a.logo-main img {
    width: 100%;
}

.text-style-3 p br {
    display: none;
}

.why-choose-txt {
    display: none;
}

.dark-theme-btn:hover {
  background: #fff0;
  transform: translate(0, -10px);
  color: black;
  border: 1px solid var(--primary-color);
  transform: translate(0px, -10px);
}

.dark-theme-btn:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.icons-box a:first-child::before,
.icons-box::before {
  width: 2px;
  background: #3333;
  transform: translate(-40%)
}

a.light-theme-btn:hover {
  color: white;
}

a.light-theme-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: var(--secondary-color);
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all .6s ease;
}

a.light-theme-btn:hover:before {
  height: 100%;
  top: 0;
  bottom: auto;
}


body.o-hidden,
main.app-container {
  overflow: hidden
}

/*Top Bar Css Begin*/
.topBar-iconBox {
    text-align: center;
}
.topBar-iconBox a.open-modal-btn {
    border-radius: 10px;
    background: transparent;
}
.top-bar {
    width: 100%;
    background: var(--secondary-color);
    padding: 9px 60px;
    margin: 0 0 0px 0;
}

header.sticky {
    position: fixed;
    padding: 10px 40px 17px 30px;
    top: 0;
    background: var(--primary-color);
    z-index: 999;
}

.topBar-iconBox a {
    color: white !important;
    position: relative;
}

.topBar-iconBox a span {
    background: var(--primary-color);
    width: 29px;
    height: 29px;
    display: inline-block;
    margin: 0 11px 0 0;
    border-radius: 40px;
    line-height: 29px;
}
/*Top Bar Css End*/

/* Header Css Begin */
ul.drop-down {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 70px;
  gap: 0 !important;
  width: 540px;
  opacity: 0;
  visibility: hidden;
  transition: all .300s ease-in-out;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  left: -211px;
}

ul.drop-down::before {
    position: absolute;
    content: "";
    width: 0.2px;
    height: 100%;
    background: black;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0px);
    top: 0;
    z-index: 999;
}

ul.main-navigation li {
  position: relative;
}

ul.drop-down li a {
  background: #47bac3;
  padding: 11px 19px;
  transition: all .6s ease;
  display: block;
  border-bottom: 1px solid;
}

ul.main-navigation li:hover ul.drop-down {
  visibility: visible;
  opacity: 1;
  top: 27px;
}

ul.drop-down li a:hover {
  background: #051d38;
  color: #fff;
}

ul.main-navigation li::before {
  position: absolute;
  content: "";
  width: 0;
  right: 0;
  height: 1px;
  background: black;
  bottom: 0;
  transition: all .7s ease;
}

ul.main-navigation li:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

ul.main-navigation li a span {
  background: #ffda51;
  font-size: 10px;
  transition: all .6s ease;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
}

ul.main-navigation li:hover a span {
  transform: rotate(182deg);
}

ul.main-navigation {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  gap: 21px;
  flex-wrap: wrap;
  position: relative;
  z-index: 99999999999999999;
}

ul.main-navigation li a {
  font-size: 15px;
  color: #051d38;
  font-weight: 600;
}

header {
  padding: 20px 40px 30px 30px;
  position: absolute;
  width: 100%;
  top: 40px;
  z-index: 999999;
  transition: all .5s ease;
}

/* Header Css End */

/* hero banner css begin */
.hero-banner {
  height: 95%;
  width: 100%;
}

.hero-banner img {
  height: 100%;
  object-fit: cover;
}

section.hero-banner {
  padding: 120px 0 0px 0;
  background: url(../images/overlay-bg.png);
  background-color: #dcf4ff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.hero-banner .text-style-banner {
  padding: 0 140px 0 0;
}

.text-style-banner p {
  padding: 30px 0 30px 0;
}

.text-style-2 li p {
    padding: 0;
}

.text-style-2 li {
    padding: 0 0 30px 40px;
    position: relative;
}

.text-style-2 li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: black;
    left: 20px;
    top: 10px;
}

.bulb-shape {
  position: absolute;
  top: 0;
  left: 130px;
}

.airoplane-shape {
  position: absolute;
  top: 240px;
  left: -144px;
  z-index: 1;
}

.bulb-shape img {
  width: 190px;
}

.airoplane-shape img {
  width: 340px;
}

.text-style-banner h2 {
  font-family: Degular Demo;
  font-size: 55px;
  color: #000;
  font-weight: 600;
}

.text-style-banner h2 strong {
  color: var(--secondary-color);
}

/* hero banner css End */

/* des service css begin */
section.service-describe {
  background: var(--secondary-color);
  padding: 80px 0 0 0;
}

.text-style-2 {
  text-align: center;
  padding: 0 0 70px 0;
}

.text-style-2 h2 {
  font-size: 51px;
  font-family: 'Degular Demo';
  color: white;
}

.text-style-2 h2 span {
  color: var(--background-color);
}

.text-style-2 p {
  text-align: center;
  color: white;
  padding: 20px 0 40px 0;
}

/* des service css End */

/* dream achieve css begin*/
section.achieve-dream {
  padding: 80px 0 50px 0;
}


.books-slide button.slick-prev.slick-arrow {
  position: absolute;
  top: -40px;
  width: 20px;
  left: 42%;
  right: 50%;
  transform: translate(-50%, 0px);
  font-size: 0;
  border: 0;
}

.books-slide button.slick-prev.slick-arrow::before {
  position: absolute;
  content: "\f053";
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  color: black;
  font-family: 'FontAwesome';
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.books-slide button.slick-prev.slick-arrow:hover:before {
  background: #47bac37a;
}




.books-slide button.slick-next.slick-arrow {
  position: absolute;
  top: -40px;
  width: 20px;
  left: 50%;
  right: 42%;
  transform: translate(-50%, 0px);
  font-size: 0;
  border: 0;
}

.books-slide button.slick-next.slick-arrow::before {
  position: absolute;
  content: "\f054";
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  color: black;
  font-family: 'FontAwesome';
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.books-slide button.slick-next.slick-arrow:hover:before {
  background: #47bac37a;
}

.books-slide .slick-track {
  padding: 50px 0 50px 0;
}

.books-slide button.slick-next.slick-arrow.slick-disabled,
.books-slide button.slick-prev.slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}


.text-style-3 {
  text-align: center;
}

.text-style-3 h3 {
  font-size: 45px;
  font-family: 'Degular Demo';
  font-weight: 600;
}

.text-style-3 p {
  text-align: center;
  font-size: 19px;
  line-height: normal;
  padding: 30px 0 20px 0;
}

.book-showcase {
  width: 240px;
  height: 355px;
  position: relative;
  cursor: pointer;
  margin: 80px auto 0 auto;
}

.book-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book-showcase::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 405px;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  background: #47bac32b;
  z-index: -1;
  left: -80px;
  transform: rotate(-14deg);
  bottom: 13px;
  transition: all .6s ease;
}

.book-showcase:hover:before {
  background: var(--background-color);
}

/* dream achieve css end*/

/* Cta css section Begin */

.text-style-3 p {
    width: 60%;
    margin: 0 auto;
}

.text-style-2 p {
    width: 60%;
    margin: 0 auto;
}

section.published-service p {
    width: 100%;
}


section.cta-section {
  padding: 40px 0 110px 0;
}

section.cta-section .text-style-3 {
  text-align: left;
}

section.cta-section .text-style-3 h2 {
  font-size: 55px;
  font-family: 'Degular Demo';
  font-weight: 600;
  margin: 0 0 30px 0;
}

.para {
  padding: 15px 0 0 20px;
  border-left: 1px solid #333;
  margin: 0 0 0 120px;
}

.books-points-des h3 {
  font-size: 50px;
  font-family: 'Degular Demo';
  font-weight: 600;
  position: relative;
  padding: 20px 0 20px 0;
}

.books-points-des h3::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  background: var(--secondary-color);
  bottom: 17px;
  left: -60px;
}

.books-covering {
  clip-path: polygon(8% 0, 100% 0, 94% 60%, 0% 100%);
  transform: scale(1.1);
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.cover-left {
  clip-path: polygon(8% 0, 90% 0, 100% 100%, 14% 59%);
  margin: 0 0 0 -70px;
}

/* Cta css section end */


/* cover-left css begin */
section.create-box {
  padding: 40px 0 50px 0;
}

.icons-box.active-box {
  background: #daf1ff;
}

.icons-box {
  text-align: center;
  padding: 90px 0;
}

.icons-box h2 {
  font-size: 31px;
  font-family: 'Degular Demo';
  padding: 20px 0 0 0;
}

.icons-box:hover {
  background: #daf1ff;
}

.boosts-sales-points {
  border-bottom: 1px solid #ffda51;
  border-top: 1px solid #ffda51;
  margin: 40px 0;
  padding: 26px 0 10px 0;
}

.boosts-sales-points p {
  font-size: 18px;
  font-family: Montserrat;
}

/* cover-left css End */

/* why choose begin */
section.why-choose {
  padding: 80px 0 70px 0;
}

.why-choose-txt h3 {
  font-size: 34px;
  font-weight: 600;
  position: relative;
}

.why-choose-txt a.light-theme-btn {
  margin: 0;
  width: 190px;
  height: fit-content;
}

.why-choose-txt h3::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 3px;
  background: #ffda51;
  bottom: -20px;
  left: -50px;
}

.why-choose-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quest-content.open {
  display: block
}

.quest-content {
  display: none
}

a.quest-title {
  color: #000000;
  padding: 20px 30px 20px 20px;
  display: inline-block;
  margin: 0;
  border-radius: 9px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 9;
  font-weight: 900;
  font-size: 23px;
  font-family: 'Degular Demo';
}

.quest-section {
  background: #daf1ffa8;
  margin: 0 0 20px 0;
}

a.quest-title::before {
  content: "\f054";
  position: absolute;
  font-family: FontAwesome;
  right: 20px;
  background: #ffda51;
  width: 37px;
  height: 37px;
  transition: all .6s ease;
  text-align: center;
  border-radius: 100%;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quest-title.active::before {
  content: "\f054";
  transform: rotate(92deg);
}

.quest-section p {
  padding: 10px 20px 30px;
  margin: 0 9px 17px
}

a.quest-title::after {
  position: absolute;
  content: "";
  width: 100%;
  transition: .7s;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1
}

a.quest-title.active::after,
a.quest-title:hover:after {
  left: -160px
}

.faqs-txt.aos-init.aos-animate {
  padding: 80px 0 0 0px;
}

.why-choose-img {
  height: 730px;
  width: 100%;
  padding: 0 40px;
}

.why-choose-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right;
}

/* why choose End */

/* Faqs Css Begin  */
section.faqs {
  padding: 50px 0 60px 0;
}

.faq-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    left: 0;
    opacity: 0.5;
    bottom: 0;
    z-index: -1;
}

.faq-title {
  height: 740px;
  background-color: var(--primary-color);
  padding: 60px 40px 70px 40px;
  border-radius: 10px;
  margin: 0 20px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  background-image: url(../images/faq-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-title h3 {
  font-size: 60px;
  font-family: 'Degular Demo';
  font-weight: 600;
  color: white;
}

.faq-title p {
  font-size: 18px;
  padding: 30px 0 0 0;
}

section.faqs a.quest-title::before {
  background: transparent;
  content: "\f067";
}

section.faqs .quest-section {
  background: transparent;
  border: 1px solid #3333;
}

section.faqs .quest-section a.quest-title {
  font-size: 20px;
  font-weight: 600;
}

section.faqs .quest-title.active::before {
  content: "\f068";
  transform: rotate(0);
}

.faq-title::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 340px;
  border: 41px solid #ddd7d7ad;
  background: transparent;
  border-radius: 100%;
  bottom: -120px;
  right: -90px;
  animation: 3s ease-in-out infinite floatUpDown;
}

@keyframes floatUpDown {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

section.why-choose .faqs-txt {
  padding: 70px 0 0 0;
}

/* Faqs Css End */
/* footer css begin */
footer.site-footer {
  padding: 50px 0 0px 0;
}

.quick-link-two h4 {
  font-size: 30px;
  font-family: 'Degular Demo';
  font-weight: 600;
  color: var(--secondary-color);
  padding: 0 0 20px 0;
  position: relative;
}

.quick-link-two ul li a {
  font-size: 16px;
  color: #000;
}

.quick-link-two ul li {
  padding: 0 0 14px 1px;
  position: relative;
  width: fit-content;
}

.quick-link-two h4::before {
  position: absolute;
  content: "";
  width: 36%;
  background: var(--primary-color);
  height: 2px;
  bottom: 15px;
  left: -30px;
}

.quick-link-two ul li::before {
  position: absolute;
  content: "";
  width: 0;
  left: 15px;
  height: 1px;
  background: var(--secondary-color);
  bottom: 14px;
  transition: all .6s ease;
}

.quick-link-two ul li:hover:before {
  width: 100%;
  left: 0;
}

ul.socails-icons {
  display: flex;
  gap: 19px;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.copyright-text.text-center {
  height: 100%;
  align-items: center;
  display: flex;
}

.copyright-text p {
  padding: 0;
  color: white;
}

.ftr-btm {
  background: var(--primary-color);
  padding: 20px 0 20px 0;
  margin: 50px 0 0 0;
}

ul.socails-icons li a {
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  z-index: 9;
  font-size: 20px;
}

.ftr-logo a img {
  filter: brightness(0.5);
  width: 32%;
}

ul.socails-icons li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: white;
  z-index: -1;
  border-radius: 100%;
  transition: all .6s ease;
}

ul.socails-icons li a:hover:before {
  width: 100%;
  height: 100%;
}

ul.socails-icons li a:hover {
  color: #47bac3;
}

/* footer css End */
/* Inner Page Banner Css Begin */
section.inner-pageBanner {
  padding: 130px 0 0 0;
  position: relative;
  height: 770px;
}

.inner-bannerImg {
  position: absolute;
  z-index: -1;
  height: 600px;
  width: 100%;
}

.inner-bannerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-bannerTxt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 730px;
}

.inner-bannerTxt h2, .inner-bannerTxt h1,
.inner-bannerTxt p {
  color: white;
}

section.inner-pageBanner .text-style-banner h1 {
    font-family: Degular Demo;
    font-size: 55px;
    color: #fff;
    font-weight: 600;
}

.published-txt h2,
.published-txt p {
  color: #333;
  text-align: left;
}

.published-txt {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

section.published-service {
  padding: 60px 0 60px 0;
}

.inner-pgBox .icons-box {
    padding: 60px 40px 40px 40px;
    height: 510px;
    cursor: pointer;
    margin: 0 0 60px 0;
}

.inner-pgBox .icons-box h2 {
    padding: 30px 0;
}

.inner-pgBox .icons-box p {
    text-align: center;
    padding: 0;
}
.genre-inner {
    padding: 150px 0 0 0 !important;
}
.our-process button.slick-prev.slick-arrow,.our-process button.slick-next.slick-arrow {
    position: absolute;
    width: 29px;
    left: -80px;
    top: 38%;
    font-size: 0;
    border: 0;
}

.our-process button.slick-prev.slick-arrow::before,.our-process button.slick-next.slick-arrow::before {
    position: absolute;
    content: "\f053";
    font-family: FontAwesome;
    font-size: 30px;
}

.our-process button.slick-next.slick-arrow {
    right: 0;
}

.our-process button.slick-next.slick-arrow::before {
    content: "\f054";
}

.our-process button.slick-next.slick-arrow {
    right: -30px;
    left: auto;
}

button.slick-prev.slick-arrow.slick-disabled,button.slick-next.slick-arrow.slick-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.genre-choose .why-choose-content {
    background: var(--secondary-color);
    padding: 40px 90px 60px 0px;
}

.genre-choose .why-choose-top-txt h3 {
    font-size: 56px;
    font-family: 'Degular Demo';
    color: white;
    font-weight: 600;
    line-height: 48px;
}

.genre-choose .why-choose-top-txt p {
    color: var(--primary-color);
    font-size: 18px;
    padding: 20px 0 0 0;
}

.genre-choose .why-choose-top-txt {
    padding: 30px 0 0 40px;
}

section.genre-choose .quest-section {
    background: #fff;
}

.genre-choose .why-choose-txt {
    padding: 20px 0 0 20px;
}

.genre-choose .why-choose-txt p {
    color: var(--primary-color);
}

.genre-choose .why-choose-img {
    height: 1000px;
    margin: 0 0 0 -60px;
    padding: 0 140px 0 0;
}
.text-style-1 {
    text-align: center;
}

.text-style-1 h2 {
    font-size: 55px;
    font-family: 'Degular Demo';
    font-weight: 600;
    color: var(--secondary-color);
}

.text-style-1 p {
    text-align: center;
    padding: 30px 0 20px 0;
}

.text-style-1 h3 {
    font-size: 52px;
    font-family: 'Degular Demo';
    padding: 30px 0 40px 0;
    color: #001710;
    font-weight: 600;
}

.afford-box {
    padding: 60px 10px;
    text-align: center;
    border-radius: 10px;
}

.afford-box.active-box {
    background: var(--primary-color);
}

.afford-box h3 {
    font-size: 22px;
    font-family: 'Degular Demo';
    font-weight: 600;
}

section.affordable-fantasy {
    padding: 30px 0 40px 0;
}
section.ready-to-hire {
    background: var(--secondary-color);
    padding: 70px 0 70px 0;
}

.hire-txt-content h5 {
    font-size: 30px;
    color: var(--primary-color);
    position: relative;
}

.hire-txt-content h5:before {
    position: absolute;
    content: "";
    width: 110px;
    height: 1px;
    background: white;
    bottom: -4px;
    left: -50px;
}

.hire-txt-content h2 {
    font-size: 50px;
    font-family: 'Degular Demo';
    color: var(--primary-color);
}

.hire-txt-content p {
    font-size: 18px;
    font-family: Montserrat;
    color: white;
    padding: 10px 0 20px 0;
}

.hire-txt-content {
    padding: 0 0 0 0;
}

.hire-txt-content ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 53px 28px;
    padding: 30px 0px 10px 0;
}

.hire-txt-content ul li {
    color: white;
    position: relative;
    font-size: 25px;
    font-family: 'Degular Demo';
    background: var(--secondary-color);
    z-index: 9;
    transition: all .7s ease;
}

.hire-txt-content ul li::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: transparent;
    border: 3px solid white;
    border-radius: 100%;
    left: -21px;
    top: -7px;
    z-index: -1;
    transition: all .7s ease;
}

.hire-txt-content ul li::after {
    position: absolute;
    content: "";
    width: 130px;
    background: var(--secondary-color);
    height: 38px;
    left: 1px;
    z-index: -1;
    top: 0;
    border-radius: 10px;
}

.hire-txt-content ul li:hover {
    color: var(--primary-color);
    cursor: pointer;
}

.hire-txt-content ul li:hover:before {
    border-color: var(--primary-color);
}

.ghostwrite-form {
    background: white;
    padding: 30px;
    margin: 0 0 0 35px;
    border-radius: 13px;
}

.ghostwrite-form h3 {
    color: var(--primary-color);
    font-size: 27px;
    font-family: 'Degular Demo';
}

.ghostwrite-form h2 {
    font-size: 38px;
    font-family: 'Degular Demo';
    font-weight: 600;
    padding: 0 0 30px 0;
    position: relative;
}

.ghostwrite-form h2::before {
    position: absolute;
    content: "";
    width: 180px;
    height: 1px;
    background: black;
    bottom: 21px;
}

.form-group input {
    width: 100%;
    height: 50px;
    background: #f1f2f5;
    border: none;
    padding: 10px;
}

.form-group {
    padding: 0 0 21px 0;
}

.form-group textarea {
    width: 100%;
    height: 140px;
    background: #f1f2f5;
    border: none;
    padding: 10px;
    resize: none;
}

.form-group button {
    width: 100%;
    height: 50px;
    background: var(--primary-color);
    border: 1px solid #333;
    text-transform: uppercase;
    border-radius: 8px;
    font-weight: 600;
    transition: all .6s ease;
}

.form-group button:hover {
    background: transparent;
}
.sales-img-book {
    text-align: center;
}
.mobile-nav-btn {
    top: 98px !important;
}
/* Inner Page Banner Css End */
/* Responsive Css Start */
@media (max-width:1024px) {}

@media (max-width:991px) {
    .copyright-text.text-center {
    justify-content: center;
}
header.sticky .mobile-nav-btn {
    top: 23px !important;
}

.top-bar .d-flex.align-items-center.justify-content-end.gap-3 {
    flex-direction: column;
    gap: 0 !important;
}

.top-bar {
    padding: 10px 0 10px 0;
}

ul.main-navigation {
    display: none;
}
.published-txt.text-style-2 {
    padding: 0 40px !important;
}

.published-txt h2, .published-txt p,.published-txt a {
    text-align: center;
    margin: 0 auto;
}

.genre-choose .why-choose-content {
    padding:0 0 30px 0;
}

.genre-choose .why-choose-img {
    height: 300px;
    padding: 0;
    width: 70%;
    margin: 50px auto 0 auto;
}

.text-style-1 h2 {
    font-size: 35px;
}

.text-style-1 p {
    font-size: 14px;
}

.text-style-1 p br {
    display: none;
}

.hire-txt-content,.hire-txt-content p {
    text-align: center;
}

.hire-txt-content h5:before {
    transform: translate(-50%, 2px);
    left: 50%;
    right: 50%;
}

.hire-txt-content ul {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 0 60px 0;
}

.hire-txt-content ul li::before {
    left: 70px;
}

.hire-txt-content ul li::after {
    left: 90px;
}

.ghostwrite-form {
    text-align: center;
}

.ghostwrite-form h2::before {
    transform: translate(-50%, -1px);
    left: 50%;
}

section.affordable-fantasy .col-lg-3 {
    width: 50%;
    margin: 0px 0 50px 0;
}

.inner-bannerTxt.text-style-banner .d-flex {
    justify-content: center;
}

.inner-bannerImg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
}

.inner-bannerImg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
}

.published-img {
    padding: 0 70px 60px 70px;
}

.icons-box {
    height: fit-content !important;
}

section.create-box.inner-pgBox .col-lg-3 {
    width: 50%;
}


.text-style-2 p {
    width: 100%;
}

ul.main-navigation {
    display: none;
}

.mobile-nav-btn {
    top: 18px;
    right: 6%;
}
ul.main-navigation {
    display: none;
}

.mobile-nav-btn {
    top: 18px;
    right: 6%;
    z-index: 9999999999;
}

.text-style-banner {
    text-align: center;
    padding: 20px 70px !important;
}

.row.reverse {
    flex-direction: column-reverse;
}

.text-style-banner p {
    text-align: center;
}

.airoplane-shape {
    display: none;
}

.bulb-shape img {
    width: 100px;
}
.text-style-2 p br {
    display: none;
}
.text-style-2 h2 {
    font-size: 44px;
}
.text-style-3 br {
    display: none;
}
section.cta-section .text-style-3 h2 {
    font-size: 40px;
    text-align: center;
}

section.cta-section .text-style-3 {
    text-align: center;
}

.para p {
    text-align: center;
}

.para {
    padding: 15px 0 0 0px;
    border-left: 0px solid #333;
    margin: 0 0 0 0px;
    text-align: center;
}
.book-showcase {
    width: 170px;
    height: 265px;
}
.text-style-3 h3 {
    font-size: 30px;
}

.text-style-3 p {
    font-size: 14px;
}
.book-showcase::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 335px;
}
.text-style-3 h3 {
    font-size: 30px;
}

.text-style-3 p {
    font-size: 14px;
    width: 100%;
}

.books-slide button.slick-next.slick-arrow::before,.books-slide button.slick-prev.slick-arrow::before {
    width: 40px;
    height: 40px;
}

.books-points-des, .books-points-des p {
    text-align: center;
}

.books-points-des h3 {
    font-size: 40px;
}

.books-points-des p {
    font-size: 14px;
}

.books-points-des h3::before,.why-choose-txt h3::before {
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0px);
    width: 28%;
}

.books-covering,.cover-left {
    transform: scale(0.9);
    text-align: center;
}

.boosts-sales-points {
    margin: 22px 40px;
}

.boosts-sales-points p {
    text-align: center;
    font-size: 14px;
}

.why-choose-txt {
    flex-direction: column;
    gap: 70px;
}

.why-choose-txt h3 {
    font-size: 30px;
    text-align: center;
}

.why-choose-img {
    height: 380px;
    padding: 0 0;
}

.faq-title h3 {
    font-size: 40px;
}

.faq-title {
    height: 370px;
    margin: 0 0px 30px 0;
}
.sales-img-book {
    width: 330px;
    margin: 0 auto;
}
.copyright-text p {
    font-size: 13px;
}

ul.socails-icons {
    justify-content: center;
}
.text-style-2 br {
    display: none;
}

.text-style-2 h2 {
    padding: 0 0 30px 0;
    font-size: 38px;
}

.quick-link-two {
    text-align: center;
}

.quick-link-two ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.quick-link-two h4::before {
    width: 70%;
    left: 17%;
}
}

@media (max-width:767px) {
.text-style-banner h2 {
    font-size: 35px;
}

section.inner-pageBanner .text-style-banner h1{
  font-size: 35px;
}

header.sticky {
    padding: 10px !important;
}

.mobile-nav-btn span, .mobile-nav-btn span::before, .mobile-nav-btn span::after {
    background: var(--secondary-color);
}

.topBar-iconBox a {
    font-size: 14px;
}

header#header {
    padding: 50px 0 0 0;
}

section.create-box.inner-pgBox .col-lg-3 {
        width: 100%;
    }
    
.popup_form_wrpp h3 {
    font-size: 21px !important;
    text-align: center;
}

.popup_form_wrpp p {
    font-size: 15px !important;
    text-align: center;
    padding: 0 0 13px 0 !important;
}

form.form-get-quote input, form.form-get-quote select {
    height: 35px !important;
    font-size: 13px;
}

form.form-get-quote textarea {
    height: 100px !important;
    font-size: 13px;
}

.form-modal button.light-theme-btn {
    margin: 0 auto;
    padding: 4px 20px !important;
    display: inline-block;
    width: 100%;
}

.form-modal {
    width: 95%;
}

span.close_popup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    right: 0;
}

.logo-main a img {
    width: 100% !important;
}

a.logo-main img {
    width: 60%;
}

.genre-choose .why-choose-top-txt h3 {
    font-size: 30px;
    line-height: normal;
}

.genre-choose .why-choose-top-txt p {
    font-size: 14px;
}

.genre-choose .why-choose-top-txt {
    padding: 40px 20px 0px 30px !important;
}

section.why-choose.genre-choose .faqs-txt {
    padding: 30px 0 0 0;
}

.genre-choose .why-choose-txt {
    gap: 0;
    padding: 0 0;
}

.genre-choose .why-choose-txt p {
    text-align: center;
}

.genre-choose .why-choose-txt p br {
    display: none;
}

.text-style-1 h2 br {
    display: none;
}

.text-style-1 h3 {
    font-size: 34px;
}

.afford-box h3 {
    font-size: 20px;
}

.afford-box h3 br {
    display: none;
}

.hire-txt-content ul li::before {
    opacity: 0;
}

.hire-txt-content ul {
    gap: 6px;
}

.ghostwrite-form {
    margin: 0;
}

.text-style-banner p {
    font-size: 14px;
}

section.hero-banner a.light-theme-btn,section.hero-banner a.dark-theme-btn {
    padding: 6px 13px;
    border: 1px solid #3333;
}

.text-style-banner {
    padding: 10px 20px !important;
}

.text-style-2 h2 {
    font-size: 35px;
    padding: 0;
}

.text-style-2 p {
    font-size: 13px;
    width:100%;
}

a.light-theme-btn {
    padding: 8px 10px;
}

.cover-left {
    margin: 0 auto;
}

.books-points-des h3 {
    font-size: 35px;
}

.books-points-des p {
    font-size: 13px;
}

.icons-box {
    padding: 40px;
}

a.quest-title {
    font-size: 17px;
    padding: 14px 40px 6px 10px;
}

a.quest-title::before {
    width: 25px;
    height: 25px;
    font-size: 9px;
}

section.service-describe .text-style-2 h2 {
    padding: 0 0 23px 0;
}

.ftr-logo {
    text-align: center;
    padding: 0 0 10px 0;
}

.books-covering {
    width: 100%;
}
.sales-img-book {
    width: 100%;
}

.copyright-text p {
    text-align: center;
}
.inner-bannerTxt.text-style-banner {
    width: 100%;
    padding: 0 !important;
    justify-content: center;
    background: #333333c4;
}

section.inner-pageBanner {
    height: 620px;
}

.inner-bannerImg {
    height: 488px;
    background: #3333;
}

.inner-bannerTxt.text-style-banner .d-flex {
    justify-content: center;
}

section.inner-pageBanner .container.h-100 {
    padding: 0;
}

section.published-service {
    padding: 40px 50px;
}

.published-txt.text-style-2 {
    justify-content: center;
    align-items: center;
    padding: 40px 0 0 0;
}

.published-txt.text-style-2 p {
    text-align: center;
}

.published-txt.text-style-2 h2 {
    text-align: center;
}
.ftr-logo a img {
    width: 60%;
    margin: 0 0 11px 0;
}
.books-slide button.slick-prev.slick-arrow {
    left: 37%;
}
}






section.thankyou_page {
    padding: 180px 20px 60px 20px;
    text-align: center;
}

section.thankyou_page p {
    text-align: center;
    padding: 20px 0 0 0;
}

section.thankyou_page h1 {
    font-size: 76px;
}

/*Modal Css Begin*/
/* Style for Overlay (dark background) */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

/* Modal Form Style */
.form-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    background: #051d38db;
    border: 1px solid #fff;
    border-radius: 10px;
    display: none;
    box-shadow: 0 4px 20px rgb(0 0 0);
    top: 50%;
    /* width: 100%; */
    /* height: 100%; */
    backdrop-filter: blur(7px);
    z-index: 99999999999999;
}

.popup_form_inner {position: relative;width: 100%;overflow: hidden auto;padding: 40px;height: 80vh;display: flex;align-items: center;}

/* Close button (X) */
.close_popup {
    position: absolute;
    top: -17px;
    right: -17px;
    font-size: 20px;
    cursor: pointer;
    color: black;
    z-index: 9999999999;
    background: #ffda51;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 70px;
    border: 2px solid #333;
}

/* Button to trigger popup */
.open-modal-btn {
    padding: 10px 20px;
    background-color: #3498db;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.open-modal-btn:hover {
    background-color: #2980b9;
}
form.form-get-quote input,form.form-get-quote select {
    width: 100%;
    height: 43px;
    border: 1px solid #3333;
    border-radius: 4px;
    padding: 0 10px;
    background: #d5eeff;
    color: #000001;
}

form.form-get-quote textarea {
    width: 100%;
    height: 170px;
    resize: none;
    border: 1px solid #3333;
    padding: 10px;
    border-radius: 6px;
    background: #d5eeff;
}

form.form-get-quote .row div {
    padding: 7px 10px;
}

.popup_form_wrpp h3 {
    font-size: 40px;
    color: white;
    font-weight: 700;
    padding: 0 0 0 0px;
    font-family: 'Pathway Extreme';
}

.popup_form_wrpp p {
    font-size: 25px;
    color: white;
    padding: 20px 0 30px 0px;
}

button.theme-btn.light-theme-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

button.theme-btn.light-theme-btn:disabled:hover {
    background: #59d6e1;
    color: var(--primary-color);
    border-color: var(--primary-color);
}


form.form-get-quote input::placeholder,form.form-get-quote textarea::placeholder {
    color: #000000;
}

.form-modal button.light-theme-btn {
    padding: 13px 70px;
    border: 1px solid #333;
}

.form-modal button.light-theme-btn:hover {
    background: transparent;
    border-color: white;
    color:white;
}

.logo-main a img {
    width: 60%;
}


/*Packages css Begin*/
.packege-box {
    border: 1px solid #3498db;
    padding: 40px 40px 29px 40px;
    box-shadow: 0 0 7px #051d386e;
    border-radius: 10px;
    background: #e7f6ff;
    height: 740px;
}

.icon-box {
    text-align: center;
    position: relative;
}

.packege-box h2 {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    padding: 30px 0 30px 0;
    font-family: 'Pathway Extreme';
    color: black;
}

.icon-box span {
    position: absolute;
    left: -30px;
    font-size: 74px;
    font-family: montserrat;
    font-weight: 800;
    line-height: normal;
    top: -52px;
    opacity: 0.3;
}

.packege-box a.light-theme-btn {
    margin: 30px auto 0 auto;
    width: fit-content;
    display: flex;
}

section.packages {
    padding: 60px 0 60px 0px;
}

.packege-box ul {
    height: 300px;
    overflow: auto;
}

.packege-box ul li {
    padding: 0 0 15px 1px;
    display: flex;
    gap: 14px;
}

.close_popup:hover {
    background: black;
    color: white;
}
.arrow-bg-shape-left {
    position: absolute;
    width: 450px;
    left: -210px;
    opacity: 0.2;
    z-index: -1;
    top: 0;
}

.arrow-bg-shape-left img {
    width: 100%;
    height: 100%;
}

.arrow-bg-shape-left.shape-right {
    right: -201px;
    left: auto;
    bottom: -90px;
    top: auto;
    transform: rotate(185deg);
    width: 450px;
}
/*Packages css End*/
section.contact-us {
    padding: 0 0 70px 0;
}
.term__content__tab h4 {
    font-size: 41px;
    padding: 0 0 11px 0;
}



.whatsapp {width: 50px;height: 51px;color: #fff;display: block;text-align: center;border-radius: 100%;font-size: 34px;position: fixed;bottom: 100px;left: 20px;z-index: 999999;box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);padding: 1px 0;animation: scrollDownAnimation .5s ease infinite alternate;-webkit-animation: scrollDownAnimation .5s ease infinite alternate;background: #00a155;background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );}
.whatsapp:hover {color: #ffffff; }
@keyframes scrollDownAnimation{from{transform:translateY(0);}
to{transform:translateY(-10px);}
}
@-webkit-keyframes scrollDownAnimation{from{transform:translateY(0);}
to{transform:translateY(-10px);}
}
@-webkit-keyframes ripple{0%{box-shadow:0 0 0 0
rgba(1, 201, 226, 0.3), 0 0 0 10px
rgba(1, 201, 226, 0.3), 0 0 0 20px
rgba(1, 201, 226, 0.3), 0 0 0 30px
rgba(1, 201, 226, 0.3);}
100%{box-shadow:0 0 0 1em
rgba(1, 201, 226, 0.3), 0 0 0 20px
rgba(1, 201, 226, 0.3), 0 0 0 30px
rgba(1, 201, 226, 0.3), 0 0 0 50px
rgba(1, 201, 226, 0);}
}


a.messanger img {
    width: 100%;
}
.messanger {width: 50px;height: 51px;color: #fff;display: block;text-align: center;border-radius: 100%;font-size: 34px;position: fixed;bottom: 30px;left: 20px;z-index: 999999;/* box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71); */padding: 1px 0;animation: scrollDownAnimation .5s ease infinite alternate;-webkit-animation: scrollDownAnimation .5s ease infinite alternate;/* background: #0084FF; */background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );}
.messanger:hover {color: #ffffff; }
@keyframes scrollDownAnimation{from{transform:translateY(0);}
to{transform:translateY(-10px);}
}
@-webkit-keyframes scrollDownAnimation{from{transform:translateY(0);}
to{transform:translateY(-10px);}
}
@-webkit-keyframes ripple{0%{box-shadow:0 0 0 0
rgba(1, 201, 226, 0.3), 0 0 0 10px
rgba(1, 201, 226, 0.3), 0 0 0 20px
rgba(1, 201, 226, 0.3), 0 0 0 30px
rgba(1, 201, 226, 0.3);}
100%{box-shadow:0 0 0 1em
rgba(1, 201, 226, 0.3), 0 0 0 20px
rgba(1, 201, 226, 0.3), 0 0 0 30px
rgba(1, 201, 226, 0.3), 0 0 0 50px
rgba(1, 201, 226, 0);}
}

.text-style-banner h1 {
    font-family: Degular Demo;
    font-size: 55px;
    color: #000;
    font-weight: 600;
}


