*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p,a,li,i,button,span{
    font-family: 'Open Sans', sans-serif;
}
.navbar{
    background: transparent !important;  
    position: absolute; 
    width: 100%;      
}
.navbar-brand{
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
}
.nav-link{ 
    color: #fff !important;  
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;  
    padding: 0 30px !important;  
}
.nav-link::after{
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: #feb133; 
    margin: auto; 
}
.nav-link:hover::after{
    width: 100%;
    transition: all .4s;
}
.banner-section{
    background: url(../img/banner.png);
    background-repeat: no-repeat;
    height: 859px;
    background-position: top; 
    z-index: -1;
    position: relative; 
    padding: 100px 0;   
}
.banner-section .title{  
    height: 750px;   
    padding: 200px 0;  
    text-align: center;     
}
.banner-section .title h1{  
    color: #fff;
    font-weight: 700;
    font-size: 52px;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.banner-section .title p{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-top: 70px;
} 
.banner-section .title .icon i{
    color: #fff;
    background: #feb133;
    padding: 10px;
    border-radius: 50%; 
    margin-top: 200px; 
}
.about-section{
    width: 100%;
    text-align: center;
    padding: 120px 0;
}
.about-section h1{
    color: #000;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 73px;
}
.about-section h6{
    margin-top: 45px;
    font-size: 18px;
    font-weight: 400;
    color: #818181;
}
.about-section p{
    color: #3f3f3f;
    font-size: 14px;
    padding: 0 150px;
    font-weight: 400; 
}
.about-section ul{
    margin-left: -37px;
}

.about-section ul li{
    list-style: none;
    display: inline-block;
    padding: 0 20px; 
}
.about-section ul li i{
    background: #c6c6c5;
    padding: 12px;
    border-radius: 50%;
    color: #fff; 
}
.about-section ul li i:hover{
    background: #feb133;
    color: #fff;
    transition: ease-in-out .3s;
}
.about-section ul li .active{
    padding: 11px 14px !important;
}
.btn-1{
    padding: 12px 80px; 
    margin-top: 60px;
    border: none;
    text-transform: uppercase;
    color: #51a351;
    border: 2px solid #51a351;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    background: transparent;
}
.btn-1:hover{
    background: #51a351;
    color: #fff; 
    transition: ease-in-out .3s;
    box-shadow: 2px 2px 20px #51a351;
}
.suggesion-section{ 
    background: url(../img/card.png);     
    background-position: top;
    background-repeat: no-repeat;
    height: 591px;
    width: 100%;
    text-align: center;
}
.suggesion-section h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    margin: 140px 0;
    letter-spacing: 5px;
}
.suggesion-section .row .col-md-2 p{ 
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 60px;
}
.suggesion-section .row .col-md-2 a{
    background: #feb133;
    padding: 40px 35px;
    border: 5px solid #feb133; 
    border-radius: 50%;
} 
.suggesion-section .row .col-md-2 a:hover{
    border: 5px solid #806438;  
    transition: ease-in-out .3s;
}
.counter-section{
    background: #f3f3ff;
    padding: 150px 0;
    text-align: center;
}
.line{
    width: 50px;
    height: 2px;
    background: #51a351;
    margin: 25px auto;
}
.counter-section h3{
    color: #444444;
    font-size: 45px;
    font-weight: 700;
} 
.counter-section p{
    color: #444444;
    font-size: 20px;
    font-style: italic;
}
.portfolio-section{
    padding: 100px 0;
    text-align: center; 
}
.portfolio-section .col-md-12 h1{
    text-transform: uppercase;
    color: #333b46;
    letter-spacing: 5px;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 40px;
}
.portfolio-section .col-md-12 ul{
    list-style: none;
}
.portfolio-section .col-md-12 ul li{
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 40px;
}
.portfolio-section .col-md-12 ul li a{
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.portfolio-section .col-md-12 ul li a::after{
    content: '';
    height: 2px;
    width: 0;
    display: block;
    margin: auto;
    background: #19bd9a; 
}
.portfolio-section .col-md-12 ul li a:hover::after{ 
    width: 100%;
    transition: all .4s;
}
.portfolio-section .image-gallery{  
    display: flex; 
}
.portfolio-section .box{
    position: relative;
    overflow: hidden; 
}
.portfolio-section .box img{
    width: 98%;
    margin-bottom: 5px; 
}
.portfolio-section .box .content{
    position: absolute;
    top: 0;
    left: 0;    
    text-align: left;
}
.line-2{
    height: 2px; 
    width: 54px;
    background: #19bd9a;
    transform: translateX(-500px); 
    margin: 20px 0;
}
.portfolio-section .box:hover .line-2{
    transform: translateX(0);
    transition: 1s;   
    transition-delay: .2s; 
}
.portfolio-section .box .content h1{ 
    transform: translateX(-500px); 
    color: #19bd9a;
    font-size: 20px;
    text-transform: capitalize; 
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300; 
    margin-top: 20px;
}
.portfolio-section .box:hover .content h1{ 
    transform: translateX(0);
    transition: 1s;  
    transition-delay: .1s;
}
.portfolio-section .box .content p{ 
    transform: translateX(-500px);   
    font-size: 12px;
    color: #b2b3b3;   
    font-weight: 400;
}
.portfolio-section .box:hover .content p{ 
    transform: translateX(0); 
    transition: 1s;  
    transition-delay: .3s; 
}
.portfolio-section .box .content{ 
    background: rgba(0, 0, 0, .8);
    height: 98%;
    width: 98.5%;   
    transition: .5s;
    transform: translateX(-500px); 
    padding: 20px 30px; 
}
.portfolio-section .box .small{  
    padding: 0 30px !important; 
}
.portfolio-section .box .small .line-2{ 
    margin: 5px 0 !important;
} 
.portfolio-section .box .small .icon{ 
    text-align: center;
    padding-top: 5px;
}
.portfolio-section .box:hover .content{ 
    background: rgba(0, 0, 0, .8); 
    height: 98%;
    width: 98.5%;   
    transition: .5s;
    transform: translateX(0);
    transition-delay: .3s;    
}
.portfolio-section .icon{
    text-align: center;
    padding-top: 20px;
}
.portfolio-section .fa-expand{
    color: #fff;
    padding: 14px 15px; 
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 20px; 
    display: inline-block; 
    text-align: center; 
}
.owl-theme .owl-dots{
    display: none !important;  
}
.testimonial-section{
    padding: 100px 0;
    text-align: center;
    background: #f3f3ff; 
}
.testimonial-section .item h1{
    text-transform: uppercase;
    color: #333b46;
    letter-spacing: 5px;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 40px;
}
.testimonial-section .item p{
    color: #3f3f3f;
    font-size: 14px;
    padding: 0 250px;
    font-weight: 400; 
}
.testimonial-section .item img{
    width: 60%;
    margin: auto;
    padding: 20px 0;
}
.testimonial-section .item .text h3{
    font-size: 16px;
    color: #0a0d0e;
    font-weight: 600;
}
.testimonial-section .item .text p{
    font-size: 14px;
    font-weight: 400;
    color: #899295;
}
footer{
    background: url(../img/footer.png); 
    height: 808px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 100px 0;
}
footer h2{
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 30px;
    margin-left: 40px;
}
footer p{
    font-size: 16px;
    font-weight: 400; 
    color: #fff;
    margin-left: 40px;
}
footer h6{
    color: #dadada;
    font-size: 14px;
    font-weight: 400; 
    text-transform: uppercase;
}
footer h5{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px; 
}
footer .part{
    margin-bottom: 30px;
}
footer .form{
    margin-top: 130px;
}
footer .form input{
    width: 100%;
    border-radius: 0px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}
footer .form textarea{
    width: 100%;
    height: 140px; 
    border-radius: 0px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    margin-top: 30px;
}
footer .form textarea::placeholder{
    color: #fff;
    font-size: 14px
}

footer .form textarea:focus{
    outline: none;
    border: 1px solid #ffb133; 
}

footer .form input::placeholder{
    color: #fff;
    font-size: 14px
}

footer .form input:focus{
    outline: none;
    border: 1px solid #ffb133; 
}
footer .form .btn-1{
    margin: 30px 0 !important;
    width: 100%;
}
footer .copy{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
}


/*****
font-family: 'Open Sans', sans-serif; 
******/