@font-face {
  font-family: sega-print;
  src: url(https://eazyresearch.com/web/fonts/sega-print.ttf);
}
:root {
  --primary: #d20732 !important;
}
.header-slide-text h1 strong {
  position: relative;
  overflow: hidden;
  display: block;
  line-height: 1.2;
}
#cssmenu ul ul li a:hover,
#cssmenu ul ul li:hover > a {
  transition: 0.5s ease-out;
}
#cssmenu ul ul li a {
  transition: 0.5s ease-out;
}
.header-slide-text span {
  color: #555;
  font-size: 15px;
}
body::-webkit-scrollbar {
  width: 0.5em;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #d20732;
  outline: 1px solid #708090;
}
.space-top {
  padding-top: 50px;
}
.space-bottom {
  padding-bottom: 50px;
}
.vector-img img {
  padding: 50px 75px 0;
}
.text-gray {
  color: #efefef;
}
.text-defult {
  color: #d20732;
}
a,
li,
p {
  font-family: Poppins, sans-serif !important;
}
.active {
  color: #ff0;
}
.navbar-text a {
  color: #555;
  font-size: 14px;
}
.navbar-text a:hover {
  color: #d20732 !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #d20732 !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-item {
  font-size: 14px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #d20732;
  text-decoration: none;
  background-color: transparent;
}
.six-one1 h1 {
  font-weight: 600;
}
.signup-btn {
  background-color: #d20732;
  border: none;
  color: #fff;
  margin-top: 8px;
  padding: 8px 25px;
}
.signup-btn:hover {
  background-color: #ff7800;
  color: #fff;
}
.signup-btn .arrow1 {
  margin-left: 9px;
}
.signup-btn:hover .arrow1 {
  animation: slide1 1s ease-in-out infinite;
  margin-left: 9px;
}
.signup-btn-form {
  background-color: #ff7800 !important;
  border: none;
  color: #fff;
  margin-top: 8px;
  padding: 8px 25px;
}
.signup-btn-form:hover {
  background-color: #d20732 !important;
  color: #fff;
}
.signup-btn-form .arrow1 {
  margin-left: 9px;
}
.signup-btn-form:hover .arrow1 {
  animation: slide1 1s ease-in-out infinite;
  margin-left: 9px;
}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
.student-title {
  background-color: #1f242a;
  color: #fff;
}
.footer-sec {
  background-color: #20222e;
}
.single-widget ul {
  margin-top: 25px;
}
.single-widget ul li {
  color: #7d7d7d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.footer-social ul li {
  display: inline-block;
  margin-right: 13px;
}
.footer-social ul li a {
  border: 1px solid #24262f;
  color: #fff;
  background-color: #24262f;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 26px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-social ul li a:hover {
  border: 1px solid #d20732;
  background-color: #d20732;
  color: #fff;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 26px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-social ul li a i:hover {
  color: #fff;
}
.footer-title h6 {
  color: #fff;
  margin-bottom: 28px;
}
.footer-title p {
  color: #555;
  font-size: 14px;
}
.footer-cta p i {
  color: #d20732 !important;
}
.footer-cta p a {
  color: #969696;
}
.footer-cta p a:hover {
  color: #d20732;
}
.footer-title ul li a {
  color: #555;
  font-size: 14px;
  transition: 0.5s ease-out;
}
.footer-title ul li a:hover {
  color: #d20732;
  padding-left: 10px;
  transition: 0.5s ease-out;
}
.header-icon {
    background: #d20732;
    color: #fff;
    padding: 7px 11px;
    border-radius: 30px;
    font-size: 17px;
    position: relative;
    top: 0.3em;
}
.slide-header {
  background: url(images/header-slide.jpg) no-repeat 0 !important;
  background-size: cover;
  padding-top: 50px;
}
.header-transparent {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
  background: transparent none repeat scroll 0 0;
}
.form-top {
  padding-top: 100px !important;
}
.six-one1 {
  margin-top: 50px;
}
.home-menu .nav-link {
  color: #fff !important;
  font-size: 14px;
}
.slide-txt {
  width: 315px;
  background: #000000bd;
  color: #fff;
  padding: 20px;
  margin-top: 5px;
}
.slide-txt h6:after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #e60000;
  width: 30%;
  left: 18px;
  top: 35%;
}
.slide-txt p {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 5px;
}
.dropdown-menu {
  border-top: 4px solid #e81c25;
}
.btn-danger_2 {
  font-size: 0.7em !important;
}
.btn-info_2 {
  font-size: 0.7em !important;
}
.header-btn-top {
  text-align: center;
  /*margin-top: 15px;*/
}
.before-show1 {
  display: block;
}
.after-show1 {
  display: none;
}
.form-pright {
  padding-right: 0 !important;
}
.acd-service span {
  font-size: 14px;
  padding-left: 15px;
  color: #555;
}
.cta-bg-color {
  background: linear-gradient(
    to right,
    #d20732 0,
    #d20732 50%,
    #fff 40%,
    #fff 100%
  );
  height: 100%;
  width: 100%;
  margin-top: 50px;
  padding-top: 50px;
}
.cta-bg-color .col-lg-7 {
  padding-left: 0;
  padding-right: 0;
}
.cta-img-1 {
  margin-top: -128px;
  padding-bottom: 76px;
}
.service-right {
  position: absolute;
  margin-top: -192px;
  right: 0;
  z-index: 0;
  width: 120px;
}
.services-box {
  background-color: #fff;
  padding: 28px;
  text-align: left;
  min-height: 290px;
  margin-top: 32px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-box:hover {
  background-color: #fff;
  box-shadow: 0 18px 40px rgba(30, 23, 157, 0.15);
}
.services-box i {
  background: url(images/icons-sprite.webp) no-repeat;
  text-align: left;
  display: inline-block;
}
.services-box i.icon-1 {
  background-position: -5px -179px;
  width: 60px;
  height: 65px;
  display: block;
}
.services-box i.icon-2 {
  background-position: -74px -179px;
  width: 42px;
  height: 55px;
  display: block;
}
.services-box i.icon-3 {
  background-position: -122px -179px;
  width: 48px;
  height: 55px;
  display: block;
}
.services-box i.icon-4 {
  background-position: -184px -178px;
  width: 42px;
  height: 56px;
  display: block;
}
.services-box i.icon-5 {
  background-position: -235px -181px;
  width: 68px;
  height: 55px;
  display: block;
}
.services-box i.icon-6 {
  background-position: -317px -182px;
  width: 44px;
  height: 57px;
  display: block;
}
.services-box h5 {
  margin-top: 15px;
}
.services-box p {
  font-size: 14px;
  margin-top: 10px;
}
.video-bg {
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
}
.video-bg h2 {
  font-size: 50px !important;
}
.video-bg h3 {
  font-size: 36px !important;
}
.video-bg p {
  font-size: 14px;
}
.feat {
  background-color: #cdcdcf;
  width: 100%;
  border-radius: 32px;
  margin-top: 10px;
}
.feat img {
  width: 62%;
}
.feat:hover {
  background-color: #d20732;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.read-btn {
  background-color: #d20732;
  padding: 15px 18px;
  border-radius: 27px;
  color: #fff;
}
.signup-btn {
  background-color: #d20732;
  border: none;
  color: #fff;
  margin-top: 8px;
  padding: 8px 25px;
}
.footer-title h6 {
  color: #20232e;
  margin-bottom: 28px;
  font-weight: 600;
}
.footer-title p {
  color: #555;
  font-size: 14px;
}
#cssmenu {
  float: right;
}
.header-banner {
  overflow: hidden;
  display: block;
  min-height: 650px;
  padding: 73px 0 0;
  background-color: #fff;
  position: relative;
}
.object1 {
  position: absolute;
  left: -5%;
  top: 12%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation-name: spinner5;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.object2 {
  position: absolute;
  right: 36%;
  top: 48%;
  width: 140px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation-name: spinner5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
.header-btn-top {
  text-align: right;
  /*margin-top: 20px;*/
}
.navbar-text1 a {
    color: black;
    font-weight: bold;
    font-size: 16px;
}
.navbar-text1 .dropdown {
    position: relative;
    top: 1em;
}

.header-slide {
  margin-top: 25px;
}
.header-slide-text {
  /*margin-top: 120px;*/
}
.header-slide-text-ser {
  margin-top: 30px;
}
.header-slide-text h1:after {
  content: " ";
  position: absolute;
  display: block;
  width: 35px;
  margin: 20px 0;
  border: 2px solid #d20732;
  border-radius: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.cta1-after:after {
  content: " ";
  position: absolute;
  display: block;
  width: 35px;
  margin: 20px 0;
  border: 2px solid #d20732;
  border-radius: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.header-slide-text h6 {
  margin-top: 15px;
}
.header-slide-text p {
  margin-top: 20px;
  font-size: 15px;
}
.get-btn {
  background-color: #d20732 !important;
  border: 1px solid #d20732;
  color: #fff;
  margin-top: 8px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.675rem 1.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.get-btn i {
  font-size: 12px;
}
.get-btn:hover {
  background-color: #20232e !important;
  border: 1px solid #20232e;
  color: #fff;
}
.get-btn-b {
  background-color: #20232e !important;
  border: 1px solid #20232e;
  color: #fff;
  margin-top: 8px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.675rem 1.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.get-btn-b i {
  font-size: 12px;
}
.get-btn-b:hover {
  background-color: #d20732 !important;
  border: 1px solid #d20732;
  color: #fff;
}
.get-btn-bt {
  background-color: #fff !important;
  border: 1px solid #20232e;
  color: #20232e;
  margin-top: 8px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.675rem 1.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.get-btn-bt i {
  font-size: 12px;
}
.get-btn-bt:hover {
  background-color: #20232e !important;
  border: 1px solid #20232e;
  color: #fff;
}
.get-btn-w {
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #20232e !important;
  margin-top: 8px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.675rem 1.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.get-btn-w i {
  font-size: 12px;
}
.get-btn-w:hover {
  background-color: #20232e !important;
  border: 1px solid #20232e;
  color: #fff !important;
}
.get-btn-wt {
  background-color: #20232e !important;
  border: 1px solid #fff;
  color: #fff !important;
  margin-top: 8px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.675rem 1.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.get-btn-wt i {
  font-size: 12px;
}
.get-btn-wt:hover {
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #20232e !important;
}
.header-banner .object1:hover {
  animation: slide1 1s ease-in-out infinite;
  top: 0;
  position: absolute;
  margin-top: 0;
  margin-left: -182px;
}
.vector-img {
  animation: slide1 1.5s ease-in-out infinite;
  margin-left: -10px;
}
#cssmenu ul li.active,
#cssmenu ul li.active:hover,
#cssmenu ul li.has-sub.active:hover,
#cssmenu > ul > li:hover {
  background-color: transparent !important;
  color: #d20732 !important;
}
span.icon-txt {
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins, sans-serif !important;
}
span.icon-txt i {
  background: #d20732;
  color: #fff;
  padding: 6px 8px;
  border-radius: 20px;
  font-size: 16px;
}
#ser2 {
  perspective: 200px;
}
.services-header {
  background-image: url(images/services/services-header.jpg);
  background-size: cover;
  padding: 36px 0;
}
.brump {
  text-align: left;
  padding-top: 30px;
  color: #555;
  font-size: 12px;
}
.brump a {
  color: #555;
}
.brump a:hover {
  color: #d20732;
}
.services-txt {
  color: #333;
  font-weight: 400;
  line-height: 27px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: url(images/unberline.png) no-repeat center bottom;
}
.services-first {
  margin-top: 12px;
}
.services-txt2:after {
  content: " ";
  position: absolute;
  display: block;
  width: 35px;
  margin: 12px 0;
  border: 2px solid #d20732;
  border-radius: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.service-overlay {
  position: relative;
  background-image: url(images/services/services-over.jpg);
  background-size: cover;
  padding: 50px 0;
}
.play-btn {
  background-color: #fff;
  padding: 15px 21px;
  width: 51px;
  color: #d20732;
  height: 52px;
  border-radius: 27px;
  margin: auto;
}
.m-50 {
  margin: 50px;
}
.order-form {
  background-image: url(images/services/service-form.jpg);
  background-size: cover;
  max-height: 315px;
  margin-top: 50px;
}
.form {
  padding: 35px;
}
.form-field {
  padding: 5px 5px !important;
}
.ser-section .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.bg-testi {
  padding: 30px 15px;
  height: 550px;
  background-color: #fff;
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.08);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.carousel-indicators li {
  text-indent: -999px !important;
  opacity: 0;
  color: #fff;
}
.carousel-indicators .active p.testiname {
  color: #d20732 !important;
  font-size: 14px !important;
  text-align: center;
  margin-bottom: 2px !important;
  text-indent: 1px !important;
}
.carousel-indicators .active p.testipos {
  color: #555 !important;
  text-align: center;
  font-size: 13px !important;
  text-indent: 1px !important;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: auto !important;
  margin-top: 30px;
}
.testimonial_thumbnails_carousel_indicators li {
  width: 45% !important;
  margin: 0;
  height: auto;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.testimonial_thumbnails_carousel_indicators li img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.test-title p {
  font-size: 14px !important;
  color: #333;
  font-weight: 400;
  line-height: 27px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: url(images/unberline.png) no-repeat center bottom;
}
.card-header {
  padding: 0.3rem 0.25rem !important;
  background-color: #d20732 !important;
}
h5 button i {
  float: right;
}
h5 button {
  font-size: 16px !important;
  color: #fff;
}
.card {
  margin-bottom: 10px;
}
.btn-link {
  color: #fff !important;
}
.btn-link:hover {
  color: #fff;
  text-decoration: none !important;
}
.card-body {
  font-size: 14px;
}
#accordion-style-1 a,
#accordion-style-1 h1 {
  color: #007b5e;
}
#accordion-style-1 .btn-link {
  font-weight: 400;
  color: #007b5e;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  padding-left: 25px;
}
#accordion-style-1 .card-body {
  border-top: 2px solid #007b5e;
}
#accordion-style-1 .card-header .btn.collapsed .fa.main {
  display: none;
}
#accordion-style-1 .card-header .btn .fa.main {
  background: #007b5e;
  padding: 13px 11px;
  color: #fff;
  width: 35px;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: block;
}
.pulse1 {
  position: relative;
  width: 75px;
  padding: 25px;
  text-align: center;
  height: 75px;
  margin: auto;
  border: none;
  box-shadow: 0 0 0 0 #d20732;
  color: #fff;
  border-radius: 50%;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse2 {
  position: relative;
  width: 75px;
  padding: 12px;
  font-size: 30px;
  text-align: center;
  height: 75px;
  margin: auto;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.pulse2 a {
  color: #d20732;
}
.pulse2:hover a {
  color: #fff !important;
}
.pulse2:hover {
  background-color: #d20732;
  color: #fff !important;
  box-shadow: 0 0 0 0 #d20732;
  -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
.item .row {
  margin-bottom: 15px;
}
.line-img {
  position: relative;
  top: 50px;
}
.service-left {
  position: absolute;
  left: 0;
  margin-top: 345px;
  z-index: 0;
  width: 114px;
  display:none;
}
section#cta-bar .col-12 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d20732+0,960620+100 */
background: linear-gradient(to bottom,  #d20732 0%,#960620 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

footer {
  background-color: #24262f;
  color: #969696;
}
.copytext {
  margin-top: 10px;
}
.last a {
  color: #474747;
}
.footer_flag i {
  background: url(../web/countries-other.webp) no-repeat;
}
.footer_flag i {
  transition: 0.5s ease-out;
  opacity: 0.5;
}
.footer_flag i:hover {
  position: relative;
  opacity: 1;
  cursor: pointer;
  transition: 0.5s ease-out;
}
i.country_flag1 {
  background-position: -3px -5px;
  width: 35px;
  height: 35px;
  display: inline-block;
}
i.country_flag2 {
  background-position: -40px -5px;
  width: 35px;
  height: 35px;
  display: inline-block;
}
i.country_flag3 {
  background-position: -76px -5px;
  width: 35px;
  height: 35px;
  display: inline-block;
}
i.country_flag4 {
  background-position: -113px -5px;
  width: 35px;
  height: 35px;
  display: inline-block;
}
i.country_flag5 {
  background-position: -149px -5px;
  width: 35px;
  height: 35px;
  display: inline-block;
}
i.country_flag6 {
  background-position: -187px -5px;
  width: 35px;
  height: 35px;
  display: inline-block;
}
i.country_flag7 {
  background-position: -224px -5px;
  width: 35px;
  height: 35px;
  display: inline-block;
}
i.country_flag8 {
  background-position: -261px -4px;
  width: 35px;
  height: 35px;
  display: inline-block;
}
i.pay-card1 {
  background-position: -18px -59px;
  width: 60px;
  height: 35px;
  display: inline-block;
}
i.pay-card2 {
  background-position: -72px -59px;
  width: 60px;
  height: 35px;
  display: inline-block;
}
i.pay-card3 {
  background-position: -126px -59px;
  width: 60px;
  height: 35px;
  display: inline-block;
}
i.pay-card4 {
  background-position: -181px -59px;
  width: 60px;
  height: 35px;
  display: inline-block;
}
.inp {
  position: relative;
  margin: auto;
  width: 100%;
}
.inp .label {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 16px;
  color: #555;
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.2s ease;
}
.inp .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #07f;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease;
}
.inp input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 12px 0;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #e7e7e7;
  background: 0 0;
  border-radius: 0;
  color: #223254;
  transition: all 0.15s ease;
}
.inp input:hover {
  background: rgba(34, 50, 84, 0);
}
.inp input:not(:placeholder-shown) + span {
  color: #555;
  transform: translateY(-26px) scale(0.75);
}
.inp input:focus {
  background: 0 0;
  outline: 0;
}
.inp input:focus + span {
  color: #d20732;
  transform: translateY(-26px) scale(0.75);
}
.inp input:focus + span + .border {
  transform: scaleX(1);
}
.inp select {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 12px 0;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #e7e7e7;
  background: 0 0;
  border-radius: 0;
  color: #555;
  transition: all 0.15s ease;
}
.inp select:hover {
  background: rgba(34, 50, 84, 0);
}
.inp select:not(:placeholder-shown) + span {
  color: #5a667f;
  transform: translateY(-26px) scale(0.75);
}
.inp select:focus {
  background: 0 0;
  outline: 0;
}
.inp select:focus + span {
  color: #07f;
  transform: translateY(-26px) scale(0.75);
}
.inp select:focus + span + .border {
  transform: scaleX(1);
}
.form-bg {
  /*padding-top: 30px;*/
  background-color: #fff;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.price-text {
  font-size: 28px;
  color: #d20732;
}
.ser-form-bot {
  background-color: #20222e;
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-botm {
  padding-left: 14px;
  padding-right: 14px;
}
.wrapper {
  word-wrap: break-word;
  width: 90%;
  padding: 2rem 0;
}
.container1,
.wrapper {
  margin: 0 auto;
}
.wrapper .container1 {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  max-width: 62.5rem;
  height: 35.1875rem;
}
.controls,
.slideDiv {
  position: absolute;
}
.slide,
.slideDiv {
  width: 100%;
  height: 100%;
}
.slide {
  background-size: cover;
}
.slide:first-child {
  background-color: #fff;
}
.slide:nth-of-type(2) {
  background-color: #fff;
}
.slide:nth-of-type(3) {
  background-color: transparent;
}
.slide:last-child {
  background-color: transparent;
}
.controls {
  top: 41%;
  right: 0;
  padding: 0 0.63rem;
  z-index: 5;
  text-align: center;
}
.controls .button {
  width: 0.9375rem;
  height: 0.9375rem;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  transition: all ease 0.2s;
}
.controls .button:not(:last-child) {
  margin-bottom: 0.63rem;
}
.controls .button {
  border: 1px solid #fff;
  opacity: 0.6;
  outline: 0;
  background-color: #333;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.controls .button:focus,
.controls .button:hover {
  opacity: 1;
  background-color: #d20732;
}
/*.selected {*/
/*  background-color: #cb411f;*/
/*}*/
.writer-text h6 {
  margin-bottom: 0;
}
.writer-text p {
  margin-bottom: 2px;
  font-size: 12px;
}
.writer-text audio {
  width: 100%;
  height: 38px;
  background-color: #fff;
}
.writer-slide-nav .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -70px;
  right: 0;
}
.fa-lock:before {
  content: "\f023";
  font-size: 18px;
}
.navbar-text1 a:hover {
  color: #d20732;
}
.ceo p {
  font-size: 1.1em;
}
.search-box-list span a {
  color: #d20732;
}
.search-box-list {
  border: 1px solid #eee;
  padding: 25px;
  margin-bottom: 20px;
}
.ceo {
  padding: 0 0 0;
}
.ceo-img {
  margin-bottom: -80px;
}
#gdpr-cookie-message {
  position: fixed;
  left: 8px;
  bottom: 16px;
  z-index: 99999;
  max-width: 375px;
  background-color: #20232ebd;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  font-family: system-ui;
}
#gdpr-cookie-message h4 {
  color: #d20732;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
  color: #d20732;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 0;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  color: #d20732;
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: #fff;
  border-bottom-color: #d20732;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: #d20732;
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 12px;
  padding: 3px 15px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
  background: #fff;
  color: #d20732;
  transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
  background: #fff;
  color: #d20732;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}
.menu {
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  animation-duration: 0.5s;
  transition: 0.5s;
}
.menu.is-fixed {
  position: fixed;
  z-index: 100;
  /*height: 100px;*/
  animation-name: stickySlideDown;
  padding: 0;
  transition: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0.0625em 0.5em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.0625em 0.5em rgba(0, 0, 0, 0.3);
}

body {
  font-size: 14px;
}
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#cssmenu ul ul li {
  height: 0;
  background: #fff !important;
}
#cssmenu ul ul li a {
  color: #20232e;
}
#cssmenu ul ul li a:hover,
#cssmenu ul ul li:hover > a {
  color: #d20732;
}
#cssmenu ul li.has-sub ul li.has-sub ul li:hover,
#cssmenu ul ul li.has-sub:hover {
  background: #fff;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  border-left: 1px solid rgba(150, 150, 150, 0.15);
  border-right: 1px solid rgba(150, 150, 150, 0.15);
}
.flip-card {
  background-color: transparent;
  height: 150px;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-back,
.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-card-front {
  background-color: #20222e;
  color: #666 !important;
  border-bottom: 1px solid #3b3b3b;
  border-right: 1px solid #3b3b3b;
}
.flip-card-front h6 {
  color: #666 !important;
  font-size: 15px;
}
.flip-card-back {
  background-color: #d20732;
  color: #fff;
  transform: rotateY(180deg);
  padding: 10px;
}
.flip-card-back h6 {
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
}
.flip-card-back p {
  color: #fff;
  font-size: 13px;
}
.flip-icon {
  margin-top: 20px;
}
.flip-icon i {
  background: url(../web/images/icons-sprite.png) no-repeat;
  display: inline-block;
}
.flip-icon i.icon-1 {
  background-position: -7px -3px;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  display: block;
}
.flip-icon i.icon-2 {
  background-position: -58px -3px;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  display: block;
}
.flip-icon i.icon-3 {
  background-position: -108px -1px;
  width: 36px;
  height: 44px;
  margin: 0 auto;
  display: block;
}
.flip-icon i.icon-4 {
  background-position: -150px -3px;
  width: 48px;
  height: 47px;
  margin: 0 auto;
  display: block;
}
.flip-icon i.icon-5 {
  background-position: -204px -6px;
  width: 57px;
  height: 46px;
  margin: 0 auto;
  display: block;
}
.flip-icon i.icon-6 {
  background-position: -264px -2px;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  display: block;
}
.flip-icon i.icon-7 {
  background-position: -318px -5px;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  display: block;
}
.flip-icon i.icon-8 {
  background-position: -372px -4px;
  width: 38px;
  height: 46px;
  margin: 0 auto;
  display: block;
}
.flip-icon i.icon-9 {
  background-position: -417px -2px;
  width: 35px;
  height: 47px;
  margin: 0 auto;
  display: block;
}
.flip-icon i.icon-10 {
  background-position: -458px -1px;
  width: 49px;
  height: 47px;
  margin: 0 auto;
  display: block;
}
.flip-icon i.icon-11 {
  background-position: -510px -2px;
  width: 47px;
  height: 47px;
  margin: 0 auto;
  display: block;
}
.flip-icon i.icon-12 {
  background-position: -564px -3px;
  width: 38px;
  height: 45px;
  margin: 0 auto;
  display: block;
}
.discount-icon-box .col-md-4 {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  background-color: #333;
}
.discount-bg {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 102px 0;
  background-position: center;
}
.object3 {
  position: absolute;
  right: 48%;
  top: 50%;
  width: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation-name: spinner5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
body {
  padding: 0;
  margin: 0;
}
.box-ani {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
}
.bgpulse {
  width: 100%;
  height: 100%;
}
.bgpulse span {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 5px solid #d20732;
  animation: animate 20s linear infinite;
}
.bgpulse span:nth-child(2n + 1) {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 3px solid #d20732;
  opacity: 0.5;
  animation: animatee 15s linear infinite;
}
.bgpulse span:nth-child(1) {
  top: 50%;
  left: 5%;
}
.bgpulse span:nth-child(2) {
  top: 80%;
  left: 40%;
}
.bgpulse span:nth-child(3) {
  top: 10%;
  left: 65%;
}
.bgpulse span:nth-child(4) {
  top: 78%;
  left: 70%;
}
.bgpulse span:nth-child(5) {
  top: 10%;
  left: 30%;
}
.bgpulse span:nth-child(6) {
  top: 20%;
  left: 50%;
}
@keyframes animate {
  0% {
    transform: scale(1) translateY(0) rotate(0);
  }
  100% {
    transform: scale(1) translateY(100px) rotate(360deg);
  }
}
@keyframes animatee {
  0% {
    transform: scale(1) translateY(0) rotate(0);
  }
  100% {
    transform: scale(1) translateY(-100px) rotate(360deg);
  }
}
@media (max-width: 1200px) {
  #cssmenu > ul > li > a {
    font-size: 0.7em !important;
  }
  .header-banner {
    min-height: 790px;
  }
  .object2 {
    right: 39%;
  }
}
@media (max-width: 1025px) {
  /*.button.menu-opened:before {*/
  /*  background: #fff !important;*/
  /*}*/
  .button.menu-opened:after {
    background: #fff !important;
  }
  .banner-img {
    background-position: center !important;
  }
  .girl_sec_change .col-md-5-What {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .before-show1 {
    display: none;
  }
  .after-show1 {
    display: block;
  }
  .header-banner {
    min-height: 600px;
  }
  .object2 {
    position: absolute;
    right: 50%;
    top: 25%;
    width: 50px;
  }
  .object1 {
    top: 9%;
  }
  .header-slide-text {
    margin-top: 80px;
  }
  #cssmenu ul {
    background-color: #fff;
  }
  .subject-sec {
    position: relative;
    margin-top: 0;
  }
  .cta-bg-color {
    position: relative;
    background: linear-gradient(to right, #d20732 0, #d20732 50%);
    height: 100%;
  }
  .cta-img-1 {
    margin-top: 0;
    padding-bottom: 76px;
  }
  .order-form {
    max-height: initial;
    
}
.four-steps{
    background-color: rgba(255,255,255, .9);
    padding: 1em;
    border-radius: 20px;
}
}
@media (max-width: 768px) {
    .menu {
        top: 0px !important;
    }
    .header-banner {
        padding-top: 8em;
    }
  .form-pright {
    padding-right: 15px !important;
  }
  .orderprocess {
    background-position: left;
  }
  .spcialsdiscount-2 {
    background-image: none;
  }
  .object1 {
    top: 4%;
  }
  .object2 {
    position: absolute;
    right: 50%;
    top: 64%;
    width: 251px;
  }

.header-slide-text {
    margin-top: 20px;
}


}
@media (max-width: 420px) {
  #gdpr-cookie-message {
    display: none !important;
  }
  .orderprocess {
    background-image: none;
  }
  .service-right {
    display: none;
  }
  #gdpr-cookie-message {
    display: none;
  }
  .object2 {
    display: none !important;
  }
  .object3 {
    display: none !important;
  }
  .after-show1 .mon-text {
    display: none;
  }
  .object1 {
    left: -30%;
  }
  .object2 {
    right: 22%;
    top: 71%;
  }
  section.text-area {
    padding: 160px 0 0 0;
}
}
@media (max-width: 360px) {
  .after-show1 .mon-text {
    display: none;
  }
  .object1 {
    left: -33%;
  }
  .object2 {
    right: 22%;
    top: 71%;
  }
}
@media (max-width: 320px) {
  .after-show1 {
    display: none;
  }
}
body,
html {
  background-color: #0003;
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}
.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #d20732;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #d20732;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  top: -30% !important;
}
.footer-title ul li {
  padding: 5px 0;
}
img.ceo-i1 {
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.1s ease-in-out;
}
img.ceo-i1:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}
.text-area p a {
  color: #d20732;
}
.text-area ul li a {
  color: #d20732;
}
a:hover.text-defult {
  color: #ab0024;
}
.dropdown :focus {
  border: none;
  outline-width: 0;
}

