/*-------------------------------------
    
	Author: Outset 
	Copyright © 2019-20
	
---------------------------------------
    
    CSS INDEX
    ===================
	
    1. BODY
	2. CUSTOM CSS / A
	3. PRELOADER
	4. NAVIGATION
	5. SLIDER

---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
body, html {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #797979;
	overflow-x:hidden;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
::selection{
	background-color: #d82d34;
	color:#fff;
}
a {
	color: #797979;
	text-decoration: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_heading_wraper{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color:#4f5dec;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	line-height: 1.1;
	font-weight:400;
	color: #111111;
	margin:0;
	padding:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #111111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
p{
	margin:0;
}
input, select, button, textarea {
	outline: none;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
	box-shadow:none;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
/*-- os mshare btn start --*/
.fab-container {
    margin:0;
    position: fixed;
	    bottom: 50px;
    left: 95px;
	    z-index: 100;
}

.fab-icon::before {
    content: "\f015";
}

.fab-opened .fab-icon::before {
    content: "\f00d";
}

.fab-opened .fab-buttons:not(:last-of-type) {
    width: 40px;
    height: 40px;
    margin: 15px auto 0;
    opacity: 1;
	margin-bottom: 15px;
	text-align: center;
    line-height: 40px;
}

.fab-opened .fab-rotate {
    transform: rotate(0deg);
}

.fab-opened .fab-buttons span.fab-rotate i {
     transform: rotate(90deg);
}

