@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800&display=swap');

/*

font-family: 'Source Serif Pro', serif;
font-family: 'Poppins', sans-serif;


*/

body {
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background-image: url(../img/leafs.png);
    background-repeat: repeat;
    overflow-x: hidden!important;
}


/*-----------------scroolbar-------------*/

body::-webkit-scrollbar {
    width: 8px;
}

body.sbar_color_two {
    overflow-x: hidden;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f4f4f4;
    -moz-box-shadow: inset 0 0 6px #f4f4f4;
    box-shadow: inset 0 0 6px #f4f4f4;
    background: #f4f4f4;
}

body::-webkit-scrollbar-thumb {
    background: #209e2e;
    -webkit-box-shadow: inset 0 0 6px #209e2e;
    -moz-box-shadow: inset 0 0 6px #209e2e;
    box-shadow: inset 0 0 6px #209e2e;
}

body::-webkit-scrollbar-thumb:window-inactive {
    background: #209e2e;
}


/*-----------------scroolbar-------------*/


/*** 

====================================================================
	Reset
====================================================================
 ***/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*** 

====================================================================
Global Settings
====================================================================

***/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: 'Source Serif Pro', serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #252525;
    font-weight: 700;
}

p {
    padding: 0 0px 15px 0px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #808080;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    overflow-wrap: break-word;
}

ul {
    padding: 0;
    margin: 0 0px 30px 0px;
}

.navbar::-webkit-scrollbar {
    width: 3px;
}

.navbar {
    overflow: auto;
}

.navbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f4f4f4;
    -moz-box-shadow: inset 0 0 6px #f4f4f4;
    box-shadow: inset 0 0 6px #f4f4f4;
    background: #f4f4f4;
}

.navbar::-webkit-scrollbar-thumb {
    background: #209e2e;
    -webkit-box-shadow: inset 0 0 6px #209e2e;
    -moz-box-shadow: inset 0 0 6px #209e2e;
    box-shadow: inset 0 0 6px #209e2e;
}

.navbar::-webkit-scrollbar-thumb:window-inactive {
    background: #209e2e;
}

ul.navbar-nav li::before {
    display: none;
}

ul.navbar-nav li {
    padding: 0px 0px 0px 0px;
}

