/* --------------------------------------
=========================================

APP KING - RSPONSIVE APP LANDING PAGE
AUTHOR: SAYED MAHMUD RONI
VERSION: 1.00

=========================================
-----------------------------------------*/


/*------------------------------------------------------------------
[Layout]

* body
	+ Navigation / .navbar-custom
	+ Header / #header
		- Left column / .part-inner-left
			- Download button / .btn-default
	+ Second section: Feature / .features
		- Mockup image / .app-promo-img
		- Left column / .feature-left
			- Single feature / .feature
				- Icon container / .icon-container
					- Icon / .icon
				- Details of that feature / .feature-details
		- Middle column / .phone-image
		- Right column / .feature-right
			- Single feature / .feature
				- Icon container / .icon-container
					- Icon / .icon
	+ Third section: Top features / .description
		- Description container / .description-body
			- Image / .des-img
			- Top three feature / .des-details
				- Individual of the top three feature / .part
	+ Fourth section / .app-best
		- Image / .app-img
		- Why we best ? / .app-details
			- Brief description of your app / .app-details-top
			- Amazing and uniqueness / .app-details-bottom
				- Individual unique feature container / .media
					- Icon / .media-left
					- Individual unique feature name / .media-body
	+ Fifth section: Video / .our-video
		- Video details / .video-details
		- Pop-up Video / .video-right
	+ Sixth Section: Screen-shoot slider / #gallery
		- Gallery screenshoot container / .carousel-wraper
			- Controller / .carousel-controller
	+ Seventh section: Testimonial / .testimonial-slider
		- Review slider / .owl-carousel
			- Reviewers container / .item
				- Reviewers image / img
				- Review  / .review
					- Reviewers name / .reviewers-name
	+ Eightth section / .pricing-table
		- Table wrapper / .pricing-item
			- Table Heading / .pricing-heading
			- Table Sub-Heading / .pricing-sub-heading
			- Price pack / .pricing-price
				- Pricing currency / .pricing-currency
				- Pricing rate / .pricing-rate
				- Pricing month / .pricing-month
				- Pricing offer / .pricing-offer
	+ Nineth section: Download / #download
		- Total download / .counter
		- Download links
	+ Tenth section: Contact / #contact
		- Contact form / .form
	+ Eleventh section: Footer / footer
		- Social media links / .social-icon

-------------------------------------------------------------------*/


/*=======================================================
	// GOOGLE FONT
=========================================================*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,500i,600,700,800,900');

/*=======================================================

	// GLOBAL STYLES

=========================================================*/

html {
    overflow-x: hidden;
}

body {
    font-family: 'Raleway', sans-serif;
    background-color: #fff;
}

p,
h2,
h3,
h5,
h6 {
    color: #000;
}

p {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.85;
    line-height: 1.75;
}

h2 {
    font-size: 48px;
    font-weight: 500;
}

h3 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.padding {
    padding: 0 25%;
}

.btn-default {
    padding: 18px 37px;
    font-size: 24px;
    font-weight: 400;
    border-radius: 7px;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}

.btn:active,
.btn:focus,
.btn:hover,
.btn.active,
.btn.focus {
    outline: none;
}


/*=======================================================

	// NAVIGATION

=========================================================*/

.navbar-custom {
    border: none;
    background-color: rgba(22, 38, 51, 0.5);
}

.navbar-custom .navbar-nav {
    margin-right: 35px;
}

.navbar-custom .navbar-toggle {
    font-size: 25px;
    padding: 1px 2px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: none;
}

.nav>li>a {
    color: #fff;
    margin-left: 18px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-nav li a {
    display: inline-block;
    position: relative;
}

.navbar-nav li>a:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
    position: relative;
    top: 5px;
}

.navbar-nav li.active>a:after {
    width: 100%;
    background: #fff;
}

.affix {
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}


/*============================= End Navigation =============================*/


/*=======================================================

	// HEADER SECTION

=========================================================*/

