


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
 height: 100%;
 font-family: 'Roboto', sans-serif;
 } 

body > #wrapper {height: auto; min-height: 100%; background:#fff ;
	}
body
#main{
	  width:100%;
	  padding:0;
	  margin:0 auto;
	  padding-top: 85px;
	}
*{
	padding:0;
	margin:0;
	}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
th {
    background-color: #10728b;
    color: #fff;
}

a{
	cursor: pointer;
	font-size: 16px;
}

p{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #414042;
	padding: 0 0 15px 0;
}
input
{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.heading{
	font-size: 40px;
    color: #0b5264;
    font-weight: 700;
    line-height: 50px;
    font-family: 'Roboto Slab', serif;
    margin: 0 0 20px 0;
    text-align: center;
}
.title{
	font-size: 16px;
	line-height: 24px;
    color: #414042;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 20px auto;
}
a.btn0{
	/*border-radius: 100px;*/
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;    
    transition: all .5s;
    position: relative;
}
a.btn0.blu_bg{
	background-color: #139fc0;
	color: #fff;
}
a.btn0:hover{
	background-color: #139fc0;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
a.btn0.blu_bg:hover{
	background-color: #fdaf17;
	color: #414042;
}
a.btn0:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
a.btn0::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
    background-color: #fdaf17;
}
a.btn0.blu_bg::after{
	background-color: #139fc0;
}
a.btn0:hover::after {
    transform: scaleX(1.2) scaleY(1.6);
    opacity: 0;
}

form label{
	font-size: 14px;
	color: #0b5264;
	font-weight: 600;
}


/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
	}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
	}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
	}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
	padding:1% 0 0 0;
	background:#fff;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .logo {
	width: 200px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/*padding:5px 0 0 0;*/
}
header nav {
	display: inline-block;
	float: left;
	padding: 0% 0% 0% 0%;
	background-color: transparent;
	margin-top: 15px;
	/*width: 81%;*/
}
header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#fff;
	padding: 1% 6% 0.5% 7%;
}
header.smaller .logo {
	width:14%;
}
header.smaller nav {
	display: inline-block;
	float: left;
	padding:0% 0% 0% 7%;
	margin-top: 1.5%;
}
header .container{
	width: 92%;
}


header .ace-responsive-menu > li > a span.title{
	font-size: 16px;
	text-transform: capitalize;
}
header .ace-responsive-menu > li > a:hover span.title{
color: #f9a61a;
}
header .ace-responsive-menu li ul.sub-menu{
	background-color: #e6e7e8de;
}
header .ace-responsive-menu li ul.sub-menu > li{
	width: 300px;
}
header .ace-responsive-menu li ul.sub-menu li a{
	font-size: 15px;
	text-transform: capitalize;
	padding: 20px 20px 20px 40px;
	color:#414042;
}
header .ace-responsive-menu li ul.sub-menu li a span.title{
	font-size: 15px;
	font-weight: 600;
}
header .ace-responsive-menu li ul.sub-menu li a:hover span.title{
	color: #f9a61a;
}
header .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu{
	left: 299px;
	background-color: #ffffff00;
}
header .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li a{
	background-color: #e6e7e8de;
}
header .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li:hover a{
	background-color: #dedfe0;
}
header .ace-responsive-menu > li > ul.sub-menu > li:hover a{
	background: #dedfe0;
}
header .ace-responsive-menu > li > ul.sub-menu li > a > .arrow{
	float: right;
	margin: 10px;
}
header .ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before{
	margin-top: 10px;
	display: none;
}
/*header .ace-responsive-menu > li > a.see_demo{
	padding: 5px 10px;
    border: 1px solid cyan;
    border-radius: 20px;
}
header .ace-responsive-menu > li > a.see_demo:hover{
	color: #000;
	box-shadow: 0px 0px 10px -3px cyan inset, 0px 0px 10px -1px cyan;
}
header .ace-responsive-menu li.menu-active > a.see_demo{
	color: #000;
}
header .ace-responsive-menu > li > a.free_trail{
	padding: 5px 10px;
    border: 1px solid cyan;
    border-radius: 20px;
    text-transform: capitalize;
}
header .ace-responsive-menu > li > a.see_demo{
	padding: 5px 10px;
    border: 1px solid cyan;
    border-radius: 20px;
    text-transform: capitalize;
}
header .ace-responsive-menu > li > a.free_trail:hover{
	color: #000;
	box-shadow: 0px 0px 10px -3px cyan inset, 0px 0px 10px -1px cyan;
}
header .ace-responsive-menu li.menu-active > a.free_trail{
	color: #000;
}*/


header .right_nav{
	float: right;
	margin-top: 15px;
}
header .right_nav a{
	margin: 0 0 0 10px;
	padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;    
	transition: all 150ms ease-in-out;	
    background-color: transparent;
}
header .right_nav a.login{
    color: #414042;
    text-transform: uppercase;
    position: relative;
}
header .right_nav a.login::after{
	content: '';
	position: absolute;
    background-color: #faa61a;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 50%;
    transition: all ease 0.2s;
    border-radius: 10px;
}
header .right_nav a.login:hover::after{
    width: 80%;
    left: 10%;
}
header .right_nav a.login:hover{
	color: #faa61a;
}
header .right_nav a.see_demo{
    color: #414042;
	border: 2px solid #faa61a;
	box-shadow: 0 0 0 0 #fff inset;
	outline: 2px solid;
    outline-color: #faa61a;
    outline-offset: -2px;
    transition: all .4s;
}
header .right_nav a.see_demo:hover{
	/*box-shadow: 0 0 40px 40px #faa61a inset;*/
    box-shadow: 0 0 5px 0 #faa61a inset;    
	color: #10728b;
	outline-color: #faa61a00;
    outline-offset: 10px;
}
header .right_nav a.free_trial{
    border: 2px solid #faa61a;
    color: #000;    
    position: relative;
    background-color: #faa61a;
    outline: 2px solid;
    outline-color: #faa61a;
    outline-offset: -2px;
    transition: all .4s;
	/*box-shadow: 0 0 40px 40px #faa61a inset;*/
}
header .right_nav a.free_trial:hover{
	color: #fff;
	box-shadow: 0 0 5px 0 #fff inset;
	outline-color: #faa61a00;
    outline-offset: 10px;
}
header .right_nav a.free_trial span{
	display: inline-block;
}
.banner{
	position: relative;
	background: #c7f4ff;
    min-height: 200px;
}
.banner .banner_input_box{
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
}
.banner .main_banner .item_box{
	/*position: relative;*/ 
}
.banner .main_banner .item_box .content{
/*	position: absolute;
	width: 40%;
	top: 25%;
	left: 13.4%;*/
}
.banner .main_banner .item_box .content .heading{
    color: #fff;
    text-align: left;
}
.banner .main_banner .item_box .content .free_trail{
/*	display: inline-flex;
	width: 100%;*/
}
.banner .banner_input_box .free_trail a{
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 700;
    display: inline-block;
    padding: 10px 14px;
    transition: all .2s;
    flex-shrink: 0;
}
.banner .banner_input_box .free_trail a:hover{
	background-color: #139fc0;
    color: #fff;
}
.banner .banner_input_box .free_trail input{
	/*width: 68%;*/
    padding: 10px 0 10px 10px;
    outline: none;
    border: none;
}
.banner img#audio_toggle{
	position: absolute;
	right: 10%;
	bottom: 10%;
}


/*experience_delight*/
.experience_delight{
	padding: 50px 0;
}
.experience_delight .text{
	font-size: 16px;
    color: #414042;
    font-weight: 600;
    text-align: center;
    width: 85%;
    margin: 0 auto 50px auto;
}
.experience_delight .four_boxes{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 50px 0;
}
.experience_delight .four_boxes .col-sm-2:first-child{
	margin: 0 0 0 auto; 
}
.experience_delight .four_boxes .col-sm-2:last-child{
	margin: 0 auto 0 0; 
}
.experience_delight .four_boxes .box{
	text-align: center;
	position: relative;
	height: 100%;
	transform-origin: top;
	display: flex;
    flex-direction: column;
}
.experience_delight .four_boxes .box::after{
	content: '';
    background-color: #10728b;
    width: 90%;
    height: 70%;
    position: absolute;
    top: 30%;
    left: 5%;
    z-index: -1;
    border-radius: 10px;
    transform-origin: top;
}
.experience_delight .four_boxes .box .icon{
	width: 55%;
    margin: auto;
}
.experience_delight .four_boxes .box .icon img{
	border-radius: 90px;
    border: 5px solid #faa61a;
}
.experience_delight .four_boxes .box .text{
	font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 80%;
    margin: 20px auto auto auto;
    padding: 0 0 20px 0;
}
.experience_delight .learn_more{
	text-align: center;
}

/*productivity_accelerated*/

