﻿/**
* Template Name: eBusiness - v4.7.0
* Template URL: https://bootstrapmade.com/ebusiness-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
    height: 100%;
    scroll-behavior: smooth;
    /*Adds smooth scrolling instead of snapping to element
    font-family: 'Raleway', sans-serif;*/
	font-family: 'Roboto',sans-serif;
}






:root {
    --color-default: #364d59;
    --color-primary: #002f99;
    --color-secondary: #52565e;
}






/* Fonts */
:root {
    --font-family: "Roboto",sans-serif,;
    --font-family: 'Roboto',sans-serif;
    --font-family: 'Roboto',sans-serif;
}

/* Colors */
:root {
    --color-default: #000;
    --color-primary: #ce1212;
    --color-secondary: #37373f;
}



/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}






.d-inline-block a {
    color: #fff;
    font-size: 17px;
}

.preview-devices {
    margin-left: auto;
}

.margleft {
    margin-left: 0px !important;
}


.box {
    /* width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;*/
}

/*.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}*/

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 70px auto;
    padding: 0px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    /*transition: all 5s ease-in-out;*/
}

    .popup h2 {
        margin-top: 0;
        color: #fff;
        font-family: 'Roboto',sans-serif;
        background-color: #24C4A3;
        padding: 20px;
        text-align: center;
        border-radius-top: 10px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-size: 24px;
    }

    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}


.popup span {
    content: "\20B9";
}

.popup .content p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #b5b2b2;
    padding-bottom: 11px;
    padding: 10px;
}






.popupn {
    margin: 70px auto;
    padding: 45px;
    background: #fff;
    border-radius: 5px;
    width: 55%;
    position: relative;
    /*transition: all 5s ease-in-out;*/
}

    .popupn h2 {
        margin-top: 0;
        color: #000;
        font-family: 'Roboto',sans-serif;
        /*font-family: 'Roboto',sans-serif;
         background-color: #24C4A3; */
        /* padding: 20px; */
        text-align: left;
        border-radius-top: 10px;
        /* border-top-right-radius: 5px; */
        /* border-top-left-radius: 5px; */
        margin-bottom: 0px;
        /* text-transform: uppercase; */
        font-size: 31px;
        font-weight: 600;
        padding-left: 20px;
        padding-top: 20px;
        word-wrap: break-word;
    }

    .popupn h3 {
        margin-top: 10px;
        color: #000;
        font-family: 'Roboto',sans-serif;
        /*font-family: 'Roboto',sans-serif;
         background-color: #24C4A3; */
        /* padding: 20px; */
        text-align: left;
        border-radius-top: 10px;
        /* border-top-right-radius: 5px; */
        /* border-top-left-radius: 5px; */
        margin-bottom: 0px;
        /* text-transform: uppercase; */
        font-size: 22px;
        padding-left: 20px;
        padding-top: 20px;
        word-wrap: break-word;
    }

    .popupn h4 {
        margin-top: 0;
        color: #7272FF;
        font-family: 'Roboto',sans-serif;
        /* background-color: #24C4A3; */
        /* padding: 20px; */
        text-align: left;
        border-radius-top: 10px;
        /* border-top-right-radius: 5px; */
        /* border-top-left-radius: 5px; */
        margin-bottom: 0px;
        /* text-transform: uppercase; */
        font-size: 23px;
        /* font-weight: 600; */
        padding-left: 20px;
        padding-top: 20px;
        word-wrap: break-word;
    }


    .popupn .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popupn .close:hover {
            color: #06D85F;
        }

    .popupn .content {
        max-height: 30%;
        overflow: auto;
    }

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popupn {
        width: 70%;
    }
}


.popupn span {
    content: "\20B9";
}

.popupn .content p {
    text-transform: lowercase;
    font-weight: 500;
    font-size: 23px;
    padding-bottom: 11px;
    padding: 10px;
}



/* The container */
.container {
    display: block;
    position: relative;
    /*padding-left: 0px;*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    /* background-color: #eee; */
    border: 1px #24C4A3 solid;
    /* background: #24C4A3 0% 0% no-repeat padding-box; */
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.textfont {
    font-size: 18px;
    padding-left: 15px;
}

.buttonbox {
    text-align: center;
    margin-top: 24px;
}

.buttonboxx {
    text-align: right;
    margin-top: 49px;
}

.buttonbox .button {
    display: block;
    width: 115px;
    height: 36px;
    border-radius: 5px;
    background: rgb(36,196,163);
    background: linear-gradient(90deg, rgba(36,196,163,1) 0%, rgba(2,56,153,1) 100%);
    border: solid 0px transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    margin-top: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 15px;
    display: inline-block;
}

.buttonbox .button1 {
    display: block;
    width: 115px;
    height: 36px;
    border-radius: 5px;
    background-color: #FFF;
    border: solid 1px #24c4a3;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    margin-top: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 15px;
    display: inline-block;
}


#header {
    background: #fff;
    height: 65px;
    overflow: hiddent;
    border-bottom: 1px solid #ddd;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 0 10px
}

    #header .logo img {
        height: 30px
    }

    #header .logo a {
        color: #000;
        display: flex;
        align-items: center;
        text-decoration: none;
        font-size: 14px;
        letter-spacing: -.8px;
        font-weight: 500
    }

    #header .logo strong {
        margin-left: 6px;
        text-transform: uppercase
    }

        #header .logo strong span {
            color: #00a6eb
        }



.icon {
    width: 24px;
    height: 24px
}

#preview {
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    bottom: 0;
    transition: all .2s
}

#preview-frame {
    border: 0;
    position: absolute;
    transition: .5s
}

.preview-desktop {
    left: 0;
    width: 100%;
    height: 100%
}

.preview-tablet {
    width: 768px;
    height: 100%;
    left: calc(50% - 384px)
}

.preview-mobile {
    width: 380px;
    height: 680px;
    left: calc(50% - 190px);
    top: 0;
    margin-top: 20px
}

.preview-devices ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    list-style-type: none;
    display: flex;
    align-items: center
}

.preview-devices a {
    transition: .3s;
    border-bottom: 2px solid #fff;
    color: #1e5f8d;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    font-size: 23px;
    border: solid 1px #dfdfdf;
    border-radius: 4px;
}

    .preview-devices a:hover {
        color: #00a6eb
    }

.preview-devices .preview-devices-active a {
    border-bottom: 2px solid #00a6eb;
    color: #00a6eb
}

.navigate {
    margin-left: auto
}

    .navigate .icon-chevron-left,
    .navigate .icon-chevron-right {
        width: 36px;
        height: 36px
    }

    .navigate ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center
    }

    .navigate li {
        margin: 0 0 0 5px
    }

        .navigate li:last-child {
            margin-right: 0
        }

    .navigate a {
        transition: .3s;
        padding: 0 10px;
        border: solid 1px #dfdfdf;
        border-radius: 4px;
        color: #828282;
        display: flex;
        align-items: center;
        height: 40px;
        justify-content: center;
        text-decoration: none
    }

        .navigate a:hover {
            border: solid 1px #00a6eb;
            color: #00a6eb
        }

        .navigate a.download {
            /*background: #00a6eb;
	border: solid 1px #00a6eb;*/
            color: #fff;
            font-size: 15px;
            padding: 0 16px;
            background: rgb(36,196,163);
            background: linear-gradient(90deg, rgba(36,196,163,1) 0%, rgba(2,56,153,1) 100%);
			text-decoration: none;
        }

        .navigate a.downloadbord {
            background-color: transparent;
            border: 1px solid #24c4a3;
            color: #24c4a3;
        }

            .navigate a.downloadbord span {
                padding-left: 4px
            }

        .navigate a.download span {
            padding-left: 4px
        }

        /*.navigate a.downloadbord:hover {
            background: #002f99;
            border-color: #002f99
        }

        .navigate a.download:hover {
            background: #002f99;
            border-color: #002f99
        }*/

        .navigate a.first-latest {
            background: #e6e6e6;
            border: 1px solid #e6e6e6;
            color: #fff
        }

@media (max-width:1024px) {
    .preview-devices {
        display: none
    }

    .popupn {
        width: 85%;
    }
}

@media (max-width:768px) {
    .logo {
        display: none
    }

    .navigate {
        margin: 0;
        width: calc(100% - 4px)
    }

        .navigate ul {
            justify-content: center
        }

        .navigate li {
            flex-grow: 1;
            flex-basis: 0
        }

        .navigate a.download span {
            display: none
        }

    .popupn {
        width: 55%;
    }
}

@media (max-width:375px) {

    .popupn {
        width: 95%;
        padding: 14px;
    }

        .popupn h3 {
            margin-top: 0;
            color: #000;
            font-family: 'Roboto',sans-serif;
            text-align: left;
            margin-bottom: 0px;
            font-size: 17px;
            padding-left: 0px;
            padding-top: 20px;
            word-wrap: break-word;
        }

        .popupn h4 {
            margin-top: 0;
            color: #7272FF;
            font-family: 'Roboto',sans-serif;
            text-align: left;
            margin-bottom: 0px;
            font-size: 17px;
            padding-left: 0px;
            padding-top: 20px;
            word-wrap: break-word;
        }
}



.imgcenter {
    text-align: center;
}

    .imgcenter img {
        /* width: 100px;*/
    }

.imgcenter1 {
    text-align: center;
}



.text-muted {
    color: #495057 !important;
}

.space {
    letter-spacing: .5px;
}

/* 1.3 Links */

a {
    color: #fff;
    transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
}

    a:hover,
    a:focus {
        color: #fff;
        text-decoration: underline;
        outline: none;
    }


/* 1.4 Btn */

.btn {
    background-color: #007BFF;
    font-weight: 600;
    padding: 12px 18px;
    border: none;
    color: white;
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    -ms-border-radius: 2.5px;
    -o-border-radius: 2.5px;
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
}

    .btn:hover,
    .btn:focus {
        background-color: #0062ff;
        color: white;
    }

/* 1.5 Basic Reset */

/*.bg-color {
    background-color: rgba(248, 249, 250, 0.7);
}*/

.bg-color {
    background-color: rgba(248, 249, 250, 0.7);
}

.bg-color2 {
    background-color: rgba(248, 249, 250, 1);
}

.bg-dark {
    background-color: #111213 !important;
}

.bg-dark2 {
    background-color: #2a2c2e !important;
}

