@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight: 400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none !important;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*=========FONTS===========*/
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	}
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-ExtraBold.woff2') format('woff2'),
        url('../fonts/Urbanist-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
	}
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Bold.woff2') format('woff2'),
        url('../fonts/Urbanist-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	}
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-SemiBold.woff2') format('woff2'),
        url('../fonts/Urbanist-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
	}

/*==========Header==============*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top: -70px;
    position: relative;
    top:70px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.logo{
	float:left;
	margin-top:5px;
	width:120px;
	}

a.header-btn{ 
	float:right;
	font-size:16px;
	line-height:20px;
	letter-spacing:0.5px;
	padding:10px 15px;
	color:#ffffff;
	border-radius:6px;
	font-weight:600;
	font-family: 'Urbanist';
	background:#16c468;
	margin-top:14px;
	display:none;
	}
.fixed-nav .header a.header-btn{ display:block;}
	
ul.mainMenu{
	float:left;
	margin-top:25px;
	margin-left:50px;
	}
ul.mainMenu li{
	float:left;
    padding:0 18px;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float:left;
	color:#000000;
	font-size:17px;
	line-height:19px;
	letter-spacing:0.3px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#00c04e;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:170px;
    top:26px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #a7a7a7;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#a7a7a7;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#a7a7a7;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	letter-spacing:0.3px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top;
	height:876px;
	overflow:hidden;
	}
.banner_left{
	float:left;
	width:51%;
	text-align:left;
	padding:40px 0;
	}
.banner_subhdng{
	font-size:16px;
	line-height:30px;
	color:#141414;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2px;
	font-family: 'Urbanist';
	}
.banner_subhdng:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:50px;
	border-bottom:2px solid #585f70;
	margin:-1px 15px 0 0;
	}
.banner_heading{
	font-size:72px;
	line-height:75px;
	margin-top:15px;
	color:#000000;
	font-family: 'Urbanist';
	}
.banner_heading span{
	color:#1392c7;
	}
.banner_para{
	font-size:17px;
	line-height:27px;
	letter-spacing:0.3px;
	margin-top:30px;
	color:#000000;
	font-weight:500;
	}

.btn_box {
    display: inline-block;
    vertical-align: top;
    max-width: 370px;
    width: 100%;
    margin-top: 40px;
    text-align: center;
	}
.rating_star{
	font-size:16px;
	line-height:22px;
	letter-spacing:0.7px;
	font-weight:600;
	color:#252525;
	margin-bottom:5px;
	font-family: 'Urbanist';
	}
.rating_star img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	}
.rating_star img.rating-tik{
	width:16px;
	margin:-3px 0 0 5px;
	}
.common_button{
    float: left;
    width: 100%;
	background:#16c468;
    font-size: 28px;
    line-height: 70px;
    height: 70px;
    color: #fff;
    font-weight: 800;
	letter-spacing:0.5px;
    border-radius: 10px;
	text-shadow:0 1px 2px rgba(0,0,0,0.3);
    position: relative;
    padding:0 20px;
    overflow: hidden;
	font-family: 'Urbanist';
	}
.btn-text1{
	float:left;
	width:100%;
	color:#252525;
	margin-top:5px;
	font-size:16px;
	line-height:18px;
	letter-spacing:1px;
	font-weight:600;
	font-family: 'Urbanist';
	}
	
ul.bnr_right_list{
	position: absolute;
    top: 310px;
    right: 27px;
    width: 250px;
	}
ul.bnr_right_list:before{
	position:absolute;
	left:-10px;
	bottom:15px;
	background:url(../images/bnr-dot-line.png) no-repeat center center;
	height:410px;
	width:21px;
	content:"";
	}
ul.bnr_right_list li{
	float:left;
	width:100%;
	padding-left:95px;
	position:relative;
	text-align:left;
	margin-top:25px;
	}
ul.bnr_right_list li:before{
	position:absolute;
	left:0;
	top:25px;
	border-bottom:2px dotted #7187b0;
	width:35px;
	content:"";
	}
ul.bnr_right_list li img{
	position:absolute;
	left:44px;
	top:0;
	width:40px;
	}
ul.bnr_right_list li p{
	font-size:16px;
	line-height:20px;
	color:#000000;
	font-weight:600;
	font-family: 'Urbanist';
	letter-spacing:0.5px;
	}


/*banner_btm_sec*/
.banner_btm_sec{
	float:left;
	width:100%;
	padding:25px 0;
	border-bottom:1px solid #ddd;
	}
.bnr-btm-list {
	width:100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	}
.bnr-btm-list li {
	width:16.666%;
	padding:0 10px;
	position:relative;
	}
.bnr-btm-list li:after{
	position:absolute;
	right:0;
	top:15px;
	bottom:0;
	border-right:1px solid #d7d7d7;
	content:"";
	}
.bnr-btm-list li:last-child:after{ display:none;}
.bnr-btm-list li img{ 
	display:block; 
	margin:0 auto 10px;
	max-width:100%;
	width:50px;
	}
.bnr-btm-list li p{
	font-size:16px;
	line-height:20px;
	letter-spacing:0.3px;
	color:#000000;
	font-weight:600;
	font-family: 'Urbanist';
	}
	
/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:70px 0;
	}
