﻿/* google font */

@import url('../css');



/* reset */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}


body.drk-bg {
    background-color: #333
}


a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}


section img {
    width: 100%;
    display: inline-block;
}


/*Preloader Style*/

#preloader {
    width: 100%;
    height: 100%;
    background-color: #333;
    position: absolute;
    z-index: 1000;
}

#preloader .spinner {
    width: 160px;
    text-align: center;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -25px;
}

#preloader .spinner > div {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#preloader .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    background-color: #fff;
}

#preloader .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background-color: #fff;
}

#preloader .spinner .bounce3 {
    background-color: #fff;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/* font face */

p {
 font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666;
    font-weight: 400;
}

a {
   font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    text-transform: uppercase;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #333;
    text-transform: uppercase;
}

/* Font Size */

h1 {
    font-size: 36px;
    line-height: 50px;
}

h2 {
    font-size: 24px;
    line-height: 36px
}

h3 {
    font-size: 21px;
    line-height: 30px
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 20px
}

.text-80 {
    font-size: 80px;
    line-height: 110px;
}

.text-70 {
    font-size: 70px;
    line-height: 90px;
}

.text-60 {
    font-size: 60px;
    line-height: 75px;
}

.text-50 {
    font-size: 48px;
    line-height: 70px;
}

.text-40 {
    font-size: 40px;
    line-height: 50px;
}

.txt-16 {
    font-size: 16px;
    line-height: 20px;
}


/* margin and padding style */