.home-wrapper {
    padding: 120px 0 120px;
    position: relative;
}

/*.bg-overlay {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.bg-overlay {
    /* background: rgba(0, 0, 0);*/
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.bg-overlay-8 {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-center {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.home-center-desc {
    display: table-cell;
    vertical-align: middle;
}

.opa {
    position: relative;
    z-index: 1;
}

.justify-vertical {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.no-gutter > .col,
.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

.fullscreen {
    min-height: 100vh !important;
}

.shadow {
    box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;
    ;
}

.fixed-bottom {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.fullscreen--2 {
    min-height: 88vh !important;
}

@media (min-width: 992px) {
    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}

/* 1.0 Reset end */

/* 2 Header */

.sale {
    font-size: 3.2rem;
    font-weight: 500;
    padding: .5rem 0;
    line-height: 2.3;
    float: left;
    width: 100%;
    margin-bottom: 61px;
}

.head {
    font-size: 4.7rem;
    font-weight: 700;
    line-height: 1.2;
}

.sale-item span {
    font-size: 2rem;
    font-weight: 500 !important;
}

@media (min-width: 992px) {
    .hero-3 .fullwidth {
        min-height: 100vh;
    }
}

@media (max-width: 767.98px) {
    .sale {
        font-size: calc(100% + 3vw);
    }

    .head {
        font-size: calc(100% + 7vw);
    }

    header ul > li {
        font-size: calc(60% + 1vw);
    }
}

@media (max-width: 575.98px) {
    .sale {
        font-size: calc(100% + 2.2vw);
    }

    .head {
        font-size: calc(100% + 6vw);
    }

    .sale-item span {
        font-size: calc(100% + 1.2vw);
    }

    .sale-item p {
        font-size: calc(80% + 1vw);
    }
}

@media (max-width: 319.98px) {
    .sale {
        font-size: calc(80% + 2vw);
    }

    .head {
        font-size: calc(80% + 5vw);
    }

    .sale-item span {
        font-size: calc(80% + 1vw);
    }

    .sale-item p {
        font-size: calc(60% + 1vw);
    }
}

.sale-form p {
    font-size: 14px;
}

.custom-form .form-group {
    margin-bottom: 1rem;
}

.custom-form input.form-control,
.custom-form textarea.form-control {
    background-color: transparent;
    font-size: 15px;
    border: 2px solid #ced4da;
}

.custom-form input.form-control {
    height: 47px;
}

.dark .custom-form input.form-control {
    color: #fff;
}

.custom-form input.form-control:hover,
.custom-form textarea.form-control:hover,
.custom-form input.form-control:focus,
.custom-form textarea.form-control:focus {
    box-shadow: none;
    border-color: #3389ff;
}

.bgimg {
    background: url("../content/Images/page-load.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    background-attachment: fixed;
    width: 100%;
    height: 1000px;
    /*background-image: url('/assets/img/loder_img.jpg');
  height: 100%;
  background-position: center;
  background-size: cover;
  /* position: relative; */
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 25px;
}


.topleft {
    position: absolute;
    top: 0;
    left: 16px;
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.middle {
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: 33px;
}

    .middle h1 {
        color: #333;
        font-family: 'Roboto',sans-serif;
        margin: 0 0 15px;
        font-weight: 500;
    }

hr {
    margin: auto;
    width: 40%;
}

.loading_LOGO {
    width: 25%;
    float: left;
}

.buttonload {
    background-color: #04AA6D; /* Green background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 24px; /* Some padding */
    font-size: 21px; /* Set a font-size */
}

/* Add a right margin to each icon */
/*.fa {
    margin-left: -12px;
    margin-right: 8px;
}*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: var(--font-default);
    color: var(--color-default);
    background-color: #f2f9ff;
    padding: 0px;
    margin: 0px;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

    a:hover {
        color: #ec2727;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-secondary);
}

.g-4, .gy-4 {
    --bs-gutter-y: 3.5rem;
}


.chef-member .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 6px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    /*background: #002f99;*/
    background: rgb(36,196,163);
    background: linear-gradient(90deg, rgba(36,196,163,1) 0%, rgba(2,56,153,1) 100%);
    font-family: 'Raleway';
    border: 0px solid;
}

   /* .chef-member .btn-get-started:hover {
        background: #fff;
        color: #002f99;
        border: 1px solid #002f99;
    }*/

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    overflow: hidden;
    padding: 80px 0;
}

.section-bg {
    background-color: #f2f9ff;
}

.section-header {
    text-align: center;
   /* padding-bottom: 70px;*/
}

    .section-header h2 {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 600;
        margin: 0;
        padding: 0;
        color: #000;
        /* text-transform: uppercase;*/
    }

    .section-header p {
        margin: 0;
        font-size: 48px;
        font-weight: 600;
        font-family: var(--font-primary);
        color: #002f99;
    }

        .section-header p span {
            color: var(--color-primary);
        }



/*--------------------------------------------------------------
# Chefs Section
--------------------------------------------------------------*/
.chefs .chef-member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
    transition: 0.3s;
    margin-bottom: 40px;
}

    .chefs .chef-member .member-img {
        position: relative;
        overflow: hidden;
    }

        .chefs .chef-member .member-img img {
            width: 100%;
        }

        .chefs .chef-member .member-img:after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
            /*background: url(../img/team-shape.svg) no-repeat center bottom;*/
            background-size: contain;
            z-index: 1;
        }

    .chefs .chef-member .social {
        position: absolute;
        right: -100%;
        top: 30px;
        opacity: 0;
        border-radius: 4px;
        transition: 0.5s;
        background: rgba(255, 255, 255, 0.3);
        z-index: 2;
    }

        .chefs .chef-member .social a {
            transition: color 0.3s;
            color: rgba(55, 55, 63, 0.4);
            margin: 15px 12px;
            display: block;
            line-height: 0;
            text-align: center;
        }

            .chefs .chef-member .social a:hover {
                color: rgba(55, 55, 63, 0.9);
            }

        .chefs .chef-member .social i {
            font-size: 18px;
        }

    .chefs .chef-member .member-info {
        padding: 10px 15px 20px 15px;
    }

        .chefs .chef-member .member-info h4 {
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 20px;
            color: var(--color-secondary);
        }

        .chefs .chef-member .member-info span {
            display: block;
            font-size: 14px;
            font-weight: 400;
            color: rgba(33, 37, 41, 0.4);
        }

        .chefs .chef-member .member-info p {
            font-style: italic;
            font-size: 14px;
            padding-top: 15px;
            line-height: 26px;
            color: rgba(33, 37, 41, 0.7);
        }

    .chefs .chef-member:hover {
        transform: scale(1.08);
        box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
    }

        .chefs .chef-member:hover .social {
            right: 8px;
            opacity: 1;
        }

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
    overflow: hidden;
}

    .gallery .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .gallery .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #d1d1d7;
            opacity: 1;
        }

        .gallery .swiper-pagination .swiper-pagination-bullet-active {
            background-color: var(--color-primary);
        }

    .gallery .swiper-slide-active {
        text-align: center;
    }

@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0;
    }

    .gallery .swiper-slide-active {
        border: 6px solid var(--color-primary);
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
    }
}






/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .map {
    margin-bottom: 40px;
}

    .contact .map iframe {
        border: 0;
        width: 100%;
        height: 400px;
    }

.contact .info {
    padding: 40px;
    /*box-shadow: 0px 2px 15px rgba(0,0,0,0.75), 0.1);*/
    box-shadow: 0px -2px 45px -15px rgba(0,0,0,0.75);
    overflow: hidden;
}

    .contact .info h3 {
        font-weight: 600;
        font-size: 24px;
    }

    .contact .info p {
        color: var(--color-secondary-light);
        margin-bottom: 30px;
        font-size: 15px;
    }

.contact .info-item + .info-item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}

.contact .info-item i {
    font-size: 24px;
    color: var(--color-primary);
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
}

.contact .info-item h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-secondary);
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--color-secondary-light);
}

.contact .php-email-form {
    width: 100%;
    background: var(--color-white);
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: var(--color-white);
        background: var(--color-red);
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: var(--color-white);
        background: var(--color-green);
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: var(--color-white);
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid var(--color-green);
            border-top-color: var(--color-white);
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input[type=text], .contact .php-email-form input[type=email], .contact .php-email-form textarea {
        border-radius: 0px;
        box-shadow: none;
        font-size: 14px;
    }

        .contact .php-email-form input[type=text]:focus, .contact .php-email-form input[type=email]:focus, .contact .php-email-form textarea:focus {
            border-color: var(--color-secondary-light);
        }

    .contact .php-email-form input[type=text], .contact .php-email-form input[type=email] {
        height: 48px;
        padding: 10px 15px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
        height: 290px;
    }

    .contact .php-email-form button[type=submit] {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #ccc;
        color: #444;
        font-size: 16px;
        font-weight: 700;
        margin-top: 8px;
        padding: 12px 30px;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        border-radius: 30px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: rgba(var(--color-primary-rgb), 0.85);
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.continfo {
    margin-top: 20px
}





#smallbox {
    cursor: pointer;
    float: left;
    width: 100%;
}

.templatepop {
    width: 50% !important;
}

.buttonabout {
    text-align: right;
    margin-top: 17px;
}

    .buttonabout .button {
        display: block;
        width: 125px;
        height: 35px;
        border-radius: 18px;
        background-color: #002f99;
        border: solid 1px transparent;
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        cursor: pointer;
        transition: all 0.1s ease-in-out;
        margin-top: 20px;
        text-align: center;
        margin: 0 auto;
        line-height: 15px;
        display: inline-block;
    }


.headingh2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    /*margin-bottom: 70px;*/
    position: relative;
    text-transform: capitalize;
    text-align: center;
}

.socailme {
    border: 1px solid #444;
    color: #444;
    display: block;
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    margin-right: 0px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin-top: -8px;
}

.disclm p {
    height: 200px;
    overflow: overlay;
}


