﻿/* ==================beginflipbox ========================= */


.nagative_margin {
    position: relative;
    /* margin-top: -100px; */
    /* background-color: rgb(8, 7, 7); */
}
.nagative_margin3 {
	position: relative;
	margin-top: -50px;
	z-index: 99;
}
.nagative_margin4 {
    position: relative;
    margin-top: -225px;
}
.nagative_margin5 {
    position: relative;
    margin-top: -70px;
}
.top_feature .techno_flipbox .techno_flipbox_font {
    background: #bdc6cf;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    border: 0;
    animation: top_feature .7s ease-in;
}
.top_feature .techno_flipbox .techno_flipbox_back {
    background: #f85000;
	box-shadow:0 5px 20px rgba(0,0,0,0.10);
	border-radius:8px;
}
.top_feature .techno_flipbox .techno_flipbox_inner {
    padding: 0 30px;
}
.top_feature .techno_flipbox .techno_flipbox_back::before {
    display:none;
}
.techno_flipbox_icon {
    font-size: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    overflow-x: hidden;
}
.techno_flipbox_font .icon {
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    background: grey;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    display: inline-block;
}
.top_feature .icon {
    color: grey;
    font-size: 45px;
    display: inline-block;
    line-height: 46px;
}
.top_feature .techno_flipbox .flipbox_title h3 {
    font-size: 20px;
    color: #232323;
    font-weight: 700;
	font-family: Muli;
}

.em-feature-single-box {
    background: #E5EEFF;
    padding: 23px 40px 40px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.em-feature-single-box:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to left, #2475FC, #1129B9);
    border-radius: 10px;
    transition: .5s;
}
.em-feature-single-box:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/box-bg.png);
    border-radius: 10px;
    transition: .5s;
}

.feature-single-box-inner {
    position: relative;
    z-index: 1;
}
.feature-single-box-inner:before {
    position: absolute;
    content: "";
    z-index: 1;
    right: -117px;
    top: 19px;
    background: url(assets/images/feature1.png);
    width: 80%;
    height: 78%;
    background-repeat: no-repeat;
    background-position: center;
}
.feature-single-box-inner1 {
    position: relative;
    z-index: 1;
}
.feature-single-box-inner1:before {
    position: absolute;
    content: "";
    z-index: 1;
    right: -117px;
    top: 19px;
    background: url(assets/images/feature2.png);
    width: 80%;
    height: 78%;
    background-repeat: no-repeat;
    background-position: center;
} */
/*em-feature-title*/
.em-feature-title h2 {
    font-size: 24px;
    font-weight: 700;
    transition: .5s;
}
.em-feature-title p {
    font-size: 16px;
    padding: 17px 0 16px;
    transition: .5s;
}
.em-feature-button a {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    padding: 8px 30px;
    background: linear-gradient(to left, #bdc6cf, #bdc6cf);
    border-radius: 5px;
    transition: .5s;
    border: 1px solid transparent;
}
/*feature hover*/
.em-feature-single-box:hover:before {
    left: 0;
    width: 100%;
}
.em-feature-single-box:hover .em-feature-title h2, .em-feature-single-box:hover .em-feature-title p {
    color: #fff;
}
.em-feature-single-box:hover .em-feature-button a {
    background: transparent;
    border: 1px solid #fff;
}
/* New Flip Box Style */
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 225px;
    perspective: 1000px;
    margin-bottom: 30px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  /* transform-style: preserve-3d; */
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #0c5adb;
  color: black;
  border-radius:5px;
}
.flipbox-icon {
    padding-top: 22px;
}
.flip-box-content h2 {
    font-size: 23px;
    color: #fff;
}
.flip-box-content p {
    color: #fff;
    padding: 10px 15px;
}
.flipbox-icon .icon {
    font-size: 35px;
    color: #fff;
}

.flip-box-back {
    background-color: #fff;
    color: white;
    transform: rotateY(180deg);
    border-radius: 5px;
    box-shadow: 0px 0px 25px 17px rgb(0 0 0 / 15%);
    padding: 10px 0 0;
}
.flip-box-back-content h2 {
    font-size: 23px;
    color: #0c5adb;
}
.flip-box-back-content p {
    color: #232323;
    padding: 10px 15px 3px;
}
.flip-box-back-content a {
    padding: 9px 30px;
    color: #FFFFFF;
    background-color: #0C5ADB;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
}

