
body {
  font-family: "Comfortaa", sans-serif;
  color: #444444;
}
p{
  font-family: 'Heebo';
}

a {
  color: #d9383a;
  text-decoration: none;
}

a:hover {
  color: #d9383a;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

.ml-2 {
    margin-left: 30px;
}

#hero h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.secv h2{
  color: #fff;
  text-align: center;
}

h6.siz {
    font-size: 26px;
    padding: 5px 0;
}

a.get-started-btn {
    background: #e03a3c;
    margin-left: 25px;
    padding: 8px 20px !important;
    border-radius: 5px;
    color: #FFF !important;
}

a.btn-strt {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 34px !important;
    border-radius: 10px;
    transition: 0.5s;
}

a.btn-strt:hover {
    border: 2px solid #d9383a;
    background-color: #d9383a;
}

.process-section {
    text-align: center;
    display: flex;
    align-items: center;
}

a.get-started-btn {
    background: #e03a3c;
    margin-left: 25px;
    padding: 8px 20px;
    border-radius: 5px;
    color: #FFF;
}

section#clients {
    padding-bottom: 0;
    padding-top: 30px;
}

section.icn-sec {
    margin-bottom: -10px;
}

.fin-box {
    background: #252525;
    padding: 18px 26px;
     min-height: 220px; 
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    transition: 0.55s !important;
}

.fin-box:hover {
    background: #e03a3c;
}

.fin-box h4 a{
  font-size:18px;
  color: #fff;
  line-height: 48px
}

.process-section .col-lg-12 {
    padding: 17px;

    margin: 9px;
}

.box-sec {
    box-shadow: 0 0 20px #00000014;
    padding: 27px 24px 20px;
    border-radius: 20px;
    font-size: 15px;
    transition: 0.56s;
    border: 2px solid #d63739;
}

.box-sec p {
    text-align: justify;
    font-size: 13px;
}
.process-section h3 {
    font-size: 17px;
}

.box-sec img {
    width: 28%;
    border: 2px solid #d63739;
    margin-bottom: 15px;
    border-radius: 95px;
    padding: 16px;
    background: #fff;
}

.box-sec:hover {

    background: linear-gradient(150deg, #d63739 0%, #000 320%);
    color: #fff !important;
}




.slider-text h4 {
    text-align: center;
    padding-top: 20px;
}


.slider-text h4 span {
    font-size: 31px;
    color: #e03a3c;
}

.banr-frm {
    width: 100% !important;
}

.banr-frm  input[type="submit"] {
    color: #fff !important;
    background: #e03a3c;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #d9383a;
  border-top-color: #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d9383a;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #000;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(1, 4, 136, 0.9);
}
#header.header-transparent {
  background: #fff;
}
#header.header-scrolled {
  background: #ffffffe0;
  height: 60px;
  backdrop-filter: blur(3px); 
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  color: rgba(0, 0, 0, 0.9);
  white-space: nowrap;
  transition: 0.3s;
  margin: 0 5px;
  border: 1px solid transparent;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 30px;
  background-color: #d9383a;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 25px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #000;
  border: 1px solid;
  border-radius: 5px;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #01036f;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #d9383a;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(36, 36, 38, 0.9);
  transition: 0.3s;
  z-index: 999;
  height: 100vh;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li > a:before {
  left: 20px;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #e03a3c;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #d9383a;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.copyright a {
    color: #fff;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: url("../img/hero-bg.jpg");
  position: relative;
  padding: 120px 0 0 0;
  background-size: 100%;
}

.hero2{
    background: url("../img/hero-bg2.jpg") !important;
    
    background-size:cover !important;
}



.hero3{
    background: url("../img/hero-bg3.jpg") !important;
    background-size:cover !important;
}



.hero4{
    background: url("../img/hero-bg4.jpg") !important;
    background-size:cover !important;
}



.hero5{
    background: url("../img/hero-bg5.jpg") !important;
    background-size:cover !important;
}


#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.8);
}
#hero h1 span {
  color: #fff;
  border-bottom: 4px solid #d9383a;
}
#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 100;
  line-height: 32px;
}
#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #d9383a;
}
#hero .btn-get-started:hover {
  background: #17b57d;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  #hero {
    padding-top: 80px;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    max-width: 50%;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #faf0f0;
}