.productivity_accelerated{
	background-color: #107287;
}
.productivity_accelerated .inner_container{
	padding: 50px 0;
	background-image: url(../images/bg_time.png);
    background-repeat: no-repeat;
    background-position: 13% 100%;
}
.productivity_accelerated .heading{
	color: #faa61a;
}.productivity_accelerated .title{
	color: #fff;
}
.productivity_accelerated .botm_impact{
	position: relative;
	z-index: 10;
	overflow: visible;

	display: flex;
	flex-wrap: wrap;
	margin: 130px 0 110px 0;
}
.productivity_accelerated .botm_impact .text{
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.productivity_accelerated .botm_impact .col-manual{
	z-index: 10;
	width: 16%;
	float: left;
	position: relative;
}
.productivity_accelerated .botm_impact .col-manual:first-child{
	margin: 0 0 0 auto;
}
.productivity_accelerated .botm_impact .col-manual:nth-child(3){
	margin: 0 50px 0 0;
}
.productivity_accelerated .botm_impact .col-manual:nth-child(4){
	/*margin: 0 0 0 auto;*/
	align-self: flex-end;
}
.productivity_accelerated .botm_impact .col-manual:last-child{
	margin: 0 auto 0 0;
	align-self: flex-end;
}

.productivity_accelerated .botm_impact .triangle_up{
	position: absolute;
    z-index: -1;
    bottom: -25px;
    left: 0;
    width: 100%;
}

.productivity_accelerated .botm_impact .text .color_pink{
	padding: 0 0 15px 0;
}
.productivity_accelerated .botm_impact .text .color_pink p,
.productivity_accelerated .botm_impact .text .color_pink span{
	color: #ff83d9;
	font-weight: 600;
}
.productivity_accelerated .botm_impact .text .color_blue{
	padding: 0 0 15px 0;
}
.productivity_accelerated .botm_impact .text .color_blue p,
.productivity_accelerated .botm_impact .text .color_blue span{
	color: #00ccff;
	font-weight: 600;
}
.productivity_accelerated .botm_impact .text .color_green{
	padding: 0 0 15px 0;
}
.productivity_accelerated .botm_impact .text .color_green p,
.productivity_accelerated .botm_impact .text .color_green span{
	color: #99ff00;
	font-weight: 600;
}
.productivity_accelerated .botm_impact .text .color_red{
	padding: 0 0 15px 0;
}
.productivity_accelerated .botm_impact .text .color_red p,
.productivity_accelerated .botm_impact .text .color_red span{
	color: #00ccff;
	font-weight: 600;
}
.productivity_accelerated .botm_impact .text .color_orange{
	padding: 0 0 15px 0;
}
.productivity_accelerated .botm_impact .text .color_orange p,
.productivity_accelerated .botm_impact .text .color_orange span{
	color: #ff83d9;
	font-weight: 600;
}
.productivity_accelerated .botm_impact .text p{
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	padding: 0;
	text-align: center;
}
.productivity_accelerated .botm_impact .text span.num{
	font-size: 50px;
	font-weight: 600;
	line-height: 50px;
    display: inline-block;
}
.productivity_accelerated .botm_impact .text span.percent{
	font-size: 30px;
	font-weight: 600;
    display: inline-block;
}
.productivity_accelerated .botm_impact .triangle_down{
	position: absolute;
    z-index: -1;
    bottom: -120px;
    width: 100%;
}
.productivity_accelerated .learn_more{
	margin: 50px 0 0 0;
	text-align: center;
}

/*no_coding_required*/
.no_coding_required{
	padding: 50px 0;
}
.no_coding_required .title{
	width: 95%;
}
.no_coding_required .learn_more{
	margin: auto;
	text-align: center;
	padding: 50px 0 0 0;
}

.no_coding_required .mobile_features{
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #414042;
	line-height: 21px;
	font-family: 'Roboto Condensed', sans-serif;
}
.no_coding_required .mobile_features .left_circle_1{
	position: absolute;
	top: -12px;
    left: 178px;
    padding: 30px 9px;
    border-radius: 100px;
    border: 3px solid #929497;
}
.no_coding_required .mobile_features .left_circle_2{
    position: absolute;
    top: 104px;
    left: 184px;
    padding: 40px 20px;
    border-radius: 100px;
    border: 4px solid #929497;
}
.no_coding_required .mobile_features .left_circle_3{
	position: absolute;
	top: 215px;
    left: 113px;
    padding: 13px 21px;
    border-radius: 100px;
    border: 3px solid #929497;
}
.no_coding_required .mobile_features .left_circle_4{
	position: absolute;
	top: 278px;
    left: 209px;
    padding: 38px 14px;
    border-radius: 100px;
    border: 3px solid #929497;
}
.no_coding_required .mobile_features .right_circle_5{
	position: absolute;
    top: 6px;
    right: 169px;
    padding: 37px 17px;
    border-radius: 100px;
    border: 4px solid #929497;
}
.no_coding_required .mobile_features .right_circle_6{
	position: absolute;
	top: 126px;
    right: 238px;
    padding: 22px 15px;
    border-radius: 100px;
    border: 3px solid #929497;
}
.no_coding_required .mobile_features .right_circle_7{
	position: absolute;
    top: 168px;
    right: 85px;
    padding: 33px 14px;
    border-radius: 100px;
    border: 5px solid #929497;
}
.no_coding_required .mobile_features .right_circle_8{
	position: absolute;
	top: 254px;
    right: 180px;
    padding: 35px 15px;
    border-radius: 100px;
    border: 4px solid #929497;
}
/*test_anytime*/
.test_anytime{
	padding: 100px 0 50px 0;
}
.test_anytime .inner_container{
	display: flex;
	flex-wrap: wrap;
	background-color: #f0ab1d;
}
.test_anytime .inner_container .col-sm-6{
	height: auto;
}
.test_anytime .content{
	padding: 50px;
	height: 100%;
}
.test_anytime .content .heading{
	color: #107287;
	text-align: left;
	margin: 0 0 25px 0;
}
.test_anytime .content .text{
	font-size: 16px;
    padding: 0 0 30px 0;
}
.test_anytime .content .see_demos a.btn0{
	/*background-color: transparent;*/
    border: 2px solid #107287;
    outline: 2px solid;
    outline-color: #107287;
    outline-offset: -2px;
    transition: all .4s;
}
.test_anytime .content .see_demos a.btn0:hover{
	outline-color: #10728700;
    outline-offset: 10px;
}
.test_anytime .col-sm-6:nth-child(2) .image{
	width: 100%;
	position: absolute;
    bottom: 0;
}
.test_anytime .image video{
	width: 100%;
}

/*exp_truly_automated*/
.exp_truly_automated{
	text-align: center;
	padding: 0 0 50px 0;
}
.exp_truly_automated .heading{
	margin: 0 0 40px 0;
}
.exp_truly_automated .form_bg{
	background-color: #139fc0;
	padding: 45px 0;
}
.exp_truly_automated .contact_box .form_box label.form-label{
	font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.exp_truly_automated .contact_box .form_box input.form-control{
	padding: 12px;
    width: 100%;
    font-size: 16px;
    outline: none;
    border: none;
    margin: 0 0 16px 0;
}
.exp_truly_automated .contact_box .form_box input.btn_2{
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 600;
    display: inline-block;
    padding: 7px 50px;
    outline: none;
    border:none;
}
.exp_truly_automated .contact_box .form_box input.btn_2:hover{
	background-color: #139fc0;
    color: #fff;
    border: 1px solid #fdaf17;
}
.exp_truly_automated a{
	margin: 0 0 0 10px;
	padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;    
	transition: all 150ms ease-in-out;	
    background-color: transparent;
}
.exp_truly_automated a.see_demo{
    color: #414042;
	border: 2px solid #faa61a;
	box-shadow: 0 0 0 0 #fff inset;
	outline: 2px solid;
    outline-color: #faa61a;
    outline-offset: -2px;
    transition: all .4s;
}
.exp_truly_automated a.see_demo:hover{
	/*box-shadow: 0 0 40px 40px #faa61a inset;*/
    box-shadow: 0 0 5px 0 #faa61a inset;    
	color: #414042;
	outline-color: #faa61a00;
    outline-offset: 10px;
}
.exp_truly_automated a.free_trial{
    border: 2px solid #faa61a;
    color: #fff;    
    position: relative;
    background-color: #faa61a;
	/*box-shadow: 0 0 40px 40px #faa61a inset;*/
	outline: 2px solid;
    outline-color: #faa61a;
    outline-offset: -2px;
    transition: all .4s;
}
.exp_truly_automated a.free_trial:hover{
	color: #fff;
	box-shadow: 0 0 5px 0 #fff inset;
	outline-color: #faa61a00;
    outline-offset: 10px;
}

/*Footer*/
.footer{
    padding: 50px 0;
    background: #f5f5f5;
}
.footer .footer_box .footer_logo{
	text-align: center;
}
.footer .footer_box .logo_btm_txt{
	text-align: center;
	padding: 15px 0 0 0;
}
.footer .footer_box .logo_btm_txt p{
	color: #414042;
}
.footer .footer_box .middle_box{
	border-left:1px solid #000;
	border-right:1px solid #000;
}
.footer .footer_box .content_box{
	padding: 0 26px;
}
.footer .footer_box .content_box .title{
	font-size: 16px;
	text-align: left;
    color: #139fc0;
    padding: 5px 0;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    float: left;
    margin: 0!important;
    text-transform: uppercase;
}
.footer .footer_box .content_box .address{
	padding: 10px 0;
}
.footer .footer_box .content_box .address p{
    line-height: 22px;
    padding: 0 20px 0 0;
    color: #414042;
    font-size: 14px;
    font-weight: 400;
}
.footer .footer_box .content_box .contact_box{
	padding: 5px 0
}
.footer .footer_box .content_box .contact_box img{
	padding: 0 10px 0 0;
}
.footer .footer_box .content_box .contact_box span{
	padding: 0 10px 0 0;
	color: #414042;
    font-size: 14px;
}
.footer .footer_box .content_box .contact_box .text{
	    color: #414042;
    font-size: 14px;
}
.footer .footer_box .content_box .social-links{
	margin: 20px 0 0;
}
.footer .footer_box .content_boxt .social-links .social_media{
	width: 145px;
    float: left
}
.footer .footer_box .content_box .social-links .social_icon{
	float: left;
    background: #10728b;
    width: 30px;
    height: 30PX;
    border-radius: 50px;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .footer_box .content_box .social-links .social_icon a{
  padding: 0;
  color: #fff;
  font-size: 16px;
}
.footer .footer_box .content_box .social-links .title2{
	font-size: 18px;
	color: #414042;
	padding: 5px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	float: left;
	margin: 0 15px 0 0;
}
.footer .content_box .input {
	display: inline-block;
    width: 80%;
    height: 32px;
    margin: 20px auto;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff;
    background-image: none;
    border:1px solid #000; 
}

/*FOOTER*/

footer .footer_logo{
	margin: 0 0 20px 0;
}
footer .heading{
	text-align: left;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 10px 0;
}
footer .content_box .title{
	text-align: left;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 10px 0;
    width: 100%;
    font-weight: 600;
}
footer ul{
	/*margin: 0 0 20px 0;*/
}
footer .content_box .social-links{
	margin: 20px 0 0;
}
footer .content_box .social-links .title2{
	font-size: 18px;
    color: #414042;
    padding: 5px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    float: left;
    margin: 0 15px 0 0;
}
footer .content_box .social-links .social_icon{
	float: left;
    background: #10728b;
    width: 30px;
    height: 30PX;
    border-radius: 50px;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .content_box .social-links .social_icon a{
	padding: 0;
    color: #fff;
    font-size: 16px;
}
footer .content_box .social-links .social_icon:hover{
	background-color: #f6a21a;
}
footer  .content_box .input{
	display: inline-block;
    width: 80%;
    height: 32px;
    margin: 20px auto;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff;
    background-image: none;
    border: 1px solid #000;
}
footer .content_box .btn{
	margin: 0 0 -9px -32px;
    display: inline-block;
    background: #10728b;
    padding: 7px 8px 9px 7px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
footer ul li{
	padding: 0 0 5px 0;
}
footer .upper_section{
	border-top: 2px solid #cdcdcd;
	padding: 30px 0 0 0;
}
footer .bottom_section{
	background-color: #e2e3e5;
	padding: 30px 0;
}
footer .bottom_section .title{
	font-weight: 600;
}
footer .content_box .contact_box{
	padding: 0 0 5px 0;
}
footer .content_box .contact_box span.text{
	padding: 0 0 0 5px;
}
footer .upper_section .content_box ul li{	
	padding: 0 0 20px 0;
	text-align: right;
}
footer .upper_section .content_box ul li span.icon{	
	font-size: 24px;
	padding: 0 10px 0 0;
}
footer .upper_section .content_box ul li span.info{	
	font-size: 24px;
	font-weight: 600;
    color: #10728b;
}
footer .upper_section .content_box ul li span.info.eamil{
	color: unset;
}
footer .bottom_section .content_box .crafted{
	font-size: 14px;
    color: #000000;
    margin: 15px 0 0 0;
}


.promo_video{
	position: relative;
}
.promo_video img{
	width: 100%;
}



/*Advantage Page*/
.advantage_banner .item_box{
	position: relative;
}
.advantage_banner .item_box .content{
	position: absolute;
	top: 50%;
	left: 10%;
}
.advantage_banner .item_box .content .heading{
	color: #fff;
	text-align: left;
}
.advantage_banner .free_trail a{
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 700;
    display: inline-block;
    padding: 10px 15px;
    transition: all .2s;
}
.advantage_banner .free_trail a:hover{
	background-color: #139fc0;
    color: #fff;
}
.advantage_banner .free_trail input{
	/*width: 68%;*/
    padding: 10px;
    outline: none;
    border: none;
}

.advantage .heading{
	text-align: left;
	padding: 40px 0 0 5%;
    margin: 0;
    color: #10728b;
}
.advantage .adv_boxes .adv_box{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0 0 0;
	position: relative;
}
.advantage .adv_boxes .adv_box:nth-child(even){
	flex-wrap: wrap-reverse;
}
.advantage .adv_boxes .adv_box:nth-child(odd)::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90%;
	height: 2px;
	background-color: #f6a21a;
	display: none;
}
.advantage .adv_boxes .adv_box:nth-child(even)::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90%;
	height: 2px;
	background-color: #f6a21a;
	display: none;
}
.advantage .adv_boxes .adv_box .content{
	position: relative;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	z-index: 1;
}
.advantage .adv_boxes .adv_box:nth-child(odd) .content{
	transform: skewX(-20deg) translateX(-56px);
}
.advantage .adv_boxes .adv_box:nth-child(even) .content{
	transform: skewX(-20deg) translateX(56px);
}
.advantage .adv_boxes .adv_box .content p{
	margin: auto;
	padding: 0;
}
.advantage .adv_boxes .adv_box:nth-child(odd) .content p{
	transform: skewX(20deg) translateX(42px);
}
.advantage .adv_boxes .adv_box:nth-child(even) .content p{
	transform: skewX(20deg) translateX(-42px);
}
.advantage .adv_boxes .adv_box .content .title{
	font-size: 28px;
	font-weight: 700;
	color: #f6a21a;
	background-color: #107287;
	font-family: 'Roboto Slab', serif;
	padding: 14px 60px;
	margin: 0;
	display: inline-block;
	position: absolute;
	top: 0;
}
.advantage .adv_boxes .adv_box:nth-child(odd) .content .title{
	transform: translateX(19px);
	left: 0;
}
.advantage .adv_boxes .adv_box:nth-child(even) .content .title{
	transform: translateX(-19px);
	right: 0;
}
.advantage .adv_boxes .adv_box .content .title span{
	transform: skewX(20deg);
    display: inline-block;
}

.advantage .lets_get_started{
	text-align: center;
	padding: 50px 0;
}


/*Features Page*/
.features_banner .item_box{
	position: relative;
}
.features_banner .item_box .content{
	position: absolute;
	top: 50%;
	left: 10%;
}
.features_banner .item_box .content .heading{
	color: #fff;
	text-align: left;
}
.features_banner .free_trail a{
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 700;
    display: inline-block;
    padding: 10px 15px;
    transition: all .2s;
}
.features_banner .free_trail a:hover{
	background-color: #139fc0;
    color: #fff;
}
.features_banner .free_trail input{
	/*width: 68%;*/
    padding: 10px;
    outline: none;
    border: none;
}
.features{
	/*padding: 100px 0 0 0;*/
}
.features .features_boxes{
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0 0 0;
}
.features .features_boxes .feature_box{
	display: flex;
}
.features .features_boxes .feature_box .image_box{
	width: 19%;
	position: relative;
}
.features .features_boxes .feature_box .image_box .image{
	position: absolute;
	top: -28px;
	width: 100%;
	z-index: 1;
}
.features .features_boxes .feature_box .image_box .image img{
	border-radius: 1000px;
	border: 3px solid #fdaf17;
    background-color: #fff;
}
.features .features_boxes .feature_box .content{
	width: 81%;
	padding: 0 0 30px 0;
}
.features .features_boxes .feature_box .content .title{
	font-size: 28px;
	font-weight: 700;
	color: #f6a21a;
	background-color: #107287;
	font-family: 'Roboto Slab', serif;
	padding: 12px 0px 12px 35px;
	transform: skewX(-20deg) translateX(-18px);
	text-align: left;
}
.features .features_boxes .col-sm-6:last-child .feature_box .content .title{
	padding: 12px 0px 12px 35px;
    font-size: 26px;
}
.features .features_boxes .feature_box .content .title span{
	transform: skewX(20deg);
	display: inline-block;
}
.features .features_boxes .feature_box .content .text p{
	padding: 0 22px 15px 18px;
}
.features .need_more_help{
	text-align: center;
	padding: 15px 0 50px 0;
}



/*Deployment*/
.deployment_banner .item_box{
	position: relative;
}
.deployment_banner .item_box .content{
	position: absolute;
	top: 50%;
	left: 10%;
}
.deployment_banner .item_box .content .heading{
	color: #fff;
	text-align: left;
}
.deployment_banner .free_trail a{
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 700;
    display: inline-block;
    padding: 10px 15px;
    transition: all .2s;
}
.deployment_banner .free_trail a:hover{
	background-color: #139fc0;
    color: #fff;
}
.deployment_banner .free_trail input{
	/*width: 68%;*/
    padding: 10px;
    outline: none;
    border: none;
}
.deployment .deployment_section{
	padding: 50px 0;
}
.deployment .deployment_section .col-sm-6:first-child::after{
	/*border-right: 2px solid #559ba7;*/
	position: absolute;
	width: 2px;
	height: 60%;
	content: '';
	top: 40%;
	right: 0;
	background-color: #559ba7;
}
.deployment .deployment_section .box .icon{
	text-align: center;
}
.deployment .deployment_section .box .text{
	text-align: center;
	width: 80%;
	margin: auto;
}
.deployment .free_trail{
	text-align: center;
	padding: 20px 0 50px 0;
}


/*Subscription Plans*/
.subscription_banner .item_box{
	position: relative;
}
.subscription_banner .item_box .content{
	position: absolute;
	top: 50%;
	left: 10%;
}
.subscription_banner .item_box .content .heading{
	color: #fff;
	text-align: left;
}
.subscription_banner .free_trail a{
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 700;
    display: inline-block;
    padding: 10px 15px;
    transition: all .2s;
}
.subscription_banner .free_trail a:hover{
	background-color: #139fc0;
    color: #fff;
}
.subscription_banner .free_trail input{
	/*width: 68%;*/
    padding: 10px;
    outline: none;
    border: none;
}
.subscription_section .title{
	text-align: center;
	margin: 50px 0 20px 0;
}
.subscription_section .title .icon{
	display: inline-block;
}
.subscription_section .title span{
	font-size: 30px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    vertical-align: text-top;
    margin: 0 0 0 15px;
    background-color: #0b5264;
    border: 1px solid #0b5264;
    padding: 10px 20px;
    box-shadow: 0 0 1px 1px #0b5264 inset, 0 0 3px 3px #fff inset;
}

.subscription_section .c2a{
	text-align: center;
	padding: 50px 0;
}
.subscription_section .Schedule_a_demo{
	display: inline-block;
	margin: 0 30px 0px 0;
}
.subscription_section .free_trail{
	display: inline-block;
}

.subscription_section .subscription_plans{
	/*display: flex;
	flex-wrap: wrap;*/
	padding: 25px 0 0 0;
}
.subscription_section .subscription_plans .sub_box{
	margin: 30px 30px 0 30px;
    border: 2px solid #7c7778;
    padding: 30px 0 0 0;
    height: 100%;
    position: relative;
}
.subscription_section .subscription_plans .sub_box::after{
	position: absolute;
	bottom: 0;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #107287;
}
.subscription_section .subscription_plans .sub_box .heading{
	position: relative;
	z-index: 10;
	color: #231f20;
	padding: 0 0 5px 0;
	font-size: 34px;
	transform-origin: left bottom;
}
.subscription_section .subscription_plans .sub_box .heading::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #f6a21a;
    left: -25px;
    z-index: -1;
    transform: skewX(-20deg);
}
.subscription_section .subscription_plans .sub_box .heading::after {
    position: absolute;
    left: -34px;
    bottom: -16px;
    content: '';
    border-top: 16px solid #000;
    border-left: 32px solid transparent;
    border-right: 0px solid #000;
}
.subscription_section .subscription_plans .sub_box .sub_text{
	text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #414042;
}
.subscription_section .subscription_plans .sub_box .title{
	text-align: center;
    margin: 10px 0 15px 0;
    padding: 0 0 25px 0;
    font-size: 26px;
    color: #107287;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
    position: relative;
}
.subscription_section .subscription_plans .sub_box .title::after{
	position: absolute;
	left: 25%;
	bottom: 0;
	content: '';
	width: 50%;
	height: 6px;
	background-color: #f6a21a;
}
.subscription_section .subscription_plans .sub_box .cost{
	text-align: center;
	font-size: 28px;
	color: #231f20;
	padding: 15px 0 0 0;
}
.subscription_section .subscription_plans .sub_box .cost span{
	font-weight: 700;
}

.subscription_section .table_box{
	padding: 0 20px;
}
.subscription_section .table_box table{
	box-shadow: 10px 10px 30px 0px #e3e3e3;
    border-radius: 20px;
    border: none;
    overflow: hidden;
	border-collapse: separate;
}
.subscription_section .table_box table th{
	background: #edeeee;
	color: #0b5264;
	font-size: 25px;
	font-weight: 700;
	padding: 16px 0;
	border: 3px solid #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.subscription_section .table_box table th br{
	display: none;
}
.subscription_section .table_box table td{
	border: none;
	vertical-align: top;
    padding: 0;
    text-align: left;
}
.subscription_section .table_box table td.title span{
	font-size: 18px;
	color: #414042;
	background-color: #fff;
	border: none;
	margin: 0;
	box-shadow: none;
	padding: 0;
}
.subscription_section .table_box table td.title span.bold{
	font-weight: 700;
}
.subscription_section .table_box table td.title span.medium{
	font-weight: 500;
}
.subscription_section .table_box table td span.price{
	font-size: 22px;
	font-weight: 500;
	color: #231f20;
}
.subscription_section .table_box table td span.users{
	font-size: 18px;
	font-weight: 400;
	color: #414042;
}
.subscription_section .table_box table td:nth-child(1){
	border: none;
	border-right: 1px solid #e6e7e8;
}
.subscription_section .table_box table td:nth-child(2){
	border: none;
	border-right: 1px solid #e6e7e8;
}
.subscription_section .table_box table tr:nth-child(2) td{
	border-top: 35px solid #fff;
	padding: 0 30px 15px 30px;
}
.subscription_section .table_box table tr:nth-child(3) td{
	border-bottom: 35px solid #fff;
	padding: 15px 30px 0 30px;
}

/*Revised Plan*/
.subscription_section .subscription_plans.revised_plan{
	padding: 25px 0 0 0;
}
.subscription_section .subscription_plans.revised_plan .table_box{
	padding: 0 20px;
}
.subscription_section .subscription_plans.revised_plan .table_box table{
	box-shadow: 10px 10px 30px 0px #e3e3e3;
    border-radius: 20px;
    border: none;
/*    overflow: hidden;*/
	border-collapse: separate;
	overflow: visible;
}
.subscription_section .subscription_plans.revised_plan .table_box table tr:hover{
	background-color: #12728a2e;
}
.subscription_section .subscription_plans.revised_plan .table_box table tr:first-child th{
	position: sticky;
	top: calc(76.39px + 1%);
	bottom: 0;
	z-index: 1;
}
.subscription_section .subscription_plans.revised_plan .table_box table th{
	background: #edeeee;
	color: #0b5264;
	font-weight: 700;
	padding: 16px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;

	vertical-align: middle;
	border: 1px solid #1a5f8024;
	font-size: 16px;
}
.subscription_section .subscription_plans.revised_plan .table_box table th br{
	display: none;
}
.subscription_section .subscription_plans.revised_plan .table_box table td{
    vertical-align: middle;
	text-align: center;
	border: 1px solid #1a5f8024;
	padding: 10px;
	font-size: 14px;
}
.subscription_section .subscription_plans.revised_plan .table_box table td .monthly_price{
	display: none;
}
.subscription_section .subscription_plans.revised_plan .table_box table td .monthly_price_web{
	display: none;
}
.subscription_section .subscription_plans.revised_plan .table_box table td:first-child{
	text-align: left;
	padding: 15px 20px;
}
.subscription_section .subscription_plans.revised_plan .table_box table th br{
	display: block;
}
.subscription_section .subscription_plans.revised_plan .table_box table td b{
	font-size: 20px;
    font-weight: 700;
    color: #12728a;
}
.subscription_section .subscription_plans.revised_plan .table_box table tr.no_of_devices td:not(:first-child){
	font-size: 16px;
    font-weight: 500;
    color: #444;
}
.subscription_section .annual_monthly_toggle{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 70px 0 0 0;
}
.subscription_section .annual_monthly_toggle .text{
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	padding: 0 15px;
}
.subscription_section .annual_monthly_toggle .toggle_button{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
.subscription_section .annual_monthly_toggle .toggle_button input{
	opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.subscription_section .annual_monthly_toggle .toggle_button .round_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f6a41d;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}
.subscription_section .annual_monthly_toggle .toggle_button .round_slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.subscription_section .annual_monthly_toggle input.annually_monthly:checked + .round_slider {
  background-color: #12728a;
}

.subscription_section .annual_monthly_toggle input.annually_monthly:focus + .round_slider {
/*  box-shadow: 0 0 1px #2196F3;*/
}

.subscription_section .annual_monthly_toggle input.annually_monthly:checked + .round_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Style the tab */
.subscription_section .tab {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}

/* Style the buttons inside the tab */
.subscription_section .tab button{
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    background-color: transparent;
    margin: 0 20px;
    border: none;
    padding: 10px 20px;
    color: #107287;
    position: relative;
}
.subscription_section .tab button:hover{
    color: #004e5f;
}
/*.subscription_section .tab button::before{
    content: '';
    background-color: #107287;
    position: absolute;
    left: 50%;
    top: 0;
    height: 2px;
    width: 0%;
    transition: all 0.3s ease;
}
.subscription_section .tab button:hover::before{
   width: 80%;
    left: 10%;
}*/
.subscription_section .tab button::after{
    content: '';
    background-color: #107287;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    transition: all 0.3s ease;
}
.subscription_section .tab button:hover::after{
    width: 100%;
    left: 0;
}

/* Create an active/current tablink class */
.subscription_section .tab button.active {
    color: #faa61a;
    /*border-radius: 15px;*/
    border-bottom: 2px solid #faa61a;
    /*box-shadow: 0 0 25px -10px #107287 inset;*/
}
.subscription_section .tab button.active::before{
    display: none;
}
.subscription_section .tab button.active::after{
    display: none;
}

/* Style the tab content */
.subscription_section .tabcontent {
  display: none;
  padding: 6px 12px;
  border: none;
  /*border-top: 1px solid #ccc;*/
  /*margin: 20px 0 0 0;*/
}
.subscription_section .tabcontent section{
    margin: 0 0 40px 0;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
.subscription_section .tab button{
    padding: 5px 10px;
    margin: 10px;
}
.subscription_section .tab button.active{
    margin: 8px 10px;
}
}
/*company_page*/
/*.company_page .company{
	width: 585px;
	margin: auto;
	padding: 100px 0;
}
.company_page .company .snake_gear_box{
	height: 219px;
}
.company_page .company .snake_gear_box .text{
	width: 50%;
    float: left;
    height: 100%;
    display: flex;
}
.company_page .company .snake_gear_box .text p{
	margin: auto;
	font-size: 16px;
	line-height: 19px;
	width: 60%;
	padding: 0;
	letter-spacing: 1px;
}
.company_page .company .snake_gear_box .gear_year{
	width: 50%;
    float: left;
    display: flex;
    height: 100%;
    position: relative;
}
.company_page .company .snake_gear_box .gear_year span{
    font-size: 51px;
    color: #107287;
    font-weight: 700;
}
.company_page .company .snake_gear_box:nth-child(odd) .gear_year span{
	margin: auto auto auto 27px;
}
.company_page .company .snake_gear_box:nth-child(even) .gear_year span{
	margin: auto 27px auto auto;
}
.company_page .company .snake_gear_box:nth-child(odd) .gear_year .gear{
	position: absolute;
    left: -26px;
    animation-direction: reverse;
}
.company_page .company .snake_gear_box:nth-child(even) .gear_year .gear{
	position: absolute;
    right: -26px;
}
.company_page .company .snake_gear_box:nth-child(odd) .gear_year .grey_circle{
	position: absolute;
    left: 0;
    top: -40px;
}
.company_page .company .snake_gear_box:nth-child(even) .gear_year .grey_circle{
	position: absolute;
    right: 0;
    top: -40px;
}*/
.company_page{
	padding: 50px 0;
}
.company_page .company .text{
	width: 72%;
    padding: 0 0 50px 0;
    text-align: center;
    margin: 0 auto;
}
.company_page .company .text p{
	font-weight: 500;
}
.company_page .company .reasons_5 .boxes .box{
	width: 20%;
	float: left;
}
.company_page .company .reasons_5 .boxes .box .icon{
	padding: 15px 30px;
}
.company_page .company .reasons_5 .boxes .box .sub_title{
	font-size: 15px;
	font-weight: 500;
	color: #000;
	padding: 0 15px;
	text-align: center;
}

.section_staff{
	background: #efefef;
}
.section_staff .total_testing_staff{
	display: flex;
	margin: 50px 0;
}
.section_staff .total_testing_staff .left_circle{
	border-radius: 1000px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 0px 10px #1072879e;
	margin: 0 0 0 auto;
	z-index: 2;
}
.section_staff .total_testing_staff .left_circle .heading{
	text-align: center;
	border-radius: 1000px;
	padding: 122px 21px;
	border: 2px solid #107287;
	box-shadow: 0px 0px 0px 2px #f6a21a, 0 0 30px 0px #cccdcf inset;
	margin: 0;
	background-color: #fff;
}
.section_staff .total_testing_staff .left_circle .heading span{
	font-size: 56px;
	line-height: 60px;
}
.section_staff .total_testing_staff .right_boxes{
	margin: 0 ;	
	width: 60%;
	position: relative;
	z-index: 1;
}
.section_staff .total_testing_staff .right_boxes span{
	font-size: 40px;
	color: #fff;
	padding: 0 10px 0 0;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	margin: auto 0 auto auto;
}
.section_staff .total_testing_staff .right_boxes .info{
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	margin: auto 0;
}
.section_staff .total_testing_staff .right_boxes .r_box{
	height: 20%;
	display: flex;
	position: absolute;
	border-top-right-radius: 25px;
	left: -25%;
}
.section_staff .total_testing_staff .right_boxes .box1{
	background-color: #f6a21a;
	color: #000;
	width: 60%;
}
.section_staff .total_testing_staff .right_boxes .box1 .info{
	margin: auto 15% auto 0;
}
.section_staff .total_testing_staff .right_boxes .box2{
	background-color: #107287;
	color: #fff;
	top: 20%;
	width: 70%;
}
.section_staff .total_testing_staff .right_boxes .box2 .info{
	margin: auto 4% auto 0;
}
.section_staff .total_testing_staff .right_boxes .box3{
	background-color: #f6a21a;
	color: #000;
	top: 40%;
	width: 80%;
}
.section_staff .total_testing_staff .right_boxes .box3 .info{
	margin: auto 10% auto 0;
}
.section_staff .total_testing_staff .right_boxes .box4{
	background-color: #107287;
	color: #fff;
	top: 60%;
	width: 90%;
}
.section_staff .total_testing_staff .right_boxes .box4 .info{
	margin: auto 33% auto 0;
}
.section_staff .total_testing_staff .right_boxes .box5{
	background-color: #f6a21a;
	color: #000;
	top: 80%;
	width: 100%;
}
.section_staff .total_testing_staff .right_boxes .box5 .info{
	margin: auto 54% auto 0;
}


.section_clients .clients{
	padding: 50px 0 0 0;
}
.section_clients .clients .clients_boxes .image{
	filter: grayscale(1);
	transition: all 0.3s ease;
	padding: 10px;
	box-shadow: 0 0 5px 2px #cdcdcd;
    margin: 0 0 20px 0;
}
.section_clients .clients .heading span{
	background-color: #f6a21a;
	color: #fff;
	display: inline-block;
	padding: 10px 50px;
	border-radius: 10px;
	/*font-style: italic;*/
}
.section_clients .clients .clients_boxes .image:hover{
	filter: grayscale(0);
}

/*Careers Page*/
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.section_careers .heading{
	padding: 0 0 30px 0;
}
.section_careers .content .employees_happiness_quotient .employeess span.counter {
  animation: counter 3s 1 forwards ease-in-out;
  counter-reset: num var(--num);
  display: inline-block;
	font-family: 'Roboto Slab', serif;
	color: #107287;
	font-size: 90px;
	line-height: 90px;
	position: relative;
}
.section_careers .content .employees_happiness_quotient .employeess span.counter::before {
  content: counter(num);
}

@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 1200;
  }
}

.section_careers .content .employees_happiness_quotient .happiness_quotient span.counter2 {
  animation: counter2 3s 1 forwards ease-in-out;
  counter-reset: num var(--num);
  display: inline-block;
	font-family: 'Roboto Slab', serif;
	color: #107287;
	font-size: 90px;
	line-height: 90px;
	position: relative;
}
.section_careers .content .employees_happiness_quotient .happiness_quotient span.counter2::before {
  content: counter(num);
}

@keyframes counter2 {
  from {
    --num: 0;
  }
  to {
    --num: 92;
  }
}

.section_careers .content{
	padding: 100px 0;
}
.section_careers .content .employees_happiness_quotient{
	padding: 0 0 50px 0;
}
.section_careers .content .employees_happiness_quotient .employeess{
	text-align: right;
	padding: 0 20px 0 0;
}
.section_careers .content .employees_happiness_quotient .happiness_quotient{
	text-align: left;
	padding: 0 0 0 20px;
}
.section_careers .content .employees_happiness_quotient span{
	display: inline-block;
	font-family: 'Roboto Slab', serif;
	color: #107287;
}
.section_careers .content .employees_happiness_quotient span.num{
	font-size: 90px;
	line-height: 90px;
	position: relative;
}
.section_careers .content .employees_happiness_quotient .employeess::before{
	position: absolute;
	top: 0;
	right: 40px;
	content: '';
	width: 180px;
	height: 2px;
	background-color: #107287;
}
.section_careers .content .employees_happiness_quotient .employeess::after{
	position: absolute;
	top: -3px;
	right: 39px;
	content: '';
	width: 8px;
	height: 3px;
	transform: skewX(-20deg);
	background-color: #107287;
}
.section_careers .content .employees_happiness_quotient .happiness_quotient::before{
	position: absolute;
	top: 0;
	left: 40px;
	content: '';
	width: 140px;
	height: 2px;
	background-color: #107287;
}
.section_careers .content .employees_happiness_quotient .happiness_quotient::after{
	position: absolute;
	top: -3px;
	left: 39px;
	content: '';
	width: 8px;
	height: 3px;
	transform: skewX(20deg);
	background-color: #107287;
}
.section_careers .content .employees_happiness_quotient span.txt{
	font-size: 40px;
	padding: 0 0 5px 0;
	position: relative;
	color: #faa61a;
}

.section_careers .content .employees_happiness_quotient .employeess span.txt::before{
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #faa61a;
}
.section_careers .content .employees_happiness_quotient .employeess span.txt::after{
	position: absolute;
	bottom: 2px;
	left: -1px;
	content: '';
	width: 8px;
	height: 3px;
	transform: skewX(20deg);
	background-color: #faa61a;
}
.section_careers .content .employees_happiness_quotient .happiness_quotient span.txt::before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #faa61a;
}
.section_careers .content .employees_happiness_quotient .happiness_quotient span.txt::after{
	position: absolute;
	bottom: 2px;
	right: -1px;
	content: '';
	width: 8px;
	height: 3px;
	transform: skewX(-20deg);
	background-color: #faa61a;
}
.section_careers .content .text {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.section_careers .content .text a{
	font-size: 20px;
	position: relative;
}
.section_careers .content .text a::after{
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #107287;
	bottom: -5px;
	left: 50%;
	transition: all 0.3s ease;
}
.section_careers .content .text a:hover{
	color: #f6a21a;
}
.section_careers .content .text a:hover::after{
	width: 90%;
	left: 5%;
}

/*BLOGS PAGE*/

.blog_page{
  /*padding: 20px 0 0 0;*/
}
.blog_page .blog_section{
	padding: 50px 0 0 0;
}

.blog_page .post_details h1{
  font-size: 34px;
  /*text-transform: uppercase;*/
  font-weight: 700;
  padding: 0;
}
.blog_page .post_details .content{
  padding: 25px 35px 15px 0;
}
.blog_page .post_details .content p {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #000;
}
.blog_page .post_details .content ul {
    padding: 0 0 15px 15px;
}
.blog_page .post_details .content ul li{
    font-size: 16px;
    color: #000000;
    list-style: disc;
    padding: 0 0 5px 0;
}
.blog_page .post_details .content ol {
    padding: 0 0 15px 15px;
}
.blog_page .post_details .content ol li{
    font-size: 16px;
    color: #000000;
    list-style: disc;
    padding: 0 0 5px 0;
}
.blog_page .post_details .content .steps{
	font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 10px 0 15px 0;
}
.blog_page .post_details .content .last_line{
	font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 10px 0 15px 0;
}
.blog_page .post_details .content .title{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 10px 0 0 0;
    text-align: left;
}
.blog_page .post_details .content .sub_title{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 10px 0 15px 0;
    text-align: left;
}
.blog_page .post_details .content h3{
  color: #000;
  font-weight: 500;

}
.blog_page .heading{
	text-align: left;
}

.other_posts{
  border: 1px solid #f1f1f1;
  padding: 0;
}
.other_posts .title{
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 15px;
  background: #107287;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.other_posts .list{
  padding: 0;
}
.other_posts .list ul li{
  border-bottom : 1px solid #f1f1f1;
  padding: 15px;
}
.other_posts .list ul li:last-child{
  border: none;
}
.other_posts .list a{
  font-size: 14px;
  color: #000;
  display: block;
}


/*section_customer_stories*/
.section_customer_stories{
	padding: 50px 0;
}
.section_customer_stories .stories{
	display: flex;
	flex-wrap: wrap;
}
.section_customer_stories .stories .box{
	margin: 20px;
	border-radius: 20px;
	border: 1px solid #cdcdcd;
	box-shadow: 0 5px 10px 0px #cdcdcd;
	height: calc(100% - 40px);
}
.section_customer_stories .stories .box .image img{
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	width: 100%;
	filter: opacity(0.5);
}
.section_customer_stories .stories .box .sub_title{
	width: 90%;
	margin: auto;
	text-align: center;
	color: #107287;
	font-size: 22px;
	font-weight: 600;
	padding: 20px 0;
}
.section_customer_stories .stories .box .text{
	width: 90%;
	margin: auto;
	text-align: center;
}

/*Documents page*/
.documents_page .heading{
	margin: 50px 0;
}
.documents_page .section_documents .at-accordion-or-tabs.at-tabs > li > a{
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	background-color: transparent;
	margin: 0 20px;
	border: none;
	padding: 10px 20px;
	color: #107287;
	position: relative;
}
.documents_page .section_documents .at-accordion-or-tabs.at-tabs > li > a::before{
	content: '';
	background-color: #107287;
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	width: 0%;
	transition: all 0.3s ease;
}
.documents_page .section_documents .at-accordion-or-tabs.at-tabs > li > a:hover::before{
	width: 100%;
}
.documents_page .section_documents .at-accordion-or-tabs.at-tabs > li > a::after{
	content: '';
	background-color: #107287;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 0%;
	transition: all 0.3s ease;
}
.documents_page .section_documents .at-accordion-or-tabs.at-tabs > li > a:hover::after{
	width: 100%;
}
.documents_page .section_documents .at-accordion-or-tabs.at-tabs > li > a:hover{
	color: #004e5f;
}
.documents_page .section_documents .at-accordion-or-tabs.at-tabs > li > a.active{
	color: #faa61a;
    border-radius: 15px;
    border: 2px solid #faa61a;
    box-shadow: 0 0 25px -10px #107287 inset;
}
.documents_page .section_documents .at-accordion-or-tabs.at-tabs > li > a.active::before{
	display: none;
}
.documents_page .section_documents .at-accordion-or-tabs.at-tabs > li > a.active::after{
	display: none;
}
.documents_page .section_documents .at-accordion-or-tabs.at-tabs > li > section{
	border: none;
	margin: 20px 0;
}
.documents_page .at-accordion-or-tabs.at-tabs .at-tab-one-pixel-fix-left,.documents_page  .at-accordion-or-tabs.at-tabs .at-tab-one-pixel-fix-right{
	display: none;
}

.documents_page .section_documents .brochures .single_brochure a{
	display: flex;
	position: relative;
}
.documents_page .section_documents .brochures .single_brochure a .pdf_view{
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
	/*left: 0;*/
	display: flex;
	flex-direction: column;
	background-color: #000000b3;
	opacity: 0;
	transition: all 0.4s;
}
.documents_page .section_documents .brochures .single_brochure a:hover .pdf_view{
	width: 100%;
	height: 100%;
	opacity: 1;
}
.documents_page .section_documents .brochures .single_brochure a .pdf_view .brochure_title{
	font-size: 16px;
	line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 30px 30px 30px;
    margin: auto auto 0 auto;
    color: #faa61a;
    text-align: center;
}
.documents_page .section_documents .brochures .single_brochure a .pdf_view .icon{
	font-size: 24px;
	margin: 0 auto auto auto;
	color: #faa61a;
}


.documents_page .section_documents .whitepapers .single_whitepaper a{
	display: flex;
	position: relative;
	box-shadow: #ccc 0 5px 16px;
}
.documents_page .section_documents .whitepapers .single_whitepaper a .pdf_view{
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
	/*left: 0;*/
	display: flex;
	flex-direction: column;
	background-color: #000000b3;
	opacity: 0;
	transition: all 0.4s;
	overflow: hidden;
}
.documents_page .section_documents .whitepapers .single_whitepaper a:hover .pdf_view{
	width: 100%;
	height: 100%;
	opacity: 1;
}
.documents_page .section_documents .whitepapers .single_whitepaper a .pdf_view .whitepaper_title{
	font-size: 16px;
	line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 30px 30px 30px;
    margin: auto auto 0 auto;
    color: #faa61a;
    text-align: center;
}
.documents_page .section_documents .whitepapers .single_whitepaper a .pdf_view .icon{
	font-size: 24px;
	margin: 0 auto auto auto;
	color: #faa61a;
}

.col-sm-3.single_whitepaper{
	margin: 0 0 30px 0;
}


/*Events And Webinars*/
.events_webinars_page .container{
	padding: 0 0 50px 0;
}
.events_webinars_page .upcoming_or_concluded{
	text-align: left;
	font-size: 20px;
}
.events_webinars_page .upcoming_or_concluded button{
	float: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    background-color: transparent;
    margin: 0 20px;
    border: none;
    padding: 10px 20px;
    color: #5a5a5a;
    border-bottom: 2px solid #5a5a5a;
    position: relative;
	letter-spacing: 0.5px;
	transition: all 0.3s;
}
.events_webinars_page .upcoming_or_concluded .upcoming button{
	color: #faa61a;
	border-bottom: 2px solid #faa61a;
}
.events_webinars_page .upcoming_or_concluded .concluded button:hover{
	color: #414042;
	border-bottom:2px solid #414042;
}
.events_webinars_page .upcoming_or_concluded .upcoming{
	display: inline-block;
	margin: 20px;
}
.events_webinars_page .upcoming_or_concluded .concluded{
	display: inline-block;
	margin: 20px;
}
.events_webinars_page .events_webinars{
	display: flex;
	flex-wrap: wrap;
}
.events_webinars_page .events_webinars .box{
	margin: 20px;
	border-radius: 20px;
	border: 1px solid #cdcdcd;
	box-shadow: 0 5px 10px 0px #cdcdcd;
	height: calc(100% - 40px);
}
.events_webinars_page .events_webinars .box .image img{
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	width: 100%;
	filter: opacity(0.5);
}
.events_webinars_page .events_webinars .box .sub_title{
	width: 90%;
	margin: auto;
	text-align: center;
	color: #107287;
	font-size: 22px;
	font-weight: 600;
	padding: 20px 0;
}
.events_webinars_page .events_webinars .box .text{
	width: 90%;
	margin: auto;
	text-align: center;
}
.events_webinars_page .events_webinars .box .watch_now{
	text-align: center;
	padding: 10px 0 25px 0;
}
.events_webinars_page .events_webinars .box .watch_now a{
	display: inline-block;
	font-family: 'Roboto Slab', serif;
	/*background-color: #139fc0;*/
	box-shadow: 0 0 10px 20px #139fc0 inset;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600px;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 10px;
	transition: all 0.3s ease;
}
.events_webinars_page .events_webinars .box .watch_now a:hover{
	box-shadow: 0 0 2px 2px #139fc0 inset;
	color: #139fc0;
	transform: translateY(-3px);
}
.events_webinars_page .events_webinars .box .watch_now a:active{
	transform: translateY(-1px);
	box-shadow: 0 0 5px 5px #139fc0 inset;
}


/*Schedule_form_section*/
.Schedule_form_section{
	padding: 20px 0;
}
.Schedule_form_section .form_box{
	width: 50%;
	margin: auto;
}
.Schedule_form_section .form_box .form-group{
	padding: 10px 0;
}
.Schedule_form_section .form_box .form-group .label{
	font-size: 18px;
}
.Schedule_form_section .form_box .form-group select{
	width: 100%;
	font-size: 16px;
	padding: 5px;
	outline: none;
	border: 1px solid #cdcdcd;
}
.Schedule_form_section .form_box .form-group input{
	width: 100%;
	padding: 5px;
	outline: none;
	border: 1px solid #cdcdcd;
}
.Schedule_form_section .form_box .form-group.submit_btn_center{
	display: flex;
	justify-content: center;
}
.Schedule_form_section .form_box .form-group .btn0{
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;    
    transition: all .2s;
    position: relative;
    outline: none;
    border: none;
}
.Schedule_form_section .form_box .form-group .btn0:hover{
	background-color: #139fc0;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.Schedule_form_section .form_box .form-group .btn0::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
    background-color: #fdaf17;
}
.Schedule_form_section .form_box .form-group .btn0:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}


