
* {
    margin: 0 auto;
}

@font-face {
    font-family: 'helvetica_ce_55_romanregular';
    src: url('../fonts/helvetica_neue_ce_55_roman-webfont.eot');
    src: url('../fonts/helvetica_neue_ce_55_roman-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica_neue_ce_55_roman-webfont.woff2') format('woff2'), url('../fonts/helvetica_neue_ce_55_roman-webfont.woff') format('woff'), url('../fonts/helvetica_neue_ce_55_roman-webfont.ttf') format('truetype'), url('../fonts/helvetica_neue_ce_55_roman-webfont.svg#helvetica_ce_55_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'helvetica_ce_55_romanregular';
}
/*for-section-text-start-here*/
::selection {
    background: #f26826; /* WebKit/Blink Browsers */
    color: #fff;
}

::-webkit-selection {
    background-color: #f26826;
    color: #FFF;
}

::-ms-selection {
    background-color: #f26826;
    color: #FFF;
}

::-o-selection {
    background-color: #f26826;
    color: #FFF;
}

::-moz-selection {
    background-color: #f26826;
    color: #FFF;
}
/* ========================================================================
  Hover animation 
 ========================================================================== */
@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
        -webkit-animation-name: hvr-pulse;
        animation-name: hvr-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
/* ========================================================================
  Hover End 
 ========================================================================== */
#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#pre-status, .preload-placeholder {
    background-image: url(../preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 296px;
    left: 38%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 32%;
    width: 296px;
}

.preload-placeholder {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

.parallex {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

p {
    font-size: 16px;
    color: #666;
    /* font-weight:bolder; */
    line-height: 25px;
    font-family: 'open_sansregular';
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'helvetica_ce_55_romanregular';
}

h1 {
    color: #fff;
    font-size: 51px;
    /* text-transform:uppercase; */
}

h2 {
    color: #555;
    font-size: 35px;
    /* text-transform:uppercase; */
    font-weight: bolder;
}

h3 {
    color: #333;
    font-size: 23px;
}

h4 {
    color: #555;
    font-size: 21px;
    text-transform: uppercase;
}

h5 {
    color: #333;
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

strong {
    font-weight: bolder;
}

span {
    color: #f26826;
}

.space {
    margin: 30px 0px;
}

.line {
    border: 1px solid #f26826;
    width: 15%;
}

a:hover, a:focus {
    text-decoration: none;
}
.link_effect{
color: #001971;
}

.features-heading:hover {
    color: #f26826;
}

a.btn-down {
    height: 50px;
    width: 50px;
    color: #fff;
    border: 2px solid #fff;
    padding: 5% 10%;
    position: relative;
    top: 35px;
    font-size: 17px;
}

    a.btn-down:hover {
        background: #fff;
        color: #f26826;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

a.btn-order {
    height: 50px;
    width: 50px;
    color: #f26826;
    border: 2px solid #f26826;
    padding: 3% 5%;
    font-size: 15px;
    position: relative;
    top: 5px;
}

    a.btn-order:hover {
        background: #f26826;
        color: #fff;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

a.btn-send {
    color: #f26826;
    border: 2px solid #f26826;
    padding: 2% 0%;
    font-size: 15px;
}

    a.btn-send:hover {
        background: #f26826;
        color: #fff;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
/*Navigation-stylesheets-include-here*/
.navbar-default {
    /* background:rgba(248, 248, 248, 0); */
    /* border:rgba(248, 248, 248, 0); */
    padding: 5px 5px;
}

a.navbar-brand img {
    position: relative;
    top: 1px;
}

#menu {
    position: absolute;
}

    #menu .nav {
        margin-top: 10px;
        left: 25%;
        position: relative;
    }

    #menu ul.nav li a {
        font-size: 20px;
        color: #001f70;
    }

    #menu .nav > li > a {
        background: none;
        color: #fff;
    }

    #menu ul.nav li a:hover, #menu ul.nav li a.active {
        color: #f26826;
        transition: all 0.4s;
    }

    #menu .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #f26826;
        background: transparent;
    }

a.navbar-brand {
    padding: 0px;
    margin-top: -3px;
}

ul.nav li.active a:before {
    opacity: 1;
}

.on {
    /* background:rgba(0, 0, 0, 0.8); */
    background: #ddd;
    opacity: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
/*Slider-stylesheets-include-here*/

#home-carousel .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}

    #home-carousel .item:before {
        background-color: #000;
        content: "";
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.5;
        position: absolute;
        width: 100%;
    }
/* -------  contact  ------- */
.top-message a {
    color: #fff;
    font-size: 17px;
}

.whatsapp_1 {
    background: #f26821;
    border: 3px solid #f26821;
    margin-top: 15px;
    padding: 2px 14px;
    width: 17%;
    border-radius: 24px;
}

    .whatsapp_1 i {
        color: #fff;
        font-size: 24px;
        padding-right: 6px;
        padding-top: 2px;
    }

    .whatsapp_1:hover i {
        color: #a1e23d;
        transition: .7s all;
    }

    .whatsapp_1:hover {
        background: #001971;
        border: 3px solid #001971;
        transition: .7s all;
    }

.WD-30 {
    width: 30%;
}

.mt-0 {
    margin-top: 0px;
}
/* -------------- */
.carousel-caption {
    left: 15px;
    right: 15px;
    top: 50%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-shadow: none;
    margin-top: -120px;
}

    .carousel-caption h1 {
        font-size: 35px;
        margin-bottom: 10px;
        letter-spacing: 2px;
        font-weight: 100;
        line-height: 1.5;
    }

    .carousel-caption h2 {
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        margin-top: 0px;
        text-transform: none;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .carousel-caption p {
        color: #FFFFFF;
        font-size: 21px;
        font-weight: normal;
        letter-spacing: 2px;
        line-height: 27px;
    }

.home-carousel-left, .home-carousel-right {
    background-color: #f26826;
    color: #fff;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.home-carousel-left {
    left: -32px;
}

.home-carousel-right {
    right: -32px;
}

#home-carousel:hover .home-carousel-left {
    left: 0;
}

#home-carousel:hover .home-carousel-right {
    right: 0;
}
/* Carousel animation */

