/* -----------------------------------------
			   01. RESET CSS
-------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
    font-size: 15px;
}

/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
.btn,
.btn-simple,
a,
.td-name,
td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1rem;
    color: #707070;
    font-weight: 400;
    line-height: 1.85;
}

p:not(:last-child) {
    margin-bottom: 1.25em;
}


h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 1.35;
    color: initial;
}

h1 {
    margin-top: 0;
    font-size: 2.852em;
}

h2 {
    font-size: 2.125em;
}

h3 {
    font-size: 1.853em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.126em;
}

small,
.text_small {
    font-size: 0.8em;
}

strong,
b {
    font-weight: 600;
}

.badge {
    display: inline;
    font-size: 80%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

a {
    color: #707070;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/
.ptb-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}
.pt-70{
    padding-top: 70px;
}
.pt-60{
    padding-top: 60px;
}
.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-150 {
    padding: 150px 0;
}

.pt-150 {
    padding-top: 150px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mb--50 {
    margin-bottom: -50px;
}

.mb--100 {
    margin-bottom: -100px;
}

.mt--120 {
    margin-top: -120px;
}

.mt-25 {
    margin-top: 25px;
}

.z-index-2 {
    z-index: 2;
}

.gray-light-bg {
    background: #f7f7f7;
}

.primary-bg,
.badge-primary {
    background: #3264f5;
}

.gradient-bg {
    background: #3264f5;
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #3264f5), color-stop(82%, #7202bb));
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
}

.secondary-bg {
    background: #7202bb;
}

.color-primary {
    color: #3264f5;
}

.color-secondary {
    color: #7202bb
}

.white-bg {
    background: #ffffff;
}

/*icon size*/
.icon-sm {
    font-size: 30px;
    line-height: 30px;
}

.icon-md {
    font-size: 40px;
    line-height: 40px;
}

.icon-lg {
    font-size: 50px;
    line-height: 50px;
}

.outline-btn,
.solid-btn,
.primary-solid-btn,
.solid-white-btn,
.outline-white-btn {
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 30px;
}

.primary-solid-btn {
    border-color: #3264f5;
    background: #3264f5;
    color: #ffffff;
}

.primary-solid-btn:hover {
    background: transparent;
    color: #3264f5;
    border-color: #3264f5;
}

.solid-btn {
    color: #fff;
    background: #000000;
    border: 2px solid #000000;
}

