/*************************************

Template Name: Appfly - Responsive Multipurpose App Landing Template
Author: Theme_Choices
Version: 1.0
Design and Developed by: Theme_Choices

****************************************/
/*================================================
            Table of contents  
==================================================

1. DEMO SECTION
2. PRELOADER
3. BACK TO TOP
4. HEADER SECTION
5. SLIDER SECTION
6. VIDEO BACKGROUND SECTION
7. ABOUT SECTION
8. FEATURES SECTION
9. VIDEO SECTION
10. SCREENSHOT SECTION
11. PRICING SECTION
12. COUNTER SECTION
13. TEAM SECTION
14. TESTIMONIALS SECTION
15. DOWNLOAD SECTION
16. CONTACT SECTION
17. SUBSCRIBE SECTION
18. FOOTER SECTION


/*================================================
             1. DEMO SECTION
==================================================*/

.demo-section {
    background: #f4f7f9;
    padding-top: 80px;
    padding-bottom: 60px;
}
.demo-heading h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
}
.demo-heading p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 40px;
}
.demo-wrap {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
    transition: all 0.3s ease 0s;
}
.demo-wrap:hover {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}
.demo-wrap-img {} .demo-wrap-img a {
    display: block;
    position: relative;
}
.demo-wrap-img a::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.demo-wrap:hover .demo-wrap-img a::before {
    opacity: 0.8;
}
.demo-wrap-img a::after {
    color: #fff;
    content: "Live Preview ➞";
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    top: 20%;
    transition: all 0.3s ease 0s;
}
.demo-wrap:hover .demo-wrap-img a::after {
    top: 44%;
    opacity: 1;
}
.demo-wrap .demo-wrap-img a img {
    width: 100%;
}
.demo-wrap-title {
    background: #fff none repeat scroll 0 0;
    padding: 30px 0;
}
.demo-wrap-title {} .demo-wrap-title h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 300;
}
.demo-wrap-title span {
    display: block;
    line-height: 16px;
    margin-top: 5px;
    text-transform: capitalize;
}
/*================================================
             2. PRELOADER
==================================================*/

.preloader-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9999999;
}
.spinner-loader {
    margin-top: -20px;
    margin-left: -25px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.spinner-loader > div {
    background-color: #F77E1C;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner-loader .load2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner-loader .load3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner-loader .load4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner-loader .load5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
/*================================================
             3. BACK TO TOP
==================================================*/

.scrollup {
    background: #F77E1C none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: 38px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 99999;
}
.scrollup:hover {
    background: #fff;
    color: #444;
    border: 1px solid #F77E1C;
    transition: 1s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
    padding-bottom: 10px;
}
.back-to-top--active {
    visibility: visible;
    -webkit-animation: back-to-top .3s ease-in;
    animation: back-to-top .3s ease-in;
    transition: width 2s;
}
/*================================================
             4. HEADER SECTION
==================================================*/

body {
    overflow-x: hidden;
}
.home-header {
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(/images/header-bg.jpg);
    height: 900px;
    background-size: cover;
    background-position: center;
    position: relative;
}
#particles-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
}
.navbar-header {
    width: 100%;
}
.navbar-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 80px;
    justify-content: space-between;
    line-height: 80px;
}
.navbar {
    background-color: none !important;
}
.navbar-brand {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    margin-top: -6px;
    text-transform: uppercase;
    font-weight: 500;
}
.navbar-brand span {
    color: #F77E1C;
}
.bg-inverse {
    background-color: none !important;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.top-nav-collapse-new {
    background-color: #fff !important;
    padding-bottom: 0px;
    padding-top: 10px;
    box-shadow: 0 0 10px #333;
}
.top-nav-collapse-new .navbar-nav li a {
    color: #212121 !important;
}
.top-nav-collapse-new .navbar-brand {
    color: #212121 !important;
}
.top-nav-collapse-new .nav-link.active {
    color: #F77E1C !important;
}
.navbar-nav li.dropdown a.active {
    color: #F77E1C !important;
}
.navbar-inverse .navbar-nav .nav-link {
    color: #fff;
    padding-left: 20px;
}
.navbar-nav li a {
    color: #ffffff;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 5px;
    position: relative;
}
.navbar-nav .dropdown ul{
	left:auto;
	right:0;
}
.navbar-nav li.dropdown ul li a{
	color:#444;
	padding: 12px 26px;
	font-size:12px;
}
.navbar-nav li.dropdown i {
	display:inline;
	padding-left:5px;
}
.navbar-nav li.dropdown ul li{
	border-bottom:1px solid #666;
}
.navbar-nav li.dropdown ul li:last-child{
	border-bottom:0px solid #666;
}
.dropdown-toggle::after {
  display: none;
}
a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}
a:focus {
    outline: 0 solid;
}
.header-text {
    margin-top: 280px;
}
.header-text span {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}
.header-text h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 25px;
}
.animated-header-text {
    margin-top: 280px;
}
.animated-header-text h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}
.animated-header-text h1.cd-headline{
    font-family: 'Montserrat', sans-serif;
    font-size: 40px !important;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 25px;
}
.cd-headline .cd-words-wrapper-2::after {
    background-color: #fff;
}
.header-btn {
    color: #FFF;
    background: #F77E1C;
    border: 2px solid #F77E1C;
    padding: 17px 30px;
    margin-right: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #F77E1C;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.header-btn:hover {
    box-shadow: inset 0 100px 0 0 #fff;
    color: #444;
}
.header-btn2 {
    color: #FFF;
    border: 2px solid #F77E1C;
    padding: 17px 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #F77E1C;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.header-btn2:hover {
    box-shadow: inset 0 100px 0 0 #F77E1C;
}
.header-img {
    margin-top: 180px;
}
.header-img img {
    display: block;
    margin: 0px auto;
	width:auto !important;
}

