@import url("https://fonts.googleapis.com/css?family=Exo:300,400,400i,500,500i,600,700|Roboto:300,400,400i,500,500i,700&display=swap");

@import url("fontawesome.css");
@import url("revolution/settings.css");
@import url("revolution/layers.css");
@import url("revolution/navigation.css");
@import url("bs4-extended.css");
@import url("../webfonts/themify-icons/themify-icons.css");
@import url("../webfonts/icofont/icofont.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.css");
@import url("sweetalert2.min.css");
@import url("animate.css");
@import url("slick.css");
@import url("nice-select.css");
@import url("jquery.fancybox.css");
@import url("jquery-ui.css");

/*==================================================
===| 02. Reset CSS
===================================================*/


*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline:none !important;

}


html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

html,
body {
    min-height: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

i {
    font-style: normal;
}

figure {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

a,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: #003480;
    border: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

label {
    color: #666;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: 0 solid;
}

body {
    font-family: "Roboto", sans-serif;
    color: #1d1d1b;
    font-size: 16px;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #00235a;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Exo", sans-serif;
    color: #00235a;
    font-weight: bold;
}

button {
    cursor: pointer;
    border: 0;
}

button.button {
    background: transparent;
    border: 0px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

::-moz-selection {
    background: #313131;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #313131;
    color: #fff;
    text-shadow: none;
}

.auto_container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0px auto;
}

.content_box_pob_120_90 {
    padding-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
    .content_box_pob_120_90 {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .content_box_pob_120_90 {
        padding-bottom: 50px;
    }
}

.content_box_pob_120_70 {
    padding-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
    .content_box_pob_120_70 {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .content_box_pob_120_70 {
        padding-bottom: 30px;
    }
}

.content_box_pob_100_70 {
    padding-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
    .content_box_pob_100_70 {
        padding-bottom: 50px;
    }
}

.content_box_pob_100_50 {
    padding-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    .content_box_pob_100_50 {
        padding-bottom: 30px;
    }
}

.content_box_pot_120 {
    padding-top: 120px;
}

@media only screen and (max-width: 1199px) {
    .content_box_pot_120 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .content_box_pot_120 {
        padding-top: 80px;
    }
}

.content_box_pob_120 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
    .content_box_pob_120 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .content_box_pob_120 {
        padding-bottom: 80px;
    }
}

.content_box_pot_100 {
    padding-top: 100px;
}

@media only screen and (max-width: 767px) {
    .content_box_pot_100 {
        padding-top: 80px;
    }
}

.content_box_pob_100 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .content_box_pob_100 {
        padding-bottom: 80px;
    }
}

.content_box_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
    .content_box_120 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .content_box_120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.content_box_120_90 {
    padding-top: 120px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
    .content_box_120_90 {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .content_box_120_90 {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

.content_box_120_70 {
    padding-top: 120px;
    padding-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
    .content_box_120_70 {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .content_box_120_70 {
        padding-top: 80px;
        padding-bottom: 30px;
    }
}

.content_box_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
    .content_box_100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.content_box_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
    .content_box_100_70 {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

.content_box_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    .content_box_100_50 {
        padding-top: 80px;
        padding-bottom: 30px;
    }
}

.fluid_content_box {
    margin-left: 4%;
    margin-right: 4%;
}

@media only screen and (max-width: 1399px) {
    .fluid_content_box {
        margin-left: 0;
        margin-right: 0;
    }
}

.clear {
    clear: both;
}

@media only screen and (max-width: 991px) {
    .mt_laptop1_50 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .mt_tab1_50 {
        margin-top: 50px;
    }
}

.gray_bg {
    background-color: #f7f7f7;
}

.img_100 {
    width: 100%;
    height: auto;
}

.f_left {
    float: left !important;
}

.f_right {
    float: right !important;
}

.fix {
    overflow: hidden !important;
}

.white_bg {
    background-color: #fff;
}

.white {
    color: #fff;
}

.vh_100 {
    height: 100vh;
}

.p18 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #00235a;
}

@media only screen and (max-width: 767px) {
    .p18 {
        font-size: 16px;
    }
}

.p17 {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    color: #00235a;
}

@media only screen and (max-width: 767px) {
    .p17 {
        font-size: 16px;
    }
}

.p16 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #00235a;
}

@media only screen and (max-width: 767px) {
    .p16 {
        font-size: 15px;
    }
}

.p15 {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #00235a;
}

@media only screen and (max-width: 767px) {
    .p15 {
        font-size: 14px;
    }
}

.p14 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #00235a;
}

.p13 {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    color: #00235a;
}

.h1 {
    font-size: 40px;
    color: #00235a;
    font-family: "Exo", sans-serif;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .h1 {
        font-size: 30px;
    }
}

.h2 {
    font-size: 32px;
    color: #00235a;
    font-family: "Exo", sans-serif;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .h2 {
        font-size: 26px;
    }
}

.h3 {
    font-size: 28px;
    color: #00235a;
    font-family: "Exo", sans-serif;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .h3 {
        font-size: 22px;
    }
}

.h4 {
    font-size: 24px;
    color: #00235a;
    font-family: "Exo", sans-serif;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .h4 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .h4 {
        font-size: 20px;
    }
}

.h5 {
    font-size: 20px;
    color: #00235a;
    font-family: "Exo", sans-serif;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .h5 {
        font-size: 16px;
    }
}

.h6 {
    font-size: 16px;
    color: #00235a;
    font-family: "Exo", sans-serif;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .h6 {
        font-size: 15px;
    }
}

.nice-select {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #e2e5e7;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #ffd600;
}

#amount_shop {
    border: 0px;
    color: #00235a;
    font-weight: bold;
}

#map {
    height: 650px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    #map {
        height: 550px;
    }
}

@media only screen and (max-width: 767px) {
    #map {
        height: 400px;
    }
}

/*! #######################################################################
	MeanMenu 2.0.7
	--------
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
####################################################################### */
a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: transparent;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #2B2B2B;
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #2B2B2B;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-right: 15px;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #2B2B2B;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 53px;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 13px 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4;
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 13px 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 13px 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 13px 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 13px 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 6px 11px;
    text-align: center;
    position: absolute;
    line-height: 34px;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.mobile-menu {
    /* position: absolute; */
    /* right: 0px; */
    /* width: 100%; */
    /* top: -64px; */
}

/*==================================================
===| 03. Animations
===================================================*/
@-webkit-keyframes radial_pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
    }

    100% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

@keyframes radial_pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
    }

    100% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes circling1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circling1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sliderInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes sliderInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.sliderInDown {
    -webkit-animation-name: sliderInDown;
    animation-name: sliderInDown;
}

@-webkit-keyframes sliderOutDown {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes sliderOutDown {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.sliderOutDown {
    -webkit-animation-name: sliderOutDown;
    animation-name: sliderOutDown;
}

@-webkit-keyframes fadeInDown_2 {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transform: translateZ(0);
    }
}

@keyframes fadeInDown_2 {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transform: translateZ(0);
    }
}

.fadeInDown_2 {
    -webkit-animation-name: fadeInDown_2;
    animation-name: fadeInDown_2;
}

@-webkit-keyframes fadeInLeft_2 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft_2 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transform: translateZ(0);
    }
}

.fadeInLeft_2 {
    -webkit-animation-name: fadeInLeft_2;
    animation-name: fadeInLeft_2;
}

@-webkit-keyframes fadeInRight_2 {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transform: translateZ(0);
    }
}

@keyframes fadeInRight_2 {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transform: translateZ(0);
    }
}

.fadeInRight_2 {
    -webkit-animation-name: fadeInRight_2;
    animation-name: fadeInRight_2;
}

@-webkit-keyframes fadeInUp_2 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transform: translateZ(0);
    }
}

@keyframes fadeInUp_2 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transform: translateZ(0);
    }
}

.fadeInUp_2 {
    -webkit-animation-name: fadeInUp_2;
    animation-name: fadeInUp_2;
}

@-webkit-keyframes fadeOutDown_2 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown_2 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown_2 {
    -webkit-animation-name: fadeOutDown_2;
    animation-name: fadeOutDown_2;
}

@-webkit-keyframes fadeOutLeft_2 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft_2 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft_2 {
    -webkit-animation-name: fadeOutLeft_2;
    animation-name: fadeOutLeft_2;
}

@-webkit-keyframes fadeOutRight_2 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight_2 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight_2 {
    -webkit-animation-name: fadeOutRight_2;
    animation-name: fadeOutRight_2;
}

@-webkit-keyframes fadeOutUp_2 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp_2 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp_2 {
    -webkit-animation-name: fadeOutUp_2;
    animation-name: fadeOutUp_2;
}

/*==================================================
===| 04. Pre-loader
===================================================*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    left: 0;
    top: 0;
    z-index: 9999999999;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #222;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}

/*==================================================
===| 05. Scroll To Top
===================================================*/
.scrollToTop {
    position: fixed;
    display: none;
    bottom: 50px;
    right: 35px;
    z-index: 100000;
    color: #fff;
    background: #1d1d1b;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    border-radius: 50%;
    font-size: 18px;
}

@media only screen and (max-width: 1199px) {
    .scrollToTop {
        bottom: 30px;
        right: 30px;
    }
}

.scrollToTop:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scrollToTop:hover {
    color: #1d1d1b;
    background: #ffd600;
}

@media only screen and (max-width: 767px) {
    .scrollToTop {
        bottom: 20px;
        right: 20px;
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
}

/*==================================================
===| 06. Input
===================================================*/
.form-control {
    border: 1px solid #e2e5e7;
    margin-bottom: 20px;
    padding: 28px 20px;
    border-radius: 0px;
    outline: 0 none;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
}

.form-control:focus {
    border-color: rgb(255 214 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
    color: #00235a;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.form-control::-ms-input-placeholder {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.form-control::-moz-placeholder {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.form-control::placeholder {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.quantity {
    position: relative;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 80px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #ddd;
}

.quantity input:focus {
    outline: 0;
}

.quantity .quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #ddd;
    width: 20px;
    text-align: center;
    color: #3e3e3e;
    font-size: 10px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 2.2;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #ddd;
}

.quantity .quantity-button.quantity-down {
    position: absolute;
    bottom: 0px;
    height: 50%;
}

/*==================================================
===| 07. Button
===================================================*/
.main_btn {
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
    -o-transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
    display: inline-block;
}

.main_btn a,
.main_btn button {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 18px 40px;
    font-weight: 500;
    z-index: 20;
}

.main_btn button {
    background: transparent;
    border: none;
}

.main_btn:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    background: #ff5e14;
    width: 100%;
    z-index: 10;
}

.main_btn:before {
    z-index: 15;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fa4f00;
    -webkit-transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
    -o-transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.6, 0, 0.7, 1);
}

.main_btn:hover {
    color: #fff;
}

