html, body {
    width: auto!important;
    overflow-x: hidden!important;
}
body {
    font-family: "Arsenal", sans-serif;
    background-color: #fff;

    position: relative;
}
body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible;
}

p {
    color: #b3b3b3;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Arsenal", sans-serif;
}
h2, .h2 {
    font-size: 1.5rem;
}
a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color:#212529;
}
a,
a:hover {
    text-decoration: none !important;
}

.hero {
    height: 100vh !important;
    width: 100%;
    background: #5d5b6a;
    overflow: hidden;
}

.site-navbar {
    margin-bottom: 0px;
    /*z-index: 1999;
    position: absolute;
    top: 0;*/
    width: 100%;
}
.site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px;
}
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active {
    color: #007bff;
    display: inline-block;
    padding: 20px 20px;
}
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
    padding: 20px 20px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none !important;
    color: #000;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #4D6531 !important;
    font-weight: 700;
}
.site-navbar .site-navigation .site-menu > li.social > a {
    padding-left: 5px;
    padding-right: 5px;
}
.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}
.site-navbar .site-navigation .site-menu .has-children a {
    position: relative;
    padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
    color: #007bff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 225px;
    border-top: 1px solid #AE9279;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    display: block;
    font-size:13px;
    text-transform: uppercase;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li
> a:hover {
    color: #4D6531;
    font-weight:700;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> a:before {
    content: "\e315";
    right: 20px;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> .dropdown,
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> ul {
    left: 100%;
    top: 0;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #007bff;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
    z-index: 999;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff;
}
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}
.site-mobile-menu .site-nav-wrap li .active {
    color: #007bff;
}
.site-mobile-menu .site-nav-wrap .social {
    display: inline-block;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.site-mobile-menu .site-nav-wrap > li.social {
    float: none !important;
    width: auto !important;
}
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    z-index: 100;
    width: 100%;
}
.sticky-wrapper .site-navbar {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
    color: transparent;
}
.sticky-wrapper .site-navbar .site-logo a {
    color: #fff;
}
.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}
.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
    color: #000;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #007bff;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
    color: #4D6531 !important;
    font-weight:700;
}
#sticky-menu{
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
    background-color: white;
    z-index: 999;
}
.sticky + #content {
    padding-top: 60.5px;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
a.site-menu-toggle.js-menu-toggle {
    color: black;
}
/* Home section */
#home-slider .slider-body{
    z-index: 1;
    top: 300px;
    left: 100px;
    position: absolute;
}
#home-slider .slider-body .slider-title {
    color:white;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#home-slider .slider-body .slider-more a{
    color:white;
    text-transform: uppercase;
}
#home-slider .slider-body .slider-title span{
    background-color: #4b6137;
    padding:5px;
}
#home-slider .slider-body .slider-more span {
    background-color: #326616;
    padding:5px;
}
#home-slider .owl-carousel .owl-nav button.owl-next,
#home-slider .owl-carousel .owl-nav button.owl-prev {
    color:#fff;
    font-size: 30px;
}
#home-slider .owl-prev, #home-slider .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border:0px solid black;
}
#home-slider .owl-prev {
    left: 20px;
}
#home-slider .owl-next {
    right: 20px;
}
#home-slider .owl-prev i, #home-slider .owl-next i {
    transform : scale(2,5);
    color: #ccc;
}
#corporate-video  video{
    object-fit: fill;
    width: 100%;
}

#services, #help-desk, #sustainability, #blog, #getintouch{
    padding:20px 0px;
}

#services{
    background-color: #4D6531;
    padding-bottom: 40px;
}
#services h3{
    font-size: 13px;
    color:white;
}
#help-desk{
    background-image: linear-gradient(#5d7e42, #8cb968);
}
#help-desk .bx{
    border: 1px solid silver;
}
#services .card{
    background-color: transparent;
    border:none;
    padding: 10px;
}
#help-desk .card{
    border:none;
    max-height: 350px;
    height: 350px;
}
#help-desk .card img {
    width:50px;
    height: 50px;
    margin: 20px 0px;
}
.p15{
    padding: 1.2rem !important;
}
section#corporate-video{
    background-color: #000;
}
#help-desk h4.title{
    color:black;
    max-height: 100px;
    height: 100px;
    padding-bottom: 20px;
}
#help-desk .description{
    max-height: 70px;
    height: 70px;
    overflow: hidden;
}
@media (min-width: 1200px) {
    #services img{
        width:95%;
        height:auto;
    }
}
#sme h2, #sustainability h2 {
    font-size: 1rem;
    position: relative;
    color: #d0a53d;
}

#sme .row, #sustainability .row{
    display: flex;
    align-items: center;
    justify-content: center;
}

#sme h2 span, #sustainability h2 span {
    background-color: white;
    padding-right: 10px;
}

#sme h2:after, #sustainability h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 35%;
    height: 0.5em;
    border-top: 1px solid #d0a53d;
    z-index: -1;
}

h2.title{
    color: #3c5327;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.btn-siraj{
    background-color: #7caa57;
    color: #fff;
    border-color: #7caa57;
    padding:5px 30px;
}
.btn-siraj:hover {
    color: #fff;
    background-color: #608144;
    border-color: #c6f59e;
}
.btn-siraj:focus, .btn-siraj.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-altsiraj{
    background-color: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
    margin-top: 40px;
    font-size: 12px;
}
.btn-altsiraj:hover {
    color: #fff;
    background-color: #608144;
    border-color: #c6f59e;
}
.btn-altsiraj:focus, .btn-altsiraj.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}


/* blog section */
#blog-slider{
    position: relative;
}
#slick .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

