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

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');

.font-primary {
    font-family: 'Montserrat', sans-serif;
}
.font-secondary {
    font-family: 'Source Sans Pro', sans-serif;
}

/* ===================================
    General
====================================== */
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #666666;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    background-color: #202020;
    -webkit-font-smoothing: antialiased;
}
.bg-dark1{
    background: url('../img/bg-1.jpg');
}
.bg-dark2{
    background: url('../img/bg-2.jpg');
        height: 900px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 60px;
    align-items: center;
    position: relative;
    /*background-size: cover;*/
}
.bg-dark3{
    background: url('../img/bg-3.jpg');
        height: 600px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 60px;
    align-items: center;
    position: relative;
    /*background-size: cover;*/
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
section, .section-padding {position: relative; padding: 7.5rem 0; overflow: hidden;}

.portfolio-padding {
    padding: 7.5rem 0 4rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}
h1 {
    font-size: 72px;
}
.h1 {
    font-size: 4rem;
}
h2 {
    font-size: 2.5rem;
}
p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #FFFFFF;
   
}
.line-height-heading {
    line-height: 1.2;
}
.line-height-normal {
    line-height: normal;
}
.line-height-17px {
    line-height: 17px;
}
.line-height-25px {
    line-height: 25px;
}
.line-height-35px {
    line-height: 35px;
}
img {
    max-width: 100%;
}
/* Width */

.w-71 {
    width: 71% !important;
}
.w-73 {
    width: 73% !important;
}
.w-77 {
    width: 77% !important;
}
.w-82 {
    width: 82% !important;
}
.w-87 {
    width: 87% !important;
}
.w-93 {
    width: 93% !important;
}
.w-265 {
    max-width: 265px;
}
.va-middle {
    vertical-align: middle;
}
.overflow-visible {
    overflow: visible;
}
a, a:active, a:focus, a:hover {
    text-decoration: none !important;
    outline: none;
}
a:focus, a:hover {
    color: #84a1d2;
}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i::before, i::after {
    -webkit-transition: all .0s ease;
    -o-transition: all .0s ease;
    transition: all .0s ease;
}
/* 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;}
.no-animation {animation: none !important;}
.no-transform {transform: none !important;}
::-webkit-scrollbar-track {background-color: #2B2B2B;}
::-webkit-scrollbar {width: 7px;background-color: #f1c30f;}
::-webkit-scrollbar-thumb {background:#84a1d2;}

.pt-10px {
    padding-top: 10px;
}
.pt-15px {
    padding-top: 15px;
}
.pt-20px {
    padding-top: 20px;
}
.pb-10px {
    padding-bottom: 10px;
}
.pb-40px {
    padding-bottom: 40px;
}
.pl-2rem {
    padding-left: 2rem;
}
.pt-7rem {
    padding-top: 7rem;
}
.pb-7rem {
    padding-bottom: 7rem;
}
.p-7rem {
    padding: 7rem 0;
}
.p-half {
    padding: 3.75rem 0 0.75rem;
}
.pt-half {
    padding-top: 3.75rem;
}
.pb-half {
    padding-bottom: 3.75rem;
}
.mt-7rem {
    margin-top: 7rem;
}
.mb-7rem {
    margin-bottom: 7rem;
}
.mt-10px {
    margin-top: 10px;
}
.mb-10px {
    margin-bottom: 10px;
}
.mt-15px {
    margin-top: 15px;
}
.mb-15px {
    margin-bottom: 15px;
}
.mt-20px {
    margin-top: 20px;
}
.mb-20px {
    margin-bottom: 20px;
}
.mt-25px {
    margin-top: 25px;
}
.mb-25px {
    margin-bottom: 25px;
}
.mt-30px {
    margin-top: 30px;
}
.mb-30px {
    margin-bottom: 30px;
}
.mt-35px {
    margin-top: 35px;
}
.mb-35px {
    margin-bottom: 35px;
}
.mt-40px {
    margin-top: 40px;
}
.mb-40px {
    margin-bottom: 40px;
}
.mt-50px {
    margin-top: 50px;
}
.mb-50px {
    margin-bottom: 50px;
}
.mt-80px {
    margin-top: 80px;
}
.mt-105px {
    margin-top: 105px;
}
.mt-66px {
    margin-top: 66px;
}
.mt-750rem {
    margin-top: .75rem !important;
}
.mt-130rem {
    margin-top: 1.30rem !important;
}
.mb-175rem {
    margin-bottom: 1.75rem !important;
}
.mb-2rem {
    margin-bottom: 2rem !important;
}
.heading-space {
    margin-bottom: 4.125rem;
}
.heading-space-half {
    margin-bottom: 2rem;
}
/* center block */
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.h-100vh {
    min-height: 100vh !important;
}
.hidden {
    visibility: hidden !important;
}
.map {
    background: url("../img/map.jpg");
}

.heading-para-setting {
    max-width: 950px;
    margin: 0 auto;
}
.fullscreen{
    height: 100vh !important;
    width: 100%;
}
.half-section{
    width: 100%;
}
.half-section {
    position: relative;
    overflow: hidden;
}