.header {
    background: url("../../images/header-bg.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center 0;
    background-attachment: initial;
    background-repeat: no-repeat;
    background-color: #fff;
}

.header .part-inner-left {
    margin: 280px 0 100px 0;
}

.header .part-inner-left h2 {
    line-height: 1.354;
    font-weight: 500;
    color: #fff;
}

.header .part-inner-left h5 {
    margin-top: 20px;
    color: #fff;
    opacity: 1;
}

.header .part-inner-left .btn {
    margin-top: 35px;
    padding: 17px 28px 17px 16px;
    letter-spacing: 1px;
}


/*============================= End Header Section =============================*/


/*=======================================================

	// SECOND SECTION

=========================================================*/

.features h2 {
    margin-bottom: 38px;
    margin-top: 40px;
}

.app-promo-img {
    margin-top: -370px;
}

.features .feature {
    margin-bottom: 60px;
}

.feature .fetaure-details h3 {
    color: #000;
    font-weight: 500;
    opacity: 0.9;
}

.features .features-left {
    text-align: right;
    margin-top: 90px;
    margin-bottom: 80px;
}

.features-left .icon-container {
    float: right;
    margin-left: 20px;
}

.features-right {
    text-align: left;
    margin-top: 90px;
    margin-bottom: 80px;
}

.features-right .icon-container {
    float: left;
    margin-right: 20px;
}

.features .feature {
    margin-bottom: 0px;
    display: inline-block;
}

.feature .icon-container {
    display: block;
    min-height: 150px;
    margin-top: 5px;
}

.feature .icon-container .icon {
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 32px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}

.phone-image {
    max-width: 380px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 50px;
}

.phone-image img {
    height:600px;
    margin-left: 32px;
}


/*============================= End Second Section =============================*/


/*=======================================================

	// Third SECTION

=========================================================*/

.description .des-bg {
    padding: 70px 0 230px 0;
}

.description .des-bg .des-padding {
    padding: 0 22%;
}

.description .des-bg .des-padding h2 {
    margin-bottom: 35px;
}

.description .description-body .des-img {
    margin-top: -145px;
    background: url(../../images/description.jpg);
    position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px;
    position: relative;
    -webkit-box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.5);
}

.description .description-body .des-img img {
    width: 100%;
    max-height: 419px;
}

.description .description-body .des-details {
    margin-top: 73px;
}

.description .description-body .des-details .part span {
    font-size: 48px;
    font-weight: 400;
}

.description .description-body .des-details .part h3 {
    font-weight: 400;
    margin-bottom: 15px;
}

.description .description-body .des-details .part p {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.902);
    line-height: 1.75;
}


/*============================= End Third Section =============================*/


/*=======================================================

	// Fourth SECTION

=========================================================*/

.app-best {
    padding-top: 115px;
    padding-bottom: 15px;
    margin-top: 110px;
}

.app-best .app-img img {
    margin: auto;
}

.app-details {
    margin-bottom: 98px;
}

.app-details-top {
    margin-top: 45px;
    border-bottom: 2px solid #cfcfcf;
}

.app-details-top h2 {
    margin-bottom: 32px;
}

.app-details-top span {
    font-weight: 400;
    font-size: 24px;
}

.app-details-top p {
    margin: 32px 0 30px 0;
    color: #000;
}

.app-details-bottom {
    margin-top: 40px;
}

.app-details-bottom h3 {
    font-weight: 500;
    margin-bottom: 30px;
    opacity: 0.95;
}

.app-details-bottom .media {
    margin-bottom: 20px;
}

.app-details-bottom .media h4 {
    color: #000;
    opacity: 0.90;
}

.app-details-bottom .media i {
    font-size: 16px;
}

.app-details-bottom .btn {
    letter-spacing: 1px;
    margin-top: 30px;
}


/*============================= End Fourth Section =============================*/


/*=======================================================

	// Fifth SECTION

=========================================================*/

.our-video {
    margin-top: 110px;
}

.video-details h2 {
    color: rgba(0, 0, 0, 0.902);
    margin-bottom: 40px;
    margin-top: 0;
}

.video-details h6:before {
    content: "";
    font-size: 6px;
    padding-left: 33px;
    border-left-width: 200px;
    border-left-style: solid;
}

.video-details p {
    text-align: justify;
}

.video-details p:first-child {
    margin-top: 30px;
}

.video-details p:last-child {
    margin-top: 10px;
}