.footer-area-bottom .fotter_dwon_inn_left {
    margin-top: 20px;
}

    .footer-area-bottom .fotter_dwon_inn_left ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-decoration: none;
        text-align: right;
    }

        .footer-area-bottom .fotter_dwon_inn_left ul li {
            display: inline-block;
            margin: 0 0 0 10px;
        }

            .footer-area-bottom .fotter_dwon_inn_left ul li a {
                color: #666;
            }


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    /*padding: 0 100px;*/
}

    .faq .faq-list ul {
        padding: 0;
        list-style: none;
    }

    .faq .faq-list li + li {
        margin-top: 15px;
    }

    .faq .faq-list li {
        padding: 20px;
        background: #fff;
        border-radius: 4px;
        position: relative;
    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        /*padding: 0 30px;*/
        outline: none;
        cursor: pointer;
    }

    .faq .faq-list .icon-help {
        font-size: 24px;
        position: absolute;
        right: 0;
        left: 20px;
        color: #47b2e4;
    }

    .faq .faq-list .icon-show, .faq .faq-list .icon-close {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq .faq-list p {
        margin-bottom: 0;
        padding: 10px 0 0 0;
    }

    .faq .faq-list .icon-show {
        display: none;
    }

    .faq .faq-list a.collapsed {
        color: #37517e;
        transition: 0.3s;
    }

        .faq .faq-list a.collapsed:hover {
            color: #47b2e4;
        }

        .faq .faq-list a.collapsed .icon-show {
            display: inline-block;
        }

        .faq .faq-list a.collapsed .icon-close {
            display: none;
        }

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

#element {
    height: 100px;
    width: 100%;
    scroll-margin-block-start: 510px;
    /*Adds margin to the top of the viewport*/

    scroll-margin-block-end: 510pxx;
    /*Adds margin to the bottom of the viewport*/
}

#otherElement {
    padding-top: 1000px;
    width: 100%;
}


.ortext {
    text-align: center;
    margin-top: 0;
    color: #919191;
    /* font-family: system-ui; */
    font-size: 17px;
    padding: 18px;
}




.tab-pane b {
    font-weight: bolder;
    font-size: 18px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

/*.tab-pane img {
	height: 245px;
	margin-bottom: 30px;
    width: 100%;
	}	*/

.logo .tooltipmain {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .logo .tooltipmain .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #002f99;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 78%;
        left: 50%;
        margin-left: -60px;
    }

        .logo .tooltipmain .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #002f99 transparent;
        }

    .logo .tooltipmain:hover .tooltiptext {
        visibility: visible;
    }


.well-left .tooltipmain {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .well-left .tooltipmain .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #002f99;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 78%;
        left: 50%;
        margin-left: -60px;
    }

        .well-left .tooltipmain .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #002f99 transparent;
        }

    .well-left .tooltipmain:hover .tooltiptext {
        visibility: visible;
    }



.informa .tooltipmain .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #002f99;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 122%;
    left: 55%;
    margin-left: -60px;
    z-index: 999;
}

    .informa .tooltipmain .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #002f99 transparent;
    }

.informa .tooltipmain:hover .tooltiptext {
    visibility: visible;
}



abbr {
    /*font-style: italic;*/
    position: relative
}

    abbr:hover::after {
        background: #002f99;
        border-radius: 4px;
        bottom: 100%;
        content: attr(title);
        display: block;
        left: 100%;
        padding: 5px;
        position: absolute;
        width: 134px;
        z-index: 1;
        color: #fff;
    }


.tooltipmain .box {
    /* width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;*/
}

.button {
    /*font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;*/
}

    .button:hover {
        /*background: #06D85F;*/
    }

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 70px auto;
    /*padding: 10px;*/
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    /*transition: all 5s ease-in-out;*/
    box-shadow: -1px 3px 25px rgb(255 255 255 / 86%);
    background: -webkit-linear-gradient(top, #fff, #ddd);
    background: -moz-linear-gradient(top, #fff, #ddd);
    background: -ms-linear-gradient(top, #fff, #ddd);
    background: -o-linear-gradient(top, #fff, #ddd);
    background: linear-gradient(to bottom, #fff, #ddd);
}

    .popup h2 {
        margin-top: 0;
        color: #000;
        /*font-family: system-ui;*/
        font-size: 18px;
        line-height: 27px;
        background-color: #333;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E9E9E9)); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #FFFFFF, #E9E9E9); /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #FFFFFF, #E9E9E9); /* FF3.6 */
        background-image: -ms-linear-gradient(top, #FFFFFF, #E9E9E9); /* IE10 */
        background-image: -o-linear-gradient(top, #FFFFFF, #E9E9E9); /* Opera 11.10+ */
        background-image: linear-gradient(top, #FFFFFF, #E9E9E9);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9'); /* IE6-IE9 */
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        border-bottom: 1px solid #FFFFFF;
        padding: 10px
    }

    .popup .close {
        position: absolute;
        top: -8px;
        right: 15px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
        z-index: 9999999;
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        max-height: 30%;
        /*overflow: auto;*/
        padding: 20px;
        overflow: hidden;
    }

@media screen and (max-width: 768px) {
    .box {
        width: 100%;
    }

    .popup {
        width: 80%;
    }
}

.buttonbox {
    text-align: center;
}

    .buttonbox .button {
        display: block;
        width: 220px;
        height: 36px;
        border-radius: 18px;
        background-color: #002f99;
        border: solid 0px transparent;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        cursor: pointer;
        transition: all 0.1s ease-in-out;
        margin-top: 20px;
        text-align: center;
        margin: 0 auto;
        line-height: 15px;
        display: inline-block;
    }

.content label {
    margin-top: 0;
    color: #000;
    /*font-family: system-ui;*/
    font-size: 16px;
}

.fromhover:hover {
    background: rgb(235, 236, 240);
}

.textareabutton {
    -webkit-box-align: baseline;
    align-items: baseline;
    border-width: 0px;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-flex;
    font-size: inherit;
    font-style: normal;
    font-family: inherit;
    font-weight: 500;
    max-width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
    white-space: nowrap;
    background: rgb(245, 246, 248);
    cursor: pointer;
    height: 2em;
    line-height: 2.28571em;
    padding: 10px 2px;
    vertical-align: middle;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 31%) 0px 0px 1px;
    width: 38px;
    z-index: 200;
    color: #000 !important;
    font-size: 18px;
}


.textareabutton1 {
    -webkit-box-align: baseline;
    align-items: baseline;
    border-width: 0px;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-flex;
    font-size: inherit;
    font-style: normal;
    font-family: inherit;
    font-weight: 500;
    max-width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
    white-space: nowrap;
    background: rgb(245, 246, 248);
    cursor: pointer;
    height: 2em;
    line-height: 1.28571em;
    padding: 10px 2px;
    vertical-align: middle;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 31%) 0px 0px 1px;
    width: 74px;
    z-index: 200;
    color: #000 !important;
    font-size: 18px;
}

.textaright .textareabutton i {
    font-size: 15px !important;
    color: #000000 !important;
    /* border-radius: 50%; */
    padding: 8px !important;
    border: 0px dotted #fbdad2 !important;
    line-height: 1px !important;
}

.textaright .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #002f99;
}

.textcenter {
    text-align: center;
}

.textcenter1 {
    text-align: center;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}


.testimu {
    width: 33%;
    text-align: center;
    margin: 0 auto;
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .img {
    border-radius: 8px;
    overflow: hidden;
}



    .services .img img {
        transition: 0.6s;
    }



.services .details {
    padding: 33px 10px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    position: relative;
    background: #fff;
    opacity: 0.9;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px;
    /*opacity:0.1*/
}



    .services .details .icon {
        margin: 0;
        width: 72px;
        height: 72px;
        /*background: #002f99;*/
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        color: #002f99;
        font-size: 28px;
        transition: ease-in-out 0.3s;
        position: absolute;
        top: -36px;
        left: calc(50% - 36px);
        background: #fff;
        border: 2px solid #002f99;
    }



    .services .details h3 {
        color: var(--color-default);
        font-weight: 700;
        margin: 40px 0 15px 0;
        font-size: 22px;
        transition: ease-in-out 0.3s;
    }



    .services .details p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }



.services .service-item:hover .details h3 {
    color: var(--color-primary);
}



.services .service-item:hover .details .icon {
    background: #002f99;
    border: 6px solid #fff;
    color: #fff;
}



    .services .service-item:hover .details .icon i {
        color: #fff;
    }



.services .service-item:hover .img img {
    transform: scale(1.2);
}



.cta-btn {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
    background: #0189a1;
    opacity: 0.9
}



/*--------------------------------------------------------------*/
# Alt Services Section
.alt-services .img-bg {
    background-size: cover;
    background-position: center center;
    min-height: 400px;
}

.alt-services h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

    .alt-services h3:after {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 3px;
        background: var(--color-primary);
        left: 0;
        bottom: 0;
    }

.alt-services .icon-box {
    margin-top: 30px;
}

    .alt-services .icon-box i {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-primary);
        margin-right: 25px;
        font-size: 28px;
        width: 56px;
        height: 56px;
        border-radius: 4px;
        line-height: 0;
        box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
        background-color: #fff;
        transition: 0.3s;
    }

    .alt-services .icon-box:hover i {
        background-color: var(--color-primary);
        color: #fff;
    }

    .alt-services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px;
    }

        .alt-services .icon-box h4 a {
            color: #000;
            transition: 0.3s;
        }

            .alt-services .icon-box h4 a:hover {
                color: var(--color-primary);
            }

    .alt-services .icon-box p {
        /*line-height: 50px;*/
        font-size: 17px;
        margin-bottom: 0;
    }

.alt-services {
    background-color: #f5f6f7;
}


.about p {
    margin-bottom: 30px;
}

.buttoncss {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #002f99;
}

    .buttoncss:hover {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 32px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        color: #fff;
        background: #002f99;
    }


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    pad ding-top: 0;
}

    .features .nav-tabs {
        border: 0;
    }

    .features .nav-link {
        border: 0;
        padding: 25px 20px;
        transition: 0.3s;
        color: #2b2320;
    }

        .features .nav-link:hover {
            color: #f03c02;
        }

        .features .nav-link h4 {
            font-size: 18px;
            font-weight: 600;
        }

        .features .nav-link p {
            font-size: auto;
            margin-bottom: 0;
        }

        .features .nav-link.active {
            box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
            color: #f03c02;
        }

        .features .nav-link.hover {
            box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
            color: #f03c02;
        }

    .features .tab-pane.active {
        -webkit-animation: slide-down 0.5s ease-out;
        animation: slide-down 0.5s ease-out;
    }

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.content section {
    padding: 0px 0;
    overflow: hidden;
    float: left;
    width: 100%;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
    float: left;
    width: 100%;
}

.section-header {
    text-align: center;
    /*padding-bottom: 40px;*/
}

    .section-header h2 {
        font-size: 48px;
        font-weight: 300;
        margin-bottom: 20px;
        color: var(--color-secondary);
    }

    .section-header p {
        margin: 0 auto;
        color: var(--color-secondary-light);
    }

@media (min-width: 1280px) {
    .section-header p {
        max-width: 80%;
    }
}



.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    /*color: #444;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto',sans-serif;
    margin: 0 0 15px;
    /*color: #444;*/
    font-weight: 500;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    a:hover {
        color: #3EC1D5;
        text-decoration: none;
    }

    a:active, a:hover {
        outline: 0 none;
    }

body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 22px;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #002f99;
    width: 40px;
    height: 40px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #60ccdc;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input, select, textarea, input[type=text], input[type=date], input[type=url], input[type=email], input[type=password], input[type=tel], button, button[type=submit] {
    -moz-appearance: none;
    box-shadow: none !important;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.gif") no-repeat center center;
}