.solid-btn:hover {
    background: transparent;
    color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.outline-btn {
    color: #3264f5;
    display: inline-block;
    border: 2px solid #3264f5;
}

.outline-btn:hover {
    color: #fff;
    background: #3264f5;
}

.primary-bg h1,
.primary-bg p,
.gradient-bg p {
    color: #fff;
}

.solid-white-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.solid-white-btn:hover {
    background: transparent;
    color: #ffffff;
}

.outline-white-btn {
    border-radius: 30px;
    color: #ffffff;
    border-color: #ffffff;
}

.outline-white-btn:hover {
    background: #ffffff;
    color: #000000;
}

button:focus {
    outline: none;
}

.btn-not-rounded.outline-btn,
.btn-not-rounded.solid-btn,
.btn-not-rounded.primary-solid-btn,
.btn-not-rounded.solid-white-btn,
.btn-not-rounded.outline-white-btn {
    border-radius: 4px !important;
}

/*form field css*/
.form-control {
    border-color: #ebebeb;
    background-color: #fbfbfb;
    height: calc(2.52em + .75rem + 2px);
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
    color: #9a9a9a !important;
    font-size: 14px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
    /* Firefox 18- */
    color: #9a9a9a;
    font-size: 14px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
    /* Firefox 19+ */
    color: #9a9a9a;
    font-size: 14px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
    color: #9a9a9a;
    font-size: 14px;
}

.section-heading h2 span {
    font-weight: 700;
}

/*=========================================
            04. HEADER CSS
============================================*/
.affix {
    background-color: #202877;
    -webkit-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

.white-bg.affix,
.custom-nav.affix {
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

.white-bg.affix ul li a {
    color: #081d43 !important;
    opacity: 0.8;
}

.white-bg.custom-nav ul li a:hover {
    opacity: 1;
}

.bg-transparent ul li a:hover,
.white-bg.affix ul li a:hover {
    opacity: 1;
}

.bg-transparent.affix {
    /*background-image: linear-gradient(to left, #3264f5, #4a54e8, #5b42db, #682ccb, #7202bb) !important;*/
    background: #000 !important;
}

.navbar-toggler {
    color: #ffffff;
}

.navbar-brand img {
    position: absolute;
    top: 0;
}

nav.affix .navbar-brand img {
    width: 71px;
    top: 0;
}


/*main menu new style*/
.header nav.navbar {
    padding: 0 1rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-brand {
    font-size: inherit;
    height: auto;
    margin-bottom: -8px;
}

.navbar-nav li.active a {
    opacity: 1;
}

.menu {
    display: block;
}

.menu li {
    display: inline-block;
    position: relative;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 15px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #ffffff;
    opacity: 0.8;
}

.menu li a:hover,
.menu li:hover > a {
    opacity: 1;
}

.menu li a.dropdown-toggle::after {
    position: relative;
    left: 2px;
}


.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    text-transform: inherit;
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #424141;
    padding: 5px 15px;
}

.menu ul li a:hover,
.menu ul li:hover > a {
    color: #ffffff;
    background: #3264f5;
}

.menu ul.sub-menu li:first-child a:hover,
.menu ul.sub-menu li:last-child ul li:first-child a:hover {
    border-radius: 4px 4px 0 0;
}

.menu ul.sub-menu li:last-child a:hover,
.menu ul.sub-menu li:last-child ul li:last-child a:hover {
    border-radius: 0 0 4px 4px;
}

.menu ul.sub-menu li:last-child ul li a:hover {
    border-radius: 0;
}

.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.menu ul ul {
    left: 200px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.menu ul.sub-menu ul:after {
    left: -8px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-right-color: #fff;
    border-width: 8px;
}

.menu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 320px) and (max-width: 992px) {
    .navbar {
        /*background-image: -webkit-gradient(linear, right top, left top, from(#3264f5), color-stop(#305be4), color-stop(#3b4fe2), color-stop(#4740de), to(#7202bb)) !important;
        background-image: linear-gradient(to left, #3264f5, #305be4, #3b4fe2, #4740de, #7202bb) !important;*/
        padding: .45rem 1rem !important;
    }

    .menu li {
        display: block;
    }

    .white-bg.affix,
    .custom-nav.affix,
    .navbar.white-bg {
        background: #ffffff !important;
        border-bottom: 1px solid #ebebeb;
    }

    .white-bg.custom-nav ul li a,
    .custom-nav ul li a {
        color: #081d43 !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #202877;
    }

    .ptb-100 {
        padding: 55px 0;
    }

    .pt-100 {
        padding-top: 55px;
    }

    .pb-100 {
        padding-bottom: 55px;
    }
}

@media (min-width: 992px) {
    .navbar {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        background: transparent;
        -webkit-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-backface-visibility: hidden;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        padding: 8px 15px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .responsive-menu {
        display: block;
    }

    .header nav.navbar {
        padding: 0.5rem 1rem;
    }

    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        padding: 8px 15px;
        line-height: 1.5;
    }

    .menu li a:hover,
    .menu li:hover > a {
        background: #3264f5;
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: initial;
        transform: initial;
    }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        -webkit-transform: initial;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        -webkit-transform: initial;
        transform: initial;
    }

    .menu li > ul ul:hover {
        -webkit-transform: initial;
        transform: initial;
    }
}

.hero-bg-1,
.hero-bg-2 {
    position: relative;
    display: block;
    width: 100%;
}

.hero-bg-1:before {
    position: absolute;
    content: '';
    background: url("../img/slider-bg-2.svg")no-repeat center bottom / cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.hero-bg-2:before {
    position: absolute;
    content: '';
    background: url("../img/slider-bg-1.svg")no-repeat center bottom / cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.hero-slider-content h1 {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
}


.slider-bg-image,
.gradient-overlay {
    position: relative;
    width: 100%;
    display: block;
}

.slider-bg-image:before {
    position: absolute;
    content: '';
    background: #030d1e;
    opacity: 0.60;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gradient-overlay:before {
    position: absolute;
    content: '';
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(50, 100, 245, 0.85)), color-stop(rgba(74, 84, 232, 0.85)), color-stop(rgba(91, 66, 219, 0.85)), color-stop(rgba(104, 44, 203, 0.85)), to(rgba(114, 2, 187, 0.85)));
    background-image: linear-gradient(to left, rgba(50, 100, 245, 0.85), rgba(74, 84, 232, 0.85), rgba(91, 66, 219, 0.85), rgba(104, 44, 203, 0.85), rgba(114, 2, 187, 0.85));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(7deg, rgba(0, 0, 0, 0.8) 2%, #332f35 82%);
}

.video-section-wrap .background-video-overly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(41, 103, 230, 0.85)), color-stop(rgba(48, 91, 228, 0.85)), color-stop(rgba(59, 79, 226, 0.85)), color-stop(rgba(71, 64, 222, 0.85)), to(rgba(84, 45, 216, 0.85)));
    background-image: linear-gradient(to left, rgba(41, 103, 230, 0.85), rgba(48, 91, 228, 0.85), rgba(59, 79, 226, 0.85), rgba(71, 64, 222, 0.85), rgba(84, 45, 216, 0.85));
}



/*dot indicator css*/
.dot-indicator-center .owl-dots {
    position: absolute;
    width: 100%;
    margin-top: 0 !important;
    bottom: 15px;
}

.dot-indicator-center.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
}