.video-right {
    padding-left: 115px;
    padding-bottom: 115px;
    margin-top: 64px;
}

.video-right-bg {
    position: relative;
}

.video-right-bg img {
    height: 433px;
    width: 100%;
    margin-top: -64px;
    -webkit-box-shadow: 0px 5px 87px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 5px 87px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 5px 87px 0px rgba(0, 0, 0, 0.32);
}

.video-right-bg .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}

.video-right-bg .btn-default:active,
.video-right-bg .btn-default:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.video-right-bg .btn-default:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.video-right-bg .btn {
    font-size: 50px;
}

.bg-video {
    position: absolute;
    top: 36%;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
}

.bg-video .modal-content {
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.bg-video .modal-content .close {
    float: right;
    font-size: 42px;
    color: #fff;
    opacity: 1;
}

.bg-video .modal-content .close:focus {
    outline: none;
}

.bg-video iframe {
    height: 315px;
    width: 100%;
    border: 0;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
}

.modal-open {
    padding-right: 0 !important;
}


/*============================= End Fifth Section =============================*/


/*=======================================================

	// Sixth SECTION

=========================================================*/

#gallery {
    padding-bottom: 56px;
    background-color: #f8f8f8;
    margin-top: 105px;
}

#gallery .gallery-bg {
    margin-bottom: 200px;
    background: url("../../images/screen-slider-background.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center 0;
    background-attachment: initial;
    background-repeat: no-repeat;
}

#gallery .gellery-overlay {
    background: rgba(256, 256, 256, 0.68);
    padding-top: 70px;
}

#carousel {
    margin-top: 130px;
    height: 500px;
    position: relative;
    clear: both;
    overflow: hidden;
}

#carousel img {
    visibility: hidden;
    /* hide images until carousel can handle them */
    cursor: pointer;
    /* otherwise it's not as obvious items can be clicked */
}

.carousel-controller {
    position: absolute;
    bottom: -25%;
    left: 46%;
    font-size: 20px;
}

.carousel-controller a {
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 2px 2px;
    display: inline-block;
}

.carousel-controller a:active,
.carousel-controller a:focus,
.carousel-controller a:visited {
    outline: none;
}

.carousel-controller a:hover {
    color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
}

#gallery .gellery-overlay .frame {
    width: 540px;
    height: 822px;
    position: absolute;
    top: -585px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    margin-bottom: 0;
}


/*============================= End Fifth Section =============================*/


/*=======================================================

	// Seventh SECTION

=========================================================*/

.testimonial-slider {
    margin-top: 70px;
    background: #fff;
}

.testimonial {
    margin-top: 150px;
    padding-bottom: 100px;
}

.testimonial .owl-stage-outer {
    padding-top: 40px;
}

.testimonial .owl-carousel {
    margin-top: -120px;
}

.testimonial .item {
    color: #fff;
}

.testimonial .item img {
    max-width: 157px;
    margin: auto;
    -webkit-box-shadow: 0px 4px 57px 0px rgba(5, 5, 5, 0.21);
    -moz-box-shadow: 0px 4px 57px 0px rgba(5, 5, 5, 0.21);
    box-shadow: 0px 4px 57px 0px rgba(5, 5, 5, 0.21);
}

.testimonial .owl-item .review:before {
    content: '';
    width: 2px;
    height: 35px;
    display: block;
    margin: -40px auto 10px auto;
}

.testimonial .item .review {
    margin-top: 35px;
}

.testimonial .item .review p {
    padding: 0 25%;
    color: #fff;
    opacity: 1;
}

