/* ===================================
    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
    - Scrollbar
    - Header & Navigation
    - Side Menu
    - Banner
    - Services Section
    - Counter
    - Cube Portfolio
    - Testimonial
    - team
    - Contact Us
    - Footer
    - Scroll Top
    - Standalone Footer
    - Standalone
    - loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;900&display=swap');

.main-font {
    font-family: 'Raleway', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');


@font-face {
    font-family: Didot;
    src: url("../fonts/Didot.ttc");
}

@font-face {
    font-family: Cabin;
    src: url("../fonts/Cabin-Medium.ttf");
}

@font-face {
    font-family: CabinBold;
    src: url("../fonts/Cabin-Bold.ttf");
}

/* ===================================
    General
====================================== */

body {
    font-size: 18px;
    color: #ffffff !important;
    font-weight: normal;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden !important;
}

a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section, .section-padding {
    position: relative;
}

a {
    color: inherit;
    text-decoration: none;
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
}

.fa, .far, .fas {
    display: inline;
}

li {
    list-style: none;
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
}

blockquote > cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hidden {
    display: none;
}

section {
    padding: 7.5rem 0;
}

.padding-top {
    padding-top: 7.5rem;
}

.padding-bottom {
    padding-bottom: 7.5rem;
}

.padding-half-top {
    padding-top: 90px;
}

.padding-bottom-half {
    padding-bottom: 80px;
}

* {
    font-family: 'Cabin';
}

/* background-color */
.bg-blue {
    background: #012d72;
}

.bg-black {
    background-color: #000000;
}

/*Social Icon Hover Text Hover */
.facebook-text-hvr:hover {
    color: #4267B2 !important;
}

.twitter-text-hvr:hover {
    color: #1DA1F2 !important;
}

.instagram-text-hvr:hover {
    color: #C32AA3 !important;
}

.linkedin-text-hvr:hover {
    color: #0077B5 !important;
}

.pinterest-text-hvr:hover {
    color: #BD081C !important;
}

.google-text-hvr:hover {
    color: #DB4437 !important;
}

/*icon bg hover */
.facebook-bg-hvr:hover {
    background: #4267B2 !important;
    color: #fff !important;
}

.twitter-bg-hvr:hover {
    background: #1DA1F2 !important;
    color: #fff !important;
}

.instagram-bg-hvr:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#aa2fb5), color-stop(93%, #f1762c)) !important;
    background: -o-linear-gradient(top, #aa2fb5 0%, #f1762c 93%) !important;
    background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%) !important;
    color: #fff !important;
}

.linkedin-bg-hvr:hover {
    background: #0077B5 !important;
    color: #fff !important;
}

.pinterest-bg-hvr:hover {
    background: #BD081C !important;
    color: #fff !important;
    border: 1px solid #BD081C !important;
}

.google-bg-hvr:hover {
    background: #DB4437 !important;
    color: #fff !important;
}

.mail-bg-hvr:hover {
    background: #c32aa3 !important;
    color: #fff !important;
    border: 1px solid #c32aa3 !important;
}

/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover {
    color: #FFFFFF !important;
    background: #4267b2 !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.twitter_bg_hvr2:hover {
    color: #FFFFFF !important;
    background: #00a7e6;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.linkdin_bg_hvr2:hover {
    color: #FFFFFF !important;
    background: #1682ab;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.googleplus_bg_hvr2:hover {
    color: #FFFFFF !important;
    background: #d5463a;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.pintrest_bg_hvr2:hover {
    color: #FFFFFF !important;
    background: #c8232c;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.instagram_bg_hvr2:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.instagram_bg_hvr2:hover {
    color: #FFFFFF !important;
    z-index: 999
}

.instagram_bg_hvr2:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* Transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

/* Button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 15px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

/* button size */
.btn.btn-medium {
    font-size: 16px;
    padding: 12px 48px;
    line-height: 1.8em
}

.btn.btn-large {
    font-size: 16px;
    padding: 14px 32px;
    line-height: 1.8em;
}

.btn.btn-large-1 {
    font-size: 15px;
    padding: 8px 38px;
    line-height: 2em;
}

.btn.btn-rounded {
    border-radius: 50px;
}

/* button hover */
.btn.btn-white {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000
}