#home-carousel .item h1, #home-carousel .item h2, #home-carousel .item p {
    opacity: 0;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

#home-carousel .item h1 {
    -webkit-transition: all 0.5s ease-in-out 0.15s;
    -moz-transition: all 0.5s ease-in-out 0.15s;
    -ms-transition: all 0.5s ease-in-out 0.15s;
    -o-transition: all 0.5s ease-in-out 0.15s;
    transition: all 0.5s ease-in-out 0.15s;
}

#home-carousel .item.active h1, #home-carousel .item.active h2, #home-carousel .item.active p {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#home-carousel .item h2 {
    -webkit-transition: all 0.5s ease-in-out 0.30s;
    -moz-transition: all 0.5s ease-in-out 0.30s;
    -ms-transition: all 0.5s ease-in-out 0.30s;
    -o-transition: all 0.5s ease-in-out 0.30s;
    transition: all 0.5s ease-in-out 0.30s;
}

#home-carousel .item p {
    -webkit-transition: all 0.5s ease-in-out 0.45s;
    -moz-transition: all 0.5s ease-in-out 0.45s;
    -ms-transition: all 0.5s ease-in-out 0.45s;
    -o-transition: all 0.5s ease-in-out 0.45s;
    transition: all 0.5s ease-in-out 0.45s;
}
/*About-stylesheets-include-here*/
#about {
    padding: 4% 0%;
    padding-top:6%;
}

    #about .heading {
        text-align: center;
    }

    #about img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        box-sizing: border-box;
        padding: 0;
        border: none;
        margin: auto;
        display: block;
        width: 0;
        height: 0;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }

.heading h2 {
    font-family: 'helvetica_ce_55_romanregular';
}

.heading p {
    font-size: 16px;
    font-weight: bolder;
    color: #555;
    text-align: center;
    margin-top:20px;
}

.ab-sec {
    text-align: justify;
}

    .ab-sec h3 {
        font-weight: bolder;
    }

    .ab-sec p {
        padding: 10px 0px;
        font-size: 13px;
    }