html {
  scroll-behavior: smooth;
}

/*review section*/
.testimonial_item {
  margin: 30px auto;
}

.testimonial_item {
  border: #e5e5e5 1px solid;
  border-radius: 4px;
  background-color: #fbfbfb;
  overflow: hidden;
  padding: 29px 24px;
  position: relative;
  min-height: 162px;
}
.rating_block {
  float: right;
  margin-top: 11px;
  width: 152px;
  height: 20px;
}
.services .testimonial_item .rating_block img,
.static_pages .testimonial_item .rating_block img {
  width: 100%;
  height: 100%;
}
.services .testimonial_item .rating_block + div,
.static_pages .testimonial_item .rating_block + div {
  float: left;
  width: 62%;
}
.static_pages .testimonial_item p span span {
  color: #37a2e0;
}
.button_pages {
  position: absolute;
  right: 30px;
  top: 85px;
  margin: 0;
}
.button_link {
  color: #fff;
  display: block;
  font-family: "GothamPro", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
  /*background-color: #37a2e0;*/
  background-image: linear-gradient(to right, #14cfb6 30%, #41abd2 70%);
  box-shadow: 0 7px 7px -5px #9adaff;
  width: 150px;
  padding: 0;
  margin-right: -5px;
}

#butInstall {
  border: none;
  cursor: pointer;
  height: 18px;
  /* opacity: 0.54; */
  outline: none;
  overflow: hidden;
  text-indent: -30000px;
  transition: opacity 0.333s cubic-bezier(0, 0, 0.21, 1);
  width: 18px;
  float: right;
  margin-left: 2rem;
  background: url(web/images/install.svg) center center no-repeat;
}