.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 29px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d9383a;
  font-family: "Montserrat", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #000;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}




.anim-img{
position: absolute;
width: 90%;
  animation: mymove 5s infinite;
}

@keyframes mymove {
  0%   {top: 0px;}
  50%  {top: 20px; }
  100%  {top: 00px;}
  
}



.count-box {
    background: #fff;
    padding-top: 13px;
}

.count-box{
  padding-bottom:  13px
}


.ht {
    min-height: 380px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafaff;
  min-height: 40px;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 64px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

section.pckgs {
    background: #e03a3c14;
    padding-bottom: 55px;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 40px 0 0 0;
}
.about .icon-boxes h6{
  color: #d9383a;
}

.about .icon-boxes h6::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #000;
    margin: 4px 10px;
}

.about .icon-boxes h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.icn-sec,.icn-sec .row {
  margin-top:20px;
    padding: 0;
}



.icn-sec .col-lg-3 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.icn-sec .col-lg-3:nth-child(even){
  background: #222;
  padding: 30px 0 ;
  color: #fff;
}


.icn-sec .col-lg-3:nth-child(odd){
  background: #333;
  padding: 30px 0;
  color: #fff;
}


.about .icon-boxes ul {
    list-style: none;
    padding: 0;
}

.about .icon-boxes i {
    color: #d9383a;
    font-size: 20px;
}

.cnt-sec a {
    font-size: 14px;
}

.about .icon-box {
  margin-top: 40px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #7ceec6;
  border-radius: 50px;
  transition: 0.5s;
}
.about .icon-box .icon i {
  color: #d9383a;
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: #d9383a;
  border-color: #d9383a;
}
.about .icon-box:hover .icon i {
  color: #fff;
}
.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.about .icon-box .title a:hover {
  color: #d9383a;
}
.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}
.about .video-box {
  background-size: contain;
  min-height: 300px;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#3f43fd 50%, rgba(63, 67, 253, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}


.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(63, 67, 253, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
  border-left: 15px solid #3f43fd;
  transform: scale(20);
}
.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}



@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #d9383a26;
  transition: ease-in-out 0.3s;
}
.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}
.features .icon-box h3 a {
  color: #000;
  transition: ease-in-out 0.3s;
}
.features .icon-box h3 a:hover {
  color: #000;
}
.features .icon-box:hover {
  background: #0000000a;
}

.iconify {
    font-size: 32px;
    margin-right: 12px;
}








/*--------------------------------------------------------------
# CTA Banner
--------------------------------------------------------------*/
.cta-banner {
    background: url(../img/cta-thebg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 99px 0;
}

.cta-banner h4 {
    font-size: 34px;
}

.cta-banner a {
    background: #d9383a;
    padding: 15px 30px;
    color: #fff;
    border-radius: 35px;
    transition: 0.85s;
}

.cta-banner a:hover {
    background: #000;
}



.cta-banner h5{
  margin-bottom: 10px;
}




/*--------------------------------------------------------------
# CTA Banner 6 colum
--------------------------------------------------------------*/
.cta-banner-6 {
    background: url(../img/cta-banners.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: left;
    padding: 99px 0;
      background-position: bottom;
}

.cta-banner-6 h4 {
    font-size: 34px;
}

.cta-banner-6 a {
    background: #d9383a;
    padding: 15px 30px;
    color: #fff;
    border-radius: 35px;
    transition: 0.85s;
}

.cta-banner-6 a:hover {
    background: #000;
}



.cta-banner-6 h5{
  margin-bottom: 10px;
}




/*--------------------------------------------------------------
# Packages
--------------------------------------------------------------*/

.pckgs ul {
    list-style: none;
    padding: 0;
}

.pckgs ul > li {
    display: flex;
        padding: 6px 0px;
}

.pckgs ul > li i {
    font-size: 25px;
    line-height: 0;
    padding-right: 10px;
    color: #e03a3c;
}

.pckgs {
    padding-bottom: 20px;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #0000000a;
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #d9383a;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 48px;
  height: 48px;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #d9383a;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.testimonials h5 {
    text-align: center;
}

.testimonials h3 {
    text-align: center;
}
section#testimonials {
    padding-top: 30px;
    background:url(/authorz/assets/img/testim.jpg);
    background-size:cover;
}


section.fliter-portfolio {
    padding: 30px 0;
}


.details .content + .content {
  margin-top: 100px;
}
.details .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #000;
}