.content-setting {
    text-transform: capitalize;
    font-weight: 300;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

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

/* img wrap */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
.split-blog-scale img {
    transform: scale(1);
    transition: 1s;
}
.split-blog-scale:hover img {
    transform: scale(1.2);
}
/* background color */
.bg-light-gray {
    background-color: #f9f9f9;
}
.bg-light-gray2 {
    background-color: #efefef;
}
.bg-light-gray3 {
    background-color: #f2f2f2;
}

.bg-blue, .hvr-bg-blue:hover {
    background-color: #84a1d2;
}


.bg-black {
    background-color: #212622;
}
.bg-black2 {
    background-color: #262626;
}
.bg-black3 {
    background-color: #19283e;
}
.bg-white2 {
    background-color: #ffffff;
}
.transparent-bg {
    background-color: transparent;
}
.bg-dark {
    background-color: #1d1d21 !important;
}

/* overlay */
.overlay {
    background-color: #f1c30f;
    opacity: 0.75;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    visibility: hidden;
    z-index: 98;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
/* overlay-setting */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* opacity */
.opacity-1 { opacity: .1; }
.opacity-2 { opacity: .2; }
.opacity-3 { opacity: .3; }
.opacity-4 { opacity: .4; }
.opacity-5 { opacity: .5; }
.opacity-6 { opacity: .6; }
.opacity-7 { opacity: .7; }
.opacity-8 { opacity: .8; }
.opacity-9 { opacity: .9; }

/* z-index */
.z-index-1 { z-index: 1; }

/* text-color */
.color-black { color: #212622; }
.color-grey { color: #bbbbbb !important; }
.color-light-grey {color: #6f6f6f;}
.color-light-grey2 {color: #a5a5a5;}
.color-vlight-grey { color: #8c8c8c;}
.color-vlight-grey2 {color: #ebebeb;}
.color-white {color: #ffffff;}
.color-blue {color: #84a1d2;}
.text-black { color: #212622 !important;}
.text-yellow {color: #f1c30f !important;}


/* font-size */
.font-13 {font-size: 13px;}
.font-14 {font-size: 14px;}
.font-16 {font-size: 16px;}
.font-18 {font-size: 18px;}
.font-20 {font-size: 20px;}
.font-30 {font-size: 30px;}
.font-72 {font-size: 72px;}
.slider-text {font-size: 60px;}

/* font-weight */
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}



.border-light2 {
    border: 1px solid #e8e8e8;
}
.border-vlight {
    border: 1px solid #f8f9fa;
}

.btn:hover, .btn:active, .btn:focus {
    outline: none;
    box-shadow: none;
}
button {
    cursor: pointer;
}
button:hover, button:active, button:focus {
    outline: none;
}
.btn-setting {
    padding: 9px 34px;
    width: auto;
    display: inline-block;
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #acacac;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease !important;
}
nav .btn-setting {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    text-transform: uppercase;
/*    width: 100px;*/
}
.btn-yellow {
    border-color: #f1c30f;
    background-color: #f1c30f;
    color: #ffffff;
}
.btn-pink {
    border-color: #e57bff;
    background-color: #e57bff;
    color: #ffffff;
}
.btn-blue {
    border-color: #84a1d2;
    background-color: #84a1d2;
    color: #ffffff;
}
.btn-white {
    background-color: #ffffff;
    color: #212622;
}
.btn-transparent2 {
    border: 1px solid #212622;
    color: #212622;
}
.btn-transparent3 {
    color: #ffffff;
}
.rev_slider .btn-setting {
    border: 2px solid #acacac;
}

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

.btn-transparent {
    border: 1px solid #ffffff;
    background: transparent;
}
.btn-white:hover, .btn-white:focus, .btn-transparent2:hover, .btn-transparent2:focus {
    color: #ffffff;
}
.btn-transparent3:hover, .btn-transparent3:focus {
    color: #212622;
}
.btn-white2:hover, .btn-white2:focus {
    color: #212622;
}

.btn-transparent-white {
    background: transparent;
    border: 1px solid !important;
    border-color: #ffffff;
}

.btn-hvr-up:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}
.btn-hvr-up:hover:after, .btn-hvr-up:active:after, .btn-hvr-up:focus:after {
    height: 100%;
}

.hvr-white:focus, .hvr-white:hover {
    color: #ffffff;
}
.hvr-blue:focus, .hvr-blue:hover {
    color: #84a1d2;
}
.btn-hvr-pink:after {
    background-color: #e57bff;
}
.btn-hvr-pink:hover, .btn-hvr-pink:focus {
    border-color: #84a1d2;
    color: #ffffff;
}
.btn-hvr-blue:after {
    background-color: #84a1d2;
}
.btn-hvr-blue:hover, .btn-hvr-blue:focus {
    border-color: #84a1d2;
     color: #ffffff;
}
.btn-hvr-transperent:after {
    background-color: transparent;
}
.btn-hvr-transperent:hover, .btn-hvr-transperent:focus {
    border-color: #fff;
     color: #ffffff;
}
.btn-hvr-white:after {
    background-color: #ffffff;
}
.btn-hvr-white:hover, .btn-hvr-white:focus {
    border-color: #ffffff;
}
.btn-hvr-whatsapp:after {
    background-color: #25d366;
}
.btn-hvr-whatsapp:hover, .btn-hvr-whatsapp:focus {
    border-color: #25d366;
    color: #ffffff;
}
.radius-small {
    border-radius: 4px;
}
.radius-0 {
    border-radius: 0 !important;
}
.container.radius {
    border-radius: 36px;
}
.header-appear .container.radius {
    border-radius: 0;
}


.top-header{
    padding-top: 20px;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
}
.top-header .slider-social{
    margin-left: 20px;
}
.top-header .slider-social li a i{
    font-size: 14px;
}
.top-header .btn-setting {
    padding: 4px 20px;
    font-size: 14px;
}

.menu-lines {
    transform: rotateY(180deg);
}

.menu-bars-setting2 {
    position: absolute;
    right: 20px;
}
.menu-inner {
    position: relative;
    right: 0;
    margin-left: 1rem;
}
.menu_bars, .menu_bars2 {
    padding: 5px;
    width: 38px;
    cursor: pointer;
    z-index: 1;
}
.menu_bars2 {
    height: 36px;
    position: absolute;
}
.menu_bars span, .menu_bars2 span {
    background: #fff;
    width: 30px;
    height: 2px;
    display: block;
}
.menu_bars2 span {
    height: 1px;
}
.transparent-bg .menu_bars span, .menu-outer.menu_bars span {
    background: #ffffff;
}
.transparent-bg.black .menu_bars span, .just-menu .menu_bars span {
    background: #212622;
}
.navbar .menu-btn{
    display: none;
}

.header-appear .menu_bars span, .header-appear .menu-outer.menu_bars span, .header-appear .just-menu .menu_bars span, .just-menu.black .menu_bars span {
    background: #fff;
}
.menu_bars, .menu_bars span, .menu_bars2, .menu_bars2 span{
    -webkit-transition: 300ms linear all;
    -o-transition: 300ms linear all;
    transition: 300ms linear all;
}

.menu_bars span:nth-child(1) {
    width: 30px;
}
.menu_bars span:nth-child(2) {
    width: 30px;
    margin: 6px auto;
}
.menu_bars span:nth-child(3) {
    width: 30px;
}
.menu_bars:hover span:nth-child(2) {
    width: 30px;
}

.menu_bars2 span:nth-child(2) {
    display: none;
}
.menu_bars2 span:nth-child(1), .menu_bars2 span:nth-child(3) {
    width: 30px;
    top: 20px;
    position: absolute;
    left: 5px;
    margin-top: -1px;
}
.menu_bars2 span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_bars2 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_bars2.active {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
}
.logo {
    max-width: 140px;
}
.logo img {
    vertical-align: middle;
}

.logo-full {
    display: inline-block;
    width: 200px;
}
.logo-full img{
    width: 100%;
}

.navbar .logo-default,.navbar .nav-btn-number{
    opacity: 0;
}
.header-appear .logo-default, .header-appear .nav-btn-number {
    opacity: 1;
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    height: 90px;
    width: 100%;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.nav-height-small {
    height: 64px;
}

.navbar-top-default .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 0;
    margin-right: 1rem;
    margin-left: 1rem;
    text-transform: uppercase;
}
.header-appear .navbar-nav .nav-link:hover, .header-appear .navbar-nav .nav-link.active {
    color: #ffffff;
}
.header-appear .transparent-bg.nav-three-circles .navbar-nav .nav-link,
.header-appear .transparent-bg.nav-three-circles .navbar-nav .nav-link:hover,
.header-appear .transparent-bg.nav-three-circles .navbar-nav .nav-link.active {
    color: #212622;
}

.nav-three-circles .navbar-nav .nav-item .nav-link {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    display: inline;
}
.nav-three-circles .navbar-nav .nav-item .nav-link::after {
    position: absolute;
    top: 80%;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}
.nav-three-circles .navbar-nav .nav-item .nav-link.active::after,
.nav-three-circles .navbar-nav .nav-item .nav-link:hover::after {
    color: #b4cefa;
    text-shadow: 10px 0 #84a1d2, -10px 0 #2759ad;
}
.nav-three-circles .navbar-nav .nav-item .nav-link:hover,.nav-three-circles .navbar-nav .nav-item .nav-link.active {
    /*color: #e57bff;*/
}


.black.navbar-top-default .navbar-nav .nav-link {
    color: #212622;
}
.navbar-top-default .navbar-nav .nav-link:hover {
    color: #b4cefa;
}

.header-appear .navbar-top-default {
    height: 75px;
    position: fixed;
    background: #202020;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-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);
}

@-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; }
}
@-o-keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    to { opacity: 1; -webkit-transform: none; -o-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; -o-transform: none; transform: none; }
}


.nav-box-shadow {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}

.bottom-nav {
    height: 70px;
    top: auto;
    bottom: 0;
    border-bottom: solid 1px #2b2b2b;
}
.header-appear .bottom-nav {
    bottom: auto;
}
.top-nav {
    height: 70px;
    top: 0;
    bottom: auto;
    border-bottom: solid 1px #2b2b2b;
}
.header-appear .top-nav {
    bottom: auto;
}

.side-menu {
    width: 35%;
    position: fixed;
    right: 0;
    top: 0;
    background: #102444;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

#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-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: #212622;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.sidemenu_btn.left {
    left: 15px;
    right: auto;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    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: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.side-menu .side-nav {
    margin-bottom: 20px;
    display: block;
}

.side-nav .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    display: inline-table;
    color: #fff;
    padding: 10px 0 10px 0 !important;
    font-size: 32px;
    font-weight: 300;
    line-height: normal;
    min-height: 50px;
    position: relative;
    text-transform: capitalize;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
}
.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 2px;
    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-item {
    -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);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.side-menu p {
    font-size: 20px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.side-nav .navbar-nav .nav-item {
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
}
.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.center {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #102444;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    overflow-x: hidden;
}
.side-menu.center .inner-wrapper {
    text-align: center;
}
.side-menu.center .side-nav {
    margin: 0 auto 20px;
}
.side-menu.center .side-nav .navbar-nav .nav-link {
    padding: 0 0 4px 0 !important;
    margin-right: 30px;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.side-menu-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.quarter-circle {
    display: inline-block;
    margin: 0;
    width: 120px;
    right: 0;
    position: absolute;
    top: 0;
    height: 120px;
    background: #202020;
    border-radius: 0 0 0 120px;
    z-index: 2;
}

.rs-beforeafter-bounce-arrows .rs-main-slider-four-rs-964-rs-beforeafter-bounce-left {
    -webkit-animation: main-slider-four-rs-964-rs-beforeafter-bounce-left 1.50s ease-in-out infinite;
    animation: main-slider-four-rs-964-rs-beforeafter-bounce-left 1.50s ease-in-out infinite;
}

.banner-overlay::after  {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner-overlay::after {
    background: rgba(0,0,0,.39);
}
#banner-main .tp-bullet, .bullet-bar .tp-bullet {
    border-radius: 36px;
}
#banner-main .tp-bullet:hover {
    background: #ffffff;
}

.slider-social {
    z-index: 99;
}


/* Cursor */
#animated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ #animated-cursor{
    display: inline-block;
}

#cursor {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}
#cursor:before {
    font-family: themify;
    content: "\e649";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    left: -12px;
    top: 9px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#cursor:after {
    font-family: themify;
    content: "\e649";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 9px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@keyframes rotating {
    0% {
        -webkit-transform: translate(-7px, -7px) rotate(0deg);
        transform:  translate(-7px, -7px) rotate(0deg);
    }

    95% {
        -webkit-transform:  translate(-7px, -7px) rotate(350deg);
        transform:  translate(-7px, -7px) rotate(350deg);
    }

    100% {
        -webkit-transform:  translate(-7px, -7px) rotate(360deg);
        transform:  translate(-7px, -7px) rotate(360deg);
    }
}

.header-appear.cursor-light:hover ~ #animated-cursor{
    display: none;
}
.header-appear .animated-wrap, .header-appear .animated-element {
    transform: none !important;
}

.why-us {
    margin-top: 20px;
}
.main-title {
    position: relative;
    margin-bottom: 5rem;
    text-align: center;
}
.main-title h5 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    margin-bottom: 1.1rem;
    color: #ffffff;
    line-height: 1.5;
}
.main-title h2 {
    font-weight: 300;
    color: #ffffff;
    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: #ffffff;
    max-width: 720px;
}

.rare-box {
    height: 300px;
    width: 100%;
    background: #2759ad;
    position: relative;
        margin-left: 30px;
    
        text-align: center;
    padding: 20px 10px;
border-radius: 5px;
    align-content: center;
    border: 1px solid #84a1d2;
    background-color: #2759ad47;
    box-shadow: 0px 5px 7px #00000042;
    transition-duration: 0.3s;

}
.about-us .about-img-small {
    top: -270px; 
    margin-bottom: -270px;
}
.about-us h5 {
    line-height: 2rem;
}

.about-us .right {
    padding-left: 70px;
}

.about-img-small {
    top: -30px;
    border-radius: 5px
}
.about h2 {
    line-height: 3rem;
}

@keyframes scale {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px)
    }
}
.about:before {
    content: url(../img/about-circle.png);
    position: absolute;
    right: -10px;
    top: 200px;
    animation: scale .6s alternate infinite linear both;
}

.about-box {
    transition: .5s linear;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 20px;
    max-width: 350px;
}
.about-box i {
    font-size: 30px;
    position: relative;
}
.about-box:hover  {
    transform: translate(0,-13px);
    transition: .5s linear;
}




.quote-text {
    max-width: 1000px;
    margin: 0 auto;
}
.quote {
    font-size: 20px;
    color: #ffffff;
}


.pricing-padding {
    padding: 7.5rem 0 4rem;
}
.price-transform {
    transform: translateY(-67px);
}
.price-box, .price-box2{
    color: #212622;
    border-bottom: 1px solid #e6e1e1;
}
.price-box {
    padding-bottom: 10px;
}
.price-box2{
    padding-top: 20px;
    padding-bottom: 40px;
}
.price-sub-heading {
    font-size: 15px;
    color: #ffffff;
}
.price {
    padding-top: 10px;
    padding-bottom: 10px;
}
.dollar {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    transform: translateX(-95%);
    top: 10px;
    font-weight: 400;
}
.price_title{
color: #ffffff;
}
.price h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 62px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
}
.pricing-item{
    position: relative;
    padding: 2rem 2rem 3rem;
    max-width: 365px;
    margin: 0 auto;
    cursor: pointer;
    z-index:1;
    transition: 0.3s;
    border-radius: 5px;
  border: 1px solid #fff0;
    background-color: #2759ad47;
    box-shadow: 0px 5px 7px #00000042;
}
.pricing-item:hover {
         border: 1px solid #84a1d2;
    margin-top: -5px;
    margin-bottom: 5px;
}
.price span.month{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
}
.price-description {
    padding-bottom: 20px;
    padding-top: 20px;

}
.price-description p{
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.price-description h4{
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 7px;
}
.price-description p:last-child {
    margin-bottom: 0;
}
.quarter-triangle {
    position: absolute;
    top: 0;
    left: 0;
    width:0;
    height:0;
    border: 55px solid #2b62be;
    border-right-color: transparent;
    border-bottom-color: transparent;
    z-index: 0;
    transition: 1s;
}
.triangle-inner-content i {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #ffffff;
    font-size: 15px;
    z-index: 1;
}
.triangle-inner-content span {
    position: absolute;
    top: 28px;
    left: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 100;
    transform: rotate(-45deg);
    z-index: 1;
    letter-spacing: 1px;
}

.price_title h4 {
    font-size: 1.5rem;
}
.pricing-item:hover .price-box, .pricing-item.price-transform:hover .price-box2,
.pricing-item:hover .price h2, .pricing-item:hover .price-sub-heading,
.pricing-item:hover .price span, .pricing-item:hover .price-description p,
.two-col-pricing .pricing-item:hover .price_title p, .two-col-pricing .pricing-item:hover .price-description p:before {
    color: #ffffff;
}
.pricing-item:hover .price-box, .pricing-item:hover .price-box2 {
    border-color: #ffffff;
}

.pricing-item .btn-pink {
    border-color: #e57bff;
    background-color: #e57bff;
    color: #fff;
}
.pricing-item .btn-yellow {
    border-color: #f1c30f;
    background-color: #f1c30f;
    color: #fff;
}
.pricing-item .btn-blue {
    border-color: #84a1d2;
    background-color: #84a1d2;
    color: #fff;
}
.pricing-item .btn-blue2 {
    border-color: #345183;
    background-color: #345183;
    color: #fff;
}
.pricing-item .btn-blue3 {
    border-color: #486aa2;
    background-color: #486aa2;
    color: #fff;
}





.pricing-item .btn-pink:focus, .pricing-item .btn-pink:hover, .pricing-item .btn-yellow:focus, .pricing-item .btn-yellow:hover, .pricing-item .btn-blue:focus, .pricing-item .btn-blue:hover, .pricing-item .btn-blue2:focus, .pricing-item .btn-blue2:hover, .pricing-item .btn-blue3:focus, .pricing-item .btn-blue3:hover {
    color: #202020;
}
.pricing-item:hover .btn-yellow, .pricing-item:hover .btn-pink, .pricing-item:hover .btn-blue, .pricing-item:hover .btn-blue2, .pricing-item:hover .btn-blue3 {
    background: transparent;
    border-color: #ffffff;
}


footer.bg-black2 {
    background: #f8f9fa;
}
.footer-icons li {
    display: inline-block;
}
.footer-icons li a  {
    display: block;
    height: 55px;
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    margin: 0 0.1rem;
    border-radius: 40px;
    background: transparent;
    -webkit-transition: all .3s ease !important; -o-transition: all .3s ease !important; transition: all .3s ease !important;
}
.copyrights, .copyrights a {
    font-size: 16px;
}

.footer-icons li a i:hover {
    color: #ffffff;
    border-radius: 40px;
}

.fullscreen .center-col, .not-fullscreen .center-col {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

/* background setting */
.bg-img-setting {
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.parallax1 {
    background: url("../img/parallax1.1.png");
}
.parallax2 {
    background: url("../img/parallax2.png");
}


.parallax-setting {
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    width: 100%;
}

/* page header */
.page_header {
    background: url(../img/page-header.jpg) no-repeat;
}
.page_header {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.page_header .page-content h2 {
    font-size: 2rem;
}
.page_header .page-content .page_nav {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 18px 30px 18px;
    margin-top: 80px;
    color: #7f7f7f;
    font-size: 0.875rem;
    float: right;
    margin-bottom: -2px;
}

.page_header .page-content {
    margin: 3rem 0 8rem 0;
}


@media (max-width: 1280px) and (min-width: 992px) {

    .about-img {
        height: 580px;
    }
    .image img.about-img {
        height: 580px;
    }
}
@media screen and (max-width: 1199px) {
    h1, .h1{
        font-size: 3.56rem;
    }
    h2 {
        font-size: 2.45rem;
    }
    h3 {
        font-size: 1.65rem;
    }
    h4 {
        font-size: 1.15rem;
    }
    h5  {
        font-size: 1rem;
    }
    .navbar-top-default .navbar-nav .nav-link {
        padding-right: 0.1rem;
        padding-left: 0.1rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

@media screen and (max-width: 1024px) {
    nav .btn-setting {
        display: none !important;
    }
    .about-img {
        height: 480px;
    }
}

@media screen and (max-width: 991px) {
    h1, .h1 {
        font-size: 2.95rem;
    }
    h2 {
        font-size: 2.3rem;
    }
    h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    .mt-sm-40px {
        margin-top: 40px;
    }
    .sm-mt-2rem {
        margin-top: 2rem;
    }
    .sm-mt-5 {
        margin-top: 3rem;
    }
    .sm-mt-15px {
        margin-top: 15px;
    }
    .sm-mb-10px {
        margin-bottom: 10px;
    }
    .md-mb-5 {
        margin-bottom: 3rem;
    }
    .sm-text-center {
        text-align: center !important;
    }
    .sm-p-0 {
        padding: 0;
    }
    #home.h-100vh {
        min-height: unset !important;
    }
    .menu-bars-setting {
        position: relative;
        right: 0;
        left: unset;
        top: unset;
        transform: translateX(0);
    }
   
    .testimonial-post {
        margin: 0 auto;
    }
    .testimonial-post .post, .testimonial-post .text-content {
        display: block;
        margin: 0 auto;
    }

    .side-menu {
        width: 45%;
    }
    .side-menu.center .side-nav .navbar-nav .nav-link {
        padding: 0 !important;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 20px;
        min-height: unset;
        line-height: 1.4;
    }
    .about-img, .image img.about-img {
        height: auto;
        width: 100%;
    }
    .contact-box {
        padding: 36px 20px;
    }
    .pricing-padding {
        padding: 7.5rem 0;
    }
    .about:before {
        display: none;
    }
    .header-appear .navbar .menu-btn{
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .side-menu .inner-wrapper {
        padding: 2.5rem 5rem 3.5rem;
    }
    .loading {
        top: 46%;
        left: 46%;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }
    .main-title h5 {
        line-height: 1;
        margin-bottom: 1rem;
    }
    .loader-box {
        position: relative;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-gap: 2px;
        height: 70px;
        margin: 0 auto 45px auto;
        width: 70px
    }
}
@media screen and (max-width: 480px) {
    .side-menu {
        width: 370px;
    }
}


/*FAQ*/
.faq {
    padding: 20px 15px;
    margin: 0px;
    align-content: center;
    border-radius: 5px;
    border: 1px solid #84a1d2;
    background-color: #2759ad47;
    box-shadow: 0px 5px 7px #00000042;
    
}

/*CARDS*/
.card-body {
    padding: 0px;
   align-items: center;
display: flow-root;
}
.card {
    text-align: center;
    padding: 20px 10px;
    height: 100%;
    margin: 0px;
    align-content: center;
    border: 1px solid #84a1d2;
    background-color: #2759ad47;
    box-shadow: 0px 5px 7px #00000042;
        transition-duration: 0.3s;
}
.card i {
    text-align: center;
    font-size: 50px;
    color: #7d98c5;
}
.card h5 {
    font-size: 16px;
    line-height: 1.3rem;
    color: #fff;
    margin-top: 10px;
}
.card:hover  {
    margin-top: -5px;
    margin-bottom: 5px;
    transition-duration: 0.3s;
     background-color:#2759ad75;
}
.card:hover i {
  color: #fff;
    
}
.card:after  {
    margin-top: -5px;
    margin-bottom: 5px;
    transition-duration: 0.3s;
     background-color:#2759ad75;
}
.card.active {

    transition-duration: 0.3s;
     background-color:#2759ad75;
}
.card.active i {
color: #fff;
}

/*TOOLS*/
.tools {
    text-align: left;
    padding: 30px 25px;
    margin: 0px;
    height: 100%;
    border-radius: 5px;
    align-content: center;
    border: 1px solid #84a1d2;
    background-color: #2759ad47;
    box-shadow: 0px 5px 7px #00000042;
        transition-duration: 0.3s;
}
.tools .icon-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.tools i {
    text-align: left;
    font-size: 50px;
    color: #7d98c5;
}
.tools h5 {
    font-size: 14px;
    line-height: 1.3rem;
    color: #fff;
    margin-top: 10px;
}
.tools h2 {
    font-size: 20px;
    line-height: 1.6rem;
    color: #fff;
    margin-top: 10px;
    margin-left: 20px;
}
.tools:hover  {

    transition-duration: 0.3s;
     background-color:#2759ad75;
}
.tools:hover i {
  color: #fff;
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    -moz-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    -o-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}
.tools:after  {
    margin-top: -5px;
    margin-bottom: 5px;
    transition-duration: 0.3s;
     background-color:#2759ad75;
}
.tools.active {

    transition-duration: 0.3s;
     background-color:#2759ad75;
}
.tools.active i {
color: #fff;
}

        /*TABY*/
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 0px 12px;
    margin-left: 30px;
    border-top: none;
}

/*END TABY*/

/*Tools*/
.tool {
    padding: 30px 30px;
    backdrop-filter: blur(7px);
     border: 1px solid #fefefe24;
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 7px #00000042;
}
.tool i {
    font-size: 50px;
 
}
.tool h5 {
    font-size: 25px;
    margin-bottom: 15px;
       margin-top: 20px;
}
.tool p {
    font-size: 18px;
}
.tool .back i {
    position: absolute;
    top: -20px;
    right: -20px;
    opacity: 0.1;
    font-size: 150px;
}

.tool:hover i {
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    -moz-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    -o-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
    animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}
@keyframes trambling-animation {
   0%, 50%, 100% {
     transform: rotate(0deg);
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
   }
   10%, 30% {
     transform: rotate(-5deg);
     -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
     -o-transform: rotate(-5deg);
     -ms-transform: rotate(-5deg);
   }
   20%, 40% {
     transform: rotate(5deg);
     -webkit-transform: rotate(5deg);
     -moz-transform: rotate(5deg);
     -o-transform: rotate(5deg);
     -ms-transform: rotate(5deg);
   }
}

/*SLIDER*/

#sync1 .item {
    height: 70vh;
    background: #000;
    padding: 80px 0px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}




.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}
#sync1.owl-theme {
    position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
#sync1.owl-theme .owl-prev {
    left: 10px;
}
#sync1.owl-theme .owl-next {
    right: 10px;
}

#sync1 .carosuel-overlay{
    position: absolute;
    top:0;
    bottom: -1px;
    left:0;
    right:100%;
    opacity: .7;
    transition: .8s ease;
    transition-delay: .5s;
    filter:blur(5px);
    -webkit-backdrop-filter: blur(15px); 
    backdrop-filter: blur(35px); 
    -webkit-filter: brightness(27%);
}

#sync1 .owl-item.center .carosuel-overlay{
    right:0;
}

.item-num-top{
    margin-left: 30px;
    margin-top: 30px;
}

#sync1 .owl-item.center .item-num-top{
    transition: .8s ease;
    opacity: 0;
}