/*Background-stylesheets-include-here*/
.bg-sec {
    background: #f26826;
    margin-top: 10px;
    padding: 1% 0%;
}

    .bg-sec h3 {
        color: #FFFFFF;
        text-transform: none;
        font-weight: bolder;
    }

    .bg-sec p {
        color: #FFFFFF;
    }
/*Service-stylesheets-include-here*/
#service {
    text-align: center;
    padding: 4% 0%;
}

#features-sec {
    padding: 100px 0;
}

.feature-sec1 {
    display: flex;
}

.feature-sec2 {
    display: flex;
}

#features-sec .media.service-box:first-child {
    margin-top: 80px;
}

#services {
    padding: 100px 0 75px;
}

.media.service-box {
    margin: 25px 20px;
}

    .media.service-box .pull-left {
        margin-right: 20px;
    }

        .media.service-box .pull-left > i {
            font-size: 24px;
            height: 64px;
            line-height: 64px;
            text-align: center;
            width: 64px;
            border-radius: 100%;
            color: #f26826;
            border: 1px solid #d7d7d7;
            transition: background-color 400ms, background-color 400ms;
            position: relative;
        }

    .media.service-box:hover .pull-left > i {
        background: #f26826;
        color: #fff;
        transform: rotateY(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkittransform: rotate(360deg);
        transition: all 0.5s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        -webkit-transition: all 0.8s;
    }

.media-body h5 {
    font-weight: bolder;
    text-align: left;
}

.media-body p {
    text-align: justify;
}

.tab-img img {
    position: relative;
    height: 400px;
    transition: .7s ease-in-out;
}

.tab-img:hover img {
    transform: scale(1.1);
}
/*Faq-stylesheets-include-here*/
#buy h3 {
    text-align: initial;
    padding-left: 15px;
}

#buy p {
    font-size: 18px;
    font-weight: 500;
}

#buy .line1 {
    border: 1px solid #f26826;
    width: 25%;
    margin-left: -0.1%;
}

#buy li {
    font-size: 20px;
    padding-bottom: 10px;
}

    #buy li:last-child {
        padding-bottom: 0px;
    }

#buy .container {
    background: #f6f6f6;
}

.buy-flex {
    display: flex;
}

    .buy-flex .buy-step {
        width: 40%;
    }
/*call-stylesheets-include-here*/
#contact-call {
    padding: 4% 0%;
    margin-top: 10px;
    text-align: center;
}

    #contact-call a {
        color: #fff;
        font-size: 35px;
    }

.call {
    background: #f26826;
    border: 3px solid #f26826;
    height: 50px;
    width: 80%;
    border-radius: 24px;
}

.whatsapp {
    background: #001971;
    border: 3px solid #001971;
    height: 50px;
    width: 80%;
    border-radius: 24px;
}

    .whatsapp .fa {
        color: #47c758;
    }

.call .fa {
    color: #a1e23d;
}

.call:hover .fa {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.whatsapp:hover {
    background: #47c758;
    border: 3px solid #47c758;
    transition: 0.5s ease-in-out;
}

    .whatsapp:hover .fa {
        color: #fff;
        transition: 0.5s ease-in-out;
    }

.call:hover {
    background: #a1e23d;
    border: 3px solid #a1e23d;
    transition: 0.5s ease-in-out;
}
/*recharge-stylesheets-include-here*/
#recharge {
    padding: 2% 0%;
    text-align: center;
}

.color-white {
    color: #fff;
}

#recharge p {
    text-align: left;
    margin-left: 110px;
}

.card-o {
    /* border: 2px solid #f26826;
	border-radius: 30px;
	width: 95%;
	height: 350px;
	background: #f26826;
	color: white; */
    width: 95%;
    border: 2px solid #ccc;
    color: #000;
    border-radius: 30px;
    background: #fff;
}

.card-b {
    border: 2px solid #ccc;
    border-radius: 30px;
    width: 95%;
    height: 440px;
    background: #fff;
}

.line-o {
    width: 25%;
    border: 1px solid #f26826;
}

.line-b {
    width: 25%;
    border: 1px solid #001971;
}