.flipbox_area.odoo .techno_flipbox_font .icon {
    color: #fff;
    font-size: 40px;
    background: transparent;
}
.flipbox_area.odoo .techno_flipbox .flipbox_title h3 {
    margin: 0;
}
.flipbox_area.odoo .techno_flipbox .techno_flipbox_back::before {
    background: #bdc6cf;
}
.flipbox_area.odoo .techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
    color: #fff;
    border-color: #bdc6cf;
    background: #bdc6cf;
}
.flipbox_area.odoo .techno_flipbox_back .flipbox_desc p {
    color: #fff;
    margin: 0 0 5px;
}
.flipbox_area.odoo .section_title.white .section_main_title h1, .section_title.white .section_main_title h2 {
    font-size: 39px;
}

/* Top Feature Style Two */

.top_feature.two .techno_flipbox .techno_flipbox_font, .top_feature.two .techno_flipbox .techno_flipbox_back {
    min-height: 223px;
}
.top_feature.two .techno_flipbox .techno_flipbox_back {
    background: #fff;
}
.top_feature.two .techno_flipbox .techno_flipbox_inner {
    padding: 0 24px;
}
.top_feature.two .icon {
    color: #fff;
    font-size: 40px;
    line-height: 90px;
    height: 90px;
    width: 90px;
    background: #fe5000;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
}
.techno_flipbox_font .icon {
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    background: #fe5000;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    display: inline-block;
}
.top_feature.two .techno_flipbox .flipbox_title h3 {
    padding-bottom: 0;
	font-size:21px;
}
.top_feature.two .techno_flipbox .techno_flipbox_back .flipbox_title h3 {
    color: #232323;
	font-size:21px;
}
.top_feature.two .techno_flipbox_back .flipbox_desc p {
    color: #616161;
}
/* Feature Style Three */
.feature_style_three {
    position: relative;
	border-radius:10px;
}
.feature_style_three:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,55,66,0.6);
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 10px;
}
.feature_style_tree_thumb img {
    width: 100%;
	border-radius:10px;
}
.feature_style_tree_content {
    position: absolute;
    left: 0;
    bottom: -67px;
    padding: 0 50px 0 38px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.feature_style_thre_icon .icon {
    color: #fff;
    font-size: 50px;
}
.feature_style_three_title h4 {
    color: #fff;
    font-weight: 700;
}
.feature_style_three_text {
    color: #fff;
	opacity:0;
	transition:.3s;
}
.feature_style_three_butoon a {
    color: #fff;
    text-transform: uppercase;
	opacity:0;
	transition:.3s;
	font-size:14px;
}
.feature_style_three:hover:before {
    background: rgba(12,90,219,0.85);
}
.feature_style_three:hover .feature_style_three_text,
.feature_style_three:hover .feature_style_three_butoon a{
	opacity:1;
}
.feature_style_three:hover .feature_style_tree_content {
    bottom: 45px;
}

/* Feature Style Four */
.feature_style_four {
    background: #fff;
    text-align: center;
    box-shadow: 6px 5px 30px 0px rgba(0,0,0,0.12);
    border-radius: 7px;
    transition: .5s;
	padding:50px 45px;
}
.feature_style_four.active{
	background: #0C5ADB;
}
.feature_style_four_icon i {
    background: #EDF4FC;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    line-height: 130px;
    font-size: 40px;
    color: #0C5ADB;
    transition: .4s;
    display: inline-block;
}
.feature_style_four_title h4 {
    font-weight: 700;
	transition:.5s;
}
.feature_style_four_text p{
	transition:.5s;
}
.feature_style_four_button a{
	transition:.5s;
}
.feature_style_four.active .feature_style_four_title h4, 
.feature_style_four.active .feature_style_four_text p, 
.feature_style_four.active .feature_style_four_button a {
    color:#fff;
}
.feature_style_four_button a i {
    margin-left: 6px;
}
.feature_style_four:hover{
	background: #bdc6cf;
	transform:translateY(-10px);
}
.feature_style_four:hover .feature_style_four_title h4, 
.feature_style_four:hover .feature_style_four_text p, 
.feature_style_four:hover .feature_style_four_button a{ 
	color:#fff;
}
/* Feature Style Five */
.feature_style_five{
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
    padding: 35px 30px 10px;
    box-shadow: 0 10px 29.7px 0.3px rgba(225,225,225,.64);
    position: relative;
	border-radius:0px 50px 50px 50px;
	background:#fff;
}
.feature_style_five::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(assets/images/dot.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index:1;
}
.feature_style_five_cion i {
    color: #0c5adb;
    background-color: #eff2f7;
    border-radius: 0 40px 40px;
    font-size: 25px;
    line-height: 70px;
	height:70px;
	width:70px;
	transition:.5s;
}
.feature_style_five_title h4 {
    font-size: 22px;
    font-weight: 700;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.feature_style_five_text p{
	transition:.5s;
}
.feature_style_five:hover{
	background:#0c5adb;
	transform:translateY(-10px);
}
.feature_style_five:hover .feature_style_five_title h4,
.feature_style_five:hover .feature_style_five_text p{
	color:#fff;
}
/* Feature Style Six */
.single_feature_six {
    background: rgba(0,0,0,.67);
    padding: 20px 20px 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.single_feature_six::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #0c5adb;
    content: "";
	transition:.5s;
	z-index:-1;
}
.single_feature_six_icon {
    float: left;
    margin-top: 12px;
}
.single_feature_six_icon i {
    font-size: 40px;
    color: #fff;
}
.single_feature_six_content.white {
    overflow: hidden;
}
.single_feature_six_content p {
    padding-top: 10px;
}
.single_feature_six:hover::before{
	width:100%;
}
/* Feature Style Seven */
.single_feature_seven {
    text-align: center;
    padding: 40px 24px;
    border: 1px solid #e4ecf9;
    position: relative;
    z-index: 1;
    background: #fff;
	margin-bottom:30px;
}

.single_feature_seven:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    content: "";
    background: #adc7f1;
    transition: .3s;
    z-index: -1;
}
.single_feature_six_seven_icon .icon {
    font-size: 55px;
    color: #f85000;
	transition:.5s;
}
.single_feature_seven_content h4 {
    transition: .5s;
    padding-top: 15px;
}
.single_feature_seven_content p {
    padding-top: 8px;
    transition: .5s;
}
.single_feature_seven:hover:before{
	width: 100%;
    height: 100%;
	background:#f85000;
}
.single_feature_seven:hover .single_feature_six_seven_icon .icon,
.single_feature_seven:hover .single_feature_seven_content h4,
.single_feature_seven:hover .single_feature_seven_content p{
	color:#fff;
}
/* Feature Style Eight */

.feature_style_eight{
    background: #fff;
    box-shadow: 0 20px 50px 5px #e9eef7;
    text-align: center;
    padding: 60px 40px 45px;
	transition:.5s;
	border-radius:7px;
}
.feature_style_eight:hover{
	box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
}
.feature_style_eight_icon{
  position: relative;
  display: inline-block;
  font-size: 60px;
  width: 130px;
  height: 130px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
  background: #fff;
  box-shadow: 0 20px 50px 5px #e9eef7;
  color:#f85000;
}
.feature_style_eight_icon .icon {
    display: inline-block;
}
.feature_style_eight:hover .feature_style_eight_icon{
	color:#fff;
}
.feature_style_eight:hover .feature_style_eight_icon{
  box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
}
.feature_style_eight_icon:before {
    position: absolute;
    content: '';
    background: rgba(12,90,219,0.10);
    width: 100%;
    height: 100%;
    left: -8px;
    top: -5px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.2);
	transition:.5s;
}
.feature_style_eight:hover .feature_style_eight_icon:before{
	background: rgba(12,90,219,0.80);
}
.anim-icon{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  -webkit-animation: service_hexagon 3s infinite linear;
  -moz-animation: service_hexagon 3s infinite linear;
  -o-animation: service_hexagon 3s infinite linear;
  animation: service_hexagon 3s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.feature_style_eight:hover .anim-icon{
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.anim-icon .icon-1{
  position: absolute;
  left: -25px;
  top: 60px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
  background:#f85000;
}
.anim-icon .icon-2{
  position: absolute;
  left: 10px;
  top: -20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: zoom-fade-two 4s infinite linear;
  animation: zoom-fade-two 4s infinite linear;
  background:#f85000;
}
.anim-icon .icon-3{
  position: absolute;
  top: 15px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: zoom-fade-two 3s infinite linear;
  animation: zoom-fade-two 3s infinite linear;
  background:#f85000;
}
.feature_style_eight_title a {
    font-size: 24px;
    font-weight: 700;
}
/* Feature Style Nine */
.style_nine .feature_style_eight {
    padding: 45px 24px 25px;
}
.style_nine  .feature_style_eight_icon {
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 95px;
    border-radius: 50%;
}
.style_nine .feature_style_eight_title a {
    font-size: 20px;
}
/*====================================================
--<	Techno Flipbox Area Css -->
======================================================*/
.techno_flipbox_font {
    border: 1px solid #f85000;
    border-radius: 8px;
}
.flipbox .section_main_title h1 {
    color: #fff;
}
.flipbox .section_sub_title h6 {
    color: #fff;
}
.flipbox .section_title{
	margin-bottom:30px;
}
.techno_flipbox {
	perspective: 1000px;
	position: relative;
	/* transform-style: preserve-3d; */
	-webkit-perspective: 1000px;
	/* -webkit-transform-style: preserve-3d; */
	z-index: 1;
}
.techno_flipbox .techno_flipbox_font,
.techno_flipbox .techno_flipbox_back {
	min-height: 200px;
	height: auto;
	box-shadow: 0px 1px 51.3px 5.7px rgba(137,143,156,.15);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	/* -webkit-transform-style: preserve-3d; */
	/* transform-style: preserve-3d; */
	transition: transform .7s ease, -webkit-transform .7s ease;
	position: relative;
}
.techno_flipbox .techno_flipbox_back::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,transparent -80%,#00247e);
}
.icon {
    font-size: 45px;
    line-height: 45px;
}
.techno_flipbox .techno_flipbox_inner {
	text-align: center;
	padding: 0 25px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	perspective: inherit;
	-webkit-perspective: inherit;
	outline: transparent solid 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	z-index: 2;
}
.techno_flipbox_icon {
	font-size: 45px;
	text-align: center;
	display: inline-block;
	color: #fff;
	overflow: hidden;
}
.techno_flipbox_font .flipbox_desc p {
    color: #fff;
}
.techno_flipbox .flipbox_title h3 {
    font-size: 22px;
    padding-bottom: 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    color: #fff;
}
.techno_flipbox .techno_flipbox_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 2px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	/* -webkit-transform-style: preserve-3d; */
	/* transform-style: preserve-3d; */
}
.techno_flipbox .techno_flipbox_back .flipbox_button a {
    text-transform: capitalize;
    margin-top: 22px;
    background: #fff;
    color: #bdc6cf;
    display: inline-block;
    padding: 4px 25px;
    border-radius: 5px;
    border: 2px solid #fff;
    transition: .5s;
}
.techno_flipbox_back .flipbox_desc p{
    color: #fff;
}
.techno_flipbox .techno_flipbox_back .flipbox_button a i {
	display: none;
}
.techno_flipbox .techno_flipbox_back .flipbox_title h3 {
	padding-bottom: 16px;
	padding-top: 0;
	color: #fff;
	margin-bottom: 0;
}
.techno_flipbox .techno_flipbox_font .flipbox_desc,
.techno_flipbox .techno_flipbox_back .flipbox_desc {
	color: #fff;
}


