@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,900,200,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
.spacer {
    margin-bottom: 550px;
}
html {
    -webkit-font-smoothing: antialiased;
    position: relative;
    min-height: 100%;
}
body {
    background-color: #FFFEFB;
}
a:hover {
    text-decoration: none !important;
}
.spacer {
    margin-bottom: 500px;
}
input:focus
{
  outline: 0;
}

/*----------------scrollbar----------------*/

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: #EAEAEA;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #ACACAC;
    border: 2px solid #EAEAEA;
    width: 8px;
}
::-webkit-scrollbar-thumb:active {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #616161;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
.row
{
  margin: 0;
}
/*----------------scrollbar end----------------*/


/*-----------------buttons-------------------*/

.buttons_pane {
    display: block;
    margin-top: 35px;
}
.buttons_pane.center {
    text-align: center !important;
}
.button {
    display: inline-block;
    background: 0;
    position: relative;
    font-family: raleway;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    border: 2px solid #1b1b1b;
    border-radius: 0;
    color: #1b1b1b;
    padding: 1em;
    padding-left: 60px;
    padding-right: 15px;
    transition: all 0.2s ease-in;
    overflow: hidden;
}
.button::after{
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 40px;
  height: 1px;
  background: #151d21;
  transition: all 0.2s ease-out;
}
.button:focus {
    outline: 0;
}
.button:hover {
    background: 0;
    color: #181818;
}
.button:hover::after{
  left: 10px;
}
/*-----------------buttons end-------------------*/

.negative h2, .negative h3, .negative p {
    color: #fff !important;
}

/*----------------navbar----------------*/

.navbar-default {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    width: 100%;
    border-color: transparent;
    padding: 4px;
    margin-bottom: 0px;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.15); */
    top: 20px;
}
.navbar-default.small {
    background-color: #fff;
    border: none;
    border-color: transparent;
    padding: 0px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 0px;
    z-index: 9;
}
.navbar-active {
    box-shadow: 3px 2px 30px rgba(0, 0, 0, 0.4);
}
.navbar-default .navbar-brand {
    position: relative;
    top: -18px;
}
.navbar-default .brand {
    position: absolute;
    top: -5px;
    left: 100px;
    width: 250px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
}
.navbar-default .brand h1 {
    font-family: open sans;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    margin-left: 15px;
    margin-top: 17px;
}
.navbar-default .brand h1 span {
  font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    display: block;
    margin-top: 5px;
}
.navbar-default.small .brand {
    margin: 10px;
    margin-right: 25px;
    width: 90px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.navbar-default .brand img {
    width: 115px;
    display: inline-block;
    float: left;
    margin-top: -17px;
    margin-left: 60px;
}
.nav> li {
    margin-left: 25px;
    transition: all 0.2s ease-in;
    margin-bottom: 0;
}
.nav> li:hover {
    border-top: 0;
    letter-spacing: 3px;
}
.small .nav> li {
    padding-bottom: 0px;
}
.navbar-default .navbar-brand a:hover, .navbar-default .navbar-brand a:focus, .navbar-default .navbar-brand a:active {
    text-decoration: none;
}
.navbar-default .navbar-nav {
    padding: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.navbar-default.small .navbar-nav {
    padding: 0;
    margin-top: 8px;
    padding-right: 38px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.navbar-default .navbar-nav> li> a {
    color: #FF9800;
    text-transform: uppercase;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding-left: 5px;
    padding-right: 5px;
}
.navbar-default.small .navbar-nav> li> a {
    color: #616161;
}
.navbar-default.small .navbar-nav> li> a {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.navbar-default .navbar-nav> .active> a, .navbar-default .navbar-nav> .active> a:hover, .navbar-default .navbar-nav> .active> a:focus {
    color: #002e5a;
    text-transform: uppercase;
    font-family: open sans;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    background: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.navbar-default .navbar-nav> .active> a, .navbar-default .navbar-nav> .active> a:hover, .navbar-default .navbar-nav> .active> a:focus {
    font-size: 12px;
    -webkit-transition: all 0s ease-in;
    transition: all 0s ease-in;
}
.navbar-default .navbar-nav> li> a:hover, .navbar-default .navbar-nav> li> a:focus {
    text-decoration: none;
    color: #FFC107;
}
.navbar-default .navbar-nav> .open> a, .navbar-default .navbar-nav> .open> a:hover, .navbar-default .navbar-nav> .open> a:focus {
    color: #ccc;
    text-decoration: none;
    background: none;
}
.navbar-default .navbar-nav> a:hover .caret {
    transform: rotate(180deg);
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
    .navbar-nav {
        float: none;
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu> li> a, .navbar-default .navbar-nav .open .dropdown-menu> li> a:hover, .navbar-default .navbar-nav .open .dropdown-menu> li> a:focus, .navbar-default .navbar-nav .open .dropdown-menu> li> a:active {
        color: #60646D;
    }
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    padding-top: 20px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #dcdcdc;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-default .navbar-brand {
    color: #e8e8e8;
}
.navbar-default .navbar-brand {
    color: #000000;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 50px;
}
/*----------------navbar end----------------*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
/*dropdown menu*/

.dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -11px;
    left: 30px;
    background: url("../img/arrow-orange.png") no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
}
.dropdown-menu> li> a, .dropdown-menu> li> a:hover, .dropdown-menu> li> a:focus {
    color: #33373C;
    background: 0;
}
.dropdown-menu {
    position: absolute;
    top: 90%;
    background: #fff;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #FFC107;
}
.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    opacity: 1;
    animation-name: dropdown;
    animation-duration: 0.4s;
}
.dropdown:hover .caret {
    transform: rotate(180deg);
    -webkit-animation-name: dropdown_caret;
    -webkit-animation-duration: 0.4s;
    animation-name: : dropdown_caret;
    animation-duration: 0.4s;
}
.dropdown .caret {
    transform: rotate(0deg);
    -webkit-animation-name: dropdown_caret_drop;
    -webkit-animation-duration: 0.4s;
    animation-name: : dropdown_caret_drop;
    animation-duration: 0.4s;
}
@-webkit-keyframes dropdown_caret {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}
@-webkit-keyframes dropdown_caret_drop {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes dropdown {
    from {
        top: 150%;
        opacity: 0;
    }
    to {
        top: 100%;
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu:before {
        content: "";
        display: none;
        position: absolute;
        top: -11px;
        left: 30px;
        background: url("../img/arrow-orange.png") no-repeat;
        background-size: contain;
        height: 30px;
        width: 30px;
    }
}
/*content css*/
/*--------------------banner-----------------*/

#banner .button_bottom{
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -22.5px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #2196F3;
}
#banner .button_bottom::before{
  content: '';
  position: absolute;
  left: 46px;
  top: -13px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2196f3;
}
#banner .button_bottom::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -12px;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url('../img/arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*big discount*/
#big_discount{
  position: relative;
  display: block;
  margin-top: 130px;
}
.big_head{
  position: relative;
  display: inline-block;
}
.big_head::after{
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #fbd44b;
}
.big_head h4{
  font-family: raleway;
  font-size: 25px;
  font-weight: 800;
  color: #181818;
  margin: 0;
  padding: 7px 0px;
}
.big_head h4 span.color{
  color: #ff9800;
}
.big_head h4 span.small{
  display: block;
  color: #181818;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}
#big_discount .intro{
  margin-top: 25px;
  padding-right: 15px;
}
#big_discount .intro p{
  font-family: open sans;
  font-size: 15px;
  font-weight: 500;
  color: #8a8a8a;
  text-transform: lowercase;
}
#big_discount .card{
  display: inline-block;
  position: relative;
  top: -125px;
  width: 400px;
  min-height: 400px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 1px 25px -1px rgba(0, 0, 0, 0.4);
}
#big_discount .card .inner{
    position: relative;
    padding: 20px;
    text-align: left;
}
ul.star {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    margin-top: 18px;
    position: relative;
    text-align: left;
    float: none;
}
ul.star::after{
  content: '';
  display: table;
  clear: both;
}
ul.star li {
    float: left;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/star.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#big_discount span.price_tag{
  padding-right: 5px;
  float: right;
  font-family: open sans;
  font-weight: 200;
  font-size: 35px;
}
#big_discount .title{
  text-align: left;
}
#big_discount .title h3{
  font-family: raleway;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: capitalize;
  float: none;
  margin-bottom: 10px;
  margin-top: 8px;
}
#big_discount .title p{
  font-family: raleway;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
}
#big_discount span.label{
  font-family: raleway;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 2px;
  color: #948d8d;
  padding: 0;
  margin-top: 20px;
  display: block;
  text-align: left;
}
#big_discount ul.color{
  margin-top: 15px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  text-align: left;
  float: none;
}
#big_discount ul.color li{
  float: left;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 17px;
  background: #6fc9e7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
}
#big_discount ul.color li.orange {
    background: #ffb700;
}
#big_discount ul.color li.green {
    background: #82d98f;
}
#big_discount ul.color li.purple {
    background: #6f71d4;
}
#big_discount .form{
  margin-top: 10px;
}
#big_discount .form .input_group{
  position:relative;
  width: 50px;
  height: 30px;
  margin-left: 32px;
}
#big_discount .form input{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width:  100%;
  border: 1px solid rgba(0,0,0,0.25);
  padding: 5px;
  padding-left: 15px;
}
#big_discount .form span{
  position: absolute;
  top: 0;
  width: 32px;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(0,0,0,.25);
  cursor: pointer;
}
#big_discount .form span.left{
  left: -32px;
  border-right: 0;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#big_discount .form span::after{
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 11px;
  height: 11px;
}
#big_discount .form span.left::after{
  background: url(../img/subtract.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#big_discount .form span.right{
  right: -32px;
  border-left: 0;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
#big_discount .form span.right::after{
  background: url(../img/add.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#big_discount .card .product{
  position: absolute;
  right: -60px;
  bottom: -38px;
  width: 250px;
  height: 250px;
  border-radius: 9px;
  background: #2196F3;
  box-shadow: -3px 3px 18px 0px rgba(0, 0, 0, 0.35);
}
#big_discount .card .product_overlay{
  position: absolute;
  top: 50px;
  right: -45px;
  background: url('../img/Capture.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
  height: 171px;
  width: 100%;
}
/*grids*/
#grid{
  position: relative;
  display: block;
  margin-top: 75px;
}
#grid .wrapper{
  padding: 5px;
}
#grid .inner{
  position: relative;
  width: 100%;
  min-height: 410px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#grid .inner.small{
  min-height: 200px !important;
}
#grid .big_card .first_half{
  position: relative;
  display: block;
  width: 100%;
  min-height: 410px;
  background: #151d21;
  padding: 25px;
}

