@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}


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;
}

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;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* -----------------------------------------
           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: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
    line-height: 1.75;
}

p:not(:last-child) {
    margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.21;
    color: initial;
}

h1 {
    margin-top: 0;
    font-size: 3.052em;
}

h2 {
    font-size: 2.441em;
}

h3 {
    font-size: 1.953em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.25em;
}

small, .text_small {
    font-size: 0.8em;
}

strong, b{
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}


/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/
.ptb-100{
    padding: 100px 0;
}
.pt-100{
    padding-top: 100px;
}

.pb-100{
    padding-bottom: 100px;
}
.mt--120{
    margin-top: -120px;
}
.gray-light-bg{
    background: #f5f5f5;
}
.primary-bg{
    background: #00438b;
}
.secondary-bg{
    background: #f70;
}
.color-primary{
    color: #00438b;
}
.color-secondary{
    color: #f70
}
.white-bg{
    background: #ffffff;
}
a {
    color: #00438b;
}

a:hover {
    color: #f70;
    text-decoration: none;
}

.bg-color-1{
    background: #399fb6;
}
.bg-color-2{
    background: #0ba077;
}
.bg-color-3{
    background: #6582ed;
}
.bg-color-4{
    background: #399fb6;
}

.icon-color-1{
    background: #efdff7;
    color: #b17cc6;
}
.icon-color-2{
    background-color: #c6e6fd;
    color: #63b0e3;
}
.icon-color-3{
    background-color: #efe3e3;
    color: #ed7265;
}
.icon-color-4{
    background-color: #ddedea;
    color: #45d7ba;
}
.icon-color-5{
    background-color: #ffe0e3;
    color: #bd2130;
}
.icon-color-6{
    background-color: #e2e8ff;
    color: #6582ed;
}

.outline-btn, .solid-btn, .primary-solid-btn, .primary-outline-btn{
    padding: .75rem 1.85rem;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: all .25s ease-in-out;
}

.primary-solid-btn{
    border-color: #00438b;
    background: #00438b;
    color: #ffffff;
}

.primary-solid-btn:hover{
    background: transparent;
    color: #081d43;
    border-color: #081d43;
}
.solid-btn{
    background: #f70;
    color: #ffffff;
    border-color: #f70;
}

.solid-btn:hover{
    background: #ff8657;
    border-color: #ff8657;
    color: #ffffff;
}
.primary-outline-btn {
    position: relative;
    display: inline-block;
    color: #00438b;
    border: 1px solid #00438b;
}
.primary-outline-btn:hover {
    color: #ffffff;
    background: #00438b;
}
.outline-btn{
    border-color: #0062cc;
    color: #fff;
    background: rgba(0, 98, 204, 0.51);
}
.outline-btn:hover{
    background: #ffffff;
    color: #00438b;
    border-color: #ffffff;
}

