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

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5

 */

/* ===================================
    Table of Content
====================================== */


/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */


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

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

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


/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 16px;color: #2b2b2b;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.2; font-weight: 500; font-family: 'Poppins', sans-serif;}
a, *::before, *::after, img, span, 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;}
.section-top-margin{margin-top: 7.5rem;}
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;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #55ACEE;transition:.1s linear}
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;}

/* 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-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-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 17px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Poppins', sans-serif; font-weight: 500; -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:12px; padding: 6px 1.8em;}
.btn.btn-large {font-size:14px; padding: 9px 34px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 10px;}

.btn-link,.btn-link:hover,.btn-link:focus{color:#55ACEE; text-decoration: none;padding: 0;}
.btn-link::after {content: attr(data-text);display: inline-block;width: 0;height: 100%;position: absolute;top: 0;left: 0;white-space: nowrap;color: #86cd88;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);}
.btn-link:hover::after {width: 100%;}

/* button background */
.btn.btn-white {background:#ffffff; color: #585858}
.btn.btn-white:hover, .btn.btn-white:focus {background: #585858 !important; color:  #ffffff !important}
.btn.btn-transparent-white {background:transparent; border-color: #ffffff; color:  #ffffff}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {background: #ffffff !important; color: #585858 !important}
.btn.btn-transparent-black {background:transparent; border-color: #2b2b2b; color: #2b2b2b}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {background: #2b2b2b !important; color: #ffffff !important}
.btn.btn-black {background: #2b2b2b; color: #ffffff}
.btn.btn-black:hover, .btn.btn-black:focus {background: #585858  !important; color: #fff; !important}
.btn.btn-green {background: #1bd40b; color: #ffffff}
.btn.btn-green:hover, .btn.btn-green:focus {background: #18880f  !important; color: #fff; !important}
.btn.btn-blue {background: #55ACEE; border-color: #55ACEE; color: #ffffff}
.btn.btn-blue:hover, .btn.btn-blue:focus {background: transparent !important; border-color: #55ACEE; color: #55ACEE !important}
.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {background: #ffffff !important; border-color: #ffffff; color: #585858 !important}
.btn.btn-red {background: #ca3b33; border-color: #ca3b33; color: #ffffff}
.btn.btn-red:hover, .btn.btn-red:focus {background: #380000 !important; border-color: #380000; color: #ffffff !important}
.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {background: #ffffff !important; border-color: #ffffff; color: #585858 !important}

/* background color */
.bg-main{background: #55ACEE;}
.bg-black{background: #000000;}
.bg-dark {background-color: #1d1d21 !important;}
/* .bg-blue {background-color: #03a9f5;} */
.bg-pink {background-color: #f033b5;}
.bg-purple {background-color: #9556f5;}
.bg-gray{
    background-color:#2b2b2b;
}
/*Bg Gradient*/
.bg-gradient-1{
    background: #ffd435 ;
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #ffd435), color-stop(82%, #55ACEE));
    background: -o-linear-gradient(left, #ffd435  2%, #55ACEE 82%);
    background: linear-gradient(to right, #ffd435  2%, #55ACEE 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    overflow: hidden;
}

/* text-color */
.color-blue-before{color: #55ACEE;}
.main-color{color: #ece25e;}
.yellow-color{color: #ece25e;}
.green-color{color: #5eec94;}
.click-red-color{color:red}

.color-pink {color: #e57bff;}
.color-blue {color: #0041af;}
.color-white {color: #ffffff;}
.color-black{color:#000000;}
/*Max Width*/
.mx-570{
    max-width: 570px;
    display: inline-block;
}

/* ===================================
   Social Icon Bg
====================================== */

.social-icon-bg a i.fa-facebook-f {background-color: #3B5998;}
.social-icon-bg a i.fa-twitter {background-color: #55ACEE;}
.social-icon-bg a i.fa-google-plus {background-color: #DD4B39;}
.social-icon-bg a i.fa-linkedin-in {background-color: #0976B4;}
.social-icon-bg a i.fa-instagram {background-color: #c13584;}
.social-icon-bg a i.fa-youtube {background-color: #dd4b39;}
.social-icon-bg a i.fa-pinterest-p {background-color: #B7242A;}
.social-icon-bg a i.fa-instagram {background-color: #e8715c;}
.social-icon-bg a i.fa-vimeo {background-color: #1ab7ea;}
.social-icon-bg a i.fa-vk {background-color: #4c75a3;}
.social-icon-bg a i.fa-youtube {background-color: #cd201f;}
.social-icon-bg a i.fa-pinterest {background-color: #bd081c;}
.social-icon-bg a i.fa-tumblr {background-color: #34465d;}
.social-icon-bg a i.fa-behance {background-color: #131418;}
.social-icon-bg a i.fa-dribbble {background-color: #ea4c89;}
.social-icon-bg a i.fa-google-plus {background-color: #dd4b39;}
.social-icon-bg a i.fa-xing {background-color: #026466;}
.social-icon-bg a i.fa-yelp {background-color: #af0606;}
.social-icon-bg a i.fa-vine {background-color: #00b489;}

/* ===================================
   Social Icon Bg Hover
====================================== */

.social-icon-bg-hvr a:hover i.fa-facebook-f {background-color: #3B5998;}
.social-icon-bg-hvr a:hover i.fa-twitter {background-color: #55ACEE;}
.social-icon-bg-hvr a:hover i.fa-google-plus {background-color: #DD4B39;}
.social-icon-bg-hvr a:hover i.fa-linkedin-in {background-color: #0976B4;}
.social-icon-bg-hvr a:hover i.fa-instagram {background-color: #c13584;}
.social-icon-bg-hvr a:hover i.fa-youtube {background-color: #dd4b39;}
.social-icon-bg-hvr a:hover i.fa-pinterest-p {background-color: #B7242A;}
.social-icon-bg-hvr a:hover i.fa-instagram {background-color: #e8715c;}
.social-icon-bg-hvr a:hover i.fa-vimeo {background-color: #1ab7ea;}
.social-icon-bg-hvr a:hover i.fa-vk {background-color: #4c75a3;}
.social-icon-bg-hvr a:hover i.fa-youtube {background-color: #cd201f;}
.social-icon-bg-hvr a:hover i.fa-pinterest {background-color: #bd081c;}
.social-icon-bg-hvr a:hover i.fa-tumblr {background-color: #34465d;}
.social-icon-bg-hvr a:hover i.fa-behance {background-color: #131418;}
.social-icon-bg-hvr a:hover i.fa-dribbble {background-color: #ea4c89;}
.social-icon-bg-hvr a:hover i.fa-google-plus {background-color: #dd4b39;}
.social-icon-bg-hvr a:hover i.fa-xing {background-color: #026466;}
.social-icon-bg-hvr a:hover i.fa-yelp {background-color: #af0606;}
.social-icon-bg-hvr a:hover i.fa-vine {background-color: #00b489;}

/* ===================================
   Social Icon Color
====================================== */

.social-icon-clr a i.fa-facebook {color: #3B5998;}
.social-icon-clr a i.fa-twitter {color: #55ACEE;}
.social-icon-clr a i.fa-google-plus {color: #DD4B39;}
.social-icon-clr a i.fa-linkedin-in {color: #0976B4;}
.social-icon-clr a i.fa-instagram {color: #c13584;}
.social-icon-clr a i.fa-youtube {color: #dd4b39;}
.social-icon-clr a i.fa-pinterest-p {color: #B7242A;}
.social-icon-clr a i.fa-instagram {color: #e8715c;}
.social-icon-clr a i.fa-vimeo {color: #1ab7ea;}
.social-icon-clr a i.fa-vk {color: #4c75a3;}
.social-icon-clr a i.fa-youtube {color: #cd201f;}
.social-icon-clr a i.fa-pinterest {color: #bd081c;}
.social-icon-clr a i.fa-tumblr {color: #34465d;}
.social-icon-clr a i.fa-behance {color: #131418;}
.social-icon-clr a i.fa-dribbble {color: #ea4c89;}
.social-icon-clr a i.fa-google-plus {color: #dd4b39;}
.social-icon-clr a i.fa-xing {color: #026466;}
.social-icon-clr a i.fa-yelp {color: #af0606;}
.social-icon-clr a i.fa-vine {color: #00b489;}

/* ===================================
   Social Icon Hover
====================================== */

.social-icon-clr-hvr a i:hover.fa-facebook {color: #3B5998;}
.social-icon-clr-hvr a i:hover.fa-twitter {color: #55ACEE;}
.social-icon-clr-hvr a i:hover.fa-google-plus {color: #DD4B39;}
.social-icon-clr-hvr a i:hover.fa-linkedin-in {color: #0976B4;}
.social-icon-clr-hvr a i:hover.fa-instagram {color: #c13584;}
.social-icon-clr-hvr a i:hover.fa-youtube {color: #dd4b39;}
.social-icon-clr-hvr a i:hover.fa-pinterest-p {color: #B7242A;}
.social-icon-clr-hvr a i:hover.fa-instagram {color: #e8715c;}
.social-icon-clr-hvr a i:hover.fa-vimeo {color: #1ab7ea;}
.social-icon-clr-hvr a i:hover.fa-vk {color: #4c75a3;}
.social-icon-clr-hvr a i:hover.fa-youtube {color: #cd201f;}
.social-icon-clr-hvr a i:hover.fa-pinterest {color: #bd081c;}
.social-icon-clr-hvr a i:hover.fa-tumblr {color: #34465d;}
.social-icon-clr-hvr a i:hover.fa-behance {color: #131418;}
.social-icon-clr-hvr a i:hover.fa-dribbble {color: #ea4c89;}
.social-icon-clr-hvr a i:hover.fa-google-plus {color: #dd4b39;}
.social-icon-clr-hvr a i:hover.fa-xing {color: #026466;}
.social-icon-clr-hvr a i:hover.fa-yelp {color: #af0606;}
.social-icon-clr-hvr a i:hover.fa-vine {color: #00b489;}

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

/* nav top default */

header a.logo img {
    max-width: 190px;
    vertical-align: sub;
}

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


.header-appear .navbar-top-default {
    height: 70px;
    position: fixed;
    z-index: 999;
    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 .navbar-top-default{
    background: #fff;

}

.navbar-top-default #megaone{
    margin-right: -30px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #2a363b;
    font-weight: 600;
    text-align: center;
    padding: 0.4rem 1.2rem;
    font-family: "Poppings", sans-serif;
    text-transform:capitalize;
    letter-spacing:0px!important;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background-color: #ca3b33;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    color: #ca3b33;
}

/*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: #ca3b33;
    visibility: hidden;
    opacity: 0;
}

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


.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #55ACEE;
    z-index: 1032;
    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: #000;
    -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: 15px;
    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;
    position: absolute;
    right: 15px;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #2b2b2b;
    display: block;
}

.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-item{
    display: block;
    margin: 10px 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.5rem;
    font-weight: 300;
    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 p{
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

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

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

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    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;
}
.social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.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;
    }
}

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

#client-nav{
    margin-top: 50px;
}

.client-box{
    position: relative;
    padding: 30px;
    margin: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    box-shadow: 0px 0px 8px 1px rgba(145, 140, 145, 0.35);
}

.client-box i.q-icon{
    font-size: 30px;
    margin-bottom: 10px;
    color:#55ACEE;
    display: inline-block;
}

.client-box .client-img{
    max-width: 50px;
    border-radius: 50px;
    overflow: hidden;
    background-color: #e8e8e8;
    margin-bottom: 15px;
    display: inline-block;
}

.client-box .client-designation{
    font-size: 14px;
}

#client-nav button{
    padding: 18px 16px;
    line-height: 0;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #55ACEE;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

#client-nav button:hover{
    background:#55ACEE;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

#client-nav button.owl-prev{
    margin-right: 10px;
}

#client-nav button > span{
    font-size: 40px;
    display: inline-block;
    top: 2px;
    position: relative;
    color: #55ACEE;
}

#client-nav button:hover > span{
    color: #fff;
}

.partners-slider{
    margin-top: 6rem;
}

.partners-slider .logo-item{
    text-align: center;
}

.partners-slider .logo-item img{
    max-width: 170px;
    opacity: .5;
    display: inline-block;
}


/* ===================================
        Slider
   ====================================== */


.home-banner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 75vh;
    padding: 0;
    /* padding-top: 160px; */
    padding-bottom: 60px;
    background: url("../img/slider-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.home-banner:after {
    content: "";
    bottom: 0;
    display: block;
    position: absolute;
    margin-bottom: 0;
    height: 100%;
    width: 30%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQoU2N8+vTpfwYGBgZpaWlGEI0LMBKtEJ8pyHJ4rRtVCAAd/QgLwKUsAgAAAABJRU5ErkJggg==)!important;
    background-position: 0 0px!important;
    background-repeat: repeat!important;
    right: 0;
    z-index: -1;
}
.heading-box{
    margin-bottom:20px;
}

.heading-box h2{
    font-size: 56px;
    line-height: 69px;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.slider-right {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    z-index: 2;
    float: right;
    width: auto;
}

.slider-right img {
    position: relative;
    max-height: 500px;
    width: 370px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
    box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.slider-right span {
    position: absolute;
    top: 0px;
    bottom: 0;
    z-index: -9;
    height: 110%;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 30px;
    margin-top: -25px;
    background: #2f387b;
    -webkit-box-shadow: -6px 10px 40px #0000008f;
    box-shadow: -6px 10px 40px #0000008f;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/*Shapes*/
.shape-square {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #2f387b;
    bottom: 30%;
    right: 5%;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .0s ease-in-out;
    -o-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
    -webkit-animation: rotating 20s linear infinite;
}

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


.shape-triangle {
    position: absolute;
    width: 0;
    height: 0;
    top: 12%;
    left: 45%;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-transition: all .0s;
    -o-transition: all .0s;
    transition: all .0s;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 50px solid #2f387b;
    -webkit-animation: right-to-left 20s linear infinite;
}

@-webkit-keyframes right-to-left {
    0% { margin-left: 0;}
    50%{ margin-left : -100px;}
    100%{ margin-left: 0;}
}

.shape-plus {
    position: absolute;
    top: 15%;
    left: 13%;
    border-radius: 1px;
    background: #2f387b;
    height: 40px;
    width: 5px;
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    -webkit-animation: rotating 20s linear infinite;
}

.shape-plus:after {
    border-radius: 1px;
    background-color: #2f387b;
    content: "";
    height: 5px;
    position: absolute;
    top: 17px;
    width: 40px;
    left: -17px;
}

.shape-circle{
    position: absolute;
    bottom: 50px;
    left: 250px;
    width: 60px;
    height: 60px;
    border: 5px solid #2f387b;
    border-radius: 50%;
    -webkit-animation: heartBeat 10s linear infinite;
}

/* ===================================
      About Us
  ==================================== */

.heading-area .title{
    font-size: 3rem;
    margin-bottom: 25px;
}

.heading-area .sub-title{
    margin-bottom: 15px;
    font-weight: 400;
}

.dot-box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 80px;
    z-index: -1;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQoU2N8+vTpfwYGBgZpaWlGEI0LMBKtEJ8pyHJ4rRtVCAAd/QgLwKUsAgAAAABJRU5ErkJggg==)!important;
    background-position: 0 0px!important;
    background-repeat: repeat!important;
    background-size: 15px;
    width: 150px;
    height: 150px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.feature-item {
    margin-right: 20px;
    padding: 30px 25px;
    border-radius:10px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    box-shadow: 0px 0px 8px 1px rgba(145, 140, 145, 0.35);
}

.feature-item:nth-child(2){
    margin-top: 23px;
}

.feature-item > i.f-icon{
    font-size: 28px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: #55ACEE;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 50px;
    color: #fff;
}

.feature-item .title {
    margin: 1.5rem 0 .8rem;
}

.feature-item .r-icon{
    font-size: 25px;
    font-weight: 900;
    display: block;
    text-align: right;
    color: #d5d3d3;
}

.feature-item p{
    margin-bottom: 15px;
    font-size: 14px;
}

/* ===================================
   Parallax
====================================== */

.parallax-box{
    padding: 3rem 0;
    text-align: center;
}
.parallax-box i{
    font-size: 2.5rem;
    display: inline-block;
    margin-bottom: 25px;
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.parallax-box:hover i{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.parallax-box h2{
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.parallax-box h5{
    font-weight: 400;
    font-size: 1.1rem;
}

/* ===================================
    Services
====================================== */

.services-skill li{
    list-style: none;
    margin-top: 25px;
}

.services-skill .progress{
    border-radius: 50px;
    height: 13px;
}

.services-skill .progress-bar{
    border-radius: 50px;
    background-color: #55ACEE;
}

.progress-item b{
    font-weight: 600;
}

.counter-area{
    margin-top: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.counter-area .counters .content{
    display: inline-block;
}

.counter-area .counters .c-icon{
    font-size: 40px;
    margin-right: 15px;
    color: #55ACEE;
}

.services-about{
    height: 550px;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    padding-top: 10px;
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQoU2N8+vTpfwYGBgZpaWlGEI0LMBKtEJ8pyHJ4rRtVCAAd/QgLwKUsAgAAAABJRU5ErkJggg==)!important;
    background-position: 0 0px!important;
    background-repeat: repeat!important;
    right: 0;
    background-size: 15px;
}


.services-about .service-image{
    float: right;
    max-width: 450px;
}

.services-about .content{
    position: absolute;
    background-color:#55ACEE;
    bottom: 0;
    left: 0;
    max-width: 500px;
    color: #fff;
    padding: 50px;
    text-align: left;
}

.services-about .content h5{
    color: #fff;
}

.services-about .content:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-size: 230px;
    position: absolute;
    font-weight: 700;
    opacity: .1;
    top: 100px;
    left: 30px;
}

/* ===================================
    Cube Portfolio
====================================== */

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item{
    background: transparent;
    border: none;
    margin: 10px 4px 6px 4px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    font-family:'Poppins', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background-color:#55ACEE;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: .8;
}

.cbp-l-caption-alignCenter{
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-alignCenter {
    opacity: 1;
}

.cbp-l-caption-body p{
    font-size: 12px;
}

.cbp-l-caption-body h5{
    font-weight: 400;
}

.plus {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}


.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}
.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

/* ===================================
    Blog
====================================== */

.hover-effect{
    position: relative;
    overflow: hidden;
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

/* ===================================
   Contact
====================================== */

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
    background: #fff;
    letter-spacing: .5px;
    font-weight: 400;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    min-height: 35px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form textarea.form-control {
    min-height: 140px;
    resize: none;
    margin-bottom: 0;
}

.contact-form .form-group:nth-last-child(1){
    margin-bottom: 0;
}

.map-half {
    height: 650px;
    width: 100%;
    margin: 0 auto;
}

.bg-map{
    background: url("../img/map.jpg");
}

.address-item {
    list-style: none;
    padding: 30px;
    margin: 0;
    margin-top: 40px;
    text-align: left;
    background-color: #f8f9fa;
    position: relative;
    display: inline-block;
    width: 100%;
}

.address-item li{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.address-item i{
    font-size: 35px;
    margin-right:20px;
}

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

.footer-style-1{
    padding: 5rem 0;
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-social li a:hover{
    background-color:#00bcd4;
    color: #ffffff;
}

.company-about{
    font-size: 14px;
}

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

.scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #2b2b2b;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.scroll-top-arrow:hover {
    background-color: #00bcd4; }



/* ===================================
    Background images
====================================== */

.bg-img1{
    background-image: url("../img/bg-img-1.jpg");
}

[class*=bg-img]{
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* ===================================
        Preloader
   ====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ffffff;
    z-index: 999;
}

.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    position: relative;
}
.full-width {
    max-width: 100%;
    width: 100%;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.preloader .spinner {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #55ACEE;
    opacity: 1;
    -webkit-animation: loader-bounce 2s infinite ease-in-out;
    animation: loader-bounce 2s infinite ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.preloader .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    opacity: 0.1;
}

@-webkit-keyframes loader-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }

}

@keyframes loader-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

}

/* ===================================
   Other Page
====================================== */

.page-title{
    position:relative;
    text-align:center;
    margin-top: 90px;
    padding:125px 0px 125px;
    background:url("../img/blog-cover.jpg");
    background-size: cover;
    background-position: top center;
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#ffffff;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:3.5rem;
    text-transform:capitalize;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0px;
    margin-right:0px;
}

.page-breadcrumb li a{
    color:#fff;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#00bcd4;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}

.blog-classic{
    padding: 4rem 0;
    border-bottom: 1px solid #efefef;
    text-align: left;
}

.blog-classic:first-child{
    padding-top: 0;
}

#searchform input{
    border-radius: 50px;
    padding: 10px 20px;
}

.post-thumbnail{
    margin-bottom: 2.5rem;
}

.post-details .post-categories{
    display: block;
    margin-bottom: 1rem;
}

.post-details .post-categories a{
    position: relative;
    color: #00bcd4;
    padding: 4px 15px;
    margin-right: 3px;
    display: inline-block;
    border: 1px solid #00bcd4;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-details .post-categories a:hover{
    color: #fff;
    background-color: #00bcd4;
}

.post-details{
    font-size: 13px;
    line-height: 2;
    font-weight: 400;
    color: #939393;
    margin-bottom: .8rem;
}

.post-separator{
    margin: 0 5px;
}

.post-title{
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

/* blog post navigation */
.blog-post-navigation {
    padding-top: 4rem; }

.blog-post-navigation i.fa-long-arrow-left {
    padding-right: 10px; }

.blog-post-navigation i.fa-long-arrow-right {
    padding-left: 10px; }

.blog-post-navigation .page-link {
    position: relative;
    display: block;
    padding: 0.7rem 1.1rem;
    color: #3E3939;
    text-decoration: none; }

.blog-post-navigation .page-link.current {
    z-index: 1;
    color: #3E3939;
    background-color: #e9ecef;
    border-color: #dee2e6; }

.blog-detail-nav {
    margin-top: 2.5rem;
    position: relative;
    display: block;
    text-align: left;
    line-height: 1;
}

.blog-single .footer-meta{
    padding-top: 4rem;
}

.blog-single .post-title{
    margin-bottom: 1.8rem;
}

.blog-single .post-tags span {
    display: block; }

.blog-single .post-tags a {
    background-color: #f7f8fa;
    display: inline-block;
    padding: 6px 17px;
    margin: 0 5px 5px 0;
    color: #3E3939;
    text-decoration: none;
    font-weight: 500;
    font-size: 11px;
    text-transform: capitalize; }

.blog-single .post-tags a:hover {
    background-color: #3264f5;

    color: #fff; }

.blog-single .post-details.alt-font {
    margin-bottom: 25px; }

.blog-single .post-social{
    text-align: right;
}

.blog-single .post-social > ul{
    margin: 0;
    padding: 0;
}

.blog-single .post-social > ul > li{
    display: inline-block;
    list-style: none;
}

.blog-single .post-social > ul > li > a:last-child {
    margin-right: 0; }

.blog-single .post-social > ul > li > a > i {
    color: #fff;
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }


.blog-single .post-social > ul > li > a:hover i{
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.resume-author {
    padding: 50px;
    border: 1px solid #f8f9fa;
    background-color: #f8f9fa;
    margin-top: 4rem; }

.post-navigation ~ .resume-author{
    margin-top: 0;
}

.author-avatar {
    width: 125px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    float: left;
    overflow: hidden; }

.author-content {
    padding-left: 1.9rem;
    overflow: hidden; }

.author-content a:not(:hover):not(:focus) {
    text-decoration: none; }

.author-content span {
    color: #939393;
    font-size: 14px;
}

.author-content h6 {
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 1.3rem;
}

.author-content h6 a:not(:hover):not(:focus) {
    color: #232323; }



/* ===================================
     Widget Area
   =================================== */


.resume-widget > .widget {
    padding: 40px 48px;
    background-color: #f8f9fa;
    margin-bottom: 30px;
    text-align: left;}

.resume-widget > .widget_media_image {
    padding: 0;
    text-align: center;
    background-color: transparent; }

.resume-widget > .widget_media_image img {
    width: 100%; }

.resume-widget > .widget .widget-title {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 24px; }

.btn-search {
    height: 38px;
    width: 38px;
    border-radius: 50px;
    border: 0;
    padding: 0;
    text-align: center;
    line-height: 38px;
    position: absolute;
    right: 0;
    z-index: 5;
    cursor: pointer;
    background: #00bcd4;
    color: #fff;
}

.resume-widget > .widget .widget-title a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    font-weight: 700; }

.resume-widget > .widget .blog-latest-post > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }

.resume-widget > .widget .blog-latest-post > li:nth-last-child(1) {
    margin-bottom: 0; }

.resume-widget > .widget .blog-latest-post > li .post-head {
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    max-width: 160px;
    font-weight: 400;
}

.resume-widget > .widget .blog-latest-post > li .post-head > .title {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 5px;
    display: block; }

.resume-widget > .widget .blog-latest-post > li figure {
    min-width: 90px;
    max-width: 90px;
    margin-right: 15px;
    border-radius: 50px;
    display: inline-block;
    float: left;
    margin-bottom: 0; }

.resume-widget > .widget ol, .resume-widget > .widget ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.resume-widget > .widget li a:not(:hover):not(:focus) {
    color: #3E3939; }

.widget_archive ul li, .widget_categories ul li {
    display: block;
    overflow: hidden;
    position: relative; }

.widget li:not(:last-child) {
    margin-bottom: 12px;
    position: relative; }

.widget .counts {
    font-weight: 600; }

.widget_archive ul li .dots:before, .widget_categories ul li .dots:before {
    content:". . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . ";
    white-space: nowrap;
    display: block;
    width: 100%;
    height: 2px;
    opacity: 1;
    position: absolute;
    z-index: 0;
    line-height: 1;
    top: 0;
    display: block; }

.widget_archive ul li a, .widget_categories ul li a {
    position: relative;
    z-index: 1;
    text-decoration: none; }

.widget .counts {
    position: absolute;
    right: 0;
    z-index: 1; }

.widget .resume-accordion-nav + .counts {
    right: 20px; }

.widget_archive ul li a, .widget_categories ul li a {
    padding-right: 10px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex; }

.widget .counts {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    padding-left: 10px;
    line-height: 1.3; }

.widget .alignnone {
    margin: 0 auto; }

.widget .wp-caption {
    margin-bottom: 25px; }

.widget .counts, .widget li a, .widget .resume-accordion-nav {
    background-color: #f8f9fa; }

.widget li a {
    text-decoration: none;
    font-weight: 500; }


/* post navigation */
.post-navigation {
    padding: 4rem 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-nav-content h6 {
    font-size: 1.0rem;
    color: #232323;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
    word-break: break-word;
    max-width: 250px;
    overflow: hidden; }

.post-navigation .post-nav-content p {
    font-size: 12px;
    font-weight: 400;
    opacity: .8;
    line-height: 1.2;
    margin-bottom: 5px;
    padding: 0 2px;
    color: #2b2b2b; }

.post-navigation .post-previous, .post-navigation .post-next {
    max-width: 400px; }

.post-navigation .post-previous {
    float: left; }

.post-navigation .post-next {
    float: right; }

.post-navigation a {
    text-decoration: none; }

.post-navigation .post-previous .post-nav-content {
    padding-left: 25px;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-previous:hover .post-nav-content {
    padding-left: 15px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-next .post-nav-content {
    padding-right: 25px;
    text-align: right;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-next:hover .post-nav-content {
    padding-right: 15px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.post-navigation .post-previous i, .post-navigation .post-next i {
    font-size: 20px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #232323;
    color: #232323;
    border-radius: 50px;
    position: relative;
    overflow: hidden; }

.post-navigation .post-previous i::before, .post-navigation .post-next i::before {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    color: #000;
    top: -1px;
    border-radius: inherit;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }

.post-navigation .post-previous:hover i::before, .post-navigation .post-next:hover i::before {
    color: #fff;
    background: #232323;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.resume-author {
    padding: 50px;
    border: 1px solid #f8f9fa;
    background-color: #f8f9fa;
    margin-top: 4rem; }

.post-navigation ~ .resume-author{
    margin-top: 0;
}

.author-avatar {
    width: 125px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    float: left;
    overflow: hidden; }

.author-content {
    padding-left: 1.9rem;
    overflow: hidden; }

.author-content a:not(:hover):not(:focus) {
    text-decoration: none; }

.author-content span {
    color: #939393;
    font-size: 14px;
}

.author-content h6 {
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 1.3rem;
}

.author-content h6 a:not(:hover):not(:focus) {
    color: #232323; }

/*Contact form*/

.blog-comment {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    clear: both; }

input.inputerror, textarea.inputerror, select.inputerror {
    border: 1px solid #ff0000; }

.text-outside-line-full {
    position: relative;
    display: inline-block; }

.comments-title, .comment-form-title {
    position: relative;
    width: 100%;
    color: #232323;
    display: block;
    text-align: center;
    padding: 4rem 0;
    font-weight: 600; }

.text-outside-line-full::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100px;
    display: block;
    border-bottom: 1px solid #dedede;
    right: 100%;
    margin-right: 25px; }

.text-outside-line-full::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100px;
    display: block;
    border-bottom: 1px solid #dedede;
    left: 100%;
    margin-left: 25px; }

.blog-comment .comment-fields {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: transparent;
    -ms-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
    padding: 12px 20px;
    font-size: 14px;
    line-height: normal;
    border-radius: 10px;
    width: 100%;
}

.blog-comment .comment-fields:focus {
    border: 1px solid #464545; }

.blog-comment p:last-of-type {
    margin-bottom: 0; }

.blog-comment-form {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s; }

.blog-comment-form a {
    text-decoration: none;
    font-weight: 400; }


/* ===================================
    Media Queries
   ====================================== */


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

    body{
        text-align: center;
    }

    .home-banner{
        padding: 10rem 0 7.5rem;
    }
    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }

    .slider-right {
        float: none;
        margin-top: 6rem;
    }

    .heading-box h2 {
        font-size: 3.5rem;
        line-height: 1.1;
    }

    .home-banner [class*=shape-]{
        display: none;
    }
    .heading-area{
        margin-bottom: 3rem;
    }
    .heading-area .title {
        font-size: 2.5rem;
    }
    .feature-item{
        margin: 0;
    }
    .feature-item:nth-child(2) {
        margin: 25px 0;
    }
    .feature-item{
        text-align: center;
    }
    .services-about{
        margin-top: 4.5rem;
    }
    #client-nav {
        margin-top: 0;
        margin-bottom: 3rem;
    }
    #blog .heading-area {
        margin: 0;
        padding: 7.5rem 0;
    }
    .address-item{
        margin: 3rem 0;
    }
    .footer-social{
        margin-bottom: 1rem;
    }
    .blog-comment{
        margin-bottom: 4rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .blog-post-navigation{
        padding: 4rem 0;
    }
}


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

    section{
        padding: 4.5rem 0;
    }
    .home-banner{
        padding: 7rem 0 4.5rem;
    }
    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }

    .slider-right {
        float: none;
        margin-top: 5rem;
    }

    .heading-box h2 {
        font-size: 2.3rem;
        line-height: 1.1;
    }
    .heading-area{
        margin-bottom: 3rem;
    }
    .heading-area .title {
        font-size: 2rem;
    }
    #blog .heading-area {
        margin: 0;
        padding: 4.5rem 0;
    }
    .address-item{
        margin: 3rem 0;
    }
    .footer-social{
        margin-bottom: 1rem;
    }
    .side-menu {
        width: 380px;
    }
}
.hvr-team {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-team:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-team:hover, .hvr-team:focus, .hvr-team:active {
    color: #ffffff;
}
.team-col:hover .hvr-team:before,.team-col:focus .hvr-team:before, .team-col:active .hvr-team:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.hvr-team2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-team2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-team2:hover, .hvr-team2:focus, .hvr-team2:active {
    color: white;
}
.team-col2:hover .hvr-team2:before,.team-col2:focus .hvr-team2:before, .team-col2:active .hvr-team2:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.team:before {
    content: url(../img/team-circle.png);
    position: absolute;
    left: -10px;
    top: 200px;
    animation: scale .6s alternate infinite linear both;
}
.team-image img, .team-image2 img {
    width: 100%;
    height:auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-social {
    margin-bottom: 5px;
}
.team-social li{
    list-style: none;
    display: inline-block;
}
.team-social>li>a{
    height: 35px;
    width: 35px;
    border: 1px solid transparent;
    border-radius: 30px;
    display: block;
    line-height: 35px;
    color: #212622;
}
.team-classic-content {
    padding: 49px 20px;
    background: #fff;
    -webkit-box-shadow: 0 10px 5px -10px #b7b7b7;
    box-shadow: 0 10px 5px -10px #b7b7b7;
    text-align: center;
}
.team-classic-content.pink:before {
    background: #e57bff;
}
.team-classic-content.yellow:before {
    background: #f1c30f;
}
.team-classic-content.red:before {
    background: #ca3b33;
}
.main-title {
    position: relative;
    margin-bottom: 6rem;
    text-align: center;
}
.main-title h5 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    margin-bottom: 1.1rem;
    color: #212622;
}
.main-title h2 {
    font-weight: 300;
    color: #212622;
    line-height: 1.2;
    max-width: 650px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.main-title p {
    max-width: 720px;
    margin: 0 auto;
}

.main-title.style-two h5 {
    margin-bottom: 1.5rem;
}
.main-title.style-two h2 {
    text-transform: initial;
    font-size: 37px;
    font-weight: 500;
    max-width: 720px;
}
.main-title.style-two p {
    color: #212622;
    max-width: 720px;
}
.split-container-setting .main-title h2 {
    max-width: 100%;
    text-transform: initial;
}
.split-container-setting .main-title p {
    max-width: 100%;
    margin: 0;
}

.bg-change .split-container-setting .main-title h5, .bg-change .split-container-setting .main-title h2,
.bg-change .split-container-setting h6, .bg-change .split-container-setting p {
    color: #ffffff;
}
h2, .main-title.style-two h2, .cbp-l-project-title {
    font-size: 2.2rem;
}
.main-title {
    margin-bottom: 2.5rem;
}
.main-title h2,  .cbp-l-project-title {
    margin-bottom: 1.2rem;
}
.main-title h5 {
    line-height: 1;
    margin-bottom: 1rem;
}
.bg-light-gray {
    background-color: #f9f9f9;
}
.bg-light-gray2 {
    background-color: #efefef;
}
.bg-light-gray3 {
    background-color: #f2f2f2;
}
.about-section {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}

.about-section .heading {
	padding-left: 250px;
	padding-right: 250px;
}


.about-section .text-section {
	margin-top: 60px;
    margin-bottom: 60px;
}
.about-section .text-section-negmarg-1 {
	margin-top: -70px;
    margin-left: -80px;
}
.about-section .text-section-negmarg-2 {
	margin-top: -70px;
    margin-left: -60px;
}

.about-section .text-section .heading {
	padding-left: 0;
	padding-right: 0;
	font-size: 36px;
	margin-bottom: 40px;
	text-align: left;
}

.about-section .text-section .text {
	/* color: #515050; */
	font-size: 16px;
	font-weight: 400;
	text-align: justify;
	padding-right: 70px;
}

.about-section .media i {
	overflow: hidden;
	border-radius: 50%;
	color: #0041af;
	height: 30px;
	line-height: 28px;
	width: 30px;
	border: 1px solid #0041af;
	text-align: center;
	font-size: 18px;
	transition: .5s ease;
}

.about-section .media {
	width: 160px;
	height: 50px;
	padding: 10px 12px 10px 0;
	background-color: transparent;
}

.about-section .media .media-body {
	margin-left: 10px;
	color: #0041af;
}

.about-section .media:hover i {
	color: #fff;
	border: 1px solid #0041af;
	background-color: #0041af;
	transition: .5s ease;
}

.about-section .media:hover {
	cursor: pointer;
	transition: .5s ease;
}

.about-section .img-section {
	z-index: 1;
}

.about-section .rectangle {
	top: 120px;
	right: 0;
	width: 50px;
	height: 400px;
	position: absolute;
	background-color: #951b14;
}
.about-section .rectanglerightblue{
	top: 120px;
    right: 0;
    width:50px;
	height: 400px;
	position: absolute;
	background-color: #2f387b;
}
.about-section .rectangleleft {
	top: 120px;
	width: 50px;
	height: 400px;
	position: absolute;
	background-color: #951b14;
}
.about-section .rectangleleftblue{
	top: 120px;
	width: 50px;
	height: 400px;
	position: absolute;
	background-color: #2f387b;
}
.subheading {
	color: #2f387b;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
}
.contact-section .subheading {
	text-align: left;
	margin-bottom: 0;
}
.contact-section .subheading {
    text-align: center;
}
.footerstyle {
    padding:80px 20px;
    background: #2b2b2b;
    color: white;
    text-align: left;
}

.padding3rem{
    padding: 3rem;
}
.grid-1{
    padding: 1.2rem 2rem;
}
/* .benefits-item:hover{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

} */

.benefits-item {
    display: flex;
    /* margin-bottom: 50px; */
    height: 100%;
    padding: 2.2rem;
    -webkit-box-shadow: inset 0 0 0 1px #e3e3e8;
    box-shadow: inset 0 0 0 1px #e3e3e8;
    border-radius: 0.6rem;
    /* border:1px solid red; */
    transition: all .4s;
}
.loan-item {
    display: flex;
    /* margin-bottom: 50px; */
    /* height: 100%; */
    padding: 2rem;
    -webkit-box-shadow: inset 0 0 0 1px #e3e3e8;
    box-shadow: inset 0 0 0 1px #e3e3e8;
    border-radius: 0.6rem;
    transition: all .4s;
}
.loan-item2{
    display: flex;
    /* margin-bottom: 50px; */
    /* height: 100%; */
    padding: 2rem;
    padding-bottom: 0.5rem!important;
    padding-top: 1rem!important;
    -webkit-box-shadow: inset 0 0 0 1px #e3e3e8;
    box-shadow: inset 0 0 0 1px #e3e3e8;
    border-radius: 0.6rem;
    transition: all .4s;
    margin-bottom: 10px;
}
.benefits-item .benefits-item-icon {
    height: 64px;
    width: 64px;
    margin-bottom:20px;
    flex: none;
}
.benefits .block-content {
    margin-bottom: 60px;
}
.benefits-item-container{
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.benefits-item:hover .benefits-item-container {
    /* padding-left: 25px; */
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.benefits-item-details{
    text-align:left;
    padding:40px 0px;
}
.grid-1:hover a{
    color:black;
}

/* ===================================
    Pricing-Section
====================================== */

.pricing-section {
    padding: 120px 0;
    background-color: #fff;
  }
  
  .pricing-section .pricing-plans {
    margin-top: 55px;
  }
  
  .single-price {
    padding-bottom: 30px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  
  .single-price.active {
    padding-bottom: 50px;
    background-color: #fff;
    transform: translateY(-20px);
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  }
  
  .center.price-tag {
    color: #fff;
  }
  
  .price-tag h3 {
    color: #2f387b;
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .price-tag span {
    font-size: 30px;
  }
  
  .active .price-tag h4 {
    color: #2f387b;
  }
  
  .price-tag p {
    color: #2f387b;
    font-size: 14px;
  }
  
  .active .price-tag p {
    color: #2f387b;
    font-size: 14px;
  }
  
  .price-tag h4 {
    font-size: 18px;
    padding: 30px;
    color: #fff;
    background-color: #2f387b;
  }
  
  .active .price-tag h4 {
    font-size: 18px;
    padding: 50px;
    color: #fff;
    background-color: #2f387b;
  }
  
  .price-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .price-item ul li {
    font-size: 15px;
    padding: 7px 0;
    margin: 5px 0;
    color: #4f4f4f;
  }
  
  .single-price a {
    margin-top: 15px;
  }

.btn-hvr-setting {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.btn-hvr-setting-inner {
  position: relative;
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0
}

.btn-hvr-effect {
  position: absolute;
  top: -5px;
  width: 25%;
  height: 100%;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s !important;
  background: #18191d;
  border-color: #18191d;
}

.btn-hvr-effect:nth-child(1) {
  left: 0;
  transition-delay: 0s !important;
}

.btn-hvr-effect:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s !important;
}

.btn-hvr-effect:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s !important;
}

.btn-hvr-effect:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s !important;
}

.btn-hvr-setting:hover .btn-hvr-effect,
.btn:hover .btn-hvr-effect,
.btn:active .btn-hvr-effect,
.btn:focus .btn-hvr-effect {
  transform: translateZ(0) scale(1.7) !important;
}
.range__slider [type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 45px;
    height: 45px;
    background: #e5e5e5;
    border: #2f387b 3px solid;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
  }
.range__slider [type="range"]::-moz-range-thumb {
-webkit-appearance: none;
appearance: none;
width: 45px;
height: 45px;
background: #e5e5e5;
border: #2f387b 3px solid;
border-radius: 50%;
cursor: pointer;
-webkit-transition: background .15s ease-in-out;
transition: background .15s ease-in-out;
}

.range__slider [type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    /* background: #008631; */
    border: #fff 0px solid; cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
  
.containerrange {
    width: 100%;
    align-items: center;
    justify-content: center;
    /* margin-top:2rem; */
    }
    .range {
    justify-content: space-around;
    z-index:2;
    flex-direction:column-reverse;
}

.range__slider {
    width: 100%;
}

.range__value {
    width: 100%;
    margin-left: 0px;
    text-align: center;
    border-left: #e6e4e4 0px solid;
    padding-left: 0px;
}

.form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin:2.5rem 0rem;
}

.form-group label {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: -5px;
}

.form-group span {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
}

.range__slider label {
    margin-bottom: 10px;
}

.range__slider [type="range"] {
    width: 100%;
    -webkit-appearance: none;
    height: 20px;
    border-radius: 6px;
    background: #3b3a3b;
    outline: none;
    padding: 0;
    margin: 0;
    z-index:9;
}
.slider-div{
    /* background:black; */
    padding: 1rem;
    border:1px solid rgba(0,0,0,.125);
    border-radius:5px;
    -webkit-box-shadow: 0px 0px 20px rgba(115, 128, 157, 0.4);
      box-shadow: 0px 0px 20px rgba(115, 128, 157, 0.4); 
    margin-top:5rem;
    margin-left:auto;
    margin-right:auto;
    padding:30px 40px;
    animation: pulse 5s ease infinite;
    border-image:linear-gradient(#2e3779, #ca3b33) 30;
    border-width:2px;
    border-style:solid;
}
.slider-div-cory-hero{
    /* background:black; */
    padding: 1rem;
    border:1px solid rgba(0,0,0,.125);
    border-radius:5px;
    -webkit-box-shadow: 0px 0px 20px rgba(115, 128, 157, 0.4);
      box-shadow: 0px 0px 20px rgba(115, 128, 157, 0.4); 
    margin-top:5rem;
    margin-left:auto;
    margin-right:auto;
    padding:30px 40px;
    border-image:linear-gradient(#2e3779, #ca3b33) 30;
    border-width:2px;
    border-style:solid;
    z-index: 1;
}

.slider-div-cory-hero-2{
    box-shadow: 0px 0px 20px rgba(115, 128, 157, 0.4); 
    margin-top:5rem;
    margin-left:auto;
    margin-right:auto;
    padding:30px 40px;
    z-index: 1;
}


.web-btn{
    background-color: #308aca;
    color: #FFFFFF;
    border-radius: 0;
    padding: 8px 25px;
    font-weight: 400;
    text-decoration: none;
    transition: .8s ease !important;
}
.web-btn:hover{
    background-color: #0d3f66;
    border: solid 1px #0d3f66;
    color: #FFFFFF;
}
.text-align-left{
    text-align: left !important;
}
.text-align-center{
    text-align: center !important;
}
.justify-center{
    justify-content: center;
}

.bg-banner{
    background-image: linear-gradient( 135deg, rgb(47, 56, 123) 0%, rgb(47, 56, 123) 100%);
}

.banner-image{
    padding-top: 110px;
}

.banner-text{
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.banner-heading{
    font-size: 59px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.banner-des{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.btn.btn-pink {background: #FFFFFF; border-color: #FFFFFF; color: #000000}
.btn.btn-hvr-blue:hover, .btn.btn-hvr-blue:focus{color: #FFFFFF;border-color: #4b33d0;background: transparent !important;}
.btn.btn-hvr-blue .btn-hvr-effect {background: #0a69de;border-color: #0a69de}

.btn-hvr-setting {z-index: -1;position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50px;}
.btn-hvr-setting-inner {position: relative;display: block;height: 100%;list-style: none;padding: 0;margin: 0}
.btn-hvr-effect {position: absolute;top: -5px;width: 25%;height: 100%;border-radius: 100%;-webkit-transform: translate3d(0, 150%, 0) scale(1.7); transform: translate3d(0, 150%, 0) scale(1.7); -webkit-transition: -webkit-transform 0.45s;
    transition: -webkit-transform 0.45s; transition: transform 0.45s !important;background: #ffffff;border-color: #ffffff;}
.btn-hvr-effect:nth-child(1) {left: 0;-webkit-transition-delay: 0s; transition-delay: 0s !important;}
.btn-hvr-effect:nth-child(2) {left: 30%;-webkit-transition-delay: 0.08s; transition-delay: 0.08s !important;}
.btn-hvr-effect:nth-child(3) {left: 60%;-webkit-transition-delay: 0.16s; transition-delay: 0.16s !important;}
.btn-hvr-effect:nth-child(4) {left: 90%;-webkit-transition-delay: 0.24s; transition-delay: 0.24s !important;}
.btn-hvr-setting:hover .btn-hvr-effect, .btn:hover .btn-hvr-effect, .btn:active .btn-hvr-effect, .btn:focus .btn-hvr-effect {-webkit-transform: translateZ(0) scale(1.7); transform: translateZ(0) scale(1.7) !important;}
.btn-hvr-grey .btn-hvr-effect {background: #FFFFFF;}

.about-text{
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #0a69de;
}

.about-heading{
    font-size: 39px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1f1f1f;
}

.about-des{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #1f1f1f;
    line-height: 24px;
}

.about-box {
    border-radius: 5px;
    padding: 50px 15px 50px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 18px rgba(127, 123, 123, 0.5);
    box-shadow: 0 0 18px rgba(127, 123, 123, 0.5);
    transition: ease-in-out 0.3s;
}

.about-box:hover {
    background-image: linear-gradient( 135deg, rgb(75, 51, 208) 0%, rgb(98, 58, 162) 100%);
    -webkit-box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
}

.about-box .about-main-icon i {
    color: #0a69de;
    font-size: 40px;
    transform: translateY(0);
    transition: ease-in-out 0.3s;
}

.about-box:hover .about-main-icon i {
    transform: translateY(-10px);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-box h5 {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #1f1f1f;
    transition: ease-in-out 0.3s;
}

.about-box:hover i, .about-box:hover h5 {
    color: #fff;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-opacity-icon {
    width: 100%;
    display: flex;
    justify-content: center;
}

.about-opacity-icon i {
    position: absolute;
    color: #03b3cb;
    top: 30px;
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    opacity: 0;
    animation: scale .6s alternate infinite linear both;
}

@keyframes scale {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px)
    }
}

.about-box:hover .about-opacity-icon i {
    opacity: .09;
}

.about-box.active {
    background-image: linear-gradient( 135deg, rgb(75, 51, 208) 0%, rgb(98, 58, 162) 100%);
    -webkit-box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-box.active i, .about-box.active h5 {
    color: #fff;
}

.about-box.active .about-opacity-icon i {
    opacity: .09;
}

.about-box.active:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-box.active:hover i{
    color: #0a69de;
}

.about-box.active:hover h5 {
    color: #1f1f1f;
}

.about-box.active:hover .about-opacity-icon i {
    opacity: .09;
}

.about-box.active.about-box-green {
    background: #fff;
    -webkit-box-shadow: 0 0 18px rgba(127, 123, 123, 0.5);
    box-shadow: 0 0 18px rgba(127, 123, 123, 0.5);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-box.active.about-box-green i {
    color: #0a69de;
}

.about-box.active.about-box-green h5 {
    color: #1f1f1f;
}

.about-box.active.about-box-green .about-opacity-icon i {
    opacity: 0;
}

.about-box.active.about-box-green:hover {
    background-image: linear-gradient( 135deg, rgb(75, 51, 208) 0%, rgb(98, 58, 162) 100%);
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.about-box.active.about-box-green:hover i {
    color: #ffffff;
}

.about-box.active.about-box-green:hover h5 {
    color: #ffffff;
}

.about-box.active.about-box-green:hover .about-opacity-icon i {
    opacity: .09;
}
@media screen and (min-width: 1920px) {
    /*about-sec*/
    .about-des {
        font-size: 15px;
        margin-top: 50px;
    }
}
@media (max-width: 1600px) and (min-width: 1400px){
    /*about-sec*/
    .about-des{
        font-size: 15px;
        margin-top: 53px;
    }
}
@media (max-width: 1024px){
    /*about-sec*/
    .about-heading {
        font-size: 32px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    /*about-sec*/
    .about-heading {
        font-size: 28px;
        text-align: center;
    }
}
@media (max-width: 767px){
    /*about-sec*/
    .about-heading {
        font-size: 25px;
        text-align: center;
    }
}
@media (max-width: 370px){
    /*about-sec*/
    .about-heading {
        font-size: 23px;
    }
}
.padding-top-120{
    padding-top: 120px;
}
.popup-content-box {
    position:fixed;
    bottom: 0;
    /* left: 22.5%; */
    width: 100%;
    
  }
  .card.card-shadow {
    -webkit-box-shadow: 0px 0px 20px rgba(115, 128, 157, 0.3);
    box-shadow: 0px 0px 20px rgba(115, 128, 157, 0.3); }
  .card-shadow {
      -webkit-box-shadow: 0px 0px 20px rgba(115, 128, 157, 0.3);
      box-shadow: 0px 0px 20px rgba(115, 128, 157, 0.3); }
  .card{
      border-radius:10px;
  }
  .border-tb{
    border-radius:10px;
}
.popup-font{
    font-size:1.3rem;
    padding-top:10px;
    padding-bottom:10px;
}
.padding-top-20{
    padding-top:20px;
}

.hero-label{
    color:#111;
    font-size:12px;
    font-weight:300;
    letter-spacing:1.5px;
    line-height:20px;
    text-transform:uppercase;
}
.hero-subtitle{
    margin-top:20px;
    color:#111;
    font-size:16px;
    letter-spacing:0;
    line-height:26px;
    padding-bottom:70px;
}
.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  
    /* max-width: 970px; */
    /* padding: 0px 50px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #00000000;
    border-radius: 20px;
    /* -webkit-box-shadow: 0px 8px 10px 0px #d8dfeb;
    box-shadow: 0px 8px 10px 0px #d8dfeb; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .plans .plan input[type="radio"] {
    opacity: 0;
    position:absolute;
  }
  
  .plans .plan {
    cursor: pointer;
  }
  
  .plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding: 30px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #6b6b6b;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
  }
  
  .plans .plan .plan-content img {
    /* margin-right: 30px; */
    height: 30px;
  }
  
  .plans .plan .plan-details span {
    margin-bottom: 5px;
    display: block;
    font-size: 15px;
    line-height: 1.1em;
    color: #000;
  }
  
  .container .title {
    font-size: 16px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
  }
  
  .plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
  }
  
  .plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #000;
    box-shadow: 0px 3px 5px 0px #000;
  }
  
  .plans .plan input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #2bb673;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #2bb673;
    -webkit-box-shadow: 0px 0px 0px 2px #2bb673;
    box-shadow: 0px 0px 0px 2px #2bb673;
  
  }
  
  .plans .plan input[type="radio"]:checked + .plan-content {
    border: 3px solid #2bb673;
  
    -webkit-transition: ease-in 0.1s;
    -o-transition: ease-in 0.1s;
    transition: ease-in 0.1s;
  
  }
  
  @media screen and (max-width: 991px) {
    .plans {
      /* margin: 0 20px; */
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      /* padding: 40px; */
      /* padding-top:15px; */
    }
  
    .plans .plan {
      width: 100%;
    }
  
    .plan.complete-plan {
      margin-top: 20px;
    }
  
    .plans .plan .plan-content .plan-details {
      /* width: 70%; */
      display: inline-block;
    }
  
    .plans .plan input[type="radio"]:checked + .plan-content:after {
      top: 45%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
    }
  }
  
  @media screen and (max-width: 767px) {
    .plans .plan .plan-content .plan-details {
      /* width: 60%; */
      display: inline-block;
    }
  }
  
  @media screen and (max-width: 540px) {
    .plans .plan .plan-content img {
      margin-bottom: 20px;
      height: 56px;
      -webkit-transition: height 0.4s;
      -o-transition: height 0.4s;
      transition: height 0.4s;
    }
  
    .plans .plan input[type="radio"]:checked + .plan-content:after {
      top: 20px;
      right: 10px;
    }
  
    .plans .plan .plan-content .plan-details {
      width: 100%;
    }
  
    .plans .plan .plan-content {
      padding: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      /* min-height: 93px!important;
      max-height: 93px!important; */
  
    }
  }
  .ff-poppins{
    font-family:"Poppins" sans-serif;
  }
  .form-cory-container body {
    background-color: steelblue;
    color: #fff;
    font-family: 'Muli', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
    margin: 0;
  }
  
  .form-cory-container h1 {
    text-align: center;
    margin-top: 30px;
    padding-bottom:5px;
  }
  
  .form-cory-container a {
    text-decoration: none;
    color: lightblue;
  }
  
  .form-cory-container .form-control-cory {
    position: relative;
    margin: 10px 0 20px;
    width: 100%;
    /* padding:0px 50px; */
  }
  
  .form-cory-container .form-control-cory input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px #b5b5b5 solid;
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-size: 18px;
    color: #000;
  }
  
  .form-cory-container .form-control-cory input:focus,
  .form-cory-container .form-control-cory input:valid {
    outline: none;
    border-bottom-color: lightblue;
  
  }
  
  .form-cory-container .btn {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    background: #2bb673;
    padding: 1rem;
    font-family: inherit;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
  }
  
  .form-cory-container .btn:active {
    transform: scale(0.98);
  }
  
  .form-cory-container .text {
    margin-top: 30px;
    text-align: center;
  }
  
  .form-cory-container .form-control-cory label {
    position: absolute;
    top: 1rem;
  }
  
  .form-cory-container .form-control-cory label span {
    display: inline-block;
    font-size: 18px;
    min-width: 5px;
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .form-cory-container .form-control-cory input:focus + label span,
  .form-cory-container .form-control-cory input:valid + label span {
    color: #2bb673;
    transform: translateY(-30px);
  }
  .color-lightgrey{
    color:#b5b5b5;
  }
  .color-white{
    color:white;
  }
  .form-control-cory-check{
    margin: 20px 0 20px;
    /* padding: 0px 50px; */
  }
  .customiconsize-drop{
    min-height: 10px;
    min-width: 10px;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    width: 100%;
    padding: 15px;
    background-size: contain;
  }
  .custom-row{
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      min-width:100%;
  }

  .customiconsize{
    min-height:10px;
    min-width:40px;
    background-repeat:no-repeat;
    background-position:center;
    height:auto;width:100%;
    padding-bottom:50px;
    background-size:contain;
  }

  
.card {
    background-color: #fff;
    border: 0 solid rgba(0,0,0,.125);
    display: inline-block;
}

.card-body {
    padding: 0;
}

.cover:hover{
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 0px #e1e1e1;
    box-shadow: 0px 0px 0px #e1e1e1;
}

.cover .card {
    transition: all 1.2s;
}

.cover:hover .card {
    transform: rotateY(360deg);
    transition: all 1.2s;
}

.numbering {
    font-size: 48px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.cover:hover .numbering{
    background: -webkit-linear-gradient( 180deg,rgb(33, 35, 49) 85%, rgb(33, 35, 49) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cover:hover > .iconhover:before{
    background:#2f387b;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.cover:hover > .iconhover:after{
    background:#2f387b;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.cover{
    margin:5px 10px;
    padding: 25px;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 15px #c9c9c9;
    box-shadow: 2px 2px 15px #c9c9c9;
    min-height: 200px;
}
.cover span::after{
    content: '';
    top:48px;
    right:30px;
    width: 43px;
    height: 6px;
    background: #fff;
    position: absolute;
    transform: rotate(-44deg);
}
.cover span::before{
    content: '';
    top:53px;
    right:61px;
    width: 22px;
    height: 6px;
    background: #fff;
    position: absolute;
    transform: rotate(47deg);
}
/* .cover span:hover:before{
    background:black!important;
}
.cover span:hover:after{
    background:black!important;
} */
.cover::before{
    content:"";
    position:absolute;
    top:20px;
    right:28px;
    border-radius:50%;
    height:60px;
    width:60px;
    background-color:#2f387b;
    z-index:-1;
}
/* .cover::after{
    content:"";
    position:absolute;
    top:18px;
    right:26px;
    border-radius:50%;
    height:60px;
    width:60px;
    background-color:#ca3b33;
    z-index:-2;
} */
.cover:hover::before{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .5s, opacity .5s linear;
}
/* .cover:hover::after{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .5s, opacity .5s linear;
} */

.cover .card-title{
    /* margin-top: 40px;
    margin-bottom: 35px; */
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: rgb(33, 35, 49);
    -webkit-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
}

.cover .card-text {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
} 
.list-style-none{
    list-style: none;
}
.divider1{
    width:20%;
    border-bottom:2px solid black;
    margin-bottom:5px;
}
.divider2{
    width:30%;
    border-bottom:2px solid black;
    margin-bottom:5px;
}
.popup-content-box-padding{
    border-radius:0.6rem;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 40%);
    /* box-shadow: 0px 0px 20px rgb(115 128 157 / 40%); */
    box-shadow: 0px 0px 20px rgb(0 0 0 / 40%);
}
@media (max-width:1000px){
    .divider1{
        width:50%;
        margin-right:auto;
    }
}
@media (max-width:1000px){
    .divider2{
        width:50%;
        margin-left:auto;
        margin-right:auto;
    }
}
.hero-text{
    font-family:'Poppins', sans-serif; font-weight:600; font-size:3.5rem; width:100%;line-height:1.0;
}

.hero-loan-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 3.5rem;
    width: 100%;
    line-height: 1.2;
    padding-top: 6rem;
}
#keys {font-family:'Poppins', sans-serif; font-weight:600; font-size:3.5rem; width:100%;line-height:1.0}
#keys::after{
    content: "|";
    font-size: 100%;
    line-height: 30px;
    animation: blink .75s step-end infinite;
}
@keyframes blink {
    from, to { color: transparent }
    50% { color:#fff }
}
.slider-subtext{
    font-size: 1.8rem;
    font-weight: 600;
}

.mt-5{
    margin-top:5px;
}
.mt-10{
    margin-top:10px;
}
.mt-15{
    margin-top:15px;
}
.mt-20{
    margin-top:20px;
}
.mt-25{
    margin-top:25px;
}
.mt-30{
    margin-top:30px;
}
.mt-35{
    margin-top:35px;
}
.mt-40{
    margin-top:40px;
}
.mt-45{
    margin-top:45px;
}
.mt-50{
    margin-top:50px;
}
.mb-5{
    margin-bottom:5px;
}
.mb-10{
    margin-bottom:10px;
}
.mb-15{
    margin-bottom:15px;
}
.mb-20{
    margin-bottom:20px;
}
.mb-25{
    margin-bottom:25px;
}
.mb-30{
    margin-bottom:30px;
}
.mb-35{
    margin-bottom:35px;
}
.mtb-40{
    margin-bottom:40px;
}
.mtb-45{
    margin-bottom:45px;
}
.mtb-50{
    margin-bottom:50px;
}
.funding-amount::after{
    content:"";
    display:flex;
    background-color:#1bd40b;
    width:60%;
    padding:36px 0px;
    margin-top:-48px;
    margin-left:auto;
    margin-right:auto;
    border-radius:10px;
}
/*Home Banners 04*/
.home-banner-04 { position: relative; overflow: hidden; background-repeat: no-repeat; background-size: cover;min-height:75vh; }
.home-banner-04:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #000000; opacity: 0.3; }
.home-banner-04 .effect { position: absolute; left: -2px; right: -2px; z-index: 1; }
.home-banner-04 .effect img { width: 100%; }
.home-banner-04 .effect-1 { bottom: 0; }
.home-banner-04 .full-screen { padding: 100px 0; }
.home-banner-04 .container { position: relative; z-index: 1; }
.home-banner-04 h1 { font-size: 60px; font-weight: 600; margin: 0 0 20px 0; letter-spacing: 1px; }
@media (max-width: 767px) { .home-banner-04 h1 { font-size: 28px; margin-bottom: 15px; letter-spacing: 1px; } }
.home-banner-04 p { font-size: 18px; margin-bottom: 30px; color: rgba(255, 255, 255, 0.8); }
@media (max-width: 767px) { .home-banner-04 p { margin-bottom: 20px; font-size: 16px; } }
.home-banner-04 .btn-bar label { margin: 0 0 0 13px; }
@media (max-width: 767px) { .home-banner-04 .btn-bar label { margin: 12px 0 0; display: block; } }


.news-item{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item img{
    width: 100%;
}

.news-item:hover{
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

}

.news-item .news-text-box{
    padding: 15px 30px;
    background-color: #fff;
}

.news-item .date{
    font-weight: 400;
}

.news-item .news-title{
    margin: 10px 0;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.news-item .author{
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}


.news-item .author > img{
    max-width: 50px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 15px;
}

.news-item .author .author-name{
    font-size: 15px;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item .author .author-name:hover{
    color: #03a9f5;
}

.bg-yellow{
    background-color:#ece25e;
}
.bg-green{
    background-color:#5eec94;
}
.bg-blue{
    background-color:#a3ddf7;
}
.bg-red{
    background-color:#f7a3a3;
}
.benefits-item.row:hover{
    background-color:white;
}
.section-card-body{
    border-radius:10px;
    padding:40px 50px!important;
}
.section-card-body-2{
    border-radius: 10px;
    padding: 40px 50px;
    padding-bottom: 130px!important;
}
.img-section-border-radius{
    border-top-right-radius:20px;
    border-top-left-radius:20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius:20px;
}
.img-section-left-blue {
    z-index: 1;
}
.img-section-left-blue::before{
    content:"";
    position:absolute;
    background-color:#2C3B6E;
    top:0;
    bottom:0;
    left:-15px;
    width:inherit;
    height:inherit;
    z-index: -1;
    max-height:520px;
    max-width:500px;
    border-radius:20px
}

.img-section-left-red {
    z-index: 1;
}
.img-section-left-red::before{
    content:"";
    position:absolute;
    background-color:#f7a3a3;
    top:0;
    bottom:0;
    left:-15px;
    width:inherit;
    height:inherit;
    z-index: -1;
    max-height:520px;
    max-width:500px;
    border-radius:20px
}
.img-section-left-big-blue {
    z-index: 1;
}
.img-section-left-big-blue::before{
    content:"";
    position:absolute;
    background-color:#2C3B6E;
    top:-30px;
    bottom:0;
    left:-30px;
    width:inherit;
    height:inherit;
    z-index: -1;
    max-height:520px;
    max-width:500px;
    border-radius:20px
}

.img-section-left-big-red {
    z-index: 1;
}
.img-section-left-big-red::before{
    content:"";
    position:absolute;
    background-color:#f7a3a3;
    top:-30px;
    bottom:0;
    left:-30px;
    width:inherit;
    height:inherit;
    z-index: -1;
    max-height:520px;
    max-width:500px;
    border-radius:20px
}

.img-section-border-radius{
    border-top-right-radius:20px;
    border-top-left-radius:20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius:20px;
}
.img-section-right-blue {
    z-index: 1;
}
.img-section-right-blue::before{
    content:"";
    position:absolute;
    background-color:#2C3B6E;
    top:0;
    bottom:0;
    left:15px;
    width:inherit;
    height:inherit;
    z-index: -1;
    max-height:520px;
    max-width:500px;
    border-radius:20px
}

.img-section-right-big-blue {
    z-index: 1;
}
.img-section-right-big-blue::before{
    content:"";
    position:absolute;
    background-color:#2C3B6E;
    top:-40px;
    bottom:0;
    left:35px;
    width:inherit;
    height:inherit;
    z-index: -1;
    max-height:520px;
    max-width:500px;
    border-radius:20px
}


.img-section-right-big-yellow {
    z-index: 1;
}
.img-section-right-big-yellow::before{
    content:"";
    position:absolute;
    background-color:#ECE25E;
    top:-40px;
    bottom:0;
    left:35px;
    width:inherit;
    height:inherit;
    z-index: -1;
    max-height:520px;
    max-width:500px;
    border-radius:20px
}

.nm-b{
    margin-right:-20px;
    margin-top:-70px;
}
.nm-b-2{
    margin-right:-20px;
    margin-top:-35px;
}
.nm-b-3{
    margin-right:-20px;
    margin-top:20px;
}
.m-b-8{
    margin-bottom:8px;
}
.m-b-50{
    margin-bottom:50px;
}
.m-b-20{
    margin-bottom:20px;
}



.align-items-center{
    align-items:center;
}
.m-0{
    margin:0;
}
.m-height-500{
    min-height:500px;
}

.loan-page-banner { position: relative; overflow: hidden; background-repeat: no-repeat; background-size: cover;min-height:55vh; }
.loan-page-banner:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #000000; opacity: 0.3; }
.loan-page-banner .effect { position: absolute; left: -2px; right: -2px; z-index: 1; }
.loan-page-banner .effect img { width: 100%; }
.loan-page-banner .effect-1 { bottom: 0; }
.loan-page-banner .full-screen { padding: 100px 0; }
.loan-page-banner .container { position: relative; z-index: 1; }
.loan-page-banner h1 { font-size: 60px; font-weight: 600; margin: 0 0 20px 0; letter-spacing: 1px; }
@media (max-width: 767px) { .loan-page-banner h1 { font-size: 28px; margin-bottom: 15px; letter-spacing: 1px; } }
.loan-page-banner p { font-size: 18px; margin-bottom: 30px; color: rgba(255, 255, 255, 0.8); }
@media (max-width: 767px) { .loan-page-banner p { margin-bottom: 20px; font-size: 16px; } }
.loan-page-banner .btn-bar label { margin: 0 0 0 13px; }
@media (max-width: 767px) { .loan-page-banner .btn-bar label { margin: 12px 0 0; display: block; } }

.img-section-left-red-loans {
    z-index: 1;
}
/* .img-section-left-red-loans::before{
    content:"";
    position:absolute;
    background-color:#f7a3a3;
    top:0;
    bottom:0;
    left:0px;
    width:inherit;
    height:inherit;
    z-index: -1;
    max-height:520px;
    max-width:800px;
    border-radius:20px
} */
.m-t-custom-1{
    margin-top:-170px;
    margin-left:20px;
}
.fw-400{
    font-weight:400;
}
.fw-800{
    font-weight:800!important;
}
.thicctitle{
    font-weight:800;
    font-size:4rem;
    color:white;
}
.thicctitle-black{
    font-weight:800;
    font-size:4rem;
    color:black;
}
.ctasub{
    font-size: 1.2rem;
    line-height: 1.56;
    color:white;
}
.ctasub-black{
    font-size: 1.2rem;
    line-height: 1.56;
    color:black;
}
.lottiebg{
    position:absolute;
    bottom:-14%;
    right:6%;
    height:160%;
}

@media (max-width:1610px){
    .lottiebg{
        right:-2%;
    }
}

@media (max-width:1376px){
    .lottiebg{
        right:-16%;
    }
}

@media (max-width:1198px){
    .lottiebg{
        height:150%;
    }
}

@media (max-width:1100px){
    .lottiebg{
        
    }
}

.lottiebgloan{
    position:absolute;
    bottom:-14%;
    height:160%;
}

@media (max-width:1610px){
    .lottiebgloan{
        right:-2%;
    }
}

@media (max-width:1376px){
    .lottiebgloan{
        right:-16%;
    }
}

@media (max-width:1198px){
    .lottiebgloan{
        height:150%;
    }
}

@media (max-width:1100px){
    .lottiebgloan{
        
    }
}
.stepbr{
    border-right:2px solid #3a3a3a;
}
.stepbl{
    border-left:2px solid #3a3a3a;
}
.padstepme{
    padding:20px 40px;
}
.text-right{
    text-align:right;
}
.text-left{
    text-align:left;
}
.textcontain{
    color:#2b2b2b;
}

.fw-600{
    font-weight:600;
}
.copytextstyle{
    max-width: 45.4rem;
    line-height: 1.112;
    color: #201f2d;
    font-weight: 600;
    margin-top:1.5rem;
    margin-bottom: 0.5rem;
    font-size:1.9rem;
    display:inline-grid;
}
.divider1right{
    width: 20%;
    border-bottom: 2px solid black;
    float: right;
    margin-bottom: 5px;    
}
.divider1left{
    width: 20%;
    border-bottom: 2px solid black;
    float: left;
    margin-bottom: 5px;    
}
.benefits-item-details .bgnumber1::before{
    content:"";
    position:absolute;
    background-color:#b8e1ee;
    /* border-radius: 100% 50% 30% 100% / 75% 69% 69% 75%; */
    border-radius: 0.6rem;
    z-index: -1;
    height:20%;
    width:15%;
    margin-left:-12px;
    margin-top:-8px;
}
.benefits-item-details .bgnumber2::before{
    content:"";
    position:absolute;
    background-color:#f7a3a3;
    /* border-radius: 100% 50% 30% 100% / 75% 69% 69% 75%; */
    border-radius: 0.6rem;
    z-index: -1;
    height:20%;
    width:15%;
    margin-left:-12px;
    margin-top:-8px;
}
.benefits-item-details .bgnumber3::before{
    content:"";
    position:absolute;
    background-color:#ece25e;
    /* border-radius: 100% 50% 30% 100% / 75% 69% 69% 75%; */
    z-index: -1;
    border-radius: 0.6rem;
    height:20%;
    width:15%;
    margin-left:-12px;
    margin-top:-8px;
}

.longcard{
    background-color:#fff;
    padding:10px 10px;
    border-radius:0.6rem;
    padding:2.2rem;
    box-shadow:inset 0 0 0 1px #e3e3e8;
}
.loanbar{
    line-height:1.2;
    font-weight:600;
    font-size:1.4rem;
}
.p-tb-20{
    padding-top:20px;
    padding-bottom:20px;
}
.justify-content-center-column{
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.m-t-10{
    margin-top:10px;
}
.m-t-20{
    margin-top:20px;
}
.m-t-30{
    margin-top:30px;
}
.m-t-40{
    margin-top:40px;
}
.m-t-50{
    margin-top:50px;
}
.justify-around{
    display:flex;
    justify-content: space-around;
}
.justify-between{
    display:flex;
    justify-content: space-between;
}
.m-r--20{
    margin-right:-20px;
}
.border-list{
    margin: 10px 0px 25px 0px;
    padding: 0;
    list-style: none;
}
.w-40{
    width:40%;
}
.home-spacer{
    padding:7.5rem 0!important;
}
.subtitle-box{
    
}
.no-list{
    list-style-type: none;
}
.p-l-0{
    padding-left:0px;
}
/* ===================================
    Side Menu
====================================== */


.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #2b2b2b;
    z-index: 1032;
    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: #000;
    -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: 15px;
    cursor: pointer;
    z-index:2000;
}
.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;
    position: absolute;
    right: 15px;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #2b2b2b;
    display: block;
}

.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-item{
    display: block;
    margin: 10px 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.5rem;
    font-weight: 300;
    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 p{
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    /* right: 0px; */
    top: 20px;
    position: absolute;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #696969;
    display: block;
    margin-left: auto;
    transition: .5s ease;
}

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

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

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 1rem 4rem;
    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;
    height: 70%;
    display: flex;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 0px 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: 18px;
    font-weight: normal;
    line-height: normal;
    position: relative;
    border-radius: 0;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.side-nav .navbar-nav .nav-link:hover {
    color:green;
}

.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: #002450;
    -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: #000;
}

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

.side-menu .social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #000;
    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;
}
.slider-social {
    position: absolute;
    right: 50px;
    top: 27px;
}
@media screen and (max-width: 767px) {
    body {
        /* text-align: center; */
    }
    section {
        padding: 4.5rem 0;
    }
    .padding-top-half {
        padding-top: 3rem;
    }
    .padding-bottom-half {
        padding-bottom: 3rem;
    }
    .heading-area .heading {
        font-size: 24px;
    }

    /* Nav */
    .navbar-top-default {
        background: #ffffff;
        top: 0;
        height: 80px;
    }
    .header-appear .navbar-top-default {
        height: 80px;
    }
    .navigation-toggle span {
        background-color: #696969;
    }


    /* Side Menu */
    .side-menu {
        width: 100%;
    }
    .side-footer p{
        font-size: 12px;
    }
    .sidemenu_btn {
        /* right: 15px; */
    }
    .sidemenu_btn {
        top: 20px;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 4px 0;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 18px;
    }
  }
@media (min-width:992px){
    .sidemenu_btn{
        display:none;
    }
}
.p-b-120{
    padding-bottom:120px;
}
.p-tb-200{
    padding-top:200px;
    padding-bottom:200px;
}
.hidebutton1{
    display:none;
}

/* mobile time 😎 */
@media (max-width:991px){
    .hero-text{
        font-size:2.5rem;
    }
    .hero-loan-text{
        font-size:2.5rem;
        padding-top:2rem;
    }
    .type-hero-text{
        font-size:2.5rem;
    }
    #keys{
        font-size:2.5rem;
    }
    .haeding-negmarg{
        font-size:2rem;
    }
    .mr-mobile{
        margin-right:auto !important;
    }
}
@media (max-width:1199px){
    .about-section .text-section-negmarg-1{
        margin-left:0;
        margin-top:-8px;
    }
    .img-section-left-red::before{
        display:none;
    }
    .img-section-right-big-yellow::before {
        display:none;
    }
    .img-section-left-big-red::before{
        display:none;
    }
}
@media (max-width:1199px){
    .about-section .text-section-negmarg-2{
        margin-left:0;
        margin-right:0;
        margin-top:-8px;
    }
    .img-section-right-blue::before{
        display:none;
    }
}
@media (max-width:390px){
    .section-card-body{
        padding:15px 25px!important;
        margin-top:0;
    }
}
@media (max-width:390px){
    .about-section{
        padding-top:20px;
        padding-bottom:20px;
    }
    .section{
        padding:20px!important;
    }
}
@media (max-width:991px){
    .benefits-item{
        padding:1rem 2.2rem;
    }
    .benefits-item-details {
        padding: 5px 0px;
    }
}
@media (max-width:390px){
    .benefits-item{
        padding:1rem 1.2rem;
    }
}
.p-t-100m{}
@media (max-width:767px){
    .p-t-100m{
        padding-top:100px;
    }
}
@media (max-width:310px){
    .hero-subtitle{
        padding-bottom:85px;
    }
}
@media (max-width:472px){
    .funding-amount::after{
        width:80%;
    }
}
@media (max-width:376px){
    .funding-amount::after{
        width:90%;
    }
}
@media (max-width:320px){
    .funding-amount::after{
        width:100%;
    }
}
@media (max-width:1138px){
    .lottiebg{
        display:none;
    }
    .thicctitle{
        font-size:2rem;
    }
}
.md-m-15px-tb{
    margin-top:15px;
    margin-bottom:15px;
}
.card-dark{
    background-color:#2b2b2b;
    color:#fff;
    font-weight:600;
    border-radius:0;
}
.caps{
    text-transform: capitalize;
}
@media (max-width:1199px){
    .benefits-item-details .bgnumber1::before{
        width:18%;
    }
    .benefits-item-details .bgnumber2::before{
        width:18%;
    }
    .benefits-item-details .bgnumber3::before{
        width:18%;
    }
}
@media (max-width:991px){
    .benefits-item-details .bgnumber1::before{
        width:23%;
        height:17%;
    }
    .benefits-item-details .bgnumber2::before{
        width:23%;
        height:17%;
    }
    .benefits-item-details .bgnumber3::before{
        width:23%;
        height:17%;
    }
}
@media (max-width:767px){
    .stepbr{
        border:none;
    }
    .moveleftmobile{
        text-align:left!important;
    }
    .border-list{
        margin-bottom:0px;
        margin-top:0px;
    }
    h1{
        font-size:2.0rem!important;
    }
    h5{
        font-size:1.3rem!important;
    }
}

.showmobile{
    
}
.hidemobile{

}
@media (max-width:767px){
    .hidemobile{
        display:none;
    }
}
@media (min-width:767px){
    .showmobile{
        display:none;
    }
}
.btn.btn-blue {
    background: #2c3b6e;
    color: #ffffff;
    border:0px solid;
}
.btn.btn-blue:hover, .btn.btn-blue:focus {
    background: #2c3b6e !important;
    border:0px solid;
    color:white!important;
}



.btn.btn-black {
    background: red;
    color: #ffffff;
}


.funding-amount::after {
    content: "";
    display: flex;
    background-color: #2c3b6e;
    width: 60%;
    padding: 36px 0px;
    margin-top: -48px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.bg-blue {
    background-color: #2C3B6E;
}

.br-10{
    border-radius:10px;
}