/*

TemplateMo 548 Training Studio

https://templatemo.com/tm-548-training-studio

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #272727;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x:hidden;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

 p {
  font-size: 14px;
  line-height: 25px;
  color: #6a6a6a;
}

.bottombar p{
    color:#fff;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #272727;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #ed563b;
  color: #fff;
}

::-moz-selection {
  background: #ed563b;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: 3.2rem;
  font-weight: 800;
  color: #f5f5f5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 em {
  font-style: normal;
  color: #ed563b;
}

.section-heading img {
  margin: 20px auto;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #ed563b;
  color: #FFF !important;
  font-weight: bold !important;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #f9735b;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background: rgba(250,250,250,0.99) !important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #232d39!important;
}

.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
}

.background-header .main-nav .nav li:last-child a:hover {
  color: #fff!important;
}

.background-header .main-nav .nav li:hover a {
  color: #ed563b!important;
}

.background-header .nav li a.active {
  color: #ed563b!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  background: transparent;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 100px;
  background: #272727;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo em {
  font-style: normal;
  color: #ed563b;
  font-weight: 900;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #fff;
}

.header-area .main-nav .nav li a.headerbtnscust {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #ed563b;
  color: #000;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all .3s;
  height: auto;
  line-height: 20px;
}

.header-area .main-nav .nav li a.headerbtnscust:hover {
  background-color: #f9735b;
  opacity: 1;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ed563b!important;
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #ed563b!important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 100px;
  background: #272727;
}

.header-area.header-sticky .nav {
  margin-top: 25px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #ed563b;
}

@media (max-width: 1200px) {
  .services-section .service-section-content h1 {
    font-size: 2.8rem !important;
}
  .contact-us.primary-banner .primary-banner-content h1 {
    font-size:2.8rem !important;
}

  .about-first-section .about-us-content h1 {
    font-size: 2.8rem !important;
}
  .contact-us.primary-banner .primary-banner-content h1 {
    font-size: 3rem !important;
}

  .about-us-second-wrap h1 {
    font-size: 2.8rem;
}

  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 768px) {

  .publication-page-banner ul li {

    font-size: 16px !important;
}

  .writers-banner.publication-page-banner .writers-section-content p {
    margin-bottom: 0;
    font-size: 15px !important;

}



  .writers-banner .writers-section-content h1 {
    margin-top: 30px !important;
    margin-bottom: 3px ;
    font-size: 2.4rem !important;
    line-height: 55px !important;
}

    button.flipster__button.flipster__button--next {right: 400px !important;}
    button.flipster__button.flipster__button--prev {left: 380px !important;}
    .company-logo-main-images {
      padding: 30px 0 30px !important;
    }
    .company-logo-main-images .c-bar img {
      height: 8px !important;
    }
}
@media (max-width: 767px) {
  .company-logo-main-images {
    padding: 30px 0 30px !important;
  }
  .company-logo-main-images .c-bar img {
    height: 8px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ed563b!important;
    opacity: 1;
  }
  .header-area {
    background-color: #231f21;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li:last-child {
    width: 100%;
    background-color: #ed563b;
    color: #fff;
  }
  .header-area .main-nav .nav li a.headerbtnscust {
    background-color: #ed563b!important;
  }
  .header-area .main-nav .nav li a.headerbtnscust:hover,
  .header-area .main-nav .nav li:last-child:hover a {
    background-color: #ed563b!important;
    color: #fff!important;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #232d39 !important;
  }
  .header-area .main-nav .nav li a.headerbtnscust {
    color: #fff!important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ed563b!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

/* @media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
} */


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(35,45,57,0.8);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 3.2rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #ed563b;
  font-weight: 900;
}


/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
  margin-bottom: 80px;
}

.feature-item {
  display: inline-block;
  margin-bottom: 60px;
}

.feature-item .left-icon img {
  float: left;
  margin-right: 30px;
}

.feature-item .right-content {
  display: inline;
}

.feature-item .right-content h4 {
  margin-top: 0px;
  margin-bottom:  7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-item .right-content a.text-button {
  margin-top: 7px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #ed563b;
  font-weight: 500;
}

/*
---------------------------------------------
subscribe
---------------------------------------------
*/

#call-to-action {
  padding: 120px 0px;
  background-image: url(../images/cta-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.cta-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.cta-content h2 em {
  font-style: normal;
  color: #ed563b;
}

.cta-content p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0px 25px 0px;
}



/*
--------------------------------------------
Our Classes
--------------------------------------------
*/

#our-classes {
  margin-bottom: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 30px 30px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 5px;
  font-size: 19px;
  color: #232d39;
  letter-spacing: 0.5px;
  font-weight: 600;
  transition: all 0.3s;
}
#tabs .main-rounded-button a {
  text-align: center;
  padding: 20px 30px;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.5px;
  font-weight: 600;
  background-color: #ed563b;
}
#tabs .main-rounded-button a:hover {
  background-color: #f9735b;
}
#tabs ul li a img {
  max-width: 100%;
  margin-right: 20px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #ed563b;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.tabs-content h4 {
  font-size: 23px;
  font-weight: 700;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 28px;
}


/* 
---------------------------------------------
schedule
--------------------------------------------- 
*/

#schedule {
  padding: 0px 0px 140px 0px;
  background-image: url(../images/schedule-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#schedule table {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}

#schedule table tbody {
  border-top: 1px solid #fff; 
}

#schedule table tbody tr {
  border-bottom: 1px solid #fff;
}

#schedule table tbody tr td {
  border-right: 1px solid #fff;
  height: 100px;
}

#schedule table tr td {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.schedule-table.filtering .ts-item {
    opacity: 0;
    transition: all 0.5s;
}

.schedule-table.filtering .ts-item.show {
    opacity: 1;
    transition: all 0.5s;
}

#schedule .filters {
  margin-bottom: 40px;
}
#schedule .filters ul {
  padding: 0;
  text-align: center;
}
#schedule .filters ul li {
  list-style: none;
  display: inline;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#schedule .filters ul li:after {
  content: "/";
  margin-left: 10px;
  color: #fff;
}
#schedule .filters ul li:last-child {
  margin-right: 0px;
}
#schedule .filters ul li:last-child::after {
  display: none;
}
#schedule .filters ul li.active,
#schedule .filters ul li:hover {
  color: #ed563b;
}
#schedule .filters-content {
  margin-top: 50px;
}
#schedule .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
#schedule .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
li.book-marketing-slide.flipster__item .flipster__item--past .flipster__item--past-1 {
  width: 50% !important;
  color: #fff !important;
}
li.book-marketing-slide p{
  width: 20%;
  color: #fff;
}
li.book-marketing-slide h2{
  width: 50%;
  font-size: 45px;
  color: #fff;
}


/* 
---------------------------------------------
trainers
--------------------------------------------- 
*/

#trainers .trainer-item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding: 0px;
  position: relative;
}

#trainers .trainer-item img {
  width: 100%;
  border-radius: 5px;
}

#trainers .trainer-item span {
  font-size: 13px;
  font-weight: 500;
  color: #ed563b;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
}

#trainers .trainer-item h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

#trainers .trainer-item p {
  margin-bottom: 20px;
}

#trainers .trainer-item ul.social-icons li {
  display: inline-block;
  margin-right: 12px;
}

#trainers .trainer-item ul.social-icons li:last-child {
  margin-right: 0px;
}

#trainers .trainer-item ul.social-icons li a {
  color: #232d39;
  transition: all .3s;
}

#trainers .trainer-item ul.social-icons li a:hover {
  color: #ed563b;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  margin-top: 140px;
}

#contact-us .container-fluid .col-lg-6 {
  padding: 0px;
}

#contact-us .contact-form {
  padding: 80px;
  background-image: url(../images/contact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact-us .contact-form #contact {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
  color: #7a7a7a;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.contact-form button {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #ed563b;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
  margin-top: -8px;
}

.contact-form button:hover {
  background-color: #f9735b;
}




/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  text-align: center;
  padding: 60px 0 0 0px;
  /* background: #563d3d; */
  background-color: rgb(48, 48, 48);
}

footer p {
  color: #232d39;
  font-size: 13px;
}

footer p a {
  cursor: pointer;
  color: #ed563b;
}

footer p a:hover {
  color: #ed563b;
}



/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #232d39;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #232d39;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fff;
    border-radius: 50%;
}