.no-padding {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.no-margin {
    margin: 0;
}

.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-30 {
    padding-top: 13px;
    padding-bottom: 0px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bot-70 {
    padding-bottom: 70px;
}

.padding-bot-60 {
    padding-bottom: 60px;
}

.padding-bot-50 {
    padding-bottom: 50px;
}

.padding-bot-40 {
    padding-bottom: 40px;
}

.padding-bot-30 {
    padding-bottom: 30px;
}

.padding-bot-20 {
    padding-bottom: 20px;
}

.padding-bot-10 {
    padding-bottom: 10px;
}

.margin-50 {
    margin: 50px 0;
}

.margin-40 {
    margin: 40px 0;
}

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

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

.margin-10 {
    margin: 10px 0;
}

.margin-bot-50 {
    margin-bottom: 50px;
}

.margin-bot-40 {
    margin-bottom: 40px;
}

.margin-bot-30 {
    margin-bottom: 30px;
}

.margin-bot-20 {
    margin-bottom: 20px;
}

.margin-bot-10 {
    margin-bottom: 10px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-lr-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.margin-lr-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.margin-lr-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.margin-l-50 {
    margin-left: 50px;
}

.margin-l-40 {
    margin-left: 40px;
}

.margin-l-30 {
    margin-left: 30px;
}

.margin-l-20 {
    margin-left: 20px;
}

.margin-r-50 {
    margin-right: 50px;
}

.margin-r-40 {
    margin-right: 40px;
}

.margin-r-30 {
    margin-right: 30px;
}

.margin-r-20 {
    margin-right: 20px;
}


/*Float */

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-right-imp {
    float: right;
}

.float-left-imp {
    float: left;
}


/*Background Image */

.prlx {
    background-attachment: fixed;
}

.bg-img-lit,
.bg-img-drk {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg-img-lit:after,
.bg-img-drk:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    z-index: -1;
}


.bg-img-lit:after {
    background-color: white;
}

.bg-img-drk:after {
    background-color: black;
}



/* Text Color Style */

.clr-white h1,
.clr-white h2,
.clr-white h3,
.clr-white h4,
.clr-white h5,
.clr-white h6 {
    color: white;
}

.clr-white,
.clr-white p,
.clr-white a {
    color: #ddd;
}

.hvr-red:hover {
    color: #df0100;
}




/* Highlight Color Style */

.neon-red {
    color: #df0100;
}

.neon-aqua {
    color: #00c6db;
}



/* Background Color */

.bg-aqua {
    background-color: #33ccff;
}

.bg-green {
    background-color: #99cc66;
}

.bg-red {
    background-color: #df0100;
}

.bg-gray {
    background-color: #0b0a0a;
}

.bg-drk {
    background-color: #252525;
}

.bg-blk-111 {
    background-color: #111;
}

.bg-blk {
    background-color: #000;
}

.bg-offwht {
    background-color: #eee;
}

.bg-wht {
    background-color: #fff;
}



/* Test Align */

.md-txtleft-sm-txtcenter {
    text-align: left;
}

.md-txtright-sm-txtcenter {
    text-align: right;
}



/* all button */

.bttn {}

.btn-wht-fxd {
    color: #333;
    background-color: white;
}

.btn-wht-fxd:hover {
    color: white;
    background-color: #111;
}

.btn-red-fxd {
    color: #fff;
    background-color: #df0100;
}

.btn-red-fxd:hover {
    color: white;
    background-color: #333;
}

.btn-aqua-fxd {
    color: #fff;
    background-color: #00c6db;
}

.btn-aqua-fxd:hover {
    color: #00c6db;
    background-color: #111;
}

.btn-gray-fxd {
    color: #fff;
    background-color: #222;
}

.btn-gray-fxd:hover {
    color: #222;
    background-color: #fff;
}


.btn-wht-fxd,
.btn-wht-fxd:hover,
.btn-red-fxd,
.btn-red-fxd:hover,
.btn-aqua-fxd,
.btn-aqua-fxd:hover {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    margin: 20px 20px;
    display: inline-block;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 10px;
    padding: 10px 30px;
    width: 150px;
}






.btn-line-red {
    padding: 10px 15px;
    color: #333;
    text-align: center;
    border: 2px solid #df0100;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
    letter-spacing: 1px;
}

.btn-line-red:hover {
    color: white;
    background-color: #df0100;
    border: 2px solid #df0100;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.btn-line-aqua {
    padding: 10px 15px;
    color: #00c6db;
    text-align: center;
    border: 2px solid #00c6db;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
    letter-spacing: 1px;
}

.btn-line-aqua:hover {
    color: white;
    background-color: #00c6db;
    border: 2px solid #00c6db;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}


.btn-wht {
    color: #333;
    padding: 10px 30px;
    background-color: white;
    margin: 50px 25px 50px 25px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
    letter-spacing: 1px;
}

.btn-wht:hover {
    color: white;
    background-color: #333;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}


.btn-wht-line {
    color: white;
    padding: 10px 30px;
    margin: 30px 0;
    text-align: center;
    border: 2px solid white;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
}

.btn-wht-line:hover {
    color: #222;
    background-color: white;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.btn-blk {
    color: white;
    padding: 10px 30px;
    background-color: #333;
    margin: 50px 25px 50px 25px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
    letter-spacing: 1px;
}

.btn-blk:hover {
    color: #333;
    background-color: white;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}



.btn-small {
    color: #ddd;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #25252b;
    margin: 25px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
    letter-spacing: 1px;
}

.btn-small:hover {
    color: white;
    text-transform: uppercase;
    padding: 10px 25px;
    background-color: #2e2e35;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
}

.btn-gray-line {
    color: #2e2e35;
    font-size: 18px;
    padding: 10px 30px;
    text-align: center;
    border: 2px solid #2e2e35;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
    letter-spacing: 1px;
}

.btn-gray-line:hover {
    color: #ddd;
    background-color: #2e2e35;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.btn-gray {
    color: #ddd;
    background-color: #2e2e35;
    padding: 10px 30px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
    letter-spacing: 1px;
}

.btn-gray:hover {
    color: white;
    background-color: #25252b;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}








/* header start */

#header {
    width: 100%;
    height: 80px;
    z-index: 999;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    position: fixed;
}

.header-area-lit {
    border-bottom: 1px solid rgba(255, 102, 102, 0.50);
}

.header-area-lit.sticky {
    background-color: #fff;
}

.header-area-drk {
    border-bottom: 1px solid rgba(51, 204, 255, 0.50);
}

.header-area-drk.sticky {
    background-color: #111;
}




#header {
    height: 80px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 999;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.10);

}

#header.sticky {
    height: 70px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 999;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.10);

}

#header img {
    height: 116px;
    display: inline;
    float: left;
    margin-top: -16px;
    margin-bottom: 20px;
    margin-right: 20px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#header.sticky img {
    height: 116px;
    display: inline;
    float: left;
    margin-top: -16px;
    margin-bottom: 15px;
    margin-right: 20px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

.header-area-lit a {
    color: #222;
    text-decoration: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

#header a h2 {
    margin: 0;
    /* font-size: 30px; */
    line-height: 20px;
    padding: 20px 0;
    /* letter-spacing: 1px; */
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.header-area-lit a h2 {
    color: #222;
}

.header-area-drk a h2 {
    color: #fff;
}

#header.sticky a h2 {
    margin: 0;
    line-height: 20px;
    padding: 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}





/*Main Menu*/

#nav {
    list-style: none;
}

#nav li {
    list-style: none;
    display: inline-block;
    position: relative;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.header-area-lit #nav a,
.header-area-lit.sticky #nav a {
    color: #333;
}

