/* ===================================
    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
====================================== */
/*  - Google fonts
    - General
    - Scrollbar
    - Header
    - Side Menu
    - banner-section
    - About-section
    - About-card
    - About-review
    - Product-card
    - Reviews-section
    - Contact-Section
    - Footer
    - Standalone
    - Loader
    - Media Query */
/* ===================================
    Google font
====================================== */
@import url('css2.css');
@import url('css21.css');
@import url('css22.css');


.main-font{font-family: 'Great Vibes', cursive;}
.alt-font{font-family: 'Roboto', sans-serif;}
.alt-font{font-family: 'Poppins', sans-serif;}
/* ===================================
         General
====================================== */
body {font-family: 'Montserrat', sans-serif; font-size: 18px;font-weight:normal;line-height:25px;width: 100%; overflow-x: hidden;}
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;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.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;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
section{padding: 7.5rem 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 120px;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

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

/* Opacity */
.opacity-full{opacity: 1;}
.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;}

/* Button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 15px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Poppins', 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:15px; padding: 12px 28px; line-height: 1.6em}
.btn.btn-large {font-size:16px;  padding: 11px 40px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}
.rounded-pill {border-radius: 50%;}

/* Button Hover */
.btn.black-btn {background: #212121;border-color: #212121;color: #fff;}
.btn.btn-hvr-black:hover {background-color: #c84c4c;border-color: #c84c4c;color: #fff;}

.btn.btn-trans {background: transparent;border-color: #212121;color: #212121;}
.btn.btn-trans:hover{background-color: #212121;color: #FFFFFF;}

.btn.btn-hvr-blue:hover {background-color: #000000;border-color: #000000;color: #fff;}
.btn.yellow-btn {background:  #c84c4c;border-color:  #c84c4c;color: #fff;}

/* Icon Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/* Social Icon */
.social-icons ul {
    margin-bottom: 0;
}

.social-icons ul li {
    font-size: 15px;
    margin-right: 5px;
    margin-left: 5px;
}

/*Social icons background hover*/
.icon-hover:hover {color: #30254f; transition: all 0.5s ease; background-color: #fff;}

.facebook-hover:hover {color: #fff !important; transition: all 0.5s ease; background-color: #4267B2;}
.twitter-hover:hover {color: #fff !important; transition: all 0.5s ease; background-color: #1DA1F2;}
.google-plus-hover:hover {color: #fff !important; transition: all 0.5s ease;background-color: #db4a39;}
.linked-in-hover:hover {color: #fff !important; transition: all 0.5s ease; background-color: #2867B2;}
.instagram-hover:hover{color: #fff;  transition: all .5s ease;
    background:linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%)!important;}
.gmail-hover:hover {color: #fff !important; transition: all 0.5s ease; background-color: #D44638;}

/* font-weight */
.font-weight-600{font-weight: 600;}

/* background-color */
.bg-black{background-color: #212121;}

/* image hover */
.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #FFFFFF;
    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
====================================== */
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-thumb {
    background: #c14545;
}
::-webkit-scrollbar-track {
    width: 7px;
    background: #FFFFFF;
}

/* ===================================
    Header
====================================== */
header a.logo img {
    max-width: 130px;
    vertical-align: sub;
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 100px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: transparent;
}

.header-appear .navbar-top-default {
    height: 90px;
    position: fixed;
    z-index: 999;
    background: #FFFFFF;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #212121;
    text-align: center;
    padding: 0.3rem 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.navbar-simple .navbar-nav .nav-link:last-child{
    padding-right: 40px;
}

.navbar-nav .nav-link{
    border-radius: 20px;
}
/*nav line*/
.navbar .navbar-nav .nav-link:hover{
    color:#c84c4c;
}

.navbar .navbar-nav .nav-link.active{
    color:#c84c4c;
}

/* ===================================
    Side Menu
====================================== */
.side-menu {
    width: 35%;
    position: fixed;
    right: 0;
    top: 0;
    background: #000000;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

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

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*Side Close Btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 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 open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    display: block;
    margin-left: auto;
    background: #000000;
    transition: .5s ease;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

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

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0 10px 0 !important;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #FFFFFF;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p{
    font-size: 16px;
    margin-top: .5rem;
    margin-bottom: 0;
    color: #FFFFFF;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #FFFFFF;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: #FFFFFF;
    color: #212121;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
    banner-section
====================================== */
.banner-sec{
    overflow-x: hidden;
    overflow-y: hidden;
}

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

.banner-area{
    padding-top: 60px;
    padding-left: 40px;
}

.banner-heading{
    font-family: 'Great Vibes', cursive;
    font-size: 119px;
    font-weight: normal;
    color: #212121;
}

.banner-text{
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #212121;
    line-height: 2rem;
}

.banner-sec #banner-circle{
    height: 380px;
    width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(150%, -50%);
}

.slider-icons .slider-social{
    position: absolute;
    left: 1%;
    top: 52%;
    transform: translateY(-50%);
    z-index: 11;
    color: #212121;
}

.slider-icons .slider-social a {
    text-decoration: none;
    width: 48px;
    height: 48px;
    color: #212121;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    position: relative;
}

.slider-icons .slider-social a:hover {
    background: #212121;
    color: #ffffff;
}

/* ===================================
    About-section
====================================== */
.about-heading{
    font-family: 'Great Vibes', cursive;
    font-size: 98px;
    color: #ffffff;
    font-weight: normal;
}

.about-text{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 400;
}

.about-sec .owl-carousel, .about-sec .owl-carousel.owl-loaded{
    position: absolute;
    left: 0;
}

.owl-testimonial .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span{
    background: #212121;
}

.owl-testimonial .owl-dots{
    display: flex;
    justify-content: left;
}

.owl-testimonial .owl-dots .owl-dot span {
    background: #FFFFFF;
    border: 2px solid #212121;
    font-size: 40px;
    padding: 5px;
    margin-left: 15px;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-400px, -100px);
}

/* ===================================
    About-card
====================================== */
.about{
    overflow-x: hidden;
}

.about #about-circle{
    height: 380px;
    width: 380px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-150%, -50%);
}

.about {
    padding-top: 17.5rem;
}

.about .card {
    display: inline-block;
    background-color: transparent;
    border: 0 solid rgba(0,0,0,.125);
}

.about .card-body {
    padding: 0;
}

.about .numbering {
    font-size: 48px;
    color: #040608;
    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:hover .card-title{
    color: #c84c4c;
}

.about .cover .card-title{
    margin-bottom: 26px;
    font-size: 26px;
    font-weight: 300;
    color: #000000;
    -webkit-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
    font-family: 'Poppins', sans-serif;
}


.about .cover .card-text {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
    About-review
====================================== */
.about-review{
    padding-top: 11.5rem;
    padding-bottom: 15.5rem;
}

.about-review .owl-carousel, .about-review .owl-carousel.owl-loaded{
    position: absolute;
    top: -72px;
}

.owl-split .owl-dots .owl-dot.active span, .owl-split .owl-dots .owl-dot:hover span{
    background: #212121;
}

.owl-split .owl-dots{
    display: flex;
    justify-content: center;
}

.owl-split .owl-dots .owl-dot span {
    background: #FFFFFF;
    border: 2px solid #212121;
    font-size: 40px;
    padding: 5px;
    margin-left: 10px;
    border-radius: 50%;
    top: -40px;
    position: relative;
}

/* ===================================
           Product-card
====================================== */
.products-section{
    overflow-x: hidden;
    overflow-y: hidden;
}

.products-section #review-circle{
    height: 380px;
    width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(150%, -233%);
}

.products-section .row-1, .row-2, .row-3, .row-4{
    margin-bottom: 80px;
}

.products-section .card{
    display: block;
    overflow: hidden;
    border: 1px solid transparent;
}

.products-section .sub-heading{
    font-size: 20px;
    color: #c14545;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.products-section .heading{
    font-size: 72px;
    font-family: 'Great Vibes', cursive;
    color: #212121;
}

.products-section .card .subheading{
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.products-section .card:hover .subheading{
    color: #c14545;
}

.products-section .card .text{
    color:#606060;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    width: 90%;
    margin: auto;
}

.products-section .card .button-center{
    color: #FFFFFF;
    opacity: 1;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.products-section .review-bottom-text{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #212121;
    width: 60%;
    margin: auto;
    padding-bottom: 80px;
}

.overlay-image {
    position: relative;
    overflow: hidden;
}
.card img {
    transition: all 0.7s;
}

.card:hover img {
    transform: scale(1.1);
    transition: all 0.7s;
}

.card:hover {
    cursor: pointer;
}

.card:hover .overlay {
    transform: scale(1);
}

/* ===================================
           Reviews-section
====================================== */
.review-img{
    position: absolute;
    top: -78px;
}

.review-sec{
    padding-top: 10rem;
}

.review-sec .icon-holder{
    font-size: 25px;
    color: #FFFFFF;
    padding-bottom: 25px;
}

.review-sec .blog-text{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    padding-bottom: 10px;
    line-height: 30px;
}

.review-sec .user-name{
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #FFFFFF;
}

.review-sec .testimonial-carousel .testimonial .img-holder{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.review-sec .testimonial-carousel .testimonial .img-holder img{
    border-radius: 50%;
    width: 100%;
}

/* ===================================
    Contact-Section
====================================== */
#contact-circle{
    height: 380px;
    width: 380px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-150%, -50%);
}
.contact-section{
    padding-top: 240px;

}
.contact-section .heading{
    color: #212121;
    font-family: 'Great Vibes', cursive;
    margin-bottom: 90px;
    font-size: 72px;
}

.contact-section .form-section {
    padding-top: 130px;
}

.contact-section .contact-form .form-control {
    border: none;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
    background: transparent;
    font-weight: normal;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 50px;
    color: #212121;
    font-size: 14px;
    transition: border .9s ease;
}

.contact-form .form-control::placeholder {
    color: #afafaf;
}

.form-control:focus {
    color: #212121;
    border-color: #ced4da;
    box-shadow: 0 0 0 0.0rem transparent;
}

.contact-section .button {
    margin-top: 15px;
}

.contact-section p {
    font-size: 20px;
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    color: #212121;
}

.contact-section .media {
    margin-top: 50px;
}


.contact-section .media i {
    font-size: 25px;
    color: #202020;
}

.contact-section .media-body {
    margin-left: 20px;
}

.contact-section .media-body h5 {
    font-size: 14px;
    font-weight: 700;
    color: #202020;
    margin-bottom: 10px;
}

.contact-section .media-body p {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    margin-top: 0;
    margin-bottom: 0;
}

.contact-section .media-body span {
    margin-left: 20px;
}

.contact-section li{
    list-style: none;
    display: inline-block;
}

.contact-section .button-center  {
    text-align: center;
    width: 100%;
}

.contact-section .button-center .button{
    padding: 9px 90px !important;
}

/* ===================================
           Footer
====================================== */
footer {
    padding-bottom: 120px;
}

footer .social-icons ul li {
    display: inline-block;
    text-align: center;
}

footer .social-icons ul li a {
    color: #202020;
}

footer .text {
    font-size: 13px;
    color: #888888;
    font-family: 'Roboto', sans-serif;
}

.social-icons ul li a {
    border-radius: 50%;
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid transparent;
    text-align: center;
}
/* ===================================
           Stand-Alone
====================================== */
.bg-overlay{
    background-image: url("../image/standalone-bg.jpg");
    background-size: cover;
    background-position: center;
    /*padding: 200px 0 200px 0;*/
}

.standalone-heading{
    text-align: right;
    padding-top: 95px;
}

.page-title h2{
    position:relative;
    color:#212121;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:62px;
    font-family: 'Great Vibes', cursive;
    text-transform:capitalize;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    color:#212121;
    font-size:16px;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    text-transform:capitalize;
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:#212121;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#212121;
}

.standalone , .blog-page , .blog-detail{
    background-color: #FFFFFF;
}

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading{
    margin-bottom: 10px;
    font-size: 16px;
    color: #c14545;
    font-family: 'Poppins', sans-serif;
}

.standalone-area .sub-heading{
    margin-bottom: 8px;
    color: #c14545;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

.standalone-detail .heading{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 60px;
    font-weight: 400;
    font-family: 'Great Vibes', cursive;
    color: #212121;
}

.standalone-detail .para_text{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 0 auto;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Great Vibes', cursive;
    font-size: 45px;
    color: #212121;
}

.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
/* ===================================
           Loader
====================================== */
.loader-bg{
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.balls {
    max-height: 100vh;
    height: 100vh;
    display: flex;
}

.org-Ball {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #000000;
    margin: 0;
    animation: org .5s linear both;
    animation-delay: .5s;
}

.Ball-one,
.Ball-two,
.Ball-three,
.Ball-for,
.Ball-fiv,
.Ball-six {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #000000;
    margin: 0;
    filter: blur(1px) contrast(12);
}

.Ball-one {
    animation: top 2s linear both infinite;
}

.Ball-two {
    animation: bottom 2s linear both infinite;
}

.Ball-three {
    animation: left 2s linear both infinite;
    animation-delay: 1s;
}

.Ball-for {
    animation: right 2s linear both infinite;
    animation-delay: 1s;
}

@keyframes top {
    0% {
        top: 0;
    }
    25% {
        top: 0;
    }
    50% {
        top: -6em;
    }
    75% {
        top: 0;
    }
    100% {
        top: 0;
    }
}

@keyframes bottom {
    0% {
        top: 0;
    }
    25% {
        top: 0;
    }
    50% {
        top: 6em;
    }
    75% {
        top: 0;
    }
    100% {
        top: 0;
    }
}

@keyframes left {
    0% {
        left: 0;
    }
    25% {
        left: 0;
    }
    50% {
        left: 6em;
    }
    75% {
        left: 0;
    }
    100% {
        left: 0;
    }
}

@keyframes right {
    0% {
        left: 0;
    }
    25% {
        left: 0;
    }
    50% {
        left: -6em;
    }
    75% {
        left: 0;
    }
    100% {
        left: 0;
    }
}

/* ===================================
           Media Query
====================================== */
@media screen and (min-width: 1920px){
    /*Banner-section*/
    .banner-area {
        padding-top: 46%;
    }
    .banner-sec #banner-circle{
        transform: translate(215%, -50%);
    }
    /*About-section*/
    .about #about-circle{
        right: 50%;
        transform: translate(-215%, -50%);
    }
    /*Product-section */
    .products-section #review-circle{
        transform: translate(215%, -227%);
    }
    /*Contact-section*/
    .contact-section #contact-circle{
        transform: translate(-215%, -50%);
    }
    /*About-Review-section*/
    .about-review {
        padding-bottom: 13.5rem;
    }
    /*Standalone*/
    .page-title.bg-overlay{
        padding: 250px 0 270px 0;
    }
}
@media (max-width: 1600px) and (min-width: 1400px){
    /*Banner-sec*/
    .banner-sec #banner-circle{
        transform: translate(180%, -50%);
    }
    .banner-area {
        padding-top: 150px;
    }
    /*About-sec*/
    .about #about-circle{
        transform: translate(-180%, -50%);
    }
    /*Product-sec*/
    .products-section #review-circle {
        transform: translate(180%, -233%);
    }
    /*contact-sec*/
    #contact-circle{
        transform: translate(-180%, -50%);
    }
}
@media (max-width: 1024px) {
    /*Side-menu*/
    .side-menu {
        width: 65%;
    }
    /*banner-sec*/
    .banner-sec.banner-image{
       height: 50vh;
    }
    .banner-area {
        padding-left: 20px;
    }
    .banner-heading {
        font-size: 100px;
    }
    .banner-sec #banner-circle {
        height: 280px;
        width: 280px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(165%, -50%);
    }
    /*About-sec*/
    .about-heading {
        font-size: 90px;
    }
    .owl-testimonial .owl-dots .owl-dot span {
        transform: translate(-400px, -34px);
    }
    /*about-review-sec*/
    .about {
        padding-top: 8.5rem;
    }
    /*About-sec*/
    .about #about-circle {
        transform: translate(-122%, -73%);
    }
    .about-review .owl-carousel, .about-review .owl-carousel.owl-loaded {
        top: 0;
        left: 0;
    }
    /*Product-sec*/
    .padding-top {
        padding-top: 60px;
    }
    .products-section .review-bottom-text {
        width: 85%;
        padding-bottom: 50px;
    }
    .products-section #review-circle {
        transform: translate(110%, -233%);
    }
    /*Contact-sec*/
    #contact-circle{
        transform: translate(-110%, -50%);
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    /*Side-menu*/
    .side-menu {
        width: 70%;
    }
    /*Banner-sec*/
    .banner-sec.banner-image{
        height: 100vh;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: -20rem;
    }
    .banner-area {
        padding-top: 38rem;
         padding-left: 0;
        text-align: center;
    }
    .slider-icons{
        display: none;
    }
    .banner-sec #banner-circle{
        transform: translate(105%, 15%);
    }
    /*About-sec*/
    .about-area{
        text-align: center;
        padding-bottom: 80px;
    }
    .about_img img{
        width: 70%!important;
        margin: auto;
        padding-right: 30px;
    }
    /*About-review-sec*/
    .about {
        padding-top: 34.5rem;
    }
    /*About-card*/
    .about .cover{
        padding: 12px;
        text-align: center;
    }
    .about .numbering {
        font-size: 40px;
    }
    .about .cover .card-title {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .about .cover .card-text {
        font-size: 15px;
    }
    /*about-sec*/
    .about #about-circle{
        transform: translate(-79%, -50%);
    }
    .about-review .owl-carousel, .about-review .owl-carousel.owl-loaded {
        top: -48px;
        left: 0;
    }
    /*about-review*/
    .about-review {
        padding-top: 8.5rem;
        padding-bottom: 8.5rem;
    }
    /*Product-sec*/
    .padding-top {
        padding-top: 60px;
    }
    .products-section .card {
        margin-bottom: 40px;
    }
    .products-section #review-circle{
        transform: translate(76%, -447%);
    }
    .products-section .row-1, .row-2, .row-3, .row-4 {
        margin-bottom: 0;
        margin-top: 0;
    }
    .products-section .heading {
        font-size: 60px;
        margin-bottom: 40px;
    }
    .products-section .review-bottom-text{
        padding-bottom: 40px;
        width: auto;
    }
    /*review-sec*/
    .review-img{
        position: relative;
        display: flex;
        justify-content: center;
    }
    /*Contact-sec*/
    .contact-section #contact-circle{
        transform: translate(-75%, -145%);
    }
    .contact-section {
        padding-top: 50px;
    }
    /*Standalone*/
    .standalone-heading {
        text-align: right;
        padding-top: 35px;
    }
    .blog-image{
        text-align: center;
    }
    .page-breadcrumb li{
        font-size: 17px;
    }
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1 {
        font-size: 30px;
    }
    .standalone-detail .heading {
        font-size: 60px;
    }
    .standalone-area .heading-text {
        font-size: 55px;
    }
    .standalone-area .stand-img-des .para_text {
        font-size: 17px;
    }
    .standalone-detail .para_text {
        font-size: 17px;
    }
    .standalone-area .sub-heading {
        margin-top: 4rem;
        font-size: 17px;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}
@media (max-width: 767px){
    section{
        padding: 4.5rem 0;
    }
    /* Side-menu*/
    .side-menu {
        width: 100%;
    }
    .side-menu p {
        font-size: 13px;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 3rem
    }
    /*Nabar*/
    .navbar-top-default {
        position: relative;
    }
    /*banner-sec*/
    .banner-sec.banner-image {
        background-size: contain;
        height: 120vh;
        background-repeat: no-repeat;
        margin-top: -24.5rem;
    }
    .banner-area {
        padding-top: 35rem;
        padding-left: 0;
        text-align: center;
    }
    .banner-heading {
        font-size: 70px;
    }
    .banner-text {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .slider-icons .slider-social a{
        display: none;
    }
    /*About-sec*/
    .about-heading {
        font-size: 68px;
    }
    .about-area{
        text-align: center;
        padding-bottom: 60px;
    }
    .about-text {
        font-size: 16px;
    }
    /*about-review-sec*/
    .about {
        padding-top: 4.5rem;
    }
    /*About-card*/
    .about .cover{
        text-align: center;
        margin-bottom: 25px;
    }
    /*about-review-sec*/
    .about-review {
        padding-top: 10.5rem;
        padding-bottom: 0;
    }
    .about-review .owl-carousel, .about-review .owl-carousel.owl-loaded{
        top: -100px;
        left: 0;
    }
    .about-sec .owl-carousel, .about-sec .owl-carousel.owl-loaded{
        position: relative;
    }
    .about-review-img{
        width: 70%;
        margin: auto;
    }
    /*Product-sec*/
    .padding-top {
        padding-top: 20px;
    }
    .products-section .heading {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .products-section .sub-heading {
        font-size: 18px;
        padding-top: 40px;
    }
    .products-section .card{
        margin-bottom: 20px;
    }
    .products-section .row-1, .row-2, .row-3, .row-4{
        margin-bottom: 0;
    }
    .products-section .review-bottom-text{
        width: auto;
    }
    /*about-sec*/
    .about_img img{
        width: 70%!important;
        margin: auto;
    }
    /*review-sec*/
    .review-img{
        position: relative;
    }
    /*Contact-sec*/
    .contact-section .heading{
        margin-bottom: 55px;
        font-size: 64px;
    }
    .contact-section{
        padding-top: 50px;
    }
    footer {
        padding-bottom: 70px;
    }
    /*Standalone*/
    .page-title.bg-overlay{
        background-size: contain;
        background-repeat: no-repeat;
        padding: 0;
        margin-top: -13.5rem;
    }
    .page-title h2{
        font-size: 2.4rem;
    }
    .standalone-heading {
        text-align: center;
        padding-top: 430px;
    }
    .standalone-detail .para_text {
        padding-bottom: 45px;
    }
    .standalone-detail .heading {
        font-size: 52px;
    }
    .standalone-area .heading-text{
        font-size: 35px;
        margin-top: 12px;
    }
    .standalone-area .sub-heading {
        margin-top: 4rem;
    }
    .standalone-area .sub_heading{
        margin-top: 2rem;
    }

    .standalone-area .stand-img-des .p-text {
        padding-bottom: 4rem;
    }
    .standalone-area .sub_heading-2{
        margin-top: 2rem;
    }
    .standalone-area .stand-img-des .p-text-2 {
        padding-bottom: 4rem;
    }
    .standalone-area .sub_heading-3{
        margin-top: 2rem;
    }
    .standalone-row .stand-img-des{
        padding-left: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des{
        padding-right: 0;
    }
    .standalone-row:not(:last-child) {
        margin-bottom: 3rem;
    }
    .standalone-detail {
        padding-bottom: 80px;
    }
}
@media (max-width: 370px){
    /*Banner-sec*/
    .banner-sec.banner-image {
        background-size: contain;
        height: 130vh;
        background-repeat: no-repeat;
        margin-top: -20.5rem;
    }
    .banner-area {
        padding-top: 29rem;
        padding-left: 0;
        text-align: center;
    }
    .banner-text {
        font-size: 16px;
    }
    /*About-sec*/
    .about-heading {
        font-size: 60px;
    }
    /*Contact-sec*/
    .contact-section .heading {
        margin-bottom: 45px;
        font-size: 60px;
    }
}