.testimonial .item .reviewer-name {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.testimonial .owl-carousel .owl-dot {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 70px;
    margin: 5px;
    padding: 9px 9px 9px 8px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.testimonial .owl-carousel .owl-dot:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 40px;
    background: #fff;
    position: absolute;
    top: 6px;
    right: 5px;
}

.testimonial .owl-carousel .owl-dot:hover,
.testimonial .owl-carousel .owl-dot.active {
    border: 1px solid #fff;
}

.testimonial .owl-carousel .owl-dot:hover:after,
.testimonial .owl-carousel .owl-dot.active:after {
    background: #fff;
}


/*============================= End Seventh Section =============================*/


/*=======================================================

	// Eigth SECTION

=========================================================*/

.pricing-table {
    margin-top: 78px;
}

.pricing-table .pricing-item {
    border-radius: 10px;
    max-width: 350px;
    display: block;
    margin: 75px auto;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

.pricing-table .pricing-item .pricing-heading {
    border-radius: 6px 6px 0 0;
}

.pricing-table .pricing-item .pricing-heading h3 {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0;
    margin-top: 0;
}

.pricing-table .pricing-item .pricing-sub-heading p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: normal;
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 35px;
}

.pricing-table .pricing-item .pricing-price .all-pricing {
    font-size: 72px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    padding: 0 5% 3% 5%;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

.pricing-table .pricing-item .pricing-price .all-pricing p {
    opacity: 1;
}

.pricing-table .pricing-item .pricing-price .all-pricing .pricing-rate {
    opacity: 0.9;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

.pricing-table .pricing-item .pricing-price .all-pricing .pricing-currency {
    font-size: 24px;
    font-weight: 500;
    vertical-align: super;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

.pricing-table .pricing-item .pricing-price .all-pricing .pricing-month {
    font-size: 24px;
    font-weight: 500;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

.pricing-table .pricing-item .pricing-price .all-pricing p {
    font-size: 16px;
    font-weight: 500;
    margin-top: -10px;
    color: #000;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

.pricing-table .pricing-item .pricing-deatails ul {
    padding-left: 17%;
    margin-top: 35px;
    margin-bottom: 40px;
}

.pricing-table .pricing-item .pricing-deatails ul li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-top: 8px;
    text-transform: capitalize;
}

.pricing-table .pricing-item .pricing-deatails ul li i {
    font-size: 24px;
    margin-right: 20px;
}

.pricing-table .pricing-item .sign-btn {
    margin-bottom: 70px;
    font-size: 24px;
    font-weight: 400;
    padding: 18px 50px;
    border-radius: 10px;
    background: transparent;
    color: #000;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -o-transition: 0.15s linear;
}

.pricing-table .pricing-item .sign-btn:active {
    outline: none;
}


/*============================= End Eighth Section =============================*/


/*=======================================================

	// Ninth SECTION

=========================================================*/

.parallax {
    margin-top: 30px;
    background: url("../../images/paa.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.parallax .overlay {
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: rgba(0, 0, 0, 0.7);
}

.parallax .overlay .counter {
    color: #fff;
    font-weight: 800;
    font-size: 71px;
    display: block;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.parallax h2 {
    color: #fff;
}

.parallax p {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
    opacity: 1;
}

.parallax .dwn-btn {
    margin-top: 25px;
    padding: 17px 28px 17px 16px;
}

.parallax .dwn-btn:first-child {
    margin-right: 20px;
}


/*============================= End Ninth Section =============================*/


/*=======================================================

	// Tenth SECTION

=========================================================*/

#contact {
    padding-top: 75px;
}

form {
    margin-top: 115px;
}

form .form-group {
    margin-bottom: 0;
}

form .form-control {
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}

form input[type=text],
form input[type=email] {
    height: 70px;
}

form .btn-sbm {
    padding: 18px 0;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 10px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
}

.alert-success {
    background: rgb(25, 98, 6) !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.alert-danger {
    background: rgb(221, 3, 38) !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.help-block ul li {
    list-style-type: none;
    font-size: 14px;
    color: red;
}


/*=======================================================

	// Footer SECTION

=========================================================*/

footer {
    background-image: url("../../images/footer-bg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center 0;
    background-attachment: initial;
    background-repeat: no-repeat;
    margin-top: 100px;
}

footer h3 {
    font-weight: 500;
    color: #fff;
    opacity: 1;
}

footer .footer-overlay {
    padding-top: 40px;
}

footer .social-icon {
    margin-bottom: 40px;
}

footer .social-icon a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
}

footer .social-icon a:hover,
footer .social-icon a:focus,
footer .social-icon a:active,
footer .social-icon a.active,
footer .social-icon a.focus {
    color: rgba(255, 255, 255, 1);
    outline: none;
}


/*============================= End Footer Section =============================*/