@font-face {
  font-family: "Flaticon";
  src: url("../font/Flaticon.eot");
  src: url("../font/Flaticon.eot?#iefix") format("embedded-opentype"), url("../font/Flaticon.woff2") format("woff2"), url("../font/Flaticon.woff") format("woff"), url("../font/Flaticon.ttf") format("truetype"), url("../font/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../font/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before, [class*=" flaticon-"]:before,
[class^=flaticon-]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
}

.flaticon-angle-arrow-pointing-to-right:before {
  content: "\f100";
}

.flaticon-plus:before {
  content: "\f101";
}

.flaticon-right-arrow:before {
  content: "\f102";
}

.flaticon-call:before {
  content: "\f103";
}

.flaticon-left-arrow:before {
  content: "\f104";
}

.flaticon-minus:before {
  content: "\f105";
}

.flaticon-check:before {
  content: "\f106";
}

*, ::after, ::before {
  box-sizing: border-box;
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  color: #2f3d48;
}

.img-fluid {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, label {
  font-family: "PT Sans", sans-serif;
  text-transform: capitalize;
  appearance: none;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, label:focus {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 31px;
}

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

a {
  text-decoration: none;
}

.bglight {
  background-color: #fafafa;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

.section_holder {
  position: relative;
}
.section_holder .navbar {
  padding: 1rem 0;
  background-color: #1e2a78;
}
.section_holder .navbar .logo {
  text-align: center;
}
.section_holder .navbar .logo a {
  font-family: "PT Sans", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_holder .navbar .logo a .mobileLogo {
  max-width: 150px;
  margin-right: 10px;
}
@media (min-width: 575.99px) {
  .section_holder .navbar .logo a .mobileLogo {
    display: none;
  }
}
.section_holder .navbar .logo a .desktopLogo {
  display: none;
  max-width: 150px;
  margin-right: 10px;
}
@media (min-width: 575.99px) {
  .section_holder .navbar .logo a .desktopLogo {
    display: block;
  }
}
.section_holder header {
  background-color: #1e2a78;
  padding: 4rem 0 4rem 0;
  text-align: center;
}
.section_holder header h1 {
  color: #fff;
  line-height: 1.2;
}
.section_holder header h1 span {
  color: #f7c355;
}
.section_holder header h2 {
  color: #fff;
}
.section_holder header h3 {
  color: #fff;
  font-size: 24px;
}
.section_holder header p {
  color: #fff;
}
.section_holder header .d-flex {
  margin-top: 1rem;
}
.section_holder header .d-flex .px-4 {
  color: #fff;
}
.section_holder header form {
  width: 100%;
}
.section_holder header form .form-group {
  display: table;
  margin: auto;
  width: 100%;
}
.section_holder header form .form-group input[type=text] {
  float: left;
  width: 48%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #d9d9d9;
  padding-left: 50px;
  background: #fff url(../img/zip.svg) no-repeat 20px center;
  background-size: 14px 20px;
  line-height: 1;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 0.5rem;
  apperance: none;
  outline: 0;
}
.section_holder header form .form-group button {
  margin-top: 0.5rem;
  font-family: "PT Sans", sans-serif;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  float: right;
  width: 48%;
  background-color: #f7c355;
  border: none;
  border-radius: 10px;
  text-align: center;
  color: #1e2a78;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: all, 0.2s;
  cursor: pointer;
  animation: wiggle 3s linear infinite;
}
.section_holder header .tollfreeheader a {
  background-color: #f7c355;
  margin-top: 1rem;
  padding: 15px;
  order: none;
  border-radius: 10px;
  text-align: center;
  transition: all, 0.2s;
  display: block;
  font-size: 24px;
  font-family: "PT Sans", sans-serif;
  font-weight: 800;
  color: #1e2a78;
}
.section_holder section {
  padding: 4rem 0;
}
.section_holder section.section1 {
  padding-top: 2rem;
  padding-bottom: 0;
}
.section_holder section.section1 .section1title {
  text-align: center;
}
.section_holder section.section1 .section1title h1 {
  text-transform: capitalize;
  font-size: 1.5rem;
  color: #1e2a78;
}
.section_holder section.section1 .partnerlogo {
  margin: 1rem 0;
  text-align: center;
}
.section_holder section.section2 {
  padding: 4rem 0;
}
.section_holder section.section2 .section2title {
  text-align: center;
  margin-bottom: 2rem;
}
.section_holder section.section2 .section2title h1 {
  font-size: 2rem;
  line-height: 45px;
  color: #2f3d48;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.section_holder section.section2 .section2title h1 span {
  color: #1e2a78;
}
.section_holder section.section2 .sectionfeature {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  padding: 58px 30px 51px;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(211, 220, 232, 0.75);
  text-align: center;
  margin-bottom: 2rem;
}
.section_holder section.section2 .sectionfeature .icon-box {
  position: relative;
  display: inline-block;
  width: 148px;
  height: 143px;
  text-align: center;
  margin: 0px auto 24px auto;
}
.section_holder section.section2 .sectionfeature .icon-box img {
  max-width: 100%;
}
.section_holder section.section2 .sectionfeature h2 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1e2a78;
}
.section_holder section.section3 {
  padding: 4rem 0;
}
.section_holder section.section3 .section1holder h1 {
  font-size: 2rem;
  line-height: 45px;
  color: #2f3d48;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.section_holder section.section3 .section1holder h1 span {
  color: #1e2a78;
}
.section_holder section.section4 .section2image {
  text-align: center;
}
.section_holder section.section4 .section2holder h1 {
  font-size: 2rem;
  line-height: 45px;
  color: #2f3d48;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.section_holder section.section4 .section2holder h1 span {
  color: #1e2a78;
}
.section_holder section.section4 .section2holder ul {
  margin: 1rem 0 0 0;
}
.section_holder section.section4 .section2holder ul li {
  font-size: 18px;
  margin-bottom: 1rem;
}
.section_holder section.section4 .section2holder ul li .features {
  position: relative;
  display: flex;
  align-items: center;
}
.section_holder section.section4 .section2holder ul li i {
  margin-right: 1rem;
}
.section_holder section.section4 .section2holder ul li i:before {
  color: #55a630;
  font-size: 1.4rem;
}
.section_holder section.testimonialholder {
  background: #E5EBF8;
}
.section_holder section.testimonialholder .testimonialheading h1 {
  font-size: 2rem;
  line-height: 45px;
  color: #1e2a78;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.section_holder section.testimonialholder .testimonialheading h1 span {
  color: #1e2a78;
}
.section_holder section.testimonialholder .trust_seal {
  text-align: center;
  margin-bottom: 2rem;
}
.section_holder section.testimonialholder .trust_seal img {
  margin: 1rem 0rem;
}
.section_holder section.testimonialholder .owl-item.center .item {
  opacity: 1 !important;
  transform: scale3d(1, 1, 1) !important;
}
.section_holder section.testimonialholder .item {
  margin-bottom: 20px;
  opacity: 0.2;
  transform: scale3d(0.7, 0.7, 1);
  transition: all 0.3s ease-in-out;
  max-width: 320px;
}
.section_holder section.testimonialholder .item .testmonial {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 46px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
  border: 1px solid #ededed;
  background-color: #fff;
  position: relative;
  text-align: left;
}
.section_holder section.testimonialholder .item .testmonial .testimonial_author {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.75rem;
}
.section_holder section.testimonialholder .item .testmonial .testimonial_author .testimonial_image {
  max-width: 12.5%;
  flex: 0 0 12.5%;
}
.section_holder section.testimonialholder .item .testmonial .testimonial_author .testimonial_image img {
  max-width: 100%;
  border-radius: 50%;
}
.section_holder section.testimonialholder .item .testmonial .testimonial_author .testimonial_author_name {
  max-width: 80%;
  flex: 0 0 80%;
  vertical-align: middle;
  margin: 0 auto;
}
.section_holder section.testimonialholder .item .testmonial .testimonial_author .testimonial_author_name h3 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.section_holder section.testimonialholder .item .testmonial .testimonial_author .testimonial_author_name .review .star-holder img {
  margin-top: 0.5rem;
  width: auto;
}
.section_holder section.testimonialholder .item .testmonial .testimonial_content p {
  line-height: 25px;
  font-size: 16px;
}
.section_holder section.testimonialholder .item .testmonial .testimonial_content span {
  color: #000;
  font-weight: 600;
  margin: 15px 0;
  display: inline-block;
}
.section_holder section.faq .faqtitle h1 {
  font-size: 2rem !important;
  line-height: 45px !important;
  color: #2f3d48;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.section_holder section.faq .faqtitle h1 span {
  color: #1e2a78;
}
.section_holder section.faq .faqs {
  margin-top: 1.5rem;
}
.section_holder section.faq .faqs .faq li.q {
  display: block;
  position: relative;
  padding: 20px 20px 20px 0;
  color: #1e2a78;
  background-color: transparent;
  border-color: #eee;
  border-bottom: 1px solid #eee;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  cursor: pointer;
  text-transform: capitalize;
}
.section_holder section.faq .faqs .faq li.q i {
  position: absolute;
  right: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 25px;
}
.section_holder section.faq .faqs .faq li.q .flaticon-minus {
  display: none;
}
.section_holder section.faq .faqs .faq li.q.active .flaticon-plus {
  display: none !important;
}
.section_holder section.faq .faqs .faq li.q.active .flaticon-minus {
  display: block !important;
}
.section_holder section.faq .faqs .faq li.a {
  display: none;
  padding: 15px 15px 15px 0;
  font-family: open sans, sans-serif;
}
.section_holder section.section5 {
  background-color: #1e2a78;
  text-align: center;
}
.section_holder section.section5 h1 {
  margin: 1rem 0;
  font-size: 2rem;
  line-height: 1.375;
  color: #fff;
}
.section_holder section.section5 p {
  margin-bottom: 2rem;
  color: #fff;
}
.section_holder section.section5 .lastsectioncontent {
  margin: auto;
  text-align: center;
}
.section_holder section.section5 .lastsectioncontent .cta label {
  text-transform: capitalize;
  color: #fff;
  font-weight: 800;
  display: block;
  font-size: 1.2rem;
}
.section_holder section.section5 .lastsectioncontent .cta .formgroup {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.section_holder section.section5 .lastsectioncontent .cta .formgroup input[type=text] {
  float: left;
  width: 48% !important;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid #d9d9d9;
  padding-left: 50px !important;
  background: #fff url(../img/zip.svg) no-repeat 20px center;
  background-size: 14px 20px;
  line-height: 1;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 0.5rem;
  outline: 0;
}
.section_holder section.section5 .lastsectioncontent .cta .formgroup button {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  float: right;
  width: 48% !important;
  background-color: #f7c355;
  border: none;
  border-radius: 10px;
  text-align: center;
  color: #1e2a78;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: all, 0.2s;
  cursor: pointer;
}
.section_holder section.section5 .lastsectioncontent .cta .px-4 {
  color: #fff;
}
.section_holder section.section5 .lastsectioncontent .cta h3 {
  text-transform: capitalize;
  margin-top: 0.5rem;
  color: #fff;
  display: block;
  font-size: 1.2rem;
}
.section_holder section.section5 .lastsectioncontent .cta .phonenumber {
  margin-top: 0.5rem;
  font-family: "PT Sans", sans-serif;
  display: block;
  padding: 20px;
  background-color: #f7c355;
  border: none;
  border-radius: 10px;
  text-align: center;
  color: #1e2a78;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  transition: all, 0.2s;
  animation: wiggle 3s linear infinite;
}
.section_holder footer {
  padding: 4rem 0;
  background-color: #E5EBF8;
}
.section_holder footer .first-row {
  align-items: center;
  margin-bottom: 1.5rem;
}
.section_holder footer .last_row p {
  font-size: 13px;
  color: #4a5568;
}
.section_holder footer .footer-logo a {
  color: #1e2a78;
  text-decoration: none;
  font-family: "PT Sans", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
}
.section_holder footer .footer-logo a img {
  max-width: 150px;
}
.section_holder footer .footer-logo p {
  margin-top: 1rem;
  line-height: 1;
  text-align: center;
}
.section_holder footer .footer_nav ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.section_holder footer .footer_nav ul li {
  display: block;
  text-align: center;
}
.section_holder footer .footer_nav ul li a {
  color: #2f3d48;
  text-transform: uppercase;
  margin: 0 1rem;
}
.section_holder .callbutton {
  position: fixed;
  right: 1em;
  bottom: 2%;
  z-index: 900;
  animation: e 3s linear infinite;
  background: #f7c355;
  border-radius: 50%;
  box-shadow: 5px 6px 9px 0 rgba(60, 60, 60, 0.5);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 34px;
}
.section_holder .callbutton i:before {
  font-size: 34px;
  color: #1e2a78;
}

@media (min-width: 575.99px) {
  p {
    font-size: 16px;
  }
  ul li {
    font-size: 16px !important;
  }
  .section_holder .navbar {
    background-color: #fff;
  }
  .section_holder .navbar .logo a {
    color: #1e2a78;
    justify-content: flex-start;
  }
  .section_holder .navbar .logo a svg .headlogo {
    fill: #1e2a78;
  }
  .section_holder .navbar .tollfree {
    float: right;
    display: flex;
    text-align: right;
    align-items: center;
  }
  .section_holder .navbar .tollfree .tollfree-flex1 {
    font-size: 26px;
    margin-right: 15px;
  }
  .section_holder .navbar .tollfree .tollfreetext {
    color: #2f3d48;
    font-size: 14px;
    line-height: 14px;
  }
  .section_holder .navbar .tollfree .tollfreetext p {
    font-size: 13px !important;
    line-height: 1;
    margin: 0;
  }
  .section_holder .navbar .tollfree .tollfreenumber {
    color: #1e2a78;
    font-size: 24px;
    font-family: "PT Sans", sans-serif;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
  }
  .section_holder .navbar .tollfree .tollfreetext2 {
    color: #2f3d48;
    font-size: 13px;
    line-height: 10px;
  }
  .section_holder .navbar .tollfree .tollfreetext2 p {
    margin: 0;
    line-height: 1;
  }
  .section_holder .navbar .tollfree .tollfreetext2 span {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #11980b;
    border-radius: 50%;
  }
  .section_holder header {
    background-color: transparent;
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .section_holder header .herosection {
    position: relative;
  }
  .section_holder header .herosection .herosectionimage {
    max-width: 100%;
    position: relative;
    z-index: -1;
    min-height: 625px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url("../img/siarhei-plashchynski-4ptfb2wMP4M-unsplash.jpg");
  }
  .section_holder header .herosection .herosectionholder {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
  }
  .section_holder header .herosection .herosectionholder .herosectionleft {
    max-width: 90% !important;
    padding: 40px;
    background-color: #1e2a78;
    height: 90%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }
  .section_holder header .herosection .herosectionholder .herosectionleft .d-flex {
    margin: 0.5rem !important;
  }
  .section_holder section {
    text-align: center;
  }
  .section_holder section.section4 .section2holder ul {
    text-align: left;
  }
  .section_holder section.section5 h1 {
    font-size: 3rem;
  }
  .section_holder section.testimonialholder .item {
    max-width: 500px;
  }
}
@media (min-width: 767.99px) {
  .section_holder header .herosection .herosectionholder .herosectionleft {
    height: 75%;
  }
  .section_holder header .herosection .herosectionholder .herosectionleft h1 {
    text-align: left;
  }
  .section_holder header .herosection .herosectionholder .herosectionleft h2 {
    text-align: left;
  }
  .section_holder header .herosection .herosectionholder .herosectionleft p {
    text-align: left;
  }
  .section_holder header .herosection .herosectionholder .herosectionleft form {
    max-width: 85%;
    margin: auto;
  }
  .section_holder section {
    text-align: left;
  }
  .section_holder section.section1 .section1title {
    text-align: left;
  }
  .section_holder section.section2 .section2title h1 {
    font-size: 2.5rem;
  }
  .section_holder section.section3 .section1holder h1 {
    font-size: 2.5rem;
  }
  .section_holder section.testimonialholder .testimonialheading h1 {
    text-align: center;
  }
  .section_holder section.testimonialholder .testimonialheading p {
    text-align: center;
  }
  .section_holder section.faq .faqtitle h1 {
    text-align: center;
  }
  .section_holder section.faq .faqtitle p {
    text-align: center;
  }
}
@media (min-width: 991.99px) {
  p {
    font-size: 17px;
  }
  .section_holder .navbar .logo {
    text-align: left;
  }
  .section_holder header .herosection .herosectionholder .herosectionleft {
    width: 60%;
    left: -5%;
    right: auto;
  }
  .section_holder header .herosection .herosectionholder .herosectionleft h1 {
    font-size: 1.7rem;
  }
  .section_holder section.section1 .logoholders {
    align-items: center;
    margin-bottom: 0 !important;
  }
  .section_holder section.section2 {
    padding-top: 2rem;
  }
  .section_holder section.section2 .section2title h1 {
    font-size: 2.5rem;
    line-height: 1.375;
  }
  .section_holder section.section2 .section2title p {
    margin-bottom: 2rem;
  }
  .section_holder section.section3 .section1title h1 {
    font-size: 1.3rem;
    text-align: left;
  }
  .section_holder section.section3 .section1holder h1 {
    font-size: 2.5rem;
    line-height: 1.375;
  }
  .section_holder section.section4 .section2holder h1 {
    font-size: 2.5rem;
    line-height: 1.375;
  }
  .section_holder section.testimonialholder .testimonialheading h1 {
    font-size: 2.5rem;
    line-height: 1.375;
  }
  .section_holder section.faq .faqtitle h1 {
    font-size: 2.5rem;
    line-height: 1.375;
  }
  .section_holder section.section5 {
    padding: 4rem 0;
    position: relative;
    background-color: #1e2a78;
    text-align: left;
  }
  .section_holder section.section5 .section5bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/768131.jpeg");
  }
  .section_holder footer .footer-logo a {
    justify-content: flex-start;
  }
  .section_holder footer .footer-logo p {
    text-align: left;
  }
  .section_holder footer .footer_nav ul {
    margin: 0;
  }
  .section_holder footer .footer_nav ul li {
    display: inline-block;
    text-align: left;
  }
}
@media (min-width: 1199.99px) {
  .section_holder header .herosection .herosectionholder .herosectionleft {
    width: 50%;
  }
  .section_holder header .herosection .herosectionholder .herosectionleft h1 {
    font-size: 2rem;
  }
}
@keyframes e {
  0% {
    transform: rotate(0) scale(1);
  }
  2% {
    transform: rotate(0);
  }
  4% {
    transform: rotate(5deg);
  }
  6% {
    transform: rotate(-5deg);
  }
  8% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(-5deg) scale(0.95);
  }
  12% {
    transform: rotate(5deg);
  }
  14% {
    transform: rotate(-5deg);
  }
  16% {
    transform: rotate(5deg);
  }
  18% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(5deg) scale(1.1);
  }
  22% {
    transform: rotate(-5deg);
  }
  24% {
    transform: rotate(5deg);
  }
  26% {
    transform: rotate(-5deg);
  }
  28% {
    transform: rotate(0) scale(1);
  }
  to {
    transform: rotate(0) scale(1);
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(5deg);
  }
  95% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}/*# sourceMappingURL=main.css.map */