/*reach_us_page*/
.reach_us_page .inner_container .reach_us_section{
	padding: 50px 0;
}
.reach_us_page .heading{
	text-align: left;
}
.reach_us_page .content .contact_info ul li{
	padding: 0 0 20px 0;
}
.reach_us_page .content .contact_info ul li span.icon{
	padding: 0 10px 0 0;
	color: #faa61a;
}
.reach_us_page .form_box .form-control{
	font-size: 12px;
    height: 40px;
    border: none;
    outline: none;
    margin: 0 0 20px 0;
    background: #f5f5f5;
    padding: 25px 25px;
    width: 100%;
}
.reach_us_page .form_box select.form-control{
	padding: 20px;
	height: 60px;
}
.reach_us_page .form_box select.form-control.countries{
	height: 50px;
    padding: 0px 0px 0px 25px;
}

.reach_us_page .form_box textarea.form-control{
	height: 80px;
}
.reach_us_page .form_box span.form_text{
	margin: 10px 0 10px 5px;
	display: inline-block;
	font-size: 15px;
}
.reach_us_page .form_box .form-group .btn0{
	width: 100%;
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;    
    transition: all .2s;
    position: relative;
    outline: none;
    border: none;
    margin: 10px 0 0 0;
}
.reach_us_page .form_box .form-group .btn0:hover{
	background-color: #139fc0;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.reach_us_page .form_box .form-group .btn0::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
    background-color: #fdaf17;
}
.reach_us_page .form_box .form-group .btn0:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}
.reach_us_page .image{
	text-align: center;
}


