/*=======================================COLORS====================================*/
/*====================================BORDER RADIUS==================================*/
/*======================================MIXINS=======================================*/
/* ================================ MEDIA DEFENITION =============================== */
/* ================================ MEDIA DEFENITION ENDS =========================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5b606a;
  background: #FFF;
  padding-top: 70px;
}

h2, h3, h4, h5 {
  color: #2d3752;
}

h2 {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  font-weight: 700;
}

p {
  line-height: 22px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: normal;
}

/*HEADER*/
.header {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  min-height: 70px;
}

.header .logo {
  position: relative;
}

.header .logo img {
  display: inline-block;
}

.sticky-header {
  display: block;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -ms-transition: all ease-out 0.5s;
  z-index: 1001;
  transform: translate(0px, -130px);
  -webkit-transform: translate(0px, -130px);
  -moz-transform: translate(0px, -130px);
  -ms-transform: translate(0px, -130px);
  background: #FFF;
}

.sticky-header.fix-it {
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.1);
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
}

.sticky-header.fix-it .main-menu > ul > li a {
  color: #394555;
}

@media (max-width: 991px) {
  .sticky-header .mobile-menu {
    display: none;
  }
}

.main-meta {
  display: block;
}

.main-meta .container {
  position: relative;
}

.main-meta .logo {
  padding: 8px 0px;
  display: block;
}

@media (max-width: 1200px) {
  .main-meta .logo {
    padding: 13px 0px;
  }
}

@media (max-width: 991px) {
  .main-meta .logo {
    padding: 8px 0px;
  }
}

@media (max-width: 480px) {
  .main-meta .logo img {
    max-width: 250px;
  }
}

.main-meta .main-menu {
  display: block;
  text-align: right;
  padding: 0px 0px;
  float: right;
}

@media (max-width: 991px) {
  .main-meta .main-menu {
    display: none;
  }
}