ul li {
    padding: 0 0px 0px 20px;
    position: relative;
    margin: 0;
    color: #454545;
    padding-bottom: 5px;
    font-size: 16px;
    list-style: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

ol {
    padding: 0;
    margin: 0 0px 30px 15px;
}

ol li {
    padding: 0 0px 0px 0px;
    position: relative;
    margin: 0;
    color: #454545;
    padding-bottom: 5px;
    font-size: 16px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.label.label-danger {
    padding: 10px;
    background: #209e2e;
    margin-bottom: 20px;
    display: block;
}

.image {
    position: relative;
    margin-bottom: 30px;
}

.short_codes {
    position: relative;
    background: #f4f4f4;
    padding: 30px 20px 0px;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 10px;
}

ul li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50px;
    border: 2px solid #808080;
    left: 0px;
    top: 8px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

a {
    text-decoration: none;
    color: #209e2e;
    font-weight: 500;
}

a:hover {
    text-decoration: none;
    color: #209e2e;
}

.btn:focus {
    outline: 0px;
    -webkit-appearance: none;
    appearance: none;
}

h1.title {
    position: relative;
    font-size: 30px;
    line-height: 36px;
    color: #252525;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.panel-title>a {
    position: relative;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
    display: block;
    background: #209e2e;
    padding: 10px 20px;
}

.panel-title>a.collapsed {
    background: #1c1c1c;
}

.panel-default>.panel-heading {
    background: transparent;
    border: 0px solid rgba(255, 255, 255, .1);
    padding: 0px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #e1e1e1;
}

.panel-group .panel {
    border: 0px;
}


/* Top Navigation Shrink On Scroll */

.navbar-header {
    width: 100%;
    margin-bottom: 30px;
    float: none!important;
}

.navbar-brand {
    height: 100px;
}

.navbar-nav {
    float: none!important;
}

.navbar-custom {
    margin-top: 0px;
    padding: 20px 5px;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #0258A4 !important;
    width: 350px;
    position: fixed;
    border: 0px;
    left: 0;
    height: 100%;
    background: #1c1c1c;
    border-radius: 0px;
    z-index: 10;
}

.navbar-custom.top-collapse {
    margin-top: 10px;
    padding: 0;
    background-color: #0258A4;
}

.navbar-default .navbar-nav>li>a {
    padding: 10px 10px 10px 32px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.navbar-default .navbar-nav>li>a::before {
    content: "\f178";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: #209e2e;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: transparent;
    color: #209e2e;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background: transparent;
    color: #209e2e;
}

.navbar-nav>li>.dropdown-menu {
    position: relative;
    width: 100%;
    background: transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    border: 0px;
    z-index: 0;
    float: none;
    display: block!important;
}

.dropdown-menu>li>a {
    color: #808080;
    padding: 6px 10px 6px 32px;
    position: relative;
    font-size: 14px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #209e2e;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu>li>a::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #454545;
    left: 10px;
    top: 12px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.dropdown-menu>li>a::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #209e2e;
    border-radius: 50px;
    left: 3px;
    top: 11px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    opacity: 0;
}


/* Top Navigation Shrink On Scroll End */


/* Top Navigation Colors */

.navbar-custom.top-collapse .navbar-nav>.active>a:focus,
.navbar-custom.top-collapse .navbar-nav>.active>a:hover,
.navbar-custom.top-collapse a:hover {
    color: #FFFFFF !important;
    background-color: none;
}

.navbar-custom.top-collapse .navbar-nav>.active>a {
    color: #FFFFFF !important;
    background-color: #014785;
}

.hvr-bounce-to-right:before {
    background: #014785;
}

.nav>li {
    display: block;
    float: none!important;
}

.navbar-custom a:hover {
    color: #209e2e !important;
}

.navbar-custom.top-collapse a {
    color: #FFFFFF !important;
}


/* Top Navigation Colors End */


/* Toggle Button Colors */

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #0258A4;
}

.navbar-custom.top-collapse .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-custom .navbar-toggle {
    border: 2px solid #0258A4;
}

.navbar-custom.top-collapse .navbar-toggle {
    border: 2px solid #FFFFFF;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background: none;
}


/* Toggle Button Colors End */


/* Progress Animation On Scroll */

.progressContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: transparent;
}

.progress {
    height: 6px;
    width: 0%;
    background: #209e2e;
    border-radius: 0;
    position: relative;
}


/* Progress Animation On Scroll End */


/* Toggle Navigation Border Remove */

.navbar-collapse {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0px!important;
}


/* Toggle Navigation Border Remove End */

.section.first {
    padding-top: 60px;
}

.section {
    position: relative;
    padding-top: 30px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

main.content {
    position: relative;
    margin-left: 350px;
}

main.content .section_content {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0px 15px 10px;
    position: relative;
}

@media(max-width:768px) {
    .navbar-custom {
        width: 100%;
        position: relative;
    }
    main.content {
        margin-left: 0px;
    }
    .navbar-brand>img {
        width: 130px;
    }
    .navbar {
        overflow: hidden;
    }
    .navbar-header {
        margin-bottom: 0px;
    }
    .navbar-brand {
        height: 50px;
    }
    .nav>li {
        padding-left: 31px!important;
    }
    .navbar-collapse {
        overflow: hidden!important;
    }
}

.navbar-custom .navbar-toggle {
    border: 0px;
}

footer {
    padding-top: 20px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 0px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #fff;
}

#scroll {
    position: fixed;
    right: 50px;
    bottom: 100px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #209e2e;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 99;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}

#scroll span {
    font-size: 18px;
    display: block;
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    line-height: 50px;
    text-align: center;
}

#scroll:hover {
    background-color: #fff;
    opacity: 1;
}

#scroll:hover span {
    color: #209e2e;
}


/* Top Navigation Margin & Padding Fix End */