/*submit_a_ticket_page*/
.submit_a_ticket_page .inner_container .submit_a_ticket_section{
	padding: 50px 0;
}
.submit_a_ticket_page .heading{
	text-align: left;
}
.submit_a_ticket_page .contact_info ul li{
	padding: 0 0 15px 0;
}
.submit_a_ticket_page .contact_info ul li span.icon{
	padding: 0 15px 0 0;
	color:#faa61a;
}
.submit_a_ticket_page .contact_info ul li span.info{
		font-weight: 500;
}
.submit_a_ticket_page .form_box .form-control{
	font-size: 12px;
    height: 40px;
    border: none;
    outline: none;
    margin: 0 0 20px 0;
    background: #f5f5f5;
    padding: 25px 25px;
    width: 100%;
}
.submit_a_ticket_page .form_box select.form-control{
	padding: 0 20px;
	height: 50px;
}

.submit_a_ticket_page .form_box textarea.form-control{
	height: 80px;
}
.submit_a_ticket_page .form_box span.form_text{
	margin: 10px 0 10px 5px;
	display: inline-block;
	font-size: 15px;
}
.submit_a_ticket_page .form_box .form-group .btn0{
	width: 100%;
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;    
    transition: all .2s;
    position: relative;
    outline: none;
    border: none;
    margin: 10px 0 0 0;
}
.submit_a_ticket_page .form_box .form-group .btn0:hover{
	background-color: #139fc0;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.submit_a_ticket_page .form_box .form-group .btn0::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
    background-color: #fdaf17;
}
.submit_a_ticket_page .form_box .form-group .btn0:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}
.submit_a_ticket_page .image{
	text-align: center;
}