/*================================================
             5. VIDEO BACKGROUND SECTION
==================================================*/

.youtube-bg {
    height: 140vh;
	z-index:10;
}
.youtube-bg .buttonBar{
	display:none;
}
.youtube-video-overlay {
	position: relative;
}
.youtube-video-overlay:before {
	background: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
	opacity:0.5;
}

/*================================================
             5. SLIDER SECTION
==================================================*/
.single-slider{
	background:linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../images/slider/slide1.jpg) center;
	height:900px;
	background-size:cover;
}
.single-slider2{
	background:linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../images/slider/slide2.jpg) center;
	height:900px;
	background-size:cover;
}
.single-slider3{
	background:linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../images/slider/slide3.jpg) center;
	height:900px;
	background-size:cover;
}
.carousel-single-item .owl-nav div{
    background-color: #fff;
    color: #212121;
    border-radius: 50%;
    font-size: 28px;
    height: 50px;
    left: 35px;
    line-height: 48px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    visibility: hidden;
    width: 50px;
    transition: 0.3s;
}
.carousel-single-item .owl-nav div:hover{
    background-color: #F77E1C;
    color: #fff;
}
.carousel-single-item .owl-nav div.owl-next {
    left: auto;
    right: 35px;
}
.carousel-single-item.owl-nav:hover {
    opacity: 0.6;
    visibility: visible;
}
.carousel-single-item:hover .owl-nav div{
    opacity: 1;
    visibility: visible;
}
/*================================================
             5. ABOUT SECTION
==================================================*/

.about-section {
    background: #f4f7f9;
    padding-top: 70px;
    padding-bottom: 60px;
}
.about-text h3 {
    font-family: "Montserrat", sans-serif;
    color: #222;
    font-size: 58px;
    font-weight: 300;
    padding-top: 40px;
    padding-bottom: 30px;
}
.about-text p {
    font-family: "Poppins", sans-serif;
    color: #444;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 30px;
}
.about-text ul.about-item {
    padding-left: 0px;
}
.about-text ul.about-item li {
    list-style: none;
    padding-bottom: 15px;
    font-family: "Poppins", sans-serif;
    color: #444;
    font-size: 14px;
    font-weight: 300;
}
.about-text ul.about-item li i {
    color: #F77E1C;
    margin-right: 15px;
}
.about-img img {
    display: block;
    margin: 0px auto;
}
/*================================================
             6. FEATURES SECTION
==================================================*/

.features-section {
    padding-top: 70px;
    padding-bottom: 80px;
}
.features-heading h2 {
    color: #222;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 10px;
}
.features-heading p {
    color: #444;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 50px;
}
.features-wrap {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.feature-icon {
    border: 1px solid #F77E1C;
    border-radius: 50%;
    color: #F77E1C;
    float: left;
    font-size: 2.5rem;
    height: 70px;
    line-height: 68px;
    margin-right: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 70px;
}
.feature-icon:hover {
    background: #F77E1C;
    color: #fff;
    transition: 1s ease;
}
.features-content {
    float: left;
    width: calc(100% - 100px);
}
.features-content h3 {
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
}
.features-content p {
    color: #444;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}
.features-img img {
    display: block;
    margin: 0px auto;
}
/*================================================
             7. VIDEO SECTION
==================================================*/

.video-section {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/video/video-bg.jpg) center;
    background-size: cover;
    height: 505px;
    padding-bottom: 55px;
    padding-top: 70px;
}
#btn {
    outline: 0;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    display: block;
    font-size: 32px;
    height: 116px;
    line-height: 96px;
    margin: 0 auto;
    margin-top: 70px;
    width: 116px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    box-shadow: none;
}
.banner-play-button {
    text-align: center;
}
.play-btn .btn-icon i {
    color: #F77E1C;
}
.banner-play-button h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-top: 50px;
}
/*================================================
            8. SCREENSHOT SECTION
==================================================*/