.details .content h6{
  color: #d9383a;
}

.details .content h6::after{
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #000;
  margin: 4px 10px;
}

.details .content ul {
  list-style: none;
  padding: 0;
}
.details .content ul li {
  padding-bottom: 10px;
}
.details .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #d9383a;
}
.details .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}
.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: -50px 0 40px 68px;
    color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #e03a3c;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #faf0f0;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}




.section-titlez h3 {
    background: none !important;
    color: #333 !important;
    text-align: center;
    font-size: 38px !important;
}

ul.scrol {
    list-style-type: disclosure-closed !important;
    text-align: left !important;
    padding: 0 55px !important;
    height: 140px;
    overflow-y: auto;
}

ul.scrolzz {
    list-style-type: disclosure-closed !important;
    text-align: left !important;
    padding: 0 55px !important;
    height: 340px;
    overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d9383a; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.my-flx {
    display: flex;
    align-items: center;
}


.my-flx .col-lg-4 {
    padding: 0;
    box-shadow: 0 0 20px 8px #0000001a;
    border-radius: 17px;
}


.my-flx .col-lg-4 h3 {
    font-size: 20px;
    font-weight: 700;
    color: #e03a3c;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}
.team .member img {
  transition: all ease-in-out 0.4s;
}
.team .member:hover img {
  transform: scale(1.1);
}
.team .member .member-info {
  position: absolute;
  bottom: -80px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #01036f;
  position: relative;
  padding-bottom: 10px;
}
.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #0d12fc;
  bottom: 0;
  left: calc(50% - 25px);
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #01036f;
}
.team .member .social {
  margin-top: 10px;
}
.team .member .social a {
  transition: color 0.3s;
  color: #01036f;
}
.team .member .social a:hover {
  color: #d9383a;
}
.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #d9383a;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #d9383a;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 0px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
    background: #d9383a;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    transition: 0.3s;
    width: 100%;
}
.pricing .btn-buy:hover {
  background: #333;
}
.pricing .featured h3 {
  color: #fff;
  background: #d9383a;
}
.pricing .advanced {
    width: 230px;
    position: absolute;
    top: 45px;
    right: -52px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 17px;
    padding: 8px 0 3px 0;
    background: #d9383a;
    color: #fff;
}

.btn-wrap-chat {
    background: #ffffff00 !important;
    padding: 12px 0 0 0 !important;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #d9383a;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #d9383a;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 32px 0;
  border-radius: 4px;
}
.contact .info-box i {
  font-size: 32px;
  color: #e03a3c;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f8d4d5;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
/*  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  border-radius: 4px;
}*/
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 25px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #111111;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #e03a3c;
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #e35052;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#footer {
    color: #fff;
    font-size: 14px;
    background: #111111;
    padding-top: 60px;
}

#footer .social-links a:hover {
    background: #e03a3c;
    color: #fff;
    text-decoration: none;
}
#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2b2b2b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}


#footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#footer ul a {
    color:#fff;
}


#footer ul a:hover {
    text-decoration:underline;
}


@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}



/******/
@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 4;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 5;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 6;
}

/* Border Box */
* {
  box-sizing: border-box;
}


#timeline {
  padding: 100px 0;
  background: #f7f7f7;
  border-top: 1px solid rgba(191, 191, 191, 0.4);
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1650px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 315px;
  }
}
#timeline .demo-card .body p {
    font-size: 18px;
    line-height: 37px;
    margin-bottom: 15px;
    margin-top: 30px;
}

