body{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 767px) {
    .features-single{
        padding: 0px 0;
    }
}

body.on-side{
	margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #1151d3;
	z-index: 9999;
}

.container{
	max-width: 1160px;
}

.loader{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #Fff;
	top: calc(50% - 15px);
	animation: loader 2s infinite ease;
}

.loader-inner{
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 2s infinite ease-in;
}

.btn-custom{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	text-align: center;
	color: #ff2938;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 26px;
	transition: all 0.3s;
}

.btn-custom:hover{
	background: none;
	color: #fff;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/
.navbar{
	margin-bottom: 0;
}

.navbar-brand{
	height: auto;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.navbar-brand img{
	transition: all 0.3s;
}

nav.navbar.main-menu{
	background: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(255,255,255,0);
	z-index: 101;
	padding: 20px 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}

.navbar-nav li{
	padding: 30px 0;
	margin:0 2px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.nav li{
    position: relative;
}

.navbar-nav>li>a{
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 8px 10px 4px; 
	position: relative;
	border: 1px solid transparent;
}

.attr-nav > ul{
	list-style: none;
	cursor: pointer;
	margin: 2px 0 0;
}

.attr-nav > ul > li > a{
	transition: all 0.3s ease-in-out;
}

.nav ul li a{
	border: none !important;
}

.nav .active a{
	background: none !important;
	color: #ffc600 !important;
	transition: all 0.3s;
}

.nav ul li a{
	display: block;
	color: #fff;
	padding: 12px 20px;
}

.nav .active ul li a{
	border: none !important;
}

.nav ul ul{
	left: 100%;
	top: 0;
	margin-top: -1px;
}

.nav ul li{
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

.nav ul li:last-child{
	border-bottom: none;
}

nav.navbar.main-menu.sticky-header{
	padding: 10px 0;
	background: #1151d3;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.navbar-default .navbar-nav>li>a:focus{
	color: #fff;
}

.sticky-header .navbar-nav>li>a{
	color: #fff;
}

.side{
	background: #333;
	padding: 0;
}

.offcanvas-menu.offcanvas{
	width: 280px;
}

.side .close-side{
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff;
}

.side-logo{
	text-align: center;
	padding: 40px 30px;
}

.side .widget ul.link{
	list-style: none;
	padding: 0;
	margin: 0;
}

.side .widget ul.link li a{
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #9f9f9f;
	padding: 12px 20px 12px 40px;
	border-bottom: 1px dashed #3c3c3c;
	position: relative;
}

.side .widget ul.link li a:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid #9f9f9f;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 18px;
}

.side .widget ul.link li a:hover{
	color: #fff;
}

.side .widget ul.link li a:hover:before{
	border-color: #fff;
}

/************************************/
/*****   03. Slider area css    *****/
/************************************/

.banner{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: #0639a1 url(../images/banner-pattern.png) no-repeat center center;
	padding: 160px 0 0;
	margin-bottom: 240px;
}

.banner .row{
	position: relative;
	z-index: 1;
}

.header-content{
	text-align: center;
}

.header-content h3{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	color: #a9a9a9;
}

.header-content h2{
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5em;
}

.header-content h2 span{
	font-weight: 700;
}

.btn-download-group{
	text-align: center;
	margin-top: 20px;
}

.btn-download{
	position: relative;
	display: inline-block;
	color: #232322;
	background: #fff;
	padding: 8px 20px 6px 60px;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 600;
	min-width: 190px;
	margin: 10px 6px;
	text-align: left;
	transition: all 0.3s linear;
}

.btn-download i{
	font-size: 32px;
    position: absolute;
    top: 10px;
    left: 20px;
}

.btn-download span{
	font-size: 10px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.btn-download:hover{
	background: #232322;
	color: #fff;
}

.header-image{
	text-align: center;
	margin-top: 30px;
	margin-bottom: -240px;
}

/************************************/
/*****   04. About area css     *****/
/************************************/

.section-title{
	text-align: center;
	margin-bottom: 39px;
}

.section-title p{
	text-transform: uppercase;
	color: #1151d3;
	font-size: 18px;
	font-weight: 500;
	padding-top: 2px;
	text-align: left;
}

.section-title h2{
	font-size: 30px;
	color: #232322;
	font-weight: 600;
	line-height: 1.2em;
	text-align: left;
}

.about{
	padding: 100px 0 0px;
}

.about .section-title{
	text-align: right;
}

.about-content p{
	color: #9b9b9b;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

/*************************************/
/*****   05. Services area css   *****/
/*************************************/

.services{
	padding: 80px 0 50px;
}

.services-single{
	text-align: center;
	padding: 30px;
	box-shadow: 0px 0px 8px 0px #00000038;
	border-radius: 10px;
}

.services-single .icon-text{
	margin-bottom: 30px;
}

.services-single .icon-text span{
	display: inline-block;
	width: 66px;
	height: 66px;
	line-height: 66px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	border-radius: 50%;
}

.icon-blue span{
	background: #1cacfe;
}

.icon-yellow span{
	background: #f6ae2a;
}

.icon-purple span{
	background: #cf70ea;
}

.services-single h3{
	font-size: 20px;
	font-weight: 600;
	color: #232322;
	margin-bottom: 20px;
}

.services-single p{
	font-size: 14px;
	color: #9b9b9b;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.services-single .btn-detail{
	font-weight: 500;
	color: #232322;
}

.services-single .btn-detail i{
	font-size: 14px;
	margin-left: 6px;
}

.services-single .btn-detail:hover{
	color: #1151d3;
}

/*************************************/
/*****     06. Video area css    *****/
/*************************************/

.info-video{
	padding: 0px 0 80px;
	background: url(../images/video-bg.png) no-repeat left center;
}

.info-video .section-title{
	padding-top: 40px;
}

.video-play-box{
	max-width: 446px;
	margin: 0 auto;
	position: relative;
}

.video-play-box figure{
	border-radius: 50%;
	overflow: hidden;
}

.video-play-box .video-play-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
}

.video-play-box .video-play-overlay a{
	color: #fff;
	font-size: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.video-content p{
	color: #9b9b9b;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

/*************************************/
/*****   07. Features area css   *****/
/*************************************/

.features{
	background: #eff6ff;
	padding: 100px 0;
}

.features .row:last-child .features-single{
	border-bottom: none;
	padding-bottom: 0;
}

.features-single{
	padding: 20px 0;
	/* border-bottom: 1px solid #d8e8fc; */
}

.features-single .features-image{
	text-align: center;
}

.features-single .features-content h3{
	font-size: 30px;
	font-weight: 600;
	color: #232322;
	margin: 0 0 30px;
}

.features-single .features-content h3 i{
	width: 68px;
	height: 68px;
	background: #1151d3;
	color: #fff;
	font-size: 40px;
	line-height: 68px;
	border-radius: 50%;
	text-align: center;
	margin-right: 20px;
}

.features-single .features-content p{
	color: #9b9b9b;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.features-single .btn-download-group{
	text-align: left;
}

.features-single .btn-browse{
	display: inline-block;
	color: #1151d3;
	background: #fff;
	font-weight: 500;
	padding: 14px 30px;
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
}

.features-single .btn-browse:hover{
	background: #1151d3;
	color: #fff;
}

.screenshots{
	padding: 100px 0;
}

.screenshot-slider{
	padding: 80px 0;
	text-align: center;
}

.screen-shot-slide figure img{
	border: 1px solid #e2e2e2;
	box-shadow: none;
	transition: all 0.3s;
}

.screen-shot-slide .swiper-slide-text{
	display: none;
}

.screenshot-slider .swiper-slide-active figure img{
	transform: scale(1.20);
	box-shadow: -4px 5px 40px 4.56px rgba(0, 0, 0, 0.13);
}

.swiper-slide-right-text{
	margin-top: 80px;
}

.swiper-slide-right-text h3{
	color: #525251;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 1em;
}

.swiper-slide-right-text p{
	color: #9b9b9b;
	font-size: 16px;
	line-height: 1.6em;
}

.screen-shot-pagination{
	margin-top: 30px;
}

.screenshot-button-prev,
.screenshot-button-next{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #1151d3;
	color: #fff;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 8px;
	transition: all 0.3s ease-in-out;
}

.screenshot-button-prev:hover,
.screenshot-button-next:hover{
	background: #232322;
}

/*************************************/
/*****   08. Pricing area css    *****/
/*************************************/

.pricing{
	padding: 100px 0;
	background: #eff6ff;
}

.pricing-single{
	text-align: center;
	padding: 60px 30px;
	background: #fff;
}

.pricing-single .pricing-header h3{
	color: #1151d3;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.pricing-single .pricing-header p{
	font-size: 40px;
	color: #232322;
	font-weight: 700;
	line-height: 0.8em;
	margin: 20px 0;
}

.pricing-single .pricing-header p span{
	display: block;
	font-weight: 500;
	font-size: 14px;
}

.pricing-single .pricing-body{
	padding: 20px 0;
}

.pricing-single .pricing-body ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.pricing-single .pricing-body ul li{
	color: #9b9b9b;
	font-weight: 500;
	padding: 4px 0;
}

.pricing-single .pricing-body ul li i{
	margin-right: 4px;
}

.pricing-single .pricing-footer .btn-pricing{
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background: #1151d3;
	padding: 12px 30px;
	margin-top: 30px;
	transition: all 0.3s ease-in-out;
}

.pricing-single .pricing-footer .btn-pricing:hover{
	background: #232322;
	color: #fff;
}

.pricing-single.recommended{
	background: url(../images/pricing-bg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.pricing-single.recommended:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(17,81,211,0.8);
}

.pricing-single.recommended .pricing-header,
.pricing-single.recommended .pricing-body,
.pricing-single.recommended .pricing-footer{
	position: relative;
	z-index: 1;
}

.pricing-single.recommended .pricing-header h3,
.pricing-single.recommended .pricing-header p,
.pricing-single.recommended .pricing-body ul li{
	color: #fff;
}

.pricing-single.recommended .pricing-footer .btn-pricing{
	background: #fff;
	color: #1151d3;
}

.pricing-single.recommended .pricing-footer .btn-pricing:hover{
	background: #333;
	color: #fff;
}

/*************************************/
/*****     09. FAQs area css     *****/
/*************************************/

.faqs{
	padding: 100px 0;	
}

.faq-image{
	padding-top: 30px;
}

.faqs .accordion-4{
	box-shadow: 0px 8px 117.5px 7.5px rgba(0, 0, 0, 0.1); 
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.faqs .accordion-4 .accordion-item,
.faqs .accordion-4 .accordion-item+.accordion-item{
	border-radius: 0;
	background: none;
	box-shadow: none;
	margin: 0;
	border: none;
	border-bottom: 1px solid #dbd9d9;
}

.faqs .accordion-4 .accordion-item:last-child{
	border-bottom: none;
}

.faqs .accordion-4 .accordion-header{
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.faqs .accordion-4 .accordion-header h4{
	display: block;
	padding: 24px 30px;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #232322;
	position: relative;
	border-left: 4px solid transparent;
	cursor: pointer;
}

.faqs .accordion-4 .accordion-header h4:after{
	content: '\f078';
	font-family: FontAwesome;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dcdada;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	margin-right: 16px;
	color: #232322;
	position: absolute;
	top: 20px;
	right: 4px;
	transition: all 0.6s ease-in-out;
	transform: rotate(0deg);
}

.faqs .accordion-4 .accordion-body{
	padding: 0 30px 24px 30px;
	background: #eff6ff; 
	border: none !important;
	border-left: 4px solid #0d50aa !important;
}

.faqs .accordion-4 .accordion-body p{
	color: #9b9b9b;
	font-size: 14px;
	line-height: 1.6em;
}

.faqs .accordion-4 .accordion-body ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.faqs .accordion-4 .accordion-body ul li{
	color: #9b9b9b;
	font-size: 14px;
	padding: 4px 0 4px 20px;
	position: relative;
}

.faqs .accordion-4 .accordion-body ul li:before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #0d50aa;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}

.faqs .accordion-4 .accordion-header h4:not(.collapsed){
	background: #eff6ff; 
	border-left: 4px solid #0d50aa;
}

.faqs .accordion-4 .accordion-header  h4:not(.collapsed):after{
	content: '\f078';
	transform: rotate(180deg);
	background: #0d50aa;
	color: #fff;
	border-color: #0d50aa; 
}

/********************************************/
/*****     10. Testimonial area css     *****/
/********************************************/

.testimonials{
	padding: 100px 0;
	background: #eff6ff;
}

.testimonials .section-title{
	text-align: right;
	margin-top: 130px;
}

.testimonials .section-title h2{
	font-size: 28px;
}

.testimonial-single{
	text-align: center;
}

.testimonial-single figure{
	margin-bottom: 30px;
}

.testimonial-single figure img{
	border-radius: 50%;
}

.testimonial-single p{
	font-weight: 500;
	color: #9b9b9b;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.testimonial-single h3{
	color: #232322;
	font-weight: 600;
	font-size: 20px;
}

.testimonial-single h4{
	font-size: 16px;
	color: #9b9b9b;
	font-weight: 400;
	font-style: italic;
}

.testimonial-pagination{
	text-align: center;
	margin-top: 20px;
}

.testimonial-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	border: 2px solid #1151d3;
	background: none;
	opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet-active{
	background: #1151d3;
}

/*************************************/
/*****   11. Counter area css    *****/
/*************************************/

.counter{
	padding: 100px 0;
}

.counter-single{
	background: #eff6ff;
	padding: 20px;
	text-align: center;
	border: 1px solid #cbdaee;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.counter-single:after{
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: calc(100% + 2px);
	transform: scale(0,1);
	background: #1151d3;
	transition: all 0.3s ease-in-out;
}

.counter-single:hover{
	box-shadow: -4px 5px 28.2px 1.8px rgba(0, 0, 0, 0.13);
}

.counter-single:hover:after{
	transform: scale(1);
}

.counter-single h3{
	color: #1151d3;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 4px;
}

.counter-single h4{
	color: #232322;
	font-size: 18px;
	font-weight: 600;
}

.counter-single p{
	color: #9b9b9b;
	font-size: 12px;
	margin: 0;
}

/****************************************/
/*****   12. Newsletter area css    *****/
/****************************************/

.newsletters{
	background: url(../images/bg.jpg) no-repeat top center fixed;
	background-size: cover;
	padding: 100px 0;
	position: relative;
}

.newsletters:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(17,81,211,0.8);
}

.newsletters .container{
	position: relative;
	z-index: 1;
}

.newsletters .section-title h2,
.newsletters .section-title p{
	color: #fff;
}

.newsletter-form{
	text-align: center;
	margin-bottom: 40px;
}

.newsletter-form .form-group{
	max-width: 480px;
	display: flex;
	margin: 0 auto;
}

.newsletter-form .form-control{
	border-radius: 0;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	max-width: 320px;
	box-shadow: none;
	color: #fff;
	outline: 0;
}

.newsletter-form .form-control::-webkit-input-placeholder{
	color: #fff;
}

.newsletter-form .form-control::-moz-placeholder{
	color: #fff;
}

.newsletter-form .form-control:-ms-input-placeholder{
	color: #fff;
}

.newsletter-form .form-control:-moz-placeholder{
	color: #fff;
}

.btn-subscribe{
	background: #fff;
	color: #232322;
	border: none;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-left: 20px;
	outline: 0;
	transition: all 0.3s ease-in-out;	
}

.btn-subscribe:hover{
	background: #232322;
	color: #fff;
}

/****************************************/
/*****   13. Contact us area css    *****/
/****************************************/

.contact-us{
	padding: 100px 0;
	background: #232322;
}

.contact-us p,
.contact-us h2{
	color: #fff;
}

.contact-form .form-control{
	background: none;
	border-radius: 0;
	box-shadow: none;
	color: #acadb1;
	font-size: 14px;
	height: auto;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #fff;
	resize: none;
}

.btn-contact{
	display: inline-block;
	background: #1151d3;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	border: none;
	letter-spacing: 0.22em;
	padding: 16px 50px;
	border-radius: 4px;
	margin-top: 30px;
	transition: all 0.3s ease-in-out;
}

.btn-contact:hover{
	background: #fff;
	color: #232322;
}

.with-errors ul{
	padding: 0;
	margin: 0;
	list-style: none;
	color: #a94442;
}

/************************************/
/*****   14. Footer area css    *****/
/************************************/

footer{
	padding: 0 0 100px;
	background: #232322;
	text-align: center;
	
}

.footer-social{
	margin-bottom: 20px;
}

.footer-social a{
	display: inline-block;
	font-size: 30px;
	color: #9b9b9b;
	padding: 0 16px;
	transition: all 0.3s ease-in-out;
}

.footer-social a:hover{
	color: #fff;
}

.footer-menu{
	margin-bottom: 20px;
}

.footer-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu ul li{
	display: inline-block;
}

.footer-menu ul li a{
	display: block;
	color: #9b9b9b;
	padding: 0 8px;
	transition: all 0.3s ease-in-out;
}

.footer-menu ul li a:hover{
	color: #fff;
}

.footer-about p{
	color: #626161;
	font-size: 12px;
}

.footer-site-info{
	margin-top: 30px;
}

.footer-site-info p{
	color: #626161;
	font-size: 12px;
}

/************************************/
/*****    15. Media Screens     *****/
/************************************/

@media only screen and (max-width: 1200px){
	.info-video{
		background-image: none;
	}
}

@media only screen and (max-width: 991px){
	nav.navbar.bootsnav .navbar-header{
		padding-left: 0;
		padding-right: 0;
	}
	
	nav.navbar.bootsnav .navbar-brand{
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	
	.side-menu img{
		width: 108px;
	}
	
	.section-title{
		margin-bottom: 50px;
	}
	
	.section-title h2{
		font-size: 22px;
	}
	
	.section-title p{
		font-size: 14px;
	}
	
	.about{
		padding: 80px 0 40px;
	}
	
	.services,
	.info-video{
		padding: 40px 0 80px;
	}
	
	.features,
	.screenshots,
	.pricing,
	.faqs,
	.testimonials,
	.newsletters,
	.contact-us{
		padding: 80px 0;
	}
	
	.counter{
		padding: 80px 0 50px;
	}
	
	.services-single{
		padding: 0;
	}
	
	.info-video .section-title{
		padding-top: 0;
	}
	
	.video-play-box{
		margin-bottom: 30px;
	}
	
	.features-single .features-content h3{
		font-size: 22px;
	}
	
	.features-single .features-content h3 i{
		width: 40px;
		height: 40px;
		font-size: 22px;
		line-height: 40px;
	}
	
	.pricing-single{
		padding: 40px 15px;
	}
	
	.counter-single{
		margin-bottom: 30px;
	}
	
	.screenshot-slider{
		padding: 40px 0;
	}
	
	.screenshot-slider .swiper-slide-active figure img{
		transform: scale(1);
	}
	
	.swiper-slide-right-text{
		margin-top: 40px;
		text-align: center;
	}
	
	.screen-shot-pagination{
		text-align: center;
	}
	
	.faqs .accordion-4 .accordion-header h4{
		font-size: 14px;
		padding: 24px 52px 24px 20px;
	}
	
	.faqs .accordion-4 .accordion-body{
		padding: 0 24px 24px 24px;
	}
	
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	nav.navbar.bootsnav .navbar-brand{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header-content h2{
		font-size: 26px;
	}

	.header-content h2 br{
		display: none;
	}
	
	.btn-download{
		display: block;
		width: 190px;
		margin: 10px auto;
	}
	
	.about .section-title{
		text-align: center;
	}

	.section-title h2{
		font-size: 20px;
	}
	
	.about{
		padding: 60px 0 30px;
	}
	
	.services,
	.info-video{
		padding: 30px 0 60px;
	}
	
	.features,
	.screenshots,
	.faqs,
	.testimonials,
	.newsletters,
	.contact-us{
		padding: 60px 0;
	}
	
	footer{
		padding: 0 0 60px;
	}
	
	.counter{
		padding: 60px 0 30px;
	}
	
	.pricing{
		padding: 60px 0 30px;
	}
	
	.about-content p{
		font-size: 14px;
	}
	
	.services-single{
		margin-bottom: 30px;
	}
	
	.video-play-box{
		max-width: 240px;
	}
	
	.video-play-box .video-play-overlay a{
		font-size: 60px;
	}
	
	.features-single .pull-left{
		float: none !important;
	}
	
	.features-single .pull-right{
		float: none !important;
	}
	
	.features-single .features-image{
		margin-bottom: 40px;
	}
	
	.features-single{
		padding: 30px 0;
	}
	
	.pricing-single{
		margin-bottom: 30px;
	}
	
	.swiper-slide-right-text h3{
		font-size: 24px;
	}
	
	.faq-image{
		text-align: center;
		margin-top: 0;
		margin-bottom: 40px;
	}
	
	.faqs .accordion-4 .accordion-header h4{
		font-size: 14px;
		padding: 20px 50px 20px 20px; 
	}
	
	.faqs .accordion-4 .accordion-header h4:after{
		top: 12px;
		right: 0;
	}
	
	.faqs .accordion-4 .accordion-body{
		padding: 0 20px 20px 20px;
	}
	
	.testimonials .section-title{
		margin-top: 0;
		text-align: center;
	}
	
	.newsletter-form .form-control{
		width: 100%;
		margin: 0 auto 20px;
	}
	
	.newsletter-form .form-group{
		display: block;
	}

	.btn-subscribe{
		margin-left: 0;
	}
	
	.footer-social a{
		font-size: 20px;
		padding: 0 8px;
	}
}


.rip_r img {
    float: left;
    width: 40px;
}

.rip_r {
    padding-left: 21px;
}

.features-single .features-image img {
    border: 2px solid #1151d3;
}

.cv_submit {
    float: left;
    width: 100%;
    text-align: center;
}

.cv_submit a.btn-contact.disabled {
    border-radius: 50px;
    letter-spacing: 0;
}

button.btn-contact {
    letter-spacing: normal;
}