body{
    font-family: 'Yantramanav', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

a{
    transition: all ease-in-out 300ms;
    color: #333;
}
a:hover{
    color: #2e6da4;
    text-decoration: none;
}
a:focus{
    color: inherit;
    outline: none;
    text-decoration: none;
}

::selection {
    background: #78B7EC;
}
::-moz-selection {
    background: #78B7EC;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}


/*Typography*/
h1, h2, h3, h4, h5, h6{
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 1.25;
    font-weight: 500;
}


/*Navigation*/
.navbar{
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}
.navbar-nav li a:hover{
    background: none;
}
.navbar-nav li a:focus{
    background: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: none;
}
.navbar-nav li a{
    color: #fff;
    font-family: 'Average Sans', sans-serif;
}

.navbar-toggle {
    color: #fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    text-decoration: none;
}

.nav .dropdown-menu{
    border: none;
    border-radius: 0 !important;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    background: #f1f1f1;
}
.navbar-brand{
    color: #fff !important;
    font-weight: 700;
    height: auto;
}


/*Button*/
.button-group{
    display: inline-block;
    position: relative;
}

.button{
    padding: 15px 20px;
    background: #bdc3c7;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    transition: all ease-in-out 300ms;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    border: 1px solid transparent;
    font-weight: 500;
}
.button:hover{
    color: #fff;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.button:focus{
    outline: none;
    color: #fff;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn-group .button{
    margin-bottom: 0;
}
.button-rounded{
    border-radius: 4px;
}

.button-primary{
    background: #ff3417;
    color: #fff;
}
.button-primary:hover{
    color: #fff;
}
.button-primary:focus{
    color: #fff;
}
.button-secondary{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.button-secondary:hover{
    color: #fff;
}
.button-secondary:focus{
    color: #fff;
}


/*Carousel*/
.owl-theme .owl-nav [class*=owl-]{
    background: transparent !important;
    opacity: 1;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 500%;
    color: #333 !important;
}
.owl-theme .owl-nav .fa{
    position: relative;
    top: 2px;
}
.owl-theme .owl-dots .owl-dot span{
    opacity: 1;
    transition: all ease-in-out 300ms;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #333;
    opacity: 1;
    transition: all ease-in-out 300ms;
}
.owl-theme .owl-nav .disabled{
    opacity: .4 !important;
}
.owl-theme.owl-single .owl-nav [class*=owl-]{
    position: absolute;
    top: 44%;
    background: transparent !important;
    opacity: 1;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    /*border-radius: 500%;*/
    color: #fff !important;
}

/*Forms*/
.form-group{
    margin-bottom: 15px;
    position: relative;
}
.form-control{
    height: auto;
    line-height: 1.2;
    padding: 15px 15px;
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus{
    box-shadow: none;
    border: 1px solid #5dade2;
}
textarea.form-control{
    resize:vertical ;
}
.form-control::-webkit-input-placeholder {
    color: #333;
}
.form-control:-moz-placeholder {
    color: #333;
}
.form-control::-moz-placeholder {
    color: #333;
}
.form-control:-ms-input-placeholder {
    color: #333;
}
label{
    font-weight: 400;
    margin-bottom: 5px;
}


/*Popup*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px 30px 20px;
    width: auto;
    max-width: 570px;
    margin: 20px auto;
}
.open-popup, .scroll-to, .window-popup{
    outline: inherit;
}


/*Styles*/
header.header{
    position: fixed;
    z-index: 997;
    width: 100%;
    top: 0;
    left: 0;
    transition: all ease-in-out 300ms;
}



.header.header-stick{
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}

.header .logo-dark{
    display: none;
}
.header.header-stick .logo-dark{
    display: block;
}
.header.header-stick .logo-light{
    display: none;
}

.header.header-stick .navbar-nav li a{
    color: #303e48;
}

.navbar-nav li a{
    font-size: 15px;
    border-bottom: 3px solid transparent;
    animation: all ease-in-out 300ms;
}
.navbar-nav li a.active{
    border-bottom: 3px solid #ff3417;
}

header.header .navbar-nav li a.button-cta{
    color: #fff !important;
    background: #ff3417;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 8px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

#home{
    position: relative;
    padding-top: 215px;
    padding-bottom: 115px;
    min-height: 790px;
}
.homepage-slider{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-content{
    position: relative;
    z-index: 9;
    color: #fff;
}
.homepage-content-inner{
    max-width: 775px;
}
.homepage-content-inner h1{
    font-size: 44px;
    margin-bottom: 40px;
    font-weight: 700;
}

.homepage-content-inner p{
    line-height: 30px;
}
.home-button-container{
    margin-top: 75px;
}
.home-button-container .button{
    margin-right: 30px;
}


.homepage-slider .item{
    height: 790px;
}


#services{
    padding-top: 75px;
    padding-bottom: 75px
}
.section-title{
    font-size: 45px;
    font-weight: 800;
}

#services .section-title{
    color: #303e48;
    margin-bottom: 10px;
}
.separator>div{
    height: 3px;
    background: #ff3417;
    width: 75px;
    margin: 0 auto;
}
.separator{
    margin-bottom: 25px;
}
.section-lead{
    margin-bottom: 55px;
}
#services .section-lead{
    color: #808080;
}

.service-box{
    margin-bottom: 60px;
    text-align: center;
    color: #808080;
}
.service-title h3{
    font-size: 18px;
    color: #303e48;
}
.service-title{
    min-height: 40px;
}
.service-icon{
    min-height: 75px;
}

#pricing{
    background: url('../img/content/pricing-bg.png') no-repeat top center;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 80px;
    color: #fff;
}

#pricing .table{
    background: #fff;
    color: #404040;
}
#pricing .table thead tr td{
    font-weight: 500;
    color: #404040;
    padding: 35px 30px !important;
    background: #f4e8e7;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