.fab-buttons {
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 5px 11px 1px rgba(0, 0, 0, 0.18), 0 4px 12px -7px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: .2s;
}
.fab-buttons:nth-last-of-type(2) {
    transition-delay: 20ms;
	text-align:center;
	line-height:40px;
}
.fab-buttons:nth-last-of-type(3) {
    transition-delay: 40ms;
	text-align:center;
	line-height:40px;
}
.fab-buttons:nth-last-of-type(4) {
    transition-delay: 60ms;
	text-align:center;
	line-height:40px;
}
.fab-buttons:nth-last-of-type(5) {
    transition-delay: 80ms;
	text-align:center;
	line-height:40px;
}
.fab-buttons:nth-last-of-type(6) {
    transition-delay: 100ms;
	text-align:center;
	line-height:40px;
}
.fab-buttons:nth-last-of-type(1) {
    width: 40px;
    height: 40px;
    opacity: 1;
}
.fab-buttons {
	position:relative;
    background: #111932;
	box-shadow:0 5px 20px -4px rgba(0, 0, 0, 0.5215686274509804);
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.fab-buttons:hover {
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: #d82d34;
}
.fab-buttons span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.fab-buttons i,
.fab-buttons span i {
    color: #fff;
    transition: .3s;
}
.fab_btn_btn span i{
	color:#fff;
	font-size: 14px
}
.fab-buttons span.fab-rotate {
    background: #111932;
    position: absolute;
    transform: rotate(0deg);
    transition: .3s;
	text-align: center;
    line-height: 40px;
	box-shadow:0 5px 20px -4px rgba(0, 0, 0, 0.5215686274509804);
}
.os_share_tool_tips{
	float:left;
	width:120px;
	height:30px;
	padding-top:5px;
	position:absolute;
	right: -120px;
    top: 5px;
	background:#111932;
	    border-radius: 3px;
		opacity:0;
		visibility:hidden;
		 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_share_tool_tips:after{
	content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #111932;
    position: absolute;
    left: -10px;
    top: 7px;
}
.fab-buttons:hover .os_share_tool_tips{
	right: -135px;
	opacity:1;
	visibility:visible;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_share_tool_tips p{
	font-size:14px;
	color:#fff;
	line-height:19px;
}
/*-- os mshare btn End --*/
/*-- Preloader css start --*/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {
}
.float_left{
	float:left;
	width:100%;
}
.padding_tb_100{
	padding-top:100px;
	padding-bottom:100px;
}
.padding_tb_60{
	padding-top:100px;
}
.x_top_header_wrapper h1{
	font-size:100px;
}
/*-- hs Navigation Start --*/
.menu_fixed{
	position:fixed;
	top:0;
	left:0;
	right:0;
	background:rgba(16,25,50,0.87);
	z-index:10000;
}
.os_top_header_main_wrapper{
		position:relative;
		    min-height: 967px;
}
.os_top_header_main_wrapper:after{
	content:'';
	background:url('../images/header_img1.png') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	width:100%;
	position:absolute;
	top:-115px;
	left:0;
	right:0;
	min-height:1080px;
	z-index:-1;
}
.os_navigation_header_wrapper{
	float:left;
	width:100%;
}
.hs_main_menu li{
	float:left;
}
.hs_main_menu li:last-child:after{
	display:none;
}
.hs_main_menu {
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
}
.hs_main_menu .main_navi {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 25px 10px;
    color: rgba(255,255,255,0.7);
	position:relative;
}
.dropdown-wrapper:hover > .menu-button{
	color:#4f5dec;
}
.hs_main_menu .drop-menu a{
	padding: .75em 1em;
	padding-left: 20px;
    text-align: left;
}
.hs_main_menu a:hover {
      color: #fff;
	  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.dropdown-wrapper > .menu-button{
	position:relative;
}
.dropdown-wrapper:hover > .menu-button{
	color:#fff;
}

/*====================================
  DROPDOWN MENU STYLES
====================================*/

.drop-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: max-height .4s, opacity .3s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position:absolute;
  top:100%;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
  transform-origin: top;
    transform: perspective(5em) rotateX(-90deg);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.drop-menu > .menu-button {
  height: 100%;
  transition: transform .4s;
  transform: translateY(-300%);
  background: #ffffff;
      float: left;
    width: 100%;
text-transform:capitalize;	
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_main_menu{
	text-align:center;
}
.hs_main_menu ul{
	display:inline-block;
}
.dropdown-wrapper .drop-menu{
	width:195px;
}
.dropdown-wrapper:hover .drop-menu{
  max-height: 500px;  
  opacity: 1;
      top: 100%;
  z-index: 1000;
      background: #fff;
	  transform: perspective(5em) rotateX(0deg);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.cc_cart_wrapper2{
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee !important;
}
.dropdown-wrapper:hover > .drop-menu .menu-button {
  transform: translateY(0%); 
}
/*-- hs Navigation right Start --*/
.hs_navi_searchbar_wrapper{
	float:left;
	width:calc(100% - 30px);
	margin-top: 17px;
}
.hs_navi_cart_wrapper{
	float:right;
	width:30px;
}
.hs_navi_searchbar_wrapper input{
	    width: calc(100% - 50px);
    float: left;
    height: 40px;
    background: #ffffff;
    padding-left: 20px;
    color: #666666;
    border: 0;
	-webkit-border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.hs_navi_searchbar_wrapper input::placeholder {
    color: #666666;
}

.hs_navi_searchbar_wrapper input:-ms-input-placeholder { 
    color: #666666;
}

.hs_navi_searchbar_wrapper input::-ms-input-placeholder {
    color: #666666;
}
.hs_navi_searchbar_wrapper button{
	float:left;
	width:50px;
	height: 40px;
	background:#ffffff;
	color:#666666;
	border:0;
	    -webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.cc_cart_wrapper1{
	padding: 25px !important;
}
.hs_navi_cart_wrapper .menu-button{
	padding:35px 0 35px 0;
    text-align: right;
}
.hs_navi_cart_wrapper .drop-menu{
	top: 100%;
    right: 16px;
    width: 342px;
}
.hs_navi_cart_wrapper a i:before{
	color:#111111;
	margin-left:0;
	font-size:22px;
}
.hs_navi_cart_wrapper .dropdown-wrapper:hover > .menu-button{
	background:transparent;
}
.hs_navi_cart_wrapper:hover > .menu-button{
	background:transparent;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_navi_cart_wrapper a i{
	position:relative;
}
.hs_navi_cart_wrapper a span{
	width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #f3532d;
    text-align: center;
    line-height: 20px;
    float: left;
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    margin-top: -6px;
    margin-left: -5px;
}
.cc_cart_wrapper1{
	float:left;
	width:100%;
	padding-bottom:25px;
	border-bottom:1px solid rgba(255, 255, 255, 0.28);
	padding-left: 30px;
	background: #ffffff;
}
.cc_cart_wrapper2{
	float:left;
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
	padding-left: 30px;
	border-bottom:1px solid #37a4dd;
}
.cc_cart_img_wrapper{
	float:left;
	width:80px;
}
.cc_cart_cont_wrapper{
	width:calc(100% - 80px);
	float:left;
	padding-left:20px;
	padding-top:11px;
	position: relative;
}
.cc_cart_cont_wrapper h4{
	text-align:left;
}
.cc_cart_cont_wrapper h4 a{
	color:#111111;
	font-weight:600;
	font-size: 18px;
	padding:0 !important;
	margin-top:10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.cc_cart_cont_wrapper h4 a:hover{
	color:#4f5dec;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.cc_cart_cont_wrapper p{
	color:#797979;
	font-size:14px;
	padding-top:3px;
	float:left;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.cc_cart_cont_wrapper h5{
	float: right;
    padding-right: 35px;
	color:#797979;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin-top: -9px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.checkout_btn_resto {
    float: left;
    width: 100%;
}
.checkout_btn_resto a {
    float: left;
    width: 150px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    background: #4f5dec;
    color: #ffffff;
    border: 1px solid transparent;
    margin-top: 40px;
        -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.checkout_btn_resto a:hover{
	background:transparent;
	border:1px solid #4f5dec;
	color:#4f5dec;
}
.cc_cart_total_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#ffffff;
}
.cc_cart_total_wrapper h4{
	font-size:16px;
	font-family: 'Lato', sans-serif;
	display:inline-block;
	color:#000000;
	text-transform:uppercase;
}
.cc_cart_total_wrapper h4 b{
	color:#1887e5;
}
.cc_cart_btn_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-top:25px;
}
.cc_cart_btn{
	display:inline-block;
}
.cc_cart_btn .cart_btn1{
	width:145px;
	height:40px;
	float:left;
	background:#1887e5;
	color:#ffffff;
	text-align:center;
	line-height:33px;
	border-radius:2px;
	font-size:14px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.cc_cart_btn .cart_btn1:hover{
	background:transparent;
	border:2px solid #1887e5;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_cart_btn .cart_btn2{
	width:145px;
	height:40px;
	float:left;
	margin-left:20px;
	background:#ffffff;
	color:#000000;
	text-align:center;
	line-height:33px;
	border-radius:2px;
	font-size:14px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid transparent;
}
.cc_cart_btn .cart_btn2:hover{
	background:transparent;
	border:2px solid #ffffff;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cc_cart_cont_wrapper li a{
	float:left;
	width:40px;
	height:20px;
	background:red;
}
.cc_cart_cont_wrapper button.close{
	color: #797979 ;
    position: absolute;
    right: 8px;
	opacity:0.7;
	top:25px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.drop-menu > .menu-button:hover .cc_cart_cont_wrapper h5,.drop-menu > .menu-button:hover .cc_cart_cont_wrapper p,.drop-menu > .menu-button:hover .cc_cart_cont_wrapper h4 a,.drop-menu > .menu-button:hover .cc_cart_cont_wrapper button.close{
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.house_toggle svg{
	height:23px;
	width:auto;
	fill:#fff;
}
.hs_logo_wrapper{
	float:left;
	width:auto;
	    padding-top: 23px;
}
.hs_logo_wrapper{
	float:left;
	width:120px;
}
.os_navigation_wrapper{
	position:relative;
}
.hs_main_menu{
	float:left;
	width:calc(86% - 120px);
	    padding-top: 26px;
}
.drop_mega_menu{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	z-index: 10;
	top:100%;
	background:#fff;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	padding:30px;
	opacity:0;
	transform-origin: top;
    transform: perspective(5em) rotateX(-90deg);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown-wrapper:hover .drop_mega_menu{
	opacity:1;
	transform: perspective(5em) rotateX(0deg);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dropdown-wrapper{
	padding-bottom:15px;
}
.os_ordr_btn{
	float:right;
	    padding-top: 12px;
}
.os_ordr_btn a{
	float:right;
	width:155px;
	height:45px;
	    font-size: 15px;
    font-weight: 400;
	line-height:47px;
	text-align:center;
	    color: #ffffff;
    background: #d82d34;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.os_ordr_btn a:hover{
	background:#fff;
	color:#d82d34;
}
.menu-button i{
	position:relative;
	top:1px;
}
.os_menu_index_img img{
	width:100%;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(37,37,37,0.07);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 26px 63px -39px rgba(0,0,0,0.27);
}
.os_menu_index_img img:hover{
	-webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite;
}
.os_menu_index_img p{
	padding-top:15px;
	position:relative;
}
.os_menu_index_img p span{
	font-family: "Poppins", Sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 3px;
    margin-left: 3px;
    margin-top: -5px;
    color: #ffffff;
    background: #d82d34;
    text-transform: uppercase;
    /* float: left; */
    position: absolute;
    line-height: 8px;
    top: 17px;
    right: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.new_tag{
	background:#61ce70 !important;
	    right: 50px !important;
}
.os_menu_index_img p a{
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
	color:#797979;
}
.os_menu_index_img p a:hover{
	color:#111;
}
@keyframes movebounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(7px); }
  100% {
    transform: translateY(0px); } }
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(7px); }
  100% {
    transform: translateX(0px); } }
.os_menu_index_img a{
	padding:0 !important;
}	
.os_menu_index_img2{
	padding-top:40px;
}
.sub_menu{
	color:#797979 ;
	padding:8px 20px !important;
}
.sub_menu:hover{
	color:#111 !important;
}
.os_mega_menu_blog{
	text-align:left;
}
.os_mega_menu_blog h3{
	font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    color: #444444;
}
.os_mega_menu_blog li{
	float:left;
	width:100%;
	margin-top:5px;
}
.os_mega_menu_blog li a{
	color:#797979;
	font-size:15px;
}
.os_mega_menu_blog li a:hover{
	color:#111;
}
.os_mega_menu_blog ul{
	margin-top:15px;
}
.os_mega_menu_blog img{
	width:100%;
}
.os_top_index3_header_main_wrapper .menu_fixed{
	    background:#fff;
		    z-index: 10000000;
}
.os_top_index3_header_main_wrapper .house_toggle svg{
	fill:#111;
}
/*-- os Navigation right End --*/
/*-- os banner content Start --*/
.os_banner_outset_text{
	text-align:center;
}
.os_banner_outset_text p{
	font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 7.8px;
	color: rgba(255,255,255,0.8);
	padding-top:90px;
}
.os_banner_outset_text h3{
	    font-size: 56px;
    font-weight: 600;
    font-style: normal;
    line-height: 68px;
    color: #ffffff;
	margin-top:40px;
}
.os_banner_outset_text h4{
	margin-top:30px;
	    position: relative;
		z-index:1;
}
.os_banner_outset_text h4 a{
	    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
	color:rgba(255, 255, 255, 0.96);
}
.os_banner_outset_text h4 a img{
	padding-bottom:10px;
}
.os_byc_img_wrapper{
	text-align:center;    
}
#object{
	position:absolute;
	top:340px;
}
.os_byc_img_wrapper img{
	width: 80%;
}
.os_banner_content_wrapper{
	position: relative;
}
/*-- os banner content End --*/
/*-- os special tabs Start --*/
.os_special_tabs_wrapper{
	padding-bottom:100px;
	padding-top:100px;
}
.os_heading_wraper{
	text-align:center;
}
.os_heading_wraper h3{
	    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 45px;
    color: #222222;
}
.os_heading_wraper p{
	font-size: 17px;
    font-weight: 400;
    padding-top: 20px;
    color: #666;
}
.os_special_tabs_inner_wrapper .nav-tabs .nav-link{
	opacity: 0.5;
	border:0;
    -webkit-transform: scale(0.81);
    -moz-transform: scale(0.81);
    -ms-transform: scale(0.81);
    -o-transform: scale(0.81);
    transform: scale(0.81);
}
.os_special_tabs_inner_wrapper .nav-tabs .nav-item.show .nav-link, .os_special_tabs_inner_wrapper .nav-tabs .nav-link.active{
	    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	border:0;
}
.os_special_tabs_inner_wrapper .nav-tabs{
	border:0;
}
.os_special_tabs_inner_wrapper{
	text-align:center;
}
.os_special_tabs_inner_wrapper ul{
	display:inline-block;
}
.os_special_tabs_inner_wrapper .nav-tabs .nav-item{
	float:left;
}
.os_left_top_colm{
	text-align:center;
	padding: 15px;
}
.os_left_top_colm h3{
	    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
	padding-top:10px;
}
.os_left_top_colm p{
	    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #666666;
	padding-top:10px;
}
.os_special_tabs_wrapper .tab-content{
	margin-top:100px;
}
.os_left_top_colm2{
	margin-top:80px;
}
.os_center_colm_img img{
	width:100%;
}
/*-- os special tabs End --*/
/*-- os special tabs Start --*/
.os_parts_slider_wrapper{
	padding-top:100px;
	padding-bottom:30px;
	background:#f9f9f9;
}
.os_part_slider_main_wrapper .owl-theme .owl-dots{
	display:none;
}
.os_part_slider_main_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 1000;
    display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.os_part_slider_main_wrapper .owl-theme .owl-nav .owl-prev{
	left:-50px;
	    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 43px;
	padding-right:10px;
	font-size:30px;
	text-align:center;
    background: #fff;
	color:#111;
	opacity:0;
	overflow:hidden;
	    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	   -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.os_part_slider_main_wrapper .owl-theme .owl-nav .owl-next{
	right:-50px;
	    position: absolute;
    width: 55px;
    height: 55px;
	overflow:hidden;
	opacity:0;
    background: #fff;
	    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	font-size:30px;
	 line-height: 43px;
	 color:#111;
	padding-left:10px;
	text-align:center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.os_part_slider_main_wrapper:hover .owl-theme .owl-nav .owl-prev,.os_part_slider_main_wrapper:hover .owl-theme .owl-nav .owl-next{
	opacity:1;
}
.os_part_slider_main_wrapper .owl-theme .owl-nav .owl-prev:hover,.os_part_slider_main_wrapper .owl-theme .owl-nav .owl-next:hover{
	background:#fafafa;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_parts_slider_img img{
	width:auto !important;
	opacity:0.5;
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.os_part_slider_main_wrapper .owl-item.center > div .os_parts_slider_img img{
	opacity:1;
	    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.8);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.8);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.8);
    transition: all 200ms ease-in;
    transform: scale(1.8);
}
.os_part_slider_main_wrapper .owl-carousel .owl-stage{
	padding-top:110px;
}
.os_part_slider_main_wrapper .owl-carousel .owl-stage:after{
	height:70px;
}
.os_parts_slider_img{
	text-align:center;
}
.os_parts_slider_img img{
	display:inline-block !important;
}
.os_parts_slider_img_cont{
	margin-top:100px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_parts_slider_img_cont h3 a{
	font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    color: #222222;
}
.os_parts_slider_img_cont p{
	font-family: "Rubik", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.1px;
    margin-top: 20px;
	color: #0c0c0c;
}
.os_parts_slider_img_cont{
	text-align:center;
}
.os_parts_slider_box{
	position:relative;
}
.bottom-effects{
	position:relative;
}
.bottom-effects{
	    position: absolute;
    width: 81%;
    height: 301px;
    background: #111;
    left: 0;
    right: 0;
    bottom: 76px;
    z-index: -1;
    margin: 0 auto;
    border-radius: 100%;
    transform: skewX(5deg) skewY(-34deg) rotateX(79deg) rotateY(34deg);
    transform: skewX(5deg) skewY(-35deg) rotateX(79deg) rotateY(34deg);
    box-shadow: 0 0 0 0 rgba(6, 2, 2, 0.6);
    -webkit-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
	opacity:0;
	visibility:hidden;
}
.os_part_slider_main_wrapper .owl-item.center > div .os_parts_slider_img_cont{
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_part_slider_main_wrapper .owl-item.center > div .bottom-effects{
	opacity:1;
	visibility:visible;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 80px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 80px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 80px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 80px rgba(232, 76, 61, 0);
  }
}
.gallery-btn-link{
	    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: blink;
    border-bottom: 1px solid #d82d34;
    color: #d82d34;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .2px;
    line-height: 27px;
}
/*-- os Parts slider End --*/
/*-- os frame Start --*/
.os_frame_main_wrapper{
	background:url('../images/frame_background.png') 50% 0 repeat-y;
	background-size:cover;
	background-position:center 0;
	padding-top:100px;
	padding-bottom:100px;
}
.os_frame_heading_wrapper h3{
	    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4em;
    color: #ffffff;
	margin-top:20px;
}
.os_frame_heading_wrapper p{
	    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    color: #ffffff;
	margin-top:5px;
	position:relative;
}
.os_frame_heading_wrapper p:after{
	content:'';
	border:1px solid #d82d34;
	width:70px;
	position:absolute;
	left:0;
	bottom:-35px;
}
.os_frame_percentage{
	float:left;
	width:180px;
}
.os_frame_percentage_cont{
	float:left;
	width:calc(100% - 180px);
}
.os_frame_percentage h3{
	font-size: 30px;
    font-weight: 600;
    font-style: normal;
    line-height: 35px;
    color: #ffffff;
}
.os_frame_percentage p{
	    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 26px;
    color: rgba(255,255,255,0.81);
	padding-top:5px;
}
.os_frame_cont_box_wrapper{
	margin-top:80px;
}
.os_frame_percentage_cont p{
	    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: rgba(255,255,255,0.81);
	    padding-top: 5px;
}
.os_frame_percentage_wrapper2{
	margin-top:40px;
}
.os_btn_wrapper a{
	float:left;
	width:240px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#fff;
	background:#d82d34;
	border-radius:50px;
	margin-top:40px;
}
.os_btn_wrapper a:hover{
	-webkit-box-shadow: 0 3px 6px 1px rgba(0,0,0,.08); */
    -moz-box-shadow: 0 3px 6px 1px rgba(0,0,0,.08);
    box-shadow: 0 3px 6px 1px rgba(0,0,0,.08);
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}
.os_frame_right_wrapper img{
	width:100%;
}
.os_frame_right_wrapper{
	padding-top:90px;
	    position: relative;
}
.os_frame_tt_toggle_first a{
	position:relative;
	width: 30px;
    height: 30px;
	float: left;
	z-index:10;
}
.os_frame_tt_toggle_first a i{
	    float: left;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    background: #d82d34;
    color: #fff;
    border-radius: 100%;
    font-size: 13px;
}
.os_frame_tt_toggle_first a:after{
	content: '';
    width: 40px;
    height: 40px;
    background: rgba(216, 45, 52, 0.5607843137254902);
    right: 0;
    bottom: 0;
    left:-5px;
	top:-5px;
	opacity:0;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_frame_tt_toggle_first a:hover:after{
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_frame_tt_toggle_first{
	    position: absolute;
    left: 0;
    right: -76px;
    bottom: 112px;
    margin: 0px auto;
    width: 50px;
}
.os_frame_tooltip_wrapper{
	width:320px;
	padding:10px;
	background:#333131;
	text-align:center;
	position:absolute;
	z-index:10000;
	top: -113px;
    right: -119px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_frame_tt_toggle_first:hover .os_frame_tooltip_wrapper{
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_frame_tooltip_wrapper h3{
	color:#fff;
	font-size:16px;
}
.os_frame_tooltip_wrapper p{
	font-size:14px;
	color:#fff;
	line-height: 19px;
    padding-top: 10px;
}
.os_frame_tt_toggle_second{
	    position: absolute;
    right: auto;
    left: 162px;
    bottom: 227px;
}
.os_frame_tt_toggle_third{
	    position: absolute;
    right: 33px;
    left: auto;
    bottom: auto;
    top: 152px;
}
.os_frame_tooltip_wrapper_third{
	top: -30px;
    right: 60px;
}
/*-- os frame End --*/
/*-- os look slider Start --*/
.os_look_slider_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_look_slider_main_wrapper .owl-theme .owl-dots{
	display:none;
}
.os_look_slider_main_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    z-index: 1000;
    display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.os_look_slider_main_wrapper .owl-theme .owl-nav .owl-prev{
	left:20px;
	    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 43px;
	padding-right:10px;
	font-size:30px;
	text-align:center;
    background: #fff;
	color:#111;
	opacity:0;
	overflow:hidden;
	    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	   -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.os_look_slider_main_wrapper .owl-theme .owl-nav .owl-next{
	right:20px;
	    position: absolute;
    width: 55px;
    height: 55px;
	overflow:hidden;
	opacity:0;
    background: #fff;
	    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	font-size:30px;
	 line-height: 43px;
	 color:#111;
	padding-left:10px;
	text-align:center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.os_look_slider_main_wrapper:hover .owl-theme .owl-nav .owl-prev,.os_look_slider_main_wrapper:hover .owl-theme .owl-nav .owl-next{
	opacity:1;
}
.os_look_slider_main_wrapper .owl-theme .owl-nav .owl-prev:hover,.os_look_slider_main_wrapper .owl-theme .owl-nav .owl-next:hover{
	background:#fafafa;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_look_box_wrapper img{
	width:100%;
}
.os_look_slider_main_wrapper{
	margin-top:60px;
}
.os_look_box_wrapper3{
	margin-top:45px;
}
.os_look_box_wrapper2{
	margin-top:80px;
}
.os_look_box_wrapper1{
	margin-top:30px;
}
.os_look_box_wrapper{
	position:relative;
}
.os_look_box_wrapper:after{
	content:'';
	background:rgba(216, 45, 52, 0.82);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
	visibility:hidden;
	transform-origin: top;
    transform: perspective(5em) rotateX(-90deg);
	
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_look_box_wrapper:hover:after{
	opacity:1;
	transform: perspective(5em) rotateX(0deg);
	visibility:visible;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_look_img_cont{
	position:absolute;
	width:100%;
	text-align:center;
	top:41%;
	z-index:10;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_look_box_wrapper:hover .os_look_img_cont{
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_look_img_cont img{
	width:auto !important;
	display:inline-block !important;
}
.os_look_img_cont a{
	color:#fff;
	font-size:16px;
	display:block;
	margin-top:10px;
}
/*-- os look slider End --*/
/*-- os counter Start --*/
.os_counter_wrapper{
	padding-top:60px;
	padding-bottom:100px;
}
.os_count_left_wraper{
	padding-top:100px;
}
.os_count_left_wraper img{
	width:100%;
}
.os_count_main_box{
	padding-top:100px;
}
.os_count_img_wrapper{
	float:left;
	width:40px;
}
.os_count_img_cont_wrapper{
	float:left;
	width:calc(100% - 40px);
	padding-left:15px;
}
.os_count_img_cont_wrapper h3{
	    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
	color: #313131;
}
.os_count_img_cont_wrapper p{
	    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 26px;
    color: #999999;
	padding-top:8px;
}
.os_count_main_box2{
	padding-top:40px;
}
/*-- os counter End --*/
/*-- os customer slider Start --*/
.os_customer_slider_wrapper{
	padding-top:100px;
	padding-bottom:159px;
	background:#eeeeee;
}
.os_customer_slider_main_wrapper{
	margin-top:60px;
}
.os_customer_slider_main_wrapper  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-70px;
}
.os_customer_slider_main_wrapper .owl-theme .owl-dots .owl-dot{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_customer_slider_main_wrapper .owl-carousel{
	z-index:auto;
}
.os_customer_slider_main_wrapper .owl-theme .owl-dots .owl-dot span{
	width: 10px;
    height: 10px;
    display: block;
    margin: 5px;
    background: #fff;
	border:1px solid #666666;
   	-webkit-border-radius: 30px; 
  -moz-border-radius: 30px; 
   border-radius: 30px; 
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_customer_slider_main_wrapper .owl-theme .owl-dots .owl-dot.active span, 
.os_customer_slider_main_wrapper .owl-theme .owl-dots .owl-dot:hover span  {
	background:#666666;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_customer_slider_main_wrapper .owl-theme .owl-dots .owl-dot.active, 
.os_customer_slider_main_wrapper .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_customer_slider_main_wrapper .owl-theme .owl-nav {
    display:none;
}
.os_customer_slider_box_wrapper{
	opacity:0.6;
	-webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
    transform: scale(0.92);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_customer_top_cont{
	padding:25px;
	text-align:center;
	background:#f8f8f8;
	box-shadow:0 3px 12px -6px rgba(0, 0, 0, 0.25882352941176473);
	position:relative;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_customer_top_cont:after{
	content:'';
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-top:15px solid #f8f8f8;
	position:absolute;
	bottom:-15px;
	    margin-left: -15px;
		-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_customer_top_cont h3{
	font-size:16px;
	font-weight:600;
	color:#222222;
	padding-top:5px;
}
.os_customer_name{
	text-align:center;
	padding-top:30px;
}
.os_customer_name img{
	width:70px !important;
	height:70px;
	border-radius:100%;
	display:inline-block !important;
}
.os_customer_name h3{
	font-size:15px;
	color:#222222;
	font-weight:600;
	padding-top:20px;
}
.os_customer_name p{
	    font-size: 13px;
    font-weight: 300;
	padding-top:3px;
    text-transform: uppercase;
}
.os_customer_slider_main_wrapper .owl-item.center > div .os_customer_slider_box_wrapper{
	opacity:1;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_customer_slider_main_wrapper .owl-item.center > div .os_customer_top_cont{
	background:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_customer_slider_main_wrapper .owl-item.center > div .os_customer_top_cont:after{
	border-top:15px solid #fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- os customer slider End --*/
/*-- os carbon Start --*/
.os_carbon_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_img_carbon_wraper img{
	width:100%;
}
.os_carbon_heading_wraper h3{
	    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 45px;
    color: #222222;
}
.os_carbon_heading_wraper p{
	    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
	padding-top:20px;
}
.os_carbon_heading_wraper p del{
	color:#888;
}
.os_carbon_heading_wraper p span{
	    color: #d82d34;
    font-weight: 500;
}
.os_carbon_heading_wraper h4{
	    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
	    color: rgba(102,102,102,0.75);
		padding-top:30px;
		    width: 75%;
}
.os_carbon_heading_wraper h5{
	font-size: 15px;
    font-weight: 600;
    line-height: 20px;
	    color: #000000;
		padding-top:30px;
		padding-bottom:30px;
}
.os_carbon_color_wrapper li{
	float:left;
	margin-right:20px;
}
.os_carbon_color_wrapper li a{
	float:left;
	width:35px;
	height:35px;
	border-radius:100%;
	opacity:0.2;
}
.os_carbon_color_wrapper li a:hover{
	opacity:1;
}
.os_carbon_color_wrapper li:first-child a{
	background:#17a2b8;
}
.os_carbon_color_wrapper li:nth-child(2) a{
	background:#d82d34;
}
.os_carbon_color_wrapper li:last-child a{
	background:#111;
}
.os_carbon_btn_wrapper a{
	background:#111932;
	    width: 210px;
		    margin-top: 24px;
}
.os_carbon_social_wrapper h6{
	font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
	    color: #000000;
		padding-top:30px;
}
.os_carbon_social_wrapper ul{
	margin-top:20px;
}
.os_carbon_social_wrapper li{
	float:left;
	margin-right:20px;
}
.os_carbon_social_wrapper li a:hover{
	color:#d82d34;
}
/*-- os carbon End --*/
/*-- os bottom footer Start --*/
.os_bottom_footer_wrapper{
	background:#111932;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.os_bottom_footer_cont p{
	    color: rgba(255, 255, 255, 0.64);
}
.os_bottom_footer_cont p a{
	color:#d82d34;
}
/*-- os bottom footer End --*/
/*****************-- os About Us css Start --****************************/
.os_inner_top_header_main_wrapper{
	background:url('../images/title_bg.jpg') 50% 0 repeat-y;
	background-size:cover;
	background-position:center 0;
	position:relative;
}
.os_inner_top_header_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(5,21,36,0.6);
}
.os_inner_order_btn a{
	float:right;
	width:155px;
	height:45px;
	    font-size: 15px;
    font-weight: 400;
	line-height:47px;
	text-align:center;
	    color: #ffffff;
    background: transparent;
	border:1px solid #fff;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.os_inner_order_btn a:hover{
	background:transparent;
	color:#df545a;
	border:1px solid #df545a;
}
.os_inner_title_wrapper{
	text-align:center;
	padding-top:130px;
	padding-bottom:200px;
}
.os_inner_title_heading_wrapper p{
	font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 34px;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.81);
}
.os_inner_title_heading_wrapper h3{
	font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 45px;
    color: #ffffff;
	margin-top:10px;
	position:relative;
	display:inline-block;
}
.os_inner_title_heading_wrapper h3:after{
	content: '';
    border: 0.5px solid #d82d34;
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    margin: 0px auto;
}
/*----os inner footer Start----*/
/*****************-- os Index-2 css Start --****************************/
.os_top_index2_header_main_wrapper{
	background:#231f4f;
	    min-height: 847px;
	position:relative;
}
.os_index2_banner_left_content_wrapper h3 a{
	    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
	color: #21bc87;
}
.os_index2_banner_left_content_wrapper h3 a img{
	position:relative;
	top:2px;
}
.os_index2_banner_left_content_wrapper{
	padding-top:160px;
}
.os_index2_banner_left_content_wrapper h4{
	font-size: 40px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    color: #ffffff;
	    line-height: 63px;
		padding-top:20px;
}
.os_index2_banner_left_content_wrapper h4 span{
	text-transform:uppercase;
	font-weight:600;
}
.os_index2_banner_left_content_wrapper p{
	font-size: 17px;
    font-weight: 300;
    line-height: 22px;
	    color: rgba(255,255,255,0.8);
		padding-top:10px;
}
.os_index2_banner_left_content_wrapper ul{
	margin-top:40px;
}
.os_index2_banner_left_content_wrapper li{
	float:left;
	margin-right:20px;
	margin-top:10px;
}
.os_order_index2_btn a{
	background-image: linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	border:0;
}
.os_order_index2_btn a:hover{
	background-image: linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	border:0;
	color:#fff;
}
.os_index2_banner_right_content_wrapper{
	position:relative;
}
.os_index2_circle_three{
	position:absolute;
	top: 122px;
    left: 52px;
}
.os_index2_circle_three img{
	width:100%;
	position:relative;
}
.os_index2_circle_two{
	position:absolute;
	top: 177px;
    left: 102px;
}
.os_index2_circle_two img{
	width:88%;
	position:relative;
}
.os_index2_circle_one{
	position:absolute;
	    top: 237px;
    left: 161px;
}
.os_index2_circle_one img{
	width:71%;
	position:relative;
}
.os_index2_circle_zero{
	position:absolute;
	    top: 300px;
    left: 161px;
}
.os_index2_circle_zero img{
	width:100%;
}
.os_index2_shape svg{
	display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	    height: 100px;
		fill:#fff;
}
.os_index2_shape{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*--------os graph tabs Start ---------*/
.os_index2_graph_tabs_main_wrapper{
	padding-top:100px;
}
.os_index2_graph_tabs .nav-tabs .nav-item.show .nav-link, .os_index2_graph_tabs .nav-tabs .nav-link.active, .os_index2_graph_tabs .nav-tabs .nav-link, .os_index2_graph_tabs .nav-tabs .nav-link:hover{
	border:0;
	font-weight: 400;
    line-height: 28px;
    color: #888888;
    padding: 11px 11px 20px 11px;
	    margin-right: 60px;
}
.os_index2_graph_tabs .nav-tabs .nav-link.active, .os_index2_graph_tabs .nav-tabs .nav-link:hover{
	color:#111;
}
.os_index2_graph_tabs .nav-tabs .nav-link.active,.os_index2_graph_tabs .nav-tabs .nav-link{
	position:relative;
}
.os_index2_graph_tabs .nav-tabs .nav-link.active:after{
	content:'';
	border:2px solid #12999B;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index2_graph_tabs .nav-tabs .nav-link:after{
	content:'';
	border:2px solid #12999B;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	opacity:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index2_graph_tabs .nav-tabs .nav-link:hover:after{
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index2_graph_tabs_main_wrapper .tab-content{
	margin-top:60px;
	padding-bottom:80px;
	border-bottom:1px solid #eee;
}
.os_index2_graph_right_side_heading h3{
	    font-size: 40px;
        font-weight: 300;
    font-style: normal;
    line-height: 1.4em;
    color: #222222;
	margin-top:20px;
}
.os_index2_graph_right_side_heading h3 span{
	font-weight:600;
}
.os_index2_graph_right_side_heading p{
	    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    color: rgba(0,0,0,0.81);
	margin-top:5px;
	position:relative;
}
.os_index2_graph_right_side_heading p:after{
	content:'';
	border:1px solid #12999B;
	width:70px;
	position:absolute;
	left:0;
	bottom:-35px;
}
.os_index2_graph_right_side_category_img{
	float:left;
	width:35px;
}
.os_index2_graph_right_side_category{
	margin-top:80px;
}
.os_index2_graph_right_side_category_img_cont{
	float:left;
	width:calc(100% - 35px);
	padding-left:20px;
}
.os_index2_graph_right_side_category_img_cont p span{
	color:#252525;
	font-weight:700;
}
.os_index2_graph_right_side_category2{
	margin-top:40px;
}
.os_index2_btn{
	float:left;
	    padding-top: 30px;
}
.os_index2_btn a{
	text-transform:uppercase;
	    width: 170px !important;
    height: 55px !important;
    line-height: 55px !important;
	font-size:15px !important;
}
.os_index2_graph_left_side img{
	width:100%;
}
/*--------os graph tabs End ---------*/
/*--------os Perfect Sharing Start ---------*/
.os_index2_perfect_sharing_main_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_index2_heading_wraper h3{
	font-weight:300;
}
.os_index2_heading_wraper h3 span{
	font-weight:600;
}
.os_index2_share_tabs{
	text-align:center;
}
.os_index2_share_tabs .nav-tabs .nav-link{
	border:1px solid #eee;
	padding: 15px 30px;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	color:#797979;
	background:transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index2_share_tabs .nav-tabs .nav-link.active{
	color:#fff;
	background-image: linear-gradient(110deg, #139d8d 44%, #37ed7d 100%);
}
.os_index2_share_tabs .nav-tabs .nav-link:hover{
	color:#fff;
	background-image: linear-gradient(110deg, #139d8d 44%, #37ed7d 100%);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index2_share_tabs ul{
	display:inline-block;
	border:0;
	margin-top:60px;
	position:relative;
}
.os_index2_share_tabs li{
	float:left;
}
.os_index2_share_tabs li:nth-child(2){
	margin-left:60px;
	margin-right:60px;
}
.os_index2_share_tabs li a i{
	padding-right:10px;
}
.os_index2_perfect_share_box_wrapper{
	height:550px;
	margin-top:60px;
	position:relative;
	
}
.os_index2_ps_circle{
	max-width: 478px;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	-webkit-animation: movebounce 1.5s linear infinite;
    animation: movebounce 1.5s linear infinite;
}
.os_index2_ps_circle img{
		max-width: 478px;
}
.os_index2_ps_phone img{
		max-width: 380px;
}
.os_index2_ps_phone{
	position:absolute;
	left:100px;
	right:0;
	margin:0px auto;
	max-width: 478px;
	    top: 20px;
		-webkit-animation: movebounce 2s linear infinite;
    animation: movebounce 2s linear infinite;
}
.os_index2_ps_we_chat{
	    position: absolute;
    left: 140px;
    right: 0;
    margin: 0px auto;
    max-width: 478px;
    top: 57px;
	
}
.os_index2_ps_we_chat img{
	max-width:75px;
	animation: heartbeat 2s infinite;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* Pulse animation */

@keyframes heartbeat {
	0% {
		transform: scale(1);
	} 
	20% {
		transform: scale(1.15); 
	}
	40% {
 		transform: scale(1.25);
	}
}
.os_index2_ps_twitter{
	    position: absolute;
    left: -83px;
    right: 0;
    margin: 0px auto;
    max-width: 478px;
    top: 199px;
}
.os_index2_ps_twitter img{
	max-width:85px;
	animation: heartbeat 4s infinite;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index2_ps_insta{
	    position: absolute;
    /* left: 0; */
    right: 30%;
    margin: 0px auto;
    max-width: 478px;
    top: 290px;
}
.os_index2_ps_insta img{
	max-width:85px;
	animation: heartbeat 3s infinite;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
keyframes movebounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(20px); }
  100% {
    transform: translateX(0px); } }
/*--------os Perfect Sharing End ---------*/
/*--------os comfort Start ---------*/
.os_index2_comfort_tabs_main_wrapper{
	padding-top:100px;
	padding-bottom:100px;
	background-image: linear-gradient(80deg, #35e97e 0%, #16a38c 70%);
	position:relative;
}
.os_index2_comfort_shape_top{
	position:absolute;
	top:0;
	left:0;
	right:0;
	 transform: translateX(-50%) rotateY(180deg);
}
.os_index2_comfort_shape_bottom{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	     -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.os_index2_comfort_shape_top svg{
	    height: 88px;
   fill:#fff;
	    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.os_index2_comfort_shape_bottom svg{
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
	fill:#fff;
	height: 88px;
   transform: translateX(-50%) rotateY(180deg);
}
.os_index2_comfort_img_left{
	max-width: 260px;
    transform: rotate3d(20, 64, -24, 0.11turn);
    -ms-transform: rotate3d(20, 64, -24, 0.11turn);
    -moz-transform: rotate3d(20, 64, -24, 0.11turn);
    -webkit-transform: rotate3d(68, 56, -20, 0.11turn);
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
	margin-top:-100px;
	    margin-left: -60px;
}
.os_index2_comfort_img_left img,.os_index2_comfort_img_left_right img{
	box-shadow:22px 40px 90px -8px rgba(0,0,0,0.15);
}
.os_index2_comfort_img_left_right{
    transform: rotate3d(20, 64, -24, 0.11turn);
    -ms-transform: rotate3d(20, 64, -24, 0.11turn);
    -moz-transform: rotate3d(20, 64, -24, 0.11turn);
    -webkit-transform: rotate3d(68, 56, -20, 0.11turn);
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
	margin-top:-100px;
	    margin-left: -60px;
}
.os_index2_comform_heading_wrapper h3{
	    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 4px;
	color:#fff;
}
.os_index2_comform_heading_wrapper h4{
	font-size: 35px;
    font-weight: 300;
    line-height: 40px;
    color: #ffffff;
	padding-top: 30px;
    line-height: 41px;
}
.os_index2_comform_heading_wrapper h4 span{
	font-weight:600;
}
.os_index2_comform_heading_wrapper p{
	color:#fff;
	padding-top:40px;
	font-size:17px;
	line-height:24px;
}
.os_index2_comfort_tabs .nav-tabs .nav-link{
	border:1px solid rgba(255,255,255,0.15);
	padding:0;
	width:300px;
	height:50px;
	line-height:50px;
	padding-left:20px;
	    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color:#fff;
	background:transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index2_comfort_tabs .nav-tabs .nav-link.active{
	color:#fff;
	background: rgba(255,255,255,0.4);
}
.os_index2_comfort_tabs .nav-tabs .nav-link:hover{
	color:#fff;
	background: rgba(255,255,255,0.4);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index2_comfort_tabs ul{
	display:inline-block;
	border:0;
	margin-top:40px;
	position:relative;
}
.os_index2_comfort_tabs li:nth-child(2){
	margin-top:10px;
	margin-bottom:10px;
}
/*--------os comfort End ---------*/
/*--------os extend Start ---------*/
.os_index2_extend_main_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_index2_extend_heading_wrapper h3{
	    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 4px;
	color:#21bc87;
}
.os_index2_extend_heading_wrapper h4{
	font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    color: rgba(34,34,34,0.89);
	padding-top: 30px;
    line-height: 50px;
}
.os_index2_extend_heading_wrapper h4 span{
	font-weight:600;
}
.os_index2_extend_heading_wrapper p{
	color:#666666;
	padding-top:40px;
	font-size:17px;
	line-height:24px;
}
.os_index2_extend_heading_wrapper p span{
	font-weight:600;
}
.os_index2_btn a:hover {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}
.os_index2_extend_box_wrapper{
	background:#fff;
	    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
    padding: 40px;
}
.os_index2_extend_box_wrapper h3{
	color: #222222;
	margin-top:14px;
	    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
	
}
.os_index2_extend_box_wrapper p{
	padding-top:14px;
}
.os_index2_extend_box_wrapper3{
	margin-top:35px;
}
.os_index2_extend_box_wrapper_right{
	margin-top:40px;
}
/*--------os extend End ---------*/
/*--------os Perfect pixel Start ---------*/
.os_index2_pixel_heading{
	border-top:1px solid #eee;
	padding-top:100px;
}
.os_index2_pixel_slider_main_wrapper{
	position:relative;
}
.os_index2_pixel_slider_wrapper .swiper-container {
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
	    margin-top: 60px;
}
.os_top_index2_header_main_wrapper svg{
	fill:#fff !important;
}
.os_index2_pixel_slider_wrapper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 275px; 
	box-shadow:0px 21px 51px -26px rgba(28,28,28,0.77);
	margin-left:15px;
	margin-right:15px;
	opacity: 0.6;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.swiper-container{
	padding-top:170px;
	padding-bottom:163px;
}
.os_index2_pixel_slider_wrapper{
	position:relative;
}
.os_index2_pixel_mokup{
	position:absolute;
	    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 103px;
	left:50%;
		    width: 315px;
    height: 580px;
}
.os_index2_pixel_mokup img{
	 width: 315px;
    height: 580px;
	box-shadow:0px 0px 79px -27px rgba(33,33,33,0.85);
	border-radius:40px;
}
.swiper-slide img{
	 width: 275px;
    height: 450px;
	webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index2_pixel_slider_wrapper .swiper-slide-active{
	box-shadow:none;
	opacity: 1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index2_pixel_slider_wrapper .swiper-slide-active img{
	webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
	border-radius:5px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*--------os Perfect pixel End ---------*/
/*--------os free trail Start ---------*/
.os_index2_free_trail_main_wrapper{
	background:url('../images/index2/downlord_img.png') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}
.cs_index2_free_trail_heading h3{
	font-size: 40px;
    font-weight: 300;
    font-style: normal;
    line-height: 67px;
    color: #ffffff;
}
.cs_index2_free_trail_heading h3 span{
	font-weight:600;
}
.cs_index2_free_trail_search{
	width:400px;
	display:inline-block;
	margin-top:40px;
}
.cs_index2_free_trail_search input{
	float:left;
	width:100%;
	background:#fff;
	height:55px;
	border-radius:50px;
	border:0;
	padding-left:20px;
}
.cs_index2_free_trail_search button{
	    width: 45px;
    height: 45px;
    margin-left: -51px;
    margin-top: 5px;
    float: left;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    border: 0;
	cursor:pointer;
	color:#fff;
    background-image: linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
}
.cs_index2_free_trail_apple li a i{
	font-size:67px;
}
.cs_index2_free_trail_apple{
	margin-top:40px;
}
.cs_index2_free_trail_apple li a{
	color:rgba(255,255,255,0.52);
}
.cs_index2_free_trail_apple li a span{
	padding-top:20px;
	    display: inline-block;
}
.cs_index2_free_trail_apple li{
	float:left;
	margin-right:60px;
}
.cs_index2_free_trail_apple ul{
	display:inline-block;
}
.cs_index2_free_trail_apple li:last-child{
	margin-right:0;
}
/*--------os free trail End ---------*/
/*--------os footer Start ---------*/
.os_index2_footer_first_wrapper h3{
	font-size: 16px;
    font-weight: 500;
    color: #222222;
	font-family: 'Rubik', sans-serif;
}
.os_index2_footer_first_wrapper{
	float:left;
	width:28%;
}
.os_index2_footer_category_wrapper{
	width:18%;
}
.os_index2_footer_first_wrapper p{
	font-size:15px;
	color:#797979;
	padding-top:30px;
}
.os_index2_footer_first_wrapper p span{
	float:left;
	padding-top:10px;
}
.os_index2_footer_first_wrapper p a{
	float:left;
	    width: 100%;
	padding-top:10px;
}
.os_index2_footer_first_wrapper p a:hover{
	color:#111;
}
.os_index2_bottom_footer_logo{
	float:left;
	width:33.33%;
}
.os_index2_bottom_footer_copy{
	float:left;
	width:33.33%;
	text-align:center;
}
.os_index2_bottom_footer_social{
	float:left;
	width:33.33%;
}
.os_index2_bottom_footer_social ul{
	float:right;
}
.os_index2_bottom_footer_social li{
	float:left;
	margin-left:20px;
}
.os_index2_bottom_footer_social li:first-child{
	margin-left:0;
}
.os_index2_bottom_footer_copy p{
	font-size:15px;
	font-weight:300;
	color:#888888;
}
.os_index2_bottom_footer_copy p a,.os_index2_bottom_footer_social li a:hover{
	color:#21bc87;
}
.os_index2_inner_bottom_footer_wrapper{
	background:#fff !important;
	border-top:1px solid #eee;
}
/*--------os footer End ---------*/
/*****************-- os Index-2 css End --****************************/
/*****************-- os Index-3 css Start --****************************/
.os_top_index3_header_main_wrapper{
	background:#f6f6f6;
}
.hs_main_menu_index3 .main_navi{
	    color: rgba(34,34,34,0.7);
}
.hs_main_menu_index3 .main_navi:hover{
	color:#111;
}
.os_order_index3_btn a{
	    background-image: linear-gradient(90deg, #6d68fe 0%, #b446ff 100%);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	border:0;
}
.os_order_index3_btn a:hover{
	    background-image: linear-gradient(90deg, #6d68fe 0%, #b446ff 100%);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	border:0;
	color:#fff;
}
.os_index3_banner_left_content_wrapper h3{
	font-size: 65px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 70px;
    letter-spacing: 3px;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    background-image: linear-gradient(260deg, #6d68fe 0%, #b446ff 100%);
	position:relative;
}
.os_index3_banner_left_content_wrapper h4{
	font-size: 65px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 70px;
    letter-spacing: 3px;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    background-image: linear-gradient(260deg, #6d68fe 0%, #b446ff 100%);
	text-align:center;
	margin-top:20px;
}
.os_index3_banner_left_content_wrapper h5{
	font-size: 65px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 70px;
    letter-spacing: 3px;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    background-image: linear-gradient(260deg, #6d68fe 0%, #b446ff 100%);
	text-align:right;
	margin-top:20px;
	position:relative;
}
.os_index3_banner_left_content_wrapper h3:after{
	content:'';
	width:65px;
	height:15px;
	position:absolute;
	background-image: linear-gradient(90deg, #6d68fe 0%, #b446ff 100%);
	right:0;
	bottom:0;
	border-radius:50px;
}
.os_index3_banner_left_content_wrapper h5:after{
	content:'';
	width:210px;
	height:15px;
	position:absolute;
	background-image: linear-gradient(90deg, #6d68fe 0%, #b446ff 100%);
	left:10%;
	bottom:0;
	border-radius:50px;
}
.os_index3_banner_left_content_wrapper{
	padding-top:100px;
}
.os_index3_banner_left_content_wrapper a{
	float: right;
    width: 170px;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
	text-transform:uppercase;
    background-image: linear-gradient(90deg, #6d68fe 0%, #b446ff 100%);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	margin-top:40px;
}
.os_index3_banner_left_content_wrapper a i{
	    font-size: 26px;
    position: relative;
    top: 4px;
    left: -1px;
}
.os_index3_banner_left_content_wrapper p{
	float:left;
	width:100%;
	margin-top:30px;
}
.os_index3_banner_left_content_wrapper p span{
	color:#111;
	font-weight:500;
}
.os_index3_banner_left_slider_wrapper .owl-theme .owl-dots{
	display:none;
}
.os_index3_banner_left_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -60px;
    z-index: 1000;
    display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.os_index3_banner_left_slider_wrapper .owl-theme .owl-nav .owl-prev{
	right:60px;
	    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 22px;
	padding-right:10px;
	font-size:30px;
	text-align:center;
        background-image: linear-gradient(90deg, #6d68fe 0%, #b446ff 100%);
	color:#fff;
	opacity:0;
	overflow:hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	   -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.os_index3_banner_left_slider_wrapper .owl-theme .owl-nav .owl-next{
	right:20px;
	    position: absolute;
    width: 35px;
    height: 35px;
	overflow:hidden;
	opacity:0;
        background-image: linear-gradient(90deg, #6d68fe 0%, #b446ff 100%);
	font-size:30px;
	 line-height: 22px;
	 color:#fff;
	padding-left:10px;
	text-align:center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.os_index3_banner_left_slider_wrapper:hover .owl-theme .owl-nav .owl-prev,.os_index3_banner_left_slider_wrapper:hover .owl-theme .owl-nav .owl-next{
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index3_banner_slider_img{
	text-align:center;
}
.os_index3_banner_slider_img img{
	width:auto !important;
	display:inline-block !important;
}
.os_index3_banner_left_slider_wrapper{
	margin-top:80px;
	padding-bottom: 80px;
}
.os_index3_admini_left_side_heading h3{
	    font-size: 40px;
        font-weight: 300;
    font-style: normal;
    line-height:42px;
    color: #222222;
}
.os_index3_admini_left_side_heading h3 span{
	font-weight:600;
}
.os_index3_admini_left_side_heading p{
	    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    color: rgba(0,0,0,0.81);
	margin-top:15px;
}
.os_index3_admini_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_index3_admini_left_side_heading h4{
	font-size: 15px;
	color:#797979;
	margin-top:40px;
	position:relative;
	display:inline-block;
}
.os_index3_admini_left_side_heading h4 span{
	float:left;
	width:165px;
	height:30px;
	font-size:12px;
	position:absolute;
	text-align:center;
	line-height:30px;
	color:#fff;
	left:0;
	top:-54px;
	border-radius:3px;
	background-image: linear-gradient(260deg, #6d68fe 0%, #b446ff 100%);
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index3_admini_left_side_heading h4 span:after{
	    content: '';
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #b446ff;
    position: absolute;
    bottom: -9px;
    left: 75px;
}
.os_index3_admini_left_side_heading h4:hover span{
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index3_admini_right_box i:before{
	font-size:55px;
	    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(260deg, #6d68fe 0%, #b446ff 100%);
}
.os_index3_admini_right_box h3{
	margin-top:25px;
}
.os_index3_admini_right_box h3 a{
	    font-size: 18px;
    color: #313131;
	font-weight:600;
}
.os_index3_admini_right_box p{
	padding-top:15px;
}
.os_index3_admini_right_box2{
	margin-top:50px;
}
.os_index3_admini_counto_box{
	padding:50px 20px;
	border:1px solid #6d68fe;
	border-radius:10px;
	text-align:center;
}
.os_index3_admini_counto_box h3{
	font-size: 40px;
    font-weight: 600;
    color: #222222;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index3_admini_counto_box h4{
	    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #313131;
	padding-top:10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index3_admini_counter_wrapper{
	margin-top:80px;
}
.os_index3_admini_counto_box_center{
	background:url('../images/index3/count_bg.png') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
}
.os_index3_admini_counto_box_center h3,.os_index3_admini_counto_box_center h4{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index3_admini_counto_box_hover:hover{
	background:url('../images/index3/count_bg.png') 50% 0 repeat-y;
	background-position:center -30px;
	background-size:cover;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.os_index3_admini_counto_box_hover:hover h3,.os_index3_admini_counto_box_hover:hover h4{
	color:#fff;
}
.os_index3_speed_tabs_img{
	margin-left:-200px;
}
.os_index3_speed_tabs_img img{
	width:650px;
}
.os_index3_speed_heading_wrapper h3{
	    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(260deg, #6d68fe 0%, #b446ff 100%);
}
.os_index3_speed_heading_wrapper h4{
	color:#222222;
	font-size: 40px;
    font-weight: 300;
    font-style: normal;
    line-height: 42px;
}
.os_index3_speed_heading_wrapper h4 span{
	    font-weight: 600;
}
.os_index3_speed_heading_wrapper p{
	color:#797979;
	    font-size: 14px;
}
.os_index3_speed_tabs_main_wrapper{
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}
.os_index3_speed_tabs_main_wrapper:after{
	content:'';
	background:url('../images/index3/speed_bg.png') 50% 0 repeat-y;
	position:absolute;
	top:-225px;
	left:0;
	width:1972px;
	height:1038px;
	z-index:-1;
}
.os_index3_speed_tabs .nav-tabs .nav-link{
	background:#fff;
	border:1px solid transparent;
	    color: #222;
		box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.04)
}
.os_index3_speed_tabs .nav-tabs .nav-link.active,.os_index3_speed_tabs .nav-tabs .nav-link:hover{
	    background-color: transparent;
    background-image: linear-gradient(90deg, #6d68fe 0%, #b446ff 99%);
    box-shadow: 0px 2px 15px -2px rgba(0,0,0,0.2);
	color:#fff;
	border:1px solid transparent;
}
.os_index3_process_win_main_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_index3_heading_wraper p{
	font-size:14px;
}
.os_index3_process_img{
	width:60px;
	float:left;
}
.os_index3_process_img img{
	width:60px;
	height:47px;
}
.os_index3_process_img_cont{
	float:left;
	width:calc(100% - 60px);
	padding-left:20px;
}
.os_index3_process_img_cont h3{
	    font-size: 18px;
    font-weight: 500;
    color: #313131;
}
.os_index3_process_img_cont p{
	font-size:14px;
	    width: 50%;
		padding-top:15px;
}
.os_index3_process_box2{
	margin-top:40px;
}
.os_index3_process_left_main_box{
	margin-top:80px;
}
.os_index3_process_right_img img{
	width:649px;
	box-shadow:0px 20px 30px 1px rgba(0,0,0,0.1);
}
.os_index3_process_right_img{
	padding-top:60px;
}
.os_index3_fancy_main_wrapper{
	background:url('../images/index3/fancy_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	min-height:500px;
}
.os_index3_heading_white_wraper h3{
	color:#fff;
}
.os_index3_heading_white_wraper p{
	color:rgba(255, 255, 255, 0.6);
	font-size:14px;
}
.os_index3_heading_white_wraper{
	padding-top:180px;
}
.toggle{
  display:flex;
  flex-direction:column;
  margin:0;
  padding:0;
  outline:0;
}
#toggle{
  opacity:0;
  display: none;
}
#toggle:checked ~ .switch{
  color:#ddd;
}
.switch{
    color: #333;
    margin-top: 3px;
    cursor: pointer;
    z-index: 10000;
	position:relative;
	display:inline-block;
}
.switch:before{
  display:inline-block;
  width:35px;
  height:35px;
  position:absolute;
  content:"";
  border-radius: 50%;
  background:#fff;
  z-index:2;
  transition:0.2s ease-out;
  box-shadow: 3px 3px 6px 1px rgba(0,0,0,.2);
}
.switch:after{
      display: inline-block;
    width: 62px;
    height: 24px;
    top: 5px;
    position: absolute;
    content: "";
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.26);
    transition: 0.3s ease-in-out;
}
.switch:hover:before,
#toggle:focus ~ .switch:before{
  box-shadow:0px 0px 1px 6px rgba(200,200,200,0.6);
}
#toggle:checked ~ .switch:before{
  transform:translatex(25px);
  background: #fff;
}
#toggle:checked ~ .switch:hover:before,
#toggle:checked:focus ~ .switch:before{
  box-shadow:0px 0px 1px 6px rgba(200,200,200,0.6);
}
.os_index3_fancy_img_second{
	display:none;
}
#toggle:checked ~ .os_index3_fancy_img_second{
	display:block;
}
#toggle:checked ~ .os_index3_fancy_img_first{
	display:none;
}
.os_index3_fancy_toggle_inner{
	text-align:center;
	padding-top: 40px;
}
.os_index3_fancy_img_first img,.os_index3_fancy_img_second img{
	width:100%;
}
.os_index3_fancy_img_first,.os_index3_fancy_img_second{
	margin-top:60px;
	    position: relative;
    top: 27px;
}
.os_index3_fancy_toggle_inner h3{
	    font-size: 16px;
    font-weight: 300;
	color: rgba(255,255,255,0.6);
	display:inline-block;
	    padding-right: 15px;
    position: relative;
    top: 13px;
}
.os_index3_fancy_toggle_inner h4{
	    font-size: 16px;
    font-weight: 300;
	color: rgba(255,255,255,0.6);
	display:inline-block;
	    padding-left: 80px;
    position: relative;
    top: 13px;
}
.os_index3_pricing_main_wrapper{
	padding-top:120px;
	padding-bottom:100px;
}
.os_index3_pricing_main_box{
	    border-radius: 5px;
    background-color: #fff;
    box-shadow: 4px 4px 20px 4px rgba(126,143,159,.1);
    padding: 40px 20px;
	margin-top:60px;
}
.os_index3_pricing_header_section{
	text-align:center;
}
.os_index3_pricing_header_section h3{
	    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #222222;
}
.os_index3_pricing_header_section h4{
	font-size: 35px;
    font-weight: 600;
    color: #222222;
	padding-top:20px;
}
.os_index3_pricing_header_section p{
	font-size: 14px;
    font-weight: 300;
	padding-top:15px;
}
.os_index3_pricing_header_section a{
	display:inline-block;
    width: 155px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    background: #666666;
	    border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	margin-top:20px;
}
.os_index3_pricing_header_section a:hover{
	    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}
.os_index3_pricing_list_section li{
	font-size:15px;
}
.os_index3_pricing_list_section li span{
	font-weight:600;
	color:#111;
}
.os_index3_pricing_list_section{
	    border: 1px solid #eee;
    padding: 20px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
	margin-top:20px;
}
.os_index3_pricing_list_section li{
	float:left;
	width:100%;
	margin-top:20px;
}
.os_index3_pricing_list_section li:first-child{
	margin-top:0;
}
.os_index3_pricing_list_section li i{
	color:#b446ff;
	    font-size: 22px;
	float:left;
	width:22px;
}
.os_index3_pricing_list_section li p{
	float:left;
	width:calc(100% - 22px);
	    padding-left: 10px;
    line-height: 20px;
}
.os_index3_pricing_btn_section a{
	float:left;
	width:100%;
	height:50px;
	border:1px solid #eee;
	border-top:0;
	text-align:center;
	line-height:50px;
	font-size:14px;
	font-family: "Poppins", Sans-serif;
    color: #222222;
}
.os_index3_pricing_main_box_center{
	background-image: linear-gradient(90deg, #6d68fe 0%, #b446ff 100%);
}
.os_index3_pricing_header_section_center h3,.os_index3_pricing_header_section_center h4,.os_index3_pricing_header_section_center p{
	color:#fff;
}
.os_index3_pricing_header_section_center a{
	background:#fff;
	color:#b446ff;
}
.os_index3_pricing_list_section_center{
	border:1px solid rgba(255, 255, 255, 0.25);
}
.os_index3_pricing_list_section_center li,.os_index3_pricing_list_section_center li span{
	color:#fff;
}
.os_index3_pricing_list_section_center li i{
	color:#fff;
}
.os_index3_pricing_btn_section_center a{
	border:1px solid rgba(255, 255, 255, 0.25);
	color:#fff;
	border-top:0;
}
.os_index3_client_main_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_index3_client_inner_wrapper{
	margin-top:60px;
}
.os_index3_client_left_box{
	float:left;
	width:33.33%;
	min-height:400px;
	position:relative;
}
.os_index3_client_center_box{
	float:left;
	width:33.33%;
	min-height:400px;
	position:relative;
}
.os_index3_client_right_box{
	float:left;
	width:33.33%;
	min-height:400px;
	position:relative;
}
.os_index3_client_img1{
	width:100px;
	position:absolute;
	    top: 35%;
}
.os_index3_client_img1 img{
	width:100%;
}
.os_index3_client_img1_cont{
	text-align:center;
	width:320px;
	padding:20px;
	z-index:1;
	background:#fff;
	box-shadow:4px 4px 20px 4px rgba(126,143,159,.1);
	    position: absolute;
    left: -115px;
    top: 109px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.os_index3_client_img1:hover .os_index3_client_img1_cont{
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index3_client_img1_cont h4{
	font-size:24px;
	color:#111;
	font-weight:600;
}
.os_index3_client_img1_cont p{
	padding-top:20px;
	font-size:14px;
}
.os_opa img{
	opacity:0.3;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_opa:hover img{
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index3_client_img2{
	top: 0;
    left: 25%;
}
.os_index3_client_img3{
	bottom: 0;
	top:auto;
    left: 25%;
}
.os_index3_client_img4{
	    top: 22%;
    left: 57%;
}
.os_index3_client_img5{
	bottom: 0;
	top:auto;
    left: auto;
	right:0;
}
.os_index3_client_img6{
	    bottom: 33%;
    top: auto;
    left: auto;
    right: 39%;
}
.os_index3_client_img6{
	width:55px;
}
.os_index3_client_img1_cont_small{
	top:60px;
}
.os_index3_client_img7{
	left: 34%;
}
.os_index3_client_img8{
	bottom: 38%;
    right: auto;
    left: 3px;
}
.os_index3_client_img9{
	    bottom: 59%;
    right: 6%;
}
.os_index3_client_img10{
	    bottom: auto;
    top: 10%;
    right: auto;
    left: 0;
}
.os_index3_client_img11{
	left: 11%;
    top: 39%;
}
.os_index3_client_img12{
	    top: auto;
    bottom: 0;
    left: 26%;
}
.os_index3_client_img13{
	top: 0;
    left: auto;
    right: 27%;
}
.os_index3_client_img14{
	    right: 4%;
    bottom: 48%;
}
.os_index3_client_img15{
	    top: auto;
    bottom: 12%;
    right: 9%;
}
.os_index3_video_section_wrapper{
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
}
.os_index3_video_section_wrapper:after{
	content:'';
	background:url('../images/index3/shapy.png');
	background-repeat:no-repeat;
	width:1600px;
	height:356px;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	top: 30%;
    z-index: -1;
}
.os_index3_video_inner a{
	position:relative;
	    float: left;
}
.os_index3_video_inner a span{
	    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 80px;
}
.os_index3_input_box_wrapper input{
	width:100%;
	height:60px;
	background:#f5f5f5;
	font-size:15px;
	border:0;
	padding-left:20px;
	margin-top:60px;
	border-radius: 5px;
}

.os_index3_input_box_wrapper select{
    width:100%;
    height:60px;
    background:#f5f5f5;
    font-size:15px;
    border:0;
    padding-left:20px;
    margin-top:30px;
    border-radius: 5px;
    background-color: #FFFFFF;

}

.os_index3_input_box_wrapper textarea{
	width:100%;
	padding-top:20px;
	padding-left:20px;
	background:#f5f5f5;
	resize:none;
	font-size:15px;
	border:0;
	margin-top:30px;
	border-radius: 5px;
}
.os_index3_input_box_wrapper a{
	float:left;
	width:100%;
	height:60px;
	text-align:center;
	line-height:60px;
	color:#fff;
	    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
	margin-top:30px;
	background-color: transparent;
    background-image: linear-gradient(70deg, #6d68fe 0%, #b446ff 99%);
    border-radius: 5px;
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.15);
}
.os_index3_input_box_pera_wrapper p a{
	text-decoration:underline;
}
.os_index3_input_box_pera_wrapper p a:hover{
	    color: #ff0044;
}
.os_index3_input_box_pera_wrapper p{
	font-size:15px;
	font-weight:300;
	text-align:center;
	padding-top:30px;
}
.os_index3_footer_wrapper{
	border-top:1px solid #eee;
	margin-top:100px;
}
.os_index3_footer_form_wrapper button{
	    background-image: linear-gradient(90deg, #6d68fe 0%, #b446ff 100%) !important;
		border:1px solid #b446ff !important;
}
.os_index3_inner_bottom_footer_cont p a{
	color:#b446ff !important;
}
.os_index3_inner_bottom_footer_cont li a:hover,.fab-rotate-index3{
	background: linear-gradient(90deg, #6d68fe 0%, #b446ff 100%) !important;
}
.hs_main_menu_index3 .dropdown-wrapper:hover > .menu-button{
	color:#111;
}
/*****************-- os Index-3 css End --****************************/
/*****************-- os Index-4 css Start --****************************/
.os_top_index4_header_main_wrapper{
	background:url('../images/index4/banner_top.png') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
}
.os_top_index4_header_main_wrapper .main_navi{
	color: rgba(255, 255, 255, 0.63);
}
.os_top_index4_header_main_wrapper .main_navi:hover,.os_top_index4_header_main_wrapper .dropdown-wrapper:hover > .menu-button{
	color:#fff !important;
}
.os_inner_order_btn_index4 a:hover{
	border:1px solid #fff;
	color:#fff;
}
.os_index4_banner_cont{
	text-align:center;
	padding-top:70px;
}
.os_index4_banner_cont h3{
	    font-size: 45px;
    font-weight: 500;
    font-style: normal;
    line-height: 50px;
    color: #ffffff;
}
.os_index4_banner_cont p{
	font-size: 19px;
    font-weight: 300;
    line-height: 20px;
	color:#fff;
	padding-top:30px;
}
.os_index4_banner_cont a{
	    display: inline-block;
    width: 210px;
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    color: #30d178;
    background: #ffffff;
    border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: 60px;
}
.os_index4_banner_cont a:hover{
	webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

.os_index4_banner_cont_img{
	margin-top:100px;
}
.os_index4_banner_cont_img img{
	width:100%;
}
.os_index4_heading_wraper h3{
	line-height: 52px;
}
.os_index4_counter_section_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_index4_counter_box h3{
	    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    color: #30d178;
}
.os_index4_counter_box{
	text-align:center;
	margin-top:60px;
	padding-top:40px;
	padding-bottom:40px;
	border-bottom:1px solid #e6e2e2;
}
.os_index4_counter_box h4{
	font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #222222;
	padding-top:30px;
}
.os_index4_counter_box p{
	padding-top:20px;
	font-size:14px;
	    width: 90%;
    display: inline-block;
}
.os_index4_counter_box_img{
	padding-top:40px;
	padding-bottom:60px;
	margin-top:40px;
	text-align:center;
	border-bottom:1px solid #e6e2e2;
}
.os_index4_sharing_section_wrapper{
	padding-bottom:100px;
}
.os_index4_share_tabs .nav-tabs{
	display:block;
	    width: 60px;
		background: #fff;
    box-shadow: 0px 3px 30px -5px rgba(0,0,0,0.2);
	border-bottom:0;
	    border-radius: 50px;
}
.os_index4_share_tabs .nav-tabs .nav-link{
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
}
.os_index4_share_tabs .nav-tabs .nav-link:hover{
	border-color:transparent;
	color:#2abd80;
}
.os_index4_share_tabs .nav-tabs .nav-item.show .nav-link, .os_index4_share_tabs .nav-tabs .nav-link.active{
	border-color:transparent;
	color:#2abd80;
	background:transparent;
}
.os_index4_share_heading_wrapper h3{
	    font-size: 46px;
    font-weight: 300;
    font-style: normal;
    line-height: 58px;
    color: #222222;
}
.os_index4_share_heading_wrapper h3 span{
	font-weight: 600;
}
.os_index4_share_heading_wrapper p{
	font-size:14px;
	padding-top:20px;
}
.os_index4_share_tabs_main_wrapper{
	position:relative;
}
.os_index4_share_tabs{
	position: absolute;
    left: -170px;
	    top: 137px;
}
.os_index4_share_heading_wrapper a{
	color:#2abd80;
	font-weight:400;
	margin-top:30px;
	float:left;
	    padding-bottom: 7px;
	border-bottom:2px solid #2abd80;
	position:relative;
}
.os_index4_share_heading_wrapper a:after{
	content: '';
    border: 1px solid #fff;
    width: 0;
    position: absolute;
    left: 0;
	opacity:0;
    bottom: -2px;
    z-index: 100;
	-webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.os_index4_share_heading_wrapper a:hover:after{
	width: 101px;
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index4_share_heading_wrapper a:before{
	content: '';
    border: 1px solid #2abd80;
    width: 0;
    position: absolute;
    left: 0;
	opacity:0;
    bottom: -2px;
    z-index: 10000;
	-webkit-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
.os_index4_share_heading_wrapper a:hover:before{
	width: 101px;
	opacity:1;
	-webkit-transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 3s;
}
.os_index4_share_heading_wrapper a i{
	    font-size: 12px;
    position: relative;
    top: -1px;
}
.os_index4_share_heading_wrapper{
	padding-top:150px;
}
.os_index4_online_main_wrapper{
	    background: url(../images/index4/re.png) 50% 0 repeat-y;
    background-position: center 0;
    background-size: cover;
    min-height: 780px;
}
.os_index4_heading_white_wraper{
	padding-top:150px;
}
.os_index4_online_img_first img{
	width:auto;
}
.os_index4_success_main_wrapper{
	padding-top:100px;
}
.os_index4_success_img_cont_wrapper h3{
	font-size: 40px;
    font-weight: 300;
    font-style: normal;
    line-height: 47px;
    color: #222222;
}
.os_index4_success_img_cont_wrapper h3 span{
	font-weight:600;
}
.os_index4_success_img_wrapper img{
	margin-left:-105px;
}
.os_index4_success_img_cont_wrapper li{
	float:left;
	margin-right:50px;
}
.os_index4_success_img_cont_wrapper li:last-child{
	margin-right:0;
}
.os_index4_success_img_cont_wrapper ul{
	margin-top:30px;
}
.os_index4_success_slider_wrapper .owl-theme .owl-dots,.os_index4_success_slider_wrapper .owl-theme .owl-nav{
	display:none;
}
.os_index4_success_slider_pera p{
	width:70%;
	margin-top:30px;
}
.os_index4_success_slider_pera p span{
	font-weight:600;
}
.os_index4_success_img{
	float:left;
	width:60px;
}
.os_index4_success_img img{
	width:100%;
	border-radius:100%;
}
.os_index4_success_img_cont{
	float:left;
	width:calc(100% - 60px);
	padding-left:20px;
	padding-top: 6px;
}
.os_index4_success_img_cont h3{
	font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
	line-height: 23px;
}
.os_index4_success_img_cont p{
	font-size:13px;
}
.os_index4_success_slider_pera_bottom{
	margin-top:30px;
}
.os_onlone_border{
	padding-bottom:100px;
	border-bottom:1px solid #e6e2e2;
}
.os_index4_sales_left_wrapper{
	width:30%;
	float:left;
}
.os_index4_sales_right_wrapper{
	width:70%;
	float:left;
	padding-left: 120px;
}
.os_index4_sales_left_wrapper p{
	padding-top:40px;
	    font-weight: 100;
    font-size: 15px;
}
.os_index4_sales_left_wrapper p span{
	color:#111;
	font-weight:600;
}
.os_index4_sales_right_wrapper h3{
	font-size: 42px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.1em;
    color: #222222;
}
.os_index4_sales_right_wrapper p{
	    padding-top: 30px;
    font-weight: 100;
    font-size: 15px;
}
.os_index4_sales_right_wrapper a{
	color:#2abd80;
	font-weight:400;
	margin-top:30px;
	float:left;
	    padding-bottom: 7px;
	border-bottom:2px solid #2abd80;
	position:relative;
}
.os_index4_sales_right_wrapper a:after{
	content: '';
    border: 1px solid #fff;
    width: 0;
    position: absolute;
    left: 0;
	opacity:0;
    bottom: -2px;
    z-index: 100;
	-webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.os_index4_sales_right_wrapper a:hover:after{
	width: 101px;
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index4_sales_right_wrapper a:before{
	content: '';
    border: 1px solid #2abd80;
    width: 0;
    position: absolute;
    left: 0;
	opacity:0;
    bottom: -2px;
    z-index: 10000;
	-webkit-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
.os_index4_sales_right_wrapper a:hover:before{
	width: 101px;
	opacity:1;
	-webkit-transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;
    -moz-transition: all 3s;
    transition: all 3s;
}
.os_index4_sales_right_wrapper a i{
	    font-size: 12px;
    position: relative;
    top: -1px;
}
.os_index4_sales_amin_wrapper{
	padding-top:100px;
	padding-bottom:100px;
	border-bottom:1px solid #e6e2e2;
}
.os_index4_sales_amin_wrapper2{
	border-bottom:0;
}
.os_index4_works_wrapper{
	position:relative;
	overflow:hidden;
}
.os_index4_works_wrapper:after{
	content:'';
	background:url('../images/index4/shape.png');
	background-position:center 0;
	position:absolute;
	left:0;
	right:0;
	top:0;
	width:100%;
	min-height:1040px;
	z-index:-1;
}
.os_index4_heading_white_wraper p{
	font-size:15px;
	color:#fff;
}
.os_index4_video_inner a{
	position:relative;
	    display: inline-block;
}
.os_index4_video_inner a span{
	    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 139px;
}
.os_index4_video_inner{
	text-align:center;
	padding-top:40px;
}
.os_index4_press_slider_wrapper .owl-theme .owl-nav{
	display:none;
}
.os_index4_press_slider_wrapper  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-70px;
}
.os_index4_press_slider_wrapper .owl-theme .owl-dots .owl-dot{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index4_press_slider_wrapper .owl-carousel{
	z-index:auto;
}
.os_index4_press_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width: 10px;
    height: 10px;
    display: block;
    margin: 5px;
    background: #fff;
	border:1px solid #666666;
   	-webkit-border-radius: 30px; 
  -moz-border-radius: 30px; 
   border-radius: 30px; 
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index4_press_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, 
.os_index4_press_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span  {
	background:#666666;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index4_press_slider_wrapper .owl-theme .owl-dots .owl-dot.active, 
.os_index4_press_slider_wrapper .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index4_press_img_wrapper{
	overflow:hidden;
}
.os_index4_press_img_wrapper img{
	width:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index4_press_img_cont_wrapper{
	padding:15px;
	background:#f7f7f7;
}
.os_index4_press_img_cont_wrapper span a{
	float:left;
	color:#db454a;
	border:1px solid #db454a;
	border-radius:15px;
	font-size:10px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	padding:0px 14px;
}
.os_index4_press_img_cont_wrapper h3{
	float:left;
	width:100%;
	padding-top:10px;
}
.os_index4_press_img_cont_wrapper h3 a{
	font-size:20px;
	font-weight:600;
	line-height:30px;
	color:#333;
}
.os_index4_press_main_box:hover .os_index4_press_img_cont_wrapper h3 a{
	color:#db454a;
}
.os_index4_press_img_cont_wrapper p{
	padding-top:10px;
	float:left;
	width:100%;
	font-size:15px;
	float:left;
	width:100%;
	font-weight:100;
}
.os_index4_press_img_cont_wrapper ul{
	float:left;
	width:100%;
	padding-top:15px;
	border-top:1px solid #eee;
	margin-top:20px;
}
.os_index4_press_img_cont_wrapper li{
	font-size:15px;
	font-weight:100;
	float:left;
	margin-right:15px;
}
.os_index4_press_img_cont_wrapper li a{
	font-size:15px;
	font-weight:100;
}
.os_index4_press_img_cont_wrapper li a:hover{
	color:#db454a;
}
.os_index4_press_slider_wrapper{
	margin-top:60px;
}
.os_index4_press_main_box:hover .os_index4_press_img_wrapper img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index4_form_main_wrapper{
	padding-top:100px;
}
.os_index4_input_box_wrapper a{
	    background-color: transparent;
    background-image: linear-gradient(210deg, #11998e 0%, #38ef7d 100%);
}
.os_index4_footer_form_wrapper button{
	    background-color: transparent !important;
    background-image: linear-gradient(210deg, #11998e 0%, #38ef7d 100%) !important;
	border:1px solid #38ef7d !important;
}
.os_index4_inner_bottom_footer_cont p a{
	color:#2abd80 !important;
}
.os_index4_inner_bottom_footer_cont li a:hover{
	    background-color: transparent !important;
    background-image: linear-gradient(210deg, #11998e 0%, #38ef7d 100%) !important;
}
/*****************-- os Index-4 css End --****************************/
/*****************-- os Index-5 css Start --****************************/
.os_inner_order_btn_index5 a{
	background:#fe625e;
	color:#fff;
}
.os_inner_order_btn_index5 a:hover{
	border:1px solid #fe625e;
	color:#fe625e;
}
.os_index5_banner_left_cont h3{
	font-size: 40px;
    font-weight: 600;
    font-style: normal;
    color: #222222;
}
.os_index5_banner_left_cont h3 span{
	    font-size: 50px;
    line-height: 55px;
}
.os_index5_banner_left_cont p{
	font-weight:100;
	padding-top:30px;
}
.os_index5_banner_content_wrapper{
	padding-top:100px;
}
.os_index5_banner_search_wrapper{
	margin-top:40px;
}
.os_index5_banner_search_wrapper input{
	float:left;
	width:calc(97% - 140px);
	background:#f1f1f1;
	height:50px;
	border:0;
	margin-right:10px;
	padding-left: 20px;
}
.os_index5_banner_search_wrapper button{
	float:left;
	width:140px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#fe625e;
	color:#fff;
	font-size:14px;
	border-radius:5px;
	text-transform:uppercase;
	border:0;
	cursor:pointer;
}
.os_index5_banner_left_cont h4{
	font-size:14px;
	color:#797979;
	font-weight:100;
	font-family: 'Rubik', sans-serif;
	line-height:24px;
	    padding-top: 15px;
    float: left;
}
.os_index5_banner_left_cont h4 a{
	font-weight:500;
	text-decoration:underline;
	color:#797979;
}
.os_index5_banner_img img{
	width:100%;
}
.os_index5_heading_banner_wraper h3{
	font-size:30px;
	line-height:40px;
}
.os_index5_banner_slider_section_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_index5_banner_slider_wrapper .owl-theme .owl-nav,.os_index5_banner_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.os_index5_banner_slider_wrapper{
	margin-top:80px;
}
.os_index5_banner_slider_img{
	text-align:center;
}
.os_index5_banner_slider_img img{
	width:auto !important;
}
.os_index5_startup_tabs_main_wrapper{
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}
.os_index5_startup_tabs_main_wrapper:after{
	content:'';
	background:url('../images/index5/ff1.png') 50% 0 repeat-y;
	position:absolute;
	top:-65px;
	left:0;
	width:1972px;
	height:1038px;
	z-index:-1;
	background-repeat:no-repeat;
}
.os_index5_startup_tabs_img img{
	width:100%;
}
.os_index5_startup_tabs_img{
	padding-top:80px;
}
.os_index5_speed_heading_wrapper h4{
	line-height: 50px;
}
.os_index5_speed_heading_wrapper p{
	font-size:16px;
}
.os_index5_comfort_tabs .nav-tabs .nav-link{
	border:1px solid rgba(255,255,255,0.15);
	padding:0;
	width:200px;
	height:55px;
	line-height:52px;
	padding-left:20px;
	    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	color:#797979;
	background:transparent;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_comfort_tabs .nav-tabs .nav-link.active{
	color:#111;
	background:#f3dfd0;
}
.os_index5_comfort_tabs .nav-tabs .nav-link:hover{
	color:#111;
	background:#f3dfd0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_comfort_tabs ul{
	display:inline-block;
	border:0;
	margin-top:40px;
	position:relative;
}
.os_index5_comfort_tabs li:nth-child(2){
	margin-top:10px;
	margin-bottom:10px;
}
.os_index5_comfort_tabs li a i{
	    color: #fe625e;
    padding-right: 15px;
}
.os_index5_heading_wraper p{
	font-size: 16px;
    line-height: 26px;
    font-weight: 100;
}
.os_index5_admini_box{
	text-align:center;
	padding:40px;
	border-radius:5px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-top:15px;
}
.os_index5_heading_bot_wraper{
	padding-bottom:45px;
}
.os_index5_admini_box:hover{
	box-shadow:0px 10px 30px 1px rgba(0,0,0,0.17);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	background:#fe625e;
}
.os_index5_admini_box i:before{
	font-size:50px;
	color:#fe625e;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_admini_box:hover i:before{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_admini_box h3{
	padding-top:30px;
}
.os_index5_admini_box h3 a{
	font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: #313131;
}
.os_index5_admini_box:hover h3 a{
	color:#fff;
}
.os_index5_admini_box p{
	font-size:14px;
	padding-top:10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_admini_box:hover p{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_heading_wraper h3{
	font-size: 40px;
    font-weight: 300;
    font-style: normal;
    line-height: 51px;
    color: #222222;
}
.os_index5_heading_wraper h3 span{
	font-weight:600;
}
.os_index5_admini_main_wrapper{
	padding-bottom:150px;
}
.os_index5_processwin_main_wrapper{
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
}
.os_index5_processwin_main_wrapper:after{
	    content: '';
    background: url(../images/index5/process_shape.png) 50% 0 repeat-y;
    position: absolute;
    top: -100px;
    left: 0;
	width:2217px;
    min-height: 850px;
    z-index: -1;
    background-repeat: no-repeat;
}
.os_index5_heading_wraper p{
	font-size:14px;
	padding-top:30px;
}
.os_index5_process_img img{
	width:100%;
}
.os_index5_heading_wraper h4{
	font-family: "Rubik", Sans-serif;
    font-size: 17px;
    font-weight: 400;
	    color: #fe625e;
		    border-bottom: 2px solid #cccccc;
    padding-bottom: 5px;
	display:inline-block;
	padding-top:30px;
}
.os_index5_video_main_wrapper{
	padding-top:100px;
}
.os_index5_pricing_main_box_center{
	background:url('../images/index5/pricing.png') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
}
.os_index5_pricing_header_section_center a,.os_index5_pricing_list_section li i{
	color:#fe625e;
}
.os_index5_pricing_main_wrapper{
	padding-bottom:0;
}
.os_index5_heading_wraper p{
	font-size:16px;
	font-weight:100;
}
.os_index5_heading_wraper p span{
	font-weight:600;
}
.os_index5_faq_main_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
#accordion{
	margin-top:40px;
}
#accordion .card {
  background: #fff;
  border:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom:20px;  
}
#accordion .card_pagee h5 {
  font-weight: 500;
  font-size:16px;
  text-transform:capitalize;
}
#accordion .card-body {
	float: left;
    width: 100%;
    padding: 50px 30px;
	background:#fff;
	    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.07);
}
#accordion .card-body .card_cntnt {
	 float:left;
	 width:100%;
}
#accordion [data-toggle="collapse"].collapsed:after{
    content: "\f0d7";
}
#accordion [data-toggle="collapse"]:after{
        font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d8";
    position: absolute;
    font-size: 16px;
    top: 13px;
    left: 15px;
}
#accordion .card_pagee a.collapsed {
   color: #222222; 
    display: block;
    padding: 14px 45px;
	    background-color: #ffffff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.03);
}
#accordion .card_pagee a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #222222;
	padding:14px 45px;
        background-color: #ffffff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.03);
	font-family: 'Poppins', sans-serif;
}
#accordion .card_pagee a:after{
	color:#222;
}
#accordion .card_pagee a.collapsed:after {
	 color: #2d3a4b; 
}
.os_index5_testimonial_main_wrapper{
	position:relative;
	padding-top:195px;
	padding-bottom:100px;
}
.os_index5_testimonial_main_wrapper:after{
	content: '';
    background: url(../images/index5/slider_bg.png) 50% 0 repeat-y;
    position: absolute;
    top:0;
    left: 0;
    width: 1920px;
    min-height: 545px;
    z-index: -1;
    background-repeat: no-repeat;
}
.os_index5_testimonial_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.os_index5_testimonial_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -65px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.os_index5_testimonial_slider_wrapper .owl-theme .owl-nav .owl-prev{
        font-size: 16px;
    margin: 0;
    padding: 0;
    right: 40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 49px;
    top: 0;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_testimonial_slider_wrapper  .owl-theme .owl-nav .owl-next{
        font-size: 16px;
    margin: 0;
    padding: 0;
    right: 40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 12px;
    top: 0;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_testimonial_slider_wrapper  .owl-theme .owl-nav .owl-next i:before,.os_index5_testimonial_slider_wrapper .owl-theme .owl-nav .owl-prev i:before{
	font-size:15px;
}
.os_index5_testimonial_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .os_index5_testimonial_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
	opacity:0.7;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_testimonial_slider_img{
	float:left;
	width:200px;
}
.os_index5_testimonial_slider_img img{
	border-radius:100%;
	width:100%;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.3);
}
.os_index5_testimonial_slider_img_cont{
	float:left;
	width:calc(100% - 200px);
	padding-left:30px;
	padding-top: 25px;
}
.os_index5_testimonial_slider_img_cont p{
	color:rgba(255, 255, 255, 0.82);
}
.bot_text_testi{
	font-size:16px;
	font-weight:400;
	color:#fff !important;
	padding-top:5px;
}
.os_index5_testimonial_slider_img_cont h3{
	font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
	padding-top:20px;
}
.os_index5_testimonial_slider_img_cont span{
	font-size:16px;
	color:rgba(255, 255, 255, 0.82);
	padding-top:10px;
	float:left;
	padding-left:10px;
}
.os_index5_news_main_wrapper{
	padding-top:150px;
	padding-bottom:100px;
}
.os_index5_news_img{
	width:400px;
	float:left;
	overflow:hidden;
}
.os_index5_news_img img{
	width:100%;
	border-radius:5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_news_main_box:hover .os_index5_news_img img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_news_img_cont{
	width:calc(100% - 400px);
	float:left;
	padding-left:40px;
	padding-top:10px;
}
.os_index5_news_img_cont h3 a{
	font-size:20px;
	font-weight:600;
	color:#222222;
	line-height:42px;
}
.os_index5_news_img_cont p{
	padding-top:20px;
}
.os_index5_news_img_cont li{
	font-size:12px;
	margin-top:20px;
	font-weight:100;
}
.os_index5_news_img_cont li a{
	font-size:12px;
	font-weight:100;
}
.os_index5_news_img_cont li a:hover{
	color:#fe625e;
}
.os_index5_news_img_cont li span a{
	font-weight:600;
}
.os_index5_news_img_cont h4 a{
	float: left;
    width: 165px;
    height: 45px;
    font-size: 15px;
    font-weight: 400;
	margin-top:20px;
    line-height: 41px;
    text-align: center;
    color: #ffffff;
    background: #fe625e;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.os_index5_news_img_cont h4 a:hover{
	background:transparent;
	border:1px solid #fe625e;
	color:#fe625e;
}
.os_index5_news_slider_wrapper{
	margin-top:20px;
}
.os_index5_news_main_box{
	margin-top:80px;
}
.os_index5_news_slider_wrapper .owl-theme .owl-nav{
	display:none;
}
.os_index5_news_slider_wrapper  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-70px;
}
.os_index5_news_slider_wrapper .owl-theme .owl-dots .owl-dot{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_news_slider_wrapper .owl-carousel{
	z-index:auto;
}
.os_index5_news_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width: 10px;
    height: 10px;
    display: block;
    margin: 5px;
    background: #fff;
	border:1px solid #666666;
   	-webkit-border-radius: 30px; 
  -moz-border-radius: 30px; 
   border-radius: 30px; 
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_news_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, 
.os_index5_news_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span  {
	background:#666666;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_news_slider_wrapper .owl-theme .owl-dots .owl-dot.active, 
.os_index5_news_slider_wrapper .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index5_form_main_wrapper{
	position:relative;
	    margin-top: 60px;
}
.os_index5_form_main_wrapper:after{
	    content: '';
    background: url(../images/index5/contact1.png) 50% 0 repeat-y;
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    min-height: 771px;
    z-index: -1;
    background-repeat: no-repeat;
}
.os_index5_footer_wrapper{
	padding-top:150px !important;
	border-top:0;
}
.os_index5_input_box_wrapper input,.os_index5_input_box_wrapper textarea{
	background:#fff;
}
.os_index5_input_box_wrapper a{
	background:#fe625e;
}
.os_index5_footer_form_wrapper button{
	background:#fe625e !important;
}
.os_index5_inner_bottom_footer_cont p a{
	color:#fe625e !important;
}
.os_index5_inner_bottom_footer_cont li a{
	    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.os_index5_inner_bottom_footer_cont li a:hover{
	background:#fe625e !important;
}
.os_index5_inner_bottom_footer_wrapper{
	background:#fff !important;
	border-top:1px solid #eee !important;
}
.house_toggle svg{
	fill:#fe625e;
}
.os_top_index5_header_main_wrapper .menu_fixed{
	background:#fff;
	    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
}
/*****************-- os Index-5 css End --****************************/
/*****************-- os Index-6 css Start --****************************/
.os_top_index6_header_main_wrapper{
	position:relative;
}
.os_top_index6_header_main_wrapper:after{
	    content: '';
    background: url(../images/index6/banner_bg.png);
    background-position: center 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1920px;
    min-height: 965px;
    z-index: -1;
}
.os_top_index6_header_main_wrapper .main_navi {
    color: rgba(255, 255, 255, 0.63);
}
.os_top_index6_header_main_wrapper .main_navi:hover, .os_top_index6_header_main_wrapper .dropdown-wrapper:hover > .menu-button {
    color: #fff !important;
}
.os_inner_order_btn_index6 a{
	background:#536dfe !important;
	border:1px solid #536dfe !important;
}
.os_inner_order_btn_index6 a:hover{
	color:#fff;
}
.os_index6_banner_left_cont h3{
	font-size: 65px;
    font-weight: 600;
    font-style: normal;
    line-height: 70px;
    color: #ffffff;
}
.os_index6_banner_left_cont{
	padding-top:150px;
}
.os_index6_banner_left_cont p{
	    font-size: 16px;
    line-height: 30px;
	color:#fff;
	padding-top:30px;
}
.os_index6_banner_left_cont p span{
	font-weight:600;
}
.os_index6_banner_search_wrapper{
	margin-top:40px;
}
.os_index6_banner_search_wrapper input{
	float:left;
	width:calc(97% - 140px);
	background:#f1f1f1;
	height:50px;
	border:0;
	border-radius:5px;
	margin-right:10px;
	padding-left: 20px;
}
.os_index6_banner_search_wrapper button{
	float:left;
	width:140px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#536dfe;
	color:#fff;
	font-size:14px;
	border-radius:5px;
	text-transform:uppercase;
	border:0;
	cursor:pointer;
	box-shadow: 0px 20px 38px -10px rgba(0,0,0,0.2);
}
.os_index6_banner_left_cont h4{
	font-size:14px;
	color:#fff;
	font-weight:100;
	font-family: 'Rubik', sans-serif;
	line-height:24px;
	    padding-top: 15px;
    float: left;
	padding-top:10px;
}
.os_index6_banner_left_cont h4 a{
	font-weight:500;
	text-decoration:underline;
	color:#fff;
}
.os_inner_mgmt_wrapper{
	padding: 60px 0px;
}
.os_inner_mgmt_text{
	text-align: center;
	border-style: solid;
    border-color: rgba(0,0,0,0.1);
    border-width: 0px 0px 0px 0px;
    padding: 60px 20px 60px 20px;
    border-radius: 10px;
    margin:20px 0px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_inner_mgmt_text span i{
    text-align: center;
    color: #ff512f;
    margin-bottom: 25px;
}
.os_inner_mgmt_text span i:before{
	font-size:75px;
}
.os_inner_mgmt_text h3{
	font-size: 18px;
    line-height: 22px;
    color: #222222;
    font-weight: 500;
	padding-top:40px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_inner_mgmt_text p{
	font-size: 15px;
    font-weight: 300;
    line-height: 22px;
	padding-top: 20px;
}
.os_inner_btn_wrapper a{
		font-family: "Poppins", Sans-serif;
		line-height: 18px;
		width:190px;
		height:45px;
		display:inline-block;
		line-height:45px;
		text-align:center;
		font-size: 14px;
		border: 1px solid #e6e6e6;
		border-radius: 50px;
}
.os_inner_btn_wrapper{
	margin-top: 40px;
}
.os_inner_mgmt_text:hover .os_inner_btn_wrapper a,.os_inner_mgmt_text:hover span i,
.os_inner_mgmt_text:hover h3{
		color: #fff;
		-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_inner_mgmt_text:hover{
	background-image: url(../images/index6/infoback-full-bg.png);
	background-position:center -30px;
	background-size:cover;
	color: #fff;
	animation: slideInUp 1.5s;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index6_heading_left h3{
	    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 49px;
    color: #222222;
}
.os_index6_heading_left p{
	    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
	padding-top:25px;
}
.os_index6_boost_circle{
	display:inline-block;
    width: 85px;
    height: 85px;
    background: #eee;
    text-align: center;
    line-height: 85px;
    border-radius: 100%;
	position:relative;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index6_boost_circle i:before{
	font-size: 32px;
	    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(260deg, #fe5e34 0%, #e235eb 100%);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index6_boost_circle_cont{
	width:100px;
	text-align:center;
}
.os_index6_boost_circle_cont h3{
    font-size: 15px;
    text-transform: uppercase;
    color: #666666;
    padding-top: 7px;
    display: inline-block;
	font-weight:600 !important;
}
.os_index6_heading_left li:hover .os_index6_boost_circle{
	background-color: transparent;
    background-image: linear-gradient(70deg, #ff512f 0%, #dd2476 100%);
    box-shadow: 0px 8px 32px 1px rgba(0,0,0,0.2);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}	
.os_index6_heading_left li:hover .os_index6_boost_circle i:before{
	    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(260deg, #fff 0%, #fff 100%);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index6_heading_left ul{
	margin-top:60px;
}
.os_index6_heading_left li{
	float:left;
	text-align:center;
}
.os_index6_heading_left li:nth-child(2){
	margin-left:50px;
	margin-right:50px;
}
.os_index6_boost_right_img img{
	width:100%;
}
.os_index6_boost_circle span{
	float:left;
    font-family: "Poppins", Sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #ffffff;
    background-color: #536dfe;
    padding: 3px 13px;
    border-radius: 50px;
    text-transform: uppercase;
	position:absolute;
	    top: -6px;
    left: 18px;
}
.os_index6_inbox_heading h3{
	    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 45px;
    color: #222222;
}
.os_index6_inbox_wrapper{
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
	    margin-top: 100px;
}
.os_index6_inbox_heading p{
	line-height:26px;
	margin-top:20px;
}
.os_index6_inbox_left_img img{
	width:100%;
}
.os_index6_inbox_wrapper:after{
	    content: '';
    background: url(../images/index6/inbox.png) 50% 0 repeat-y;
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    min-height: 797px;
    z-index: -1;
    background-repeat: no-repeat;
}
.os_index6_inbox_heading ul{
	margin-top:20px;
	float: left;
	width:100%;
}
.os_index6_inbox_heading li{
	    color: #000000;
	font-size: 16px;
    line-height: 21px;
	margin-top:20px;
}
.os_index6_inbox_heading h4{
	    font-family: "Rubik", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #536dfe;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 5px;
    display: inline-block;
    padding-top: 30px;
}
.os_index6_feature_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_index6_heading_wrapper{
	text-align:center;
}
.os_index6_heading_wrapper h3{
	    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.1em;
    color: #222222;
}
.os_index6_heading_wrapper p{
	    padding-top: 25px;
    line-height: 30px;
    font-weight: 100;
}
.os_index6_feature_box{
	margin-top:20px;
	text-align:center;
	border:1px solid rgba(0,0,0,0.07);
	border-radius:10px;
	padding-top:55px;
	padding-bottom:55px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index6_feature_box:hover,.os_index6_feature_box_active{
	background:url('../images/index6/fb.png');
	background-position:center -30px;
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index6_feature_box i:before{
	font-size:46px;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(260deg, #fe5e34 0%, #e235eb 100%);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index6_feature_box h3{
	font-size: 18px;
    line-height: 22px;
    color: #222222;
	    font-weight: 600;
    padding-top: 20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index6_feature_box:hover h3{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index6_feature_box:hover i:before{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(260deg, #fff 0%, #fff 100%);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index6_feature_box_active i:before{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(260deg, #fff 0%, #fff 100%);
}
.os_index6_feature_box_active h3{
	color:#fff !important;
}
.os_index6_heading_wrapper_bm{
	padding-bottom:60px;
}
.os_index6_customer_slider_wrapper{
	background:transparent;
	position:relative;
}
.os_index6_customer_slider_wrapper:after{
	content: '';
    background: url(../images/index6/testi_bg.png) 50% 0 repeat-y;
    position: absolute;
    top: -83px;
    left: 0;
    width: 1920px;
    min-height: 797px;
    z-index: -1;
}
.os_index6_customer_slider_box_wrapper{
	background:#fff;
	box-shadow:0 3px 12px -6px rgba(0, 0, 0, 0.25882352941176473);
}
.os_index6_customer_slider_box_wrapper .os_customer_top_cont{
	box-shadow:none;
	background:#fff;
}
.os_customer_slider_main_wrapper .owl-carousel .owl-stage:after{
	height:15px;
}
.os_index6_customer_slider_box_wrapper .os_customer_name{
	padding-top:0;
	    padding-bottom: 25px;
}
.os_index6_customer_slider_box_wrapper .os_customer_top_cont:after{
	display:none;
}
.os_index6_pricing_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_index6_pricing_box_wrapper{
	background:#fff;
	box-shadow:0px 5px 20px 0px rgba(0,0,0,0.10);
	margin-top:60px;
}
.os_index6_pricng_tabs .nav-tabs .nav-item{
	width:50%;
}
.os_index6_pricng_tabs .nav-tabs .nav-item.show .nav-link, .os_index6_pricng_tabs .nav-tabs .nav-link.active, .os_index6_pricng_tabs .nav-tabs .nav-link, .os_index6_pricng_tabs .nav-tabs .nav-link:hover{
	border:0;
	    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
       padding: 25px 0;
}
.os_index6_pricng_tabs .nav-tabs .nav-link.active,.os_index6_pricng_tabs .nav-tabs .nav-link{
	position:relative;
	margin-right:0;
	text-align:center;
}
.os_index6_pricng_tabs .nav-tabs .nav-link.active:after{
	content:'';
	border:2px solid #fe625e;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	opacity:1;
	width:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index6_pricng_tabs .nav-tabs .nav-link:after{
	content:'';
	border:2px solid #fe625e;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	position:absolute;
	opacity:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index6_pricng_tabs .nav-tabs .nav-link:hover:after{
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index6_pricing_main_content{
	padding:50px 20px;
}
.os_index6_pricing_list_section{
	background:#f8f8f8;
	border:0;
}
.os_index6_pricing_list_section li i{
	color:#fe625e;
}
.os_index6_pricing h4{
	    font-family: "Rubik", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 23px;
	color:#fe625e;
	padding-top:35px;
	    display: inline-block;
    padding-left: 20px;
	position:relative;
}
.os_index6_pricing h4 span{
	    color: #222222;
    font-weight: 300;
    font-size: 15px;
	position:absolute;
	right: -83px;
    top: 21px;
}
.os_index6_pricing a{
	display:inline-block;
	width:100%;
	height:60px;
	line-height:60px;
	color:#fff;
	text-align:center;
	border-radius:50px;
	    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
	background:#536dfe;
	margin-top:70px;
}
.os_index6_pricing_right_img img{
	width:100%;
}
.os_index6_company_main_wrapper{
	padding-top:40px;
	padding-bottom:100px;
}
.os_index6_heading_wraper h3{
	    font-size: 28px;
    line-height: 40px;
}
.os_index6_company_top_slider_wrapper .owl-theme .owl-dots,.os_index6_company_top_slider_wrapper .owl-theme .owl-nav,.os_index6_company_center_slider_wrapper .owl-theme .owl-dots,.os_index6_company_center_slider_wrapper .owl-theme .owl-nav,.os_index6_company_bottom_slider_wrapper .owl-theme .owl-dots,.os_index6_company_bottom_slider_wrapper .owl-theme .owl-nav{
	display:none;
}
.os_index6_company_top_slider_wrapper,.os_index6_company_center_slider_wrapper,.os_index6_company_bottom_slider_wrapper{
	margin-top:60px;
}
.os_index6_form_main_wrapper{
	position:relative;
	    padding-top: 130px;
	    padding-bottom: 100px;
}
.os_index6_form_main_wrapper:after{
	    content: '';
    background: url(../images/index6/contact_shape.png) 50% 0 repeat-y;
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    min-height: 800px;
    z-index: -1;
    background-repeat: no-repeat;
}
.os_index6_heading_wraper h3{
	font-weight:600;
	font-size:40px;
}
.os_index6_input_box_wrapper a{
	background:#536dfe;
}
.os_index6_footer_wrapper{
	padding-top:60px !important;
}
.os_index6_footer_form_wrapper button{
	background:#536dfe !important;
	border:1px solid #536dfe !important;
}
.os_index6_inner_bottom_footer_cont p a{
	color:#536dfe !important;
}
.os_index6_inner_bottom_footer_cont li a:hover{
	background:#536dfe !important;
}
.os_top_index6_header_main_wrapper .house_toggle svg{
	fill:#fff;
}
/*****************-- os Index-6 css End --****************************/
/*****************-- os Index-7 css Start --****************************/
.hs_main_menu_index7{
	text-align:left;
}
.os_inner_order_btn_index7 a{
	background:#00c592;
	border:1px solid #00c592;
}
.os_inner_order_btn_index7 a:hover{
	background:#00c592;
	border:1px solid #00c592;
	color:#fff;
}
.os_top_index7_header_main_wrapper{
	background:url('../images/index7/banner_bg.jpg') 50% 0 repeat-y;
	background-size:cover;
	background-position:center 0;
	position:relative;
}
.os_top_index7_header_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.6);
}
.os_top_index7_header_main_wrapper .main_navi {
    color: rgba(255, 255, 255, 0.63);
}
.os_top_index7_header_main_wrapper .main_navi:hover, .os_top_index7_header_main_wrapper .dropdown-wrapper:hover > .menu-button {
    color: #fff !important;
}
.os_index7_banner_left_cont{
	text-align:center;
	padding-top: 110px;
}
.os_index7_banner_search_wrapper{
	display: inline-block;
    width: 73%;
}
.os_index7_banner_search_wrapper h4{
	font-size:13px;
	    color: rgba(255,255,255,0.62);
		padding-top:20px;
		padding-left:25px;
}
.os_index7_banner_search_wrapper h4 a{
	 color: rgba(255,255,255,0.62);
}
.os_index7_banner_search_wrapper input{
	border-radius:50px;
	background:#fff;
	width:calc(97% - 160px);
}
.os_index7_banner_search_wrapper button{
	background:#00c592;
	border-radius:50px;
	width:160px;
}
.os_index7_banner_video_icon{
	padding-top:60px;
	padding-bottom:220px;
}
.os_index7_heading{
	text-align:center;
}
.os_index7_heading h6 a{
	width:195px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:inline-block;
	background:#333333;
	color:#fff;
	letter-spacing: 1px;
	border-radius:50px;
	font-size: 14px;
    text-transform: uppercase;
	margin-bottom:60px;
}
.os_index7_digital_main_wrapper{
	padding-top:130px;
	padding-bottom:100px;
}
.os_index7_digital_tabs li a i:before{
	font-size:50px;
}
.os_index7_digital_tabs ul{
	border:0;
	display:inline-block;
}
.os_index7_digital_tabs li{
	float:left;
}
.os_index7_digital_tabs li:nth-child(2){
	margin-left:60px;
	margin-right:60px;
}
.os_index7_digital_tabs .nav-tabs .nav-link{
	padding:0;
}
.os_index7_digital_tabs .nav-tabs .nav-item.show .nav-link, .os_index7_digital_tabs .nav-tabs .nav-link.active,.os_index7_digital_tabs .nav-tabs .nav-link:focus, .os_index7_digital_tabs .nav-tabs .nav-link:hover{
	border-color:transparent;
}
.os_index7_digital_tabs .nav-tabs .nav-item.show .nav-link, .os_index7_digital_tabs .nav-tabs .nav-link.active,.os_index7_digital_tabs li a:hover,.os_index7_digital_tabs li a:focus{
	color:#00c592;
}
.os_index7_digital_tabs{
	text-align:center;
}
.os_index7_heading{
	padding-bottom:0;
}
.os_index7_digital_tabs{
	padding-top:80px;
}
.os_index7_digital_img img{
	width:100%;
}
.os_index7_digital_img{
	margin-top:40px;
}
.os_index7_client_main_wrapper{
	padding-top:60px;
}
.os_index7_client_ul{
	text-align:center;
	margin-top:40px;
}
.os_index7_client_ul li{
	display:inline-block;
	width:16%;
}
.os_index7_client_ul li a{
	display:inline-block;
	    width: 100%;
	padding-top:40px;
	padding-bottom:40px;
}
.os_index7_faster_img_cont_wrapper ul{
	border:0;
	display:inline-block;
	margin-top:60px;
}
.os_index7_faster_img_cont_wrapper li{
	float:left;
}
.os_index7_faster_img_cont_wrapper li:nth-child(2){
	margin-left:30px;
	margin-right:30px;
}
.os_index7_faster_img_cont_wrapper li a i:before{
	font-size:40px;
}
.os_index7_faster_img_cont_wrapper .nav-tabs .nav-link{
	padding:0;
}
.os_index7_faster_img_cont_wrapper .nav-tabs .nav-item.show .nav-link, .os_index7_faster_img_cont_wrapper .nav-tabs .nav-link.active,.os_index7_faster_img_cont_wrapper .nav-tabs .nav-link:focus, .os_index7_faster_img_cont_wrapper .nav-tabs .nav-link:hover{
	border-color:transparent;
}
.os_index7_faster_img_cont_wrapper .nav-tabs .nav-item.show .nav-link, .os_index7_faster_img_cont_wrapper .nav-tabs .nav-link.active,.os_index7_faster_img_cont_wrapper li a:hover,.os_index7_faster_img_cont_wrapper li a:focus{
	color:#3351a6;
}
.os_index7_faster_img_cont_wrapper h3{
	    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    line-height: 47px;
    color: #222222;
}
.os_index7_faster_img_cont_wrapper h3 span{
	font-weight: 600;
}
.os_index7_faster_main_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_index7_sports_main_wrapper{
	padding-top:100px;
	padding-bottom:100px;
	background:#f5f5f5;
}
.os_index7_sports_img_wrapper img{
	width:100%;
}
.os_index7_sports_img_cont_wrapper ul{
	    margin-top: 30px;
}
.os_index7_feature_main_wrapper{
	padding-top:100px;
}
.os7_feature a{
	width:250px !important;
}
.os_index7_feature_img{
	text-align:center;
	margin-top:60px;
}
.os_index7_counter_box{
	border-bottom:0;
}
.os_index7_counter_section_wrapper{
	padding-bottom:60px;
	border-bottom:1px solid #eee;
}
.os_index7_work_main_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_index7_video_inner img{
	width:100%;
}
.os_index7_video_inner a span img{
	width:auto;
}
.os_index7_video_inner a span{
	    top: 44%;
}
.os_index7_video_inner{
	padding-top:60px;
}
.os_index7_drag_box{
	width:33.33%;
	float:left;
	padding-top:80px;
	padding-bottom:30px;
	border-bottom:2px solid #eee;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index7_drag_box:hover{
	border-bottom:2px solid #30d178;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index7_drag_img{
	float:left;
	width:50px;
	padding-top: 13px;
}
.os_index7_drag_img i:before{
	font-size:47px;
	color:#30d178;
}
.os_index7_drag_img_cont{
	float:left;
	width:calc(100% - 50px);
	padding-left:20px;
}
.os_index7_drag_img_cont h3{
	font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #222222;
}
.os_index7_drag_img_cont p{
	padding-top:10px;
}
.os_index7_customer_slider_main_wrapper  .owl-theme .owl-dots{
	display:none;
}
.os_index7_customer_slider_main_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    z-index: 1000;
    display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.os_index7_customer_slider_main_wrapper .owl-theme .owl-nav .owl-prev{
	left:20px;
	    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 43px;
	padding-right:10px;
	font-size:30px;
	text-align:center;
    background: #fff;
	color:#111;
	opacity:0;
	overflow:hidden;
	    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	   -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.os_index7_customer_slider_main_wrapper .owl-theme .owl-nav .owl-next{
	right:20px;
	    position: absolute;
    width: 55px;
    height: 55px;
	overflow:hidden;
	opacity:0;
    background: #fff;
	    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	font-size:30px;
	 line-height: 43px;
	 color:#111;
	padding-left:10px;
	text-align:center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.os_index7_customer_slider_main_wrapper:hover .owl-theme .owl-nav .owl-prev,.os_index7_customer_slider_main_wrapper:hover .owl-theme .owl-nav .owl-next{
	opacity:1;
}
.os_index7_customer_slider_main_wrapper .owl-theme .owl-nav .owl-prev:hover,.os_index7_customer_slider_main_wrapper .owl-theme .owl-nav .owl-next:hover{
	background:#fafafa;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_index7_customer_top_cont{
	background:#fff;
	box-shadow:none;
}
.os_index7_customer_top_cont:after{
	display:none;
}
.os_index7_customer_slider_main_wrapper{
	margin-top:80px;
}
.os_index7_customer_top_cont p{
	font-size:18px;
}
.os_index7_customer_top_cont h3{
	font-size:18px;
	padding-top:20px;
}
.os_index7_version_main_wrapper{
	background:#05b497;
	padding-top:180px;
	padding-bottom:180px;
	text-align:center;
}
.os_index7_version_heading h4{
	font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
	color:#fff;
}
.os_index7_version_heading h3{
	font-size: 40px;
    font-weight: 300;
    line-height: 1.3em;
	color:#fff;
	padding-top:30px;
}
.os_index7_version_heading h3 span{
	font-weight:600;
}
.os_index7_version_heading a {
    display:inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	text-transform:uppercase;
    color: #05b497;
	    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
	box-shadow:0px 10px 30px 1px rgba(0,0,0,0.2);
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	margin-top:50px;
}
.os_index7_footer_form_wrapper button{
	background:#05b497 !important;
	border:1px solid #05b497 !important;
}
.os_index7_inner_bottom_footer_cont p a{
	color:#05b497 !important;
}
.os_index7_inner_bottom_footer_cont li a:hover{
	background:#05b497 !important;
}
.os_top_index7_header_main_wrapper svg{
	fill:#fff;
}
.os_index77_sports_img_cont_wrapper .nav-tabs .nav-item.show .nav-link, .os_index77_sports_img_cont_wrapper .nav-tabs .nav-link.active{
	background:transparent;
}
/*****************-- os Index-7 css End --****************************/
/*****************-- os Index-8 css Start --****************************/
.os_top_index8_header_main_wrapper{
	position:relative;
}
.os_top_index8_header_main_wrapper:after{
	    content: '';
    background: url(../images/index8/banner.png);
    background-position: center 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1920px;
    min-height: 1460px;
    z-index: -1;
}
.os_index8_ordr_btn a,.os_index8_ordr_btn a:hover{
	    border:1px solid #e96659;
		background:#e96659;
		color:#fff;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}
.os_index7_banner_img{
	    margin-left: -125px;
}
.os_index8_banner_left_cont h3{
	    font-size: 45px;
    line-height: 55px;
	color:#222222;
	font-weight:300;
}
.os_index8_banner_left_cont h3 span{
	font-weight:600;
}
.os_index8_banner_left_cont p{
	margin-top:20px;
	font-weight:100;
    line-height: 26px;
}
.os_index8_banner_left_cont p span{
	font-weight:600;
}
.os_index8_banner_left_cont a{
	    float: left;
    width: 270px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #e96659;
	    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
	letter-spacing: 1px;
	text-transform:uppercase;
	box-shadow: 0px 10px 30px 1px rgba(0,0,0,0.4);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	margin-top:40px;
}
.os_index8_banner_left_cont a:hover{
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
}
.os_index8_admini_box h3 a{
	font-size:16px;
}
.os_index8_admini_box{
	padding-left:10px;
	padding-right:10px;
}
.os_index8_heading_left h3{
	font-weight:300;
}
.os_index8_heading_left h3 span{
	font-weight:600;
}
.os_index8_boost_circle i:before{
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(260deg, #e96659 0%, #f9b17a 100%);
}
.os_index8_heading_left li:hover .os_index8_boost_circle{
	    background-color: transparent;
    background-image: linear-gradient(200deg, #e96659 52%, #f9b17a 100%);
}
.os_index8_boost_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_index8_nati_box{
	box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.06);
    padding: 15px;
	border-radius:10px;
	background:#fff;
	float:left;
	width:90%;
}
.os_index8_nati_img{
	float:left;
	width:45px;
}
.os_index8_nati_img img{
	width:100%;
}
.os_index8_nati_img_cont{
	float:left;
	width:calc(100% - 45px);
	padding-left:20px;
	    padding-top: 5px;
}
.os_index8_nati_img_cont h3{
	    font-size: 17px;
    color: #666666;
	font-weight:600;
}
.os_index8_nati_img_cont h4{
	    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
	color:#797979;
	padding-top:5px;
}
.margin_top_os{
	margin-top:45px;
}
.os_index8_nati_box1,.os_index8_nati_box3,.os_index8_nati_box5{
	margin-left:20px;
}
.os_index8_nati_box2,.os_index8_nati_box4,.os_index8_nati_box6{
	margin-left:-20px;
}
.os_index8_nati_center_img img{
	width:100%;
}
.os_index8_success_img_wrapper img{
	width:100%;
}
.os_index8_mobile_main_wrapper{
	padding-top:100px;
}
.os_index8_bottom_shape_main_wrapper{
	position:relative;
	overflow:hidden;
	margin-top:80px;
}
.os_index8_bottom_shape_main_wrapper:after{
	content: '';
    background: url(../images/index8/shape_last.png);
    background-position: center 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1920px;
    min-height: 2800px;
    z-index: -1;
}
.os_index8_fees_box h4 a{
	display:inline-block;
    width: 190px;
    height: 50px;
    font-size: 15px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    color: #313131;
	margin-top:25px;
	letter-spacing: 1px;
    background:transparent;
	border:1px solid rgba(0,0,0,0.16);
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0.1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.os_index8_fees_box:hover h4 a{
	background:#fff;
	border:1px solid #fff;
	box-shadow:0px 10px 30px 0px rgba(0,0,0,0.1);
	color:#e96659;
}
.os_index8_fees_box h4 a:hover{
	-webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}
.os_index8_heading_bot_wraper h3{
	    line-height: 28px;
}
.os_index8_exper_btns,.os_index8_exper_img{
	text-align:center;
}
.os_index8_exper_btns ul{
	display:inline-block;
	margin-top:60px;
}
.os_index8_exper_btns li{
	float:left;
}
.os_index8_exper_btns li:first-child{
	margin-right:20px;
}
.os_index8_exper_img{
	margin-top:100px;
}
.os_index8_footer_form_wrapper button{
	background:#e96659 !important;
	border:1px solid #e96659 !important;
}
.os_index8_inner_bottom_footer_wrapper{
	background:transparent !important;
	border-top:1px solid rgba(204,204,204,0.50) !important;
}
.os_index8_inner_bottom_footer_cont p a{
	color:#e96659 !important;
}
.os_index8_inner_bottom_footer_cont li a:hover{
	background:#e96659 !important;
}
.os_top_index8_header_main_wrapper .menu_fixed{
	background:#fff;
	box-shadow:0px 3px 10px 1px rgba(0,0,0,0.06);
}
.index8-fab-container .fab-buttons:hover{
	background:#e96659;
}
/*****************-- os Index-8 css End --****************************/
/*****************-- os About Us css Start --****************************/
.os_inner_footer_wrapper{
	padding-top:65px;
	padding-bottom:65px;
}
.os_footer_logo_wrapper{
	float:left;
	width:20%;
}
.os_footer_category_wrapper{
	float:left;
	width:15%;
}
.os_footer_newsletter_wrapper{
	float:left;
	width:35%;
}
.os_footer_category_wrapper p,.os_footer_newsletter_wrapper p{
	font-size: 16px;
    font-weight: 500;
	color:#222222;
}
.os_footer_category_wrapper ul{
	float:left;
	width:100%;
	margin-top:20px;
}
.os_footer_category_wrapper li{
	float:left;
	width:100%;
	margin-top:5px;
}
.os_footer_category_wrapper li a{
	    font-size: 15px;
}
.os_footer_category_wrapper li a:hover{
	color:#111111;
}
.os_footer_newsletter_wrapper h4{
	font-family: "Rubik", Sans-serif;
    font-size: 15px;
	    color: #797979;
		line-height:19px;
		padding-top: 28px;
		font-weight:normal;
}
.os_footer_form_wrapper{
	margin-top:20px;
	position:relative;
}
.os_footer_form_wrapper .os_enva{
	position:absolute;
	left: 20px;
    top: 15px;
}
.os_footer_form_wrapper button{
	float:left;
	width:50px;
	height:45px;
	    font-size: 20px;
    color: #fff;
    line-height: 44px;
	text-align:center;
	background:#d82d34;
	border:1px solid #d82d34;
	cursor:pointer;
	 -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
	 -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.os_footer_form_wrapper input{
	float:left;
	width:calc(100% - 50px);
	height:45px;
	background:#fff;
	padding-left:45px;
	border:1px solid #eeeeee;
    box-shadow: 0 3px 20px -10px #d3d3d3;
	    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
	 -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.os_inner_bottom_footer_wrapper{
	background:#f3f3f3;
	padding-top:25px;
	padding-bottom:25px;
}
.os__inner_bottom_footer_cont p{
	color:#888888;
}
.os__inner_bottom_footer_cont p a{
	color:#d82d34;
}
.os__inner_bottom_footer_cont ul{
	float:right;
}
.os__inner_bottom_footer_cont li{
	float:left;
	margin-left:10px;
}
.os__inner_bottom_footer_cont li a{
	width:25px;
	float:left;
	height:25px;
	font-size:14px;
	line-height:28px;
	text-align:center;
	background:transparent;
	 -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.os__inner_bottom_footer_cont li a:hover{
	background:#d82d34;
	color:#fff;
}
/*----os inner footer End----*/
.os_inner_hello_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_inner_hello_left_wrapper h2{
	font-weight: 300;
	font-size: 40px;
	line-height: 40px;
	margin: 25px 0px 5px 0px;
	text-transform: capitalize;
}
.os_inner_hello_left_wrapper h1{
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
	margin: 20px 0px 25px 0px;
	text-transform: capitalize;
}
.os_inner_hello_wrapper p{
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	margin: 0px 0px 15px 0px;
}
.os_inner_hello_right_wrapper h4{
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
	padding-bottom:30px;
}
/*----os inner hello wrapper End----*/
/*----os inner about slider wrapper Start-----*/
.os_inner_about_slider_wrapper{
	padding: 50px 0px;
}
.os_abt_slider img{
	opacity:0.3;
	-webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.os_inner_about_slider .owl-item.center > div .os_abt_slider img{
	opacity:1;
    width: 100%;
	-webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.os_inner_about_slider .owl-theme .owl-nav{
	display: none !important;
}
.os_inner_about_slider .owl-theme .owl-dots{
	display: none !important;
}
.os_inner_outset_wrapper{
	padding: 60px 0px;
	text-align: center;
}
.os_abt_slider_overlay a{
	    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 80px;
    top: 44%;
}
.os_abt_slider_overlay a img{
	width:auto !important;
}
.os_abt_slider{
	position:relative;
}
.os_abt_slider_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.63);
	visibility:hidden;
	opacity:0;
}
.os_inner_about_slider .owl-item.center > div .os_abt_slider_overlay{
	visibility:visible;
	opacity:1;
}
/*----os inner ur team wrapper Start----*/
.os_inner_ur_team_wrapper{
	background-color: #eeeeee;
	padding: 100px 0px 100px;
}
.os_inner_title_heading{
	display: inline-block;
	text-align: center;
}
.os_inner_ur_team_heading_wrapper .os_inner_title_heading{
	text-align: left !important;
}
.os_inner_ur_team_heading_wrapper .os_inner_title_heading h1{
	margin-bottom: 0px;
}
.os_inner_title_heading h1{
	font-size: 40px;
    font-weight: 300;
    font-style: normal;
    line-height: 50px;
    color: #222222;
    margin-bottom: 25px;
}
.os_inner_title_heading h1 span{
    font-weight: 600;
}
.os_inner_title_heading p{
	font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 10px;
}
.ur_team_heading_btn{
	display: inline-block;
	float: right;
}
.ur_team_heading_btn .os_inner_btn_wrapper{
	margin-top: 25px !important;
}
.ur_team_heading_btn .os_inner_btn_wrapper a{
	background-color: #d82d34 !important;
	color: #fff;
	float: right;
	width:230px;
	height:55px;
	line-height:55px;
	font-family: "Poppins", Sans-serif;
    font-size: 16px!important;
    font-weight: 500;
    border: 1px solid transparent !important;
}
.ur_team_heading_btn .os_inner_btn_wrapper a:hover{
    -webkit-box-shadow: 0 3px 6px 1px rgba(0,0,0,.08);
    -moz-box-shadow: 0 3px 6px 1px rgba(0,0,0,.08);
    box-shadow: 0 3px 6px 1px rgba(0,0,0,.08);
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}
.os_team_img_wrapper{
	position: relative;
	overflow:hidden;
} 
.os_team_social_right_wrapper{
	position: absolute;
	    bottom: -65px;
		-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_team_social_right_wrapper li{
	display: inline-block;
	margin-bottom: 15px;
}
.os_team_social_right_wrapper li a{
	width: 40px;
    height: 40px;
    font-size: 17px;
    color: #313131;
    background: transparent;
    line-height: 40px;
    border-radius: 50%;
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    color: #9e9e9e;
}
.os_team_social_right_wrapper li a:hover{
	color: #fff;
	background-color: #0077b5;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.os_team_box_main_wrapper:hover .os_team_social_right_wrapper{
	bottom:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_team_name_center_wrapper h3{
	margin: 15px 0px;
} 
.os_team_name_center_wrapper h3 a{
	font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin: 15px 0px;
    text-transform: capitalize;
}
.os_team_name_center_wrapper p{
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #888888;
    text-transform: capitalize;
}
.os_inner_ur_team_slider_wrapper .owl-carousel .owl-nav{
	display: none;
}
.os_inner_ur_team_slider_wrapper .owl-theme .owl-dots {
	display: none;
}
.os_inner_ur_team_slider_wrapper{
	padding-top:60px;
}
.team_detail{
	text-align:center;
}
/*----os inner ur team wrapper End----*/
/*----os inner Our Investors wrapper Start----*/
.os_inner_our_investor_wrapper{
	background-image: url(../images/abt_slider1.jpg);
	position: relative;
}
.os_inner_our_investors_wrapper_overlay{
	background-color: rgba(5,21,36,0.9); 
	top:0px;
	bottom: 0px;
	left: 0px;
	position: absolute;
}
.os_inner_our_investors_wrapper{
	padding: 100px 0;
}
.our_investors_heading{
	margin-bottom: 25px;
}
.our_investors_heading h1{
	font-size: 40px;
    font-weight: 300;
    font-style: normal;
    line-height: 50px;
    color: #fff;
}
.our_investors_heading h1 span{
	font-weight: 600;
}
.our_investors_heading p{
	font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 10px;
    color: rgba(255,255,255,0.45);
}
.our_investors_image{
	width: 150px;
	height: 150px;
	display: inline-block;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #000000;
    border-radius: 60% 60% 60% 60%;
    background-color: #ffffff;
    line-height: 150px;
    margin: 30px 15px;
}
.our_investors_image a img{
	text-align: center; 
}
.team_detail{
	margin: 20px 0px;
}
.os_inner_our_investors_wrapper .ur_team_heading_btn {
    float: none !important;
}
.team_photo{
	height: 150px;
	width: 150px;
	display:inline-block;
	margin: 20px 0px 35px;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
}
.team_photo img{
	height: 100%;
	width: auto;
	border-radius: 100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_detail:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_detail h6{
	font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;
}
/*----os inner Our Investors wrapper End----*/
/*-----os inner customer slider Start-----*/
.os_awesome_customer_slider_wrapper{
	background: #fff; 
}
.os_awesome_customer_slider_wrapper .os_heading_wraper h3 span,
.os_inner_client_wrapper .os_heading_wraper h3 span{
	font-size: 40px;
    font-weight: 300;
    font-style: normal;
    line-height: 50px;
    color: #000000
}
.os_inner_client_wrapper .os_heading_wraper p{
	font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
/*-----os inner customer slider End-----*/
/*-----os inner client wrapper Start-----*/
.os_inner_client_wrapper{
	padding: 100px 0px;
    border-top: 1px solid #eee;
}
.client_photo{
	text-align: center;
	height: 160px;
	position: relative;
	line-height: 159px;
	border-bottom: 1px solid #eaeaea;
	margin-top: 30px;
}
.client_photo:after,.client_photo1:after{
	height: 73%;
    right: 0px;
    width: 1px;
    border-right: 1px solid #eaeaea;
    display: block;
    content: "";
    position: absolute;
    top: 44px;
}
.client_photo1{
	text-align: center;
	height: 160px;
	position: relative;
	line-height: 159px;
	margin-top: 30px;
}
.os_inner_hello_left_wrapper h3{
    Color: #212121;
    font-weight: 400;
	font-family: "Rubik", Sans-serif;
    font-size: 16px;
	line-height:26px;
	display:inline-block;
}
.os_inner_hello_left_wrapper h3 span{
	border-bottom: 1px solid #eeeeee;
	display:inline-block;
	padding-bottom: 2px;
	padding-left:5px;
	padding-top: 20px;
}
.os_inner_about_start_tab_img img{
	width:100%;
}
.os_inner_about_start_tabs .nav-tabs .nav-item{
	width:33.33%;
}
.os_inner_about_start_tabs .nav-tabs .nav-link{
	text-transform:capitalize;
	color:#797979;
	font-weight:400;
}
.os_inner_about_start_tabs .nav-tabs .nav-link.active, .os_inner_about_start_tabs .nav-tabs .nav-link:hover{
	text-transform:capitalize;
	color:#111;
	font-weight:400;
}
.os_inner_about_start_tabs .nav-tabs .nav-link:after{
	border:2px solid #d82d34;
}
.os_inner_about_start_tabs .nav-tabs .nav-link.active:after{
	border:2px solid #d82d34;
}
.os_inner_about_start_tabs_content_box ul{
	margin-top:30px;
}
.os_inner_about_start_tabs_content_box li{
	font-size:15px;
}
.os_inner_about_start_tabs_content_box li span{
	font-weight:600;
}
.os_inner_about_start_tabs_content_box{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
	margin-top:40px;
	text-align:left;
}
.os_inner_about_start_tabs_content_box li{
	float:left;
	width:100%;
	margin-top:20px;
}
.os_inner_about_start_tabs_content_box li:first-child{
	margin-top:0;
}
.os_inner_about_start_tabs_content_box li i{
	color:#d82d34;
	    font-size: 27px;
	float:left;
	width:22px;
}
.os_inner_about_start_tabs_content_box li p{
	float:left;
	width:calc(100% - 27px);
	    padding-left: 20px;
    line-height: 20px;
	    padding-top: 4px;
}
.os_inner_about_start_tabs_content_box p{
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.os_inner_about_start_title_heading{
	padding-bottom:60px;
}
/*-----os inner client wrapper End-----*/
/*****************-- os About Us css End --****************************/
/*****************-- os 404 Error css Start --****************************/
/*----os inner page top header main wrapper Start----*/
.os_inner_page_top_header_main_wrapper{
	background: none !important;
}
.os_inner_page_top_header_main_wrapper .hs_main_menu .main_navi{
	color: rgba(0,0,0,0.7) !important;
}
.os_inner_page_top_header_main_wrapper .dropdown-wrapper:hover > .menu-button{
	color: rgba(0,0,0,1) !important;
}
.os_inner_page_top_header_main_wrapper .os_inner_order_btn a{
	background: transparent !important;
    color: #df545a !important;
    border: 1px solid #df545a !important;
}
.os_inner_page_top_header_main_wrapper .os_inner_order_btn a:hover{
	background: #df545a !important;
    color: #fff !important;
    border: 1px solid #df545a !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*----os inner page top header main wrapper End----*/
/*----os inner error wrapper Start----*/
.os_inner_error_wrapper{
	padding-bottom: 105px;
	padding-top: 30px;
}
.error_wrapper h2{
	font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #666666;
    margin: 10px 0px 15px;
}
.error_wrapper .os_btn_wrapper{
	display: inline-block;
}
.error_wrapper{
	padding-top:100px;
}
.os_inner_page_top_header_main_wrapper_white .menu_fixed{
	background:#fff;
	box-shadow:0px 3px 10px 1px rgba(0,0,0,0.06);
}
/*----os inner error wrapper End----*/
/*****************-- os 404 Error css End --****************************/
/*****************-- os Under Maintenance css Start --****************************/
.os_inner_maintenance_wrapper{
	position: relative;
	padding: 80px 0px 25px 0px;
}
/*-------os inner maintenance background image Start----*/
.bg_img_1{
	position: absolute;
	top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    max-width: 100px;
    margin: 0 auto;
}
.bg_img_3 img, .bg_img_1 img, .bg_img_2 img, .bg_img_4 img, .bg_img_5 img, .bg_img_6 img,
.bg_img_7 img,.bg_img_8 img,.bg_img_9 img{
	width: 100%;
    animation: imgpulse 2.2s infinite;
}
.bg_img_3{
	position: absolute;
	top: auto;
    bottom: 23%;
    left: 2%;
    right: auto;
    max-width: 126px;
    margin: 0 auto;
    opacity: 0.6;
}
.bg_img_4{
	position: absolute;
	top: 35%;
    bottom: auto;
    left: -3%;
    right: auto;
    max-width: 100px;
    margin: 0 auto;
    opacity: 0.1;
}
.bg_img_5{
	position: absolute;
	top: 20%;
    bottom: auto;
    left: 14%;
    right: auto;
    max-width: 100px;
    margin: 0 auto;
    opacity: 0.2;
}
.bg_img_2{
	position: absolute;
	top: 7%;
    bottom: auto;
    left: auto;
    right: -3%;
    max-width: 128px;
    margin: 0 auto;
}
.bg_img_7{
	position: absolute;
	top: 7%;
    bottom: auto;
    left: auto;
    right: 20%;
    max-width: 86px;
    margin: 0 auto;
}
.bg_img_9{
	position: absolute;
	top: auto;
    bottom: 42%;
    left: auto;
    right: 21%;
    max-width: 470px;
    margin: 0 auto;
}
.bg_img_6{
	position: absolute;
	top: 33%;
    bottom: auto;
    left: auto;
    right: 10%;
    max-width: 470px;
    margin: 0 auto;
}
.bg_img_8{
	position: absolute;
	top: auto;
    bottom: 1%;
    left: auto;
    right: 2%;
    max-width: 250px;
    margin: 0 auto;
}
@keyframes imgpulse{
    0% { transform: scale(.97);
    	opacity: 1;
     }
    50% { transform: scale(1);
    	opacity: 1;
    	 }
    100% { transform: scale(.97);
    	opacity: 1;
    	 }
}
.bg_img_10{
	position: absolute;
	top: 6%;
    bottom: auto;
    left: 0%;
    right: 0%;
    max-width: 200px;
    margin: 0 auto;
}
@keyframes imgrotate{
    0% { transform: rotate(0deg);
    	opacity: 1;
     }
    100% { transform: rotate(360deg);
    	opacity: 1;
    	 }
}
.bg_img_10 img{
	height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    animation: imgrotate 2.5s infinite;
}
/*-------os inner maintenance background image End----*/
/*-------os maintenance wrapper Start----*/
.os_maintenance_wrapper h1{
	font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
    color: #222222;
    margin: 25px 0px 20px;
}
.os_maintenance_wrapper h4{
	font-family: "Rubik", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #222222;
    margin: 5px 0px 35px 0px;
}
.os_maintenance_wrapper p{
	font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 55px;
}
.os_maintenance_wrapper h6{
	font-family: "Rubik", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    margin: 25px 0px;
}
.os_maintenance_form_wrapper{
	display: inline-block;
	position: relative;
	margin-top: 10px;
    box-shadow: 0 3px 20px -10px #d3d3d3;
}
.os_maintenance_form_wrapper input{
	float: left;
    width: 350px;
    height: 45px;
    background: #fff;
    padding-left: 45px;
    border: 1px solid #eeeeee;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.os_enva {
    position: absolute;
    left: 20px;
    top: 15px;
}
.os_maintenance_form_wrapper button {
    float: left;
    width: 50px;
    height: 45px;
    font-size: 20px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    background: #d82d34;
    border: 1px solid #d82d34;
    cursor: pointer;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.os_maintenance_bottom{
	margin-top: 150px;
}
.os_maintenance_bottom p{
	margin-bottom: 0px !important;
	text-align: left;
}
.os_maintenance_bottom ul{
	float: right;
}
.os_maintenance_bottom li{
	float: left;
    margin-left: 10px;
}
.os_maintenance_bottom li a{
	width: 25px;
    float: left;
    height: 25px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    background: transparent;
    -webkit-border-radius: 5px 0 5px 0;
    -moz-border-radius: 5px 0 5px 0;
    border-radius: 5px 0 5px 0;
}
.os_maintenance_bottom li a:hover{
	background: #d82d34;
    color: #fff;
}
/*-------os maintenance wrapper End----*/
/*****************-- os Under Maintenance css End --****************************/
/*****************-- os Coming Soon css Start --****************************/
/*-------os inner page top header main wrapper color Start----*/
.os_inner_page_top_header_main_wrapper_color{
	background: none !important;
}
.os_navigation_header_wrapper_color{
 	background-color: #23242c !important;
 }
/*-------os inner page top header main wrapper color End----*/
.os_inner_c_soon_wrapper{
 	background-color: #23242c;
 	position: relative;
}
.os_coming_soon_wrapper{
	padding: 60px 0px 25px;
}
.os_coming_soon_wrapper h3{
	font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 45px;
    color: #ffffff;
    margin-top: 10px;
}
.os_coming_soon_wrapper h4{
	font-size: 28px;
    font-weight: 500;
    line-height: 45px;
    color: #ffffff;
    margin: 15px 0px 30px;
}
.main_wrapper_timer_section{
	display: inline-block;
	margin: 30px 0px;
	text-align: center;
}
.cs_time{
	display: inline-block;
	padding: 40px 35px 20px;
	border: 2px dashed #b42b32;
	border-radius: 100%;
	margin: 10px 10px;
}
.cs_time span{
	font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    padding: 0px 12px 10px;
    border-bottom: 2px solid #fff;
    color: #fff;
}
.smalltext p{
	font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    padding-top: 30px;
    color: #fff;
}
.os_coming_soon_wrapper h6{
	font-family: "Rubik", Sans-serif;
	font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    margin: 35px 0px 25px;
    color: #fff;
}
.os_coming_soon_wrapper .os_maintenance_bottom{
	margin-top: 80px !important;
}
/*****************-- os Coming Soon css End --****************************/
/*****************-- os FAQ css Start --****************************/
/*-------os inner faq header wrapper Start----*/
.os_inner_title_heading_wrapper h3 span{
	font-weight: 400;
}
.os_search_wrapper{
	margin-top: 60px;
	text-align: center;
}
.os_search_wrapper input{
	border-radius: 30px 0px 0px 30px;
	height: 64px;
	line-height: 62px;
    width: calc(50% - 90px);
    border: none;
    padding-left: 25px;
}
.os_search_wrapper button{
	border-radius: 0px 30px 30px 0px;
	height: 65px;
	line-height: 62px;
	background-color: #e7001b;
	color: #fff;
	border: none;
    padding: 0px 30px;
    margin-left: -5px;
	    cursor: pointer;
}
/*-------os inner faq header wrapper End----*/
/*-------os inner faq wrapper Start----*/
.os_inner_faq_wrapper{
	margin-top: -80px;
	padding-bottom: 50px;
}
.os_inner_faq_box{
	text-align: center;
	padding: 50px 40px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	background-color: #fff;
	margin-top: 30px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_inner_faq_box:hover{
	border-color: #252525;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_inner_faq_box h6 i{
	font-size: 64px;
    text-align: center;
    color: #e7001b;
}
.os_inner_faq_box h5{
	font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 24px 0px 10px;
}
.os_inner_faq_box p{
	font-size: 15px;
    font-weight: 300;
    font-style: normal;
}
/*-------os inner faq wrapper End----*/
/*-------os inner faq topics wrapper Start----*/
.os_inner_faq_topics_wrapper{
	padding: 80px 0px 100px;
}
.category_accordion #accordion{
	margin-top:40px;
}
.category_accordion #accordion .card {
  background: #fff;
  border:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom:20px;  
}
.category_accordion #accordion .card_pagee h5 {
  font-weight: 500;
  font-size:16px;
  text-transform:capitalize;
}
.category_accordion #accordion .card-body {
	float: left;
    width: 100%;
    padding: 50px 30px;
	background:#fff;
	    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.07);
}
.category_accordion #accordion .card-body .card_cntnt {
	 float:left;
	 width:100%;
}
.category_accordion #accordion [data-toggle="collapse"].collapsed:after{
    content: "\f0d7";
}
.category_accordion #accordion [data-toggle="collapse"]:after{
        font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d8";
    position: absolute;
    font-size: 16px;
    top: 13px;
    left: 15px;
}
.category_accordion #accordion .card_pagee a.collapsed {
   color: #222222; 
    display: block;
    padding: 14px 45px;
	    background-color: #ffffff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.03);
}
.category_accordion #accordion .card_pagee a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #222222;
	padding:14px 45px;
        background-color: #ffffff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.03);
	font-family: 'Poppins', sans-serif;
}
.category_accordion #accordion .card_pagee a:after{
	color:#222;
}
.category_accordion #accordion .card_pagee a.collapsed:after {
	 color: #2d3a4b; 
}
/*-------os inner faq topics wrapper End----*/
/*-------os inner faq articles wrapper Start---*/
.os_inner_faq_articles_wrapper{
	padding: 100px 0px;
	background-color: #eeeeee;
}
.article_topic h6{
	font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #222222;
    margin: 5px 0px;
}
.article_topic{
	margin: 20px 0px;
	margin-top:60px;
}
.article_topic ul{
	margin-top: 20px;
}
.article_topic li{
	padding: 5px 0px;
	font-size: 16px;
    font-weight: 300;
    color: #000;
}
.article_topic li i{
	padding: 0 10px 0 5px;
}
.article_topic p a,.article_topic p a:hover{
	font-size: 15px;
    color: #d82d34;
    margin-top: 5px;
}
/*-------os inner faq articles wrapper End---*/
/*-------os inner faq get help wrapper Start---*/
.os_inner_faq_get_help_wrapper{
	padding: 100px 0px;
	border-bottom: 1px solid #eee;
}
.os_get_help_slider{
	margin: 30px 0px;
	    margin-top: 60px;
}
.os_help_box{
	text-align: center;
	padding: 25px;
	border: 1px solid;
	border-color: rgba(37,37,37,0.1);
	border-radius: 5px;
	margin-bottom: 25px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_help_box:hover{
	border-color: rgba(37,37,37,0.18);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_help_box i{
	color: #d82d34;
	font-size: 50px;
}
.os_help_box p{
	margin-bottom: 20px;
}
.os_help_box h6{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 20px;
}
.os_get_help_slider .owl-theme .owl-nav{
	display: none;
}
.owl-theme .owl-dots .owl-dot.active span{
	background-color: #000 !important;
} 
.owl-theme .owl-dots .owl-dot span{
	border: 1px solid #000;
	background-color: #fff !important;
}
.owl-theme .owl-dots{
	margin-top: 20px
}
/*-------os inner faq get help wrapper End---*/
/*****************-- os FAQ css End --****************************/
/*****************-- os CAREERS css Start--****************************/
/*----os inner careers heading wrapper Start-----*/
.os_inner_careers_heading_wrapper{
	padding: 100px 0px 0px;
}
.os_inner_careers_heading{
	padding-bottom: 130px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.os_inner_careers_heading p{
	font-family: "Poppins", Sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    color: #000000;
}
.os_inner_careers_heading p span{
	color: #d82d34;
    font-weight: 600;
}
/*----os inner careers heading wrapper End-----*/
/*----os inner careers slider wrapper Start-----*/
.os_inner_careers_slider_wrapper{
	padding: 50px 0px;
}
.os_careers_slider{
	position: relative;
}
.os_careers_slider:hover .os_careers_slider_overlay{
	visibility: visible;
	opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.os_careers_slider img{
	opacity:0.5;
	-webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    border-radius: 5px;
}
.os_inner_careers_slider .owl-item.center > div .os_careers_slider img{
	opacity:1;
    width: 100% !important;
    border-radius: 5px;
	-webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.os_inner_careers_slider .owl-theme .owl-nav{
	display: none !important;
}
.os_inner_careers_slider .owl-theme .owl-dots{
	display: none !important;
}
.os_inner_careers_slider .owl-item.center > div .os_careers_slider_overlay img{
	height: 40px;
	width: 40px !important;
	display: inline-block !important;
}
.os_careers_slider_overlay{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.65);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.os_careers_slider_overlay img{
	height: 40px;
	width: 40px !important;
	display: inline-block !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/**.mySlides{
	display: none;
}
.mySlides img {
	vertical-align: middle;
}**/

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/*----os inner careers slider wrapper End----*/
/*----os inner benefits wrapper Start-----*/
.os_inner_benefits_wrapper{
	padding: 100px 0px;
}
.benefits_box{
	text-align: center;
	border: 0px solid;
    padding: 50px 40px;
    border-radius: 5px;
	    margin-top: 40px;
}
.benefits_box:hover{
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,
	-webkit-border-radius .3s,-webkit-box-shadow .3s;
	box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.2);
}
.benefit_img{
	height: 80px;
	width: 80px;
	display: inline-block;
	text-align: center;
}
.benefits_box h5 a{
	font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #222222;
    text-shadow: 0 0 #000;
    text-transform: capitalize;
}
.benefits_box h5{
	margin-bottom: 10px;
}
.benefits_box p{
	font-size: 15px;
    font-style: normal;
    margin-top: 5px;
}
/*----os inner benefits wrapper End-----*/
/*----os inner apply now wrapper Start-----*/
.os_inner_apply_now_wrapper{
	background-image: url(../images/an_background.jpg);
	position: relative;
}
.apply_now_overlay{
	position: absolute;
	background:rgba(8,25,40,0.93);
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
}
.os_apply_now_wrapper{
	padding: 100px 0px;
}
.os_apply_now_wrapper h1{
	font-size: 40px;
    font-weight: 600;
    font-style: normal;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 25px;
}
.os_apply_now_wrapper p{
	font-size: 16px;
    font-weight: 200;
    line-height: 25px;
        color: rgba(255, 255, 255, 0.64);
    margin-bottom: 30px;
}
.address_info{
	padding-left: 30px;
}
.address_info h5{
	font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 5px 0px 35px;
}
.address_info li{
	font-size: 16px;
    line-height: 30px;
	    color: rgba(255, 255, 255, 0.64);
    margin-bottom: 10px;
}
.address_info li i{
	margin-right: 8px;
}
.address_info li a{
	color: #d82d34;
}
.apply_btn{
	margin: 20px 0px;
}
.apply_btn a{
	width:200px;
	height:50px;
	line-height:50px;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    color: #ffffff;
    background-color: #d82d34;
    border-radius: 5px !important;
    float: left;
    text-align: center;
}
.contect_form1,.contect_form{
	margin: 15px 0px;
}
.contect_form1{
	width: calc(100% - 50);
	background-color: #0a1a27;
	border-radius: 8px;
}
.contect_form1 input{
	padding: 15px 13px;
	background-color: #eee;
	width:100%;
	border:none;
	border-radius: 8px;
	color:#fff;
}
.contect_form1 select,.contect_form textarea{
	width: 100%;
	color:#797979;
	background-color: #eee;
	border:none;
	width:100%;
	padding: 15px 13px;
	border-radius: 8px;
}
/*----os inner apply now wrapper End-----*/
/*****************-- os CAREERS css End --****************************/
/*****************-- os JOB STYLE 1 css Start --****************************/
.os_inner_job_style_one_wrapper{
	padding: 20px 0px;
}
.job_style_one_wrapper{
	padding: 15px 30px;
	border: 1px solid #ebefef;
	position: relative;
	margin: 10px 0px;
	border-radius: 8px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.job_style_one_wrapper:hover{
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.company_logo{
	display: inline-block;
	float: left;
	padding: 25px;
}
.job_style_one_text img{
	max-width: 110px;
	height: auto;
	float: left;
}
.company_logo_text{
	display: inline-block;
	margin-left: 10px;
	margin-top: 30px;
}
.job_style_one_text h3 a{
	font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.job_style_one_text h4 a{
	color: #4054b2;
	font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.job_style_one_text h3 {
    margin-bottom: 10px;
}
.job_style_one_text i{
	margin-right: 5px;
	font-size: 13px !important;
}
.job_style_one_text h6 a{
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #7b7b7b;
}
.job_style_one_text h6 a:hover,.job_style_one_text h3 a:hover{
	color: #ff5a6e;
}
.job_style_one_btn{
	bottom: 5px;
	right: 5px;
	position: absolute;
}
.job_style_one_btn p{
	display: inline-block;
	font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    background: #ff5a6e;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 7px;
}
.job_style_one_btn a{
	padding: 7px 10px;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    color: #ff5a6e;
    background: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ff5a6e;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 4px 20px -12px rgba(255,90,110,0.36);
    text-transform: capitalize;
}
/*****************-- os JOB STYLE 1 css End --****************************/
/*****************-- os JOB STYLE 3 css Start --****************************/
.os_inner_job_style_three_wrapper{
	padding: 15px 0px;
}
.job_tab_content{
	padding: 15px 120px;
}
.job_style_three_text{
}
.style_three_display{
    border-radius: 10px;
    text-align: left;
    display: block;
    position: relative;
    padding: 10px;
    margin: 15px !important;
}
.job_style_three_text:hover .style_three_background{
	visibility: visible;
	opacity: 1;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.style_three_display h1{
	font-size: 52px;
    color: #aaaaaa;
}
.style_three_display h1{
	margin: 45px 30px 10px;
}
.style_three_display h3{
	margin: 15px 30px;
}
.style_three_display h3 a,.style_three_background h3 a{
	font-size: 18px;
	color: #000;
	font-weight: 700;
	line-height: 35px;
	text-transform: capitalize;
}
.style_three_background h3 a{
	text-transform: uppercase !important;
}
.style_three_display h6 a,.style_three_background h6 a{
	font-size: 16px;
    font-weight: 400;
    color: #aaaaaa;
}
.style_three_display h6{
	margin: 20px 30px 50px;
}
.style_three_display h6 a i{
	margin-right: 10px;
	font-size: 12px;
    color: #aaaaaa;
}
.style_three_background h6 a i{
	margin-right: 10px;
	font-size: 12px;
}
.style_three_background h6{
	margin: 15px 0px;
}
.style_three_background{
	background-image: url(../images/job_board_bg.jpg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 10px;
    background-color: #c6c5ca;
    display: block;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    overflow: hidden;
    margin: 15px !important;
}
.style_three_background h3 a,.style_three_background h6 a{
	color: #fff !important;
}
.style_three_background p{
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}
.style_three_background .aply_job a{
    display: inline-block;
    position: relative;
    border: 1px solid #d82d34;
    background-color: #d82d34;
    color: #fff;
    border-radius: 30px;
    padding: 6px 20px;
    position: relative;
    width: auto;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.style_three_background .aply_job{
	margin-top: 15px;
}
.os_inner_job_style_three_wrapper li,.os_inner_job_style_two_wrapper li{
	position: relative;
	margin: 8px;
	width: 75px;
	text-align: center;
}
.os_inner_job_style_three_wrapper li span,.os_inner_job_style_two_wrapper li span{
	position: absolute;
    top: -13px;
    font-size: 10px!important;
    right: 5px;
    min-width: 20px;
    align-items: center;
    display: grid;
    height: 20px;
    line-height: 1!important;
    letter-spacing: 0px!important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 400;
    text-align: center;
    background: #d3d3d3;
    color: #fff;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.09);
}
.os_inner_job_style_three_wrapper li a,.os_inner_job_style_two_wrapper li a{
	font-family: "Poppins", Sans-serif;
	line-height: 19px;
    font-size: 14px;
    color: #313131;
}
.os_inner_job_style_three_wrapper li a:hover:after,.os_inner_job_style_two_wrapper li a:hover:after{
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_inner_job_style_three_wrapper li a:hover,.os_inner_job_style_two_wrapper li a:hover{
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_inner_job_style_three_wrapper li a:after,.os_inner_job_style_two_wrapper li a:after{
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #313131;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s,-webkit-transform 0.3s;
    -moz-transition: opacity 0.3s,-moz-transform 0.3s;
    -o-transition: opacity 0.3s,-o-transform 0.3s;
    -ms-transition: opacity 0.3s,-ms-transform 0.3s;
    transition: opacity 0.3s,transform 0.3s;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(8px);
}
.os_inner_job_style_three_wrapper li .show,.os_inner_job_style_two_wrapper li .show{
    font-weight: 600;
}
.os_inner_job_style_three_wrapper li .show:after,.os_inner_job_style_two_wrapper li .show:after{
    opacity: 1;
}
/*****************-- os JOB STYLE 3 css End --****************************/
/*****************-- os JOB STYLE 2 css Start --****************************/
.job_style_two_wrapper{
    border: 1px solid rgba(222,222,222,0.92);
    background-color: #ffffff;
    box-shadow: 0px 2px 20px -16px rgba(0,0,0,0.33);
    padding: 10px 20px 10px;
    margin-top: 30px;
    border-radius: 8px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.job_style_two_text h6{
	margin-bottom: 10px;
}
.job_style_two_text{
	text-align: center;
	position: relative;
	border-bottom: 1px solid rgba(222,222,222,0.92);
	padding-bottom: 20px;
}
.job_style_two_text h6 span{
	font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    background: rgba(255,90,110,0.85);
    right: 0;
    top: 0spx;
    position: absolute;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    display: inline-block;
}
.job_style_two_text h5 a img{
	max-width: 76px;
}
.job_style_two_text h5{
	margin: 45px 0 30px;
	height: 80px;
	width: 80px;
	display: inline-block;
}
.job_style_two_text h3 a{
	color: #ff5a6e;
	font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.4px;
}
.job_style_two_text h4 a{
	color: #7a7a7a;
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.job_style_two_text h4 a i{
	font-size: 12px;
}
.job_style_two_btn h6 a{
	float: left;
	color: #313131;
	font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.job_style_two_btn h6 a:hover{
	color:  #ff5a6e;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.job_style_two_btn h6{
	margin: 20px 0px 0px;
	display: inline-block;
}
.job_style_two_btn .aply_job a{
	padding: 7px 18px 7px 18px;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.2px;
    border: 1px solid #212121;
    border-radius: 20px;
    color: #212121;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.job_style_two_btn .aply_job{
	display: inline-block;
	float: right;
	margin-top: 15px;
}
.job_style_two_btn .aply_job a:hover{
	background-color: #ff5a6e;
	border-color: #ff5a6e;
	color: #ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.job_style_two_wrapper:hover{
	border-color: #eeeeee;
    box-shadow: 0px 16px 20px -14px rgba(238,238,238,0.96);
    background-color: #eee;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*****************-- os JOB STYLE 2 css End --****************************/
/*****************-- os JOB css Start--****************************/
.os_inner_job_style_wrapper .job_logo{
	height: 45px;
	width: 45px;
}
.os_inner_job_style_wrapper .job_logo a img{
	height: 45px;
	width: 45px;
}
.job_description h4 a,.job_description h4 a:hover{
	font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
	color:#111;
}
.os_inner_job_style_wrapper p{
	font-size: 14px;
}
.os_inner_job_style_wrapper p a:hover{
	color:#797979;
}
.job_description p strong{
	color: #252525;
	margin-right: .5em;
	font-weight: 600;
}
.job_location a,.job_location a:hover{
	line-height: 45px;
	text-align: left;
	font-size:14px;
	color:#797979;
}
.part_time{
	text-align: right;
}
.part_time h3 a{
	color: #f08d3c;
	font-weight: 500;
	font-size: 13px;
	text-transform: capitalize;
}
.os_inner_job_filter_input input{
	width:100%;
	height:40px;
	background:#fff;
	    color: #666;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding-left:15px;
}
.os_job_filter_box{
	background: #eee;
	padding:15px;
	margin-top:15px;
}
.os_inner_job_filter_input a{
	width:100%;
	height:40px;
	float:left;
	text-transform:uppercase;
	font-size:13px;
	font-weight:500;
	background:transparent;
	 -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	text-align:center;
	line-height:40px;
	border:1px solid #313131;
	color:#313131;
	margin-top:10px;
}
.os_inner_job_filter_input a:hover{
	background:#313131;
	color:#fff;
}
.os_job_filter_tabs_inner_main{
	    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;
	    padding: 5px;
    padding-left: 17px;
    padding-top: 15px;
}
.os_job_filter_tabs_inner_main input[type=checkbox], .os_job_filter_tabs_inner_main input[type=radio]{
	    position: relative;
    top: 2px;
}
.os_job_filter_tabs_inner_main label{
	font-size:12px;
	color:#111;
	    margin-right: 20px;
}
.os_inner_job_table_box{
	
}
/*****************-- os JOB css End --****************************/
/*****************-- os Store Incharge css Start --****************************/
.os_inner_title_heading_wrapper h4{
	color: #fff;
    font-style: normal;
    font-size: 35px;
    line-height: 40px;
    text-transform: capitalize;
    word-spacing: 0;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 15px;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent;
  display: inline-block;
  text-align: center;
}
ul.breadcrumb li {
  display: inline;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #fff;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
/*----os inner single job wrapper Start-----*/
.os_inner_single_job_wrapper{
	padding: 30px 0px;
}
.single_job_logo{
	display: inline-block;
	max-width: 130px;
	vertical-align: bottom;
}
.single_job_logo img{
	max-width: 130px;
}
.os_inner_single_job_wrapper .job_description{
	display: inline-block;
	margin-left: 30px;
	vertical-align: top;
	padding-top: 15px;
}
.os_inner_single_job_wrapper .job_description h5 a{
	color: #313131;
    font-style: normal;
    font-size: 28px;
    line-height: 35px;
    text-transform: none;
    font-weight: 700;
}
.os_inner_single_job_wrapper .job_description p{
	font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
    text-transform: capitalize;
    margin: 5px 0px;
}
.os_inner_single_job_wrapper .job_description ul li{
	display: inline;
	margin-right: 12px;
}
.os_inner_single_job_wrapper .job_description ul li a{
	color: #000;
}
.os_inner_single_job_wrapper .job_description ul li i{
	margin-right: 2px;
}
.os_inner_single_job_wrapper .job_description ul li a:hover{
	color: #ff0044;
}
.job_description_list{
	border-top: 1px solid #e0e0e0;
	padding-top: 30px;
	margin-top: 30px;
}
.job_description_list ul li{
	list-style-type: disc;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 10px;
}
.job_description_list ul{
	padding-left: 55px;
	margin: 15px 0px;
}
.job_description_list p{
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
}
.apply_btn_for_job{
	margin-left: 12px;
}
.apply_btn_for_job a{
	background-color: transparent !important;
	color: #000;
	border:1px solid #d82d34;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0px 50px;
	width: auto;
}
.apply_btn_for_job a:hover{
	background-color: #d82d34 !important;
	color: #fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prev_job{
	padding: 20px 30px;
	margin-top: 10px;
	background-color: #f4f4f4;
}
.prev_job .prev_job_logo{
	height: 120px;
	width: 120px;
	display: inline-block;
	line-height: 120px;
}
.prev_job .prev_job_logo img{
	max-width: 120px;
}
.prev_job .prev_job_text{
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}
.prev_job .prev_job_text p a{
	text-transform: uppercase;
    margin-bottom: 1px;
    color: #777;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 11px;
}
.prev_job .prev_job_text h4 a{
	line-height: 28px;
    color: #313131;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}
.os_inner_single_job_wrapper .os_maintenance_bottom{
	margin: 35px 0px 25px;
}
.os_inner_single_job_wrapper .os_maintenance_bottom ul{
	text-align: left !important;
	float: none;
}
.os_inner_single_job_wrapper .os_maintenance_bottom li a:hover {
    background: transparent;
}
.os_inner_single_job_wrapper .os_maintenance_bottom .smf:hover{
	color: #37589b;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_inner_single_job_wrapper .os_maintenance_bottom .smt:hover{
	color: #1da1f2;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_inner_single_job_wrapper .os_maintenance_bottom .smpin:hover{
		color: #bd081c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_inner_single_job_wrapper .os_maintenance_bottom .smg:hover{
	color: #dd4b39;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_inner_single_job_wrapper .os_maintenance_bottom .smtumb:hover{
	color: #35465c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.job_overview h4{
	font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #313131;
    font-family: Rubik,"Open Sans",sans-serif;
    line-height: 25px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.job_overview ul{
	border-radius: 3px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 35px 38px 31px 38px;
}
.job_overview ul li{
    color: #888;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: .1px solid #eee;
}
.job_overview ul li:last-child{
	border-bottom: none;
}
.job_overview li strong{
	color: #222;
    font-family: Poppins,"Open Sans",sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    word-spacing: 0;
    letter-spacing: .3px;
    font-weight: 500;
}
.job_overview li strong a i{
	margin-right: 10px;
	font-size: 14px;
}
.job_overview li p{
	color: #888;
    font-family: roboto,"Open Sans",sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    word-spacing: 0;
    letter-spacing: .3px;
    font-weight: 400;
    margin-left: 22px;
}
/*----os inner single job wrapper End-----*/
/*****************-- os Store Incharge css End --****************************/
/*****************-- os Showcase css Start --****************************/
.os_inner_showcase_image_wrapper{
	text-align: center;
	margin-top: -200px;
}
.showcase_image_wrapper{
	display: inline-block;
}
.showcase_image_wrapper img{
	max-width: 672px;
}
/*****************-- os Showcase css End --****************************/
/*****************-- os Pricing css Start --****************************/
.os_index5_pricing_pages_main_wrapper{
	padding-bottom:100px;
}
.os_index4_success_main_wrapper_page{
	padding-top:60px;
	padding-bottom:100px;
}
.os_index4_success_main_wrapper_page2{
	padding-top:20px;
	padding-bottom:100px;
}
.os_inner_footer_wrapper_testimonial{
	padding-top:150px;
}
.os_index5_admini_main_wrapper_pagess,.os_index4_form_main_wrapper_pagess{
	padding-bottom:100px;
}
.os_index6_company_main_wrapper_pages{
	background:#f9f9f9;
	padding-top:100px;
	padding-bottom:100px;
}
.os_inner_mgmt_wrapper_pages{
	background:#f9f9f9;
}
.os_drope_main_wrapper{
	background:#f9f9f9;
	padding-top:20px;
	padding-bottom:100px;
}
.os_index2_perfect_sharing_main_wrapper_pagess,.os_index4_counter_section_wrapper_pagesss{
	padding-top:0;
}
.os_counter_wrapper_pagess{
	background:#f9f9f9;
	padding-top:20px;
	padding-bottom:100px;
}
.cs_time_inner span{
	color:#b42b32;
	border-bottom:2px solid #b42b32;
}
.cs_time_inner p{
	color:#b42b32;
}
.os_coming_soon_wrapper_pagess h3,.os_coming_soon_wrapper_pagess h4{
	color:#b42b32;
	    font-size: 40px;
    font-weight: 500;
}
.os_index3_form_main_wrapper_pagess{
	padding-top:100px;
	padding-bottom:100px;
}
.os_inner_footer_wrapper_contact_farm{
	padding-top:250px;
}
/*****************-- os Pricing css End --****************************/
/*****************-- os stylish list css Start --****************************/
.os_inner_sl_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_inner_sl_cont li{
	    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
        line-height: 25px;
    letter-spacing: 0.2px;
	margin-top:15px;
	float:left;
}
.os_inner_sl_cont li span{
	    float: left;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: 7px 5px 28px -7px rgba(0,0,0,0.44);
    width: 65px;
    height: 23px;
    line-height: 23px;
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
}
.os_inner_sl_cont li p{
	width:calc(100% - 65px);
	padding-left:20px;
	float:left;
}
.color1{
	background: #ff5a6e;
}
.color2{
	background: #8072fc;
}
.color3{
	background: #6fc784;
}
.color4{
	background: #f7d782;
}
.color5{
	background: #ff5a6e;
}
.color6{
	background: #8072fc;
}
.os_sl_slider_show{
	float:left;
	width:100%;
	min-height:700px;
	background:url('../images/sl1.jpg')50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	overflow:hidden;
	text-align:center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_sl_slider_show ul{
	 display: inline-block;
	     padding-top: 205px;
}
.os_sl_slider_show li h3{
	 font-family: "Poppins", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 85px;
    letter-spacing: 0.5px;
	color:#fff;
}
.os_sl_slider_show li h3 svg{
	width:32px;
	height:32px;
}
.os_animation_text_page h1{
	text-align: center;
    color: #373150;
    font-family: "Rubik", Sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0px;
}
.os_animation_text_page h1 span{
	color:#ff5a6e;
}
.os_animation_text1_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_animation_text2_wrapper{
	padding-top:100px;
	padding-bottom:100px;
	background:#f9f9f9;
}
.os_animation_text_page2 h1{
	    text-align: center;
    color: #313131;
    font-family: "Rubik", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}
.os_animation_text_page2 h1 span{
	background:#ff5a6e;
	color:#fff;
	padding:5px;
}
.os_index5_heading_bot_wraper_inner h3{
	font-size:35px;
}
.os_inner_video_background_wrapper{
	padding-top:100px;
	padding-bottom:55px;
}
#myVideo {
    height: 100%;
}
.vedio_section{
	position:relative;
}
.web_top_header_img_overlay_left h3{
	    font-family: "Poppins", Sans-serif;
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.1em;
    letter-spacing: 1.2px;
	color:#fff;
}
.web_top_header_img_overlay{
	position:absolute;
	    top: 42%;
    left: 20%;
	width:100%;
}
.web_top_header_img_overlay_left{
	float:left;
	width:30%;
}
.web_top_header_img_overlay_right{
	float:left;
	width:20%;
}
.web_top_header_img_overlay_left p{
	font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
	color:#fff;
	padding-top:40px;
}
.web_top_header_img_overlay_right a{
	float:right;
	width:155px;
	height:155px;
	line-height:155px;
	text-align:center;
	border-radius:100%;
	color:#fff;
	background:#ff6036;
	box-shadow:5px 5px 34px -20px rgba(102,102,102,0.5);
	    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	    margin-top: 20px;
}
.os_cart_main_wrapper{
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
}
.os_cart_inner_wrapper h3{
	    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    color: #313131;
}
.os_cart_inner_wrapper p{
	padding-top:50px;
}
.os_cart_inner_wrapper a{
	display:inline-block;
	width:190px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#fff;
	font-size: 13px;
	font-weight:600;
	text-transform:uppercase;
	border-radius:5px;
	    letter-spacing: 1px;
    background-color: #313131;
	margin-top:50px;
}
.os_acount_inner_wrapper p{
	font-size:14px;
}
.os_account_input_wrapper input{
	width:100%;
	height:60px;
	border:1px solid #eee;
	padding-left:15px;
	font-size:14px;
}
.os_account_input_wrapper{
	margin-top:40px;
}
.os_account_input_wrapper{
	margin-top:25px;
}
.os_account_checkbox_wrapper input[type="checkbox"] {
  display: none;
  
}
.os_account_checkbox_wrapper label {
  cursor: pointer;
  color:#797979;
  font-size:13px;
  margin:0;
}
.os_account_checkbox_wrapper input[type="checkbox"] + label:before {
  border: 2px solid #eeeeee;
  content: "\00a0";
  display: inline-block;
  font: 15px/1em sans-serif;
  height: 19px;
  margin: .20em .56em .0 .0;
  padding: 0;
  vertical-align: top;
  width: 19px;
      -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.os_account_checkbox_wrapper input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #4f5dec;
  content: "\2713";
}
.os_account_checkbox_wrapper input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}
.os_account_checkbox_wrapper{
	text-align:left;
	margin-top:15px;
}
.os_account_checkbox_wrapper a{
	    color: #10b3e9;
    float: right;
	font-size:14px;
}
.os_account_checkbox_btn_wrapper a{
	    display: inline-block;
    width: 110px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 1px;
    background-color: #313131;
    margin-top: 40px;
}
.os_account_checkbox_bottom_pera_wrapper p{
	color: #313131;
	font-size:14px;
	font-weight:600;
	margin-top:60px;
}
.os_account_checkbox_bottom_pera_wrapper a{
	    display: inline-block;
    width: 235px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #313131;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 1px;
    background-color:transparent;
	border:1px solid #313131;
    margin-top: 30px;
}
.os_account_checkbox_bottom_pera_wrapper a:hover{
	background-color:#313131;
	color:#fff;
}
.os_account_checkbox_last_bottom_pera_wrapper a{
	    color: rgba(19,18,25,.6);
		font-size:14px;
		margin-top:40px;
		display:inline-block;
}
.os_account_checkbox_last_bottom_pera_wrapper a:hover{
	color: #313131;
}
.os_map_main_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_map_inner_heading{
	text-align:center;
}
.os_map_inner_heading h3{
	font-family: "Rubik", Sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 0px;
    color: #313131;
}
.os_map_inner_heading p{
	font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #adadad;
	padding-top:10px;
}
.os_map_box{
	margin-top:20px;
}
.os_map_inner_heading{
	padding-bottom:90px;
}
.os_map_box iframe{
	width:100%;
	height:450px;
}
/*****************-- os stylish list css End --****************************/
/*****************-- os product css Start --****************************/
.os_pd_grid_main_wrapper{
	padding-top:15px;
	padding-bottom:100px;
}
.os_pd_grid_box_wrapper {
	padding-top:60px;
}
.os_pd_grid_img_wrapper{
	position:relative;
	overflow:hidden;
}
.product_second_img{
	position:absolute;
	left:-600px;
	top:0;
	z-index:100;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_pd_grid_box_wrapper:hover .product_second_img{
	left:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_pd_grid_img_cont_wrapper h3{
	padding-top:10px;
}
.os_pd_grid_img_cont_wrapper h3 a{
	font-size: 16px;
	line-height: 22px;
    font-weight: 600;
    color: #000;
}
.os_pd_grid_img_cont_wrapper h3 a:hover{
	    color: #ff0044;
}
.os_pd_grid_img_cont_wrapper p{
	font-size: 15px;
	line-height: 20px;
    font-weight: 500;
    color: #000;
	padding-top:10px;
}
.os_pd_grid_img_wrapper h5{
	    background: #fd6b6b;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: .3px;
    font-size: 13px;
    padding: 2px 10px;
    height: auto;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    z-index: 100;
	float:left;
	position:absolute;
	left:0;
	top:10px;
}
.os_pd_grid_img_wrapper span{
	    color: #fff;
    font-size: 13px;
    background: #212121;
    float: left;
    width: 40px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1000;
    text-align: center;
}
.os_pd_grid_img_wrapper span:after{
	content: '';
    border-right: 12px solid transparent;
    border-top: 12px solid #212121;
    position: absolute;
    top: 0;
    right: -12px;
    z-index: 100;
}
.os_pd_grid_img_wrapper span:before{
	content: '';
    border-right: 12px solid transparent;
    border-bottom: 12px solid #212121;
    position: absolute;
    bottom: 0;
    right: -12px;
    z-index: 100;
}
.os_pd_metro_main_wrapper{
	padding-top:100px;
	padding-bottom:100px;
}
.os_pd_metro_img_wrapper{
	position:relative;
}
.os_pd_grid_img_wrapper img,.os_pd_metro_img_wrapper img{
	width:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_pd_metro_box_wrapper{
	border:1px solid #eee;
	overflow:hidden;
}
.os_pd_metro_img_cont_wrapper{
	    position: absolute;
    bottom: 15px;
    background: rgba(255, 255, 255, 0.7803921568627451);
    width: 91%;
    left: 15px;
    padding: 15px;
    padding-bottom: 50px;
	overflow:hidden;
}
.os_pd_metro_img_cont_wrapper h3 a{
	font-size: 20px;
	line-height: 22px;
    font-weight: 600;
    color: #212121;
}
.os_pd_metro_box_wrapper:hover .os_pd_metro_img_cont_wrapper h3 a{
	color: #ff0044;
}
.os_pd_metro_box_wrapper:hover .os_pd_metro_img_wrapper img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_pd_metro_img_cont_wrapper span a{
	float:left;
	    width: 40px;
    height: 40px;
    line-height: 40px;
	text-align:center;
	color:#fff;
	background:#ff5a6e;
	border-radius:100%;
	position:absolute;
	right: 10px;
    bottom: -100px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_pd_metro_box_wrapper:hover .os_pd_metro_img_cont_wrapper span a{
	bottom: 10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_pd_metro_img_wrapper_back{
	background:url('../images/bll1.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	min-height:348px;
}
.margin_top_30{
	margin-top:30px;
}
.os_pd_metro_img_wrapper_back2{
	background:url('../images/bll1.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	min-height:728px;
}
.os_pd_carousel_main_wrapper{
	padding-top:60px;
	padding-bottom:100px;
}
.os_pd_slider_fisrt_wrapper .owl-theme .owl-dots{
	display:none;
}
.os_pd_slider_fisrt_wrapper .owl-theme .owl-nav {
    position: absolute;
    bottom: -10px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.os_pd_slider_fisrt_wrapper .owl-theme .owl-nav .owl-prev{
        font-size: 16px;
    margin: 0;
    padding: 0;
    right: 40px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    right: 49px;
    top: 0;
    color: #fff;
    background: #ff5a6e;
    border: 1px solid #ff5a6e;
    position: absolute;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_pd_slider_fisrt_wrapper  .owl-theme .owl-nav .owl-next{
        font-size: 16px;
    margin: 0;
    padding: 0;
    right: 40px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    right: 12px;
    top: 0;
    color: #fff;
    background:#ff5a6e;
    border: 1px solid #ff5a6e;
    position: absolute;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_pd_slider_fisrt_wrapper  .owl-theme .owl-nav .owl-next i:before,.os_pd_slider_fisrt_wrapper .owl-theme .owl-nav .owl-prev i:before{
	font-size:15px;
}
.os_pd_slider_fisrt_wrapper .owl-theme .owl-nav .owl-prev:hover, .os_pd_slider_fisrt_wrapper  .owl-theme .owl-nav .owl-next:hover{
	background:#eee;
	border: 1px solid #eee;
	color:#111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_pd_slider_second_wrapper .owl-theme .owl-dots{
	display:none;
}
.os_pd_slider_second_wrapper .owl-theme .owl-nav {
    position: absolute;
    top:50%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.os_pd_slider_second_wrapper .owl-theme .owl-nav .owl-prev{
        font-size: 16px;
    margin: 0;
    padding: 0;
    left: -60px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    top: 0;
    color: #fff;
    background: #ff5a6e;
    border: 1px solid #ff5a6e;
    position: absolute;
    border-radius: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_pd_slider_second_wrapper  .owl-theme .owl-nav .owl-next{
        font-size: 16px;
    margin: 0;
    padding: 0;
    right: -60px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    top: 0;
    color: #fff;
    background:#ff5a6e;
    border: 1px solid #ff5a6e;
    position: absolute;
    border-radius: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_pd_slider_second_wrapper:hover .owl-theme .owl-nav .owl-prev{
	left:0;
}
.os_pd_slider_second_wrapper:hover .owl-theme .owl-nav .owl-next{
	right:0;
}
.os_pd_slider_second_wrapper  .owl-theme .owl-nav .owl-next i:before,.os_pd_slider_second_wrapper .owl-theme .owl-nav .owl-prev i:before{
	font-size:15px;
}
.os_pd_slider_second_wrapper .owl-theme .owl-nav .owl-prev:hover, .os_pd_slider_second_wrapper  .owl-theme .owl-nav .owl-next:hover{
	background:#eee;
	border: 1px solid #eee;
	color:#111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_pd_slider_second_wrapper{
	margin-top:60px;
	overflow:hidden;
}
/*****************-- os product css End --****************************/
/*------ blog style css ------*/
.os_inner_job_blog_wrapper{
	padding:70px 0;
}
.blog_nav_pills li a{
	text-transform:uppercase;
}
.blog_nav_pills li span{
	background:rgba(216,45,52,0.65);
}
.os_inner_job_style_three_wrapper li a:after, .os_inner_job_style_two_wrapper li a:after{
	background:rgba(216,45,52,0.65);
}
.blog_nav_pills {
	padding-bottom:45px;
}
.os_inner_job_style_three_wrapper .active .show{
	color:rgba(216,45,52,0.65);
}
.os_inner_job_blog_wrapper .os_index4_press_main_box {
	border-radius:5px; overflow:hidden;
	margin-bottom:30px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_inner_job_blog_wrapper .os_index4_press_img_wrapper img{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.os_inner_job_blog_wrapper .os_index4_press_main_box:hover{
	box-shadow:0px 3px 16px 1px rgba(0,0,0,0.07);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_inner_job_blog_wrapper .os_index4_press_img_cont_wrapper li{
	float:left; width:auto;
}
.os_inner_job_blog_wrapper .os_index4_press_img_cont_wrapper ul{
	border-top:1px solid #ddd;
}
.os_inner_job_blog_wrapper .os_index4_press_img_cont_wrapper li a{
	text-transform:uppercase;
	color:#666;
	font-weight:400;
	font-size:12px;
}
.os_inner_job_blog_wrapper .os_index4_press_img_cont_wrapper li a:hover{
	font-weight:400;
	color:#111;
}
.os_inner_job_blog_wrapper  li a:hover:after, .os_inner_job_blog_wrapper li a:hover:after{
	display:none; opacity:0;
}
.os_inner_job_blog_wrapper .os_index4_press_img_cont_wrapper span a{
	position: absolute;
    top: 16px;
    left: 31px;
	color:#fff;
	font-size:14px;
	border:2px solid;
	border-radius:5px;
	border-color:rgba(255,255,255,0.8);
}
.os_index4_share_heading_wrapper a{
	color:#2abd80;
	font-weight:400;
	margin-top:30px;
	float:left;
	    padding-bottom: 7px;
	border-bottom:2px solid #2abd80;
	position:relative;
}
.os_index4_share_heading_wrapper a:after{
	content: '';
    border: 1px solid #fff;
    width: 0;
    position: absolute;
    left: 0;
	opacity:0;
    bottom: -2px;
    z-index: 100;
	-webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.os_index4_share_heading_wrapper a:hover:after{
	width: 101px;
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_column_box .os_index4_press_img_cont_wrapper{
	background:transparent;
}
.blog_column_img{
	border-radius:10px;
}
.os_inner_blog_column .os_index4_press_img_cont_wrapper ul{
	border:0;
	padding:0;
	margin:0;
}
.os_inner_blog_column .os_index4_press_img_cont_wrapper span a{
	font-weight:400;
	text-transform:capitalize;
	color:#888;
}
.os_inner_blog_column .os_index4_press_main_box:hover{
	box-shadow:none;
}
.one_column_read{
	position:relative;
	float:left; width:100%;
}
.one_column_read a{
	color:#d82d34 !important;
	position:relative !important;
	font-weight:500 !important;
	border:0;
	padding-left:0 !important;
	left:0 !important;
}
.os_inner_blog_column .os_index4_press_img_cont_wrapper li a{
	font-size:14px;
}
.os_inner_blog_column .os_index4_press_img_cont_wrapper li{
	margin-left:0;
}
.os_inner_blog_column .os_index4_press_img_cont_wrapper h3{
	padding-top:0;
}
.os_inner_blog_column .os_index4_press_img_cont_wrapper h3 a{
	font-size:26px;
}
.one_column_read a:hover{
	 -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}
.blog_column_box, .blog_column_img{
	margin-bottom:30px;
}
.blog_pagination_section{
	padding-top:20px;
	text-align:center;
}
.blog_pagination_section ul{
	display:inline-block;
}
.blog_pagination_section ul li {
    float: left;
    margin-left: 10px;
	width:auto;
}
.blog_pagination_section ul li a {
    float: left;
    color: #111;
    text-align: center;
	width:25px;
	padding-bottom:3px;
    border: 2px solid transparent;
}
.blog_pagination_section ul li a:hover{
    cursor: pointer;
	color:#d82d34;
    -webkit-transition: all .6s ease;
    border-bottom: 2px solid #d82d34;
}
.blog_pagination_section .third_pagger a {
	border-bottom: 2px solid #d82d34;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    color: #111;
}
/*****************-- os Showcase css Start --****************************/
.os_inner_top_header_showcase_wrapper{
	background-image: url(../images/showcase_bg.jpg);
	background-position: center right;
    background-repeat: repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}
.os_inner_top_header_showcase_wrapper .os_inner_title_wrapper{
		padding-bottom: 265px;
}
.os_inner_showcase_image_wrapper{
	text-align: center;
	margin-top: -200px;
}
.showcase_image_wrapper{
	display: inline-block;
}
.showcase_image_wrapper img{
	max-width: 672px;
}
/*----os inner app showcase wrapper Start-----*/
.os_inner_app_showcase_wrapper{
	padding: 100px 0px;
}
.os_inner_app_showcase{
	padding: 20px;
	border-radius: 5px;
	margin: 15px 0px;
}
.app_showcase_img{
	display: inline-block;
}
.app_showcase_img img{
	vertical-align: super;
}
.app_showcase_txt{
	display: inline-block;
	margin-left: 10px;
}
.app_showcase_txt p{
	font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 20px;
    margin-top: 10px;
}
.app_showcase_txt h6 a{
	font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
}
.os_inner_app_showcase:hover {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,
     -webkit-border-radius .3s,-webkit-box-shadow .3s;
    box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.2);
}
/*----os inner app showcase wrapper End-----*/
/*----os inner integrate & extend wrapper Start-----*/
.os_inner_integrate_extend_wrapper{
	background-image: url(../images/abt_slider2.jpg);
	position: relative;
    background-position: right;
	background-position-x: center;
}
.os_inner_integrate_extend_wrapper_overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background:rgba(13,32,49,0.92);
}
.os_integrate_extend_wrapper{
	padding-top: 100px;
}
.integrate_extend_txt h6{
    font-size: 14px;
    font-weight: 500;
    color: #d82d34;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 5px;
}
.integrate_extend_txt h5{
	font-size: 40px;
    font-weight: 300;
    font-style: normal;
    line-height: 45px;
    color: #ffffff;
    margin: 30px 0px 5px;
    word-wrap: break-word;
}
.integrate_extend_txt p{
	font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 30px;
	color: rgba(255, 255, 255, 0.64);
}
.integrate_extend_txt h4{
	font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    color: #ffffff;
    margin: 5px 0px;
    word-wrap: break-word;
}
.integrate_extend_btn .os_inner_btn_wrapper a{
	color: #fff;
	background-color: #d82d34;
	letter-spacing: 1px;
	border: 1px solid #d82d34;
}
/*----os inner integrate & extend wrapper End-----*/
/*----os inner all devices wrapper Start-----*/
.os_inner_all_devices_wrapper{
	padding: 120px 0px 100px;
}
.all_devices_img{
	text-align: center;
}
.all_devices_img img{
	max-width: 300px;
}
.all_devices_box .os_inner_title_heading{
	text-align: left;
}
.all_devices_box .os_inner_title_heading h1{
	margin-bottom: 0px;
	margin-top: 10px;
}
.all_devices_box .benefits_box{
	text-align: left;
	padding: 30px 15px 30px 0px;
}
.all_devices_box .benefits_box:hover{
    transition: none;
    box-shadow: none;
}
/*----os inner all devices wrapper End-----*/
/*----os inner learn more wrapper Start-----*/
.os_inner_learn_more_wrapper{
	background-image: url(../images/learn_more_bg.jpg);
	position: relative;
}
.os_inner_learn_more_wrapper_overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(191,64,70,0.90);
}
.os_learn_more_wrapper{
	padding: 80px 0px;
}
.learn_more_wrapper_txt h2{
	font-size: 35px;
    line-height: 40px;
    color: #fff;
}
.learn_more_wrapper_txt h2 span{
		font-weight: 600;
}
.learn_more_btn .os_inner_btn_wrapper{
	margin-top: 0px;
	text-align: right;
}
.learn_more_btn .os_inner_btn_wrapper a{
	background-color: #ffffff;
	border: 1px solid #fff;
	color: #f24632;
	letter-spacing: 1px;
}
.learn_more_btn .os_inner_btn_wrapper a:hover{
	background-color: #d82d34;
	border: 1px solid #d82d34;
	color: #fff;
    -webkit-box-shadow: 0 3px 6px 1px rgba(0,0,0,.08);
    -moz-box-shadow: 0 3px 6px 1px rgba(0,0,0,.08);
    box-shadow: 0 3px 6px 1px rgba(0,0,0,.08);
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}
/*----os inner learn more wrapper End-----*/
/*****************-- os Showcase css End --****************************/
/*****************-- os Contact css Start --****************************/
/*----os inner location wrapper Start-----*/
.os_inner_location_wrapper{
	padding: 100px 0px;
}
/*----os inner location wrapper End-----*/
/*----os inner  location form wrapper Start-----*/
.os_inner_location_form_wrapper{
	padding: 0px 0px 100px;
}
.os_inner_location_form_wrapper h5{
	font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #333333;
    margin: 10px 0px;
    text-transform: uppercase;
    margin-top: 20px;
}
.contect_form2{
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    margin-top: 18px;
}
.contect_form2 label{
	width: 80%;
	font-family: "Poppins", Sans-serif;
    font-size: 15px;
    color: #666666;
}
.contect_form2 input,.contect_form2 textarea{
	width: 80%;
	font-size: 15px;
    padding: 10px 10px 10px 10px;
    border: 1px solid rgba(37,37,37,0.3);
    border-radius: 5px;
}
.contect_form2 .apply_btn a{
	max-width: 80%;
}
.contect_form2 .apply_btn{
	margin: 0px;
}
.locatiom_info p{
	margin: 20px 0;
}
.locatiom_info p,.location1 li{
	font-size: 15px;
    font-weight: 300;
}
.location1{
	padding: 15px 0px 30px;
	border-bottom: 1px dashed #eeeeee;
	margin-bottom: 30px;
}
.location1 li{
	margin: 10px 0px;
	color: #c1c1c1;
}
.location1 li span{
	color: #d82d34;
}
.location1 li i{
	margin-right: 5px;
}
.find_on_sm li{
	margin-top: 15px;
}
.find_on_sm li:last-child{
	margin-right: 0px;
}
.find_on_sm li a{
	width: 127px;
	height: 40px;
	float: left;
	position: relative;
	text-align: center;
	color: #fff;
	margin-right: 8px;
	margin-top: 15px;
}
.find_on_sm li a i{
	font-size: 23px;
	line-height: 40px;
}
.find_on_sm_overlay{
	position: absolute;
	background-color: #000;
	color: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 13px;
	opacity: 0;
	visibility: hidden;
	line-height: 40px;
}
.find_on_smf{
	background-color: #3b5999;
}
.find_on_smt{
	background-color: #55acee;
}
.find_on_smy{
	background-color: #cd201f;
}
.find_on_sml{
	background-color: #0077b5;
}
.find_on_sm li a:hover .find_on_sm_overlay{
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*----os inner  location form wrapper End-----*/
/*****************-- os Contact css End --****************************/
/*****************-- os Buttons css Start --****************************/
.os_inner_buttons_wrapper{
	padding: 100px 0px;
}
.box{
	margin: 15px 0px;
}
.os_inner_buttons_wrapper h3{
	font-size: 24px;
    font-weight: 500;
    line-height: 50px;
    color: #313131;
    margin-right: 30px;
    line-height: 85px;
    display: inline-block;
}
.button--border-thick {
	border: 3px solid;
}
.bg-2 .button2{
	background: #d82d34;
	color: #fff;
}
.bg-3 {
	background: #37474f;
	color: #fff;
}
.button2.button--wapasha {
    background: #35a299;
    color: #fff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.button2 {
	display: inline-block;
	min-width: 150px;
	max-width: 220px;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	cursor:pointer;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}
.button2:focus {
	outline: none;
}
.button2 > span {
	vertical-align: middle;
}
.button--round-l {
	border-radius: 40px;
}
/*Style 1*/
.button--winona {
	overflow: hidden;
	padding: 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #d82d34;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.button--winona > span {
	display: block;
}
.button--winona.button--inverted {
	color: #7986cb;
}
.button--winona.button--inverted:after {
	color: #fff;
}
.button--winona::after,
.button--winona > span {
	padding: 1em 2em;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona:hover {
	border-color: #d82d34;
	background-color: rgba(216, 45, 52, 0.2);
}
.button--winona.button--inverted:hover {
	border-color: #21333C;
	background-color: #21333C;
}
.button--winona:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--winona:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
/* Style-2 */
.button--wayra {
	overflow: hidden;
	width: 225px;
	color: #2dd889;
    border: 1px solid #2dd889;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #37474f;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
	color: #fff;
	border-color: #2dd889;
}
.button--wayra.button--inverted:hover {
	color: #3f51b5;
	border-color: #fff;
}
.button--wayra:hover::before {
	opacity: 1;
	background-color: #2dd889;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
	background-color: #fff;
}
/* Style-3 */
.button--rayen {
	overflow: hidden;
	padding: 0;
	width: 230px;
	background-color: #2f374d !important;
}
.button--rayen.button--inverted {
	color: #fff;
}
.button--rayen::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #7986cb;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.button--rayen.button--inverted::before {
	background: #fff;
	color: #2f374d;
	border: 2px solid #2f374d;
}
.button--rayen > span {
	display: block;
}
.button--rayen::before,
.button--rayen > span {
	padding: 1em 2em;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--rayen:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--rayen:hover > span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

/* Style-4 */
.button--pipaluk {
	width: 240px;
	padding: 1.5em 3em;
	color: #fff !important;
}
.button--pipaluk.button--inverted {
	color: #fff;
}
.button--pipaluk::before,
.button--pipaluk::after {
	content: '';
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
.button--pipaluk::before {
	border: 2px solid #2164a9;
}
.button--pipaluk.button--inverted::before {
	border-color: #fff;
}
.button--pipaluk::after {
	background: #2164a9;
}
.button--pipaluk.button--inverted::after {
	background: #fff;
}
.button--pipaluk:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.button--pipaluk::before,
.button--pipaluk:hover::after {
	-webkit-transform: scale3d(0.7, 0.7, 1);
	transform: scale3d(0.7, 0.7, 1);
}
.button--pipaluk:hover::after {
	background-color: #2164a9;
}
.button--pipaluk.button--inverted:hover::after {
	background-color: #fff;
}
/* Style-5 */
.button--moema {
	padding: 1.5em 3em;
	border-radius: 50px;
	background: #231f4f !important;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button--moema.button--inverted {
	background: #ECEFF1;
	color: #37474f;
}
.button--moema::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #ECEFF1;
	background-color: #d82d34;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}
.button--moema.button--inverted:hover {
	color: #ECEFF1;
	background-color: #7986cb;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
/* Style-6 */
.button.button--wapasha {
	background: #35a299;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button--wapasha.button--inverted {
	background: #fff;
	color: #37474f;
}
.button--wapasha::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #35a299;
	z-index: -1;
	border-radius: inherit;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--wapasha.button--inverted::before {
	border-color: #7986cb;
}
.button--wapasha:hover {
	background-color: #fff;
	color: #35a299;
}
.button--wapasha.button--inverted:hover {
	background-color: #37474f;
	color: #7986cb;
}
.button--wapasha:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
#map{
	width:100%;
	float:left; 
	height:400px;
}
.5_per{
	width:5%;
}
.50_per{
	width:50%;
}
.15_per{
	width:15%;
}
.30_per{
	width:30%;
}
/*****************-- os Buttons css End --****************************/
/*****************-- os Blog single css Start --****************************/
.os_bss_left_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.os_bss_left_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 15px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.os_bss_left_slider_wrapper .owl-theme .owl-nav .owl-prev{
        font-size: 16px;
    margin: 0;
    padding: 0;
    right: 40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 49px;
    top: 0;
    color: #fff;
    background: #d82d34;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_bss_left_slider_wrapper  .owl-theme .owl-nav .owl-next{
        font-size: 16px;
    margin: 0;
    padding: 0;
    right: 40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 12px;
    top: 0;
    color: #fff;
    background: #d82d34;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_bss_left_slider_wrapper  .owl-theme .owl-nav .owl-next i:before,.os_bss_left_slider_wrapper .owl-theme .owl-nav .owl-prev i:before{
	font-size:15px;
}
.os_blog_single_wrapper{
	margin-top:60px;
}
.os_bss_left_slider_cont_wrapper h3{
	color: #222;
    font-style: normal;
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    text-transform: none;
    word-spacing: 0;
    letter-spacing: 1px;
	padding-top:30px;
}
.os_bss_left_slider_cont_wrapper ul{
	margin-top:10px;
}
.os_bss_left_slider_cont_wrapper li{
	float:left;
	margin-right:20px;
}
.os_bss_left_slider_cont_wrapper li a{
	text-transform:uppercase;
	color:#666;
	font-weight:400;
	font-size:16px;
}
.os_bss_left_slider_cont_wrapper li a:hover{
	font-weight:400;
	color:#111;
}
.os_bss_left_slider_cont_wrapper p{
	padding-top:20px;
	float:left;
	width:100%;
	    line-height: 28px;
}
.os_bss_left_bloog_cont_wrapper img{
	width:100%;
	margin-top:40px;
}
.os_bss_left_bloog_cont_wrapper h4{
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
}
.os_bss_left_bloog_cont_wrapper h4 a{
	    font-family: "Rubik", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
	color:#222;
}
.os_bss_left_bloog_cont_wrapper h3{
	    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
	color:#222;
	margin-top:30px;
}
.os_bss_left_bloog_cont_wrapper p{
	padding-top:20px;
	font-size:14px;
}
.os_bss_left_bloog_cont_wrapper h5{
	font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
	color:#222;
	border-left:2px solid #d82d34;
	padding-left: 20px;
	margin-top:60px;
}
.os_bss_quote{
	padding-left:60px;
	padding-right:60px;
}
.os_bss_link{
	float:left;
	width:50%;
}
.os_bss_link_social{
	float:left;
	width:50%;
	padding-top: 8px;
}
.os_bss_link li{
	float:left;
	margin-right:20px;
	margin-top:10px;
}
.os_bss_link li:last-child{
margin-right:0;
}
.os_bss_link li a{
	float:left;
	width:140px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #ccc;
	color:#222;
	border-radius:50px;
}
.os_bss_link li a:hover{
	color:#fff;
	background:#d82d34;
	border:1px solid #d82d34;
}
.os_bss_social_icon{
	padding-top:20px;
	border-top:1px solid #eee;
	margin-top:60px;
}
.os_bss_link_social ul{
	float:right;
}
.os_bss_link_social li{
	float:left;
	margin-left:20px;
}
.os_bss_link_social li a{
	color:#999;
	font-size:14px;
}
.os_bss_link_social li a:hover{
	color:#d82d34;
}
.os_bss_left_bloog_contact_form_wrapper h3{
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    word-spacing: 0;
    letter-spacing: 0;
    font-weight: 600;
	color:#222;
	margin-top:60px;
	padding-bottom:10px;
}
.os_bloog_input input{
	width:100%;
	height:45px;
	background:#f6f6f6;
	border-radius:2px;
	    border: 1px solid rgba(211,211,211,.1);
		padding-left:15px;
		margin-top:15px;
}
.os_bloog_input textarea{
	width:100%;
	background:#f6f6f6;
	border-radius:2px;
	padding-left:15px;
	padding-top:15px;
	margin-top:15px;
	resize:none;
	    border: 1px solid rgba(211,211,211,.1);
}
.os_bloog_input a{
	    float: left;
    width: 155px;
    height: 40px;
	font-size:14px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    background: #d82d34;
    border-radius: 2px;
    margin-top: 15px;
	letter-spacing:1px;
	text-transform:uppercase;
	    margin-bottom: 60px;
}
.os_blogg_right_search_wrapper input{
	float:left;
	height:50px;
	padding-left:15px;
	width:calc(100% - 50px);
	background: #f6f6f6;
	border:1px solid #f6f6f6;
	border-radius:50px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.os_blogg_right_search_wrapper button{
	float:left;
	width:50px;
	cursor:pointer;
	height:50px;
	line-height:50px;
	text-align:center;
	background: #f6f6f6;
	border:1px solid #f6f6f6;
	border-radius:50px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.os_blogg_right_cate_wrapper h3{
	    color: #313131;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    word-spacing: 0;
    letter-spacing: 0;
    font-weight: 500;
	padding-top:40px;
}
.os_blogg_right_cate_wrapper ul{
	margin-top:10px;
}
.os_blogg_right_cate_wrapper li{
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #eee;
}
.os_blogg_right_cate_wrapper a:hover{
	color:#d82d34;
	padding-left:5px;
}
.os_blogg_right_tags_wrapper h3{
	    color: #313131;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    word-spacing: 0;
    letter-spacing: 0;
    font-weight: 500;
	padding-top:40px;
	margin-bottom:20px;
}
.os_blogg_right_tags_wrapper li{
	float:left;
	margin-right:20px;
	margin-top:10px;
}
.os_blogg_right_tags_wrapper li a{
	float:left;
	padding:5px 11px;
	border:1px solid #e3e3e3;
	font-size:12px;
	color:#313131;
}
.os_blogg_right_tags_wrapper li a i{
	font-size:10px;
	color:#e3e3e3;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_blogg_right_tags_wrapper li a:hover,.os_blogg_right_tags_wrapper li a:hover i{
	color:#d82d34;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.os_blogg_right_ads_wrapper img{
	width:100%;
	margin-top:40px;
}
.os_blogg_right_insta_wrapper h3{
	    color: #313131;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    word-spacing: 0;
    letter-spacing: 0;
    font-weight: 500;
	padding-top:40px;
	margin-bottom:20px;
}
.os_blogg_right_insta_wrapper li{
	float: left;
    width: 31.90%;
    margin-right: 5px;
    margin-top: 5px;
}
.os_blogg_right_insta_wrapper li a img{
	width:100%;
}
/*****************-- os Blog single css End --****************************/
/*****************-- os Product single css Start --****************************/
.cc_ps_top_slider_section  .owl-theme .owl-dots{
	display:none;
}
.cc_ps_top_slider_section  .owl-theme .owl-nav {
	display:none;
}
.owl_nav img{
	width:100%;
}
.video_nav_img{
	margin-top:15px;
}
.os_pss_slider_main_wraper_wrapper{
	padding-top:60px;
	padding-bottom:60px;
}
.os_pss_star i{
	color:#d82d34;
}
.os_pss_star_heading h3{
	    font-size: 36px;
    line-height: 1.16;
    margin-bottom: 15px;
	color:#313131;
	font-weight:600;
	margin-top:10px;
}
.os_pss_star_heading h4{
	    font-size: 30px;
		color:#d82d34;
}
.os_pss_star_heading p{
	font-size:14px;
	padding-top:20px;
}
.os_pss_star_heading ul{
	margin-top:15px;
}
.os_pss_star_heading li{
	font-size:14px;
	margin-top:5px;
}
.os_pss_star_heading li i{
    font-size: 5px;
    position: relative;
    top: -3px;
}
.os_pss_star_heading span{
	font-size: .92em;
	    color: #77a464;
		margin-top:10px;
		float: left;
}
.btc_shop_prod_quanty_bar{
	float:left;
	width:100%;
	margin-top:30px;
}
.cc_ps_quan_heading_wrapper{
	float:left;
}
.cc_ps_quantily_info input{
	    width: 45px;
    height: 45px;
    border: 1px solid #eeeeee;
    outline: none;
    position: relative;
    margin-left: 40px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.cc_ps_quantily_info input:focus{
	border:none;
	box-shadow:none;
	border:1px solid #eeeeee;
}
.increase{
	position:absolute;
	left: 85px;
    bottom: 0px;
	background:#f9f9f9;
	border:1px solid #eeeeee;
	height:45px;
	width:40px;
	color:#d6d6d6;
	border-left:0;
}
.decrease{
	position:absolute;
	left: 0;
    bottom: 0px;
	background:#f9f9f9;
	border:1px solid #eeeeee;
	height:45px;
	width:40px;
	color:#d6d6d6;
	border-right:0;
}
.cc_ps_quantily_info{
	position:relative;
	margin-top:20px;
}
.cc_ps_quantily_info_btn a{
	float: left;
    width: 175px;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
	text-transform:uppercase;
    text-align: center;
    color: #ffffff;
    background: #131219;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-top:20px;
}
.cc_ps_quantily_info_btn a:hover{
	    background: #d82d34;
}
.cc_ps_quantily_info_socialicon ul{
	margin-top:20px;
}
.cc_ps_quantily_info_socialicon li{
	float:left;
	margin-right:10px;
}
.cc_ps_quantily_info_socialicon li a{
	width: 35px;
    float: left;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
	color: #313131;
    border: 1px solid #dedede;
    background: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.cc_ps_quantily_info_socialicon li a:hover{
	background:#d82d34;
	border:1px solid #d82d34;
	color:#fff;
}
.os_pss_tabs_main_section{
	text-align:center;
}
.os_pss_tabs_main_section ul{
	display:inline-block;
	border:0;
}
.os_pss_tabs_main_section li{
	float:left;
	border-color:transparent;
}
.os_pss_tabs_main_section.nav-tabs .nav-link:focus, .os_pss_tabs_main_section .nav-tabs .nav-link:hover,.os_pss_tabs_main_section.nav-tabs .nav-item.show .nav-link, .os_pss_tabs_main_section .nav-tabs .nav-link.active {
    border-color: transparent;
}
.os_pss_tabs_main_section .nav-tabs .nav-link{
	    color: #313131;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2px;
}
.os_pss_tabs_main_section .nav-tabs .nav-link.active{
	color:#d82d34;
}
.os_pss_tabs_main_section{
	border-top:1px solid rgba(214,214,214,.38);
	border-bottom:1px solid rgba(214,214,214,.38);
	    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 60px;
}
.os_pss_tabs_left_img img{
	width:100%;
}
.os_pss_tabs_left_img_cont p{
	font-size:14px;
	padding-bottom:10px;
}
.os_pss_tabs_left_img_cont li{
	font-size:14px;
	margin-top:5px;
}
.os_pss_tabs_left_img_cont li i{
	    font-size: 5px;
    position: relative;
    top: -3px;
}
.os_pss_tabs_main_section_cont{
	margin-top:30px;
}
.os_pss_tabs_left_img_cont img{
	margin-top:30px;
}
.os_psst_heading_wrapper h3{
	    color: #313131;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    text-transform: none;
    word-spacing: 0;
    letter-spacing: 1px;
    text-align: Inherit;
	text-align:center;
}
.os_psst_heading_wrapper h3 span{
	color:#d82d34;
}
.os_psst_oo_img_wrapper{
	float:left;
	width:100px;
	height:100px;
	line-height:100px;
	text-align:center;
	border:1px solid #d82d34;
	border-radius:100%;
}
.os_psst_oo_wrapper{
	margin-top:30px;
}
.os_psst_oo_img_cont_wrapper{
	float:left;
	width:calc(100% - 100px);
	padding-left:30px;
}
.os_pss_oo_text h4{
	font-size: .83em;
	padding-top:10px;
}
.os_pss_oo_text p{
	font-size:14px;
	padding-top:10px;
}
.os_psst_oo_review_heading{
	text-align:center;
}
.os_psst_oo_review_heading h3{
	display: inline-block;
    width: 100%;
    color: #313131;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
    margin-top: 40px;
}
.os_psst_oo_review_heading p{
	font-size:14px;
	padding-top:20px;
	padding-bottom:10px;
}
.os_psst_oo_review_heading i{
	font-size:12px;
	color:#e4e0e0;
}
.os_oo_review_textbox textarea{
	    width: 100%;
    background: #f6f6f6;
    border-radius: 2px;
    padding-left: 15px;
    padding-top: 15px;
    margin-top: 5px;
    resize: none;
    border: 1px solid rgba(211,211,211,.1);
}
.os_oo_review_textbox p{
	text-align:center;
	font-size:14px;
	    margin-top: 20px;
}
.os_oo_review_textbox input{
	    width: 100%;
    background: #f6f6f6;
    border-radius: 2px;
	height:55px;
    padding-left: 15px;
	border: 1px solid rgba(211,211,211,.1);
}
.os_oo_review_textbox a {
    display:inline-block;
    width: 170px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: #131219;
    border-radius: 3px;
    margin-top: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.os_oo_review_textbox a:hover{
	    background: #d82d34;
}
.os_oo_review_textbox{
	text-align:center;
}
.os_psso_heading_slider{
	padding-top:80px;
}
.os_psso_heading_slider h3{
	color: #313131;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
}
.os_pd_grid_box_wrapper_pss{
	text-align:center;
}
/*****************-- os Product single css End --****************************/
/***-----login wrapper css------****/
.login_wrapper{
	padding-top:100px;
}
.login_banner_wrapper{
	float:left;
	width:45%;
    background-image: url(../images/login.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
	min-height:600px;
	text-align:center;
	padding-top:60px;
}
.facebook_wrap {
	margin:20px 0;
	text-align:center;
}
.facebook_wrap i, .google_wrap i{
	padding-left:30px;
	font-size:14px;
	font-weight:300 !important;
}
.login_top_box{
	border:1px solid #e2e2e2;
}
.facebook_wrap a{
	background: #425b96;
    float: none;
    display: inline-block;
    width: 250px;
	border:1px solid transparent;
    text-transform: capitalize;
    height: 45px;
    line-height: 45px;
    color: #fff;
}
.facebook_wrap a:hover {
    background: transparent;
	border:1px solid #425b96;
    color: #425b96;
}
.google_wrap a{
	background:#bd081c;
	float:none;
	display:inline-block;
	width:250px;
	border:1px solid transparent;
    text-transform: capitalize;
    height: 45px;
    line-height: 45px;
    color: #fff;
}
.google_wrap a:hover {
    background: transparent;
	border:1px solid #bd081c;
    color: #bd081c;
}
.login_form_wrapper{
	float:left;
	padding:60px;
	width:55%;
	padding:110px 100px 100px 100px;
	text-align:center;
}
.login_form_wrapper h2{
	font-size:26px;
	text-transform:capitalize;
	padding-bottom:30px;
}
.login_remember_box{
	margin:30px 0;
	color:#999;
}
.jp_regis_center_tag_wrapper {
    width: 70px;
    height: 70px;
    background: #d82d34;
    position: absolute;
    right: -36px;
    top: 46%;
    margin-top: -20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.jp_regis_center_tag_wrapper h1{
	color:#fff;
	line-height:70px;
	font-size:18px;
	letter-spacing:1px;
	font-weight:600;
}
.login_remember_box .control {
    position: relative;
	padding-left:20px;
    cursor: pointer;
    font-size: 16px;
	line-height:14px;
	margin:0;
	padding-right:10px;
}
.login_remember_box .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.login_remember_box .control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #999;
}
.login_remember_box .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.login_remember_box .control input:checked ~ .control__indicator:after {
  display: block;
}
.login_remember_box .control--checkbox .control__indicator:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #111;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.login_remember_box .forget_password{
	color:#d82d34;
	font-size:16px;
	text-decoration:underline;
}
.check-box {
    margin-top: 35px;
}
.icon_form{
	position:relative;
	margin-bottom:20px;
}
.icon_form i {
    position: absolute;
    top: 17px;
    right: 22px;
    color: #d82d34;
}
.check_box_anchr {
    color: ##002398 !important;
}
.dont_have_account p{
	font-size:16px;
}
.dont_have_account p a{
	color:#d82d34;
}
.login_btn{
	text-align:center;
	margin:30px 0;
}
.login_btn a{
	width:100%;
	width: 100%;
    float: none;
    display: inline-block;
    height: 45px;
    background: #d82d34;
    line-height: 45px;
    color: :;
    color: #fff;
}
.signup_wrapper{
	padding:78px 70px;
}
.login_top_box {
    border: 1px solid #e2e2e2;
}
.jb_cover {
    display: flow-root;
    width: 100%;
}
.comments_form .form-control {
    height: 50px;
    padding: 15px 23px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
}
.login_wrapper{
	margin-bottom:60px;
}
.locatiom_info_abt h5{
	color:#fff;
}
.os_apply_now_heading{
	text-align:center;
	padding-bottom:40px;
}