.flipbox_area.top_feature.upper .techno_flipbox_font .icon {
    font-size: 45px;
    color: #0c5adb;
    background: transparent;
}



/* Flipbox Hover Css */
/* .techno_flipbox:hover .techno_flipbox_font {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.techno_flipbox:hover .techno_flipbox_back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
	color: #fff;
	border-color: #bdc6cf;
	background: #bdc6cf;
}

.pages .techno_flipbox .techno_flipbox_font .flipbox_title h3 {
    color: #444;
}
.pages .techno_flipbox_font .flipbox_desc p {
    color: #666;
}
.table > thead > tr > th {
    border-bottom-width: 1px;
    font-size: 16px;
    font-weight: 400;
}


.card .card-content {
    padding: 15px 20px;
    position: relative;
}

.streamline .sl-primary {
    border-left-color: #188ae2;
}

.streamline .sl-item {
    position: relative;
    padding-bottom: 12px;
    border-left: 1px solid #ccc;
}



.streamline .sl-item:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    background-color: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
.streamline .sl-primary:before, .streamline .sl-primary:last-child:after {
    background-color: #188ae2;
}


.streamline .sl-danger:before, .streamline .sl-danger:last-child:after {
    background-color: #ff5b5b;
}

.streamline .sl-success {
    border-left-color: #10c469;
}

.streamline .sl-success:before, .streamline .sl-success:last-child:after {
    background-color: #10c469;
}

.streamline .sl-warning {
    border-left-color: #f9c851;
}

.streamline .sl-warning:before, .streamline .sl-warning:last-child:after {
    background-color: #f9c851;
} */