/*supported_devices_page*/
.supported_devices_page{
	padding: 50px 0;
}
/*.supported_devices_page .supported_devices .boxes{
	display: flex;
	padding: 10px 0;
}*/
.supported_devices_page .supported_devices .title{
	text-align: center;
}
.supported_devices_page .supported_devices .title .heading{
	display: inline-block;
	font-size: 30px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    vertical-align: text-top;
    margin: 0;
    background-color: #0b5264;
    border: 1px solid #0b5264;
    padding: 10px 30px;
    letter-spacing: 0.5px;
    box-shadow: 0 0 1px 1px #0b5264 inset, 0 0 3px 3px #fff inset;
}
.supported_devices_page .supported_devices .boxes .box{
	/*width: 100%;*/
	text-align: center;
	padding: 10px;
	filter: grayscale(1);
	transition: all 0.3s ease;
	box-shadow: 0 0 5px 2px #cdcdcd;
    margin: 20px;
}
.supported_devices_page .supported_devices .boxes .box:hover{
	filter: grayscale(0);
}

/*submit_a_ticket_page*/
.submit_a_ticket_page .inner_container .submit_a_ticket_section{
	padding: 50px 0;
}
.submit_a_ticket_page .submit_a_ticket{
	display: flex;
	flex-wrap: wrap-reverse;
}
.submit_a_ticket_page .submit_a_ticket .form_box .form-control{
	font-size: 15px;
    height: 40px;
    border: none;
    outline: none;
    margin: 0 0 20px 0;
    background: #f5f5f5;
    padding: 25px 25px;
    width: 80%;
}
.submit_a_ticket_page .submit_a_ticket .form_box textarea.form-control{
	height: 80px;
}
.submit_a_ticket_page .submit_a_ticket .form_box span.form_text{
	margin: 10px 0 10px 5px;
	display: inline-block;
	font-size: 15px;
}
.submit_a_ticket_page .submit_a_ticket .form_box .form-group .btn0{
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;    
    transition: all .2s;
    position: relative;
    outline: none;
    border: none;
    margin: 10px 0 0 0;
}
.submit_a_ticket_page .submit_a_ticket .form_box .form-group .btn0:hover{
	background-color: #139fc0;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.submit_a_ticket_page .submit_a_ticket .form_box .form-group .btn0::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
    background-color: #fdaf17;
}
.submit_a_ticket_page .submit_a_ticket .form_box .form-group .btn0:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}
.submit_a_ticket_page .submit_a_ticket .image{
	text-align: center;
}

