*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
html{
    overflow-x: hidden !important;
}
::-webkit-scrollbar{
  background: #5b7c42;
  width: 10px;
}
::-webkit-scrollbar-thumb{
  background: #5b7c42; 
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #070707;
}
/* header section */
/* header-top */
header#heade-r {
  background: #011e30;
}
header#heade-r ul.navbar-nav li.nav-item a.nav-link {
  font-family: 'Poppins';
  font-style: normal;
  color: #b3d0dc;
  padding: 0 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}
.header-top{
    background: #5b7c42;
    padding: 10px 0;
}
.header-top ul {
    display: flex;
    justify-content: end;
    gap: 19px;
    padding: 0;
    margin: 0;
}
.header-top ul li a{
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
}
ul.dropdown-menu {
  background: none;
  border: none;
}
ul.dropdown-menu li {
  background: #5b7c42;
  margin: 3px 0;
  transition: 0.4s;
  border: 2px solid #fff;
  border-bottom: 3px solid #011e30;
}
ul.dropdown-menu li a.dropdown-item {
  color: #fff;
  padding: 9px 34px;
}
ul.dropdown-menu li a.dropdown-item:hover{
  background: none;
}
ul.dropdown-menu li:hover{
  transform: translateX(25px);
}
ul.dropdown-menu li a.dropdown-item:hover::before{
  width: 100%;
}
/* header-top end */
/* header section end */
/* section banner  */
section.banner{
    background-image: url(../images/banner/banner-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 121px;
    padding-bottom: 58px;
}
.heading h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    color: #070707;
}
.heading p{
  font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.015em;
    color: #005248;
    margin: 0;
}
p.add-p{
    font-family: 'Beau Rivage';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 43px;
    color: #070707;
    margin-top: 20px;
}
/* section banner end */
  .btn {
    margin: 0 !important;
    cursor: pointer;
    margin: 0 8px;
    padding: 8px 26px;
    color: #fff;
    border-radius: 120px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    background: #5b7c42;
}
a.btn:hover{
  color: #fff !important;
}
section.about-delta a.btn.xcas:hover{
  color: #000 !important;
} 
.btn.btn-border-3::after,
.btn.btn-border-3::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}
.btn.btn-border-3::after {
    top: -7px;
    left: -9px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}