.main_btn:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.btn1 {
    display: inline-block;
    text-transform: uppercase;
    padding: 19px 42px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    background: #ff5e14;
    border: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.btn1:hover,
.btn1:focus {
    background: #0e0a1a;
    color: #fff;
}

.btn1:focus,
.btn1.focus {
    outline: 0;
}

.site__btn1 {
    display: inline-block;
    background: #ffd600;
    padding: 19px 50px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #1d1d1b;
}

.site__btn1:hover {
    background: #00235a;
    color: #fff;
}

.site__btn2 {
    display: inline-block;
    background: #fff;
    padding: 19px 50px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #00235a;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.1);
}

.site__btn2:hover {
    background: #00235a;
    color: #fff;
}

.site__btn3 {
    display: inline-block;
    background: #fff;
    padding: 16px 46px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    color: #111;
    border: 2px solid rgba(34, 54, 69, 0.1);
}

.site__btn3:hover {
    background: #ffd600;
    border: 2px solid #ffd600;
    color: #111;
}

.site__btn3.pricing__btn {
    background: transparent;
    border: 2px solid #1E3962;
    color: #fff;
}

.site__btn3.pricing__btn:hover {
    background: #ff5e14;
    border-color: #ff5e14;
}

@font-face {
    font-family: "Flaticon";
    src: url("../webfonts/flaticon/Flaticon.eot");
    src: url("../webfonts/flaticon/Flaticon.eot@#iefix") format("embedded-opentype"), url("../webfonts/flaticon/Flaticon.woff2") format("woff2"), url("../webfonts/flaticon/Flaticon.woff") format("woff"), url("../webfonts/flaticon/Flaticon.ttf") format("truetype"), url("../webfonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../webfonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
}

.flaticon-next:before {
    content: "\f100";
}

.flaticon-arrow-pointing-to-right:before {
    content: "\f101";
}

.flaticon-next-1:before {
    content: "\f102";
}

.flaticon-phone:before {
    content: "\f103";
}

.flaticon-clock:before {
    content: "\f104";
}

.flaticon-clock-1:before {
    content: "\f105";
}

.flaticon-user:before {
    content: "\f106";
}

.flaticon-profile:before {
    content: "\f107";
}

/*==================================================
===| 08. Title Style
===================================================*/
.text-border-title1 {
    position: absolute;
    font-family: "Exo", sans-serif;
    font-size: 170px;
    text-transform: uppercase;
    line-height: 170px;
    color: transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-text-stroke: 1px #f4f4f4;
    top: 60px;
}

@media only screen and (max-width: 1023px) {
    .text-border-title1 {
        font-size: 200px;
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .text-border-title1 {
        display: none;
    }
}

.text-border-title1.features1-style {
    top: -25px;
}

.text-border-title1.features1-style.home2 {
    -webkit-text-stroke: 1px #DAE7FF;
}

@media only screen and (max-width: 1599px) {
    .text-border-title1.features1-style {
        font-size: 240px;
        line-height: 240px;
        top: -15px;
    }
}

@media only screen and (max-width: 1199px) {
    .text-border-title1.features1-style {
        font-size: 180px;
        line-height: 180px;
        top: -10px;
    }
}

@media only screen and (max-width: 880px) {
    .text-border-title1.features1-style {
        font-size: 120px;
        line-height: 120px;
        top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .text-border-title1.features1-style {
        display: none;
    }
}

.title_style1 h5 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #ffd600;
    font-weight: bold;
    margin-bottom: 14px;
}

.title_style1 h2 {
    font-size: 50px;
    color: #1d1d1b;
    font-family: "Exo", sans-serif;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 60px;
}

@media only screen and (max-width: 575px) {
    .title_style1 h2 {
        font-size: 45px;
        line-height: 55px;
        letter-spacing: -1px;
    }
}

@media only screen and (max-width: 400px) {
    .title_style1 h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

/*==================================================
===| 09. Header
===================================================*/
.header__top1 {
    background-color: #e8e8e8;
}

.header__top1__left {
    padding-left: 40px;
    padding-top: 13px;
    padding-bottom: 13px;
}

@media only screen and (max-width: 1399px) {
    .header__top1__left {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 880px) {
    .header__top1__left {
        padding-left: 0px;
    }
}

.header__top1__left span {
    font-size: 14px;
    font-weight: 700;
}

@media only screen and (max-width: 479px) {
    .header__top1__left span {
        display: block;
    }
}

.header__top1__left span:not(:last-child) {
    margin-right: 45px;
}

@media only screen and (max-width: 479px) {
    .header__top1__left span:not(:last-child) {
        margin-right: 0px;
    }
}

.header__top1__left span i {
    font-size: 15px;
    margin-right: 3px;
}

.header__top1__left span i.flaticon-phone:before {
    font-size: 15px;
}



@media only screen and (max-width: 1399px) {
    .header__top1__right--social {
        padding-left: 0px;
    }
}

.header__top1__right--social ul li {
    display: inline-block;
}

.header__top1__right--social ul li a {
    font-size: 15px;
    color: #1d1d1b;
    padding: 14px 5px;
    display: inline-block;
    margin: 0px 2px;
}

.header__top1__right--social ul li a:hover {
    color: #f6d215;
}

.header__top1__right--flag>ul>li {
    margin-left: 30px;
    position: relative;
}

.header__top1__right--flag>ul>li>a {
    font-size: 14px;
    font-weight: bold;
    color: #00235a;
    position: relative;
    padding: 14px 5px 13px;
    display: inline-block;
}

.header__top1__right--flag>ul>li:hover>a {
    color: #ff5e14;
}

.header__top1__right--flag>ul>li ul {
    background-color: #fff;
    width: 120px;
    position: absolute;
    right: 30px;
    padding: 10px 15px;
    border-top: 3px solid #ff5e14;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1002;
}

.header__top1__right--flag>ul>li ul li {
    display: block;
    margin: 0;
    padding-top: 5px 0px;
}

.header__top1__right--flag>ul>li ul li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #00235a;
    text-transform: uppercase;
}

.header__top1__right--flag>ul>li ul li a:hover {
    color: #ff5e14;
}

.header__top1__right--flag>ul>li:hover ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0px;
}

@media only screen and (max-width: 1599px) {
    .header__logo1 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .header__logo1 {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .header__logo1 {
        padding-left: 0px;
    }
}

.header__logo1--style {
    position: relative;
    display: inline-block;
}

.header__logo1--style:before {
    position: absolute;
    content: '';
    width: 1000px;
    height: 150px;
    background-color: #fff;
    top: -63px;
    right: -52px;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
}

@media only screen and (max-width: 991px) {
    .header__logo1--style:before {
        display: none;
    }
}

.header__logo1--style a {
    position: relative;
    z-index: 1;
    line-height: 70px;
    max-width: 250px;
    top: -25px;
    display: inline-block;
}
.header__logo1--style a:last-child{
    border-left: 1px solid #e8e8e8;
    padding-left: 15px;
    margin-left: 10px;
}


@media only screen and (max-width: 991px) {
    .header__logo1--style a {
        max-width: 200px;
        line-height: 80px;
        top: 0px;
    }
}

@media only screen and (max-width: 400px) {
    .header__logo1--style a {
        max-width: 150px;
    }
}

.header__side-nav1 {
    position: relative;
    z-index: 1000;
}

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

}

.header__side-nav1 a {
    display: inline-block;
    color: #fff;
    /* border: 2px solid #334f7b; */
    padding: 11px 30px;
    text-transform: uppercase;
    background-color: #004d90;
    font-weight: 500;
    margin-top: 25px;
    margin-right: 200px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media only screen and (max-width: 1599px) {
    .header__side-nav1 a {
        margin-right: 100px;
    }
}

.header__side-nav1 a:hover {
    background-color: #1d1d1b;
    border-color: #1d1d1b;
}

.header .main-menu1>nav {
    position: relative;
}

.header .main-menu1>nav:before {
    position: absolute;
    content: '';
    height: 100px;
    top: 0px;
    left: -100px;
    width: calc(100% + 100px);
    background-color: rgb(255 214 0);
    z-index: -1;
}

.header .main-menu1>nav>ul {
    padding-left: 0;
}

@media only screen and (max-width: 1599px) {
    .header .main-menu1>nav>ul {

    }
}

.header .main-menu1>nav>ul>li {
    display: inline-block;
    position: relative;
}

.header .main-menu1>nav>ul>li>a {
    color: #1d1d1b;
    font-size: 15px;
    font-weight: 600;
    padding: 39px 28px 39px;
    display: inline-block;
    position: relative;
}

.header .main-menu1>nav>ul>li>a:before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 40px;
    top:50%;
    margin-top: -20px;
    left: 0;
    content: "";
    background: #333;
    transform: skewX(15deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}
.header .main-menu1>nav>ul>li.active>a:before,
.header .main-menu1>nav>ul>li:hover>a:before {
    opacity: 1;
}


@media only screen and (max-width: 1199px) {
    .header .main-menu1>nav>ul>li>a {
        padding: 39px 23px 38px;
    }
}

.header .main-menu1>nav>ul>li.active>a,
.header .main-menu1>nav>ul>li:hover>a {
    color: #ffd600;
}

.header .main-menu1>nav>ul>li ul {
    position: absolute;
    left: 0px;
    width: 250px;
    text-align: left;
    background: #fff;
    z-index: 900;
    border-top: 3px solid #004d90;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 17px 0px;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
    top: calc(100% + 30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

@media only screen and (max-width: 1199px) {
    .header .main-menu1>nav>ul>li ul {
        width: 230px;
    }
}

.header .main-menu1>nav>ul>li ul li {
    position: relative;
}

.header .main-menu1>nav>ul>li ul li ul {
    position: absolute;
    left: 250px;
    top: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

@media only screen and (max-width: 1199px) {
    .header .main-menu1>nav>ul>li ul li ul {
        left: 230px;
    }
}

.header .main-menu1>nav>ul>li ul li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0px;
}

.header .main-menu1>nav>ul>li ul li a {
    font-weight: 500;
    padding: 7px 28px;
    display: block;
    /* text-transform: uppercase; */
    font-size: 15px;
    color: #1d1d1b;
}

.header .main-menu1>nav>ul>li ul li:hover>a {
    color: #ffd600;
}

.header .main-menu1>nav>ul>li ul li.sub_menu_li>a {
    position: relative;
}

.header .main-menu1>nav>ul>li ul li.sub_menu_li>a:before {
    position: absolute;
    content: '\f054';
    right: 28px;
    top: 9px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
}

.header .main-menu1>nav>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.header.home1 .header__menu {
    min-height: 89px;
}

@media only screen and (max-width: 991px) {
    .header.home1 .header__menu {
        min-height: 75px;
    }
}

.header.home1 .header__menu-wrapper {
    position: relative;
}

.header.home1 .menu_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 1010;
    -webkit-box-shadow: 0 10px 15px -10px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px -10px rgba(25, 25, 25, 0.1);
}

@media only screen and (max-width: 991px) {
    .header.home1 .menu_sticky {
        background: #fff;
    }
}

.header.home3 .header__menu {
    min-height: 89px;
}

@media only screen and (max-width: 991px) {
    .header.home3 .header__menu {
        min-height: 75px;
    }
}

.header.home3 .header__menu-wrapper {
    position: relative;
}

.header.home3 .menu_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 1010;
    -webkit-box-shadow: 0 10px 15px -10px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px -10px rgba(25, 25, 25, 0.1);
}

@media only screen and (max-width: 991px) {
    .header.home3 .menu_sticky {
        background: #fff;
    }
}

.header.home1 .header__menu-wrapper.menu_sticky .main-menu1>nav:before {
    display: none;
}

.header.home1 .header__menu-wrapper.menu_sticky .main-menu1>nav>ul>li>a {
    /* color: #001941; */
    padding: 34px 28px 33px;
}

@media only screen and (max-width: 1199px) {
    .header.home1 .header__menu-wrapper.menu_sticky .main-menu1>nav>ul>li>a {
        padding: 34px 20px 33px;
    }
}

.header.home1 .header__menu-wrapper.menu_sticky .main-menu1>nav>ul>li>a:hover {
    /* color: #ff5e14; */
}

.header.home1 .header__menu-wrapper.menu_sticky .header__logo1--style:before {
    display: none;
}

.header.home1 .header__menu-wrapper.menu_sticky .header__logo1--style a {
    line-height: 80px;
    max-width: 250px;
    top: -2px;
}

@media only screen and (max-width: 991px) {
    .header.home1 .header__menu-wrapper.menu_sticky .header__logo1--style a {
        max-width: 200px;
        line-height: 80px;
        top: 0px;
    }
}

@media only screen and (max-width: 400px) {
    .header.home1 .header__menu-wrapper.menu_sticky .header__logo1--style a {
        max-width: 150px;
    }
}

.header.home1 .header__menu-wrapper.menu_sticky .header__side-nav1 a {
    color: #fff;
    border-color: #ffd600;
    background-color: #ffd600;
    margin-top: 19px;
}

.header.home1 .header__menu-wrapper.menu_sticky .header__side-nav1 a:hover {
    background-color: #00235a;
    border-color: #00235a;
}

.header.home2 .header__menu-wrapper .main-menu1>nav:before {
    display: none;
}

.header.home2 .header__menu-wrapper .main-menu1>nav>ul>li>a {
    color: #001941;
    padding: 34px 28px 33px;
}

@media only screen and (max-width: 1199px) {
    .header.home2 .header__menu-wrapper .main-menu1>nav>ul>li>a {
        padding: 34px 20px 33px;
    }
}

.header.home2 .header__menu-wrapper .main-menu1>nav>ul>li>a:hover {
    color: #ff5e14;
}

.header.home2 .header__menu-wrapper .header__logo1--style:before {
    display: none;
}

.header.home2 .header__menu-wrapper .header__logo1--style a {
    line-height: 80px;
    max-width: 250px;
    top: -2px;
}

@media only screen and (max-width: 991px) {
    .header.home2 .header__menu-wrapper .header__logo1--style a {
        max-width: 200px;
        line-height: 80px;
        top: 0px;
    }
}

@media only screen and (max-width: 400px) {
    .header.home2 .header__menu-wrapper .header__logo1--style a {
        max-width: 150px;
    }
}

.header.home2 .header__menu-wrapper .header__side-nav1 a {
    color: #fff;
    border-color: #ff5e14;
    background-color: #ff5e14;
    margin-top: 19px;
}

.header.home2 .header__menu-wrapper .header__side-nav1 a:hover {
    background-color: #00235a;
    border-color: #00235a;
}

.header.home3 {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
}

@media only screen and (max-width: 991px) {
    .header.home3 .header__menu-wrapper {
        background: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .header.home3 .mean-container .mean-nav {
        margin-top: 85px;
    }
}

@media only screen and (max-width: 991px) {
    .header.home3 .mean-container a.meanmenu-reveal {
        top: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .header.home3 .mean-container a.meanmenu-reveal {
        top: 20px;
    }
}

.header.home3 .header__logo {
    background: #fff;
    margin-left: 85px;
    position: relative;
}

@media only screen and (max-width: 1706px) {
    .header.home3 .header__logo {
        margin-left: 0px;
    }
}

.header.home3 .header__logo:before {
    position: absolute;
    content: '';
    height: 155px;
    width: 600px;
    background: #fff;
    right: -75px;
    top: 0px;
    z-index: 10;
    -webkit-transform: skew(18deg);
    -ms-transform: skew(18deg);
    transform: skew(18deg);
}

@media only screen and (max-width: 991px) {
    .header.home3 .header__logo:before {
        display: none;
    }
}

.header.home3 .header__logo a {
    position: relative;
    z-index: 20;
    margin-top: 46px;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .header.home3 .header__logo a {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .header.home3 .header__logo a {
        width: 180px;
    }
}

.header.home3 .header__side-nav {
    background: #fff;
    height: 155px;
    position: relative;
}

@media only screen and (max-width: 1405px) {
    .header.home3 .header__side-nav {
        display: none;
    }
}

.header.home3 .header__side-nav:after {
    position: absolute;
    content: '';
    width: 460px;
    height: 155px;
    right: -15px;
    top: 0px;
    background: #fff;
    z-index: 10;
}

@media only screen and (max-width: 1706px) {
    .header.home3 .header__side-nav:after {
        width: 360px;
    }
}

@media only screen and (max-width: 1548px) {
    .header.home3 .header__side-nav:after {
        width: 250px;
    }
}

.header.home3 .header__side-nav:before {
    position: absolute;
    content: '';
    width: 200px;
    height: 155px;
    left: -81px;
    top: 0px;
    background: #fff;
    z-index: 15;
    -webkit-transform: skew(-18deg);
    -ms-transform: skew(-18deg);
    transform: skew(-18deg);
}

@media only screen and (max-width: 1706px) {
    .header.home3 .header__side-nav:before {
        left: -66px;
    }
}

@media only screen and (max-width: 1548px) {
    .header.home3 .header__side-nav:before {
        left: -86px;
    }
}

.header.home3 .header__side-nav ul {
    position: relative;
    z-index: 20;
    margin-top: 46px;
    margin-right: 85px;
}

@media only screen and (max-width: 1706px) {
    .header.home3 .header__side-nav ul {
        margin-right: 0px;
    }
}

.header.home3 .header__side-nav ul li {
    display: inline-block;
}

.header.home3 .header__side-nav ul li a.nav_btn1 {
    display: inline-block;
    text-transform: uppercase;
    background: #E8E8E8;
    color: #00235a;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 5px;
}

@media only screen and (max-width: 1548px) {
    .header.home3 .header__side-nav ul li a.nav_btn1 {
        display: none;
    }
}

.header.home3 .header__side-nav ul li a.nav_btn1:hover {
    color: #fff;
    background: #00235a;
}

.header.home3 .header__side-nav ul li a.nav_btn2 {
    display: inline-block;
    text-transform: uppercase;
    background: #ff5e14;
    height: 60px;
    color: #fff;
    width: 166px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.header.home3 .header__side-nav ul li a.nav_btn2:hover {
    background-color: #00235a;
}

.header.home3 .main-menu {
    margin-top: 25px;
    position: relative;
    float: left;
}

@media only screen and (max-width: 1405px) {
    .header.home3 .main-menu {
        float: none;
    }
}

.header.home3 .main-menu:before {
    position: absolute;
    content: '';
    right: -300px;
    top: 0px;
    width: 5000px;
    height: 100px;
    background: #00235a;
    z-index: 1;
}

@media only screen and (max-width: 1420px) {
    .header.home3 .main-menu:before {
        right: -100px;
    }
}

@media only screen and (max-width: 1405px) {
    .header.home3 .main-menu:before {
        right: -15px;
    }
}

@media only screen and (max-width: 991px) {
    .header.home3 .main-menu:before {
        display: none;
    }
}

.header.home3 .main-menu>nav>ul>li {
    display: inline-block;
    position: relative;
    z-index: 20;
}

.header.home3 .main-menu>nav>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 37px 40px 35px;
    display: inline-block;
    margin: 0px;
    border-bottom: 4px solid #00235a;
    margin: 0px;
}

@media only screen and (max-width: 1836px) {
    .header.home3 .main-menu>nav>ul>li>a {
        padding: 37px 30px 35px;
    }
}

@media only screen and (max-width: 1199px) {
    .header.home3 .main-menu>nav>ul>li>a {
        padding: 37px 15px 35px;
    }
}

.header.home3 .main-menu>nav>ul>li>a:hover {
    background: #ff5e14;
    border-color: #fff;
}

.header.home3 .main-menu>nav>ul>li:hover>a {
    color: #fff;
    background: #ff5e14;
    border-color: #fff;
}

.header.home3 .main-menu>nav>ul>li ul {
    position: absolute;
    left: 0px;
    width: 250px;
    text-align: left;
    background: #f5f5f5;
    z-index: 900;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px;
    padding: 17px 0px;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(0, 28, 107, 0.1);
    top: calc(100% + 30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

@media only screen and (max-width: 1199px) {
    .header.home3 .main-menu>nav>ul>li ul {
        width: 230px;
    }
}

.header.home3 .main-menu>nav>ul>li ul li {
    position: relative;
}

.header.home3 .main-menu>nav>ul>li ul li ul {
    position: absolute;
    left: 250px;
    top: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

@media only screen and (max-width: 1199px) {
    .header.home3 .main-menu>nav>ul>li ul li ul {
        left: 230px;
    }
}

.header.home3 .main-menu>nav>ul>li ul li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0px;
}

.header.home3 .main-menu>nav>ul>li ul li a {
    font-weight: 500;
    padding: 7px 28px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    color: #00235a;
}

.header.home3 .main-menu>nav>ul>li ul li:hover>a {
    color: #ff5e14;
}

.header.home3 .main-menu>nav>ul>li ul li.sub_menu_li>a {
    position: relative;
}

.header.home3 .main-menu>nav>ul>li ul li.sub_menu_li>a:before {
    position: absolute;
    content: '\f054';
    right: 28px;
    top: 9px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
}

.header.home3 .main-menu>nav>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.header.home3 .menu_sticky .header__logo a {
    margin-top: 20px;
}

.header.home3 .menu_sticky .header__logo:before {
    display: none;
}

.header.home3 .menu_sticky .header__side-nav:before {
    display: none;
}

.header.home3 .menu_sticky .header__side-nav:after {
    display: none;
}

.header.home3 .menu_sticky .header__side-nav {
    height: auto;
}

.header.home3 .menu_sticky .header__side-nav ul {
    margin-top: 19px;
}

.header.home3 .menu_sticky .main-menu {
    margin-top: 0px;
}

.header.home3 .menu_sticky .main-menu:before {
    display: none;
}

.header.home3 .menu_sticky .main-menu>nav>ul>li:hover>a {
    background: #fff;
    color: #ff5e14;
}

.header.home3 .menu_sticky .main-menu>nav>ul>li ul {
    background: #fff;
    border-top: 4px solid #ff5e14;
}

.header.home3 .menu_sticky .main-menu>nav>ul>li>a {
    color: #00235a;
    background: #fff;
    border: none;
}

.header.home3 .menu_sticky .main-menu>nav>ul>li>a:hover {
    background: #fff;
    color: #ff5e14;
}

/*==================================================
===| 10. Footer
===================================================*/
.footer1__padding1 {
    background: url(../img/bg/bg-footer.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0px 20px;
}

@media only screen and (max-width: 991px) {
    .footer1__padding1 {
        padding: 80px 0px 25px;
    }
}

.footer1__widget h3 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 30px;
    position: relative;
}
.footer1__widget h3::before {
    height: 3px;
    width: 45px;
    background: #ffd600;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.3s;
}
.footer1__about p {
    color: #aabcd8;
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer1__about--item {
    position: relative;
    margin-top: 30px;
}

.footer1__about--item-thumb {
    position: absolute;
    width: 54px;
    left: 0px;
    top: 0px;
}

.footer1__about--item-content {
    padding-left: 70px;
}

.footer1__about--item-content h5 {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.footer1__about--item-content p {
    font-size: 14px;
    margin-bottom: 0px;
}

.footer1__services {
    padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .footer1__services {
        padding-left: 0px;
    }
}

.footer1__services nav ul li {
    margin-bottom: 18px;
}

.footer1__services nav ul li a {
    font-size: 14px;
    color: #d4d4d4;
    display: block;
    position: relative;
    padding-left: 14px;
    font-weight: 400;
}
.footer1__services nav ul li a:before {
    position: absolute;
    content: '\f105';
    left: 0px;
    top: 1px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.footer1__services nav ul li a:hover {
    color: #f6d215;
}

.footer1__news--item {
    position: relative;
    margin-bottom: 13px;
    min-height: 65px;
}

.footer1__news--item-thumb {
    position: absolute;
    width: 60px;
    top: 5px;
}

.footer1__news--item-content {
    padding-left: 82px;
}

.footer1__news--item-content span {
    color: #aabcd8;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: inline-block;
}

.footer1__news--item-content span i {
    font-size: 14px;
    color: #ff5e14;
    margin-right: 3px;
}

.footer1__news--item-content h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400px;
    text-transform: uppercase;
}

.footer1__copyright {
    background: #131313;
    padding: 20px 0px;
}

@media only screen and (max-width: 767px) {
    .footer1__copyright {
        padding: 30px 0px;
    }
}

.footer1__copyright--thumb {
    /* width: 250px; */
    height: auto;
    color: #ccc;
    font-size: 15px;
}



@media only screen and (max-width: 767px) {
    .footer1__copyright--thumb {
        margin-bottom: 10px;
    }
}

.footer1__copyright--text p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .footer1__copyright--text p {
        font-size: 14px;
        font-weight: 400;
    }
}

.footer1__copyright--thumb a{
    color: #f6d215;
}
.footer1.home2 .footer1__padding1 {
    background: #fff;
    border-bottom: 1px solid #d9e8ff;
    padding: 0px;
}

.footer1.home2 .footer2__border {
    position: relative;
    height: 100%;
}

.footer1.home2 .footer2__border:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #d9e8ff;
    left: 0px;
    top: 0px;
}

.footer1.home2 .footer2__border h3 {
    color: #00235a;
}

.footer1.home2 .footer2__style-01 {
    padding: 100px 15px 45px 0px;
}

@media only screen and (max-width: 1199px) {
    .footer1.home2 .footer2__style-01 {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .footer1.home2 .footer2__style-01 {
        padding: 80px 0px 0px 0px;
    }
}

.footer1.home2 .footer2__style-01.footer2__border:before {
    display: none;
}

.footer1.home2 .footer2__style-02 {
    padding: 100px 0px 45px;
}

@media only screen and (max-width: 991px) {
    .footer1.home2 .footer2__style-02 {
        padding: 80px 0px 0px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .footer1.home2 .footer2__style-02 {
        padding: 0px;
    }
}

.footer1.home2 .footer2__style-02.footer2__border:before {
    left: -10px;
}

@media only screen and (max-width: 1199px) {
    .footer1.home2 .footer2__style-02.footer2__border:before {
        display: none;
    }
}

.footer1.home2 .footer2__style-03 {
    padding: 100px 0px 45px;
}

@media only screen and (max-width: 991px) {
    .footer1.home2 .footer2__style-03 {
        padding: 0px 0px 25px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .footer1.home2 .footer2__style-03 {
        padding: 0px;
    }
}

.footer1.home2 .footer2__style-03.footer2__border:before {
    left: -30px;
}

@media only screen and (max-width: 1199px) {
    .footer1.home2 .footer2__style-03.footer2__border:before {
        display: none;
    }
}

.footer1.home2 .footer2__style-04 {
    padding: 100px 0px 45px 30px;
}

@media only screen and (max-width: 1199px) {
    .footer1.home2 .footer2__style-04 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .footer1.home2 .footer2__style-04 {
        padding: 0px 0px 25px 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer1.home2 .footer2__style-04.footer2__border:before {
        display: none;
    }
}

.footer1.home2 .footer1__about h3 {
    color: #00235a;
}

.footer1.home2 .footer1__about p {
    color: #00235a;
}

.footer1.home2 .footer1__about.footer2__border-style:before {
    display: none;
}

.footer1.home2 .footer1__about--item-content h5 {
    color: #00235a;
}

.footer1.home2 .footer1__services nav ul li a {
    color: #00235a;
}

.footer1.home2 .footer1__services nav ul li a:hover {
    color: #ff5e14;
}

.footer1.home2 .footer1__news--item-content span {
    color: #00235a;
}

.footer1.home2 .footer1__news--item-content h5 {
    color: #00235a;
}

.footer1.home2 .footer1__copyright {
    background: #fff;
}

.footer1.home2 .footer1__copyright--text p {
    color: #00235a;
}

.footer1.home3 {
    border-top: 1px solid #d9e8ff;
}

/*==================================================
===| 11. Slider
===================================================*/
.slider1__height {
    height: 800px;
}

@media only screen and (max-width: 767px) {
    .slider1__height {
        height: 600px;
    }
}

.slider1__item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 1599px) {
    .slider1__item {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .slider1__item {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 880px) {
    .slider1__item {
        padding-left: 0px;
    }
}

.slider1__content h3 {
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    color: transparent;
    -webkit-text-stroke: 1px #00235a;
}

@media only screen and (max-width: 767px) {
    .slider1__content h3 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .slider1__content h3 {
        font-size: 45px;
        line-height: 45px;
    }
}

.slider1__content h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    color: #ec1a26;
}

@media only screen and (max-width: 767px) {
    .slider1__content h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .slider1__content h2 {
        font-size: 20px;
        line-height: 20px;
    }
}

.slider1__content p {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-left: 22px;
    color: #004d90;
}

@media only screen and (max-width: 767px) {
    .slider1__content p {
        font-size: 16px;
    }
}

.slider1__content p:before {
    position: absolute;
    left: 0;
    height: 45px;
    width: 4px;
    content: '';
    background: #ffd600;
    top: 7px;
}

.slider1 .owl-carousel .owl-nav button.owl-prev,
.slider1 .owl-carousel .owl-nav button.owl-next {
    height: 80px;
    width: 82px;
    line-height: 84px;
    background: #fff;
    font-size: 24px;
    color: #00235a;
    border-radius: 0px;
    text-align: center;
    position: absolute;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.1);
    top: 45%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media only screen and (max-width: 880px) {
    .slider1 .owl-carousel .owl-nav button.owl-prev,
    .slider1 .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
}

.slider1 .owl-carousel .owl-nav button.owl-prev:hover,
.slider1 .owl-carousel .owl-nav button.owl-next:hover {
    background: #ff5e14;
    color: #fff;
}

.slider1 .owl-theme .owl-nav {
    margin: 0px;
}

.slider1 .owl-theme .owl-nav button {
    margin: 0px;
}

.slider1 .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0px;
}

.slider1.home2 .slider1__content h3 {
    -webkit-text-stroke: 1px #fff;
}

.slider1.home2 .slider1__content h2 {
    color: #fff;
}

.slider1.home2 .slider1__content p {
    color: #fff;
}

/*==================================================
===| 12. Hero
===================================================*/
.hero1 {
    background: url(../img/hero/hero-03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero1__height {
    height: 950px;
}

@media only screen and (max-width: 991px) {
    .hero1__height {
        height: 750px;
    }
}

@media only screen and (max-width: 575px) {
    .hero1__height {
        height: 700px;
    }
}

@media only screen and (max-width: 400px) {
    .hero1__height {
        height: 600px;
    }
}

.hero1__wrapper {
    padding-top: 80px;
}

.hero1__content h3 {
    font-size: 120px;
    line-height: 100px;
    letter-spacing: -2px;
    font-weight: bold;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

@media only screen and (max-width: 991px) {
    .hero1__content h3 {
        font-size: 80px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .hero1__content h3 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 400px) {
    .hero1__content h3 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0px;
    }
}

.hero1__content h2 {
    font-size: 100px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -2px;
}

@media only screen and (max-width: 991px) {
    .hero1__content h2 {
        line-height: 70px;
        font-size: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .hero1__content h2 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 400px) {
    .hero1__content h2 {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 0px;
    }
}

.hero1__content p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 15px;
}

@media only screen and (max-width: 575px) {
    .hero1__content p {
        font-size: 16px;
        line-height: 26px;
    }
}

/*==================================================
===| 13. Services
===================================================*/
.features1 {
    background: url(../img/bg/bg-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.features1__item {
    position: relative;
    padding-right: 20px;
}

@media only screen and (max-width: 1199px) {
    .features1__item {
        padding-right: 0px;
    }
}

.features1__thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.1);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.1);
}

.features1__thumb img:nth-child(2) {
    position: absolute;
    left: 18px;
    top: 21px;
}

.features1__item--text {
    padding-left: 128px;
}

@media only screen and (max-width: 400px) {
    .features1__item--text {
        padding-left: 105px;
    }
}

.features1__item--text h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

@media only screen and (max-width: 575px) {
    .features1__item--text h4 {
        font-size: 20px;
    }
}

.features1__item--text p {
    font-size: 16px;
    line-height: 26px;
}

.key_features1__thumb-1 {
    height: 100%;
    width: auto;
    position: relative;
}

.key_features1 {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .key_features1__thumb-1 {
        height: 500px;
    }
}

.key_features1__thumb-2 {
    background: #00235a;
    /* height: 700px; */
    background: linear-gradient(rgb(0 35 90 / 90%), rgb(0 35 90 / 90%)), url(../img/bg/bg-lubematch.jpg);
    background-size: cover;
    background-position: right center;
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    .key_features1__thumb-2 {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .key_features1__thumb-2 {
        height: auto;
    }
}

.key_features1__thumb-2.key_features1__thumb-4 {
    background: url(../img/png-img/png-img-06.png);
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 1199px) {
    .key_features1__thumb-2.key_features1__thumb-4 {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .key_features1__thumb-2.key_features1__thumb-4 {
        height: auto;
    }
}

.key_features1__thumb-2.key_features1__thumb-4 .key_features1__item--content h4 {
    color: #00235a;
}

.key_features1__thumb-2.key_features1__thumb-4 .key_features1__item--content p {
    color: #00235a;
}

.key_features1__thumb-2.key_features1__thumb-4 a {
    background: #fff;
    border-color: #fff;
    color: #00235a;
}

.key_features1__thumb-2.key_features1__thumb-4 a:hover {
    color: #fff;
    background: #ff5e14;
    border-color: #ff5e14;
}

.key_features1__thumb-3 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,146,0,.9)), to(rgba(243,146,0,.9))), url(../img/bg/bg-03.jpg);
    background: -o-linear-gradient(rgba(243,146,0,.9), rgba(243,146,0,.9)), url(../img/bg/bg-03.jpg);
    background: linear-gradient(rgba(243,146,0,.9), rgba(243,146,0,.9)), url(../img/bg/bg-03.jpg);
    /* height: 700px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    .key_features1__thumb-3 {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .key_features1__thumb-3 {
        height: auto;
    }
}

.key_features1__item {
    padding: 100px 30px;
    position: relative;
}

@media only screen and (max-width: 1599px) {
    .key_features1__item {
        padding: 50px 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .key_features1__item {
        padding: 50px 10px;
    }
}

@media only screen and (max-width: 991px) {
    .key_features1__item {
        padding: 80px 10px;
    }
}

@media only screen and (max-width: 880px) {
    .key_features1__item {
        padding: 70px 40px;
    }
}

@media only screen and (max-width: 400px) {
    .key_features1__item {
        padding: 70px 30px;
    }
}

.key_features1__item--thumb {
    margin-bottom: 35px;
}

.key_features1__item--thumb .icon-box {
    width: 83px;
    height: 83px;
    background: #1a386a;
    font-size: 38px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 7px;
}

.key_features1__item--thumb .icon-box+.icon-box {
    margin-left: 1px;
}
.key_features1__thumb-2 .key_features1__item--thumb .icon-box {
    background: #ffd600;
    color: #00235a;
    line-height: 83px;
    font-size: 50px;
}
.key_features1__item--content h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 400px) {
    .key_features1__item--content h4 {
        font-size: 25px;
    }
}

.key_features1__item--content p {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .key_features1__item--content p {
        margin-bottom: 30px;
    }
}

.key_features1__item a {
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 48px;
    background: transparent;
}

@media only screen and (max-width: 767px) {
    .key_features1__item a {
        position: relative;
        bottom: 0px;
    }
}

.key_features1__item a:hover {
    background: #fff;
    color: #00235a;
}

.service1 {
    background: url(../img/png-img/png-img-11.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service1.other_page1 {
    background: #fff;
}

.service1.other_page1 .title_style1 h5 {
    color: #ff5e14;
}

.service1.other_page1 .title_style1 h2 {
    color: #00235a;
}

.service1.other_page1 .service1__item {
    border: 2px solid #f0f3f8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.service1.other_page1 .service1__item:hover {
    border-color: #ffd600;
}

.service1 .title_style1 h5,
.service1 .title_style1 h2 {
    color: #fff;
}

.service1__item {
    background: #fff;
    position: relative;
    padding: 25px 16px;
}

.service1__item span {
    position: absolute;
    z-index: 10;
    font-size: 150px;
    letter-spacing: -3px;
    top: 0px;
    right: 20px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #f4f4f4;
    display: none;
}

.service1__thumb {
    max-width: 120px;
    margin: 0px auto;
    /* position: relative; */
    z-index: 20;
    margin-bottom: 20px;
}


.service1__thumb svg {
    height: 70px;
    width: auto;
}
.service1__thumb svg * {
    fill:#fed300;
}
.service1__content {
    /* position: relative; */
    z-index: 20;
}

.service1__content h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 0;
}

.service1__content p {
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
}

/*==================================================
===| 14. service Details
===================================================*/
.service_details__widget h4 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-left: 22px;
    margin-bottom: 28px;
}

.service_details__widget h4:before {
    position: absolute;
    left: 0px;
    top: 1px;
    height: 20px;
    width: 2px;
    content: '';
    background: #ff5e14;
}

.service_details__sidebar1 {
    border: 2px solid #E8EBEC;
    padding: 45px 50px;
}

@media only screen and (max-width: 400px) {
    .service_details__sidebar1 {
        padding: 40px 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .service_details__sidebar1 {
        margin-top: 60px;
    }
}

.service_details__sidebar1--item {
    position: relative;
}

.service_details__sidebar1--item input.form-control {
    padding: 37px 30px;
    border: 2px solid #E8EBEC;
    margin-bottom: 10px;
    font-size: 16px;
}

@media only screen and (max-width: 400px) {
    .service_details__sidebar1--item input.form-control {
        padding: 30px 20px;
    }
}

.service_details__sidebar1--item input.form-control::-webkit-input-placeholder {
    color: #00235a;
    font-size: 16px;
    text-transform: none;
}

.service_details__sidebar1--item input.form-control:-ms-input-placeholder {
    color: #00235a;
    font-size: 16px;
    text-transform: none;
}

.service_details__sidebar1--item input.form-control::-ms-input-placeholder {
    color: #00235a;
    font-size: 16px;
    text-transform: none;
}

.service_details__sidebar1--item input.form-control::-webkit-input-placeholder {
    color: #00235a;
    font-size: 16px;
    text-transform: none;
}

.service_details__sidebar1--item input.form-control::-moz-placeholder {
    color: #00235a;
    font-size: 16px;
    text-transform: none;
}

.service_details__sidebar1--item input.form-control:-ms-input-placeholder {
    color: #00235a;
    font-size: 16px;
    text-transform: none;
}

.service_details__sidebar1--item input.form-control::placeholder {
    color: #00235a;
    font-size: 16px;
    text-transform: none;
}

.service_details__sidebar1--item i {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 14px;
    color: #ff5e14;
}

@media only screen and (max-width: 400px) {
    .service_details__sidebar1--item i {
        display: none;
    }
}

.service_details__sidebar3 {
    border: 2px solid #E8EBEC;
}

.service_details__sidebar3 ul li a{
    border-bottom: 2px solid #E8EBEC;
    padding: 15px 25px;
    position: relative;
    display: block;
    width: 100%;
}

.service_details__sidebar3 ul li:last-child a {
    border-bottom: none;
}

@media only screen and (max-width: 400px) {
    .service_details__sidebar3 ul li a{
        padding: 20px 25px;
    }
}

.service_details__sidebar3 ul li a {
    font-size: 20px;
    color: #00235a;
    letter-spacing: -1px;
    font-weight: bold;
}

.service_details__sidebar3 ul li a:hover {
    color: #ffd600;
}

.service_details__sidebar3 ul li a i {
    font-size: 30px;
    color: #ffd600;
    position: relative;
    bottom: -2px;
    margin-right: 17px;
}

.service_details__sidebar3 ul li i.fa-download {
    color: #d8d8d8;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 21px;
}

@media only screen and (max-width: 400px) {
    .service_details__sidebar3 ul li>i {
        display: none;
    }
}

.service_details__wrapper {
    padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .service_details__wrapper {
        padding-left: 0px;
    }
}

.service_details__content p {
    line-height: 26px;
}

.service_details__quote {
    background: #ff5e14;
    border-left: 6px solid #00235a;
    padding: 25px 20px 35px 30px;
    position: relative;
    overflow: hidden;
}

.service_details__quote p {
    color: #fff;
    position: relative;
    z-index: 5;
}

.service_details__quote--data {
    position: relative;
    z-index: 5;
}

.service_details__quote--data h6 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-left: 52px;
    padding-top: 9px;
}

.service_details__quote--thumb1 {
    position: absolute;
    right: 20px;
    top: 45px;
    width: 145px;
    z-index: 1;
}

.service_details__quote--thumb2 {
    width: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.service_details__quote--thumb2 img {
    border-radius: 50px;
}

.service_details__filter {
    padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .service_details__filter {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .service_details__filter {
        display: none;
    }
}

.service_details__filter--content a {
    display: inline-block;
}

.service_details__filter--content a h6 {
    font-weight: 14px;
    color: #ff5e14;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

.service_details__filter--content a h4 {
    font-size: 26px;
    color: #00235a;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
}

@media only screen and (max-width: 767px) {
    .service_details__thumb2 {
        margin-bottom: 30px;
    }
}

/*==================================================
===| 15. projects
===================================================*/
.projects1__wrapper {
    overflow: hidden;
}

.projects1__carousel {
    position: relative;
}

.projects1__carousel:before {
    position: absolute;
    content: '';
    width: 5000px;
    height: 100%;
    background: #fff;
    z-index: 5;
    left: -5000px;
    top: 0px;
    display: none;
}

@media only screen and (max-width: 991px) {
    .projects1__carousel:before {
        display: none;
    }
}

.projects1__item {
    position: relative;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .projects1__item {
        margin-bottom: 197px;
    }
}

@media only screen and (max-width: 991px) {
    .projects1__item {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .projects1__item {
        margin-bottom: 80px;
    }
}

.projects1.other_page2 .projects1__item {
    margin-bottom: 153px;
}

@media only screen and (max-width: 991px) {
    .projects1.other_page2 .projects1__item {
        margin-bottom: 50px;
    }
}

.projects1__thumb img {
    width: 100%;
    height: auto;
}

.projects1__content {
    position: relative;
    top: -36px;
    right: 0px;
    /* display: inline-block; */
    background: #fff;
    padding: 20px 30px 20px;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.06);
    left: 10%;
    width: 90%;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.projects1__item:hover .projects1__content{
    border-color:#ffd600;
}



@media only screen and (max-width: 1199px) {
    .projects1__content {
        top: 205px;
    }
}

@media only screen and (max-width: 991px) {
    .projects1__content {
        position: relative;
        width: 100%;
        top: 0px;
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 400px) {
    .projects1__content {
        padding: 40px 20px;
    }
}

.projects1__content--icon {
    position: relative;
}

.projects1__content--icon img {
    position: absolute;
    right: -35px;
    top: -30px;
    display: none !important;
}

@media only screen and (max-width: 991px) {
    .projects1__content--icon img {
        right: -20px;
        top: -25px;
    }
}

@media only screen and (max-width: 400px) {
    .projects1__content--icon img {
        right: -10px;
    }
}

.projects1__content--text {
    position: relative;
}

.projects1__content--text .projects1__content--title h5 {
    font-size: 15px;
    color: #004d90;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 4px;
}

.projects1__content--text .projects1__content--title h2 {
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1d1d1b;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.projects1__item:hover .projects1__content--text .projects1__content--title h2{
    color:#004d90;
}

@media only screen and (max-width: 400px) {
    .projects1__content--text .projects1__content--title h2 {
        font-size: 20px;
    }
}

.projects1__content--text p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 11px;
    color: #a5a5a5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.projects1__content--text .projects1__content--data span {
    display: inline-block;
    margin-right: 22px;
}

.projects1__content--text .projects1__content--data span i {
    color: #ffd600;
    font-size: 14px;
    display: inline-block;
    margin-right: 2px;
}

.projects1__content--text .projects1__content--data span {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #004d90;
    display: inline-block;
}

.projects1 .owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.projects1 .owl-carousel .owl-item img {
    display: inherit;
    width: auto;
}

.projects1.other_page1 {
    background-color: #F3FAFF;
    overflow: hidden;
}

.projects1.other_page1 .projects1__carousel:before {
    background-color: #F3FAFF;
}

.projects2 {
    background: #f6f9ff;
}

.projects2.other_page1 {
    background: url(../img/png-img/png-img-17.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ff5e14;
}

.projects2.other_page1 .title_style1 h5 {
    color: #fff;
}

.projects2.other_page1 .title_style1 h2 {
    color: #fff;
}

.projects2.other_page1 .text-border-title1 {
    -webkit-text-stroke: 1px #fa824a;
}

.projects2.other_page1 .projects2__button-bar:before {
    background: #fff;
}

.projects2.other_page2 {
    background-color: #fff;
}

.projects2.other_page2 .projects2__button-bar {
    border: 1px solid #D6D6D6;
}

.projects2__button-bar {
    background: #fff;
    padding: 25px 0px;
    position: relative;
    margin-left: 1px;
    margin-right: 1px;
}

.projects2__button-bar:before {
    position: absolute;
    content: '';
    left: 35px;
    bottom: -20px;
    height: 10px;
    background: #ff5e14;
    width: calc(100% - 70px);
}

.projects2__active button {
    font-size: 20px;
    color: #00235a;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    background: #fff;
    border: none;
    display: inline-block;
    margin: 0px 45px;
}

.projects2__active button:first-child {
    margin-left: 0px;
}

.projects2__active button:last-child {
    margin-right: 0px;
}

@media only screen and (max-width: 991px) {
    .projects2__active button:last-child {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .projects2__active button:last-child {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .projects2__active button {
        margin: 0px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .projects2__active button {
        font-size: 18px;
        margin: 0px 25px;
    }
}

@media only screen and (max-width: 575px) {
    .projects2__active button {
        margin: 0px 15px;
    }
}

@media only screen and (max-width: 479px) {
    .projects2__active button {
        font-size: 16px;
        margin: 0px 10px;
    }
}

.projects2__active button i {
    color: #ff5e14;
}

.projects2__item {
    position: relative;
    overflow: hidden;
}

.projects2__item:hover .projects2__content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    left: 0px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.projects2__content {
    background: #fff;
    position: absolute;
    left: -100px;
    top: 15px;
    padding: 43px 45px 43px;
    width: calc(100% - 15px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

@media only screen and (max-width: 1199px) {
    .projects2__content {
        padding: 25px 30px;
        width: 100%;
        top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .projects2__content {
        top: auto;
        bottom: 0px;
    }
}

@media only screen and (max-width: 319px) {
    .projects2__content {
        padding: 20px;
    }
}

.projects2__content--thumb {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 125px;
}

.projects2__content--title {
    position: relative;
    z-index: 2;
}

.projects2__content--title h5 {
    font-size: 16px;
    color: #ff5e14;
    font-family: "Roboto", sans-serif;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px;
}

@media only screen and (max-width: 1199px) {
    .projects2__content--title h5 {
        margin-bottom: 0px;
    }
}

.projects2__content--title h2 {
    font-size: 24px;
    line-height: 34px;
    color: #00235a;
    font-family: "Exo", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 14px;
}

@media only screen and (max-width: 1199px) {
    .projects2__content--title h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

.projects2__content p {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 2;
    margin-bottom: 11px;
}

@media only screen and (max-width: 319px) {
    .projects2__content p {
        margin: 0px;
    }
}

.projects2__content--data {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 319px) {
    .projects2__content--data {
        display: none;
    }
}

.projects2__content--data span:first-child {
    margin-right: 10px;
}

.projects2__content--data span i {
    color: #ff5e14;
    font-size: 14px;
}

.projects2__content--data span a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00235a;
}

.projects2__content--data span a:hover {
    color: #ff5e14;
}

.projects3 {
    background: #00235A;
}

.projects3 .text-border-title1 {
    -webkit-text-stroke: 1px rgba(244, 244, 244, 0.1);
}

.projects3 .title_style1 h2 {
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .projects3 .title_style1 {
        margin-bottom: 25px;
    }
}

.projects3__active button {
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    color: #00235a;
    font-weight: bold;
    font-size: 16px;
    padding: 18px 30px;
    border: none;
    margin: 0px 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .projects3__active button {
        margin-top: 10px;
    }
}

.projects3__active button:hover {
    color: #fff;
    background: #ff5e14;
}

.projects3__active button.active {
    color: #fff;
    background: #ff5e14;
}

.projects3__item {
    position: relative;
    overflow: hidden;
}

.projects3__item:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffd600;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.projects3__item:hover .projects3__content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    bottom: 0px;
}

.projects3__item:hover:before {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    visibility: visible;
}

.projects3__content {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -35px;
    padding: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    height: 100%;
    transition: 0.3s;
    color: #111;
}
.projects3__content i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    margin-left: -15px;
    margin-top: -15px;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .projects3__content {
        padding: 0px 20px 30px;
    }
}

.projects3__content h5 a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.projects3__content h5 a:hover {
    color: #00235a;
}

.projects3__content span a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    line-height: 15px;
}

.projects3__content span a:hover {
    color: #00235a;
}

/*==================================================
===| 16. News And Blog
===================================================*/
.news1 {
    background: #00235a;
}

.news1.home2 {
    background: #f6f9ff;
}

.news1.home2 .title_style1 h2 {
    color: #00235a;
}

.news1.home2 .text-border-title1 {
    -webkit-text-stroke: 1px #CED7E9;
}

.news1 .text-border-title1 {
    -webkit-text-stroke: 1px rgba(244, 244, 244, 0.1);
}

.news1 .title_style1 h2 {
    color: #fff;
}

.news1__item {
    background: #fff;
}

.news1__thumb {
    position: relative;
}

.news1__thumb a {
    position: absolute;
    top: 40px;
    left: 40px;
    display: inline-block;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 5px 26px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
}

@media only screen and (max-width: 400px) {
    .news1__thumb a {
        left: 25px;
        top: 25px;
    }
}

.news1__thumb a:hover {
    background: #ff5e14;
    border: 2px solid #ff5e14;
}

.news1__content {
    padding: 30px 30px 0px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .news1__content {
        padding: 35px 25px 0px;
    }
}

@media only screen and (max-width: 400px) {
    .news1__content {
        padding: 25px 25px 0px;
    }
}

.news1__content h3 {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -1px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.news1__item:hover .news1__content h3 {
    color:#ffd600;
}

@media only screen and (max-width: 400px) {
    .news1__content h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
    }
}

.news1__content p {
    font-size: 14px;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (max-width: 400px) {
    .news1__content p {
        margin-bottom: 25px;
    }
}

.news1__data {
    border-top: 1px solid rgb(255 214 0 / 0.2);
    padding: 16px 0px;
}

.news1__data span {
    font-size: 14px;
    font-weight: 500;
    color: #989898;
}

.news1__data span:first-child {
    margin-right: 25px;
}

@media only screen and (max-width: 400px) {
    .news1__data span:first-child {
        margin-right: 15px;
    }
}

.news1__data span a {
    color: #00235a;
}

.news1__data span a:hover {
    color: #ff5e14;
}

.news1__data span i {
    font-size: 14px;
    color: #ffd600;
    margin-right: 3px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0px;
    display: inline-block;
    position: absolute;
    top: -75px;
    right: 0px;
    padding: 10px 30px !important;
    color: #00235a;
    margin: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #ffd600;
    color: #1d1d1d;
}

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

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
}

.owl-carousel .owl-nav button i {
    font-size: 14px;
}

.owl-carousel .owl-nav button.owl-prev i {
    margin-right: 5px;
}

.owl-carousel .owl-nav button.owl-next i {
    margin-left: 5px;
}

.owl-carousel .owl-nav button.owl-prev {
    right: 90px;
}

.news1.other_page1 .news1__content {
    border-left: 1px solid #c5dcff;
}

.blog1.other_page1 .news1__content {
    border: 1px solid #c5dcff;
    border-top: none;
}

.blog1__item {
    margin-bottom: 40px;
}

.blog1__item--thumb {
    position: relative;
}

.blog1__item--thumb a {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    background: #ff5e14;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    text-align: center;
    line-height: 85px;
    font-size: 14px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog1__item--data {
    margin-bottom: 19px;
}

.blog1__item--data a {
    font-size: 14px;
    color: #00235a !important;
    display: inline-block;
    margin-right: 28px;
}

.blog1__item--data a i {
    color: #ffd600;
    margin-right: 5px;
}

.blog1__item--content {
    border: 2px solid #EDEDED;
    border-top: none;
    padding: 45px 50px 50px;
}

@media only screen and (max-width: 575px) {
    .blog1__item--content {
        padding: 35px 30px 40px;
    }
}

@media only screen and (max-width: 400px) {
    .blog1__item--content {
        padding: 25px 20px 30px;
    }
}

.blog1__item--content h3 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 13px;
}

@media only screen and (max-width: 767px) {
    .blog1__item--content h3 {
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 400px) {
    .blog1__item--content h3 {
        font-size: 22px;
        line-height: 32px;
    }
}

.blog1__item--content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
}

.blog1__item--single .blog1__item--content {
    border-top: 2px solid #EDEDED;
}

.blog1__item--quote {
    background: url(../img/png-img/png-img-21.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff6f2;
    border-left: 10px solid #ff5e14;
    padding: 45px 50px 25px 40px;
    position: relative;
    margin-bottom: 60px;
}

@media only screen and (max-width: 479px) {
    .blog1__item--quote {
        padding: 35px 30px 15px 30px;
        border-left: 5px solid #ff5e14;
    }
}

.blog1__item--quote-thumb {
    position: absolute;
    top: 54px;
    left: 40px;
}

@media only screen and (max-width: 575px) {
    .blog1__item--quote-thumb {
        display: none;
    }
}

.blog1__item--quote-content {
    padding-left: 107px;
}

@media only screen and (max-width: 575px) {
    .blog1__item--quote-content {
        padding-left: 0px;
    }
}

.blog1__item--quote-content h3 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 48px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
    .blog1__item--quote-content h3 {
        font-size: 26px;
        line-height: 36px;
    }
}

.blog1__item--info {
    border-top: 1px solid #EEEEEE;
    padding-top: 30px;
}

@media only screen and (max-width: 479px) {
    .blog1__item--info .col-6 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

.blog1__item--info-wrapper {
    position: relative;
}

.blog1__item--info-wrapper h6 {
    padding-left: 55px;
    padding-top: 9px;
}

.blog1__item--info-thumb {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.blog1__item--info-thumb img {
    border-radius: 100px;
}

@media only screen and (max-width: 479px) {
    .blog1__item--info-btn {
        display: none;
    }
}

.blog1__item--info-btn a {
    background: #ff5e14;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 4px 30px;
    border-radius: 50px;
    margin-top: 8px;
}

.blog1__item--info-btn a:hover {
    background: #00235a;
}

.pagination ul {
    display: inline-block;
}

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

.pagination ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #00235a;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #EDEDED;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    margin: 0px 4px;
    background: #fff;
}

@media only screen and (max-width: 479px) {
    .pagination ul li a {
        margin: 0px 4px 8px;
    }
}

.pagination ul li a:hover {
    color: #060606;
    border-color: #ffd600;
    background: #ffd600;
}

.pagination ul li.active a {
    color: #060606;
    border-color: #ffd600;
    background: #ffd600;
}

.blog_details__wrapper {
    border: 2px solid #EDEDED;
    padding: 30px;
}

@media only screen and (max-width: 575px) {
    .blog_details__wrapper {
        padding: 40px 40px 40px;
    }
}

@media only screen and (max-width: 400px) {
    .blog_details__wrapper {
        padding: 40px 20px;
    }
}

.blog_details__content h2 {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 46px;
    color: #333;
}

@media only screen and (max-width: 575px) {
    .blog_details__content h2 {
        font-size: 26px;
        line-height: 36px;
        letter-spacing: 0px;
    }
}

.blog_details__content p {
    font-size: 16px;
    line-height: 26px;
    color: #76787b;
}

.blog_details__content h3 {
    font-size: 30px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
    .blog_details__content h3 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0px;
    }
}

.blog_details__regular-title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: none !important;
}

ul.styled {
    padding-left: 20px;
    margin: 20px 0;
}

@media only screen and (max-width: 767px) {
    ul.styled {
        padding-left: 0px;
    }
}

ul.styled li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 30px;
    color: #003380;
}

ul.styled li:before {
    position: absolute;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffd600;
    font-size: 15px;
    left: 0;
}

ul.styled li span {
    padding-left: 30px;
}

.blog_details__quote {
    background: #F3F5FF;
    position: relative;
    padding: 55px 50px 30px;
    margin-top: 35px;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .blog_details__quote {
        padding: 30px 20px;
    }
}

.blog_details__quote--thumb {
    position: absolute;
    top: 38px;
    right: 38px;
    width: 190px;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .blog_details__quote--thumb {
        width: 120px;
    }
}

.blog_details__quote--content {
    position: relative;
    z-index: 10;
}

.blog_details__quote--content p {
    font-size: 14px;
    font-weight: bold;
    color: #ff5e14;
}

.blog_details__quote--content h3 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -1px;
}

@media only screen and (max-width: 767px) {
    .blog_details__quote--content h3 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .blog_details__quote--content h3 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 400px) {
    .blog_details__quote--content h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

.blog_details .service_details__filter {
    padding-left: 0px;
    border-bottom: 1px solid #E1E6FF;
    padding-bottom: 37px;
    margin-bottom: 45px;
}

.blog_details .blog_details__item {
    border-bottom: 1px solid #E1E6FF;
    padding-bottom: 18px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .blog_details .blog_details__thumb1 {
        margin-bottom: 30px;
    }
}

.blog_details__tags {
    border-top: 1px solid #E1E6FF;
    padding-top: 23px;
}

.blog_details__tags h4 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .blog_details__tags--left {
        margin-bottom: 30px;
    }
}

.blog_details__tags--left a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #00235a;
    background-color: #EFEFEF;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 100px;
    margin-bottom: 10px;
}

.blog_details__tags--left a:hover {
    background-color: #ff5e14;
    color: #fff;
}

.blog_details__tags--left a:not(:last-child) {
    margin-right: 10px;
}

.blog_details__tags--right a {
    font-size: 18px;
    color: #B5BECC;
    display: inline-block;
    margin-bottom: 10px;
}

.blog_details__tags--right a:not(:last-child) {
    margin-right: 25px;
}

.blog_details__tags--right a:hover {
    color: #ffd600;
}

.blog_details__post h3 {
    font-size: 26px;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

.blog_details__post--content {
    padding: 35px 40px 20px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
    box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}

@media only screen and (max-width: 400px) {
    .blog_details__post--content {
        padding: 30px 25px 20px;
    }
}

.blog_details__post--content h4 {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: -1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    align-items: center;

}

.blog_details__post--content p {
    font-size: 14px;
    line-height: 26px;
}

.blog_details__post--data {
    margin-bottom: 8px;
}

.blog_details__post--data a {
    font-size: 14px;
    color: #ff5e14;
}

.blog_details__post--data a span {
    color: #00235a;
    margin-left: 5px;
}

.blog_details__writer {
    border: 2px solid #E1E6FF;
    padding: 40px;
    position: relative;
}

@media only screen and (max-width: 400px) {
    .blog_details__writer {
        border: none;
    }
}

@media only screen and (max-width: 479px) {
    .blog_details__writer {
        padding: 35px 25px;
    }
}

@media only screen and (max-width: 400px) {
    .blog_details__writer {
        padding: 10px 0px;
    }
}

.blog_details__writer--thumb {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 180px;
}

@media only screen and (max-width: 767px) {
    .blog_details__writer--thumb {
        width: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .blog_details__writer--thumb {
        left: 25px;
    }
}

@media only screen and (max-width: 400px) {
    .blog_details__writer--thumb {
        top: 10px;
        left: 0px;
    }
}

.blog_details__writer--content {
    min-height: 200px;
    padding-left: 220px;
    padding-top: 13px;
}

@media only screen and (max-width: 767px) {
    .blog_details__writer--content {
        padding-left: 80px;
        padding-top: 0px;
    }
}

.blog_details__writer--content span {
    font-size: 12px;
    font-weight: bold;
    color: #ff5e14;
    display: block;
    margin-bottom: 7px;
}

.blog_details__writer--content h4 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 13px;
}

@media only screen and (max-width: 767px) {
    .blog_details__writer--content h4 {
        font-size: 22px;
        line-height: 32px;
    }
}

.blog_details__writer--content p {
    font-size: 14px;
    line-height: 26px;
    margin: 0px;
}

.blog_details__comments h3 {
    font-size: 26px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.blog_details__comments--item {
    position: relative;
    min-height: 100px;
    border-bottom: 1px solid #EFF2FF;
    padding-bottom: 8px;
    margin-bottom: 30px;
}

.blog_details__comments--item.reply {
    padding-left: 130px;
}

@media only screen and (max-width: 767px) {
    .blog_details__comments--item.reply {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .blog_details__comments--item.reply {
        padding-left: 0px;
    }
}

.blog_details__comments--thumb {
    position: absolute;
    width: 100px;
    border-radius: 100px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .blog_details__comments--thumb {
        width: 60px;
    }
}

.blog_details__comments__content {
    padding-left: 130px;
}

@media only screen and (max-width: 767px) {
    .blog_details__comments__content {
        padding-left: 80px;
    }
}

.blog_details__comments__content h5 {
    font-size: 18px;
    text-transform: uppercase;
}

.blog_details__comments__content span {
    font-size: 12px;
    font-weight: bold;
    color: #ff5e14;
    display: block;
    margin-bottom: 20px;
}

.blog_details__comments__content a {
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    font-size: 14px;
    color: #00235a;
    font-weight: bold;
    border: 2px solid #F4F4FF;
    padding: 8px 24px;
    border-radius: 50px;
}

@media only screen and (max-width: 479px) {
    .blog_details__comments__content a {
        display: none;
    }
}

.blog_details__comments__content a:hover {
    color: #fff;
    background: #ff5e14;
    border-color: #ff5e14;
}

.blog_details__comments__content p {
    font-size: 14px;
    line-height: 24px;
}

.blog_details__addcomment {
    margin-top: 45px;
}

.blog_details__addcomment h3 {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 33px;
}

.blog_details__addcomment--form {
    background: #F6F9FF;
    padding: 50px;
}

@media only screen and (max-width: 479px) {
    .blog_details__addcomment--form {
        padding: 45px 25px;
    }
}

@media only screen and (max-width: 400px) {
    .blog_details__addcomment--form {
        padding: 0px;
        background: #fff;
    }
}

.blog_details__addcomment--form a.site__btn1 {
    margin-top: 30px;
    border-radius: 50px;
    text-transform: capitalize;
    padding: 19px 60px;
}

@media only screen and (max-width: 400px) {
    .blog_details__addcomment--form a.site__btn1 {
        padding: 18px 40px;
    }
}

.blog_details__addcomment--item {
    position: relative;
}

.blog_details__addcomment--item .form-control {
    border: none;
    padding: 30px 30px;
}

.blog_details__addcomment--item .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #00235a;
    text-transform: inherit;
}

.blog_details__addcomment--item .form-control:-ms-input-placeholder {
    font-size: 14px;
    color: #00235a;
    text-transform: inherit;
}

.blog_details__addcomment--item .form-control::-ms-input-placeholder {
    font-size: 14px;
    color: #00235a;
    text-transform: inherit;
}

.blog_details__addcomment--item .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #00235a;
    text-transform: inherit;
}

.blog_details__addcomment--item .form-control::-moz-placeholder {
    font-size: 14px;
    color: #00235a;
    text-transform: inherit;
}

.blog_details__addcomment--item .form-control:-ms-input-placeholder {
    font-size: 14px;
    color: #00235a;
    text-transform: inherit;
}

.blog_details__addcomment--item .form-control::placeholder {
    font-size: 14px;
    color: #00235a;
    text-transform: inherit;
}

@media only screen and (max-width: 400px) {
    .blog_details__addcomment--item .form-control {
        border: 2px solid #EDEDED;
        padding: 30px 20px;
    }
}

.blog_details__addcomment--item textarea.form-control {
    padding: 20px 30px;
}

@media only screen and (max-width: 400px) {
    .blog_details__addcomment--item textarea.form-control {
        padding: 20px;
    }
}

.blog_details__addcomment--item i {
    position: absolute;
    right: 30px;
    top: 21px;
    color: #ff5e14;
    font-size: 14px;
}

@media only screen and (max-width: 400px) {
    .blog_details__addcomment--item i {
        display: none;
    }
}

/*==================================================
===| 17. Testimonial
===================================================*/
.testimonial1__carousel {
    background: url(../img/png-img/png-img-07.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 72px 80px 70px;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(255, 94, 20, 0.3);
    box-shadow: 0px 16px 32px 0px rgba(255, 94, 20, 0.3);
}

@media only screen and (max-width: 991px) {
    .testimonial1__carousel {
        padding: 50px 30px 43px;
    }
}

@media only screen and (max-width: 479px) {
    .testimonial1__carousel {
        padding: 40px 30px 33px;
    }
}

@media only screen and (max-width: 319px) {
    .testimonial1__carousel {
        padding: 40px 20px 33px;
    }
}

.testimonial1__item {
    position: relative;
}

.testimonial1__thumb {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 120px;
    border: 8px solid #fff;
}

@media only screen and (max-width: 991px) {
    .testimonial1__thumb {
        width: 80px;
        border: 5px solid #fff;
        top: 5px;
    }
}

.testimonial1__content {
    padding-left: 150px;
}

@media only screen and (max-width: 991px) {
    .testimonial1__content {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 479px) {
    .testimonial1__content {
        padding-left: 0px;
        padding-top: 100px;
    }
}

.testimonial1__content p {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
    .testimonial1__content p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 319px) {
    .testimonial1__content p {
        font-size: 15px;
    }
}

.testimonial1__content h4 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}

@media only screen and (max-width: 991px) {
    .testimonial1__content h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 400px) {
    .testimonial1__content h4 {
        font-size: 22px;
    }
}

.testimonial1__content h5 {
    font-size: 16px;
    line-height: 36px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}

.testimonial1__dots-style {
    position: relative;
}

.testimonial1__dots-style .owl-dots {
    position: absolute;
    bottom: 77px;
    right: 80px;
}

@media only screen and (max-width: 991px) {
    .testimonial1__dots-style .owl-dots {
        bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial1__dots-style .owl-dots {
        display: none;
    }
}

.testimonial1__dots-style .owl-dots .owl-dot.active span,
.testimonial1__dots-style .owl-dots .owl-dot:hover span {
    background: #fff;
}

.testimonial1__dots-style .owl-dots .owl-dot span {
    width: 20px;
    height: 6px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.4);
    margin: 0px 5px;
}

.testimonial2 {
    overflow: hidden;
}

.testimonial2__item {
    position: relative;
    background: url(../img/png-img/png-img-08.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 107px 60px 45px;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(255, 94, 20, 0.3);
    box-shadow: 0px 10px 15px 0px rgba(255, 94, 20, 0.3);
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (max-width: 575px) {
    .testimonial2__item {
        padding: 90px 60px 45px;
    }
}

@media only screen and (max-width: 479px) {
    .testimonial2__item {
        margin-left: 0px;
        margin-right: 0px;
        padding: 140px 40px 40px;
        margin-top: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 400px) {
    .testimonial2__item {
        padding: 140px 20px 40px;
    }
}

.testimonial2__thumb {
    position: absolute;
    left: 60px;
    top: -60px;
    width: 113px;
    border: 8px solid #fff;
}

@media only screen and (max-width: 479px) {
    .testimonial2__thumb {
        top: 40px;
        left: 40px;
        width: 80px;
        border: 4px solid #fff;
    }
}

@media only screen and (max-width: 400px) {
    .testimonial2__thumb {
        left: 20px;
    }
}

.testimonial2__content p {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
    .testimonial2__content p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

.testimonial2__content--data h4 {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2px;
}

@media only screen and (max-width: 479px) {
    .testimonial2__content--data h4 {
        font-size: 22px;
    }
}

.testimonial2__content--data span {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
}

.testimonial2__dots-style {
    position: relative;
}

.testimonial2__dots-style .owl-dots {
    margin: 0px !important;
}

@media only screen and (max-width: 767px) {
    .testimonial2__dots-style .owl-dots {
        display: none;
    }
}

.testimonial2__dots-style .owl-dots .owl-dot.active span,
.testimonial2__dots-style .owl-dots .owl-dot:hover span {
    background: #ff5e14;
}

.testimonial2__dots-style .owl-dots .owl-dot span {
    width: 20px;
    height: 6px;
    border-radius: 0px;
    background: #B2BDCC;
    margin: 0px 5px;
}

.testimonial3 {
    position: relative;
    top: -68px;
    z-index: 50;
    margin-bottom: -68px;
}

@media only screen and (max-width: 991px) {
    .testimonial3 {
        top: 0px;
        background: #00235a;
        margin-bottom: 0px;
    }
}

.testimonial3__carousal:before {
    position: absolute;
    content: '';
    width: 5000px;
    height: 100%;
    right: -60px;
    top: 0px;
    background: #00235a;
    z-index: 100;
    -webkit-transform: skew(-18deg);
    -ms-transform: skew(-18deg);
    transform: skew(-18deg);
}

.testimonial3__sponsor-item img{
    height: 75px;
    width: auto !important;
    max-width: inherit;
}

@media only screen and (max-width: 991px) {
    .testimonial3__carousal:before {
        display: none;
    }
}

.testimonial3__item {
    padding: 95px 145px 93px 100px;
    position: relative;
    z-index: 200;
}

@media only screen and (max-width: 1599px) {
    .testimonial3__item {
        padding: 70px 100px 70px 80px;
    }
}

@media only screen and (max-width: 1399px) {
    .testimonial3__item {
        padding: 65px 20px 65px 60px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial3__item {
        padding: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial3__item {
        padding: 50px 30px;
    }
}

.testimonial3__thumb {
    position: absolute;
    top: 20px;
    right: 105px;
}

.testimonial3__content p {
    color: #b7c8e3;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 400px) {
    .testimonial3__content p {
        font-size: 16px;
        line-height: 26px;
    }
}

.testimonial3__data h4 {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media only screen and (max-width: 479px) {
    .testimonial3__data h4 {
        font-size: 25px;
        letter-spacing: 0px;
    }
}

.testimonial3__data span {
    color: #ff5e14;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.testimonial3__sponsor {
    background-color: #fff;
    background-image:url("../img/logos/shell.png");
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 120px 120px;
    position: relative;
    padding: 40px 40px 0px 150px;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    top: -88px;
    /* border-top: 5px solid #fed300; */
}

.testimonial3__sponsor:before {
    width: 1px;
    height: 100%;
    left: 149px;
    top:0;
    content: "";
    position: absolute;
    z-index: 1;
    background: #f3f3f3;
}

@media only screen and (max-width: 991px) {
    .testimonial3__sponsor {
        top: 0px;
        padding: 80px 0px;
    }
}


/*==================================================
===| 18. Team
===================================================*/
.team1 {
    position: relative;
}

.team1__img-box {
    position: absolute;
    left: -100px;
    bottom: 0px;
    width: calc(100% + 100px);
}

@media only screen and (max-width: 575px) {
    .team1__img-box {
        display: none;
    }
}

.team1__social {
    margin-bottom: 7px;
}

.team1__social ul {
    position: relative;
    top: -30px;
}

.team1__social ul li {
    display: inline-block;
    margin: 0px 10px;
}

.team1__social ul li a {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(255, 94, 20, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(255, 94, 20, 0.1);
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 62px;
    font-size: 16px;
    color: #00235a;
    position: relative;
}

.team1__social ul li a:hover {
    background: #ff5e14;
    color: #fff;
}

.team1__content h3 {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 13px;
}

.team1__content p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #ff5e14;
    text-transform: uppercase;
}

.team1 .owl-carousel .owl-nav button.owl-prev,
.team1 .owl-carousel .owl-nav button.owl-next {
    background: #F2F2F2;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px;
    display: inline-block;
    position: absolute;
    top: -140px;
    right: 0px;
    padding: 18px 40px !important;
    color: #00235a;
    margin: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team1 .owl-carousel .owl-nav button.owl-prev:hover,
.team1 .owl-carousel .owl-nav button.owl-next:hover {
    background: #ff5e14;
    color: #fff;
}

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

    .team1 .owl-carousel .owl-nav button.owl-prev,
    .team1 .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
}

.team1 .owl-carousel .owl-nav button.owl-prev {
    right: 141px;
}

/*==================================================
===| 19. About
===================================================*/
.about1 {
    position: relative;
}

.about1__experience {
    position: absolute;
    top: -75px;
    right: 80px;
    display: inline-block;
    width: 525px;
    border-bottom: 4px solid #ffd600;
    z-index: 500;
    background: #fff;
}

@media only screen and (max-width: 1399px) {
    .about1__experience {
        right: 0px;
    }
}

@media only screen and (max-width: 640px) {
    .about1__experience {
        width: 380px;
        top: -70px;
    }
}

@media only screen and (max-width: 400px) {
    .about1__experience {
        display: none;
    }
}

.about1__experience--content {
    padding: 45px 48px 28px;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .about1__experience--content {
        padding: 30px 30px 20px;
    }
}

.about1__experience--content h2 {
    font-size: 80px;
    color: #ffd600;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: -7px;
    position: absolute;
    top: 35px;
    left: 48px;
}

@media only screen and (max-width: 640px) {
    .about1__experience--content h2 {
        font-size: 60px;
        line-height: 45px;
        letter-spacing: -4px;
    }
}

.about1__experience--content h2 span {
    font-size: 16px;
    line-height: 20px;
}

.about1__experience--content i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 62px;
    color: rgba(0, 0, 0, 0.04);
}

.about1__experience--content .about1_experience_text {
    padding-left: 105px;
}

.about1__experience--content .about1_experience_text h4 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #00235a;
    text-transform: uppercase;
    margin-bottom: 2px;
}

@media only screen and (max-width: 640px) {
    .about1__experience--content .about1_experience_text h4 {
        font-size: 15px;
    }
}

.about1__experience--content .about1_experience_text h3 {
    font-size: 40px;
    font-family: "Exo", sans-serif;
    font-weight: bold;
    color: #00235a;
    text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
    .about1__experience--content .about1_experience_text h3 {
        font-size: 25px;
    }
}

.about1__title-right {
    position: relative;
    padding-right: 100px;
}

@media only screen and (max-width: 1199px) {
    .about1__title-right {
        padding-right: 0px;
    }
}

.about1__title-right:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 20px;
    width: 2px;
    height: 120px;
    background: #e4e4e4;
}

.about1__title-right p {
    padding-left: 35px;
    font-size: 18px;
    padding-top: 24px;
    line-height: 28px;
}

@media only screen and (max-width: 479px) {
    .about1__title-right p {
        padding-top: 13px;
        padding-left: 20px;
    }
}

.about1__item {
    padding: 55px 25px 50px 36px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    background-color: #fff;
    border-bottom: 0px solid #ff5e14;
}

.about1__item:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.about1__item:hover:before {
    background-color: #fff;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    border-bottom: 4px solid #ff5e14;
}

.about1__item--wrapper {
    border: 2px solid #f4f4f4;
    margin-top: 83px;
    position: relative;
}

.about1__item--wrapper:before {
    position: absolute;
    content: '';
    left: 40px;
    top: -30px;
    right: 40px;
    height: 10px;
    background-color: #ff5e14;
}

.about1__thumb {
    position: relative;
}

.about1__thumb img {
    width: 90px;
    height: 90px;
    z-index: 3;
    position: relative;
}

.about1__thumb span {
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 150px;
    text-transform: uppercase;
    line-height: 150px;
    color: transparent;
    -webkit-text-stroke: 1px #f4f4f4;
    right: 0px;
    top: -22px;
    z-index: 2;
}

.about1__content {
    margin-top: 90px;
    position: relative;
    z-index: 5;
}

.about1__content h3 {
    font-size: 24px;
    line-height: 36px;
    font-family: "Exo", sans-serif;
    color: #00235a;
    text-transform: uppercase;
}

.about1.other_page1 .about1__item--wrapper {
    margin-top: 28px;
}

.about2 {
    position: relative;
    overflow: hidden;
}

.about2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ebebeb;
    top: 125px;
    left: 0px;
    z-index: -1;
    display: none;
}

@media only screen and (max-width: 1199px) {
    .about2:before {
        top: 109px;
    }
}

.about2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ebebeb;
    top: 219px;
    left: 0px;
    z-index: -1;
    display: none;
}

@media only screen and (max-width: 991px) {
    .about2:after {
    }
}
.about2 .tab-style-01 .nav-tabs {
    border-bottom: none;
}

.about2 .tab-style-01 .nav-tabs .nav-link {
    border-radius: 0px;
    margin: 0px;
    width: 25%;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border: 1px solid #efefef;
    border-right: 0;
    /* border-bottom: 2px solid #efefef; */
    border-top:0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.about2 .tab-style-01 .nav-tabs .nav-link:last-child{
    border-right: 1px solid #efefef;
}
@media only screen and (max-width: 1199px) {
    .about2 .tab-style-01 .nav-tabs .nav-link {
        /* padding: 0px; */
    }
}

@media only screen and (max-width: 991px) {
    .about2 .tab-style-01 .nav-tabs .nav-link {
        width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .about2 .tab-style-01 .nav-tabs .nav-link {
        width: 100%;
    }
}

.about2 .tab-style-01 .nav-tabs .nav-item.show .nav-link,
.about2 .tab-style-01 .nav-tabs .nav-link:hover,
.about2 .tab-style-01 .nav-tabs .nav-link.active {
    /* border-bottom-color: #ffd600; */
    background: #ffd600;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: #ffd600;
}

.about2__tab-item {
    position: relative;
    padding: 15px 20px 15px 70px;
    min-height: 80px;
    display: flex;
    align-items: center;
    max-height: 80px;
}

@media only screen and (max-width: 1199px) {
    .about2__tab-item {
    }
}

.about2__tab-thumb {
    position: absolute;
    top: 15px;
    left: 7px;
}

@media only screen and (max-width: 1199px) {
    .about2__tab-thumb {
    }
}

.about2__tab-thumb i {
    color: #ffd600;
    font-size: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.about2 .tab-style-01 .nav-tabs .nav-link:hover i {
    color:#111111;
}

.about2__tab-content h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: bold;
    margin-bottom: 5px;
    /* color: #1d1d1b; */
}

.about2__tab-content p {
    margin: 0px;
    font-size: 16px;
}

.about2 .tab-border-bottom {
    position: relative;
}

.about2 .tab-border-bottom:before {
    position: absolute;
    content: '';
    width: 300%;
    height: 1px;
    background: #ebebeb;
    top: 109px;
    left: -50px;
    z-index: -1;
    display: none;
}


@media only screen and (max-width: 479px) {
    .about2 .tab-border-bottom:before {
    }
}

.about2__body {
    padding: 120px 0px 120px;
}

@media only screen and (max-width: 1199px) {
    .about2__body {
        padding: 100px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .about2__body {
        padding: 80px 0px;
    }
}

.about2__left {
    position: relative;
}

.about2__left-thumb {
    padding-left: 45px;
    margin-bottom: 95px;
}

@media only screen and (max-width: 991px) {
    .about2__left-thumb {
        margin-bottom: 155px;
    }
}

@media only screen and (max-width: 479px) {
    .about2__left-thumb {
        margin-bottom: 0px;
        padding-left: 0px;
    }
}

.about2__left-content {
    width: 310px;
    position: absolute;
    left: 0px;
    bottom: -95px;
    background: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    padding: 58px 44px 55px;
    border-top-right-radius: 200px;
    border-bottom: 4px solid #ff5e14;
}

@media only screen and (max-width: 479px) {
    .about2__left-content {
        position: static;
        width: 100%;
        padding: 35px 30px 30px;
        margin-bottom: 60px;
        border-top-right-radius: 0px;
    }
}

.about2__left-content-icon {
    position: relative;
    margin-bottom: 98px;
}

@media only screen and (max-width: 479px) {
    .about2__left-content-icon {
        margin-bottom: 50px;
    }
}

.about2__left-content-icon img {
    width: 90px;
    z-index: 5;
    position: relative;
}

.about2__left-content-icon span {
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 150px;
    text-transform: uppercase;
    line-height: 150px;
    color: transparent;
    -webkit-text-stroke: 1px #f4f4f4;
    right: 0px;
    top: 2px;
    z-index: 1;
    letter-spacing: -3px;
}

.about2__left-content-title h3 {
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 36px;
}

@media only screen and (max-width: 319px) {
    .about2__left-content-title h3 {
        font-size: 20px;
    }
}

.about2__right {
    padding-left: 25px;
    padding-top: 62px;
}

@media only screen and (max-width: 1199px) {
    .about2__right {
        padding-left: 0px;
        padding-top: 0px;
    }
}

.about2__right p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 37px;
}

@media only screen and (max-width: 1199px) {
    .about2__right p {
        font-size: 16px;
        line-height: 26px;
    }
}

.about3 {
    position: relative;
}

.about3__content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
    .about3__content p {
        padding-right: 0px;
    }
}

.about3__thumb2 {
    position: absolute;
    left: 0px;
    top: 120px;
    z-index: -1;
}

.about3__thumb3 {
    position: absolute;
    right: 10px;
    bottom: 0px;
    z-index: -1;
}

.about4 {
    position: relative;
    overflow: hidden;
}

.about4__thumb-area {
    position: relative;
    padding-bottom: 265px;
}

@media only screen and (max-width: 575px) {
    .about4__thumb-area {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .about4__thumb1 img {
        width: 100%;
    }
}

.about4__thumb2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}

@media only screen and (max-width: 575px) {
    .about4__thumb2 {
        display: none;
    }
}

.about4__thumb3 {
    position: absolute;
    left: 0px;
    bottom: -235px;
    width: 100%;
}

@media only screen and (max-width: 1399px) {
    .about4__thumb3 {
        bottom: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .about4__thumb3 {
        display: none;
    }
}

.about4__content {
    padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .about4__content {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .about4__content {
        margin-top: 60px;
    }
}

.about4__content .title_style1 {
    margin-bottom: 17px;
}

.about4__content p {
    font-size: 18px;
    line-height: 28px;
    padding-right: 100px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    .about4__content p {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .about4__experience {
        display: none;
    }
}

.about4__experience--content {
    background: #fff;
    border-bottom: 4px solid #ff5e14;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(255, 94, 20, 0.3);
    box-shadow: 0px 20px 40px 0px rgba(255, 94, 20, 0.3);
    position: relative;
    z-index: 1;
    padding: 43px 20px 30px 0px;
}

.about4__experience--content h2 {
    font-size: 80px;
    letter-spacing: -6px;
    color: #ff5e14;
    line-height: 65px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 43px;
    left: 50px;
    z-index: 10;
}

.about4__experience--content h2 span {
    font-size: 16px;
}

.about4__experience--content i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 60px;
    color: #f4f4f4;
    z-index: 5;
}

.about4__experience--content .about4_experience_text {
    padding-left: 155px;
}

.about4__experience--content .about4_experience_text h4 {
    font-size: 16px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.about4__experience--content .about4_experience_text h3 {
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}

.about5__wrapper {
    padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .about5__wrapper {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .about5__wrapper {
        margin-top: 60px;
    }
}

.about5__wrapper p {
    font-size: 16px;
    line-height: 26px;
}

#progress-elements {
    margin-top: 45px;
}

.progress-skill {
    margin-top: 27px;
}

.progress-skill h4 {
    color: #00235a;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 17px;
    font-family: "Roboto", sans-serif;
}

.progress-skill .progress {
    height: 6px;
    border-radius: 0;
    background: #efefef;
    overflow: visible;
}

.progress-skill .progress-bar {
    background-color: #ff5e14 !important;
    position: relative;
}

.progress-skill .progress-bar span {
    position: absolute;
    font-size: 16px;
    font-weight: 100;
    background: #fff;
    color: #ff5e14;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 3px;
    left: 97%;
    top: -40px;
}

/*==================================================
===| 20. sidebar
===================================================*/
.side_bar1 {

}

@media only screen and (max-width: 1199px) {
    .side_bar1 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .side_bar1 {
        margin-top: 60px;
    }
}

.side_bar1__widget {
    background-color: #ededed;
    border-radius: 5px;
}

.sidebar_light .side_bar1__widget{
    background-color: #ffffff;
}

.side_bar1__widget h2 {
    background-color: #fff;
    padding: 16px 30px;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 20px;
    text-transform: uppercase;
    border-top: 3px solid #ffd600;
}

.side_bar1__about {
    text-align: center;
    margin-top: 31px;
    padding: 0px 45px 35px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .side_bar1__about {
        padding: 0px 25px 35px;
    }
}

@media only screen and (max-width: 400px) {
    .side_bar1__about {
        padding: 0px 25px 35px;
    }
}

.side_bar1__about--thumb {
    width: 140px;
    display: inline-block;
}

.side_bar1__about--thumb img {
    border-radius: 100px;
}

.side_bar1__about--content {
    margin-top: 30px;
}

.side_bar1__about--content h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.side_bar1__about--content p {
    font-size: 14px;
    line-height: 26px;
}

.side_bar1__about--social {
    margin-top: 20px;
}

.side_bar1__about--social a {
    font-size: 14px;
    display: inline-block;
    color: #B3BED3;
    margin: 0px 9px;
}

.side_bar1__about--social a:hover {
    color: #ff5e14;
}

.side_bar1__search {
    padding: 38px 40px 40px;
    position: relative;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .side_bar1__search {
        padding: 38px 25px 40px;
    }
}

@media only screen and (max-width: 400px) {
    .side_bar1__search {
        padding: 38px 25px 40px;
    }
}

.side_bar1__search input {
    border: none;
    background-color: #fff;
    display: inline-block;
    padding: 18px 30px;
    border-radius: 50px;
    width: 100%;
}

.side_bar1__search input::-webkit-input-placeholder {
    color: #00235a;
    font-size: 14px;
}

.side_bar1__search input:-ms-input-placeholder {
    color: #00235a;
    font-size: 14px;
}

.side_bar1__search input::-ms-input-placeholder {
    color: #00235a;
    font-size: 14px;
}

.side_bar1__search input::-webkit-input-placeholder {
    color: #00235a;
    font-size: 14px;
}

.side_bar1__search input::-moz-placeholder {
    color: #00235a;
    font-size: 14px;
}

.side_bar1__search input:-ms-input-placeholder {
    color: #00235a;
    font-size: 14px;
}

.side_bar1__search input::placeholder {
    color: #00235a;
    font-size: 14px;
}

.side_bar1__search button {
    position: absolute;
    right: 40px;
    top: 38px;
    border: none;
    font-size: 14px;
    width: 60px;
    height: 60px;
    background-color: #ff5e14;
    color: #fff;
    border-radius: 100px;
    line-height: 60px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .side_bar1__search button {
        right: 25px;
    }
}

@media only screen and (max-width: 400px) {
    .side_bar1__search button {
        right: 25px;
    }
}

.side_bar1__news {
    padding: 30px 40px 40px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .side_bar1__news {
        padding: 30px 25px 40px;
    }
}

@media only screen and (max-width: 400px) {
    .side_bar1__news {
        padding: 30px 25px 40px;
    }
}

.side_bar1__news--item {
    position: relative;
    min-height: 80px;
}

.side_bar1__news--item:not(:last-child) {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .side_bar1__news--item:not(:last-child) {
        padding-bottom: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .side_bar1__news--item:not(:last-child) {
        padding-bottom: 27px;
    }
}

@media only screen and (max-width: 400px) {
    .side_bar1__news--item:not(:last-child) {
        padding-bottom: 20px;
    }
}

.side_bar1__news--thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    z-index: 5;
}

@media only screen and (max-width: 400px) {
    .side_bar1__news--thumb {
        height: 60px;
        width: 60px;
    }
}

.side_bar1__news--thumb img {
    border-radius: 10px;
}

.side_bar1__news--content {
    padding-left: 100px;
}

@media only screen and (max-width: 400px) {
    .side_bar1__news--content {
        padding-left: 80px;
    }
}

.side_bar1__news--content a {
    font-size: 12px;
    color: #004d90;
    display: inline-block;
}

.side_bar1__news--content a:hover {
    color: #004d90;
}

.side_bar1__news--content a i {
    color: #004d90;
}

.side_bar1__news--content a span {
    margin-left: 5px;
}

.side_bar1__news--content a.side_bar1__news--title {
    display: block;
}

.side_bar1__news--content a.side_bar1__news--title h5 {
    font-size: 15px;
    /* text-transform: uppercase; */
    line-height: 22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 7px;
    font-weight: 600;
    color: #333;
}

.side_bar1__news--content a.side_bar1__news--title h5:hover {
    color: #004d90;
}

.side_bar1__categories {
    padding: 30px 40px 40px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .side_bar1__categories {
        padding: 30px 25px 40px;
    }
}

@media only screen and (max-width: 400px) {
    .side_bar1__categories {
        padding: 30px 25px 40px;
    }
}

.side_bar1__categories a {
    background-color: #00235a;
    color: #fff;
    display: block;
    height: 50px;
    font-size: 14px;
    position: relative;
    padding-top: 15px;
    padding-left: 30px;
}

.side_bar1__categories a:not(:last-child) {
    margin-bottom: 10px;
}

.side_bar1__categories a span {
    color: #fff;
    font-size: 14px;
    width: 32px;
    height: 32px;
    background-color: #091222;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    position: absolute;
    right: 10px;
    top: 9px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.side_bar1__categories a:hover {
    color: #ff5e14;
}

.side_bar1__categories a:hover span {
    color: #ff5e14;
}

.side_bar1__categories .business {
    background: url(../img/bg/bg-11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.side_bar1__categories .consultant {
    background: url(../img/bg/bg-12.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.side_bar1__categories .creative {
    background: url(../img/bg/bg-13.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.side_bar1__categories .ui {
    background: url(../img/bg/bg-14.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.side_bar1__categories .technology {
    background: url(../img/bg/bg-15.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.side_bar1__social {
    padding: 30px 40px 40px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .side_bar1__social {
        padding: 30px 20px 40px;
    }
}

@media only screen and (max-width: 400px) {
    .side_bar1__social {
        padding: 30px 20px 40px;
    }
}

.side_bar1__social a {
    font-size: 14px;
    color: #00235a;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    background-color: #fff;
    line-height: 42px;
    margin: 0px 3px;
}

.side_bar1__social a:hover {
    background-color: #ff5e14;
    color: #fff;
}

.side_bar1__instagram {
    text-align: center;
    padding: 20px 20px 40px;
}

.side_bar1__instagram--thumb {
    width: 80px;
    display: inline-block;
    margin: 12px 6px 0px;
    overflow: hidden;
}

.side_bar1__instagram--thumb a {
    position: relative;
    display: block;
}

.side_bar1__instagram--thumb a:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #ff5e14;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    left: -81px;
    top: -81px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.side_bar1__instagram--thumb a:hover:before {
    left: 0px;
    top: 0px;
}

.side_bar1__tags {
    padding: 25px 20px 35px;
}

.side_bar1__tags a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #00235a;
    background-color: #fff;
    text-transform: uppercase;
    padding: 6px 18px;
    margin: 5px;
    border-radius: 100px;
}

.side_bar1__tags a:hover {
    background-color: #ff5e14;
    color: #fff;
}

/*==================================================
===| 21. Sponsors
===================================================*/
.sponsors1.sponsors1__bg-img-01 {
    background: url(../img/png-img/png-img-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sponsors1.sponsors1__bg-img-02 {
    background: url(../img/png-img/png-img-05.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sponsors1__content_box {
    padding-top: 0;
    padding-bottom: 75px;
    background-image:url("../img/bg/parallax1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}



.sponsors1__item a {
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .sponsors1__item a {
        max-width: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .sponsors1__item a {
        max-width: 80px;
    }
}

.sponsors2 .sponsors2-style .col-lg-3:nth-child(1) {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding-bottom: 65px;
}

.sponsors2 .sponsors2-style .col-lg-3:nth-child(2) {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding-bottom: 65px;
}

@media only screen and (max-width: 767px) {
    .sponsors2 .sponsors2-style .col-lg-3:nth-child(2) {
        border-right: none;
    }
}

.sponsors2 .sponsors2-style .col-lg-3:nth-child(3) {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding-bottom: 65px;
}

@media only screen and (max-width: 991px) {
    .sponsors2 .sponsors2-style .col-lg-3:nth-child(3) {
        border-right: none;
    }
}

@media only screen and (max-width: 767px) {
    .sponsors2 .sponsors2-style .col-lg-3:nth-child(3) {
        padding-top: 65px;
        border-right: 1px solid #DDDDDD;
    }
}

.sponsors2 .sponsors2-style .col-lg-3:nth-child(4) {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 65px;
}

@media only screen and (max-width: 991px) {
    .sponsors2 .sponsors2-style .col-lg-3:nth-child(4) {
        padding-top: 65px;
        border-right: 1px solid #DDDDDD;
    }
}

@media only screen and (max-width: 767px) {
    .sponsors2 .sponsors2-style .col-lg-3:nth-child(4) {
        border-right: none;
    }
}

.sponsors2 .sponsors2-style .col-lg-3:nth-child(5) {
    border-right: 1px solid #DDDDDD;
    padding-top: 65px;
}

@media only screen and (max-width: 991px) {
    .sponsors2 .sponsors2-style .col-lg-3:nth-child(5) {
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 65px;
    }
}

.sponsors2 .sponsors2-style .col-lg-3:nth-child(6) {
    border-right: 1px solid #DDDDDD;
    padding-top: 65px;
}

@media only screen and (max-width: 991px) {
    .sponsors2 .sponsors2-style .col-lg-3:nth-child(6) {
        padding-bottom: 65px;
        border-bottom: 1px solid #DDDDDD;
        border-right: none;
    }
}

.sponsors2 .sponsors2-style .col-lg-3:nth-child(7) {
    border-right: 1px solid #DDDDDD;
    padding-top: 65px;
}

.sponsors2 .sponsors2-style .col-lg-3:nth-child(8) {
    padding-top: 65px;
}

@media only screen and (max-width: 991px) {
    .sponsors2__item img {
        max-width: 80px;
    }
}

/*==================================================
===| 22. Counter
===================================================*/
.counter1 .title_style1 {
    padding: 0px 50px;
}

@media only screen and (max-width: 1199px) {
    .counter1 .title_style1 {
        padding: 0px;
    }
}

.counter1__canvas {
    position: relative;
    margin-bottom: 25px;
}

.counter1__content {
    position: relative;
}

.counter1__content--bg {
    position: absolute;
    font-family: "Exo", sans-serif;
    font-size: 120px;
    text-transform: uppercase;
    line-height: 120px;
    color: transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-text-stroke: 1px #f4f4f4;
    top: -38px;
    z-index: 1;
    letter-spacing: -3px;
}

.counter1__content h4 {
    font-size: 30px;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    position: relative;
    z-index: 5;
}

.counter1__content p {
    margin: 0px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    position: relative;
    z-index: 5;
}

.counter1__percentage {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    line-height: 70px;
    font-size: 70px;
    font-weight: 700;
    margin-top: -35px;
    font-family: "Exo", sans-serif;
    letter-spacing: -2px;
}

.counter1__percentage i {
    font-size: 24px;
    color: #ff5e14;
}

.counter1 canvas {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.counter1.home3 {
    background: #00235a;
}

.counter1.home3 .counter1__percentage {
    color: #fff;
}

.counter1.home3 .counter1__content h4 {
    color: #fff;
}

.counter1.home3 .counter1__content p {
    color: #fff;
}

.counter1.home3 .counter1__content--bg {
    -webkit-text-stroke: 1px #133366;
}

.counter1.home3 .text-border-title1 {
    -webkit-text-stroke: 1px #0B316C;
}

.faq1 {
    background: #f7f7f7;
    position: relative;
}

.faq1__thumb1 {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.faq1__wrapper {
    padding-left: 30px;
    margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
    .faq1__wrapper {
        padding-left: 0px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .faq1__wrapper {
        margin-top: 60px;
    }
}

.accordion_style_01 .card {
    border: none;
    margin-bottom: 22px;
    border-radius: 0px;
}

.accordion_style_01 .card-header {
    padding: 0px;
    border: none;
    background-color: #fff;
}

.accordion_style_01 .card-header h5 {
    margin-bottom: 1px;
}

.accordion_style_01 .card-header h5 a {
    display: flex;
    padding: 20px 70px 20px 27px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #00235a;
    border: 1px solid #fff;
    background: #fff;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    letter-spacing: -0.5px;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .accordion_style_01 .card-header h5 a {
        padding: 24px 70px 23px 20px;
    }
}

@media only screen and (max-width: 400px) {
    .accordion_style_01 .card-header h5 a {
        font-size: 18px;
        letter-spacing: 0px;
    }
}

.accordion_style_01 .card-header h5 a:hover {
    border-color: #fff;
    color: #ffd600;
}

.accordion_style_01 .card-header h5 a i {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #00235a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 13px;
    width: 45px;
    height: 45px;
    background: #fff;
    text-align: center;
    line-height: 45px;
    -webkit-box-shadow: -1px 6px 14px 0px rgb(0 0 0 / 12%);
    box-shadow: -1px 6px 14px 0px rgb(0 0 0 / 12%);
    margin-top: -23px;
}

.accordion_style_01 .card-header h5 a i.icofont-minus {
    display: none;
}

.accordion_style_01 .card-header h5 a:hover i {
    /* color: #fff; */
    background: #ffd600;
}

.accordion_style_01 .card-header a[aria-expanded="true"] {
    border-color: #fff;
    color: #ff5e14;
}

.accordion_style_01 .card-header a[aria-expanded="true"] i {
    color: #fff;
    background: #ff5e14;
}

.accordion_style_01 .card-header a[aria-expanded="true"] i.icofont-plus {
    display: none;
}

.accordion_style_01 .card-header a[aria-expanded="true"] i.icofont-minus {
    display: inline-block;
}

.accordion_style_01 .card-body {
    padding: 0px 40px 20px;
    margin-top: 5px;
}

.accordion_style_01 .card-body p {
    margin: 0px;
}

.faq2 {
    background: url(../img/png-img/png-img-19.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.faq2 .accordion_style_01 .card {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(255, 94, 20, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(255, 94, 20, 0.1);
}

.contact1 {
    position: relative;
}

.contact1__thumb1 {
    position: absolute;
    left: 45px;
    top: 80px;
    z-index: -1;
}

.contact1__item {
    position: relative;
}

.contact1__item.border-bottom-widget {
    position: relative;
}

.contact1__item.border-bottom-widget:before {
    position: absolute;
    content: '';
    left: 0px;
    height: 1px;
    width: 330px;
    background: #c0d9ff;
    bottom: 0px;
}

@media only screen and (max-width: 575px) {
    .contact1__item.border-bottom-widget:before {
        width: 100%;
    }
}

.contact1__thumb {
    position: absolute;
    left: 0px;
    top: 0px;
}

.contact1__thumb i {
    font-size: 26px;
    color: #ffd600;
}

@media only screen and (max-width: 319px) {
    .contact1__thumb i {
        font-size: 22px;
    }
}

.contact1__content {
    padding-left: 55px;
}

@media only screen and (max-width: 319px) {
    .contact1__content {
        padding-left: 45px;
    }
}

.contact1__content h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #004d90;
}

@media only screen and (max-width: 319px) {
    .contact1__content h4 {
        font-size: 22px;
    }
}

.contact1__content p {
    margin-bottom: 5px;
    color: #333;
}

@media only screen and (max-width: 991px) {
    .contact1__map {
        margin-top: 60px;
    }
}

.contact1__map #map {
    height: 570px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .contact1__map #map {
        height: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .contact1__map #map {
        height: 400px;
    }
}

/*==================================================
===| 23. Page Title
===================================================*/
.page_title {
    background: url(../img/bg/bg001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page_title__padding {
    padding: 80px 0px;
}

@media only screen and (max-width: 1199px) {
    .page_title__padding {
        padding: 120px 0px;
    }
}

@media only screen and (max-width: 400px) {
    .page_title__padding {
        padding: 100px 0px;
    }
}

.page_title__content h1 {
    font-size: 45px;
    /* text-transform: uppercase; */
    line-height: 1;
    letter-spacing: -3px;
    margin-bottom: 17px;
    color: #ffd600;
}

@media only screen and (max-width: 575px) {
    .page_title__content h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .page_title__content h1 {
        font-size: 50px;
        letter-spacing: -1px;
    }
}

.page_title__bread-crumb ul {
    background: #fff;
    display: inline-block;
    padding: 17px 30px;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.1);
}

.page_title__bread-crumb ul li {
    display: inline-block;
    margin: 0px 8px;
    position: relative;
    color: #1d1d1b;
}

.page_title__bread-crumb ul li:before {
    position: absolute;
    content: '';
    left: -11px;
    top: 6px;
    height: 13px;
    width: 2px;
    background: #00235a;
}

.page_title__bread-crumb ul li a {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    color: #004d90;
}

.page_title__bread-crumb ul li:first-child:before {
    display: none;
}

.page_title__bread-crumb ul li:first-child a {
}

/*==================================================
===| 24. Pricing
===================================================*/
.pricing {
    background: #f6f9ff;
}

.pricing.pricing .text-border-title1 {
    -webkit-text-stroke: 1px #D6E4FF;
}

.pricing .title_style1 {
    margin-bottom: 75px;
}

@media only screen and (max-width: 991px) {
    .pricing .title_style1 {
        margin-bottom: 60px;
    }
}

.pricing__item {
    padding: 70px 50px 65px;
}

@media only screen and (max-width: 400px) {
    .pricing__item {
        padding: 50px 20px;
    }
}

.pricing__middle {
    -webkit-box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.06);
    border-top: 6px solid #ff5e14;
    height: 106%;
    background: #fff;
    top: -3%;
    position: relative;
    padding-top: 85px;
}

@media only screen and (max-width: 991px) {
    .pricing__middle {
        height: 100%;
        top: 0%;
        padding-top: 70px;
    }
}

.pricing__shadow {
    background: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.06);
}

.pricing__padding {
    padding-top: 120px;
    padding-bottom: 140px;
}

@media only screen and (max-width: 1199px) {
    .pricing__padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing__padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.pricing__thumb {
    margin-bottom: 35px;
}

.pricing__content p {
    font-size: 16px;
    line-height: 26px;
}

.pricing__data {
    margin-top: 18px;
}

.pricing__data h4 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -1px;
    text-transform: capitalize;
}

.pricing__data h5 {
    font-size: 16px;
    line-height: 26px;
    color: #ff5e14;
    text-transform: uppercase;
}

.pricing__data h3 {
    font-size: 80px;
    letter-spacing: -2px;
    color: #ff5e14;
    margin-top: 18px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 400px) {
    .pricing__data h3 {
        font-size: 60px;
    }
}

.pricing__data h3 span {
    font-size: 24px;
    color: #00235a;
    margin: 0px 3px 0px 0px;
}

.pricing.other_page1 {
    position: relative;
    overflow: hidden;
    background: none;
}

.pricing.other_page1 .pricing__padding {
    padding: 140px 0px;
}

@media only screen and (max-width: 1199px) {
    .pricing.other_page1 .pricing__padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing.other_page1 .pricing__padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.pricing.other_page1 .pricing__thumb1 {
    position: absolute;
    left: 0px;
    bottom: -50px;
    width: 100%;
    z-index: -1;
}

@media only screen and (max-width: 1399px) {
    .pricing.other_page1 .pricing__thumb1 {
        bottom: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .pricing.other_page1 .pricing__thumb1 {
        display: none;
    }
}

.pricing.other_page2 {
    background: #001940;
}

.pricing.other_page2 .text-border-title1 {
    -webkit-text-stroke: 1px #0B316C;
}

.pricing.other_page2 .pricing__shadow {
    background: #052350;
}

.pricing.other_page2 .pricing__content p {
    color: #fff;
}

.pricing.other_page2 .pricing__data h4 {
    color: #fff;
}

.pricing.other_page2 .pricing__data h3 {
    color: #fff;
}

.pricing.other_page2 .pricing__data h3 span {
    color: #ff5e14;
}

.pricing.other_page2 .pricing__middle {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 94, 20, 0.9)), to(rgba(255, 94, 20, 0.9))), url(../img/hero/hero-04.jpg);
    background: -o-linear-gradient(rgba(255, 94, 20, 0.9), rgba(255, 94, 20, 0.9)), url(../img/hero/hero-04.jpg);
    background: linear-gradient(rgba(255, 94, 20, 0.9), rgba(255, 94, 20, 0.9)), url(../img/hero/hero-04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 6px solid #fff;
}

.pricing.other_page2 .pricing__middle .pricing__data h5 {
    color: #fff;
}

.pricing.other_page2 .pricing__middle .site__btn3:hover {
    color: #fff;
    background: #00235a;
    border-color: #00235a;
}

.pricing.other_page2 .title_style1 h2 {
    color: #fff;
}

.contact_page1 {
    background: url(../img/png-img/png-img-18.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact_page1 .text-border-title1 {
    -webkit-text-stroke: 1px #EBEBEB;
}

.contact_page1 button.site__btn1 {
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.contact_page1__item {
    position: relative;
}

.contact_page1__item .form-control {
    border: none;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(32, 85, 125, 0.1);
    padding: 36px 40px;
    font-size: 16px;
    margin-bottom: 30px;
    resize:none;
}

@media only screen and (max-width: 400px) {
    .contact_page1__item .form-control {
        padding: 36px 25px;
    }
}

.contact_page1__item .form-control::-webkit-input-placeholder {
    color: #00235a;
    font-size: 16px;
    text-transform: none;
}

.contact_page1__item .form-control:-ms-input-placeholder {
    color: #00235a;
    font-size: 16px;
    text-transform: none;
}

.contact_page1__item .form-control::-ms-input-placeholder {
    color: #00235a;
    font-size: 16px;
    text-transform: none;
}

.contact_page1__item .form-control::-webkit-input-placeholder {
    color: #00235a;
    font-size: 16px;
    text-transform: none;
}

.contact_page1__item .form-control::-moz-placeholder {
    color: #00235a;
    font-size: 16px;
    text-transform: none;
}

.contact_page1__item .form-control:-ms-input-placeholder {
    color: #00235a;
    font-size: 16px;
    text-transform: none;
}

.contact_page1__item .form-control::placeholder {
    color: #00235a;
    font-size: 16px;
    text-transform: none;
}

.contact_page1__item i {
    position: absolute;
    top: 28px;
    right: 40px;
    color: #ffd600;
}

@media only screen and (max-width: 400px) {
    .contact_page1__item i {
        right: 25px;
    }
}

.contact_page1__textarea .form-control {
    padding: 25px 40px;
}

@media only screen and (max-width: 400px) {
    .contact_page1__textarea .form-control {
        padding: 25px 25px;
    }
}

.features2__item1 {
    position: relative;
    background-color: #F6F9FF;
}

.features2__item1__wrapper {
    padding: 120px 120px 70px 120px;
}

@media only screen and (max-width: 1599px) {
    .features2__item1__wrapper {
        padding: 120px 80px 70px 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .features2__item1__wrapper {
        padding: 100px 80px 50px 80px;
    }
}

@media only screen and (max-width: 767px) {
    .features2__item1__wrapper {
        padding: 80px 60px 30px 60px;
    }
}

@media only screen and (max-width: 479px) {
    .features2__item1__wrapper {
        padding: 80px 10px 30px 10px;
    }
}

.features2__item2 {
    position: relative;
}

.features2__item2__wrapper {
    padding: 120px 120px 120px 105px;
}

@media only screen and (max-width: 1599px) {
    .features2__item2__wrapper {
        padding: 120px 80px 120px 65px;
    }
}

@media only screen and (max-width: 1199px) {
    .features2__item2__wrapper {
        padding: 100px 65px 100px 65px;
    }
}

@media only screen and (max-width: 767px) {
    .features2__item2__wrapper {
        padding: 80px 50px 80px 50px;
    }
}

@media only screen and (max-width: 479px) {
    .features2__item2__wrapper {
        padding: 80px 10px 80px 10px;
    }
}

.features2__thumb1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    background: url(../img/bg/bg-05.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 100;
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    .features2__thumb1 {
        position: static;
        height: 600px;
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .features2__thumb1 {
        height: 450px;
    }
}

.features2__thumb2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    background: url(../img/bg/bg-06.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 100;
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    .features2__thumb2 {
        position: static;
        height: 600px;
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .features2__thumb2 {
        height: 450px;
    }
}

/*==================================================
===| Author CSS End
===================================================*/
/*==================================================
===| Helper classes
===================================================*/
/*
 * Hide visually and from screen readers
 */
.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


@media only screen and (min-width: 35em) {
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(-o-min-device-pixel-ratio: 5/4),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    /*
 * Don't show links that are fragment identifiers,
 * or use the `javascript:` pseudo protocol
 */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
 * Printing Tables:
 * http://css-discuss.incutio.com/wiki/Printing_Tables
 */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*
.rev_slider li:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.3);
}

.rev_slider .tp-videolayer:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.2);
}*/

.testimonial3__sponsor  .owl-dots {
    text-align: center;
    /* margin-top: 20px; */
    display: inline-block;
    margin: 0 auto;
    float: none;
    padding: 2px 20px 9px;
    background: #fed300;
    border-radius: 74px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
}

.testimonial3__sponsor  .owl-dots .owl-dot {
    font: inherit;
    width: 10px;
    height: 10px;
    background: #ffffff !important;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0 4px;
    border-radius: 100%;
}

.testimonial3__sponsor  .owl-dots .owl-dot.active {
    background: #000000 !important;
}

.contact_page1__form.request_form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e2e5e7;
    background: transparent;
    padding:25px;
}
.contact_page1__item i {
    top: 29px;
    right: 16px;
}
.text-theme {
    color:#fed300;
}
.contact_page1__form.request_form button.site__btn1 {
    padding: 15px 47px;
}

.app-button {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 40px 15px 80px;
    background: #fff;
    color: #1d1d1b;
    position: relative;
    font-size: 18px;
    min-width: 216px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.app-button i {
    position: absolute;
    left: 0px;
    top: 0;
    width: 55px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    color:#fff;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    font-size: 36px;
}

.app-button.apple i{
    background: rgb(12,87,239);
    background: linear-gradient(0deg, rgba(12,87,239,1) 0%, rgba(14,212,252,1) 100%);
}

.app-button.google i{
    background: #f93647;
}

.app-button.apple:hover {
    color:rgb(12,87,239);
}

.app-button.google:hover{
    color:#f93647;
}

.logo-item {
    padding: 20px;
    /* background: #fff; */
    /* box-shadow:  0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); */
    text-align: center;
    cursor: pointer;
}

.logo-item img {
    width: auto !important;
    max-width: inherit;
    height: 50px;
    display: inline-block !important;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.logo-item:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
}

.social-list li {
    display: inline;
    margin-right: 15px;
}
.social-list li a {
    background: #3c3c3c;
    height: 42px;
    width: 41px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 42px;
    font-size: 16px;
}
.social-list li:last-child{
    margin-right: 0;
}
.social-list li a:hover {
    background: #f6d215;
    color: #111;
}
.social-list.list-sm li {
    margin-right: 10px;
    height: 34px;
    width: 34px;
    font-size: 14px;
    line-height: 34px;
}
.social-list.list-sm li a {
    height: 34px;
    width: 34px;
    font-size: 14px;
    line-height: 34px;
}

.contact-link li {
    margin-bottom: 19px;
    list-style: none;
}
.contact-address-icon {
    float: left;
    margin-right: 15px;
}

.contact-address-icon i {
    font-size: 20px;
    color: #ffd600;
    position: relative;
    top: 4px;
}

.contact-address-text {
    overflow: hidden;
}

.contact-address-text span {
    color: #d4d4d4;
    font-weight: 400;
    font-size: 14px;
}

.header-col-logo {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}


.header-col-menu {
    -ms-flex: 0 0 70%;
    flex: 0 0 65%;
    max-width: 65%;
    padding:0;
}

.header-col-top {
    margin-left: 30%;
}

.logos-area {
    padding: 20px;
    background: #ffffff url(../img/bg/dot-map.png) no-repeat;
    margin-top: -167px;
    margin-bottom: 50px;
    position: relative;
}
.widget {
    padding: 30px;
}

.service-list li {
    margin-bottom: 7px;
    list-style: none;
}
.service-list li a {
    background: #ffffff;
    display: block;
    padding: 15px 32px 15px 20px;
    color: #666;
    position: relative;
    font-weight: 500;
    border-radius: 5px;
}

.service-list li a::before {
    content: "\f101";
    display: inline-block;
    padding-bottom: 0;
    position: absolute;
    top: 15px;
    right: 13px;
    font-family: "Font Awesome 5 Free";
    color: #666;
    font-size: 18px;
    transition: 0.3s;
    font-weight: 600;
}

.service-list li a.active,
.service-list li a:hover {
    background: #ffd600;
    color: #191919;
}

.service-list li a.active::before,
.service-list li a:hover::before {
    color: #424242;
}


.footer-top-link {
    margin-top: 25px;
}

.footer-top-link li {
    display: inline-block;
    padding-right: 44px;
}

.footer-top-link li a {
    font-size: 15px;
    color: #ffffff;
    transition: 0.3s;
    font-weight: 500;
}

.footer-top-link li a:hover {
    color: #ffd600;
}

.footer-top-link li:last-child {
    padding-right: 0;
}

.sidebar .key_features1__item--thumb .icon-box{
    width: 70px;
    height: 70px;
    font-size: 35px;
    line-height: 70px;
}

.theme-border-color {
    border-color:#ffd600 !important;
}

.theme-color-blue {
    color:#004d90 !important;
}

.sidebar_light .side_bar1__widget h2 {
    margin-bottom: 0;
    border-bottom:  3px solid #ffd600;
    border-top:0;
}

.sidebar_light .side_bar1__widget .service-list li a {
    background: #efefef;
}

.sidebar_light .side_bar1__widget .service-list li a:hover,
.sidebar_light .side_bar1__widget .service-list li a.active{
    background: #ffd600;
}
.service-list.size-sm li a {
    padding: 10px 25px;
    font-size: 15px;
}

.service-list.size-sm li a::before {
    top: 12px;
    right: 10px;
    font-size: 14px;
}

.blog_details__post--item:hover h4 {
    color: #ffd600;
}
.parallax-mirror {
    min-height: 100vh;
}


.icon-list {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.icon-list li {
    display:inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background-color: #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.icon-list li+li{
    margin-left:10px;
}

.blog_details__content h2 svg {
    height: 50px;
    width: auto;
}

.blog_details__content h2 svg * {
    fill:#004d90;
}


.service_details__sidebar3 ul li i.right_arrow{
    color: #d8d8d8;
    font-size: 20px;
    position: absolute;
    right: 38px;
    top: 27px;
}


.return_search_data {
    position: absolute;
    max-height: 300px;
    overflow-y: auto;
    padding: 20px;
    border: 5px solid #cecece;
    left: 30px;
    right: 30px;
    margin-top: 9px;
    z-index: 5;
    background: #fff;
    display: none;
}

.return_search_data ul {
    padding: 0;
    margin: 0;
}

.return_search_data li, .return_search_data li a {
    display: block;
    width: 100%;
}

.return_search_data li a {
    position: relative;
    padding: 10px 15px 10px 28px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    color: #004d90;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.return_search_data li a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    content: "\f101";
    position: absolute;
    left: 3px;
    top: 11px;
}

.return_search_data li a:hover {
    color: #ffd600;
}

.return_search_data ul li:last-child a {
    border-bottom: 0;
}
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 2020;
    display: none;
}
.address_icons li{
    display: block;
    position: relative;
    border-bottom: 2px solid #ededed;
    padding: 10px 15px;
}
.address_icons li i {
    font-size: 17px;
    color:#ffd600;
    margin-right: 10px;
    min-width: 25px;
    line-height: 23px;
}
.address_icons li h5 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.address_icons li:last-child{
    border-bottom: 0;
}


/* mobile menu */
.overlay-bg  {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.7);
    z-index: 20;
    display: none;
}


.nav-mobile-menu {
    position: fixed;

    width: 35%;
    height: 100%;
    left: 0;
    top: 0;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    /*-ms-transition: all .4s ease;*/
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 99999999999;


    /*background-color: #676767;*/
    background: rgb(69,72,77);
    background: -moz-linear-gradient(-45deg,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(135deg,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );

}

.nav-mobile-menu.active {
    -webkit-transform: translateX(-0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.logo-mobile {
    background-color: #ffffff;
    padding: 10px;
    position: relative;
}

.logo-mobile a {
    display: inline-block;
}

.mobile-menu {
    /* margin:0; */
    /* padding:0; */
    /* background-color: #3a3a3a; */
}

.mobile-menu li{
    display: block;
    width: 100%;
    border-bottom: 1px solid #4c4c4c;
}

.mobile-menu li a {
    padding:10px 15px;
    color:#fff;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}
.mobile-menu li a.with-sub-menu i {
    float: right;
    margin-top: 5px;
}

.mobile-menu li a span{
    display: inline-block;
    margin-right: 5px;
}
.mobile-menu li ul {
    margin: 0;
    padding:0;
    background-color: #676767;
    display: none;
}


.mobile-menu li ul li ul{
    margin: 0;
    padding:0;
    background-color: #ababab;
}


.mobile-menu li ul li {
    border-bottom: 1px solid #bbbbbb;
}

.mobile-menu li ul li:last-child {
    border-bottom: none;
}

.mobile-menu li ul li a {
    padding: 10px 30px;
}


.mobile-menu li ul li ul li a {
    padding: 10px 40px;
}


.mobile-menu li a:hover,
.mobile-menu li a:active,
.mobile-menu li a:focus
{
    background-color: #ffd600;
    color: #292929;
}


.nav-mobile-menu .social-icons {
    padding: 15px;
}

.nav-mobile-menu .d-flex.second{
    background-color: #efefef;
    padding: 15px;
}

.nav-mobile-menu .icon-phone-detail .title{
    font-size: 13px;
}

.nav-mobile-menu .icon-phone {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 38px;
}

.nav-mobile-menu .icon-phone img{
    width: 38px;
}

.nav-mobile-menu.active .close-mobile-menu {
    display: block;
}
.close-mobile-menu {
    position: absolute;
    font-size: 20px;
    background-color: #ffd600;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    right: -48px;
    color: #1d1d1b;
    display: none;
    top: 10px;
    cursor: pointer;
}


.mobile-scrollbar {
    overflow-y: auto;
    height: 100%;
}
.nav-mobile-menu .logo {
    width: 80px;
    height: 80px;
    margin: 0;
}

.nav-mobile-menu .logo img {
    margin-top: 2px;
    height: 75px;
    margin-left: -3px;
}


.mobile-logo-title {
    font-size: 15px;
}


@media (max-width: 768px){
    .nav-mobile-menu {
        width: 55%;
    }
}

@media (max-width: 576px) {
    .nav-mobile-menu {
        width: 65%;
    }
}


.mobile-social a {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    text-align: center;
    color: #444444;
    padding: 5px;
}

.body-overlay {
    position: fixed;
    z-index: 10;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}
@media(min-width: 1200px){
    .navbar-toggle{
        display: none;
    }
}
.navbar-toggle {
    outline: none !important;
    box-shadow: none !important;
    position: absolute;
    right: 0;
    top: 23px;
    font-size: 26px;
    border: none !important;
}