@font-face {
  font-family: 'Toyota Type';
  src: url('../fonts/ToyotaType-Regular.eot');
  src: url('../fonts/ToyotaType-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ToyotaType-Regular.woff2') format('woff2'), url('../fonts/ToyotaType-Regular.woff') format('woff'), url('../fonts/ToyotaType-Regular.ttf') format('truetype'), url('../fonts/ToyotaType-Regular.svg#ToyotaType-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueLT Arabic 75';
  src: url('../fonts/HelveticaNeueLTArabic-Bold.eot');
  src: url('../fonts/HelveticaNeueLTArabic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTArabic-Bold.woff2') format('woff2'), url('../fonts/HelveticaNeueLTArabic-Bold.woff') format('woff'), url('../fonts/HelveticaNeueLTArabic-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeueLTArabic-Bold.svg#HelveticaNeueLTArabic-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueLT Arabic 45';
  src: url('../fonts/HelveticaNeueLTArabic-Light.eot');
  src: url('../fonts/HelveticaNeueLTArabic-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTArabic-Light.woff2') format('woff2'), url('../fonts/HelveticaNeueLTArabic-Light.woff') format('woff'), url('../fonts/HelveticaNeueLTArabic-Light.ttf') format('truetype'), url('../fonts/HelveticaNeueLTArabic-Light.svg#HelveticaNeueLTArabic-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.arabicfont {
  font-family: 'HelveticaNeueLT Arabic 75' !important;
}
body {
  font-family: 'Toyota Type';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  overflow-x: hidden;
}
a, .button {
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
  color: #333333;
}
a:focus {
  text-decoration: none !important;
}
a:focus, a:hover {
  color: #123f91;
  text-decoration: none !important;
}
a, .button, input {
  outline: medium none !important;
  color: #123f91;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h1 {
  font-size: 54px;
  font-style: normal;
  line-height: 66px;
}
h2 {
  font-size: 36px;
  font-style: normal;
  line-height: 44px;
}
h3 {
  font-size: 32px;
  font-style: normal;
  line-height: 42px;
}
h4 {
  font-size: 22px;
  font-style: normal;
  line-height: 22px;
}
h5 {
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}
h6 {
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
}
.lead {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
hr {
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 0px;
}
label {
  font-size: 15px;
  font-weight: 400;
  color: #aaaaaa;
}
.label {
  color: #fff !important;
  font-size: 9px !important;
}
blockquote {
  border-left: 5px solid #ee150d;
  font-size: 16px;
}
*::-moz-selection {
  background: #ee150d;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #ee150d;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #123f91;
  color: #fff;
  text-shadow: none;
}
.valign, .valign > [class*='col-'] {
  display: table-cell;
  float: none;
}
[data-valign-overlay="top"] {
  vertical-align: top;
}
[data-valign-overlay="bottom"] {
  vertical-align: bottom;
}
[data-valign-overlay="middle"] {
  vertical-align: middle;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.no-padding {
  padding: 0px !important;
}
.no-border {
  border: none !important;
}
/*---------------------------------------------------------------------
                               Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top {
  z-index: 999;
  position: fixed;
  margin: 0px;
  color: #fff;
  background: #123f91;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 90px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#back-to-top .top:hover {
  background: #a30600;
  color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
/*---------------------------------------------------------------------
                                Loader
-----------------------------------------------------------------------*/
#loading {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999;
}
.boxLoading {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.boxLoading:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow .5s linear infinite;
}
.boxLoading:after {
  content: '';
  width: 50px;
  height: 50px;
  background: #fff;
  animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
/*----------------------------------------------------------------------
                        Buttons
-----------------------------------------------------------------------*/
.button {
  color: #fff;
  padding: 12px 36px;
  font-weight: 600;
  border: none;
  position: relative;
  font-family: 'Toyota Type';
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  margin: 2px;
  background-image: linear-gradient(to right, #a30600 0%, #ee150d 51%, #a30600 100%);
  background-size: 200% auto;
  flex: 1 1 auto;
}
.button:hover, .button:focus {
  color: #ffffff;
  background-position: right center;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
/* button White */
.button.bt-white {
  background: #000;
  color: #ffffff;
  box-shadow: none;
}
.button.bt-white:hover, .button.bt-white:focus {
  background: #ffffff;
  color: #ff0000;
}
/* button White Icon */
.button.button-icon {
  line-height: 34px;
  border: 2px solid #fff;
  background: transparent;
  padding: 8px 35px;
}
.button.button-icon:hover {
  color: #ee150d;
  border: 2px solid #fff;
  background: #fff;
}
.button.button-icon i {
  font-size: 32px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
/*----------------------------------------------------------------------
                                Div Shadow
-----------------------------------------------------------------------*/
.iq-box-shadow {
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
/* Wave Effect */
.wave1 {
  height: 100px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
  background-size: cover;
  background: url('../images/wave1.png') 0 0 repeat-x;
  -webkit-animation: wave-animation1 20s infinite linear; /* Safari 4+ */ -moz-animation: wave-animation1 20s infinite linear; /* Fx 5+ */ -o-animation: wave-animation1 20s infinite linear; /* Opera 12+ */ animation: wave-animation1 20s infinite linear; /* IE 10+ */
}
@-webkit-keyframes wave-animation1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1601px 0;
  }
}
@-moz-keyframes wave-animation1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1601px 0;
  }
}
@-o-keyframes wave-animation1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1601px 0;
  }
}
@keyframes wave-animation1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1601px 0;
  }
}
/*---------------------------------------------------------------------
                    Page Section Margin Padding 
---------------------------------------------------------------------*/
/*----------------
Section padding 
----------------*/
.overview-block-ptb {
  padding: 80px 0;
}
.overview-block-pt {
  padding: 100px 0 0;
}
.overview-block-pb {
  padding: 0 0 100px;
}
/*----------------
Padding All 
----------------*/
.iq-pall {
  padding: 0px;
}
.iq-pall-10 {
  padding: 10px;
}
.iq-pall-15 {
  padding: 15px;
}
.iq-pall-20 {
  padding: 20px;
}
.iq-pall-25 {
  padding: 25px;
}
.iq-pall-30 {
  padding: 30px;
}
.iq-pall-40 {
  padding: 40px;
}
.iq-pall-50 {
  padding: 50px;
}
.iq-pall-60 {
  padding: 60px;
}
.iq-pall-70 {
  padding: 70px;
}
.iq-pall-80 {
  padding: 80px;
}
.iq-pall-90 {
  padding: 90px;
}
.iq-pall-100 {
  padding: 100px;
}
/*----------------
Padding Top and Bottom 
----------------*/
.iq-ptb-0 {
  padding: 0;
}
.iq-ptb-10 {
  padding: 10px 0;
}
.iq-ptb-15 {
  padding: 15px 0;
}
.iq-ptb-20 {
  padding: 20px 0;
}
.iq-ptb-25 {
  padding: 25px 0;
}
.iq-ptb-30 {
  padding: 30px 0;
}
.iq-ptb-40 {
  padding: 40px 0;
}
.iq-ptb-50 {
  padding: 50px 0;
}
.iq-ptb-60 {
  padding: 60px 0;
}
.iq-ptb-70 {
  padding: 70px 0;
}
.iq-ptb-80 {
  padding: 80px 0;
}
.iq-ptb-90 {
  padding: 90px 0;
}
.iq-ptb-100 {
  padding: 100px 0;
}
/*----------------
Padding Left and right 
----------------*/
.iq-plr-0 {
  padding: 0;
}
.iq-plr-10 {
  padding: 0 10px;
}
.iq-plr-15 {
  padding: 0 15px;
}
.iq-plr-20 {
  padding: 0 20px;
}
.iq-plr-25 {
  padding: 0 25px;
}
.iq-plr-30 {
  padding: 0 30px;
}
.iq-plr-40 {
  padding: 0 40px;
}
.iq-plr-50 {
  padding: 0 50px;
}
.iq-plr-60 {
  padding: 0 60px;
}
.iq-plr-70 {
  padding: 0 70px;
}
.iq-plr-80 {
  padding: 0 80px;
}
.iq-plr-90 {
  padding: 0 90px;
}
.iq-plr-100 {
  padding: 0 100px;
}
/*----------------
Padding top 
----------------*/
.iq-pt-0 {
  padding-top: 0px;
}
.iq-pt-10 {
  padding-top: 10px;
}
.iq-pt-15 {
  padding-top: 15px;
}
.iq-pt-20 {
  padding-top: 20px;
}
.iq-pt-25 {
  padding-top: 25px;
}
.iq-pt-30 {
  padding-top: 30px;
}
.iq-pt-40 {
  padding-top: 40px;
}
.iq-pt-50 {
  padding-top: 50px;
}
.iq-pt-60 {
  padding-top: 60px;
}
.iq-pt-70 {
  padding-top: 70px;
}
.iq-pt-80 {
  padding-top: 80px;
}
.iq-pt-90 {
  padding-top: 90px;
}
.iq-pt-100 {
  padding-top: 100px;
}
/*----------------
Padding Bottom 
----------------*/
.iq-pb-0 {
  padding-bottom: 0px;
}
.iq-pb-10 {
  padding-bottom: 10px;
}
.iq-pb-15 {
  padding-bottom: 15px;
}
.iq-pb-20 {
  padding-bottom: 20px;
}
.iq-pb-25 {
  padding-bottom: 25px;
}
.iq-pb-30 {
  padding-bottom: 30px;
}
.iq-pb-40 {
  padding-bottom: 40px;
}
.iq-pb-50 {
  padding-bottom: 50px;
}
.iq-pb-60 {
  padding-bottom: 60px;
}
.iq-pb-70 {
  padding-bottom: 70px;
}
.iq-pb-80 {
  padding-bottom: 80px;
}
.iq-pb-90 {
  padding-bottom: 90px;
}
.iq-pb-100 {
  padding-bottom: 100px;
}
/*----------------
Padding Left 
----------------*/
.iq-pl-0 {
  padding-left: 0;
}
.iq-pl-10 {
  padding-left: 10px;
}
.iq-pl-15 {
  padding-left: 15px;
}
.iq-pl-20 {
  padding-left: 20px;
}
.iq-pl-25 {
  padding-left: 25px;
}
.iq-pl-30 {
  padding-left: 30px;
}
.iq-pl-40 {
  padding-left: 40px;
}
.iq-pl-50 {
  padding-left: 50px;
}
.iq-pl-60 {
  padding-left: 60px;
}
.iq-pl-70 {
  padding-left: 70px;
}
.iq-pl-80 {
  padding-left: 80px;
}
.iq-pl-90 {
  padding-left: 90px;
}
.iq-pl-100 {
  padding-left: 100px;
}
/*----------------
Padding Right 
----------------*/
.iq-pr-0 {
  padding-right: 0px;
}
.iq-pr-10 {
  padding-right: 10px;
}
.iq-pr-15 {
  padding-right: 15px;
}
.iq-pr-20 {
  padding-right: 20px;
}
.iq-pr-25 {
  padding-right: 25px;
}
.iq-pr-30 {
  padding-right: 30px;
}
.iq-pr-40 {
  padding-right: 40px;
}
.iq-pr-50 {
  padding-right: 50px;
}
.iq-pr-60 {
  padding-right: 60px;
}
.iq-pr-70 {
  padding-right: 70px;
}
.iq-pr-80 {
  padding-right: 80px;
}
.iq-pr-90 {
  padding-right: 90px;
}
.iq-pr-100 {
  padding-right: 100px;
}
/*----------------
Margin All 
----------------*/
.iq-mall-0 {
  margin: 0;
}
.iq-mall-10 {
  margin: 10px;
}
.iq-mall-15 {
  margin: 15px;
}
.iq-mall-20 {
  margin: 20px;
}
.iq-mall-25 {
  margin: 25px;
}
.iq-mall-30 {
  margin: 30px;
}
.iq-mall-40 {
  margin: 40px;
}
.iq-mall-50 {
  margin: 50px;
}
.iq-mall-60 {
  margin: 60px;
}
.iq-mall-70 {
  margin: 70px;
}
.iq-mall-80 {
  margin: 80px;
}
.iq-mall-90 {
  margin: 90px;
}
.iq-mall-100 {
  margin: 100px;
}
/*----------------
Margin Top and Bottom 
----------------*/
.iq-mtb-0 {
  margin: 0;
}
.iq-mtb-10 {
  margin: 10px 0;
}
.iq-mtb-15 {
  margin: 15px 0;
}
.iq-mtb-20 {
  margin: 20px 0;
}
.iq-mtb-25 {
  margin: 25px 0;
}
.iq-mtb-30 {
  margin: 30px 0;
}
.iq-mtb-40 {
  margin: 40px 0;
}
.iq-mtb-50 {
  margin: 50px 0;
}
.iq-mtb-60 {
  margin: 60px 0;
}
.iq-mtb-70 {
  margin: 70px 0;
}
.iq-mtb-80 {
  margin: 80px 0;
}
.iq-mtb-90 {
  margin: 90px 0;
}
.iq-mtb-100 {
  margin: 100px 0;
}
/*----------------
Margin Left and Right 
----------------*/
.iq-mlr-0 {
  margin: 0;
}
.iq-mlr-10 {
  margin: 0 10px;
}
.iq-mlr-15 {
  margin: 0 15px;
}
.iq-mlr-20 {
  margin: 0 20px;
}
.iq-mlr-25 {
  margin: 0 25px;
}
.iq-mlr-30 {
  margin: 0 30px;
}
.iq-mlr-40 {
  margin: 0 40px;
}
.iq-mlr-50 {
  margin: 0 50px;
}
.iq-mlr-60 {
  margin: 0 60px;
}
.iq-mlr-70 {
  margin: 0 60px;
}
.iq-mlr-80 {
  margin: 0 80px;
}
.iq-mlr-90 {
  margin: 0 80px;
}
.iq-mlr-100 {
  margin: 0 100px;
}
/*----------------
Margin Top 
----------------*/
.iq-mt-0 {
  margin-top: 0px;
}
.iq-mt-10 {
  margin-top: 10px;
}
.iq-mt-15 {
  margin-top: 15px;
}
.iq-mt-20 {
  margin-top: 20px;
}
.iq-mt-25 {
  margin-top: 25px;
}
.iq-mt-30 {
  margin-top: 30px;
}
.iq-mt-40 {
  margin-top: 40px;
}
.iq-mt-50 {
  margin-top: 50px;
}
.iq-mt-60 {
  margin-top: 60px;
}
.iq-mt-70 {
  margin-top: 70px;
}
.iq-mt-80 {
  margin-top: 80px;
}
.iq-mt-90 {
  margin-top: 90px;
}
.iq-mt-100 {
  margin-top: 100px;
}
/*----------------
Margin Bottom 
----------------*/
.iq-mb-0 {
  margin-bottom: 0px;
}
.iq-mb-10 {
  margin-bottom: 10px;
}
.iq-mb-15 {
  margin-bottom: 15px;
}
.iq-mb-20 {
  margin-bottom: 20px;
}
.iq-mb-25 {
  margin-bottom: 25px;
}
.iq-mb-30 {
  margin-bottom: 30px;
}
.iq-mb-40 {
  margin-bottom: 40px;
}
.iq-mb-50 {
  margin-bottom: 50px;
}
.iq-mb-60 {
  margin-bottom: 60px;
}
.iq-mb-70 {
  margin-bottom: 70px;
}
.iq-mb-80 {
  margin-bottom: 80px;
}
.iq-mb-90 {
  margin-bottom: 90px;
}
.iq-mb-100 {
  margin-bottom: 100px;
}
/*----------------
Margin Left 
----------------*/
.iq-ml-0 {
  margin-left: 0px;
}
.iq-ml-10 {
  margin-left: 10px;
}
.iq-ml-15 {
  margin-left: 15px;
}
.iq-ml-20 {
  margin-left: 20px;
}
.iq-ml-25 {
  margin-left: 25px;
}
.iq-ml-30 {
  margin-left: 30px;
}
.iq-ml-40 {
  margin-left: 40px;
}
.iq-ml-50 {
  margin-left: 50px;
}
.iq-ml-60 {
  margin-left: 60px;
}
.iq-ml-70 {
  margin-left: 70px;
}
.iq-ml-80 {
  margin-left: 80px;
}
.iq-ml-90 {
  margin-left: 90px;
}
.iq-ml-100 {
  margin-left: 100px;
}
/*----------------
Margin Right
----------------*/
.iq-mr-0 {
  margin-right: 0px;
}
.iq-mr-10 {
  margin-right: 10px;
}
.iq-mr-15 {
  margin-right: 15px;
}
.iq-mr-20 {
  margin-right: 20px;
}
.iq-mr-25 {
  margin-right: 25px;
}
.iq-mr-30 {
  margin-right: 30px;
}
.iq-mr-40 {
  margin-right: 40px;
}
.iq-mr-50 {
  margin-right: 50px;
}
.iq-mr-60 {
  margin-right: 60px;
}
.iq-mr-70 {
  margin-right: 70px;
}
.iq-mr-80 {
  margin-right: 80px;
}
.iq-mr-90 {
  margin-right: 90px;
}
.iq-mr-100 {
  margin-right: 100px;
}
/*---------------------------------------------------------------------
                            Text Weight 
-----------------------------------------------------------------------*/
.iq-tw-1 {
  font-weight: 100;
}
.iq-tw-2 {
  font-weight: 200;
}
.iq-tw-3 {
  font-weight: 300;
}
.iq-tw-4 {
  font-weight: 400;
}
.iq-tw-5 {
  font-weight: 500;
}
.iq-tw-6 {
  font-weight: 600;
}
.iq-tw-7 {
  font-weight: 700;
}
.iq-tw-8 {
  font-weight: 800;
}
.iq-tw-9 {
  font-weight: 900;
}
/*---------------------------------------------------------------------
                            Text Color 
-----------------------------------------------------------------------*/
.iq-font-blue {
  color: #FFFFFF;
}
.iq-font-light-blue {
  color: #a30600;
}
.iq-font-white {
  color: #ffffff;
}
.iq-font-black {
  color: #000000;
}
.iq-font-grey {
  color: #333333;
}
.iq-font-light {
  color: #666666;
}
/*---------------------------------------------------------------------
                          Background Color 
-----------------------------------------------------------------------*/
.white-bg {
  background: #ffffff;
}
.dark-bg {
  background: #2c3e50;
}
.grey-bg {
  background: #f3f3f3;
}
.green-bg {
 /* background: rgba(255, 52, 52);
  background: -moz-linear-gradient(left, rgba(255, 52, 52, 1) 0%, rgba(143, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 52, 52, 1)), color-stop(100%, rgba(143, 0, 0, 1)));
  background: -webkit-linear-gradient(left, rgba(255, 52, 52, 1) 0%, rgba(143, 0, 0, 1) 100%);
  background: -o-linear-gradient(left, rgba(255, 52, 52, 1) 0%, rgba(143, 0, 0, 1) 100%);
  background: -ms-linear-gradient(left, rgba(255, 52, 52, 1) 0%, rgba(143, 0, 0, 1) 100%);
  background: linear-gradient(to right, rgba(255, 52, 52, 1) 0%, rgba(143, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);*/

    background: rgba(23, 97, 153, 1);
    background: -moz-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 97, 153, 1)), color-stop(100%, rgba(18, 63, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: linear-gradient(to right, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123f90', endColorstr='#176199', GradientType=1);
}
/*---------------------------------------------------------------------
                             BG Effect
-----------------------------------------------------------------------*/
.iq-bg {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}
.iq-bg-fixed {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  background-attachment: fixed !important;
}
/*---------------------------------------------------------------------
                       Background Gradient 
---------------------------------------------------------------------*/
.iq-over-black-80:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
   background: rgba(23, 97, 153, 1);
  background: -moz-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 97, 153, 1)), color-stop(100%, rgba(18, 63, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: linear-gradient(to right, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);
}
.iq-over-black-90:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: rgba(23, 97, 153, 1);
  background: -moz-linear-gradient(left, rgba(23, 97, 153, 0.8) 0%, rgba(18, 63, 144, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 97, 153, 1)), color-stop(100%, rgba(18, 63, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(23, 97, 153, 0.8) 0%, rgba(18, 63, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(23, 97, 153, 0.8) 0%, rgba(18, 63, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(23, 97, 153, 0.8) 0%, rgba(18, 63, 144, 1) 100%);
  background: linear-gradient(to right, rgba(23, 97, 153, 0.8) 0%, rgba(18, 63, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);
}
[class*='iq-over-']:before {
  z-index: 0;
}
/*---------------------------------------------------------------------
                           Section Title
-----------------------------------------------------------------------*/
.heading-title {
  margin-bottom: 10px;
  text-align: center;
}
.heading-title .title {
  position: relative;
}
.heading-title .divider {
  border: 2px solid #123f90;
  position: relative;
  display: inline-block;
  width: 30px;
  margin-top: 30px;
}
.heading-title .divider:after {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #176199;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
}
.heading-title .divider:before {
  position: absolute;
  content: "";
  bottom: -8px;
  right: 0;
  width: 50px;
  height: 1px;
  background: #176199;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
}
.heading-title p {
  padding: 0 100px;
  display: block;
  margin-bottom: 30px;
  margin-top: 20px;
}
/* heading Title border White */
.heading-title .divider.white {
  border-color: #fff;
}
.heading-title .divider.white:after {
  background: #fff;
}
.heading-title .divider.white:before {
  background: #fff;
}
/* heading Title Hover */
section:hover .heading-title .divider:after {
  width: 70px;
}
section:hover .heading-title .divider:before {
  width: 70px;
}
/* heading Title Left */
.heading-left {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.heading-left:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
   background: rgba(23, 97, 153, 1);
  background: -moz-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 97, 153, 1)), color-stop(100%, rgba(18, 63, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: linear-gradient(to right, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);
}
/* heading Title Left White */
.heading-left.white:before {
  background: #fff;
}
/*---------------------------------------------------------------------
                            Header
-----------------------------------------------------------------------*/
header {
  position: fixed;
  display: inline-block;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 769px) {
  header .navbar-header .navbar-brand img {
    height: 40px;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  header .navbar-header .navbar-brand img {
    height: 60px;
  }
}
@media only screen and (max-width: 1201px) {
  header .navbar-header .navbar-brand img {
    height: 80px;
    margin: 0;
  }
}
header .navbar-header .navbar-brand img {
  height: 70px;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
}
header .navbar-default {
  background: none;
  border: none;
  border-radius: 0px;
  min-height: inherit;
  margin: 20px 0;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
}
header .navbar-default .navbar-brand {
  height: inherit;
  padding: 0;
}
header .navbar-nav {
  margin-top: 18px;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
}
header .navbar-nav > li {
  margin: 0 30px 0 0;
}
header .navbar-default .navbar-nav li:last-child {
  margin-right: 0;
}
header .navbar-default .navbar-nav > li > a {
  color: #000000;
  padding: 10px 0;
  font-family: 'Toyota Type';
  font-size: 15px;
}
header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li.active > a, header .navbar-default .navbar-nav > li.active > a:focus, header .navbar-default .navbar-nav > li.active > a:hover {
  color: #123f90;
  background: none;
  box-shadow: none;
}
header .nav > li a::before {
  background: #123f90;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  transition: all 0.3s ease-out 0s;
}
header .nav > li.active > a::before, header .nav > li:hover > a::before, header .nav > li > a:hover::before {
  width: 100%;
}
/* Header sticky */
header.affix {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
   background: #ffffff;
  /*background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(178, 178, 178, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(178, 178, 178, 1)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(178, 178, 178, 1) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(178, 178, 178, 1) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(178, 178, 178, 1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(178, 178, 178, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);*/
}
header.affix .navbar-header .navbar-brand img {
  height: 60px;
}
header.affix .navbar-default {
  margin: 10px 0;
}
header.affix .navbar-nav {
  margin-top: 6px;
}
/*---------------------------------------------------------------------
                            Banner
-----------------------------------------------------------------------*/
/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
  height: 100%;
  background: #005290;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.9;
}
.banner-text {
  color: #fff;
  font-family: 'Toyota Type', sans-serif;
  margin: 16% 0 8%;
}
.img-one {
  width: 80%;
}
.banner-text h1 {
  font-size: 70px;
  line-height: 90px;
  margin-bottom: 30px;
  text-shadow: 0px 20px 10px rgba(0, 0, 0, 0.1);
  margin-top: 15%;
  letter-spacing: 2px;
}
.banner-text h1 small {
  font-size: 18px;
  display: block;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.banner-text .link h5 {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.banner-text .link h5:before {
  position: absolute;
  top: 20px;
  right: -25px;
  content: "";
  background: url('../images/arrow.png') no-repeat 0 0;
  width: 61px;
  height: 58px;
}
.banner-text .link li {}
.border1 {
  border-radius: 10px;
  background-color: #000;
  border: 2px solid #eb0b1f;
}
.banner-text .link li a {
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 195, 0.15);
}
.banner .carousel-indicators {
  bottom: inherit;
  left: inherit;
  width: 25px;
  right: 0;
  top: 50%;
  margin-top: -60px;
  margin-right: 15px;
}
.banner .carousel-indicators li {
  border: none;
  background: rgba(255, 255, 255, 0.6);
  padding-left: 0;
}
.banner .carousel-indicators .active {
  background: rgba(255, 255, 255, 1.0);
}
/* Animation delays */
.banner-text h1 {
  animation-delay: 0.5s;
}
.banner-text h5 {
  animation-delay: 1s;
}
.banner-text ul.list-inline {
  animation-delay: 1.5s;
}
.banner-text img {
  animation-delay: 2s;
}
/*---------------------------------------------------------------------
                            Feature
-----------------------------------------------------------------------*/
.iq-fancy-box {
  position: relative;
  padding: 40px 30px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  min-height: 305px;
}
.iq-fancy-box:before {
  position: absolute;
  content: "";
  left: -80px;
  top: 0;
  height: 2px;
  width: 70px;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
   background: rgba(23, 97, 153, 1);
  background: -moz-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 97, 153, 1)), color-stop(100%, rgba(18, 63, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: linear-gradient(to right, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123f90', endColorstr='#176199', GradientType=1);
}
.iq-fancy-box:after {
  position: absolute;
  content: "";
  right: -80px;
  bottom: 0;
  height: 2px;
  width: 70px;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
   background: rgba(23, 97, 153, 1);
  background: -moz-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 97, 153, 1)), color-stop(100%, rgba(18, 63, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: linear-gradient(to right, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123f90', endColorstr='#176199', GradientType=1);
}
.iq-fancy-box i {
  font-size: 60px;
}
.iq-fancy-box h4 {
  margin: 0px 0 15px;
}
/* fancy box Hover */
.iq-fancy-box:hover:before {
  left: 0;
}
.iq-fancy-box:hover:after {
  right: 0;
}
/*---------------------------------------------------------------------
                            About us
-----------------------------------------------------------------------*/
/*.iq-about-bg:before {
  
   
   
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background-attachment: fixed;
}




.iq-about-bg:after {
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  background:  #DD0003;
 
}*/
.iq-about .about-img {
  position: relative;
  z-index: 9;
  height: 100%;
}
.iq-about .about-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(239 0 0 / 68%);
  border-radius: 20px;
}
.iq-about .about-img img {
  width: 100%;
  min-height: 300px;
  border-radius: 20px;
}
.iq-video {
  position: absolute;
  left: 50%;
  top: 35%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 38px;
  color: #a30600;
  border-radius: 100%;
  line-height: 2.1;
  z-index: 9;
}
.iq-video i {
  margin-left: 7px;
}
.iq-video:focus, .iq-video:hover {
  color: #ee150d;
}
.iq-waves {
  position: absolute;
  width: 384px;
  width: 24rem;
  height: 384px;
  height: 24rem;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.iq-waves .waves {
  position: absolute;
  width: 384px;
  width: 24rem;
  height: 384px;
  height: 24rem;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 320px;
  background-clip: padding-box;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
.iq-waves .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.iq-waves .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.iq-waves .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
/*---------------------------------------------------------------------
                            Special Features
-----------------------------------------------------------------------*/
.iq-amazing-tab .nav-tabs {
  border: none;
}
.iq-amazing-tab .nav-tabs li {
  margin-top: 50px;
  margin-bottom: 0;
  float: left;
  display: inline-block;
  width: 100%;
}
.iq-amazing-tab .nav-tabs li a {
  margin: 0;
  border-radius: 10px;
  line-height: normal;
  border: none;
  border-radius: 0;
  padding: 0;
  color: #666;
  transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.iq-amazing-tab .nav-tabs li.active a, .iq-amazing-tab .nav-tabs li.active a:hover, .iq-amazing-tab .nav-tabs li.active a:focus {
  border-radius: 10px;
  color: #fff;
  border: none;
  background: rgba(23, 97, 153, 1);
  /*background: -moz-linear-gradient(left, rgba(255 ,52, 52, 1) 0%, rgba(143, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255 ,52, 52, 1)), color-stop(100%, rgba(143, 0, 0, 1)));
  background: -webkit-linear-gradient(left, rgba(255 ,52, 52, 1) 0%, rgba(143, 0, 0, 1) 100%);
  background: -o-linear-gradient(left, rgba(255 ,52, 52, 1) 0%, rgba(143, 0, 0, 1) 100%);
  background: -ms-linear-gradient(left, rgba(255 ,52, 52, 1) 0%, rgba(143, 0, 0, 1) 100%);
  background: linear-gradient(to right, rgba(255 ,52, 52, 1) 0%, rgba(143, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);*/
}
.iq-amazing-tab .nav-tabs li a:hover {
  border-radius: 10px;
  color: #fff;
  border: none;
  background: rgba(23, 97, 153, 1);
  background: -moz-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 97, 153, 1)), color-stop(100%, rgba(18, 63, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: linear-gradient(to right, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);
}
.iq-amazing-tab .nav-tabs li.active a .iq-fancy-box-01:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #176199;
  border-radius: 90px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(247, 247, 247, 1);
  -moz-box-shadow: 0px 0px 0px 5px rgba(247, 247, 247, 1);
  box-shadow: 0px 0px 0px 5px rgba(247, 247, 247, 1);
}
.iq-amazing-tab .nav-tabs li.active a .iq-fancy-box-01:after {
  content: "";
  position: absolute;
  z-index: 9;
  top: 50%;
  margin-top: -1px;
  right: 100%;
  width: 100px;
  height: 2px;
  display: inline-block;
  background: rgba(23, 97, 153, 1);
  /*
  background: -moz-linear-gradient(left, rgba(143, 0, 0, 1) 0%, rgba(255 ,52, 52, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(143, 0, 0, 1)), color-stop(100%, rgba(255 ,52, 52, 1)));
  background: -webkit-linear-gradient(left, rgba(143, 0, 0, 1) 0%, rgba(255 ,52, 52, 1) 100%);
  background: -o-linear-gradient(left, rgba(143, 0, 0, 1) 0%, rgba(255 ,52, 52, 1) 100%);
  background: -ms-linear-gradient(left, rgba(143, 0, 0, 1) 0%, rgba(255 ,52, 52, 1) 100%);
  background: linear-gradient(to right, rgba(143, 0, 0, 1) 0%, rgba(255 ,52, 52, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee150d', endColorstr='#a30600', GradientType=1);*/
}
.nav-tabs li.active a.round-right, .nav-tabs li.active a.round-right:hover, .nav-tabs li.active a.round-right:focus {
  /*right: -20px;*/
  left: inherit;
}
.iq-amazing-tab .nav-tabs li.active a.round-right .iq-fancy-box-01:before {
  background: #123f90;
  right: -10px;
  left: inherit;
}
.iq-amazing-tab .nav-tabs li.active a.round-right .iq-fancy-box-01:after {
  right: inherit;
  left: 100%;
  background: rgba(18, 63, 144, 1);
  background: -moz-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 97, 153, 1)), color-stop(100%, rgba(18, 63, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: linear-gradient(to right, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee150d', endColorstr='#a30600', GradientType=1);
}
.nav-tabs li.active a h4, .nav-tabs li.active a:hover h4, .nav-tabs li.active a:focus h4, .nav-tabs li.active a i, .nav-tabs li.active a:hover i, .nav-tabs li.active a:focus i {
  color: #fff;
}
.iq-amazing-tab .nav-tabs li a:hover h4 {
  color: #fff;
}
.iq-amazing-tab .nav-tabs li a:hover i {
  background: none;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: snow;
}
.iq-amazing-tab .tab-content {
  background: url('../images/screenshots/phone-2.png') no-repeat top center;
  padding: 50px 35px 82px 35px;
  /*background-size: 100% 100%;*/
  background-size: 90% 95%;    
}
.iq-amazing-tab .tab-content .tab-pane img {
  width: 100%;
}
/* fancy box 01 */
.iq-fancy-box-01 {
  padding: 10px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.iq-fancy-box-01 i {
  font-size: 50px;
  float: left;
  margin-right: 15px;
  color: #a30600;
}
.iq-fancy-box-01 h4 {
  margin: 25px 0 0;
  display: inline-block;
}
.fancy-content-01 {
  display: inline-block;
  width: 100%;
}
.fancy-content-01 p {
  line-height: 24px;
}
/* fancy box 01 Right icon */
.iq-fancy-box-01.text-right i {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.iq-fancy-box-01.text-right h4 {
  display: inline-block;
  float: none;
}
/*---------------------------------------------------------------------
                             App Screenshots
-----------------------------------------------------------------------*/
.iq-app:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
}
.iq-app-info {
  padding: 30px 15% 0% 29%;
}
.iq-app-screen:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('images/about/01.html') no-repeat 0 0;
}
.home-screen-slide {
  position: relative;
  padding: 72px 0px 76px 36px;
  margin-left: -100px;
}
.home-screen-slide:before {
  background: url('../images/screenshots/phone.png') no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 301px;
}
.home-screen-slide .owl-carousel .item {
  width: 236px;
}
.iq-app .owl-carousel .owl-item a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.iq-app .owl-carousel .owl-item a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "\f4a4";
  font-size: 30px;
  color: #fff;
  line-height: 15;
  font-family: Ionicons;
  text-align: center;
  vertical-align: center;
  background: rgba(255, 52, 52, 0.8);
  z-index: 9;
  opacity: 0;
}
.iq-app .owl-carousel .owl-item a:hover:before {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
/*---------------------------------------------------------------------
                       The Appino Great Feature
-----------------------------------------------------------------------*/
.iq-fancy-box-02 {
  padding: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
.iq-fancy-box-02 .iq-icon {
  border-radius: 90px;
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
   background: rgba(23, 97, 153, 1);
  background: -moz-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 97, 153, 1)), color-stop(100%, rgba(18, 63, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: linear-gradient(to right, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);
}
.iq-fancy-box-02 .iq-icon i {
  font-size: 36px;
}
.iq-fancy-box-02 .iq-icon span {
  font-size: 30px;
}
.iq-fancy-box-02 .fancy-content h5 {
  z-index: 9;
  position: relative;
}
.iq-fancy-box-02 .iq-big-title {
  color: #dbdbdb;
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 600;
  margin-top: -10px;
  margin-left: -40px;
  opacity: 0.6;
}
/*---------------------------------------------------------------------
                          TESTIMONIAL
-----------------------------------------------------------------------*/
.iq-loved-customers .owl-carousel .owl-item .item {
  padding: 10px 10px 20px;
}
.iq-client {
  position: relative;
  margin-top: 40px;
  padding: 0 30px 15px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}
.iq-client:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 2px;
  width: 100px;
   background: rgba(23, 97, 153, 1);
  background: -moz-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 97, 153, 1)), color-stop(100%, rgba(18, 63, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: linear-gradient(to right, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);
}
.iq-client .client-img {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 90px;
  margin-top: -40px;
}
.client-name {
  padding-left: 60px;
  position: relative;
}
.client-name:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 44px;
  color: #f0f0f0;
  line-height: normal;
}
.client-info p {
  line-height: 28px;
}
.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
}
.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  left: -8%;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
}
.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  right: -8%;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}
.owl-carousel .owl-nav i {
  font-size: 24px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  padding-left: 0px;
  display: inline-block;
  color: #f5f7fb;
  background: #e7e7e7;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.owl-carousel .owl-nav i:hover {
  background: #ee150d;
  color: #f5f7fb;
}
/*---------------------------------------------------------------------
                          TEAM
-----------------------------------------------------------------------*/
.iq-team {
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.iq-team:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
  background: rgba(23, 97, 153, 1);
  background: -moz-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 97, 153, 1)), color-stop(100%, rgba(18, 63, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: linear-gradient(to right, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);
  opacity: 0;
}
.iq-team-info {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -45px;
  width: 100%;
  display: inline-block;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
}
.team-post {
  margin: 5px 0 0;
  display: inline-block;
  width: 100%;
}
.share {
  position: relative;
  width: 100%;
}
.share span {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -70px;
  border-radius: 90px;
  padding: 8px 20px;
  background: #fff;
  color: #09b2ef;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
}
.share nav {
  font-size: 0;
}
.share a {
  line-height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  color: #000;
  overflow: hidden;
  opacity: 1;
  margin: 0 -20px;
  background: #fff;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
}
.share a:nth-child(1) {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-left: 0;
}
.share a:nth-child(1):hover {
  background-color: #61c5ec;
}
.share a:nth-child(2):hover {
  background-color: #3B5998;
}
.share a:nth-child(3):hover {
  background-color: #ea4335;
}
.share a:nth-child(4) {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-right: 0;
}
.share a:nth-child(4):hover {
  background-color: #000000;
}
.share:hover span, .share.hover span {
  opacity: 0;
}
.share:hover a, .share.hover a {
  border-radius: 50%;
  margin: 0 5px;
  color: #09b2ef;
  font-size: 16px;
}
.share:hover a:hover, .share.hover a:hover {
  color: #fff;
}
.iq-team:hover:before {
  opacity: 0.8;
}
.iq-team:hover .iq-team-info {
  opacity: 1;
}
/*---------------------------------------------------------------------
                          Counter
-----------------------------------------------------------------------*/
.counter {
  position: relative;
  font-family: 'Roboto', sans-serif;
  min-height: 60px;
}
.counter i {
  font-size: 40px;
  line-height: 45px;
  display: inline-block;
}
.counter i:before {
  font-size: 60px;
}
.counter span {
  display: block;
  font-size: 36px;
  margin: 10px 0;
  margin-bottom: 5px;
  line-height: 40px;
}
.counter label {
  font-weight: 600;
  font-size: 15px;
  position: relative;
  margin: 10px 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
/*---------------------------------------------------------------------
                        Asked Questions
-----------------------------------------------------------------------*/
.iq-accordion .ad-title {
  position: relative;
  padding: 15px 40px 15px 65px;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
  background-color: #f5f7fb;
  display: block;
  text-align: left;
  color: #2c3e50;
  text-decoration: none;
  border-radius: 4px;
}
.iq-accordion .ad-title:before {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  content: "\f217";
  font-family: "Ionicons";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 14px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  font-weight: normal;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background: rgba(106, 169, 217, 1);
  background: -moz-linear-gradient(45deg, rgba(106, 169, 217, 1) 0%, rgba(0, 18, 52, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(106, 169, 217, 1)), color-stop(100%, rgba(0, 18, 52, 1)));
  background: -webkit-linear-gradient(45deg, rgba(106, 169, 217, 1) 0%, rgba(0, 18, 52, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(106, 169, 217, 1) 0%, rgba(0, 18, 52, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(106, 169, 217, 1) 0%, rgba(0, 18, 52, 1) 100%);
  background: linear-gradient(45deg, rgba(106, 169, 217, 1) 0%, rgba(0, 18, 52, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);
}
.ad-icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 14px;
  font-size: 26px;
  height: 100%;
  color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
  background: rgba(106, 169, 217, 1);
  background: -moz-linear-gradient(45deg, rgba(106, 169, 217, 1) 0%, rgba(0, 18, 52, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(106, 169, 217, 1)), color-stop(100%, rgba(0, 18, 52, 1)));
  background: -webkit-linear-gradient(45deg, rgba(106, 169, 217, 1) 0%, rgba(0, 18, 52, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(106, 169, 217, 1) 0%, rgba(0, 18, 52, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(106, 169, 217, 1) 0%, rgba(0, 18, 52, 1) 100%);
  background: linear-gradient(45deg, rgba(106, 169, 217, 1) 0%, rgba(0, 18, 52, 1)  100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);
}
.iq-accordion .ad-active .ad-title:before {
  content: "\f208";
  font-family: "Ionicons";
}
.iq-accordion .ad-title > i {
  margin-right: 16px;
}
.iq-accordion .ad-details {
  display: none;
  overflow: hidden;
  text-align: left;
  padding: 15px 15px;
  color: #666666;
  line-height: 24px;
  border: 1px solid #eeeeee;
  border-top: none;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}
.iq-accordion .iq-ad-block {
  margin-bottom: 30px;
}
.iq-accordion .iq-ad-block:last-child {
  margin-bottom: 0;
}
/*---------------------------------------------------------------------
                        Price Table
-----------------------------------------------------------------------*/
.iq-pricing {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #ededed;
  background: #fff;
}
.iq-pricing:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 282px;
  width: 100%;
  opacity: 0.08;
  content: "";
  background: url('../images/about/03.jpg') no-repeat 0 0;
}
.iq-pricing .price-title {
  padding: 20px 30px;
}
.iq-pricing .price-title h1 {
  font-family: 'Open Sans', sans-serif;
  line-height: 60px;
  font-size: 50px;
}
.iq-pricing .price-title h1 small {
  font-size: 16px;
  color: #fff;
  vertical-align: super;
  padding: 0 5px;
}
.iq-pricing .price-title h1 small:first-child {
  font-size: 24px;
}
.iq-pricing .price-title span {
  letter-spacing: 6px;
}
.iq-pricing ul {
  margin: 20px 0;
}
.iq-pricing ul li {
  line-height: 50px;
}
.iq-pricing .price-footer {
  border-top: 1px solid #ededed;
  padding: 30px 0;
  z-index: 9;
  position: relative;
}
/*---------------------------------------------------------------------
                                BLOG
-----------------------------------------------------------------------*/
.iq-blog-box {
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.06);
}
.iq-blog-box .iq-blog-image img {
  width: 100%;
}
.iq-blog-detail {
  padding: 20px 15px 15px;
}
.iq-blog-detail a, .iq-blog-detail .blog-title a h5 {
  color: #666;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
}
.iq-blog-detail a:hover, .iq-blog-detail .blog-title a:hover h5 {
  color: #ee150d;
}
.iq-blog-meta {
  margin: 15px 0;
}
.blog-button {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ededed;
  padding: 15px 0 0;
}
.blog-button .iq-user i {
  font-size: 24px;
  margin-right: 10px;
  float: left;
}
/*---------------------------------------------------------------------
                           Our clients
-----------------------------------------------------------------------*/
.iq-our-clients {
  border-top: 1px solid #ededed;
}
.iq-our-clients .owl-carousel .owl-nav {
  margin-top: -20px;
}
/*---------------------------------------------------------------------
                             Newsletter
-----------------------------------------------------------------------*/
.iq-newsletter .form-inline {
  text-align: center;
}
.iq-newsletter .form-group {
  width: 40%;
}
.iq-newsletter .form-control {
  border-radius: 90px;
  height: 50px;
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  padding-left: 25px;
  box-shadow: none;
  border: none;
}
.newsletter-phone {
  margin-bottom: -180px;
}
/*---------------------------------------------------------------------
                             Our Info
-----------------------------------------------------------------------*/
.iq-info-box {
  padding: 25px;
}
.iq-info-box .info-icon {
  border-radius: 90px;
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.iq-info-box .info-icon i {
  font-size: 30px;
}
.info-share {
  margin: 30px 0 30px 0;
  padding: 30px 0 0;
  border-top: 1px solid #ededed;
  text-align: center;
}
.info-share li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0px 5px;
}
.info-share li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #666;
  background: transparent;
  border: 1px solid #666;
  text-align: center;
  border-radius: 50%;
}
.info-share li a:hover {
  background: #ee150d;
  border-color: #ee150d;
  color: #fff;
}
/*---------------------------------------------------------------------
                             Map
-----------------------------------------------------------------------*/
.iq-map iframe {
  border: 0px;
  width: 100%;
  height: 350px;
}
/*---------------------------------------------------------------------
                             Get in Touch
-----------------------------------------------------------------------*/
.iq-get-in {
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.contact-form .section-field {
  position: relative;
  width: 100%;
}
.contact-form .section-field input {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  clear: both;
  color: #000000;
  border: 1px solid #e1e1e1;
}
.contact-form .section-field input:focus, .contact-form .section-field.textarea textarea:focus {
  border: 1px solid #ee150d;
  box-shadow: none;
  outline: none;
}
.contact-form .section-field.textarea textarea {
  width: 100%;
  /*float: left;*/
  color: #b6b6b6;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 15px 0 0 20px;
  margin-bottom: 10px;
  resize: none;
}
#formmessage {
  display: none;
}
.section-field.textarea textarea {
  float: none !important;
}
/*---------------------------------------------------------------------
                             Footer
-----------------------------------------------------------------------*/
.footer-copyright {
  border-top: 1px solid #ededed;
}
.footer-info {
  padding: 0 40px;
}
.footer-info img {
  height: 120px;
}
/*---------------------------------------------------------------------
                           Breadcrumb Inner Page
-----------------------------------------------------------------------*/
.iq-breadcrumb {
  margin: 0px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.iq-breadcrumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
   background: rgba(23, 97, 153, 1);
  background: -moz-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 97, 153, 1)), color-stop(100%, rgba(18, 63, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: linear-gradient(to right, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);
}
.iq-breadcrumb-title .title {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.iq-breadcrumb-title .title span {
  font-family: 'Open Sans', sans-serif;
}
.iq-breadcrumb .breadcrumb {
  background: rgba(255, 255, 255, 1);
  padding: 10px 25px;
  border-radius: 90px;
  display: inline-block;
  position: relative;
  bottom: -20px;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.iq-breadcrumb .breadcrumb li a {
  color: #2c3e50;
}
.iq-breadcrumb .breadcrumb li a i {
  padding-right: 5px;
}
.iq-breadcrumb .breadcrumb li a:hover {
  color: #ee150d;
}
.iq-breadcrumb .breadcrumb li {
  color: #2c3e50;
  font-size: 16px;
  font-weight: 500;
}
.iq-breadcrumb .breadcrumb li.active {
  color: #ee150d;
}
.iq-breadcrumb .breadcrumb > li + li:before {
  color: #2c3e50;
}
/*pagination-nav*/
.pagination {
  margin: 0px;
}
.pagination li a {
  margin: 0px;
  border-radius: 0px;
  color: #666;
}
.pagination > li > a, .pagination > li > span {
  padding: 10px 18px;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
  border-color: #a30600;
  background-color: #a30600;
  color: #fff;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #ee150d;
  border-color: #ee150d;
  color: #fff;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
/*---------------------------------------------------------------------
                              Blog Page
-----------------------------------------------------------------------*/
.iq-page-blog .iq-blog-box {
  box-shadow: none;
  border: 1px solid #ededed;
}
.iq-blog-box .iq-get-in {
  margin-top: 0;
  box-shadow: none;
}
.iq-post-author {
  position: relative;
  min-height: 130px;
}
.iq-post-author-pic {
  float: left;
}
.iq-post-author a {
  color: #fff;
}
/* Comments Box */
.iq-comment-list li {
  margin-top: 25px;
  margin-bottom: 0;
  vertical-align: top;
  padding: 0;
}
.iq-comment-list .iq-comments-media {
  padding: 15px 15px 30px;
  border-radius: 0px;
  border-bottom: 1px solid #eee;
}
.iq-comment-list li:last-child .iq-comments-media {
  border-bottom: none;
  padding-bottom: 0;
}
.iq-comment-list ul {
  padding-left: 60px;
}
.iq-comment-list .iq-comments-photo {
  padding-right: 20px;
}
.iq-comment-list .iq-comments-photo a img {
  width: 80px;
  height: auto;
}
.iq-comment-list .iq-comments-info {
  position: relative;
}
.iq-comment-list .iq-comments-info .title {
  margin: 0;
  line-height: 22px;
}
.iq-comment-list .iq-comment-metadata {
  line-height: 22px;
  margin-top: 7px;
  margin-bottom: 10px;
}
.iq-comment-list .iq-comment-metadata a {
  color: #333333;
}
.iq-comment-list .iq-comment-metadata i {
  padding-right: 7px;
  color: #ee150d;
}
.iq-comment-list .reply {
  position: absolute;
  line-height: 22px;
  margin: 0;
  padding: 2px 16px;
  font-size: 11px;
  right: 0;
  top: 0;
  font-weight: 500;
}
.iq-comment-list .iq-comments-media .iq-comments-info .reply {
  color: #ffffff;
}
.iq-comment-list .iq-comments-info p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*---------------------------------------------------------------------
                             Blog - SideBar
-----------------------------------------------------------------------*/
.iq-post-sidebar {
  height: 100%;
}
.iq-sidebar-widget {
  margin-bottom: 40px;
  padding: 20px 20px;
  border: 1px solid #ededed;
  border-radius: 0px;
}
.iq-sidebar-widget:last-child {
  margin-bottom: 0;
}
.iq-sidebar-widget .iq-widget-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 24px;
}
/*widget-menu*/
.iq-widget-menu {
  position: relative;
}
.iq-widget-menu ul li a {
  font-size: 14px;
  display: block;
  color: #2c3e50;
  position: relative;
}
.iq-widget-menu i {
  padding-top: 4px;
  position: absolute;
  right: 18px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.iq-widget-menu ul li a span {
  padding: 5px 10px 5px 0;
  display: block;
  font-size: 14px;
}
.iq-widget-menu ul li a span:hover {
  text-decoration: none;
  color: #ee150d;
}
.iq-widget-menu ul li.active {
  border-bottom: none;
}
.iq-widget-menu ul li.hover a {
  color: #ee150d;
}
.iq-widget-menu ul li.hover a span {
  background: transparent;
  color: #ee150d;
}
.iq-widget-menu ul ul li a span {
  color: #333333;
}
.iq-widget-menu ul ul li a span:hover {
  color: #ee150d;
}
.iq-widget-menu ul ul {
  display: none;
  padding-left: 20px;
}
.iq-widget-menu ul ul a {
  display: block;
  color: #333333;
  font-size: 14px;
}
.iq-widget-menu ul ul a:hover {
  color: #ee150d;
}
.iq-widget-menu ul li.active i {
  transform: rotate(90deg);
}
/*SideBar - Search*/
.iq-sidebar-widget .iq-widget-search {
  position: relative;
}
.iq-sidebar-widget .iq-widget-search input {
  padding-right: 40px;
  box-shadow: none;
  border-radius: 90px;
  color: #2c3e50;
  height: 50px;
  border: 2px solid #f2f2f2;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.iq-sidebar-widget .iq-widget-search input:focus {
  background: #ffffff;
}
.iq-sidebar-widget .iq-widget-search i {
  position: absolute;
  right: 8px;
  color: #ee150d;
  cursor: pointer;
  padding: 16px 12px;
  font-size: 18px;
}
.iq-sidebar-widget .iq-widget-search input:focus {
  border-color: #ee150d;
}
/*SideBar - Posts*/
.iq-sidebar-widget .iq-recent-post {
  margin-top: 20px;
}
.iq-sidebar-widget .iq-recent-post .media-body > a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
}
.iq-sidebar-widget .iq-recent-post .media-body > a:hover {
  color: #ee150d;
}
.iq-sidebar-widget .iq-recent-post .media-body span {
  color: #666666;
}
.iq-sidebar-widget .iq-recent-post .media-body span .fa {
  color: #a30600;
  margin-right: 5px;
}
/*SideBar - Tags*/
.iq-tags li {
  padding-left: 2px;
  display: inline-block;
  padding-right: 2px;
  margin: 0 0 15px;
}
.iq-tags li a {
  background: transparent;
  color: #666;
  padding: 4px 8px;
  border: 1px solid #666;
  border-radius: 90px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.iq-tags li a:hover {
  border-color: #ee150d;
  background: none;
  color: #ee150d;
}
/* Meta - SideBar */
.iq-widget-archives li {
  margin: 10px 0;
}
.iq-widget-archives li a {
  color: #666;
}
.iq-widget-archives li a i {
  font-size: 16px;
  margin-right: 5px;
}
.iq-widget-archives li a:hover {
  margin-left: 5px;
  color: #ee150d;
}
/*---------------------------------------------------------------------
                             404 Error
-----------------------------------------------------------------------*/
.iq-error .big-text {
  font-size: 180px;
  font-family: 'Open Sans', sans-serif;
  line-height: 180px;
  color: #333333;
}
.iq-error h6 {
  background-color: #ee150d;
  color: #ffffff;
  display: inline-block;
}
.iq-error .form-inline.iq-subscribe {
  text-align: center;
}
.iq-error .iq-subscribe .form-group {
  width: 40%;
}
.iq-error .iq-subscribe .form-control {
  border-radius: 90px;
  height: 50px;
  width: 100%;
  display: inline-block;
  padding-left: 25px;
  box-shadow: none;
  border: none;
  background: #f4f4f4;
}
/*---------------------------------------------------------------------
                            Coming Soon
-----------------------------------------------------------------------*/
.iq-coming .big-text {
  font-size: 80px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #333333;
}
.iq-coming img {
  width: 140px;
}
.iq-coming .form-inline.iq-subscribe {
  text-align: center;
}
.iq-coming .iq-subscribe .form-group {
  width: 40%;
}
.iq-coming .iq-subscribe .form-control {
  border-radius: 90px;
  height: 50px;
  width: 100%;
  display: inline-block;
  padding-left: 25px;
  box-shadow: none;
  border: none;
  background: #f4f4f4;
}
.iq-coming .countdown-timer {
  border-radius: 5px;
  margin-bottom: 20px;
  max-width: 300px;
  margin: 50px auto;
}
.iq-coming .countdown-timer h5 {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
  padding-top: 10px;
  text-shadow: none;
}
.iq-coming .countdown-timer .timer {
  padding: 10px;
  text-align: center;
  padding-top: 15px;
}
.iq-coming .countdown-timer .timer .timer-wrapper {
  display: inline-block;
  width: 200px;
  height: 50px;
}
.iq-coming .countdown-timer .timer .timer-wrapper .time {
  font-size: 80px;
  font-weight: bold;
  color: #333;
  margin: 0 50px;
  float: left;
}
.iq-coming .countdown-timer .timer .timer-wrapper .text {
  font-size: 20px;
}
#countdown {
  list-style: none;
  margin: 50px 0;
  padding: 0;
  display: block;
  text-align: center;
  display: inline-block;
}
#countdown li {
  display: inline-block;
}
#countdown li span {
  font-size: 50px;
  font-weight: 800;
  line-height: 80px;
  margin: 0 30px;
}
#countdown li.seperator {
  font-size: 50px;
  line-height: 40px;
  vertical-align: top;
  margin-top: 15px;
}
#countdown li p {
  color: #a7abb1;
  font-size: 20px;
}
.banner-03 {
  color: #fff;
  font-family: 'Toyota Type';
  position: relative;
}
.banner-03 h1 {
  font-size: 60px;
  line-height: 110px;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  margin-top: 12%;
  margin-bottom: 3%;
  letter-spacing: 2px;
}
.banner-03 h1 small {
  font-size: 27px;
  display: block;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.banner-03 .link {
  position: absolute;
  bottom: 60px;
  left: 0;
  display: inline-block;
  width: 330px;
}
.banner-03 .link2 {
  position: absolute;
  bottom: 60px;
  right: 0;
  text-align: right;
  display: inline-block;
  margin-bottom: 50px;
  width: 330px;
}
.banner-03 .link h5 {
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
}
.banner-03 .link h5:before {
  position: absolute;
  top: 20px;
  right: -85px;
  content: "";
  background: url('../images/arrow.png') no-repeat 0 0;
  width: 61px;
  height: 58px;
}
.banner-03 .link li {
  margin: 10px 0 0 0;
}
.banner-03 .link li a {
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 195, 0.15);
}
.iq-mobile-app .iq-mobile-box {
  position: relative;
  text-align: center;
  display: inline-block;
  margin-bottom: -190px;
  margin-top: -30px;
}
.iq-mobile-app .iq-mobile-box .iq-mobile-img {
  position: relative;
  z-index: 9;
}
.iq-mobile-app .iq-mobile-icon {
  position: absolute;
}
.iq-mobile-app .icon-011 {
  left: -80px;
  top: 40px;
}
.iq-mobile-app .icon-01 {
  left: -30px;
  top: 50px;
}
.iq-mobile-app .icon-02 {
  left: -50px;
  top: 250px;
}
.iq-mobile-app .icon-03 {
  right: -20px;
  top: 100px;
  z-index: 9;
}
.iq-mobile-app .icon-04 {
  right: -50px;
  top: 300px;
}
.iq-mobile-app .icon-05 {
  left: 20px;
  bottom: 145px;
  z-index: 9;
}
/*---------------------------------------------------------------------
                             Feature
-----------------------------------------------------------------------*/
.iq-fancy-box-03 {
  position: relative;
  padding: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.iq-fancy-box-03:before {
  position: absolute;
  content: "";
  left: -100%;
  bottom: 0;
  height: 3px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
   background: rgba(23, 97, 153, 1);
  background: -moz-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 97, 153, 1)), color-stop(100%, rgba(18, 63, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: linear-gradient(to right, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);
}
.iq-fancy-box-03 i {
  font-size: 50px;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.iq-fancy-box-03 h4 {
  margin: 13px 0 0px;
  display: inline-block;
  float: left;
}
.iq-fancy-box-03 .info-03 {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
/* fancy box Hover */
.iq-fancy-box-03:hover {}
.iq-fancy-box-03:hover:before {
  left: 0;
}
/*---------------------------------------------------------------------
                             How it Works
-----------------------------------------------------------------------*/
.iq-Work-box .Work-icon {
  padding: 10px;
  display: inline-block;
  position: relative;
}
.iq-Work-box .Work-icon i {
  border-radius: 90px;
  display: inline-block;
  height: 99px;
  width: 99px;
  line-height: 99px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  font-size: 54px;
  text-align: center;
  color: #ffffff;
   background: rgba(23, 97, 153, 1);
  background: -moz-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23, 97, 153, 1)), color-stop(100%, rgba(18, 63, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  background: linear-gradient(to right, rgba(23, 97, 153, 1) 0%, rgba(18, 63, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a30600', endColorstr='#ee150d', GradientType=1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.iq-Work-box .Work-icon:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border: 2px dashed #cfcfcf;
  width: 100%;
  height: 100%;
  border-radius: 90px;
}
.iq-Work-box .line:before {
  position: absolute;
  content: "";
  left: 110%;
  top: 50%;
  margin-top: -1px;
  border: 2px dashed #cfcfcf;
  width: 31vh;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.number1 {
  width: 100%;
  font-size: 300px;
  FONT-WEIGHT: 200;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  color: #efefef;
}
/*---------------------------------------------------------------------
                             Special Features
-----------------------------------------------------------------------*/
.iq-amazing-tab-one .nav.nav-tabs {
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
}
.iq-amazing-tab-one .nav.nav-tabs li {
  margin-bottom: 0;
  display: inline-block;
  float: left;
  width: 20%;
}
.iq-amazing-tab-one .nav.nav-tabs li a {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 20px 40px;
  margin-right: 0;
  text-align: center;
  color: #666666;
  border: none;
  position: relative;
}
.iq-amazing-tab-one .nav-tabs li a i {
  font-size: 40px;
  margin-right: 15px;
  vertical-align: middle;
  text-align: right;
}
.iq-amazing-tab-one .nav.nav-tabs li a span {
  font-size: 18px;
  font-family: 'Toyota Type', sans-serif;
  font-weight: 600;
  line-height: 40px;
  vertical-align: sub;
  text-align: left;
}
.iq-amazing-tab-one .nav.nav-tabs li a:hover {
  color: #123f90;
  background: none;
  border: none;
}
.iq-amazing-tab-one .nav.nav-tabs li a:hover i {
  color: #123f90;
}
.iq-amazing-tab-one .nav.nav-tabs li.active a, .iq-amazing-tab-one .nav.nav-tabs li.active a:hover, .iq-amazing-tab-one .nav.nav-tabs li.active a:focus {
  color: #333;
  background: none;
  border: none;
}
.iq-amazing-tab-one .nav.nav-tabs li.active a i, .iq-amazing-tab-one .nav.nav-tabs li.active a:hover i, .iq-amazing-tab-one .nav.nav-tabs li.active a:focus i {
  color: #123f90;
}
.iq-amazing-tab-one .nav.nav-tabs li a:before, .iq-amazing-tab-one .nav.nav-tabs li a:hover:before, .iq-amazing-tab-one .nav.nav-tabs li a:focus:before {
  position: absolute;
  left: -100%;
  bottom: -1px;
  height: 2px;
  width: 100%;
  content: "";
  opacity: 0;
  background: #123f90;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.iq-amazing-tab-one .nav.nav-tabs li.active a:before, .iq-amazing-tab-one .nav.nav-tabs li.active a:hover:before, .iq-amazing-tab-one .nav.nav-tabs li.active a:focus:before, .iq-amazing-tab-one .nav.nav-tabs li a:hover {
  opacity: 1;
  left: 0%;
}
.iq-about {
  margin-bottom: 0px;
  margin-top: 30px;
  padding-bottom: 80px;
}
/* -------------How_It_Works-Section-Css-Start------------------ */
/* how it works wraper */
.how_it_works .container {
  max-width: 1370px;
}
.how_it_works .how_it_inner {
  background-color: #fff;
  padding: 90px 0 0 0;
  border-radius: 30px;
  box-shadow: 0px 4px 30px #e7e7e7;
}
/* how it works list */
.how_it_works .step_block ul {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px;
}
.how_it_works .step_block ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}
.how_it_works .step_block ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  width: 4px;
  height: calc(100% + 100px);
  background-color: #e5e5e5;
}
.how_it_works .step_block ul li:first-child::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #e5e5e5;
  border-radius: 15px;
}
.how_it_works .step_block ul li:first-child::before {
  top: 0;
}
.how_it_works .step_block ul li:last-child::before {
  height: 50%;
  top: 0;
}
.how_it_works .step_block ul li .step_text, .how_it_works .step_block ul li .step_img {
  width: 360px;
  text-align: right;
}
/* how it works image */
.how_it_works .step_block ul li .step_img img {
  max-width: 100%;
}
/* how it works heading h4 */
.how_it_works .step_block ul li .step_text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.how_it_works .step_block ul li .step_text .app_icon {
  margin-bottom: 10px;
}
.how_it_works .step_block ul li .step_text .app_icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #e5e5e5;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  transition: .4s all;
}
.how_it_works .step_block ul li .step_text .app_icon a:hover {
  background-color: #FC0004;
}
.how_it_works .step_block ul li .step_text span {
  font-weight: 600;
}
.how_it_works .step_block ul li .step_text span a {
  color: var(--purple);
  text-decoration: underline;
}
.how_it_works .step_block ul li:nth-child(2) {
  flex-direction: row-reverse;
}
.how_it_works .step_block ul li:nth-child(2) .step_text, .how_it_works .step_block ul li:nth-child(2) .step_img {
  text-align: left;
}
/* how it works numbers */
.how_it_works .step_block ul li .step_number {
  background-image: url(../images/icon_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* how it works numbers heading h3 */
.how_it_works .step_block ul li .step_number h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
/* how it works video  */
.how_it_works .yt_video {
  max-width: 1170px;
  margin: 0 auto;
  margin-top: -200px;
  position: relative;
  overflow: hidden;
}
/* how it works video animation line  */
.how_it_works .yt_video .anim_line {
  z-index: 999;
}
.how_it_works .yt_video .thumbnil {
  position: relative;
}
.how_it_works .yt_video .thumbnil img {
  max-width: 100%;
}
.how_it_works .yt_video .thumbnil a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--text-white);
  font-weight: 600;
  z-index: 999;
  cursor: pointer;
}
.how_it_works .yt_video .thumbnil a span {
  display: block;
  font-weight: 700;
  font-size: 30px;
}
.how_it_works .yt_video .thumbnil a .play_btn {
  background-color: rgba(255, 255, 255, 0.1);
  width: 96px;
  height: 96px;
  border-radius: 100px;
  text-align: center;
  margin: 0 auto;
  line-height: 96px;
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.how_it_works .yt_video .thumbnil a .play_btn img {
  width: 50px;
  position: relative;
  z-index: 999;
}
.step_img img {
  border-radius: 20px;
}
.font-30 {
  font-size: 30px;
}
.about-img span {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 999;
  font-size: 20px;
  cursor: pointer;
}
/* -----------Download_App_Section-Start------------------ */
/* download app wraper */
.free_app_section {
  padding-top: 50px;
  position: relative;
}
.free_app_section .container {
  max-width: 1370px;
}
.free_app_section .container .free_app_inner {
  border-radius: 30px;
  background: rgb(255, 0, 0);
  background: linear-gradient(180deg, rgba(106, 169, 217, 1) 0%, rgba(0, 18, 52, 1) 100%);
  position: relative;
  z-index: 999999;
  border: 6px solid #ffffff;
}
/* download app dark background */
.free_app_section .container .free_app_inner .dark_bg {
  overflow: hidden;
}
.free_app_section .container .free_app_inner .dark_bg span {
  z-index: 9999;
}
.free_app_section .container .free_app_inner .row {
  align-items: center;
}
.free_app_section .container .free_app_inner .free_text .section_title {
  text-align: left;
}
/* download app heading h2 */
.free_app_section .container .free_app_inner .free_text .section_title h2 {
  margin-bottom: 20px;
}
.free_app_section .container .free_app_inner .free_text .section_title h2, .free_app_section .container .free_app_inner .free_text .section_title p {
  color: #fff;
}
.free_app_section .container .free_app_inner .free_text .app_btn {
  display: flex;
  align-items: center;
}
.free_app_section .container .free_app_inner .free_text .app_btn li a {
  display: block;
  padding: 12px 30px;
  background-color: #fff;
  border: 2px solid #619dcb;
  position: relative;
  border-radius: 12px;
  transition: .4s all;
}
.free_app_section .container .free_app_inner .free_text .app_btn li a:hover {
  -webkit-box-shadow: 1px 4px 8px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 4px 8px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 4px 8px -2px rgba(0, 0, 0, 0.5);
  background-color: #000;
}
.free_app_section .container .free_app_inner .free_text .app_btn li:last-child {
  margin-left: 25px;
}
.free_app_section .container .free_app_inner .free_img {
  display: flex;
  align-items: center;
  margin-top: -150px;
  margin-bottom: -100px;
}
.free_app_section .container .free_app_inner .free_img img:last-child {
  margin-left: -65px;
}
.purple_backdrop {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgb(18, 63, 144, 0.90);
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  transition: .4s all;
  pointer-events: none;
}
.watch1 {
  padding: 100px;
}
.padding5 {
  padding: 100px 0 130px 0 !important;
}
.row_am {
  padding: 50px 0;
}
/* -----------Animation-Css-Start-------------- */
/* animation line wraper */
.anim_line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.anim_line span {
  position: absolute;
  z-index: 99999;
  top: -275px;
  animation: star_down_one 6s infinite linear;
  opacity: 0;
}
.anim_line.dark_bg {
  max-width: 1170px;
}
.anim_line.dark_bg span {
  transform: rotate(180deg);
}
.anim_line span:first-child {
  left: -17%;
  animation-delay: 3s;
}
.anim_line span:nth-child(2) {
  left: 0%;
  animation-delay: 5s;
}
.anim_line span:nth-child(3) {
  left: 17%;
  animation-delay: 1s;
}
.anim_line span:nth-child(4) {
  left: 34%;
  animation-delay: 4s;
}
.anim_line span:nth-child(5) {
  left: 51%;
  animation-delay: 7s;
}
.anim_line span:nth-child(6) {
  left: 68%;
}
.anim_line span:nth-child(7) {
  left: 85%;
  animation-delay: 3s;
}
.anim_line span:nth-child(8) {
  left: 99%;
  animation-delay: 2s;
}
.anim_line span:nth-child(9) {
  left: 117%;
  animation-delay: 5s;
}
/* footer .top_footer .anim_line span:first-child {
    left: 5%;
}

footer .top_footer .anim_line span:nth-child(2) {
    left: 13%;
} */
@keyframes star_down_one {
  0% {
    opacity: 0;
    top: -250px;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.section-field.textarea textarea {
  width: 100%;
  float: left;
  color: #b6b6b6;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 5px 0 5px 20px;
  resize: none;
}
.section-field input {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 0 5px 20px;
  height: 48px;
  line-height: 48px;
  clear: both;
  color: #b6b6b6;
  border: 1px solid #e1e1e1;
}
.section-field select {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 5px 0 5px 20px;
  height: 38px;
  line-height: 38px;
  clear: both;
  color: #b6b6b6;
  border: 1px solid #e1e1e1;
}
.price-footer {
  margin-top: 10px;
  text-align: left;
  bottom: 10%;
}
.section-field {
  position: relative;
  width: 100%;
}
.button22 {
  color: #fff;
  padding: 5px 20px;
  font-weight: 600;
  border: none;
  position: relative;
  font-family: 'Toyota Type', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 2px;
  background-image: linear-gradient(to right, #a30600 0%, #ee150d 51%, #a30600 100%);
  background-size: 200% auto;
  flex: 1 1 auto;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}
.season_tabs {
  position: relative;
  min-height: 360px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.season_tab {
  float: left;
  clear: both;
  width: 286px;
}
.season_tab label {
  background: #eb0b1f;
  padding: 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-left: -1px;
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  left: 1px;
  width: 264px;
  height: 68px;
  display: table-cell;
}
.season_tab [type=radio] {
  display: none;
}
.season_content {
  position: absolute;
  top: 0;
  left: 286px;
  background: white;
  right: 0;
  bottom: 0;
}
.text1 {
  font-size: 13px;
  margin-top: 10px;
  line-height: 18px;
}
.season_content span {
  animation: 0.5s ease-out 0s 1 slideInFromTop;
}
[type=radio]:checked ~ label {
  background: #ffffff;
  z-index: 2;
  color: #000;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
[type=radio]:checked ~ label ~ .season_content {
  z-index: 1;
}
.width100 {
  width: 100%;
}
.overflowhide {
  overflow: hidden;
}
.font-40 {
  font-size: 40px;
  text-transform: uppercase;
}
.icon1 .icon11 {
  background-image: url("../images/icon1.png");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  padding-left: 120px;
}
.icon1:hover .icon11, .icon1:focus .icon11, .active .icon1 .icon11 {
  background-image: url("../images/icon1-hover.png");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  padding-left: 120px;
}
.icon2 .icon22 {
  background-image: url("../images/icon2.png");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  padding-left: 120px;
}
.icon2:hover .icon22, .icon2:focus .icon22, .active .icon2 .icon22 {
  background-image: url("../images/icon2-hover.png");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  padding-left: 120px;
}
.icon3 .icon33 {
  background-image: url("../images/icon3.png");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  padding-left: 120px;
}
.icon3:hover .icon33, .icon3:focus .icon33, .active .icon3 .icon33 {
  background-image: url("../images/icon3-hover.png");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  padding-left: 120px;
}
.icon4 .icon44 {
  background-image: url("../images/icon7.png");
  background-position: 280px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  padding-right: 110px;
}
.icon4:hover .icon44, .icon4:focus .icon44, .active .icon4 .icon44 {
  background-image: url("../images/icon7-hover.png");
  background-position: 280px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  padding-right: 110px;
}
.icon5 .icon55 {
  background-image: url("../images/icon5.png");
  background-position: 280px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  padding-right: 120px;
}
.icon5:hover .icon55, .icon5:focus .icon55, .active .icon5 .icon55 {
  background-image: url("../images/icon5-hover.png");
  background-position: 280px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  padding-right: 120px;
}
.icon6 .icon66 {
  background-image: url("../images/icon6.png");
  background-position: 280px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  padding-right: 120px;
}
.icon6:hover .icon66, .icon6:focus .icon66, .active .icon6 .icon66 {
  background-image: url("../images/icon6-hover.png");
  background-position: 280px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  padding-right: 120px;
}
.arabiclink {
  float: right;
}
.free_text2 {
  height: 1px !important;
}
div#responseMessage {
  text-align: center;
  color: #fff;
  margin: 5px;
}
pre {
  margin: 0 !important;
  display: inline-block;
}
.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string, .token.variable {
  background: none;
}
#downloadForm input {
  /*height: 35px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;*/
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}
#downloadForm input[disabled], #downloadForm button[disabled] {
  background-color: #eee;
}
#downloadForm input, #downloadForm select {
  border: 1px solid #ccc;
  width: 100%;
}
::placeholder, :-ms-input-placeholder {
  color: #bbb;
}
.iti {
  width: 100%;
}
.affix-top a {
    color: #fff !important;
}
header.affix-top img.mcity-blacklogo{
    display: none !important;
}
header.affix-top img.mcity-whitelogo{
    display: block !important;
}
header.affix img.mcity-whitelogo{
    display: none !important;
}
header.affix img.mcity-blacklogo{
    display: block !important;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list li {
    color: #123f91;
}