.btn.btn-border-3::before {
    bottom: -7px;
    right: -9px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
}
.btn.btn-border-3:hover {
    color: #5b7c42;
}
.btn.btn-border-3:hover::after,
.btn.btn-border-3:hover::before {
    width: 70px;
    height: 30px;
    border-color: #5b7c42;
}
a.btn.xcas {
    background: none !important;
    border: 2px solid #5b7c42;
    color: #000;
    padding: 7px 47px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin-left: 20px !important;
}
/* section clint logo  */
.clint-logo{
    background: #5b7c42;
    text-align: center;
    padding: 12px 0;
}
section.clint-logo img {
  margin: 0 auto;
  width: 55% !important;
}
.img-com img{
    width: 100%;
}
/* section clint logo end */
/* section about delta ghostwriting  */
section.about-delta {
    background-image: url(../images/image-2.png);
    background-size:cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.heading h2{
    font-size: 35px;
    line-height: 44px;
}
.counter-container p {
  white-space: nowrap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 37px;
    letter-spacing: 0.015em;
    color: #000000;
}
.counter-container {
    height: 70px;
}
.counter-container img {
    width: 15%;
    margin-top: -8px !important;
    margin: 0 4px;
}
.counter-container p {
    margin: 0 !important;
    line-height: 29px;
}
.cont {
    display: flex;
    align-items: center;
    gap: 45px;
    margin-top: 35px;
}
.counter {
    display: inline-block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 37px;
    letter-spacing: 0.015em;
    color: #000000;
}
.counter p span{
 font-size: 12px;    
}
  @media (max-width: 580px) {
    body {
      flex-direction: column;
    }
  }
/* section about delta ghostwriting end */
/* section a great blend of  */
section.a-great-blend-of{
    position: relative;
    padding: 56px 0;
    overflow: hidden;
}
.heading h3{
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
}
section.a-great-blend-of .heading {
    text-align: center;
}
section.a-great-blend-of .heading p {
    max-width: 680px;
    margin: 0 auto;
    font-weight: 600;
    line-height: 25px;
}
.banner-2 {
    position: relative;
    padding: 11px 0 16px;
    margin: 0 auto;
    text-align: center;
}
.dg-container {
    position: relative;
    width: 100%;
}
.dg-wrapper {
    width: 420px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.dg-wrapper a {
    width: 100%;
    height: 250px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.dg-wrapper a:first-child {
    z-index: 2;
}
.dg-wrapper a img {
    display: block;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    width: 100%;
    height:350px;
    background: #fff;
}
.dg-wrapper a.dg-transition {
    transition: all 0.5s ease-in-out;
}
.dg-wrapper a.dg-transition-fast {
    transition: all 0.2s ease-in-out;
}
.dg-container nav {
    display: none;
}
.dg-container nav span:hover {
    opacity: 1;
}
.dg-container nav span.dg-next {
    background-position: top right;
    margin-left: 10px;
}
.dg-container #lightButton2 {
    bottom: 20px;
}
.dg-container .button {
     position: relative;
     z-index: 5;
 }
.dg-container .button li {
    cursor: pointer;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(0, 0, 0, 0.20);
}
.dg-container .button .light {
    background: #01BDFF;
}
/* section a great blend of end */
/* section our ghostwriting service  */
section.our-ghostwriting-service {
    padding: 64px 0;
    overflow: hidden;
}
section.our-ghostwriting-service .heading {
  margin: 0 20px;
}
.heading h4{
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
}
.heading h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}
section.our-ghostwriting-service .heading p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #005248;
}
.heading.add-h h5 {
    font-size: 20px;
    line-height: 71px;
}
.heading.add-h p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.015em;
    color: #161313;
}
.heading.add-h a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.015em;
    color: #000000;
    text-decoration: none;
}
/* section our ghostwriting service end */
/* section along with providing  */
section.along-with-providing{
    padding: 40px 0;
    background-image: url(../images/image-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.along-with-providing .row{
    justify-content: center;
}
.heading.add-h {
    padding: 45px 0;
}
/* section along with providing end */
/* section ghostwriting service expertise  */
section.ghostwriting-service-expertise{
    background: #01425E;
    padding: 39px 0;
    position: relative;
}
section.ghostwriting-service-expertise .row {
    align-items: center;
}
section.ghostwriting-service-expertise .heading h4 {
    color: #fff;
}
section.ghostwriting-service-expertise .heading p {
    color: #fff;
    margin: 40px 0;
}
section.ghostwriting-service-expertise .img-com {
    position: absolute;
    top: 120px;
}
/* section ghostwriting service expertise end */
/* section about delta ghostwriting 2  */
.about-delta-2{
    background: none !important;
}
ul.add-ul{
    padding-left: 0;
    margin: 25px 0;
}
ul.add-ul li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
ul.add-ul li i {
    padding-right: 12px !important;
    padding: 6px 0px !;
}
/* section about delta ghostwriting 2 end */
/* section our customer feedback   */
/* Slick Slider Css Ruls */
section.our-customer-feed-b{
  padding: 60px 0;
  padding: 60px 0;
  background-image: url(../images/test-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 145px 0;
}
.our-customer-feed-b{
    position: relative;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
  }
  .slick-list:focus {
    outline: none
  }
  .slick-list.dragging {
    cursor: hand
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
  }
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: ''
  }
  .slick-track:after {
    clear: both
  }
  .slick-loading .slick-track {
    visibility: hidden
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
  }
  .slick-slide.dragging img {
    pointer-events: none
  }
  .slick-initialized .slick-slide {
    display: block
  }
  .slick-loading .slick-slide {
    visibility: hidden
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
  }
  /* Slider Theme Style */
  .Container {
    padding: 0 15px;
  }
  .Container:after,
  .Container .Head:after {
    content: '';
    display: block;
    clear: both;
  }
  .Container .Head  .heading {
    color: #222;
    height: 52px;
    border-bottom:1px solid rgba(0,0,0,.25);
  }
  .Container .Head .Arrows {
    float: right;
  }
  .Container .Head .Slick-Next,
  .Container .Head .Slick-Prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    background: #2b2b2b;
    color: #FFF;
    margin-left: 5px;
    cursor: pointer;
    font: 18px/36px FontAwesome;
    text-align: center;
    transition: all 0.5s;
  }
  .Container .Head .Slick-Next:hover,
  .Container .Head .Slick-Prev:hover {
    background: #33687a;
  }
  .Container .Head .Slick-Next:before {
    content: '\f105'
  }
  .Container .Head .Slick-Prev:before {
    content: '\f104'
  }
  .SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 10px;
  }
  .ProductBlock {
    padding: 0 7.5px;
  }
  .ProductBlock .img-fill {
    display: flex;
    justify-content: space-between;
  }
  .ProductBlock {
    padding: 20px;
    border: 1px solid #0000003b;
    margin: 0 8px;
}
.ProductBlock.slick-slide .heading p {
  font-size: 14px;
  line-height: 24px;
}
.ProductBlock.slick-slide .heading h3 {
  font-size: 23px;
  line-height: 22px;
  margin-top: 14px;
}
.ProductBlock {
  height: 300px !important;
}
.ProductBlock .img-fill .star i {
  color: #e68200;
}
section.our-customer-feed-b ul.slick-dots li button::before {
  color: #011E30!important;
}
section.our-customer-feed-b ul.slick-dots li{
  width: 2px;
  height: 17px;
}
/* section our customer feedback end  */
/* section most out of our */
section.most-out-of-our {
  padding: 60px 0;
}
/* section most out of our end */
/* section most out of our  */
.most-out-of-our-box {
  /* background: #000; */
  padding: 25px 32px;
  text-align: center;
}
.most-out-of-our-box img {
  display: table;
  margin: 0 auto;
}
.most-out-of-our-box span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #000000;
}
section.most-out-of-our .row.mt-5 .col-lg-3 {
  padding: 0;
}
/* section most out of our end */
/* section ghostwriting service expertise  */
section.ghostwriting-service-expertise.ghostwriting-service-expertise-2{
  background: #5b7c42;
}
section.ghostwriting-service-expertise.ghostwriting-service-expertise-2 .img-com {
  position: unset;
}
/* section ghostwriting service expertise end */
/* section what to expect when writing  */
section.what-to-expect-when-writing {
  padding: 60px 0;
  background-image: url(../images/yourown.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* section what to expect when writing end */
/* section any faqs  */
section.faqs {
  padding: 40px 0;
}
section.faqs .container-inner .heading p {
  color: #000;
  max-width: 469px;
  margin-bottom: 40px;
  margin-top: 24px;
}
.container-faqs{
  width: 80%;
  max-width: 100%;
  background-color: #f9f9f9;
  margin: 0;
  min-height: 100vh;
}
.container-inner {
width: 90%;
max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.section-title{
  padding: 10px 7rem;
}
.section-title h1{
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.63rem;
  line-height: 26px;
  color: #0a7a7f;
}
/* Tab Accordian */
.tab-accordian ul{
  padding-left: 22px;
}
.tab-accordian p{
  margin-top: 0;
}
.tab-accordian{
  width: 100%;
  background: transparent;
  margin-bottom: 20px;
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.titleWrapper{
  padding: 10px 6px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  -webkit-user-select: none;
  user-select: none;
  transition: background-color .8s linear;
}
.titleWrapper h5 {
  margin: 0;
}
.desWrapper{
  background: #fff;
  max-height: 500px;
  display: none;
  padding: 20px;
  transition: max-height 1s ease-in;
}
/* Collapse Icon */
.collapse-icon{
  position: relative;
}
.collapse-icon .acc-close{
  height: 12px;
  border-left: 2px solid #5b7c42;
  transition: all .5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}
.collapse-icon .acc-open {
  width: 12px;
  position: absolute;
  border-top: 2px solid #5b7c42;
  transition: all .5s ease-in-out;
  transform: rotate(90deg);
  top: 43%;
  right: -5px;
}
.titleWrapper.active .collapse-icon{
  transition: all .5s ease-in-out;
  transform: rotate(180deg);
}
.titleWrapper.inactive .collapse-icon{
  transition: all .5s ease-in-out;
  transform: rotate(-180deg);
}
.titleWrapper.active .collapse-icon .acc-open{ 
  opacity: 0;
}
/* section any faqs end */
/* section yourvery own book  */
section.yourvery-own-book {
  padding: 60px 0;
  background-image: url(../images/footer-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 0;
}
.form-vc {
  width: 68%;
  background: #fff;
  padding: 31px 24px;
}
.form-vc form label.form-label {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.14em;
  color: #808285;
}
.form-vc form input {
  border: none;
  border-bottom: 2px solid;
  border-radius: 0;
  padding: 9px 0;
}
.form-vc form input::placeholder{
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  color: #000000;
}
.form-vc form button {
  width: 100%;
  background: #011E30;
  border: none;
}
.form-vc form{
  position: relative;
}
.form-vc form::before {
  content: '';
  height: 50px;
  width: 58px;
  background: #5b7c42;
  position: absolute;
  right: -56px !important;
  top: -58px !important;
  clip-path: circle(82.7% at 0 100%);
}
/* section yourvery own book end */

/* section footer  */
footer{
  background: #011E30;
  padding: 50px 0;
}
.footer-inner-img img {
  width: 57%;
}
footer .footer-inner .heading h5{
  color: #fff;
}
footer .footer-inner ul {
  padding: 0;
}
footer .footer-inner ul li {
  padding: 4px 0;
}
footer .footer-inner ul li a {
  color: #ffff;
  text-decoration: none;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  letter-spacing: 0.7px;
}
.footer-inner form input {
  padding: 7px 10px;
}
.footer-inner form button {
  background: #00E1F0;
  padding: 8px 10px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #011E30;
  border: none;
}
.footer-inner p {
  color: #fff;
  margin-top: 19px;
}
.footer-inner.asd-xas {
  display: table;
  margin: 0 auto;
}
.footer-inner.asd-xas ul li {
    display: inline-block;
    margin: 0 12px !important;
    margin-top: 30px !important;
}
.footer-inner.asd-xas ul li {
  display: inline-block;
  margin: 0 12px;
}
.footer-inner.asd-xas ul li a {
  position: relative;
}
.footer-inner.asd-xas ul li a::after {
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  background: #fff;
}
.footer-inner.asd-xas.xs ul li a {
  color: #5b7c42;
}
.footer-inner.asd-xas.xs ul li a::after{
  display: none !important;
}
/* section footer end */
/* section about us  */
section.about-delta.about-delta-a-b{
  background-image: none !important;
}
.ex-inner {
  padding: 30px;
  background: #fff;
  box-shadow: -8px 8px 22px rgb(0 0 0 / 25%);
}
section.our-ghostwriting-service.our-ghostwriting-service-ex{
  background-image: url(../images/about-page/about-image-3.png);
}
section.our-ghostwriting-service.our-ghostwriting-service-ex .heading p{
  font-weight: 400;
  font-size: 16px;
  line-height: 168.9%;
  /*text-align: justify;*/
  text-align: center;
  color: #005248;
}
.ex-inner .heading h5 {
  text-align: center;
  margin-top: 15px;
}
.ex-inner img {
  display: block;
  margin: 0 auto;
}
/* section our achievements  */
section.our-achievements {
  padding: 60px 0;
}
.our-achievements-inner ul {
  padding: 0;
  display: flex;
  gap: 30px;
  margin-top: 34px;
}
.our-achievements-inner ul li .heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.015em;
  color: #005248;
}
/* section our achievements end */
/* section create timeless books  */
section.create-timeless-book {
  padding: 60px 0;
}
.man-cv .img-com {
  display: flex;
  gap: 40px ;
}
.man-cv-ds .heading h5 {
  margin: 0;
  margin-top: 20px;
}
.man-cv-ds .heading span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #005248;
}
.border-r {
  width: 75%;
  height: 2px;
  background: #00000061;
  margin: 0 auto;
  margin-bottom: 45px;
}
/* section create timeless books end */
/* section about us end */

/* section fiction page */
/* section our ghostwriters are proficient in writing  */
section.our-ghostwriters-are-proficient-in-writing{
  background-image: url(../images/fiction/fiction-image-2.png.png);
}
section.our-ghostwriters-are-proficient-in-writing {
  background-image: url(../images/fiction/fiction-image-2.png.png);
  padding: 64px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.our-ghostwriters-are-proficient-in-writing .our-ghostwriters-are-proficient-in-writing-inner {
  display: flex;
  justify-content: center;
  margin-top: 76px;
}
section.our-ghostwriters-are-proficient-in-writing .our-ghostwriters-are-proficient-in-writing-inner ul li {
  color: #fff;
  padding: 6px 7px;
}
.our-ghostwriters-are-proficient-in-writing-inner {
  margin-bottom: 250px;
}
.our-ghostwriters-are-proficient-in-writing .heading h3{
  color: #fff;
  text-align: center;
}
/* section our ghostwriters are proficient in writing end */
.our-unbeatable-writing-process-inner{
  background-image: url(../images/fiction/fiction-image-bg.png);
  background-position: center;
  background-size: cover;
  PADDING: 90PX 0;
}
section.our-unbeatable-writing-process .heading {
  TEXT-ALIGN: CENTER;
  PADDING: 60PX 0;
}
section.what-to-expect-when-writing.fiction {
  background: none;
}
/* section fiction page end */
/* section contact us  */
section.contact-us {
  padding: 60px 0;
}
.contact-us-inner-2 .form-vc {
  background: #5b7c42;
}
.contact-us-inner-2 .form-vc form input {
  border: none;
  padding: 11px 21px;
  border-radius: 7px;
}
.contact-us-inner .img-com img {
  width: 66%;
  float: right;
}
.contact-us-inner-2 .form-vc form::before{
  display: none;
}
.contact-u {
  padding: 40px 0;
  margin-top: 60px;
}
.contact-u .contact-us-inner-3 {
  background: #011e30;
  height: 100%;
  padding: 44px;
}
.contact-u .contact-us-inner-3 h4 {
  color: #fff;
}
.contact-u .contact-us-inner-3 p {
  color: #fff;
  font-size: 18px;
}
.contact-u .contact-us-inner-3 i {
  font-size: 45px;
  color: #fff;
  margin-bottom: 13px;
}
.contact-u .contact-us-inner-3{
  position: relative;
}
.contact-u .contact-us-inner-3::before {
  content: '';
  height: 61px;
  width: 60px;
  background: #5b7c42;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: -2rem;
  left: 46%;
  transition: 1s;
}
.contact-u .contact-us-inner-3:hover::before{
  transform: rotate(321deg);
}
/* section contact us end */
/* SECTION Payment Methods */
section#privcy-sec {
  padding: 42px;
  background: #5b7c42;
}
section#privcy-sec h2.text-center {
  color: #fff;
}
.payment-form {
  padding: 60px 0;
}
.payment-form h2 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  padding-bottom: 40px;
}
.payment-form form input {
  width: 100%;
  border: 0;
  background: #011e30;
  height: 55px;
  margin-bottom: 10px;
  border-radius: 6px;
  padding-left: 10px;
  font-size: 16px;
  color: #fff;
}
.payment-form form input::placeholder{
  color: #fff;
}
.payment-form form button {
  width: 100%;
  border: 0;
  height: 55px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 25px;
  font-weight: 700;
}
.payment-form form button, .payment-form form button:hover {
  background: #5b7c42;
  color: #fff;
}
.map img {
  width: 60%;
  margin: 0 auto;
  display: table;
  margin-top: 52px;
}
/* SECTION Payment Methods END */
/* section cta button  */
.floating_wrap {
  position: fixed;
  right: 0px;
  top: 200px;
  z-index: 99;
}
.floating_wrap .btns_wrap {
  position: fixed;
  right: 0px;
}
.floating_wrap .btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 275px;
  background: #fff;
  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: 50px 0px 0px 50px;
}
.floating_wrap .btns_wrap .chat_wrap span.icoo, .floating_wrap .btns_wrap .call_wrap span.icoo {
  color: #fff;
  background: #dc1b1b;
  font-size: 20px;
  line-height: 1;
  padding: 14px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50px 0px 0px 50px;
}
.floating_wrap .btns_wrap .chat_wrap span {
  color: #000000;
  font-size: 17px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 30px 15px 15px;
}
.floating_wrap .btns_wrap .call_wrap {
  width: 275px;
  position: absolute;
  right: -225px;
  background: #fff;
  top: 60px;
  border-radius: 50px 0px 0px 50px;
  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;
}
.floating_wrap .btns_wrap .call_wrap span {
  color: #c0151b;
  font-size: 19px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 20px 15px 15px;
}
.floating_wrap .btns_wrap .chat_wrap span.icoo, .floating_wrap .btns_wrap .call_wrap span.icoo {
  color: #fff;
  background: #dc1b1b;
  font-size: 20px;
  line-height: 1;
  padding: 14px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50px 0px 0px 50px;
}
.floating_wrap .btns_wrap .chat_wrap span.icoo, .floating_wrap .btns_wrap .call_wrap span.icoo {
  color: #ffffff;
  background: #5b7c42;
  font-size: 20px;
  line-height: 1;
  padding: 14px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50px 0px 0px 50px;
}
.floating_wrap .btns_wrap .call_wrap span {
  color: #5b7c42;
  font-size: 19px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 20px 15px 15px;
}
.floating_wrap .btns_wrap a:hover {
  text-decoration: none!important;
  right: 0px;
}
/* section cta button end */
/* section side form  */
.slideout-sidebar {
  position: fixed;
  top: 120px;
  left: -100%;
  z-index: 1001;
  width: 20%;
  height: auto;
  margin-left: 10px;
  padding: 20px;
  box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
  border: 2px solid #20ad96;
  background-color: #011e30;
  transition: all 300ms ease-in-out 0s;
  border-radius: 20px;
}
.slideout-sidebar form input::placeholder{
  color: #fff;
}
input.btn2 {
  background: #03ab88 !important;
  padding: 11px;
  color: #fff;
}
.slideout-sidebar form input {
  width: 100%;
  background: #FFF;
  border: 0;
  border-bottom: 2px solid #5b7c42;
  border-radius: 0;
}
.section-heading.text-center .heading h3 {
  color: #fff;
  font-size: 22px;
}
.section-heading.text-center .heading h6 {
  color: #fff;
  font-size: 17px;
}
/* -- Menu Icon -- */
#menu-toggle {
  display: none;
}
.menu-icon {
  position: fixed;
  top: 350px;
  left: -60px;
  display: block;
  font-size: 18px;
  z-index: 9;
  transition: all 300ms ease-in-out;
  padding: 10px;
  background: #5b7c42;
  color: #fff;
  transform: rotate(90deg);
  border-radius: 120px;
  font-weight: 700;
  cursor: pointer;
}
.menu-icon1 {
  position: absolute;
  top: 5px;
  right: 13px;
  cursor: pointer;
}
.section-heading.text-center {
  text-align: center;
  margin-bottom: 26px;
}
.section-heading.text-center h4 {
  font-size: 33px;
}
.slideout-sidebar form input {
  width: 100%;
}
.slideout-sidebar {
  color: #fff !important;
}
.section-heading.text-center h6 {
  font-size: 38px;
}
.menu-icon1 a {
  color: #fff !important;
  font-weight: 700 !important;
}
/*-- The Magic --*/
#menu-toggle:checked~.slideout-sidebar {
  left: 0px;
}
/* -- Media Queries -- */
@media (max-width: 767px) {
  .menu-icon {
      /* left: 20px */
  }
  #menu-toggle:checked~.slideout-sidebar {
      width: 100%;
      margin: 0;
  }
  #menu-toggle:checked+.menu-icon {
      left: 0%;
      top: 10%;
      z-index: 99999;
      transform: rotate(0deg) !important;
      color: #fafafa;
  }
  @media screen and (max-width: 736px) and (orientation: landscape) {
      .slideout-sidebar {
          padding: 10px;
      }
  }
}
/* section side form end */
/* section modal  */
.modal-dialog {
  max-width: 915px;
}
.modal-dialog .our-ghostwriters-are-proficient-in-writing-inner {
  margin: 0 !important;
}
.modal-dialog section.our-ghostwriters-are-proficient-in-writing {
  padding: 10px 0;
}
.modal-dialog section.our-ghostwriters-are-proficient-in-writing .heading h6 {
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
  font-size: 20px;
}
.modal-dialog .modal-content {
  background: #5b7c42;
  border: 0 !important;
}
.modal-dialog .modal-content .modal-header {
  border: none;
}
.modal-dialog .modal-content .modal-footer {
  border: none;
}
.modal-dialog section.our-ghostwriters-are-proficient-in-writing .form-vc {
  background: #5b7c42;
}
.modal-dialog section.our-ghostwriters-are-proficient-in-writing .form-vc input {
  border: 2px solid #fff;
  padding: 7px 19px;
}
.modal-dialog section.our-ghostwriters-are-proficient-in-writing .form-vc label.form-label {
  color: #fff;
}
.modal-dialog .modal-header button.btn-close {
  filter: invert(1);
}
/* section modal end */