#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #46b8e9;
}
#timeline .demo-card--step1 .head::after {
  border-color: #d9383a;
}
#timeline .demo-card--step2 {
  background-color: #d9383a;
}
#timeline .demo-card--step2 .head::after {
  border-color: #d9383a;
}
#timeline .demo-card--step3 {
  background-color: #d9383a;
}
#timeline .demo-card--step3 .head::after {
  border-color: #d9383a;
}
#timeline .demo-card--step4 {
  background-color: #d9383a;
}
#timeline .demo-card--step4 .head::after {
  border-color: #d9383a;
}
#timeline .demo-card--step5 {
  background-color: #d9383a;
}
#timeline .demo-card--step5 .head::after {
  border-color: #d9383a;
}


/*************************/

#timeline .demo-card--step1 {
    background-color: #d9383a;
}








/*******right button**********/




.Rightbutton {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: fixed;
  right: -370px;
  top: 18%;
  font-size: 0;
  width: 420px;
  z-index: 999
}

.btns_wrap {
  position: fixed;
  right: -6px;
}

.btns_wrap a:hover {
  text-decoration: none!important;
  right: 0
}

.btns_wrap a {
  background: #e03a3c;
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  padding: 11px 0;
  top: 5px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026!important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 3px 0 0 3px;
  z-index: 9999;
}

.btns_wrap .call_wrap {
  width: 280px;
  position: absolute;
  right: -225px;
  top: 64px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026!important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9999
}

.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
  color: #fff;
  background: -moz-linear-gradient(-45deg, #2a3db6 0, #1169cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3db6', endColorstr='#1169cd', GradientType=1);
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px
}

.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}


.Rightbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.Rightbutton {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: fixed;
  right: -370px;
  top: 18%;
  font-size: 0;
  width: 420px;
  z-index: 999
}

.Rightbutton .clickbutton {
  background: #e03a3c;
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
  border-radius: 3px 0 0 3px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  font-family: 'Heebo', sans-serif;
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026
}

.Rightbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}

.Rightbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}

.Rightbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  left: -40px;
  white-space: pre;
  bottom: 87px
}

.Rightbutton .clickbutton .crossplus.rotate {
  transform: rotate(45deg);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.Rightbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #fff;
  margin: 17px 0 0 15px
}

.banner-form {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 9!important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f
}

.ban-form input {
  width: 100%;
  margin: 0;
  border: 1px solid #333333;
  background: white;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: none!important;
  margin: 0 0 15px 0
}

.ban-form select {
  width: 100%;
  margin: 0;
  border: 1px solid #333333;
  background: white;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: none!important;
  margin: 0 0 15px 0
}

.banner-form .intl-tel-input {
  width: 100%
}

.banner-form h3 {
  color: #141315;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700
}

.banner-form h3 strong {
  font: 24px/24px "Montserrat", sans-serif;
  font-weight: 600
}

.ban-form input[type="submit"] {
  color: #0e0e0e;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: 3px solid red;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500
}

.ban-form textarea {
  width: 100%;
  border: 1px solid #333333;
  background: white;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 90px;
  outline: none!important;
  resize: none
}

.ban-form .form-group.inpchecbx label {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #676767;
  font-size: 13px
}

.ban-form .form-group.inpchecbx input {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0
}



input.slid-inp {
    padding: 5px 15px;
}

.slid-btn {
    padding: 7px 30px;
    border: none;
    background: #d9383a;
    color: #fff;
}

input.hidden {
    display: none;
}

input.slid-inp:focus-visible {
    outline: 0;
}



.swiper-wrapper {
    padding: 40px 0;
}

.testimonial .testimonial-item {
    background: #f7aaab66;
    padding: 10px;
    min-height: 340px;
    border-radius: 16px;
}



.slid-inp {
    width: 110%;
    height: 55px;
}

#hero > div > div > div.col-lg-12.order-1.order-lg-2.hero-img.aos-init.aos-animate > form > div > div:nth-child(4) > button {
    padding: 16px 35px;
    border: none;
    margin: -1px;
}

.cta-banner h4 {
    font-size: 44px;
}

.cta-banner p {
    font-size: 22px;
}

.cont h2 {
    font-size: 30px;
}