::-moz-selection {
    background: #3EC1D5;
    text-shadow: none;
}

::selection {
    background: #3EC1D5;
    text-shadow: none;
}

.area-padding {
    padding: 70px 0px 80px;
    float: left;
    width: 100%;
}

.area-padding-2 {
    padding: 70px 0px 50px;
}

.padding-2 {
    padding-bottom: 90px;
}

.section-headline h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative;
    text-transform: capitalize;
}

    .section-headline h2::after {
        border: 1px solid #333;
        bottom: -20px;
        content: "";
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 40%;
    }

.sec-head {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /*height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(255, 255, 255, 0.5);*/
}

    #header.header-scrolled {
        background: rgba(0, 0, 0, 0.8);
        height: 64px;
    }

    #header .logo h1 {
        font-size: 14px;
        margin: 0 auto;
        padding: 0;
        line-height: 1;
        font-weight: bold;
    }

        #header .logo h1 span {
            color: #002f99;
        }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #fff;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 51px;
    }

@media (max-width: 768px) {
    #header {
        height: 64px;
        background: rgba(0, 0, 0, 0.8);
    }

        #header .logo h1 {
            font-size: 10px;
        }

        #header .logo img {
            padding: 0;
            margin: 0;
            max-height: 39px;
        }
}

.header-bg {
    background: url(../img/background/page-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 120px 0 60px;
}

    .header-bg::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
    }

@media (min-width: 1025px) {
    .header-bg {
        background-attachment: fixed;
    }
}

@media (min-width: 768px) {
    .header-bg {
        background-attachment: fixed;
    }
}

@media (min-width: 500px) {
    .header-bg {
        background-attachment: fixed;
    }
}

@media (min-width: 425px) {
    .header-bg {
        background-attachment: fixed;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #fff;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            text-transform: none;
            color: #0d2529;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #002f99;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1, 2, 2, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #0d2529;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #002f99;
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #002f99;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 72vh;
    background: #000;
    overflow: hidden;
    position: relative;
}

@media (max-height: 500px) {
    #hero {
        height: 150vh;
    }
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    #hero .carousel-item::before {
        content: "";
        background-color: rgba(0, 0, 0, 0.7);
    }

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
}

#hero .container {
    text-align: center;
}

#hero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 20px;
        line-height: 1.2;
    }
}

#hero p {
    width: 80%;
    font-size: 38px;
    line-height: 1.2;
    margin: 0 auto 30px auto;
    color: #fff;
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }
}

@media (max-width: 768px) {
    #hero p {
        font-size: 28px;
        line-height: 1.2;
    }
}

#hero .carousel-fade {
    overflow: hidden;
}

    #hero .carousel-fade .carousel-inner .carousel-item {
        transition-property: opacity;
    }

    #hero .carousel-fade .carousel-inner .carousel-item,
    #hero .carousel-fade .carousel-inner .active.carousel-item-start,
    #hero .carousel-fade .carousel-inner .active.carousel-item-end {
        opacity: 0;
    }

    #hero .carousel-fade .carousel-inner .active,
    #hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
    #hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
        opacity: 1;
        transition: 0.5s;
    }

        #hero .carousel-fade .carousel-inner .carousel-item-next,
        #hero .carousel-fade .carousel-inner .carousel-item-prev,
        #hero .carousel-fade .carousel-inner .active.carousel-item-start,
        #hero .carousel-fade .carousel-inner .active.carousel-item-end {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

#hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {
    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%;
    }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#hero .carousel-indicators li {
    cursor: pointer;
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #002f99;
}

    #hero .btn-get-started:hover {
        background: #fff;
        color: #002f99;
    }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-area {
    background-color: #f9f9f9;
    float: left;
    width: 100%;
}

.single-well > a {
    display: block;
}

.single-well ul li {
    color: #444;
    display: block;
    padding: 5px 0;
}

    .single-well ul li i {
        color: #3EC1D5;
        margin-right: 5px;
        font-size: 18px;
    }

.single-well p {
    color: #444;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-icon {
    color: #444;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}

.section-headline.services-head > h2 {
    margin-bottom: 25px;
}

.services-details {
    padding-top: 40px;
    transition: all 0.5s ease 0s;
}

    .services-details:hover h4, .services-details:hover .services-icon {
        color: #3EC1D5;
    }

.row.second-row {
    margin-top: 40px;
}

.section-head > h2 {
    color: #333;
}

.single-services > h4 {
    color: #444;
    font-size: 24px;
    font-weight: 500;
}

.single-services > p {
    color: #333;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-member {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    display: block;
    margin-right: -15px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

    .team-member::before {
        background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        margin-right: -15px;
        padding: 10px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        transition: 5s;
        transform: scale(1);
    }

    .team-member:hover.team-member::before {
        transform: scale(1.2);
    }

.single-team-member {
    border: 1px solid #ddd;
}

.team-left-text h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.team-left-text p {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
}

.email-news {
    display: block;
    margin: 30px 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

    .email-news .email_button input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #fff;
        color: #fff;
        float: left;
        font-size: 13px;
        padding: 8px;
        width: 81%;
    }

    .email-news .email_button > button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #fff;
        color: #fff;
        float: left;
        font-size: 16px;
        padding: 8px 12px;
        text-align: center;
    }

        .email-news .email_button > button:hover {
            background: #3EC1D5;
            border: 1px solid #fff;
            color: #fff;
        }

.team-left-icon ul li {
    display: inline-block;
}

    .team-left-icon ul li a:hover {
        color: #3EC1D5;
        background: #fff;
        border: 2px solid #fff;
    }

    .team-left-icon ul li a {
        border: 2px solid #fff;
        color: #fff;
        display: block;
        font-size: 16px;
        height: 40px;
        line-height: 37px;
        margin: 0 3px;
        width: 40px;
    }

.team-member-carousel .single-team-member {
    overflow: hidden;
    width: 100%;
}

.single-team-member:hover .team-img a:after {
    opacity: 1;
}

.single-team-member:hover .team-social-icon {
    top: 45%;
    opacity: 1;
}

.team-img {
    position: relative;
}

    .team-img > a {
        display: block;
    }

        .team-img > a::after {
            background: rgba(0, 0, 0, 0.7);
            bottom: 0;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            transition: all 0.5s ease 0s;
            width: 100%;
            opacity: 0;
        }

.team-social-icon {
    left: 50%;
    margin-left: -61px;
    opacity: 0;
    position: absolute;
    top: 30%;
    transition: 1.3s;
}

    .team-social-icon ul li {
        display: inline-block;
    }

        .team-social-icon ul li a {
            border: 1px solid #fff;
            border-radius: 50%;
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            height: 34px;
            width: 34px;
            margin: 0 3px;
        }

            .team-social-icon ul li a i {
                line-height: 0;
            }

            .team-social-icon ul li a:hover {
                color: #fff;
                border: 1px solid #3EC1D5;
                background: #3EC1D5;
            }

.team-content {
    padding: 10px 0px;
}

    .team-content > h4, .team-content > p {
        color: #444;
        margin-bottom: 5px;
    }

    .team-content.head-team p {
        margin-bottom: 0;
    }

.team-left-icon.text-center {
    margin-bottom: 20px;
}

.head-team h4 {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.reviews-area {
    background: url(../img/background/reviews-bg.jpg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
}

.work-left-text {
    background: #3EC1D5 none repeat scroll 0 0;
}

.work-right-text {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

    .work-right-text h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
    }

    .work-right-text h5 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 34px;
        text-transform: uppercase;
    }

    .work-right-text .sus-btn {
        margin-left: 0;
        margin-top: 20px;
    }

.single-awesome-4 {
    display: block;
    float: left;
    overflow: hidden;
    width: 33.33%;
}

    .single-awesome-4 .add-actions {
        padding: 10px 20px;
    }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.pst-content {
    padding-left: 10px;
}

#portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

    #portfolio-flters li {
        cursor: pointer;
        margin: 15px 15px 15px 0;
        display: inline-block;
        padding: 8px 24px;
        font-size: 12px;
        line-height: 20px;
        color: #555;
        border-radius: 50px;
        text-transform: uppercase;
        background: #fff;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border: 1px solid #444;
    }

        #portfolio-flters li:hover, #portfolio-flters li.filter-active {
            border-color: #3EC1D5;
            background: #3EC1D5;
            color: #fff;
        }

        #portfolio-flters li:last-child {
            margin-right: 0;
        }

.single-awesome-portfolio {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 25%;
    position: relative;
}

.single-awesome-project {
    overflow: hidden;
    margin-bottom: 30px;
}