/*  */
div#bouncepopupform input[type=submit]+input[type=submit] {
  background: red;
  border: red 1px solid
}

div#bouncepopupform {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 480px;
  height: auto;
  margin: 0;
  padding: 18px;
  outline: 0;
  white-space: normal;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: left;
  z-index: 99994;
  background: #fff;
  margin-left: -240px
}

div#bouncepopupform h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 7px;
  line-height: 24px;
  padding: 0 20px;
  border: 0
}

div#bouncepopupform h2 span {
  display: block;
  line-height: normal;
  font-size: 16px
}

div#bouncepopupform h2 span b {
  color: #008c3a;
  font-weight: 800
}

div#bouncepopupform input[type=submit] {
  width: initial;
  font-size: 13px;
  padding: 13px 16px!important;
  margin: -13px 4px 0
}

div#bouncepopupform textarea {
  height: 120px
}

.bouncepopup-overlay {
  background: #000000de;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99
}

form.bounce-popupform li {
  margin-bottom: 0!important
}

div#CountDownTimerMini {
  color: #000!important;
  text-shadow: none!important;
  width: 250px;
  margin: 0 auto;
  right: 0
}

a.bounce-close {
  background: #008b3e;
  color: #fff!important;
  width: 37px;
  height: 37px;
  position: absolute;
  right: 6px;
  top: 7px;
  box-shadow: #00000082 0 0 6px;
  border-radius: 100%;
  padding-top: 5px;
  font-size: 15px;
  font-weight: 600;
  border: #fff 3px solid;
  text-align: center
}