.streamline .sl-danger {
    border-left-color: #ff5b5b;
}
.streamline .sl-item .sl-content {
    margin-left: 24px;
}

.streamline .sl-item .text-muted {
    color: inherit;
    opacity: .6;
	font-size:12px;
}

.streamline .sl-item p {
	font-size:14px;
	color:#333;
}

/* vertical line */

.vertical{
    border-left: 2px solid #444;
    height: 50px;
    margin-left: 0px;
    /* padding: 80px; */
    padding-left: 80px;
}


/* container Nav */
    .container-nav{
        margin-top: 0px;
        /* background-color: #63270d; */
        height: 60px;
        margin-bottom: 120px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        

    }

    .navbar ul{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar ul li {
        margin-top: 20px;
        list-style: none;

    }

    .navbar ul li a{
            text-decoration: none;
            /* color: #fff; */
            text-transform: capitalize;
            padding: 5px 45px;
            
    }

     .navbar ul li.active{
        background-color: #bdc6cf;
        color: #fff;
         padding: 15px 32px;
         /* margin: 50px; */
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer; 

    }
/* end container nav */

/* button.active{
    background-color: #bdc6cf;
} */

/* underwritng quoting */
     .underwriting ul {
        /* position: absolute; */
        top: 50%;
        left: 50%;
        /* transform: translate(-50%, -50%); */
        display: flex;
        background: #ECECEC;
        overflow-x: auto;
        /* box-shadow: 0 0 0 5px #333; */
        
     }

     .underwriting ul li {
        list-style: none;
        width: 100%;
     }

     .underwriting ul li.active{
        background-color: #bdc6cf;
        /* color: #fff !important; */
     }

     .underwriting ul li a {
        display: block;
        padding: 10px;
        text-align: center;
        transition: 0,5s;
        text-decoration: none;
     }

     .slide {
        position: absolute;
        width: 150px;
        height: 100px;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 1;
        transition: 0.5s;
        opacity: 0;
     }

     .underwriting ul li:nth-child(1).active ~ .slide{
        left: 0;
        opacity: 0;
     }
/* end */


/* sales quoring */

.sales ul {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    display: flex;
    background: #ECECEC;
    border-radius: 5px;
    overflow-x: auto;
    /* box-shadow: 0 0 0 5px #333; */
    
 }

 .sales ul li {
    list-style: none;
    width: 100%;
 }

 .sales ul li.active{
    background-color: #bdc6cf;
    /* color: #fff !important; */
 }

 .sales ul li a {
    display: block;
    padding: 10px;
    text-align: center;
    transition: 0,5s;
    text-decoration: none;
 }

 .slide {
    position: absolute;
    width: 150px;
    height: 100px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    transition: 0.5s;
    opacity: 0;
 }

 .sales ul li:nth-child(1).active ~ .slide{
    left: 0;
    opacity: 0;
 }

/* end sales */

/* content */
#tabs li.selected {
    color: #ffffff;
    background-color: #fe5000;
    /* font-weight: bold; */
    transition: 1.5s;
    left: 0;
}