.apps-screenshot-section {
    background: #f4f7f9;
    padding-top: 70px;
    padding-bottom: 80px;
}
.apps-section-heading h2 {
    color: #222;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 10px;
}
.apps-section-heading p {
    color: #444;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 50px;
}
.screenshot-list .owl-item {
    position: relative;
}
.screenshot-list .owl-item {
    padding-bottom: 10px;
    padding-top: 10px;
    transform: scale(0.67);
    transition: all 0.25s ease-in-out 0s;
}
.screenshot-list .owl-item img {
    display: block;
    width: 100%;
}
.screenshot-list .owl-item img {
    object-fit: cover;
}
.screenshot-list .owl-item.active.center {
    background: url(../images/screenshot/main-mobile.png) no-repeat scroll center center;
    transform: scale(1);
}
.screenshot-list .owl-item.active.center img {
    transform: scale(0.8);
}
.screenshot-list .owl-item {
    transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
}
.screenshot-list .owl-controls {
    text-align: center;
    margin-top: 25px;
}
.screenshot-list .owl-dots div.active {
    background: #F77E1C;
}
.screenshot-list .owl-dots {
    text-align: center;
}
.screenshot-list .owl-dots div {
    background: none;
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 10px;
    border-radius: 10px;
    border: 2px solid #F77E1C;
}
/*================================================
            8. PRICING SECTION
==================================================*/

.pricing-section {
    padding-top: 60px;
    padding-bottom: 80px;
}
.pricing-heading h2 {
    color: #222;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 10px;
}
.pricing-heading p {
    color: #444;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 50px;
}
.pricing-table {
    background: #fff;
    border: 1px solid #212121;
    padding-bottom: 50px;
}
.pricing-header {
    padding-top: 40px;
    padding-bottom: 30px;
}
.pricing-header h4 {
    color: #222;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
}
.pricing-rate p {
    background: #F77E1C;
    padding-top: 15px;
    padding-bottom: 15px;
}
.pricing-rate p {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 500;
}
.pricing-rate p span {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.pricing-feature {
    padding-top: 30px;
}
.pricing-feature ul {
    padding-left: 0px;
    padding-top: 10px;
}
.pricing-feature ul li {
    color: #444;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.1;
    list-style: none;
}
.pricing-footer {
    padding-top: 30px;
}
.pricing-footer-btn {
    color: #FFF;
    background: #F77E1C;
    border: 2px solid #F77E1C;
    padding: 17px 30px;
    margin: 0px auto;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    width: 60%;
    box-shadow: inset 0 0 0 0 #F77E1C;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.pricing-footer-btn:hover {
    box-shadow: inset 0 100px 0 0 #fff;
    color: #444;
}
/*================================================
             7. COUNTER SECTION
==================================================*/

.counter-section {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(/images/counter-bg.jpg) center;
    background-size: cover;
    height: 400px;
    padding-bottom: 55px;
    padding-top: 130px;
}
.counter-column span {
    font-size: 55px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 500;
    display: block;
    text-align: center;
}
.counter-column h3 {
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
/*================================================
            8. TEAM SECTION
==================================================*/

.team-section {
    background: #f4f7f9;
    padding-top: 60px;
    padding-bottom: 60px;
}
.team-heading h2 {
    color: #222;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 10px;
}
.team-heading p {
    color: #444;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 50px;
}
.my-team-person img {
    width: 100%;
}
.my-team-person-detail h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
    color: #F77E1C;
}
.my-team-person-detail p.my-person-post {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #444;
}
.my-team-person-detail .my-person-details {
    color: #444;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 15px;
}
.my-person-social {
    padding-left: 0px;
}
.my-person-social li {
    list-style: none;
    display: inline-block;
}
.my-person-social li a {
    margin-right: 5px;
    color: #F77E1C;
    font-size: 18px;
    border: 1px solid #F77E1C;
    padding: 7px 11px;
}
.my-person-social li a:hover {
    background: #F77E1C;
    margin-right: 5px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #F77E1C;
    padding: 7px 11px;
    transition: 1s;
}
/*================================================
             9. TESTIMONIALS SECTION
==================================================*/

.testimonial-section {
    padding-top: 60px;
    padding-bottom: 70px;
}
.testimonial-heading h2 {
    color: #222;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 10px;
}
.testimonial-heading p {
    color: #444;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 30px;
}
.single-testimonial {
    position: relative;
    background-color: #fff;
    padding-bottom: 20px;
}
.single-author {
    padding-top: 10px;
}
.single-image {
    height: 125px;
    left: 20px;
    right: 0;
    width: 125px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.single-image img {
    border-radius: 50%;
    width: 100%;
}
.single-name {
    padding: 13px 0;
}
.single-name h4 {
    color: #212121;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.single-name span {
    color: #444;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
    opacity: 0.7;
    display: block;
}
.single-content {
    color: #444;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
}
.testimonial-list .owl-dots div.active {
    background: #F77E1C;
}
.testimonial-section .owl-dots {
    margin-top: 0px;
    text-align: center;
}
.testimonial-section .owl-dots div {
    background: none;
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 10px;
    border-radius: 10px;
    border: 2px solid #F77E1C;
}
/* Download Section */

.download-section {
    background: #f4f7f9;
    padding-top: 70px;
    padding-bottom: 50px;
}
.download-heading h2 {
    color: #222;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 10px;
}
.download-heading p {
    color: #444;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 30px;
}
.download-btn {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.download-btn a {
    background: #F77E1C;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    margin: 0 10px 0 0;
}
.download-btn a i {
    float: left;
    font-size: 35px;
    line-height: 35px;
    margin-right: 10px;
}
.download-btn a:hover {
    box-shadow: inset 0 100px 0 0 #fff;
    color: #222328;
    border: 1px solid #F77E1C;
    transition: all 0.5s ease-in-out 0s;
}
/*================================================
             11. CONTACT SECTION
==================================================*/

.contact-section {
    padding-top: 70px;
    padding-bottom: 70px;
}
.contact-heading h2 {
    color: #222;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 10px;
}
.contact-heading p {
    color: #444;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 30px;
}
.contact-form .form-control {
    border: 1px solid #F77E1C;
    border-radius: 0px;
    margin-bottom: 15px;
    height: 50px;
    color: #6a6868;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.contact-form #contact-message {
    height: 200px;
}
.contact-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #6a6868;
}
.contact-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #6a6868;
}
.contact-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #6a6868;
}
.contact-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: #6a6868;
}
.contact-btn-wrapper button {
    color: #FFF;
    background: #F77E1C;
    border: 2px solid #F77E1C;
    padding: 17px 45px;
    margin-right: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #F77E1C;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    display: block;
    margin: 0px auto;
    margin-top: 15px;
}
.contact-btn-wrapper button:hover {
    box-shadow: inset 0 100px 0 0 #fff;
    color: #444;
}
/*================================================
             11. SUBSCRIBE SECTION
==================================================*/