.cnt-blk-sec a {
    padding: 10px 20px !important;
    border: 2px #fff solid;
    padding: 0 23px;
    color: #FFF;
    transition: 0.45s;
    border-radius: 10px;
    background-color: #1b1b1b;
}

.cnt-blk-sec {
    margin: 0 auto;
    text-align: center;
    padding: 28px;
}


div#myBtnContainer {
    display: flex;
    justify-content: center;
}
.activet {
    background: #e03a3c;
    color: #fff;
}


.port:hover {
    color: #ffffff;
    background: #e03a3c;
}

.row {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width:100%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}




.new-bgg {
    background: url(../img/section2.png) center center no-repeat !important;
    background-size: contain !important;
}

.abt-sec{
    background: url(../img/about2.png) center center no-repeat !important;
    background-size: contain  !important;
}


.abt-sec4{
    background: url(../img/about4.png) center center no-repeat !important;
    background-size: contain  !important;
}

.section-bg-img{
  background-image: url(../img/black-red.jpg) !important;
}



.cta-banner2 {
    background: url(../img/cta-book2.jpg) !important;
}
.cta-banner3 {
    background: url(../img/cta-book3.jpg) !important;
}

.cta-banner4 {
    background: url(../img/cta-book4.jpg) !important;
}

.services .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #252525;
    transition: 0.3s;
}

.services .icon-box i {
    float: left;
    color: #e03a3c;
    font-size: 40px;
    line-height: 0;
}
.services .icon-box h4 a:hover {
    text-decoration: underline;
}


.services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .icon-box h4 a {
    color: #fff;
    transition: 0.3s;
}  


.services .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 16px;
    color: #fff
}

.services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

i.bix {
    margin-top: 20px;
    font-size: 50px !important;
}

.cnt-sec a {
    border: 2px solid;
    padding: 16px 28px;
    border-radius: 9px;
    transition: 0.5s;
    background: #fff;
}

.cnt-sec a:hover {
 color: #fff;
  background: #d9383a;
}


.abt-sec3 {
    background: url(../img/about3.png) center center no-repeat !important;
    background-size: contain !important;
}

section.header-title {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
        background: url(../img/sev1.jpg) ;
        color: #fff;
}
.header-title h1{
        padding-top: 40px;
}



@media only screen and (max-width: 800px){
    .cont h2 {
    line-height: 1 !important;
}
}




@media only screen and (max-width: 500px){
    .cont h2 {
    line-height: 1 !important;
}
   a.btn-strt{
      padding: 12px 16px !important;
}
.anim-img{
  display: none
}

.cnt-blk-sec a{
  font-size: 13px;
}

#timeline h1 {
    font-size: 26px;
}

.cta-banner h4 {
    font-size: 28px;
}

.cta-banner p {
    font-size: 18px;
}

.cont h2
{
  line-height: 28px
}
a.get-started-btn {
    width: 34%;
    margin-left: 17px;
} 

button.btn.port {
    font-size: 11px;
}

a.btn-strt {
    font-size: 11px;
}

.about h3 {
    font-size: 33px !important;
}

.cta-banner a {
    font-size: 11px;
    padding: 12px 13px;
}

button.btn.port {
    font-size: 10px;
    padding: 3px;
}

section.details {
   color: #fff;
}

.cnt-blk-sec {
    padding: 20px 0 0 0;
}

.section-title p {
    font-size: 27px;
}

.revrc {
    flex-direction: column-reverse;
}

.cta-banner h1 {
    font-size: 30px;
} 


}

@media only screen and (max-width: 350px){
    a.btn-strt {
    font-size: 9px;
}
    
    .cnt-blk-sec a {
    font-size: 9px;
    padding: 12px 11px !important;
    }
    
    .slider-text  h4 {
    font-size: 16px;
}

.cta-banner a {
    font-size: 11px;
    padding: 12px 13px;
}

.cnt-sec a {
    font-size: 13px;
    padding: 13px 14px !important;
}

.about h3 {
    font-size: 28px !important;
}

.section-titlez h3{
    font-size:30px !important;
}
}




.contact .php-email-form {
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px;
    border-radius: 4px;
}


.section-title.cont h3 {
    color: #fff;
    text-align: center;
    margin-bottom: -35px;
}