/* #tabs li.active{
    color: #fff;
} */
div.tabContent {
    /* border: 1px solid #c9c3ba;
    padding: 0.5em;
    background-color: #f1f0ee; */
    display: none;
    /* min-width: 400px;
    width: 400px;
    min-height: 100px;
    height: 100px;
    overflow: auto; */
}

/* .btn .btn-xs .btn-primary .light .mr-1.active{
    color: #fff;
} */

@keyframes top_feature  {
    0%{
        transform: skewX(0deg) translateX(-300px);
    }

    60%{
        transform: translateX(0px);
    }

    /* 62%{
        transform: ;
    } */

    100%{
        transform: skew(0deg);
    }
}
/* end */


/* card flip */
input[type='checkbox'] {
    display: none;
  }
  
  /* Flip Cards CSS */
  .card-container {
    display: grid;
    perspective: 700px;
  }
  
  .card-flip {
    display: grid;
    grid-template: 1fr / 1fr;
    grid-template-areas: "frontAndBack";
    transform-style: preserve-3d;
    transition: all 0.7s ease;

    /* z-index: 1; */
  }
  
  /* .card-flip div {
    backface-visibility: hidden;
    transform-style: preserve-3d;
  } */
  
  .front {
    grid-area: frontAndBack;
  }
  
  .back {
    grid-area: frontAndBack;
    transform: rotateY(-180deg);
  }
  
  input[type='checkbox']:checked + .card-container .card-flip {
    transform: rotateX(180deg);
  }
