/*!
* Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
@media (min-width: 1200px){

  .container {
      max-width: 1200px;
  }

}
@media (max-width: 576px){
  .inner-banner-wrappper.container {
    max-width: 100%;
  }
}


body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #2b2b2b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}


ol, ul,dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b, strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

a {
  color: #ff6f61;
  text-decoration: none;
}

a:hover {
  color: #ff6f61;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}
button,select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/*===================
Typography
====================*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

.heading{
  padding-bottom: 8px;
  font-size: 26px;
  line-height: 1.46;
  color: #2b2b2b;
}
.heading-content{
  margin-bottom: 30px;
  text-align: center;
}
.heading-content span {
  position: relative;
}
.heading-content span:before {
  position: absolute;
  content: "";
  background-color: #E0E0E0;
  width: 40px;
  height: 1px;
  top: 9px;
  left: -53px;
}
.heading-content span:after {
  position: absolute;
  content: "";
  background-color: #E0E0E0;
  width: 40px;
  height: 1px;
  top: 9px;
  left: 37px;
}
.inner-page-heading{
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 34px;
  color: #2b2b2b;
  font-weight: 500;
}
p {
  margin-bottom: 0;
  color: rgba(43, 43, 43, 0.8);
}
.white-cl{
  color: #ffffff;
}


/*===================
Form + Button
====================*/
.form-control {
  padding: 16px 16px;
  display: block;
  width: 100%;
  height: calc(1.99em + .95rem + 5px);
  border: 1px solid #e0e0e0;
  font-size: 14px;
}
.form-control:focus{
  box-shadow: none;
  border-color: #e0e0e0;
  outline: none;
}
textarea{
  resize: none;
}
.btn-primary{
  padding: 8px 26px;
  color: #fff;
  background-color: #ff6f61;
  border-color: #ff6f61;
  font-weight: 500;
  position: relative;
}
.btn-primary::after{
  margin-left: 8px;
  width: 16px;
  height: 8px;
  content: "";
  background-image: url(../images/long-arrow-white.svg);
  display: inline-block;
  position: relative;
  top: 100%;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ff6f61;
  border-color: #ff6f61;
}

.btn-outline{
  padding: 8px 26px;
  color: #ff6f61;
  background-color: transparent;
  border-color: #ff6f61;
  position: relative;
  font-weight: 500;
  transition: 0.5s all !important;
  -webkit-transition: 0.5s all !important;
}
.btn-outline::after{
  margin-left: 8px;
  width: 16px;
  height: 8px;
  content: "";
  background-image: url(../images/arrow-right-coral.svg);
  display: inline-block;
  position: relative;
  top: 100%;
}
.btn-outline:hover {
  color: #fff;
  background-color: #ff6f61;
  border-color: #ff6f61;
}
.btn-outline:hover::after{
  content: "";
  background-image: url(../images/long-arrow-white.svg);
}
.radius-25{
  border-radius: 25px;;
}

.read-more{
  font-size: 16px;
  line-height: 1.63;
  color: #ff6f61;
}
.read-more:after{
  margin-left: 8px;
  width: 16px;
  height: 8px;
  content: "";
  background-image: url(../images/arrow-right-coral.svg);
  display: inline-block;
  background-repeat: no-repeat;
}
/*===================
Other CSS
====================*/
/* Video popup CSS*/
.video-box{
  margin-bottom: 20px;
}
.video-wrapp p{
  color: #7f7f7f;
}
button.close-moadl{
  width: 40px;
  height: 40px;
  background-color: #ff6f61;
  font-size: 24px;
  color: #fff;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 99;
  border-radius: 50%;
  border: none;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  opacity: 1;
}
.close-moadl:not(:disabled):not(.disabled):focus, .close-moadl:not(:disabled):not(.disabled):hover {
  opacity: 1
}

.close-moadl:hover {
  color: #ffffff;
}
.video-box video:focus{
  outline: none;
}
.font-medium{
  font-weight: 500;
}
.inner-banner{
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-banner h2{
  font-size: 34px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.inner-page-para {
  margin-bottom: 20px;
}
.solutin-banner-wrapp{
  background: url("../images/solution-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.solutin-banner-main {
  padding-top: 90px;
  text-align: center;
}
.solutin-banner-main h2 {
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  color: #ffffff;
  line-height: 52px;
  font-weight: 500;
}
.solutin-banner-main .solutin-banner-content{
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  color: #ffffff;
  line-height: 32px;
}
.solutin-banner-main .btn-primary{
  padding: 11px 24px;
  margin: 30px 0 60px;
  text-transform: uppercase;
}
/* ----- TAT Table ----- */
.tats-table {
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 3px;
}
.tats-table .table{
  margin-bottom: 0;
}
.tats-table .table thead th{
  border-bottom: 0 none;
  border-color: #e0e0e0;
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
  color: #2B2B2B;
}
.tats-table .table thead th>i{
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 14px;
}
.tats-table .table-striped thead tr{
  background-color: #F1F4F6;
}
.tats-table .table-striped tbody tr:nth-of-type(odd){
  background-color: #ffffff;
}
.tats-table .table-striped tbody tr:nth-of-type(even){
  background-color: #F8F8F8;
}

.list-content li{
  margin-bottom: 10px;
  padding-left: 30px;
  color: rgba(43, 43, 43, 0.8);
  position: relative;
}

.list-content li:last-child{
  margin-bottom: 0;
}

.list-content-sub {
  margin-top: 10px;
}
.list-content li:before{
  width: 14px;
  height: 18px;
  content: "";
  background-image: url(../images/arrow-right-yellow.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
.list-content-sub li{
  padding-left: 20px;
}
.list-content-sub li:before{
  width: 8px;
  height: 8px;
  content: "";
  background-color: #a9a9a9;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translate(0, -50%);
}

.list-instruction li:before {
  width: 6px;
  height: 10px;
  background-image: url(../images/arrow-right-yl.svg);
  top: 8px;
}
.img-round .owl-item img{
  border-radius: 2px;
}