/* ===================================
    About
====================================== */
/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */
/* ===================================
    Table of Content
====================================== */
/*  - Fonts
    - General
    - Scrollbar
    - Header & Navigation
    - banner
    - About
    - About-feature
    - Portfolio
    - Reviews
    - Contact
    - Footer
    - Stand Alone
    - Loader
    - Scroll Top
    - Media Queries   */
/* ===================================
        Fonts
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

.main-font{font-family: 'Montserrat', sans-serif;}
/* ===================================
        General
====================================== */
body {font-size: 16px;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.2; font-weight: 500; font-family: 'Roboto', sans-serif;margin-bottom: 0}
section,.section-padding {position: relative;overflow: hidden;}
a {text-decoration: none;}
li{list-style: none;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important;}
.fa, .far, .fas{display: inline;}
a:focus, button:focus, input:focus{color: #FFFFFF;}
ul{margin-bottom: 0;}
ul{margin-bottom: 0;}
section {padding: 7.5rem 0;}

/* background-color */
.bg-blue{background-color: #0e1f39;}
.bg-orange{background-color: #f94217;}

/* Transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial;  transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s;}

/* Button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 16px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Montserrat', sans-serif; font-weight: 400; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}

/* button size */
.btn.btn-medium {font-size:16px; padding: 11px 30px; line-height: 1.6em}
.btn.btn-large {font-size:16px;  padding: 15px 30px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* button hover */
.btn.orange-btn {background: #f94217;border-color: #f94217;color: #FFFFFF;}
.btn.btn-hvr-black:hover {background-color: #000;border-color: #000;color: #FFFFFF;}

.btn.btn-orange {background: #f94217; border-color: #f94217; color: #ffffff}
.btn.btn-orange:hover {background: #0e1f39 !important; border-color: #0e1f39; color: #FFFFFF !important}

.btn.btn-blue {background: #0e1f39; border-color: #0e1f39; color: #ffffff}
.btn.btn-blue:hover {background: #FFFFFF !important; border-color: #FFFFFF; color: #000000 !important}

.orange-and-blue-btn{font-size: 12px;font-family: 'Roboto', sans-serif;padding: 12px 48px;color:#FFFFFF;font-weight: 600;background-color:#f94217;border:1px solid transparent;border-radius: 0;}
.orange-and-blue-btn:hover{color: #FFFFFF !important;background-color: #0e1f39 !important;border: 1px solid transparent;}

/* 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;
    top: 0;
}

 .hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}

.hover-effect:hover::after,.hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* ===================================
           Scrollbar
====================================== */


/* ===================================
            Banner
====================================== */
.height {
    height: 65vh;
}

.bg-banner{
    background-image: url("../images/banner-img.jpg");
    background-size: cover;
    background-position: top center;
    height: 100vh;
}

.banner-text{
    font-size: 18px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.banner-heading{
    font-size: 60px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.banner-des{
    font-size: 18px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    margin-bottom: 35px;
    width: 90%;
}

.scroll{
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;

}

.button i {
    font-size: 18px;
    color: #FFFFFF;
    padding: 7px 7px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    transition: .3s ease;
    margin-right: 8px;
}

.button:hover {
    color: #FFFFFF;
}

.button:hover i {
    background: #f94217;
    color: #FFFFFF;
    transition: .3s ease;
    border: 1px solid #f94217;
}
/* ===================================
           About
====================================== */
.about .heading-area{
    margin-bottom: 100px;
}

.app-feature{
    text-align: left;
    margin-bottom: 3rem;
}

.heading-area .sub-title {
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .title {
    font-weight: 500;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
}

.app-feature:hover i{
    transform: rotateY(360deg);
    transition: all 1.2s;
}

.app-feature:last-child{
    margin-bottom: 0;
}

.app-feature i{
    font-size: 50px;
    transition: all 1.2s;
    background: black;
        -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
    display: table-cell;
    justify-content: end;
    vertical-align: top;
}

.app-feature img{
    height:2.5rem;
    transition: transform .5s ease-in-out;
}

.app-feature img:hover {
    transform: rotateY(360deg);
}

.app-feature h4{
    font-size: 24px;
    font-weight: 500;
    /* color: #FFFFFF; */
    font-family: 'Raleway', sans-serif;
    padding-top: 5px;
}

.app-feature p{
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
}

.app-image {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.app-image img{
    width: 100%;
}


/* ===================================
        About-feature
====================================== */
.img-sec{
    padding-right: 70px;
}

.about_img {
    padding: 3%;
    background-color: #f6f6f6;
    position: relative;
}

.about_img img{
    height: 100%;
    width: 100%;
}

.colored_heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
    letter-spacing: 0;
}

.about-heading{
    /* text-align: left; */
    margin-top: 70px;
}

.heading{
    font-size: 48px;
   font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
}

.margin_heading{
    margin-top: 25px;
    margin-bottom: 25px;
}

.info{
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
}

.margin_button{
    margin-top: 25px;
}

/* ===================================
   Scroll Top
====================================== */
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    background-color: #f94217;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}

.go-top.active {
    -webkit-animation: slideInRight 1s;
    animation: slideInRight 1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f94217;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.go-top:hover, .go-top:focus {
    color: #FFFFFF;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
/* ===================================
       Media Query
====================================== */
@media screen and (width: 1920px){
    /* Banner*/
    .height {
        height: 78vh;
    }
    /* about*/
    .about-img{
        min-height: 650px;
    }
    .split-container-setting.style-three{
        padding-top: 15px;
    }
    .review-heading{
        padding-top: 95px;
    }
  
}
@media screen and (max-width: 1024px){
   
    /* banner */
    .banner-heading {
        font-size: 54px;
    }
    .banner-des{
        width: 100%;
    }
    .height {
        height: 85vh;
    }
    /* about */
    .heading {
        font-size: 40px;
    }
    .img-sec {
        padding-right: 15px;
    }
    
}
@media screen and (max-width: 992px){
   
    /* banner */
    .height {
        height: 80vh;
    }
    .banner-heading {
        font-size: 55px;
    }
    .banner-des{
        width: 100%;
    }
    /* about */
    .heading {
        font-size: 40px;
    }
  
}
@media screen and (max-width: 991px) and (min-width: 768px){
   
    /* banner */
    .height {
        height: 75vh;
    }
    .banner-des{
        width: 50%;
    }
    .banner-heading {
        font-size: 40px;
    }
    /* about */
    .app-feature p{
        text-align: center;
    }
    /* .app-feature h4{
        text-align: center;
    } */
   

    .app-feature i {
        justify-content: center;
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }
    .about .heading-area {
        margin-bottom: 60px;
    }
    .about_img{
        justify-items: center;
    }
    .about-heading{
        text-align: center;
    }
  
}
@media screen and (max-width: 767px){
   
    /* banner */

    .banner-heading {
        font-size: 43px;
    }
    .banner-des {
        font-size: 16px;
        width: 100%;
    }
    .bg-banner{
        position: relative;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .bg-banner{
        height: 88vh;
        margin-top: 6.0rem;
    }
    .navbar-top-default{
        background-color: #0e1f39;
        top: -1px;
    }
   /* .height{
       background-color: #f94217;
       position: relative;
       top: 70px;
       justify-content: center;
       align-items: center;
       height: 65vh;
   } */
    .banner-div{
       position: relative;
       top: -14px;
       text-align: center;
   }
    /* about */
    .heading-area .title {
        font-size: 38px;
    }
    .app-feature{
        text-align: center;
    }
    .app-feature h4 {
        font-size: 22px;
    }
    .app-feature i {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        vertical-align: middle;
    }
    .about .heading-area{
        margin-bottom: 50px;
    }
    .about_img{
        left: 0;
    }
    .about-heading{
        text-align: center;
        margin-top: 50px;
    }
    .heading {
        font-size: 29px;
    }
    .colored_heading{
        font-size: 18px;
    }
   
}