section.details {
    background: url(../img/why-us.jpg);
    background-size:cover;
}
.widgets-nav-social ul li{
    padding:8px;
    display:inline-block;
}











/************************** popup  ************************************/
span.boldr {
    font-weight: 800;
    color: #fe4b8c;
    font-size: 30px;
}

.modal {
    top: 11%;
}

.modal-content {
    /*background: rgba(88, 88, 88, 0.55);*/
   background: url(../img/authorscrew.jpg) no-repeat ;
   background-position: center top;
   background-size: cover;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    /*backdrop-filter: blur(17.0px);*/
    /*-webkit-backdrop-filter: blur(17.0px);*/
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    position: fixed;
    overflow: hidden;
    max-width: 600px;
    width: 100%;
    min-height: 500px;
    padding-bottom: 0px;
    top: 45%;
    /*left: 50%;*/
    background-size: 100% 100%;
    z-index: 99999;
}
}

.modal-header {
    padding: 0;
    border: none;
    text-align: center;
}

.modal-header img {
    padding-top: 15px;
}

button.close {
    /* content: '\f0c0'; */
    color: #fff;
    font-size: 40px;
    /* font-family: FontAwesome; */
    /* z-index: -1; */
    width: 64px;
    height: 64px;
    position: absolute;
    top: -1px;
    right: 1px;
    display: block;
     opacity:1; 
}

.close-modal-btn {
    background: #be1426 !important;
}

.book-modal-btn {
    background: green !important;
    margin-left: 40px;
    
}

/* button.close{
    background:url(img/cross.png) no-repeat 0 0; 
    width:16px;
    height:16px;
    position:absolute;
    top: -1px;right: 1px;
    display:block;
    opacity:1;
} */
h4.modal-title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0px 0px 0px;
    text-align: center;
}

#popupform input.cn {
    color: white;
    background-color: #ccc;
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 2px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid green;
}

#popupform input.cn::placeholder {
    color: black;
}

#popupform label {
    color: #fff;
}

#popupform textarea {
    width: 100%;
    height: 66px;
    padding: 7px 9px;
    color: #57ca85;
    font-size: 13px;
}

#popupform button, #popupform input[type=submit] {
    border-radius: 10px;
    background: #be1426;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 7px 18px;
    font-size: 19px;
    display: inline-block;
}

.modal-dialog {
    max-width: 500px;
     
}

.field:nth-child(2) input.cn {
    background-position: 0 -54px !important;
}

.field:nth-child(3) input.cn {
    background-position: 0 -106px !important;
}

#popupform p {
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-left: 40px !important;
    margin: 19px 0 0;
}

.modal-header img {
    width: 30%;
}

.fade.in {
    overflow: hidden;
}

input#phones {
    width: 100%;
    border: 1px solid #F21B3F;
    padding: 6px 7px;
}

div#popupform h3 span {
    font-size: 18px;
}

constructed stylesheet div#popupform h3 {
    text-align: center;
    margin: 0 0 20px;
    color: #000;
}

.fm {
    border-radius: 0;
    border: 1px solid #F21B3F;
    margin: 0 0 15px;
}

.fun {
    margin: -77px 0 0;
}

div#popupform {
    width: 100%;
}

div#popupform h3 {
    text-align: center;
    margin: 20px 0;
}

#pricing-sec {
    background: url(../img/bg-pric.jpg);
    background-size: cover;
}


.book-sz img {
    width: 75%;
    margin-left: 36px;
}

.book-sz .testimonials .testimonial-item {
    text-align: center;
}

/************************** popup  ************************************/