#sync1 .item .subheading{
    font-size: 40px;
    text-align: center;
    margin-left: 20px;
    margin-top: 22px;
    z-index: 1111;
    position: relative;
    display: block;
}

#sync1 .carosuel-content{
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
    text-align: center;
    transition: .5s ease;
    z-index: 1111;
}
#sync1 .owl-item.center .carosuel-content{
    top:40%;
}

#sync1 .carosuel-content h2{

    font-weight: bold;
    font-size: 60px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}


#sync1 .carosuel-content p{
    width: 50%;
    margin: auto;
    margin-bottom: 30px;
}

#sync1 .carosuel-content a{
    font-size: 14px;
}
.text-page ul li:before {
content: '·';
margin-left: 10px;
    margin-right: 5px;
}

.text-page {
font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: left;
}
.text-page li, .text-page p {
font-size: 16px;
}
@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;
    }

    .heading-area{
        margin-bottom: 3rem;
    }

    .heading-area .title {
        font-size: 2.5rem;
    }

}


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

    section{
        padding: 4.5rem 0;
    }
    .home-banner{
        padding: 7rem 0 4.5rem;
    }
    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }
    .parallax-box {
        padding: 1.5rem 0;
    }
    .parallax-box i {
        font-size: 2.2rem;
    }
    .parallax-box h2 {
        font-size: 2.2rem;
    }
    .parallax-box h5 {
        font-size: 1rem;
    }

    .partners-slider {
        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;
    }

    .portfolio-details.heading-area{
        margin-bottom: 2.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;
    }

    .contact-section {
        margin-top: 100px;
    }

    header a.logo img {
        max-width: 74px;
        left: 60%;
        top: 69%;
        transform: translate(-50%, -50%);
    }



    #sync2{
        display: none;
    }

    #sync1 .item .subheading {
        font-size: 30px;
    }

    .item-num-top{
        display: none;
    }

    #sync1 .carosuel-content h2 {
        font-size: 45px;
    }

    #sync1 .carosuel-content p {
        width: 45%;
    }


    #sync1 .owl-item.center .carosuel-content {
        top: 30%;
    }

    .header-social-icons{
        display: none;
    }

    .side-nav .navbar-nav .nav-item .nav-link {
        font-size: 21px;
    }



}