.header-area-lit #nav a:hover,
.header-area-lit.sticky #nav a:hover {
    color: #df0100;
}



.header-area-drk #nav a,
.header-area-drk.sticky #nav a {
    color: #ddd;
}


.header-area-drk #nav a:hover,
.header-area-drk.sticky #nav a:hover {
    color: #00c6db;
}


#nav li a {
    text-transform: uppercase;
    padding: 0 5px;
    line-height: 80px;
    display: block;
    text-decoration: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    letter-spacing: 1px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sticky #nav li a {
    text-transform: uppercase;
    padding: 0 5px;
    line-height: 70px;
    display: block;
    text-decoration: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    letter-spacing: 1px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#nav li a:hover {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.header-area-lit .sticky #nav .active a,
.header-area-lit #nav .active a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    color: #df0100;
}

.header-area-drk .sticky #nav .active a,
.header-area-drk #nav .active a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    color: #00c6db;
}


#nav .active a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#nav li a ul {
    display: none;
}

#nav li a:hover ul {
    display: block;
}

#nav li > ul {
    position: absolute;
    max-width: 200px;
    top: 80px;
    right: 0;
    background-color: #2e2e35;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#nav li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sticky #nav li > ul {
    top: 70px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#nav ul li {
    display: block;
}

#nav li ul li a,
.sticky #nav li ul li a {
    padding: 15px 10px;
    display: block;
    width: 150px;
    text-align: left;
    line-height: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #222;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}



#nav li ul li ul,
.sticky #nav li ul li ul {
    position: absolute;
    top: 0;
    right: 150px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

#nav li ul li:hover > ul,
.sticky #nav li ul li ul:hover {
    top: 0;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}







/*Mobile Menu */

#mobile-menu {
    display: none;
}

#mobile-menu .slicknav_menu {
    position: absolute;
    right: 0;
    top: 15px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.sticky #mobile-menu .slicknav_menu {
    top: 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}


#mobile-menu .slicknav_btn {
    border-radius: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

