html {
    overflow-x: hidden;
}

html, body {
    height: 100%;
}

body {
    font-size: 15px;
    background: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #C0C0C0;
}

a {
    color: #fe0000;
    text-decoration: none;
}

a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

p {
    line-height: 23px;
    margin: 0 0 15px;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Orbitron', sans-serif;
    /*font-family: 'Playfair Display', serif;*/
    font-weight: 600;
    margin: 0 0 10px;
}

h2 {
    color: #fe0000;
}

h3 {
    color: #fff;
}

h4 {
    color: #fe0000;
}

.pad-0 {
    padding: 0 !important;
}

.mrb-0 {
    margin-bottom: 0px !important;
}

.mrb-10 {
    margin-bottom: 10px !important;
}

.mrb-20 {
    margin-bottom: 20px !important;
}

.mrb-30 {
    margin-bottom: 30px !important;
}

.mrb-40 {
    margin-bottom: 40px !important;
}

.mrb-50 {
    margin-bottom: 50px !important;
}

.mrb-60 {
    margin-bottom: 60px !important;
}

.mrb-70 {
    margin-bottom: 70px !important;
}

.mrb-80 {
    margin-bottom: 80px !important;
}

.mrb-90 {
    margin-bottom: 90px !important;
}

.mrb-100 {
    margin-bottom: 100px !important;
}

.mrb-200 {
    margin-bottom: 200px !important;
}

@media (min-width: 1200px) {
    .sticky.header {
        position: fixed;
        width: 100%;
        background: #000;
        top: 0;
        left: 0;
        border-bottom: 1px solid #4c4c4c;
    }

    .sticky.header .head-top {
        display: none;
    }

    .sticky .menu-head .navbar-brand {
        margin: 0;
        padding: 20px 0;
        /*transition:all 1s ease; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -ms-transition:all 1s ease; -o-transition:all 1s ease;*/
    }

    .sticky .menu-head .navbar-brand img {
        max-width: 100px;
    }

    .sticky .menu-head .navbar-brand span {
        font-size: 10px;
        letter-spacing: 2px;
        line-height: 9px;
    }

    .sticky .menu-head .navbar-nav > li {
        margin: 0 0 0 30px;
    }

    .sticky .menu-head .navbar-nav > li a {
    }
}

.container {
    position: relative;
    z-index: 3;
}

.header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 5;
    padding: 0;
}

.menu-head {
    margin: 0;
    position: relative;
    padding: 0;
    z-index: 2;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
}

.menu-head .container-fluid {
    padding: 0;
}

.menu-head .navbar-brand {
    padding: 15px 0;
    margin: 0;
    height: auto;
    display: block;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.menu-head .navbar-brand img {
    margin: auto;
    max-width: 240px;
    position: relative;
    z-index: 3;
}

.menu-head .navbar-brand span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    margin: 0;
    line-height: 2px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.menu-head .navbar-header {
    position: relative;
}

.menu-head nav {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.menu-head .navbar-collapse {
    padding: 0;
    justify-content: space-between;
}

.menu-head .navbar-nav {
    text-align: center;
    float: none;
    align-items: center;
    margin-left: auto;
}

.menu-head .navbar-nav > li {
    display: inline-block;
    float: none;
    list-style: none;
    padding: 15px 0;
    margin: 0 0 0 20px;
    position: relative;
    vertical-align: middle;
}

.menu-head .navbar-nav > li.sub-drop > a::after {
    content: "";
    display: inline-block;
    width: .8rem;
    height: .8rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg) scale(.85);
    transform: rotate(45deg) scale(.85);
    margin-left: 10px;
    position: relative;
    bottom: .125rem;
}

@media (min-width: 1200px) {
    .menu-head .navbar-nav > li:last-child a {
        background: #fe0000;
        border: 0;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        z-index: 1;
        color: #fff !important;
        padding: 10px 20px;
        min-width: 240px;
        overflow: hidden;
        text-shadow: none;
        text-transform: capitalize;
        -webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,.1);
        box-shadow: 0 0px 10px 5px rgba(0,0,0,.1);
    }

    .menu-head .navbar-nav > li:last-child a:after {
        content: '';
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        width: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background-color: #fff;
        z-index: -1;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .menu-head .navbar-nav > li:last-child a:hover:after {
        width: 100%;
    }

    .menu-head .navbar-nav > li:last-child a:hover {
        color: #000 !important;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .menu-head .navbar-nav > li:last-child a:before {
        content: "\f073";
        font-family: FontAwesome;
        display: inline-block !important;
        width: auto;
        height: auto;
        position: relative;
        margin: 0 15px 0 0;
        vertical-align: middle;
    }
}

.menu-head .navbar-nav > li:last-child a:before {
    display: none;
}

.menu-head .navbar-nav > li > a {
    border: transparent;
    color: #fff;
    text-shadow: none;
    padding: 10px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1.4s ease;
    -o-transition: all 1s ease;
}

.menu-head .navbar-nav > li.li-arrow > a::after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    margin: 0 0 0 10px;
}

.menu-head .navbar-nav > li > a:focus, .menu-head .navbar-nav > li > a:hover, .menu-head .navbar-nav > .open > a, .menu-head .navbar-nav > .open > a:focus, .menu-head .navbar-nav > .open > a:hover, .menu-head .navbar-nav > li.current-menu-item > a {
    color: #fe0000;
    box-shadow: none;
}

/*.menu-head li a:hover .sub-menu{display:block;}*/
.menu-head ul, .menu-head ul li, .menu-head ul li a {
    position: relative;
}

.menu-head li:hover > ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.menu-head ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    padding: 0;
    width: 300px;
    border-top: 2px solid #fe0000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 15px rgba(0,0,0,.1);
    -ms-box-shadow: 0 10px 15px rgba(0,0,0,.1);
    -o-box-shadow: 0 10px 15px rgba(0,0,0,.1);
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    text-transform: capitalize;
}

.menu-head ul ul ul {
    margin-left: 100%;
    top: 0;
}

