@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Work+Sans:400,600');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
body {
	font-family: 'Montserrat', sans-serif;
	/*background-color: #f8f8f8;*/
}

img {
	max-width: 100%;
}

h2 {
	font-size: 28px;
	font-weight: bold;
}


.navigation {
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 10px 0 #D6D6D6;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0px;
	z-index: 2;
	position: relative;
	border: 0;
	margin-bottom: 50px;
}
.navigation  .fixed-top{box-shadow: 0 2px 10px 0 #D6D6D6;}

.navbar-brand img {
	max-width: 130px;
}

.navigation .navbar-light {
	background: #fff;
}

.navigation .dropdown-menu {
	margin-top: 15px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2)!important;
	padding: 0px;
	border: 0;
	border-top: 2px solid #042bdb;
}

.navigation .dropdown-menu li {
	padding: 9px 15px;
}

.navigation ul li {
	padding: 0px 15px;
}

.navigation ul li a {
	color: #000 !important;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
}

.navigation ul li a p {
	color: #5b717b!important;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.banner {
	width: 100%;
	background: #f8f8f8;
	padding: 30px 0px;
}

.banner h1 {
	color: #1b1b1b;
	font-size: 47px;
	font-weight: 300;
	line-height: 1.2;
}

.banner h2 {
	color: #1b1b1b;
	font-size: 47px;
	font-weight: 300;
	padding: 0px 0px;
	line-height: 1.2;
}
.banner h3 {
	color: #1b1b1b;
	font-size: 13px;
	font-weight: 100;
	padding: 2px 0px;
	line-height: 35px;
}

.banner p {
	color: #85959d;
	font-size: 15px;
}

.inline_btn {
	color: #85959d;
	text-decoration: underline;
}

.inline_btn {
	color: #042bdb;
	text-decoration: underline;
}

.product-research {
	background: url(../images/bg-left-shape-gradient.png) left no-repeat, url(../images/bg-right-shape-gradient.png) right no-repeat;
	background-size: contain, contain;
	padding: 45px 0px 45px 0px;
	width: 100%;
}

.testimonials {
	padding: 30px 0px;
	text-align: center;
}

.testimonials p {
	font-size: 15px;
	color: #85959d;
	line-height: 24px;
}

.testimonials img {
	height: 25px;
}