.primary-bg h1, .primary-bg p{
    color: #fff;
}
.ratting-color{
    color: #ff743e;
}
/*form field css*/
.form-control{
    border-color: #ebebeb;
    padding: .675rem 0.85rem;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value{
    color: #000 !important;
    font-size: 14px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value{
    /* Firefox 18- */
    color: #000;
    font-size: 14px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value{
    /* Firefox 19+ */
    color: #000;
    font-size: 14px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value{
    color: #000;
    font-size: 14px;
}

.form-control {
    border-color: #0d4d91;
    padding: .75rem 0.85rem;
    height: calc(2.356em + .75rem + 2px);
    color: #000
}
/*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;
}
/*=========================================
            04. HEADER CSS
============================================*/
.logobar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-logo img{
    padding: 0px 0;
}
.logobar-items > li {
}
ul.nav.header-info>li {
    padding: 0 40px;
    position: relative;
}
ul.nav.header-info>li:first-child {
    padding-left: 0;
}
.header-inner .nav-item-inner .media {
    line-height: 1;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
}
.header-inner .media i {
    margin-right: 16px;
    font-size: 17px;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #00438b;
}
ul.nav.header-info>li .media-body, ul.nav.header-info>li .media-body a {
    color: #000;
}

.navbar {
    color: #ffffff;
    background: #001c3a;
    padding: 0px;
}
ul.navbar-items>li {
    display: inline-block;
}
ul.navbar-items>li a{
    font-size: 14px;
    color: #ffffff;
    padding:18px 20px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
ul.navbar-items>li a:hover{
    color: #f70;
}
ul.navbar-items>li .dropdown-menu a {
    color: #000;
    padding: 10px 15px;
    text-transform: capitalize;
    width: 100%;
}
ul.navbar-items>li .dropdown-menu a:hover{
    color: #f70;
}
.dropdown-menu{
    top: 100%;
    left: 0;
    z-index: 1000;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    padding: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown:hover>.dropdown-menu {
    border-top: 3px solid;
    border-color: #f70;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.header-button a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 9px 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: #f70;
    color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.sticky-head.header-sticky {
  left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    transition: .7s ease-in-out;
  -webkit-animation: header_sticky .7s ease-in-out;
    animation: header_sticky .7s ease-in-out;
    box-shadow: 0px 0 20px -1px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0px 0 20px -1px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0 20px -1px rgba(0,0,0,.1);
    -o-box-shadow: 0px 0 20px -1px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0 20px -1px rgb(0 0 0 / 10%);
}
@-webkit-keyframes header_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes header_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
/*=========================================
            05. HERO SECTION CSS
============================================*/

@media (min-width: 992px){
    .hero-animation-img {
        position: relative;
        display: block;
        width: 100%;
    }

    .animation-one {
        -webkit-animation: move-one 7s ease-in-out infinite;
        animation: move-one 7s ease-in-out infinite;
    }
    @keyframes move-one {
        0% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
        50% {
            -webkit-transform: translateX(0) translateY(-5px);
            transform: translateX(0) translateY(-5px)
        }
        100% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
    }
    @-webkit-keyframes move-one {
        0% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
        50% {
            -webkit-transform: translateX(0) translateY(-5px);
            transform: translateX(0) translateY(-5px)
        }
        100% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .animation-four, .animation-new{
        display: none !important;
    }
}
.hero-content-left, .sign-up-form-wrap{
    z-index: 2;
}
.hero-content-left h1 {
    font-size: 58px;
    font-weight: 700;
}
.bottom-img{
    position: relative;
    bottom: -10px;
    width: 100%;
}
.bottom-img img{
    width: 100%;
}

.shape-bg{
   bottom: -8px;
}

.section-shape{
    bottom: -8px;
    left: 0;
    right: 0;
}
.section-shape img{
    width: 100%;
}

.hero-7{
    width: 100%;
    position: relative;
}
.hero-7:after {
    content: ' ';
    background-image: url("../img/hero-bg-2.jpg");
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    border-radius: 0;
    transform: skewY(-5deg);
    top: -180px;
    right: 0;
    bottom: 140px;
    z-index: -1;
}
.hero-7:before{
    position: absolute;
    content: '';
    background: rgba(0, 67, 139, 0.85);
    width: 100%;
    height: 100%;
    left: 0;
    transform: skewY(-5deg);
    top: -140px;
    right: 0;
    bottom: -50px;
}
/*=========================================
            06. PAGE HEADER CSS
============================================*/
.page-header-content .breadcrumb{
    background: none;
    margin: 0 0 8px 2px;
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-header-content .breadcrumb > li {
    display: inline-block;
    text-shadow: none;
    font-size: 14px;
}
.page-header-content .breadcrumb > li a{
    color: inherit;
}
.page-header-content .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'themify';
    content: "\e649";
    padding: 0 7px 0 5px;
    font-size: 10px;
}

/*=========================================
            07. PROMO SECTION CSS
============================================*/
.promo-section{
    width: 100%;
    padding: 60px 40px;
}
.single-promo {
    display: block;
    margin-bottom: 30px;
    transition:ease 0.3s all;
}
.single-promo span{
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
    display: inline-block;
}
.promo-info {
    padding-right: 15px;
}
.single-promo-1 span{
    font-size: 35px;
    line-height: initial;
    background: #00438b;
    padding: 20px;
    border-radius: 50%;
}
.single-promo img {
    display: block;
    width: 100%;
    transition:ease 0.3s all;
}
.img-full-box {
    position: relative;
    overflow: hidden;
}
/*.img-full-box:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #002f4700;
    z-index: 2;
    transition:ease 0.3s all;
}*/
.single-promo:hover .img-full-box img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.single-promo:hover .img-full-box:before{
    background-color: rgb(12 76 144 / 34%);
    transition:ease 0.3s all;
}
.promo-info h5{
    font-size: 26px;
    color: #00438b;
}
.btnmore {
    background: #00438b;
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 5px;
    margin: 5px;
}
.readmore {
    background: #ff7700;
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 5px;
    margin: 5px;
}
.readmore:hover{
    color: #fff;
}
.single-promo-hover{
    transition: all .2s ease-out;
    will-change: transform;
}
.single-promo-hover:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px;
}
/*=========================================
            08. ABOUT US CSS
============================================*/
.switchable {
    position: relative;
}
.about-us {
    padding: 70px 0px 30px;
}
.imageblock-section {
    position: relative;
    padding: 0;
}
.imageblock-section .imageblock-section-img {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    padding: 0;
}
.switchable.switchable-content div[class*='col-']:first-child {
    float: right;
    right: 0;
    left: auto;
}
.switchable > div[class*='col-'] {
    padding: 0;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

.background-image-holder:not([class*='col-']) {
    width: 100%;
}

.switchable div[class*='col-']:first-child {
    float: left;
    right: auto;
}

@media (max-width: 767px){
    .switchable .imageblock-section-img[class*='col-'] {
        float: none !important;
    }
}

.switchable > div[class*='col-'] {
    padding: 0;
}
@media (max-width: 767px){
    .imageblock-section .imageblock-section-img {
        position: relative;
        min-height: 18.57142857em;
    }
}

@media (min-width: 768px){
    .switchable .container > .row {
        flex-flow: row-reverse;
    }
    .switchable.switchable-content .container > .row {
        flex-flow: row;
    }
}
.table-section{
    padding: 50px 0px;
    background: #e7f3ff;
}
.table-section table{
    width: 100%;
}
.table-section th{
    color: #fff;
    background: #01448b;
}
.table-section th, .table-section td{
    border: 1px solid #9f9f9f;
    padding: 10px;
    text-align: center;
}
.single-card {
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: box-shadow .3s ease-in-out 0s;
    box-sizing: border-box;
    box-shadow: 0 8px 20px 0 rgba(16,66,97,.07);
    padding: 35px 15px;
    border-radius: 10px;
    float: left;
    text-align: center;
}
.single-card:nth-child(2n) {
    position: relative;
    top: 40px;
}
.single-card h3 {
    font-size: 34px;
    color: inherit!important;
    margin: 0;
    line-height: 34px;
    font-weight: 700;
    position: relative;
}

.single-card span{
    font-size: 2.95714286em;
    line-height: 1.75125468em;
}

.counter-card{
    float: none;
    display: block;
    overflow: hidden;
    width: auto;
    margin: auto;
}
.box-animation-1{
    animation: animation-1 5s ease-out infinite;
}
.box-animation-2{
    animation: animation-2 4s ease-out infinite;
}
.box-animation-3{
    animation: animation-3 5s ease-out infinite;
}
.box-animation-4{
    animation: animation-4 4s ease-out infinite;
}


@keyframes animation-1 {
     50% {
         transform: translate(0, 20px);
     }
 }
@keyframes animation-2 {
    50% {
        transform: translate(0, 35px);
    }
}
@keyframes animation-3 {
    50% {
        transform: translate(0, 25px);
    }
}
@keyframes animation-4 {
    50% {
        transform: translate(0, 40px);
    }
}
@keyframes shrink {
    0% {
        width: 90%;
        margin: 0 5%;
    }
    50% {
        width: 60%;
        margin: 0 18%;
    }
    100% {
        width: 90%;
        margin: 0 5%;
    }
}


/*=========================================
            09. FEATURE SECTION CSS
============================================*/
.icon-md{
    font-size: 32px;
    line-height: 35px;
}
.icon-lg{
    font-size: 70px;
    line-height: 75px;
}
.single-feature .icon{
    font-size: 20px;
    line-height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}


.single-feature-hover{
    z-index: 0;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 0 1px #ebebeb;
    padding: 10px;
    box-sizing: border-box;
    -webkit-transition: box-shadow 0.3s ease,z-index 0s 0.3s ease,-webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease,z-index 0s 0.3s ease,-webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease,transform 0.3s ease,z-index 0s 0.3s ease;
    transition: box-shadow 0.3s ease,transform 0.3s ease,z-index 0s 0.3s ease,-webkit-transform 0.3s ease;
}

.single-feature-hover:hover{
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0,0,0,0.2);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 4px;
    -webkit-transition: box-shadow 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease,transform 0.1s ease,z-index 0s 0.1s ease;
    transition: box-shadow 0.1s ease,transform 0.1s ease,z-index 0s 0.1s ease,-webkit-transform 0.3s ease;
}
.border{
    border-color: #ebebeb;
}
.single-services span{
    margin-bottom: 15px;
    display: block;
}

.feature-list li {
    position: relative;
    padding: 0 0 10px 22px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.feature-list li:before{
    content: "\e6af";
    position: absolute;
    top: 1px;
    left: 0;
    font-family: 'themify';
    font-weight: 400;
    color: #ff8657;
}

/*services feature css*/
.features-box {
    position: relative;
    display: block;
    padding: 60px 0px;
}
.features-box-icon {
    display: table-cell;
    vertical-align: top;
}
.features-box-content {
    display: table-cell;
    padding-left: 20px;
}

.background-img{
    position: relative;
    width: 100%;
    display: block;
}

.background-img:before{
    position: absolute;
    content: '';
    background: rgba(0, 67, 139, 0.65);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*=========================================
            14. CONTACT FORM CSS
============================================*/

.sign-up-form-wrap{
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}

.shadow-lg{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.list-creative>li+li {
    border-top: 1px solid #ebebeb;
}
@media (min-width: 992px){
    .list-creative>li {
        padding: 30px 0;
    }
}
.list-terms-medium {
    position: relative;
    padding-left: 30px;
}
.list-terms-medium::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 2px;
    width: 4px;
}
.list-terms-medium dt {
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #565656;
}
.list-creative .address::before {
    background: #ff8657;
}
.list-creative .phone::before {
    background: #00438b;
}
.list-creative .email::before {
    background: #007bff;
}
.list-terms-medium a,.list-terms-medium p, .list-terms-medium a:active, .list-terms-medium a:focus {
    color: #9b9b9b;
    text-decoration: none;
}
.list-terms-medium a:hover {
    color: #ff8657;
}
/*=========================================
            11. COUNTER CSS
============================================*/
.counter-wrap{
    background: #ffffff;
    width: 100%;
    display: block;
    position: relative;
    bottom: -60px;
    padding: 30px 0;
    border-radius: 6px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
}

.counter-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: dense;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(255px,1fr));
}

.counter-wrap li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    border-right: 1px solid #ebebeb;
    margin: 10px 0 !important;
}
.counter-wrap li:last-child{
    border-right: none;
    margin-right: 0 !important;
}
.single-counter span{
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #00438b;
    font-size: 25px;
    line-height: 28px;
}
.section-heading span{
    color: #01438b;
    font-size: 16px;
}
.heading-lg{
    font-size: 42px;
}
.sf-box {
    background: #1dc6bc;
    padding: 100px 50px;
    position: relative;
    transition: .4s;
    overflow: hidden;
}
.sf-box2 {
    background: #1b9b93;
}
.sf-box3 {
    background: #082a28;
}
.sf-box i {
    position: absolute;
    top: 30px;
    right: -50px;
    color: #fff;
    font-size: 170px;
    opacity: 0.2;
    transition: .4s;
}
.sf-box h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0px;
    margin: 0 0 15px;
}
.sf-box p {
    color: #fff;
    opacity: 0.7;
    padding-right: 100px;
    margin: 0 0 0px;
    transition: .4s;
}
.sf-box:hover {
    padding: 100px 60px;
    transition: .4s;
}
.no-padding {
    padding: 0 !important;
}
.no-margin{
    margin: 0 !important;
} 

footer {
    background: #001224;
    padding: 40px 0px 10px;
    color: #fff;
}
footer a{
    color: #fff;
}
footer h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}
footer .footer-icon a{
    color: #fff
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.bottom-footer {
    font-size: 12px;
}
.regis-area {
    background: #fafafa;
    padding: 60px 0px;
}
.common-title h2 {
    color: #02458c;
}
.margin-top-30 {
    margin-top: 30px;
}
.regis-area .reg-right .form-wrapper .input-wrapper {
    position: relative;
}
.regis-area .reg-right .form-wrapper .input-wrapper input, .regis-area .reg-right .form-wrapper .input-wrapper select {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
    background: #ffffff;
    border: 2px solid #01438b;
}
.regis-area .reg-right .form-wrapper .input-wrapper textarea {
    padding:10px 10px 10px 10px;
    width: 100%;
    border-radius:6px;
    background: #ffffff;
    border: 2px solid #01438b;
    margin-bottom: 20px;
}
.regis-area .reg-right button.btn1 {
    background: #01438b;
    border: 0px;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}
.list-divider li {
    position: relative;
    padding-left: 24px;
    margin-bottom:10px;
}
.list-divider li:before {
    background: #0c4c90;
    background: -webkit-linear-gradient(30deg,#0c4c90 0%,#2196f3 100%);
    background: linear-gradient(30deg,#0c4c90 0%,#2196f3 100%);
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.list-divider li:after, .list-divider li:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 13px;
    height: 13px;
    content: "";
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}
.list-divider li:after{
    background:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='13px' height='13px' viewBox='0 0 13 13' enable-background='new 0 0 13 13' fill='white' xml:space='preserve'%3E%3Cpolygon points='5.159,2.802 8.841,6.57 5.314,10.291 4.237,9.254 6.897,6.51 4.159,3.833 '/%3E%3C/svg%3E")
}


@media (min-width: 992px) {
.slide {
    height: 80vh;
  }
}

.slide {
  position: relative;
  transition: 1s;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/*.slide .slide__img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9;
    background: #003e62;
    opacity: 0.5;
}*/
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #fff;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
  font-family: "Playball", cursive;
  font-size: 2.5rem;
}
.slide .slide__content--headings .title {
  font-size: 3.5rem;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
  transition: 1s;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}


.small-container {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.feature-box-wrapper {
    margin-top: -100px;
    position: relative;
}
.feature-box {
    border-right: 1px solid #e5e8ed;
    border-bottom: 1px solid #e5e8ed;
    border-left: 1px solid #e5e8ed;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 12%;
    padding-left: 12%;
    background-color: #ffffff;
    text-align: center;
}

.feature-img {
  margin-bottom: 20px;
}
.feature-box h6{
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #333;
}
.feature-box p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.feature-box.img-bg, .feature-box.img-bg h6{
    color: #fff;
}

.product-section {
    width: 100%;
    padding: 40px 0px;
}
.product-menu{

}
.product-menu h3 {
    font-size: 20px;
    margin-bottom: 10px;
    background: #001c3a;
    color: #fff;
    padding: 13px 10px;
}
.product-menu ul{
    margin-bottom: 30px;
}
.product-menu ul li{
    margin-bottom: 10px;
}
.product-menu ul li a {
    padding: 10px 13px 10px 30px;
    width: 100%;
    display: block;
    background: #f3f3f3;
    color: #000;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.product-menu ul li a:hover{
    background: #f70;
    color: #fff;
}
.product-menu ul li.active a{
    background: #f70;
    color: #fff;
}
.product-section h2 {
    font-size: 24px;
    text-transform: capitalize;
}
.product-section ul.listing{
    margin-bottom: 16px;
}
.product-section ul.listing li{
    position: relative;
    padding-left: 25px;
}
.product-table h3 {
    background: #001c3a;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 10px;
}
.product-table tr:nth-child(odd) {
    background: #dfeeff;
}
.product-table tr:nth-child(even) {
    background: #c8e2ff;
}
.product-table th {
    color: #fff;
    background: #6495c9;
    text-align: center;
}

.product-table td{
    text-align: center;
}

.product-section ul.listing li:before{
    content: "\f00c";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0px;
    top: 0px;
    color: #f70;
}


@media (max-width: 767px){
    .logobar{
        flex-wrap: wrap;
    }
    ul.logobar-items.nav {
        display: none;
    }
    .navbar-inner ul.nav.pull-right {
        display: none;
    }
    ul.navbar-items>li a{
        padding: 12px 10px;
    }
    .feature-box-wrapper {
        margin-top: -50px;
    }
    .feature-box{
        padding-top: 30px;
        padding-bottom: 20px;
        padding-right: 2%;
        padding-left: 2%;
        margin-bottom: 20px;
        border-top: 1px solid #e5e8ed;
    }
    .feature-box h6{
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
    }
}
@media (max-width: 370px){
     ul.navbar-items>li a{
        padding: 12px 8px;
    }
}