/*Free Trial*/
.free_trial_section .inner_container{
	padding: 50px 0;
}
.free_trial_section .heading{
	text-align: left;
}
.free_trial_section .content ul{	
	padding: 0 0 0 20px;
}
.free_trial_section .content ul li{
	list-style: disc;
	margin: 0 0 5px 0;
	font-size: 16px;
}
.free_trial_section .form_head{
    font-size: 25px;
    color: #0b5264;
    font-weight: 700;
    line-height: 1em;
    font-family: 'Roboto Slab', serif;
    margin: 0px 0 10px 0;
}
.free_trial_section .existing_user{
    padding: 0 10px;
}
.free_trial_section .existing_user .form_head{
    margin: 0px 0 15px 0;
}
.free_trial_section .existing_user .btn_row a{
	width: 100%;
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;    
    transition: all .2s;
    position: relative;
    outline: none;
    border: none;
    text-align: center;
}
.free_trial_section .existing_user .btn_row a:hover{
	background-color: #139fc0;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.free_trial_section .form_box .form_head{
    margin: 20px 0 20px 0;
}
.free_trial_section .form_box .form-control{
	font-size: 12px;
    height: 40px;
    border: none;
    outline: none;
    margin: 0 0 20px 0;
    background: #f5f5f5;
    padding: 25px 25px;
    width: 100%;
}
.free_trial_section .form_box select.form-control{
	height: 50px;
	padding: 0 20px;
}
.free_trial_section .form_box textarea.form-control{
	height: 80px;
}

