/* ===================================
    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
    - Header And Nav-Bar
    - Banner
    - Overview
    - Overview
    - Counter
    - Testimonials
    - Contact
    - Footer
    - Loader
    - StandAlone
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.main-font{font-family: 'Oswald', sans-serif;   }
.alt-font{font-family: 'Roboto', sans-serif;}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    width: 8px;
    background:white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #f94217;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    bottom: 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;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 16px; color: #ffffff; background-color: #0a0a0a; font-weight:normal; line-height:25px; width: 100%; overflow-x: hidden;}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {line-height: 1.2; font-weight: 400; font-family: 'Oswald', sans-serif;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Roboto', sans-serif;}
.fa, .far, .fas{display: inline;}
li{list-style: none;text-decoration: none;}
.hidden{display: none;}
section{padding: 7.5rem 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 7.5rem;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 1; display:inline-block; font-size: 16px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; width: auto;font-family: 'Roboto', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}

/* Transparent button */
.btn.btn-trans {background: transparent; border-color: #ffffff; color: #ffffff;}
.btn.btn-trans:hover {background: #f94217 !important; border-color: #f94217; color: #ffffff !important}

/* Orange button */
.btn.btn-orange {background: #f94217; border-color: #f94217; color: #ffffff;}
.btn.btn-orange:hover {background: transparent !important; border-color: #ffffff; color: #ffffff !important}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 10px 42px; line-height: 2em}
.btn.btn-large {font-size:16px;  padding: 14px 30px; line-height: 2em;}
.btn.btn-rounded {border-radius: 50px;}

/* Text color */
.text-orange {color: #f94217;}
.text-black {color: #000000;}
.text-white {color: #ffffff;}

/* Background color */
.bg-orange {background: #f94217;}
.bg-black {background: #000000;}
.bg-transparent {background: transparent;}

.heading-area .sub-heading {
    font-size: 20px;
    font-weight: 400;
    color: #f94217;
    font-family: 'Roboto', sans-serif;
}

.heading-area .heading{
    font-size: 48px;
    color: #ffffff;
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.heading-area .text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #6b6b6b;
    margin-bottom: 40px;
    width: 95%;
}

/* ===================================
    Header
====================================== */
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

/* nav top default */
header a.logo img {
    max-width: 95px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    height: 90px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: transparent;
}

/* ===================================
    Side Menu
====================================== */
.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    background: #2d2d2d;
    color: #FFFFFF;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #FFFFFF;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-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: 15px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item .nav-link{
    font-size: 28px;
    text-transform:capitalize;
}

.side-nav .navbar-nav .nav-item .nav-link span{
    font-size: 28px;
    opacity: .3;
    margin-right: 10px;
    transition: .5s ease;
}

.side-nav .navbar-nav .nav-link:hover span,
.side-nav .navbar-nav .nav-link.active span {
    color: #f94217;
    opacity: 1;
    transition: .5s ease;
}

.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: #FFFFFF;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    color: #FFFFFF;
}

.social-icons-simple li a:hover{
    background-color: #f94217;
    color:#ffffff;
}

.side-footer p{
    color: #FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*Fixed Nav*/
.fixed-nav-on-scroll{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 60px;
    animation: .5s slideInLeft;
    display: inline-block;
    margin: 0;
    height: 60px;
    border-radius: 50%;
    transition: .5s ease;
    cursor: pointer;
}

.fixed-nav-on-scroll .menu_bars span {
    background: #ffffff;
}

.fixed-nav-on-scroll .fixed-icon-scroll {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,30%);
}

.fixed-nav-appear{
    display: block;
}

.menu_bars, .menu_bars2 {
    width: 38px;
    cursor: pointer;
    z-index: 1;
}

.menu_bars2 {
    height: 36px;
    position: absolute;
}

.menu_bars span {
    background: #202020;
    width: 30px;
    height: 2px;
    display: block;
}

.menu_bars2 span {
    background: #ffffff;
    width: 30px;
    height: 2px;
    display: block;
}

.menu_bars2 span {
    height: 1px;
}

.menu_bars, .menu_bars span, .menu_bars2, .menu_bars2 span{
    -webkit-transition: 300ms linear all;
    -o-transition: 300ms linear all;
    transition: 300ms linear all;
}

.menu_bars span:nth-child(1) {
    width: 25px;
}

.menu_bars span:nth-child(2) {
    width: 25px;
    margin: 4px auto;
}

.menu_bars span:nth-child(3) {
    width: 25px;
}

.menu_bars2 span:nth-child(2) {
    display: none;
}

.menu_bars2 span:nth-child(1), .menu_bars2 span:nth-child(3) {
    width: 25px;
    top: 20px;
    position: absolute;
    left: 5px;
    margin-top: -1px;
}

.menu_bars2 span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_bars2 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_bars2.active {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
}

/* ===================================
   Banner Section
====================================== */
.banner{
    background-image: url("../img/banner-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 0;
    position: inherit;
    z-index: 111;
}

.banner .banner-row{
    height: 100vh;
    padding-top: 0;
}

.banner-text-left{
    margin-top: -400px;
}

.banner-text-left .logo img {
    max-width: 100px;
}

.banner-text-left h1{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 72px;
    color: #FFFFFF;
}

.banner-text-left p{
    margin: 50px 0 10px 0;
    font-size: 24px;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.image-holder1{
    left: 50%;
    top: 42%;
    width: 38%;
    text-align: center;
    position: absolute;
    transform: translateX(-50%);
}

.image-holder1 img{
    width: 100%;
}

/*HOT SPOT*/
.marker1 {
    top: 58%;
    left: 17%;
    position: absolute;
}

.marker1:after {
    content: "";
    top: 50%;
    left: 55px;
    height: 3px;
    width: 470px;
    position: absolute;
    transform: translateY(-50%);
    background-color: #8a8a8a;
}

.marker2 {
    top: 72%;
    left: 22%;
    position: absolute;
}

.marker2:after {
    content: "";
    top: 50%;
    left: 55px;
    height: 3px;
    width: 470px;
    position: absolute;
    transform: translateY(-50%);
    background-color: #8a8a8a;
}

.marker3 {
    top: 87%;
    left: 18%;
    position: absolute;
}

.marker3:after {
    content: "";
    top: 50%;
    left: 55px;
    height: 3px;
    width: 470px;
    position: absolute;
    transform: translateY(-50%);
    background-color: #8a8a8a;
}

.marker4 {
    top: 100%;
    left: 28%;
    position: absolute;
}

.marker4:after {
    content: "";
    top: 50%;
    left: 55px;
    height: 3px;
    width: 250px;
    position: absolute;
    transform: translateY(-50%);
    background-color: #8a8a8a;
}

.marker5 {
    top: 61%;
    left: 76%;
    position: absolute;
}

.marker5:before {
    content: "";
    top: 50%;
    right: 55px;
    height: 3px;
    width: 470px;
    position: absolute;
    transform: translateY(-50%);
    background-color: #8a8a8a;
}

.marker6 {
    top: 73%;
    left: 83%;
    position: absolute;
}

.marker6:before {
    content: "";
    top: 50%;
    right: 55px;
    height: 3px;
    width: 470px;
    position: absolute;
    transform: translateY(-50%);
    background-color: #8a8a8a;
}

.marker7 {
    top: 86%;
    left: 80%;
    position: absolute;
}

.marker7:before {
    content: "";
    top: 50%;
    right: 55px;
    height: 3px;
    width: 400px;
    position: absolute;
    transform: translateY(-50%);
    background-color: #8a8a8a;
}

.animated-circle {
    background-color: #f94217;
    border: none;
    height: 40px;
    width: 40px;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
}

.animated-circle:hover:after,
.animated-circle:hover:before {
    content:'';
    display:block;
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    border-radius:50%;
    border: 1px solid #f94217;
}

.animated-circle:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.animated-circle:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

@-webkit-keyframes ripple{
    0% {-webkit-transform:scale(1);}
    75% {-webkit-transform:scale(1.75); opacity:1;}
    100% {-webkit-transform:scale(2); opacity:0;}
}

@keyframes ripple{
    0% {transform:scale(1); }
    75% {transform:scale(1.75); opacity:1;}
    100% {transform:scale(2); opacity:0;}
}

/* Hover Effect */
.marker:hover:before,
.marker:hover:after {
    content:'';
    display:block;
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    border-radius:50%;
    border: 1px solid #f94217;
}

.marker:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.marker:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

@-webkit-keyframes ripple{
    0% {-webkit-transform:scale(1);}
    75% {-webkit-transform:scale(1.75); opacity:1;}
    100% {-webkit-transform:scale(2); opacity:0;}
}

@keyframes ripple{
    0% {transform:scale(1); }
    75% {transform:scale(1.75); opacity:1;}
    100% {transform:scale(2); opacity:0;}
}

/* ===================================
    About Section
====================================== */
.about {
    padding: 12.5rem 0;
}

.about .card {
    display: inline-block;
    background-color: transparent;
    border: 0 solid rgba(0,0,0,.125);
}

.about .card-body {
    padding: 0;
}

.about .cover:hover{
    border-radius: 15px;
    background: #2d2d2d;
}

.about .numbering {
    font-size: 48px;
    color: #737373;
    font-weight: 500;
    transition: all 1.2s;
    font-family: "Roboto", sans-serif;
}

.about .cover:hover .numbering {
    transform: rotateY(360deg);
    transition: all 1.2s;
}

.about .cover{
    padding: 25px;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.about .cover .card-title{
    margin-bottom: 16px;
    font-size: 26px;
    font-weight: 300;
    color: #ffffff;
    -webkit-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
    font-family: 'Roboto', sans-serif;
}

.about .cover .card-text {
    font-size: 16px;
    font-weight: 400;
    color: #737373;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
    Overview Section
====================================== */
.video-sec{
    padding: 0;
}

.video-image {
    position: relative;
}

.video-play-button {
    height: 80px;
    width: 80px;
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 50px;
    line-height: 77px;
    text-align: center;
    color: #ffffff;
    background: rgba(249, 66, 23, .6);
    display: inline-block;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 0 0 0 rgb(249, 66, 23);
    box-shadow: 0 0 0 0 rgb(249, 66, 23);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.video-play-button:hover {
    -o-animation: ripple 1.3s infinite;
    -webkit-animation: ripple 1.3s infinite;
    animation: ripple-button 1.3s infinite;
}

.video-play-button.slider-play-button {
    margin: 10px;
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

.video-play-button i {
    font-size: 28px;
    border: 2px solid #ffffff;
    padding: 8px;
    border-radius: 50%;
    transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.video-play-button:hover i {
    color: #ffffff;
}

@-webkit-keyframes ripple-button {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }
    to {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}

@keyframes ripple-button {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }
    to {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}

/* ===================================
   Counter Section
====================================== */
.counter {
    background: #0a0a0a;
}

.counter-content h3 {
    font-family: Oswald ,sans-serif;
    font-weight: 200;
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.5;
}

.counter-content p {
    width: 95%;
    color: #737373;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}

.parallax-box{
    font-family: 'Roboto', sans-serif;
}

.parallax-box:hover i {
    color: #f94217;
    transition: .5s ease;
}

.parallax-box i{
    font-size: 42px;
    transition: .5s ease;
}

.parallax-box h2{
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}

.parallax-box h5{
    font-weight: 400;
    font-size: 16px;
    color: #737373;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
      Testimonials Section
====================================== */
.testimonial_img img{
    height: 100% !important;
    width: 100% !important;
}

.owl-testimonial{
    margin-top: 70px;
}

.client-data{
    position: absolute;
}

.testimonial-box{
    background: #202020;
    overflow: hidden;
    padding: 65px 45px 45px 45px;
    margin: 50px 10px 10px 10px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    cursor: pointer;
    border-radius: 10px;
}

.owl-testimonial .owl-item.center .testimonial-box{
    background-color: #f94217;
}

.owl-testimonial .center .quote_box{
    background-color: #202020;
}

.owl-testimonial .center .quote_box .quote{
    color: #FFFFFF;
}

.center .testimonial-box{
    color: #f94217;
    background-color: #f94217;
}

.center .testimonial-box:hover:before{
    opacity: 1 !important;
}

.center .testimonial-box .infot_margin {
    opacity: 1;
}

.owl-testimonial .center .testimonial-box:hover .quote{
    color: #ffffff;
}

.owl-testimonial .center .testimonial-box:hover .quote_box{
    background-color: #202020;
}

.margin-p{
    text-align: center;
}

.testimonial_img{
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translateX(-50%);
}

.testimonial_img img{
    height: 100% !important;
    width: 100% !important;
}

.quote{
    font-size: 30px;
    color: #ffffff;
}

.quote_box{
    border: 1px solid transparent;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background: #f94217;
    padding: 15px 10px 10px 14px;
    position: absolute;
    bottom: 83.5%;
    left: 50%;
    transform: translateX(-50%);
}

.infot_margin{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    position: relative;
    z-index: 999;
    font-size: 15px;
    color: #ffffff;
    opacity: .4;
}

.testimonial_name{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0;
}

#testimonials .text1 .info {
    font-size: 18px;
    font-weight: 400;
    margin-top: 6px;
    font-family: Roboto, sans-serif;
}

#testimonials .text1{
    position: absolute;
    text-align: center;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
}

#testimonials .item{
    padding-bottom: 120px ;
}

.owl-testimonial .owl-dots{
    margin-top: 40px !important;
}

.owl-testimonial .owl-dots .owl-dot.active span, .owl-testimonial .owl-dots .owl-dot:hover span{
    background: #797979;
}

.owl-testimonial .owl-dots{
    display: flex;
    justify-content: center;
}

.owl-testimonial .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #797979;
    font-size: 30px;
    padding: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

/* ===================================
   Contact Section
====================================== */
.contact-sec {
    background: #0a0a0a;
}

.contact-sec .contact-form input{
    color: #797979;
    font-size: 16px;
    height: 40px;
    padding: 25px 0;
    background: transparent;
}

.contact-sec .contact-form .form-control{
    border: none;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.contact-sec .contact-form .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #ffffff;
}

.contact-sec .contact-form input::placeholder, .contact-sec .contact-form textarea::placeholder {
    color: #797979;
    font-size: 14px;
}

.contact-sec .contact-form textarea{
    padding-top: 20px;
    height: 150px;
    color: #ffffff;
    font-size: 16px;
    resize: none;
    background: transparent;
    margin-bottom: 40px;
}

.contact-sec .contact-form {
    width: 100%;
    margin: auto;
}

.contact-sec .contact-form .purple-btn{
    margin-top: 15px;
}

.contact_btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-sec .img-center {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

/* ===================================
    Footer Section
====================================== */

.footer a{
    color: #ffffff;
    font-size: 15px;
    display: flex;
    margin: auto 0;
    align-items: center;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.footer a i{
    font-size: 30px;
    margin-right: 12px;
    color: #ffffff;
    transition: .5s ease;
}

.footer a:hover i{
    color: #f94217;
    transition: .5s ease;
}

.footer .footer-copy {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
    Loader
====================================== */
.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #202020;
    width: 100%;
    height: 100%;
}

.svg-loader {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-bg svg {
    width: 200px;
}

circle {
    fill: none;
    stroke: #f94217;
    stroke-width: 10px;
    animation: circle-animation 3s infinite;
    transform-origin: center center;
}

@keyframes circle-animation {
    0%, 20%, 100% {
        stroke-dasharray: 0.4;
        transform: rotate(0);
    }
    10% {
        stroke-dasharray: 0.8;
    }
    70% {
        stroke-dasharray: 50;
        transform: rotate(60deg);
    }
}

/* ===================================
     Stand Alone
====================================== */
.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: 56px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.standalone-detail .para_text{
    font-family: 'Roboto' , sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-weight: 200;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
}

.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
}

.page-title  .logo img {
    max-width: 100px;
    margin-bottom: 25px;
}

.page-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
    background:url("../img/standalone.jpg");
    background-size: cover;
    background-position: top center;
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#ffffff;
    font-weight: 200;
    line-height:1.2em;
    margin-bottom: 25px;
    font-size:3.5rem;
    text-transform: uppercase;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:15px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size:15px;
    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:#fff;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#f94217;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}

.standalone-nav.navbar-top-default {
    background: transparent;
}

/* ===================================
    Media Queries
====================================== */

@media (min-width: 1800px) {
    /* Contact */
    .contact-sec .contact-form textarea {
        margin-bottom: 60px;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    /* Banner */
    .marker1:after {
        width: 380px;
    }
    .marker2:after {
        width: 380px;
    }
    .marker3:after {
        width: 380px;
    }
    .marker4:after {
        width: 220px;
    }
    .marker5:before {
        width: 380px;
    }
    .marker6:before {
        width: 380px;
    }
    .marker7:before {
        width: 380px;
    }
    .banner-text-left p {
        margin: 25px 0 10px 0;
    }
    .banner-text-left {
        margin-top: -360px;
    }
}

@media (max-width: 1366px) and (min-width: 1300px) {
    /* Circles Lines */
    .marker1:after {
        width: 320px;
    }
    .marker2:after {
        width: 320px;
    }
    .marker3:after {
        width: 320px;
    }
    .marker4:after {
        width: 200px;
    }
    .marker5:before {
        width: 320px;
    }
    .marker6:before {
        width: 320px;
    }
    .marker7:before {
        width: 320px;
    }
    .banner-text-left {
        margin-top: -250px;
    }
    .banner-text-left .logo img {
        max-width: 80px;
    }
    .banner-text-left p {
        margin: 20px 0 10px 0;
    }
}

@media (max-width: 1280px) and (min-width: 1201px) {
    /* Circles Positioning */
    .marker1 {
        top: 54%;
        left: 15%;
    }
    .marker2 {
        top: 68%;
        left: 20%;
    }
    .marker3 {
        top: 82%;
        left: 15%;
    }
    .marker4 {
        top: 95%;
        left: 26%;
    }
    .marker5 {
        top: 59%;
        left: 77%;
    }
    .marker6 {
        top: 72%;
        left: 84%;
    }
    .marker7 {
        top: 86%;
        left: 84%;
    }

    /* Circles Lines */
    .marker1:after {
        width: 320px;
    }
    .marker2:after {
        width: 320px;
    }
    .marker3:after {
        width: 320px;
    }
    .marker4:after {
        width: 200px;
    }
    .marker5:before {
        width: 320px;
    }
    .marker6:before {
        width: 320px;
    }
    .marker7:before {
        width: 320px;
    }
    .banner-text-left {
        margin-top: -250px;
    }
    .banner-text-left .logo img {
        max-width: 80px;
    }
    .banner-text-left p {
        margin: 20px 0 10px 0;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    /* Banner */
    .image-holder1 {
        width: 100%;
        top: 45%;
    }
    .banner-text-left {
        margin-top: -500px;
    }
    .side-menu {
        width: 50%;
    }

    /* Circles Positioning */
    .marker1 {
        top: 60%;
        left: 7%;
    }
    .marker2 {
        top: 72%;
        left: 12%;
    }
    .marker3 {
        top: 85%;
        left: 5%;
    }
    .marker4 {
        top: 100%;
        left: 15%;
    }
    .marker5 {
        top: 63%;
        left: 78%;
    }
    .marker6 {
        top: 76%;
        left: 90%;
    }
    .marker7 {
        top: 85%;
        left: 84%;
    }

    /* Circles Lines */
    .marker1:after {
        width: 250px;
    }
    .marker2:after {
        width: 250px;
    }
    .marker3:after {
        width: 250px;
    }
    .marker4:after {
        width: 250px;
    }
    .marker5:before {
        width: 250px;
    }
    .marker6:before {
        width: 250px;
    }
    .marker7:before {
        width: 250px;
    }

    /* Testimonials */
    .testimonial-box {
        padding: 65px 10px 45px 10px;
    }

    /* Counter */
    .counter-content h3, .counter-content h3 span {
        font-size: 28px;
    }
    .parallax-box h5 {
        font-size: 14px;
    }
    .contact-sec .img-center {
        justify-content: center;
    }

    /* Footer */
    .footer .footer-copy, .footer a {
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    body{
        text-align: center;
    }
    section {
        padding: 5.5rem 0;
    }

    /* Side Menu */
    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }
    .side-menu {
        width: 60%;
    }

    /* Banner */
    .banner {
        overflow-x: hidden;
    }
    .image-holder1 {
        width: 100%;
        top: 45%;
    }

    /* Circles Lines */
    .marker1:after,
    .marker2:after,
    .marker3:after,
    .marker4:after,
    .marker5:before,
    .marker6:before,
    .marker7:before {
        display: none;
    }

    /* Circles Positioning */
    .marker1 {
        top: 58%;
        left: 28%;
    }
    .marker2 {
        top: 72%;
        left: 18%;
    }
    .marker3 {
        top: 87%;
        left: 18%;
    }
    .marker4 {
        top: 100%;
        left: 28%;
    }
    .marker5 {
        top: 61%;
        left: 76%;
    }
    .marker6 {
        top: 74%;
        left: 83%;
    }
    .marker7 {
        top: 86%;
        left: 80%;
    }

    /* About */
    .about {
        padding: 9rem 0;
    }

    /* Counter */
    .counter-content span {
        font-size: 14px;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 24px;
    }
    .parallax-box h2 {
        font-size: 26px;
    }
    .parallax-box h5 {
        font-size: 14px;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 22px;
    }

    /* Testimonials */
    .owl-testimonial {
        margin-top: 30px;
    }

    /* Contact */
    .contact-sec .img-center {
        justify-content: center;
        margin-top: 80px;
    }
    .footer a {
        font-size: 14px;
        margin-bottom: 30px;
        justify-content: center;
    }
    .footer .footer-copy {
        font-size: 14px;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .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: 3rem;
        margin-bottom: 3rem;
    }
    .para_text {
        font-size: 18px;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
        text-align: left;
    }
    .author-content {
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    body{
        text-align: center;
    }
    section {
        padding: 4.5rem 0;
    }
    .loader-bg svg {
        width: 120px;
    }
    .btn.btn-medium {
        font-size: 14px;
    }

    /* Side Menu */
    .sidemenu_btn{
        position: relative;
        right: 0;
        margin: 0;
    }
    .side-menu .inner-wrapper {
        padding: 2.5rem 3rem;
    }
    .side-menu {
        width: 100%;
    }
    .heading-area .heading {
        font-size: 32px;
    }
    .heading-area .sub-heading {
        font-size: 18px;
    }
    .side-footer p {
        font-size: 14px;
    }

    /* Banner */
    .marker1:after,
    .marker2:after,
    .marker3:after,
    .marker4:after,
    .marker5:before,
    .marker6:before,
    .marker7:before {
        display: none;
    }
    .banner {
        overflow-x: hidden;
    }
    .banner-text-left {
        margin-top: -280px;
    }
    .banner-text-left p {
        font-size: 18px;
        margin: 25px 0 10px 0;
    }
    .banner-text-left h1 {
        font-size: 48px;
    }
    .banner-text-left .logo img {
        max-width: 80px;
    }
    .animated-circle {
        height: 24px;
        width: 24px;
    }
    .image-holder1 {
        top: 55%;
        width: 100%;
    }
    .marker1 {
        top: 57%;
        left: 34%;
    }
    .marker2 {
        top: 67%;
        left: 16%;
    }
    .marker3 {
        top: 80%;
        left: 16%;
    }
    .marker4 {
        top: 90%;
        left: 30%;
    }
    .marker5 {
        top: 62%;
        left: 72%;
    }
    .marker6 {
        top: 72%;
        left: 80%;
    }
    .marker7 {
        top: 86%;
        left: 70%;
    }

    /* About */
    .about {
        padding: 4.5rem 0;
    }
    .about .cover{
        text-align: center;
        margin-top: 40px;
    }
    .about .cover .card-title {
        margin-top: 5px;
        margin-bottom: 18px;
    }
    .video-play-button {
        height: 54px;
        width: 54px;
    }
    .video-play-button i {
        font-size: 16px;
    }

    /* Counter */
    .counter-content .underline {
        margin: 20px auto;
    }
    .counter-content span, .counter-content p {
        font-size: 14px;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 32px;
    }
    .parallax-box h2 {
        margin-top: 10px;
    }
    .parallax-box {
        padding: 40px 0;
    }
    .counter-content p {
        width: 100%;
    }

    /* Contact */
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-img {
        width: 70%;
        margin: 80px 0 20px 0;
    }
    .contact-sec .img-center {
        justify-content: center;
    }
    .footer a {
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .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: 3rem;
        margin-bottom: 3rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }
    .standalone-area .stand-img-des .para_text {
        margin-bottom: 50px!important;
    }
}

@media (max-width: 575.98px) {
    header a.logo img {
        max-width: 74px;
        left: 60%;
        top: 69%;
        transform: translate(-50%, -50%);
    }
    .side-nav .navbar-nav .nav-item .nav-link {
        font-size: 20px;
    }
}