#mobile-menu .slicknav_nav {
    margin-top: 60px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.sticky #mobile-menu .slicknav_nav {
    margin-top: 55px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.mobile-menu-lit .slicknav_nav a {
    padding: 15px 15px;
    margin: 0;
    width: 250px;
    background-color: #ddd;
    color: #333;
    border-bottom: 1px solid #999;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.mobile-menu-lit .slicknav_nav a:hover {
    border-radius: 0;
    color: #df0100;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.mobile-menu-lit .slicknav_nav .active a {
    color: #df0100;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}


.mobile-menu-drk .slicknav_nav a {
    padding: 15px 15px;
    margin: 0;
    width: 250px;
    background-color: #000;
    color: #ddd;
    border-bottom: 1px solid #222;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}



.mobile-menu-drk .slicknav_nav a:hover {
    border-radius: 0;
    color: #00c6db;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.mobile-menu-drk .slicknav_nav .active a {
    color: #00c6db;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

#mobile-menu .slicknav_nav .slicknav_parent a {
    text-transform: none;
}










/* welcome area style */

/* welcome hero */

.welcome-img {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hero-display {
    z-index: 500;
}

.slider-position {
    position: relative;
}


.main-slide {
    /*    position: absolute;*/
    width: 100%;
    height: auto;
    /*
    right: 0;
    top: 0;
*/
    padding-top: 50px;
}

.main-slide .slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.main-slide .btm {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}



/*Owl-Caurosel*/

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #777;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}


/* About */

.ico-box {
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: contain;
}


/* service */

.ico-fnt {
    font-size: 30px;
}

.service-box {
    height: 500px;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    position: relative;
    display: table;
    width: 100%;
}

.service-box:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
    background-position: center center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;

}

.service-box h4 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: table-cell;
    vertical-align: middle;
}


.service-box:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}



.inline-ico {
    display: inline-block;
    width: 30%;
    padding: 0 10px;
    margin: 20px 0;
}

/*Download*/

#download a img {
    display: inline-block;
    max-width: 200px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
}

#download .counter {
 font-family: "Poppins", sans-serif;
    font-weight: 300;
    display: inline-block;
    font-size: 48px;
    margin: 50px 0 30px 0;
}

/* counter */

#fun-fact .counter-box {
    width: 250px;
    padding: 0;
    display: inline-block;
    margin-right: -4px;
    height: 220px;
}

#fun-fact .counter {
font-family: "Poppins", sans-serif;
    font-weight: 300;
    display: inline-block;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 10px;
}


/*Feature Project*/

#feature-project img {
    width: 100%;
}


/* team member section */

.team-member-img {
    width: 100%;
    max-width: 270px;
    height: 400px;
    background-size: cover;
    position: relative;
    display: inline-block;
}

.team-member-text {
    color: white;
    width: 100%;
    height: 170px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.team-member-text p {
    color: white;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}


.team-member-img:hover .team-member-text {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 200px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.pop-link {
    color: white;
    font-size: 20px;
    line-height: 20px;
    margin: 10px 5px;
    display: inline-block;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.team-area-red .pop-link:hover {
    color: #df0100;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.team-area-aqua .pop-link:hover {
    color: #00c6db;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}





/*Price box light color*/

#price .price-box {
    display: inline-block;
    width: 100%;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    border-radius: 30px;
}


#price .price-box .price-title-lit {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 2px solid #df0100;
    margin-top: 20px;
    display: inline-table;
    text-align: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#price .price-box:hover .price-title-lit {
    border: 2px solid #df0100;
    background-color: #df0100;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#price .price-box .price-title-lit p {
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#price .price-box:hover .price-title-lit p {
    color: white;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}


#price .price-box .price-title-lit p span {
    font-size: 30px;
    line-height: 40px;
 font-family: "Poppins", sans-serif;
}

#price .price-box p {
    font-size: 16px;
    line-height: 30px;
}



#price .price-box .price-title-drk {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 2px solid #00c6db;
    margin-top: 20px;
    display: inline-table;
    text-align: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#price .price-box:hover .price-title-drk {
    border: 2px solid #00c6db;
    background-color: #00c6db;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#price .price-box .price-title-drk p {
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#price .price-box:hover .price-title-drk p {
    color: white;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}


#price .price-box .price-title-lit p span {
    font-size: 30px;
    line-height: 40px;
 font-family: "Poppins", sans-serif;
}