.first-item {
    margin-bottom: 30px;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

    .awesome-img > a {
        display: block;
        position: relative;
    }

.single-awesome-project:hover .awesome-img > a::after {
    opacity: 1;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
    bottom: 0;
}

.awesome-img > a::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.add-actions {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 30px;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.project-dec {
    display: block;
    height: 100%;
    width: 100%;
}

    .project-dec a {
        display: block;
        height: 100%;
        width: 100%;
    }

    .project-dec h4 {
        margin-bottom: 5px;
    }

        .project-dec h4:hover {
            color: #fff;
        }

    .project-dec h4 {
        color: #ddd;
        font-size: 24px;
        margin-top: -45px;
        padding-top: 50%;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 800;
    }

    .project-dec span {
        color: #ddd;
        font-size: 13px;
    }

.project-action-btn {
    display: block;
    height: 100%;
    text-align: center;
    transition: all 1s ease 0s;
    width: 100%;
}

    .project-action-btn li {
        display: block;
        height: 100%;
        width: 100%;
    }

        .project-action-btn li a {
            display: block;
            height: 100%;
            width: 100%;
        }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing-area {
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
    border: 1px solid #ccc;
    text-align: center;
    transition: all 0.4s ease 0s;
    background: #fff;
    margin-bottom: 17px;
}

    .pri_table_list h3 span {
        font-size: 16px;
    }

    .pri_table_list ol li {
        border-bottom: 1px solid #ccc;
        color: #666;
        padding: 12px 15px;
        position: relative;
        display: flex;
        align-items: center;
    }

    .pri_table_list li.check {
        font-weight: 600;
    }

        .pri_table_list li.check i {
            color: #3EC1D5;
            line-height: 0;
            font-size: 24px;
            margin-right: 5px;
        }

    .pri_table_list li.cross {
        text-decoration: line-through;
        color: #999;
    }

        .pri_table_list li.cross i {
            color: #999;
            line-height: 0;
            font-size: 24px;
            margin-right: 5px;
        }

    .pri_table_list button {
        background: #444 none repeat scroll 0 0;
        border: 1px solid #444;
        color: #fff;
        margin-bottom: 25px;
        padding: 10px 35px;
        text-transform: uppercase;
        transition: all 0.4s ease 0s;
        border-radius: 30px;
    }

    .pri_table_list > h3 {
        color: #333;
        font-size: 24px;
        font-weight: 700;
        line-height: 25px;
        padding: 30px 0 20px;
        text-transform: uppercase;
        transition: all 0.4s ease 0s;
    }

    .pri_table_list ol {
        list-style: outside none none;
        margin: 0;
        padding: 0 0 25px;
    }

    .pri_table_list.active {
        transition: all 0.4s ease 0s;
        position: relative;
        overflow: hidden;
    }

.saleon {
    background: #3EC1D5 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    left: -26px;
    padding: 2px 25px;
    position: absolute;
    text-transform: uppercase;
    top: 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.pri_table_list > button:hover {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
}

.active > h3 {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #333;
    transition: all 0.4s ease 0s;
}

.active > button {
    background: #3EC1D5 none repeat scroll 0 0;
    border: 1px solid #3EC1D5;
    color: #fff;
    transition: 0.4s;
}

    .active > button:hover {
        background: #333 none repeat scroll 0 0;
        border: 1px solid #333;
        color: #fff;
        transition: 0.4s;
    }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    padding: 80px 0;
    background: url("../img/background/slider-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    float: left;
    width: 100%;
}

    .testimonials::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
    }

.testimonialsinner {
    background-color: #fff;
}


.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    text-align: center;
    color: #fff;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 100px;
        border-radius: 50%;
        border: 6px solid rgba(255, 255, 255, 0.15);
        margin: 0 auto;
    }

    .testimonials .testimonial-item h3 {
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #fff;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #ddd;
        margin: 0 0 15px 0;
    }

    .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
        color: rgba(255, 255, 255, 0.4);
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 auto 15px auto;
        color: #eee;
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: rgba(255, 255, 255, 0.5);
        opacity: 1;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #002f99;
    }

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}






/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonialsinn .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonialsinn .testimonial-item {
    box-sizing: content-box;
    padding: 40px;
    box-shadow: 0px 3px 24px rgb(0 0 0 / 8%);
    position: relative;
    background: #fff;
    height: 250px;
}

    .testimonialsinn .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50px;
        border: 6px solid #fff;
        float: left;
        margin: 0 10px 0 0;
    }

    .testimonialsinn .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .testimonialsinn .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .testimonialsinn .testimonial-item .quote-icon-left, .testimonialsinn .testimonial-item .quote-icon-right {
        color: #f8d1d3;
        font-size: 26px;
    }

    .testimonialsinn .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonialsinn .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonialsinn .testimonial-item p {
        font-style: italic;
        margin: 15px 0 38px 0;
        padding: 0;
    }





















/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.suscribe-area {
    background: #3EC1D5 none repeat scroll 0 0;
    padding: 30px 0;
    float: left;
    width: 100%;
}

.suscribe-text {
    display: block;
    padding: 10px 0;
}

    .suscribe-text h3 {
        color: #fff;
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.sus-btn {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #3EC1D5;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-left: 100px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
}

    .sus-btn:hover {
        background: #3EC1D5 none repeat scroll 0 0;
        border: 2px solid #fff;
        color: #fff;
    }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
    height: auto;
    width: 100%;
}

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}

.contact-content-right {
    padding: 100px;
}

.single-icon i {
    font-size: 32px;
    width: 50px;
    height: 50px;
    line-height: 56px;
    border-radius: 50%;
    margin-bottom: 30px;
    color: #002f99;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
}

.contact-icon {
    margin-bottom: 40px;
}

#google-map {
    height: 370px;
    margin-bottom: 20px;
}

.php-email-form .validate {
    display: none;
    color: red;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

    .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }

.php-email-form input, .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

    .php-email-form input:focus, .php-email-form textarea:focus {
        border-color: #002f99;
    }

.php-email-form input {
    padding: 10px 15px;
}

.php-email-form textarea {
    padding: 12px 15px;
}

.php-email-form button[type=submit] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

    .recent-blog-posts .post-item .post-img img {
        transition: 0.5s;
    }

    .recent-blog-posts .post-item .post-date {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: var(--color-primary);
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        padding: 6px 12px;
        font-weight: 500;
    }

    .recent-blog-posts .post-item .post-content {
        padding: 30px;
    }

    .recent-blog-posts .post-item .post-title {
        font-size: 24px;
        color: var(--color-secondary);
        font-weight: 700;
        transition: 0.3s;
        margin-bottom: 15px;
    }

    .recent-blog-posts .post-item .meta i {
        font-size: 16px;
        color: var(--color-primary);
    }

    .recent-blog-posts .post-item .meta span {
        font-size: 15px;
        color: #838893;
    }

    .recent-blog-posts .post-item hr {
        color: #888;
        margin: 20px 0;
    }

    .recent-blog-posts .post-item .readmore {
        display: flex;
        align-items: center;
        font-weight: 600;
        line-height: 1;
        transition: 0.3s;
        color: #838893;
    }

        .recent-blog-posts .post-item .readmore i {
            line-height: 0;
            margin-left: 6px;
            font-size: 16px;
        }

    .recent-blog-posts .post-item:hover .post-title,
    .recent-blog-posts .post-item:hover .readmore {
        color: var(--color-primary);
    }

    .recent-blog-posts .post-item:hover .post-img img {
        transform: scale(1.1);
    }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
    margin-top: 30px;
    color: #838893;
}

    .blog .blog-pagination ul {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .blog .blog-pagination li {
        margin: 0 5px;
        transition: 0.3s;
    }

        .blog .blog-pagination li a {
            color: var(--color-secondary);
            padding: 7px 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .blog .blog-pagination li.active,
        .blog .blog-pagination li:hover {
            background: var(--color-primary);
            color: #fff;
        }

            .blog .blog-pagination li.active a,
            .blog .blog-pagination li:hover a {
                color: var(--color-white);
            }

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.blog .posts-list .post-img img {
    transition: 0.5s;
}

.blog .posts-list .post-date {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--color-primary);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
}

.blog .posts-list .post-content {
    padding: 30px;
}

.blog .posts-list .post-title {
    font-size: 24px;
    color: var(--color-secondary);
    font-weight: 700;
    transition: 0.3s;
    margin-bottom: 15px;
}

.blog .posts-list .meta i {
    font-size: 16px;
    color: var(--color-primary);
}

.blog .posts-list .meta span {
    font-size: 15px;
    color: #838893;
}

.blog .posts-list p {
    margin-top: 20px;
}

.blog .posts-list hr {
    color: #888;
    margin-bottom: 20px;
}

.blog .posts-list .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    color: #838893;
}

    .blog .posts-list .readmore i {
        line-height: 0;
        margin-left: 6px;
        font-size: 16px;
    }

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
    color: var(--color-primary);
}