.btn.btn-hvr-white:hover {
    background: #000000 !important;
    border-color: #000000;
    color: #FFFFFF !important
}

.btn.btn-orange {
    background: #ff6000;
    border-color: #ff6000;
    color: #ffffff
}

.btn.btn-orange:hover {
    background: #202020 !important;
    border-color: #202020;
    color: #FFFFFF !important
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1s !important;
    -o-transition-duration: 1s;
    transition-duration: 1s !important;
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}

.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}

.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

/* Use in BLog */
.image {
    overflow: hidden;
}

a.image {
    display: block;
}

.image img {
    width: 100%;
    height: 100%;
    display: block;
}

.image, .image img {
    position: relative;
}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    width: 6px;
    background: #ffffff;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #012d72;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

/* ===================================
        Header & Navigation
   ====================================== */
.round-nav {
    padding: 0;
    background: #ffffff;
}

.navbar .navbar-brand {
    padding: 15px 20px;
    background-color: #012d72;
}

.header-appear .navbar .navbar-brand {
    padding: 23px 22px;
}

.navbar-top-default {
    position: absolute;
    top: 60px;
    z-index: 99;
    overflow: hidden;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.header-appear .navbar-top-default {
    height: 88px;
    position: fixed;
    z-index: 99;
    top: 0;
    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);
}

.navbar-simple .navbar-nav .nav-link {
    font-size: 14px;
    color: #012d72;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem 2rem;
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
}

.navbar-simple .navbar-nav .nav-link:hover {
    color: #ff6000;
}

.navbar-simple .navbar-nav .nav-link.active {
    color: #ff6000;
}

/* ===================================
        Side Menu
====================================== */
.side-menu {
    width: 35%;
    position: fixed;
    right: 0;
    top: 0;
    background: #FFFFFF;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    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 Close Btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 20px;
    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: #000000;
    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;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 999;
    cursor: pointer;
    display: inline-block;
}

.header-appear .sidemenu_btn {
    top: 30px;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    display: block;
    margin-left: auto;
    background: #FFFFFF;
    transition: .5s ease;
}

.header-appear .sidemenu_btn span {
    background: #000000;
}

.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: 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: #012d72;
    padding: 10px 0 10px 0 !important;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: 'Cabin', sans-serif;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #012d72;
    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: 15px;
    margin-top: .5rem;
    margin-bottom: 0;
    color: #012d72;
    font-family: 'Cabin', sans-serif;
}

.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;
    color: #000000;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li.animated-wrap a:hover {
    background-color: #f94217;
    color: #000000;
}

@-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;
    }
}

/* ===================================
     banner
====================================== */
.bg-image {
    background-position: top center;
    background-image: url("../images/banner-image.jpg");
    background-size: cover;
    height: 100vh;
}

.banner-text {
    font-size: 36px;
    font-family: 'Cabin', sans-serif;
    font-weight: 100;
}

.banner-text span {
    color: #FFFFFF;
    padding: 6px 15px;
    background-color: #012d72;
}

.banner-heading {
    font-size: 48px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    margin: -8px 0 35px 0;
}

.banner-heading span {
    color: #012d72;
    padding: 6px 15px;
    background-color: #ffffff;
}

.banner-area {
    text-align: center;
}

.banner-sec .height {
    height: 68vh;
}

.slider-icons .slider-social {
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    color: #000000;
}

.slider-icons .slider-social li {
    list-style: none;
}

.slider-icons .slider-social a {
    text-decoration: none;
    width: 38px;
    height: 38px;
    color: #000000;
    background-color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    position: relative;
}

.slider-icons .slider-social a:hover {
    background: #000000;
    color: #ffffff;
}

/*=================================
    Services Section
===================================*/

.services-sec .services-boxes {
    display: block;
    padding: 45px;
}

.service-card .text {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    font-family: 'Cabin', sans-serif;
}

.services-sec .image-holder {
    padding-bottom: 120px;
}