.contact-us.primary-banner{
  background-image: url('../images/pri-banner.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 100px 0; */
  /* height: 300px; */
} 
.contact-us.primary-banner .primary-banner-content {
  text-align: center;
  padding: 20% 0 14%;
}
.contact-us.primary-banner .primary-banner-content h1{
  font-family: "Poppins";
  font-size: 3.6rem;
  color: #fff;
  font-weight: 800;
}

.contact-us.primary-banner .primary-banner-content h1 span{
  color: rgb(31, 239, 191);
}

.contact-us.primary-banner .primary-banner-content p{
  font-family: "Poppins";
  font-size: 17px;
  color: #fff;
  width: 70%;
  margin: auto;


}


.contact-us.section.sixthbooksection{
  background-color: #272727 !important;
  background-image: none !important;
}


.our-writters-section {
  padding: 100px 0;

}


 [data-tab-content] {
  display: none;
}

.our-writters-section .active[data-tab-content] {
  display: block;
}

.our-writters-section .tab-content{
  padding-top: 50px;
}
.our-writters-section .tabs {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 10px 30px;
  padding: 0;
  /* border-bottom: 1px solid black; */
}

.our-writters-section .tab {
  cursor: pointer;
  padding: 10px;
  color: #fff;
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 5px;
  padding: 9px 25px !important;
  transform: skewX(-11deg);
  font-weight: bolder !important;
  border: 1px solid #fff;
  margin: 0 15px;


}



.our-writters-section .tab.active {
  background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 5px;
  padding: 9px 25px !important;
  transform: skewX(-11deg);
  color: #000 !important;
  font-size: 18px !important;
  font-weight: bolder !important;
  border: none;
}

 .tab:hover {
  background-color: #000;
}

/* .our-writters-section .tab-content {
  margin-left: 20px;
  margin-right: 20px;
} */

.our-writters-section .tab-card h2{
  font-size: 24px;
  color: #fff;
  font-family: "Poppins";
  padding: 20px 0;
}
.our-writters-section .tab-card p{
  font-size: 17px;
  color: #fff;
  font-family: "Poppins";
  line-height: 30px;
} 
.our-writters-section .read-btn a {
  text-decoration: none;
  color: rgb(31, 239, 191);
  font-size: 17px;
  font-family: "Poppins";
  display: flex;
  align-items: flex-end;
}
.our-writters-section .tab-img img{
  height: 300px;
  width: 100%;
  
}
.our-writters-section .read-btn {
 padding: 20px 0;
}
.our-writters-section .read-btn a i{
  font-size: 20px;
  padding-left: 10px;
  
}
.our-writters-section .view-all-btn {
  transform: skewX(-11deg);
  text-align: center;
  padding-top: 20px;
 

}

.our-writters-section .view-all-btn a{
  background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);
  padding: 9px 40px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 5px;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: bolder !important;
  border: none;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 992px) {

  .main-banner .caption h2 {
    font-size: 64px;
  }
  #features {
    margin-bottom: 110px;
  }
  #features .feature-item {
    margin-bottom: 30px;
  }
  #our-classes .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .trainer-item {
    margin-bottom: 30px;
  }
  #contact-us #map {
    margin-bottom: -7px;
  }
  #contact-us .contact-form {
    padding: 30px;
  }
  #contact-us .contact-form #contact {
    padding: 30px;
  }
  .our-writters-section .tab {
 
    font-size: 17px !important;

    padding: 9px 6px !important;
 
    margin: 0 15px;
}

}

@media (max-width: 450px) {
  .our-writters-section .tab-card h2 {
    font-size: 22px;
    padding: 20px 0;
}
  .our-writters-section .tab-card p {
    font-size: 14px;
 
    line-height: 30px;
}
  .our-writters-section {
    padding: 60px 0;
}
  .contact-us.primary-banner .primary-banner-content {
  
    padding: 30% 0 10%;
}
  
  .contact-us.primary-banner .primary-banner-content h1 {
  
    font-size: 35px;
  
}
  .contact-us.primary-banner .primary-banner-content p {

    font-size: 16px;
 
    width: 100%;
 
}
  .our-writters-section .tabs {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 10px 30px;
    flex-direction: column;
  
}
.our-writters-section .tab {

  padding: 9px 7px !important;
  transform: skewX(-11deg);
  font-weight: bolder !important;
  margin: 10px 15px;
}
  .our-writters-section .tab-card {
    margin: 0 15px;
}
  .feature-item .right-content a.text-button {
    margin-left: 130px;
  }
  .company-logo-main-images {
    bottom: 265px !important;
  }
  .company-logo-main-images .c-bar img {
    height: 6px !important;
  }
  .company-logo-main-images-footer .c-bar img {
  
    height: 7px !important;
  }
  .company-logo-main-images-footer img {
    max-width: 100% !important;
    height: 25px !important;

  }
  .company-logo-main-images img {
    max-width: 100% !important;
    height: 25px !important;
  }
  div#featuresccccuust2 .customgradientbthcust {
	margin: 10px 0 0 20px !important;;
}
}