@media (max-width: 575.98px) {

    header a.logo img {
    max-width: 120px;
    margin-left: 60px;
    margin-top: 15px;
        left: 60%;
        top: 69%;
        transform: translate(-50%, -50%);
    }

    #sync2{
        display: none;
    }

    #sync1 .item .subheading {
        font-size: 30px;
    }

    .item-num-top{
        display: none;
    }

    #sync1 .carosuel-content h2 {
        font-size: 35px;
        max-width: 400px;
    }

    #sync1 .carosuel-content p {
        width: 45%;
    }


    #sync1 .owl-item.center .carosuel-content {
        top: 35%;
    }

    .header-social-icons{
        display: none;
    }

    .side-nav .navbar-nav .nav-item .nav-link {
        font-size: 21px;
    }


    .close-modal {
        right: 26px !important;
    }
}


footer .description {
    font-size: 18px;
    line-height: 30px;
}
footer .navbar-nav li {
    font-size: 18px;
}
footer .navbar-nav img {
height: 35px
}

footer .copyright {
    border-top: 1px solid #3b3b3b;
}
 footer .first {
        padding-right: 5rem;
    }
 footer .second {
        padding-left: 5rem;
    }

@media screen and (max-width: 767px) {
    .about-us {
        text-align: center !important;
    }
    #about-us .main-title h5 {
        line-height: 1.5rem;
    }
    .price_title h3 {
        font-size: 1.75rem;
    }
    .header .main-title h5 {
        padding: 0px 20px;
        line-height: 1.5rem;
    }
    .menu-btn.posad {
        display: block;
    }
    .footer-icons {
        padding-bottom: 20px;
    }
    .footer-icons li {
        display: block;
    }
  
     footer .second {
        padding-left: 15px;

    }
    footer .description {
        padding: 0px 20px;
        
}
    footer .first {
        padding-right: 0rem;
    }

    #sync1 .item {