.bouncepopup-overlay {
  display: none
}

div#bouncepopupform h6 {
  color: #008b3e;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 0;
  margin: 0 0 12px
}

.counter-col {
  background: #fff;
  margin: 0;
  padding: 0;
  padding-left: 13px;
  position: relative;
  padding: 0
}
.popupform ul{
  padding-left: 0;
}
.popupform ul li {
  text-align: left;
  position: relative;
  width: 100%;
  margin: 8px 3px;
  display: flex!important;

}

.popupform ul li input[type=email],.popupform ul li input[type=text],.popupform ul li textarea {
  background: #fafafa;
  border: #dcdcdc 1px solid;
  padding: 10px 10px 10px 34px;
  width: 100%;
  border-radius: 7px;
  font-size: 14px;
  color: #000;
  box-shadow: none!important;
  outline: none 0!important
}

.popupform ul li i {
  position: absolute;
  top: 12px;
  left: 10px
}

.popupform ul li.first,.popupform ul li:nth-child(4) {
  width: 98%
}

.popupform ul li textarea {
  height: 110px
}

.popupform ul li.last {
  text-align: center;
  width: 100%
}

.popupform ul li input[type=submit] {
  background: #0c8a41;
  color: #fff;
  font-size: 18px;
  border: #0c8a41 1px solid;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 50px;
  letter-spacing: 1px;
  border-radius: 3px;
  outline: 0 none;
  width: 100%;
  display: inline-block
}