.navbar-nav .orange_btn {
	background-color: #f57706;
	border-radius: 5px;
	font-weight: 700;
	color: #fff !important;
	display: inline-block;
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.search_btn {
	position: absolute;
	right: 8px;
	color: #70838c;
	margin-top: 5px;
	cursor: pointer;
}

.search_box {
	outline: none;
	border: 1px solid transparent;
	font-size: 12px;
	text-indent: 5px;
	height: 35px;
	width: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.showa {
	transition: all .2s;
	width: 100%;
	border: 1px solid #dde2e4;
}

.search {
	position: relative;
}

.blue_btn {
	background-color: #042bdb;
	border-radius: 5px;
	padding: 15px 50px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
}

.blue_btn:hover {
	background-color: #042bdb;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
}

.fancy_text {
	color: rgba(0, 0, 0, 1);
	font-size: 15px;
	padding: 10px 0px;
}

.sectiongap {
	width: 100%;
	padding: 50px 0px;
}

.btn_link,
.btn_link:hover {
	position: relative;
	text-decoration: none;
	display: inline-block;
	color: #000;
	font-weight: 600;
	padding: 1px 1px 4px 0;
	transition: color ease 0.3s;
	letter-spacing: normal;
	text-decoration: none;
}

.btn_link::after {
	width: 100%;
	left: 0;
	bottom: 0;
	transition: all ease 0.6s;
}

.btn_link::before,
.btn_link::after {
	content: '';
	position: absolute;
	background: #042bdc;
	height: 4px !important;
	height: 5%;
}

.btn_link:hover::before {
	width: 100%;
}

.btn_link::before {
	width: 0%;
	left: 0;
	bottom: 0;
	transition: width ease 0.4s;
}

.btn_link:hover::after {
	left: 100%;
	width: 0%;
	transition: all ease 0.2s;
}

.tabsare li {
	display: inline-block;
}

.tabslidersection {
	background: url(../images/bg-top-oval-gradient.png) top no-repeat;
	padding: 50px 0px;
	display: block;
	background-size: cover;
}

.tab_image {
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
}

.tabsare {
	border-bottom: 0px;
	padding: 50px 0px;
}

.tabsare {
	text-align: center;
	display: block;
	float: none !important;
	width: 100%;
}

.tabsare li a {
	border: solid 1px #dde2e4 !important;
	width: 200px;
	color: #85959d;
}

.tabsare li a.active {
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1) !important;
	font-weight: bold;
}

.empty_space50 {
	height: 50px;
	display: block;
}

.info_box {
	padding: 15px 0px;
	text-align: center;
	display: block;
}

.info_box h3 {
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0px;
}

.info_box p {
	font-size: 14px;
	font-weight: 500;
}

.info_box img {
	height: 90px;
}

.post {
	padding: 15px 0px;
	display: block;
}

.post .image_holder {
	width: 100%;
	padding-bottom: 15px;
	display: block;
}

.post .content_holder h4 {
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0px;
}

.post .content_holder p {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.readmore,
.readmore:hover {
	font-weight: bold;
	color: #042bdb;
	text-decoration: none;
}

.readmore span {
	font-weight: bold;
}

.footer {
	width: 100%;
	float: left;
	margin-top: 50px;
	background: #f2f4f5;
	padding: 30px 0px;
}

.footer-logo {
	height: 64px;
}

.footer_widget {
	display: block;
	padding: 15px 0px;
}

.footer_widget h4 {
	font-size: 16px;
	font-weight: bold;
}

.footer_widget ul {
	display: block;
	padding: 10px 0px;
	margin: 0;
}

.footer_widget ul li {
	display: block;
	padding: 2px 0px;
	margin: 0;
}

.footer_widget ul li a {
	color: #000;
	font-size: 14px;
	display: inline-block;
}

.footer_widget a,
.footer_widget a:hover {
	color: #000;
	text-decoration: none;
}

.partners {
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
}

.partners li {
	display: inline-block;
	padding: 0px 3px;
}

.partners li a {
	display: block;
}

.partners li a img {
	height: 15px;
}

.social_media {
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
}

.social_media li {
	display: inline-block;
	padding: 0px 15px;
}

.social_media li a,
.social_media li a:hover {
	display: block;
	color: #000;
	font-size: 20px;
}

.border_area {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding: 15px 0px;
	display: block;
	margin-top: -1px;
}

.footer_links {
	display: block;
	padding: 0px;
	margin: 0;
}

.footer_links li {
	display: inline-block;
	padding-right: 15px;
}

.footer_links li a,
.footer_links li a:hover {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

.copyright {
	text-align: right;
	color: #000;
	font-size: 12px;
}

.privacy {
	display: block;
	padding: 15px 0px;
}

.loginpanel {
	padding: 100px 0px;
	background: #F5F7F8;
}
.loginpanel-new{
	background: #F5F7F8;
	padding-top: 30px;
}

.loginvox {
	padding-top: 50px;
	font-family: 'Work Sans', sans-serif;
}

.loginvox h1 {
	color: #ff9c00;
	font-size: 30px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 15px;
}

.loginvox input[type="text"],
.loginvox input[type="password"] {
	border-radius: 2px;
	border: solid 1px #cfd8dc;
	font-family: 'Work Sans', sans-serif;
	background-color: #ffffff;
	width: 100%;
	height: 35px;
	text-indent: 10px;
	outline: none;
	height: 40px;
	font-size: 14px;
}

.link_log {
	font-weight: 600;
	color: #838fa1;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
}

.link_log:hover {
	color: #ffb24c;
	text-decoration: none;
	transition: all .25s ease;
}

.loginvox input[type="submit"] {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	padding: 8px 15px;
	border-radius: 3px;
	border: 1px solid #f57706;
	cursor: pointer;
	background: #f57706;
}

.loginvox input[type="submit"]:hover {
	background: #ffb24c;
}

.fancy_heading h1 {
	font-weight: 700;
	font-size: 48px;
}

.fancy_heading p {
	font-weight: 500;
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
}

.pricing_hover_box {
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	overflow: hidden;
	border-top: 10px solid #b0bbbf;
	display: inline-block;
	float: none;
	vertical-align: top;
	padding: 35px;
	width: 100%;
	margin-top: 20px;
}
.pricing_hover_box_selected {
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	overflow: hidden;
	border-top: 10px solid #f57706;
	display: inline-block;
	float: none;
	vertical-align: top;
	padding: 35px;
	width: 100%;
	margin-top: 20px;
}

.pricing_hover_box:hover {
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2) !important;
	transition: box-shadow 0.3s ease-in-out;
}
.pricing_box{
	vertical-align: top;
	line-height: normal;
	text-align: center;
	position: relative;
	padding: 15px 0px !important;

}
.pricing01{
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin-top: 13px;
	vertical-align: top;
}
.pricing02{
	font-size: 62px;
	color: #000;
	font-weight: 500;
	
	
}
.pricing03{
	font-size: 15px;
	color: #999;
}

.check_list{
	display: block;
	margin: 0;
	padding: 30px 0px !important;
}
.check_list li{
	display: block;
	padding:3px 0px;
	position: relative;
	font-weight: 600 !important;
	font-size: 13px !important;
	padding-left: 30px !important;

}

.tags{
	border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 5px 30px !important;
    display: inline-block;
    font-family: 'Work Sans',sans-serif;
    font-size: 14px;
    padding: 3px ;
    color: #afafaf;
}
.check_list li:before{
	content: "\f00c";
	position: absolute;
	font-family: FontAwesome;
	left: 5px;

}
.btn_grey{
	height: 50px;
    font-family: Montserrat;
    font-size: 18px;
    display: inline-block;
    padding: 0px 30px;
    font-weight: bold ;
    background: #5b717b ;
    color: #ffffff !important ;
    border: solid 0px #5b717b;
    border-radius: 5px;
    line-height: 50px ;
    margin-top: 30px;
}
.btn_touq{
	height: 50px;
    font-family: Montserrat;
    font-size: 18px;
    display: inline-block;
    padding: 0px 30px;
    font-weight: bold ;
    color: #ffffff !important ;
    border-radius: 5px;
    line-height: 50px ;
    margin-top: 30px;
	background-color: #0fb682
}
.btn_outline {
	border-radius: 3px;
	padding: 10px 0px;
	display: block;
	text-align: center;
	border: solid 1px #042bdc;
	color: #042bdb;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	margin-top: 15px;
}

.pricing_hover_box:hover .btn_outline {
	text-decoration: none;
	color: #fff;
	background: #042bdb;
	transition: all 0.3s ease-in-out;
}

.pricing_hover_box h3 {
	font-size: 18px;
}

.pricing_hover_box h2 {
	font-weight: 500;
	font-size: 32px;
}

.pricing_hover_box p {
	padding: 2px 0px;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}

.pricing_hover_box ul {
	display: block;
	margin: 0;
	padding: 0px;
	padding-bottom: 15px;
}
.securitySection h2{
	margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.securitySection {
    margin-bottom: 0px;
    color: #fcfcfc;
    background-color: #ffa200;
    background-image: none;
	padding: 2em 0em;
}
.securitySection .heading {
    font-size: 1.414rem;
    color: #fcfcfc;
}
.sectionImage {
    max-height: 8em;
}
.heading {
    font-size: 1.999rem;
    font-weight: 300;
    color: rgb(51, 51, 51);
}
.copy {
    margin-top: 0.5em;
    line-height: 1.5;
}
.u-heightHalfEm {
    height: 0.5em !important;
}
.u-margin1Em {
    margin: 1em;
}
.u-textAlignCenter {
    text-align: center !important;
}
.pricing_hover_box ul li {
	display: block;
	margin: 0;
	padding: 2px 0px;
	font-size: 14px;
	font-weight: 500;
}
.pricing_hover_box h4{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.pricing_hover_box_selected h4{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.small_text {
	padding-top: 50px;
}

.small_text p {
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
}

.small_text h4 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;
}

a,
a:hover {
	color: #f57706;
	text-decoration: none;
}
.faqas{
	display: block;
	padding: 20px 0px;
}
.faqas h3{
	font-size:20px;
	font-weight: 700;
	padding-bottom:10px;
}
.faqas p{
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
}
.contenta{
	float: left;
	box-sizing: border-box;
	width: 90%;
}
.contenta a{
	color: hsl(229, 81%, 60%);
}
.iconbox{
width:10%;
float: left;
box-sizing: border-box;
text-align: center;
}
.iconbox .icon{
	color: hsl(229, 81%, 60%);
    background-color: hsl(229, 84%, 88%);
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.shadow_box{
	padding: 35px 40px 35px 0px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    display: flex;
    margin: 15px 0px;
}
.shadow_box .box-content{
	flex: 1 0 0%;
}
.shadow_box .box-content h4 a{
	font-size: 20px;
	font-weight: 700;
	color: hsl(229, 96%, 44%);
}
.shadow_box .box-content p{
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
}
.shadow_box .box-graphic{
	display: inline-block;
   
    margin-right: 10px;
}
.shadow_box .box-graphic img{ height: 100px; } 

.signup_holder{
	background: #fff;
	width: 100%;
	float: left;
	border: 1px solid #cfd8dc;
	padding: 0px 15px;

}
.signup_holder form{ padding:0px 15px ; }
.signup_holder .col-md-6{ border-right: 1px solid #cfd8dc; }
.signup_holder .col-md-6:last-child{ border: 0; }
.signup_holder input[type="text"],.signup_holder input[type="email"],.signup_holder input[type="password"],
.signup_holder input[type="number"],.signup_holder select{ width: 100%; border-radius: 2px;
    border: solid 1px #cfd8dc; height: 40px; font-size: 12px; text-indent: 10px;}

   .signup_holder input[type="submit"]{ width: 100%; height: 50px; margin: 15px 0px; border-radius: 2px;
   background-color: #f57706;font-weight: 700; color: #fff !important; border: 0; cursor: pointer;} 

.half_grid{ width: 50%; padding:5px 10px; box-sizing: border-box; float: left; }
.full{ width: 100%; padding:5px 10px; box-sizing: border-box; float: left; }
.one_fourth_grid{ width: 25%; padding:5px 10px; box-sizing: border-box; float: left; }
.signup_holder label{ font-size: 14px; font-weight: 600; }
.fancy_content_holder{ padding:15px; margin-top: 15px; }
.fancy_content_holder h2{ font-size: 30px; font-weight: 400; }
.fancy_content_holder p{font-size: 15px; font-weight: 400; }
.small_content_holder p{ padding-bottom: 15px; }
.small_content_holder p{ font-size: 12px; color: #90a4ae; }
.small_content_holder p a{color: #90a4ae;}
.fancy_content_holder h4{ font-size: 15px; font-weight: 700; }
.fancy_content_holder h4 span{ color: #f57706; }
.fancy_content_holder ul{  padding-top: 20px; }
.fancy_content_holder ul li{ font-size: 12px; padding: 3px 0px; }
@media(max-width: 768px) {
	.partners,
	.copyright {
		text-align: left;
		padding-top: 20px;
	}
}