height: 50vh; 
        }
    .tool p {
    font-size: 16px;
}
    .tool h5 {
    font-size: 20px;
    }
  .why-us {
    margin-top: 0px;
}
    .bg-dark2 {
    height: 1300px;
    }
    .about-img-small {
        top: 30px;
    }
    .tabcontent {
        margin-left: 0px ;
    }
      .rev_slider .text span {
font-size: 25px;
margin-left: -12px;

    }
       .rev_slider .description {
font-size: 20px !important;
line-height: 30px !important;
margin-top: -20px !important;

    }
    .rev_slider .logo {
margin-top: -90px;
    }

    body {
        text-align: center;
    }

    h1, .h1 {
        font-size: 2.65rem;
    }

    h2, .main-title.style-two h2, .cbp-l-project-title {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.375rem;
    }

    h4 {
        font-size: 1.115rem;
    }
    p {
        font-size: 14px;
    }
    .logo {
        max-width: 120px;
    }
    .side-menu {
        width: 380px;
    }

    section, .section-padding, .pricing-padding {
        padding: 4.5rem 0;
    }
    .d-xs-none {
        display: none !important;
    }
    .d-xs-block {
        display: inline-block !important;
    }
    .mt-xs-4rem {
        margin-top: 0 !important;
    }
    .mt-xs-40px {
        margin-top: 40px;
    }
    .mb-xs-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xs-2rem {
        margin-bottom: 2rem !important;
    }
    .mb-xs-3 {
        margin-bottom: 1rem !important;
    }
    .mt-xs-0 {
        margin-top: 0 !important;
    }
    .mb-xs-0 {
        margin-bottom: 0 !important;
    }
    .mr-xs-0 {
        margin-right: 0 !important;
    }
    .ml-xs-0 {
        margin-left: 0 !important;
    }
    .mrl-xs-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .m-xs-0 {
        margin: 0 !important;
    }
    .pt-xs-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xs-25px {
        padding-top: 25px;
    }
    .pt-xs-0 {
        padding: 0 !important;
    }
    .pb-xs-0 {
        padding-bottom: 0 !important;
    }
    .pr-xs-0 {
        padding-right: 0 !important;
    }
    .pl-xs-0 {
        padding-left: 0 !important;
    }
    .price-item {
        padding: 2rem 2rem 3rem;
    }
    .text-xs-center {
        text-align: center !important;
    }
    .btn-setting {
        font-size: 13px;
        padding: 8px 28px;
    }

    .w-xs-50 {
        width: 50%;
    }

    .split-container-setting, .split-container-setting.style-two, .split-container-setting.style-three {
        max-width: 540px;
        padding: 4.5rem 0;
    }

    .main-title {
        margin-bottom: 2.5rem;
    }
    .main-title h2,  .cbp-l-project-title {
        margin-bottom: 1.2rem;
    }

    .order-xs-2 {
        order: 2;
    }

    .footer-icons li a {
        height: 35px;
        width: 100%;
        font-size: 16px;
        line-height: 50px;
    }

    .price-transform {
        transform: translateY(0);
    }

    .contact-transform {
        transform: translateY(-50%);
    }
    .contact-box {
        padding: 4.5rem 0;
    }
    .brand-transform-padding {
        padding: 0 0 490px;
    }
    .footer-transform-padding {
        padding: 490px 0 0;
    }

    .quarter-circle {
        width: 100px;
        height: 100px;
    }

    .logo-full {
        display: inline-block;
        width: 150px;
    }

}