
/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
.main-font{font-family: 'Montserrat', sans-serif; font-weight: 400 !important; color: #fff !important;}
.alt-font{font-family: 'Montserrat', sans-serif;}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    width: 8px;
    background:white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #e64d3c;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1s !important;
    -o-transition-duration: 1s;
    transition-duration: 1s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}

/* ===================================
    General
====================================== */

body {font-family: 'Montserrat', sans-serif; font-size: 16px; color: #444444;background: #ffffff;font-weight:600;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {line-height: 1.2; font-weight: 500; font-family: 'Cinzel', serif; color:#2c3f51;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none; text-transform: uppercase;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Roboto', sans-serif;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: inherit;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 7.5rem 0;}
.padding-bottom {padding-bottom: 7.5rem;}
p {font-weight: 500; font-family: 'Roboto';}
h2 {font-size: 52px !important;}
h3 {font-size: 30px !important; font-family:'Montserrat'; color:#2c3f51 !important; letter-spacing: -1px; }
h4 {font-size: 16px !important; font-family:'Montserrat'; color:#e64d3c !important; }

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 12px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 5px; text-transform:uppercase; width: auto;font-family: 'Montserrat', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}

/* button size */
.btn.btn-small {font-size:12px;}
.btn.btn-medium {font-size:14px; padding: 14px 46px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 16px 48px;; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/*Button Arrow Hover*/
.btn.button { position: relative;}
.button:hover:after { opacity: 1; right: 10px;}
.button:after {
    position: absolute;
    opacity: 0;
    top: 48%;
    right: -20px;
    font-size: 18px;
    transition: 0.3s linear;
    transform: translateY(-50%);
    content: '\EA46';
    font-family: LineIcons;
}

/* Transparent white button */
.btn.btn-white-trans {background: #ffffff; border-color: #ffffff; color: #202020}
.btn.btn-white-trans:hover {background: transparent !important; border-color: #ffffff; color: #ffffff !important}

/* White button */
.btn.btn-transparent {background: transparent; border-color: #ffffff; color: #ffffff;}
.btn.btn-transparent:hover {background: #ffffff !important; border-color: #ffffff; color: #202020 !important}
.btn.btn-white {background: #ffffff !important; border-color: #ffffff; color: #202020 !important}

/* Grey button */
.btn.btn-grey {background: #444444; border-color: #444444; color: #ffffff;}
.btn.btn-grey:hover {background: #495611 !important; border-color: #495611; color: #ffffff !important}

/* blue button */
.btn.btn-blue {background: #e64d3c !important; border-color: #e64d3c; color: #ffffff !important}
.btn.btn-blue:hover {background: #2c3f51 !important; border-color: #2c3f51; color: #ffffff !important}

/* Background color */
.bg-main {background-color: #2c3f51;}
.bg-white {background: #ffffff;}
.bg-black {background: #202020;}
.bg-turquoise {background: #2aaebb;}
.bg-aquamarine {background: #e64d3c;}
.bg-pink {background: #E6007E;}

/* Text color */
.text-main {color: #495611;}
.text-black{color: #202020;}
.text-white{color: #ffffff;}
.text-sec{color: #444444;}
.text-green {color:#e64d3c;}



/* ===================================
        Header
====================================== */
/* nav top default */

header a.logo img {
    max-width: 230px;
    vertical-align: sub;
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 90px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: transparent;
}


.header-appear .navbar-top-default {
    height: 100px;
    position: fixed;
    z-index: 99;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
/*Header Appear*/
.header-appear .navbar-top-default{
    background: #ffffff;
}
/*Logo color change on header apppear*/
.navbar .logo .logo-dark{
    display: none;
}
.header-appear .navbar .logo .logo-dark{
    display: block;
}
.header-appear .navbar .logo .logo-white{
    display: none;
}
    /*navbar color change on header appear */
.header-appear .navbar-simple .navbar-nav .nav-link {
    font-size: 14px;
    color: #2b2b2b;
    font-weight: 700;
    text-align: center;
    padding: 0.4rem 1.5rem;
    text-transform: uppercase;
}
/*handburger color chnage on header appear*/
.header-appear  .sidemenu_btn span{
    background-color: #2b2b2b;
}

.navbar-simple .navbar-nav .nav-link {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 0.4rem 1.5rem;
    text-transform: uppercase;
}

.navbar-top-default #megaone{
    margin-right: -30px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 0.4rem 1.5rem;
    text-transform: uppercase;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background-color: #a07bf7;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    color: #a07bf7;
}

/*nav line*/

.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: -28px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #e64d3c;
    visibility: hidden;
    opacity: 0;
}

/* ===================================
    Side Menu
====================================== */

.side-menu .bg-overlay{
    background: rgba(000, 000, 000, 0.7);
}
.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2032;
    height: 100%;
    background-color: #2c3f51;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition:transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu-opacity{
    opacity:0;
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202020;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side close btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 36px;
    left: 40px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    margin-top: .4rem;
    position: absolute;
    left: 40px;
    top: 30px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    display: block;
    margin: auto;
    transition: .5s ease;
}

.sidemenu_btn:hover span:first-child,.sidemenu_btn:hover span:last-child{
    width: 70%;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-link{
    display: block;
    margin: 3px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-link:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-link:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-link:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-link:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-link:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-link:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-link:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-link:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-link:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 16px 0 16px 0 !important;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu-inner-content{
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 30px;
}

.side-menu p{
    margin-bottom: 0;
}

.menu-company-details{
    margin-bottom: 25px;
    margin-top: -15px;
}

.menu-company-details span{
    display: block;
    color: #FFFFFF;
    font-size:16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
    padding-left: 8px;
}

.side-menu .social-icons-simple li:first-child{
    padding-left: 0;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 42px;
    border: 1px solid transparent;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    color: #ffffff;
}

.social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.social-icons-simple li a:hover i {
    color: #495611;
}

.get-started-btn {
    margin: 30px 0 0 0;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
    Start Model Popup
====================================== */
.quote-content{
    text-align: center;
    max-width: 900px;
    padding: 50px 150px;
    overflow: visible;
    background-color: #ffffff;
}

.quote-content .contact-form .form-control{
    border-radius: 0;
    padding: 0;
}

.quote-content #quote_submit_btn{
    margin-bottom: -120px;
}

/*CheckBox*/
.quote-content .form-check{
    padding: 50px 0 8px 0;
    text-align: center;
    margin-bottom: -15px;
}

.checkbox-lable {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #495611;
}

.checkbox-lable input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px dotted #444444;
}

.checkbox-lable:hover input ~ .checkmark {
    background-color: #444444;
}

.checkbox-lable input:checked ~ .checkmark {
    background-color: #495611;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-lable input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-lable .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quote-content .fancybox-close-small {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #e64d3c;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.quote-content .fancybox-close-small:after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -1px;
    font: initial;
    font-size: 35px;
    color: #fff;
}

.fancybox-close-small:focus:after{
    outline: none;
}

.quote-content .fancybox-close-small:hover:after,
.quote-content .fancybox-close-small:focus:after{
    background-color: transparent;
}

.contact-form .form-control:focus {
    border-color: #495611;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form textarea {
    min-height: 130px;
    resize: none;
}
/* ===================================
    End Model Popup
====================================== */

/* ===================================
    Start Slider
====================================== */

.swiper-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
}

.swiper-pagination-bullet-active {
    color: #202020;
    background: #ffffff;
}

.swiper-slide-active .slider-heading {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -1px;
    opacity: 0;
    animation: fadeUp 1s forwards;
    animation-delay: .8s;
    line-height: 1.2;
}

.swiper-slide-active .slider-heading span {
    font-size: 60px;
    font-weight: bold;
}

.swiper-slide-active .slider-para {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0;
    animation: fadeUp 1s forwards;
    animation-delay: 1.3s;
}

.swiper-slide-active .btn {
    animation: fadeUp 1s forwards;
    animation-delay: 1.6s;
}

.slider-text .btn, .slider-para, .slider-heading {
    opacity: 0;
}

@keyframes fadeUp {
    0%{
        transform: translateY(4rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

.revicon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 34px;
    z-index: 11;
    position: absolute;
}

.revicon li a{
    color: #ffffff !important;
}

.revicon li a:hover{
    color: #ffffff;
}

.slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
}

.slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: table;
}

.slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
.slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 20px;
}
/* ===================================
    End Slider
====================================== */

/* ===================================
    Start About
====================================== */

section.about {
    width: 100%;
    min-height: 500px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 3rem;
}

.about .heading-area{slder
    margin-bottom: 100px;
}

.app-feature{
    margin-bottom: 1rem;
}

.heading-area .sub-title {
    font-size: 24px;
    font-weight: normal;
}

.heading-area .title {
    font-weight: bold;
    font-size: 48px;
}

.heading-area .paragraph {
    font-size: 16px;
    font-weight: normal;
}

.app-feature:hover i{
    transform: translateY(-10px);
}

.app-feature:last-child{
    margin-bottom: 0;
}

.app-feature i{
    font-size: 50px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #495611;
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
    display: flex;
    justify-content: end;
}

.app-feature h4{
    font-size: 24px;
    font-weight: 700;
    color: #444444;
    text-transform: uppercase;
}

.app-feature p{
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    line-height: 1.4;
}

.app-image {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.app-image img{
    width: 75%;
}
/* ===================================
    End About
====================================== */

/* ===================================
    Start Counters
====================================== */


.parallax-box{
    padding: 3rem 0;
    text-align: center;
}

.parallax-box i{
    font-size: 2.5rem;
    display: inline-block;
    margin-bottom: 20px;
    transition: transform .3s ease-in-out;
    color: #2aaebb;
}

.parallax-box:hover i{
    transform: translateY(-5px);
    transition: transform .3s ease-in-out;
}

.parallax-box h2{
    font-size: 68px;
    font-weight: 700;
    margin-bottom: 15px;
}
.parallax-box h5{
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 700;
}
/* ===================================
    End Counters
====================================== */

/* ===================================
    Start Menu
====================================== */
.menu{
    width: 100% !important;
}

.menu .heading-area{
    margin-bottom: 80px;
}

.portfolio-three .items {
    position: relative;
    padding: 0;
}

.portfolio-three .items {
    padding:0 5px;
}

.portfolio-three .items{
    margin-top: 10px;
}

.portfolio-three .item-img {
    position: relative;
    overflow: hidden;
}

.portfolio-three .item-img img{
    width: 100%;
}

.portfolio-three .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    color: #000000;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.portfolio-three .item-img-overlay:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background: #ffffff;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay-info{
    position: relative;
    width: 100%;
}

.overlay-info p{
    font-size: 13px;
}

.portfolio-three .item-img:hover .item-img-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-three .item-img-overlay a {
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #FFF;
}

.item-img img{
    transition: 1s;
}

.item-img:hover img{
    transform: scale(1.2);
    transition: 1s;
}

.image-hover{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 20px;
    padding-top: 14px;
    display: inline-block;
    position: relative;
    color: #495611;
    background: #e64d3c;
}
/* ===================================
    End Menu


/* ----- Partner ----- */



#partners-slider .item {
    text-align: center;
}

#partners-slider .item,
#partners-slider .logo-item {
    position: relative;
}

#partners-slider .logo-item {
    width: 160px;
    height: 160px;
    overflow: hidden;
}

#partners-slider .logo-item,
#partners-slider .logo-item>img {
    display: inline-block;
}

.logo-item>img {
    width: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}


/* ----- Partner ends ----- */

/* ----------------------------------------------------------------
    Owl Carousel CSS
-----------------------------------------------------------------*/

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut  {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.owl-height {
    -webkit-transition:height 500ms ease-in-out;
    -o-transition:height 500ms ease-in-out;
    transition:height 500ms ease-in-out
}

.owl-carousel {
    display:none;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1;
    -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-stage {
    position:relative;
    -ms-touch-action:pan-Y
}

.owl-carousel .owl-stage:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}

.owl-carousel .owl-stage-outer {
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0px,0,0);
    cursor:move;
    cursor:-webkit-grab;
    cursor:-o-grab;
    cursor:-ms-grab;
    cursor:grab
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

.owl-carousel.owl-loaded { display:block }

.owl-carousel.owl-loading {
    display:block;
    min-height: 100px;
    background: url('images/preloader.gif') no-repeat center center
}

.owl-carousel.owl-hidden { opacity:0 }

.owl-carousel .owl-refresh .owl-item { display:none }

.owl-carousel .owl-item {
    position:relative;
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

.owl-carousel .owl-item img {
    display:block;
    width:100%;
    -webkit-transform-style:preserve-3d;
}

#slider .owl-carousel .owl-item img { -webkit-backface-visibility: hidden; }

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select:auto;
    -moz-user-select:auto;
    -ms-user-select:auto;
    user-select:auto
}

.owl-carousel .owl-grab {
    cursor:move;
    cursor:-webkit-grab;
    cursor:-o-grab;
    cursor:-ms-grab;
    cursor:grab
}

.owl-carousel.owl-rtl { direction:rtl }

.owl-carousel.owl-rtl .owl-item { float:right }

.no-js .owl-carousel { display:block }

.owl-carousel .owl-item .owl-lazy {
    opacity:0;
    -webkit-transition:opacity 400ms ease;
    -o-transition:opacity 400ms ease;
    transition:opacity 400ms ease
}

.owl-carousel .owl-item img { transform-style:preserve-3d }

.owl-carousel .owl-video-wrapper {
    position:relative;
    height:100%;
    background:#111
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 64px;
    width: 64px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    background: url("images/icons/play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition:scale(1.3,1.3);
    -o-transition:scale(1.3,1.3);
    transition:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display:none }

.owl-carousel .owl-video-tn {
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    -moz-background-size:contain;
    -o-background-size:contain;
    background-size:contain;
    -webkit-transition:opacity 400ms ease;
    -o-transition:opacity 400ms ease;
    transition:opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position:relative;
    z-index:1
}


/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: -36px;
    zoom: 1;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 1px solid rgba(0,0,0,0.2);
    color: #666;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-controls.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -39px; }

.owl-carousel-full .owl-controls .owl-nav [class*=owl-] {
    margin-top: -30px;
    left: 0 !important;
    height: 60px;
    line-height: 60px;
    border: none;
    color: #EEE;
    background-color: rgba(0,0,0,0.4);
    font-size: 28px;
    border-radius: 0 3px 3px 0;
}

.owl-carousel-full .owl-controls.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -46px; }

.owl-theme .owl-controls .owl-nav .owl-next {
    left: auto;
    right: -36px;
}

.owl-carousel-full .owl-controls .owl-nav .owl-next {
    left: auto !important;
    right: 0 !important;
    border-radius: 3px 0 0 3px;
}

.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
    opacity: 1;
    left: -18px;
}

.owl-theme:hover .owl-controls .owl-nav .owl-next {
    left: auto;
    right: -18px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #00bcd4  !important;
    color: #FFF !important;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled { display: none !important; }


/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-top: 30px;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    opacity: 0.5;
    border-radius: 50%;
    background-color: #00bcd4 ;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span { opacity: 1; }



/* ===================================
    Start Blog
====================================== */
.blog {
    background-color: #22100b;
}

.blog-context {
    width: 70%;
    margin: 0 auto;
}

.blog-background{
    background-image: url("../images/cursos.webp");
    width: 100%;
    min-height: 700px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.vision-background{
    background-image: url("../images/consultoria.webp");
    width: 100%;
    min-height: 700px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
/* ===================================
    End Blog
====================================== */

/* ===================================
    Start Contact
====================================== */
.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 40px 0 20px 0;
    background: transparent;
    letter-spacing: .5px;
    font-weight: normal;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    min-height: 35px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
    font-family: Roboto, sans-serif;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form textarea.form-control {
    min-height: 160px;
    resize: none;
    margin-bottom: 0;
    padding: 20px 0 20px 0;
}

.contact-form .form-group:nth-last-child(1){
    margin-bottom: 0;
}

/* Google-Map */
.google_map{
    overflow-x: hidden !important;
}

#map{
    overflow-x: hidden !important;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 85%;
    margin: auto;
    overflow-x: hidden !important;
}

.full-map{
    height: 650px;
    width: 100%;
    overflow: hidden;
}

.map{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/* ===================================
    End Contact
====================================== */

/*----- Footer -----*/

.footer_logo {
    width: 250px;
}

.footer_logo,
.footer_logo>img,
.readmorebtn,
ul.links li a,
ul.links li a::before,
ul.hours_links li>span {
    display: inline-block;
}

ul.latest_news li,
ul.latest_news li a,
ul.hours_links li {
    display: block;
}

ul.hours_links li,
ul.links li a,
ul.hours_links li>span {
    position: relative;
}

footer .footer_panel .address-item>span {
    width: 30px;
    font-size: 30px;
}

ul.links li a {
    color: #ffffff;
    margin-bottom: 10px;
}

ul.links li a::before {
    color: #ffffff44;
    margin-right: 5px;
    content: "\f0da";
    vertical-align: baseline;
}

.bg-light-dark ul.links li a::before {
    color: #7596a8;
}

ul.links li a:hover::before {
    padding-right: 5px;
}

ul.latest_news li {
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff26;
    margin-bottom: 15px;
}

footer p,
ul.latest_news li .date {
    font-size: 13px;
}

ul.hours_links li:first-child {
    padding-top: 0;
}

ul.hours_links li {
    padding: 8px 0;
    z-index: 1;
}

ul.hours_links li::before {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #fff;
    top: 56%;
    margin-top: -2px;
}

ul.hours_links li:first-child::before {
    top: 45%;
}

ul.hours_links li::before,
ul.hours_links li span:last-child {
    position: absolute;
}

ul.hours_links li>span {
    z-index: 1;
    padding-right: 5px;
    background-color: #002E5B;
}

.bgdark ul.hours_links li>span {
    background: #002e5b;
}

.bg-light-dark ul.hours_links li>span {
    background: #556772;
}

ul.hours_links li span:last-child {
    right: 0;
    padding-left: 5px;
}

ul.latest_news li,
ul.links li a,
ul.hours_links li,
.readmorebtn {
    font-size: 14px;
}

ul.links li a:hover,
ul.links li a:focus,
ul.latest_news li a:hover,
ul.latest_news li a:focus,
.footer_panel p>a:hover,
.readmorebtn:hover,
.readmorebtn:focus {
    color: #fde428;
}

ul.latest_news li span.defaultcolor {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.latest_news li a:hover+span.defaultcolor,
ul.latest_news li a:focus+span.defaultcolor {
    color: #fff !important;
}


/* Footer ends */

/*----- Contact US -----*/

section#stayconnect {
    margin-top: -40px;
}

.contactus-wrapp,
.getin_form .form-control,
#map-container,
.form-check,
.form-group label,
.checkbox label {
    position: relative;
}

.contactus-wrapp {
    padding: 2.5rem 2rem;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    z-index: 5;
}
.contactus-wrapp.position-absolute{
    top: -180px;
}

.single-page-footer {
    margin-top: 0;
}

.single-page-footer .contactus-wrapp {
    transform: translateY(0px);
    background: #F1F1F1;
}

.contactus-wrapp,
.getin_form .form-control,
.form-check label::before,
.form-check input[type="checkbox"]:checked+label::before {
    background: #fff;
}
.getin_form .form-control {
    border: 1px solid #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 41px;
    color: #999999;
    font-size: 0.875rem;
}


/*transparent form parallax version*/

.transparent-form input,
.transparent-form textarea {
    background: transparent;
    color: #fff !important;
    padding: 1.5rem .75rem;
    border-radius: 30px;
    border-color: #9ca2a8;
}

.transparent-form input:focus,
.transparent-form textarea:focus {
    background: transparent;
    border-color: #fff;
}

.transparent-form textarea {
    padding-top: 0.75rem;
    height: 150px;
}


/*CheckBox*/

.form-check {
    display: block;
    font-size: 13px;
}

.form-group label,
.checkbox label {
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    min-height: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group label,
.checkbox label,
.form-check label::before,
.contact-table .icon-cell,
span.icon-contact {
    display: inline-block;
}

.form-check label::before {
    content: "\f00c";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ececec;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check input[type="checkbox"]:checked+label::before {
    background: #fde428;
    border-color: #fde428;
    color: #002e5b;
}

textarea {
    min-height: 160px;
    resize: none;
}
textarea#FreeConsultation1 {
    min-height: 200px;
}

button {
    border: none;
    cursor: pointer;
}


/* ===================================
    Media Queries
====================================== */

@media (max-width: 1600px) and (min-width: 1300px) {}

@media (max-width: 1280px) and (min-width: 992px) {
    .menu-line {
        width: 120px;
    }
    header .main-navigation nav .navbar-nav .nav-link{
        min-width: 120px;
    }
    .navbar .btn.btn-medium {
        font-size: 12px;
        padding: 14px 36px;
        margin-left: 10px!important;
    }

    /* Side Menu */
    .sidemenu_btn {
        right: -10px;
        left: auto;
    }
    .side-menu .btn-close {
        right: 10px;
        left: auto;
    }

    /* Slider */
    .swiper-slide img {
        width: 300%;
        max-width: 300%;
    }
    .swiper-container {
        height: auto;
    }
    .slider-text.container {
        max-width: 912px;
    }

    /* Blog */
    .blog-context h2 {
        font-size: 38px;
    }

}

@media screen and (max-width: 991px) and (min-width: 768px){
    header {
        background: #495611;
    }
    .heading-area .sub-title {
        font-size: 22px;
    }
    .heading-area .title {
        font-size: 32px;
    }
    .heading-area .paragraph {
        font-size: 16px;
    }

    /* Side Menu */
    .sidemenu_btn {
        right: 0;
        left: auto;
    }
    .side-menu .btn-close {
        right: 20px;
        left: auto;
    }
    .quote-content {
        padding: 30px 20px;
        margin: 0;
    }
    .quote-content #quote_submit_btn {
        margin-bottom: 0;
    }
    .quote-content .form-check {
        padding: 10px 0 40px 0;
    }
    .get-started-btn {
        margin: 30px 0;
    }
    .side-footer p {
        font-size: 14px;
    }
    .menu-company-details {
        margin-bottom: 10px;
    }

    /* Slider */
    .slider {
        padding: 6rem 0 0 0!important;
    }
    .swiper-slide img {
        width: 300%;
        max-width: 300%;
    }
    .swiper-container {
        height: auto;
    }
    .swiper-slide-active .slider-heading {
        font-size: 20px;
    }
    .swiper-slide-active .slider-heading span {
        font-size: 40px;
        margin-top: 10px;
    }
    .swiper-slide-active .slider-para {
        font-size: 16px;
    }
    .slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        display: none;
    }

    /* About */
    .app-feature {
        text-align: center;
        margin-bottom: 5rem;
    }
    .app-feature i {
        justify-content: center;
        margin-bottom: 20px;
    }
    .about .heading-area {
        margin-bottom: 60px;
    }
    .app-image {
        margin: 40px 0;
    }
    .app-image img {
        width: 40%;
    }

    /* Reviews */
    .reviews .testimonial-carousel .testimonial-box .text {
        font-size: 16px;
    }
    .reviews .heading-area .title {
        margin: 0!important;
    }
    .reviews img {
        max-width: 90%;
    }

    /* Blog */
    .blog-context h2 {
        font-size: 38px;
    }
    .blog-context p {
        font-size: 14px;
    }
    .blog-context {
        padding: 6rem 0;
        text-align: center;
    }
    .blog-background{
        min-height: 400px;
    }

    /* Contact */
    .mapouter {
        width: 100%;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .para_text {
        font-size: 18px;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
        text-align: left;
    }
    .author-content {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    body {
        text-align: center;
    }
    h2 {font-size: 36px !important;}
    section {
        padding: 6rem 0;
    }
    .btn.btn-medium {
        font-size: 14px;
        padding: 14px 40px;
    }
    header {
        background: #495611;
    }
    .heading-area .paragraph {
        font-size: 14px;
    }

    /* Loader */
    .coffee-cup svg {
        height: 60px;
    }
    .smoke-wave {
        left: -5px;
    }

    /* Nav-Bar */
    header .main-navigation {
        padding: 15px 0;
    }
    header .navbar-brand img {
        max-width: 85%;
    }

    /* Side Menu */
    .sidemenu_btn {
        right: 0;
        left: auto;
        top: 20px;
    }
    .side-menu .btn-close {
        right: 10px;
        top: 25px;
        left: auto;
    }
    .side-menu-inner-content {
        border-bottom: none;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 20px;
    }
    .side-menu .inner-wrapper {
        padding: 3rem 3rem;
    }
    .side-menu-inner-content {
        margin: auto;
    }
    .quote-content {
        padding: 30px 20px;
        margin: 0;
    }
    .quote-content h2 {
        font-size: 1.5rem;
    }
    .quote-content #quote_submit_btn {
        margin-bottom: 0;
    }
    .quote-content .form-check {
        padding: 10px 0 40px 0;
    }
    .get-started-btn {
        margin: 30px 0 50px 0;
    }
    .side-footer p {
        font-size: 14px;
    }
    .menu-company-details {
        margin-bottom: 10px;
    }

    /* Slider */
    .slider {
        padding: 0!important;
    }
    .swiper-slide img {
        width: 325%;
        max-width: 325%;
    }
    .swiper-container {
        height: auto;
    }
    .swiper-slide-active .slider-heading {
        font-size: 30px;
    }
    .swiper-slide-active .slider-heading span {
        font-size: 30px;
        margin-top: 10px;
    }
    .swiper-slide-active .slider-para {
        font-size: 14px;
    }
    .slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        display: none;
    }

    /* About */
    .app-feature {
        text-align: center;
        margin-bottom: 5rem;
    }
    .app-feature i {
        justify-content: center;
        margin-bottom: 20px;
    }
    .about .heading-area {
        margin-bottom: 60px;
    }
    .app-image {
        margin: 40px 0;
    }
    .app-image img {
        width: 50%;
    }

    /* Counters */
    .parallax {
        padding: 3rem 0;
    }

    /* Reviews */
    .reviews .testimonial-carousel .testimonial-box .text {
        font-size: 16px;
    }
    .reviews img {
        max-width: 85%;
    }

    .about-box {margin-bottom:20px;}

    /* Blog */
    .blog-context h2 {
        font-size: 38px;
    }
    .blog-context p {
        font-size: 14px;
    }
    .blog-context {
        padding: 5rem 0;
        width: 90%;
    }
    .blog-background{
        min-height: 300px;
    }

    /* Contact */
    #contact .padding-top {
         padding-top: 5rem
    }
    .social-icons-simple li {
        padding-left: 0;
    }
    .mapouter {
        width: 100%;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }
}