#grid .big_card .first_half .title h3{
  margin: 0;
  font-family: raleway;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
#grid .big_card .first_half .title h3 span{
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,0.5);
}
#grid .big_card .first_half span.price_tag{
  margin-top: 15px;
  display: block;
  color: #fff;
  font-family: roboto condensed;
  font-weight: 400;
  font-size: 25px;
}
#grid .big_card .first_half span.price_tag .canceled{
  font-size: 18px;
  margin-right: 7px;
  text-decoration: line-through;
}
#grid .big_card .first_half .tabs{
  position: relative;
  margin-top: 15px;
  display: block;
}
#grid .big_card .first_half .tabs ul{
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 5px;
}
#grid .big_card .first_half .tabs ul::after{
  content: "";
  display: table;
  float: none;
  clear: both;
}
#grid .big_card .first_half .tabs ul li{
  float: left;
  margin-right: 15px;
  color:rgba(255,255,255,0.5);
  font-family: raleway;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
#grid .big_card .first_half .tabs ul li.active{
  color: #fff;
}
#grid .big_card .first_half .tabs ul li.active::after{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
#grid .big_card .first_half .tabs p{
  color:rgba(255,255,255,0.6) ;
  font-family:open sans;
  font-weight: 400;
  font-size: 11px;
}
.form{
  margin-top: 25px;
}
.form .input_group{
  position:relative;
  width: 50px;
  height: 30px;
  margin-left: 32px;
}
.form input{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width:  100%;
  border: 1px solid rgba(255, 255, 255, 0.65);
  padding: 5px;
  padding-left: 15px;
  background: 0;
  color: #fff;
}
.form span{
  position: absolute;
  top: 0;
  width: 32px;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  cursor: pointer;
}
.form span.left{
  left: -32px;
  border-right: 0;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  background: 0;
}
.form span::after{
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 11px;
  height: 11px;
}
.form span.left::after{
  background: url(../img/subtract.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.form span.right{
  right: -32px;
  border-left: 0;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  background: 0;
}
.form span.right::after{
  background: url(../img/add.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#grid .big_card .bg{
  position: relative;
  display: block;
  width: 100%;
  min-height: 340px;
  background: url('../img/12199m_l.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#grid .big_card .bg::after{
  display: none;
}
.bg{
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  background: url('../img/seamless_pipe.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(12, 12, 12, 0.3);
}
#grid .inner.small .strip_down{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 20px;
  background: linear-gradient(-127deg, rgb(63, 81, 181) 0%,rgba(3, 169, 244, 0.85) 55%,rgba(0, 188, 212, 0.8) 76%);
  width: 100%;
}
#grid .inner.small .strip_down span.title{
  position: relative;
  display: block;
  font-family: roboto condensed;
  font-size: 15px;
  text-transform:uppercase;
  font-weight:300;
  color: #fff;
}
#grid .inner.small .strip_down span.price_tag{
  position: relative;
  font-family: roboto condensed;
  font-size: 20px;
  font-weight:300;
  color: #fff;
}
#grid .inner.small .discount{
  position: absolute;
  top: -28px;
  right: -29px;
  padding: 15px;
  height: 100px;
  width: 100px;
  background: rgba(255, 255, 255, 0.81);
  border-radius:50%;
}
#grid .inner.small .discount h3{
  position: absolute;
  top: 42px;
  right: 34px;
  color: #2196f3;
  margin: 0;
  font-weight: 800;
  font-family: roboto condensed;
  font-size: 30px;
}
#grid .inner.small .button.small{
  float: right;
  margin-top: -5px;
}
.button.small{
  border: 0;
  border-radius: 25px;
  padding: 0.7em 2em;
  background: #00d4cc;
  color: #fff;
}
.button.small::after{
  display:none;
}
#cards{
  position: relative;
  display: block;
  margin-top: 30px;
}
#cards .inner{
  position: relative;
  display: block;
  width: 100%;
  min-height: 400px;
  background: #fff;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.35);
  margin-top: 45px;
}
#cards .content{
  position: relative;
  padding: 15px;
  padding-bottom: 75px;
  min-height: 185px;
}
#cards .content .title h3{
  margin: 0;
  font-family: raleway;
  font-size: 15px;
  color: #151d21;
  text-transform: capitalize;
  font-weight: 800;
  float: left;
}
#cards .content .title span.price_tag{
  float: right;
  font-size: 20px;
  font-family: roboto condensed;
  font-weight: 800;
  color: #404040;
  margin-top: -6px;
}
#cards .content .title::after{
  content: '';
  display: table;
  clear: both;
}
#cards .content .title h3 span{
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  margin-top: 5px;
  color: rgb(0, 0, 0);
}
#cards .form span,#cards .form input{
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #000;
}
#cards ul.star{
  margin-top: 10px;
}
#cards .inner .bg{
  position: relative;
  min-height: 200px;
}
#cards .wrapper{
  padding: 16px;
}
#cards .content p{
  padding-top: 30px;
  font-family: open sans;
  font-size: 13px;
  color: #6d6d6d;
}
/*more offers*/
#offers{
  margin-top: 300px;
  position: relative;
  display: block;
  width: 100%;
  min-height: 1px;
  background: #f9d34c;
}
#offers .wrapper{
  position: relative;
  top: -180px;
  padding: 0px 45px;
}
#offers .card_wrapper{
  position: relative;
}
#offers .card{
  position: relative;
  width: 100%;
  height: 500px;
  background: #fff;
  box-shadow: 0px 6px 20px 2px rgba(0, 0, 0, 0.35);
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
#offers .wrapper span.border{
  position: absolute;
  left: 50%;
  bottom: -23px;
  margin-left: -100px;
  display: block;
  height: 25px;
  width: 200px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.25);
  z-index: 0;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#offers .card .bg::after{
  display: none;
}
#offers .buttons_pane{
  margin-top: 80px;
}
#offers .line{
  position: absolute;
  bottom: -45px;
  left: 45px;
  display: block;
  width: 55%;
  min-height: 2px;
  background: #151d21;
}
#offers .line::after{
  content: "";
  position: absolute;
  bottom:-15px;
  right: -45px;
  display: block;
  width: 50%;
  min-height: 2px;
  background: #fff;
}
#offers .count{
  position: absolute;
  top: 130px;
  left: -69px;
  width: 100px;
  height: 68px;
  background: #f9d34c;
  display: block;
  z-index: 2;
  box-shadow: 1px 1px 11px 1px rgba(47, 47, 47, 0.21);
  overflow: hidden;
}
#offers .count::after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100px;
  min-height: 2px;
  background: #000;
}
#offers .count h3{
  text-align: center;
  font-family: roboto condensed;
  font-size: 35px;
  font-weight: 700;
  color: #000;
  margin: 0;
  margin-top: 15px;
}
#offers .big_head{
  position: relative;
  top: -120px;
}
#offers .wrapper.no_displaced{
  position: relative;
  top: 0;
  padding: 5px;
}
#offers .small_card{
  position: relative;
  min-height: 209px;
  box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.3);
}
#offers .small_card .bg::after{
  display: none;
}
/*subscribe*/
#subscribe{
  margin-top: 75px;
}
#subscribe .big_head::after{
  display: none;
}
#subscribe .big_head h3{
  position: relative;
  display: block;
  font-family: raleway;
  font-size: 45px;
  font-weight: 200;
  text-transform: capitalize;
  color: #FF9800;
}
#subscribe .big_head h3 span{
  display: block;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
}