.dot-indicator-center.owl-theme .owl-dots .owl-dot.active span,
.dot-indicator-center.owl-theme .owl-dots .owl-dot:hover span {
    background: #3264f5;
}

.dot-indicator-center.owl-theme .owl-dots button.owl-dot:focus {
    outline: none !important;
}

/*=========================================
        06. CEO MESSAGE SECTION CSS
============================================*/
.message-wrap {
    position: relative;
    display: block;
}

.year-highlight-text h4 {
    font-size: 25px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
}

.year-highlight-text h4 span {
    font-size: 100px;
    line-height: 115px;
}

.ceo-image {
    margin-top: 30px;
}

/*core services css*/
.core-services-single {
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.core-services-single a {
    text-decoration: none;
    position: absolute;
    right: 15px;
    bottom: -15px;
    background: #3264f5;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12);
}

.core-services-single:hover,
.core-services-single.active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3264f5), color-stop(#4a54e8), color-stop(#5b42db), color-stop(#682ccb), to(#7202bb));
    background-image: linear-gradient(to bottom, #3264f5, #4a54e8, #5b42db, #682ccb, #7202bb);
    color: #fff;
}

.core-services-single:hover h5,
.core-services-single:hover span,
.core-services-single.active h5,
.core-services-single.active span {
    color: #ffffff !important;
}

.core-services-single:hover a,
.core-services-single:hover a > span {
    color: #3264f5 !important;
    background: #ffffff;
}

/*our services style two*/


.services-block-three > a {
    display: block;
    position: relative;
}

.services-block-three > a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 1px solid #3264f5;
    border-right: 1px solid #3264f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three > a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 1px solid #3264f5;
    border-left: 1px solid #3264f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three a,
.services-block-three p {
    color: #757575;
    text-decoration: none;
}

.services-block-three p {
    margin-bottom: 0;
}

.services-block-three > a:hover {
    opacity: 1;
    border-color: #ebebeb;
}

.services-block-three > a:hover:before,
.services-block-three > a:hover:after {
    width: 95%;
    height: 90%;
}

.icon-box-left {
    position: relative;
    padding-left: 60px;
    text-align: left;
}

.icon-box-left .icon-box-icon {
    position: absolute;
    height: 38px;
    width: 38px;
    left: 0;
    text-align: center !important;
    line-height: 3.375rem;
    font-size: 2.1875rem;
}

.icon-box .icon-box-icon {
    font-size: 2.375rem;
    margin: 0 0 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.icon-box:hover .icon-box-icon {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*feature box css*/
.features-box {
    position: relative;
    display: block;
}

.features-box-icon {
    display: table-cell;
    vertical-align: top;
}

.features-box-icon i {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #3264f5;
    font-size: 50px;
    padding: 10px;
    border-radius: 50%;
}

.features-box-content {
    display: table-cell;
    padding-left: 20px;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    counter-increment: owlItem;
}

.overlay-top-img {
    position: absolute;
    bottom: -8px;
}

figure {
    margin: 0;
}

.font-weight-bolder {
    font-weight: 700;
}

/*=========================================
            25. CONTACT US CSS
============================================*/
.single-promo-card {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.card.single-promo-card {
    border: 1px solid #eff2f7;
    border-radius: 1rem;
}

.card.single-promo-card:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3264f5), color-stop(#4a54e8), color-stop(#5b42db), color-stop(#682ccb), to(#7202bb));
    background-image: linear-gradient(to bottom, #3264f5, #4a54e8, #5b42db, #682ccb, #7202bb);
    color: #ffffff;
    background: linear-gradient(7deg, #000000 2%, #37333a 82%);
}

.card.single-promo-card:hover span,
.card.single-promo-card:hover h5,
.card.single-promo-card:hover p.text-muted {
    color: #ffffff !important;
}

.single-promo-card .card-body {
    padding: 1.5rem;
}

.single-promo-hover:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
}

.link-color {
    color: #707070;
}

.google-map {
    height: 100%;
    margin-bottom: -8px;
}

.google-map iframe {
    width: 100%;
    border: 0;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}



/*=========================================
            26. FOOTER CSS
============================================*/
.footer-bottom {
    background: #6500a7;
}

.page-footer {
    padding: 50px 0 20px;
}

.social-list-wrap ul li span {
    font-size: 15px;
    line-height: inherit;
    vertical-align: middle;
}

.footer-nav-wrap ul li strong {
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
}

.footer-nav-wrap ul li a {
    font-size: 14px;
    line-height: 19px;
    color: inherit;
    opacity: 0.8;
}

.support-list li span {
    font-size: 20px;
    line-height: 25px;
}

.footer-nav-wrap ul li a:hover,
.copyright-text a:hover,
.social-list li a:hover {
    opacity: 1;
    text-decoration: none;
}

.copyright-text {
    font-size: 14px;
}

.social-list li span {
    padding: 6px;
}

.social-list li a,
.copyright-text a {
    color: #ffffff;
    opacity: 0.7;
}

/*=========================================
            27. PRELOADER CSS
============================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.loader1 {
    display: block;
    position: relative;
    left: 45%;
    top: 50%;
}

.loader1 span {
    vertical-align: middle;
    border-radius: 100%;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(41, 103, 230, 0.6);
}

.loader1 span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(41, 103, 230, 0.8);
}

.loader1 span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: rgba(41, 103, 230, 1);
}

.loader1 span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(41, 103, 230, 0.8);

}

.loader1 span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(41, 103, 230, 0.4);
}

@keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}



article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #000000;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border: none;
}

.scroll-top span {
    color: #fff;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.vh-100 {
    height: 100vh !important;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.ml-n3,
.mx-n3 {
    margin-left: -.98rem !important;
}

.small,
small {
    font-size: 90%;
}


.custom-head {
    font-size: 1.8em;
}

h1.custom-head {
    font-size: 2em;
}

.custom-head img {
    position: relative;
    top: 4px;
}

.l-01 {
    line-height: 1.5;
}

.location-map {
    position: absolute;
    top: 0;
    left: 0;
}

/*----------------------------------------------*/
.black-theme .gradient-bg,
.black-theme .core-services-single:hover,
.black-theme .core-services-single.active {
    background: linear-gradient(7deg, #000000 2%, #37333a 82%);
}

.black-theme .footer-bottom {
    background: #1d1d1d;
}

.black-theme .core-services-single span {
    color: #000000;
}

.black-theme .dot-indicator-center.owl-theme .owl-dots .owl-dot.active span,
.black-theme .dot-indicator-center.owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}

.black-theme .loader1 span {
    background: #000000 !important;
}

/*-------------------*/
.outline-white-btn:hover,
.solid-white-btn:hover,
.solid-btn:hover {
    color: #ffffff;
    border-color: #f00c54;
    -webkit-box-shadow: 0 13px 27px 0 rgba(240, 11, 93, .35);
    box-shadow: 0 13px 27px 0 rgba(240, 11, 93, .35);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    background-image: -webkit-gradient(linear, left top, right top, from(#f61b10), to(#ef094c));
    background-image: linear-gradient(90deg, #f61b10, #ef094c);
}

.core-services-single,
.solid-white-btn,
.outline-white-btn,
.solid-btn {
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
}

/*-----------------------------*/

.language-picker-form select {
    padding: .15rem .5rem;
    border-radius: 3px;
}

.language-picker-form select:focus {
    outline: none;
}

.header nav.navbar {
    background: #ff0d0d;
}

@media (min-width:1200px) {
    .navbar-brand img {
        width: 180px;
    }
}

.fs-16 p {
    font-size: 16px;
}

.breadcrumb-item a {
    color: #ff0d0d;
}

.service-block h4 {
    font-size: 1.35em;
    font-weight: 400;
    letter-spacing: .5px;
}

/*-------gallery----------*/

.video-gallery {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.video-gallery .gallery-item {
    position: relative;
    float: left;
    overflow: hidden;
    background: #000;
    cursor: pointer;
}

.video-gallery .gallery-item img {
    position: relative;
    display: block;
    opacity: .55;
    width: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.video-gallery .gallery-item .gallery-item-caption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.05em;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-gallery .gallery-item h4 {
    font-weight: 600;
    overflow: hidden;
    padding: 0.5em 0;
}

.video-gallery .gallery-item h4,
.video-gallery .gallery-item p {
    position: relative;
    margin: 0;
    z-index: 10;
    color: #fff;
}

.video-gallery .gallery-item p {
    letter-spacing: 1px;
    font-size: 68%;
    padding: 1em 0;
    opacity: 0;
    line-height: 1.5;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
    opacity: .3;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}

.video-gallery .gallery-item .gallery-item-caption {
    text-align: left;
}

.video-gallery .gallery-item h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 1px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h4::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width:992px) and (max-width:1200px) {
    .contact-block .single-promo-card .card-body {
        padding: 0.5rem;
    }
}

/*----- google translate ------*/
body {
    top: 0 !important;
}



.goog-te-gadget-simple {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    background-color: transparent !important;
    border-bottom: 0px !important;
}

.goog-te-menu-value span {
    font-size: 10px;
    color: #FFF;
}

.goog-te-gadget-simple img {
    display: none !important
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    color: #fff !important;
    margin-left: 3px;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

.goog-te-menu-frame {
    -webkit-box-shadow: 0 3px 8px 2px rgba(15, 99, 172, .2) !important;
    box-shadow: 0 3px 8px 2px rgba(15, 99, 172, .2) !important;
}

.text-danger {
    color: #ff0d0d !important;
}

.core-services-single.red-gradient {
    background-image: -webkit-gradient(linear, left top, right top, from(#f61b10), to(#ef094c));
    background-image: linear-gradient(90deg, #f61b10, #ef094c);
      transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
}
.core-services-single.red-gradient span, .core-services-single.red-gradient h5 {
       color: #fff;
}
.goog-te-gadget span:nth-child(3){display:none !important} 