.blog .posts-list .post-item:hover .post-img img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

    .blog .blog-details .post-img {
        margin: -30px -30px 20px -30px;
        overflow: hidden;
    }

    .blog .blog-details .title {
        font-size: 28px;
        font-weight: 700;
        padding: 0;
        margin: 20px 0 0 0;
        color: var(--color-secondary);
    }

    .blog .blog-details .content {
        margin-top: 20px;
    }

        .blog .blog-details .content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .blog-details .content blockquote {
            overflow: hidden;
            background-color: rgba(82, 86, 94, 0.06);
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .blog-details .content blockquote p {
                color: var(--color-default);
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .blog-details .content blockquote:after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: var(--color-primary);
                margin-top: 20px;
                margin-bottom: 20px;
            }

    .blog .blog-details .meta-top {
        margin-top: 20px;
        color: #6c757d;
    }

        .blog .blog-details .meta-top ul {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            align-items: center;
            padding: 0;
            margin: 0;
        }

            .blog .blog-details .meta-top ul li + li {
                padding-left: 20px;
            }

        .blog .blog-details .meta-top i {
            font-size: 16px;
            margin-right: 8px;
            line-height: 0;
            color: var(--color-primary);
        }

        .blog .blog-details .meta-top a {
            color: #6c757d;
            font-size: 14px;
            display: inline-block;
            line-height: 1;
            transition: 0.3s;
        }

            .blog .blog-details .meta-top a:hover {
                color: var(--color-primary);
            }

    .blog .blog-details .meta-bottom {
        padding-top: 10px;
        border-top: 1px solid rgba(82, 86, 94, 0.15);
    }

        .blog .blog-details .meta-bottom i {
            color: #838893;
            display: inline;
        }

        .blog .blog-details .meta-bottom a {
            color: rgba(82, 86, 94, 0.8);
            transition: 0.3s;
        }

            .blog .blog-details .meta-bottom a:hover {
                color: var(--color-primary);
            }

        .blog .blog-details .meta-bottom .cats {
            list-style: none;
            display: inline;
            padding: 0 20px 0 0;
            font-size: 14px;
        }

            .blog .blog-details .meta-bottom .cats li {
                display: inline-block;
            }

        .blog .blog-details .meta-bottom .tags {
            list-style: none;
            display: inline;
            padding: 0;
            font-size: 14px;
        }

            .blog .blog-details .meta-bottom .tags li {
                display: inline-block;
            }

                .blog .blog-details .meta-bottom .tags li + li::before {
                    padding-right: 6px;
                    color: var(--color-default);
                    content: ",";
                }

        .blog .blog-details .meta-bottom .share {
            font-size: 16px;
        }

            .blog .blog-details .meta-bottom .share i {
                padding-left: 5px;
            }

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

    .blog .post-author img {
        max-width: 120px;
        margin-right: 20px;
    }

    .blog .post-author h4 {
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 0px;
        padding: 0;
        color: var(--color-secondary);
    }

    .blog .post-author .social-links {
        margin: 0 10px 10px 0;
    }

        .blog .post-author .social-links a {
            color: rgba(82, 86, 94, 0.5);
            margin-right: 5px;
        }

    .blog .post-author p {
        font-style: italic;
        color: rgba(108, 117, 125, 0.8);
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

    .blog .sidebar .sidebar-title {
        font-size: 20px;
        font-weight: 700;
        padding: 0;
        margin: 0;
        color: var(--color-secondary);
    }

    .blog .sidebar .sidebar-item + .sidebar-item {
        margin-top: 40px;
    }

    .blog .sidebar .search-form form {
        background: #fff;
        border: 1px solid rgba(82, 86, 94, 0.3);
        padding: 3px 10px;
        position: relative;
    }

        .blog .sidebar .search-form form input[type=text] {
            border: 0;
            padding: 4px;
            border-radius: 4px;
            width: calc(100% - 40px);
        }

            .blog .sidebar .search-form form input[type=text]:focus {
                outline: none;
            }

        .blog .sidebar .search-form form button {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            border: 0;
            background: none;
            font-size: 16px;
            padding: 0 15px;
            margin: -1px;
            background: var(--color-primary);
            color: var(--color-secondary);
            transition: 0.3s;
            border-radius: 0 4px 4px 0;
            line-height: 0;
        }

            .blog .sidebar .search-form form button i {
                line-height: 0;
            }

            .blog .sidebar .search-form form button:hover {
                background: rgba(254, 185, 0, 0.8);
            }

    .blog .sidebar .categories ul {
        list-style: none;
        padding: 0;
    }

        .blog .sidebar .categories ul li + li {
            padding-top: 10px;
        }

        .blog .sidebar .categories ul a {
            color: var(--color-secondary);
            transition: 0.3s;
        }

            .blog .sidebar .categories ul a:hover {
                color: var(--color-default);
            }

            .blog .sidebar .categories ul a span {
                padding-left: 5px;
                color: rgba(54, 77, 89, 0.4);
                font-size: 14px;
            }

    .blog .sidebar .recent-posts .post-item {
        display: flex;
    }

        .blog .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px;
        }

    .blog .sidebar .recent-posts img {
        max-width: 80px;
        margin-right: 15px;
    }

    .blog .sidebar .recent-posts h4 {
        font-size: 15px;
        font-weight: bold;
    }

        .blog .sidebar .recent-posts h4 a {
            color: var(--color-secondary);
            transition: 0.3s;
        }

            .blog .sidebar .recent-posts h4 a:hover {
                color: var(--color-primary);
            }

    .blog .sidebar .recent-posts time {
        display: block;
        font-style: italic;
        font-size: 14px;
        color: rgba(54, 77, 89, 0.4);
    }

    .blog .sidebar .tags {
        margin-bottom: -10px;
    }

        .blog .sidebar .tags ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .tags ul li {
                display: inline-block;
            }

            .blog .sidebar .tags ul a {
                color: #838893;
                font-size: 14px;
                padding: 6px 14px;
                margin: 0 6px 8px 0;
                border: 1px solid rgba(131, 136, 147, 0.4);
                display: inline-block;
                transition: 0.3s;
            }

                .blog .sidebar .tags ul a:hover {
                    color: var(--color-secondary);
                    border: 1px solid var(--color-primary);
                    background: var(--color-primary);
                }

                .blog .sidebar .tags ul a span {
                    padding-left: 5px;
                    color: rgba(131, 136, 147, 0.8);
                    font-size: 14px;
                }

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
    margin-top: 30px;
}

    .blog .comments .comments-count {
        font-weight: bold;
    }

    .blog .comments .comment {
        margin-top: 30px;
        position: relative;
    }

        .blog .comments .comment .comment-img {
            margin-right: 14px;
        }

            .blog .comments .comment .comment-img img {
                width: 60px;
            }

        .blog .comments .comment h5 {
            font-size: 16px;
            margin-bottom: 2px;
        }

            .blog .comments .comment h5 a {
                font-weight: bold;
                color: var(--color-default);
                transition: 0.3s;
            }

                .blog .comments .comment h5 a:hover {
                    color: var(--color-primary);
                }

            .blog .comments .comment h5 .reply {
                padding-left: 10px;
                color: var(--color-secondary);
            }

                .blog .comments .comment h5 .reply i {
                    font-size: 20px;
                }

        .blog .comments .comment time {
            display: block;
            font-size: 14px;
            color: rgba(82, 86, 94, 0.8);
            margin-bottom: 5px;
        }

        .blog .comments .comment.comment-reply {
            padding-left: 40px;
        }

    .blog .comments .reply-form {
        margin-top: 30px;
        padding: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .comments .reply-form h4 {
            font-weight: bold;
            font-size: 22px;
        }

        .blog .comments .reply-form p {
            font-size: 14px;
        }

        .blog .comments .reply-form input {
            border-radius: 4px;
            padding: 10px 10px;
            font-size: 14px;
        }

            .blog .comments .reply-form input:focus {
                box-shadow: none;
                border-color: rgba(254, 185, 0, 0.8);
            }

        .blog .comments .reply-form textarea {
            border-radius: 4px;
            padding: 10px 10px;
            font-size: 14px;
        }

            .blog .comments .reply-form textarea:focus {
                box-shadow: none;
                border-color: rgba(254, 185, 0, 0.8);
            }

        .blog .comments .reply-form .form-group {
            margin-bottom: 25px;
        }

        .blog .comments .reply-form .btn-primary {
            border-radius: 4px;
            padding: 10px 20px;
            border: 0;
            background-color: var(--color-secondary);
        }

            .blog .comments .reply-form .btn-primary:hover {
                color: var(--color-secondary);
                background-color: var(--color-primary);
            }




/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-area {
    height: auto;
    width: 100%;
    float: left;
}

.blog-text h4 a {
    color: #444;
    text-decoration: none;
}

.blog-text h4 {
    color: #444;
    margin-bottom: 15px;
}

.blog-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    text-decoration: none;
}

.blog-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    display: inline-block;
    padding: 0 1px 5px 0;
    position: relative;
    text-decoration: none;
}

.blog-btn {
    position: relative;
}

    .blog-btn::after {
        content: "\f178";
        font-family: fontawesome;
        position: absolute;
        right: -20px;
        top: 1px;
        transition: all 0.3s ease 0s;
    }

    .blog-btn:hover::after {
        right: -30px;
    }

    .blog-btn:hover {
        color: #333;
        text-decoration: none;
    }

.blog_meta span.date_type i {
    margin-left: 5px;
}

.blog-meta span.comments-type {
    margin-left: 5px;
}

.blog-meta span i {
    padding-right: 10px;
}

.blog-content .blog-meta {
    border-bottom: 1px dotted #333;
}

.blog-meta {
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}

    .comments-type > a, .date-type, .blog-meta span.comments-type {
        color: #333;
        letter-spacing: 1px;
        margin-right: 5px;
    }

    .blog-meta .comments-type i {
        padding-right: 0 !important;
    }

.blog-content-right .comments-type > a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
    color: #fff;
    letter-spacing: 1px;
}

.single-blog .ready-btn {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

    .single-blog .ready-btn:hover {
        border: 1px solid #3EC1D5;
        color: #fff;
    }

.blog-text {
    margin-top: 20px;
}

/*--------------------------------------------------------------
# Blog page
--------------------------------------------------------------*/
.page-area {
    position: relative;
}

.blog-page .banner-box {
    margin-bottom: 40px;
}

.search-option input {
    border: medium none;
    padding: 6px 15px;
    width: 80%;
}

.search-option {
    border: 1px solid #ccc;
    height: 42px;
    margin-bottom: 30px;
}

    .search-option button {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        font-size: 20px;
        padding: 8px 23px;
    }

        .search-option button:hover {
            color: #002f99;
        }

.left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 15px 10px;
    text-transform: uppercase;
}

.left-blog {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

    .left-blog li {
        border-bottom: 1px solid #ddd;
        display: block;
    }

    .left-blog ul li a {
        color: #444;
        display: block;
        font-size: 14px;
        padding: 10px;
        text-transform: capitalize;
    }

.recent-single-post {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 15px 10px;
}

.ready-btn {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
}

    .ready-btn:hover {
        color: #fff;
        background: #3EC1D5;
        border: 1px solid #3EC1D5;
        text-decoration: none;
    }

/*.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}*/

.pst-content p a:hover, .left-blog ul li a:hover {
    color: #3EC1D5;
}

.blog-page .single-blog {
    margin-bottom: 40px;
}

.pst-content p a {
    color: #444;
    font-size: 15px;
}

.header-bottom h1, .header-bottom h2 {
    color: #fff;
}

.blog-tags {
    padding: 1px 0;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
    color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0 10px;
}

.blog-1 .banner-box {
    margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
}

    .left-tags .left-side-tags ul li a {
        padding: 3px 10px;
        width: auto;
    }

.left-side-tags h4 {
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.post-information h2 {
    color: #363636;
    font-size: 22px;
    text-transform: uppercase;
}

.post-information {
    padding: 20px 0;
}

    .post-information .entry-meta span a {
        color: #444;
        display: inline-block;
        padding: 10px 0;
    }

.entry-meta span a:hover {
    color: #3EC1D5;
}

.post-information .entry-meta {
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}

    .post-information .entry-meta span i {
        padding: 0 10px;
    }

.entry-content > p {
    color: #444;
}

.entry-meta > span {
    color: #444;
}

.entry-content blockquote {
    background: #fff none repeat scroll 0 0;
    border-left: 5px solid #3EC1D5;
    font-size: 17.5px;
    font-style: italic;
    margin: 0 0 20px 40px;
    padding: 22px 20px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #3EC1D5;
    border-color: #3EC1D5;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.social-sharing {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block;
    margin: 30px 0;
}

    .social-sharing > h3 {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        padding: 20px 10px;
    }

.sharing-icon {
    display: inline-block;
    float: right;
    padding: 13px 10px;
}

    .sharing-icon a {
        border: 1px solid #444;
        color: #444;
        display: block;
        float: left;
        font-size: 18px;
        height: 34px;
        line-height: 30px;
        margin-left: 10px;
        text-align: center;
        width: 34px;
    }

        .sharing-icon a:hover {
            color: #3EC1D5;
            border: 1px solid #3EC1D5;
        }

.single-blog .author-avatar {
    float: left;
    margin-right: 10px;
}

.single-blog .author-description h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px;
}

.author-info {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 30px 0;
    padding: 15px;
    width: 100%;
}

.single-post-comments {
    margin-bottom: 60px;
    max-width: 650px;
}

.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
}