#card
{
  position: relative;
  display: block;
  padding-left: 20px;
}
#card .wrapper
{
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 18px;
  z-index: 1;
}
#card .wrapper::after
{
  position: absolute;
  content: '';
  background: linear-gradient(160deg, rgba(255, 136, 121, 0.35) 13%,rgba(255, 131, 149, 0.8) 55%,rgba(255, 59, 113, 0.9) 75%);
  min-height: 550px;
  width: 550px;
  border-radius: 50%;
  right: -206px;
  top: -65px;
  z-index: -1;
}
#card .item
{
  position: relative;
  display: block;
  min-height: 395px;
  width: 100%;
  background: #fff;
  box-shadow: 1px 3px 30px -2px rgba(0, 0, 0, 0.12);
  z-index: 1;
  overflow: hidden;
}
#card .item::after
{
  position: absolute;
  content: '';
  background: linear-gradient(160deg, rgba(255, 136, 121, 0.4) 13%,rgba(255, 131, 149, 0.85) 55%,rgba(255, 59, 113, 0.9) 75%);
  min-height: 550px;
  width: 550px;
  border-radius: 50%;
  right: -204px;
  top: -83px;
  z-index: -1;
}
#card .pro_img
{
  position: absolute;
  display: block;
  z-index: 9;
  right: 0;
  top: -34px;
}
#card .pro_img img
{
  height: auto;
  width: 355px;
  transform: rotate(53deg);
}
#card .inner_wrapper
{
  position: relative;
  display: block;
  padding: 20px;
}
#card .inner_wrapper .content
{
  position: relative;
  display: block;
}
#card .inner_wrapper .content h3
{
  position: relative;
  display: block;
  font-family: roboto condensed;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
}
#card .inner_wrapper .details
{
  position: relative;
  display: block;
  margin-left: -40px;
  margin-top: 25px;
}
#card .inner_wrapper p
{
  position: relative;
  display: block;
  font-family: raleway;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.9px;
  text-transform: capitalize;
  line-height: 1.7em;
  margin: 0;
}
#card .inner_wrapper .rating
{
  position: relative;
  display: block;
  margin-top: 30px;
  margin-left: -40px;
}
#card .inner_wrapper .rating li
{
  position: relative;
  display: inline-block;
  margin-right: 3px;
}
#card .inner_wrapper .rating li img
{
  height: auto;
  width: 14px;
}
#card .inner_wrapper .price
{
  position: relative;
  display: inline-block;
  text-align: right;
  padding: 10px;
}
#card .inner_wrapper .price p
{
  position: relative;
  display: inline-block;
  font-family: open sans;
  font-weight: 500;
  font-size: 13px;
}
#card .inner_wrapper .price p span.cancelled{
  text-decoration: line-through;
}
#card .inner_wrapper .price p span.active
{
  display: block;
  font-size: 20px;
  color: #ff897a;
  margin-top: 5px;
}
#card .inner_wrapper .buttons_pane
{
  position: relative;
  display: block;
  margin-top: 20px;
}
#card .inner_wrapper .buttons_pane .button
{
  position: relative;
  background: #00d1ea;
  font-family: raleway;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  min-height: 45px;
  letter-spacing: 2px;
  padding: 11px 18px;
  border: 0;
}
#card .inner_wrapper .buttons_pane .button::after
{
  position: absolute;
  content: '';
  background: #00d1ea;
  min-height: 13px;
  width: 99.6%;
  border-radius: 50%;
  left: 0.5px;
  top: -6px;
}
#card .inner_wrapper .buttons_pane .button::before
{
  position: absolute;
  content: '';
  background: #00d1ea;
  min-height: 13px;
  width: 99.6%;
  border-radius: 50%;
  left: 0.5px;
  bottom: -6px;
}
#card .inner_wrapper .buttons_pane .button img
{
  height: auto;
  width: 17px;
  margin-right: 9px;
  margin-top: -2px;
}
#card .inner_wrapper .pro_details
{
  position: relative;
  display: block;
  text-align: right;
  right: 0;
}
#card .inner_wrapper .pro_details h3
{
  position: relative;
  display: block;
  font-family: roboto condensed;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
}
#card .inner_wrapper .pro_details h3 span
{
  position: relative;
  display: block;
  font-family: raleway;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  margin-top: 7px;
  letter-spacing: 1px;
}
#card .inner_wrapper .buttons_pane .button.negative
{
  background: 0;
  border: 1px solid #fff;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.08);
  border-radius: 34px;
  min-height: 24px;
  padding: 6px 24px;
}
#card .inner_wrapper .buttons_pane .button.negative::after
{
  background: 0;
  min-height: 0;
  width: 0;
}
#card .inner_wrapper .buttons_pane .button.negative::before{
  background: 0;
  min-height: 0;
  width: 0;
}
#subscribe form{
  position: relative;
  margin-top: 45px;
}
#subscribe .input{
  position: relative;
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 0px 15px;
  border: 1px solid #ff4e7f;
  padding-right: 180px;
}
#subscribe .button{
  position: absolute;
  top: 0;
  right: 0;
  min-height: 45px;
  border: 3px solid #ff4e7f;
  border-left: 0;
}
#card .big_head{
  margin-bottom: 35px;
}
/*cta vdo*/
#cta_vdo{
  position: relative;
  height: 521px;
  width: 100%;
  background: #5676e3;
  margin-top: 370px;
  text-align: center;
}
#cta_vdo .pills{
  position: absolute;
  left: -344px;
  top: -157px;
  padding-left: 0;
  list-style: none;
}
#cta_vdo .pills li{
  position: relative;
  width: 10px;
  height: 10px;
  border: 2px solid #0D47A1;
  border-radius: 50%;
  float: left;
  margin: 12px 0px;
  margin-left: 13px;
}
#cta_vdo .pills li.active{
  width: 25px;
  height: 25px;
  border: 5px solid #003f71;
  margin-left: 18px;
  margin-bottom: 10px;
  margin-top: 4px;
}
#cta_vdo .item{
  position: relative;
  top: 100px;
  padding: 0 15px;
}
.service_box{

margin-top: 130px;
}