.card-o:hover h2 {
    color: #fff;
    transition: all .7s ease-in-out;
}

.card-o:hover h3 {
    color: #fff;
    transition: all 1s ease-in-out;
}

.card-o:hover h4 {
    color: #fff;
    transition: all 1s ease-in-out;
}

.card-o:hover p {
    color: #fff;
    transition: all 1s ease-in-out;
}

.card-b:hover h2 {
    color: #fff;
    transition: all 1s ease-in-out;
}

.card-b:hover h3 {
    color: #fff;
    transition: all 1s ease-in-out;
}

.card-b:hover h4 {
    color: #fff;
    transition: all 1s ease-in-out;
}

.card-b:hover p {
    color: #fff;
    transition: all 1s ease-in-out;
}

.card-o:hover {
    border: 2px solid #f26826;
    background: #f26826;
    transform: scale(1.02);
    transition: all 1s ease-in-out;
}

.card-b:hover {
    border: 2px solid #001971;
    background: #001971;
    transform: scale(1.02);
    transition: all 1s ease-in-out;
}
/*pricing-stylesheets-include-here*/
#pricing {
    padding: 4% 0%;
    text-align: center;
}

.para {
    text-align: initial;
}

#pricing table {
    width: 100%;
    border-left: 0.1rem solid #edecec;
    border-top: 0.1rem solid #edecec;
    font-size: 1.5rem;
}

#pricing .line {
    width: 40%;
}

#pricing .tdata img {
    width: 100%;
    max-width: 100px;
}

.content-c {
    background: #001971;
    border-radius: 14px;
    padding: 5px;
}

.tbl {
    line-height: 1.5 !important;
}

.tdata th {
    text-align: center;
    background: #dadada;
    padding: 2rem;
    border-right: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
}

.tdata td {
    padding: 1.5rem 2rem;
    border-right: 0.1rem solid #edecec;
    border-bottom: 0.1rem solid #edecec;
    /* vertical-align: top; */
    color: #212121;
}

.tdata tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.tdata tr:nth-child(even) {
    background-color: #fff;
}

.tdata button {
    border: none;
    background: transparent;
    color: #001971;
}

    .tdata button:hover {
        color: #f26826;
        text-decoration: underline;
        transition: .5s ease-in-out;
    }
/*popup-stylesheets-include-here*/
.popup .w3-content img {
    width: 100%;
    height: 250px;
}

.content-popup h4 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: underline;
}

.content-popup p {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

.popup {
    display: none;
    position: fixed;
    left: 40%;
    margin-left: -150px;
    top: 30%;
    margin-top: -90px;
    /* border: 3px solid #F04A49; */
    z-index: 20;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

#popUp:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp02:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp02:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp03:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp03:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp04:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp04:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp05:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp05:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp06:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp06:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp07:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp07:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp08:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp08:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp09:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp09:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp10:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp10:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp11:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp11:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp12:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp12:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp13:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp13:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp14:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp14:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp15:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp15:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp16:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp16:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp17:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp17:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp18:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp18:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp19:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp19:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp20:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp20:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

#popUp21:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    z-index: -2;
}

#popUp21:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
}

.content-popup {
    width: 600px;
    padding: 10px;
    background-color: #edecec;
    border-radius: 14px;
}

    .content-popup button {
        margin-left: 95%;
        /* border: none; */
        background: transparent;
        color: #001971;
        font-size: 16px;
    }

        .content-popup button:hover {
            background: #ccc;
        }
/* ============================= clickable image styling ==================================== */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }


#myImg2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg2:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    color: #f1f1f1;
    float: none;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
}

    .close i {
        padding-left: 50%;
    }

    .close:hover,
    .close:focus {
        color: #ccc;
        text-decoration: none;
        cursor: pointer;
    }