/* Video Player*/

.video-player {
    width: 100%;
    height: 480px;
    border: 0;

    /* 16:9 Aspect Ratio */
}



/* Mailchimp Subscription form*/

.m-frm {
    display: inline-block;
    width: 400px;
    height: 50px;
    margin: 20px 0;
    background: white;
    border: 1px solid #222;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    text-align: center;
    border-radius: 10px 0 0 10px;
}

.m-frm:focus {
    width: 400px;
    height: 50px;
    margin: 20px 0;
    background: white;
    border-radius: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    border-radius: 10px 0 0 10px;
}


.m-btn-red,
.m-btn-aqua {
    display: inline-block;
    padding: 10px 20px;
    height: 50px;
    margin-left: -5px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px 10px 10px 0px;
}

.m-btn-red {
    background-color: #df0100;
    border: 1px solid #df0100;

}

.m-btn-aqua {
    background-color: #00c6db;
    border: 1px solid #00c6db;

}



/*according*/

#according .according {
    width: 100%;
}


/* Acordeon styles */

#according .tab {
    position: relative;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

#according input {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
}

#according label {
    position: relative;
    display: block;
    color: #222;
    padding: 0 0 0 16px;
    background: #ddd;
    line-height: 2;
    cursor: pointer;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}


#according .tab-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    transition: max-height .35s;
    margin-bottom: 5px;
}

#according label {
    position: relative;
    display: block;
    color: #222;
    padding: 0 0 0 16px;
    background: #ddd;
    line-height: 2;
    cursor: pointer;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}



#according .according-lit label {
    color: #333;
    padding: 0 0 0 16px;
    background: #fff;
}

#according .according-lit .tab-content {
    background: #fff;
}


#according .according-drk label {
    color: #ccc;
    padding: 0 0 0 16px;
    background: #333;
}

#according .according-drk .tab-content {
    background: #444;
}




#according .tab-content p {
    margin: 20px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
 font-family: "Poppins", sans-serif;
}


/* :checked */

#according input:checked ~ .tab-content {
    max-height: 350px;
}


/* Icon */

#according label:after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
}

#according input[type=checkbox] + label:after {
    content: "+";
    font-size: 18px;
}

#according input[type=radio] + label:after {
    content: "\25BC";
}

#according input[type=checkbox]:checked + label:after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

#according input[type=radio]:checked + label:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}










/* client area */

.reviewer-img {
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50px;
    display: inline-block;
}

#review-area .owl-page {
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 10px;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

#review-area .owl-pagination {
    bottom: 30px;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.review-single-slide {
    padding: 0 30px;
}


#review-area .owl-controls.clickable {
    position: relative;
}

#review-area .owl-page.active {
    background-color: #99cc66;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


/* Partenr */

.partner {
    width: 200px;
    height: 150px;
    float: left;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* contact form */

input {
    letter-spacing: 1px;
}

.c-frm {
    display: block;
    width: 100%;
    height: 50px;
    color: black;
    margin: 20px 0;
    background: white;
    border: 1px solid #222;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    text-align: center;
    border-radius: 10px;
}

.c-frm:focus {
    display: block;
    color: black;
    width: 100%;
    height: 50px;
    margin: 20px 0;
    background: white;
    border-radius: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    border-radius: 10px;

}


.c-msg {
    display: block;
    width: 100%;
    height: 100px;
    margin: 20px 0;
    background: white;
    color: black;
    border: 1px solid #222;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    text-align: center;
    border-radius: 10px;
}

.c-msg:focus {
    display: block;
    width: 100%;
    height: 100px;
    margin: 20px 0;
    background: white;
    color: black;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    border-radius: 10px;

}

.c-btn,
.c-btn-2 {
    display: inline-block;
    padding: 10px 30px;
    color: white;
    background-color: #df0100;
    border: none;
    text-transform: uppercase;
    border-radius: 10px;
}

.c-btn-2 {
    background-color: #00c6db;
}



/* Google Map */

#map {
    width: 100%;
    height: 400px;
}