.services-sec .services-boxes .service-card {
    width: 43%;
    float: left;
    margin-top: 180px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.services-sec .services-boxes .service-card:first-child {
    margin-top: 0;
}

.services-sec .services-boxes .service-card .icon-holder {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    color: #000000;
    transition: .5s ease;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff6000), color-stop(50%, #ff6000), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #ff6000, #ff6000 50%, #000000 50%);
}

.services-sec .services-boxes .service-card:hover .icon-holder {
    background-position: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
}

.services-sec .services-boxes .service-card.right:hover .icon-holder {
    background-position: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
}

.services-sec .services-boxes .service-card .icon-holder i {
    font-size: 100px;
}

.services-sec .services-boxes .service-card.left.icon-right {
    width: 52%;
}

.services-sec .services-boxes .service-card.left {
    float: left;
    clear: left;
}

.services-sec .services-boxes .service-card.right {
    margin-top: 40px;
    margin-bottom: 40px;
    float: right;
    clear: right;
    width: 32%;
}

.services-sec .services-boxes .service-card .text {
    margin-bottom: 0;
}

.services-sec .services-boxes .service-card.right .icon-holder {
    margin-bottom: 20px;
}

.services-sec .heading-area {
    z-index: 11;
    position: relative;
    transform: translate(24%, 80%);
}

.services-sec .heading {
    display: inline-block;
    font-size: 48px;
    color: #000000;
    width: 120%;
    font-weight: 400;
    font-family: 'Cabin', sans-serif;
}

.services-sec .heading span {
    color: #ffffff;
    padding: 5px 30px 5px 5px;
    background: #012d72;
}

.services-sec p {
    color: #012d72;
}


/* ===================================
     Counter
====================================== */
.counters h2 {
    font-size: 100px;
    font-weight: 100;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.counters h4 {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Cabin', sans-serif;
}

.center-para {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Cabin', sans-serif;
}

/* ===================================
    Cube Portfolio
====================================== */
.portfolio-sub-title {
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.portfolio-heading {
    font-size: 48px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #ff6000;
}

.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-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: .9;
}

.cbp-l-caption-alignCenter {
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-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;
}

/* ===================================
     Testimonial
====================================== */
.testimonial-heading {
    font-size: 48px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #000000;
}

.testi-des {
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #000000;
}

.testimo-text {
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
    font-weight: 300;
    color: #ff6000;
}

.testi-box .testimonial-round > img {
    width: 100%;
}

.testi-box .testimonial-round {
    height: 90px;
    width: 90px;
    overflow: hidden;
}

.testi-box .testimonial-round,
.testi-box .testimonial-round > img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testi-box.no-rounded .testimonial-round,
.testi-box.no-rounded .testimonial-round > img {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #fde428;
}

.testimonial-round > img {
    pointer-events: none;
}

.testi-text {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-family: 'Cabin', sans-serif;
    font-weight: 100;
    color: #535353;
}

.testi-text p {
    width: 84%;
    padding: 30px 0;
}

#testimonial-slider:after {
    content: '\f10e';
    right: 0;
    top: 80%;
}

#testimonial-slider:before {
    content: '\f10d';
    left: 0;
    top: 50%;
}

#testimonial-slider:after,
#testimonial-slider:before {
    position: absolute;
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    transform: translateY(-50%);
    color: #ff6000;
    font-size: 70px;
    z-index: -1;
}

#testimonial-slider .owl-dots {
    margin-top: 1rem;
    text-align: center;
}

#testimonial-slider .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #000000;
    border-radius: 50%;
    position: relative;
    margin: 3px;
}

#testimonial-slider .owl-dot span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    border-radius: inherit;
    transition: 0.3s all ease-out;
    transform: translate(-50%, -50%) scale(0);
    background: #ff6000;
}

#testimonial-slider .owl-dot.active span {
    transform: translate(-50%, -50%) scale(1);
}

/* ===================================
        team
====================================== */
.services-content {
    padding: 2rem 1rem;
    text-align: center;
    height: 130px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
}

.image {
    overflow: hidden;
}

.equal-shadow-team .services-content {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

.services-content::before {
    content: " ";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    background: #fff;
}

.services-content p {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
    line-height: 1.7;
    font-weight: normal;
    font-family: 'Cabin', sans-serif;
}

.services-content h4 {
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #fff;
}

.services-box:hover .services-content h4 {
    margin-top: 0px;
}

.services-box:hover .services-content p {
    margin-top: 0px;
}

.services-box:hover .services-content * {
    color: #012d72;
}

.services-box:hover .services-content h4 {
    margin-top: 0px;
}

.services-box:hover .services-content::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.services-content ul {
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
}

.services-box:hover .services-content ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 5px;
}

