/*-----------------------------------------------------------------------------------

    Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template
    Template URI: site.com
    Description: Sample - Corporate Business Bootstrap4 HTML5 Template
    Author: MD THAHERIL ISLAM
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&amp;family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&amp;display=swap");

body {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #798795;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #222;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #798795;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.slick-slide {
    outline: 0;
}

@media only screen and (min-width: 1600px) {
    .custom-container {
        max-width: 1590px !important;
    }
}

.page-link:focus {
    box-shadow: none;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fed700;
    padding: 0 43px;
    font-size: 14px;
    line-height: 60px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #fed700;
}

    .main-btn:hover {
        background-color: #fff;
        color: #fed700;
        border-color: #fed700;
    }

    .main-btn.main-btn-2 {
        background-color: #fff;
        color: #fed700;
        border-color: #fed700;
    }

        .main-btn.main-btn-2:hover {
            background-color: #fed700;
            border-color: #fed700;
            color: #fff;
        }

/*Loader Css*/
.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.lds-ellipsis {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    text-align: center;
    z-index: 9999;
}

    .lds-ellipsis span {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fed700;
        -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
        animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    }

        .lds-ellipsis span:nth-child(1) {
            -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
            animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
        }

        .lds-ellipsis span:nth-child(2) {
            -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
            animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
        }

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*===========================
    2.HEADER css 
===========================*/
.header-area {
    background: white;
}

    .header-area .header-top .header-top-item {
        padding: 6px 0;
    }

    .header-area .main-header .main-header-item {
        position: relative;
        padding: 5px 0;
    }

        .header-area .main-header .main-header-item .main-header-icon ul li {
            display: inline-block;
            margin-left: 11px;
        }

            .header-area .main-header .main-header-item .main-header-icon ul li i {
                color: #646464;
                cursor: pointer;
            }

@media(max-width: 768px) {
    .main-header-item .header-logo {
        width:40%;
    }
}

.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: rgb(0 0 0 / 65%);
    top: 0;
}

    .off_canvars_overlay.active {
        opacity: .5;
        visibility: visible;
    }

.offcanvas_menu {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .offcanvas_menu {
        display: block;
    }
}

.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 99;
    top: 0;
    height: 100vh;
    transition: .5s;
    left: 0;
    margin-left: -300px;
    padding: 50px 15px 30px;
    overflow-y: auto;
}

    .offcanvas_menu_wrapper.active {
        margin-left: 0;
    }

    .offcanvas_menu_wrapper .slinky-theme-default {
        background: inherit;
        min-height: 300px;
        overflow-y: auto;
    }

    .offcanvas_menu_wrapper .header-btn {
        margin-bottom: 30px;
    }

        .offcanvas_menu_wrapper .header-btn a {
            color: #222;
        }

            .offcanvas_menu_wrapper .header-btn a:hover {
                color: #222;
            }

.offcanvas_main_menu li {
    position: relative;
}

    .offcanvas_main_menu li:last-child {
        margin: 0;
    }

    .offcanvas_main_menu li span.menu-expand {
        position: absolute;
        right: 0;
    }

    .offcanvas_main_menu li a {
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ededed;
        color: #222;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .offcanvas_main_menu li a:hover {
            color: #fed700;
        }

    .offcanvas_main_menu li ul.sub-menu {
        padding-left: 20px;
    }

.offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

    .offcanvas_footer span a {
        font-size: 14px;
        color: #222;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .offcanvas_footer span a:hover {
            color: #fed700;
        }

.canvas_close {
    position: absolute;
    top: 10px;
    right: 13px;
}

    .canvas_close a {
        display: block;
        padding-top: 12px;
        padding-right: 10px;
    }

        .canvas_close a:hover {
            opacity: 0.5;
        }

.canvas_open a {
    display: inline !important;
    font-size: 21px;
    width: 50px;
    height: 42px;
    display: block;
    line-height: 39px;
    text-align: center;
    color: black;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.canvas_open span {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
}