#pricing .table tbody td{
    font-family: 'Yantramanav', sans-serif;
    padding: 20px 30px;
    font-size: 16px;
}
#pricing .table tbody tr:nth-child(odd) td{
    background: #f7f7f7;
}
#pricing .table tbody tr:nth-child(even) td{
    background: #fff;
}
#pricing .table tbody .text-center{
    font-weight: 700;
}

.green-color{
    color: #7db375;
}
.fa.green-color{
    margin-right: 5px;
}

#faq{
    padding-top: 75px;
    padding-bottom: 95px;
    border-bottom: 1px solid #ddd
}

#faq .section-lead{
    color: #808080;
}

#faq .section-title{
    color: #303e48
}

.faq-item{
    border-bottom: 1px solid #eeeeee;
}
.faq-header{
    position: relative;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #404040;
    cursor: pointer;
}

.faq-header .fa{
    position: absolute;
    right: 0;
    top: 25px;
}
.faq-header .fa:before{
    content: "\f067";
    color: #404040;
}
.faq-item.expanded .faq-header .fa:before{
    content: "\f068";
}
.faq-item.expanded .faq-header{
    color: #ff3417

}

.faq-item .faq-content{
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    animation: all ease-in-out 300ms;
}
.faq-item.expanded .faq-content{
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    overflow: auto;
}
.faq-content-inner{
    padding-bottom: 25px;
    font-weight: nornal;
    font-size: 16px;
    color: #808080;
}



#resources{
    padding-top: 75px;
    padding-bottom: 95px;
}

#resources .section-title{
    color: #303e48
}

#resources .section-lead{
    color: #808080;
}

.resource-item{
    position: relative;
    margin-bottom: 40px;
}

.resource-header{
    border: 1px solid #dddddd;
    height: 95px;
    cursor: pointer;
}

.resource-item .resource-content{
    max-height: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    animation: all ease-in-out 300ms;
}

.resource-item.expanded .resource-content{
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
}

.resource-content-inner{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 5px solid #303e48;
}
.resource-content-inner ul{
    margin-bottom: 0;
}
.resource-content-inner ul li{
    display: block;
    color: #808080;
    font-size: 14px;
}
.resource-content-inner ul li strong{
    color: #303e48;
}
.resource-content-inner ul li a{
    color: #ff3417; !important
}

#cta{
    padding-top: 130px;
    padding-bottom: 130px;
    background: url("../img/content/cta-bg.png") no-repeat center;
    background-size: cover;
}

#cta h2{
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 45px;
}

#cta .cta-content .button{
    background: #fff;
    color: #303e48;
}


#contact{
    font-family: 'Yantramanav', sans-serif;
    color: #9b9da8;
    background: #22292e;
    padding-top: 65px;
}
#contact a{
    color: #9b9da8 !important;
}

#contact p{
    margin-bottom: 30px;
}

.footer-logo{
    margin-bottom: 30px
}

#contact .fa{
    color: #fff
}

#contact h3{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

#contact h4{
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

#contact ul li{
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #47525a;
}

.contact-item{
    position: relative;
    padding-left: 30px;
}
.contact-item .fa{
    position: absolute;
    top: 5px;
    left: 0;
}

.copyright{
    border-top:1px solid #47525a;
    padding-top: 25px;
    padding-bottom: 25px;
}

.social-links a{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.social-links a .fa{
    font-size: 19px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 180%;
}

.copyright-inner{
    padding-top: 5px;
}
.consultation-form{
    text-align: center;
    padding-top: 50px;
}
.consultation-form h2{
    font-size: 30px;
    color: #303e48;
    margin-bottom: 15px;
}
.consultation-form p{
    color: #808080;
    margin-bottom: 30px;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    background: #ff3417;
    opacity: 1;
}
.consultation-form .form-group{
    border-bottom: 4px solid #303e48;
    margin-bottom: 20px;
}

.error{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    color: #C1391C;
}
.success{
    color: #17A05E;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}



/* Back to top */
.back-to-top {
	border-radius: 5px;
	text-align: center;
	background: #000;
	color: #fff;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 9999;
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Jquery appear */
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/* Preloader */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F6F6F6;
	z-index: 10000;
	height: 100%;
}

#loader {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/* Mobile device */
@media (max-width: 767px) {
    .navbar-brand>img {
        display: block;
        width: 200px;
    }

    .navbar-collapse .navbar-nav{
        background: #fff !important;
        padding-bottom: 15px;
    }
    header.header .navbar-nav li a{
        color: #303e48 !important;
    }
    header.header .navbar-nav li a.button-cta{
        margin-left: 0;
    }

    .navbar-toggle{
        color: #ff3417;
    }
    #home {
        position: relative;
        padding-top: 100px;
        padding-bottom: 55px;
        min-height: 750px;
    }
    .homepage-content-inner h1 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .copyright-inner{
        margin-bottom: 15px;
    }

    header.header .navbar-nav li a.active {
        border-color: transparent !important;
        color: #ff3417 !important;
    }
}

/* Mobile 480 */
@media (max-width: 480px) {

}

/* iPad */
@media (min-width: 768px) {
    .navbar-nav li a{
        padding:  10px 8px !important;
    }
    .navbar-nav{
        position: relative;
        top: 15px;
    }

    .sm-text-right{
        text-align: right;
    }
    .navbar{
        padding-top: 30px;
    }
    header.header-stick .navbar{
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand>img{
        width: 200px;
        margin-bottom: 10px;
    }
}

/* Desktop small screen */
@media (min-width: 992px) {

}

/* Desktop large screen */
@media (min-width: 1200px) {

}