.services-box:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.half-section-alt.teams-border::before {
    height: 108px;
}

#our-team-main.half-section-alt.teams-border::before {
    height: 160px;
}

.half-section-alt .social-icons-simple li {
    display: inline-block;
}

.half-section-alt .social-icons-simple li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 1px;
    text-align: center;
    display: block;
    color: #000000;
    position: relative;
    transition: 0.3s all;
    z-index: 1;
}

.half-section-alt .social-icons-simple.white li a {
    border-color: #ffffff50;
}

.half-section-alt .social-icons-simple li a {
    border: none;
}

.image {
    overflow: hidden;
}

a.image,
.image img {
    display: block;
}

.image img {
    width: 100%;
}

.image,
.image img {
    position: relative;
}

.services-content h4 {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.image img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.social-icons-simple {
    margin-top: -3px;
}

.half-section-alt::before {
    height: 60%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #F7F7F7;
}

.half-section-alt::before {
    content: "";
}

.half-section-alt {
    position: relative;
}

.half-section-alt::before {
    position: absolute;
}

/* ===================================
     Contact us
====================================== */
.reserve-area {
    text-align: center;
}

section#stayconnect {
    margin-top: -40px;
}

.contactus-wrapp,
.getin_form .form-control,
#map-container,
.form-check,
.form-group label,
.checkbox label {
    position: relative;
}

.contactus-wrapp {
    padding: 2.5rem 2rem;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    z-index: 5;
}

.contactus-wrapp.position-absolute {
    top: -180px;
}

.single-page-footer {
    margin-top: 0;
}

.single-page-footer .contactus-wrapp {
    transform: translateY(0px);
    background: #F1F1F1;
}

.contactus-wrapp,
.getin_form .form-control,
.form-check label::before,
.form-check input[type="checkbox"]:checked + label::before {
    background: #fff;
}

.getin_form .form-control {
    border: 1px solid #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 41px;
    color: #000000;
    font-size: 0.875rem;
}

/*CheckBox*/

.form-check {
    display: block;
    font-size: 13px;
}

.form-group label,
.checkbox label {
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    min-height: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group label,
.checkbox label,
.form-check label::before,
.contact-table .icon-cell,
span.icon-contact {
    display: inline-block;
}

.form-check label::before {
    content: "\f00c";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ececec;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check input[type="checkbox"]:checked + label::before {
    background: #ff6000;
    border-color: #ff6000;
    color: #000000;
}

textarea {
    min-height: 160px;
    resize: none;
}

textarea#FreeConsultation1 {
    min-height: 200px;
}

button {
    border: none;
    cursor: pointer;
}

/* Form general- */

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
:-moz-placeholder,
.form-control:-moz-placeholder,
::-moz-placeholder,
.form-control::-moz-placeholder,
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #b6b8ba;
}

textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #b6b8ba;
    opacity: 1;
}

.contact-table .cells {
    vertical-align: middle;
}

.contact-table .icon-cell {
    color: #002e5b;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
}

#map-container,
#map-container > iframe {
    width: 100%;
}

#map-container > iframe {
    border: none;
    height: 100%;
}

span.icon-contact {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1;
}

.noshadow .widget {
    box-shadow: none !important;
}

/* ===================================
     Footer
====================================== */
.whitecolor {
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.footer-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;

}

.padding_bottom_half {
    padding-bottom: 3.75rem;
}

.footer_logo {
    width: 140px;
}

.footer_logo,
.footer_logo > img,
.readmorebtn,
ul.links li a,
ul.links li a::before,
ul.hours_links li > span {
    display: inline-block;
}

ul.latest_news li,
ul.latest_news li a,
ul.hours_links li {
    display: block;
}

ul.hours_links li,
ul.links li a,
ul.hours_links li > span {
    position: relative;
}

