
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sintony:400,700&display=swap');
body {
    color: #666;
    font-family: open sans,sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
}
.bg2 {
    background: #f9f9f9;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #333;
    font-family: sintony,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

h1{
    font-size: 42px;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.white-color{
    color: #fff !important;
}
.green-color{
    color: #00A859;
}
.header-top{
    background-color: #00A859;
    padding: 10px 0;
    text-align: right;
}
.header-top .socail-links{
    margin-bottom: 0;
}
.header-top .socail-links a{
    color: #fff;
}

header{
    background-color: #fff;
    position: relative;
}
header:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0px;
    height: 2px;
    width: 37.5%;
    z-index: 888;
    background-color: #f93;
}
header:after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 0px;
    background-color: #fff;
    height: 2px;
    width: 65%;
    z-index: 888;
}




.navbar{
    padding: 0;
}
.navbar-brand{
position: relative;
z-index: 2;
padding: 10px 0;
background-color: #f93;
color: #fff !important;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
}
.navbar-brand div{
    position: relative;
    z-index: 2;
}

.navbar-brand span{
    display: block;
    font-size: 18px;
}
.navbar-brand:after {
    content: "";
    position: absolute;
    right: -26px;
    height: 100%;
    width: 100px;
    transform: skew(-25deg);
    top: 0;
    background-color: #f93;
    z-index: 1;
}
.navbar-brand:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0px;
    height: 100%;
    width: 2000%;
    background-color: #f93;
    z-index: 1;
}
.nav-link {
    display: block;
    text-transform: uppercase;
    color: #27282d;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    padding: 0 30px !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}





.main-hero-section{
    height: calc(100vh - 127px);
    overflow: hidden;
}
.carousel {
    height: 100%;
}




.section{
    padding: 100px 0;
}


.heading{
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 6px;
    
    position: relative;
    text-align: center;
    font-size: 30px;
}
.heading:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 75px;
    height: 3px;
    background-color: #27282d;
}
.heading.left{
    text-align: left;
}
.heading.left:before {
    margin: 0;
}
p {
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #666;
}

figure {
    float: left;
    width: 100%;
    position: relative;
}
figure img {
    width: 100%;
    height: auto;
}
figure:before {
    content: "";
    position: absolute;
    top: -35px;
    left: -58px;
    width: 100%;
    height: 100%;
    border: 9px solid #27282d;
    background-color: #fff;
    z-index: -1;
}
figure:after {
    content: "";
    position: absolute;
    border: 3px solid #dfdfdf;
    height: 110%;
    left: -28px;
    top: -24px;
    width: 100%;
    z-index: -2;
}


.video-section .col-md-3, .video-section .col-md-4{
    margin-bottom: 30px;
}

.testmonials-section{
    position: relative;
    padding: 0;
}
.testmonials-section::after{
    position: absolute;
    content: "";
    width: 30.5vw;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f3983e;
    z-index: -1;
}
.testmonials-section .col-md-3{
    background-color: #f93;
    padding-top: 20px;
    padding-bottom: 20px;
}
.testmonials-section .col-md-3 h4{
    color: #fff;
    text-align: left;
    font-size: 42px;
}
.testmonials-section .col-md-3 h4.heading:before{
    background-color: #fff;
    margin: 0;
}
.testmonials-section .col-md-9{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
}

.box{
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    padding: 20px !important;
    height: 100%;
}
.slick-slider {
    /* margin:0 -16px; */
}
.slick-slide {
    padding:10px;
    text-align:center;
    margin-right:8px;
    margin-left:8px;
}


footer{
    background-color: #27282d;
    padding: 60px 0;
}
footer a:hover{
    text-decoration: none;
}
footer a h2{
    color: #fff;
    margin-bottom: 50px;
    font-weight: 600;
}
footer a h2 small{
    font-size: 14px;
    display: block;
}
footer ul {
    float: left;
    width: 100%;
    text-align: center;
}
footer ul li {
    display: inline-block;
    position: relative;
    padding: 0 4px;
}
footer ul li a {
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background-color: #313131;
    line-height: 33px;
    color: #fff;
}
footer ul li:hover a {
background-color: #f93;
color: #fff !important;
}
footer ul li a:hover{
    color: #fff !important;
    }








    .inner-hero-section{
        height: 150px;
        background-color: #27282d;
    padding: 60px 0;
    color: #fff;
    display: flex;
    align-items: center;
    }