.service_head{
}

.service_head h1{
color: rgb(255, 255, 255);
font-size: 30px;
font-weight: 700;
text-transform: capitalize;
}

.service_head p{

margin-top: 54px;
font-size: 10px;
padding-right: 40px;
color: #fff;
}

.icon{text-align: center;margin-top: 29px;}

.icon ul{
list-style: none;
text-align: center;
}


.icon ul li{font-size: 11px;color: #fff;margin-top: 12px;text-align: center;}

.icon ul li img{position: relative;display: inline-block;height: auto;width: 30px;}

.icon ul li:hover{
  color: #000;
}
.title{

}
.title h1{
  font-size: 86px;
  transform: rotate(-90deg);
  color: rgba(3, 21, 79, 0.17);
  font-weight: 800;
  margin-top: 225px;
  margin-left: 78px;
  letter-spacing: 4px;
}
.title h1::after{
  content: '';
  position: absolute;
  display: block;
  height: 5px;
  width: 454px;
  background: rgba(72, 102, 201, 0.46);
}
/*footer*/

#footer
{
  position: relative;
  display: block;
  background: #323232;
  min-height: 335px;
  width: 100%;
  padding: 50px;
}
#footer .head
{
  position: relative;
  display: block;
  font-family: raleway;
  padding: 16px;
}
#footer .head h3
{
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#footer .head h3::after
{
  position: absolute;
  content: '';
  background: #646464;
  height: 1px;
  width: 200px;
  bottom: -11px;
  left: 0;
}
#footer .head ul
{
  position: relative;
  display: block;
  color: #a6a6a6;
  list-style: none;
  margin-left: -40px;
  margin-top: 40px;
}
#footer .head ul li
{
  position: relative;
  display: block;
  line-height: 2.5em;
  font-family: open sans;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  cursor: pointer;
  text-transform: lowercase;
}
#footer .logo
{
  position: relative;
  display: block;
  background: url('../img/logo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 60px;
  width: 100%;
  margin-top: 25px;
}
#footer .form
{
  position: relative;
  display: block;
  margin-top: 44px;
}
#footer .form .input
{
  position: relative;
  display: block;
  min-height: 30px;
  padding: 8px 15px;
  width: 86%;
  background: #383838;
  font-family: raleway;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: capitalize;
  padding-left: 3px;
}
#footer .form .button
{
  position: relative;
  font-family: raleway;
  font-weight: 600;
  font-size: 11px;
  min-height: 30px;
  padding: 4px 15px;
  letter-spacing: 2px;
  margin-top: 19px;
  background: #ecbc33;
  text-transform: capitalize;
  border: 0;
  color: #fff;
}
#footer .social
{
  position: relative;
  display: block;
  padding: 10px;
}
#footer .social img
{
  position: relative;
  display: inline-block;
  height: 14px;
  width: auto;
  margin-right: 15px;
  cursor: pointer;
}
#footer .footer_strip
{
  position: relative;
  display: block;
  padding: 10px;
  margin-top: 20px;
}
#footer .footer_strip h3
{
  position: relative;
  display: block;
  margin: 0;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  font-family: raleway;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #a6a6a6;
}
#footer .form .button::after{
  display: none;
}
.informative{
  position: relative;
  display: block;
  width: 100%;
  min-height: 200px;
  background: linear-gradient(156deg, #FFC107 0%,#FF9800 55%,#FF9800 75%);
  padding: 20px;
  overflow: hidden;
}
.informative h4{
  color: #fff;
  padding-left: 10px;
}
.informative .big_head::after{
  background: #FFEB3B;
  width: 10px;
  left: -20px;
}
.informative h4 span.color{
  color: #fff;
}
.informative h4 span.small{
  color: #fff;
}
.informative .button{
  border-color: #fff;
  color: #fff;
}
.informative .button::after{
  background: #fff;
}
#vdo{
  position: absolute;
  display: inline-block;
  left: 30%;
  top: -275px;
  box-shadow: 0px 5px 20px #00000047;
}
#small_banner{
  position: relative;
  display: block;
  width: 100%;
  min-height: 400px;
  background: url('../img/283921_10150314791963125_702863124_9292077_1331272_n.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#small_banner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.24) 50%,rgba(0, 0, 0, 0.5) 100%);
}
#small_banner .head{
  position: relative;
  top: 200px;
  z-index: 1;
}
#small_banner .head h3{
  color: #fff;
  margin: 0;
  font-size: 35px;
  text-transform: uppercase;
  font-family: roboto condensed;
  font-weight: 700;
}
#small_banner .head p{
  color: #fff;
  margin: 0;
  margin-top: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: roboto condensed;
  font-weight: 700;
}
#cards{
  margin-bottom: 55px;
}
#cards .buttons_pane{
  position: absolute;
  bottom: 15px
}
#banner{
	position: relative;
	display: block;
	height: 100vh;
	width: 100%;
}
#banner .banner{
  position: relative;
  min-height: 100vh;
  background: url('../img/banner/1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner::before{
  content: '';
  position: absolute;
  top: 0;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(33, 36, 53, 0.6) 50%, rgba(0, 0, 0, 0.5) 100%);
  height: 100vh;
  width: 100%;
}
#banner .head{
	position: relative;
	display: block;
	color: #fff;
	padding-top: 300px;
	padding-left: 120px;
	width: 50%;
}
#banner .head h3{
	font-size: 80px;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-family: raleway;
	font-weight: 100;
}
#banner .head p{
	font-size: 23px;
	text-transform: capitalize;
	font-family: roboto condensed;
	font-weight: 400;
	margin-top: 20px;
}
#banner .head h3::after{
	content: '';
	position: relative;
	display: block;
	height: 2px;
	width: 25px;
