@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

@font-face {
    font-family: 'Gilroy-Bold ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Bold ☞'), url('../fonts/Gilroy-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Gilroy-Heavy ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Heavy ☞'), url('../fonts/Gilroy-Heavy.woff') format('woff');
}


@font-face {
    font-family: 'Gilroy-Light ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Light ☞'), url('../fonts/Gilroy-Light.woff') format('woff');
}


@font-face {
    font-family: 'Gilroy-Medium ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Medium ☞'), url('../fonts/Gilroy-Medium.woff') format('woff');
}


@font-face {
    font-family: 'Gilroy-Regular ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Regular ☞'), url('../fonts/Gilroy-Regular.woff') format('woff');
}


body {
    font-family: 'Gilroy-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 16px;
    line-height: 20px;
    color: #69696E;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Gilroy-Regular ☞', "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    color: #4e4e4e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    left: 0;
}

body>.over-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}

body.open-menu {
    left: -280px;
}

body.open-menu>.over-menu {
    visibility: visible;
    opacity: 1;
}

body.open-menu .menu-container {
    right: 0 !important;
}

.light {
    font-family: 'Gilroy-Light ☞';
}

.regular {
    font-family: 'Gilroy-Regular ☞';
}

.bold {
    font-family: 'Gilroy-Bold ☞';
}

.heavy {
    font-family: 'Gilroy-Heavy ☞';
}

.main-container {
    overflow: hidden;
}

section {
    position: relative;

    padding: 60px 0;
}

/*------------------------------------------*/
/*   Links
/*------------------------------------------*/
a,
a:link,
a:visited,
a:hover,
a:active {
    color: #0042d8;
    text-decoration: none;
    outline: 0;

}

a.inverse,
.inverse a,
i.inverse {
    color: #ffffff !important;
}

/*------------------------------------------*/
/*   Blockquote
/*------------------------------------------*/
blockquote {
    border-left: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
}

/*------------------------------------------*/
/*   Iframe
/*------------------------------------------*/
iframe {
    border: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0;
    height: 0;
}

.videoWrapper>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* for page builder */
.videoWrapper>.frameCover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: none;
}

/*------------------------------------------------------------------*/
/*   Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



/* ==========================================================================
   02. TYPOGRAPHY
========================================================================== */
/* set margin for optimize vertical-align-middle */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.lead {
    margin-top: 0;
    margin-bottom: 10px;
}