.sec1_left{
	float:left;
	width:57%;
	text-align:left;
	}
.common_heading{
	font-size:55px;
	line-height:60px;
	color:#141414;
	font-family: 'Urbanist';
	font-weight:bold;
	padding-bottom:50px;
	background:url(../images/hdng-line.png) no-repeat center bottom;
	}
.left_common-heading{
	background:url(../images/left-hdng-line.png) no-repeat left bottom;
	}
.common_heading span{
	color:#1392c7;
	}
.common_text{
	font-size:17px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:25px;
	}
.s1-prod{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin-top:35px;
	margin-left:-10px;
	}
.sec1_left .common_text{ padding-right:40px;}

.sec1_right{
	float:right;
	width:42%;
	padding-right:60px;
	}
.s1-rght-prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
ul.s1_right_list{
	float:left;
	width:100%;
	}
ul.s1_right_list li{
	float:left;
	width:100%;
	text-align:left;
	padding-bottom:35px;
	margin-top:35px;
	position:relative;
	padding-left:65px;
	border-bottom:1px solid #ddd;
	}
ul.s1_right_list li:last-child{ border:none;}
ul.s1_right_list li img{
	position:absolute;
	left:0;
	top:5px;
	width:50px;
	}
ul.s1_right_list li h3{
	font-size:20px;
	line-height:22px;
	color:#000000;
	font-weight:bold;
	font-family: 'Urbanist';
	}
ul.s1_right_list li p{
	font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #000000;
    margin-top: 30px;
	margin-top:10px;
	}
	
/*======carousel_images_sec=========*/
.carousel_images_sec{
	float:left;
	width:100%;
	overflow:hidden;
	}
.carousel_images_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1800px;
	}
.carousel_image_slider{
	float:left;
	width:100%;
	}
.carousel_images_col{
	display: inline-block;
    vertical-align: top;
    width: 295px !important;
	padding:0 15px;
	}
.carousel_images_col img{
	display: block;
    margin: 0 auto;
    max-width: 100%;
	border-radius:20px;
	}

.strip{
    float: left;
    width: 100%;
    background: #00a2d1;
    padding:8px 0 8px 0;
	overflow: hidden;
	z-index: 15;
	margin-top:30px;
	}
.strip_slide{
	display: flex;
	width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
	position: relative;
	}
.strip span{
	display: inline-block;
	vertical-align:middle;
    color: #fff;
    font-size:16px;
	line-height:22px;
	letter-spacing:0.5px;
	padding:0 15px;
	text-transform:uppercase;
	white-space: nowrap;
	}
.strip span img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 10px 0 0;
	}


/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:70px 0;
	overflow:hidden;
	}
