/************************************************** Fonts **************************************************/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
/************************************************** BasicStyle **************************************************/
body{ width: 100%; color:#444444;background-color: #ffffff; overflow-x:hidden;margin:0px; font-size:16px; line-height:24px; font-family: 'Open Sans', sans-serif; font-weight:400;}
h2,h3{font-size:38px;line-height: 54px;}
h1,h2,h3,h4,h5,h6{font-family: 'Open Sans', sans-serif; color:#373737;font-weight:bold;}
h2 span{font-size: inherit; font-family: inherit; color:inherit; font-weight:inherit;}
ul,li,ol{list-style:none;padding: 0px;}
*, p, span, a, button, input, optgroup, select, textarea, input{color:#444444; outline:none; box-sizing: border-box; font-size:16px; line-height:24px; font-family: 'Open Sans', sans-serif; font-weight:400;}
a:focus, button:focus, input:focus, textarea:focus{outline:none;}
img{max-width:100%;}
header,footer,content,section{display:block;width:100%;float:left;clear:both; }
.container { padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto; }
@media (min-width: 768px) { .container {width: 750px;} }
@media (min-width: 992px) { .container {width: 970px;} }
@media (min-width: 1226px) { .container {width: 1226px} }
.row{display: flex; justify-content: center;align-items: center; width:100%;float:left;}
.row-reverse{flex-direction: row-reverse;}
.col-6{display:block;width:50%;float:left;padding:0px 15px;}
.col-3{display:block;width:25%;float:left;padding:0px 15px;}
.w-100{width:100%;}
.clearfix{clear:both;}
.pos-relative{position:relative;}
.text-center{text-align:center;}
.white_bg{background-color:#ffffff;}
.blue_bg{background-color:#1DA9E5;}
.divider{height:80px;}
/********************************************* Header *******************************************/
.banner_section{
    display: block;
    width: 100%;
    float: left;
	background-color: #1DA9E5;
}
.banner_section_content{
	margin: 1em 0px;
}
.banner_section_details h2{
	font-size: 90px;
    line-height: 120px;
    margin: 20px 0px;
	color: #ffffff;
}
.banner_section_details h3{
	font-size: 27px;
    line-height: 36px;
    margin: 20px 0px;
	color: #ffffff;
}
.banner_section_details p{
	font-size: 16px;
    margin: 0px 0px 2em;
    display: block;
    font-weight: 300;
	color: #ffffff;
}
.banner_section_btngrp{
	overflow: hidden;
}
.banner_section_btngrp a{
	display: block;
    margin: 7px 0px;
    float: left;
    background-color: #FDCE12;
    color: #373737;
	text-transform:uppercase;
    border-radius: 7px;
    padding: 10px 24px;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 17%);
}
.banner_section_image{
	padding:2em 0px;
}

/********************************************* content *******************************************/
/** Common Section **/
.common_section{
	padding:4em 0px;
	display:block;
	float:left;
	width:100%;
	position:relative;
}
.common_section_title h2{
	margin-top: 0px;
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 88px;
	color:#FDA212;
}
.common_section_title.white_title h2{
	color:#ffffff;
	font-size:48px;
	line-height:64px;
}
.common_section_title h3{
	font-size:32px;
	line-height:43px;
	color:#373737;
	margin: 0px;
}
.common_section p{
	color: #656565;
	font-size:16px;
    margin: 0px 0px 10px;
}
.benefits_lists{
	margin:2em 0px 0px;
}
.benefits_list{
	display: flex;
	padding:20px;
    align-items: center;
	-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
	border-radius:17px;
}
.benefits_list:hover{
	background-color:rgba(0,0,0,0.4);
}
.benefits_list .benefits_img{
	min-width: 90px;
    text-align: center;
}
.benefits_list .benefits_img img{
    margin-right: 15px;
}
.benefits_list .benefits_cntnt{
	
}
.benefits_list .benefits_cntnt h4{
	color: #FFFFFF;
    font-size: 24px;
    line-height: 33px;
    margin: 0px 0px 10px;
	-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.benefits_list:hover .benefits_cntnt h4{
	color:#FDA212;
}
.benefits_list .benefits_cntnt p{
	font-size: 16px;
	line-height:22px;
	color:#FFFFFF;
	-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
/* .benefits_list:hover .benefits_cntnt p{
	
} */

/********************************************* Footer *********************************************/
.footer_section{
	overflow: hidden;
	background-color:#AAE5FF;
}
.main_footer{
	overflow: hidden;
    padding: 5px 0px;
}
.footer_subtitle{
	font-size: 28px;
    line-height: 44px;
    margin: 0px 0px;
	float: left;
}
.socialmedia_links{
	margin:0px 0px 0px 20px;
}
.footer_medialinks{
	float: left;
}
.footer_applinks{
	float:right;
}
.applinks li {
    display: inline-block;
    margin: 3px;
}
.applinks li a {
    display: block;
    width: 100%;
    overflow: hidden;
}
.applinks li a img{
	float:left;
}
.socialmedia_links li {
    display: inline-block;
    margin: 3px;
}
.socialmedia_links li a {
    display: block;
	width:36px;
	height:36px;
	line-height: 42px;
	text-align:center;
	background-color: #ffffff;
    border-radius: 7px;
    overflow: hidden;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}


/********************************************* Media Query *******************************************/
/**************************************** Media Quarry  For 1200 ***************************************/
@media only screen and (max-width: 1200px) {

}
/**************************************** Media Quarry  For 992 ***************************************/
@media only screen and (max-width: 992px) {
	.row {
		display: block;
	}
	.col-6{
		width:100%;
		padding: 0px;
	}
	.col-3{
		width:50%;
	}
	.common_section {
		padding: 2em 0px;
	}
	.common_section_title h2 {
		margin: 0px 0px 20px;
		text-align:center;
	}
	.common_section_title h3{
		text-align:center;
	}
	.common_section p {
		text-align:center;
		margin: 0px 0px 20px;
	}
	.banner_section {
		background-size: cover;
		background-position: top left;
	}
	.banner_section_logo{
		padding: 2em 0em;
		text-align: center;
	}
	.banner_section_content {
		width: 100%;
		text-align: center;
	}
	.banner_section_btngrp{
		text-align:center;
	}
	.banner_section_btngrp a{
		display:inline-block;
		float: none;
	}
	.whyfsquad_area p{
		text-align:center;
		min-height: auto;
	}
	.socialmedia_links {
		margin: 12px 0px 10px;
	}
	.footer_subtitle, .footer_medialinks{
		float:none;
	}
}
/**************************************** Media Quarry  For 767 ***************************************/
@media only screen and (max-width: 767px) {
	.container { 
		padding-right: 25px;
		padding-left: 25px;
	}
	.col-3{
		width:100%;
		padding: 0px;
	}
	.banner_section_logo{
		padding: 2em 0em 0px;
	}
	.banner_section_details h2 {
		font-size: 42px;
		line-height: 64px;
		margin: 0px 20px 20px;
	}
	.common_section_title h3 {
		font-size: 26px;
	}
	.common_section_title.white_title h2 {
		font-size: 38px;
		line-height: 50px;
	}
	.banner_section_image {
		padding: 1em 0px;
		max-width: 400px;
		margin: auto;
		display: block;
		width: 100%;
	}
	.common_section_title h2{
		font-size: 36px;
		line-height: 46px;
	}
	.benefits_list {
		display: block;
		text-align: center;
	}
}
/**************************************** Media Quarry  For 480 ***************************************/
@media only screen and (max-width: 480px) {
	
}