.comments-content-wrap {
    color: #42414f;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative;
}

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}

    .author-description h2 a {
        color: #000;
    }

.comments-content-wrap span b {
    margin-right: 5px;
}

span.post-time {
    margin-right: 5px;
}

.comments-content-wrap p {
    color: #909295;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}

li.threaded-comments {
    margin-left: 50px;
}

.comment-respond {
    margin-top: 60px;
}

span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
}

.comment-respond textarea#message-box {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 130px;
    width: 100%;
}

.comment-respond input[type=submit] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #002f99;
    border-radius: 20px;
    box-shadow: none;
    color: #444;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 14px;
    margin-top: 20px;
    padding: 10px 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

.comments-content-wrap span a {
    color: #000;
}

    .comments-content-wrap span a:hover {
        color: #3EC1D5;
    }

.comment-respond input[type=submit]:hover {
    border: 1px solid #3EC1D5;
    color: #fff;
    background: #3EC1D5;
}

.single-blog .blog-pagination {
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding-top: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
    padding: 40px 0;
    background: #f9f9f9;
    float: left;
    width: 100%;
}

.footer-head p {
    color: #444;
}

.footer-head h4 {
    color: #444;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-logo {
    padding-bottom: 20px;
}

    .footer-logo h2 {
        color: #222;
        padding: 0;
        margin: 0;
        font-size: 36px;
        font-weight: bold;
        line-height: 1;
    }

        .footer-logo h2 span {
            color: #002f99;
        }

.footer-icons ul li {
    display: inline-block;
}

    .footer-icons ul li a {
        border: 1px solid #444;
        color: #444;
        display: block;
        font-size: 16px;
        height: 40px;
        line-height: 38px;
        margin-right: 5px;
        text-align: center;
        width: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0;
        margin-bottom: 7px;
    }

        .footer-icons ul li a i {
            line-height: 0;
        }

.flicker-img > a {
    float: left;
    padding: 1px;
    width: 33.33%;
}

.footer-icons {
    margin-top: 30px;
}

.footer-contacts p span {
    color: #3EC1D5;
    font-weight: 700;
}

.popular-tag ul li {
    display: inline-block;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.footer-logo img {
    padding: 0;
    margin: 0;
    max-height: 77px;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
    background: #3EC1D5;
    border: 1px solid #3EC1D5;
    color: #fff;
}

.popular-tag ul li a {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    font-size: 13px;
    display: block;
    font-weight: 600;
    margin: 5px 3px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    width: 70px;
}

.footer-area-bottom {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 15px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #3EC1D5;
}

.copyright-text a {
    color: #444;
}

.copyright > p {
    margin-bottom: 0;
    color: #444;
}

.copyright a, .credits a {
    color: #3EC1D5;
}

.credits {
    padding-top: 5px;
    text-align: center;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px) {
    .work-right-text {
        padding: 150px 150px;
    }
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
    .slider-content {
        padding: 10px 0;
    }

    .work-right-text {
        padding: 40px 0;
    }

        .work-right-text h2 {
            font-size: 18px;
            line-height: 28px;
        }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .layer-1-1 h2 {
        font-size: 24px;
    }

    .layer-1-2 h1 {
        font-size: 31px;
        line-height: 38px;
        padding: 0px 30px;
    }

    .tab-menu ul.nav li a {
        padding: 10px 16px;
    }

    .suscribe-input input {
        width: 60%;
    }

    .suscribe-input button {
        width: 40%;
    }

    .team-content.text-center > h4 {
        font-size: 20px;
    }

    .sus-btn {
        margin-left: 0;
    }

    .suscribe-text h3 {
        font-size: 16px;
        padding-right: 20px;
    }

    .work-right-text h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .work-right-text {
        padding: 36px 0;
    }

        .work-right-text h2 {
            font-size: 14px;
            line-height: 22px;
        }

        .work-right-text .ready-btn {
            font-size: 13px;
            padding: 7px 20px;
            margin-top: 5px;
        }

    .single-awesome-portfolio {
        width: 33.33%;
    }

    .widget-product a img {
        display: block;
        float: none;
        width: 100%;
    }

    .widget-product .product-info {
        display: block;
        float: none;
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    .map-column {
        margin-left: 0;
        padding-right: 40px;
    }

    .post-information .entry-meta {
        font-size: 13px;
        padding: 5px 0;
    }

        .post-information .entry-meta span a {
            padding: 4px 0;
        }

    .service-pic {
        margin-bottom: 30px;
        text-align: center;
    }

    .single-add-itms {
        width: 50%;
    }

    .left-sidebar-title > h4 {
        font-size: 18px;
    }

    .contact-form {
        margin-top: 0px;
    }

    .search-option input {
        width: 67%;
    }
}
/* small mobile :320px. */
@media (max-width: 767px) {
    .slider-area {
        margin-top: 60px;
    }

    .slider-content {
        padding: 80px 0;
    }

        .slider-content h2 {
            font-size: 18px !important;
            line-height: 24px !important;
        }

        .slider-content h1 {
            font-size: 20px !important;
            line-height: 26px !important;
        }

    .layer-1-3 a.ready-btn {
        padding: 8px 15px;
    }

    .section-headline h2 {
        font-size: 30px;
    }

    .well-middle .single-well {
        margin-top: 30px;
    }

    .single-skill {
        margin-bottom: 40px;
    }

    .tab-menu {
        margin-top: 30px;
    }

        .tab-menu ul.nav li a {
            padding: 8px 6px;
        }

    .wellcome-text {
        margin: 0px;
        padding: 70px 0px;
    }

    .subs-feilds {
        width: 100%;
    }

    .suscribe-input input {
        width: 60%;
    }

    .suscribe-input button {
        font-size: 15px;
        padding: 14px 10px;
        width: 40%;
    }

    .section-headline h3 {
        font-size: 25px;
    }

    .well-text > h2 {
        font-size: 18px;
    }

    .well-text p {
        display: none;
    }

    .single-team-member {
        margin-bottom: 30px;
    }

    .service-right {
        width: 100%;
    }

    .service-images:hover .overly-text {
        display: none;
    }

    .portfolio-area {
        padding-top: 0px;
    }

    .project-menu li a {
        padding: 8px 12px;
        margin: 10px 4px;
    }

    .pri_table_list {
        margin-bottom: 30px;
    }

    .single-awesome-project, .portfolio-2 .single-awesome-project {
        width: 100%;
        float: none;
    }

    .single-blog {
        margin-bottom: 30px;
    }

    .sus-btn {
        margin-left: 0;
        margin-top: 30px;
    }

    .contact-form {
        margin-top: 30px;
    }

    .head-team h5 {
        font-size: 22px;
    }

    .footer-content {
        margin-bottom: 30px;
    }

    .header-bottom h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .page-area .slider-content {
        padding: 0px 0;
    }

    .search-option input {
        width: 74%;
    }

    .header-bottom h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    li.threaded-comments {
        margin-left: 0;
    }
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .submitbtn {
        float: none;
        width: 99.8%;
    }

    .icons-bottom ul li a {
        height: 40px;
        line-height: 37px;
        width: 40px;
    }

    .blog-post-dlc ul li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .awesome-portfolio-content .portfolio-2 {
        width: 50%;
    }

    .gallary-details .single-awesome-portfolio {
        width: 50%;
    }

    .tab-menu ul.nav li a {
        padding: 8px 20px;
    }
}

@media (max-width: 575px) {
    .slider-content {
        padding: 0;
    }
}
/*Pricing page CSS*/
#fullpage_DIV {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

    #fullpage_DIV .header_popup {
        width: 100%;
        float: left;
        /* padding-bottom:30px; */
    }

    #fullpage_DIV .Price_DIV {
        margin: 0px auto;
        padding: 0px;
        background: #fff;
        border-radius: 5px;
        width: 100%;
        float: left;
        position: relative;
        padding-bottom: 30px;
    }

        #fullpage_DIV .Price_DIV h3 {
            margin-top: 0;
            color: #000;
            font-family: 'Roboto',sans-serif;
            background-color: #fff;
            padding: 14px 0px;
            text-align: center;
            border-top: 6px solid #01ea5b;
            margin-bottom: 0px;
            text-transform: uppercase;
            font-size: 20px;
            font-weight: bold;
        }

.Price_DIV h2 {
    margin-top: 0;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    background-color: #24C4A3;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 18px;
}

.Price_DIV .content p {
    text-align: center;
    font-weight: 500;
    font-size: 35px;
    background: #f3f3f3;
    padding: 18px 0px;
    margin: 0px;
}


.Price_DIV p strong {
    color: #24C4A3;
    font-size: 15px;
}

#fullpage_DIV .box {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    padding: 14px;
}

    #fullpage_DIV .box a {
        color: #fff;
        font-size: 15px;
        padding: 15px 16px;
        background: rgb(36,196,163);
        background: linear-gradient(90deg, rgba(36,196,163,1) 0%, rgba(2,56,153,1) 100%);
    }

.priceh_Div {
    width: 25%;
    float: left;
    padding: 6px 10px;
}

.pricep_Div {
    width: 50%;
    float: left;
    padding: 6px 10px;
}

.priceh_Div h2 {
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent !important;
    text-transform: capitalize;
    color: #6c6b6b;
	font-family: "Roboto",sans-serif;
}

.pricep_Div p {
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #afa3a3;
}

.add_price {
    font-size: 16px !important;
    color: #0558ed !important;
    margin-left: 20px !important;
}