h1,
.h1 {
    /* font-weight: 900; */
    font-size: 52px;
    line-height: 56px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

h2,
.h2 {
    font-weight: 900;
    font-size: 42px;
    line-height: 46px;
}

h3,
.h3 {
    font-weight: 400;
    font-size: 34px;
    line-height: 38px;
}

h4,
.h4 {
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
}

h5,
.h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

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

.p-opacity {
    opacity: 0.7;
}

strong,
b {
    font-weight: 900;
}

.lead {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.lead strong,
.lead b {
    font-weight: 700;
}

/*------------------------------------------------------------------*/
/*   Lato Font Weight
/*-----------------------------------------------------------------*/
.f-w-300 {
    font-weight: 300;
}

.f-w-400 {
    font-weight: 400;
}

.f-w-700 {
    font-weight: 700;
}

.f-w-900 {
    font-weight: 900;
}

/*------------------------------------------------------------------*/
/*   Contextual Colors
/*-----------------------------------------------------------------*/
.text-white {
    color: #ffffff;
}

.small {
    color: #000;
}

.text-black {
    color: #69696E;
}

.text-blue {
    color: #439fe0;
}



/* ==========================================================================
   03. BACKGROUNDS
========================================================================== */
/*------------------------------------------*/
/*   Background Colors for demos
/*------------------------------------------*/
.bg-grey2 {
    background-color: #ebebeb;
}

.bg-grey1 {
    background: #F3F4F5;
}

.bg-light {
    background-color: #f3f3f3;
}

.bg-orange {
    background-color: #ef7c46;
}

.bg-blue {
    background-color: #0042d8;
}

.bg-green {
    background-color: #56B68B;
}

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

.bg-purple {
    background-color: #8e44ad;
}

.bg-yellow {
    background-color: #f1c40f;
}

.bg-dark {
    background-color: #525e6c;
}

.bg-black {
    background-color: #2e3234;
}

.bg-white {
    background-color: #ffffff;
}

/*------------------------------------------*/
/*   Background Images for demos
/*------------------------------------------*/
.bg-img {

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

/*------------------------------------------*/
/*  Overlay Effect
/*------------------------------------------*/
.blur {
    background: url('../images/banner.webp') no-repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;

}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* Provides cross-browser RGBa background */
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80000000', endColorstr='#80000000');
    background: transparent;
    background: rgba(51, 51, 51, 0.5);
}


/* set filter as none for IE9+, because IE9+ support RGBa */
:root .overlay {
    filter: none\0/IE9;
}



/* ==========================================================================
   04. BUTTONS
========================================================================== */
.btn,
a.btn {
    display: inline-block;
    color: #ffffff;
    padding: 11px 18px;
    margin-bottom: 7px;
    margin-right: 5px;
    font-size: 15px;
    letter-spacing: 1px;
    vertical-align: middle;
    white-space: pre-line;
    text-align: center;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn:focus,
a.btn:focus,
.btn:hover,
a.btn:hover,
.btn.active:focus,
a.btn.active:focus,
.btn:active:focus,
a.btn:active:focus {
    color: #fff;
    outline: none;
}

.btn-md,
a.btn-md {
    padding: 10px 20px;
    font-size: 16px;
    min-width: 135px;
    font-weight: 600;
}

.btn-lg,
a.btn-lg {
    padding: 25px 60px;
    font-size: 18px;
}



/*------------------------------------------*/
/*  Blue Buttons
/*------------------------------------------*/

.btn.btn-blue {
    border: 2px solid #0042d8;
    color: #0042d8;
    padding: 9px 25px;
    font-family: 'Gilroy-Bold ☞';
}

.hero .btn.btn-blue {
    margin-top: 20px;
}

.btn.btn-blue-rev {
    border: 2px solid #0042d8;
    color: #fff;
    padding: 9px 25px;
    background-color: #0042d8;
    font-family: 'Gilroy-Bold ☞';
}

.btn-blue:hover,
.btn-nav.btn-blue:hover,
.btn-blue:focus,
.btn-nav.btn-blue:focus {
    background-color: #0042d8;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 2px 4px rgba(0, 0, 0, 0.12);
    color: #fff;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus {
    border-bottom: 2px solid #0042d8;
}


.btn-border.btn-blue,
a.btn-border.btn-blue {
    color: #439FE0;
}

.btn.btn-white {
    border: 2px solid #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    align-content: center;
    max-width: 220px;
    font-family: 'Gilroy-Bold ☞';
    font-size: 18px;
}

.btn.btn-white:hover {

    background: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 2px 4px rgba(0, 0, 0, 0.12);
    color: #0042d8;
}

.btn.btn-white p {
    margin-bottom: 0;
}

.btn.btn-white i {
    -webkit-text-stroke: 2px #0042d8;
    margin-left: 8px;
}

.btn.btn-white:hover i {
    -webkit-text-stroke: 2px #fff;
    margin-left: 8px;
}

.btn.btn-full {
    width: 100%;
    background: #0042d8;
    border-radius: 3px;
    font-family: 'Gilroy-Bold ☞';
    border: 2px solid #0042d8;
}

.btn.btn-full:hover {
    background: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 2px 4px rgba(0, 0, 0, 0.12);
    color: #0042d8;
    border: 2px solid #0042d8;
}

/*------------------------------------------*/
/*   Back to Top Button
/*------------------------------------------*/
.top {
    display: flex;
    background-color: #0042d8;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.top i {
    color: #fff;
    padding: 8px;
    font-size: 35px;

}

.top.is-visible,
.top.fade-out,
.no-touch .top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.top.is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: .5;
}

.top.fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .top:hover {
    background-color: #e86256;
    opacity: .5;
}



/* ==========================================================================
   05. FORMS
========================================================================== */
.form-control {
    background: #e8ebed;
    color: #657380;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px !important;
    padding: 11px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 2px solid #e8ebed;
    box-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.form-control:focus {
    background: #ffffff;
    border-color: #d4d9dd;
    box-shadow: none;
}

.form-white .form-control {
    background: #ffffff;
    border-color: #ececec;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-weight: 500;
    border-radius: 2px;
}

.form-white .btn.btn-full {
    font-size: 24px;
}

.form-white .form-control:focus {
    border-color: #88a3e2;
}

.form-white label {
    color: #959595;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.form-horizontal .control-label {
    padding-top: 14px;
}

.form-group button {
    width: 100%;
}

.form-inline .form-group,
.form-inline .form-group input {
    margin-bottom: 2px;
}

.form-inline button {
    font-size: 15px;
    font-weight: 900;
    padding: 12px 25px;
    vertical-align: top;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.form-inline.double-input .form-group {
    width: 100%;
}

.form-inline.double-input .form-control {
    width: 49%;
}

.form-inline.double-input button {
    width: 99%;
}

.checkbox label,
.radio label {
    font-size: 15px;
}

input[type=checkbox],
input[type=radio] {
    margin-top: 6px;
}

.input-group-addon {
    padding: 6px 13px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #e8ebed;
    border: 2px solid #e8ebed;
    border-radius: 4px;
}

textarea {
    resize: vertical;
}

.form-inline .btn {
    padding: 14px 25px 15px;
}

/* mailchimp response */
.mc-response {
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    margin-top: 10px;
    color: #fff;
    background-color: #8e44ad;
    padding: 20px;
    border-radius: 5px;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

/* contact form response */
.success,
.failed {
    display: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
}

.success i,
.failed i {
    margin-right: 5px;
}

.success {
    background-color: #56B68B;
}

.failed {
    background-color: #e74c3c;
}


/* ==========================================================================
   06. CAROUSEL, LOADER, LIGHTBOX & HOVER EFFECT
========================================================================== */
/*------------------------------------------*/
/*   Carousel
/*------------------------------------------*/
/* Fade Effect */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-indicators {
    bottom: 18px;
}

.carousel-indicators li {
    border: 2px solid #fff;
}

.carousel-indicators.inverse li {
    background-color: #869791;
    border: 2px solid #869791;
    opacity: 0.75;
}

.carousel-indicators.inverse .active {
    opacity: 1;
}

.shadow {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.shadow:hover {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-controls .owl-page span {
    margin: 4px;
}

.owl-theme.inverse .owl-controls .owl-page.active span {
    background-color: #fff;
    border: 2px solid #fff;
}

.owl-theme.inverse .owl-controls .owl-page span {
    border: 2px solid #fff;
    background-color: transparent;
}

/*------------------------------------------*/
/*   Loader
/*------------------------------------------*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden !important;
    background: #0042d8;
}


.xloader {
    position: relative;
    display: block;
    width: 65px;
    height: 28px;
    margin: 0 auto;
    top: 40vh;
}

.xloader::before,
.xloader::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
}

.xloader::before,
.xloader::after {
    offset-path: path("M23.71 5.21l17.58 17.58a12.43 12.43 0 0 0 17.57 0 12.43 12.43 0 0 0 0-17.57 12.43 12.43 0 0 0-17.57 0L23.71 22.79a12.43 12.43 0 0 1-17.57 0 12.43 12.43 0 0 1 0-17.57 12.43 12.43 0 0 1 17.57-.01z");
}

@keyframes xloader {
    0% {
        offset-distance: 0%;
    }

    100% {
        offset-distance: 100%;
    }
}

.xloader::before,
.xloader::after {
    animation: xloader 1500ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

.loader::after {
    animation-delay: 100ms;
}

/*------------------------------------------*/
/*   Lightbox Popup
/*------------------------------------------*/
.mfp-bg {
    opacity: 0.9;
}

.mfp-title {
    font-weight: 900;
    font-size: 15px;
}

.mfp-close {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.mfp-close-btn-in .mfp-close {
    color: #000 !important;
    background: #ececec;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 22px;
}

.mfp-close {

    right: 15px !important;
    top: 14px !important;
}

/*------------------------------------------*/
/*   Hover Effects
/*------------------------------------------*/
.h figure {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.h figure img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.h figcaption {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.h figure:hover figcaption,
.h figure:hover img {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* caption-1 */
.h.caption-1 figcaption {
    border: 3px solid #dedde1;
    border-radius: 0;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 1);
}

.h.caption-1 .caption-box {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

/* caption-2, caption-3 */
.h.caption-2 figure img {
    z-index: 10;
}

.h.caption-2 figure:hover img {
    transform: translateY(-50px) scale(0.5);
}

.h.caption-2 figcaption .caption-box {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

.h.caption-2 figcaption .caption-box p,
.h.caption-3 figcaption .caption-box p {
    font-size: 16px;
    font-weight: 900;
}

.h.caption-2 figcaption .caption-box p.small,
.h.caption-3 figcaption .caption-box p.small {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.h.caption-2 figcaption .caption-box a,
.h.caption-3 figcaption .caption-box a {
    padding: 5px 10px;
}

/* caption-3 */
.h.caption-3 figure:hover img {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.h.caption-3 figcaption {
    top: auto;
    border: none;
    padding-top: 10px;
    background-color: #439FE0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.h.caption-3 figure:hover figcaption {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.h.caption-3 figcaption .caption-box {
    text-align: center;
}

/* caption-4 */
.h.caption-4 figcaption {
    background-color: rgba(51, 51, 51, 0.8);
}

.h.caption-4 .caption-box {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.h.caption-4 figure:hover img,
.h.caption-5 figure:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

/* caption-5 */
.h.caption-5 figcaption {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.15);
}

.h.caption-5 .caption-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 23%;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.h.caption-5 figure p,
.h.caption-5 figure a {
    visibility: hidden;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.h.caption-5 figure:hover p,
.h.caption-5 figure:hover a {
    visibility: visible;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.h.caption-5 figure:hover .caption-box {
    padding-top: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.h.caption-5 .caption-box h5>span {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
}

.img-thumbnail {
    border: 1px solid #EFF1F4;
}



/* ==========================================================================
   07. SPACING & ALIGNMENT
========================================================================== */
/* margin */
.m-a-0 {
    margin: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-a {
    margin: 10px !important;
}

.m-t {
    margin-top: 10px !important;
}

.m-r {
    margin-right: 10px !important;
}

.m-b {
    margin-bottom: 10px !important;
}

.m-l {
    margin-left: 10px !important;
}

.m-x {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.m-y {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a-md {
    margin: 25px !important;
}

.m-t-md {
    margin-top: 25px !important;
}

.m-r-md {
    margin-right: 25px !important;
}

.m-b-md {
    margin-bottom: 25px !important;
}

.m-l-md {
    margin-left: 25px !important;
}

.m-x-md {
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.m-y-md {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.m-a-lg {
    margin: 50px !important;
}

.m-t-lg {
    margin-top: 50px !important;
}

.m-r-lg {
    margin-right: 50px !important;
}

.m-b-lg {
    margin-bottom: 50px !important;
}

.m-l-lg {
    margin-left: 50px !important;
}

.m-x-lg {
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.m-y-lg {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.new-row-md,
.new-row-sm {
    margin-top: 40px;
}

/* padding */
.p-a-0 {
    padding: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a {
    padding: 30px !important;
}

.p-t {
    padding-top: 30px !important;
}

.p-r {
    padding-right: 30px !important;
}

.p-b {
    padding-bottom: 30px !important;
}

.p-l {
    padding-left: 30px !important;
}

.p-x {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.p-y {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.p-a-md {
    padding: 60px !important;
}

.p-t-md {
    padding-top: 60px !important;
}

.p-r-md {
    padding-right: 60px !important;
}

.p-b-md {
    padding-bottom: 60px !important;
}

.p-l-md {
    padding-left: 60px !important;
}

.p-x-md {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.p-y-md {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.p-a-lg {
    padding: 120px !important;
}

.p-t-lg {
    padding-top: 120px !important;
}

.p-r-lg {
    padding-right: 120px !important;
}

.p-b-lg {
    padding-bottom: 120px !important;
}

.p-l-lg {
    padding-left: 120px !important;
}

.p-x-lg {
    padding-right: 120px !important;
    padding-left: 120px !important;
}

.p-y-lg {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

/* centering vertically section*/
.vertical-center-rel1 {
    top: 20px;
    position: absolute;
    left: 40px;
    width: 100%;
    text-align: left;
}

#hero1-2 .vertical-center-abs,
#hero1-2 .vertical-center-rel {
    top: 72%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-center-abs {
    position: absolute;
}

.vertical-center-rel {
    position: relative;
}

/* centering vertically and horizontally */
.vh-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate (-50%, -50%);
    -moz-transform: translate (-50%, -50%);
    -o-transform: translate (-50%, -50%);
    -ms-transform: translate (-50%, -50%);
    transform: translate (-50%, -50%);
}

/* centering vertically content */
.y-middle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}



/* ==========================================================================
   09. HERO SECTION
========================================================================== */
/*------------------------------------------*/
/*  Hero General
/*------------------------------------------*/
.hero {
    height: 660px;
}

.hero.height-800,
.hero.height-800-fix {
    height: 800px;
}

.hero .lead {
    font-weight: 700;
    color: #2195F0;
    font-family: 'Gilroy-Regular ☞';
}

.hero .lead i {
    font-size: 25px;
    vertical-align: middle;
    -webkit-text-stroke: 1px #21a3f4;
}

.hero .btn a {
    font-size: 17px;
    color: #ffffff;
}

.hero p.small a {
    font-size: 15px;
}

.hero h1 {
    text-shadow: 1px 1px 2px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
    margin-bottom: 20px;
    font-family: 'Gilroy-Bold ☞';
    font-weight: 900;
    letter-spacing: 0.7px;
    color: #000000;
    font-size: 56px;
    line-height: 68px;
    font-style: normal;
}

.hero p {
    color: #000000;
    font-size: 17px;
    line-height: 22px;
}

.hero h2.lead1 {
    font-family: 'Gilroy-Regular ☞';
    color: #000000;
    margin-bottom: 3px;
    font-size: 36px;
}

/* ==========================================================================
   10. CONTENT SECTION
========================================================================== */
.section-header {
    margin-bottom: 50px;
    color: #000000;
}

.section-header h2,
.schedule h2 {
    font-size: 56px;
    line-height: 60px;
    font-family: 'Gilroy-Bold ☞';
}

.section-header h3 {
    font-size: 27px;
    line-height: 32px;
    font-family: 'Gilroy-Light ☞';
}

.section-header h5 {
    font-size: 14px;
    line-height: 23px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #343434;
    font-weight: 500;
}

.section-header .lead {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
    text-align: center;
    color: #343434;
}

.section-header .lead1 {
    font-family: "Lato";
    color: rgba(47, 52, 63, 0.56);
    ;
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0;
}

.section-header span {
    color: #0042d8;
}

.content-border {
    border-bottom: 1px solid #E5E5E5;
}

.content-block h5,
.content-block .h5 {
    font-weight: 900;
    font-size: 20px;
    line-height: 22px;
}

.content-block .lead {
    font-size: 20px;
    line-height: 24px;
}

.content-block img:hover {
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.content-block .img-circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

/*------------------------------------------*/
/*  Content Dashboard
/*------------------------------------------*/
.content-dashboard {
    overflow-x: hidden;
}

.content-dashboard .dash-left {
    margin-left: -400px;
}

/*------------------------------------------*/
/*  Content Split
/*------------------------------------------*/
.content-split {
    position: relative;
}

.content-split .img-block {
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    margin: 0px;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-split .img-block.left-block {
    left: 0;
}

.content-split .content-block {
    height: 600px;
    padding-left: 0;
    padding-right: 60px;
}

/*------------------------------------------*/
/*  Content Grid
/*------------------------------------------*/
.content-grid>div {
    height: 600px;
    overflow: hidden;
}

.content-grid>div:first-child {
    padding-right: 5px;
}

.content-grid .lead-block {
    padding: 80px 40px;
    margin-bottom: 20px;
}

.content-grid .img-block {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/* ==========================================================================
   11. FEATURES SECTION
========================================================================== */
.features-block i {
    font-size: 60px;
    font-weight: 400;
}

.features-block h4 {
    font-family: 'Gilroy-Regular ☞';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-top: 15px;

    color: #2B2E33;
}

.features-block p {
    margin-bottom: 0;
}

.features-block p.small {
    font-size: 13px;
}

.features-block .icon-left i {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 50px;
}

.features-block .icon-left p,
.features-block .icon-left h5 {
    margin-left: 80px;
}

.features-block .img-left img {
    float: left;
    width: 128px;
    margin-top: 10px;
    margin-right: 22px;
}

.features-block .img-left p {
    margin-left: 150px;
}

.features-block .fix-box {
    height: 400px;
    padding-right: 40px;
    padding-left: 40px;
}

.features-device {
    padding-top: 80px;
}

.features-device {
    padding-top: 80px;
}

.features-list.features-list-left {
    text-align: right;
}

/* Features Tab */
.features-tab {
    position: relative;
}

.features-tab .p-tab {
    font-size: 19px;
    line-height: 23px;
}

.features-tab .tab-title {
    width: 25%;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 30px;
    position: relative;
    color: #222;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: .05s ease;
    -moz-transition: .05s ease;
    -ms-transition: .05s ease;
    transition: .05s ease;
    border-left: 3px solid #fff;
}


.features-tab .tab-title.current {
    color: #6232A0;
    background-color: #efefef;
    border-left: 3px solid #6232A0;
}

.features-tab.text-white .tab-title.current {
    color: #69696E;
    background-color: #fff;
}

.features-tab .tab-title .i-right {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    opacity: 0;
    font-size: 30px;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
}

.features-tab .tab-title.current .i-right {
    opacity: 1;
    color: #fff;
}

.features-tab.text-white .tab-title.current .i-right {
    opacity: 1;
    color: #69696E;
}

.features-tab .tab-content {
    position: absolute;
    right: 3%;
    top: 30%;
    width: 70%;
    opacity: 0;
    margin-top: -100px;
    -webkit-transform: translate3d(0, 200px, 0);
    -ms-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.tab-content h4,
.content h4,
a.buttonflex {
    font-family: 'Gilroy-Regular ☞';
    color: #60349E;
    font-size: 32px;
    line-height: 150%;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 12px !important;
}

.tab-content p,
.content p,
.contentbox .timings p,
ul.popup_list li,
.lefttext1 li span,
.payment-Table tr td,
.payment-Table tr td span,
ul.listing-normal li {
    font-family: Lora;
    color: #222;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 25px;
}

.payment-Table tr td span {
    font-weight: 700;
}

.features-tab .tab-title.current+.tab-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 999;
}

/* Features Panels */
.features-panels .nav-tabs.nav-justified>li {
    padding: 35px 15px 0;
    text-align: center;
}

.features-panels .nav-tabs.nav-justified>li>a {
    border: 1px solid #e5f0fb;
    color: #69696E;
    border-radius: 0;
    padding: 0 0 20px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.features-panels .nav-tabs.nav-justified>li>a:hover {
    background-color: #fff;
    color: #439FE0;
}

.features-panels .nav-tabs.nav-justified>.active>a,
.features-panels .nav-tabs.nav-justified>.active>a:focus,
.features-panels .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #439FE0;
    color: #69696E;
    font-weight: 900;
}

.features-panels li a img {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    margin: -35px auto 20px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.features-panels .tab-content h3:after {
    content: '';
    width: 100px;
    height: 3px;
    background: #439FE0;
    display: block;
    margin: 10px 0;
}

.features-panels .icon-left i {
    float: left;
    margin-right: 5px;
    font-size: 20px;
}



/* ==========================================================================
   12. CALL TO ACTION(CTA) SECTION
========================================================================== */
.cta .lead {
    font-size: 20px;
    line-height: 24px;
}

.cta .outline {
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 40px 30px;
}

.cta .outline .lead {
    font-size: 23px;
    line-height: 29px;
    margin-top: 2px;
    margin-bottom: 0;
}

.cta .outline .btn-md {
    font-size: 18px;
    padding: 18px 40px;
    margin-bottom: 0;
}

.cta .small {
    font-size: 15px;
}

.cta .outline.bg-grey {
    border: 1px solid #e9f0f3;
}

.cta .outline.no-border {
    border: none;
    padding: 20px 30px;
}

.cta .single-line p.lead {
    display: inline-block;
    margin-bottom: 15px;
}

.cta .cta-box {
    padding: 15px;
    margin: 20px auto 10px;
    background-color: #EFF1F4;
    border-radius: 5px;
    width: 80%;
}

.cta .cta-box a {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    margin: 0;
}

.cta .cta-arrow {
    position: absolute;
    top: 50px;
    right: 0;
}

.cta .info {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
}





/* ==========================================================================
   17. PORTFOLIO SECTION
========================================================================== */
.portfolio-grid {
    display: block;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    margin-bottom: 0;
}

.portfolio-grid:after {
    content: "";
    display: block;
    clear: both;
}

.portfolio-grid li {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    padding: 0;
    width: 25%;
}

.portfolio-grid li img,
.portfolio-card img {
    width: 100%;
    height: auto;
}

.portfolio-card figure {
    border-radius: 5px;
}

.screenshots .portfolio-grid li {
    width: 30%;
    margin: 0 10px;
}

.carousel-app div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}




/* ==========================================================================
   19. TEAM SECTION
=========================================================================== */
.team .bio {
    font-size: 17px;
}

.team .role {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
}

/* Team Member */
.team-member {
    -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin-bottom: 10px;
}

.team-member .tm-img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

.mb-10 {
    margin-bottom: 20px;
}

.mb-80 {
    margin-bottom: 80px;
}

.section-header p {
    margin-top: 25px;
}

.team-member .tm-details {
    position: relative;
    background-color: #fff;
    padding: 30px 20px 20px;
    bottom: 0;
    border: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    text-align: left;
    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;
}

.team-member:hover {

    -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);

}

.team-member .tm-name a,
.team-member .tm-name {
    display: block;
    color: #000;
    font-size: 23px;
    line-height: 29px;
    font-family: 'Gilroy-Bold ☞';
    text-align: center;
    margin-bottom: 10px !important;
}

.team-member h4 {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Gilroy-Medium ☞';
    text-align: center;

    margin-bottom: 17px !important;
}

.team-member h5 {
    display: block;
    font-weight: unset !important;
    color: #000;
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: 'Gilroy-Regular ☞' !important;
    margin-top: 0 !important;
    text-align: center;
    margin-bottom: 17px !important;
}

.team-member .tm-job {
    display: block;
    text-align: center;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px;
    color: #7b7b7b;
    font-size: 12px;
    line-height: 16px;
}

.team-member .tm-info {
    visibility: hidden;
    margin-bottom: 0;
}

.team-member:hover .tm-info {
    visibility: visible;
}


/* elearning path */
.path {
    height: 280px;
    width: 100%;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 5px;
}

.path h5 {
    font-size: 19px;
}

.path .btn-ghost {
    font-size: 13px;
}

.course-level .level {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    margin-right: 3px;
}

.course-level .level.active {
    background-color: #fff;
}

.course-level p {
    display: inline-block;
    margin-left: 20px;
}






/* new-css */
.herobg {}

.text-black {
    color: #000;
}

.blurr {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.hover-img h4 {
    min-height: 60px;
    margin-bottom: 35px;
}

.heading-text {
    font-family: 'Gilroy-Regular ☞';
    color: #000;
    font-size: 38px;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {}

.width91 {
    width: 850px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .width91 {
        width: 92%;
        margin: 0 auto;
    }

}

@media (max-width: 768px) {
    .heading-text {

        font-size: 28px;

    }

    .tab-content h4 {
        font-size: 28px;
    }

}

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

.text-right {
    text-align: right;
}

.text-left img {
    float: left;
    margin-right: 15px;
    max-width: 100px;
}

.text-right img {
    float: right;
    margin-left: 15px;
    max-width: 100px;
}

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

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.fright-image {
    float: right;
    padding-left: 15px;
}

.white-popup {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(36, 41, 50, 0.08);
    border-radius: 6px;
    padding: 40px;
    width: auto;
    width: 768px;
    margin: 20px auto;
    z-index: 999999;
    transition: 1s all;
}

.fullwidthpop {
    width: 80% !important;
}

.width320 {
    width: 780px;
    padding: 0 !important;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    z-index: 999999;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 67px auto !important;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.white-popup h2 {
    font-family: 'Gilroy-Regular ☞';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;

    /* identical to box height */


    color: #522E92;
}

.white-popup p,
p.timing-p {

    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: rgba(47, 52, 63, 0.56);
    margin-bottom: 30px;
}

.time {}

.timings h3 {

    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 0;

}

.timings h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 24px;
    color: #2B2E33;
    font-family: 'Gilroy-Regular ☞';
}

.timings span {

    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: rgba(47, 52, 63, 0.56);
}

.col-con {
    display: table;
}

.col-con {
    display: table;
}

.tabcell {
    display: table-cell;
    float: none;
}

.tabcell p {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background: #17C788;
    border-radius: 3px;
    padding: 4px;
    text-align: center;
    margin-bottom: 0;
}


@media (max-width: 768px) {
    .mfp-close {
        font-size: 30px;
    }

    .white-popup {
        max-width: 92%;
        padding: 20px;
    }

    .white-popup h2 {
        font-size: 24px;
        line-height: 30px;

    }

    .white-popup p {

        font-size: 16px;
        line-height: 22px;
    }

    .fright-image {
        float: none !important;
        padding-left: 0px;
        margin-bottom: 15px;
    }

    .text-center.bg-light {
        max-width: 90%;
    }

    #hero1-2 .vertical-center-abs,
    #hero1-2 .vertical-center-rel {
        top: 64%;
    }
}

.mb-0 {
    margin-bottom: 0 !important;
}

.bg-logo {
    background: url(../images/bg-logo.png) no-repeat;
    background-position: top center;
}

.hover-img img {
    border-radius: 50%;
}

.hover-img img:hover {
    -webkit-box-shadow: 0px 5px 16px 3px rgba(224, 224, 224, 1);
    -moz-box-shadow: 0px 5px 16px 3px rgba(224, 224, 224, 1);
    box-shadow: 0px 5px 16px 3px rgba(224, 224, 224, 1);
}

.arrowright {
    display: none;
}

.p-t-0 {
    padding-top: 0;
}

.navbar-nav>li>.dropdown-menu::before {
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    right: 45%;
    background: #fff;
    display: block;
    transform: rotateZ(45deg);
    z-index: -9;
}

.navbar-nav>li>.dropdown-menu li {
    z-index: 999;
}

.navbar-right .dropdown-menu {
    left: -80px !important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 18px;
}

.dropdown-menu {
    min-width: 200px;
    width: 280px;
    border: none !important;
    border-radius: 3px !important;
}

.navbar-nav>li>.dropdown-menu li {
    position: relative;
    padding: 0 25px;
}

.navbar-nav>li>.dropdown-menu li::before {
    content: " ";
    width: 25px;
    height: 8px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #fff;
    z-index: 999;
}

.navbar-nav>li>.dropdown-menu li::after {
    content: " ";
    width: 25px;
    height: 8px;
    display: block;
    position: absolute;
    bottom: -3px;
    right: 0;
    background: #fff;
    z-index: 999;
}

.navbar {
    min-height: 20px !important;
}

.footer-text h3 {
    font-family: 'Lato';
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 7px;
}

.footer-text p {
    font-family: 'Lato';
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

/* ==========================================================================
           24. FOOTER SECTION
        =========================================================================== */
.footer p,
.footer a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.footer a {
    color: #69696E;
}

.footer ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.footer ul li {
    display: inline-block;
}

.footer.f1 .footer-social {
    float: right;
}

.footer.f1 .footer-social i {
    font-size: 20px;
    margin-left: 20px;
}

.footer.f2 .footer-social i {
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
    height: 40px;
    width: 40px;
    color: #343434;
}

.footer.f2 .footer-links {
    text-align: right;
}

.footer.f2 .footer-links li a img {
    max-width: 140px;
}

.footer.f2 .navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.footer.f2 .logotext h3 {
    margin-top: 1px;
}

.footer.f2 .footer-links li>a,
.footer.f2 .footer-social li>a {
    margin-left: 8px;
    margin-right: 8px;
}

.footer.f2 .footer-links.downbtn li>a {
    margin-left: 5px;
    margin-right: 5px;
}

.footer.f2 .footer-social i {
    font-size: 20px;
}

.footer.f2 .footer-links i {
    margin-right: 5px;
}



.footer.f5 .footer-links a {
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.footer.f6 .footer-links li {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}



.bottom-footer p {
    font-family: 'Lato';
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.navbar-brand>img {
    display: block;
    padding-bottom: 8px;
    max-width: 60px;
    float: left;
    margin-right: 12px;
}

.col5 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 45px;
}

.col5 {
    width: 20%;
    float: left;

}

.heading-text {
    font-family: 'Georgia Regular';
    color: #000;
    font-size: 38px;
    margin-bottom: 30px;
}

.container-2 {
    width: 93%;
    margin: 0 auto;
}

@media only screen and (max-width : 400px) {

    .navbar .logo-white,
    .navbar .logo-black {
        display: block;
        max-width: 180px;
        padding-top: 7px;
    }

    .logotext h3 {

        font-size: 12px !important;
    }

    .logotext p {
        font-size: 12px !important;
        line-height: 12px !important;
    }

}

.logotext {
    min-width: 380px;

}

.logotext h3 {
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 25px;
    font-family: 'Gilroy-Bold ☞';
    margin-top: 7px;
}

.logotext p {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Gilroy-Medium ☞';
}

.cmahaprabhsu p {
    text-align: justify;
}

ul.linksurl {
    padding-left: 2px;
}

ul.linksurl li {
    list-style: none;
    color: #222;
    margin-bottom: 7px;
}

.contain .owl-nav {
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.contain .owl-nav svg {
    color: currentColor;
}

.contain .owl-nav .disabled {
    display: none;
}

.contain .owl-prev,
.contain .owl-next {
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-top: -20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}

.contain .owl-prev {
    left: -10px;
    z-index: 99999999;
}

.contain .owl-next {
    right: -10px;
    z-index: 99999999;
}

.contain {
    margin-bottom: 30px;
}

.item img {
    width: 100%;
    padding: 0 10px 0 0 !important;
}

.guest-house h5 {
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

.guest-house p strong {
    font-size: 15px;
}


.logotext.text-black span {
    color: rgba(47, 52, 63, 0.56);
}

.big-quote {
    background-color: #fff;
    padding: 40px 35px;
    border-radius: 6px;
}

.quote-text {
    font-family: 'Gilroy-Regular ☞';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #2B2E33;
    margin-bottom: 30px;
}

.big-quote .fa-quote-right {
    transform: rotateZ(180deg);
    font-size: 30px;
    color: #2B2E33;
}

.big-quote .cite {
    font-family: Lora;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #380808;
}

.big-quote .cite-info {
    font-family: 'Gilroy-Regular ☞';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;

    color: rgba(47, 52, 63, 0.56);
}

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

.btn.btn-blue2 {
    background: #2196F3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -2px 0px #2685D0;
    border-radius: 89px;
    padding: 15px 60px;
}


.hidden {
    display: none;
}


header {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
    width: 100%;
    float: left;
    position: fixed;
    z-index: 10;
}

header::before {

    background: #fff;
    box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    right: 0;
    height: 0;
}

header.bgwhite::before {
    display: none;
}

header .desk-menu {
    position: relative;
    width: 100%;
    margin: 12px 0;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header.small .desk-menu {
    margin: 1px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .desk-menu .logo {
    position: absolute;
    float: left;
}

header .desk-menu .logo-adn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 20px 0 0;
    position: relative;
    display: table;
    z-index: 1;
}

header .desk-menu .logo-adn a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url("https://seeklogo.com/images/G/google-logo-28FA7991AF-seeklogo.com.png");
    background-position: 0;
    color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
}

header .desk-menu .box-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 0;
    display: block;
    margin: 0 auto;
    float: right;
    text-align: center;
}

header .desk-menu .menu-container {
    float: left;
}

header .desk-menu .menu-container .menu-head,
header .desk-menu .menu-container .menu-foot {
    width: 100%;
    float: left;
    display: none;
}

header .desk-menu .menu-container .menu-head {

    padding: 16px 10px;
}

header .desk-menu .menu-container .menu-head .e1 {
    padding: 3px 0;
    float: left;
}

header .desk-menu .menu-container .menu-head .e1 img {
    width: 29px;
    float: left;
    height: 29px;
}

header .desk-menu .menu-container .menu-head .client {
    color: #FFF;
    float: right;
}

header .desk-menu .menu-container .menu-head .client span {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    padding: 5px 42px 5px 0;
    position: relative;
    line-height: 100%;
    font-size: 9px;
    display: block;
}

header .desk-menu .menu-container .menu-head .client i {
    position: absolute;
    font-size: 30px;
    right: 0;
    top: 0;
}

header .desk-menu .menu-container .menu-foot {
    position: absolute;
    bottom: 0;
    padding: 15px 0;
}

header .desk-menu .menu-container .menu-foot .social {
    display: table;
    margin: 0 auto;
}

header .desk-menu .menu-container .menu-foot .social a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    padding: 5px 0;
    border-radius: 50%;
    background: #797c82;
    width: 29px;
    height: 29px;
}

header .desk-menu .menu-container .menu-foot .social a:last-child {
    margin: 0;
}

header .desk-menu .menu-container .menu-foot .social a:hover {
    background: #a4a7ac;
}

header .desk-menu .menu-container .menu-foot hr {
    margin: 15px auto 20px;
    display: table;
    width: calc(100% - 20px);
}

header .desk-menu .menu-container .menu-foot address {
    position: relative;
    text-align: left;
    padding: 0 15px;
    margin: 0;
}

header .desk-menu .menu-container .menu-foot address i {
    position: absolute;
    left: 0;
    top: 0;
}

header .desk-menu .menu-container .menu-foot address span {
    padding: 0 0 0 20px;
    position: relative;
    margin-bottom: 5px;
    font-size: 12px;
    display: block;
}

header .desk-menu .menu-container .menu {
    float: left;
    padding: 0;
    margin: 0 20px 0 0;
    list-style: none;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .desk-menu .menu-container .menu li.back {
    display: none;
}

header .desk-menu .menu-container .menu>li {
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -ms-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;
    margin: 0 0 0 10px;
    float: left;
    cursor: pointer;
    position: relative;
    overflow: inherit;
}

header .desk-menu .menu-container .menu>li a {
    position: relative;
    padding: 27px 20px 27px 8px;
    display: block;
    font-style: normal;
    font-family: 'Gilroy-Bold ☞';
    font-size: 15px;
    line-height: 19px;
    color: #343434;
    letter-spacing: 1.1px;

}

header.nav2 .desk-menu .menu-container .menu>li a {
    color: #fff !important;
}

header.nav2.small .desk-menu .menu-container .menu>li a {
    color: #343434 !important;
}

header.bgtransparent.bgwhite.small {
    background: #fff;
    box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
}

body.open-menu header.bgtransparent.bgwhite.small {
    background: #4e4d4d;
    box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
}

header .desk-menu .menu-container .menu>li>a {
    padding: 12px 0 17px 0;
    margin: 13px 15px 7px !important;
    position: relative;
    margin-top: 15px;
    text-transform: uppercase;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children>a::before,
header .desk-menu .menu-container .menu>li.menu-item-has-children>a::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #4e4e4e;
    position: absolute;
    content: '';
    height: 1px;
    width: 7px;
    top: 26px;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children>a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children>a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu {
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 6px 12px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-overflow-scrolling: touch;
    min-width: 250px;
    position: absolute;
    list-style: none;
    padding: 8px 0px;
    float: left;
    display: table;
    left: 7px;
    width: 100%;
    float: left;
    display: none;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li {
    width: 100%;
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -ms-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li>a {
    color: #2B2E33;
    font-size: 14px;
    line-height: 19px;
    opacity: 0.8;
    display: grid;
    padding: 11px 23px 11px;

}


header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li .sub-menu {
    display: none;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li.menu-item-has-children>a::before,
header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li.menu-item-has-children>a::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #4e4e4e;
    position: absolute;
    content: '';
    height: 1px;
    width: 7px;
    top: 24px;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li.menu-item-has-children>a::before {
    transform: rotate(45deg);
    right: 6px;
    top: 19px;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li.menu-item-has-children>a::after {
    transform: rotate(-45deg);
    right: 6px;
    top: 23px;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li.menu-item-has-children:hover>a {
    display: block;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li:hover a {


    color: #0042d8 !important;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li:hover>a::before {
    -webkit-transform: rotate(142deg);
    -moz-transform: rotate(142deg);
    -ms-transform: rotate(142deg);
    -o-transform: rotate(142deg);
    transform: rotate(142deg);
    top: 23px;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li:hover>a::after {
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
    right: 11px;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu .sub-menu {
    left: 100%;
    margin-top: -43px;
}

header .desk-menu .menu-container .menu>li.menu-item-has-children a {
    text-align: left;
}

header .desk-menu .menu-container .menu>li.line {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    bottom: 11px;
    left: 0;
    height: 0px;
    pointer-events: none;


    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    opacity: 0;
    display: block;
}

header .desk-menu .menu-container .menu>li:hover>a::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
    width: 10px;
    right: 12px;
}

header .desk-menu .menu-container .menu>li:hover>a::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    right: 7px;
}

header .desk-menu .menu-container .menu>li:hover.menu-item-has-children .sub-menu {
    display: block;
}

header .hamburger-menu {
    display: none;
}

header.small::before {
    box-shadow: 0px 5px 25px 0 rgba(46, 61, 73, 0.2);
    height: 100%;
}

header.small .desk-menu .menu-container .menu>li.menu-item-has-children>a::before,
header.small .desk-menu .menu-container .menu>li.menu-item-has-children>a::after {
    background-color: #4e4e4e;
}

header.small .desk-menu .logo-adn {
    margin-top: 14px;
}

header.small .desk-menu .logo-adn a {
    background-image: url("../img/empresa-1-logo.svg");
    height: 30px;
    width: 140px;
}

header.small .desk-menu .box-menu {
    padding: 0;
}

header.small .desk-menu .box-menu ul li a {
    color: #4e4e4e;
}

.logo-white {
    display: none;
}

.bgtransparent.small .logo-white {
    display: block !important;
}

.bgtransparent .small .logo-black {
    display: none !important;
}

header.bgtransparent .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu a {
    color: #222 !important;
}

.small .logo-white {
    display: none;
}

.small .logo-black {
    display: none;
}

@media (max-width: 991px) {
    header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu {
        position: relative !important;
        display: none;
        transition: none;
    }

    header .desk-menu .menu-container .menu>li:hover.menu-item-has-children .sub-menu {
        display: none;
    }

    .tm-details1 h4 {
        font-size: 16px !important;
    }

    .tm-details1 span {
        font-size: 14px !important;
    }

    header.bgtransparent.small .desk-menu .box-menu ul li a {
        color: #000 !important;

    }

    header.bgtransparent.small .desk-menu .box-menu ul li a.btn-nav {
        color: #fff !important;
    }

    header.bgtransparent .desk-menu .box-menu ul li a.btn-nav:hover {
        color: #000 !important;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li>a {
        padding-left: 23px;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li:nth-last-child(2) {
        border-bottom: 2px solid #ececec !important;
    }

    header .desk-menu .box-menu ul li:hover {
        color: #343434 !important;

    }

    header {
        height: 70px;
        z-index: 99999;
    }

    header .hamburger-menu {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
        position: absolute;
        top: 18px;
        margin: auto;
        width: 40px;
        height: 40px;
        cursor: pointer;
        right: 0;
        z-index: 11;
    }

    header .hamburger-menu span {
        text-transform: uppercase;
        left: calc(-100% + -5px);
        padding: 8px 9px 8px 0;
        top: calc(50% - 18px);
        position: absolute;
        font-size: 13px;
        color: #FFF;
    }

    header .hamburger-menu .bar,
    header .hamburger-menu .bar::after,
    header .hamburger-menu .bar::before {
        width: 35px;
        height: 3px;
    }

    header .hamburger-menu .bar {
        position: relative;
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -o-transform: translateY(25px);
        transform: translateY(25px);

        background: #343434;
        top: -7px;
    }

    header.nav2 .hamburger-menu .bar {
        background: #fff;
    }

    header .hamburger-menu .bar::before,
    header .hamburger-menu .bar::after {
        position: absolute;
        background: #343434;
        content: '';
        left: 0;
        border-radius: 5px;
    }

    header.nav2 .hamburger-menu .bar::before,
    header.nav2 .hamburger-menu .bar::after {
        background: #fff;
    }

    header .hamburger-menu .bar::before {
        bottom: 10px;
        -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    header .hamburger-menu .bar::after {
        top: 10px;
        -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    header .hamburger-menu .bar.animate {
        background: rgba(255, 255, 255, 0);
    }

    header .hamburger-menu .bar.animate::after {
        top: 0;
        background: #fff !important;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    header .hamburger-menu .bar.animate::before {
        bottom: 0;
        background: #fff !important;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    header .desk-menu .box-menu ul li {
        color: #FFF !important;
        border-bottom: 2px solid #ececec;
    }

    header .desk-menu .menu-container {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #FFF;
        position: fixed;
        height: 100%;
        width: 280px;
        right: -280px;
        top: 0;
    }

    header .desk-menu .menu-container .menu-header-container {
        position: relative;
        float: left;
    }

    header .desk-menu .menu-container .menu-header-container ul {
        padding: 0 !important;
        overflow-y: auto;

        max-height: 100vh;
    }

    header .desk-menu .menu-container .menu {
        margin: 0;
    }

    header .desk-menu .menu-container .menu li.back {
        position: relative;
        display: block;
    }

    header .desk-menu .menu-container .menu li.back a {
        padding: 12px 12px 12px 35px !important;
        background: #60349E;
        color: #fff !important;
        border: none !important;
    }

    header.bgtransparent .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li.back a {
        color: #fff !important;
        border: none !important;
    }

    header .desk-menu .menu-container .menu li.back a::before,
    header .desk-menu .menu-container .menu li.back a::after {
        background-color: #4e4e4e;
        position: absolute;
        content: '';
        height: 2px;
        width: 7px;
        top: 23px;
    }

    header .desk-menu .menu-container .menu li.back a::before {
        -webkit-transform: rotate(-45deg) !important;
        -moz-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
        -o-transform: rotate(-45deg) !important;
        transform: rotate(-45deg) !important;
        top: 20px !important;
        right: inherit !important;
        left: 15px !important;
    }

    header .desk-menu .menu-container .menu li.back a::after {
        -webkit-transform: rotate(45deg) !important;
        -moz-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        -o-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
        top: 24px !important;
        left: 15px !important;
    }

    header .desk-menu .menu-container .menu li.line {
        display: none !important;
    }

    header .desk-menu .menu-container .menu>li {
        width: 100%;
        float: left;
        margin: 0;
        text-align: left;
    }

    header .desk-menu .menu-container .menu>li a {

        padding: 15px 0;
        color: #000 !important;
        margin: 0 !important;

    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children {
        position: initial;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children a {
        padding: 15px 23px;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children a.active {
        background: #0042d8;
        color: #fff !important;
    }

    header .desk-menu .menu-container .menu>li a.btn-nav,
    header .desk-menu .menu-container .menu>li a {
        padding: 19px 23px !important;
    }

    header .desk-menu .menu-container .menu>li a.btn-nav {
        margin: 0;
        color: #fff !important;
        width: 100%;
        margin-left: 0;
        border-radius: 0;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children a::before,
    header .desk-menu .menu-container .menu>li.menu-item-has-children a::after {
        background: #000;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children .back a::before,
    header .desk-menu .menu-container .menu>li.menu-item-has-children .back a::after {
        background: #fff !important;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children a::before {
        right: 19px !important;
        top: 19px !important;
        width: 10px !important;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children a::after {
        top: 26px !important;
        width: 10px !important;
        right: 18px;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children a.active::before {
        transform: rotate(45deg);
        right: 25px !important;
        top: 24px !important;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children a.active::after {
        transform: rotate(125deg);
        right: 19px;
        top: 24px !important;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu .sub-menu {
        margin-top: 0;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children a.active~.sub-menu {
        display: block !important;
        width: 100% !important;
        left: 0;
        box-shadow: none;
        padding: 0 !important;
        background: #ececec;
        min-width: auto !important;
        border-radius: 0;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu::before {
        display: none;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li.menu-item-has-children>a::before,
    header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li.menu-item-has-children>a::after {
        background-color: #4e4e4e;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li.menu-item-has-children>a::before {
        -webkit-transform: rotate(45deg) !important;
        -moz-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        -o-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
        right: 6px !important;
        top: 22px !important;
        width: 7px !important;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li.menu-item-has-children>a::after {
        -webkit-transform: rotate(-45deg) !important;
        -moz-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
        -o-transform: rotate(-45deg) !important;
        transform: rotate(-45deg) !important;
        right: 6px !important;
        top: 26px !important;
        width: 7px !important;
    }

    header .desk-menu .menu-container .menu>li:hover a:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 6px;
        top: 22px;
    }

    header .desk-menu .menu-container .menu>li:hover a::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 18px;
        top: 26px;
    }

    header .desk-menu .menu-container .menu-head {
        display: block;
    }

    header .desk-menu .menu-container .menu-foot {
        display: block;
    }

    /* header.small .hamburger-menu {
              top: 58px;
              z-index: 999999;
            } */
    header.small .hamburger-menu span {
        color: #4e4e4e;
    }

    header.small .hamburger-menu .bar {
        background: #343434;
    }

    header.small .hamburger-menu .bar::before,
    header.small .hamburger-menu .bar::after {
        background: #343434;
    }

    header.small .hamburger-menu .bar.animate {
        background: rgba(255, 255, 255, 0);
    }
}

.btn-details {
    position: absolute;
    right: 30px;
    bottom: 0;
}

.btn-details i {
    -webkit-text-stroke: 1px #fff;
    margin-left: 3px;
    font-size: 13px;
}

a.btn-trans {
    position: absolute;
    left: 15px;
    bottom: 0;
    color: #60349E;

}

.tm-details1 h4 {
    font-family: 'Gilroy-Regular ☞';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    color: #2B2E33;
}

.tm-details1 span {
    font-family: 'Gilroy-Regular ☞';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    max-width: 87%;
    margin-bottom: 25px;
    display: block;
    color: rgba(47, 52, 63, 0.56);

}

.btn-details1 {
    position: absolute;
    left: 14px;
    bottom: 0;
}

.btn-details1 i {
    -webkit-text-stroke: 1px #21a3f4;
    font-size: 26px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .tm-details1 h4 {
        font-size: 20px;
        margin-top: 15px;
        line-height: 25px;
    }

    .tm-details1 span {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .btn-details {
        position: relative;
        right: -19px;
        bottom: 0;
        margin-top: 15px;
        font-size: 13px;
    }

    .btn-details1 {
        position: relative;
        left: 0;
    }

    a.btn-trans {
        position: relative;
        left: 0;
        font-size: 13px;
        margin-top: 15px;
        bottom: 0;
        color: #60349E;

    }

    .team-member1 {
        padding: 18px !important;
    }

    header .desk-menu .menu-container .menu li a {
        text-align: left;
    }

    header .desk-menu .menu-container .menu li.back a::before {
        top: 17px !important;
    }

    header .desk-menu .menu-container .menu li.back a::after {
        top: 21px !important;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children a::before {
        top: 18px;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children a::after {
        top: 22px;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li.menu-item-has-children>a::before {
        top: 18px;
    }

    header .desk-menu .menu-container .menu>li.menu-item-has-children .sub-menu li.menu-item-has-children>a::after {
        top: 22px;
    }
}

@media (max-width: 481px) {
    header .desk-menu .logo-adn a {
        width: 100px;
        height: 30px;
    }

    /* header .hamburger-menu {
              top:58px;
              right: -3px;
            } */
    header .hamburger-menu .bar,
    header .hamburger-menu .bar::after,
    header .hamburger-menu .bar::before {
        width: 30px;
        height: 3px;
    }

    header .hamburger-menu .bar::before {
        bottom: 9px;
    }

    header .hamburger-menu .bar::after {
        top: 9px;
    }

    header.small .desk-menu .logo-adn a {
        width: 100px;
        height: 30px;
    }
}

@media (max-height: 550px) {

    header .desk-menu .menu-container .menu-foot hr,
    header .desk-menu .menu-container .menu-foot address {
        display: none;
    }
}

.resize-message {
    margin: 40vh auto 0;
    display: table;
}

.resize-message span {
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #666;
}

.resize-message span i {
    font-size: 30px;
}

body.open-menu .overlay111 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #000000 0%, #000000 100%);
    opacity: 0.7;
    box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
    z-index: 9999;
}

/* new css */
.text-box p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gilroy-Bold ☞';
    color: #343434;
}

.text-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.video_box {
    box-shadow: 0 5px 12px 0 rgba(33, 43, 54, 0.07), 0px 10px 30px 0px rgba(33, 43, 54, 0.085);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.video_box iframe {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.youtube h3 {
    font-size: 27px;
    line-height: 32px;
    color: #000;
}

.youtube h2 {
    font-size: 50px;
    line-height: 60px;
    color: #000;
}

.youtube h2 span {
    color: #0042d8;
}

.youtube h4 {
    font-size: 23px;
    line-height: 30px;
    color: #000;
}

.youtube h5 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

.Abouttext h5,
h5.textp {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif !important;
    color: #666666;
    font-weight: 600;
    margin-bottom: 2px;
}

.youtube p.lead,
.Abouttext p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif !important;
    color: #343434;
    font-weight: 500;
}

.textbox2 h2 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
}

.textbox2 h3 {
    font-size: 18px;
    line-height: 23px;
    color: #000;
}

.textbox2 p {
    font-size: 13px;
    line-height: 19px;
    font-family: 'Montserrat', sans-serif !important;
    color: #343434;
    margin-bottom: 20px;

}

.textbox2 {
    text-align: left;
    background: #fff;
    border-radius: 0 0px 8px 8px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
    padding: 32px 30px;
}

.image-bg-blue {
    background-image: url(../images/bg-blue.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.float-image {
    position: absolute;
    right: -61px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    bottom: 0;
}

.float-left {
    position: absolute;
    left: -61px;
    bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.aligned-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.aligned-row::before {
    display: block;
}

.bg2 {
    background: #0042d8;
}

.bg1 {
    background: #343434;
}

.bg-browne h3 span {
    font-size: 36px;
    line-height: 42px;
    display: block;
}

.bg-browne h3 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-top: 12px;
}

.events {
    border: 1px solid #ccc;
    border-left: 0;
}

.same-pad p {

    margin-bottom: 15px;
}

.events-t-b {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.iconlist {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-top: 1s0px;
}

.iconlist i {
    margin: 8px 0;
    color: #cecece;
}

.lower-icons {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.lower-icons p {
    margin-bottom: 7px;
    margin-right: 25px;
}

.same-pad {
    padding-top: 7px;
    padding-bottom: 7px;
}

.same-pad h3 {
    font-size: 18px;
    line-height: 25px;
    color: #343434;
    margin-bottom: 6px;
}

.p-a-5 {
    padding-right: 0px !important;
    padding-left: 24px !important;
}

.eventsw {
    margin-bottom: 13px;
    background: #fff;
}

h3.heading {
    font-size: 25px;
    line-height: 32px;
    color: #000000;
    margin: 15px 0 21px;
}

.img-responsive {
    width: 100%;
}

ul.listing,
ul.small-list {
    padding-left: 0;
    margin-bottom: 18px;
}

ul.listing li {
    list-style-type: none;
    font-family: Lato;
    font-weight: 600;
    font-size: 18px;
    color: #343434;
    background: url('../images/checkbox.png') 0 0 no-repeat;
    padding: 4px 0 4px 35px;
    margin: 15px 0;
}

ul.small-list li {
    list-style-type: none;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    color: #343434;
    background: url('../images/check-small.png') 0 5px no-repeat;
    padding: 0px 0 4px 25px;
    margin: 9px 0;
}

.bordered {
    border-radius: 8px;
}

img.bordered:hover {
    -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
}

.marbtmdiv div {
    margin-bottom: 20px;
}

.clientimg h3 {
    font-size: 46px;
    line-height: 57px;
    color: #000000;
}

.clientimg h4 {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.clientimg h4 span {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Gilroy-Bold ☞';
}

.float-image:hover,
.float-left:hover {
    -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
}

.befor-eline span {
    height: 3px;
    width: 50px;
    background: #fff;
    display: inline-block;
}

.befor-eline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bg-neonblue {
    background: #0042d8;
}

.bannerbtn a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 10px;
}

.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-text h4 {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Gilroy-Medium ☞';
    margin-bottom: 15px;
    padding-left: 42px;
    position: relative;
}

.right-text h4:before {
    content: " ";
    height: 5px;
    width: 40px;
    background: #fff;
    position: absolute;
    top: 13px;
    left: 0px;

}

.right-text h2 {
    font-size: 42px;
    line-height: 52px;
    font-family: 'Gilroy-Bold ☞';
    text-transform: uppercase;
}

.right-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #92b0f3;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 8px 15px !important;
}

.lowerfooter h2.title {
    font-size: 17px;
    line-height: 22px;
    color: #000;
}

.lowerfooter ul li a,
.footer .lowerfooter ul.popup_list li span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #343434;
}

.footer .lowerfooter ul li {
    display: block;
    margin-bottom: 8px;
}

.footer .lowerfooter ul.popup_list li i {
    float: left;
    padding-top: 0px;
}

.footer .lowerfooter ul.popup_list li span {
    padding-left: 25px;
    display: block;
}

body.open-menu header.bgwhite {
    background: linear-gradient(180deg, #665e5e87 0%, #00000024 100%);
    opacity: 0.7;
    box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.12);
}

section.youtube {
    padding: 80px 0;
}

.bg2-line {
    background: url('../images/bg-2.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.bg2-line1 {
    background: url('../images/bg3.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

a.btn-nav {
    background: #0042d8;
    color: #fff !important;
    border-radius: 23px;
    padding: 8px 28px !important;
    border: 2px solid #0042d8;
}

a.btn-nav:hover,
a.btn.btn-blue-rev:hover {
    background: transparent;
    border: 2px solid #0042d8;
    color: #0042d8 !important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 2px 4px rgba(0, 0, 0, 0.12);
}

header.nav2.small .desk-menu .menu-container .menu>li a.btn-nav,
header.small .desk-menu .menu-container .menu>li a.btn-nav {
    color: #fff !important;
}

header.nav2.small .desk-menu .menu-container .menu>li a.btn-nav:hover,
header.small .desk-menu .menu-container .menu>li a.btn-nav:hover {
    color: #0042d8 !important;
}

header.bgtransparent.nav2 .logo-white {
    display: block;
}

header.bgtransparent.nav2 .logo-black {
    display: none;
}

header.bgtransparent.nav2.small .logo-black {
    display: block !important;
}

header.bgtransparent.nav2.small .logo-white {
    display: none !important;
}

/* --- second-level page */
.breadcrumb {
    height: 470px;
}

.Yudhishthira {
    background: url('../images/yudhisthir.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contactbg {
    background: url('../images/contactbg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.kirtan {
    background: url('../images/kirtan.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about {
    background: url('../images/about.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.breadcrumb-text {
    position: absolute;
    bottom: 50px;
}

.breadcrumb h2 {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 1px;
    font-weight: unset;
}

.breadcrumb h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: unset;
}

.p-20 {
    padding: 10px 20px !important;
}

.grey3 {
    background: #f3f3f3;
}

/*------------------------------------------*/
/*  Hero Leadbox
/*------------------------------------------*/
.hero-leadbox {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.hero-leadbox .form-horizontal {
    padding: 30px 40px 10px;
    border-radius: 5px;
    box-shadow: -2px -2px 6px 0 rgba(0, 0, 0, .1);
    background-color: #fff;

}

.hero-leadbox .form-horizontal.form-2col {
    padding: 40px 20px 20px;
}

.hero-leadbox h5 {
    font-size: 20px;
    font-weight: 900;
}

.hero-leadbox .form-group.w-50 input {
    display: inline-block;
    width: 49.5%;
}

.hero-leadbox .feature-box i {
    font-size: 50px;
    font-weight: 400;
    margin-right: 10px;
}

.hero-leadbox .feature-box h5,
.hero-leadbox .feature-box p {
    margin-left: 80px;
}

.hero-leadbox .feature-box h5 {
    margin-bottom: 5px;
}

.hero-leadbox .form-group button.picker__button--today,
.hero-leadbox .form-group button.picker__button--clear,
.hero-leadbox .form-group button.picker__button--close {
    width: 33%;
}

.footer.f2 .navbar-brand.logo-black {
    display: block;
}

.copyright p {
    color: #6e6e6e;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 16px;
}

.p-30 {
    padding-bottom: 20px;
}

#footer2-2 .navbar-brand>img {
    max-width: 37px;
    padding-bottom: 0;
}

#footer2-2 .navbar-brand {
    height: auto !important;
}

.video_box .btn.btn-blue {
    border: 2px solid #0042d8;
    color: #0042d8;
    padding: 6px 19px;
    margin-right: 0;
    min-width: 120px;
}

.video_box .btn.btn-blue:hover {
    border: 2px solid #0042d8;
    color: #fff;
    padding: 6px 19px;
    background-color: #0042d8;
}

.hindi p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    line-height: 25px;
}

.hindi h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: #0042d8;
    margin-bottom: 20px;
}

.hindi .grey3 {
    margin: 10px 0 20px;

}

.mb-20 {
    margin-bottom: 29px;
    position: relative;
}

.bootstrap-datetimepicker-widget {
    background-color: #0042d8 !important;
}

.icontsxt img {
    float: left;
    padding-top: 6px;
}

.icontsxt h3 {
    padding-left: 30px;
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 0;
}

.img-box {
    margin-bottom: 30px;
}

.img-box p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.bg3 {
    background: #363636;
}

.p-10 {
    padding: 12px 25px;

}

.mb-15 {
    margin-bottom: 15px;
}

.bg-navy {
    background: #f0f7fd;
}

.font36 {
    font-size: 36px !important;
    line-height: 42px !important;
}

/* slider-range */

.range {
    position: relative;
    width: 100%;
    height: 8px;
    background: #0042d8;
}

.range:after {
    content: " ";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0042d8;
    display: block;
    position: absolute;
    top: -5px;
    left: -4px;
}

.range:before {
    content: " ";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0042d8;
    display: block;
    position: absolute;
    top: -5px;
    right: -4px;
}

.range input {
    width: 100%;
    position: absolute;
    top: 7px;
    height: 0;
    -webkit-appearance: none;
}

.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 50px;
    height: 50px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: url('../images/range.png');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    border: 0 !important;
}

.range input::-moz-range-thumb {
    width: 50px;
    height: 50px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: url('../images/range.png');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    border: 0 !important;
}

.range input::-ms-thumb {
    width: 50px;
    height: 50px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: url('../images/range.png');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    border: 0 !important;
}

.range input:focus {
    background: none;
    outline: none;
}

.range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-labels {
    margin: 35px -41px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.range-labels li {
    position: relative;
    float: left;
    width: 13.5%;
    text-align: center;
    color: #343434;
    font-family: 'Gilroy-Bold ☞';
    font-size: 16px;
    cursor: pointer;
}

.range-labels li.active {
    font-family: 'Gilroy-Heavy ☞';
    font-size: 18px;
    color: #000;
}

.range-labels .active {
    color: #37adbf;
}

.range-labels .selected::before {
    background: #37adbf;
}

.range-labels .active.selected::before {
    display: none;
}

.whitebox {
    padding: 20px;
    background: #fff;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    box-shadow: -2px -2px 6px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-bottom: 20px;
}

.whitebox-2 {
    padding: 25px 20px;
    background: #fff;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    box-shadow: -2px -2px 6px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-bottom: 20px;
}

.whitebox-2 p span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #363636;
}

.whitebox-2 h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #363636;
}

.whitebox-2 blockquote {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #363636;
    margin-top: 20px;
}

.whitebox-2 blockquote i {
    color: #b0b0b0;
    font-size: 20px;
    margin-right: 7px;
}

.whitebox p,
.donation-list li {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #363636;
    list-style: none;
    margin-bottom: 8px;
    font-weight: 400;
}

.whitebox p strong,
.donation-list li strong {
    font-weight: 500;
}

ul.donation-list {
    padding-left: 0;
}

.whitebox ul.listing li {
    font-family: 'Gilroy-Medium ☞';
    background: url('../images/checkbox1.png') 0 0 no-repeat;
    font-size: 18px;
    padding: 1px 0 4px 29px;
    font-weight: auto !important;
    margin: 10px 0;
}

.contiontext {
    text-align: center;
}

.contiontext p {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-align: center;
    line-height: 16px;
    color: #787878;
}

.py-100 {
    padding: 160px 0 !important;
}

.py-100::before {
    content: " ";
    background: url('../images/half-circel.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 408px;
    width: 308px;
    position: absolute;
    left: 0;
    top: 150px;
}

.bg-navy2 {
    background: #e4f1fb;
}

.navborder {
    border-bottom: 2px solid #f5f5f5;
}

.width30 {
    background: #f5f5f5;
    width: 22%;
    height: 100%;
    padding-top: 200px;
    position: absolute;
    left: 0;
}

.width70 {
    background: #fff;
    width: 78%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    left: 22%;
    padding-top: 200px;
}

.d-flex {
    display: flex;
}

/* 
tabs */
.tabs-left {
    border-bottom: none;
    border-right: 1px solid #ddd;
}

.tabs-left>li {
    float: none;
    margin: 0px;
    text-align: right;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background: #343434;
    color: #fff;
    border: none;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin: 0px;
    text-align: left;
    padding: 15px 25px;
}

.nav-tabs>li>a:hover {

    line-height: 1.42857143;
    border: 1px solid transparent;

}

/* .tabs-left>li.active>a::after{content: "";
      position: absolute;
      top: 10px;
      right: -10px;
      border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    
    border-left: 10px solid #f90;
      display: block;
      width: 0;} */
.tabs-left>li>a {
    display: inline-block;
    margin: 15px 0;
    min-width: 200px;
    text-align: left;
    padding-left: 23px;
    font-family: 'Gilroy-Medium ☞';
    color: #000;
    font-size: 14px;
    font-weight: unset !important;
}

.fa.filled {
    background: #44c4a1;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    font-size: 52px;
    -webkit-text-stroke: 3px #44c4a1;
}

.newtab h4 {
    font-family: 'Gilroy-Bold ☞';
    color: #343434;
    font-size: 28px;
    line-height: 32px;
    margin-top: 25px;
}

.newtab h4 span {
    color: #0042d8;
}

.newtab p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    color: #343434;
}

.newtab p span {
    font-weight: 600;
}

.newtab h5 {
    font-family: 'Gilroy-Medium ☞';
    color: #343434;
    font-size: 20px;
    line-height: 27px;
    margin-top: 25px;
}

table.cash {
    width: 100%;
    max-width: 800px;
    margin-top: 25px;
}

table.cash tr td {
    width: 50px;
    padding: 19px 29px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

table.cash tr {
    border: 1px solid #ececec;
}

.youtube .carousel-inner {
    min-height: 150px;
}

.bshaodow-heavy {
    box-shadow: 0 5px 12px 0 rgba(33, 43, 54, 0.07), 0px 10px 30px 0px rgba(33, 43, 54, 0.085);
}

.iconlist i {
    /* margin: 8px 0; */
    margin: 14px 0 !important;
    color: #cecece;
}

.same-pad {
    padding-top: 7px;
    /* padding-bottom: 7px; */
}

.same-pad h3 {
    /* font-size: 18px;
    line-height: 25px; */
    font-size: 16px;
    line-height: 28px;
    color: #343434;
    margin-bottom: 6px;
}

.textbox2 h2 {
    font-size: 27px;
    line-height: 32px;
    color: #343434;
}

.img-round {
    border-radius: 10px 10px 0 0;
}

.owl-carousel .owl-stage-outer {
    z-index: 99999;
}

.navtrue .team-member {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 2px 4px rgba(0, 0, 0, 0.12);
    margin-top: 12px !important;
}

.user i {
    -webkit-text-stroke: 2px #fff;
}

.user ul.sub-menu {
    max-width: 290px !important;
    min-width: 150px !important;
}

.user ul.sub-menu li:last-child a {
    color: red !important;
}

header.bgtransparent .desk-menu .menu-container .menu>li.menu-item-has-children.user .sub-menu li:last-child a {
    color: red !important;
}

.schedule h2 {
    color: #000;
}

.schedule p {
    color: #343434;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 26px;
}

.schedule h4 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: .00893em;
    color: #000;
    font-family: 'Gilroy-Bold ☞';
    margin-top: 35px;
}

.schedule h5 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .00893em;
    color: #0042d8;
    font-family: 'Gilroy-Regular ☞';
    margin-top: 25px;
}

ol.terms {
    padding-left: 20px;
}

ol.terms li {
    color: #343434;

    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    margin-bottom: 17px;
    line-height: 26px;
}

.max1500 {
    max-width: 1500px;
    margin: 0 auto;
}

.width40 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    height: 100%;
    min-height: 400px;
    width: 40%;
    background: url('../images/login.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.white-popup .width40 h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'Gilroy-Bold ☞';
}

.width60 {
    height: 100%;
    padding: 25px;
    width: 60%;
    min-height: 400px;
}

.width40 .btn.btn-blue {
    border: 2px solid #fff;
    color: #fff;
}

.width40 .btn.btn-blue:hover {
    background-color: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 2px 4px rgba(0, 0, 0, 0.12);
    color: #000 !important;
}

.row2 {
    display: flex;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}


#login .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cac8c8;
    border-radius: 0;
    margin-bottom: 7px;
    padding-left: 0;
}

#login form label,
#login p {
    color: #a2a2a2;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
}

#login form label {
    margin-bottom: 40px;
    margin-top: 32px;
}

#login .form-group {
    margin-bottom: 8px;
    position: relative
}

#login .form-group button {
    width: auto;
    padding: 4px 20px;
    font-size: 16px !important;
}

#login form h3 {
    color: #595959;
    font-family: 'Gilroy-Heavy ☞';
    font-size: 24px;
}

#partitioned {
    padding-left: 15px;
    letter-spacing: 65px;
    border: 0;
    background-image: linear-gradient(to left, #cac8c8 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 72px 1px;
    background-repeat: repeat-x;
    background-position-x: 45px;
    width: 260px;
    min-width: 260px;
}

#divInner {
    left: 0;
    position: sticky;
}

#divOuter {
    width: 260px;
    overflow: hidden;
}

#login input::-webkit-input-placeholder {
    /* Edge */
    color: #a2a2a2;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#login input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a2a2a2;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#login input::placeholder {
    color: #a2a2a2;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#login .form-group button.btn.btn-blue-rev.optbtn {
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 9px !important;
    padding: 3px 12px !important;
}

.mfp-wrap {
    z-index: 999999999;
}

.btn-nav.open-popup-link.nabv {
    margin-top: 14px;
    display: inline-block;
    font-family: 'Gilroy-Bold ☞';
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1.1px;
}

.dropdown.nabv a {
    display: flex;
    margin-right: 30px;
    margin-top: 15px;
}

.dropdown.nabv i.fa {
    color: #000;
}

/* contact page */
.contact h2 {
    font-family: 'Gilroy-Bold ☞';
    color: #000;
    font-size: 28px;
    line-height: 35px;

}

.contact h2 span {
    color: #0042d8;
}

.contact ul.popup_list li span {
    margin-left: 7px;
}

.contact ul.popup_list li span,
.contact p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #343434;
    font-weight: 500;

}

.contact .moreheight p {
    line-height: 25px;
}

.contact ul.popup_list li {
    list-style: none;
    margin-bottom: 6px;
}

.contact ul.popup_list {
    padding-left: 0;
}

.contact p {
    margin-bottom: 6px;
}

p.mt-12 {
    margin-top: 16px;
}

.contactform input.form-control,
.contactform textarea.form-control {
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    line-height: 35px !important;
}

.btn.btn-black {
    font-size: 18px;
    font-family: 'Gilroy-Medium ☞';
    border-radius: 3px;
    background: #343434;
}

.btn.btn-black i {
    -webkit-text-stroke: 2px #343434;
}

.btn.btn-black:hover {
    color: #ccc;
}

.date input {
    background: url('../images/calender.png') no-repeat scroll !important;
    background-position: right 10px !important;
}

.time input {
    background: url('../images/watch.png') no-repeat scroll !important;
    background-position: right 10px !important;
}

/* counter */
.counter {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.charts_orb h3 {
    color: #a9c3ff;
    font-size: 18px;
    line-height: 23px;
    font-family: 'Gilroy-Medium ☞';
    font-weight: unset;
}

.counter h2,
.counter p {
    font-size: 48px;
    line-height: 55px;
    font-family: 'Gilroy-Bold ☞';
    font-weight: unset;
    margin-bottom: 1px;
}

.width220 {
    max-width: 260px;
    margin: 0 auto;
}

.gallery_container img {
    margin-bottom: 25px;
}

.bordered img {
    border-radius: 8px;
}