/* end flip card */


/* close */
  
/* end close */

/* social icon */
/* .social-media{
    display: flex;
    justify-content: center;
} */

.social-icon{
    height: 46px;
    width: 46px;
    border: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 1.3rem;
    border-radius: 50%;
    transition: all .5s;
}

.social-icon:hover{
    color: #fe5000;
    border-color: #fe5000;
}
/* end social icon */

.btn-menu {
    background-color: #222b45;
    color: #fff;
}


/* media query flipbox */

@media (min-width: 1200px) and (max-width: 1500px) {
    .top_feature .techno_flipbox .techno_flipbox_font {
        font-size: 20px;
    }

    .fs-20 {
        font-size: 14px !important;
    }

    .techno_flipbox_font .icon {
        color: #fff;
        font-size: 10px;
        line-height: 80px;
        height: 80px;
        width: 80px;
        background: #fe5000;
        border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
        display: inline-block;
    }

    .techno_flipbox_icon {
        font-size: 20px !important;
    }

    /* .flipbox_title {
    font-size: 15px !important;
    margin-top: 80px !important;
} */

    .fs-18 {
        font-size: 15px !important;
        margin-top: 60px;
    }

    .fs-15 {
        font-size: 12px !important;
        margin-top: -20px;
    }

    #menusomething li {
        font-size: 14px !important;
    }

    .techno_flipbox_back li {
        font-size: 10px !important;
    }

    .flex-wrap {
        display:none !important;
    }

 /*   .flex-wrap[
        DI  ]*/
}

@media(max-width:870px) {
    .contain {
        min-height: 800px;
        height: 100vh;
    }

        .contain:before {
            width: 1500px;
            height: 1500px;
            left: 30%;
            bottom: 68%;
            transform: translateX(-50%);
            right: initial;
            top: initial;
        }


    .signin-singup {
        width: 100%;
        left: 55%;
        top: 70%;
        transform: translate(-50%, -100%);
    }

    .panels-container {
        display: none;
        z-index: 10;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 2fr 1fr;
        text-align: center;
    }

    .image {
        width: 100px;
    }

    .panel {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 2.5rem 8%;
    }

    .btn-secondary {
        margin-left: 40px;
        margin: 0;
    }

    .btn-dark {
        margin-left: -150px;
    }

    .ms {
        margin-left: 30px;
    }
}


/*------------------------------------VIDEO CSS --------------------------------------*/

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Ionicons", "Questrial" !important;
    cursor: pointer;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
    text-align: center;
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
    content: "\f488";
}