/* Hide the images by default */
.mySlides {
    display: none;
}
/* Next & previous buttons */
.prev,
.next {
    background: #333;
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 6px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    opacity: 0.6;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.prev {
    left: 0;
    opacity: 0.6;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.next:hover {
    color: #f26821;
    opacity: 1.1;
}

.prev:hover {
    color: #f26821;
    opacity: 1.1;
}
/* ========================================= */

/* Add a transparency effect for thumnbail images */
.text-initial {
    text-align: initial;
}

.text-end {
    text-align: end;
}

.column1 {
    float: left;
    width: 50%;
}

.demo {
    opacity: 0.6;
    cursor: pointer;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

/* ==================================================================== */
/*Faq-stylesheets-include-here*/
#faq {
    padding: 4% 0%;
}

    #faq i {
        color: #001971;
    }

    #faq p {
        margin-left: 30px;
    }

    #faq h2 {
        text-align: center;
    }

.faq-btn {
    border: none;
    margin-bottom: 20px;
    background: #fff;
    cursor: pointer;
}

#faq ul li {
    list-style: none;
}

    #faq ul li h3 {
        text-align: initial;
    }
/*card_section_container-stylesheets-include-here*/
.card_section_container {
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin: 50px auto; */
    margin-top: 100px;
}

.card_section_card {
    width: 230px;
    height: 240px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 7px 20px rgb(73 73 73 / 15%);
    box-shadow: 0 7px 20px rgb(73 73 73 / 15%);
    border-radius: 10px;
    margin: 40px 5px;
    position: relative;
    padding: 15px;
}

.card_section_img {
    position: absolute;
    top: -21%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.card_section_content {
    margin-top: 45px;
}

.card_section_title {
    text-align: center;
    color: #535353;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 18px;
}

.card_section_desc {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}

.card_section_img:hover {
    transform: scale(1.2);
    transition: .3s ease-in-out;
}
/*Experience-stylesheets-include-here*/
.experience {
    margin-top: 30px;
}

.progress {
    height: 20px;
    background-color: #d7d7d7;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 25px;
}

.progress-bar {
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: right;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 600;
    background: #f26826;
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}

.lead {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }
        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }
    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
/*Fun-Facts-stylesheets-include-here*/
#fun-facts {
    background-color: #f8f8f8;
    padding: 3% 0%;
}

    #fun-facts .fun-fact {
        border-right: 1px solid #ddd;
    }

    #fun-facts .col-md-3:last-child .fun-fact {
        border-right: 0px solid #ddd;
    }

    #fun-facts .fun-fact i {
        margin-right: 5px;
        color: #001f70;
    }

    #fun-facts .fun-fact h6 {
        color: #555;
        font-weight: bolder;
    }

    #fun-facts .fun-fact:hover i {
        color: #f26826;
        transform: scale(1.3);
        transition: 1s ease-in-out;
    }
/*Blog-stylesheets-include-here*/
#blog {
    text-align: center;
    padding: 4% 0% 0% 2%;
}

.blog-info {
    text-align: left;
}

    .blog-info h5 {
        font-weight: bold;
        padding-top: 10px;
    }

    .blog-info i.fa {
        float: left;
        margin-right: 10px;
        color: #777;
    }

    .blog-info h6 {
        margin: 0;
        color: #666;
        float: left;
    }

        .blog-info h6:hover, .blog-info h5:hover {
            color: #f26826;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

.data-meta {
    background: #444;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
    padding: 6px 15px;
}

    .data-meta h4 {
        color: #FFFFFF;
        margin: 0;
        font-size: 18px;
        font-weight: bold;
    }

a.btn-blg {
    color: #666;
}

    a.btn-blg:hover {
        color: #f26826;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

.blog-info p {
    text-align: justify;
    padding-top: 5px;
}

.blog-info ul.blog-icon {
    margin: 0;
    padding: 0;
}

.blog-info ul li {
    display: inline-block;
}

    .blog-info ul li.comment {
        margin-left: 10px;
    }
/*Contact-stylesheets-include-here*/
#contact {
    text-align: center;
    padding: 3% 0% 3% 2%;
}

.contact-sec-1 {
    text-align: left;
}

    .contact-sec-1 h4 {
        font-weight: bold;
        text-align: center;
    }

    .contact-sec-1 ul.contact-form li i.fa {
        font-size: 20px;
        color: #001971;
        /* float:left; */
        margin-right: 10px;
    }

    .contact-sec-1 ul.contact-form li h6 {
        font-size: 16px;
        color: #666;
        margin: 0;
    }

    .contact-sec-1 ul {
        padding: 0;
        position: relative;
        top: 20px;
    }

        .contact-sec-1 ul li {
            display: block;
            padding-bottom: 30px;
        }

            .contact-sec-1 ul li a {
                color: #666;
            }

                .contact-sec-1 ul li a:hover {
                    color: #f26826;
                    -webkit-transition-duration: 0.3s;
                    -moz-transition-duration: 0.3s;
                    -ms-transition-duration: 0.3s;
                    -o-transition-duration: 0.3s;
                    transition-duration: 0.3s;
                }

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

label {
    font-size: 15px;
    font-weight: normal;
    float: left;
    margin: 0px 0px 20px 0px;
}

.form-group {
    margin-bottom: 30px;
}

textarea.form-control {
    min-height: 120px;
    resize: none;
}

.form-control {
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 0;
    box-shadow: none;
}
/*Footer-stylesheets-include-here*/
#footer {
    text-align: center;
}

    #footer .bg-sec h2 {
        color: #FFFFFF;
        font-size: 25px;
        font-weight: normal;
    }