.main-meta .main-menu > ul {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.main-meta .main-menu > ul > li {
  display: inline-block;
  position: relative;
}

.main-meta .main-menu > ul > li > a {
  font-size: 14px;
  padding: 26px 18px;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.main-meta .main-menu > ul > li > a:hover, .main-meta .main-menu > ul > li > a.active, .main-meta .main-menu > ul > li > a.hoverClass {
  color: #1b68ba;
}

.main-meta .main-menu > ul > li.dropdown a.hoverClass:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent #FFF;
  bottom: 6px;
  margin: auto;
  left: 0px;
  right: 0;
  display: block;
}

.main-meta .main-menu > ul > li.dropdown a i {
  font-size: 10px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.main-meta .main-menu > ul > li > ul {
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  margin: auto;
  padding: 20px 0px;
  max-width: 220px;
  min-width: 220px;
  z-index: 5;
  text-align: left;
  background: #1b68ba;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
}

.main-meta .main-menu > ul > li > ul:before {
  position: absolute;
  top: -13px;
  left: 18px;
  border-style: solid;
  border-width: 7px;
  border-color: transparent transparent #1b68ba transparent;
  content: '';
  display: block;
  width: 0;
  height: 0;
}

.main-meta .main-menu > ul > li > ul > li {
  display: block;
}

.main-meta .main-menu > ul > li > ul > li a {
  display: block;
  padding: 12px 20px 12px 20px;
  position: relative;
  color: #FFF !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.main-meta .main-menu > ul > li > ul > li a:hover {
  color: #2f8fbb;
  background: rgba(0, 0, 0, 0.05);
}

.main-meta .main-menu > ul > li > ul > li a:hover:before {
  color: #CCC;
}

.main-meta .main-menu > ul > li > ul > li:first-child a {
  border-top: none;
}

.mobile-menu {
  height: 100%;
  position: fixed;
  display: block;
  right: -100%;
  top: 0;
  width: 100%;
  background: #FFF;
  height: 100%;
  z-index: 1003;
  padding: 40px 40px;
  display: none;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
}

.mobile-menu.show {
  right: 0;
}

.mobile-menu a {
  text-transform: uppercase;
  color: #cf142b;
  font-weight: 700;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
  font-size: 20px;
}

.mobile-menu a:hover, .mobile-menu a.active {
  color: #1b68ba;
}

@media (max-width: 991px) {
  .mobile-menu a.close-it {
    display: block;
  }
}

@media (max-width: 991px) {
  .mobile-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .mobile-menu .menu-list {
    display: block;
  }
}

/*------------sub menu- END-----------------*/
.menu-toggle {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 9px;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 8px;
}

@media (max-width: 991px) {
  .menu-toggle {
    display: block;
  }
}

.menu-toggle.active {
  background: #cf142b;
}

.menu-toggle.active span.line {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background: #FFF;
}

.menu-toggle.active span.line.a {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-toggle.active span.line.c {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-toggle.active span.line.b {
  opacity: 0;
}

span.line {
  position: relative;
  width: 65%;
  height: 2px;
  margin: 7px auto;
  background: #cf142b;
  display: block;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.make-bg {
  display: none;
}

.banner-block {
  display: block;
  position: relative;
  background-size: cover;
}

.banner-block .banner-pic {
  display: block;
  height: 376px;
  position: relative;
}

@media (max-width: 991px) {
  .banner-block .banner-pic {
    display: none;
  }
}

.banner-block .banner-pic img {
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  right: 0;
}

.banner-block .home-banner-content {
  display: table-cell;
  vertical-align: middle;
  height: 376px;
  width: 1%;
  position: relative;
}

@media (max-width: 991px) {
  .banner-block .home-banner-content {
    display: block;
    width: 100%;
    height: auto;
    padding: 60px 0px;
  }
}

@media (max-width: 480px) {
  .banner-block .home-banner-content {
    text-align: center;
  }
}

.banner-block .home-banner-content h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  .banner-block .home-banner-content h2 {
    font-size: 16px;
  }
}

.banner-block .home-banner-content h1 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  color: #00447d;
  font-weight: 400;
  font-size: 45px;
}

@media (max-width: 1200px) {
  .banner-block .home-banner-content h1 {
    font-size: 36px;
  }
}

.banner-block .home-banner-content h1 span {
  color: #1b68ba;
  font-weight: 700;
}

.banner-form {
  display: block;
  text-align: left;
}

.banner-form label {
  text-transform: uppercase;
  color: #5b606a;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

.text-box {
  display: block;
  position: relative;
  background: #FFF;
  margin-bottom: 26px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.text-box:before {
  position: absolute;
  width: 48px;
  height: 48px;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.text-box.ic-1, .text-box.ic-2 {
  padding-left: 48px;
}

.text-box.ic-1:before {
  background: url(../img/banner-form-ic-1.png) no-repeat center center;
}

.text-box.ic-2:before {
  background: url(../img/banner-form-ic-2.png) no-repeat center center;
}

.text-box .form-control {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px;
  background: none;
}

.submit-btn {
  display: inline-block;
  border-radius: 3px !important;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 0px 55px;
  line-height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cf147e), to(#cf142e));
  background-image: linear-gradient(#cf147e, #cf142e);
  border: 1px solid #b01327;
  -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
}

.submit-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2270c6), to(#125dab));
  background-image: linear-gradient(#2270c6, #125dab);
}

.submit-btn.invert {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2271c7), to(#01498e));
  background-image: linear-gradient(#2271c7, #01498e);
  border: 1px solid #2166a0;
}

.submit-btn.invert:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c73d1), to(#2271c7));
  background-image: linear-gradient(#1c73d1, #2271c7);
}

.how-it-works {
  display: block;
  padding: 60px 0px 70px 0px;
  background: #FFF;
  text-align: center;
}

@media (max-width: 1200px) {
  .how-it-works {
    padding: 50px 0px 50px 0px;
  }
}

.how-it-works > div > .wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.how-it-works > div > .wrapper > .row {
  position: relative;
  margin: 0px -1px;
}

.how-it-works > div > .wrapper > .row > div:first-child > .item::before {
  display: none;
}

.how-it-works > div > .wrapper > .row > div:last-child > .item:after {
  display: none;
}

.how-it-works > div > .wrapper > .row > div .item {
  display: block;
  height: 100%;
  border-left: 1px solid #ccd3e5;
  padding: 40px 35px 0px 35px;
  position: relative;
  margin-top: 30px;
}

.how-it-works > div > .wrapper > .row > div .item:before {
  position: absolute;
  height: 2px;
  background: #cf142d;
  display: block;
  top: -2px;
  width: 51%;
  content: '';
  left: -1px;
}

.how-it-works > div > .wrapper > .row > div .item:after {
  position: absolute;
  height: 2px;
  background: #cf142d;
  display: block;
  top: -2px;
  width: 51%;
  content: '';
  right: -1px;
}

.how-it-works > div > .wrapper > .row > div .item .slno {
  display: block;
  position: absolute;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #cf142d;
  line-height: 38px;
  color: #FFF;
  font-weight: 700;
  top: -19px;
  left: 0;
  right: 0;
  margin: auto;
}

.how-it-works > div > .wrapper > .row > div .item h3 {
  font-size: 18px;
  margin-bottom: 18px;
}

.home-about-block {
  display: block;
  background: url(../img/home-about-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.home-about-block .left {
  display: block;
  height: 100%;
  position: relative;
  padding: 70px 0px;
}

@media (max-width: 767px) {
  .home-about-block .left {
    text-align: center;
    padding-bottom: 30px;
  }
}

.home-about-block .left h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 24px;
}

.home-about-block .left .head-box {
  display: block;
  max-width: 370px;
  background: #1b68ba;
  padding: 8px 30px 36px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .home-about-block .left .head-box {
    margin: auto;
  }
}

.home-about-block .left .head-box:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #cf142b;
  border-radius: 10px;
  content: '';
  display: block;
  top: -12px;
  right: 10px;
  z-index: 0;
}

.home-about-block .left .head-box h2 {
  margin: 0;
  color: #FFF;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 1200px) {
  .home-about-block .left .head-box h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.home-about-block .left .head-box h2 span {
  font-weight: 700;
}

.home-about-block .left img {
  position: absolute;
  bottom: 0;
  right: -115px;
}

@media (max-width: 1200px) {
  .home-about-block .left img {
    right: -160px;
  }
}

@media (max-width: 991px) {
  .home-about-block .left img {
    right: -15px;
  }
}

@media (max-width: 767px) {
  .home-about-block .left img {
    display: none;
  }
}

.home-about-block .texting {
  display: block;
  padding: 70px 0px;
  min-height: 530px;
}

@media (max-width: 1200px) {
  .home-about-block .texting {
    padding: 30px 30px 18px 30px;
    background: rgba(255, 255, 255, 0.4);
    margin: 20px 0px;
    border-radius: 8px;
  }
}

@media (max-width: 991px) {
  .home-about-block .texting {
    margin-top: 0;
    min-height: auto;
  }
}

.terms-and-condition {
  display: block;
  padding: 60px 50px 58px 0px;
  border-right: 1px solid #d9deec;
}

@media (max-width: 991px) {
  .terms-and-condition {
    padding: 50px 0px 30px 0px;
    border-right: none;
    border-bottom: 1px solid #d9deec;
  }
}

@media (max-width: 480px) {
  .terms-and-condition {
    padding-bottom: 60px;
  }
}

.terms-and-condition h3 {
  margin: 0;
}

.terms-and-condition .numbered-listing {
  margin-top: 10px;
}

@media (max-width: 480px) {
  .terms-and-condition .d-flex {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .terms-and-condition .inline-link {
    display: block !important;
    position: absolute;
    bottom: 30px;
    right: 0;
  }
}

.faq-block {
  display: block;
  padding: 60px 0px 58px 50px;
}

@media (max-width: 991px) {
  .faq-block {
    padding: 40px 0px 30px 0px;
    border-right: none;
  }
}

.faq-wrapper {
  margin-top: 18px;
}

.faq-wrapper ul li {
  display: block;
  border-radius: 5px;
  background: #f3f6f9;
  padding: 24px 30px 10px 30px;
  margin-bottom: 10px;
}

.faq-wrapper ul li .ans {
  padding-left: 30px;
  position: relative;
}

.faq-wrapper ul li .ans:before {
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  width: 20px;
  background: #e18592;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  content: 'A';
}

.faq-wrapper ul li p {
  line-height: 20px;
}

.inline-link {
  color: #1b68ba;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.inline-link i {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 5px;
}

.numbered-listing {
  padding-left: 30px;
  overflow: hidden;
}

.numbered-listing ul {
  position: relative;
  display: block;
  margin-top: -1px;
}

.numbered-listing ul li {
  display: block;
  border-top: 1px dashed #c3c3c4;
  display: block;
  position: relative;
  padding: 22px 0px;
}

.numbered-listing ul li .slno {
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  width: 20px;
  background: #1b68ba;
  display: block;
  position: absolute;
  top: 22px;
  left: -30px;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
}

.footer {
  background: #2b1c1e;
  padding: 42px 0px;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
    padding: 25px 0px;
  }
}

.ftr-menu {
  display: block;
  padding: 7px 0px;
}

.ftr-menu ul li {
  display: inline-block;
  margin-right: 32px;
}

@media (max-width: 767px) {
  .ftr-menu ul li {
    margin: 0px 10px;
  }
}

.ftr-menu ul li a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .ftr-menu ul li a {
    line-height: 30px;
  }
}

.copyright {
  color: #838a9c;
  font-size: 13px;
  margin: 0;
}

.copyright span {
  color: #FFF;
  font-weight: 600;
}

.copyright a {
  text-decoration: none;
  color: #838a9c;
}

.copyright a:hover {
  color: #FFF;
}

.cs-scroll {
  display: block;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

.mCSB_scrollTools {
  width: 3px;
}

.resp-tab-content {
  border: none;
  padding: 0;
}

.resp-tabs-list {
  font-size: 0;
}

.resp-tabs-list li {
  display: block;
  border: none;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding: 6px 22px;
}

.resp-tabs-list li span {
  font-size: 20px !important;
  font-weight: normal !important;
  display: inline-block;
  margin-bottom: 4px;
}

.resp-tabs-list li.resp-tab-active {
  background: #1b68ba;
  border-radius: 5px;
  color: #FFF;
}

.resp-tabs-list li.resp-tab-active:after {
  position: absolute;
  content: '';
  margin: auto;
  bottom: -14px;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 7px;
  border-color: #1b68ba transparent transparent transparent;
  width: 0;
  height: 0;
  display: block;
  background: none;
}

.resp-tabs-list li.resp-tab-active span {
  color: #FFF;
}

.sub-banner-block {
  display: block;
  background-size: cover;
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .sub-banner-block {
    text-align: center;
  }
}

.sub-banner-block h1 {
  color: #00447d;
  font-size: 45px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 991px) {
  .sub-banner-block h1 {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .sub-banner-block h1 {
    font-size: 30px;
  }
}

.contact-page {
  display: block;
  padding: 60px 0px 80px 0px;
  text-align: center;
}

.form-wrapper {
  display: block;
  text-align: center;
  margin: auto;
  max-width: 1000px;
  margin-top: 35px;
}

.form-wrapper .form-group {
  text-align: left;
  display: block;
  margin-bottom: 25px;
}

.form-wrapper label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #294863;
  margin-bottom: 3px;
}

.form-wrapper .form-control {
  height: 52px;
  border: 2px solid #bbd5ea;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.form-wrapper .submit-btn {
  margin-top: 22px;
}

.form-wrapper .submit-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cf142e), to(#cf142e));
  background-image: linear-gradient(#cf142e, #cf142e);
}

.legal-page {
  display: block;
  padding: 40px 0px;
}

.bottom-bg {
  background-position: bottom center;
}

.set-as-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.verify-number {
  display: block;
  padding: 50px 0px;
  background: #cc061f;
  text-align: center;
}

.verify-number .banner-form {
  position: relative;
  padding-right: 145px;
  max-width: 1030px;
  margin: auto;
}

@media (max-width: 767px) {
  .verify-number .banner-form {
    padding-right: 0;
  }
}

.verify-number .banner-form label {
  color: #FFF;
}

.instant .submit-btn {
  position: absolute;
  top: 29px;
  right: 0;
  padding: 0px 40px;
}

@media (max-width: 767px) {
  .instant .submit-btn {
    position: relative;
    top: inherit;
    right: inherit;
    margin-left: 15px;
  }
}

.manual .banner-form {
  max-width: 900px;
  padding-right: 0;
}

.manual .submit-btn {
  margin-top: 19px;
}

.invert h2 {
  font-size: 36px;
  color: #FFF;
  font-weight: 400;
}

@media (max-width: 767px) {
  .invert h2 {
    font-size: 28px;
  }
}

.invert h5 {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 16px;
}

.invert .form-group {
  margin-top: 10px;
}

.who-we-are {
  display: block;
  padding: 68px 0px 46px 0px;
}

.who-we-are .left {
  display: block;
}

.who-we-are .left ul li {
  display: block;
  border-top: 1px solid #dbe1e6;
  padding: 22px 0px 22px 98px;
  position: relative;
}

@media (max-width: 991px) {
  .who-we-are .left ul li {
    padding: 98px 0px 30px 0px;
    text-align: center;
  }
}

.who-we-are .left ul li:first-child {
  border-top: none;
}

.who-we-are .left ul li h4 {
  font-weight: 700;
  font-size: 18px;
}

.who-we-are .left ul li .icon {
  position: absolute;
  top: 22px;
  left: 0;
  width: 98px;
  display: block;
}

@media (max-width: 991px) {
  .who-we-are .left ul li .icon {
    top: 30px;
    right: 0;
    margin: auto;
  }
}

.who-we-are .left ul li .icon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}

.who-we-are .left ul li p {
  margin: 0;
}

.who-we-are .pic-box {
  width: 343px;
  height: 343px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 14px;
}

@media (max-width: 1200px) {
  .who-we-are .pic-box {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .who-we-are .pic-box {
    margin: auto;
  }
}

.who-we-are .pic-box:after {
  display: block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  content: '?';
  right: -12px;
  bottom: 24px;
  background: #cc061f;
  font-size: 55px;
  color: #FFF;
  font-weight: 300;
  line-height: 100px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 5px #FFF;
          box-shadow: 0px 0px 0px 5px #FFF;
}

@media (max-width: 1200px) {
  .who-we-are .pic-box:after {
    width: 80px;
    height: 80px;
  }
}

.who-we-are .texting {
  display: block;
  padding-left: 26px;
}

@media (max-width: 991px) {
  .who-we-are .texting {
    text-align: center;
    padding-top: 10px;
  }
}
/*# sourceMappingURL=main.css.map */