.writer-about img {
  border-radius: 50px !important;
}
.writer-about-txt {
  padding: 0 15px !important;
}

@media (max-width: 768px) {
  header.menu .container .row {
    margin-right: 0px !important;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.color-link a {
  color: #000;
}
span.header-icon {
  vertical-align: bottom;
}

.support {
    bottom: 20%;
    left: 10px;
    display: flex;
    align-items: center;
    transition: 0.2s;
    padding: 8px 5px;
    z-index: 999;
}
.support img {
  border-radius: 50%;
  padding: 7px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  margin-left: 8px;
  /*animation: bouncebounce 0.8s ease infinite;*/
  animation: pulse-animation 2s infinite;
  margin-right: 10px;
  background-color: #d20732;
}

.support-numbers a {
    font-size: 16px;
    line-height: 2em;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(210, 7, 50, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(210, 7, 50, 0);
  }
}

.support .support-numbers {
  border-radius: 5px;
  font-size: 15px;

  width: 0px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}
.support:hover {
  background: #000;
  border-radius: 5px;
  transition: 1s;
}
.support:hover img {
  animation: none;
}
.support:hover .support-numbers {
  width: 230px;
  transition: width 0.3s ease-in-out;
}
@keyframes bouncebounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(-0px);
  }
}
.support a:hover {
  color: #ee141c !important;
}
#whatsapp {
    position: fixed;
    left: -.5%;
    z-index: 99;
    bottom: 0%;
    top: auto;
}
a#whatsapp img {
    max-width: 90px;
}
.badge {
  background: red;
  padding: 2px;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 25px;
  position: absolute !important;
  right: 10px;
  top: -13px !important;
  height: 25px;
  line-height: 15px;
}
.content-area .row{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.content-area h2{
    font-weight: 700;
    font-size: 26px;
}
.content-area h3{
    font-weight: 700;
}
.content-area ul li{
    margin-left: 10px;
}
.content-area ul li i{
    color: #d20732;
    margin-right: 8px;
}
#blue_promobanner{
    background: #d20732;
}
#blue_promobanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 65px solid #fff;
    border-right: 65px solid #f92250;
    width: 0;
}
#blue_promobanner p{
    font-size: 16px;
}
.promobanner-box {
    background: #00b17e;
}
.promobanner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 65px solid #fff;
    border-right: 65px solid #039369;
    width: 0;
}
.promobanner-box .cta-title_div{
    font-size: 28px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #fff;
}
.promobanner-box p{
    color: #fff;
    font-size: 14px;
}
.promobanner-box .btn{
    color: #000;
    background-color: #ffe000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 7px 20px;
}
.exam_Section h2{
    text-align: center;
    font-weight: 700;
    font-size: 28px;
}
.exam_Section .col-md-3 .exam_sub_title{
    margin-bottom: 10px;
    font-size: 18px !important;
    font-family: 'Poppins';
    font-weight: 700;
}
.exam_Section .row .col-md-3{
        max-width: 22%;
        margin-left: 30px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        border-radius: 12px;
        text-align: center;
}
.exam_Section .row .col-md-3 p{
    height: 120px;
}
.exam_Section .row .col-md-3 a{
    background-color: #d20732;
    color: #fff;
    padding: 10px 18px;
    margin-bottom: 10px;
}
.exam_Section .row .col-md-3 a:hover{
    border-radius: 12px;
    background-color: #000;
    color: #fff;
}
#rating_Section img{
    width: 40px !important;
}
#rating_Section p{
    margin-top: -10px;
    padding-left: 5px;
}
.sub_head{
    font-size: 22px !important;
    font-weight: 700;
    font-family: 'Poppins';
}
#TEAS-exam .header-promo{
    display: none !important;
}
#TEAS-exam .menu{
    top: 0px;
}
#take-my-exam .header-promo{
    display: none !important;
}
#take-my-exam .menu{
    top: 0px;
}
#take-my-exam .cta_Section{margin-top: 70px;}
.cta-btn{
    background: yellow;
    padding: 10px 16px;
    font-weight: 600;
    color: #000;
    border-radius: 12px;
}
.cta-btn:hover{
    background-color: #000;
    color: yellow;
}
.cta-title{font-size: 36px;}
.cta-txt{font-size: 16px; margin-bottom: 20px;}
#TEAS-exam .cta_Section{margin-top: 70px;}
#TEAS-exam .cta-title{font-size: 32px;}
#TEAS-exam .cta-txt{font-size: 14px; margin-bottom: 20px;}
#TEAS-exam .cta-btn{
    background: yellow;
    padding: 10px 16px;
    font-weight: 600;
    color: #000;
    border-radius: 12px;
}
#video_Title{
    font-size: 32px;
    font-family: 'Poppins';
}
.writer-text div{
    font-size: 18px !important;
    color: #000;
    font-family: 'Poppins';
}