.sec2_row1{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px auto 0;
	border-radius:10px;
	overflow:hidden;
	background:#f0f5f7;
	}
.sec2_row1_left{
	float:left;
	width:50%;
	padding:50px 40px;
	text-align:left;
	position:relative;
	}
.s2-col-hdng{
	font-size: 40px;
    line-height: 46px;
    color: #000000;
    font-family: 'Urbanist';
    font-weight: bold;
	}
.s2-col-text1{
	font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #000000;
    margin-top:15px;
	}
.sec2_row1_left .s2-col-text1{ margin-top:25px;}
.s2-con-ic1{
	position:absolute;
	right:50px;
	top:30px;
	width:50px;
	}
.sec2_row1_right{
	float:right;
	width:50%;
	background:#7b9ca4;
	padding: 0 40px;
	}
.s2-col-img1{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.sec2_row2{
	float:left;
	width:48.50%;
	margin-top:40px;
	background:#e4f8f8;
	border-radius:10px;
	padding:40px;
	text-align:left;
	position:relative;
	}
.s2-con-ic2{
	display:block;
	margin-bottom:15px;
	width:50px;
	}
.sec2_row2_col{
	float:left;
	width:60%;
	margin-bottom:40px;
	}
.sec2_row2_col2{ margin-top:20px;}
.s2-col-img2{
	position:absolute;
	right:-10px;
	top:80px;
	}
.sec2_row3{
	float:right;
	width:48.50%;
	margin-top:40px;
	}
.sec2_row3_col1{
	float:left;
	width:100%;
	height:365px;
	text-align:left;
	padding:40px 80px 40px 40px;
	position:relative;
	background:#daecf7;
	border-radius:10px;
	overflow:hidden;
	}
.s2-col-img3{
	position: absolute;
    right: -45px;
    bottom: -95px;
	}
.s2-text-width2{ width:65%;}
.s2-text-width3{ width:57%;}
.sec2_row3_col2{
	float:left;
	width:100%;
	height:360px;
	text-align:left;
	padding:40px 80px 40px 40px;
	position:relative;
	background:url(../images/s2-row3-col2-bg.jpg) no-repeat right top #31444f;
	background-size:cover;
	border-radius:10px;
	overflow:hidden;
	margin-top:30px;
	}
.color-white{ color:#fff;}

	
	
/*===============sectionThree==========*/
.sectionThree{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f2fcff;
	overflow:hidden;
	}
.sectionThree .common_heading{ background:none; padding:0;}
.s3_step_row{
	float:left;
	width:100%;
	margin-top:20px;
	}
.s3_step_col{
	float:left;
	width:33.333%;
	text-align:center;
	padding:0 30px;
	position:relative;
	margin-top:30px;
	}
.s3_step_col:after{
	position:absolute;
	left:65%;
	right: -35%;
    top: 7px;
	border-bottom:2px dotted #c7d4d6;
	content:"";
	}
.s3_step_col:last-child:after{ display:none;}
.s3_step_text1{
	font-size:16px;
	line-height:22px;
	color:#000000;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family: 'Urbanist';
	}
.s3_step_text1:before{
	display:block;
	margin:0 auto 5px;
	width:8px;
	height:8px;
	background:#fff;
	border-radius:50%;
	border:4px solid #00a2d1;
	content:"";
	}
.step-imges{
	display:block;
	margin:30px auto;
	max-width:100%;
	}
.s3_step_text2{
	font-size:22px;
	line-height:24px;
	color:#000000;
	font-weight:bold;
	font-family: 'Urbanist';
	}
.s3_step_text3{
	font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #000000;
    margin-top: 15px;
	}

/*==========sectionFour================*/
.sectionFour{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s4-left{
	float:left;
	width:54%;
	text-align:left;
	position:relative;
	}
ul.s4-list{
	float:left;
	width:82%;
	}
ul.s4-list li{
	float:left;
	width:100%;
	text-align:left;
	margin-top:40px;
	}
ul.s4-list li h3{
	font-size: 24px;
    line-height: 26px;
    color: #000;
    font-family: 'Urbanist';
    font-weight: bold;
	}
ul.s4-list li p{
	font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #000000;
    margin-top:10px;
	}
.s4-prod{
	position: absolute;
    right: -55px;
    top: 290px;
	}
.s4-rght{
	float:right;
	width:40%;
	margin-top:25px;
	}
.s4-rght-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
ul.s4-rght-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.s4-rght-list li{
	float:left;
	width:33.333%;
	text-align:center;
	padding:0 10px;
	}
ul.s4-rght-list li img{
	display:block;
	margin:0 auto 5px;
	}
ul.s4-rght-list li p{
	font-size:14px;
	line-height:20px;
	color:#000;
	}

/*==============sectionFive===============*/
.sectionFive{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f2fcff;
	}

.comp-chart{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 970px;
    margin-top: 125px;
	background:#fff;
	padding:10px 0 20px;
	}
.chart-col-1{
	float:left;
	width:31%;
	}
.chart-col-1 ul {
    float: left;
    width: 100%;
	}
.chart-col-1 ul li {
    float: left;
    width: 100%;
    height: 60px;
    text-align: left;
    padding: 5px 20px 5px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	border-bottom:1px solid #e4f2f2;
	}
.chart-col-1 ul li:last-child{ border:none;}
.chart-col-1 ul li p {
    font-size: 16px;
    line-height: 22px;
	letter-spacing:0.3px;
    color: #000000;
	}
.chart-feature{
	float: left;
    width: 100%;
    height: 85px;
	padding:40px 20px 5px 40px;
    text-align: left;
	}
.chart-feature p{
	font-size: 16px;
    line-height: 26px;
	letter-spacing:0.3px;
	font-weight:bold;
	color:#007a9d;
	}
	
.chart-col{
	float:left;
	width:17.25%;
	background:#fff;
	border-radius:10px 10px;
	}
.chart-col-2{
	background:#00a2d1;
	}
.chart-prod-top{
	float:left;
	width:100%;
	height:85px;
	text-align:center;
	}
.chart-prod-top img{
	display:block;
	margin:-93px auto 5px;
	max-width:100%;
	}
.chart-prod-top p{
	font-size:16px;
	line-height:18px;
	letter-spacing:0.3px;
	color:#000;
	}
.chart-col-2 .chart-prod-top p{ color:#fff;}

.chart-col ul{
	float:left;
	width:100%;
	}
.chart-col ul li{
	float:left;
	width:100%;
	height:60px;
	text-align:center;
	padding:5px 20px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e4f2f2;
	}
.chart-col-2 ul li{border-bottom: 1px solid #74c9de;}
.chart-col ul li:last-child { border:none;}
.chart-col ul li img{
	display:block;
	margin:0 auto;
	}


/*=============sectionSix=============*/
.sectionSix{
	float:left;
	width:100%;
	padding:60px 0;
	}

.testi-block{
	float:left;
	width:100%;
	margin-top:40px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
    
.testi-col{
	float:left;
	width:32%;
	padding:30px 30px;
	text-align:left;
	background:#fff;
	border-radius:12px;
	overflow:hidden;
	}
.testi-col1{
	background:url(../images/testi-bg1.jpg?v=0.1) no-repeat center top;
	background-size:cover;
	}
.testi-col2{
	background:url(../images/testi-bg2.jpg?v=0.1) no-repeat center top;
	background-size:cover;
	}
.testi-col3{
	background:url(../images/testi-bg3.jpg?v=0.1) no-repeat center top;
	background-size:cover;
	}
	
.t-comma{
	margin:0 0 30px;
	display:block;
	}	
.t-hdng{
	font-size:40px;
	line-height:46px;
	letter-spacing:0.5px;
	color:#ffffff;
	font-weight:bold;
	font-family: 'Urbanist';
	}		
.t-name{
	font-size:17px;
	line-height:24px;
	color:#ffffff;
	font-weight:600;
	font-family: 'Urbanist';
	margin-top:30px;
	letter-spacing:0.5px;
	}
.t-name img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	}
.t-para{
	font-size:16px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#ffffff;
	margin-top:30px;
	}	
	
	
/*=============sectionSeven=============*/
.sectionSeven{
	float:left;
	width:100%;
	background:#f2fcff;
	padding:60px 0;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:970px;
	width:100%;
	margin:40px 0 0;
	padding:0 15px 15px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	-webkit-box-shadow:0 5px 9px 2px rgba(0,0,0,0.1);
	box-shadow:0 5px 9px 2px rgba(0,0,0,0.1);
	margin-top:20px;
	border-radius:10px;
	background:#fff;
	overflow:hidden;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 20px center;
	padding:18px 45px 18px 25px;
	font-size:20px;
	line-height:26px;
	font-family: 'Urbanist';
	font-weight:bold;
	color:#000000;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 20px center #fff;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:0 30px 15px 25px;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#000;
	margin-bottom:15px;
	}
.acdn-para a{ color:#0072ff;}

/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
	}
.ftr-logo{ display:block; margin: 0 auto 30px; width:120px;}
.ftr-txt1{
	font-size:16px;
	line-height:26px;
	color:#333333;
	margin:5px 0;
	}
.ftr-txt1 a{ color:#333333; padding:0 3px;}

.ftr-txt2{
	font-size:14px;
	line-height:23px;
	color:#333333;
	margin:20px 0 0;
	padding:0 50px;
	}

/*==============Media=============*/


@media only screen and (max-width:1200px){
.container{ width:1004px;}

.banner{background-size: cover;height: 830px;}
.banner_heading{font-size: 60px;line-height: 65px;}
ul.bnr_right_list{right:0; width: 245px;}


.sec1_right{ padding-right:0;}
.common_heading{font-size:45px; line-height:56px;}

.sec2_row1_left{ padding:50px 40px;}
.sec2_row2{ width:49%; padding:50px 40px;}
.s2-col-img2 {right: -35px;}
.sec2_row3{ width:49%;}
.sec2_row3_col1{ padding:40px 70px 40px 40px;}
.s2-col-img3{width: 430px;}
.sec2_row3_col2{padding: 40px 70px 40px 40px;background-position: 10% top;}
.s2-text-width3 {width: 70%;}
.s2-text-width2 {width: 75%;}
.sec2_row2_col {margin-bottom: 20px;}

.s4-rght{width: 41%;}
.s4-prod {top: 325px;}

.testi-col{padding: 30px 20px;}
.t-comma { margin: 0 0 20px;}
.t-hdng{font-size: 36px; line-height: 42px;}
.t-name{margin-top: 20px;}
.t-para{margin-top: 25px;}



}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

ul.mainMenu {margin-left: 30px;}
ul.mainMenu li{ padding:0 12px;}
a.header-btn{ font-size:14px;}


.banner {height: 760px;}
.banner_left {width: 55%;}
.banner_subhdng{font-size: 15px;line-height: 25px; letter-spacing:1px;}
.banner_heading { font-size: 50px;line-height: 55px;}
.banner_para{font-size: 17px;line-height: 26px;}
.btn_box{max-width: 340px;margin-top: 35px;}
.common_button{font-size: 26px;}


ul.bnr_right_list { right: -10px; width: 192px;}
ul.bnr_right_list:before{background-size: 100%; height: 348px; width: 18px;}
ul.bnr_right_list li{padding-left: 80px;margin-top: 20px;}
ul.bnr_right_list li:before{top: 18px;width: 25px;}
ul.bnr_right_list li img {left: 35px;width: 35px;}
ul.bnr_right_list li p{font-size: 14px;line-height: 18px;}

.banner_btm_sec{ padding:15px 0;}
.bnr-btm-list li{ width:33.33%; margin:15px 0;}
.bnr-btm-list li:nth-child(3n):after{ display:none;}

.sectionOne{ padding:50px 0;}
.common_heading { font-size: 35px;line-height: 45px;}
.sec1_left .common_text{ padding-right:0;}
.sec1_right{width: 42%;}
ul.s1_right_list li h3{ font-size:19px; letter-spacing:0.5px;}
ul.s1_right_list li{padding-bottom: 25px; margin-top: 25px;}

.carousel_images_col{width: 260px !important;}

.sectionTwo{ padding:50px 0;}
.sec2_row1{ max-width:600px;}
.sec2_row1_left{ width:100%;padding: 30px 40px 40px;}
.sec2_row1_right{width:100%;}
.s2-col-hdng{ font-size:35px;line-height: 40px;}
.sec2_row2{ width:100%; max-width:600px; float:none; display:inline-block; vertical-align:top;padding: 40px 40px;}
.sec2_row2_col2{ margin-bottom:0;}
.s2-col-img2 {right: 0px; width: 250px;}
.sec2_row3{width:100%; max-width:600px; float:none; display:inline-block; vertical-align:top;}

.sectionThree{ padding:50px 0;}

.sectionFour{padding:50px 0;}
.s4-prod {top: 380px;width: 120px; display:none;}
ul.s4-list{ width:100%;}
.s4-rght {width: 45%;}

.sectionFive{padding:50px 0;}
.chart-feature{padding: 40px 20px 5px 20px;}
.chart-col-1 ul li{padding: 5px 15px 5px 20px;}
.chart-prod-top p{ font-size:15px;}

.sectionSix{padding:50px 0;}
.testi-block{ margin-top:15px; padding:0 100px;}
.testi-col{ width:100%; margin-top:20px;padding: 30px 25px;}

.ftr-txt2{ padding:0;}

}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block!important;}
.hide-mob{ display:none;}

ul.mainMenu{ display:none;}
.fixed-nav .header a.header-btn{ display:none;}

.top-fix-bar{ margin-bottom:55px;}
.header{ height:55px; margin-top:-55px; top:55px; background:#fff; border-bottom:1px solid #ddd;}
.mob-mnu-ic{ right:15px; top:16px; left:auto;}
.mobilemenu{ top:55px;}
.mobimenu-top{ top:55px;}

.logo {width: 100px;margin-top: 3px;}

.banner{ height:auto; background:#fff;}
.banner_left{ width:100%; padding:20px 0 5px;}
ul.bnr_right_list{ display:none;}
.banner_subhdng {font-size: 12px; line-height: 18px;}
.banner_subhdng:before {width: 20px;border-bottom: 2px solid #585f70; margin: -3px 5px 0 0;}
.banner_heading {font-size: 38px;line-height: 42px;margin-top: 10px;}
.banner_para{ margin-top:15px;}
.bnr-mob{ display:inline-block; vertical-align:top; width:calc(100% + 30px); margin-left:-15px; margin-top:15px;}

.banner_para{font-size:14px; line-height:22px;}

.banner_btm_sec { padding: 10px 0;}
.bnr-btm-list li img{ width:42px; margin:0 auto 7px;}
.bnr-btm-list li p{font-size: 16px;line-height: 20px; letter-spacing: 0.5px;}
.bnr-btm-list li:after{top: 20px; bottom: 10px;}

.sectionOne{ padding:30px 0 20px;}
.sec1_left{ width:100%;}
.common_heading {font-size: 28px;line-height: 35px;padding-bottom: 40px;}
.common_text{ font-size: 15px; line-height: 23px; margin-top: 15px;}
.sec1_right{ width:100%; margin-top:30px;}
.s1-rght-prod{ width:230px;}
ul.s1_right_list li {padding-bottom: 20px;margin-top: 20px;padding-left: 60px;}
ul.s1_right_list li img{ width:42px;}
ul.s1_right_list li p{font-size: 16px; line-height: 25px;}

.carousel_images_col {width: 200px !important;padding: 0 10px;}
.strip{ margin-top:30px;}
.strip span{font-size:15px;}

.sectionTwo{ padding:30px 0;}
.sec2_row1{ margin:20px auto 0;}
.sec2_row1_left {padding: 25px 20px 30px;}
.s2-col-hdng {font-size: 24px;line-height: 28px;letter-spacing: 0.5px;}
.s2-con-ic1 {right: 20px;top: 20px; width:40px;}
.s2-col-text1{font-size: 16px;line-height: 25px;}
.sec2_row1_left .s2-col-text1 {margin-top: 20px;}
.sec2_row2{ padding:25px 20px;margin-top: 25px;}
.s2-con-ic2{ width:40px;margin-bottom: 10px;}
.sec2_row2_col {margin-bottom: 20px;width: 70%;}
.sec2_row2_col2{ width:100%;}
.s2-col-img2 {right: -15px;width: 150px;top: 36px;}
.sec2_row3{margin-top: 25px;}
.sec2_row3_col1{ padding:25px 20px;height: 320px;}
.s2-text-width2 { width: 80%;}
.s2-col-img3 {width: 370px;right: -45px;bottom: -78px;}
.sec2_row3_col2{ margin-top:25px;padding:25px 20px;height: 280px;}
.s2-text-width3 {width: 70%;}

.sectionThree{ padding:30px 0;}
.s3_step_row{ margin:0;}
.s3_step_col{ width:100%;padding: 0 12px;}
.s3_step_col:after{ display:none;}
.step-imges {margin: 10px auto;}
.s3_step_text2 {font-size: 20px;letter-spacing: 0.5px;}
.s3_step_text3 {font-size: 16px;line-height: 25px;letter-spacing: 0.5px;margin-top: 10px;}


.sectionFour{ padding:30px 0;}
.s4-left{ width:100%;}
.s4-rght{ width:100%; margin-top:20px;}
ul.s4-rght-list{margin-top:0;}
ul.s4-list li {margin-top: 30px;}
ul.s4-list li h3{ font-size:22px; letter-spacing:0.5px;}
ul.s4-rght-list li{ padding:0;}
.s4-rght-img-m{display:block; margin:25px auto 0; max-width:100%;}


.sectionFive{ padding:30px 0;}
.comp-chart{margin-top: 100px;}
.chart-col-1 { width: 42%;}
.chart-feature {padding: 48px 15px 10px 15px;}
.chart-col-1 ul li {padding: 5px 10px 5px 15px;}
.chart-col-1 ul li p {font-size: 15px;line-height: 19px;}
.chart-col{width: 28%;}
.chart-col-2{width: 30%;}
.chart-col-4,.chart-col-5{ display:none;}

.sectionSix{ padding:30px 0;}
.testi-block{ padding:0 5px;}
.testi-col {margin-top: 15px;padding: 25px 20px;}
.t-hdng {font-size: 24px;line-height: 32px;}
.t-name{font-size: 16px;}
.t-para {margin-top: 20px;}

.sectionSeven{ padding:30px 0;}
.faq-container{padding: 0 5px 15px; margin:20px 0 0;}
.accordion{padding: 15px 45px 15px 20px;font-size: 18px;line-height: 24px;}
.acdn-content{ padding:0 15px 15px 20px;}
.acdn-para {font-size: 16px;line-height: 25px;margin-bottom: 10px;}

.footer{ padding:0 0 30px;}
.ftr-logo{ margin:25px auto 25px;}
.ftr-txt1{font-size: 13px;line-height: 17px;margin: 10px 0;}
.ftr-txt2{font-size: 13px; line-height: 22px;}


#call-btn {
    float: left;
    width: 100%;
    padding: 7px 10px;
    background: #3c5295;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index:25;
    transition: bottom 1s;
    display: table;
	}
.common_button{font-size: 26px;line-height: 56px;height: 56px;}
.btn-text1{color:#fff; font-size:11px; line-height:11px;}

}

@media only screen and (max-width:360px){
	
}


/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}