.lastpricep_Div p {
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    font-size: 18px;
    /* font-weight:500; */
    color: #0558ed;
}

.border_div {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ededed;
}

.DIV_pd {
    padding: 0px;
}

.pricep_Div .dot {
    height: 8px;
    width: 8px;
    background-color: #24c4a3;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.checkbox_DIV {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px 0px;
    border: 1px solid #01ea5b;
    border-radius: 5px;
    margin-top: 5px;
}


.included_h2 {
    width: 100%;
    float: left;
    padding: 0px;
    padding-bottom: 10px;
}

    .included_h2 h2 {
        margin-top: 0;
        color: #000;
        font-weight: bold;
        font-size: 30px;
        background: #f3f3f3;
        padding: 10px 20px;
        text-align: left;
        margin-bottom: 0px;
        font-size: 18px;
		font-family: "Roboto",sans-serif;
    }


.Price_DIV .content {
    /* max-height: 30%; */
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .box {
        width: 100%;
    }

    #fullpage_DIV .Price_DIV {
        width: 100%;
    }
}


#fullpage_DIV .Price_DIV span {
    content: "\20B9";
}


.popupn {
    margin: 70px auto;
    padding: 45px;
    background: #fff;
    border-radius: 5px;
    width: 55%;
    position: relative;
}

    .popupn h2 {
        margin-top: 0;
        color: #000;
        font-family: "Roboto",sans-serif;
        text-align: left;
        border-radius-top: 10px;
        margin-bottom: 0px;
        font-size: 31px;
        font-weight: 600;
        padding-left: 20px;
        padding-top: 20px;
    }

    .popupn h3 {
        margin-top: 10px;
        color: #000;
        font-family: "Roboto",sans-serif;
        text-align: left;
        border-radius-top: 10px;
        margin-bottom: 0px;
        font-size: 25px;
        padding-left: 20px;
        padding-top: 20px;
    }

    .popupn h4 {
        margin-top: 0;
        color: #7272FF;
        font-family: "Roboto",sans-serif;
        text-align: left;
        border-radius-top: 10px;
        margin-bottom: 0px;
        font-size: 23px;
        padding-left: 20px;
        padding-top: 20px;
    }


@media screen and (max-width: 700px) {
    #fullpage_DIV .box {
        width: 70%;
    }

    .popupn {
        width: 70%;
    }
}


.popupn span {
    content: "\20B9";
}

.popupn .content p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 11px;
    padding: 10px;
}

/* The container */
#fullpage_DIV .container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    #fullpage_DIV .container input {
        position: relative;
        opacity: 1;
        cursor: pointer;
        height: 15px;
        width: 15px;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    /* background-color: #eee; */
    border: 1px #24C4A3 solid;
    /* background: #24C4A3 0% 0% no-repeat padding-box; */
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
#fullpage_DIV .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#fullpage_DIV .container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#fullpage_DIV .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#fullpage_DIV .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.textfont {
    font-size: 14px;
    padding-left: 15px;
}

.textfonth {
    font-size: 15px;
    font-weight: 500;
}

#BTN_DIV .buttonbox {
    text-align: center;
    margin-top: 6px;
    padding-bottom: 0px;
}

#BTN_DIV .buttonboxx {
    text-align: right;
    margin-top: 49px;
}

#BTN_DIV .buttonbox .button {
    display: block;
    width: 115px;
    height: 36px;
    border-radius: 5px;
    background: rgb(36,196,163);
    background: linear-gradient(90deg, rgba(36,196,163,1) 0%, rgba(2,56,153,1) 100%);
    border: solid 1px transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    margin-top: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 15px;
    display: inline-block;
}

#BTN_DIV .buttonbox .button1 {
    display: block;
    width: 115px;
    height: 36px;
    border-radius: 5px;
    background-color: #FFF;
    border: solid 1px #24c4a3;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    margin-top: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 15px;
    display: inline-block;
}

#BTN_DIV .buttonbox .button2 {
    display: block;
    width: 115px;
    height: 36px;
    border-radius: 5px;
    background: #fff;
    border: solid 1px transparent;
    color: #24c4a3;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 15px;
    display: inline-block;
}

.footer_price {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 20px 0px;
    background: #24C4A3;
    position: sticky;
    bottom: 0px;
}

.footer_in {
    width: 25%;
    float: left;
}

.text_bold {
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 18px !important;
    font-weight: bold;
    color: #fff !important;
    background: transparent;
    border: navajowhite;
}

.footer_in p {
    margin-top: 0;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    padding: 0px;
    text-align: center;
    font-size: 15px;
    margin: 0px;
}


@media (max-width:1024px) {
    #fullpage_DIV .popup {
        width: 80%;
    }
}

@media (max-width:768px) {
    .priceh_Div {
        width: 100%;
        float: left;
    }

    .pricep_Div {
        width: 50%;
        float: left;
    }

    .div_320 {
        display: none;
    }
}

@media (max-width:375px) {
    .priceh_Div {
        width: 100%;
        float: left;
    }

    .pricep_Div {
        width: 60%;
        float: left;
    }

    .div_320 {
        display: none;
    }

    .footer_in {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .popupn {
        width: 95%;
        padding: 14px;
    }

        .popupn h3 {
            margin-top: 0;
            color: #000;
            font-family: 'Roboto',sans-serif;
            text-align: left;
            margin-bottom: 0px;
            font-size: 17px;
            padding-left: 0px;
            padding-top: 20px;
            word-wrap: break-word;
        }

        .popupn h4 {
            margin-top: 0;
            color: #7272FF;
            font-family: 'Roboto',sans-serif;
            text-align: left;
            margin-bottom: 0px;
            font-size: 17px;
            padding-left: 0px;
            padding-top: 20px;
            word-wrap: break-word;
        }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#herowait {
    width: 100%;
    height: 100vh;
    background: url("../Images/waitbg.jpg") top center;
    background-size: cover;
    position: relative;
    /* margin-top: -80px;*/
    z-index: 9;
    /* countdown */
}



    #herowait .hero-container {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 0 15px;
    }



    #herowait h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        text-transform: uppercase;
        color: #fff;
    }



    #herowait h2 {
        color: #eee;
        margin-bottom: 30px;
        font-size: 24px;
        margin-top: 20px;
    }



    #herowait .countdown {
        font-size: 48px;
        font-weight: 300;
        color: #fff;
        line-height: 56px;
        margin: 30px 0 60px 0;
    }



    #herowait .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }



    #herowait .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }



    #herowait .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }



        #herowait .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading-notify 1s linear infinite;
            animation: animate-loading-notify 1s linear infinite;
        }



@-webkit-keyframes animate-loading-notify {
    0% {
        transform: rotate(0deg);
    }



    100% {
        transform: rotate(360deg);
    }
}



@keyframes animate-loading-notify {
    0% {
        transform: rotate(0deg);
    }



    100% {
        transform: rotate(360deg);
    }
}



#herowait .php-email-form input {
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    border: 0;
    padding: 0px 15px 2px 15px;
    width: 250px;
    height: 40px;
    margin: 0 8px;
}



#herowait .php-email-form button[type=submit] {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #4f92af;
    color: #fff;
    background: #4f92af;
}



    #herowait .php-email-form button[type=submit]:hover {
        background: transparent;
        color: #fff;
        border: 2px solid #fff;
    }



@media (min-width: 1024px) {
    #herowait {
        background-attachment: fixed;
    }
}



@media (max-width: 768px) {
    #herowait h1 {
        font-size: 28px;
        line-height: 36px;
    }



    #herowait h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }



    #herowait .php-email-form input {
        margin: 0 auto;
    }
}



@media (max-width: 575px) {
    #herowait .countdown {
        font-size: 32px;
        line-height: 38px;
    }
}





.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}



/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*End of pricing page CSS*/
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}



.section-header {
    text-align: center;
   /* padding-bottom: 40px;*/
}



    .section-header h2 {
        font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #4154f1;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Roboto',sans-serif;
    }



    .section-header p {
        margin: 10px 0 0 0;
    padding: 0;
    font-size: 35px;
   line-height: 42px;
    font-weight: 700;
    color: #012970;
    text-align: left;
    /*margin-bottom: 45px;*/
    font-family: 'Roboto',sans-serif;
    }





@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}




/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/



.values {
    padding: 0px 0px 21px 0px;
	background-color: #f2f6ff;
}

.values .textvalues h3 {
	
	font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 18px;
	font-family: 'Roboto',sans-serif;
	margin-top: 0px;
}



    .values .box {
        padding: 20px;
        box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
        text-align: center;
        transition: 0.3s;
        height: 100%;
        background-color: #fff;
    }



        .values .box img {
            padding: 16px 4px;
            transition: 0.5s;
            transform: scale(1.1);
        }



        .values .box h3 {
            font-size: 20px;
    color: #002F99;
    font-weight: 400;
    margin-bottom: 18px;
    font-family: 'Roboto',sans-serif;
        }


    .values .box p {
            font-size: 15px;
           
            
        }


        .values .box:hover {
            box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
        }



            .values .box:hover img {
                transform: scale(1);
            }




        .values .box i {
            position: absolute;
            top: -28px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 24px;
            background: #24c4a3;
            color: #fff;
            width: 56px;
            height: 56px;
            line-height: 0;
            border-radius: 50px;
            border: 5px solid #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
    .values [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: translateZ(0)
    }
	
	
	.margintop {margin-top: 60px; text-align: right;}
	
	
.values .btn-read-more {
    /*line-height: 0; 
    padding: 11px 44px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 25px rgb(65 84 241 / 30%);
	text-decoration: none;*/
}

.values button {background: transparent linear-gradient(90deg,#24c4a3,#002f99 130%) 0 0 no-repeat padding-box!important;
    color: #fff;
    height: 35px;
    outline: none;
    border: none;
   font-family: 'Roboto',sans-serif;
    letter-spacing: 0;
    font-size: 14px;
    border-radius: 2px;
    width: 150px;}

.values .btn-read-more a {
    /*line-height: 0; */
    padding: 11px 44px;
    border-radius: 20px;
    transition: 0.5s;
    color: #fff;
    background: #002f99;
    box-shadow: 0px 5px 25px rgb(65 84 241 / 30%);
    text-decoration: none;
}


.values .btn-read-more span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}	

.values .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}
	
	
	
	