.proc {
    background: url(../img/process-box1.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-repeat: no-repeat;
    min-height: 200px;
    margin-bottom: 28px;
}

.proces {
    text-align: center;
}

.proc-contnt p {
    font-family: 'heebo';
    font-size: 13px;
    width: 80%;
    margin-left: 15px;
    padding: 0 12px;
}
.process-box-icon {
    padding: 0px;
    border-radius: 50%;
    padding: 11px;
    width: 67px;
    height: 67px;
    text-align: center;
}


.process-box-icon  img {
    width: 100%;
}

.proc2 {
    background: url(../img/process-box2.png) ;
    background-size: 100% 100%;
}

.proc3 {
    background: url(../img/process-box3.png) ;
    background-size: 100% 100%;
}

.proc4 {
    background: url(../img/process-box4.png) ;
    background-size: 100% 100%;
}

.proc5 {
    background: url(../img/process-box5.png) ;
    background-size: 100% 100%;
}

.proc6 {
    background: url(../img/process-box6.png) ;
    background-size: 100% 100%;
}



/************/

.main-testim {
    background: #f2f1ec;
}
.testimonials-header {
    padding: 170px 0 80px;
    text-align: center;
    background: url(../img/testimonial-bg.jpg);
    background-size: cover;
}

.testimonial-itm {
    padding: 50px 50px;
    box-shadow: 2px 3px 18px 1px #0000001f;
    min-height: 530px;
    background: #fff;
    position: relative;
}


.testimonial-itm h5:before {
   
    width: 50px;
    height: 7px;
    background: #e03a3cbf;
    position: absolute;
    margin-top: 9px;
}





.testimonial-itm h3 {
    margin: 20px 0;
    font-size: 18px;
    font-family: 'Montserrat';
    line-height: 22px;
}

.testimonial-itm h5 {
    font-size: 14px;
    line-height: 18px;
}

.testimonial-itm p {
    margin: 20px 0;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
    font-style: italic;
}


 .quote-btn {
    width: 60px;
    height: 60px;
    padding: 0;
    min-width: unset;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50px;
    bottom: -30px;
    background-color: #e03a3c;
    border: 1px solid #e03a3c;
    box-shadow: 0 0 0 0 #ff574066, 0 0 0 0 #ff574099;
    -webkit-animation: pulse-icon-color-main 1.5s infinite;


}

@-webkit-keyframes pulse-icon-color-main {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 87, 64, 0), 0 0 0 8px rgba(255, 87, 64, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 87, 64, 0), 0 0 0 0 rgba(255, 87, 64, 0);
  }
}

.quote-btn:before {
    content: '';
    background-image: url(../img/quote-icon.png);
    width: 16px;
    height: 17px;
    display: inline-block;
}
.center {
    text-align: center;
}

.title-review {
    text-align: center;
    padding: 20px 0;
}









/*thankyou page*/

.not_found {
  width: 100%;
  text-align: center;
  padding: 170px 0;
  
}

.not_found h1 {
  font-size: 100px;
}

.not_found p {
    line-height: inherit;
  font-size: 30px;
  font-weight: 700;
  margin-top: 18px !important;
}



      /*PopUp Form*/



 @media only screen and (max-width: 767px) and (min-width: 0px) {
     .cta2:before, .cta2:after {
         display: none !important
     }

     .ys-container.visible, .ys-layer.visible {
         display: none !important;
          /*display: block !important;*/
     }

     .wheelpopupwrap.visible, .overlay-bg.vis, .mypopup-wrap, .mypopup-wrap.active, .eggoffer, .mypopup-wrap {
         display: none !important;
     }
 }
 
  .popupform form select, .popupform form input[type="text"], .popupform form input[type="email"], .popupform form input[type="number"], .popupform form input[type="tel"] {
     height: 50px;
     border-radius: 3px;
     padding: 12px 16px;
     color: #2c2c2c;
     border: 1px solid #e5e5e5;
 }

 .popupform form textarea {
     height: 100px;
     width: 100%;
     border-radius: 3px;
     color: #2c2c2c;
     padding: 12px 16px;
     border: 1px solid #e5e5e5;
 }

 .popupform form .fldst.fldstrght {
     margin: 0 0 20px 0;
 }

 .popupform form textarea::placeholder, .popupform form input[type="text"]::placeholder, .popupform form input[type="email"]::placeholder, .popupform form input[type="number"]::placeholder, .popupform form input[type="tel"]::placeholder {
     color: #2c2c2c;
 }

 .ys-layer {
     display: none;
     background-image: url(../images/pattern.png);
     opacity: 0.7;
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1000;
 }