background: #fff;
	margin-top: 5px;
	margin-left: 7px;
}
.button.negative{
  border-color: #fff;
  color: #fff;
}
#banner .buttons_pane{
  margin-top: 70px;
}
.big_head p{
  font-family: open sans;
  font-size: 15px;
  font-weight: 500;
  color: #6d6d6d;
}
#product_detail{
  padding-top: 75px;
  padding-bottom: 75px;
}
#product_detail .content{
  margin-top: 45px;
}
#product_detail .content p{
  font-family: open sans;
  font-size: 15px;
  color: #6b6b6b;
}
ul.true {
    list-style: none;
    margin-left: -30px;
    margin-bottom: 30px;
    margin-top: 45px;
}
ul.true li {
    font-family: open sans;
    font-weight: 300;
    font-size: 16px;
    color: #8d8d7d;
    padding: 8px;
    padding-left: 12px;
}
ul.true li::before {
    content: "";
    display: block;
    background: url(../img/true.png);
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -34px;
}
#product_detail .wrapper{
  padding: 8px;
}
#product_detail .bg,#about_us .bg_extra{
  position: relative;
  display: block;
  width: 100%;
  min-height: 250px;
  border: 1px solid #ccc;
}
#product_detail .bg::after{
  display: none;
}
.big_title{
  font-family: raleway;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 45px;
  margin-top: 0px;
  display: block;
}
.box::after{
  position: absolute;
  content: '';
  left: 0;
  top: 25px;
  height: 55px;
  width:  10px;
  background: #ffb700;
}
.big_title span{
  color: #ffb700;
}
#subscribe{
  margin-top: 75px;
  margin-bottom: 35px;
  position: relative;
}
#subscribe .big_title{
  margin-bottom: 0;
}
#subscribe p{
  margin-top: 10px;
  font-family: raleway;
  font-size: 12px;
  font-weight: 400;
  color: #6d6d6d;
}
#subscribe form{
  display: inline-block;
  width: 100%;
  padding: 45px;
  position: relative;
}
#subscribe form input{
  display: inline-block;
  width: 100%;
  min-height: 45px;
  padding-left: 15px;
}
#subscribe form input.submit{
  position: absolute;
  top: 45px;
  right:45px;
  width: 115px;
  background: #42b9e2;
  border: 0;
  color: #fff;
}
#subscribe .faded{
  font-family: raleway;
  font-weight: 900;
  font-size: 100px;
  position: absolute;
  bottom: -57px;
  left: -20px;
  opacity: 0.05;
}
.box::after{
display: none;
}
.page_menu
{
position: relative;
display: block;
margin-top: 40px;
z-index: 1;
}
.page_menu ul
{
position: relative;
display: block;
list-style: none;
margin-left: -40px;
}
.page_menu ul .box
{
position: relative;
display: inline-block;
border: 2px solid #ff5722;
height: 50px;
width: 50px;
transform: rotate(45deg);
}
.page_menu ul .box .counter
{
transform: rotate(-45deg);
padding: 9px;
}
.page_menu ul .box li
{
position: relative;
display: block;
margin: 0;
font-family: open sans;
font-weight: 700;
font-size: 20px;
letter-spacing: 2px;
text-transform: capitalize;
}
.page_menu ul .box .counter::after
{
content: '';
position: absolute;
display: block;
background: #ff5722;
min-height: 100px;
width: 2px;
top: 55px;
right: 22px;
}
.page_menu ul li
{
position: relative;
display: block;
margin-left: 22px;
margin-top: 5px;
font-family: raleway;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
}
#about_us
{
position: relative;
display: block;
margin-top: 70px;
overflow: hidden;
}
#about_us .wrapper
{
position: relative;
display: block;
padding: 20px;
}
#about_us .wrapper .text
{
position: relative;
display: block;
margin-top: 115px;
}
#about_us .wrapper .text h3
{
position: relative;
display: block;
font-family: raleway;
font-weight: 800;
font-size: 17px;
letter-spacing: 3px;
word-spacing: 2px;
text-transform: uppercase;
}
#about_us .wrapper .text p
{
position: relative;
display: block;
font-family: raleway;
font-weight: 400;
font-size: 12px;
letter-spacing: 1px;
text-transform: capitalize;
margin-top: 20px;
}
#about_us .wrapper .item
{
position: relative;
display: block;
}
#about_us .wrapper .item .head
{
position: relative;
display: block;
text-align: center;
}
#about_us .wrapper .item .head h3
{
position: relative;
display: block;
font-family: raleway;
font-weight: 700;
font-size: 14px;
letter-spacing: 1px;
word-spacing: 2px;
text-transform: uppercase;
color: #ff5722;
}
#about_us .wrapper .item .bg_wrap
{
position: relative;
display: block;
min-height: 350px;
width: 100%;
margin-top: 30px;
border: 1px solid rgba(0, 0, 0, 0.49);
box-shadow: 2px 3px 10px 1px rgba(0, 0, 0, 0.31);
}
#about_us .wrapper .item .bg
{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: url('../img/banner.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#about_us .wrapper .item .bg::after
{content: '';position: absolute;display: block;background: linear-gradient(to bottom, rgba(214, 109, 43, 0.81) 0%,rgba(161, 47, 41, 0.64) 55%,#713841 98%);top: 0;right: 0;bottom: 0;left: 0;opacity: 0.5;}
#about_us .wrapper .item .next
{
position: absolute;
display: block;
min-height: 60px;
width: 35px;
border: 1px solid rgba(0, 0, 0, 0.46);
border-bottom-right-radius: 10px;
border-left: 0px;
border-top-right-radius: 10px;
top: 50%;
margin-top: -30px;
right: -36px;
cursor: pointer;
}
#about_us .wrapper .item .icon
{
position: relative;
display: block;
top: 17px;
left: 5px;
}
#about_us .wrapper .item .next img
{
height: auto;
width: 20px;
transition: all 0.2s ease-in;
}
#about_us .wrapper .item .next:hover img
{
width: 22px;
}
#about_us .wrapper .text .buttons_pane
{
margin-top: 30px;
}
#about_us .wrapper .text .button
{
display: inline-block;
background: rgb(255, 87, 34);
position: relative;
font-family: raleway;
font-size: 10px;
text-transform: capitalize;
letter-spacing: 2px;
font-weight: 800;
text-align: center;
border: 1px solid rgb(255, 87, 34);
color: #ffffff;
border-radius: 23px;
padding-top: 0.4em;
padding-bottom: 0.4em;
padding-left: 2.2em;
padding-right: 2.2em;
transition: all 0.2s ease-in;
}
/*mission*/


#mission
{
position: relative;
display: block;
margin-top: 70px;
overflow: hidden;
}
#mission .bg
{
position: relative;
display: block;
background: url('../img/feature2.jpg');
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
width: 100%;
}
#mission .overlay
{
min-height: inherit;
width: inherit;
background: rgba(25, 27, 37, 0.93);
}
#mission .wrapper
{
position: relative;
display: block;
padding: 20px;
}
#mission .text_wrapper
{
position: relative;
display: block;
min-height: 400px;
width: 100%;
left: -148px;
top: 100px;
}
#mission .text
{
position: absolute;
display: block;
min-height: 400px;
width: 120%;
background: rgba(0, 0, 0, 0.97);
padding: 20px;
}
#mission .text h3
{
position: absolute;
display: block;
font-family: roboto condensed;
font-size: 50px;
font-weight: 800;
letter-spacing: 7px;
text-transform: uppercase;
color: #fff;
right: -45px;
top: 65px;
}
#mission .text h3 span
{
display: block;
margin-top: 10px;
font-family: roboto condensed;
font-weight: 300;
}
#mission .inner_bg
{
position: relative;
display: block;
background: url('../img/banner.jpg');
background-repeat: no-repeat;
background-position: left;
background-size: cover;
min-height: 382px;
width: 100%;
margin-top: 0;
}
#mission .inner_bg::before
{
/* content: ''; */
position: absolute;
background: rgba(255, 255, 255, 0.78);
height: 1px;
width: 128.5%;
bottom: 0;
right: 0;
}
#mission .inner_bg .overlay
{
background: linear-gradient(120deg, rgba(187, 158, 239, 0.7) 0%,rgba(45, 127, 161, 0.7) 55%,rgba(2, 131, 200, 0.64) 76%);
min-height: inherit;
}
.page_menu_wrapper
{
position: absolute;
display: block;
right: 60px;
}
#mission .counter.line::after
{
content: '';
background: #0099ff;
}
#mission .content
{
position: relative;
display: block;
background: rgba(0, 153, 255, 0.83);
min-height: 220px;
width: 100%;
margin-top: 197px;
padding: 20px 30px;
}
#mission .content p
{
position: relative;
display: block;
font-family: raleway;
font-weight: 500;
font-size: 12px;
letter-spacing: 0.5px;
word-spacing: 2px;
text-transform: capitalize;
color: #fff;
line-height: 1.8em;
}
.icon{
  position: relative;
  display:inline-block;
  width: 16px;
  height: 16px;
  background: #ccc;
  margin-right: 15px;
}
