/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9 Oct, 2020, 3:58:43 PM
    Author     : kmr_b
*/
body{
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 300;
    background-color: #F2F5EA;
}
i{
    vertical-align: middle;
}
small{
    font-weight: 300;    
}
.theme-text-primary{
    color: #0E5844;
    text-transform: uppercase;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 1rem;
    font-family: 'Barlow';
    font-weight: 500;
}
.form-control{
    font-weight: 300;
}
.inner{
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem 0.25rem;
    background-color: rgba(0,0,0,0.05);
}
.custom-file-label{
    padding: .25rem .5rem;
    height: calc(1.5em + .5rem + 2px);
    font-weight: 300;
}
.custom-file-label::after{
    padding: .25rem .5rem;
    height: calc(1.5em + .5rem);
}
/*carousel-caption*/
.carousel-caption{
    right: initial;
    top: 20%;
    bottom:initial;
    left: 2.5%;     
    padding: 25px 30px;
    background-color: rgba(0,0,0,0.5); 
    border-bottom: solid 2px #E55812;
}
.carousel-caption h2{
    margin-bottom: 0;
}
/*page-title*/
.page-title{
    position: relative;
    margin-bottom: 2.75rem;
    text-align: center;
}
.page-title > span{
    position: relative;
    text-transform: uppercase;
    color: #0E5844;
}
.page-title span::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    left: 25%;
    bottom: -10px;
    background-color: #E55812;
}
/*page head*/
.page-head{
    width: 100%;
    padding-top: 1rem;
    margin-bottom: 1.5rem;
    background-color: #0E5844;
}
.page-head h1{
    margin-bottom: 0;
    color: #F2F5EA;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 2.25rem;
}
.page-head .breadcrumb{
    padding-left: 0;
    margin-bottom: 0.5rem;
    background: none;
}
.page-head .breadcrumb .breadcrumb-item a{
    color: #C7CCD1;
}
.page-head .breadcrumb .breadcrumb-item a:hover{
    color: #E55812;
    text-decoration: none;
}
/*header*/
header{
    width: 100%;
    padding-top: 0.15rem;    
    color: #F2F5EA;
    background-color: #E55812;
}
header ul{
    margin-bottom: 0.15rem;
}
header ul span{
    font-size: 90%;
}
header ul li a{
    color: #F2F5EA;
}
header ul li a:hover{
    color: #0E5844;
}
/*navbar*/
.navbar{
    background: #fff;
    box-shadow: 0px 1px 1px #000;
}
.navbar-nav .nav-link{
    font-family: 'Barlow';
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link{
    color: #031926;
    font-size: 1.15rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{    
    color: #0E5844;   
    border-bottom: solid 2px #E55812;
}
.slider-wrapper{
    margin-bottom: 1.75rem;
    width: 100%;
    min-height: 10vw;
    background-color: #0E5844;
}
.dropdown-menu{
    border: none;
    border-radius: 0;
}
.dropdown-item{
    font-weight: 300;
}
/*services*/
.services-wrapper{
    width: 100%;
    padding: 1.5rem 0;
    margin: 1.5rem 0;
    background-color: #C7CCD1;
    text-align: center;
}
.services-wrapper .icon{
    margin: 0 auto 0.5rem;
    padding: 20px;
    width: 100px;
    height: 100px;
    color: #0E5844;
    background-color: #F2F5EA;
    border-radius: 100px;    
    transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
}
.services-wrapper .icon:hover{
    color: #F2F5EA;
    background-color: #E55812;    
}
.services-wrapper .icon i{
    font-size: 60px;    
    line-height: 1;
}
.services-wrapper span.title{
    margin: 1rem;
    display: block;
    font-weight: 500;
    font-size: 0.8rem;
}
/*contact home widget*/
.contact-wrapper{
    width: 100%;
    color: #C7CCD1;
    background-color: #313638;
}
.contact-wrapper .inner{
    margin-bottom: 0;
    background-color: transparent;
}
/*footer*/
footer{
    width: 100%;
    padding-top: 2.5rem;
    color: #C7CCD1;
    background-color: #03110D;
}
footer h4{
    margin-bottom: 1.5rem;
    color: #F2F5EA;
}
footer p small i{
    color: #E55812;
}
footer .wrapper{
    padding:0.5rem 0;
    font-size: 0.75rem;
    background-color: rgba(0,0,0,0.5);
}
footer ul{
    padding-left: 0;
    list-style: none;
}
footer ul li{
    margin-bottom: 0.25rem;
}
footer ul li a{
    color: #C7CCD1;
    transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
}
footer ul li a:hover{
    padding-left: 10px;
    text-decoration: none;
    color: #E55812;
}
/*go to top*/
.gototop{
    position: fixed;
    display: none;
    right: 10px;
    bottom: 10px;
    z-index: 11;
}
.gototop a{
    font-size: 3rem;
    color: #0E5844;
    transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;    
}
.gototop a:hover{    
    color: #E55812;
    text-decoration: none;
}