@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Archivo';
	font-weight: normal;
	}
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;}
img {border: none; max-width: 100%; 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;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/
@font-face {
	font-family: 'Archivo';
	src: url('Archivo-Regular.woff2') format('woff2'),
	url('Archivo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Archivo';
	src: url('Archivo-Italic.woff2') format('woff2'),
	url('Archivo-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
	}

@font-face {
    font-family: 'Archivo';
	src: url('Archivo-Medium.woff2') format('woff2'),
	url('Archivo-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Archivo';
	src: url('Archivo-Bold.woff2') format('woff2'),
	url('Archivo-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Archivo';
	src: url('Archivo-ExtraBold.woff2') format('woff2'),
	url('Archivo-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*=======Section-1======*/
.section1{
	float:left;
	width:100%;
	background:url(../images/s1-bg.jpg)no-repeat center top #f5faff;
	padding:35px 0 55px;
	}
.heading{		
	color:#000000;
	font-size:46px;
	line-height:56px;
	font-weight:800;
	letter-spacing:0.3px;
	}
.section__video-1{
	display:inline-block;
	vertical-align:top;
	max-width:805px;
	width:100%;
	border:2px solid #ffffff;
	margin-top:30px;
	cursor:pointer;
	}
.section__video_inner{
	float:left;
	width:100%;
	position:relative;
	}
.section__video-1__image{
	display:inline-block;
	vertical-align:top;
	}
.section__video-1__play{
	position:absolute;
	left:50%;
	top:50%;
	margin:-134px 0 0 -134px;
	}
.section__video-1__play img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	}
.pulsing {transform: scale(1);animation: 1.5s ease 0s infinite normal none running pulsing; border-radius:50%;}
@keyframes pulsing { 
0% { transform: scale(1); box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 0px 0px; }
30% { transform: scale(1); box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 0px 0px; }
70% { transform: scale(1.20); box-shadow: transparent 0px 0px 0px 50px; }
100% { transform: scale(1); box-shadow: transparent 0px 0px 0px 0px; }
}

.button{
	display:inline-block;
	vertical-align:middle;
	max-width:395px;
	width:100%;
    color:#ffffff;
    font-size:34px;
	line-height:34px;
    font-weight:800;
    text-align:center;
	border-radius:8px;
	background:#0bbc35;
	text-transform:uppercase;
	-webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 1px rgba(0,0,0,0.2);
	padding:21px 0 15px;
	margin-top:36px;
	margin-left: auto;
	margin-right: auto;
	}
.button_arrow{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 2px 0 8px;
	width:25px;
	}

.important_text{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#000000;
    font-size:19px;
	line-height:19px; 
	margin-top:20px;
	}
.important_text span{
	color:#ff0000;
	font-weight:800;
	}
.btn-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}
.speaker_icon{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 8px 0 -10px;
	width:14px;
	}
.dr_content_box{
	display:-webkit-flex;
    display:flex;
    justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
	max-width:665px;
	width:100%;
	margin:55px auto 0;
	}
.dr_content_left{
	display:-webkit-flex;
    display:flex;
    justify-content:center;
	flex-wrap:wrap;
	width:35%;
	}
.dr_image{
	display:block;
	width:74px;
	border-radius:50%;
	margin:0 auto 0;
	}
.dr_name{
	color:#000000;
    font-size:18px;
	line-height:26px;
    font-weight:800;
	letter-spacing:-0.4px;
	margin-top:12px;	
	}
.dr_post{
	color:#151515;
    font-size:17px;
	line-height:17px;
	letter-spacing:0.3px;
	font-weight:500;
	background:#ffe7a6;
	padding:6px 10px 5px;
    margin-top:6px;	
	}
.dr_sign{
	display:block;
	margin:8px auto 0;
	width:170px;
	}
.dr_content_right{
	display:-webkit-flex;
    display:flex;
    justify-content:center;
	flex-wrap:wrap;
	width:62%;
	text-align:left;
	border-left:1px solid #d5e0e9;
	padding:16px 0 16px 35px;
	}
.dr_view{
	color:#000000;
    font-size:18px;
	line-height:28px;
	letter-spacing:0.3px;
	}

/*========Section-2========*/
.section2{
	float:left;
	width:100%;
	border-bottom:1px solid #dcdcdc;
	padding:30px 0;
	}	
.seen_on{
	float:left;
	width:100%;
	}
.seen_on_heading{
	color:#404040;
    font-size:15px;
	line-height:21px;
    font-weight:500;
	}
ul.seen_on_list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	column-gap:10px;
	justify-content:space-between;
	max-width:775px;
	width:100%;
	margin:10px auto 0;
	}
ul.seen_on_list li{
	margin-top:10px;
	}
.seen_on_logo{
	display:inline-block;
	vertical-align:middle;
	height:35px;
	}
	
/*========Section-3========*/
.section3{
	float:left;
	width:100%;
	padding:50px 0;
	}		
.reference_list_box{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:1030px;
	width:100%;
	margin:0 auto;
	}
.reference_list_heading{
	float:left;
	width:100%;
	color:#202020;
    font-size:18px;
	line-height:26px;
	}
ul.reference_list{
	float:left;
	width:48%;
	text-align:left;
	margin-top:20px;
	}
ul.reference_list li{
	float:left;
	width:100%;
	color:#4d4d4d;
    font-size:13px;
	line-height:20px;
	letter-spacing:-0.1px;
	font-style:italic;
	padding-left:26px;
	margin-top:20px;
	position:relative;
	}
ul.reference_list li span{
	position:absolute;
	top:1px;
	left:0;	
	color:#202020;
	}

/*========footer==========*/
.footer{
	float:left;
	width:100%;
	border-top:1px solid #d4d4d4;
	padding:55px 0 45px;
	}
.footer_note_text{
	color:#202020;
	font-size:14px;
	line-height:24px;
	padding:0 110px;
	margin-bottom:30px;
	}	
.footer_text{
	color:#202020;
	font-size:14px;
	line-height:24px;
	letter-spacing:0.5px;
	}
.footer_text.margin_top{margin-top:10px;}
.footer_text a{padding:0 5px;}	
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

}

@media only screen and (max-width:1024px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

.section1{padding:35px 0 40px;}
.heading{font-size:34px; line-height:44px;}
.section__video-1{margin-top:25px;}
.section__video-1__play{margin:-100px 0 0 -100px; width:210px;}
.important_text{font-size:18px; line-height:18px;}
.button{max-width:345px; font-size:28px; margin-left:auto; margin-top:35px;}
.button_arrow{margin:-2px 2px 0 10px; width:20px;}
.dr_content_box{margin:40px auto 0;}
.dr_view{line-height:26px;}

.section3{padding:40px 0;}
ul.reference_list{margin-top:15px;}

.footer{padding:35px 0;}
.footer_note_text{padding:0 35px; margin-bottom:25px;}

}

@media only screen and (max-width:767px){
/* div.Tech__wrapper{ margin-top:-60px; } */
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}
.video-container { padding: 0 15px; }
.section1{padding:20px 0 30px; position:relative;}
.heading{font-size:27px; line-height:35px;}
.normal_text{font-weight:normal;}
.section__video-1{box-shadow:none; border:none; width:calc(100% + 30px); margin-left:-15px; margin-top:15px;}
.section__video-1__play{width:185px; margin:-92.95px 0 0 -92.95px;}
.important_text{font-size:17px; line-height:25px;}
.button{max-width:100%; line-height:36px; margin-top:5px; padding:17px 0 13px;}
.dr_content_left{max-width:345px; width:100%; text-align:left; justify-content:left; padding-left:110px; position:relative;}
.dr_image{width:90px; position:absolute; top:50%; transform:translateY(-50%); left:0;}
.dr_name{margin-top:0;}
.dr_post{font-size:16px; line-height:16px;}
.dr_sign{margin:8px 0 0; width:150px;}
.dr_content_right{width:100%; border-left:none; padding:0 0; margin-top:25px;}
.dr_view{font-size:17px; line-height:25px;}

.section2{padding:25px 0;}
ul.seen_on_list{justify-content:center; column-gap:normal; margin-top:5px;}
ul.seen_on_list li{width:33.33%; margin-top:15px;}
.seen_on_logo{width:auto; height:30px;}

.section3{padding:30px 0;}
ul.reference_list{width:100%; margin-top:0;}
ul.reference_list li{font-size:13px; line-height:19px; margin-top:20px;}
ul.reference_list li span{top:0;}

.footer{padding:30px 0 25px;}
.footer_text{font-size:14px; line-height:28px;}
.footer_text.margin_top{margin-top:8px;}
.footer_note_text{padding:0 5px; margin-bottom:20px;}

}