/* .slick-slide emulates .col- */
#slick .slick-slide {
    padding-right: 15px;
    padding-left: 15px;
}

#slick .slick-slide:focus {
    outline: none;
}

#slick {
    display: none;
}

#slick.slick-initialized {
    display: block;
}

.prev, .next {
    position: absolute;
    top: 0;
    bottom: 207px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #7caa57;
    text-align: center;
    font-size:60px;
}
.next.slick-arrow {
    right: 15px;
}
.prev.slick-arrow {
    left: 15px;
}

#blog .card {
    border:none;
}
#blog .card-body{
    padding: 1.25rem 0px 1.25px 0px;
}
#blog .card-title {
    min-height:50px;
}
#blog .card-text{
    color:#4d7c28;
}
#blog .card-text {
    font-style: italic;
}
.author{
    font-weight: 600;
}
#blog .card-more a{
    color:#b28955;
    text-transform: uppercase;
    font-weight: 600;
}
/* footer */
footer #footer-links{
    background-color: #11110f;
    padding: 50px 0px;
}
footer #footer-links ul{
    list-style: none;
    padding: 0px;
}
footer #footer-links li a{
    color:#fff;
}
footer #footer-links li a:hover{
    color:#c0c0c0;
}
footer #footer-links .col-md li:first-child a {
    color: #5b7644;
    text-transform: uppercase;
    font-weight: 600;
}
footer #footer-links .col-md li:first-child {margin: 20px 0px 10px;}
footer #footer-links .col-md li:first-child a:hover {
    color: #fff;
}
footer #footer-socials{
    background-color: #7ea75c;
    padding: 50px 0px;
    color:#11110e;
}
footer #footer-socials p{
    color:#11110e;
    text-transform: uppercase;
    font-weight: 600;
}
.socialico {
    float: left;
    font-size: 30px;
}
.socialico a{
    color:#11110e;
}
footer #social-id ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0px;
    margin-top: -10px;
}
#social-id ul li{
    margin:5px;
}
footer .socialico a.facebook:hover{
    color:#4267b2;
}
footer .socialico a.instagram:hover{
    color:#c13584;
}
footer .socialico a.linkedin:hover{
    color:#0077b5;
}
footer .socialico a.twitterx:hover{
    color:#f5f8fa;
}
#getintouch a{
    color:#000;
    font-size: 16px;
    font-weight: 600;
}
#getintouch a:hover{
    color:#8cb968;
}
.spanicon {white-space:nowrap;}
.fa-stack{margin-bottom: 5px;}
@media (min-width: 768px) {
    .next.slick-arrow {
        right: -50px;
    }
    .prev.slick-arrow {
        left: -50px;
    }
    #services, #sme, #help-desk, #sustainability, #blog, #getintouch{
        padding:20px 0px;
        clear:both;
    }
    #getintouch a {
        font-size: 16px;
    }
    h2, .h2 {
        font-size: 2rem;
    }
    #sme h3, #sustainability h3 {
        font-size: 2rem;
    }
}
@media (min-width: 1023px) {
    #getintouch {
        text-align: center;
    }
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.top-container {
    background-color: #f1f1f1;
    /*padding: 30px;*/
    text-align: center;
}
/* pages */
#content{
    min-height: 400px;
}
#content.pbottom{padding-bottom: 40px;}
#content .page-card{
    margin-top:25px;
}
#content .page-card .box {
    background-color: #eeeeee;
    min-height: 100px;
    margin-left: 50px;
    padding: 10px 20px 10px 70px;
}
#content .page-card .box .title{
    font-weight: 700;
    color:#6c8c49;
}
#content .page-card .box .desc{
    color: #413e3c;
}
#content .page-card img{
    z-index: 1;
    position:absolute;
    top:20px;
}
#content h1{
    text-transform: uppercase;
    color:#000;
    font-size: 30px;
    padding-top:40px;
}
#content h1.title{
    text-transform: uppercase;
    color:#c29330;
    font-size: 30px;
    padding-top:40px;
    position:relative;
    display: inline-block;
    margin-bottom: 40px;
}

#content h1.title:before {
    position: absolute;
    height: 1px;
    width: 50%;
    left: 0;
    bottom: -10px;
    background: #c29330;
    display: block;
    content: "";
}
#content p{
    color:#1a1a1a;
}

#content .card h2 {
    font-size: 1rem;
    position: relative;
    color: #000;
    z-index: 0;
    margin-top: 20px;
    text-transform: uppercase;
}
#content .card h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 80%;
    right: 0;
    height: 0.5em;
    border-top: 2px solid #d1d1d1;
    z-index: -1;
}
#content .card.no-border{
    border:none!important;
}
.fl-70{
    float:left;
    width:70%
}
.fr-20{
    float:right;
    width: 20%;
    border-top: 2px solid #d1d1d1;
    margin-top: 10px;
}
#content .card h3 {
    font-size: 1rem;
    color: #fff;
    z-index: 0;
    margin-top: 20px;
    text-transform: uppercase;
}
#content h3.title{
    text-transform: uppercase;
    color:#3c5327;
    text-align: center;
}

/*about us*/
#content.about-us #emi{
    background-image: linear-gradient(#3d5427, #8cb968);
    padding: 20px 0px 60px 0px;
}
#content h3.titlealt{
    text-transform: uppercase;
    color:#fff;
    text-align: center;
}
#content.about-us #emi .card {
    border:none;
    padding: 20px 0px;
}
#content.about-us h4.title a:hover {
    font-weight: 600;
    color: #698a45;
}
#content.about-us #emi .card:hover {background-color: red;}