span.greenspan {color: #1fefbf;}
.video-overlay.header-text .caption p.text-left {color: #fff;font-size: 20px;margin: 20px 0;}
.customgradientbthcust {background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);font-size: 18px !important;font-weight: 500 !important;border-radius: 5px;padding: 15px 15px !important;transform: skewX(-11deg);color: #000 !important;font-size: 18px !important;font-weight: bolder !important;}
.caption .text-left.main-button.scroll-to-section a.customgradientbthcust {margin: 0 20px 0 0px;}
section.service-categories.text-xs-center .card.service-card.card-inverse {padding: 30px 15px;transition: 0.3s;height: 300px;border-radius: 10px;}
section.service-categories.text-xs-center .card.service-card.card-inverse h4.card-title {font-size: 21px;margin: 20px 0;color: #000;font-weight: bold;}
section.service-categories.text-xs-center .card.service-card.card-inverse p {color: #000;}
section.service-categories.text-xs-center .card.service-card.card-inverse:hover {background: #25ac8d;}
section.service-categories.text-xs-center .card.service-card.card-inverse:hover h4 {color: #fff;}
section.service-categories.text-xs-center .card.service-card.card-inverse:hover p {color: #fff;}
section.thirdbooksection {background: url(../../assets/images/thirdbg.png);background-repeat: no-repeat;}
section.fourthbooksection {/*background: url(../../assets/images/thirdbg.png);background-size: cover;background-repeat: no-repeat;background-position: center center;*/padding: 0px 0 50px;}
section.sixthbooksection {background: url(../../assets/images/thirdbg.png);background-size: cover;background-repeat: no-repeat;background-position: center center;padding: 0px 0 50px;}
section.thirdbooksection.mb-5 h1.text-left {font-size: 3rem;font-weight: 800;color: #f5f5f5;text-transform: uppercase;letter-spacing: 0.5px;margin-top: 0px;margin-bottom: 0px;}
section.thirdbooksection.mb-5 .text-left.main-button.scroll-to-section a.customgradientbthcust {margin: 0 20px 0 0px;}
section.thirdbooksection.mb-5 p {color: #efefef;font-size: 17px;margin: 20px 0;width: 100%;}
.portfolio-section {position: relative;}
.portfoliosectionsliderinnersection.text-center span {font-size: 40px;color: #33f0c2;font-weight: bold;}
.portfoliosectionsliderinnersection.text-center small {font-size: 20px;color: #ddd;font-weight: bold;}
.down-content {padding: 30px;text-align: center;}
.spaniconclscstn img {height: 80px;width: 80px !important;transform: translate(0px, -50px);}
section#trainers .section-heading {margin-top: 50px;}
.image-thumbs.customlistcontactform ul.list-group li img {border: 2px solid #efefef;padding: 10px;height: 70px;width: 70px;object-fit: contain;border-radius: 100%;margin: 0 20px 0 0px;}
.image-thumbs.customlistcontactform ul.list-group li {color: #efefef;font-size: 20px;font-weight: bold;display: flex;margin: 20px 0px 20px 0px;}





/* portfoilio section */


section.testimonials
{
	display: none;
}

.testimonials {
	 position: relative;
	 padding-top: 0px;
}
 .testimonials:after {
	 content: '&#39';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 width: 100%;
	 height: 30%;
}
 #customers-testimonials .item-details {
	 background-color: #333;
	 color: #fff;
	 padding: 20px 10px;
	 text-align: left;
}
 #customers-testimonials .item-details h5 {
	 margin: 0 0 15px;
	 font-size: 18px;
	 line-height: 18px;
}
 #customers-testimonials .item-details h5 span {
	 color: red;
	 float: right;
	 padding-right: 20px;
}
 #customers-testimonials .item-details p {
	 font-size: 14px;
}
 #customers-testimonials .item {
	 text-align: center;
	 margin-bottom: 80px;
}
 .owl-carousel .owl-nav {
	 -webkit-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}
 .owl-carousel .owl-nav .disabled:hover {
	 background-color: #d6d6d6;
}
 .owl-carousel {
	 position: relative;
}
#helpi-tems.owl-carousel .owl-next, #helpi-tems.owl-carousel .owl-prev {
	 width: 70px;
	 height: 50px;
	 line-height: 50px;
	 position: absolute;
	 top: 40%;
	 font-size: 20px;
	 /* color: #fff; */
	 text-align: center;
	 background: transparent;
	 color: #e84b3a;
}
#helpi-tems.owl-carousel .owl-prev {
	 left: -70px;
}
 #helpi-tems.owl-carousel .owl-next {
	 right: -70px;
	 top: 40 40%;
}




/** portfolio-section **/

/*.portfolio-section{*/
/*  position: relative;*/
/*  width: 80%;*/
/*  margin: 0 auto;*/
/*}*/

.portfolio-section .owl-carousel {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.portfolio-section .owl-stage-outer{
  overflow:visible;
}

.portfolio-block-one{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.portfolio-block-one .image-box img{
  width: 100%;
}

.portfolio-block-one .inner-box{
  position: relative;
}

.portfolio-block-one .inner-box .lower-content{
  position: absolute;
  left: 80px;
  bottom: -80px;
  width: calc(100% - 160px);
  opacity: 0;
  transition: all 500ms ease;
}

.portfolio-section .owl-item.active .portfolio-block-one .inner-box .lower-content{
  opacity: 1;
  bottom: -50px;
}

.portfolio-block-one .inner-box .lower-content .inner{
  position: relative;
  padding: 27px 50px 25px 50px;
}

.portfolio-block-one .inner-box .lower-content .inner span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Heebo', sans-serif;
  color: #fff;
  font-weight: 800;
  padding-left: 38px;
  margin-bottom: 4px;
}

.portfolio-block-one .inner-box .lower-content .inner span:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 24px;
  height: 2px;
  left: 0px;
  top: 11px;
}

.portfolio-block-one .inner-box .lower-content .inner h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 800;
  margin: 0px;
}

.portfolio-block-one .inner-box .lower-content .inner h4 a{
  display: inline-block;
  color: #fff;
}

.portfolio-block-one .inner-box .lower-content .inner h4 a:hover{
  text-decoration: underline;
}

.portfolio-block-one .inner-box .lower-content .inner .link{
  position: absolute;
  top: 30px;
  right: 50px;
}

.portfolio-block-one .inner-box .lower-content .inner .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: rgba(255,255,255,0.1);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

.portfolio-block-one .inner-box .lower-content .inner .link a:hover{
  background: #fff;
}

.portfolio-section .owl-nav{
  position: absolute;
  top: 40%;
  margin-top: -50px;
  width: 100%;
}

.portfolio-section .owl-nav .owl-prev{
  left: 0;
}

.portfolio-section .owl-nav .owl-next{
  right: 0;
}

.portfolio-section .owl-nav .owl-prev,
.portfolio-section .owl-nav .owl-next{
  position: absolute;
  display: inline-block;
  font-size: 16px;
  width: 67px;
  height: 67px;
  line-height: 67px;
  background: #33f0c2;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
  color: #fff;
  font-size: 25px;
}

.portfolio-section .owl-nav .owl-prev:hover,
.portfolio-section .owl-nav .owl-next:hover{
  color: #fff;
}
.portfoliosectionsliderinnersection.text-center {margin: 40px 0;}
.portfolio-section .owl-carousel .owl-item img {width: 100%;}
.portfolio-section figure.image-box {border-radius: 10%;}

/* portfoilio section */

button.flipster__button.flipster__button--prev, button.flipster__button.flipster__button--next {position: absolute;bottom: -100px !important;}
div#coverflow {overflow-x: hidden;padding: 0px 0 50px;overflow-y: hidden;}
section.thirdbooksection.mb-5 img {height: auto;width: 100%;transform: scale(1.1) /*translate(0px, -30px)*/;}



.service-categories #srvc_crd_crsl .owl-prev {
	background: none;
	position: absolute;
	top: 43%;
	left: -5%;
	font-size: 20px;
	width: 5%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #e84b3a;
	text-align: center;
}


.service-categories #srvc_crd_crsl .owl-next {
	background: none;
	position: absolute;
	top: 43%;
	right: -5%;
	font-size: 20px;
	width: 5%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #e84b3a;
	text-align: center;
}

/*footer*/
footer .col_white_amrc { color:#FFF;}
footer footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
footer .pt2 { padding-top:40px ; margin-bottom:20px ;}
footer footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
footer .mb10 { padding-bottom:15px ;}
footer .footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
footer .footer_ul_amrc li {padding:0px 0px 5px 0px;}
footer .footer_ul_amrc li a{ color:#CCC;}
footer .footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
footer .fleft { float:left;}
footer .padding-right { padding-right:10px; } 
section.bottombar {background: #303030;padding: 20px 0px;}
footer .footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
footer .footer_ul2_amrc li p { display:table; }
footer .footer_ul2_amrc li a:hover { text-decoration:none;}
footer .footer_ul2_amrc li i { margin-top:5px;}
footer.footer .col-sm-4.col-md.col-6.col {padding: 0 0 0 70px;}
.footer .input-group.mb-3.pt-4 button.btn.btn-outline-secondary {background: #fff;border: none;color: #e63523;}
.footer .input-group.mb-3.pt-4 input.form-control {padding: 30px 20px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.footer .input-group.mb-3.pt-4 button.btn.btn-outline-secondary {background: #fff;border: none;color: #e63523;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
ul.footerinlineicons {display: flex;}
ul.footerinlineicons li {transition: 0.3s;color: #1a1a1a;margin: 0 10px;background: #ddd;font-size: 20px;height: 40px;width: 40px;line-height: 40px;border-radius: 60%;}
ul.footerinlineicons li a{color: #1a1a1a;}
ul.footerinlineicons li:hover{background: #e63523;}
footer .bottom_border { }
footer .foote_bottom_ul_amrc {list-style-type:none;padding:0px;display:table;margin-top: 10px;margin-right: auto;margin-bottom: 10px;margin-left: auto;}
footer .foote_bottom_ul_amrc li { display:inline;}
footer .foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}
footer.footer ul.footer_ul_amrc.text-left li {margin: 10px 0;font-size: 16px;}
footer .social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
footer .social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
footer .social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
footer .social_footer_ul li i {  width:20px; height:20px; text-align:center;}
ul.inlinebottombarlinks {display: -webkit-inline-box;}
ul.inlinebottombarlinks li {margin: 0 0 0 20px;}
ul.inlinebottombarlinks {float: right;}
ul.inlinebottombarlinks li:first-child {border-right: 2px solid white;padding: 0 20px 0 0px;}
ul.inlinebottombarlinks li a {color: white;}
.cstsectionform h5.text-secondary.fw-3.py-3 {color: #000 !important;text-align: center;font-weight: bold;}
.cstsectionform {padding: 20px;}
.cstsectionform input.form-control {font-weight: 600;border: 2px solid #d5d5d5;padding: 30px;border-radius: 10px;}
.cstsectionform input.form-control::placeholder {color: #000 !important;}
.cstsectionform input.btn.btn-bordered.w-100.mt-3.mt-sm-4 {background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);height: 50px;border: none;color: #fff;font-weight: bold;}
.cstborderaferdiv {align-self: center;}
.cstborderaferdiv .trainer-items ul {border-right: 1px solid #d9d9d9;}
.trainer-itemform {width: 90%;background: #ffffff;margin: 0 0 0 auto;border-radius: 10px;}

section.testimonial-section .owl-prev {background: none;position: absolute;top: 45%;left: -5%;font-size: 20px;width: 5%;border-top-left-radius: 20px;border-bottom-left-radius: 20px;color: #e84b3a;text-align: center;}
section.testimonial-section .owl-next {background: none;position: absolute;top: 45%;right: -5%;font-size: 20px;width: 5%;border-top-right-radius: 20px;border-bottom-right-radius: 20px;color: #e84b3a;text-align: center;}
section.testimonial-section {padding: 0px 0 40px;}
section.testimonial-section .section-heading {margin: 40px 0;}
#featuresccccuust a.customgradientbthcust {color: #fff !important;margin: 0 auto;display: table;font-weight: bold !important;}
div#featuresccccuust2 .customgradientbthcust {padding: 15px 15px !important;transform: skewX(-7deg);font-size: 18px !important;display: -webkit-inline-box;color: #fff !important;margin: 0 0 0 20px;}

div#customers-testimonials img.img-responsive {width: 100%;height: 270px;}
.testimonials .owl-item.active.center img {transform: rotatex(0deg);border-radius: 20px;}
.testimonials .owl-item img {transform: rotateX(30deg);border-radius: 20px;}
.portfoliosectionsliderinnersection.text-center {display: none;}
.testimonials .owl-item.active.center .portfoliosectionsliderinnersection.text-center {display: block;text-align: center !important;width: 70%;margin: 0 auto;}


div#helpi-tems .image-thumb img {width: -webkit-fill-available;}
div#helpi-tems .item {background: #fff;border-radius: 20px;height: 440px;}
div#helpi-tems .item .spaniconclscstn img {margin: -30px auto 0 auto;}
div#helpi-tems .owl-prev {border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
div#helpi-tems .owl-next {border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
div#helpi-tems .owl-prev {top: 40%;}
div#helpi-tems .owl-next {top: 40%;}


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

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

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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#helpi-tems .item .down-content img{
  height: 78px;
}

section.testimonial-section .inner-box .card p.card-text {margin: 0 0 50px 0;}
section.testimonial-section .inner-box .card a.card-link:after {
  content: '';
  background: url(../../assets/images/testbg.png);
  height: 100px;
  width: 100px;
  display: block;
  position: absolute;
  right: 30px;
  top: 200px;
  background-repeat: no-repeat;
  background-size: contain;
}
section.testimonial-section .inner-box .card a.card-link {
  color: #000;
  font-weight: bolder;
}
button.flipster__button.flipster__button--prev, button.flipster__button.flipster__button--next {
  position: absolute;
  top: 520px !important;
  height: 50px;
  color: #efefef;
}
.single-item-carousel .owl-item.active img.img-fluid {transform: rotateX(0deg);border-radius: 30px;}
.single-item-carousel .owl-item img.img-fluid {transform: rotateX(30deg);border-radius: 20px;}
.testimonials .owl-carousel .owl-next {border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
.testimonials .owl-carousel .owl-prev {border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
nav.container.main-nav.header-sticky.fixed-top {padding: 20px 0px;}
button.flipster__button.flipster__button--prev button, button.flipster__button.flipster__button--next button {border: none;color: #1fefbf;font-weight: bold;font-size: 30px;background: transparent;opacity: 0.9 !important;}
.section-heading p {font-size: 20px;color: #fff;line-height: 30px;}
div#coverflow li.flipster__item.flipster__item--current .bookscusttext {font-weight: bold;text-align: center;color: #1fefbf;font-size: 1.4rem;margin-top: 36px;}
div#coverflow li.flipster__item.flipster__item--current .bookscusttext small {color: #fff;}
button.flipster__button.flipster__button--prev {width: 10%;left: 300px;}
button.flipster__button.flipster__button--next {width: 10%;right: 300px;}
div#helpi-tems .item img {border-radius: 20px;width: 100%;height: 220px;}
nav.navbar.navbar-expand-lg.navbar-light .container {padding: 0;}
nav.navbar.navbar-expand-lg.navbar-light {background: #272727;}
nav.navbar.navbar-expand-lg.navbar-light a.btn.btn-primary.py-2.px-4.d-none.d-lg-block {background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);font-size: 18px !important;font-weight: 500 !important;border-radius: 5px;padding: 9px 15px !important;transform: skewX(-11deg);color: #000 !important;font-size: 18px !important;font-weight: bolder !important;border: none;}
.navbar-light .navbar-nav .nav-link {color: rgb(191 191 191);}
.navbar-light .navbar-nav .nav-link{padding: 18px;}
.navbar-light .navbar-nav .nav-link.active {color:rgb(31 239 191);}
nav.navbar.navbar-expand-lg.navbar-light a.headerphn {margin: 0 0px 0 20px;color: #fff;}
.navbar-light .navbar-toggler-icon {filter: invert(1);}

@media (max-width: 1444px) {
  section.thirdbooksection {background-size: 110% 100% !important;}
  img.customimagefrontpage.img-fluid {transform: translate(0px, 40px);}
}

@media (max-width: 1240px) {
  .main-banner .caption h2 {font-size: 54px;}
  .caption .text-left.main-button.scroll-to-section a.customgradientbthcust {margin: 0 10px 0 0px;}
}

@media (max-width: 1280px) {
  .dropdown-content {

    top: 35px !important;
    left: -200% !important;
}
  .div-flex {
    width: 215% !important;

}
  
  .main-banner .caption h2 {font-size: 2.3rem;}
  .caption .text-left.main-button.scroll-to-section a.customgradientbthcust {margin: 0 10px 0 0px;}
  .company-logo-main-images {
    padding: 17px 0 !important;
  }
  .company-logo-main-images .c-bar img {
    height: 9px !important;
  }
  .company-logo-main-images-footer {
    padding: 20px 0 !important;
  
  }
  .company-logo-main-images-footer .c-bar img {
   
    height: 9px !important;
  }
}
@media (max-width: 1200px) {
  .header-area .main-nav .nav li {padding-left: 7px;padding-right: 7px;}
  .customgradientbthcust {background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);font-size: 18px !important;font-weight: 500 !important;border-radius: 7px;padding: 10px 15px !important;transform: skewX(-13deg);font-size: 14px !important;}
    section.service-categories.text-xs-center .card.service-card.card-inverse p {color: #000;font-size: 12px;line-height: 20px;}
    .header-area .main-nav .nav li a.headerbtnscust {display: inline-block;font-size: 10px !important;padding: 8px 5px !important;background-color: #ed563b;color: #000;text-align: center;font-weight: 400;letter-spacing: 0px;text-transform: uppercase;transition: all .3s;height: auto;line-height: 20px;}
}

@media (max-width: 1024px) {
    
    .professional-editing h2 {
    font-size: 2.2rem !important;

}
.book-youtube-video-section .heading h1 {

    font-size: 2.2rem !important;
 
}
.our-work-he {
 
    font-size: 36px !important;

}
.what-your-get h2 {
    font-size: 2.2rem !important; 
  
}

.our-approach h2 {
    font-size: 2.2rem !important;

}

.publication-fourth-wrap .content h1 {
    
    font-size: 2.2rem !important; 
}

.sell-book-section h1 {

    font-size: 2.4rem !important;
}

.get-in-touch-content h2 {
 
    font-size: 30px !important;
}
    
    .navbar-light .navbar-nav .nav-link {
	padding: 0 8px;
}
nav.navbar.navbar-expand-lg.navbar-light a.headerphn {
	margin: 0 0px 0 10px;
	color: #fff;
}
  img.customimagefrontpage {height: 460px;width: 460px;transform: translate(0px, 40px);}
  .customgradientbthcust {background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);font-size: 18px !important;font-weight: 500 !important;border-radius: 5px;padding: 10px 10px !important;transform: skewX(-14deg);font-size: 15px !important;}
  section.thirdbooksection.mb-5 h1.text-left,.section-heading h2 {font-size: 40px;}
  .image-thumbs.customlistcontactform ul.list-group li {font-size: 18px;}
  section.thirdbooksection.mb-5 .col-md-8 {padding: 0 0px 0 50px;}
  section.service-categories.text-xs-center .card.service-card.card-inverse h4.card-title {margin: 20px 0;color: #000;font-weight: bold;font-size: 1.2rem;}
  section.service-categories.text-xs-center .card.service-card.card-inverse p {color: #000;font-size: 12px;}
  .header-area .main-nav .nav li a.headerbtnscust {display: inline-block;font-size: 11px !important;padding: 10px 6px !important;background-color: #ed563b;color: #000;text-align: center;font-weight: 400;letter-spacing: 0px;text-transform: uppercase;transition: all .3s;height: auto;line-height: 20px;}
  div#featuresccccuust2 .customgradientbthcust {padding: 10px 10px !important;transform: skewX(-13deg);font-size: 17px !important;display: -webkit-inline-box;color: #fff !important;margin: 10px 0 0 20px;font-weight: bold !important;}
  .owl-carousel .owl-next, .owl-carousel .owl-prev {display:none;}
  nav.navbar.navbar-expand-lg.navbar-light a.btn.btn-primary.py-2.px-4.d-none.d-lg-block {background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);font-size: 18px !important;font-weight: 500 !important;border-radius: 5px;padding: 10px 5px !important;transform: skewX(-11deg);color: #fff !important;font-size: 13px !important;font-weight: bolder !important;border: none;}
}


@media (max-width: 991px) {
    .header-area .main-nav .nav li a{font-size: 11px;}
    .header-area .main-nav .nav li.main-button {display: none;}
    .header-area .main-nav .nav li.headerphn-btn {display: none;}
    section.service-categories.text-xs-center .card.service-card.card-inverse {padding: 10px 10px;transition: 0.3s;height: 350px;}
    section.thirdbooksection {background-size: auto;padding: 30px 0px;}
}

  @media (max-width: 767px) {
    img.customimagefrontpage {display: none;}
    #bg-video {min-height: 70vh;}
    .section-heading {text-align: center;margin-top: 40px;margin-bottom: 80px;}
    section.service-categories.text-xs-center .card.service-card.card-inverse {padding: 30px 15px;transition: 0.3s;height: auto;margin: 10px 0;}
    section.thirdbooksection.mb-5 img {height: 400px;width: auto;transform: none;margin: 30px auto;display: table;}
    section.thirdbooksection.mb-5 .text-left {text-align: center !important;}
    section.thirdbooksection.mb-5 {padding: 20px;}
    .cstborderaferdiv .trainer-items ul {border-right: none;}
    .trainer-itemform {width: 100%;}
    section.bottombar {text-align: center;}
    ul.inlinebottombarlinks {float: none;text-align: center;margin: 0 auto;}
    ul.inlinebottombarlinks li:first-child {border-right: 2px solid white;padding: 0 10px 0 0px;}
  ul.inlinebottombarlinks li {margin: 0 10px 0 10px;}
  body .company-logo-main-images
  {
	  position: relative;
	  bottom: 0 !important;
  }
  
  button.flipster__button.flipster__button--prev button, button.flipster__button.flipster__button--next button
  {
	  display: none;
  }
  
  }
 
  @media (max-width: 500px) {
      .side-bar-sm-frm.rght-open.openfrm{display:none !important;}
            .company-logo-main-images .c-bar img {
	position: absolute;
	transform: translate(-50%,-50%);
	bottom: 195px !important;
	left: 50%;
	z-index: 999;
	width: 25% !important;
	height: 6px !important;
}
.company-logo-main-images img {

	width: auto !important;
}
#srvc_crd_crsl{
    margin:auto;
}
.company-logo-main-images-footer .c-bar img {

	width: 25% !important;
	height: 7px !important;
}
.company-logo-main-images-footer img {

	width: auto !important;
}
  }
  @media (max-width: 425px) {
    .publication-first-wrap .content h1 {
      font-size: 2.2rem !important;
  }
    .writers-banner .writers-section-content h1 {
    
      margin-bottom: 3px;
      font-size: 2.1rem !important;
  }



    .writers-section-content {
      padding: 25% 0px 30px 10px !important;
  }


    .services-section .service-section-content p {
      color: #fff;
      font-size: 14px !important;
      line-height: 28px !important;
  }
    .services-section .service-section-content h1 {
      font-size: 1.9rem !important;
  }

    .contact-us.primary-banner .primary-banner-content h1 {
      font-size: 1.8rem !important;
  }
      .company-logo-main-images .c-bar img {
	position: absolute;
	transform: translate(-50%,-50%);
	bottom: -4px !important;
	left: 50%;
	z-index: 999;
	width: 25% !important;
	height: 6px !important;
}
.company-logo-main-images img {

	width: auto !important;
}
#srvc_crd_crsl{
    margin:auto;
}
.company-logo-main-images-footer .c-bar img {

	width: 25% !important;
	height: 7px !important;
}
.company-logo-main-images-footer img {

	width: auto !important;
}
    .main-banner .caption h2 {font-size: 1.5rem;}
    .section-heading p {font-size: 15px;line-height: 25px;}
    .customgradientbthcust {font-size: 12px !important;}
    section.thirdbooksection.mb-5 h1.text-left, .section-heading h2 {font-size: 2rem;}
    .section-heading {text-align: center;margin-top: 20px;margin-bottom: 40px;}
    .custslidercurvesec {padding: 50px 0px;}
    section.testimonial-section .owl-prev {background: #ddd;position: absolute;top: 102%;left: 0;font-size: 20px;padding: 15px 20px;width: auto;border-top-left-radius: 100%;border-bottom-left-radius: 100%;border-top-right-radius: 100%;border-bottom-right-radius: 100%;color: #e84b3a;}
    section.testimonial-section .owl-next {background: #ddd;position: absolute;top: 102%;right: 0;font-size: 20px;padding: 15px 20px;width: auto;border-top-left-radius: 100%;border-bottom-left-radius: 100%;border-top-right-radius: 100%;border-bottom-right-radius: 100%;color: #e84b3a;text-align: right;}
    footer.footer .col-sm-4.col-md.col-6.col {padding: 0 0 0 20px;}
    section.thirdbooksection.mb-5 .col-md-8 {padding: 0 0px 0 0px;}
    section.thirdbooksection.mb-5 p {color: #efefef;font-size: 17px;margin: 20px 0;width: 100%;}
    button.flipster__button.flipster__button--prev {width: 10%;left: 0px !important;}
    button.flipster__button.flipster__button--next {width: 10%;right: 50px !important;}
  }
    @media (max-width: 375px) {
      .customgradientbthcust {font-size: 10px !important;}
      .portfolio-section .owl-nav {margin-top: -120px;}
      .portfolio-section .owl-nav .owl-prev, .portfolio-section .owl-nav .owl-next {position: absolute;display: inline-block;font-size: 16px;width: 25px;height: 25px;line-height: 27px;background: #33f0c2;text-align: center;border-radius: 50%;cursor: pointer;transition: all 500ms ease;color: #fff;font-size: 15px;}
    }
    @media (max-width: 320px) {
      .customgradientbthcust {padding: 5px 5px !important;}
      a.logo img {width: 170px;}
      ul.inlinebottombarlinks li {margin: 0 10px 0 0px;}
      .portfoliosectionsliderinnersection.text-center span {font-size: 1rem;color: #33f0c2;font-weight: bold;}
      .main-banner .caption h2 {font-size: 1.5rem;}
      section.thirdbooksection.mb-5 h1.text-left, .section-heading h2 {font-size: 1.5rem;}
    }

    /* new css start here */
    .company-logo-main-images {
      background-image: url('../images/c-background.png');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 25px 0;
      position: absolute;
      width: 100%;
      bottom: 0px;
  }
  /* .company-logo-main-images .main-images{
    display: flex;
    justify-content: space-between;
    align-items: center;
  } */
.company-logo-main-images img{
  /*! max-width: 100%; */
  height: 25px;
 filter: brightness(0) invert(1); 
  /*! width: 85%; */
  width: auto;
  /*! max-width: 100%; */
}


  .company-logo-main-images .c-bar img {
    position: absolute;
    transform: translate(-50%,-50%);
    bottom: -4px;
    left: 50%;
    z-index: 999;
    width: 12%;
    height: 9px;
  }

  .company-logo-main-images-footer{
    background-image: url('../images/c-background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    width: 100%;
    position: relative;
  }
  /* .company-logo-main-images-footer .main-images{
    display: flex;
    justify-content: space-between;
    align-items: center;
  } */
  .company-logo-main-images-footer img {
    /*! max-width: 100%; */
    height: 25px;
    filter: brightness(0) invert(1);
    width: auto;
    /*! max-width: 100%; */
  }
    .company-logo-main-images-footer .c-bar img {
      position: absolute;
      transform: translate(-50%,-50%);
      bottom: -6px;
      left: 50%;
      width: 12%;
      height: 10px;
  }

  .header-logo-carousel.owl-carousel .item.img-div{
    text-align: center;
  }

  .footer-logo-carousel.owl-carousel .item.img-div{
    text-align: center;
  }


  .header-logo-carousel.owl-carousel .owl-nav .owl-prev{
    display: none !important;
  
  }

  .footer-logo-carousel.owl-carousel .owl-next, .footer-logo-carousel.owl-carousel .owl-prev {display:none;}

  .header-logo-carousel.owl-carousel .owl-next, .header-logo-carousel.owl-carousel .owl-prev {display:none;}


  .section.fourthbooksection h4{
    font-weight: bold;
  }
  .trainer-itemform input:focus{
    color: rgb(231, 66, 38);
    border: 1px solid  rgb(231, 66, 38);
    outline: rgb(231, 66, 38);
    box-shadow: none !important;
  }

  footer .quality-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }
  footer .quality-div img{
    width: 100px;
    height: 116px;
    width: 350px;
  }
  footer .quality-div p{
    color: #fff;
    text-align: left;
    padding-left: 15px;
  }
  .testimonial-section .card-body{
    height: 300px;
  }



.own-book-wrap {
  background-image: url('../images/ow-book-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  width: 100%;
}

  .own-book-wrap h5{
  color: #1fefbf;
  padding-bottom: 10px;
  }

  .own-book-wrap h1{
  color: #fff;
  text-transform: uppercase;
  font-size: 46px;
  }

  .own-book-wrap h1 span{
    color: #1fefbf;
    }
  

  .own-book-wrap p{
    color: #fff;
    padding: 10px 0 10px;
    font-size: 17px;

  }
  
#helpi-tems.owl-carousel .owl-nav.disabled {
  display: none;
}
  
section.service-categories.text-xs-center .card.service-card.card-inverse .card-block img {
  border-radius: 10px;
}
  
#srvc_crd_crsl .owl-dots {
  margin: 0px auto;
  display: table;
  margin: 20px auto;
}

#srvc_crd_crsl.owl-theme .owl-dots .owl-dot span {
  background: none repeat scroll 0 0 #4e9b7d;
  border-radius: 50%;
  opacity: 0.5;
}

#srvc_crd_crsl.owl-theme .owl-dots .owl-dot.active span
{
	opacity: 1;
}
.services-section {
  padding: 50px 0;
  background: #272727;
}
  .services-section .service-section-content h1 {
    color: #fff;
    /* font-family: "Montserrat"; */
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-size: 3.2rem;
}
.services-section .service-section-content h1 span{
  color: #1fefbf;
}

.services-section .service-section-content p {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}

.services-section .service-section-content .btn-div {
  transform: skewX(-11deg);
  padding-top: 40px;
}
.services-section .service-section-content .btn-div a{
    background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    padding: 9px 15px !important;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: bolder !important;
    border: none;
}
.services-section.even{
  background-image: url('../images/ow-book-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  width: 100%;
}

.writers-banner {
  padding: 10% 0 10%;
  background-image: url('../images/pri-banner.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.writers-banner .writers-section-content h1 {
  margin-top: 15px;
  margin-bottom: 3px;
  font-size: 3.4rem;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 3px;
}
.writers-banner .writers-section-content h1 span{
  color: #1fefbf;
}

.writers-banner .writers-section-content p {margin-bottom: 35px;font-size: 0.9rem;/* text-transform: uppercase; *//* letter-spacing: 0.5px; */width: 88%;line-height: 28px;color: #fff;}

.writers-banner .writers-section-content .btn-div a:first-child{
  margin-right: 18px;
}

.writers-banner .writers-section-content .btn-div  {
  transform: skewX(-11deg);
  display: flex;
}
.writers-banner .writers-section-content .btn-div a{
  background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 5px;
  padding: 15px 15px !important;
 font-family: "Poppins";
  color: #fff !important;
  font-size: 18px !important;
  font-weight: bolder !important;
}
.writers-first-section {
  padding: 50px 0;
}
 h1{

}
.writers-first-section .writers-content h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-size: 3.8rem;
}
.writers-first-section .writers-content h1 span{
color: #1fefbf;
}

.writers-first-section .writers-content p {
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 30px;
}
.writers-first-section .writers-img-div h5{
  text-align: left;
  font-size: 1.3rem;
  font-weight: 800;
  padding-left: 1.8rem;
  padding-top: 1rem;
  color: #fff;
}

.sell-book-section{
  padding: 100px 0;
  background-image: url(../images/ow-book-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sell-book-section h1{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  padding-bottom: 40px;
  font-size: 3.8rem;
}

.sell-book-section h1 span{
  color: #1fefbf;
  }

  .sell-book-section .sell-book-carousel .owl-prev {
    background: none;
    position: absolute;
    top: 38%;
    left: -2%;
    font-size: 20px;
    background: #25ac8d;
    border-radius: 50%;
    padding: 5px 5px;
    width: 41px;
    height: 38px;
    color: #ffffff;
    text-align: center;
}
.sell-book-section .sell-book-carousel .owl-next {
  background: none;
  position: absolute;
  top: 38%;
  right: -2%;
  font-size: 20px;
  background: #25ac8d;
  border-radius: 50%;
  padding: 5px 5px;
  width: 41px;
  height: 38px;
  color: #fff;
  text-align: center;
}

#writers-page {
 
  background-image: url(../images/ow-book-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 70px;
}

.about-first-section {
  padding: 70px 0;
}

.about-counter-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}
.about-counter-div li{
  padding: 0 25px;
  position: relative;
}

.about-counter-div li h5{
  font-size: 30px;
  text-align: center;
  letter-spacing: 5px;
  color: #fff;
}
.about-counter-div li::after{
  content: '';
  width: 10px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

.about-counter-div li::after{
  content: '';
  width: 9px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  background-color: #fff;
}

 .about-counter-div li p{
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  padding-top: 10px;
  text-align: center;
}

.about-first-section .about-us-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-size: 3.2rem;
}
.about-first-section .about-us-content h1 span{
color: #1fefbf;
}

.about-first-section .about-us-content p.desc{
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 45px;
}



.about-us-second-wrap  {
  background-image: url(../images/ow-book-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  /* height: 300px; */
}
.about-us-second-wrap h1{
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  /* padding-bottom: 10px; */
  text-align: center;
  line-height: 75px;
  font-size: 3.2rem;
}

.about-us-second-wrap  h1 span{
  color: #1fefbf;
  }
.about-us-second-wrap.third{
  background-color: #272727;
  background-image: none;
}

.about-us-second-wrap.third p{
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  padding-bottom: 20px;
}


.about-us.custslidercurvesec{
  background-image: url(../images/ow-book-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 50px;

}

.image-hover-text-container 
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  transition: all 0.2s linear;
}

.image-hover-image 
{
 display: block;
}
/* Make the image round */
.image-hover-image img
{border-radius: 10px;height: 529px;}



.image-hover-text 
{
  position: absolute;
  top: 0;
  width: 100%;  
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  cursor: default;
  transition: opacity 0.2s linear;
}
.image-hover-text:hover 
{
  opacity: 1;
}


.image-hover-text-bubble 
{
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 100%;
    height: 535px;
    text-align: center;
    background: rgb(37, 172, 141);
    /* border: 1px solid #848484; */
    margin: 0 auto;
    padding: 15% 15px 20px 20px;
    overflow: hidden;
    font-size: 17px;
    word-wrap: break-word;
}

.image-hover-text .image-hover-text-title h1
{
  font-size: 27px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding-bottom: 13px;
  display: block;
}
.image-hover-text-bubble p{
    font-size: 17px;
    width: 90%;
    line-height: 29px;
    color: #fff;
    text-align: left;
    padding-bottom: 10px;
}
.contacts-div{
    margin: 20px 0 0 0;
    background-color: #fff;
    width: 50%;
    padding: 20px 15px 10px;
    border-radius: 10px;
}
.contacts-div p a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 800;

}
.publication-page-banner ul{
  padding-bottom: 50px;
  padding-left: 20px;
}

.publication-page-banner ul li{
  list-style: disc;
  color: #fff;
  line-height: 35px;
  font-size: 18px;
}

.writers-banner.publication-page-banner .writers-section-content p {
  margin-bottom: 0;
  font-size: 18px;
  /* text-transform: uppercase; */
  /* letter-spacing: 0.5px; */
  width: 88%;
  line-height: 32px;
  color: #fff;
}

.publication-first-wrap .btn-div a:first-child {
  margin-right: 12px;
}
.publication-first-wrap {
  padding: 100px 0;
}

.publication-first-wrap .btn-div{
  transform: skewX(-11deg);
  padding-top: 20px;

}


.publication-first-wrap .btn-div a {
  background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 5px;
  padding: 15px 15px !important;
  font-family: "Poppins";
  color: #fff !important;
  font-size: 18px !important;
  font-weight: bolder !important;
}

.publication-first-wrap .content h1{
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  /* padding-bottom: 10px; */
  line-height: 75px;
  font-size: 3.4rem;
}

.publication-first-wrap .content   h1 span{
  color: #1fefbf;
  }

  .publication-first-wrap .content p{
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding-bottom: 20px;
  }

  .publication-first-wrap .promote-book-card h5{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 20px 0;
  }
  .publication-first-wrap .promote-book-card{
    text-align: center;
    padding: 10px 20px;
  }
  .publication-first-wrap .promote-book-card p{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
  }

  .publication-second-wrap {
    background-image: url('../images/ow-book-bg-2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 80px;

}

  .publication-second-wrap .heading h1{
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    /* padding-bottom: 10px; */
    line-height: 75px;
    font-size: 3.4rem;
  }

  .publication-second-wrap .heading h1 span{
  color: #1fefbf;
  }

  .publication-second-wrap .heading p{
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    width: 90%;
    margin: auto;
  }

  .publication-second-wrap .img-div {
    text-align: center;
  }
 
  .publication-second-wrap .img-div h5{
    color: #fff;
    /* font-size: 0.8rem; */
    font-weight: 800;
    padding-top: 30px;
  }

  .publication-third-wrap {
    /* background-color: #000; */
    padding: 50px 0;
  }

  .publication-third-wrap .heading h1{
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    /* padding-bottom: 10px; */
    line-height: 75px;
    font-size: 3.2rem;
    padding-bottom: 2.2rem;

  }
  .publication-third-wrap .heading h1 span{
  color: #1fefbf;

  }

  .publication-third-wrap .public-sell-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
  }

  .publication-third-wrap .public-sell-card .content{
    padding-left: 15px;
    padding-top: 15px;
  }


  .publication-third-wrap .public-sell-card .content h5{
    color: #000;
    font-size: 1.2rem;
    font-weight: 800;
  }

  .publication-third-wrap .public-sell-card .content p{
    padding-top: 5px;
    font-size: 17px;
    color: #000;
    line-height: 25px;
    width: 100%;
  }

  .public-sell-card .img-div img{
   height: 8rem;
   width: auto;
  }

  .publication-fourth-wrap {
    background-image: url('../images/ow-book-bg-2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 80px;
  }

  .publication-fourth-wrap .heading h1{
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    /* padding-bottom: 10px; */
    line-height: 75px;
    font-size: 3.2rem;
  
  }

  .publication-fourth-wrap .heading h1 span{
  color: #1fefbf;
  }

  
  .publication-fourth-wrap .heading p{
  font-size: 19px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  width: 100%;
  }

  .publication-fourth-wrap .content h1{
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    /* padding-bottom: 10px; */
    line-height: 48px;
    font-size: 2.6rem;
  }

  .publication-fourth-wrap .content h1 span{
    color: #1fefbf;
    }

  .publication-fourth-wrap .content p{
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    width: 100%;
    padding-bottom: 12px;
  }
  .publication-fourth-wrap .img-div img{
    border-radius: 20px;
  }
  .publication-fourth-wrap .content ul{
    padding-left: 20px;
  }
  .publication-fourth-wrap .content ul li{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    list-style: disc;
  }

  
  .publication-fourth-wrap .content p span{
    color: #1fefbf;
    font-weight: 800;
    }

    .publication-fourth-wrap.second{
      background-image: none;
    }
/* 
    .publication-first-wrap .img-div img{
      height: 600px;
      width: 500px;
    } */

    .publication-fourth-wrap.manuscript ul li{
      list-style: none;
    }

    .publication-fourth-wrap.manuscript ul li i{
      padding-right: 8px;
    }

    .publication-fourth-wrap .content .btn-div {
      transform: skewX(-11deg);
      padding-top: 40px;
    }
    .publication-fourth-wrap .content .btn-div a{
        background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);
        font-size: 18px !important;
        font-weight: 500 !important;
        border-radius: 5px;
        padding: 14px 15px !important;
        color: #fff !important;
        font-size: 18px !important;
        font-weight: bolder !important;
        border: none;
    }
    .publication-fourth-wrap .content .btn-div a:first-child{
      margin-right: 10px;
    }
    .publication-fourth-wrap.manuscript .content p{
      padding-top: 15px;
    }


    .sell-book-section.publication-page-section{
      background-image: none;
    }

    .sell-book-section.publication-page-section{
      background-image: none;
    }
    .contact-us.section.sixthbooksection.publication-page-section{
      background-image: url('../../assets/images/ow-book-bg.png') !important;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;

    }

    .testimonial-section.publication-page-section {
      background-image: none !important;
    }


    /* tabbing section css atrt here */

    
.sampleSec-02 .box-sample {
	width: 100%;
}

.banner.banner-contact {
	background: url(../images/banner-contact-bg.jpg) no-repeat center;
	padding: 70px 0 0px;
}

section.get_quote {
	display: block;
	padding: 50px 0;
}

section.get_quote h2.heading {
	text-align: center;
}

section.get_quote p.para {
	text-align: center;
	margin-bottom: 30px;
}

section.get_quote .quote_inner {
	background: #222f3e;
	padding: 40px 20px;
}

section.get_quote .quote_inner .margin-bottom-20 {
	margin-bottom: 20px;
}

section.get_quote .quote_inner input {
	height: 45px;
	border-radius: 0;
}

section.get_quote .quote_inner textarea.form-control {
	resize: none;
	height: 150px;
	border-radius: 0;
}

section.get_quote .quote_inner input#quoteSubmit {
	width: 100%;
	font-size: 20px;
	text-transform: uppercase;
	background: #ffe005;
	border: 0;
	font-weight: 600;
}




/* service pages css start here */

.ghost-book-writing-banner {
  background-image: url('../images/ghost-banner.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.ghost-book-writing-banner p.banner-get-line{
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
}

.ghost-book-writing-banner h1{
  color: #000 !important;
}
.ghost-book-writing-banner p{
  color: #000 !important;
}
.ghost-book-writing-banner ul li{
  color: #000 !important;

}
.ghost-book-writing-banner ul{
  padding: 0 !important;
  padding-left: 20px !important;
  padding-top: 12px !important;
}
 
.ghost-book-writing-banner .writers-section-content p span.red-bold {
  padding: 5px 10px;
  background: red;
  /* margin: 0  10px; */
  font-size: 18px;
  color: #fff;
}

.ghost-book-writing-banner p span{
  color: #000;
  font-size: 15px;
}

.ghost-first-wrap .content h1{
  line-height: 50px;
  font-size: 2.9rem;

}

.enter-the-world-literature {
  background-image: url('../images/literature-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.enter-the-world-literature .content{
  text-align: center;
}

.enter-the-world-literature .content h1{
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
}

.enter-the-world-literature .content p{
  padding: 10px 0;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

.enter-the-world-literature .content .btn-div {
  transform: skewX(-11deg);
  padding-top: 40px;
}
.enter-the-world-literature .content .btn-div a{
    background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    padding: 9px 15px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bolder !important;
    border: none;
}
.enter-the-world-literature  .call-phone {
  margin: 20px 0;
}
.enter-the-world-literature .call-phone p a{
  color: #000;
  font: 18px;
  margin: 10px 0;

}

.client-say-card {
  color: #fff;
  display: flex;
  align-items: flex-start;
}

.client-say-card .content {
  margin-left: 20px;
}
.client-say-card .content h1{
  padding-top: 10px;
  font-size: 18px;
  color: #fff;
}

.client-say-card .content p{
  font-size: 14px;
  color: #fff;
  padding-top: 20px;
}

.client-say-card  .img-div img{
  width: 500px;
}

.clients-say-about-section {
  padding: 50px 0;
}
.clients-say-about-section .heading h1{
   font-size: 3.2rem;
   text-align: center;
   color: #fff;
   font-weight: 800;
   padding-bottom: 10px;
}

.clients-say-about-section .heading p{
  font-size: 17px;
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
}





/* ahmed work css*/



.e-book-box{
  display: flex;
  padding: 10px 20px;
}
.our-approach {
  padding: 50px 0px;
}
.get-in-touch {
  background-color: #60d497;
  padding: 50px 0px;
} 
.get-in-touch .img-div {
  float: right;
}
.get-in-touch-content h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 35px;
}
.get-in-touch-content h4 {
  font-weight: bold;
  font-size: 19px;
  line-height: 30px;
}

.get-in-touch .get-in-touch-content .btn-div {
  transform: skewX(-11deg);
  padding-top: 40px;
}
.get-in-touch .get-in-touch-content .btn-div a{
    background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    padding: 9px 15px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bolder !important;
    border: none;
}

.get-in-touch .get-in-touch-content .number{
  padding-top: 20px;
}
.get-in-touch .get-in-touch-content .number a{
  color: #000;
  font-size: 16px;
  font-weight: 600;

}

.what-your-get {
  padding: 75px 0 50px;
}

.what-your-get h2{
  font-size: 3.2rem;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 60px;
}


.what-your-get h4{
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 20px;
  text-transform: capitalize;
}


.what-your-get p{
  font-size: 16px;
  color: #fff;
}
.what-your-get .card-content {
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 20px;
  align-items: flex-start;
}

.our-approach {
  padding: 50px 0;
}
.our-approach h2{
  font-size: 3.2rem;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;

}

.our-approach p{
  font-size: 16px;
  color: #fff;
  padding-bottom: 45px;
}

.our-approach h4{
  font-size: 20px;

  color: #1fefbf;
  padding: 20px 0;
  text-transform: capitalize;
}
.service-editing {
  background-image: url('../images/editing-banner.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-editing .writers-section-content h1 {
  margin-top: 0px;
  /* margin-bottom: 3px; */
  font-size: 2.5rem;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff !important;
  letter-spacing: 3px;
}
.service-editing .writers-section-content p{
  color: #fff !important;
}
.service-editing .writers-section-content p span{
  color: #fff !important;
}

.service-editing-logos {
  position: static;
}

.professional-editing {
  padding: 50px 0;
}

.professional-editing h2{
  font-size: 2.9rem;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.professional-editing p{
  font-size: 16px;
  color: #fff;
  padding-bottom: 45px;
}

.professional-editing .btn-div {
  transform: skewX(-11deg);
  padding-top: 40px;
}
.professional-editing .btn-div a{
    background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    padding: 9px 15px !important;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: bolder !important;
    border: none;
}

.service-editing-wrap-2 .promote-book-card {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* .service-editing-wrap-2 .promote-book-card .img-div img{
  width: 100px;
} */

.service-editing-wrap-2 .promote-book-card h5{
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
}

.service-editing-wrap-2 .promote-book-card p{
  color: #fff;
  font-size: 15px;
  padding: 10px 0;
}

.book-publishing  {
  background-image: url('../images/book-punlishing-banner.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.publish-sell{
  display: flex;

}
.publish-sell-your  {
  padding: 50px 0;
}

.publish-sell-your .publish-sell .card-content1 h4{
  font-weight: 700;
  color: #fff;

}

.publish-sell-your .publish-sell .card-content1 p{
  color: #fff;
  font-size: 15px;
  padding: 10px 0;
}
.publish-sell-your h2{
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
  padding-bottom: 40px;
}

.publish-sell-your .publish-sell .card-content1{
  padding-left: 10px;
}

.novel-writing {
padding: 50px 0;
}

.novel-writing h2{
  color: #fff;
}


.novel-writing p{
  color: #fff;
}


.novel-writing ul li i{
  padding-right: 10px;
  color: #1fefbf;
}

.novel-writing ul li {
  color: #fff;
}



.novel-writing .btn-div {
  transform: skewX(-11deg);
  padding-top: 40px;
}
.novel-writing .btn-div a{
    background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    padding: 9px 15px !important;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: bolder !important;
    border: none;
}




/* dropdown css start here */
.dropdown{
  position: relative;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content{
	transition: 0.5s;
	position: absolute;
	top: 60px;
	left: -250%;
	display:none;
	z-index: 99999999;
}

.div-flex{
  width: 300%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
 
}

.div-flex ul{
  display: flex;
  flex-direction: column;
}

.div-flex ul li{
  padding: 0 0 10px 0;
}

.div-flex ul li a{
  font-weight: 400;
  font-size: 16px;
  color: #000;
} 
.service-book-publishing-second-wrap{
background-color: #000;
padding: 40px 0;
  

}

.service-book-publishing-second-wrap .heading h1{
  font-size: 2.9rem;
  text-align: center;
  font-weight: 800;
  color: #fff;


}

.service-book-publishing-second-wrap .heading p{
  font-size: 16px;
  text-align: center;
  color: #fff;


}
.service-book-publishing-tabing-wrap {
  background-image: url('../images/book-publishing-1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-book-publishing-second-wrap {
  background-color: #233041;
  padding: 50px 0;
}

.service-book-publishing-tabing-wrap .tab-content p{
  color: #fff;
}

.marketing-tabing-card-section .marketing-tabing-card {
  text-align: left;
  color: #fff;
  /* float: left; */
  transform: translate(-50%,-50%);
  left: 25%;
  position: absolute;
  top: 50%;
  /* margin: 129px auto; */
}
.marketing-tabing-card-section .marketing-tabing-card h1{
  font-weight: 800;
  font-size: 1.5rem;
  color: #fff;
}


.marketing-tabing-card-section .marketing-tabing-card p{
  font-size: 17px;
  color: #fff;
}
.marketing-tabing-card-section {
  background-image: url('../images/book-publishing-1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0;
}

.marketing-tabing-card-section .tab {
  margin-bottom: 15px;
  text-align: center;
  padding: 30px 0;
}

.marketing-tabing-card-section .tab h3{
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding-top: 10px;

}

.marketing-tabing-card-section .tab:active{
  background-color: transparent !important;
}

.book-youtube-video-section  {
  padding: 50px 0;
}

.book-youtube-video-section .heading{
  text-align: center;
  padding: 50px 0;
}

.book-youtube-video-section .heading h1{
  text-align: center;
  color: #fff;
  font-size: 2.9rem;
  padding-bottom: 10px;
}

.book-youtube-video-section .heading p{
  text-align: center;
  color: #fff;
  font-size: 17px;
}

.book-youtube-video-section .youtube-video-card {
  text-align: center;
  color: #fff;
}

.book-youtube-video-section .youtube-video-card .img-div img{
  text-align: center;
  width: 100%;
}

.book-youtube-video-section .youtube-video-card h2{
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 0;
  color: #fff;
}


.book-youtube-video-section .youtube-video-card p{
  font-size: 15px;
  padding: 10px 0;
  color: #fff;
}

.service-illustration-card {
  display: flex;

}

.service-illustration-card .content-card {
  width: 60%;
  margin-right: 50px;
}

.service-illustration-card .content-card h2{
  color: #000;
  padding: 10px 0;
  text-transform: uppercase;
}


.service-illustration-card .content-card p{
  color: #000;
}


.service-illustration-card .content-card .btn-div {
  transform: skewX(-11deg);
  padding-top: 40px;
}
.service-illustration-card .content-card .btn-div a{
    background: radial-gradient(circle at center right,#2ead8f,#e74226 100%);
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    padding: 9px 15px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bolder !important;
    border: none;
}

.service-illustration-card .content-card span{
  background-color: #1fefbf;
  color: #fff;
  padding: 5px 10px;
  font-weight: 800;
  font-size: 17px;
}
.service-design-illustration-carousel{position: relative;}

.service-design-illustration-carousel .owl-next, .service-design-illustration-carousel .owl-prev {
  width: 60px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 80%;
  font-size: 20px;
  /* color: #fff; */
  text-align: center;
  /* background: transparent; */
  color: #ffffff;
  background-color: #000 !important;
  border-radius: 50%;
}
.service-design-illustration-carousel .owl-prev {
  left: -70px;
  left: 4%;
}
.service-design-illustration-carousel .owl-next {
  right: -70px;
  top:  80%;
  left: 10%;
}





.logo-banner-images{
  background-color: #e9f9f1;
  padding: 50px 0;
  }
  
  .professional-editing p {
    padding: 20px 0px;
  }


  
.service-ebook-banner {
  background-image: url('../images/ebook-writing-image.jpg') !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.book-video-trailer-banner {
  background-image: url('../images/book-video-trailer-image.jpg') !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.author-website-banner {
  background-image: url('../images/author-website-image.jpg') !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;

}
.author-website-banner p{
  color: #fff;
}
.service-book-marketing-banner {
  background-image: url('../images/book-marketing-image.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.service-book-cover-design-banner{
  background-image: url('../images/book-cover-design-image.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}


.service-book-illustraion-banner{
  background-image: url('../images/design-Illustration-image.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-design-illustration-carousel-section{
  background-image: url('../images/illus-5.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.service-design-illustration-carousel-section .heading {
  text-align: center;
  padding: 10px 0 30px;
}

.service-design-illustration-carousel-section .heading h1{
  text-align: center;
  color: #000;
}


.service-design-illustration-carousel-section .heading p{
  text-align: center;
  color: #000;
}

.professional-audio-book-banner {
  background-image: url('../images/professional-audio-book-image.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.novel-script-banner{
  background-image: url('../images/novel-writing-image.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

a.nav-item.nav-link:hover {
  color: #1fefbf !important;
}

.div-flex ul li a:hover {
  color: #1fefbf;
}

.promote-book-card:hover {
  box-shadow: rgb(0 0 0 / 20%) 0px 8px 13px 0px;
}


.e-book-box:hover{
  box-shadow: rgb(0 0 0 / 20%) 0px 8px 13px 0px;
}


ul.inlinebottombarlinks
{
	display: none;
}
