@import url(bootstrap.css);
@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Bold.woff2") format("woff2"), url("../fonts/SFProText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-SemiboldItalic.woff2") format("woff2"), url("../fonts/SFProText-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Ultralight.woff2") format("woff2"), url("../fonts/SFProText-Ultralight.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Thin.woff2") format("woff2"), url("../fonts/SFProText-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-MediumItalic.woff2") format("woff2"), url("../fonts/SFProText-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-RegularItalic.woff2") format("woff2"), url("../fonts/SFProText-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Heavy.woff2") format("woff2"), url("../fonts/SFProText-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-BlackItalic.woff2") format("woff2"), url("../fonts/SFProText-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Medium.woff2") format("woff2"), url("../fonts/SFProText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-ThinItalic.woff2") format("woff2"), url("../fonts/SFProText-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Semibold.woff2") format("woff2"), url("../fonts/SFProText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-UltralightItalic.woff2") format("woff2"), url("../fonts/SFProText-UltralightItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Regular.woff2") format("woff2"), url("../fonts/SFProText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-BoldItalic.woff2") format("woff2"), url("../fonts/SFProText-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-LightItalic.woff2") format("woff2"), url("../fonts/SFProText-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-HeavyItalic.woff2") format("woff2"), url("../fonts/SFProText-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Black.woff2") format("woff2"), url("../fonts/SFProText-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Light.woff2") format("woff2"), url("../fonts/SFProText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@-webkit-keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-moz-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1); }
  50% {
    transform: scale(1.1, 0.9); }
  75% {
    transform: scale(0.95, 1.05); } }

@-ms-keyframes jelly {
  25% {
    -ms-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -ms-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -ms-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-o-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1); }
  50% {
    transform: scale(1.1, 0.9); }
  75% {
    transform: scale(0.95, 1.05); } }

@keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-webkit-keyframes pulse-border {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); } }

@keyframes pulse-border {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); } }

* {
  outline: 0 !important;
  scroll-behavior: smooth; }

html, body {
  height: 100%;
  direction: ltr; }

.container, .container-fluid, .wrap {
  max-width: 1920px;
  margin: auto; }

.container {
  width: calc(100% - 300px); }

.container-fluid {
  width: calc(100% - 15%); }

@media (max-width: 1199px) {
  .container {
    width: calc(100% - 250px); } }

@media (max-width: 991px) {
  .container, .container-fluid {
    width: calc(100% - 5%); } }

@media (max-width: 767px) {
  .container, .container-fluid {
    width: calc(100% - 15px); } }

.wrap {
  height: 100%; }

.row {
  margin: 0 -7.5px; }
  .row [class*="col-"] {
    padding: 0 7.5px; }

a, h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: 500; }

.bold, b, strong, .strong, label, th {
  font-weight: bold; }

a {
  word-break: break-word;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none; }

.text-uppercase {
  text-transform: uppercase; }

.italic {
  font-style: italic; }

._m-0 {
  margin: 0 !important; }

._mt-0 {
  margin-top: 0 !important; }

._mb-0 {
  margin-bottom: 0 !important; }

._mr-0 {
  margin-right: 0 !important; }

._ml-0 {
  margin-left: 0 !important; }

._p-0 {
  padding: 0 !important; }

._pt-0 {
  padding-top: 0 !important; }

._pb-0 {
  padding-bottom: 0 !important; }

._pr-0 {
  padding-right: 0 !important; }

._pl-0 {
  padding-left: 0 !important; }

.form-control, .select-picker .select2-container .select2-selection, .form-control:hover, .select-picker .select2-container .select2-selection:hover, .form-control:focus, .select-picker .select2-container .select2-selection:focus, .form-control:active, .select-picker .select2-container .select2-selection:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

ul, ol {
  padding: 0;
  margin: 0; }
  ul li, ol li {
    list-style: none;
    word-break: break-word;
    position: relative; }

textarea {
  resize: none; }

.vid-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .vid-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.embed-container {
  position: relative;
  padding-bottom: 30%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .embed-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.btn {
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    color: white; }
  .btn:hover {
    color: white; }

.section-testimonials .testimonials .box .caption .detail span::before, .section-testimonials .testimonials .box-1 .caption .detail span::before {
  font-weight: 900;
  font-family: 'Font Awesome 5 Free'; }

.oneLine {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

/*IMAGE RTL - FOR SLIDER*/
.section-banner .img-block {
  /* IE
	-ms-filter: flipH;
	filter: flipH; */
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1); }

/*SECTIONS*/
main {
  width: 100%;
  height: auto;
  position: relative;
  /*.SECTION*/ }
  main .section {
    /*&.bg-1:before {
			background: url('../images/bg1.png') center/cover no-repeat;
		}*/ }
    main .section::before, main .section::after {
      content: '';
      position: absolute;
      width: 100%; }
    main .section::before {
      height: 100%;
      background-attachment: fixed;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    main .section:last-child::after {
      display: none; }
    main .section.grey-bg {
      background: rgba(0, 19, 65, 0.05); }
  main .section {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center; }
    main .section .content-box {
      padding: 4em 0;
      position: relative;
      width: 100%;
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

@media (max-width: 991px) {
  .col-reverse {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; } }

.section-about .about-box .box, .section-testimonials .testimonials .box, .section-activation .box, .section-packages .packages .box, .section-faqs .faqs .accordion .holder .heading a, .media-mention-list li .brand-box {
  position: relative;
  padding: 30px;
  background: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1); }
  .section-about .about-box .box:hover, .section-testimonials .testimonials .box:hover, .section-activation .box:hover, .section-packages .packages .box:hover, .section-faqs .faqs .accordion .holder .heading a:hover, .media-mention-list li .brand-box:hover {
    -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1); }

.section-about .about-box .box-1, .section-testimonials .testimonials .box-1, .section-activation .box-1, .section-packages .packages .box-1, .section-faqs .faqs .accordion-1 .holder .heading a, .media-mention-list li .brand-box-1, .form-block {
  position: relative;
  padding: 30px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
  .section-about .about-box .box-1:hover, .section-testimonials .testimonials .box-1:hover, .section-activation .box-1:hover, .section-packages .packages .box-1:hover, .section-faqs .faqs .accordion-1 .holder .heading a:hover, .media-mention-list li .brand-box-1:hover, .form-block:hover {
    -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1); }

.section-description .box {
  position: relative;
  overflow: hidden;
  background: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1); }
  .section-description .box:hover {
    -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1); }
  .section-description .box .caption {
    padding: 30px; }

.section-description .box-1 {
  position: relative;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
  .section-description .box-1:hover {
    -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1); }
  .section-description .box-1 .caption {
    padding: 30px; }

.section-blogs .blogs-box .box {
  position: relative;
  overflow: hidden;
  background: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1); }
  .section-blogs .blogs-box .box:hover {
    -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1); }
  .section-blogs .blogs-box .box .caption {
    padding: 30px 30px 60px; }

.section-blogs .blogs-box .box-1 {
  position: relative;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
  .section-blogs .blogs-box .box-1:hover {
    -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1); }
  .section-blogs .blogs-box .box-1 .caption {
    padding: 30px 30px 60px; }