#footer-down {
    position: relative;
    top: 30px;
    text-align: center;
}

    #footer-down h2 {
        color: #444;
        margin: 20px 0px 40px 0px;
        text-transform: none;
    }

.contact-sec-2 h4 {
    margin-bottom: 20px;
    font-weight: bold;
}

#contact ul li {
    /* display:inline-block; */
    text-align: center;
    margin-right: 20px;
    margin-top: 10px;
}
    /* #footer-down ul li a i.fa {contact */
    #contact ul li a i.fa {
        color: #999;
        font-size: 22px;
        border: 2px solid #999;
        height: 50px;
        width: 50px;
        border-radius: 50px;
        padding: 25%;
    }

    #contact ul li.facebook i.fa:hover {
        color: #3b5998;
        border: 2px solid #3b5998;
    }

    #contact ul li.twitter i.fa:hover {
        color: #00aced;
        border: 2px solid #00aced;
    }

    #contact ul li.linkedin i.fa:hover {
        color: #007bb6;
        border: 2px solid #007bb6;
    }

    #contact ul li.google-plus i.fa:hover {
        color: #dd4b39;
        border: 2px solid #dd4b39;
    }

    #contact ul li.youtube i.fa:hover {
        color: #bb0000;
        border: 2px solid #bb0000;
    }

    #contact ul li.instagram i.fa:hover {
        /* color:#517fa4; */
        color: #dc4b55;
        border: 2px solid #dc4b55;
    }

ul li.behance i.fa:hover {
    color: #1769ff;
    border: 2px solid #1769ff;
}

.para-footer {
    background: #001971;
    color: #fff !important;
}

.bg-contact {
    background: #f6f6f6;
}

.contact-sec-1 h5 {
    text-align: center;
}

/*Index-1-Stylesheets-End-Here*/



/*Index-3-Stylesheets-Start-Here*/

/*Full-screen-menu-stylesheet-include-here*/
.top-animate {
    background: #f26826 !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.mid-animate {
    opacity: 0;
}

.bottom-animate {
    background: #f26826 !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-225deg);
}

.top-menu,
.mid-menu,
.bottom-menu {
    width: 28px;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
}

.top-menu {
    top: 5px;
}

.mid-menu {
    top: 13px;
}

.bottom-menu {
    top: 21px;
}

.menui {
    background: #f26826;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
    margin-top: 10px;
    position: absolute;
}

.menu-trigger {
    z-index: 999;
    position: fixed;
    display: block;
    padding: 9px;
    height: 32px;
    width: 32px;
    margin: 0px;
    top: 45px;
    right: 115px;
}

.mobilenav {
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}

    .mobilenav li {
        list-style-type: none;
        text-align: center;
        padding: 10px;
        font-size: 220%;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        width: 100%;
    }

        .mobilenav li:last-child div {
            border-bottom: none;
        }

        .mobilenav li:hover {
            cursor: pointer;
        }