.free_trial_section .form_box .form-group .btn0{
	width: 100%;
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;    
    transition: all .2s;
    position: relative;
    outline: none;
    border: none;
}
.free_trial_section .form_box .form-group .btn0:hover{
	background-color: #139fc0;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.free_trial_section .form_box .form-group .btn0::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
    background-color: #fdaf17;
}
.free_trial_section .form_box .form-group .btn0:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}
.free_trial_section .form_box .form-group .free_trial{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #414042;
	/*border: 2px solid #faa61a;*/
	outline: 2px solid;
    outline-color: #faa61a;
    outline-offset: -2px;
    transition: all .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
}
.free_trial_section .form_box .form-group .free_trial:hover{
	background-color: #faa61a;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}



/*Schedule a demo*/
.schedule_a_demo_page .schedule_a_demo{
	padding: 50px 0;
}
.schedule_a_demo_page .heading{
	text-align: left;
	padding: 0 0 0 10px;
}
.schedule_a_demo_page .content .contact_info ul li{
	padding: 0 0 20px 0;
}
.schedule_a_demo_page .content .contact_info ul li span.icon{
	padding: 0 10px 0 0;
}
.schedule_a_demo_page .form_box .form-control{
	font-size: 12px;
    height: 40px;
    border: none;
    outline: none;
    margin: 0 0 20px 0;
    background: #f5f5f5;
    padding: 25px 25px;
    width: 100%;
}
.schedule_a_demo_page .form_box  #schedule_date.form-control{
	cursor: pointer;
}
.schedule_a_demo_page .form_box  #schedule_time.form-control{
	cursor: pointer;
}
.schedule_a_demo_page .form_box select.form-control{
	padding: 0 20px;
	height: 50px;
}

.schedule_a_demo_page .form_box textarea.form-control{
	height: 80px;
}
.schedule_a_demo_page .form_box span.form_text{
	margin: 10px 0 10px 5px;
	display: inline-block;
	font-size: 15px;
}
.schedule_a_demo_page .form_box .form-group .btn0{
	width: 100%;
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;    
    transition: all .2s;
    position: relative;
    outline: none;
    border: none;
    margin: 10px 0 0 0;
}
.schedule_a_demo_page .form_box .form-group .btn0:hover{
	background-color: #139fc0;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.schedule_a_demo_page .form_box .form-group .btn0::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
    background-color: #fdaf17;
}
.schedule_a_demo_page .form_box .form-group .btn0:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}
.schedule_a_demo_page .image{
	text-align: center;
}

.mobile_number .mobile_box{
	display: flex;
}
.mobile_number .mobile_box .code_box{
	width: 130px;
	margin: 0 15px 0 0;
}
.mobile_number .mobile_box .code_box select{
	height: 50px;
	padding: 0 10px;
}
.mobile_number .mobile_box .number_box{
	width: calc(100% - 130px);
}



/*Page Nav*/
.page_nav{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
    border-bottom: 1px solid #cdcdcd;
    background-color: #ececec;
}
.page_nav a{
	float: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    background-color: transparent;
    margin: 0 20px;
    border: none;
    padding: 10px 20px;
    color: #107287;
    position: relative;
}
.page_nav a:hover{
	color: #004e5f;
}
.page_nav a::before{
    content: '';
    background-color: #107287;
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 0%;
    transition: all 0.3s ease;
}
.page_nav a:hover::before{
    width: 100%;
}
.page_nav a::after{
    content: '';
    background-color: #107287;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    transition: all 0.3s ease;
}
.page_nav a:hover::after{
    width: 100%;
}

.page_nav a.active {
    color: #faa61a;
    border-radius: 15px;
    border: 2px solid #faa61a;
    /*box-shadow: 0 0 25px -10px #107287 inset;*/
}

.page_nav a.active::before{
    display: none;
}
.page_nav a.active::after{
    display: none;
}

.page_nav .container{
	padding: 0;
}


.blink_me {
  animation: blink_me 1s linear infinite;
}
@keyframes blink_me {
  50% {
    opacity: 0;
  }
}
.blink_me_slow {
  animation: blink_me_slow 2s linear infinite;
}
@keyframes blink_me_slow {
  50% {
    opacity: 0;
  }
}

.sticky_right {
    position: fixed;
    right: 0;
    bottom: 50%;
    z-index: 11;
}
.sticky_right .block_1 {
    transform: rotate(90deg);
    width: 187px;
    margin-right: -76px;
}

.sticky_right .block_1 .enquire {
	background-color: #faa61a;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    padding: 8px 20px;
    text-transform: uppercase;
    border: 2px solid #faa61a;
    outline: 2px solid;
    outline-color: #faa61a;
    outline-offset: -2px;
    transition: all .4s;
}

/*Privacy POlicy*/
.privacy_policy{
	padding: 50px 0;
}
.privacy_policy .content .sub_title{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	padding: 0 0 20px 0;
}


.thankyou_page{
	height: auto;
	padding: 100px 0;
}
.thankyou_page .line1{
	font-size: 40px;
    color: #0b5264;
    font-weight: 700;
    line-height: 50px;
	text-align: center;
	padding: 0 0 15px 0;
}
.thankyou_page .line2{
	font-size: 22px;
	text-align: center;
}
.form_error{
	color: #ff0000;
    font-size: 12px;
    padding: 0 0 5px 0;
}
.btn_row{
	position: relative;
}
/******Loading Effect*****/
.lds-container{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: -3px;
	background: #fdaf17;
}
.lds-dual-ring {
	width: 35px;
	height: 35px;
	margin: 0 auto;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 25px;
	height: 25px;
	margin: 8px;
	border-radius: 50%;
	border: 5px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/******Loading Effect*****/



input[type="time"]{
	cursor: default;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  font-size: 22px;
  /*background-color: #faa61a;*/
  color: #ff0000;
  cursor: pointer;
}


.form_box .select2-container--default .select2-selection--single {
    background-color: #f5f5f5;
    border: 0;
    border-radius: 0;
    height: 50px;
    padding: 0 0 0 10px;
}
.form_box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #696969;
    line-height: 50px;
    height: 50px;
    font-size: 12px;
}
.form_box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}


