/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* roboto-regular - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* roboto-500 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local(''),
         url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/roboto-v30-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  

/* montserrat-300 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('../fonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/montserrat-v25-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* montserrat-regular - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* montserrat-500 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local(''),
         url('../fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/montserrat-v25-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* montserrat-600 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local(''),
         url('../fonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/montserrat-v25-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* montserrat-700 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/montserrat-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  



.main-font{font-family: "Inter", sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}



/* ===================================
    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: "Inter", sans-serif; font-size: 16px;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {line-height: 1.2; font-weight: 400; font-family: 'Montserrat', sans-serif;}
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;}
.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: "Inter", sans-serif;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #202020;}
li{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;}
.padding-top {padding-top: 7.5rem;}

/* 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: 0; text-transform:capitalize; width: auto;  font-family: "Inter", 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; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 14px 46px; line-height: 1.8em;}
.btn.btn-about {font-size:16px; padding: 10px 30px; line-height: 1.8em;}
.btn.btn-large {font-size:16px;  padding: 8px 35px;; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Transparent white button */
.btn.btn-trans-white {background: transparent; border-color: #333; color: #333}
.btn.btn-trans-white:hover {background: #fff !important; border-color: #b9f22f; color: #b9f22f !important}

/* Transparent black button */
.btn.btn-black {background: #ffffff; border-color: #ffffff; color: #202020;}
.btn.btn-black:hover {background: #202020 !important; border-color: #202020; color: #ffffff !important}

/* Background color */
.bg-red {background-color: #b9f22f;}
.bg-white {color: #ffffff;}
.bg-black{background: #202020;}

/* Text color */
.text-red {color: #b9f22f;}
.text-black{color: #202020;}
.text-white{color: #ffffff;}

/* Text color */
.text-blue {color: #0061d4;}
.text-yellow {color: #d2d400;}
.text-pink {color: #ad227a;}
.text-orange {color: #de6605;}
.text-black{color: #040608;}
.text-white{color: #ffffff;}





/* ===================================
        Header
====================================== */

/* nav top default */

.logo{
    width: 270px;
    align-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    position: absolute;
    left: 20px;
    top:20px;
    overflow: hidden;
    transition: color .3s ease-out;
    z-index: 0;
}

.logo span {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
}


@media (max-width: 768px) {
    .logo{
        display:none;
    }

    .logo-mobile  {
        display:block;
        width: 170px;
        left: 0px;
    }
}


@media (min-width: 768px) {
    .logo-mobile {
        display:none;
    }
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 100px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.header-appear .navbar-top-default {
    height: 100px;
    position: fixed;
    z-index: 999;
    top: 0;
    background: #ffffff !important;
    -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 .navbar-top-default{
    background: transparent;
    box-shadow: none;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #b9f22f;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 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;
    transition: transform .5s ease, -webkit-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.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: #ffffff;
    -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 clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 45px;
    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: #ffffff;
    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;
    padding: 8px 60px;
    margin-right: 1.8rem;
    position: absolute;
    right: 0px;
    display: inline-block;
    color:#fff;
    font-weight:700;
    font-size:16px;
    font-family: "Inter", sans-serif;
    background: #263143;
    color:#b9f22f;
    border-radius:50px;
}

.sidemenu_btn:hover {
    color:#aff0ff;
}

.sidemenu_btn-2 {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding: 8px 60px;
    margin-right: 15.6rem;
    position: absolute;
    right: 0px;
    display: inline-block;
    color:#fff;
    font-weight:500;
    font-size:16px;
    font-family: "Inter", sans-serif;
    background: #273246;
    border-radius:50px;
}

.sidemenu_btn-2:hover {
    color:#aff0ff;
}


@media (max-width: 768px) {
    .sidemenu_btn {
    font-size:12px;
    padding: 4px 16px;
    }

    .sidemenu_btn-2 {
    margin-right: 5rem;
    font-size:12px;
    padding: 4px 16px;
    margin-right: 6.4rem;
        }
}


.header-appear .sidemenu_btn span {
    background: #202020;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 1.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;
}

.sidemenu-text {display:block; font-weight:400}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 1.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 50px;
    height: 30%;
    display: flex;
    align-items: center;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 15px 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-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -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: 2px 0 3px 0 !important;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.side-nav .navbar-nav .nav-link:hover:after, .side-nav .navbar-nav .nav-link.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #ffffff;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
    color: #ffffff;
}

.side-footer p{
    color: #ffffff;
}

.side-menu .social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #ffffff;
    height: 46px;
    line-height: 38px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    z-index: 1;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}
@-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;
    }
}

.side-menu .btn-close:hover {
    -webkit-animation: .8s rotate;
    animation: .8s rotate;
}

@-webkit-keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotates {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ===================================
   Banner Section
====================================== */

.slider-area{
    height: 60vh;
}

.slider-area-bg-1{
    background: #fff;
}


.slider-area .content-margin {
    margin-bottom: 150px;
}

.slider-image {
    position: relative;
    margin: 0 auto 30px auto;
    top: 10px;
}

.slider-image img {
    top: -90px;
    width: 100%;
    position: relative;
}

.slider-area{
    align-items: center;
    display: flex;
    position: relative;
}

.area-heading {
    padding:4em 0 0 0
}

@media (min-width: 300px) and (max-width: 790px) {
.area-heading {
    padding:10em 0 0 0
}
}

.area-heading h1 {
    font-size: 5em;
    margin-top:2.3em;
    color: #273246;
}

.area-heading-ftn {font-weight:800; font-size:0.7em}

.area-heading p{
    font-weight: normal;
    font-size: 30px;
    line-height: 1.5;
}





.slider-area-2 {
    height: 80vh;
    padding-top:200px;
    align-items: center;
    display: flex;
    position: relative;
}

.slider-image-2 {
    position: relative;
    margin: 0 auto;
}

.slider-image-2 img {
    width: 100%;
    position: relative;
}


.area-heading-2 h1 {
    font-size: 60px;
}

.area-heading-2 p{
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
}


@media (max-width: 768px) {

    .slider-area-2 {
        height: 70vh;
        padding-top:180px;
    }

    .area-heading-2 h1 {
        font-size: 40px;
    }
    
    .area-heading-2 p{
        font-weight: normal;
        font-size: 18px;
        line-height: 1.5;
        padding:0 0 50px 0;
    }
}


@media (min-width: 768px) and (max-width: 1400px) {

    .slider-area-2 {
        height: 50vh;
        padding-top:180px;
    }

    .area-heading-2 h1 {
        font-size: 40px;
    }

}



.author-skills .small-heading {
    font-size: 1.8em;
    font-weight: bold;
    text-transform:uppercase;
    line-height:1.4em;
    margin: 0px 0 18px 0;
}

.author-skills .small-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.about-media {
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
    transition: color .3s ease-out;
    z-index: 0;
    padding-top: 30px;
    padding-bottom: 50px;
}

.about-media::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateY(calc(100% - 0px));
    width: 100%;
    height: 100%;
    background: #202020;
    opacity:0.1;
    transition: transform .25s ease-out;
}

.about-media:hover::before {
    transform: translateY(0);
    transition: transform .25s ease-out;
}


.about-media:hover img {
    transform: scale(1.1);
    transition: transform .5s ease;
}

.about-media .about-icon{
    margin-bottom: 0;
}

.about-media:hover .about-icon i{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.author-skills {
    bottom: 0;
    width: 100%;
    background:#cc6464;
    color:#202020;
}

.author-skills .container {
    max-width: 100%;
}




/* ===================================
      About Section
====================================== */

.img-sec{
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}

.about_img {
    padding: 2%;
    background-color: #f6f6f6;
    position: relative;
}

.about_img img{
    height: 100%;
    width: 100%;
}

.red_rectangle{
    position: absolute;
    width: 90%;
    height: 60%;
    bottom: 2%;
    left: 54%;
    transform: translateX(-50%);
    background-color: #b9f22f;
}

.about-heading .text-small{
    font-size: 20px;
}

.about-heading .heading{
    font-size: 48px;
    font-weight: bold;
}

.about-heading .info {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
    text-align:justify;
}

.margin_heading{
    margin: 25px 0;
}


.headline {
    font-size:2.6em;
}



@media (max-width: 768px) {
    .headline {
        font-size:1.6em;
    }  
}


@media (min-width: 768px) {
    .headline {
        font-size:2.6em;
    }    
}







/* ===================================
        Stats Section
====================================== */

.stats-sec .circular-wrap {
    padding-top: 30px;
}

.stats-sec .circular-wrap .circle{
    position: relative;
    max-width: 210px;
    display: inline-block;
}

.stats-sec .circular-wrap .circle .counter-num {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: normal;
    font-weight: normal;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.stats-sec .circular-wrap .circle .counter-num {
    color: #ffffff;
    font-size: 1.875rem;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

.stats-sec .circular-wrap h4{
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    font-family: Roboto, sans-serif;
    color: #ffffff;
    font-size: 24px;
    margin-top: 30px;
}

.stats-sec .circular-wrap p {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    opacity: .6;
    font-family: Roboto, sans-serif;
    margin-top: 10px;
}

/* ===================================
    Portfolio Section
====================================== */

.portfolio{
    padding: 0;
}

.project-sec{
    position: relative;
}

.project-sec .row{
    margin:0 !important;
}

.project-sec .project-area{
    position: relative;
}

.project-sec .project-area .project-img{
    height: 100vh;
}

.project-sec .project-area .project-img img{
    height: 100%;
    width: 100%;
}

.project-sec .project-area .project-detail{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    color: white;
}

.project-sec .project-area .project-detail .project-heading{
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px;
}

.project-sec .project-area .project-detail .project-text{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    opacity: .6;
    margin-bottom: 35px;
}

.project-sec .project-links-left{
    position: absolute;
    top: 50%;
    left: 3%;
    z-index: 1;
    cursor: pointer;
}

.project-sec .project-links-right {
    position: absolute;
    top: 50%;
    right: 3%;
    z-index: 1111;
    cursor: pointer;
}


.project-sec .project-links-left a i{
    color: #ffffff;
    font-size: 40px;
    transition: .5s ease;
}

.project-sec .project-links-right a i {
    color: #ffffff;
    font-size: 40px;
    transition: .5s ease;
}

.project-sec .project-links-right a:hover i, .project-sec .project-links-left a:hover i{
    color: #d66969;
}

.project-sec .owl-item.active .project-area .project-detail .animate-fade{
    animation: 1.5s zoomIn;
}

.animate-fade a {
    cursor: pointer;
}

/* ===================================
      Testimonials Section
====================================== */

.testimonial_img{
    position: absolute;
    left: 35%;
    top: 60%;
}

.testimonial_img img{
    height: 100% !important;
    width: 100% !important;
}

.owl-testimonial{
    margin-top: 70px;
}

.client-data{
    position: absolute;
}

.testimonial-box{
    background: #202020;
    overflow: hidden;
    padding: 65px 45px 45px 45px;
    margin: 50px 10px 10px 10px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    cursor: pointer;
    border-radius: 10px;
}

.owl-testimonial .owl-item.center .testimonial-box{
    background-color: #d66969;
}

.heading-area .sub-heading {
    font-size: 20px;
    font-weight: normal;
}

.heading-area .heading {
    font-size: 48px;
    font-weight: bold;
}

.owl-testimonial .center .quote_box{
    background-color: #202020;
}

.owl-testimonial .center .quote_box .quote{
    color: #FFFFFF;
}

.center .testimonial-box{
    color: #d66969;
    background-color: #d66969;
}

.center .testimonial-box:hover:before{
    opacity: 1 !important;
}

.center .testimonial-box .infot_margin {
    opacity: 1;
}

.owl-testimonial .center .testimonial-box:hover .quote{
    color: #ffffff;
}

.owl-testimonial .center .testimonial-box:hover .quote_box{
    background-color: #202020;
}

.margin-p{
    text-align: center;
}

.testimonial_img{
    position: absolute;
    left: 40%;
    top: 60%;
}

.testimonial_img img{
    height: 100% !important;
    width: 100% !important;
}

.quote{
    font-size: 30px;
    color: #ffffff;
}

.quote_box{
    border: 1px solid transparent;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background: #d66969;
    padding: 15px 10px 10px 14px;
    position: absolute;
    bottom: 83.5%;
    left: 43%
}

.infot_margin{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    position: relative;
    z-index: 999;
    color: #ffffff;
    opacity: .6;
}

.testimonial_name{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0;
}

#testimonials .text1 .info {
    font-size: 18px;
    font-weight: 400;
    margin-top: 6px;
    font-family: Roboto, sans-serif;
}

#testimonials .text1{
    position: absolute;
    text-align: center;
    top: 84%;
    left: 35%;
}

#testimonials .item{
    padding-bottom: 120px ;
}

.owl-testimonial .owl-dots{
    margin-top: 40px !important;
}

.owl-testimonial .owl-dots .owl-dot.active span, .owl-testimonial .owl-dots .owl-dot:hover span{
    background: #d66969;
}

.owl-testimonial .owl-dots{
    display: flex;
    justify-content: center;
}

.owl-testimonial .owl-dots .owl-dot span {
    background: white;
    border: 2px solid #000000;
    font-size: 30px;
    padding: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

/* ===================================
      Clients Section
====================================== */

.jobs {
    background:#dccdcd;
    padding-top:3em;
}

.clients {
    background:#f1ebeb;
    padding-top:3em;
}

.clients-area .sub-heading {
    font-size: 20px;
    font-weight: normal;
}


.clients-area .heading {
    font-size: 2.8em;
    font-weight: bold;
    color: #202020;
}

.clients-area .sub-para {
    font-size: 16px;
    font-weight: 300;
    color: #202020;
    opacity: .8;
    text-align:justify;
}

.sub-ftn {
    font-size: 16px;
    font-weight: 300;
    color: #202020;
    opacity: .8;
    padding:0 10px 0 30px;
    text-align:left;
    
}
/* ===================================
    Contact-Section
====================================== */

.contact-section {
    padding: 0 0 120px 0;
    background-color: #e7dbdb;
    color:#333;
  }
  
  .contact-section .form-section {
    padding-top: 130px;
  }
  
  .contact-section h2 {
    margin-bottom: 75px;
    text-align: left;
    font-size:3em;
    color:#000;
  }
  
  .contact-section .contact-form {
    margin-right: 90px;
    margin-top:3em;
  }
  
  .contact-section .contact-form .form-control {
    border: none;
    padding: 0px;
    border-bottom: 1px solid #202020;
    background: transparent;
    font-weight: normal;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 50px;
    color: #202020;
    font-size: 14px;
    transition: border .9s ease;
  }
  
  .contact-form .form-control::placeholder {
    color: #202020;
  }
  
  .form-control:focus {
    color: #202020;
    box-shadow: 0 0 0 0.0rem transparent;
  }
  
  .contact-section .button {
    margin-top: 15px;
  }
  
  .contact-section p {
    font-size: 17px;
    margin-top: 30px;
  }
  
  .contact-section .media {
    margin-top: 10px;
    text-align:left;
  }
  
  .contact-section .text-field {
    padding-right: 45px;
  }
  
  .contact-section .media i {
    font-size: 25px;
    color: #202020;
  }
  
  .contact-section .media-body {
    margin-left: 20px;
  }
  
  .contact-section .media-body h5 {
    font-size: 14px;
    font-weight: 700;
    color: #202020;
    margin-bottom: 10px;
  }
  
  .contact-section .media-body p {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .contact-section .media-body span {
    margin-left: 20px;
  }
  
  .contact-section li{
    list-style: none;
    display: inline-block;
  }
  
  .contact-section .button {
    background-color: #202020;
    color:#dfdfdf;
    width: 100%;
  }
  
  .contact-section .button:after {
    display: none;
  }
  
  .contact-section .button:hover {
    background-color: #d66969;
    border: 2px solid #d66969;
  }



.contact-section .user-img{
    height: 180px;
    width: 180px;
    margin: auto;
    border-radius: 50%;
}



.contact-section .user-name{
    margin:1em 0 0 0;
    text-align:left;
}






/* ===================================
     Google Map
===================================== */
.google-map{
    float: left;
    width: 100%;
   
  }
  
  .mapouter {
      position: relative;
      text-align: right;
      height: 100%;
      width: 100%;
  }
  
  .gmap_canvas {
      overflow:hidden;
      background:none!important;
      height:100%;
      width:100%;
  }
  
  .map{
      filter: grayscale(100%);
  }
  .google-map .gm-style .place-card-large{
       display: none;
  }


/* ===================================
  Footer
====================================== */

footer {
    width: 100%;
    padding: 220px 0 30px 0;
    margin: 1em 0 0 0;
    background:url(../img/bg-footer.png) top no-repeat #263143;
  }
  
  
  footer p {
    line-height:0.8em !important;
    font-size: 14px;
    text-align: center;
    font-family: "Inter", sans-serif !important;
    color: #fff;
  }



footer a:hover {
    color:#b8f22e;
    text-decoration:none
}
footer ul {
    padding: 1em 0 0 0;
}

footer li {
    list-style-type:none;
    line-height: 28px;
}

footer li a{
    color:#fff;
    font-size:15px;
    font-weight:bold;
}

.footer-logo {
    max-width:280px;
}

.bottom-social {
    padding: 4em 0 35px 0;
}

@media (max-width: 768px) {
.bottom-social {
    padding: 6em 0 35px 0;
}
}

.bottom-social ul {
    list-style: none;
    height: 100%;
    width: 100;
    padding: 0;
    text-align: center
}

.bottom-social ul li {
    display: inline;
    margin: 0 12px;
    vertical-align: middle;
}

.bottom-social ul li a {
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    font-size: 36px;
}

.bottom-social ul li a:hover {
    color: #b8f22e;
}


/* ===================================
   Scroll Top
====================================== */

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #fff;
    background-color: #394964;
    border-radius: 50%;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #202020;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* ===================================
   Loader
====================================== */

.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #202020;
    width: 100%;
    height: 100%;
}

.svg-loader {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-bg svg {
    width: 200px;
}

circle {
    fill: none;
    stroke: #d66969;
    stroke-width: 10px;
    animation: circle-animation 3s infinite;
    transform-origin: center center;
}

@keyframes circle-animation {
    0%, 20%, 100% {
        stroke-dasharray: 0.1;
        transform: rotate(0);
    }
    10% {
        stroke-dasharray: 0.05;
    }
    70% {
        stroke-dasharray: 50;
        transform: rotate(60deg);
    }
}

/* ===================================
    Media Query
====================================== */


@media screen and (max-width: 991px) and (min-width: 768px){

    /* Side Menu */
    .side-menu {
        width: 60%;
    }
    .side-footer p{
        font-size: 14px;
    }
    .side-menu .btn-close {
        right: 15px;
    }
    .sidemenu_btn {
        right: 15px; 
    }

    .sidemenu-text {display:none}

    /* Banner */
    .author-skills {
        position: relative;
    }
 
    .author-skills .small-heading {
        font-size: 22px;
    }
    .author-skills .small-text {
        font-size: 15px;
    }

    /* About */
    .about-heading .heading {
        font-size: 38px;
    }
    .about-heading .info {
        font-size: 15px;
    }

    /* Stats */
    .stats-sec .circular-wrap>div {
        padding-bottom: 90px;
    }
    .stats-sec .circular-wrap>div:nth-child(3) {
        padding-bottom: 0;
    }

    /* Portfolio */
    .project-sec .project-area .project-img {
        height: auto;
    }
    .project-sec .project-area .project-detail {
        position: relative;
        transform: translateY(0%);
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .project-sec .project-area .project-detail .project-heading {
        font-size: 24px;
    }
    .project-sec .project-links-right a i, .project-sec .project-links-left a i {
        display: none;
    }

    /* Testimonials */
    .testimonial_img {
        left: 45%;
    }
    #testimonials .text1 {
        left: 42%;
    }
    .quote_box {
        left: 45%;
    }

    /* Clients */
    .clients-area .heading {
        font-size: 38px;
    }
    .clients-area .sub-para {
        font-size: 15px;
    }


        /* Contact */
        .contact-section .form-section {
            padding-top: 50px;
          }
          .contact-section h2 {
            text-align: center;
          }
          .contact-section .text-field {
            padding-right: 15px;
          }
          .contact-section .contact-form {
            margin-right: 0px;
          }


}

@media screen and (max-width: 991px) {

    body {
        text-align: center;
    }
    section {
        padding: 6rem 0;
    }
    .btn.btn-medium {
        font-size: 14px;
        padding: 14px 40px;
    }
    .loader-bg svg {
        width: 80px;
    }
    .navbar-top-default {
        background: transparent !important;
    }
    .header-appear .navbar-top-default {
        background: #fff !important;
    }

    /* Side Menu */
    .side-menu {
        width: 100%;
    }
    .side-footer p{
        font-size: 12px;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 1.8rem;
    }
    .side-menu .side-nav {
        margin-bottom: 0;
    }
    .sidemenu_btn {
        right: 10px;
        margin-right: 0;
    }
    .side-menu .btn-close {
        right: 15px;
    }
    .header-appear .navbar-top-default {
        height: 70px;
    }

    .sidemenu-text {display:none}

    /* Banner */
    .area-heading h1 {
        font-size: 2.8em;
        margin-top:0.6em;
    }

    .slider-area {
        display: block;
        height: 60vh;
    }
    .author-skills {
        position: relative;
    }
    .slider-image img {
        top: 30px;
    }
    .slider-area .content-margin {
        padding-top: 200px;
        margin-bottom: 0;
    }
    .slider-image {
         margin: 0;
         top: 0;
    }

    /* About */
    .about-heading .heading {
        font-size: 34px;
    }
    .about-heading .info {
        font-size: 16px;
    }

    /* Stats */
    .stats-sec .circular-wrap>div {
        padding-bottom: 90px;
    }
    .stats-sec .circular-wrap>div:nth-child(3) {
        padding-bottom: 0;
    }
    .circle canvas {
        height: 160px!important;
        width: 160px!important;
    }
    .stats-sec .circular-wrap p {
        font-size: 16px;
    }
    .stats-sec .circular-wrap h4 {
        font-size: 22px;
    }

    /* Portfolio */
    .project-sec .project-area .project-detail .project-heading {
        font-size: 28px;
    }
    .project-sec .project-area .project-detail .project-text {
        font-size: 14px;
    }
    .project-sec .project-area .project-img {
        height: auto;
    }
    .project-sec .project-area .project-detail {
        position: relative;
        transform: translateY(0%);
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .portfolio {
        padding-top: 6rem;
    }
    .project-sec .project-links-right a i, .project-sec .project-links-left a i {
        display: none;
    }
    .project-sec .owl-item.active .project-area .project-detail .animate-fade{
        animation: none;
    }

    /* Testimonials */
    .owl-testimonial {
        margin-top: 35px;
    }
    .heading-area .heading {
        font-size: 34px;
    }
    .testimonial_img {
        left: 37%;
    }
    #testimonials .text1 {
        left: 32%;
    }

    /* Clients */
    .clients-area .heading {
        font-size: 34px;
    }
    .clients-area .sub-para {
        font-size: 16px;
    }

    /* Contact */
    .contact-section .form-section {
        padding-top: 50px;
      }
      .contact-section h2 {
        text-align: center;
      }
      .contact-section .text-field {
        padding-right: 15px;
      }
      .contact-section .contact-form {
        margin-right: 0px;
      }

      .contact-section .location-text {
        text-align:left;
      }
}

@media (min-width: 576px) and (max-width: 790px) {
    /*Testimonial */
    .testimonial_img {
        position: absolute;
        left: 43%;
        top: 60%;
    }

    #testimonials .text1 {
        position: absolute;
        text-align: center;
        top: 86%;
        left: 40%;
    }
}



.blog-headline {
    text-align:center;
    padding:3em 0 1em 0
}

.blog-headline-ftn-1 {
    color:#273246;
    font-size:2em;
    font-family: "Inter", sans-serif;
    font-weight: 800;
}


.blog-headline-ftn-2 {
    font-weight: 900;
    font-size:2em;
    font-family: "Inter", sans-serif;
    padding:0.3em 0 0 0;
    color:#b9f22f;
}

@media (min-width: 300px) and (max-width: 790px) {
.blog-headline-ftn-1 {
    font-size:1.2em;
    line-height:1em;
}

.blog-headline-ftn-2 {
    font-size:1.4em;
    line-height:1em;
    padding:1em 0 0 0;
}

}

.blog-kat-pad {
    text-align:center;
    padding:0 15px 5em 15px;
}

.blog-kat-btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding: 4px 20px;
    margin:5px 10px;
    display: inline-block;
    color:#fff;
    font-weight:600;
    font-size:14px;
    font-family: "Inter", sans-serif;
    background: #263143;
    border:5px solid #b9f22f;
    border-radius:50px;
}

.blog-kat-btn:hover {
    color:#e2e2e2;
}


@media (max-width: 768px) {
    .blog-kat-btn {
    font-size:12px;
    margin:5px 0px;
    }

}



.blog {

}
.blog .post-item {
    margin-top: 2em;
}
.blog .image-holder {
    position: relative;
    margin-bottom: 25px;
}
.blog .image-holder .date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 999;
}
.blog .image-holder .day {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #b9f22f;
    color: #f2f3f3;
    text-align: center;
    position: relative;
    font-size: 18px;
}
.blog .image-holder .day:before {
    position: absolute;
    top: 22px;
    left: 24px;
    color: #b9f22f;
    font-family: 'FontAwesome';
    content: '\f0d7';
    font-size: 24px;
}
.blog .image-holder .month {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #2a2a2a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
.blog .image-holder-single {
    margin-bottom: 20px;
    text-align:center;
}
.blog h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}
.blog h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}
.blog h3 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.5;
}
.blog h3 a {
}
.blog h3 a:hover {
    color: #273246;
}
.blog h4 {
    font-size: 16px;
    font-weight: bold;
}
.blog h5 {
    font-size: 14px;
    font-weight: bold;
}
.blog h6 {
    font-size: 12px;
    font-weight: bold;
}
.blog p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 2em;
    font-weight: 300;
}
.blog .text {
    padding: 0 0 20px 0;
}
.blog .text ul.status {
    overflow: hidden;
    margin-bottom: 15px;
    list-style-type: none;
}
.blog .text ul.status li {
    text-align: left;
    margin-bottom: 15px;
    color: #b6b6b6;
    font-size: 13px;
    font-weight: bold;
    float: left;
    margin-right: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 0;
}
.blog .text ul.status li a {
    color: #263143;
    font-size: 13px;
    font-weight: bold;
    background:#b7f12e;
}
.blog .text ul.status li i {
    margin-right: 8px;
}
.blog .text ul.status li:before {
    content: '';
}
.blog ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;

}

.blog h3 {
    font-size:20px;
    font-family: "Inter", sans-serif;
}

.blog p.button {
    margin-top: 30px;
    display: block;
}

@media (max-width: 768px) {
    .blog p.button {
        text-align:center;
    }

    .blog .text ul.status li {
    text-align: center;
    float: none;
}
}
.blog p.button a {
    background: #273246;
    border: 0;
    border-radius:20px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 26px;
}
.blog p.button a:hover {
    background: #b9f22f;
    color: #fff;
}
.blog .pagination {
    width: 100%;
    margin-top: 20px;
}
.blog .pagination ul {
    width: 100%;
    height: auto;
    text-align: center;
}
.blog .pagination ul li {
    display: inline-block;
    color: #040608;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    padding-left: 0;
}
.blog .pagination ul li:before {
    content: '';
}
.blog .pagination ul li a {
    background: #b9f22f;
    color: #fff;
    display: block;
    font-size: 16px;
    border: 1px solid #b9f22f;
}
.blog .pagination ul li a i {
    margin-right: 0;
}
.blog .pagination ul li a:hover {
    background: #040608;
    border: 1px solid #040608;
    color: #fff;
}
.blog .pagination ul li a.active {
    background: #040608;
    border: 1px solid #040608;
    color: #fff;
}
.blog .gallery-carousel {
    position: relative;
    z-index: 999;
}
.blog .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
}
.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
    background: #353535;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}
.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
    font-size: 16px;
}
.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
    background: #b9f22f;
}
.blog .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.blog .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog .audio {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}







div.pagination {
    padding: 3px;
    margin:0 auto;
    text-align:center;
    display:block;

}

div.pagination a {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #263143;
    border-radius:10px;
    text-decoration: none; /* no underline */
    background: #263143;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #b9f22f;
    color: #263143;
    background: #b9f22f;
}

div.pagination span.current {
    padding: 5px 10px;
    margin: 2px;
    border-radius:10px;
    border: 1px solid #b9f22f;
    font-weight: bold;
    background: #b9f22f;
    color: #263143;
    font-weight: bold;
    font-size: 16px;
}

div.pagination span.disabled {
    padding: 5px 10px;
    border-radius:10px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
    font-size: 16px;
}


.img-border {border-radius: 16px}


.info-btn-pad {text-align:center; display:block; padding:4em 0 2em 0}
.info-btn {display:inline-block; margin:0 auto; text-align:center}
.info-btn a {font-size:18px; background:#fff; border:3px solid #263144; color:#263144; font-weight:600; text-decoration:none; padding:10px 80px; border-radius:50px; }
.info-btn a:hover {background:#263144; border:1px solid #263144f; color:#b9f22f}

.info-btn-pad-2 {text-align:center; display:block; padding:6em 0 3em 0}
.info-btn-2 {display:inline-block; margin:0 auto; text-align:center}
.info-btn-2 a {font-size:50px; background:#263143; border:0px solid #b9f22f; color:#b9f22f; font-weight:700; text-decoration:none; padding:10px 60px; border-radius:50px; }
.info-btn-2 a:hover {background:#b9f22f; border:1px solid #b9f22f; color:#fff}


@media (min-width: 300px) and (max-width: 790px) {
.info-btn-2 a {font-size:36px; background:#263143; border:0px solid #b9f22f; color:#b9f22f; font-weight:700; text-decoration:none; padding:10px 50px; border-radius:50px; }
}