/*Contact Info*/

.ico {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: contain;
    margin: 15px 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}




/*Contact Info*/

.contact-info {
    padding: 20px 0;
}

.contact-info i {
    font-size: 20px;
    line-height: 30px;
    color: #555;
}

.contact-info a,
.contact-info p {
    font-size: 16px;
    line-height: 30px;
    text-transform: none;
}



/* footer */

.social-nav li {
    list-style: none;
    display: inline-block;
    position: relative;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.social-nav li a {
    color: white;
    font-size: 20px;
    padding: 25px 15px;
    display: block;
    text-decoration: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.social-nav li a:hover {
    text-decoration: none;
    -webkit-text-decoration-color: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.ftr-red .social-nav li a:hover,
.ftr-red a:hover {
    color: #df0100;
}

.ftr-aqua .social-nav li a:hover,
.ftr-aqua a:hover {
    color: #00c6db;
}

footer a {
    text-transform: none;
}


/* social */
    /* ======= Social Sidebar CSS ======= */
    .social-sidebar {
      position: fixed;
      top: 50%;
      right: 16px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
      background: rgba(255, 255, 255, 0.05);
      padding: 10px 8px;
      border-radius: 0 12px 12px 0;
     
      z-index: 1000;
      box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
    }

    .social-sidebar li {
      list-style: none;
    }

    .social-sidebar a {
      display: block;
      color: #fff;
      font-size: 20px;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: linear-gradient(135deg, #ff416c, #ff4b2b);
      text-align: center;
      line-height: 45px;
      transition: all 0.4s ease;
      box-shadow: 0 4px 10px rgba(255, 75, 43, 0.4);
    }

    .social-sidebar a:hover {
      transform: translateX(10px) scale(1.1);
      background: #fff;
      color: #ff4b2b;
      box-shadow: 0 0 25px rgba(255, 75, 43, 0.7);
    }

    /* Specific platform colors on hover */
    .social-sidebar a:hover .fa-facebook-f {
      color: #1877f2;
    }
    .social-sidebar a:hover .fa-twitter {
      color: #1da1f2;
    }
    .social-sidebar a:hover .fa-linkedin-in {
      color: #0077b5;
    }
    .social-sidebar a:hover .fa-google-plus-g {
      color: #db4437;
    }

    @media (max-width: 768px) {
      .social-sidebar {
        left: 5px;
        gap: 10px;
      }
      .social-sidebar a {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
      }
    }

    /* galery */
    .gallery-wrap{
    max-width:1200px;
    margin:0 auto;
  }

  .gallery-header{
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap:12px;
    margin-bottom:20px;
  }
  .gallery-header h2{
    margin:0;
    font-size:1.6rem;
    letter-spacing:0.6px;
  }
  .gallery-header p{
    margin:0;
    opacity:0.75;
    font-size:0.95rem;
  }

  /* Grid: 4 items per row */
  .gallery-grid{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
  }

  .card{
    position:relative;
    border-radius: var(--card-radius);
    overflow:hidden;
    cursor:pointer;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    transition: transform .45s cubic-bezier(.2,.9,.2,1), box-shadow .45s;
    box-shadow: var(--shadow);
    min-height: 180px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .card::after{
    /* subtle gradient shine */
    content:'';
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.12));
    mix-blend-mode: overlay;
    pointer-events:none;
  }

  .card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition: transform .6s ease, filter .6s ease;
    will-change: transform;
  }

  .card:hover{
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(3,8,20,0.6);
  }

  .card:hover img{
    transform: scale(1.12);
    filter: saturate(1.06) contrast(1.02);
  }

  /* overlay caption */
  .caption {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:14px 16px;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.6));
    color:var(--text);
    transform: translateY(100%);
    transition: transform .35s ease;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
  }

  .card:hover .caption{
    transform: translateY(0);
  }

  .caption .title{
    font-weight:600;
    font-size:0.98rem;
  }
  .caption .badge{
    font-size:0.85rem;
    padding:6px 10px;
    border-radius:999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.04);
  }

  /* Lightbox */
  .lightbox{
    position:fixed;
    inset:0;
    display:none;
    place-items:center;
    background: rgba(3,6,15,0.85);
    z-index:1200;
    padding:30px;
  }
  .lightbox.open{ display:grid; }

  .lightbox-inner{
    max-width:1100px;
    width:100%;
    border-radius:10px;
    overflow:hidden;
    box-shadow: 0 30px 80px rgba(2,6,20,0.8);
    background: linear-gradient(180deg,#0b1220,#071021);
    position:relative;
  }

  .lightbox img{
    width:100%;
    height:auto;
    display:block;
  }

  .lightbox-meta{
    padding:14px 18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
  }
  .close-btn{
    border:none;
    background:transparent;
    color:#cfe7ff;
    font-size:1.1rem;
    padding:8px 12px;
    cursor:pointer;
    opacity:0.95;
  }

  /* responsive */
  @media (max-width: 1000px){
    .gallery-grid{ grid-template-columns: repeat(3, 1fr); }
  }

  @media (max-width: 768px){
    
    .gallery-grid{ grid-template-columns: repeat(2, 1fr); gap:12px; }
    .card{ min-height: 150px; }
  }

  @media (max-width: 420px){
    .gallery-grid{ grid-template-columns: 1fr; }
  }
  :root{
    --gap: 18px;
    --card-radius: 14px;
    --shadow: 0 8px 30px rgba(4,10,25,0.35);
    --accent: linear-gradient(135deg,#ff416c,#ff4b2b);
    --text: #ffffff;
  }


    /* WhatsApp Floating Button */
  .whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 2000;
    transition: all 0.3s ease;
    animation: float 2s infinite ease-in-out;
  }

  .whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(37,211,102,0.5);
  }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
  }

  .whatsapp-tooltip {
    position: absolute;
    right: 70px;
    bottom: 15px;
    background: #25d366;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    pointer-events: none;
    transition: all 0.3s ease;
  }

  .whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    transform: translateX(0);
  }





  .contact-big-card {
  background: linear-gradient(135deg, #fff, #fef4f4 40%, #ffe6e6);
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-big-card .container {
  max-width: 900px;
  width: 100%;
}

.contact-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 50px;
  text-align: left;
  transition: all 0.4s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(220, 53, 69, 0.25);
}

.contact-card h2 {
  text-align: center;
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}

.contact-card h2::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #dc3545;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-radius: 3px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-item i {
  font-size: 28px;
  color: #dc3545;
  background: #fff2f2;
  padding: 14px;
  border-radius: 10px;
  min-width: 50px;
  text-align: center;
}

.contact-item h4 {
  font-size: 1.2rem;
  margin-bottom: 6px;
  color: #111;
  font-weight: 600;
}

.contact-item p {
  font-size: 1rem;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

.contact-item a {
  color: #dc3545;
  text-decoration: none;
  font-weight: 500;
}

.contact-item a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contact-card {
    padding: 30px 20px;
  }

  .contact-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-item i {
    margin-bottom: 10px;
  }
}



/* Default (Desktop) */
.map-wrapper iframe {
  width: 500px;
  height: 450px;
  border: 0;
  border-radius: 10px;
}

/* 📱 Mobile View */
@media (max-width: 768px) {
  .map-wrapper iframe {
    width: 100%;
    height: 300px;  /* thoda chhota rakha for mobile */
  }
}


.partner-slide .partner {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  width: 100%;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .partner-slide .partner {
    height: 80px; /* thoda chhota for mobile */
  }
}