html, body {
  color: #41444b; }

body {
  font-size: 13px;
  font-weight: 300; }

.arb {
  direction: rtl; }

.link-bg-grd, .pagination-list li:hover a, .pagination-list li:focus a, .pagination-list li:active a, .pagination-list li.active a, .login-form .header {
  background: #001341; }

.pri-text {
  color: #221C35 !important; }

.sec-text {
  color: #41444b !important; }

.red-text {
  color: #F44336 !important; }

.white-text {
  color: white !important; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select.form-control, .select-picker .select2-container select.select2-selection, select.btn {
    width: 100%;
    display: block;
    position: relative;
    line-height: normal; }

.section {
  overflow: visible; }
  .section.bg-primary .section-heading, .section.bg-primary .heading, .section.bg-primary .help-text, .section.bg-primary .description, .section.bg-primary p, .section.bg-primary-light .section-heading, .section.bg-primary-light .heading, .section.bg-primary-light .help-text, .section.bg-primary-light .description, .section.bg-primary-light p, .section.bg-secondary .section-heading, .section.bg-secondary .heading, .section.bg-secondary .help-text, .section.bg-secondary .description, .section.bg-secondary p, .section.bg-secondary-light .section-heading, .section.bg-secondary-light .heading, .section.bg-secondary-light .help-text, .section.bg-secondary-light .description, .section.bg-secondary-light p {
    color: white; }
  .section.bg-primary {
    background: #d60f00; }
  .section.bg-secondary {
    background: #001341; }
  .section.bg-grey {
    background: rgba(0, 19, 65, 0.05); }
  .section.bg-white {
    background: white; }
  .section.bg-primary-light {
    background: #d60f00; }
    .section.bg-primary-light::before {
      opacity: 0.1;
      filter: alpha(opacity=10);
      background: url("../images/banners/4.png") center/cover no-repeat; }
  .section.bg-secondary-light {
    background: #001341; }
    .section.bg-secondary-light::before {
      opacity: 0.1;
      filter: alpha(opacity=10);
      background: url("../images/banners/4.png") center/cover no-repeat; }
  .section.bg-grey-light {
    background: rgba(0, 19, 65, 0.05); }
    .section.bg-grey-light::before {
      opacity: 0.1;
      filter: alpha(opacity=10);
      background: url("../images/banners/4.png") center/cover no-repeat; }
  .section .spacer {
    margin: 30px auto; }

main.full-banner, main.full-banner .row, main.full-banner .col-xs-12 {
  height: 100vh; }

main.full-banner .section-heading {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 30px;
  left: 0; }
  main.full-banner .section-heading, main.full-banner .section-heading .subheading {
    color: white; }

.single-page {
  background: rgba(0, 19, 65, 0.05);
  margin-top: 100px; }
  .single-page.auto {
    min-height: auto; }
  .single-page .row {
    margin: 0 -15px; }
    .single-page .row [class*="col-"] {
      padding: 0 15px; }
  .single-page .section, .single-page .content-box {
    display: block !important; }
  .single-page .tel-no {
    display: block;
    margin-bottom: 70px;
    font-weight: bold; }
    .single-page .tel-no i {
      color: #221C35; }
  .single-page.fixed-height {
    margin-top: 0 !important;
    height: 100% !important; }
    .single-page.fixed-height .section, .single-page.fixed-height .content-box {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }

a {
  color: #d60f00; }
  a:hover, a:focus, a:active {
    color: #d60f00; }

#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.3;
  filter: alpha(opacity=30); }
  #scroll-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  #scroll-to-top img {
    max-width: 25px;
    width: 100%;
    margin: auto;
    display: block; }

.big-logo {
  max-width: 350px;
  margin-top: 250px;
  margin-bottom: 30px;
  position: relative; }
  .big-logo img {
    width: 100%; }
  @media (max-width: 1199px) {
    .big-logo {
      max-width: 250px; } }
  @media (max-width: 767px) {
    .big-logo {
      margin: 30px auto; } }
  @media (max-width: 550px) {
    .big-logo {
      max-width: 150px; } }

/*VIDEO FRAME*/
.video-box {
  margin: 30px auto;
  text-align: center; }
  .video-box .section-heading {
    word-break: break-word;
    color: #221C35; }
    .video-box .section-heading span {
      display: block; }
  .video-box .video-frame {
    display: block;
    position: relative;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1); }
    .video-box .video-frame:hover {
      -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1); }
    .video-box .video-frame .video-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      z-index: 9; }
      .video-box .video-frame .video-icon span {
        display: none; }
      .video-box .video-frame .video-icon a {
        text-align: center;
        display: inline-block;
        position: relative;
        z-index: 99;
        cursor: pointer; }
        .video-box .video-frame .video-icon a::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: -1;
          width: 100px;
          height: 100px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-animation-name: pulse-border;
          -webkit-animation-duration: 1500ms;
          -webkit-animation-timing-function: ease-out;
          -webkit-animation-iteration-count: infinite;
          -webkit-animation-fill-mode: forwards;
          /* this prevents the animation from restarting! */
          -moz-animation-name: pulse-border;
          -moz-animation-duration: 1500ms;
          -moz-animation-timing-function: ease-out;
          -moz-animation-iteration-count: infinite;
          -moz-animation-fill-mode: forwards;
          /* this prevents the animation from restarting! */
          -o-animation-name: pulse-border;
          -o-animation-duration: 1500ms;
          -o-animation-timing-function: ease-out;
          -o-animation-iteration-count: infinite;
          -o-animation-fill-mode: forwards;
          /* this prevents the animation from restarting! */
          animation-name: pulse-border;
          animation-duration: 1500ms;
          animation-timing-function: ease-out;
          animation-iteration-count: infinite;
          animation-fill-mode: forwards;
          /* this prevents the animation from restarting! */ }
        .video-box .video-frame .video-icon a::before {
          background: #d60f00;
          background: -webkit-linear-gradient(bottom, #d60f00);
          background: -moz-linear-gradient(bottom, #d60f00);
          background: -o-linear-gradient(bottom, #d60f00);
          background: -webkit-gradient(linear, left top, left bottom, from(#d60f00));
          background: -webkit-linear-gradient(top, #d60f00);
          background: -o-linear-gradient(top, #d60f00);
          background: linear-gradient(to bottom, #d60f00); }
        .video-box .video-frame .video-icon a i {
          background: #d60f00;
          background: -webkit-linear-gradient(bottom, #d60f00);
          background: -moz-linear-gradient(bottom, #d60f00);
          background: -o-linear-gradient(bottom, #d60f00);
          background: -webkit-gradient(linear, left top, left bottom, from(#d60f00));
          background: -webkit-linear-gradient(top, #d60f00);
          background: -o-linear-gradient(top, #d60f00);
          background: linear-gradient(to bottom, #d60f00); }
        .video-box .video-frame .video-icon a i {
          top: 50%;
          left: 0;
          right: 0;
          margin: auto;
          text-align: center;
          color: white;
          position: relative;
          line-height: 70px;
          font-size: 2rem;
          width: 70px;
          height: 70px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
          .video-box .video-frame .video-icon a i::before {
            position: relative;
            left: 3px; }
    .video-box .video-frame .frame-holder {
      position: relative;
      max-width: 100%;
      height: 0;
      overflow: hidden;
      display: block;
      padding-bottom: 56.25%; }
      .video-box .video-frame .frame-holder iframe, .video-box .video-frame .frame-holder img {
        border: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .video-box .video-frame .frame-holder img {
        cursor: pointer; }
  @media (max-width: 550px) {
    .video-box {
      margin: 30px 0; }
      .video-box .video-frame {
        padding: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
        .video-box .video-frame .video-icon a i {
          line-height: 50px;
          font-size: 1.6rem;
          width: 50px;
          height: 50px; }
          .video-box .video-frame .video-icon a i::before {
            left: 2px; }
        .video-box .video-frame .video-icon a::before {
          width: 60px;
          height: 60px; } }

/*LIST STYLES*/
._list.image-list-1 {
  margin-top: 30px; }
  ._list.image-list-1 > li {
    display: block;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    background: url(../images/icons/list-left-arrow.png) no-repeat left center;
    background-size: 8px;
    font-weight: 500 !important; }

._list.image-list-2 {
  margin-top: 20px; }
  ._list.image-list-2 > li {
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    background: url(../images/icons/list-arrow-2.png) no-repeat left center;
    background-size: 10px; }
    ._list.image-list-2 > li.cross {
      background: url(../images/icons/list-arrow-3.png) no-repeat left center;
      background-size: 10px;
      text-decoration: line-through; }

._list.decimal-list > li {
  list-style-type: decimal;
  margin-bottom: 15px;
  margin-left: 15px; }
  ._list.decimal-list > li:last-child {
    margin-bottom: 0; }
  ._list.decimal-list > li ul {
    margin: 10px 0; }
    ._list.decimal-list > li ul > li {
      margin-left: 15px;
      list-style: circle;
      padding: 3px 0; }

/*BUTTONS*/
.btn, button {
  font-weight: 400;
  border-width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.15); }
  .btn:hover, button:hover {
    -webkit-box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.3); }
  .btn-lg, button-lg {
    padding: 0 30px;
    height: 50px;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 1.8rem; }
  .btn-md, button-md {
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    font-size: 1.3rem; }
  .btn-sm, .section-packages .packages .box-footer .btn, .section-packages .packages .box-1-footer .btn, button-sm {
    padding: 0 20px;
    height: 30px;
    line-height: 28px;
    font-size: 1.2rem; }
  .btn-xs, button-xs {
    padding: 0 15px;
    height: 17px;
    line-height: 15px;
    font-size: 1.1rem; }
  .btn-upload, button-upload {
    overflow: hidden;
    position: relative; }
    .btn-upload input[type=file], button-upload input[type=file] {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      opacity: 0;
      font-size: 0;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .btn-default, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .btn-default:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover, .btn-default:focus, .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus, .btn-default.focus, .owl-carousel .owl-nav button.focus.owl-prev, .owl-carousel .owl-nav button.focus.owl-next, .btn-default:active:focus, .owl-carousel .owl-nav button.owl-prev:active:focus, .owl-carousel .owl-nav button.owl-next:active:focus, .btn-default.focus:active, .owl-carousel .owl-nav button.focus.owl-prev:active, .owl-carousel .owl-nav button.focus.owl-next:active, .btn-default.active:focus, .owl-carousel .owl-nav button.active.owl-prev:focus, .owl-carousel .owl-nav button.active.owl-next:focus, .btn-default.active.focus, .owl-carousel .owl-nav button.active.focus.owl-prev, .owl-carousel .owl-nav button.active.focus.owl-next, button-default, button-default:hover, button-default:focus, button-default.focus, button-default:active:focus, button-default.focus:active, button-default.active:focus, button-default.active.focus {
    background: #ACACAC;
    border-color: #ACACAC;
    color: white; }
  .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:focus, .btn-primary.active.focus, button-primary, button-primary:hover, button-primary:focus, button-primary.focus, button-primary:active:focus, button-primary.focus:active, button-primary.active:focus, button-primary.active.focus {
    background: #d60f00;
    border-color: #d60f00;
    color: white; }
  .btn-primary-light, .btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light.focus, .btn-primary-light:active:focus, .btn-primary-light.focus:active, .btn-primary-light.active:focus, .btn-primary-light.active.focus, button-primary-light, button-primary-light:hover, button-primary-light:focus, button-primary-light.focus, button-primary-light:active:focus, button-primary-light.focus:active, button-primary-light.active:focus, button-primary-light.active.focus {
    background: #52575d;
    border-color: #52575d;
    color: white; }
  .btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active:focus, .btn-secondary.focus:active, .btn-secondary.active:focus, .btn-secondary.active.focus, button-secondary, button-secondary:hover, button-secondary:focus, button-secondary.focus, button-secondary:active:focus, button-secondary.focus:active, button-secondary.active:focus, button-secondary.active.focus {
    background: #001341;
    color: white; }
  .btn-success, .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:focus, .btn-success.active.focus, button-success, button-success:hover, button-success:focus, button-success.focus, button-success:active:focus, button-success.focus:active, button-success.active:focus, button-success.active.focus {
    background: #2bd731;
    background: -webkit-linear-gradient(right, #2bd731, #09790d);
    background: -moz-linear-gradient(right, #2bd731, #09790d);
    background: -o-linear-gradient(right, #2bd731, #09790d);
    background: -webkit-gradient(linear, left top, right top, from(#2bd731), to(#09790d));
    background: -webkit-linear-gradient(left, #2bd731, #09790d);
    background: -o-linear-gradient(left, #2bd731, #09790d);
    background: linear-gradient(to right, #2bd731, #09790d);
    border-color: #2bd731;
    color: white; }
  .btn-info, .section-packages .packages .box-footer .btn, .section-packages .packages .box-1-footer .btn, .btn-info:hover, .section-packages .packages .box-footer .btn:hover, .section-packages .packages .box-1-footer .btn:hover, .btn-info:focus, .section-packages .packages .box-footer .btn:focus, .section-packages .packages .box-1-footer .btn:focus, .btn-info.focus, .section-packages .packages .box-footer .focus.btn, .section-packages .packages .box-1-footer .focus.btn, .btn-info:active:focus, .section-packages .packages .box-footer .btn:active:focus, .section-packages .packages .box-1-footer .btn:active:focus, .btn-info.focus:active, .section-packages .packages .box-footer .focus.btn:active, .section-packages .packages .box-1-footer .focus.btn:active, .btn-info.active:focus, .section-packages .packages .box-footer .active.btn:focus, .section-packages .packages .box-1-footer .active.btn:focus, .btn-info.active.focus, .section-packages .packages .box-footer .active.focus.btn, .section-packages .packages .box-1-footer .active.focus.btn, button-info, button-info:hover, button-info:focus, button-info.focus, button-info:active:focus, button-info.focus:active, button-info.active:focus, button-info.active.focus {
    background: #39C2D8;
    border-color: #39C2D8;
    color: white; }
  .btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:focus, .btn-warning.active.focus, button-warning, button-warning:hover, button-warning:focus, button-warning.focus, button-warning:active:focus, button-warning.focus:active, button-warning.active:focus, button-warning.active.focus {
    border-color: #ffd000;
    color: white;
    background: #ffd000;
    background: -webkit-linear-gradient(right, #ffd000, #ff5e00);
    background: -moz-linear-gradient(right, #ffd000, #ff5e00);
    background: -o-linear-gradient(right, #ffd000, #ff5e00);
    background: -webkit-gradient(linear, left top, right top, from(#ffd000), to(#ff5e00));
    background: -webkit-linear-gradient(left, #ffd000, #ff5e00);
    background: -o-linear-gradient(left, #ffd000, #ff5e00);
    background: linear-gradient(to right, #ffd000, #ff5e00); }
  .btn-sky, .section-packages .packages .box.premium .box-footer .btn, .section-packages .packages .box-1.premium .box-footer .btn, .btn-sky:hover, .section-packages .packages .box.premium .box-footer .btn:hover, .section-packages .packages .box-1.premium .box-footer .btn:hover, .btn-sky:focus, .section-packages .packages .box.premium .box-footer .btn:focus, .section-packages .packages .box-1.premium .box-footer .btn:focus, .btn-sky.focus, .section-packages .packages .box.premium .box-footer .focus.btn, .section-packages .packages .box-1.premium .box-footer .focus.btn, .btn-sky:active:focus, .section-packages .packages .box.premium .box-footer .btn:active:focus, .section-packages .packages .box-1.premium .box-footer .btn:active:focus, .btn-sky.focus:active, .section-packages .packages .box.premium .box-footer .focus.btn:active, .section-packages .packages .box-1.premium .box-footer .focus.btn:active, .btn-sky.active:focus, .section-packages .packages .box.premium .box-footer .active.btn:focus, .section-packages .packages .box-1.premium .box-footer .active.btn:focus, .btn-sky.active.focus, .section-packages .packages .box.premium .box-footer .active.focus.btn, .section-packages .packages .box-1.premium .box-footer .active.focus.btn, button-sky, button-sky:hover, button-sky:focus, button-sky.focus, button-sky:active:focus, button-sky.focus:active, button-sky.active:focus, button-sky.active.focus {
    background: #7CE0C3;
    border-color: #7CE0C3;
    color: white; }
  .btn-white, button-white {
    background: transparent;
    border-color: white;
    color: white; }
    .btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active:focus, .btn-white.focus:active, .btn-white.active:focus, .btn-white.active.focus, button-white:hover, button-white:focus, button-white.focus, button-white:active:focus, button-white.focus:active, button-white.active:focus, button-white.active.focus {
      background: white;
      color: #221C35; }
  .btn-disabled, .btn-disabled:hover, .btn-disabled:focus, .btn-disabled.focus, .btn-disabled:active:focus, .btn-disabled.focus:active, .btn-disabled.active:focus, .btn-disabled.active.focus, button-disabled, button-disabled:hover, button-disabled:focus, button-disabled.focus, button-disabled:active:focus, button-disabled.focus:active, button-disabled.active:focus, button-disabled.active.focus {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: white;
    cursor: no-drop; }
  @media (max-width: 991px) {
    .btn-lg, button-lg {
      padding: 0 20px;
      height: 40px;
      line-height: 38px;
      font-size: 1.3rem; } }
  @media (max-width: 550px) {
    .btn-md, button-md {
      padding: 0 15px;
      height: 30px;
      line-height: 28px;
      font-size: 1.2rem; } }

.form-control, .select-picker .select2-container .select2-selection, input {
  font-weight: 400;
  border-width: 1px;
  border-color: #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .form-control::-webkit-input-placeholder, .select-picker .select2-container .select2-selection::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: rgba(34, 28, 53, 0.3); }
  .form-control::-moz-placeholder, .select-picker .select2-container .select2-selection::-moz-placeholder, input::-moz-placeholder {
    color: rgba(34, 28, 53, 0.3); }
  .form-control:-moz-placeholder, .select-picker .select2-container .select2-selection:-moz-placeholder, input:-moz-placeholder {
    color: rgba(34, 28, 53, 0.3); }
  .form-control:-ms-input-placeholder, .select-picker .select2-container .select2-selection:-ms-input-placeholder, input:-ms-input-placeholder {
    color: rgba(34, 28, 53, 0.3); }
  .form-control::-ms-input-placeholder, .select-picker .select2-container .select2-selection::-ms-input-placeholder, input::-ms-input-placeholder {
    color: rgba(34, 28, 53, 0.3); }
  .form-control::placeholder, .select-picker .select2-container .select2-selection::placeholder, input::placeholder {
    color: rgba(34, 28, 53, 0.3); }
  .form-control:hover, .select-picker .select2-container .select2-selection:hover, input:hover {
    border-color: rgba(214, 15, 0, 0.8); }
  .form-control.input-lg, .select-picker .select2-container .input-lg.select2-selection, input.input-lg {
    padding: 0 30px;
    height: 60px;
    line-height: normal;
    font-size: 1.8rem; }
  .form-control.input-md, .select-picker .select2-container .input-md.select2-selection, input.input-md {
    height: 40px;
    line-height: normal;
    font-size: 1.3rem; }
    .form-control.input-md[type='file'], .select-picker .select2-container .input-md.select2-selection[type='file'], input.input-md[type='file'] {
      line-height: normal;
      padding: 0 8px; }
  .form-control.input-sm, .select-picker .select2-container .input-sm.select2-selection, .select-picker.sm .select2-container .select2-selection, input.input-sm, .select-picker.sm .select2-container input.select2-selection {
    padding: 0 15px;
    height: 30px;
    line-height: normal;
    font-size: 1.3rem; }
  .form-control.input-xs, .select-picker .select2-container .input-xs.select2-selection, input.input-xs {
    padding: 0 10px;
    height: 25px;
    line-height: normal;
    font-size: 1.1rem; }
  @media (max-width: 550px) {
    .form-control.input-md, .select-picker .select2-container .input-md.select2-selection, input.input-md {
      height: 30px;
      line-height: normal;
      font-size: 1.2rem; }
      .form-control.input-md[type='file'], .select-picker .select2-container .input-md.select2-selection[type='file'], input.input-md[type='file'] {
        line-height: normal;
        padding: 0 5px; } }

/*SELECT PICKER*/
.select-picker, .select-picker .select2-container {
  width: 100%;
  display: block;
  position: relative; }
  .select-picker .select2-selection ul, .select-picker .select2-container .select2-selection ul {
    padding: 0; }
  .select-picker .select2-selection span, .select-picker .select2-container .select2-selection span {
    margin: 0; }
  .select-picker .select2-selection.select2-selection--multiple .select2-selection__choice, .select-picker .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice {
    border: 0;
    float: none;
    padding: .3em .5em;
    border-radius: 3px;
    display: inline-block;
    margin: 6px 5px 6px 0; }
    .select-picker .select2-selection.select2-selection--multiple .select2-selection__choice:hover, .select-picker .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice:hover {
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .select-picker .select2-selection.select2-selection--multiple .select2-selection__choice__remove, .select-picker .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice__remove {
    color: #41444b;
    float: right;
    margin-left: .5em;
    font: 14px serif;
    top: 2px;
    line-height: 14px;
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    width: 14px;
    height: 14px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out; }
  .select-picker .select2-selection.select2-selection--multiple .select2-selection__rendered, .select-picker .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
    display: block; }

.select-picker .select2-container .select2-selection {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  min-height: 40px; }

.select-picker .select2-container .select2-selection--multiple {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 40px; }

.select-picker .select2-container .select2-selection--single, .select-picker .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px; }

.select-picker.sm .select2-container .select2-selection {
  min-height: 30px;
  line-height: 28px !important; }

.select-picker.sm .select2-container .select2-selection--multiple {
  min-height: 30px; }

.select-picker.sm .select2-container .select2-selection--single, .select-picker.sm .select2-container .select2-selection--single .select2-selection__arrow {
  height: 30px; }

@media (max-width: 550px) {
  .select-picker .select2-container .select2-selection {
    font-size: 1.2rem;
    min-height: 30px;
    line-height: 28px !important; }
  .select-picker .select2-container .select2-selection--multiple {
    min-height: 30px; }
  .select-picker .select2-container .select2-selection--single, .select-picker .select2-container .select2-selection--single .select2-selection__arrow {
    height: 30px; } }

.select2-container.select2-container--default .select2-results__option[aria-selected=true], .select2-container.select2-container--default .select2-results__option[aria-selected=true]:hover, .select2-container.select2-container--default .select2-results__option[aria-selected=true]:focus {
  background: #d60f00;
  color: white; }

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container.select2-container--default .select2-selection__choice {
  background: rgba(0, 19, 65, 0.05);
  color: #41444b; }

.banner-heading {
  width: 100%;
  position: relative; }
  .banner-heading .img-holder {
    height: 180px;
    margin-bottom: 0;
    background-position: center; }
  .banner-heading .caption {
    z-index: 9;
    margin: auto;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .banner-heading .caption .sp-heading, .banner-heading .caption .sp-subheading {
      color: white; }
    .banner-heading .caption .sp-heading {
      font-weight: bold;
      font-size: 5.6rem; }
    .banner-heading .caption .sp-subheading {
      font-weight: 400;
      font-size: 1.6rem; }
    .banner-heading .caption .breadcrumb {
      background: transparent;
      padding: 0;
      margin: 8px auto 0; }
      .banner-heading .caption .breadcrumb .breadcrumb-item a {
        color: rgba(255, 255, 255, 0.5); }
      .banner-heading .caption .breadcrumb .breadcrumb-item:hover a, .banner-heading .caption .breadcrumb .breadcrumb-item:focus a, .banner-heading .caption .breadcrumb .breadcrumb-item:active a {
        color: white; }
      .banner-heading .caption .breadcrumb .breadcrumb-item.active {
        color: white; }
    @media (max-width: 1366px) {
      .banner-heading .caption .sp-heading {
        font-size: 4.6rem; }
      .banner-heading .caption .sp-subheading {
        font-size: 1.5rem; } }
    @media (max-width: 1199px) {
      .banner-heading .caption .sp-heading {
        font-size: 3.6rem; } }
    @media (max-width: 991px) {
      .banner-heading .caption .sp-heading {
        font-size: 2.6rem; }
      .banner-heading .caption .sp-subheading {
        font-size: 1.4rem; } }
    @media (max-width: 550px) {
      .banner-heading .caption .sp-heading {
        font-size: 2.4rem; }
      .banner-heading .caption .sp-subheading {
        font-size: 1.3rem; } }
  .banner-heading::before, .banner-heading::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .banner-heading::before {
    background: rgba(214, 15, 0, 0.5); }
  .banner-heading::after {
    z-index: 1;
    background: rgba(0, 19, 65, 0.85); }
  @media (max-width: 575px) {
    .banner-heading .img-holder {
      height: 120px; } }

.section-heading {
  position: relative;
  font-weight: bold;
  color: #221C35;
  margin-bottom: 50px;
  line-height: 1;
  font-size: 5.6rem; }
  .section-heading span {
    color: #d60f00; }
  .section-heading .subheading {
    margin-top: 10px;
    color: #bdbdc6;
    font-weight: 400;
    font-size: 2rem; }
  .section-heading.sm {
    font-size: 2.2rem;
    margin-bottom: 15px; }

.heading-1, ._list.image-list-1 > li {
  position: relative;
  font-weight: bold;
  color: #221C35;
  line-height: normal;
  font-size: 1.6rem; }
  .heading-1:hover, ._list.image-list-1 > li:hover {
    color: #d60f00; }

.heading-2 {
  position: relative;
  font-weight: 400;
  color: #41444b;
  line-height: normal;
  font-size: 2.4rem; }
  .heading-2:hover {
    color: #221C35; }
  @media (max-width: 550px) {
    .heading-2 {
      font-size: 1.8rem; } }

.para p {
  font-size: 1.6rem; }

@media (max-width: 1366px) {
  .section-heading {
    font-size: 4.2rem; }
    .section-heading .subheading {
      font-size: 1.8rem; }
    .section-heading.sm {
      font-size: 2rem; }
  .heading-1, ._list.image-list-1 > li {
    font-size: 1.5rem; }
  .para p {
    font-size: 1.5rem; } }

@media (max-width: 991px) {
  .section-heading {
    font-size: 3.6rem; }
    .section-heading .subheading {
      font-size: 1.6rem; }
    .section-heading.sm {
      font-size: 1.8rem; }
  .heading-1, ._list.image-list-1 > li {
    font-size: 1.3rem; }
  .para p {
    font-size: 1.3rem; } }

@media (max-width: 767px) {
  .section-heading {
    font-size: 2.8rem; }
    .section-heading .subheading {
      font-size: 1.3rem; }
    .section-heading.sm {
      font-size: 1.6rem; }
  .heading-1, ._list.image-list-1 > li {
    font-size: 1.3rem; }
  .para p {
    font-size: 1.3rem; } }

@media (max-width: 550px) {
  .section-heading {
    font-size: 2.2rem; }
    .section-heading .subheading {
      font-size: 1.2rem; }
    .section-heading.sm {
      font-size: 1.3rem; }
  .heading-1, ._list.image-list-1 > li {
    font-size: 1.2rem; }
  .para p {
    font-size: 1.2rem; } }

.pagination-list {
  margin: auto;
  text-align: center; }
  .pagination-list li {
    margin: 5px 7.5px;
    display: inline-block; }
    .pagination-list li a {
      width: 50px;
      height: 6px;
      display: block;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      background: #efe6ff;
      background: -webkit-linear-gradient(left, #efe6ff, #decbff);
      background: -moz-linear-gradient(left, #efe6ff, #decbff);
      background: -o-linear-gradient(left, #efe6ff, #decbff);
      background: -webkit-gradient(linear, right top, left top, from(#efe6ff), to(#decbff));
      background: -webkit-linear-gradient(right, #efe6ff, #decbff);
      background: -o-linear-gradient(right, #efe6ff, #decbff);
      background: linear-gradient(to left, #efe6ff, #decbff); }
    .pagination-list li:hover a, .pagination-list li:focus a, .pagination-list li:active a, .pagination-list li.active a {
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px; }
  @media (max-width: 767px) {
    .pagination-list li {
      margin: 5px; }
      .pagination-list li a {
        width: 50px;
        height: 5px; } }
  @media (max-width: 550px) {
    .pagination-list li {
      margin: 5px; }
      .pagination-list li a {
        width: 35px;
        height: 4px; } }

.img-holder {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: rgba(0, 19, 65, 0.05);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(10%, #f3f7fb), color-stop(50%, white));
  background-image: -webkit-linear-gradient(top left, #f3f7fb 10%, white 50%);
  background-image: -o-linear-gradient(top left, #f3f7fb 10%, white 50%);
  background-image: linear-gradient(to bottom right, #f3f7fb 10%, white 50%); }
  .img-holder.one {
    padding-bottom: 60%; }
    .img-holder.one img, .img-holder.one iframe {
      width: 100%;
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .img-holder.one iframe {
      height: 100%; }
  .img-holder.two img, .section-blogs .brands .img-holder img, .img-holder.two iframe, .section-blogs .brands .img-holder iframe {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .img-holder.two iframe, .section-blogs .brands .img-holder iframe {
    height: 100%; }
  .img-holder.three {
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    position: relative; }
    .img-holder.three .image {
      height: 100%;
      width: auto;
      max-width: initial;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      -webkit-flex: none; }

/*OWL CAROUSEL*/
.owl-carousel .owl-stage-outer .owl-item {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center; }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: relative;
    margin-left: 10px;
    border: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
      line-height: 24px;
      font-size: 2.8rem; }
    .owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
      opacity: .2;
      cursor: no-drop; }

.owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  bottom: -15px; }
  .owl-carousel .owl-dots button {
    margin: 5px 7.5px;
    display: inline-block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .owl-carousel .owl-dots button span {
      background: rgba(0, 0, 0, 0.1);
      display: block;
      width: 30px;
      height: 5px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px; }
    .owl-carousel .owl-dots button:hover span, .owl-carousel .owl-dots button:focus span, .owl-carousel .owl-dots button:active span {
      background: rgba(214, 15, 0, 0.2); }
    .owl-carousel .owl-dots button.active span {
      background: #d60f00; }

.owl-carousel.owl-separate .owl-nav, .section-blogs .owl-carousel.brands .owl-nav, .section-testimonials .owl-carousel .owl-nav {
  z-index: -1;
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: -30px; }
  .owl-carousel.owl-separate .owl-nav .owl-prev, .section-blogs .owl-carousel.brands .owl-nav .owl-prev, .section-testimonials .owl-carousel .owl-nav .owl-prev, .owl-carousel.owl-separate .owl-nav .owl-next, .section-blogs .owl-carousel.brands .owl-nav .owl-next, .section-testimonials .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .owl-carousel.owl-separate .owl-nav button.owl-prev, .section-blogs .owl-carousel.brands .owl-nav button.owl-prev, .section-testimonials .owl-carousel .owl-nav button.owl-prev {
    left: 0; }
  .owl-carousel.owl-separate .owl-nav button.owl-next, .section-blogs .owl-carousel.brands .owl-nav button.owl-next, .section-testimonials .owl-carousel .owl-nav button.owl-next {
    right: 0; }

.owl-carousel.owl-icons .owl-nav button span, .section-blogs .owl-carousel.brands .owl-nav button span, .section-testimonials .owl-carousel .owl-nav button span {
  display: none; }

.owl-carousel.owl-icons .owl-nav button::before, .section-blogs .owl-carousel.brands .owl-nav button::before, .section-testimonials .owl-carousel .owl-nav button::before {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  width: 20px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.owl-carousel.owl-icons .owl-nav button.owl-prev, .section-blogs .owl-carousel.brands .owl-nav button.owl-prev, .section-testimonials .owl-carousel .owl-nav button.owl-prev, .owl-carousel.owl-icons .owl-nav button.owl-next, .section-blogs .owl-carousel.brands .owl-nav button.owl-next, .section-testimonials .owl-carousel .owl-nav button.owl-next {
  background: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.owl-carousel.owl-icons .owl-nav button.owl-prev::before, .section-blogs .owl-carousel.brands .owl-nav button.owl-prev::before, .section-testimonials .owl-carousel .owl-nav button.owl-prev::before {
  background-image: url("../images/icons/arrow-left.png"); }

.owl-carousel.owl-icons .owl-nav button.owl-next::before, .section-blogs .owl-carousel.brands .owl-nav button.owl-next::before, .section-testimonials .owl-carousel .owl-nav button.owl-next::before {
  background-image: url("../images/icons/arrow-right.png"); }

.owl-carousel.owl-icons .owl-nav button:hover.owl-prev::before, .section-blogs .owl-carousel.brands .owl-nav button:hover.owl-prev::before, .section-testimonials .owl-carousel .owl-nav button:hover.owl-prev::before, .owl-carousel.owl-icons .owl-nav button.active.owl-prev::before, .section-blogs .owl-carousel.brands .owl-nav button.active.owl-prev::before, .section-testimonials .owl-carousel .owl-nav button.active.owl-prev::before {
  background-image: url("../images/icons/arrow-left-active.png"); }

.owl-carousel.owl-icons .owl-nav button:hover.owl-next::before, .section-blogs .owl-carousel.brands .owl-nav button:hover.owl-next::before, .section-testimonials .owl-carousel .owl-nav button:hover.owl-next::before, .owl-carousel.owl-icons .owl-nav button.active.owl-next::before, .section-blogs .owl-carousel.brands .owl-nav button.active.owl-next::before, .section-testimonials .owl-carousel .owl-nav button.active.owl-next::before {
  background-image: url("../images/icons/arrow-right-active.png"); }

/*MODAL*/
.modal-open {
  padding: 0 !important; }
  .modal-open .modal {
    padding: 0 15px; }
    .modal-open .modal .modal-dialog {
      margin: auto;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -ms-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      -webkit-transform: translate(0, 50vh) translate(0, -50%);
      -moz-transform: translate(0, 50vh) translate(0, -50%);
      -ms-transform: translate(0, 50vh) translate(0, -50%);
      -o-transform: translate(0, 50vh) translate(0, -50%);
      transform: translate(0, 50vh) translate(0, -50%); }
    .modal-open .modal button.close {
      z-index: 99;
      opacity: .6;
      color: black;
      font-size: 2.4rem;
      position: absolute;
      top: 15px;
      right: 20px;
      bottom: auto;
      left: auto; }
      .modal-open .modal button.close:hover {
        opacity: 1; }
    .modal-open .modal .modal-content {
      border: 0;
      overflow: hidden;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }

.modal-backdrop.in {
  background: white;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.lang_switcher {
  float: left;
  position: relative;
  top: 21px;
  margin-right: 15px; }
  .lang_switcher select {
    height: 25px;
    font-weight: bold;
    font-size: 1rem; }
    .lang_switcher select.form-control, .lang_switcher .select-picker .select2-container select.select2-selection, .select-picker .select2-container .lang_switcher select.select2-selection, .lang_switcher select.btn {
      padding-left: 10px !important;
      padding-right: 25px !important;
      background-size: 12px !important; }
  @media (max-width: 991px) {
    .lang_switcher {
      top: 7px; } }

.th-form {
  position: relative; }
  .th-form .right::before {
    content: '';
    background: rgba(214, 15, 0, 0.3);
    width: 1px;
    height: 100px;
    position: absolute;
    top: 30px;
    right: auto;
    bottom: 0;
    left: 0; }
  .th-form > .row {
    margin: 0 -25px; }
    .th-form > .row > [class*="col-"] {
      padding: 0 25px; }
  .th-form .heading {
    color: #221C35;
    margin: 0 0 8px; }
  .th-form .help-text {
    font-size: 90%; }

/*HEADER*/
header .header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  padding: 15px 0 0;
  display: block;
  background: transparent;
  z-index: 999; }
  header .header .navbar-divider {
    margin: 6px 20px;
    display: inline;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  header .header .lang_switcher select.form-control, header .header .lang_switcher .select-picker .select2-container select.select2-selection, .select-picker .select2-container header .header .lang_switcher select.select2-selection, header .header .lang_switcher select.btn {
    background: url("../images/icons/arrow-1.png") center right 8px no-repeat; }
  header .header.header-transparent .lang_switcher select {
    color: white;
    border-color: white; }
    header .header.header-transparent .lang_switcher select.form-control, header .header.header-transparent .lang_switcher .select-picker .select2-container select.select2-selection, .select-picker .select2-container header .header.header-transparent .lang_switcher select.select2-selection, header .header.header-transparent .lang_switcher select.btn {
      background: url("../images/icons/arrow-2.png") center right 8px no-repeat; }
    header .header.header-transparent .lang_switcher select option {
      color: #41444b; }
  header .header .logo {
    position: relative;
    float: left;
    max-width: 150px;
    top: 10px;
    margin-right: 20px; }
    header .header .logo a {
      display: block; }
      header .header .logo a img {
        width: 100%; }
  header .header nav {
    line-height: 70px; }
  header .header .menu {
    display: inline-block;
    position: relative; }
    header .header .menu-left {
      float: left; }
    header .header .menu-right {
      float: right; }
    header .header .menu ul li {
      margin: 0 10px; }
      header .header .menu ul li a {
        cursor: pointer;
        display: block;
        padding: 12px 0;
        color: #221C35;
        text-transform: uppercase;
        font-weight: 500; }
        header .header .menu ul li a.active, header .header .menu ul li a:hover, header .header .menu ul li a:focus, header .header .menu ul li a:active {
          color: #d60f00; }
  header .header.menu ul li a, header .header.menu ul li a.active, header .header.menu ul li a:hover, header .header.menu ul li a:focus, header .header.menu ul li a:active {
    color: white; }
  header .header .nav-toggle {
    display: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

header.fixed .header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: auto;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
  background: white;
  padding: 0;
  -webkit-box-shadow: 0 20px 30px -10px rgba(214, 15, 0, 0.1);
  -moz-box-shadow: 0 20px 30px -10px rgba(214, 15, 0, 0.1);
  box-shadow: 0 20px 30px -10px rgba(214, 15, 0, 0.1); }
  header.fixed .header .logo {
    top: 12px; }

header.fixed .header-transparent {
  background: #001341; }

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@media (min-width: 992px) {
  header nav {
    display: block !important; } }

@media (max-width: 991px) {
  header.fixed .header {
    padding: 8px 0; }
    header.fixed .header .logo {
      top: 5px; }
  header .header {
    padding: 8px 0; }
    header .header .logo {
      max-width: 100px; }
    header .header ul li.active a::after, header .header ul li a:hover::after, header .header ul li a:focus::after, header .header ul li a:active::after {
      width: 100%;
      left: 0; }
    header .header nav {
      line-height: normal;
      display: none;
      z-index: 999;
      max-width: 200px;
      width: 100%;
      text-align: left;
      background: white;
      position: absolute;
      top: 50px;
      right: 5px;
      -webkit-box-shadow: 10px 30px 30px -10px rgba(214, 15, 0, 0.2);
      -moz-box-shadow: 10px 30px 30px -10px rgba(214, 15, 0, 0.2);
      box-shadow: 10px 30px 30px -10px rgba(214, 15, 0, 0.2); }
      header .header nav div {
        width: 100%;
        float: none; }
      header .header nav .menu ul {
        margin: 0;
        padding: 5px; }
        header .header nav .menu ul li {
          margin: 0;
          padding: 0;
          width: 100%; }
        header .header nav .menu ul a {
          padding: 15px;
          display: block;
          border-bottom: 1px solid rgba(214, 15, 0, 0.05); }
          header .header nav .menu ul a.active {
            color: white;
            background: #d60f00;
            border-color: #d60f00; }
    header .header .nav-toggle {
      width: 30px;
      height: 40px;
      padding: 0;
      border: 0;
      float: right;
      background: none;
      display: block;
      cursor: pointer;
      top: 11px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      header .header .nav-toggle span {
        display: block;
        height: 2px;
        width: 100%;
        opacity: 1;
        left: 0;
        position: absolute;
        background: #d60f00;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        header .header .nav-toggle span:nth-child(1) {
          top: 0px; }
        header .header .nav-toggle span:nth-child(2) {
          top: 8px; }
        header .header .nav-toggle span:nth-child(3) {
          top: 8px; }
        header .header .nav-toggle span:nth-child(4) {
          top: 16px; }
      header .header .nav-toggle.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%; }
      header .header .nav-toggle.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      header .header .nav-toggle.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      header .header .nav-toggle.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%; }
  header .header-transparent nav {
    background: #001341; }
  header .header-transparent .nav-toggle span {
    background: white; } }

/*BANNER*/
.section-banner .info-block, .section-banner .th-form {
  width: 60%;
  padding-right: 5%; }

.section-banner .info-block .hero-text {
  margin-top: 100px; }
  .section-banner .info-block .hero-text h1 {
    position: relative;
    margin-top: 0;
    text-align: left;
    font-weight: bold;
    color: #221C35;
    line-height: 1;
    font-size: 6rem; }
    .section-banner .info-block .hero-text h1 span {
      color: #d60f00; }

.section-banner .img-block {
  z-index: -1;
  display: block;
  overflow: hidden;
  max-height: 800px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto; }
  .section-banner .img-block img {
    height: 100%;
    float: right; }

@media (max-width: 1366px) {
  .section-banner .info-block .hero-text h1 {
    font-size: 5rem; }
  .section-banner .img-block {
    top: 70px; } }

@media (max-width: 1199px) {
  .section-banner .th-form .left {
    width: 100%; }
  .section-banner .th-form .right {
    display: none; } }

@media (max-width: 991px) {
  .section-banner .th-form .right {
    display: none; }
  .section-banner .info-block .hero-text {
    margin-top: 50px; }
    .section-banner .info-block .hero-text h1 {
      font-size: 3.6rem; }
  .section-banner .img-block {
    width: 40%;
    top: 20%;
    right: 0; }
    .section-banner .img-block img {
      height: auto; } }

@media (max-width: 767px) {
  .section-banner .info-block .hero-text h1 {
    font-size: 2.4rem; } }

@media (max-width: 550px) {
  .section-banner .th-form {
    width: 100%;
    padding-right: 0; }
  .section-banner .info-block .hero-text h1 {
    font-size: 1.8rem; }
  .section-banner .img-block {
    width: 100%;
    top: auto;
    opacity: 0.5;
    filter: alpha(opacity=50); } }

/*REQUEST FORM*/
.section-banner-2 .content-box {
  padding: 0 !important; }

.section-banner-2 .right-side-box {
  width: 35%;
  float: right; }
  .section-banner-2 .right-side-box .form-box {
    padding: 30px 50px;
    background: white; }
    .section-banner-2 .right-side-box .form-box .title {
      color: #221C35;
      text-align: center;
      margin-bottom: 10px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: normal;
      font-size: 2.4rem; }
      .section-banner-2 .right-side-box .form-box .title span {
        color: #d60f00; }
    .section-banner-2 .right-side-box .form-box .description {
      text-align: center;
      font-size: 1.2rem; }
    @media (max-width: 991px) {
      .section-banner-2 .right-side-box .form-box {
        float: none;
        margin: auto; }
        .section-banner-2 .right-side-box .form-box .title {
          font-size: 1.8rem; } }

.section-banner-2 .left-side-bg {
  width: 65%;
  padding-left: 10%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  background: rgba(0, 19, 65, 0.05); }
  .section-banner-2 .left-side-bg::before {
    content: '';
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/banners/10.png") center/cover no-repeat; }
  .section-banner-2 .left-side-bg .big-logo-text {
    width: 100%;
    position: relative;
    padding: 0 !important; }
    .section-banner-2 .left-side-bg .big-logo-text.info-block .hero-text h1 {
      position: relative;
      margin-top: 0;
      text-align: left;
      font-weight: bold;
      color: #221C35;
      line-height: 1;
      font-size: 4.2rem; }
      .section-banner-2 .left-side-bg .big-logo-text.info-block .hero-text h1 span {
        color: #d60f00; }
    @media (max-width: 1366px) {
      .section-banner-2 .left-side-bg .big-logo-text.info-block .hero-text h1 {
        font-size: 2.8rem; } }
    @media (max-width: 991px) {
      .section-banner-2 .left-side-bg .big-logo-text.info-block .hero-text h1 {
        font-size: 2.4rem; } }
    @media (max-width: 767px) {
      .section-banner-2 .left-side-bg .big-logo-text.info-block .hero-text h1 {
        font-size: 2.2rem; } }
    @media (max-width: 550px) {
      .section-banner-2 .left-side-bg .big-logo-text.info-block .hero-text h1 {
        font-size: 1.8rem; } }

@media (max-width: 991px) {
  .section-banner-2 .left-side-bg {
    width: 60%; }
  .section-banner-2 .right-side-box {
    width: 40%; } }

@media (max-width: 767px) {
  .section-banner-2 {
    display: block !important; }
    .section-banner-2 .content-box {
      padding: 0 15px !important; }
    .section-banner-2 .left-side-bg, .section-banner-2 .right-side-box {
      width: 100%;
      padding: 0; }
    .section-banner-2 .left-side-bg .big-logo {
      margin: 100px auto 30px; }
    .section-banner-2 .left-side-bg .big-logo-text h1 {
      color: white !important;
      text-align: center !important; }
    .section-banner-2 .right-side-box {
      position: relative;
      max-width: 400px;
      margin: 300px auto 15px;
      float: none; }
      .section-banner-2 .right-side-box .form-box {
        padding: 30px;
        background: rgba(255, 255, 255, 0.8); } }

/*REQUEST*/
.section-request {
  text-align: center; }
  .section-request .section-heading {
    color: white; }
    @media (min-width: 992px) {
      .section-request .section-heading {
        font-size: 3.6rem; } }

/*ABOUT*/
.section-about .boxes-justify {
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  .section-about .boxes-justify .list-inline {
    font-size: 0; }
    .section-about .boxes-justify .list-inline li {
      width: 33.33%;
      vertical-align: middle;
      border-right: 2px solid #dbdbdb; }
      .section-about .boxes-justify .list-inline li:last-child {
        border: 0; }
      .section-about .boxes-justify .list-inline li .box {
        padding: 15px;
        text-align: center; }
        .section-about .boxes-justify .list-inline li .box .icon, .section-about .boxes-justify .list-inline li .box .meta-info {
          display: inline-block;
          vertical-align: middle; }
        .section-about .boxes-justify .list-inline li .box .icon {
          width: 30%;
          max-width: 30px;
          color: #221C35;
          margin-right: 15px;
          font-size: 2.4rem; }
        .section-about .boxes-justify .list-inline li .box .meta-info {
          text-align: left;
          width: 70%; }
          .section-about .boxes-justify .list-inline li .box .meta-info .title {
            color: #221C35;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 1.3rem; }
          .section-about .boxes-justify .list-inline li .box .meta-info .description {
            color: #41444b;
            font-weight: 500;
            font-size: 1.2rem; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-about .boxes-justify .list-inline li .box {
      padding: 15px 7.5px; }
      .section-about .boxes-justify .list-inline li .box .icon {
        font-size: 1.8rem; }
      .section-about .boxes-justify .list-inline li .box .meta-info .title {
        font-size: 1.2rem; }
      .section-about .boxes-justify .list-inline li .box .meta-info .description {
        font-size: 1rem; } }
  @media (max-width: 767px) {
    .section-about .boxes-justify .list-inline li .box {
      text-align: center; }
      .section-about .boxes-justify .list-inline li .box .icon, .section-about .boxes-justify .list-inline li .box .meta-info {
        width: 100%;
        display: block; }
      .section-about .boxes-justify .list-inline li .box .icon {
        margin: 0 auto 15px !important; }
      .section-about .boxes-justify .list-inline li .box .meta-info {
        text-align: center; } }
  @media (max-width: 550px) {
    .section-about .boxes-justify .list-inline li {
      width: 100%;
      border-right: 0;
      border-bottom: 2px solid #dbdbdb; }
      .section-about .boxes-justify .list-inline li .box .icon {
        font-size: 1.8rem; }
      .section-about .boxes-justify .list-inline li .box .meta-info .title {
        font-size: 1.2rem; }
      .section-about .boxes-justify .list-inline li .box .meta-info .description {
        font-size: 1rem; } }

.section-about .about-box .box, .section-about .about-box .box-1 {
  text-align: left;
  position: relative;
  margin: 0 auto 15px; }
  .section-about .about-box .box .icon, .section-about .about-box .box-1 .icon {
    display: block;
    position: relative;
    margin-bottom: 30px;
    width: 80px;
    height: 90px; }
    .section-about .about-box .box .icon img, .section-about .about-box .box-1 .icon img {
      width: 100%;
      bottom: 0;
      position: absolute;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .section-about .about-box .box .caption, .section-about .about-box .box-1 .caption {
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .section-about .about-box .box .caption .heading, .section-about .about-box .box-1 .caption .heading {
      margin-bottom: 5px; }
      .section-about .about-box .box .caption .heading:hover, .section-about .about-box .box-1 .caption .heading:hover {
        color: #41444b; }

.section-about .about-box .box-1 {
  text-align: center; }
  .section-about .about-box .box-1 .icon {
    margin-left: auto;
    margin-right: auto; }
    .section-about .about-box .box-1 .icon img {
      left: 0;
      right: 0;
      margin: auto; }

@media (max-width: 767px) {
  .section-about .about-box .box {
    display: table; }
    .section-about .about-box .box .icon, .section-about .about-box .box .caption {
      vertical-align: middle;
      display: table-cell; }
    .section-about .about-box .box .icon {
      height: auto;
      margin-bottom: 0;
      padding-right: 15px; }
      .section-about .about-box .box .icon img {
        position: relative; } }

/*DASHBOARD*/
.section-dashboard .left-side-box {
  width: 40%;
  padding-right: 10%; }
  .section-dashboard .left-side-box ul li {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .section-dashboard .left-side-box ul li p {
      margin-bottom: 0; }
    .section-dashboard .left-side-box ul li:last-child {
      border: 0;
      margin-bottom: 0;
      padding-bottom: 0; }

.section-dashboard .right-side-bg {
  width: 60%;
  background: url("../images/banners/2.png") center/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto; }

@media (max-width: 991px) {
  .section-dashboard .left-side-box, .section-dashboard .right-side-bg {
    width: 50%; } }

@media (max-width: 767px) {
  .section-dashboard {
    display: block !important; }
    .section-dashboard .left-side-box, .section-dashboard .right-side-bg {
      width: 100%;
      padding: 0; }
    .section-dashboard .right-side-bg {
      height: 200px;
      position: relative; } }

/*FORM*/
.section-demo .heading {
  color: #221C35;
  margin-bottom: 30px; }

.section-demo .description {
  margin-top: 10px; }

@media (max-width: 991px) {
  .section-demo form {
    max-width: 500px;
    margin: auto; }
    .section-demo form .help-text {
      text-align: center; } }

/*FORM*/
.section-form .section-heading {
  text-align: center; }

.section-form .heading {
  margin-bottom: 15px; }

.section-form .btn {
  min-width: 200px; }

@media (max-width: 991px) {
  .section-form form {
    max-width: 500px;
    margin: auto; }
    .section-form form .help-text {
      text-align: center; } }

/*BLOGS*/
.section-blogs .blogs-box .box, .section-blogs .blogs-box .box-1 {
  margin: 0 auto 30px; }
  .section-blogs .blogs-box .box figure, .section-blogs .blogs-box .box-1 figure {
    background: white;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%; }
    .section-blogs .blogs-box .box figure img, .section-blogs .blogs-box .box-1 figure img {
      width: 100%;
      margin: auto;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .section-blogs .blogs-box .box .caption .date, .section-blogs .blogs-box .box-1 .caption .date {
    color: #bdbdc6;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 1.1rem; }
  .section-blogs .blogs-box .box .caption .heading, .section-blogs .blogs-box .box-1 .caption .heading {
    margin-bottom: 10px; }
  .section-blogs .blogs-box .box .caption p, .section-blogs .blogs-box .box-1 .caption p {
    margin-bottom: 0;
    color: #41444b;
    font-weight: 400; }
  .section-blogs .blogs-box .box .caption .readmore, .section-blogs .blogs-box .box-1 .caption .readmore {
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #221C35;
    font-weight: 500; }
    .section-blogs .blogs-box .box .caption .readmore:hover, .section-blogs .blogs-box .box-1 .caption .readmore:hover {
      color: #d60f00; }

@media (max-width: 767px) {
  .section-blogs .blogs-box .box, .section-blogs .blogs-box .box-1 {
    margin-bottom: 30px;
    max-width: 500px; } }

.section-blogs .news-room {
  position: relative; }
  .section-blogs .news-room .left-side-box {
    width: 40%;
    padding: 30px;
    background: white; }
    .section-blogs .news-room .left-side-box .heading {
      font-weight: 500;
      margin: 10px 0; }
      .section-blogs .news-room .left-side-box .heading a {
        color: #221C35; }
        .section-blogs .news-room .left-side-box .heading a:hover {
          color: #d60f00; }
  .section-blogs .news-room .right-side-bg {
    width: 60%;
    background: url("../images/banners/3.png") center/cover no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto; }

.section-blogs .brands .img-holder {
  background: transparent;
  width: 110px;
  height: 70px; }
  .section-blogs .brands .img-holder img {
    width: 80%; }

.section-blogs .brands.owl-carousel .owl-stage-outer {
  margin: auto;
  max-width: calc(100% - 80px); }

.section-blogs .brands.owl-carousel.owl-separate .owl-nav button.owl-prev, .section-blogs .brands.owl-carousel .owl-nav button.owl-prev, .section-blogs .section-testimonials .brands.owl-carousel .owl-nav button.owl-prev, .section-testimonials .section-blogs .brands.owl-carousel .owl-nav button.owl-prev {
  left: 30px; }

.section-blogs .brands.owl-carousel.owl-separate .owl-nav button.owl-next, .section-blogs .brands.owl-carousel .owl-nav button.owl-next, .section-blogs .section-testimonials .brands.owl-carousel .owl-nav button.owl-next, .section-testimonials .section-blogs .brands.owl-carousel .owl-nav button.owl-next {
  right: 30px; }

@media (max-width: 1199px) {
  .section-blogs .news-room .left-side-box, .section-blogs .news-room .right-side-bg {
    width: 50%; } }

@media (max-width: 991px) {
  .section-blogs .news-room .left-side-box, .section-blogs .news-room .right-side-bg {
    width: 100%;
    position: relative; }
  .section-blogs .news-room .right-side-bg {
    height: 170px; } }

@media (max-width: 767px) {
  .section-blogs .news-room .right-side-bg {
    height: 110px; }
  .section-blogs .brands .img-holder {
    width: 60px;
    height: 35px; } }

@media (max-width: 550px) {
  .section-blogs .news-room .left-side-box {
    padding: 20px; }
  .section-blogs .news-room .right-side-bg {
    height: 60px; } }

/*VIDEO*/
.section-video {
  /*VIDEO FRAME*/ }
  .section-video .video-box {
    margin: 50px 0; }

/*TESTIMONIALS*/
.section-testimonials .testimonials .box-1 {
  text-align: center; }
  .section-testimonials .testimonials .box-1 img {
    margin: auto; }

.section-testimonials .testimonials .box, .section-testimonials .testimonials .box-1 {
  margin: 20px 30px;
  min-height: 330px; }
  .section-testimonials .testimonials .box figure, .section-testimonials .testimonials .box-1 figure {
    margin-bottom: 30px; }
    .section-testimonials .testimonials .box figure img, .section-testimonials .testimonials .box-1 figure img {
      width: auto !important;
      max-width: 110px; }
  .section-testimonials .testimonials .box .caption .detail, .section-testimonials .testimonials .box-1 .caption .detail {
    font-size: 1.8rem;
    margin-bottom: 30px; }
    .section-testimonials .testimonials .box .caption .detail span, .section-testimonials .testimonials .box-1 .caption .detail span {
      color: rgba(189, 189, 198, 0.3); }
      .section-testimonials .testimonials .box .caption .detail span.left, .section-testimonials .testimonials .box-1 .caption .detail span.left {
        margin-right: 10px; }
        .section-testimonials .testimonials .box .caption .detail span.left::before, .section-testimonials .testimonials .box-1 .caption .detail span.left::before {
          content: '\f10d'; }
      .section-testimonials .testimonials .box .caption .detail span.right, .section-testimonials .testimonials .box-1 .caption .detail span.right {
        margin-left: 10px; }
        .section-testimonials .testimonials .box .caption .detail span.right::before, .section-testimonials .testimonials .box-1 .caption .detail span.right::before {
          content: '\f10e'; }
  .section-testimonials .testimonials .box .caption .heading, .section-testimonials .testimonials .box .caption .info, .section-testimonials .testimonials .box-1 .caption .heading, .section-testimonials .testimonials .box-1 .caption .info {
    text-transform: uppercase; }
  .section-testimonials .testimonials .box .caption .heading, .section-testimonials .testimonials .box-1 .caption .heading {
    color: #221C35; }
  .section-testimonials .testimonials .box .caption .info, .section-testimonials .testimonials .box-1 .caption .info {
    color: #bdbdc6; }

@media (max-width: 1366px) {
  .section-testimonials .testimonials .box, .section-testimonials .testimonials .box-1 {
    min-height: 280px; }
    .section-testimonials .testimonials .box .caption .detail, .section-testimonials .testimonials .box-1 .caption .detail {
      font-size: 1.6rem; } }

@media (max-width: 1199px) {
  .section-testimonials .testimonials .box, .section-testimonials .testimonials .box-1 {
    margin: 20px;
    min-height: 300px; }
    .section-testimonials .testimonials .box .caption .detail, .section-testimonials .testimonials .box-1 .caption .detail {
      font-size: 1.3rem; }
  .section-testimonials .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    left: -15px; } }

/*ACTIVATION*/
.section-activation .row {
  margin: 0 -15px; }
  .section-activation .row [class*="col-"] {
    padding: 0 15px; }

.section-activation .box {
  margin: 15px 0;
  background: rgba(0, 19, 65, 0.05); }
  .section-activation .box:hover .icon img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .section-activation .box .media {
    min-height: 130px; }
    .section-activation .box .media .step {
      line-height: 1;
      font-weight: bold;
      font-size: 7rem; }
      .section-activation .box .media .step-1 {
        color: #7343FF; }
      .section-activation .box .media .step-2 {
        color: #39C2D8; }
      .section-activation .box .media .step-3 {
        color: #7CE0C3; }
      .section-activation .box .media .step-4 {
        color: #EFC84A; }
    .section-activation .box .media .heading {
      margin-bottom: 10px; }
  .section-activation .box .icon {
    max-width: 100px;
    height: 110px;
    margin: 30px auto 15px;
    display: block; }
    .section-activation .box .icon img {
      width: 100%;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

.section-activation .box-1 {
  margin: 15px 0; }
  .section-activation .box-1:hover .icon img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .section-activation .box-1 .media {
    min-height: 130px; }
    .section-activation .box-1 .media-body, .section-activation .box-1 .media-left, .section-activation .box-1 .media-right {
      padding: 0;
      display: block;
      text-align: center;
      width: 100%; }
    .section-activation .box-1 .media .step {
      line-height: 1;
      font-weight: bold;
      font-size: 7rem; }
      .section-activation .box-1 .media .step-1, .section-activation .box-1 .media .step-2, .section-activation .box-1 .media .step-3, .section-activation .box-1 .media .step-4 {
        color: #d60f00; }
    .section-activation .box-1 .media .heading {
      margin: 15px auto; }
  .section-activation .box-1 .icon {
    max-width: 100px;
    height: 110px;
    margin: 30px auto 15px;
    display: block; }
    .section-activation .box-1 .icon img {
      width: 100%;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

@media (max-width: 1366px) {
  .section-activation .box, .section-activation .box-1 {
    padding: 25px; }
    .section-activation .box .media, .section-activation .box-1 .media {
      min-height: 120px; }
      .section-activation .box .media .step, .section-activation .box-1 .media .step {
        font-size: 4rem; }
    .section-activation .box .icon, .section-activation .box-1 .icon {
      max-width: 80px;
      height: 90px; } }

@media (max-width: 1199px) {
  .section-activation .box, .section-activation .box-1 {
    padding: 30px; }
    .section-activation .box .media, .section-activation .box-1 .media {
      min-height: 100px; }
      .section-activation .box .media .step, .section-activation .box-1 .media .step {
        font-size: 6rem; } }

@media (max-width: 550px) {
  .section-activation .box, .section-activation .box-1 {
    padding: 25px; }
    .section-activation .box .media, .section-activation .box-1 .media {
      min-height: auto; }
      .section-activation .box .media .step, .section-activation .box-1 .media .step {
        font-size: 4rem; } }

/*PACKAGES*/
.section-packages .packages {
  max-width: 800px;
  margin: auto; }
  .section-packages .packages .box, .section-packages .packages .box-1 {
    margin: 15px 0; }
    .section-packages .packages .box-header, .section-packages .packages .box-1-header {
      overflow: auto;
      margin-bottom: 15px;
      border-bottom: 1px solid #39C2D8; }
      .section-packages .packages .box-header .logo, .section-packages .packages .box-1-header .logo {
        max-width: 130px;
        height: 90px;
        float: left; }
        .section-packages .packages .box-header .logo img, .section-packages .packages .box-1-header .logo img {
          width: 100%; }
      .section-packages .packages .box-header .meta-info, .section-packages .packages .box-1-header .meta-info {
        color: #39C2D8;
        font-weight: 400;
        float: right; }
        .section-packages .packages .box-header .meta-info div, .section-packages .packages .box-1-header .meta-info div {
          display: inline-block; }
        .section-packages .packages .box-header .meta-info .currency, .section-packages .packages .box-1-header .meta-info .currency {
          position: relative;
          top: -10px;
          font-size: 1.2rem;
          text-transform: uppercase; }
        .section-packages .packages .box-header .meta-info .price, .section-packages .packages .box-1-header .meta-info .price {
          font-weight: bold;
          font-size: 2.4rem; }
        .section-packages .packages .box-header .meta-info .time, .section-packages .packages .box-1-header .meta-info .time {
          font-size: 1.8rem; }
    .section-packages .packages .box-body ul li, .section-packages .packages .box-1-body ul li {
      color: #41444b; }
      .section-packages .packages .box-body ul li span, .section-packages .packages .box-1-body ul li span {
        display: block; }
    .section-packages .packages .box-footer, .section-packages .packages .box-1-footer {
      text-align: center; }
      .section-packages .packages .box-footer .btn, .section-packages .packages .box-1-footer .btn {
        text-transform: uppercase;
        margin-top: 15px; }
    .section-packages .packages .box.premium, .section-packages .packages .box-1.premium {
      background: #001341; }
      .section-packages .packages .box.premium ul li, .section-packages .packages .box-1.premium ul li {
        color: white; }
      .section-packages .packages .box.premium .box-header, .section-packages .packages .box-1.premium .box-header {
        border-color: #7CE0C3; }
        .section-packages .packages .box.premium .box-header .meta-info, .section-packages .packages .box-1.premium .box-header .meta-info {
          color: #7CE0C3; }

@media (max-width: 767px) {
  .section-packages .packages {
    max-width: 400px;
    margin: auto; } }

@media (max-width: 550px) {
  .section-packages .packages .box-header .logo, .section-packages .packages .box-1-header .logo {
    max-width: 85px;
    height: 50px; }
    .section-packages .packages .box-header .logo img, .section-packages .packages .box-1-header .logo img {
      width: 100%; }
  .section-packages .packages .box-header .meta-info .currency, .section-packages .packages .box-1-header .meta-info .currency {
    font-size: 1rem; }
  .section-packages .packages .box-header .meta-info .price, .section-packages .packages .box-1-header .meta-info .price {
    font-size: 1.8rem; }
  .section-packages .packages .box-header .meta-info .time, .section-packages .packages .box-1-header .meta-info .time {
    font-size: 1.3rem; } }

/*DESCRIPTION*/
@media (max-width: 767px) {
  .section-description .box {
    padding: 30px; } }

@media (max-width: 550px) {
  .section-description .box {
    padding: 20px; } }

/*FAQ's*/
.section-faqs .faqs {
  max-width: 800px;
  margin: auto;
  /*COLLAPSE & EXPAND*/ }
  .section-faqs .faqs .accordion .holder, .section-faqs .faqs .accordion-1 .holder {
    position: relative;
    margin-bottom: 1.5em; }
    .section-faqs .faqs .accordion .holder .heading a, .section-faqs .faqs .accordion-1 .holder .heading a {
      display: block;
      color: #221C35;
      font-weight: bold;
      cursor: pointer;
      padding-left: 70px; }
      .section-faqs .faqs .accordion .holder .heading a::before, .section-faqs .faqs .accordion-1 .holder .heading a::before {
        content: "\f077";
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "Font Awesome 5 Free";
        text-align: center;
        margin-right: 15px;
        line-height: 40px;
        border-width: 1px;
        border-style: solid;
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
      .section-faqs .faqs .accordion .holder .heading a.collapse, .section-faqs .faqs .accordion-1 .holder .heading a.collapse {
        display: block; }
      .section-faqs .faqs .accordion .holder .heading a.collapse::before, .section-faqs .faqs .accordion-1 .holder .heading a.collapse::before {
        content: "\f077"; }
      .section-faqs .faqs .accordion .holder .heading a.collapsed, .section-faqs .faqs .accordion-1 .holder .heading a.collapsed {
        background: white;
        color: #221C35; }
        .section-faqs .faqs .accordion .holder .heading a.collapsed::before, .section-faqs .faqs .accordion-1 .holder .heading a.collapsed::before {
          content: "\f078";
          color: white;
          border-color: #d60f00;
          background: #d60f00; }
      .section-faqs .faqs .accordion .holder .heading a, .section-faqs .faqs .accordion-1 .holder .heading a {
        color: white;
        background: #d60f00; }
        .section-faqs .faqs .accordion .holder .heading a::before, .section-faqs .faqs .accordion-1 .holder .heading a::before {
          color: #d60f00;
          border-color: white;
          background: white; }
      .section-faqs .faqs .accordion .holder .heading a:hover, .section-faqs .faqs .accordion-1 .holder .heading a:hover {
        color: white;
        border-color: #d60f00;
        background: #d60f00; }
        .section-faqs .faqs .accordion .holder .heading a:hover::before, .section-faqs .faqs .accordion-1 .holder .heading a:hover::before {
          color: #d60f00;
          border-color: white;
          background: white; }
    .section-faqs .faqs .accordion .holder .body, .section-faqs .faqs .accordion-1 .holder .body {
      background: white;
      padding: 20px;
      -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 0 0 10px 10px;
      -moz-border-radius: 0 0 10px 10px;
      -ms-border-radius: 0 0 10px 10px;
      -o-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px; }

/*FORM*/
.login-form {
  padding: 0;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  background: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1); }
  .login-form:hover {
    -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1); }
  .login-form .header {
    padding: 50px 20px; }
    .login-form .header .logo img {
      max-width: 100px; }
  .login-form .body {
    padding: 50px; }

.media-mention-list {
  font-size: 0; }
  .media-mention-list li {
    width: 20%;
    display: inline-block; }
    .media-mention-list li .brand-box, .media-mention-list li .brand-box-1 {
      margin: 15px; }
      .media-mention-list li .brand-box .brand, .media-mention-list li .brand-box-1 .brand {
        margin-bottom: 15px; }
      .media-mention-list li .brand-box .meta-info, .media-mention-list li .brand-box-1 .meta-info {
        text-align: center;
        color: #221C35;
        font-size: 1.3rem; }
  @media (max-width: 991px) {
    .media-mention-list li {
      width: 25%; } }
  @media (max-width: 767px) {
    .media-mention-list li {
      width: 33.33%; } }
  @media (max-width: 550px) {
    .media-mention-list li {
      width: 50%; }
      .media-mention-list li .brand-box {
        padding: 0 15px; }
        .media-mention-list li .brand-box .brand {
          margin-bottom: 10px; }
        .media-mention-list li .brand-box .meta-info {
          font-size: 0.8rem; } }

.form-block {
  max-width: 600px;
  margin: 15px auto;
  color: white;
  background: #001341; }
  .form-block .form-control, .form-block .select-picker .select2-container .select2-selection, .select-picker .select2-container .form-block .select2-selection {
    border-color: white; }

/*FOOTER*/
footer .footer {
  background: #001341;
  color: white;
  position: relative;
  padding: 30px 15px;
  font-size: 1.2rem; }
  footer .footer a {
    color: #d60f00; }
  footer .footer .menu-list {
    margin-bottom: 15px; }
    footer .footer .menu-list li {
      display: block;
      margin-bottom: 5px;
      position: relative; }
      footer .footer .menu-list li i {
        position: absolute;
        left: 0;
        top: 3px; }
      footer .footer .menu-list li .meta-info {
        padding-left: 25px;
        position: relative; }
      footer .footer .menu-list li:last-child {
        margin-bottom: 0; }
      footer .footer .menu-list li a {
        color: white;
        font-weight: 300; }
        footer .footer .menu-list li a:hover {
          color: #d60f00; }
  footer .footer .social-icons li a {
    display: block;
    background: white;
    color: #41444b;
    text-align: center;
    line-height: 32px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    footer .footer .social-icons li a:hover, footer .footer .social-icons li a:focus, footer .footer .social-icons li a:active {
      background: #d60f00;
      color: white; }
  footer .footer .footer-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    footer .footer .footer-top .heading {
      color: white;
      margin-bottom: 15px; }
    footer .footer .footer-top .social-image {
      max-width: 300px;
      margin: auto; }
  footer .footer .footer-bottom ul {
    float: right; }
  footer .footer .footer-bottom .leftside {
    float: left;
    position: relative;
    top: 7px; }
  footer .footer.landing-footer .footer-bottom .leftside {
    top: 20px; }

@media (max-width: 767px) {
  footer .footer {
    padding: 20px 15px; }
    footer .footer.landing-footer {
      text-align: center; }
      footer .footer.landing-footer .menu-list li .meta-info {
        padding: 0; }
      footer .footer.landing-footer .menu-list li i {
        position: static;
        display: block;
        margin-top: 15px;
        margin-bottom: 5px; }
      footer .footer.landing-footer .footer-bottom .leftside {
        top: 0; }
    footer .footer .footer-bottom {
      text-align: center; }
      footer .footer .footer-bottom ul, footer .footer .footer-bottom .leftside {
        float: none;
        width: 100%;
        top: 0; }
      footer .footer .footer-bottom ul {
        margin-bottom: 15px; } }

@media (max-width: 575px) {
  footer .footer {
    text-align: center; }
    footer .footer .menu-list li .meta-info {
      padding: 0; }
    footer .footer .menu-list li i {
      position: static;
      display: block;
      margin-top: 15px;
      margin-bottom: 5px; }
    footer .footer .footer-links [class*="col-"], footer .footer form [class*="col-"] {
      width: 100%; }
    footer .footer .menu-list {
      margin-bottom: 30px; } }

@media (min-width: 1200px) {
  main.fixed-height {
    height: 100%; } }

@media (max-width: 1199px) {
  .container {
    width: calc(100% - 250px); } }

@media (max-width: 991px) {
  .container, .container-fluid {
    width: calc(100% - 5%); }
  .single-page {
    margin-top: 60px; }
  main .section .spacer {
    margin: 20px auto; } }

@media (max-width: 767px) {
  .container, .container-fluid {
    width: calc(100% - 15px); } }

@media (max-width: 550px) {
  body {
    font-size: 12px; }
  main .section .content-box {
    padding: 2em 0; }
  main .section .spacer {
    margin: 15px auto; } }

html, body {
  font-family: "SFProText"; }