.nav-label {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    display: block;
    width: 350px;
    margin: 0 auto;
}

.mobilenav li:first-child {
    margin-top: 60px;
}

.slider-content {
    position: absolute;
    left: 5%;
    right: 15px;
    top: 27%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-shadow: none;
}

    .slider-content h1 {
        font-size: 51px;
        text-transform: uppercase;
        font-weight: bolder;
        line-height: 80px;
    }

    .slider-content h2 {
        font-size: 25px;
        color: #FFFFFF;
        font-weight: bolder;
        padding: 10px 0px 20px 0px;
    }

    .slider-content p {
        color: #fff;
        font-size: 16px;
        font-weight: inherit;
        line-height: 30px;
    }
/*Index-3-Stylesheets-End-Here*/

/*Index-4-Stylesheets-Start-Here*/
#slider-video {
    position: relative;
}

.hero-section {
    height: 100%;
    padding: 18% 0% 11% 0%;
    overflow: hidden;
}

.hero-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.hero-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    padding-bottom: 10%;
}

    .hero-text h5 {
        color: #FFFFFF;
        text-transform: none;
        padding-top: 15px;
    }

.video-background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.video-background {
    width: 100%;
}

.parallax-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/banner/overaly.png")repeat;
}

a.btn-learn {
    height: 50px;
    width: 50px;
    color: #f26826;
    border: 2px solid #f26826;
    padding: 1% 2%;
    font-size: 15px;
    position: relative;
    top: 40px;
}

    a.btn-learn:hover {
        background: #f26826;
        color: #fff;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
/*Index-4-Stylesheets-End-Here*/

/*Index-5-Stylesheets-Start-Here*/
#slider-parallax .owl-theme .owl-controls .owl-page span {
    background: none;
}

#slider-parallax {
    background: url(../images/Slider/10.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: auto;
}

#slider-parallax {
    height: 680px;
}

.parallex-content {
    position: absolute;
    left: 5%;
    right: 15px;
    top: 35%;
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-shadow: none;
}
/* .slide-sec{
} */

.slide-sec-1 {
    text-align: right;
}

.slide-sec-2 {
    text-align: left;
    padding: 0;
}

.parallex-content h1 {
    font-size: 51px;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 80px;
}

.parallex-content h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bolder;
}

.line-parallex {
    border: 2px solid #fff;
    width: 15%;
    margin-bottom: 30px;
}

.parallex-content h6 {
    color: #fff;
}

/*Basic-Stylesheets-End-Here*/

/*RechargeProcess-Stylesheets-Start-Here*/
.Download {
    margin-top: 5%;
    margin-bottom: 2%;
    background-color: #f26826;
    padding: 2px;
}

    .Download h3,
    .Download p {
        color: white;
    }

#Content {
    margin-left: 15%;
}

#Process,
#Process1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#RegisterUser,
#UnregisterUser {
    padding-right: 5%;
    margin-top: 1%;
}

.ProcessImg {
    text-align: center;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

h2 {
    text-align: center;
    text-justify: none;
    padding-top: 10px;
}

#video_frame,
#video_frame1 {
    padding-top: 40px;
}

@media (max-width: 768px) {
    .Download h3 {
        font-size: 20px;
    }

    .Download p {
        font-size: 14px;
    }

    #Process,
    #Process1 {
        margin-left: 3%;
        margin-right: 3%;
    }

    #RegisterUser,
    #UnregisterUser {
        padding-right: 3%;
    }

    #video_frame,
    #video_frame1 {
        padding-top: 30px;
    }
}
/* CSS to add cursor pointer effect */
.embed-responsive-item {
    cursor: pointer;
  }  
  .banner {
    margin-top: 4%;
    margin-bottom: 2%;
  }
  @media (max-width: 991px) {
    .banner {
      margin-top: 10%;
      margin-bottom: 2%;
    }
  }
  @media (max-width: 500px) {
    .banner {
      margin-top: 15%;
      margin-bottom: 2%;
    }
  }
  @media (max-width: 400px) {
    .banner {
      margin-top: 20%;
      margin-bottom: 2%;
    }
  }
  .para-footer {
    text-align: center;
  }