.vjs-icon-play-circle:before {
    content: "\f488";
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
    content: "\f478";
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\f3b8";
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\f258";
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\f259";
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
    content: "\f257";
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
    content: "\f3d8";
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\f3d0";
}

.vjs-icon-square:before {
    content: "\f371";
}

.vjs-icon-spinner:before {
    content: "\f29c";
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
    content: "\f3fa";
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
    content: "\f3fa";
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
    content: "\f453";
}

.vjs-icon-share:before {
    content: "\f3ac";
}

.vjs-icon-cog:before {
    content: "\f43d";
}

.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
    content: '';
}

.vjs-icon-circle-outline:before {
    content: "";
}

.vjs-icon-circle-inner-circle:before {
    content: "";
}

.vjs-icon-hd:before {
    content: "\f4cd";
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
    content: "\f406";
}

.vjs-icon-replay:before {
    content: "\f49c";
}

.vjs-icon-facebook:before {
    content: "\f231";
}

.vjs-icon-gplus:before {
    content: "\f235";
}

.vjs-icon-linkedin:before {
    content: "";
}

.vjs-icon-twitter:before {
    content: "\f243";
}

.vjs-icon-tumblr:before {
    content: "\f241";
}

.vjs-icon-pinterest:before {
    content: "\f2b1";
}

.vjs-icon-audio-description:before {
    content: "";
}

.video-js {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background: #000;
    position: absolute;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: "Ionicons", "Questrial" !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

    .video-js:-moz-full-screen {
        position: absolute;
    }

    .video-js:-webkit-full-screen {
        width: 100% !important;
        height: 100% !important;
    }

    .video-js *,
    .video-js *:before,
    .video-js *:after {
        box-sizing: inherit;
    }

    .video-js ul {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        list-style-position: outside;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .video-js.vjs-fluid,
    .video-js.vjs-16-9,
    .video-js.vjs-4-3 {
        width: 100%;
        max-width: 100%;
        height: 0;
    }

    .video-js.vjs-16-9 {
        padding-top: 56.25%;
    }

    .video-js.vjs-4-3 {
        padding-top: 75%;
    }

    .video-js.vjs-fill {
        width: 100%;
        height: 100%;
    }

    .video-js .vjs-tech {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}

    .video-js.vjs-fullscreen.vjs-user-inactive, .vjs-user-inactive {
        cursor: none;
    }

.vjs-hidden {
    display: none !important;
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0px auto;
}

    .vjs-no-js a,
    .vjs-no-js a:visited {
        color: #66A8CC;
    }

.video-js .vjs-big-play-button {
    font-size: 600%;
    line-height: 100px;
    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    text-indent: 5px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: rgba(0,0,0,.15);
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    outline: none;
    -webkit-backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
    backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
}
/*.video-js .vjs-big-play-button:after {
	content: 'Interstellar';
	font-family: 'Questrial';
	font-size: 35%;
	line-height: 38px;
	height: auto;
	width: auto;
	position: absolute;
	top: 5px;
	left: 100px;
	padding: 0 15px;
	text-align: center;
	background: #111;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}*/

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
    display: none;
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 2;
}

.vjs-menu-button {
    cursor: pointer;
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none;
}

.vjs-menu li {
    list-style: none;
    margin: 2px 0px;
    padding: 8px 15px;
    font-size: 14px;
    text-align: center;
    text-transform: lowercase;
    color: rgba(255,255,255,.6);
    border-radius: 3px;
    transition: all .15s ease;
    outline: none;
}

    .vjs-menu li:hover {
        color: rgba(255,255,255,.85);
        text-shadow: 0 0 3px rgba(255,255,255,.5);
    }

    .vjs-menu li:active {
        transform: scale(.9);
    }

    .vjs-menu li.vjs-selected,
    .vjs-menu li.vjs-selected:focus,
    .vjs-menu li.vjs-selected:hover {
        color: rgba(255,255,255,1);
        text-shadow: 0 0 15px rgba(0,0,0,.5);
        /*background: -webkit-linear-gradient(to top, #FF7539 0%, #FFAB00 100%);
    background: linear-gradient(to top, #FF7539 0%, #FFAB00 100%);*/
    }