.menu-head ul ul li a {
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

/*.menu-head .sub-menu{background:#fff; position:absolute; top:100%; left:0; min-width:270px; display:none; margin:0; padding:0;}*/
.menu-head .sub-menu > li {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 15px;
}

.menu-head .sub-menu > li:last-child {
    border-bottom: 0;
}

.menu-head .sub-menu > li > a:focus, .menu-head .sub-menu > li > a:hover {
    padding: 10px 15px 10px 35px;
    transition: all .2s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.menu-head .sub-menu > li > a {
    display: block;
    background: none !important;
    color: #000;
    padding: 10px 15px;
    text-align: left;
    position: relative;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.menu-head .sub-menu > li > a:hover {
    color: #fe0000;
}

.menu-head .sub-menu > li > a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    background-color: #fe0000;
}

.menu-head .sub-menu > li > a:hover:before {
    opacity: 1;
    width: 15px;
    left: 10px;
}

.Call-info {
    position: relative;
    padding: 0 0 0 65px;
    margin: 0 0 0 25px;
}

.Call-info::before {
    content: "";
    background: #fff;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 3px;
    height: 40px;
    width: 1px;
}

.Call-info img {
    position: absolute;
    /*filter: brightness(1000);*/
    left: 20px;
    top: 8px;
    width: 30px;
}

.Call-info span {
    color: #fff;
    display: block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 1.3px;
}

.Call-info p {
    font-size: 18px;
    margin: 0;
}

.Call-info a {
    color: #fe0000;
    letter-spacing: 3.5px;
    font-weight: 900;
}

.Call-info:hover a {
    color: #fff;
}

.Call-info:hover span {
    color: #fe0000;
}

.banner {
    padding: 150px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner::before {
    content: "";
    background-image: url(../images/front/new-slider-01.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.banner::after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner .slide-image {
    width: 100%;
    height: 580px;
    object-fit: cover;
    object-position: center center;
}

.banner figure {
    position: relative;
}

.banner .slide button {
    top: 47%;
    opacity: 0;
    width: 55px;
    height: 55px;
    z-index: 100;
    color: #000;
    display: block;
    font-size: 34px;
    cursor: pointer;
    overflow: hidden;
    line-height: 55px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #fff;
    -webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,.1);
    box-shadow: 0 0px 10px 5px rgba(0,0,0,.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 20px;
}

.banner .slide:hover button {
    opacity: 1;
}

.banner .slide button.left {
}

.banner .slide button.right {
    left: inherit;
    right: 20px;
}

.banner .slide button.left {
    right: 80px;
}

.banner .slide button.left:hover, .banner .slide button.right:hover {
    color: #fff;
    background: #fe0000;
    border: 0px transparent;
}

.banner .slide button .fa {
    margin: 0;
    background: none;
}

.banner .slide button.left>span:nth-child(1) {
    left: 45%;
}

.banner .slide button.right>span:nth-child(1) {
    right: 45%;
}

.banner .banner-left {
    position: relative;
}

.banner .img-fluid2 {
    padding: 0 0 0 20px;
}

.banner .banner-banner-img-twelve-bg img {
    position: absolute;
    z-index: -1;
}

.banner .banner-banner-img-twelve-bg img:nth-child(1) {
    bottom: 9%;
    right: 46%;
    animation: gelatine 2s infinite;
}

.banner .banner-banner-img-twelve-bg img:nth-child(2) {
    left: -20px;
    animation: grow 2s ease infinite alternate;
}

.banner .banner-banner-img-twelve-bg img:nth-child(3) {
    right: 48%;
    top: -52px;
    animation: movers 2s infinite alternate;
}

.banner .banner-banner-img-twelve-bg img:nth-child(4) {
    bottom: 15%;
    right: 30%;
    animation: movers 2s infinite alternate;
}

@keyframes gelatine {
    from, to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

@keyframes grow {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.slide-text {
    margin: 0;
    color: #fff;
}

.slide-text h1 {
    padding: 0;
    color: #fff;
    font-size: 54px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-transform: capitalize;
    text-align: center;
}

.slide-text h1 span {
    font-size: 20px;
    margin: 10px 0 0;
    font-weight: 600;
    color: #fe0000;
    padding: 0;
    position: relative;
    display: block;
}

.slide-text h1 span:before, .slide-text h1 span:after {
    content: '';
    background: #fff;
    height: 2px;
    width: 30px;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.slide-text p {
    text-align: center;
    padding: 0;
    font-size: 14px;
    margin: 0 0 20px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text .btn {
    background: #fff;
    border: 0;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 600;
    color: #000;
    margin: 15px 0 0;
    padding: 11px 10px 13px 40px;
    min-width: 240px;
    overflow: hidden;
    text-shadow: none;
    text-transform: capitalize;
    -webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,.1);
    box-shadow: 0 0px 10px 5px rgba(0,0,0,.1);
}

.slide-text .btn i {
    font-size: 16px;
    margin: 0 0 0 7px;
    background: #fe0000;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 7px;
    height: 35px;
    width: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 35px;
    color: #fff;
}

.slide-text .btn:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fe0000;
    z-index: -1;
}

.slide-text .btn:hover:after {
    width: 100%;
}

.slide-text .btn:hover {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.slide-text .btn:hover i {
    color: #fe0000;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.updown {
    -webkit-animation: updown 3s ease-in-out infinite alternate;
    animation: updown 3s ease-in-out infinite alternate;
    -webkit-animation-name: updown 3s ease-in-out infinite alternate
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.about-sec {
    padding: 60px 0 0;
    position: relative;
    z-index: 2;
}

.about-sec.about-page {
    padding: 0;
}

.about-sec .slide {
    border-right: 10px solid #fe0000;
    border-left: 10px solid #fe0000;
    padding: 35px 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.about-sec .carousel-item img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 90%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.about-sec .carousel-indicators {
    bottom: -15px;
}

.about-sec .carousel-indicators li {
    background: #fe0000;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 40px;
    height: 5px;
    margin: 0 5px;
}

.about-sec .about-title {
    text-align: center;
    padding: 0 15px 25px;
}

.about-sec .about-title p {
    text-align: center;
}

.about-sec .about-title h2 {
    color: #fe0000;
    font-size: 40px;
    font-weight: 800;
    position: relative;
    text-transform: capitalize;
    margin: 0 0 30px;
}

.about-sec .about-title h2 span {
    color: #1a4c7f;
}

.about-sec .about-title h2 small {
    position: relative;
    display: block;
    font-size: 24px;
    color: #646464;
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.about-sec .about-title h2 small:before, .about-sec .about-title h2 small:after {
    content: '';
    background: #545454;
    height: 2px;
    width: 30px;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.about-sec .about-service {
    padding: 0 15px;
    margin: 0 0 30px;
}

.about-sec .about-service .service-box {
    position: relative;
    margin: 0 0 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.about-sec .about-service .service-content::after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a345e', endColorstr='#00000000',GradientType=0 );
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-sec .about-service .service-box figure {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin: 0;
}

.about-sec .about-service .service-box figure img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

.about-sec .about-service .service-content {
    padding: 100px 20px 15px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
}

.about-sec .about-service .service-box h4 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.about-sec .about-service .service-box h4, .about-sec .about-service .service-box p {
    position: relative;
    z-index: 2;
    text-align: center;
}

.about-sec .btn {
    background: #fff;
    border: 0;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 13px 10px 12px 30px;
    min-width: 180px;
    overflow: hidden;
    text-shadow: none;
    text-transform: capitalize;
    -webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,.1);
    box-shadow: 0 0px 10px 5px rgba(0,0,0,.1);
}

.about-sec .btn i {
    font-size: 14px;
    margin: 0 0 0 7px;
    background: #1a4c7f;
    font-weight: normal;
    position: absolute;
    left: -2px;
    top: 5px;
    height: 35px;
    width: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 35px;
    color: #fff;
}

.about-sec .btn:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #1a4c7f;
    z-index: -1;
}

.about-sec .btn:hover:after {
    width: 100%;
}

.about-sec .btn:hover {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.about-sec .btn:hover i {
    color: #1a4c7f;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.about-sec .row2 {
    flex-direction: row-reverse;
}

.about-sec .about-left h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    margin: 0 0 30px;
}

.about-sec .about-left h2 span {
    color: #fe0000;
}

.about-sec .about-left h2 small {
    color: #ddd;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 26px;
    top: 85px;
    left: -120px;
    position: absolute;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.about-sec .about-left {
    margin: 0 0 30px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: left;
    -ms-flex-align: center;
    align-items: center;
}

.about-sec .about-left .about-padd {
    padding: 0 0 0 5%;
}

.about-sec .about-left h5 {
    color: #fff;
    line-height: 26px;
    font-style: italic;
    font-size: 16px;
    margin: 0 0 25px;
}

.about-sec .about-left p {
    margin: 0 0 20px;
}

.about-sec .about-right {
    margin: 0 0 30px;
    position: relative;
}

.about-sec .about-right .aboutImg {
    position: relative;
}

.about-sec .about-right .shape1 {
    position: absolute;
    left: -5px;
    top: 19px;
    width: 194px;
    height: 125px;
}

.about-sec .about-right .shape2 {
    position: absolute;
    right: -52px;
    bottom: 52px;
    width: 133px;
    height: 125px;
}

.about-sec .about-right .shape3 {
    position: absolute;
    left: 13px;
    bottom: 14px;
    width: 167px;
    height: 305px;
    z-index: 2;
}

.about-sec .about-right .move_anim_two img {
    -webkit-animation: movebounce2 3.0s linear infinite;
    animation: movebounce2 3.0s linear infinite;
}

.about-sec .about-right .abImg img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
}

9 .about-sec.about-page {
    padding: 0 0 15px;
}

.about-page .about-left {
    order: 1;
}

.about-page .about-right {
    order: 2;
}

.about-page .about-bottom {
    order: 3;
}

.services-sec {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 1;
    padding: 30px 0 20px;
}

.services-sec::before {
    content: "";
    background-image: url(../images/front/bg-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.services-sec::after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.services-sec h2 {
    color: #fe0000;
    font-size: 40px;
    font-weight: 800;
    position: relative;
    text-transform: capitalize;
    margin: 0 0 30px;
    text-align: center;
}

.services-sec h2 small {
    position: relative;
    display: block;
    font-size: 24px;
    color: #646464;
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.services-sec h2 small:before, .services-sec h2 small:after {
    content: '';
    background: #545454;
    height: 2px;
    width: 30px;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.services-sec .cs-top {
    padding: 0 15px;
}

.services-sec .cs-top p {
    text-align: center;
}

.services-sec .owl-dots {
    display: none;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 30px;
    margin: 0;
}

.services-sec .owl-theme .owl-nav .owl-page span {
    background: #d7d7d7;
    opacity: 1;
}

.services-sec .owl-theme .owl-nav .owl-page.active span, .owl-theme .owl-nav.clickable .owl-page:hover span {
    background: #579cb9;
}

.services-sec .item {
    margin: 15px 15px 0;
    padding: 0 0 25px;
}

.services-sec .owl-theme .owl-nav button {
    display: block;
    background: #fff !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    color: #000;
    position: absolute;
    left: -55px;
    top: 45%;
    margin: 0;
    height: 44px;
    width: 44px;
    opacity: 1;
    text-indent: -99999px;
}

.services-sec .owl-theme .owl-nav button.owl-next {
    right: -55px;
    left: inherit;
}

.services-sec .owl-theme .owl-nav button.owl-prev:before {
    background-image: url(../images/front/arrow-left.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: 20px 20px;
    color: #000;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.services-sec .owl-theme .owl-nav button.owl-next:before {
    background-image: url(../images/front/arrow-right.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: 20px 20px;
    color: #000;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.services-sec .specialitie-box {
    position: relative;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    padding: 35px 20px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.services-sec .specialitie-box p {
    text-align: center;
}

.services-sec .specialitie-box figure {
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    display: block;
    margin: 0 auto 25px;
    width: 140px;
    height: 140px;
}

.services-sec .specialitie-box figure:before {
    content: "";
    border: 2px dashed #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -5px;
    top: -5px;
    height: 150px;
    width: 150px;
}

.services-sec .specialitie-box:hover figure {
    /*background-image: url(../images/front/shape-bg4.png);*/
}

.services-sec .specialitie-box:hover figure img {
    /*filter: brightness(1000);*/
}

.services-sec .specialitie-box figure img {
    max-width: 70px;
    padding: 38px 0 0;
    margin: 0 auto;
}

.services-sec .specialitie-box figure img:last-child {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    opacity: 0.1;
    top: 13px;
    max-width: inherit;
    padding: 0;
}

.services-sec .specialitie-box h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 10px;
}

.services-sec .btn {
    background: #fff;
    border: 0;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 13px 10px 12px 30px;
    min-width: 180px;
    overflow: hidden;
    text-shadow: none;
    text-transform: capitalize;
    -webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,.1);
    box-shadow: 0 0px 10px 5px rgba(0,0,0,.1);
}

.services-sec .btn i {
    font-size: 14px;
    margin: 0 0 0 7px;
    background: #000000;
    font-weight: normal;
    position: absolute;
    left: -2px;
    top: 5px;
    height: 35px;
    width: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 35px;
    color: #ffffff;
}

.services-sec .btn:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #727272;
    z-index: -1;
}

.services-sec .btn:hover:after {
    width: 100%;
}

.services-sec .btn:hover {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.services-sec .btn:hover i {
    color: #000000;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.services-sec .service-btn {
    text-align: center;
    position: relative;
    padding: 15px 0 0;
}

.services-sec .service-btn .btn {
    min-width: 300px;
    background: #fe0000;
    color: #fff;
    font-size: 16px;
    padding: 11px 10px 10px 30px;
}

.services-sec .service-btn .btn i {
    color: #fe0000;
    background: #fff;
}

.services-sec .service-btn .btn:hover i {
    color: #fe0000;
}

.services-sec .service-btn .btn:after {
    background-color: #579cb9;
}

.company-approach {
    position: relative;
    z-index: 1;
    padding: 70px 0 0;
}

.company-approach .left_bottom {
    left: -190px;
    z-index: -1;
}

.company-approach h2 {
    color: #fe0000;
    font-size: 40px;
    font-weight: 800;
    position: relative;
    text-transform: capitalize;
    margin: 0 0 30px;
    text-align: center;
}

.company-approach h2 small {
    position: relative;
    display: block;
    font-size: 24px;
    color: #646464;
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.company-approach h2 small:before, .company-approach h2 small:after {
    content: '';
    background: #545454;
    height: 2px;
    width: 30px;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.company-approach .approach-title {
}

.company-approach .package_item {
    position: relative;
    padding-left: 0;
    min-height: 74px;
    margin-bottom: 42px;
}

.company-approach .package_item img {
    width: 76px;
    height: 74px;
    border-radius: 10px !important;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.company-approach .package_item h5 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}

.company-approach .package_item .btn {
    margin: 27px 0 0;
}

.company-approach .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}

.company-approach .flex .dots {
    width: 100%;
    position: relative;
    margin: 0 20px;
}

.company-approach .flex .dots::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed rgba(250, 250, 250, 0.3);
}

.company-approach .flex .price {
    margin-left: auto;
    font-weight: 800;
    color: #fe0000;
    font-size: 17px;
}

.appointment-wrap .row {
    padding: 80px 50px 40px;
    margin: 40px 0 30px;
    position: relative;
    z-index: 2;
}

.appointment-wrap .row:before {
    content: "";
    background-image: url(../images/front/bg-02.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.5;
    z-index: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.appointment-wrap .row:after {
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.appointment-wrap .left {
    margin: 0;
    padding: 0 70px 0 15px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.appointment-wrap .right {
    margin: 0;
    position: relative;
    z-index: 2;
}

.appointment-wrap h2 {
    color: #fff;
    font-size: 40px;
    position: relative;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.appointment-wrap h2 small {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 10px;
}

.appointment-wrap h2:before {
    content: "";
    background: #fe0000;
    height: 120px;
    width: 120px;
    position: absolute;
    left: -30px;
    top: -40px;
    border-radius: 100%;
    z-index: -1;
}

.appointment-wrap p {
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    margin: 0 0 50px;
}

.appointment-wrap h3 {
    color: #fff;
    position: relative;
    margin: 0 0 20px;
    text-transform: capitalize;
}

.appointment-wrap h3 span {
    display: block;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: inherit;
    color: #fff;
    margin: 10px 0 0;
}

.appointment-wrap figure {
    margin: 0 0 -150px;
}

.appointment-wrap .info {
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #fe0000 100%);
    background: -webkit-linear-gradient(top, #000000 0%,#fe0000 100%);
    background: linear-gradient(to bottom, #000000 0%,#fe0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fe0000',GradientType=0 );
    padding: 30px 30px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 -150px;
}

.appointment-wrap form {
    margin: 0;
}

.appointment-wrap form .form-control {
    background: #fff;
    border: none;
    box-shadow: none;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    height: 44px;
}

.appointment-wrap form .form-control::-webkit-input-placeholder {
    color: #919191;
}

.appointment-wrap form .form-control::-moz-placeholder {
    color: #919191;
}

.appointment-wrap form .form-control:-ms-input-placeholder {
    color: #919191;
}

.appointment-wrap form .form-control:-moz-placeholder {
    color: #919191;
}

.appointment-wrap form textarea {
    height: 110px !important;
}

.appointment-wrap form .form-group {
    margin-bottom: 20px;
}

.appointment-wrap form .btn {
    background: #000;
    border: 0;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 11px 25px;
    border: 0;
    overflow: hidden;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.appointment-wrap form .btn:hover, .appointment-wrap form .btn:active {
    color: #fff;
    background: #ae0000;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.client-speak {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 140px 0 50px 0;
    z-index: 1;
}

.client-speak h2 {
    color: #fe0000;
    font-size: 40px;
    font-weight: 800;
    position: relative;
    text-transform: capitalize;
    margin: 0 0 30px;
    text-align: center;
}

.client-speak h2 small {
    position: relative;
    display: block;
    font-size: 24px;
    color: #646464;
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.client-speak h2 small:before, .client-speak h2 small:after {
    content: '';
    background: #545454;
    height: 2px;
    width: 30px;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.client-speak .item {
    margin: 30px 15px 0;
}

.client-speak .item .item-bg {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    padding: 0 30px 30px;
    background: #2f2f2f;
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
    margin-bottom: 40px;
    transition: all .3s ease;
}

.client-speak .item:hover .item-bg {
    background: #fe0000;
    color: #fff;
}

.client-speak .item:hover .item-bg::after {
    border-top-color: #fe0000;
}

.client-speak .item .item-bg::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    width: 40px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #2f2f2f;
    transition: all .3s ease;
    filter: drop-shadow(0 10px 10px rgba(0,0,0,.1));
    content: "";
}

.client-speak .testmonial-author {
    position: relative;
    padding: 0 0 15px;
    overflow: hidden;
}

.client-speak .testmonial-author h4 {
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.client-speak .testmonial-author h4 span {
    font-size: 16px;
    margin: 0 0 10px;
    display: block;
    color: #6f6f6f;
    font-weight: 400;
}

.client-speak .testmonial-author .author-rating i {
    color: #579cb9;
}

.client-speak p {
    line-height: 22px;
    margin: 0;
    text-align: center;
}

.client-speak .star {
    color: #fff;
    letter-spacing: 2px;
    font-size: 17px;
    display: inline-block;
    background: #9e0000;
    padding: 10px 20px;
    border-radius: 10px;
    margin: -25px 0 15px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 17px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    margin: -25px 0 30px;
}

.client-speak .testmonial-author figure {
    position: relative;
    display: inline-block;
    margin: 20px auto;
}

.client-speak .testmonial-author figure::before {
    border: 5px solid #fe0000 !important;
    content: "";
    height: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    bottom: -10px;
    left: -10px;
    right: -10px;
    top: -10px;
    visibility: hidden;
    width: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .3s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.client-speak .item:hover .testmonial-author figure::before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.client-speak .testmonial-author figure img {
    width: 100px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.client-speak .owl-dots {
    display: none;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 30px;
    margin: 0;
}

.client-speak .owl-theme .owl-nav .owl-page span {
    background: #d7d7d7;
    opacity: 1;
}

.client-speak .owl-theme .owl-nav .owl-page.active span, .owl-theme .owl-nav.clickable .owl-page:hover span {
    background: #579cb9;
}

.client-speak .owl-theme .owl-nav button {
    display: block;
    background: #fff !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    color: #000;
    position: absolute;
    left: -55px;
    top: 105px;
    margin: 0;
    height: 44px;
    width: 44px;
    opacity: 1;
    text-indent: -99999px;
}

.client-speak .owl-theme .owl-nav button.owl-next {
    right: -55px;
    left: inherit;
}

.client-speak .owl-theme .owl-nav button.owl-prev:before {
    background-image: url(../images/front/arrow-left.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: 20px 20px;
    color: #000;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.client-speak .owl-theme .owl-nav button.owl-next:before {
    background-image: url(../images/front/arrow-right.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: 20px 20px;
    color: #000;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.back-to-top.stick {
    opacity: 1;
    visibility: visible;
}

.back-to-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    right: 15px;
    bottom: 15px;
    z-index: 20;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.back-to-top.scroll {
    opacity: 1;
    visibility: visible;
}

.back-to-top a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 8px;
    color: #fff !important;
    font-size: 22px;
    background: #fe0000;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    text-align: center;
    border: 1px dashed #fff;
}

.footer {
    background-image: url("../images/front/bg-01.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 70px 0 30px;
    position: relative;
    color: #afafaf;
}

.footer:after {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer a {
    color: #afafaf;
}

.footer a:hover {
    color: #fe0000;
}

.footer {
    text-align: inherit;
}

.footer-top {
    text-align: center;
    border-bottom: 1px solid #4c5360;
    padding: 0 0 50px;
    position: relative;
    z-index: 2;
    margin: 0 0 60px;
}

.footer .footer-top p {
    text-align: center;
}

.footer .footer-top .ft1 {
    padding: 0 15%;
}

.wg-1 {
    margin: 0 0 30px;
}

.wg-1 h4 {
    color: #fff;
    margin: 0 0 25px;
    padding: 20px 0 0;
    position: relative;
    text-transform: uppercase;
}

.wg-1 h4:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #fe0000;
}

.wg-1 h4:after {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fe0000;
}

.wg-1 ul {
    margin: 0;
    padding: 0;
}

.wg-1 ul li {
    list-style: none;
    position: relative;
    padding: 0 0 15px 20px;
}

.wg-1 ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
}

.ft-logo {
    margin: 0 0 20px;
}

.ft-logo img {
    max-width: 380px;
}

.wg-1 address {
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}

.wg-1 address i {
    color: #afafaf;
    font-size: 18px;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 30px;
}

.wg-1 address i.fa.fa-envelope {
    margin-top: -2px;
    font-size: 16px;
}

.wg-1 address div {
    margin: 0;
    overflow: hidden;
}

.wg-1 address p {
    margin: 0;
    text-align: left;
}

.wg-1 address span {
    font-size: 18px;
    line-height: normal;
    color: #585858;
    margin-bottom: 5px;
    display: block;
    font-family: 'PoppinsSemiBold_0';
}

.icon-ft {
    margin: 20px 0 0;
}

.icon-ft i {
    color: #fff;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    margin: 0 0 0 2px;
    height: 40px;
    text-align: center;
    width: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.icon-ft .fa-facebook {
    background: #3a5896;
}

.icon-ft .fa-twitter {
    background: #00aced;
}

.icon-ft .fa-youtube {
    background: #b00;
}

.icon-ft .fa-linkedin {
    background: #007ab5;
}

.icon-ft .fa-google-plus {
    background: #dc4e41;
}

.icon-ft .fa-whatsapp {
    background: #4dc247;
}

.icon-ft .fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.icon-top i:hover {
    opacity: 0.5;
    transition: 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.ft-bottom {
    background: #fe0000;
    color: #fff;
    margin: 20px 0 0;
    padding: 15px 0 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-weight: 400;
}

.ft-bottom a {
    color: #fff;
    font-weight: 700;
}

.ft-bottom a:hover {
    color: #e4353a;
}

.ft-bottom p {
}

.text-left {
    text-align: right !important;
}

.text-center {
    text-align: right !important;
}

.text-right {
    text-align: right !important;
}

.banner-inner {
    padding: 0 0 0;
    background-image: url(../images/front/new-slider-01.jpeg);
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
}

.banner-inner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    margin: 0 auto;
    background: #000;
    opacity: 0.6;
}

.banner-inner::after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-inner .textblock {
    height: 400px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.banner-inner .block {
    bottom: 90px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.banner-inner .page-title .holder {
    overflow: hidden;
    position: relative;
    padding: 0;
}

.banner-inner h1 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 50px;
    font-weight: 700;
}

.breadcrumb {
    display: block;
    line-height: 22px;
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    color: #fff;
}

.breadcrumb > li {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 5px;
}

.breadcrumb > li+li:before {
    content: "+";
    margin: 0 9px;
    color: #fff;
    font-size: 15px;
    float: left;
}

.breadcrumb > li .fa-home {
    margin: 0 10px 0 0;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li a:hover {
    color: #fe0000;
}

.align-left {
    float: left;
    width: 50%;
    margin: 7px 20px 10px 0;
}

.align-right {
    float: right;
    width: 50%;
    margin: 7px 0 10px 20px;
}

.mid-inner {
    padding: 20px 0 60px;
}

.mid-inner .inner-title h2 {
    color: red;
    font-size: 40px;
    font-weight: 800;
    position: relative;
    text-transform: capitalize;
    margin: 0 0 30px;
    text-align: center;
}

.mid-inner .inner-title h2 small {
    position: relative;
    display: block;
    font-size: 24px;
    color: #646464;
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.mid-inner .inner-title h2 small:before, .mid-inner .inner-title small:after {
    content: '';
    background: #545454;
    height: 2px;
    width: 30px;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.mid-inner ul {
    margin: 0;
    padding: 0 0 5px;
}

.mid-inner ul li {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}

.mid-inner ul li::before {
    content: "\f0a4";
    font-family: FontAwesome;
    display: inline-block;
    margin: 0 10px 0 0;
}

.mid-inner ol {
    margin: 0;
    padding: 0 0 5px;
    counter-reset: section;
}

.mid-inner ol li {
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}

.mid-inner ol li::before {
    content: counters(section, ".") " - ";
    counter-increment: section;
}

.pricing-list {
    position: relative;
}

.pricing-list .card {
    background: #5a5a5a36;
    margin: 0 0 30px;
    padding: 15px;
    border: 4px solid #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pricing-list .card:hover {
    transition: 0.8s ease-in-out;
    background: #000;
    border-color: #505050;
}

.pricing-list .card:hover h4 {
    color: #f23e3e;
    transition: 0.3s ease-in-out;
}

.pricing-list .card:hover h3 {
    color: #fff;
}

.pricing-list .head {
    text-align: center;
    margin-top: 30px;
    text-align: center;
}

.pricing-list .head h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 8px 0;
}

.pricing-list .card .card-content {
    padding: 10px 0;
}

.pricing-list .card .card-content p {
    text-align: center;
}

.pricing-list .head h3 {
    width: 100%;
    font-weight: 600;
    color: red;
    font-size: 25px;
}

.pricing-list .pricing-img {
    position: relative;
}

.pricing-list .pricing-img img {
    width: 100%;
    max-height: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.pricing-list .p-button {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.pricing-list .btn {
    background: #fff;
    border: 0;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 13px 10px 12px 30px;
    min-width: 180px;
    overflow: hidden;
    text-shadow: none;
    text-transform: capitalize;
    -webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,.1);
    box-shadow: 0 0px 10px 5px rgba(0,0,0,.1);
}

.pricing-list .btn i {
    font-size: 14px;
    margin: 0 0 0 7px;
    background: #fe0000;
    font-weight: normal;
    position: absolute;
    left: -2px;
    top: 5px;
    height: 35px;
    width: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 35px;
    color: #fff;
}

.pricing-list .btn:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fe0000;
    z-index: -1;
}

.pricing-list .btn:hover:after {
    width: 100%;
}

.pricing-list .btn:hover {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pricing-list .btn:hover i {
    color: #fe0000;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pricing-list .card:hover .p-button {
    opacity: 1;
    z-index: 1;
}

.pricing-list .card:hover .pricing-img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: 0.3s ease-in-out;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.contact-wrap {
    position: relative;
    z-index: 3;
    padding: 0;
    color: #C0C0C0;
}

.contact-wrap h2 {
    font-size: 36px;
    line-height: 50px;
    position: relative;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.contact-wrap h5 {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.contact-wrap .contact-left {
    margin: 0 0 30px;
    padding: 0 50px 0 15px
}

.contact-wrap .contact-left address {
    padding: 50px 0 0;
    margin: 0;
}

.contact-wrap .contact-box {
    margin: 0 0 30px;
}

.contact-wrap .contact-box .content {
}

.contact-wrap .contact-box .content span {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.contact-wrap .contact-box .content a {
    color: #C0C0C0;
}

.contact-wrap .contact-box .content a:hover {
    color: #fe0000;
}

.contact-wrap .contact-box .icon {
    float: left;
    margin: 0 10px 0 0;
}

.contact-wrap .contact-box .icon i {
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fe0000;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
}

.contact-wrap .contact-box .icon .fa.fa-envelope-o {
    font-size: 19px;
}

.contact-wrap .contact-box .content p {
    margin: 0;
}

.contact-wrap .contact-right {
    margin: 0 0 30px;
}

.contact-wrap .contact-right .contact-padd {
    background: #1d1d1d;
    margin: 0;
    padding: 30px 30px 15px;
    border: 4px solid #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.contact-wrap .contact-right h3 {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.contact-wrap .contact-right h3::after {
    content: "";
    background: #fe0000;
    height: 1px;
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.contact-wrap .contact-right form {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.contact-wrap .contact-right form#pay_pal {
    padding-left: 50px;
    padding-bottom: 10px;
}

.contact-wrap .contact-right form#pay_com_form {
    padding-left: 50px;
    padding-bottom: 10px;
}

.contact-wrap .contact-right form > * {
    flex-shrink: 0;
    max-width: 100%;
}

.contact-wrap .contact-right form label {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 10px;
}

.contact-wrap .contact-right form .form-control {
    background: #f7f7f7;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    height: 50px;
    padding: 6px 20px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.contact-wrap .contact-right form .form-control::-webkit-input-placeholder {
    color: #000;
}

.contact-wrap .contact-right form .form-control::-moz-placeholder {
    color: #000;
}

.contact-wrap .contact-right form .form-control:-ms-input-placeholder {
    color: #000;
}

.contact-wrap .contact-right form .form-control:-moz-placeholder {
    color: #000;
}

.contact-wrap .contact-right form textarea {
    height: 120px !important;
}

.contact-wrap .contact-right form .form-group {
    margin: 0 0 30px;
    padding: 0 15px;
}

.contact-wrap .contact-right form .btn {
    background: #fe0000;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 11px 25px;
    min-width: 220px;
    border: 0;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contact-wrap .contact-right form .btn:hover, .contact-right form .btn:active {
    background: #000;
    color: #fff;
}

.contact-wrap.make-appointment h2:before {
    content: "";
    background: #303030;
    height: 120px;
    width: 120px;
    position: absolute;
    left: -30px;
    top: -40px;
    border-radius: 100%;
    z-index: -1;
}

.contact-wrap.make-appointment .contact-right .contact-padd {
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #fe0000 100%);
    background: -webkit-linear-gradient(top, #000000 0%,#fe0000 100%);
    background: linear-gradient(to bottom, #000000 0%,#fe0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fe0000',GradientType=0 );
    border: 3px solid #5e0000;
}

.contact-wrap.make-appointment .contact-right form .btn {
    background: #000;
}

.contact-wrap.make-appointment .contact-right form .btn:hover, .contact-wrap.make-appointment form .btn:active {
    background: #af0000;
    color: #fff;
}

.make-appointment .red-info {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 0;
    color: #fe0000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    margin: 0 -30px;
}

.make-appointment .green-info {
    background-color: #3cb043;
    background-image: linear-gradient(315deg, #3cb043 0%, #233329 74%);
    color: #fff !important;
}

.make-appointment .green-info a {
    color: #389c3f !important;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.make-appointment .red-info p {
    text-align: center;
    margin: 0;
}

.make-appointment ul li {
    display: inline-block;
    background: #fff;
    color: #212121;
    padding: 7px 10px 7px 30px;
    margin: 0;
    font-weight: 500;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 12px;
    text-align: left;
}

.make-appointment ul li:nth-child(1) {
    border-radius: 5px 0 0 0;
}

.make-appointment ul li:nth-child(3) {
    border-radius: 0 5px 0 0;
}

.make-appointment ul li:last-child {
    border-radius: 0 0 5px 5px;
}

.make-appointment ul li::before {
    color: #fe0000;
    background-image: linear-gradient(55deg, #fe0000 0%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 10px;
    top: 7px;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        background: #fff;
    }

    49% {
        background: #fff;
    }

    60% {
        background: #000;
    }

    99% {
        background: #000;
    }

    100% {
        background: #fff;
    }
}

.hidden {
    display: none;
}

/** Smartphones **/
@media (min-width: 320px) and (max-width: 767px) {
    .menu-head .navbar-brand {
        padding: 15px 0;
        position: relative;
    }

    .menu-head nav {
        padding: 0;
    }

    .menu-head .navbar-header {
        position: relative;
        z-index: 2;
        float: none;
        width: 100%;
    }

    .menu-head .navbar-toggler {
        border: 0;
        background: #fe0000 !important;
        color: #fff;
        margin: 19px 0;
        border-radius: 0;
        padding: 5px 10px;
        display: none;
    }

    .menu-head .navbar-toggler span {
        background-image: url(../images/front/menu-toggle.png);
        width: 1.3em;
        height: 1.3em;
    }

    .navbar-default .navbar-toggler:focus, .navbar-default .navbar-toggler:hover {
        background: none;
    }

    .menu-head .navbar-collapse {
        border: none;
        box-shadow: none;
    }

    .menu-head .navbar-collapse.in ul {
        margin: 0;
        box-shadow: none;
        border: 0;
    }

    .menu-head .navbar-nav {
        margin: 0;
        text-align: left;
        top: 0;
    }

    .menu-head .navbar-nav>li:before {
        display: none;
    }

    .menu-head .navbar-nav>li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #e5e5e5;
        background: #414141;
    }

    .menu-head .navbar-nav>li:last-child {
        border-bottom: 0;
    }

    .menu-head .navbar-nav>li>a {
        padding: 10px;
        display: block;
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-radius: 0;
    }

    .menu-head .navbar-nav>li>a:focus, .menu-head .navbar-nav>li>a:hover, .menu-head .navbar-nav>.open>a, .menu-head .navbar-nav>.open>a:focus, .menu-head .navbar-nav>.open>a:hover, .menu-head .navbar-nav>li.current-menu-item>a {
        background: #fe0000;
        color: #fff;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-radius: 0;
    }

    .menu-head .navbar-nav>li>a::before {
        display: none;
    }

    .menu-head .sub-menu>li>a:focus, .menu-head .sub-menu>li>a:hover {
        padding: 5px 15px 5px 40px;
    }

    .menu-head .sub-menu {
        position: relative !important;
        top: 0 !important;
        margin: 0 !important;
        left: 0 !important;
        display: block !important;
        height: auto !important;
        width: auto;
        opacity: 1;
        visibility: visible;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        background: none;
        padding: 0;
    }

    .menu-head .sub-menu>li>a {
        background: none !important;
        color: #fff;
        padding: 5px 15px 5px 30px;
        width: auto;
    }

    .Call-info {
        margin: 0;
        background: #000;
        padding: 10px 0 10px 65px;
    }

    .Call-info:before {
        display: none;
    }

    .Call-info img {
        top: 18px;
    }

    .banner figure {
        text-align: center;
    }

    .banner figure img {
        margin: 0;
        padding: 0;
    }

    .banner figure .updown {
        display: none;
    }

    .slide-text h1 {
        font-size: 36px;
    }

    .slide-text h1 span:before, .slide-text h1 span:after {
        display: none;
    }

    .about-sec .about-title h2 {
        font-size: 26px;
    }

    .about-sec .about-title h2 small {
        font-size: 18px;
    }

    .about-sec .about-title h2 small:before, .about-sec .about-title h2 small:after {
        display: none;
    }

    .services-sec .owl-theme .owl-nav button {
        left: 0;
        height: 30px;
        width: 30px;
    }

    .services-sec .owl-theme .owl-nav button.owl-next {
        right: 0;
    }

    .company-approach h2 {
        font-size: 26px;
    }

    .company-approach h2 small {
        font-size: 18px;
    }

    .company-approach h2 small:before, .company-approach h2 small:after {
        display: none;
    }

    .company-approach .package_item h5 {
        font-size: 18px;
    }

    .appointment-wrap .row {
        padding: 80px 0 40px;
    }

    .appointment-wrap .left {
        padding: 0 15px;
    }

    .appointment-wrap h2 {
        font-size: 26px;
    }

    .appointment-wrap h2::before {
        height: 90px;
        width: 90px;
        left: 15px;
    }

    .appointment-wrap figure {
        display: none;
    }

    .client-speak h2 {
        font-size: 26px;
    }

    .client-speak h2 small {
        font-size: 18px;
    }

    .client-speak h2 small:before, .client-speak h2 small:after {
        display: none;
    }

    .client-speak .owl-theme .owl-nav button {
        left: 7px;
        height: 30px;
        width: 30px;
    }

    .client-speak .owl-theme .owl-nav button.owl-next {
        right: 7px;
    }

    .footer .footer-top .ft1 {
        padding: 0 15px;
    }

    .ft-logo img {
        max-width: 280px;
    }

    .ft-bottom p {
        text-align: center !important;
    }

    .banner-inner h1 {
        font-size: 40px;
    }

    .pricing-list .card {
        border: 3px solid #505050 !important;
    }

    .mid-inner .inner-title h2 {
        font-size: 26px;
    }

    .mid-inner .inner-title h2 small {
        font-size: 18px;
    }

    .mid-inner .inner-title h2 small:before, .mid-inner .inner-title h2 small:after {
        display: none;
    }

    .contact-wrap h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .contact-wrap .contact-left {
        padding: 0 15px;
    }

    .header .offcanvas {
        width: 83% !important;
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: -250px;
        background-color: #0d0f0f !important;
        overflow-x: hidden;
        transition: 0.3s;
        padding-top: 60px;
    }

    .header .openbtn {
        font-size: 20px !important;
        cursor: pointer !important;
        background-color: #fe0000 !important;
        border: none !important;
        color: #fff !important;
        padding: 10px 15px !important;
        display: flex !important;
    }

    .header .offcanvas.open {
        left: 0;
        visibility: visible;
    }

    .menu-head .navbar-brand img {
        max-width: 180px !important;
    }

    .header .openbtn {
        font-size: 12px !important;
    }
}

/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        width: 100% !important;
    }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {
    .container {
        width: auto;
        max-width: 850px !important;
        padding: 0 30px;
    }

    .menu-head .navbar-brand {
        padding: 15px 0;
        position: relative;
    }

    .menu-head nav {
        padding: 0;
    }

    .menu-head .navbar-header {
        position: relative;
        z-index: 2;
        float: none;
        width: 100%;
    }

    .menu-head .navbar-toggler {
        border: 0;
        background: #fe0000 !important;
        color: #fff;
        margin: 19px 0;
        border-radius: 0;
        padding: 5px 10px;
        display: none;
    }

    .menu-head .navbar-toggler span {
        background-image: url(../images/front/menu-toggle.png);
        width: 1.3em;
        height: 1.3em;
    }

    .navbar-default .navbar-toggler:focus,.navbar-default .navbar-toggler:hover {
        background: none;
    }

    .menu-head .navbar-collapse {
        border: none;
        box-shadow: none;
    }

    .menu-head .navbar-collapse.in ul {
        margin: 0;
        box-shadow: none;
        border: 0;
    }

    .menu-head .navbar-nav {
        margin: 0;
        text-align: left;
        top: 0;
    }

    .menu-head .navbar-nav>li:before {
        display: none;
    }

    .menu-head .navbar-nav>li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #e5e5e5;
        background: #414141;
    }

    .menu-head .navbar-nav>li:last-child {
        border-bottom: 0;
    }

    .menu-head .navbar-nav>li>a {
        padding: 10px;
        display: block;
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-radius: 0;
    }

    .menu-head .navbar-nav>li>a:focus,.menu-head .navbar-nav>li>a:hover,.menu-head .navbar-nav>.open>a,.menu-head .navbar-nav>.open>a:focus,.menu-head .navbar-nav>.open>a:hover,.menu-head .navbar-nav>li.current-menu-item>a {
        background: #fe0000;
        color: #fff;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-radius: 0;
    }

    .menu-head .navbar-nav>li>a::before {
        display: none;
    }

    .menu-head .sub-menu>li>a:focus,.menu-head .sub-menu>li>a:hover {
        padding: 5px 15px 5px 40px;
    }

    .menu-head .sub-menu {
        position: relative !important;
        top: 0 !important;
        margin: 0 !important;
        left: 0 !important;
        display: block !important;
        height: auto !important;
        width: auto;
        opacity: 1;
        visibility: visible;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        background: none;
        padding: 0;
    }

    .menu-head .sub-menu>li>a {
        background: none !important;
        color: #fff;
        padding: 5px 15px 5px 30px;
        width: auto;
    }

    .Call-info {
        margin: 0;
        background: #000;
        padding: 10px 0 10px 65px;
    }

    .Call-info:before {
        display: none;
    }

    .Call-info img {
        top: 18px;
    }

    .banner figure .updown {
        display: none;
    }

    .slide-text h1 {
        font-size: 36px;
    }

    .slide-text h1 span:before,.slide-text h1 span:after {
        display: none;
    }

    .about-sec .about-title h2 {
        font-size: 26px;
    }

    .about-sec .about-title h2 small {
        font-size: 18px;
    }

    .about-sec .about-title h2 small:before,.about-sec .about-title h2 small:after {
        display: none;
    }

    .services-sec .owl-theme .owl-nav button {
        left: 0;
        height: 30px;
        width: 30px;
    }

    .services-sec .owl-theme .owl-nav button.owl-next {
        right: 0;
    }

    .company-approach h2 {
        font-size: 26px;
    }

    .company-approach h2 small {
        font-size: 18px;
    }

    .company-approach h2 small:before,.company-approach h2 small:after {
        display: none;
    }

    .company-approach .package_item h5 {
        font-size: 18px;
    }

    .appointment-wrap .row {
        padding: 80px 0 40px;
    }

    .appointment-wrap .left {
        padding: 0 15px;
    }

    .appointment-wrap h2 {
        font-size: 26px;
    }

    .appointment-wrap h2::before {
        height: 90px;
        width: 90px;
        left: 15px;
    }

    .appointment-wrap figure {
        display: none;
    }

    .client-speak h2 {
        font-size: 26px;
    }

    .client-speak h2 small {
        font-size: 18px;
    }

    .client-speak h2 small:before,.client-speak h2 small:after {
        display: none;
    }

    .client-speak .owl-theme .owl-nav button {
        left: 7px;
        height: 30px;
        width: 30px;
    }

    .client-speak .owl-theme .owl-nav button.owl-next {
        right: 7px;
    }

    .footer .footer-top .ft1 {
        padding: 0 15px;
    }

    .ft-logo img {
        max-width: 280px;
    }

    .pricing-list .card {
        border: 3px solid #fff !important;
        position: relative;
    }

    .mid-inner .inner-title h2 {
        font-size: 26px;
    }

    .mid-inner .inner-title h2 small {
        font-size: 18px;
    }

    .mid-inner .inner-title h2 small:before, .mid-inner .inner-title h2 small:after {
        display: none;
    }

    .pricing-list .pl-col {
        width: 50%;
    }

    .header .offcanvas {
        width: 83% !important;
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: -250px;
        background-color: #0d0f0f !important;
        overflow-x: hidden;
        transition: 0.3s;
        padding-top: 60px;
    }

    .header .openbtn {
        font-size: 20px !important;
        cursor: pointer !important;
        background-color: #fe0000 !important;
        border: none !important;
        color: #fff !important;
        padding: 10px 15px !important;
        display: flex !important;
    }

    .header .offcanvas.open {
        left: 0;
        visibility: visible;
    }
}

/* Desktop */
@media (min-width: 960px) and (max-width: 1090px) {
    .container {
        width: auto;
        max-width: 1030px !important;
        padding: 0 30px;
    }

    .header {
        position: relative;
    }

    .menu-head {
        font-size: 14px;
        letter-spacing: 0;
    }

    .menu-head .navbar-header {
        position: relative;
        float: none;
        width: 100%;
        text-align: center;
    }

    .menu-head .navbar-brand {
        margin: 0;
        padding: 10px 0;
        background: none !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 15px 0;
        display: block;
        width: 100%;
    }

    .menu-head .navbar-brand img {
        margin: 0 auto;
        display: block;
    }

    .menu-head .navbar-nav {
        text-align: center;
    }

    .menu-head .navbar-nav>li {
        padding: 0;
        margin: 0 10px;
    }

    .slide-text {
        padding: 70px 0 0;
    }

    .slide-text>h1 {
        font-size: 44px;
        line-height: 50px;
    }

    .banner .slide-image {
        height: 550px;
        object-fit: cover;
        object-position: center center;
    }

    .about-sec .row2 {
        flex-direction: inherit;
    }

    .about-sec .about-right {
        padding: 0 50px 0 15px;
    }

    .about-sec .about-right .aboutImg {
        width: auto;
        height: auto;
    }

    .services-sec .left_bottom {
        width: 100px;
    }

    .services-sec .owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

    .services-sec .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 0;
    }

    .appointment-wrap .row {
        padding: 58px 0 115px 0;
    }

    .appointment-wrap .inner {
        padding: 31px 25px 41px;
        margin: 0 0 30px;
    }

    .work-process .approach-title {
        padding: 0 15px 30px 15px;
    }

    .work-process .layer_img {
        width: 250px;
    }

    .client-speak .grid-left .item {
        padding: 100px 30px 50px;
    }

    .footer .cl1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer .cl2,.footer .cl3,.footer .cl4 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 0 15px;
    }

    .ft-logo {
        margin: 0 0 20px;
        max-width: 260px;
    }

    .pricing-list .card {
        border: 3px solid #505050 !important;
    }

    .mid-inner .inner-title h2 {
        font-size: 26px;
    }

    .mid-inner .inner-title h2 small {
        font-size: 18px;
    }

    .mid-inner .inner-title h2 small:before, .mid-inner .inner-title h2 small:after {
        display: none;
    }

    .pricing-list .pl-col {
        width: 33.33333% !important;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1280px;
    }
}

.kt-spinner {
    position: relative;
    padding: 0.7rem 0.9rem !important;
    display: none;
}

.kt-spinner.kt-spinner--sm.kt-spinner--right:before {
    left: auto;
    right: 6px;
}

.kt-spinner.kt-spinner--light:before {
    border: 2px solid #ffffff;
    border-right: 2px solid transparent;
}

.kt-spinner.kt-spinner--sm:before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
}

@keyframes kt-spinner {
    100% {
        transform: rotate(360deg);
    }
}

.kt-spinner:before {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    -webkit-animation: kt-spinner .5s linear infinite;
    animation: kt-spinner .5s linear infinite;
}

#servicesContainer .btn-light {
    background: transparent;
    padding: 7px 0;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0px;
}

#servicesContainer .btn-light:focus {
    outline: none !important;
}

#servicesContainer ul li {
    display: block;
    font-size: 14px;
    padding-top: 4px;
}

#servicesContainer .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 13px !important;
    color: #fe0000;
}

#servicesContainer ul li.no-results {
    padding-left: 30px;
    padding-top: 6px;
}

#servicesContainer small.mes {
    position: absolute;
    bottom: -20px;
    left: 2px;
    color: #e4dcdc;
}

.header .offcanvas {
    width: 250px;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -250px;
    background-color: #f0f0f0;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
}

.header .offcanvas.open {
    left: 0;
    visibility: visible;
}

.header .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #f0f0f0;
    border: none;
    color: #333;
    padding: 10px 15px;
    display: none;
}

.header .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Add animation to the offcanvas container */
.header .offcanvas.open {
    left: 0;
    visibility: visible;
    z-index: 99;
}