#ys-container {
     display: none;
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background-color: rgba(0, 0, 0, .5);
     z-index: 9999;
 }

 .ys-container {
     display: none;
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background-color: rgba(0, 0, 0, .5);
     z-index: 9999;
 }

 .ys-container.visible, .ys-layer.visible {
     display: block;
     
 }

 .ys-box {
     background-color: #fff;
     width: 0;
     height: 0;
     margin: 0 auto;
     position: relative;
     top: 50%;
     transform: translateY(-50%);
     border-radius: 20px 20px 20px 20px;
     box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .8);
     transition: height .2s ease-in-out;
 }

 .ys-popup-close {
     position: absolute;
     color: #000;
     text-align: center;
     font-size: 17px;
     text-decoration: none;
     display: block;
     right: 20px;
     top: 20px;
     font-weight: 700;
 }

 .ys-container.finished .ys-popup-close {
     width: 40px;
     height: 40px;
     text-indent: 0;
 }

 .ys-popup-content {
     background-image: url(../img/easter-eggs-10.jpg);
     /*display: block;*/
     padding: 20px 60px 20px 60px;
     border-bottom: #e03a3c 5px solid;
     border-radius: 18px;
 }

 .ys-container.finished .ys-popup-content {
     display: block;
 }

 .ys-popup-close:hover {
     text-decoration: none;
     color: #f00;
 }

 .ys-box {
     height: auto;
     width: 580px !important;
     padding: 0px 0 0 0;
     background-size: cover;
 }

 .popupform form p {
     /*color: #000;*/
     color: #ffffff;
     font-size: 14px;
     font-weight: 500;
 }

 .popupform form p span {
     color: #0c71f4;
 }

 p.small {
     font-size: 14px;
     color: #000;
     text-align: center;
     display: block;
 }

 .popupform form {
     font-size: 0;
 }

 .popupform form .fldst {
     margin: 0 20px 20px 0;
     display: inline-block;
     width: 100%;
 }

 .popupform form input[type="text"] {
     border-radius: 3px;
     border: 1px solid #e5e5e5;
 }

 .popupform form .fldst.btnattach button {
     position: absolute;
     bottom: -15px;
     border: 0;
     display: inline-block;
     right: -25px;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     cursor: pointer;
 }
 
 
 .tabform h2 {
    text-align: center;
}

.main-heading1 {
    color: #ffffff;
    font-size: 40px;
    width: 100%;
    font-weight: 700;
    line-height: 1.1;
}

.tabform p {
    /* color: #8b92af; */
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 0px;
}

.main-para {
    color: #666666;
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    margin: 0px;
    padding: 0 0 10px 0;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.popupform form .fldst {
    margin: 0 20px 20px 0;
    display: inline-block;
    width: 100%;
}

.tabform form .fldst {
    margin-bottom: 10px;
}

.tabform form select, .tabform form input[type="text"], .tabform form input[type="email"], .tabform form input[type="number"], .tabform form input[type="tel"], .tabform form textarea {
    width: 100%;
    border: 0px;
    margin: 0 0 0 0;
    background: white;
    padding: 12px 31px;
    color: gray;
    font-size: 13px;
    border-radius: 30px;
    height: 57px;
    font-weight: 400;
    outline: none !important;
    box-shadow: 0px 0px 20px #0000001c;
}

.tabform form .fldst.btnattach {
    position: relative;
    width: 100%;
}
.tabform form {
    margin-top: 25px;
}

.popupform {
    width: 100%;
    border-radius: 23px;
    padding: 30px 0;
    overflow: visible;
}

.tabform form .fldst.btnattach button {
    position: absolute;
    bottom: -5px;
    border: 0;
    display: inline-block;
    right: -5px;
    background: #e03a3c;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}


.fa {
     color: white; 
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    /* font-size: inherit; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



         /*PopUp Form*/


    #CaptchaDiv {
    border: 1px solid #333333;
    background: #fff;
    color: #555555;
    width: 100%;
    padding: 5px 14px;
    border-radius: 3px;
    text-transform: uppercase;
    /* border: 1px solid #cccccc; */
    margin: 0 0 11px;
    text-align: left;
}