.popupform ul li input[type=submit]:hover {
  background: #006f2f
}

.popupform ul li input[type=email]:focus,.popupform ul li input[type=text]:focus,.popupform ul li textarea:focus {
  border: #0c8a41 1px solid!important
}

.popupform {
  width: 500px;
  border-radius: 23px;
  padding: 31px;
  overflow: visible;
  border-bottom: #0c8a41 5px solid
}

.popupform h2 {
  font-size: 28px;
  color: #000;
  font-weight: 900;
  padding-left: 15px;
  border-left: #0c8a41 6px solid;
  margin-bottom: 12px;
  line-height: 35px;
  margin-top: 0;
  text-transform: uppercase
}

.popupform h2+p {
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 12px
}

.popupform .fancybox-close-small {
  border: #0c8a41 3px solid;
  background: #fff;
  border-radius: 72px;
  text-align: center;
  box-shadow: #000 0 0 10px;
  right: -18px;
  top: -11px
}

.popupform .fancybox-close-small:after {
  color: #0c8a41;
  font-size: 25px;
  right: 4px;
  background: 0 0;
  padding-top: 0;
  font-size: 20px
}

input.required.error,select.required.error,textarea.required.error {
  border-bottom: red 2px solid!important;
  color: red!important
}

label.error {
  display: none!important
}