.subscribe-section {
    background: #f4f7f9;
    padding-top: 70px;
    padding-bottom: 70px;
}
.subscribe-heading h2 {
    color: #222;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 10px;
}
.subscribe-heading p {
    color: #444;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 30px;
}
#subscribe-email {
    border: 2px solid #F77E1C;
    color: #444;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 auto;
    outline: 0 none;
    padding: 16px 0 17px 20px;
    width: 50%;
}
#subscribe-button {
    background: none;
    color: #444;
    border: 2px solid #F77E1C;
    padding: 17px 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #F77E1C;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    line-height: 28px;
}
#subscribe-button:hover {
    box-shadow: inset 0 100px 0 0 #F77E1C;
    color: #fff;
}
/* Placeholder */

#subscribe-email::-webkit-input-placeholder {
    color: #938787;
}
#subscribe-email:-moz-placeholder {
    color: #938787;
}
#subscribe-email::-moz-placeholder {
    color: #938787;
}
#subscribe-email:-ms-input-placeholder {
    color: #938787;
}
/*================================================
             11. FOOTER SECTION
==================================================*/

.footer-section {
    background: #222328 none repeat scroll 0 0;
    padding-bottom: 60px;
    padding-top: 80px;
}
.footer-text p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
}
.footer-text p a {
    color: #F77E1C;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.footer-text .social-icon {
    padding-bottom: 20px;
    text-align: right;
}
.footer-text .social-icon a i {
    background: none;
    border: 1px solid #F77E1C;
    color: #fff;
    font-size: 21px;
    margin-right: 10px;
    padding: 10px;
    transition: all 0.5s ease-in-out 0s;
}
.footer-text .social-icon a i:hover {
    background: #F77E1C;
    color: #fff;
    border: 1px solid #F77E1C;
    font-size: 21px;
    margin-right: 10px;
    padding: 10px;
}