@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800&display=swap");

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.float {
  animation: float 6s ease-in-out infinite;
}

body {
  overflow-x: hidden;
  background-color: #f8f7fd;
}

html,
body {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a {
  font-family: "Raleway", sans-serif !important;
  margin: 0px;
  padding: 0px;
}

:root {
  --primary: #a5234e;
  --secondary: #ffffff;
}

body, html {
  overflow-x: hidden !important;
}

button {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px var(--primary);
}

body::-webkit-scrollbar-thumb {
  background-color: #125369;
}

.section-padding {
  padding: 93px 0px;
}

.footer-logos img {
  width: 80%;
}

.extr_sec {
  padding: 44px 44px;
  /*background: linear-gradient(179deg, var(--primary)63, var(--primary)03), url(../images/detail-blank-cement-yellow-structure.jpg);*/
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.extr_sec_2 {
  padding: 44px 44px;
  background: linear-gradient(179deg, transparent, transparent), url(../images/fb-advertising-bg.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

section.mt-5.mb-5.wow.fadeInUp {
  background: var(--primary);
  padding: 23px;
}

.z-9-num {
  font-size: 18px;
  color: #757577;
  line-height: 22px;
  font-weight: 600;
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.extr_sec_2 h3 {
  color: #000;
}

.extr_sec_2 p {
  color: #000;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
}

.extr_sec h3 {
  color: #000;
}

.extr_sec p {
  color: #000;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
}

.extr_col {
  background: transparent;
  padding: 30px 0px;
}

.extr_col h2 {
  color: var(--primary);
  font-weight: bold;
  font-size: 30px;
}

.extr_col p {
  font-size: 1.7rem;
  line-height: 2.67rem;
  color: #fff;
}

.list_new ul {
  list-style: none;
  padding: 3px 5px;
}

.list_new ul li {
  font-size: 16px;
  color: #000;
  line-height: 31px;
}

.list_new ul li i {
  color: var(--primary);
  margin: 0px 7px 0px 0px;
}

/*.list_new ul li {*/
/*	margin: 0 auto;*/
/*	color: #8689a2;*/
/*	font-size: 16px;*/
/*	line-height: 28px;*/
/*}*/
.hd-txt_bio {
  text-align: center;
  /* padding-bottom: 50px; */
}

.hd-txt_bio h2 {
  font-size: 35px;
  color: var(--primary);
  text-align: left;
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.z-9-num h3 {
  font-size: 18px;
  color: #757577;
  line-height: 22px;
  font-weight: 600;
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.hd-txt_book span {
  font-size: 48px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.choose-content_books p {
  font-size: 1.7rem;
  line-height: 2.67rem;
  color: #fff;
}

.home-banner_logo {
  background: var(--primary);
  padding: 30px 26px;
}

.services-banner_logo {
  background: var(--primary);
  padding: 0px 26px;
}

.top-logos img {
  width: 70%;
}

.logo_fill div img:hover {
  transform: scale(1.2);
}

img.sec-logo {
  display: none;
}

.header_main_sec.bg-red .first-logo {
  display: none;
}

.header_main_sec.bg-red .sec-logo {
  display: block !important;
}

/*.header_main_sec.bg-red .logo a img {*/
/*    object-fit: cover;*/
/*    filter: brightness(0) invert(1);*/
/*}*/
.logo_fill div img {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo_fill_cos img:hover {
  transform: scale(1.2);
}

.logo_fill_cos img {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.read-more-btn a {
  border-radius: 6px;
  background-color: var(--primary);
  color: #ffffff !important;
  font-size: 16px;
  padding: 11px 20px 9px 20px;
  font-family: "Poppins" !important;
  transition: 0.2s;
  margin-top: 20px;
  margin-left: 16px;
}

.read-more-btn a:hover {
  border-radius: 6px;
  font-family: "Poppins" !important;
  background-color: #0e3f50;
  color: #ffffff !important;
  font-size: 16px;
  padding: 11px 20px 9px 20px;
  box-shadow: 0px 0px 17px 1px #0e4557;
}

.edit_call_a a {
  border-radius: 50px;
  width: 170px;
  background-color: var(--primary);
  color: #ffffff !important;
  font-size: 13px;
  padding: 9px 10px;
  font-family: "Poppins" !important;
  transition: 0.2s;
  box-shadow: 0px 0px 17px 1px var(--primary);
}

.edit_call_a a:hover {
  border-radius: 50px;
  width: 170px;
  font-family: "Poppins" !important;
  background-color: #0e3f50;
  color: #ffffff !important;
  font-size: 13px;
  padding: 9px 22px;
  box-shadow: 0px 0px 17px 1px #0e4557;
}

.edit_call_a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  font-family: "Poppins" !important;
  transition: 0.2s;
}

.quoteSubmit {
  width: 100%;
  background-color: var(--primary) !important;
  padding: 12px 46px;
  color: #fff !important;
  font-size: 16px;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.2s;
  font-weight: 700;
  letter-spacing: 1px;
}

.quoteSubmit:hover {
  background-color: #0e3f50;
  padding: 12px 46px;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  font-weight: 700;
  letter-spacing: 1px;
}

.popup-feild i {
  position: absolute;
  top: 15px;
  font-size: 16px;
  color: var(--primary);
  left: 28px;
  z-index: 99;
}

.count-down-container {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  width: 600px;
  height: 150px;
}

.count-down-box {
  text-shadow: 2px 2px rgb(0 0 0 / 30%);
  place-items: center;
  margin-top: 20px !important;
  text-align: center;
  display: grid;
  height: 48%;
  border-radius: 14px;
  margin: 0px 10px;
  width: 100%;
}

.count-down-box:nth-child(1) {
  box-shadow: 0px 0px 17px 1px var(--primary);
  background-color: var(--primary);
}

.count-down-box:nth-child(2) {
  box-shadow: 0px 0px 17px 1px var(--primary);
  background-color: var(--primary);
}

.count-down-box:nth-child(3) {
  box-shadow: 0px 0px 17px 1px var(--primary);
  background-color: var(--primary);
}

.count-down-box:nth-child(4) {
  box-shadow: 0px 0px 17px 1px var(--primary);
  background-color: var(--primary);
}

.count-down-box span {
  font-size: 30px;
  color: white;
  font-weight: 600;
}

.count-down-box p {
  font-size: 13px !important;
  color: white !important;
  font-weight: 400 !important;
}

.hint-message {
  margin: 15px 0px;
  text-align: center;
  font-size: 14px;
}

.main_counter {
  justify-content: center;
  display: flex;
}

.process-box.active.wow.fadeInUp p {
  font-size: 1.7rem;
  line-height: 2.67rem;
  color: #000;
}

.book-form {
  background-color: var(--primary);
}

.book-form {

  padding-top: 7rem;
  padding-bottom: 7rem;
}

.book-form-content {
  margin: 0px 29px 0px 0px;
}

.book-form-content span {
  font-size: 38px;
  color: #fff;
  line-height: 44px;
  font-weight: bold;
}

.book-form-content p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding-top: 17px;
  font-weight: 400 !important;
  font-family: "Raleway";
}

.book-form-card {
  background: #fff;
  padding: 34px 40px;
  border-radius: 8px;
  margin: 0px 30px;
}

.book-form-card:before {
  content: "";
  position: absolute;
  background-color: var(--primary);
  height: 7px;
  width: 374px;
  top: 0px;
  left: 104px;
  border-radius: 0px 0px 9px 9px;
}

.book-card-content {
  margin-bottom: 20px;
}

.book-card-content p {
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center;
  font-family: "Poppins" !important;
  color: #1d4354;
}

.book-card-content span {
  font-size: 30px;
  text-align: center;
  color: var(--primary);
  display: flex;
  justify-content: center;
  font-family: "Raleway";
  font-weight: bold;
  text-transform: uppercase;
}

.book-card-feild input {
  width: 100%;
  background: #f3f7fa !important;
  border-radius: 15px !important;
  height: 50px !important;
  margin-top: 0px !important;
  color: #1d4354 !important;
  border: 1px solid transparent;
  box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
  padding: 8px 37px !important;
  border: 1px solid transparent !important;
}

.book-card-feild textarea {
  width: 100%;
  background: #f3f7fa !important;
  border-radius: 15px !important;
  min-height: 100px !important;
  margin-top: 0px !important;
  color: #1d4354 !important;
  border: 1px solid transparent;
  box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
  padding: 8px 37px !important;
  border: 1px solid transparent !important;
  outline: none;
}

.book-card-feild i {
  position: relative;
  top: -35px;
  color: var(--primary);
  left: 15px;
}

i.fas.fa-tasks {
  position: relative;
  top: -95px;
  color: var(--primary);
  left: 14px;
}

.paper-planimg {
  position: absolute;
  top: 18%;
  left: 93%;
  z-index: 5;
}

section#writing-ser {
  margin-bottom: 4rem;
}

.header_main_sec.bg-red {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 9999999999999999999999;
  color: #fff !important;
  transition-property: background-color, box-shadow, line-height, height;
  transition-duration: 0.4s;
}

.header_main_sec.bg-red ul li a {
  color: var(--primary);
}

a {
  text-decoration: none !important;
}

.p0 {
  padding: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

/*Navbar*/
.header_main_sec {
  width: 100%;
  z-index: 9;
  padding: 10px 0;
  transition-property: background-color, box-shadow, line-height, height;
  transition-duration: 0.4s;
}

.header {
  margin: 0px;
  padding: 13px 0;
  float: left;
  width: 100%;
  background: #0f3a5d;
}

.header ul.pull-right {
  float: right;
  margin: 0px;
}

.header ul.pull-right li {
  float: left;
  list-style: none;
}

.header ul.pull-right li a {
  float: left;
  color: #fff;
  margin: 0 0 0 24px;
  font-size: 14px;
  font-weight: 500;
  transition-duration: 0.5s;
}

.header ul.pull-right li a:hover {
  color: #f04749;
  text-decoration: none;
}

.header_main {}

.logo {
  margin: 0px;
  padding: 0px;
  float: left;
  width: auto;
}

.logo img {
  width: 100%;
}

.header_navbar {
  margin: 0px 0 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.navbar_custom {
  padding: 22px 0 0px 0px;
  float: none;
  text-align: center;
  margin: 0px auto;
  display: table;
  position: relative;
  left: -25% !important;
  top: 2px;
}

.navbar_custom #myNavbar {
  padding: 0 !important;
}

.navbar_custom .navbar-nav>li>a {
  color: #757577;
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 0 31px;
  transition-duration: 0.5s;
  text-transform: uppercase;
}

.navbar_custom .navbar-nav .suport-btn-hdr a {
  background: var(--primary);
  color: #fff;
  padding: 9px 10px;
  position: relative;
  top: -10px;
}

.navbar_custom .navbar-nav .suport-btn-hdr {
  padding-left: 30px;
}

.navbar_custom .navbar-nav>li>a:hover,
.navbar_custom .navbar-nav>li>a:focus,
.navbar_custom .navbar-nav>li.active a {
  background: none;
  color: var(--primary) !important;
}

.navbar_custom_num {
  text-align: right;
  float: right;
  padding: 10px 0 0;
  margin: -54px 0 0;
}

.head_num {
  color: #757577;
  font-size: 18px;
  padding: 0 0 0;
  transition-duration: 0.5s;
}

.head_num:hover,
.head_num:focus {
  color: #e31e23;
  text-decoration: none;
}

/*Navbar End*/
section {
  width: 100%;
}

.banner-sec {
  padding: 140px 0;
  background: url(../images/banner-bg-main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.main-bnr-sec .bnr-lft-col h1 {
  color: #fff;
}

.main-bnr-sec .bnr-lft-col h4 {
  color: #fff;
}

.main-bnr-sec .bnr-lft-col h3 {
  color: #fff;
}

.banner-content h4,
.banner-content ul li span,
.banner-content ul li {
  color: #fff !important;
}

.main-bnr-sec .bnr-lft-col h3 span {
  background: #e6c01d;
  margin-left: 10px;
  padding: 8px 20px;
  color: #757577;
}

.main-bnr-sec .bnr-lft-col ul li {
  color: #fff;
}

.main-bnr-sec .bnr-lft-col .bnr-btn .strd-btn:hover {
  background: #757577;
  color: #fff;
}

.main-bnr-sec .bnr-lft-col .bnr-btn .strd-btn {
  background: #fff;
  color: #757577;
}

.main-bnr-sec .bnr-btn .livcht-btn:hover {
  background: #fff;
  color: #757577;
}

.bnr-side-img {
  position: relative;
}

img.ply-img {
  width: auto;
}

img.ply-img {}

p.ply-icon-st {
  display: grid;
  position: absolute;
  left: 22%;
  top: 22%;
  right: 0;
  color: #fff;
  width: auto;
}

p.ply-icon-st img {
  margin-bottom: 10px;
  width: auto;
}

.bnr-side-img img {
  width: 120%;
}

.banner-sec .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bnr-lft-col h3 span {
  color: var(--primary);
}

.bnr-lft-col h3 {
  font-size: 22px;
  color: #757577;
  font-weight: 600;
  padding: 10px 0;
}

.bnr-lft-col {
  color: #fff;
}

.bnr-lft-col h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
}

.bnr-lft-col h1 {
  font-size: 55px;
  text-transform: uppercase;
  line-height: 65px;
  font-weight: bold;
}

.bnr-lft-col h4 {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 25px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.bnr-lft-col {
  color: #fff;
  position: relative;
}

.bnr-lft-col h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #757577;
}

.bnr-lft-col h1 {
  font-size: 64px;
  text-transform: uppercase;
  line-height: 75px;
  font-weight: bold;
  margin: 0px 0;
  color: #757577;
}

.bnr-lft-col h4 {
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #757577;
}

.bnr-lft-col ul {
  display: inline-block;
  padding-left: 22px;
  padding: 0;
}

.bnr-lft-col ul li span {
  padding-left: 8px;
}

.bnr-lft-col ul li {
  float: left;
  ont-size: 14px;
  text-transform: uppercase;
  list-style: none;
  color: #757577;
  padding-right: 10px;
  padding-top: 15px;
}

.bnr-lft-col .fa-check {
  color: #fb5215;
  padding-right: 10px;
}

.btn-sts {
  padding: 13px 40px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.4px;
  text-decoration: none !important;
  transition: 0.3s all ease-in-out;
  font-weight: 600;
}

a.btn-sts.strd-btn {
  background: var(--primary);
}

a.btn-sts.strd-btn:hover {
  background: #757577;
  color: #fff;
}

a.btn-sts.livcht-btn:hover {
  color: #fff;
  background: var(--primary);
}

a.btn-sts.livcht-btn {
  background: #fff;
  margin-left: 15px;
  color: #0d0d51;
}

.bnr-btn {
  margin-top: 35px;
}

.satify-sec {
  padding: 20px 0 15px;
}

.client-logo img {
  width: 100%;
}

.hd-txt {
  text-align: center;
  padding-bottom: 50px;
}

.tab-pane .hd-txt h2 {
  font-size: 48px;
  color: #fff;
}

.tab-pane .hd-txt p {
  font-size: 16px;
  color: #f8f7fd;
  font-weight: 400;
}

.hd-txt h2 {
  font-size: 48px;
  color: var(--primary);
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.hd-txt p {
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 2.67rem;
  color: #000;
}

.serv-sec {
  padding: 50px 0 30px;
}

.serv-txt h4 {
  font-size: 18px;
  color: #001a3e;
  font-weight: 600;
  margin: 5px 0 15px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.serv-txt p {
  color: #666666;
}

.serv-box {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.serv-box:hover .serv-txt h4 {
  color: var(--primary);
}

.serv-box:hover .serv-img {
  background: url(../images/circle-green.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}

.serv-img {
  background: url(../images/circle-grey.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-sec {
  padding: 50px 0;
  position: relative;
}

.cta-sec:before {
  content: "";
  background: #faf5ed;
  left: 13%;
  bottom: 0px;
  width: 90px;
  height: 115px;
  position: absolute;
}

.cta-btn {
  text-align: center;
}

section.sec_portfolio {
  padding: 90px 0 90px;
  background: #f8f7fd;
}

.slider-bnt-st {
  text-align: center;
  margin-top: 80px;
}

section.sec_portfolio h2.heading {
  text-align: center;
  color: #fff;
}

section.sec_portfolio p.para {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

section.sec_portfolio .resume_inner .resume_box img {
  width: 100%;
}

section.sec_portfolio .resume_inner .col-md-2 {
  padding: 0 6px;
}

section.sec_portfolio .resume_inner .slick-dots li.slick-active button {
  background: #757577;
  color: #757577;
}

section.sec_portfolio .resume_inner .slick-dots li button {
  background: var(--primary);
  border-radius: 50px;
  color: var(--primary);
  width: 10px;
  height: 10px;
}

section.sec_portfolio .resume_inner .slick-dots {
  bottom: -55px;
}

section.sec_portfolio .resume_inner .slick-dots li {
  width: auto;
}

.slick-dots li {
  padding: 20px 13px;
}

.box18 {
  overflow: hidden;
}

.box18 {
  text-align: center;
  position: relative;
}

.box18:after,
.box18:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgb(255 195 45 / 46%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.box18:hover:after,
.box18:hover:before {
  -webkit-transform: scale(400);
  -moz-transform: scale(400);
  -ms-transform: scale(400);
  -o-transform: scale(400);
  transform: scale(400);
}

.box18:before {
  -o-transition: all 0.5s linear 0.3s;
  -moz-transition: all 0.5s linear 0.3s;
  -ms-transition: all 0.5s linear 0.3s;
  -webkit-transition: all 0.5s linear 0.3s;
  transition: all 0.5s linear 0.3s;
}

.box18:hover:before {
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.box18:after {
  -o-transition: all 0.5s linear 0.6s;
  -moz-transition: all 0.5s linear 0.6s;
  -ms-transition: all 0.5s linear 0.6s;
  -webkit-transition: all 0.5s linear 0.6s;
  transition: all 0.5s linear 0.6s;
}

.box18:hover:after {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.box18 img {
  width: 100%;
  height: auto;
}

.box18 .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  color: #fff;
  padding-top: 25px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box18:hover .box-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.box18 .title {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-top: 20px;
}

.box18 .description {
  font-size: 14px;
  font-style: italic;
  padding: 0 10px;
  margin: 15px 0;
}

.box18 .read-more {
  display: block;
  width: 120px;
  background: #178993;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0;
  margin: 0 auto;
}

@media only screen and (max-width: 990px) {
  .box18 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .box18 .box-content {
    padding-top: 0;
  }

}

@media only screen and (max-width: 359px) {
  .box18 .title {
    padding-bottom: 10px;
  }
}

.box18:hover .box-content i {
  font-size: 40px;
  color: #fff;
}

.core-num-1,
.core-num-2,
.core-num-3,
.core-num-4,
.core-num-5,
.core-num-6 {
  position: relative;
}

.core-details.red .core-num-1:after,
.core-details.red .core-num-2:after,
.core-details.red .core-num-3:after,
.core-details.red .core-num-4:after,
.core-details.red .core-num-5:after,
.core-details.red .core-num-6:after {
  color: #fff;
}

.core-details .core-disc::after {
  position: absolute;
  right: 10px;
  top: 0;
  color: var(--primary);
  font-size: 120px;
  font-weight: 900;
  z-index: 1;
  opacity: 0.1;
  bottom: 0;
  left: inherit !important;
}

.core-num-1:after {
  content: "01";
  position: absolute;
  left: 10px;
  top: 7px;
  color: var(--primary);
  font-size: 15px;
}

.core-num-2:after {
  content: "04";
  position: absolute;
  left: 10px;
  top: 7px;
  color: var(--primary);
  font-size: 15px;
}

.core-num-3:after {
  content: "02";
  position: absolute;
  left: 10px;
  top: 7px;
  color: var(--primary);
  font-size: 15px;
}

.core-num-4:after {
  content: "05";
  position: absolute;
  left: 10px;
  top: 7px;
  color: var(--primary);
  font-size: 15px;
}

.core-num-5:after {
  content: "03";
  position: absolute;
  left: 10px;
  top: 7px;
  color: var(--primary);
  font-size: 15px;
}

.core-num-6:after {
  content: "06";
  position: absolute;
  left: 10px;
  top: 7px;
  color: var(--primary);
  font-size: 15px;
}

.core-num-7:after {
  content: "07";
}

.core-num-8:after {
  content: "08";
}

.core-num-9:after {
  content: "09";
}

.types-of-videos {
  margin: 0px;
  padding: 90px 0 90px 0;
  width: 100%;
  background-position: 20% 100%;

}

.why-choose {
  margin: 0px;
  padding: 90px 0 90px 0;
  width: 100%;


}

.types-of-videos h2 {
  color: #757577;
  margin-bottom: 0px;
  text-align: center;
  padding-top: 0;
  margin-bottom: 10px;
}

.types-of-videos p.para {
  text-align: center;
}

.core-main {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.core-details {
  float: left;
  width: 100%;
  margin-bottom: 0;
  background: #ffffff;
}

.core-disc h2 {
  font-size: 18px;
  color: #757577;
  line-height: 22px;
  font-weight: 600;
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.core-disc p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 400;
  text-align: right;
}

.core-disc p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 400;
  text-align: left;
  padding-bottom: 0;
  min-height: 66px;
  margin: 0;
}

.core-img-center img {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(193, 193, 193, 0.22);
}

.core-left.right .core-disc p {
  text-align: left;
}

.core-left.right .core-disc h2 {
  text-align: left;
  background: url(../images/) bottom left no-repeat;
}

.bg_circle {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

.types-of-videos .col-md-4 .col-md-12 {
  padding: 33px 15px;
  text-align: left;
  min-height: 200px;
}

.core-num-1,
.core-num-4,
.core-num-5 {
  background: #fff;
  border: 1px solid transparent;
}

.core-num-2,
.core-num-3,
.core-num-6,
.core-num-8 {
  background: var(--primary)38;
  border: 1px solid #f5f5f5 !important;
}

.col-md-4.core-left,
.col-md-3.core-left {
  padding-right: 0;
}

.col-md-4.core-left.right,
.col-md-3.core-left.right {
  padding-left: 0;
}

.core-details.red {
  background: var(--primary);
}

div#script_writing {}

.core-details.red .core-disc {
  background: var(--primary);
}

.core-details.wow.bounceIn {}

.core-details.red {}

.core-details.red .core-disc h2,
.core-details.red .core-disc p {
  color: #fff;
}

.cta-sec2 {
  padding: 50px 0;
  background: url(../images/cta-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.cta-sec2 .edit-call {
  text-align: center;
  padding-top: 40px;
}

.cta-sec2:after {
  position: absolute;
  content: "";
  right: 9%;
  background: url(../images/cta-af.png);
  top: 5%;
  bottom: 0px;
  width: 265px;
  height: 285px;
}

.cta-sec2:before {
  position: absolute;
  content: "";
  left: 1%;
  background: url(../images/cta-bf.png);
  top: 15%;
  bottom: 0px;
  width: 355px;
  height: 202px;
}

.wri-sec {
  padding: 50px 0 0;
  background: #f0fbf5;
}

.wri-sec .col-sm-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wri-sec .hd-txt {
  text-align: left;
}

.edi-btn-st {
  display: flex;
  align-items: center;
}

.edi-btn-st .bnr-btn {
  margin-top: 0;
}

.edi-btn-st {}

.edit-call a {
  color: #201b1c;
  text-decoration: none;
}

.edit-call a span {
  color: #0cb13c;
  padding: 0.4px 15px;
  background: var(--primary);
  font-size: 1.4px;
  margin: 0px 8px;
  position: relative;
  top: -4px;
}

/*.edit-call {padding-left:25px;}*/
section.sec_portfolio_types {
  display: block;
  padding: 50px 0;
  background: #001a3e;
}

section.sec_portfolio_types h2.heading {
  text-align: center;
}

section.sec_portfolio_types .resume_types_inner .resume_types_box .box-content {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  transition: all 0.5s ease-out;
  display: none;
}

section.sec_portfolio_types .resume_types_inner .resume_types_box h4 {
  font-size: 18px;
  color: #fff;
  background: #1c384abd;
  margin: 0;
  padding: 10px 10px;
}

section.sec_portfolio_types .resume_types_inner .resume_types_box p {
  font-size: 14px;
  color: #fff;
  text-align: left;
  display: none;
  transition: all 0.5s ease-out;
}

section.sec_portfolio_types .resume_types_inner .resume_types_box {
  position: relative;
  margin-bottom: 30px;
}

section.sec_portfolio_types .resume_types_inner .resume_types_box a img {
  width: 100%;
}

section.sec_portfolio_types .resume_types_inner .resume_types_box:hover .box-content {
  background: #ee4212db;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  display: grid;
  vertical-align: middle;
  align-content: center;
}

section.sec_portfolio_types .resume_types_inner .resume_types_box:hover .box-content p {
  display: block;
  padding: 10px;
  margin: 0;
}

section.sec_portfolio_types .resume_types_inner .resume_types_box:hover .box-content h4 {
  background: transparent;
}

.plagiarism_works_sec {
  padding: 60px 0 75px;
  background: url(../images/plagiarism_works_bg.jpg) no-repeat center;
  background-size: cover;
  display: block;
}

.plagiarism_works_boxes {
  margin: 60px 0 0;
}

.plagiarism_works_sec h2.heading {
  text-align: center;
  color: #fff;
}

.plagiarism_works_sec p.para {
  text-align: center;
  color: #fff;
}

.plagiarism_works_box {
  background-color: #fff;
  text-align: center;
  padding: 0px 15px 0px;
  position: relative;
  align-content: center;
  display: grid;
  transition-duration: 0.5s;
  min-height: 280px;
}

.plagiarism_works_box img {
  margin: auto;
}

.plagiarism_works_box h3 {
  color: #333333;
  font-size: 18px;
  margin: 15px 0 10px;
}

.plagiarism_works_box p {
  color: #888888;
  font-size: 14px;
  margin: 0;
}

.plagiarism_works_boxes .col-sm-3:nth-of-type(even) {
  margin: 30px 0 0px;
}

section.sec_portfolio_types .hd-txt h2,
section.sec_portfolio_types .hd-txt p {
  color: #fff;
}

.testi-sec {
  padding: 90px 0;
  background: url(../images/testi-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testi-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 2px 2px 17px 6px #efefef;
  padding: 30px 15px;
  margin: 0;
}

.testi-text p {
  color: #000000;
  margin: 7px 0px;
  font-weight: 600;
}

.testi-text h5 {
  font-size: 16px;
  color: #001a3e;
  font-weight: 600;
  margin-bottom: 5px;
}

.testi-text i {
  color: #28ca7d;
}

.testi-box img {
  position: relative;
  margin-left: 0;
  left: 0;
  top: 0;
}

.testi-text {
  padding: 0 70px;
}

.testi-text span {
  color: var(--primary);
  padding-bottom: 20px;
  font-weight: bold;
}

.author-name {
  display: block;
  align-items: center;
  width: 250px;
}

.autor-trust {
  width: 141px;
}

.autor-trust img {
  width: 100%;
}

.testi-sec .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.testi-sec .slick-dots li.slick-active button {
  background-color: var(--primary) !important;
}

.testi-sec .slick-dots li button:before {
  font-size: 0px;
  line-height: 0px;
}

.testi-sec .slick-dots li button {
  background-color: #125369 !important;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}

.client-img img {
  filter: grayscale(100%) contrast(97%) brightness(107%) url(#duotone);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.cl-logo {
  padding-top: 30px;
  position: relative;
}

.cl-logo:before {
  content: "";
  background: #158751;
  left: 13%;
  bottom: 0px;
  width: 90px;
  height: 115px;
  position: absolute;
}

.client-img img:hover {
  filter: grayscale(0) contrast(97%) brightness(105%) url(#duotone);
}

.process-sec {
  padding: 90px 0;
}

.process-box {
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
  transition: transform 300ms;
}

.process-box p {
  opacity: 0;
}

.process-box h2 {
  font-size: 100px;
  color: #f1f1f1;
}

.round-div {
  width: 20px;
  height: 20px;
  background: var(--primary);
  position: absolute;
  left: 50%;
  top: 22%;
  border-radius: 60px;
}

.process-box h4 {
  font-size: 18px;
  text-transform: uppercase;
  transition-duration: 1s;
  transition-delay: 0s;
  padding-bottom: 10px;
}

.serv-sec .nav-tabs {
  border: 0;
}

.serv-sec .nav-tabs li a {
  border: 0;
}

.serv-sec .nav-tabs>li.active>a,
.serv-sec .nav-tabs>li.active>a:focus,
.serv-sec .nav-tabs>li.active>a:hover {
  border: 0;
}

.serv-sec .nav-tabs li a:hover {
  background: transparent;
}

.process-box.active p {
  opacity: 1;
}

.process-box.active h4 {
  position: relative;
  transform: translateY(-135px);
  color: var(--primary);
  transition-duration: 1s;
  transition-delay: 0s;
}

.process-box.active h2 {
  color: #757577;
}

.process-box:before {
  content: "";
  left: 78%;
  position: absolute;
  top: 25%;
  width: 130px;
  height: 2px;
  background: var(--primary)30;
  transition-duration: 1s;
  transition-delay: 0s;
}

.process-box.active:before {
  background: var(--primary);
}

.pr-bx-4:before {
  display: none;
}

.industry-sec .nav-tabs {
  border: 0px;
}

.industry-sec {
  padding: 90px 0;
}

.industry-sec .nav-tabs>li.active>a,
.industry-sec .nav-tabs>li.active>a:focus,
.industry-sec .nav-tabs>li.active>a:hover {
  border: 0px;
}

ul#nav-tabs-wrapper li.active {
  background: var(--primary);
}

ul#nav-tabs-wrapper li a img {
  margin-bottom: 10px;
}

ul#nav-tabs-wrapper li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #757577;
  background: transparent;
  font-weight: 500;
  border: 0px;
  margin: 0px;
  padding: 20px 18px;
}

ul#nav-tabs-wrapper>li>a:hover {
  background: transparent;
  border: 0px;
}

.tab-bg-st {
  background: var(--primary);
}

.ser-tab-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ser-tab-img img {
  width: 100%;
}

.ser-tab-img img:nth-child(1) {
  padding-right: 35px;
}

ul#nav-tabs-wrapper li.active a img {
  filter: grayscale(0%) contrast(0%) brightness(200%) url(#duotone);
}

.serv-box-tab .hd-txt {
  text-align: left;
}

.serv-box-tab {
  text-align: left;
  padding-top: 45px;
}

.industry-sec .tab-content .col-sm-12 {
  padding: 45px 0;
}

.form-btn-st:hover {
  background: #fb5215 !important;
}

.ftr-sec {
  padding: 30px 0 0px;
  background: #020112;
}

.newletter-form .form-control {
  height: 50px;
  background: #21202f;
  border-color: transparent;
  border-radius: 4px;
}

.newletter-form .form-control:focus {
  box-shadow: none;
  border-color: #243c4f;
}

.newletter-form .btn {
  min-height: 50px;
  border-radius: 4px;
  background: var(--primary);
  color: #fff;
  padding: 0 40px;
  text-transform: uppercase;
  font-weight: 400;
}

.nav-list a {
  color: #5d5b70 !important;
  text-decoration: none;
}

.nav-list ul {
  display: inline-flex;
  padding: 0;
  align-items: center;
}

.nav-list ul li {
  list-style: none;
  padding: 0 10px;
}

.nav-list a:hover {
  color: var(--primary) !important;
}

.social-link ul {
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.social-link ul li {
  list-style: none;
  margin: 25px 10px 0 10px;
  border: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background: #21202f;
}

.social-link ul li a {
  color: #fff;
}

.ftr-txt p {
  color: #5d5b70;
  font-size: 14px;
}

.newletter-form {
  margin-top: 30px;
}

.social-link {
  margin-top: 0px;
}

.copyright-div {
  border-top: 1px solid #1b1a29;
  margin: 25px 0 0;
  padding: 20px 0;
}

.copyright-div .copy-txt p {
  color: #545267;
}

.copyright-div .terms-txt a {
  text-decoration: none;
  color: #545267;
  margin: 0 20px;
}

.copyright-div .terms-txt {
  text-align: right;
}

section#disclaimer {
  padding: 10px 0;
  background-color: #020112;
}

.dis-txt {
  text-align: center;
}

.dis-txt h5 {
  padding-bottom: 20px;
  color: #fff;
  font-weight: 400;
}

.dis-txt p {
  font-size: 10px;
  color: #fff;
}

/*book-marketing*/
.banner-sec.book-mrtking {
  padding: 180px 0;
  background: url(../images/bnr-book-mrt.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-sec.book-pub {
  padding: 180px 0;
  background: url(../images/bnr-book-pub.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-sec.book-ebook {
  padding: 180px 0;
  background: url(../images/bnr-book-ebook.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-sec.book-cover {
  padding: 180px 0;
  background: url(../images/bnr-book-cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-sec.book-video {
  padding: 180px 0;
  background: url(../images/bnr-book-video.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.serv-bnr-st .bnr-lft-col {
  text-align: center;
}

.serv-bnr-st h2 {
  font-size: 60px;
  font-weight: bold;
  color: var(--primary);
}

.serv-bnr-st h4 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 25px 0 5px;
  padding-bottom: 0;
}

.serv-bnr-st h4 span {
  color: var(--primary);
}

.serv-bnr-st h3 {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: bold;
}

.serv-bnr-st p {
  color: #757577;
  padding-top: 20px;
}

.serv-bnr-st .bnr-btn {
  margin-top: 50px;
}

.promote-sec {
  padding: 50px 0;
}

.bok-vid-side:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/play-icon-gren.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
  margin: auto;
}

.bok-vid-side .box-content img {
  width: 15%;
}

.box18:hover {}

.box18:hover .bok-vid-side:after {
  display: none;
}

.bok-vid-side .box-content {
  padding: 0;
}

.bok-vid-side img {
  width: 100%;
}

.promote-sec .hd-txt h5 {
  line-height: 25px;
  color: #666666;
  font-weight: 400;
  padding-top: 20px;
}

.promote-sec .hd-txt {
  text-align: left;
}

.bok-vid-side {
  position: relative;
}

.promote-box {
  text-align: center;
  padding: 20px;
  box-shadow: 0px 10px 14px 0px transparent;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.promot-bx-col {
  padding-top: 40px;
}

.promote-box .img-promote {
  border: 1px solid transparent;
  height: 100px;
  width: 100px;
  margin: auto;
  border-radius: 60%;
  margin-bottom: 20px;
  background: #757577;
  transition: all 0.3s ease-in-out;
}

.promote-box:hover .img-promote {
  background: var(--primary);
}

.promote-box:hover {
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
}

.promote-box p {
  min-height: 70px;
  padding-top: 10px;
}

.ebok-port {
  padding: 50px 0;
  background: var(--primary);
}

.ebok-port .hd-txt h2,
.ebok-port .hd-txt p {
  color: #fff;
}

.ebok-port img {
  width: 100%;
}

.col-pd-rm-port {
  padding: 0;
}

.ebk-port-1 {
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ebk-port-2 {
  border-bottom: 3px solid transparent;
}

.ebk-port-3 {}

.ebk-port-4 {
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

.ebk-port-5 {
  border-bottom: 3px solid transparent;
}

.ebk-port-6 {
  border-bottom: 3px solid transparent;
}

.ebk-port-7 {}

.ebk-port-1 .ebk-img-p {
  height: 398px;
}

.ebk-port-2 .ebk-img-p {
  height: 244px;
}

.ebk-port-3 .ebk-img-p {
  height: 243px;
}

.ebk-port-4 .ebk-img-p {
  height: 491px;
}

.ebk-port-5 .ebk-img-p {
  height: 295px;
}

.ebk-port-6 .ebk-img-p {
  height: 295px;
}

.ebk-port-7 .ebk-img-p {
  height: 295px;
}

section.services-portfolio {
  background: var(--primary);
  padding: 50px 0 0;
  margin-bottom: 260px;
  height: 590px;
}

section.services-portfolio .hd-txt h2 {
  color: #fff;
}

section.services-portfolio .hd-txt p {
  color: #fff;
}

section.services-portfolio .slick-dots li.slick-active button {
  background: var(--primary);
  color: var(--primary);
}

section.services-portfolio .slick-dots li button {
  background: #ccc;
  border-radius: 50px;
  color: #ccc;
  width: 10px;
  height: 10px;
}

section.services-portfolio .slick-dots {
  bottom: -75px;
}

section.services-portfolio .slick-dots li {
  width: auto;
}

div#slick-slide10 {}

section.services-portfolio .slick-slide {
  transform: scale(1);
  z-index: 9;
  position: relative;
  transition-duration: 1s;
  transition-delay: 0s;
}

section.services-portfolio .slick-slide.slick-current {
  transform: scale(1.3);
  z-index: 9;
  position: relative;
  transition-duration: 1s;
  transition-delay: 0s;
}

section.services-portfolio .slick-slide {
  padding: 0 25px;
}

section.services-portfolio .slick-list.draggable {
  height: 580px;
  z-index: 9;
  padding: 70px 60px 0 !important;
}

.what-gt-sec {
  padding: 50px 0;
}

.what-gt-sec .what-gt-box {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0 10px;
}

.what-gt-sec .what-gt-box:hover .what-gt-txt h4 {
  color: var(--primary);
}

.what-gt-icon {
  margin-right: 10px;
}

.what-gt-txt h4 {
  padding-bottom: 10px;
  line-height: 20px;
}

.what-gt-txt p {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
}

.services-portfolio .hd-txt {
  text-align: center;
  padding-bottom: 22px;
}

/*book-marketing*/
/*marketing*/
.banner-sec.bnr-markting {
  padding: 120px 0;
  background: url(../images/bnr-marketing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-sec.bnr-publish {
  padding: 180px 0;
  background: url(../images/bnr-publishing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.lft-col-mrkt {}

.lft-col-mrkt .hd-txt {
  text-align: left;
  padding-bottom: 20px;
}

.rgt-col-mrkt li {
  list-style: none;
  line-height: 20px;
  padding-bottom: 15px;
}

.rgt-col-mrkt li:before {
  content: "\2022";
  color: var(--primary);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  left: -7px;
}

.marketing-dis {
  padding: 50px 0;
}

.mrkt-serv {
  padding: 50px 0;
}

.market-serv-box {
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 30px 35px;
  background: transparent;
  margin-bottom: 25px;
  box-shadow: 0px 14px 40px 0px transparent;
  transition: all 0.3s ease-in-out;
}

.market-serv-box:before {
  content: "";
  background: url(../images/hover-bok-mrkt.png);
  position: absolute;
  left: 20px;
  width: 60px;
  height: 86px;
  top: 0;
  overflow: hidden;
  display: none;
}

.markt-cta {
  padding: 50px 0 50px;
}

.markt-cta img {
  width: 120%;
}

.mrkt-icon-img {
  margin-bottom: 20px;
}

.market-serv-box:hover::before {
  display: block;
}

.market-serv-box:hover .markt-sev-txt {
  color: #fff;
}

.markt-sev-txt h4 {
  padding-bottom: 20px;
}

.markt-sev-txt p {
  min-height: 80px;
}

.market-serv-box:hover {
  background: var(--primary);
  box-shadow: 0px 14px 40px 0px rgba(44, 192, 91, 0.3);
}

.mrkt-icon-img img {
  filter: grayscale(30%) contrast(110%) brightness(70%) url(#duotone);
}

.market-serv-box:hover .mrkt-icon-img img {
  filter: grayscale(0) contrast(0%) brightness(200%) url(#duotone);
}

.price-sec {
  padding: 50px 0 60px;
  background: #f3f3f3;
}

.price-txt {
  text-align: center;
  position: relative;
}

.price-txt ul {
  padding: 0;
}

.price-txt ul li {
  list-style: none;
  line-height: 20px;
  padding: 0 0 20px;
}

.price-txt h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
}

.price-txt h2 {
  padding: 15px 0 42px;
}

.price-box.bdr-rem {
  border: 0;
}

.price-box:hover .price-icon-bx {
  background: var(--primary);
}

.price-box:hover a.btn-sts.livcht-btn {
  background: #757577;
}

.price-icon-bx {
  border: 1px solid transparent;
  display: table;
  border-radius: 60px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #757577;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}

.price-box {
  position: relative;
  border-right: 1px solid #c9c9c8;
}

.proc-we-follow {
  padding: 50px 0;
}

.process-we-box {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.04);
  padding: 30px 10px;
  text-align: center;
  margin-bottom: 30px;
}

.process-we-box:hover {
  box-shadow: 0px 14px 14px 0px rgba(44, 192, 91, 0.1);
}

.process-we-box:hover h3 {
  color: #757577;
  cursor: pointer;
}

.process-we-box h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  min-height: 55px;
}

.process-we-box p {
  min-height: 100px;
}

.proces-follow-col {
  display: inline-flex;
  justify-content: center;
}

.markt-page-cta {
  background: url(../images/martkt-cta-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0;
}

.markt-page-cta img {
  width: 100%;
}

/*marketing*/
/*about-page*/
.about-bnr {
  background: url(../images/bnr-about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-bnr h1 {
  color: var(--primary);
}

.about-bnr h2 {
  margin: 10px 0 15px;
}

.about-bnr .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.who-we-txt h2,
.who-we-txt p {
  text-align: left;
}

.who-we-img img {
  width: 100%;
}

.who-we-txt .bnr-btn {
  text-align: left;
  margin-top: 50px;
}

.who-we-sec,
.who-we-sec-two {
  padding: 50px 0;
}

.bnr-rates {
  padding: 50px 0;
  background: url(../images/bnr-rating.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.rating-box {
  color: #fff;
  text-align: center;
}

.rating-box h2 {
  font-size: 60px;
  font-weight: bold;
}

.rating-box.bdr-rem {
  border: 0px;
}

.rating-box p {
  text-transform: uppercase;
  font-weight: 600;
}

.rating-box {
  border-right: 1px solid #90908e;
}

/*about-page*/
/*priicng-page*/
.pricing-bnr {
  background: url(../images/bnr-pricing.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-bnr .row {
  justify-content: left;
}

.pricing-bnr {
  padding: 130px 0;
}

.pack-sec {
  padding: 50px 0;
}

.pack-box h3 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}

.pack-box h2 {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
}

.pack-box p {
  text-align: center;
  color: #a6a6a6;
  text-transform: uppercase;
}

.pack-box {
  padding: 0;
  box-shadow: 0;
  margin-top: 50px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.pack-box.bes-slr:before {
  content: "";
  background: url(../images/bst-sellr.png);
  background-size: contain;
  position: absolute;
  right: 2px;
  top: -9px;
  width: 100px;
  height: 103px;
  z-index: 1;
  background-repeat: no-repeat;
}

.pack-details {
  padding: 25px 20px 0;
  border: 2px solid;
  margin: 20px 10px 0;
  min-height: 410px;
  height: 410px;
  text-align: center;
  position: relative;
}

.pack-details:before {
  content: "";
  background: url(../images/price-side-bdr.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 407px;
  position: absolute;
  left: -19px;
  top: 0;
  filter: grayscale(30%) contrast(110%) brightness(0%);
}

.pack-box:hover .pack-details:before {
  filter: grayscale(30%) contrast(100%) brightness(100%);
}

.pack-details ul {
  padding: 25px 15px 30px;
  text-align: left;
  height: 213px;
  overflow: scroll;
  margin: 0 0 10px 0;
}

.pack-details ul li {
  list-style: none;
  color: #a6a6a6;
  line-height: 30px;
}

.pack-details ul li i {
  margin-right: 7px;
  font-size: 5px;
  top: -3px;
  position: relative;
}

.pack-details a.btn-sts.livcht-btn {
  text-align: center;
  text-align: center;
  margin: 0 auto;
}

.pack-box:hover h3 {
  color: var(--primary);
}

.pack-box:hover .pack-details {
  border-color: var(--primary);
}

.pack-box:hover {}

.pack-box:hover .btn-sts {
  background: var(--primary);
}

.pricing-bnr h1 {
  color: var(--primary);
}

.pricing-bnr h2 {
  margin: 10px 0 15px;
}

.pack-sec .nav-tabs {
  border: 0;
  text-align: center;
  margin: 0 auto;
  display: table;
}

.pack-sec ul#nav-tabs-wrapper>li>a:hover {
  background: var(--primary);
  color: #fff;
}

.pack-sec ul#nav-tabs-wrapper li a {
  border-radius: 4px !important;
  border: 1px solid transparent;
  padding: 10px 10px;
}

.pack-sec ul#nav-tabs-wrapper li.active {
  background: var(--primary);
}

.pack-sec ul#nav-tabs-wrapper li.active a {
  color: #fff;
}

.pack-sec ul#nav-tabs-wrapper li {
  border: 1px solid transparent;
  border-radius: 4px;
}

.pack-sec ul#nav-tabs-wrapper li {
  margin-right: 20px;
}

.pack-sec ul#nav-tabs-wrapper li.mr-rem {
  margin-right: 0;
}

/*priicng-page*/
/*testimonials-page*/
.testi-bnr {
  background: url(../images/bnr-testi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tesi-monials {
  margin: 30px 0 0;
}

.moreBoxthree {
  display: none;
}

.testi-bnr h1 {
  color: var(--primary);
}

.testi-bnr h2 {
  margin: 10px 0 15px;
}

.testi-bnr .row {
  justify-content: left;
}

.testis-sec {
  padding: 50px 0 40px;
}

.testis-sec.testis-sec .testi-text {
  padding: 0 25px;
}

img.testi-cl-img {
  width: 30%;
}

.testis-sec .autor-trust {
  padding-left: 20px;
  width: 60%;
  text-align: right;
}

.testis-sec .autor-trust img {
  width: 85%;
}

.testis-sec .testi-text i {
  color: #ffce22;
}

.testis-sec .testi-box {
  margin-bottom: 30px;
}

/*testimonials-page*/
/*contact-page*/
.cntct-sec {
  padding: 50px 0;
}

.contact-bnr {
  background: url(../images/bnr-contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 180px 0;
}

.contact-bnr h1 {
  color: var(--primary);
}

.contact-bnr h2 {
  margin: 10px 0 15px;
}

.supported-sec h2 {
  font-size: 16px !important;
  color: #666666;
  font-weight: 300;
  line-height: 26px;
}

.contact-bnr .row {
  justify-content: left;
}

.cnform .field {
  width: 100%;
}

.cnform .field input {
  width: 100%;
  color: #888888;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 15px 0 15px 15px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 13px 17px 0px rgba(0, 0, 0, 0.12);
}

.cnform .field select {
  color: #888888;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 5px 10px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 13px 17px 0px rgb(0 0 0 / 12%);
  float: left;
  width: 100%;
}

.cnform .field select option {
  color: #000;
}

.cnform .field textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  padding: 15px 0 15px 15px;
  box-shadow: 0px 13px 17px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  resize: none;
}

.cntct-btn:hover {
  background: #757577;
}

.cntct-btn {
  padding: 13px 40px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.4px;
  text-decoration: none !important;
  transition: 0.3s all ease-in-out;
  width: 95%;
  margin: 0 auto;
  background: var(--primary);
  border: 0;
  font-weight: 600;
}

.cnform .field textarea:focus {
  box-shadow: 0px 13px 17px 0px rgba(0, 0, 0, 0.12);
  outline: none;
}

.cnform .field input:focus {
  outline: none;
}

.cnform .field label {
  padding-left: 6px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #888888;
}

.terms-st label.control.control--checkbox {
  font-size: 12px;
  left: 0;
  padding: 0;
}

.terms-st input[type="checkbox"] {
  width: 25px;
}

.terms-st a {
  color: var(--primary);
}

.field.terms-st {
  padding-top: 25px;
}

.cntct-info {
  padding: 50px 0;
  text-align: center;
  background: #f7f0e8;
}

.cntct-info h3 {
  text-transform: uppercase;
  font-size: 26px;
  padding-bottom: 20px;
  font-weight: bold;
}

.cntct-info-btn a.btn-sts.strd-btn {
  padding: 13px 123px;
}

.cntct-info-btn .cntc-btn-st {
  padding: 13px 131px;
}

/*contact-page*/
/*ebook-writing*/
.genre-sec {
  padding: 50px 0;
  background: #fff8f6;
}

.genre-box-st {
  display: inline-flex;
}

ul.ul-genre-first li {
  list-style: none;
}

ul.ul-genre-first {
  padding: 0;
  margin-top: 25px;
}

ul.ul-genre-first li {
  text-align: center;
  margin-bottom: 10px;
}

.gnre-bx-f-1 {
  background: #eeeeee;
  padding: 35px 20px;
  margin-left: 70px;
  border-radius: 4px;
}

.gnre-bx-f-2 {
  background: #eeeeee;
  padding: 35px 120px;
  border-radius: 4px;
}

.gnre-bx-f-3 {
  background: #eeeeee;
  padding: 35px 20px;
  margin-left: 100px;
  border-radius: 4px;
}

.ul-genre-first .gnre-bx-f-3.card {
  margin-left: 145px;
}

ul.ul-genre-second {
  padding: 0;
}

ul.ul-genre-second li {
  list-style: none;
  padding: 0 8px;
  text-align: center;
  margin-bottom: 10px;
}

.gnre-bx-s-1 {
  background: #eeeeee;
  padding: 35px 30px;
  border-radius: 4px;
}

.gnre-bx-s-2 {
  background: #eeeeee;
  padding: 50px 30px;
  border-radius: 4px;
}

.gnre-bx-s-3 {
  background: #eeeeee;
  padding: 35px 30px;
  border-radius: 4px;
}

.genre-box-st h4 {
  padding-top: 20px;
}

ul.ul-genre-third {
  padding: 0;
  margin-top: 50px;
}

ul.ul-genre-third li {
  list-style: none;
  padding: 0 0px;
  text-align: center;
  margin-bottom: 10px;
}

.gnre-bx-t-1 {
  background: #eeeeee;
  padding: 50px 60px;
  border-radius: 4px;
}

.gnre-bx-t-2 {
  background: #eeeeee;
  padding: 50px 60px;
  border-radius: 4px;
}

ul.ul-genre-fourth {
  padding: 0;
}

ul.ul-genre-fourth li {
  list-style: none;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}

.gnre-bx-fo-1 {
  background: #eeeeee;
  padding: 35px 20px;
  border-radius: 4px;
  margin-right: 70px;
}

.gnre-bx-fo-2 {
  background: #eeeeee;
  padding: 35px 132px;
  border-radius: 4px;
}

.gnre-bx-fo-3 {
  background: #eeeeee;
  padding: 20px 20px;
  border-radius: 4px;
}

.gnre-bx-fo-4 {
  background: #eeeeee;
  padding: 20px 35px;
  border-radius: 4px;
}

ul.ul-genre-fourth li.genre-li-fo-st-3 {
  float: left;
  padding-left: 8px !important;
  padding-right: 0;
}

li.genre-li-fo-st-4 {
  float: left;
  padding-left: 8px !important;
  padding-right: 0 !important;
}

.genre-box-st div {
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.genre-box-st div:hover {
  background: transparent;
}

/*ebook-writing*/
/*dropdown*/
.dropdown-main:hover {
  display: block;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  min-width: 210px;
  padding: 10px 0;
}

li.dropdown.dropdown-toggle a {
  margin-bottom: 0;
}

ul#products-menu {}

ul#products-menu li {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 25%;
  float: left;
  text-align: center;
}

ul#products-menu {
  width: 850px;
  margin-left: -300px;
  /*top:49px;*/
  padding: 0;
  text-align: center;
}

ul#products-menu li img {
  margin: 0;
  display: table;
  width: auto;
}

ul#products-menu li a:hover,
ul#products-menu li.active a {
  font-size: 14px;
  background: #a5234e;
  color: #fff;
  font-weight: 600;
}

ul#products-menu li a {
  padding: 21px 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

ul#products-menu li a img {
  margin-bottom: 0;
  margin-right: 8px;
  width: 2;
}

/*ul#products-menu li a:hover img, ul#products-menu li.active a img {filter:grayscale(30%) contrast(0%) brightness(200%)url(#duotone);}*/
ul#products-menu:before {
  content: "\f0dd";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 42%;
  right: 0;
  top: -28px;
  font-size: 20px;
  color: var(--primary);
}

li.dropdown.dropdown-toggle .mar-st-drop {
  margin-bottom: 25px;
}

/*dropdown*/
.cus-bk-cvr {
  padding: 50px 0;
}

.cus-slide-img img {
  width: 100%;
}

.slide-col-cus {
  display: inline-flex;
  align-items: center;
  padding-top: 25px;
}

.cus-slide-txt h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.cus-slide-txt p {
  line-height: 25px;
  color: #666666;
}

.cus-bk-cvr .slick-dots li.slick-active button {
  background: var(--primary);
  color: var(--primary);
}

.cus-bk-cvr .slick-dots li button {
  background: #ccc;
  border-radius: 50px;
  color: #ccc;
  width: 35px;
  height: 4px;
  padding: 2px;
}

.cus-bk-cvr .slick-dots {
  bottom: 190px;
  transform: rotate(90deg);
  left: -52%;
}

.cus-bk-cvr .slick-dots li {
  width: auto;
}

.prod-types {
  padding: 50px 0;
  background: #fdf7f3;
}

.product-box h3 {
  font-size: 22px;
  font-weight: bold;
  padding: 15px 0px 10px;
}

.product-box p {
  color: #666666;
  min-height: 100px;
}

.product-box {
  padding-bottom: 40px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.product-box img {
  width: 100%;
}

.product-box:hover h3 {
  color: var(--primary);
}

.bk-sz-img {
  background: #bfc0c2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}

.bk-sz-img img {
  width: auto;
}

.bk-sz-txt h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0 10px;
}

.bk-sz-txt {
  padding: 0 10px 0;
}

.bk-sz-txt h5 {
  color: var(--primary);
  padding-bottom: 10px;
}

.bk-sz-txt p {
  color: #666666;
}

.bk-sz-cvr .col-sm-3 {
  min-height: 325px;
}

.bk-sz-cvr-bx {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}

.bk-sz-cvr-bx:hover {}

.bk-sz-cvr-bx:hover .bk-sz-img {
  background: #dcf1e3;
}

.bk-sz-cvr-bx:hover {}

.bk-sz-cvr-bx:hover .bk-sz-txt h3,
.bk-sz-cvr-bx:hover .bk-sz-txt h5,
.bk-sz-cvr-bx:hover .bk-sz-txt p {
  color: #fff;
}

.bk-sz-cvr-bx:hover {
  background: var(--primary);
}

.bk-sz-txt p {
  min-height: 110px;
}

.bk-binding h5 {
  color: var(--primary);
  padding-bottom: 10px;
}

.bk-binding .product-box p {
  min-height: 130px;
}

.bk-binding .product-box {
  padding-bottom: 40px;
}

.bk-binding {
  padding: 50px 0 20px;
}

.bk-binding .product-box:hover h5 {
  color: #757577;
}

.card-container {
  cursor: pointer;
  height: 150px;
  perspective: 600;
  position: relative;
  width: 150px;
}

.card {
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
}

.card:hover {
  transform: rotateY(180deg);
}

.card .side {
  backface-visibility: hidden;
  border-radius: 4px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 999999;
}

.card:hover img {
  opacity: 0;
}

.card:hover h4 {
  opacity: 0;
}

.card:hover * img {
  opacity: 1;
}

.card .back {
  background: transparent;
  color: #ffffff;
  line-height: 17px;
  text-align: center;
  transform: rotateY(180deg);
  padding: 0px 0px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card .back p {
  font-size: 12px;
}

ul.ul-genre-fourth .gnre-bx-fo-1 {
  margin-right: 210px;
  padding: 25px 0px;
}

.terms-conditions {
  margin: 0px;
  padding: 30px 0;
  float: left;
  width: 100%;
}

.terms-conditions h3 {
  margin: 0 0 20px 0;
  color: #3f3f3f;
  font-size: 20px;
  font-weight: 700;
}

.terms-conditions p {
  font-size: 15px;
  line-height: 28px;
}

.terms-bnr {
  background: #e8e9eb;
}

.terms-st-div .cta-sec2 {
  display: none;
}

.terms-conditions .termsInner h6 {
  padding: 13px 0;
  font-weight: bold;
  margin: 19px 0 0px 0;
  font-size: 24px;
}

.copyright-div .terms-txt a:hover {
  color: var(--primary);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.overlay-bg {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}

.popupform-main.active {
  display: block;
}

.popupform-main {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.62);
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.pop-form {
  position: absolute;
  width: 930px;
  height: 639px;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../images/popup-bg002.png);
  padding: 0px 0 0px 75px;
  z-index: 99;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
}

.popupform-main .main-pop .col-md-12 {
  padding: 0;
}

.popupform-main h3 {
  font-size: 26px;
  margin: 60px 0 0 0;
  color: #000000;
  font-weight: 500;
}

.popupform-main textarea {
  height: 100px;
}

.popupform-main h2 {
  font-size: 40px;
  margin: 10px 0 0 0;
  color: #ffffff;
  font-weight: 700;
}

.popupform-main h4 {
  font-size: 26px;
  margin: 20px 0 0 0;
  color: #000000;
  font-weight: 700;
}

.fspx-23 {
  font-size: 23px;
}

.fw-exbold {
  font-weight: 800 !important;
}

.ls-xsmall {
  letter-spacing: -2px;
}

.fc-red {
  color: #fb2224;
}

.tt-uppercase {
  text-transform: uppercase !important;
}

.popupform-main h6 {
  letter-spacing: 0;
  font-size: 45px;
  background: #4274fa;
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px 5px 15px;
  text-align: left;
  position: relative;
  right: 0px;
  margin: 0px;
  float: right;
}

.fspx-20 {
  font-size: 20px;
  display: block;
}

.fspx-23 {
  font-size: 23px;
  margin-bottom: 10px;
}

.fw-normal {
  font-weight: 400 !important;
}

.popupform-main .main-pop {
  padding: 25px 10px 0 0;
}

.pop-form .no-thanks {
  text-decoration: underline;
  color: #666666;
}

.pop-form form .control-group {
  margin-bottom: 10px;
}

form .control-group {
  margin-bottom: 24px;
  position: relative;
}

.pop-form form .control-group input[type="text"],
.pop-form form .control-group input[type="text"],
.pop-form form .control-group input[type="number"],
.pop-form form .control-group input[type="email"],
.pop-form form .control-group select,
.pop-form form .control-group textarea {
  background-color: #fff;
  font-family: "Nunito", sans-serif;
  text-align: left;
}

.popupform-main form input[type="text"],
.popupform-main form input[type="number"],
.popupform-main form input[type="email"] {
  padding-left: 10px;
  min-height: 50px;
}

.popupform-main form input[type="text"],
.popupform-main form input[type="number"],
.popupform-main form input[type="email"] {
  color: #333333;
  padding: 10px;
  height: 44px;
  width: 100%;
  background: transparent;
  border: 1px solid #cccccc;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 4px;
  font-family: "Nunito", sans-serif;
}

form .numberarea {
  width: 100%;
  position: relative;
}

.pop-form .submit-btn:hover {
  background: #000;
}

.pop-form .submit-btn {
  font-size: 22px;
  width: 100%;
  padding: 15px 0px;
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: none;
  margin-top: 15px;
  width: 100%;
  margin: 10px 0 0 0px !important;
  font-weight: 700;
}

.pop-form .no-thanks {
  text-decoration: underline;
  color: #666666;
}

.popupform-main h6:before {
  position: absolute;
  content: "";
  left: -35px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 45px solid #4274fa;
  border-bottom: 28px solid transparent;
}

.float-left {
  float: left;
}

.lh-medium {
  line-height: 1.2;
}

.lh-medium {
  line-height: 1.2;
}

.ta-left {
  text-align: left;
}

.fw-exbold {
  font-weight: 800 !important;
}

.mtpx-60 {
  margin-top: 60px;
}

.pop-form .close-btn {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: -18px;
  right: -20px;
  font-size: 18px;
  font-weight: 900;
  color: #000;
  padding-top: 3px;
  background-color: #e9e9e9;
  text-align: center;
  border-radius: 50px;
  align-items: center;
  display: grid;
  border: inset 3px #000;
}

@media (min-width: 1200px) and (max-width: 1466px) {
  .pop-form {
    width: 745px;
    height: 510px;
    background-size: cover !important;
  }

  .popupform-main h3 {
    font-size: 22px;
    margin: 40px 0 0 0;
  }

  .popupform-main h2 {
    font-size: 26px;
    margin: 10px 0 0 0;
  }

  .popupform-main h4 {
    font-size: 24px;
    margin: 15px 0 0 0;
  }

  .textarea_auto textarea {
    height: 50px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .pop-form {
    width: 745px;
    height: 510px;
    background-size: cover !important;
  }

  .popupform-main h3 {
    font-size: 24px;
    margin: 40px 0 0 0;
  }

  .popupform-main h2 {
    font-size: 35px;
    margin: 10px 0 0 0;
  }

  .popupform-main h4 {
    font-size: 24px;
    margin: 15px 0 0 0;
  }

  .textarea_auto textarea {
    height: 50px;
  }
}

@media (max-width: 991px) {
  .pop-form {
    position: absolute;
    width: 510px;
    height: 500px;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 0px 0 0px 0;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #eaeaea;
  }

  .popupform-main .col-sm-offset-4.col-sm-8 {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .popupform-main h3 {
    font-size: 30px !important;
  }

  .popupform-main h6 {
    font-size: 30px;
  }

  #flform input[type="text"],
  input[type="email"] {
    margin-bottom: 0px;
  }

  .pop-form .close-btn {
    width: 35px;
    height: 30px;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 25px;
    font-weight: 900;
    color: #080808;
    padding-top: 3px;
  }
}

@media (max-width: 767px) {
  .home-banner {
    padding: 90px 0 !important;
  }

  .frm-dv {
    margin: 0 !important;
  }

  .ftr-hd ul.lnks {
    width: 50% !important;
    margin-bottom: 20px !important;
  }

  .hm-sec-09 .row.align-items-center {
    display: block !important;
  }

  .cnctd {
    width: 100% !important;
    margin-bottom: 30px !important;
  }

  .hm-sec-07::before,
  .hm-sec-07::after,
  .banner-right-img {
    display: none !important;
  }

  .choose-ul-main ul li {
    width: 100% !important;
  }

  .popupform-main h6:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 28px solid #4274fa;
    border-bottom: 28px solid transparent;
  }

  .popupform-main .pop-form .close-btn {
    height: 35px;
  }

  .pop-form {
    position: absolute;
    width: 334px !important;
    height: 485px !important;
  }

  .popupform-main .pop-form h3 {
    font-size: 21px !important;
    margin-top: 4px;
  }

  .pop-form .close-btn {
    top: -13px;
    right: -6px;
  }

  .popupform-main h6 {
    letter-spacing: 0;
    font-size: 21px;
    background: #4274fa;
    color: #fff;
    border-radius: 10px;
    padding: 3px 8px 5px 8px;
    text-align: left;
    position: relative;
    right: 0px;
    margin: 0px;
    float: right;
  }

  .pop-form .submit-btn {
    font-size: 22px;
    width: 100%;
    padding: 8px 0px;
  }

}

@media (min-width: 320px) and (max-width: 767px) {
  .popupform-main h3 {
    font-size: 24px;
    margin: 40px 0 0 0;
    text-align: center;
  }

  .popupform-main h2 {
    font-size: 25px;
    margin: 10px 0 0 0;
    text-align: center;
    color: #000033;
  }

  .popupform-main h4 {
    font-size: 24px;
    margin: 15px 0 0 0;
    text-align: center;
  }

  .textarea_auto textarea {
    height: 50px;
  }

  .converge {
    display: block !important;
    margin: 10px 0;
  }
}

.converge {
  display: none;
}

.pack-details ul::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

/* background of the scrollbar except button or resizer */
.pack-details ul::-webkit-scrollbar-track {
  background-color: #fff;
}

.pack-details ul::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}

/* scrollbar itself */
.pack-details ul::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #fff;
}

.pack-details ul::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 4px solid #f4f4f4;
}

/* set button(top and bottom of the scrollbar) */
.pack-details ul::-webkit-scrollbar-button {
  display: none;
}

.resume_inner .slick-dots {
  display: none !important;
}

.pck-spc-st {
  padding: 0 20px;
}

.pack-sec .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.pack-sec .slick-dots li.slick-active button {
  background-color: #2dc05c;
}

.pack-sec .slick-dots li button:before {
  font-size: 0px;
  line-height: 0px;
}

.pack-sec .slick-dots li button {
  background-color: #d9d9d9;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}

.green_clr {
  color: var(--primary) !important;
}

.hd_txt_mm h1 {
  font-size: 42px;
  color: #757577;
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.pad_col_rem_mm .bok-vid-side:after {
  display: none;
}

.promot_bx_col_mm h1 {
  font-size: 42px;
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}

.promot_bx_col_mm>p {
  line-height: 25px;
  color: #666666;
  font-weight: 400;
  padding-top: 0px;
  text-align: center;
  padding-bottom: 50px;
}

.hd_txt_mm {
  padding-bottom: 20px;
}

section.just_a_click_sec {
  padding: 60px 0 30px;
}

.hd_txt_mm h2 {
  text-align: left;
}

.hd_txt_mm p {
  text-align: left;
}

.what_gt_sec_mm {
  padding: 50px 0 0;
}

.what_gt_sec_mm .what-gt-txt p {
  height: 120px;
}

.new-packg-web {
  padding-top: 80px;
}

.new-priicng-st-srv .price-txt ul {
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 5px;
}

/* width */
.new-priicng-st-srv .price-txt ul::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.new-priicng-st-srv .price-txt ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.new-priicng-st-srv .price-txt ul::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

/* Handle on hover */
.new-priicng-st-srv .price-txt ul::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.webnseo-mrkt-serv .market-serv-box:hover {
  background: #2cb25b;
  box-shadow: 0px 14px 40px 0px rgba(44, 192, 91, 0.3);
}

.webnseo-mrkt-serv .market-serv-box .mrkt-icon-img img {
  filter: none !important;
}

.webnseo-mrkt-serv .market-serv-box:hover .mrkt-icon-img img {
  mix-blend-mode: darken;
  filter: none;
}

ul.audio-books-pricing {
  height: 150px !important;
  height: 0p0x !important;
}

.price-box.publishing-price {
  border-style: none;
}

ul.audio-books-pricing1 {
  height: 186px !important;
  height: 0p0x !important;
}

.hd-txt h3 {
  font-size: 42px;
  color: var(--primary);
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
}

#pricing-sec .col-sm-4:last-child .price-box,
#pricing-sec .col-sm-3:last-child .price-box {
  border-right: 0px solid #c9c9c8;
}

.hd_txt_mm2 h3 {
  font-size: 32px;
  color: #757577;
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.price-txt h3 span {
  display: table;
  text-align: center;
  margin: 10px auto 0;
  font-size: 13px;
  text-transform: capitalize;
}

.rgt-col-mrkt_mm2 {
  padding: 0px 0 0 20px;
}

.promote_sec_mm2 {
  padding: 0 0 0px;
}

.m-bt {
  margin-bottom: 20px;
}

/*section.banner-news*/
section.banner-news {
  padding: 50px 0px;
  background-image: url(../images/news-bg1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 573px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-main {
  text-align: center;
  color: #fff;
  width: 80%;
  display: table;
  margin: auto;
}

.banner-main h2 {
  padding-bottom: 15px;
  font-size: 45px;
  font-weight: 800;
  margin: 0;
  color: #fff;
}

.banner-main p {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  color: #fff;
  line-height: 22px;
  padding-top: 15px;
}

section.service-sec {
  padding: 50px 0px 50px 0;
}

.img-box img {
  width: 100%;
}

.text-box h2 {
  padding-bottom: 20px;
}

img.pic-box {
  padding-left: 30px;
  width: 65%;
}

.img-box {
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
}

.text-box h2 a {
  font-size: 25px;
  font-weight: 700;
  color: #282526;
  margin: 0;
  padding-bottom: 20px;
  text-decoration: none;
}

.text-box:hover a {
  color: red;
}

.text-box p {
  padding-bottom: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #282526;
  line-height: 26px;
}

.service-main {
  display: flex;
  align-items: center;
  padding-top: 45px;
}

.service-main h4 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
  color: #000;
}

.text-box:hover h2 a {
  color: red;
}

/*section.banner-news*/
.meet-team-bnr {
  background: url(../images/meet-team-bnr.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.srv-inner-txt.meet-txt-st .inner-w-bdr p {
  margin: 0;
  font-size: 19px;
  color: #919191;
  border-left: 5px solid #0f4052;
  padding-left: 20px;
  margin-bottom: 20px;
}

.srv-inner-txt.meet-txt-st p {
  font-size: 15px;
  color: #666;
  line-height: 25px;
}

.meet-txt-st {
  padding: 50px 0;
}

.team_box_img img {
  width: 100%;
}

.team_boxes {
  margin: 60px 0 0;
  display: table;
}

.team_boxes h3 {
  text-align: center;
  font-size: 30px;
  margin: 0px auto 50px;
  display: table;
  color: #0f4052;
  padding: 0;
}

.team_box_img img {
  width: 100%;
  transition-duration: 0.5s;
}

.team_box strong {
  margin: 0 0 -10px;
  display: table;
  font-style: normal;
}

.team_box .title {
  font-size: 1.75em;
  font-weight: 500;
  display: block;
  color: #051d38;
  margin: 20px 0 10px;
  padding: 0 15px;
}

.team_box .tagline {
  margin: 0 0 0 0 !important;
  line-height: 125%;
  color: #051d38;
  font-size: 1.125em;
  padding: 0 15px;
  display: table;
}

.team_boxes .col-sm-2 {
  width: 20%;
  padding: 0 10px;
}

.team_box {
  margin: 0 0 50px;
}

.team_boxes p {
  text-align: center;
}

.team_box_img {
  height: 33vh;
  overflow: hidden;
  transition-duration: 0.5s;
}

.team_boxes2 h3 {
  margin: 0 auto 20px;
}

.team_boxes2 p {
  margin: 0 0 50px;
}

.team_box:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.meet-team-bnr h1 {
  font-size: 48px;
  text-align: center;
}

.social-link ul li img {
  width: 19px;
}

.social-link ul li i {
  font-size: 16px;
}

.thankyou_banners_mm h1 {
  color: #fff;
}

.who-we-txt.who-we-txt_thank_you.hd-txt {
  padding: 40px 0 0;
}

@media (max-width: 767px) {
  .banner-sec {
    background-position: center left;
  }

  .team_boxes .col-sm-2 {
    width: 100%;
    padding: 0 10px;
  }

  .team_box_img {
    height: auto;
    overflow: hidden;
    transition-duration: 0.5s;
    margin: 0 auto 20px;
  }

  .team_box .tagline,
  .team_box .title,
  .team_box strong {
    text-align: center;
    margin: auto !important;
  }

  .navbar_custom .navbar-nav .suport-btn-hdr {
    padding-left: 0;
  }
}

.client-logo img {
  filter: brightness(0.5);
}

.who-we-txt ul {
  text-align: left;
  color: #666666;
  font-size: 14px;
  font-weight: 300 !important;
}

.wri-sec {
  padding: 0px 0 0;
}

.edit-img img {
  height: 320px;
}

.home-banner {
  position: relative;
  background: url(../images/banner-img.png) top right/cover no-repeat;
  padding: 100px 0 100px;
  overflow: hidden;
}

.home-banner-services {
  position: relative;
  background: url(../images/banner-img-services.jpg) top right/cover no-repeat;
  background-image: url("../images/banner-img-services.jpg");
  padding: 100px 0 100px;
  overflow: hidden;
}

.banner-content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}

.banner-content p {
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0px;
}

.banner-content p span {
  background-color: var(--primary);
  padding: 4px 6px;
}

.banner-content h3 span {
  background: var(--primary);
  margin-left: 10px;
  padding: 8px 20px;
  color: #fff;
}

.banner-content h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
}

.main-btn {
  display: flex;
}

.main-btn a {
  background: #12395a;
  color: #fff !important;
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 30px;
  border-radius: 0;
  box-shadow: 0 0 15px #0003;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #12395a;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.btn-6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--primary);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.main-btn a:after {
  content: "";
  background: #fff;
  width: 25px;
  height: 2px;
  display: block;
  margin-left: 12px;
}

.btn-6:hover span {
  width: 285%;
  height: 982.5px;
}

.btn-6:hover {
  color: #dfeeee;
}

.banner-right {
  position: relative;
}

.show-on-mobile {
  display: none;
}

.banner-right-img {
  position: relative;
  z-index: 95;
}

.banner-right-img img {
  animation: scrollDownAnimation 1s ease infinite alternate;
  -webkit-animation: scrollDownAnimation 1s ease infinite alternate;
}

.banner-papers-img {
  position: absolute;
  top: -16%;
  right: -10%;
}

img.paper-img-1.paper-img {
  top: -40px;
  left: 100px;
  position: static;
  animation: RotatePaperFirst 1s ease infinite alternate;
  -webkit-animation: RotatePaperFirst 1s ease infinite alternate;
}

.banner-papers-img.paper-img-2 {
  top: auto;
  bottom: -9%;
  left: 25%;
  z-index: -9;
}

.banner-papers-img.paper-img-3 {
  right: 20%;
  top: 8%;
  z-index: -4;
  bottom: 0;
  display: flex;
  align-items: center;
}

.move-s {
  animation-name: move-s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes move-s {
  0% {
    transform: translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }

  50% {
    transform: translate3d(-5px, -8px, -5px);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

.why-choose-main {
  padding: 90px 0;
}

.choose-ul-main ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.choose-ul-main ul li:first-child,
.choose-ul-main ul li:last-child {
  width: 100%;
}

.choose-ul-main ul li:last-child {
  justify-content: flex-end;
}

.choose-ul-main ul li {
  transition: 0.3s;
}

.choose-ul-main ul li {
  width: 33.33%;
  height: auto;
  border: none;
  margin: 0;
  max-width: 100%;
  text-transform: none;
  display: flex;
}

.choose-ul-main ul li:first-child .title-main,
.choose-ul-main ul li:last-child .title-main {
  text-align: center;
  max-width: 100%;
}

.title-main {
  text-align: center;
}

.choose-ul-main ul li:first-child .title-main h2,
.faq-right .title-main h2,
.choose-ul-main ul li:last-child .title-main h2 {
  font-size: 37px;
  line-height: 44px;
}

.choose-ul-main ul li:last-child .title-main h2,
.choose-ul-main ul li:last-child .title-main h3,
.choose-ul-main ul li:last-child .title-main p {
  text-align: right;
}

.choose-ul-main ul li:nth-child(2n) {
  background: var(--primary);
}

.choose-ul-main ul li:nth-child(2n) {
  background: var(--primary);
}

.choose-ul-main ul li:nth-child(2n) .choose-content h3 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Raleway", sans-serif;
}

.chose-ico {
  margin-bottom: 20px;
  display: flex;
}

.chose-ico img {
  max-height: 80px;
}

.choose-content h3 {
  color: #757577;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 6px;
}

.choose-content p {
  font-size: 1.7rem;
  line-height: 2.67rem;
  color: #000;
}

.choos-box {
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
  border-radius: 4px;
  height: 100%;
}

.btn-6 {
  color: #93c4c5;
}

.why-choose-main .container-fluid {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 45px;
}

[class^="btn-6"] {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 80px;
  max-width: 250px;
  margin: 1rem auto;
  text-transform: uppercase;
  border: 1px solid currentColor;
}

.title-main h2 {
  font-size: 60px;
  font-weight: 900;
  color: var(--primary);
  line-height: 78px;
  margin: 0 0 8px;
  text-transform: capitalize;
}

.title-main h3 {
  color: #757577;
  font-size: 30px;
  line-height: 48px;
  font-weight: 900;
  margin: 0 0 10px;
}

.title-main p {
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2.67rem;
  color: #000;
}

.ftr-para {
  font-size: 15px;
  font-weight: 500;
  color: #868686;
  line-height: 21px;
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  /*.container {width:1400px;*/
}

.ftr-hd {
  font-size: 0;
}

.adrs {
  margin: 30px 0 0;
}

.scl-ftr {
  margin: 18px 0 0px 0;
}

.ftr-hd-02 img {
  margin-top: -15px;
}

.ftr-hd ul li a:hover {
  color: var(--primary);
}

.ftr-hd ul.adrs li {
  margin: 0 0 15px 0;
}

.ftr-hd ul.adrs li a {
  line-height: 19px;
}

.ftr-hd ul.scl-ftr li a i {
  color: #181818;
}

.ftr-hd ul li {
  display: block;
  margin: 0 0 10px 0;
}

footer {
  background-color: #181818;
  padding: 100px 0 0;
}

.ftr-hd ul.scl-ftr li a:hover {
  background-color: #fdae37;
}

.cta-sc li a span {
  font-size: 16px;
  display: inline-block;
}

.cta-sc li i {
  display: inline-block;
  vertical-align: middle;
}

.ftr-hd ul.scl-ftr li {
  display: inline-block;
  margin: 0 5px 0 0;
}

.icon-11 {
  background-position: -19px -209px !important;
  width: 54px;
  height: 51px;
}

.icon-12 {
  background-position: -96px -218px !important;
  width: 58px;
  height: 48px;
}

.icon-13 {
  background-position: -176px -205px !important;
  width: 51px;
  height: 51px;
}

.icon-14 {
  background-position: -249px -208px !important;
  width: 31px;
  height: 49px;
}

.cta-sc li {
  display: inline-block;
  margin: 0px 40px 0 0;
  text-align: left;
}

.ftr-btm {
  border-top: 2px solid #3c3c3c;
  padding: 25px 0;
  margin-top: 60px;
}

.sprite {
  background: url(../images/sprite.png) no-repeat;
  display: block;
}

.cta-sc {
  text-align: center;
  margin: 50px 0 0 0;
  position: relative;
  z-index: 2;
}

.hd-mn-03 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.pt-anchor {
  padding-top: 18px;
}

.ftr-btm ul li a,
.ftr-btm p {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}

.ftr-btm ul li a,
.ftr-btm p a {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}

.ftr-btm ul li a,
.ftr-btm p a:hover {
  font-size: 14px;
  font-weight: 500;
  color: #fdae37;
}

.ftr-btm ul li:last-child {
  border-right: none;
}

.ftr-hd ul.adrs li a i {
  vertical-align: top;
  color: var(--primary);
  padding: 0 5px 0 0;
}

.ftr-hd ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #868686;
  line-height: normal;
}

.ftr-btm ul li {
  border-right: 1px solid #707070;
  padding: 0 10px;
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a.interested:hover div.circle {
  background-position: -5px -448px;
  width: 101px;
  height: 101px;
}

.ftr-hd ul.lnks {
  width: 24.333%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
}

a.interested {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}

a.interested:hover div.circle b {
  background-position: -127px -377px;
  width: 18px;
  height: 17px;
}

a.interested:hover div.circle span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.ftr-btm ul li.first:before {
  content: "\f0fe";
  font-family: "Font Awesome 5";
  margin: 0 10px 0 0;
  color: #a7a7a7;
}

.ftr-hd p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 10px 0;
  margin-bottom: 33px;
  position: relative;
}

.ftr-btm ul li.first.active:before {
  content: "\f146";
  font-family: "Font Awesome 5";
  margin: 0 10px 0 0;
  color: #a7a7a7;
}

.ftr-hd p:before {
  content: " ";
  position: absolute;
  width: 37px;
  height: 1px;
  background-color: var(--primary);
  left: 0;
  right: 0;
  bottom: 0;
}

.cta-sc li a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  padding: 0 0 0 13px;
  line-height: normal;
}

.hm-sec-07 {
  background: url(../images/banner-img.png) top right/cover no-repeat;
  min-height: 283px;
  background-size: cover;
  padding: 80px 0 40px;
  position: relative;
  margin: 90px 0 0;
}

.hm-sec-07::before {
  position: absolute;
  content: "";
  right: -220px !important;
  background: url(../images/cta-bf.png);
  top: 15%;
  bottom: 0px;
  width: 355px;
  height: 202px;
  z-index: 99;
}

.hm-sec-07::after {
  position: absolute;
  content: "";
  left: -138px;
  background: url(../images/cta-af.png);
  top: 0%;
  bottom: 0px;
  width: 265px;
  height: 285px;
}

.ftr-hd ul.scl-ftr li a {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #5f5f5f;
}

a.interested div.circle {
  width: 101px;
  height: 101px;
  position: absolute;
  top: -59px;
  left: 50%;
  margin: 0 0 0 -50px;

}

.ftr-btm ul li.last {
  border-right: none;
  width: 1170px;
  text-align: left;
  line-height: 21px;
  margin-top: 4%;
  color: rgb(134, 134, 134);
  display: inline-block;
  font-weight: 400;
  font-size: 11px;
}

a.interested div.circle b {
  position: absolute;
  top: 51%;
  left: 52%;
  width: 18px;
  height: 17px;
  display: block;
  margin: -9px 0 0 -12px;
  background: url(../images/sprite.png) -129px -345px no-repeat;
  -webkit-animation: arrow 1s infinite ease-in;
  animation: arrow 1s infinite ease-in;
}

a.interested div.circle span {
  width: 95px;
  height: 35px;
  display: block;
  position: absolute;
  top: -19px;
  left: 50%;
  margin: 0 0 0 -48px;
  text-indent: -9999px;
  text-align: left;

  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: 50% 75px;
  transform-origin: 50% 75px;
  color: #fff;
}

.hm-sec-09 {
  background-color: #1d4354;
  padding: 120px 0;
}

.icon-15 {
  background-position: -299px -214px;
  width: 35px;
  height: 34px;
}

.icon-16 {
  background-position: -350px -212px;
  width: 34px;
  height: 34px;
}

.icon-21 {
  background-position: -117px -408px;
  width: 35px;
  height: 44px;
}

.cnctd {
  width: 370px;
  margin: 0 auto;
}

.cnctd h2 {
  font-size: 96px;
  font-weight: bold;
  color: #fff;
  line-height: 88px;
  text-align: center;
}

.cnctd h2 span {
  font-size: 53px;
  font-weight: 500;
  padding: 0 0 25px 0;
}

.cmnts {
  border-top: 1px solid #acdfcc;
  border-bottom: 1px solid #fff;
  padding: 25px 0 31px;
  margin: 30px 0 0 0;
}

.cmnts h4 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.cl-eml-cn {
  font-size: 0;
}

.cl-eml-cn li {
  display: inline-block;
  width: 50%;
}

.cl-eml-cn li a {
  line-height: 15px;
}

.cl-eml-cn li a i {
  display: inline-block;
  vertical-align: middle;
}

.cl-eml-cn li a span {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  padding: 0 0 0 10px;
  text-align: left;
}

.cl-eml-cn li.last a {
  display: block;
  text-align: right;
}

.frm-dv {
  margin-right: 45px;
}

.field {
  margin-bottom: 14px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 8px 16px !important;
  border-radius: 7px;
  outline: none;
  color: #616368;
  border: none;
  text-transform: capitalize;
  background-color: #fff !important;
  height: 48px;
}

.field .btn-03 input {
  background-color: transparent !important;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  height: auto;
  max-width: 300px;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #fff;
}

/*textarea, select, input[type], textarea, select, button {    width: 100%;*/
/*    padding: 8px 16px !important;*/
/*    border-radius: 4px;*/
/*    outline: none;*/
/*    color: #616368;*/
/*    border: none;*/
/*    text-transform: capitalize;*/
/*    background-color: #fff !important;*/
/*    height: 48px;}*/

button.close {
  width: revert;
  padding: revert;
  border-radius: 4px;
  outline: none;
  color: #616368;
  border: none;
  text-transform: capitalize;
  background-color: transparent !important;
  height: 48px;
}

.field input[type="submit"] {
  width: 100%;
  background-color: var(--primary) !important;
  padding: 12px 46px;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.2s;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0px 0px 17px 1px var(--primary);
}

.align-items-center {
  /*    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;*/
  align-items: center !important;
  display: flex;
}

.frm-dv .col-md-12:last-child .field {
  margin-bottom: 0;
}

textarea {
  min-height: 200px !important;
}

/*!
* Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons:CC BY 4.0, Fonts:SIL OFL 1.1, Code:MIT License)
*/
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"),
    url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: "Font Awesome 5";
}

@font-face {
  font-family: "Font Awesome 5";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/fa-regular-400.eot);
  src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"),
    url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"),
    url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5";
}

.fa,
.fas {
  font-weight: 400;
}

.hd-mn {
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  color: #242728;
}

.para-02 {
  padding: 0 167px;
  color: #4e4e4e;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.pad-sec {
  padding: 90px 0;
}

.z-9 {
  position: relative;
  z-index: 99;
}

.banner-right .col-md-12:last-child .field {
  margin: 0;
}

#lp-writing {
  padding: 50px 0;
}

/*.inner-txt-p p {margin:0 auto;color:#8689a2;font-size:16px;line-height:28px;}*/
.inner-txt-p p {
  font-size: 1.7rem;
  line-height: 2.67rem;
  color: #000;
}

#lp-writing h2 {
  color: var(--primary);
  font-weight: bold;
  font-size: 34px;
}

.inner-banner {
  padding: 95px 0 90px !important;
}

#writing-ser {
  /*padding:90px 0 120px;*/
  position: relative;
  background: #f8f7fd;
}

.write-txt {
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  text-align: center;
}

#writing-ser:after {
  content: "";
  background: url(../images/write-sec-after.png);
  width: 50px;
  height: 84px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  right: 250px;
  bottom: 50px;
  opacity: 0.4;
}

.write-txt p {
  font-size: 34px;
  color: var(--primary);
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.write-txt p:before {
  content: "";
  background: url(../images/write-before.png);
  width: 58px;
  height: 55px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  left: 75px;
  top: 15px;
  opacity: 0.3;
}

.write-txt p:after {
  content: "";
  background: url(../images/write-after.png);
  width: 38px;
  height: 55px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  right: 100px;
  top: 15px;
  opacity: 0.3;
}

.write-txt span {
  font-size: 16px;
}

.write-txt h3 {
  font-size: 34px;
  color: var(--primary);
  font-weight: bold;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.write-txt h3:before {
  content: "";
  background: url(../images/write-before.png);
  width: 58px;
  height: 55px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  left: 75px;
  top: 15px;
  opacity: 0.3;
}

.write-txt h3:after {
  content: "";
  background: url(../images/write-after.png);
  width: 38px;
  height: 55px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  right: 100px;
  top: 15px;
  opacity: 0.3;
}

.write-main-div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 36px;
}

.ser-box {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

.col-md-6.col-lg-3.ser-img-box {
  border: 2px solid #f8f7fd;
}

.book-slider {
  background: var(--primary);
  margin-top: 40px;
  padding: 23px 0px 0px 0px;
}

.ser-img-box:hover {
  background: #fff;
  border: 2px solid var(--primary) !important;
  box-shadow: 0 0 20px 10px #e2e1e18a;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.ser-img-box:hover .ser-box:after,
.ser-img-box:hover .ser-box:before {
  visibility: visible;
}

.ser-box:before {
  content: "";
  background: url(../images/ser-before.png);
  width: 31px;
  height: 52px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  left: 20px;
  top: 15px;
  visibility: hidden;
}

.ser-box:after {
  content: "";
  background: url(../images/ser-after.png);
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  right: 20px;
  bottom: 15px;
  visibility: hidden;
}

.ser-img-box:hover .img-ser1 {
  background: url(../images/ser-1.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: 100%;
  background-size: contain;
}

.img-box {
  margin-bottom: 25px;
}

.img-ser1 {
  background: url(../images/ser-1.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: 100%;
  background-size: contain;
}

.img-ser2 {
  background: url(../images/ser-2.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-position: 100%;
  background-size: contain;
}

.img-ser3 {
  background: url(../images/ser-3.svg);
  background-repeat: no-repeat;
  width: 55px;
  height: 50px;
  background-position: 100%;
  background-size: contain;
}

.img-box {
  text-align: center;
  margin: 0 auto;
}

.ser-box .img-box {
  float: none;
}

.ser-box-txt {
  margin-top: 20px;
  min-height: 220px;
}

.ser-img-box:hover .ser-box-txt h3 {
  color: #051b6d;
}

.ser-img-box:hover .ser-box-txt h2 {
  color: #051b6d;
}

.ser-box-txt h3 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.ser-box-txt h2 {
  color: #4a5874;
  font-size: 20px;
}

.ser-box-txt p {
  margin: 8px 0;
  padding-bottom: 35px;
  color: #000;
  height: 160px;
}

.list-scroll {
  max-height: 98px;
  height: 100% !important;
  margin-top: 30px !important;
  overflow-y: auto !important;
}

.list-scroll::-webkit-scrollbar {
  background-color: transparent;
  width: 13px;
}

.list-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.list-scroll::-webkit-scrollbar-track:hover {
  background-color: transparent;
}

.list-scroll::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #fff;
}

.banner-right .row {
  box-shadow: 0px 0px 17px 1px var(--primary);
  background: linear-gradient(31deg, #306170 30%, #0d3c4c 76%);
  background-color: #75757785;
  padding: 30px 15px 30px;
  border-radius: 9px;
}

.form-heading p {
  color: var(--primary);
  text-transform: uppercase;
  font-family: "Raleway" !important;
  text-align: center;
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}

.modal-backdrop.fade.in {
  display: none;
}

.modal-backdrop.fade.show {
  display: none;
}

.modal {
  background: #00000078;
}

.modal-open .modal {
  z-index: 109999;
}

.modal-content {
  background: linear-gradient(31deg, #306170 30%, #0d3c4c 76%);
  padding: 60px;
}

/*#quoteSubmit {background: #757577;padding: 12px 46px;color: #fff;font-size: 16px;text-transform: uppercase;font-weight: 700;letter-spacing: 1px;box-shadow: 0 0 10px #00000061;}*/
.modal-title {
  color: #fff;
}

.modal-header {
  padding: 0 30px;
  border: none;
}

.modal-footer {
  border: none;
  padding: 0;
}

.popup-form p {
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  width: 100%;
}

/*.popup-form p:after {content: "";position: absolute;bottom: -5px;left: 0;right: 0;text-align: center;width: 90px;height: 3px;    background: var(--primary);margin: 0 auto;}*/
.popup-feild {
  margin: 0 0 30px;
}

.modal-dialog {
  width: 800px;
}

.popup-feild:nth-child(4),
.popup-feild:nth-child(3) {
  margin: 0;
}

.popup-feild input,
.popup-feild select {
  width: 100%;
  padding: 8px 40px !important;
  border-radius: 50px;
  outline: none;
  color: #616368;
  border: none;
  text-transform: capitalize;
  background-color: #fff !important;
  height: 48px;
}

.popup-feild textarea {
  width: 100%;
  padding: 15px;
  color: #616368;
  height: 150px;
  border: none;
  text-transform: capitalize;
}

.popup-feild input::placeholder {
  color: #a1a1a1;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.modal-dialog-centered {
  margin: 1.75rem auto;
  transform: none;
  min-height: calc(100% - 3.5rem);
  align-items: center;
  display: flex;
}

button.close,
button.close:hover {
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
}

button.close i {
  padding: 2px 4px;
  font-size: 30px;
  color: #fff;
  border-radius: 22px;
  /* opacity: 1; */
  border: 3px solid var(--primary);
}

.modal-body {
  padding: 25px 0px 0px;
}

i.fas.fa-phone-volume {
  font-size: 30px;
  transform: rotate(-30deg);
  margin: -8px 0 0;
}

i.fas.fa-comment-alt-lines {
  margin: -8px 5px 0 0;
  font-size: 30px;
  transform: scaleX(-1);
}

/* Flag External CSS */
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.com {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png") !important;
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../images/flags@2x.png");
  }
}

.iti-flag.np {
  background-color: transparent;
}

.btn-6:hover h3 {
  color: #fff !important;
}

li.active a {
  color: #fff !important;
}

ul#products-menu li a:hover img {
  filter: brightness(100);
}

li.active img {
  filter: brightness(100);
}

.core-main img {

  width: 55%;
  align-items: center;
  display: flex;
  justify-content: center;

}

.core-main .col-md-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.core-main .row {
  display: flex !important;
}

.why-choose .container {
  width: 100%;
}

.boxes {
  background-color: #fff;
  padding: 10px 20px;
  height: auto;
  /* align-items: center; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
}

h4.head {
  padding-bottom: 12px;
}

p.paragraph {
  font-size: 17px;
}

.why-choose .col-md-6 {
  padding: 0;
}

.boxes.no1 {
  background: #a5234e;
  color: #fff;
}

p.number {
  padding-bottom: 10px;
  font-size: 20px;
  color: #0d0d51;
}

.why-choose img {
  width: 100%;
}

.main-row {
  display: flex !important;
  align-items: center;
}

.second-title {
  font-size: 37px !important;
  line-height: 44px;
  color: #a5234e;
  padding: 50px 0px;
  text-align: center;

}

li.btn-6 {
  height: 400px !important;
}

.choose-content h3 {
  text-transform: uppercase;
}


.services-text p {
  font-size: 17px;
  text-align: center;
  line-height: 28px;
}

.box-content {
  padding: 60px 0;
}

.box-content h2 {
  margin-bottom: 20px;
  font-size: 40px;
  color: #a5234e;
}

.cl {
  display: flex;
}

.serviceBox {
  color: #000;
  background-color: #fff;
  text-align: center;
  padding: 20px 15px;
  margin: 20px 0 0;
  border-radius: 20px 0 20px 0;
  position: relative;
  z-index: 1;
  transition: all ease .3s;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  margin-bottom: 20px;
  height: 478px;
}

.serviceBox.orange:before {
  background: linear-gradient(45deg, #c16226 49%, transparent 50%);
}

.serviceBox:before {
  content: '';
  background: linear-gradient(45deg, #a87508 49%, transparent 50%);
  height: 15px;
  width: 15px;
  position: absolute;
  left: 74px;
  top: -15px;
}

.serviceBox.orange .service-count {
  background: linear-gradient(135deg, #fd5900 25%, #fd5900 26%, #fd5900 40%, #fd5900 41%, #fd893e 47%, #fd5900 48%, #fd5900 60%, #fd5900 61%);
}

.serviceBox .service-count {
  color: #fff;
  background: linear-gradient(135deg, #fdbb26 25%, #ffcd44 26%, #ffcd44 40%, #fdbb26 41%, #fdbb26 47%, #ffcd44 48%, #ffcd44 60%, #fdbb26 61%);
  font-size: 45px;
  text-align: center;
  line-height: 75px;
  width: 60px;
  height: 96px;
  margin: -35px 0 0 0;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}

.serviceBox .title {
  color: #505050;
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 10px;
}

.serviceBox .description {
  color: #212529;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: justify;
}

.serviceBox.blue .service-count {
  background: linear-gradient(135deg, #2c3e57 25%, #2c3e57 26%, #2c3e57 40%, #2c3e57 41%, #2d91ff 47%, #2c3e57 48%, #2c3e57 60%, #2c3e57 61%);
}

section.box-content h3,
section.box-content h4 {
  padding-bottom: 20px;
}

section.box-content h3 {
  font-size: 34px;
  color: #A5234E !important;
  font-weight: 700;
  text-transform: uppercase;
}

.section {
  padding: 70px 0;
  position: relative;
}

.bookWithContentArea {
  padding-top: 50px;
}

.bookWithContentArea .para {
  font-size: 15px !important;
  text-align: center;
  margin: 15px 0px;
  padding: 2px;
  line-height: 18px;
}

.para {
  font-size: 15px;
  line-height: 26px;
  color: #6e6e6e !important;
}

button.btn.bg-theme-blue.text-white.roundedBtn {
  padding: 9px !important;
  font-size: 13px;
  text-transform: uppercase;
  font-family: custom;
}

button.btn.bg-theme-blue.text-white.roundedBtn {
  padding: 9px !important;
  font-size: 13px;
  text-transform: uppercase;

}

.bg-theme-blue,
.sticky {
  background-color: #a5234e !important;
  color: #fff !important;
  border-radius: 25px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;


}

img.w-100 {
  width: 83%;
}

.inner-points h3 {
  padding-bottom: 15px;
  font-size: 23px;
}

.inner-points {
  padding-top: 30px;
}

.last {
  padding-bottom: 30px;
}

.inner-points p {
  font-size: 17px;
  line-height: 25px;
}

.inner-txt-p ul li {
  font-size: 17px;
  color: #000;
}

h4 {}

.book-form-content h4 {
  font-size: 25px;
  color: #000;
  padding-top: 10px;
}

.book-form-content h3 {
  font-size: 50px;
  color: #fff;
}

#lp-writing h3 {
  font-size: 34px !important;
  color: #a5234e;
  font-weight: 700;
}

.book-form-content2 p {
  color: #000;
  padding: 5px 0px;
}

.additional h4 {
  font-size: 34px;
  color: #a5234e;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.additional p {
  font-size: 18px;
  padding: 10px 0px;

}

#second p,
#forth p,
#sixth p {
  color: #fff;
}

#first:hover>p {
  color: #fff !important;
}

#first:hover p,
#third:hover p,
#fifth:hover p {
  color: #fff !important;
}

.s_boxes {
  height: 377px !important;
}

h3.h2Heading {
  font-size: 35px;
  padding-bottom: 20px;
  color: #a5234e;
  font-weight: 700;
}

.loader img {
  width: 50px;

}

.loader {
  text-align: center;
}