/*  */


/* serviceSLieder  */

body,html{
  overflow-x: hidden;
}

.contact-whatsapp {
  position: fixed;
  z-index: 99999;
  bottom: 100px;
  left: 25px;
  animation: scrollDownAnimation .5s ease infinite alternate;
  -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
}

.contact-whatsapp img {
  max-width: 70%;
}

@keyframes scrollDownAnimation {
  from {
      transform: translateY(0);
  }

  to {
      transform: translateY(-10px);
  }
}

@-moz-keyframes scrollDownAnimation {
  from {
      transform: translateY(0);
  }

  to {
      transform: translateY(-10px);
  }
}

@-webkit-keyframes scrollDownAnimation {
  from {
      transform: translateY(0);
  }

  to {
      transform: translateY(-10px);
  }
}
.tile.scale-anm {
  display: inline-block!important
}

.time_circles {
  position: relative;
  width: 100%;
  height: 100%
}

.top-testimonial-col:before {
  content: "";
  position: absolute;
  background: url(../images/testimonial-qoute.jpg);
  width: 68px;
  height: 48px;
  left: 0;
  top: 17px
}

.time_circles>div {
  position: absolute;
  text-align: center
}

.time_circles>div>h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Century Gothic',Arial
}

.time_circles>div>span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Century Gothic',Arial;
  font-size: 300%;
  margin-top: .4em;
  font-weight: 700
}

div.CountDownTimer {
  width: 300px;
  margin: 0 auto;
  text-shadow: #000 1px 1px 2px;
  color: #fff
}

div.dataTables_wrapper {
    overflow-x:scroll;
}
.iti__country-name, .iti__flag-box{
    margin-right: 6px;
    color: #000!important;
}
.iti__selected-dial-code{
    color:#000!important;
}
.slideout-sidebar form input::placeholder {
    color: #000; /* Change this to the desired color */
}
/* serviceSLider */