a,
*::before,
*::after {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.defaultcolor {
    color: #ff6000;
}

footer .footer_panel .address-item > span {
    width: 30px;
    font-size: 30px;
}

ul.links li a {
    color: #ffffff;
    margin-bottom: 10px;
}

ul.links li a::before {
    color: #ffffff44;
    margin-right: 5px;
    content: "\f0da";
    vertical-align: baseline;
}

.bg-light-dark ul.links li a::before {
    color: #7596a8;
}

ul.links li a:hover::before {
    padding-right: 5px;
}

ul.latest_news li {
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff26;
    margin-bottom: 15px;
}

footer p,
ul.latest_news li .date {
    font-size: 13px;
}

ul.hours_links li:first-child {
    padding-top: 0;
}

ul.hours_links li {
    padding: 8px 0;
    z-index: 1;
}

ul.hours_links li::before {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #fff;
    top: 56%;
    margin-top: -2px;
}

ul.hours_links li:first-child::before {
    top: 45%;
}

ul.hours_links li::before,
ul.hours_links li span:last-child {
    position: absolute;
}

ul.hours_links li > span {
    z-index: 1;
    padding-right: 5px;
    background-color: #000000;
}

.bgdark ul.hours_links li > span {
    background: #002e5b;
}

.bg-light-dark ul.hours_links li > span {
    background: #556772;
}

ul.hours_links li span:last-child {
    right: 0;
    padding-left: 5px;
}

ul.latest_news li,
ul.links li a,
ul.hours_links li,
.readmorebtn {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

ul.links li a:hover,
ul.links li a:focus,
ul.latest_news li a:hover,
ul.latest_news li a:focus,
.footer_panel p > a:hover,
.readmorebtn:hover,
.readmorebtn:focus {
    color: #ff6000;
}

.bottom25 {
    margin-bottom: 25px;
}

ul.latest_news li span.defaultcolor {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.latest_news li a:hover + span.defaultcolor,
ul.latest_news li a:focus + span.defaultcolor {
    color: #fff !important;
}

ul.links li a::before {
    color: #ffffff44;
    margin-right: 5px;
    content: "\f0da";
    vertical-align: baseline;
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
}

.social-icons.whitebg li a {
    background: #fff;
}

.social-icons li:last-child a {
    margin-right: 0;
}

.social-icons li:first-child a {
    margin-left: 0;
}


.social-icons li a:hover::before,
.social-icons li a:focus::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.social-icons.white li a,
.social-icons li a:hover,
.social-icons li a:focus,
.social-icons.white li a:hover,
.social-icons.white li a:focus {
    color: #fff;
}

.social-icons li a::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: #ff6000;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

.social-icons li {
    display: inline-block;
}

.social-icons li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 1px;
    text-align: center;
    display: block;
    color: #ff6000;
    position: relative;
    z-index: 1;
}

ul.hours_links li::before {
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #fff;
    top: 56%;
    margin-top: -2px;
}

.hours_links li::before, ul.hours_links li span:last-child {
    position: absolute;
}

.hours_links li:first-child::before {
    top: 45%;
}

/* ===================================
   Scroll Top
====================================== */
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    background-color: #012d72;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}

.go-top.active {
    -webkit-animation: slideInRight 1s;
    animation: slideInRight 1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #012d72;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* ===================================
     Standalone Footer
====================================== */
.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;
    color: #202020;
    font-size: 17px;
    margin: 0 10px 0 0;
    -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;
}

.company-about {
    font-size: 14px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #888888;
    text-align: end;
}

/* ===================================
     Standalone
====================================== */
.page-title {
    position: relative;
    text-align: center;
    padding: 200px 0;
    background-image: url("../images/standalone-bg.jpg");
    background-size: cover;
    background-position: center;
}

.page-title .auto-container {
    position: relative;
}

.page-title h2 {
    position: relative;
    font-weight: 400;
    line-height: 1.2em;
    padding-top: 10%;
    margin-bottom: 10px;
    font-size: 48px;
    text-transform: capitalize;
    font-family: 'Cabin', sans-serif;
}

.hide-cursor span {
    color: #FFFFFF;
    padding: 6px 15px;
    background-color: #012d72;
}

.page-breadcrumb {
    padding: 6px 15px;
    display: inline-block;
    background-color: #000000;
}

.page-breadcrumb {
    position: relative;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    margin-right: 10px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.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: 0;
    margin-right: 0;
}

.page-breadcrumb li a {
    color: #FFFFFF;
    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: #FFFFFF;
}

.page-breadcrumb li a:hover {
    color: #FFFFFF;
}

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading {
    margin-bottom: 10px;
}

.standalone-area .sub-heading {
    margin-bottom: 8px;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 60px;
    color: #000000;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

.standalone-detail .para_text {
    font-family: 'Cabin', sans-serif;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin: 0 auto;
    color: #000000;
}

.standalone-detail {
    padding-bottom: 100px;
}

.standalone-area .heading-text {
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 45px;
    color: #000000;
}

.standalone-area .stand-img-des .para_text {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}

/* ===================================
        loader
====================================== */
.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

.circle {
    color: #ff6000;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 5px;
}

.center {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes move {
    0% {
        transform: translateY(20px);
        background-color: #012d72;
    }
    25% {
        background-color: #000000;
    }
    50% {
        background-color: #012d72;
    }
    75% {
        background-color: #000000;
    }
    100% {
        transform: translateY(-20px);
        background-color: #012d72;
    }
}

.circle:first-child {
    animation-name: move;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.circle:nth-child(2) {
    animation-name: move;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.circle:last-child {
    animation-name: move;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* ===================================
     Media Query
====================================== */
@media screen and (width: 1920px) {
    /*side-menu*/
    .sidemenu_btn {
        right: 40px;
    }

    /*banner*/
    .banner-sec .height {
        height: 77vh;
    }

    /* Standalone */
    .page-title {
        padding: 250px 0;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
}

@media screen and (max-width: 1024px) {
    /*side-menu*/
    .side-nav .navbar-nav .nav-link {
        font-size: 36px;
    }

    .side-menu {
        width: 50%;
    }

    .side-menu p {
        font-size: 16px;
    }

    .sidemenu_btn {
        right: -2px;
    }

    .header-appear .sidemenu_btn {
        right: 3px;

    }

    /*banner*/
    .bg-image {
        background-position: top center;
        background-size: contain;
        height: 42vh;
        background-repeat: no-repeat;
    }

    .banner-sec .height {
        height: 22vh;
    }

    .banner-text {
        font-size: 30px;
    }

    .banner-heading {
        font-size: 38px;
        margin: -8px 0 26px 0;
    }

    /* standalone*/
    .standalone-area .heading-text {
        font-size: 36px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    /*navbar*/
    .header-appear .navbar-top-default {
        padding: 0;
    }

    .round-nav {
        background: none;
    }

    /*side-menu*/
    .sidemenu_btn {
        right: 17px;
    }

    .side-menu {
        width: 60%;
    }

    .header-appear .sidemenu_btn {
        right: 14px;
    }

    /* banner*/
    .banner-text {
        font-size: 26px;
    }

    .banner-heading {
        font-size: 30px;
        margin: -8px 0 20px 0;
    }

    .banner-sec .height {
        height: 19vh;
    }

    /* services*/
    .service-card .text {
        font-size: 20px;
    }

    .services-sec .heading-area {
        transform: translate(0);
    }

    .services-sec .heading {
        font-size: 60px;
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }

    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }

    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }

    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }

    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }

    /* counter*/
    .counters h2 {
        font-size: 80px;
    }

    .counters h4 {
        font-size: 21px;
    }

    .center-para {
        font-size: 15px;
    }

    /* portfolio*/
    .portfolio-sub-title {
        font-size: 17px;
    }

    .portfolio-heading {
        font-size: 44px;
    }

    /* testimonial*/
    #testimonial-slider:after, #testimonial-slider:before {
        font-size: 44px;
    }

    .testi-text p {
        width: 88%;
    }

    .testi-text {
        font-size: 14px;
    }

    .testimonial-heading {
        font-size: 44px;
    }

    /* contact*/
    #stayconnect .btn.btn-large-1 {
        font-size: 13px;
        padding: 8px 21px;
    }

    /* footer*/
    .footer-text {
        font-size: 15px;
    }

    footer p, ul.latest_news li .date {
        font-size: 14px;
    }

    ul.latest_news li, ul.links li a, ul.hours_links li, .readmorebtn {
        font-size: 15px;
    }

    footer .whitecolor {
        font-size: 21px;
    }

    /* Standalone footer */
    .company-about {
        font-size: 15px;
        text-align: center;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-area .gradient-text1 {
        font-size: 30px;
    }

    .standalone-detail .heading {
        font-size: 42px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-detail .para_text {
        font-size: 17px;
    }

    .standalone-area .stand-img-des .para_text {
        font-size: 17px;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .para_text {
        font-size: 18px;
    }

    .page-title h2 {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    /* General*/
    section {
        padding: 4.5rem 0;
    }

    .padding-top {
        padding-top: 4.5rem;
    }

    .padding-bottom {
        padding-bottom: 4.5rem;
    }

    .padding-half-top {
        padding-top: 60px;
    }

    /* navbar*/
    .navbar-top-default {
        top: 13px;
    }

    .header-appear .navbar-top-default {
        padding: 0 0 0 14px;
    }

    .sidemenu_btn {
        right: 12px;
    }

    .header-appear .sidemenu_btn {
        right: 10px;
    }

    .round-nav {
        background: none;
    }

    /* side-menu*/
    .side-menu {
        width: 100%;
    }

    .side-menu .inner-wrapper {
        padding: 3.5rem 4rem;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 32px;
    }

    /* banner*/
    .slider-icons .slider-social {
        display: none;
    }

    .bg-image {
        background-size: cover;
        height: 100vh;
    }

    .banner-sec .height {
        height: 67vh;
    }

    .banner-text {
        font-size: 26px;
    }

    .banner-heading {
        font-size: 34px;
        margin: -8px 0 27px 0;
    }

    /* services*/
    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }

    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }

    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }

    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }

    .service-card .text {
        font-size: 16px;
    }

    .services-sec .services-boxes {
        padding: 0 30px;
    }

    .services-sec .heading-area {
        transform: translate(0);
    }

    .services-sec .heading {
        font-size: 32px;
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }

    /* counter*/
    .counters h2 {
        font-size: 80px;
    }

    .counters h4 {
        font-size: 20px;
    }

    .center-para {
        font-size: 14px;
    }

    /* portfolio*/
    .portfolio-sub-title {
        font-size: 16px;
    }

    .portfolio-heading {
        font-size: 30px;
    }

    .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
        visibility: hidden;
    }

    /* testimonial*/
    .testimonial-heading {
        font-size: 34px;
    }

    #testimonial-slider:after, #testimonial-slider:before {
        display: none;
    }

    .testi-text p {
        width: auto;
    }

    .testi-text {
        font-size: 14px;
    }

    /* Standalone footer */
    .company-about {
        font-size: 13px;
        text-align: center;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-detail .heading {
        font-size: 36px;
        font-weight: 500;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
        font-size: 16px;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .page-title {
        padding: 200px 0;
    }

    .page-title h2 {
        font-size: 2.5rem;
    }

    .standalone-area .heading-text {
        font-size: 30px;
    }
}

@media (max-width: 360px) {
    /* banner*/
    .banner-text {
        font-size: 22px;
    }

    .banner-heading {
        font-size: 26px;
    }

    .banner-sec .height {
        height: 60vh;
    }

    /* standalone*/
    .page-title h2 {
        font-size: 35px;
    }

    .standalone-detail .para_text {
        font-size: 14px;
    }

    .standalone-area .stand-img-des .para_text {
        font-size: 14px;
    }
}

#sluzby .image {
    padding: 10px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.bg-1 {
    background-image: url("../images/bg-1.jpg");

}

.bg-2 {
    background-image: url("../images/bg-2.jpg");

}

.bg-3 {
    background-image: url("../images/bg-3.jpg");

}

.bg-4 {
    background-image: url("../images/bg-4.jpg");

}

.bg-5 {
    background-image: url("../images/bg-5.jpg");

}

.bg-6 {
    background-image: url("../images/bg-6.jpg");

}

.bg-7 {
    background-image: url("../images/bg-7.jpg");

}

.bg-8 {
    background-image: url("../images/bg-8.jpg");

}
.bg-9 {
    background-image: url("../images/bg-9.jpg");

}

.about {
    background-color: rgba(1, 45, 114, 0.85);
}


.lottie {
    height: 936px;
    width: 936px;
    position: absolute;
    left: -296px;
    z-index: 1000;
    bottom: 0;
    opacity: .25
}

@media (max-width: 1439px) {
    .lottie {
        left: -336px
    }
}

@media (max-width: 767px) {
    .lottie {
        left: -352px;
        bottom: 40px
    }
}

@media (max-width: 427px) {
    .lottie {
        left: -376px;
        bottom: 72px
    }
}

#reference h2 {
    color: rgba(1, 45, 114, 0.85) !important;
}

#spolupracujeme a {
    text-decoration: underline !important;
}