/*videos*/
.videos_page{
	padding: 50px 0;
}
.videos_page .video_boxes a .box{
	display: inline-block;
    margin: 0 0 20px 0;
    padding: 20px 20px 10px 20px;
    box-shadow: #ccc 0 5px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.videos_page .video_boxes a .box:hover{
	box-shadow: 0px 0px 50px 200px #e8e8e8 inset;
}
.videos_page .video_boxes a .box .image_box img{
	border-radius: 10px;
}
.videos_page .video_boxes a .box .title{
	margin: 20px 0 10px 0;
	height: 45px;
	font-size: 20px;
	color: #10728b;
	font-weight: 600;
	transition: all 0.3s ease;
	display: flex;
    align-items: center;
    justify-content: center;
}
.videos_page .video_boxes a .box .title span{
	transition: all 0.3s ease;
}
.videos_page .blog_boxes a .box:hover .title span{
	text-decoration: underline;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 43%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 23px;
  height: 28px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #faa61a;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #faa61a;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 22px solid #fff;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


/*blog_main_page*/
.blog_main_page{
	padding: 50px 0;
}
.blog_main_page .blog_boxes a.box{
	display: inline-block;
    margin: 0 0 20px 0;
    padding: 20px;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.blog_main_page .blog_boxes a.box:hover{
	box-shadow: 0px 0px 50px 200px #e8e8e8 inset;
}
.blog_main_page .blog_boxes a.box .image_box img{
	border-radius: 10px;
}
.blog_main_page .blog_boxes a.box .title{
	margin: 20px 0 10px 0;
	height: 45px;
	font-size: 20px;
	color: #10728b;
	font-weight: 600;
	transition: all 0.3s ease;
	display: flex;
    align-items: center;
    justify-content: center;
}
.blog_main_page .blog_boxes a.box .title span{
	transition: all 0.3s ease;
}
.blog_main_page .blog_boxes a.box:hover .title span{
	text-decoration: underline;
}
.blog_main_page .blog_boxes a.box .text{
	text-align: center;
	padding: 0 0 15px 0;
	font-size: 14px;
	height: 110px;
}
.blog_main_page .blog_boxes a.box .posted_on{
	font-size: 14px;
    text-align: center;
}

.subscription_plans .sub_table table{
	padding: 15px;
    border-collapse: separate;
}
.subscription_plans .sub_table table tr th{
	vertical-align: middle;
    border: none;
    background-color: transparent;
    color: #231f20;
    padding: 20px 0;
    font-size: 20px;
    background-color: #fff;
}
.subscription_plans .sub_table table tr td{
	border: none;
    vertical-align: middle;
    color: #231f20;
    font-weight: 600;
    background-color: #fff;
}
.subscription_plans .sub_table table tr td:nth-child(1){
	/*border-bottom: 1px solid #10728b;*/
	border-right: 1px solid #10728b;
}
.subscription_plans .sub_table table tr th:nth-child(1){
	border-top: 1px solid #10728b;
	border-right: 1px solid #10728b;
}
.subscription_plans .sub_table table tr td:nth-child(2){
	border-top: 1px solid #10728b;
	border-right: 1px solid #10728b;
}
.subscription_plans .sub_table table tr td:nth-child(3){
	border-top: 1px solid #10728b;
	border-right: 1px solid #10728b;
}
.subscription_plans .sub_table table tr td:nth-child(4){
	border-top: 1px solid #10728b;
	border-right: 1px solid #10728b;
}
.subscription_plans .sub_table table tr td:nth-child(5){
	border-top: 1px solid #10728b;
}
.subscription_plans .sub_table table tr th:nth-child(2){
	border-right: 1px solid #10728b;
	width: 38%;
}
.subscription_plans .sub_table table tr th:nth-child(3){
	width: 38%;
}
.subscription_plans .sub_table table tr th:nth-child(3) br{
	display: none;
}
.subscription_plans .sub_table table span.users{
	font-weight: 600;
    color: #585858;
    padding: 5px 0 0 0;
    display: inline-block;
}

/*Partner Benefits Page*/
.channel_partner{
	/*padding: 100px 0 0 0;*/
}
.channel_partner .text_box{
	padding: 50px 75px 50px;
	text-align: center;
}
.channel_partner .features_boxes{
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0 0 0;
}
.channel_partner .features_boxes .feature_box{
	display: flex;
}
.channel_partner .features_boxes .feature_box .image_box{
	width: 19%;
	position: relative;
}
.channel_partner .features_boxes .feature_box .image_box .image{
	position: absolute;
	top: -28px;
	width: 100%;
	z-index: 1;
}
.channel_partner .features_boxes .feature_box .image_box .image img{
	border-radius: 1000px;
	border: 3px solid #fdaf17;
    background-color: #fff;
}
.channel_partner .features_boxes .feature_box .content{
	width: 81%;
	padding: 0 0 30px 0;
}
.channel_partner .features_boxes .feature_box .content .title{
	font-size: 28px;
	font-weight: 700;
	color: #f6a21a;
	background-color: #107287;
	font-family: 'Roboto Slab', serif;
	padding: 12px 0px 12px 35px;
	transform: skewX(-20deg) translateX(-18px);
	text-align: left;
}
.channel_partner .features_boxes .col-sm-6:last-child .feature_box .content .title{
	padding: 12px 0px 12px 35px;
    font-size: 26px;
}
.channel_partner .features_boxes .feature_box .content .title span{
	transform: skewX(20deg);
	display: inline-block;
}
.channel_partner .features_boxes .feature_box .content .text p{
	padding: 0 22px 15px 18px;
}
.channel_partner .looking_for{
	padding: 0 0 35px;
}
.channel_partner .looking_for p{
    text-align: center;
    font-weight: 500;
}
.channel_partner .looking_for .list_box{
	padding: 0 250px;
}
.channel_partner .looking_for .list_box ul li{
	font-size: 15px;
	color: #414042;
	list-style: disc;
	margin: 0 0 0 18px;
	padding: 0 0 5px;

}
.channel_partner .need_more_help{
	text-align: center;
	padding: 15px 0 50px 0;
}




/*Advantage Page*/
.ai_responsive_banner .item_box{
	position: relative;
}
.ai_responsive_banner .item_box img{
	width: 100%;
}
.ai_responsive_banner .item_box .content{
	position: absolute;
	top: 50%;
	left: 10%;
}
.ai_responsive_banner .item_box .content .heading{
	color: #fff;
	text-align: left;
}
.ai_responsive_banner .free_trail a{
	font-size: 16px;
    text-transform: uppercase;
    background-color: #fdaf17;
    color: #414042;
    font-weight: 700;
    display: inline-block;
    padding: 10px 15px;
    transition: all .2s;
}
.ai_responsive_banner .free_trail a:hover{
	background-color: #139fc0;
    color: #fff;
}
.ai_responsive_banner .free_trail input{
	/*width: 68%;*/
    padding: 10px;
    outline: none;
    border: none;
}

.ai_responsive .heading{
	text-align: left;
	padding: 40px 0 0 5%;
    margin: 0;
    color: #10728b;
}
.ai_responsive .adv_boxes .adv_box{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0 0 0;
	position: relative;
}
.ai_responsive .adv_boxes .adv_box:nth-child(even){
	flex-wrap: wrap-reverse;
}
.ai_responsive .adv_boxes .adv_box:nth-child(odd)::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90%;
	height: 2px;
	background-color: #f6a21a;
	display: none;
}
.ai_responsive .adv_boxes .adv_box:nth-child(even)::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90%;
	height: 2px;
	background-color: #f6a21a;
	display: none;
}
.ai_responsive .adv_boxes .adv_box .content{
	position: relative;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	z-index: 1;
}
.ai_responsive .adv_boxes .adv_box:nth-child(odd) .content{
	transform: skewX(-20deg) translateX(-62px);
}
.ai_responsive .adv_boxes .adv_box:nth-child(even) .content{
	transform: skewX(20deg) translateX(60px);
}
.ai_responsive .adv_boxes .adv_box .content p{
	margin: auto;
	padding: 0;
}
.ai_responsive .adv_boxes .adv_box:nth-child(odd) .content p{
	transform: skewX(20deg) translateX(42px);
}
.ai_responsive .adv_boxes .adv_box:nth-child(even) .content p{
	transform: skewX(-20deg) translateX(-42px);
}
.ai_responsive .adv_boxes .adv_box .content .title{
	font-size: 28px;
	font-weight: 700;
	color: #f6a21a;
	background-color: #107287;
	font-family: 'Roboto Slab', serif;
	padding: 14px 60px;
	margin: 0;
	display: inline-block;
	position: absolute;
	top: 0;
}
.ai_responsive .adv_boxes .adv_box:nth-child(odd) .content .title{
	transform: translateX(19px);
	left: 0;
}
.ai_responsive .adv_boxes .adv_box:nth-child(even) .content .title{
	transform: translateX(-19px);
	right: 0;
}
.ai_responsive .adv_boxes .adv_box .content .title span{
	transform: skewX(20deg);
    display: inline-block;
}
.ai_responsive .adv_boxes .adv_box:nth-child(even) .content .title span{
	transform: skewX(-20deg);
}

.ai_responsive .lets_get_started{
	text-align: center;
	padding: 50px 0;
}

/* free_trial_new_page */
.margin_b_20{
	margin: 0 0 20px;
}
.free_trial_new_page.free_trial_section .banner img{
	width: 100%;
}
.free_trial_new_page.free_trial_section .form_box{
	background: #e5e5e5;
    padding: 20px;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.free_trial_new_page.free_trial_section .form_box .form_head{
	margin: 20px 0 0 0;
}
.free_trial_new_page.free_trial_section .inner_container{
	display: flex;
	flex-wrap: wrap;
}
.free_trial_new_page.free_trial_section .form_box .form-control{
	background: #fff;
	font-size: 14px;
}
.free_trial_new_page.free_trial_section .form_box .select2-container--default .select2-selection--single{
	background-color: #fff;
}
.free_trial_new_page.free_trial_section .features .inner_container{
	padding: 0 0 50px;
}
.free_trial_new_page.free_trial_section .features .heading{
	text-align: center;
	width: 100%;
	padding: 0 0 20px;
}
.free_trial_new_page.free_trial_section .features .heading sup{
	vertical-align: super;
	font-size: 0.7em;
}
.free_trial_new_page.free_trial_section .features .boxes_wrapper{
	display: flex;
	flex-wrap: wrap;
}
.free_trial_new_page.free_trial_section .features .boxes_wrapper .info_box{
	width: 33.33%;
	text-align: center;
	padding: 0 30px;
	position: relative;
}
.free_trial_new_page.free_trial_section .features .boxes_wrapper .info_box::before{
	position: absolute;
	content: '';
	right: 0;
	top: 20%;
	background-color: #00ccff;
	width: 1px;
	height: 60%;
}
.free_trial_new_page.free_trial_section .features .boxes_wrapper .info_box:last-child::before{
	display: none;
}
.free_trial_new_page.free_trial_section .features .boxes_wrapper .info_box .icon_box{
	width: 150px;
	height: 150px;
	margin: 0 auto 10px auto;
}
.free_trial_new_page.free_trial_section .features .boxes_wrapper .info_box .icon_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}