body {
    font-family: lato, sans-serif;
    color: #545454;
    line-height: 1.8;
    font-size: 17px;
    overflow-x: hidden !important;
}

img {
    max-width: 100%;
}

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

button {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

button:focus {
    outline: 0;
}

h3 {
    font-weight: 600;
    color: #2e3192;
    font-size: 22px;
}

h4 {
    font-weight: 600;
    color: #2e3192;
    font-size: 18px;
}

.form-control:focus {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.pt-100 {
    padding-top: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

.theme-btn {
    line-height: 1;
}

.theme-btn .default-btn {
    font-size: 18px;
    background: #f58220;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    margin: 0 8px;
    display: inline-block;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.theme-btn .default-btn::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 100%;
    left: -14px;
    top: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.theme-btn .default-btn:hover {
    color: #f58220;
}

.theme-btn .default-btn:hover::before {
    width: 100%;
    -webkit-transform: skewX(0);
    transform: skewX(0);
    left: 0;
}

.section-title {
    margin-bottom: 50px;
}

.section-title span {
    font-size: 20px;
    color: #f58220;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #2e3192;
    margin-bottom: 15px;
}

.section-title p {
    max-width: 600px;
}

.mfp-iframe-holder .mfp-close {
    top: -45px;
    width: 45px;
    right: 0;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0;
    border-radius: 0;
    border: 2px solid red;
    background: 0 0;
}

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600;
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.buy-now-btn:hover {
    background-color: #f58220;
    color: #fff;
}

.navbar-area .mean-container a.meanmenu-reveal span {
    height: 4px;
    margin-top: 5px;
    border-radius: 3px;
    position: relative;
    top: 9px;
}

.header-area {
    background: rgb(46, 49, 146);
    background: -moz-linear-gradient(90deg, rgba(46, 49, 146, 1) 0%, rgba(46, 49, 146, 1) 10%, rgba(245, 130, 32, 1) 90%, rgba(245, 130, 32, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(46, 49, 146, 1) 0%, rgba(46, 49, 146, 1) 10%, rgba(245, 130, 32, 1) 90%, rgba(245, 130, 32, 1) 100%);
    background: linear-gradient(90deg, rgba(46, 49, 146, 1) 0%, rgba(46, 49, 146, 1) 10%, rgba(245, 130, 32, 1) 90%, rgba(245, 130, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e3192", endColorstr="#f58220", GradientType=1);
    padding: 10px 0;
}

.header-area .header-left ul {
    padding-left: 0;
    margin-bottom: 0;
}

.header-area .header-left ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    line-height: 1;
    position: relative;
}

.header-area .header-left ul li a {
    color: #fff;
}

.header-area .header-left ul li a i {
    color: #fff;
    margin-right: 6px;
    display: inline-block;
}

.header-area .header-right {
    text-align: right;
}

.header-area .header-right .header-social {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
}

.header-area .header-right .header-social li {
    list-style: none;
    display: inline-block;
}

.header-area .header-right .header-social li a i {
    color: #fff;
    font-size: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 0 0 14px;
}

.header-area .header-right .header-social li a i:hover {
    color: #fff;
}

.navbar-area .navbar-brand .white-logo {
    display: none;
}

.navbar-area .main-nav {
    position: unset;
    background: #fff;
    padding: 15px 0;
}

.navbar-area .main-nav .navbar {
    padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item {
    padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a {
    color: #2c2c2c;
    text-transform: capitalize;
    padding: 5px 0;
    margin: 0 0 0 40px;
    font-weight: 600;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
    color: #f58220;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .active {
    color: #f58220;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    top: 80px;
    border-top: 2px solid #f58220;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #f58220;
    left: 35px;
    top: -20px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
    color: #2c2c2c;
    text-transform: capitalize;
    padding: 20px;
    line-height: 1;
    position: relative;
    -webkit-transition: 0s;
    transition: 0s;
    margin: 0;
    border-bottom: 1px dashed #f58220;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
    color: #f58220;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .active {
    color: #f58220;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:last-child a {
    border-bottom: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 60px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #f58220;
    top: -1px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
    content: "\ea99";
    font-family: icofont;
    margin-left: 0;
    vertical-align: 0;
    border: 0;
    font-size: 16px;
    right: -5px;
    position: relative;
    top: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100% !important;
    -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
}


.about-section {
    padding-bottom: 130px;
}

.about-section .section-title {
    margin: 0 auto 30px 0;
}

.transport-section .section-title {
    margin: 0 auto 50px;
}

.transport-section .section-title h2 {
    max-width: 600px;
    margin: auto;
}

.transport-section .transport-card {
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.transport-section .transport-card .transport-img {
    overflow: hidden;
}

.transport-section .transport-card .transport-img img {
    border-radius: 10px 10px 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.transport-section .transport-card .transport-text {
    position: relative;
    padding: 15px 30px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.transport-section .transport-card .transport-text i {
    top: -40px;
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    color: #f58220;
    border-radius: 50px;
    background: #fff;
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.transport-section .transport-card .transport-text h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.transport-section .transport-card .transport-text p {
    margin-bottom: 15px;
}

.transport-section .transport-card .transport-text .theme-btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.transport-section .transport-card .transport-text .theme-btn .default-btn {
    border: 1px solid #f58220;
    margin: 0;
}

.transport-section .transport-card:hover .transport-text i {
    background: #f58220;
    color: #fff;
    -webkit-animation: rotate360 3s 1 linear;
    animation: rotate360 3s 1 linear;
}

.transport-section .transport-card:hover .transport-img img {
    -webkit-transform: skewX(10deg) scale(1.2);
    transform: skewX(10deg) scale(1.2);
}

.newsletter-section {
    margin-bottom: -100px;
}

.newsletter-section .newsletter-area {
    background: #190231;
    padding: 26px 26px 5px 26px;
    position: relative;
    border-radius: 22px;
    z-index: 1;
    top: -30px;
}

.newsletter-section .newsletter-area h2 {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1;
}

.newsletter-section .newsletter-area .newsletter-form {
    position: relative;
}

.newsletter-section .newsletter-area .newsletter-form .form-control {
    height: 60px;
    padding: 20px;
    border-radius: 5px;
}

.newsletter-section .newsletter-area .newsletter-form ::-webkit-input-placeholder {
    color: #707070;
    font-size: 18px;
    text-transform: capitalize;
}

.newsletter-section .newsletter-area .newsletter-form :-ms-input-placeholder {
    color: #707070;
    font-size: 18px;
    text-transform: capitalize;
}

.newsletter-section .newsletter-area .newsletter-form ::-ms-input-placeholder {
    color: #707070;
    font-size: 18px;
    text-transform: capitalize;
}

.newsletter-section .newsletter-area .newsletter-form ::placeholder {
    color: #707070;
    font-size: 18px;
    text-transform: capitalize;
}

.newsletter-section .newsletter-area .newsletter-form .default-btn {
    font-size: 17px;
    background: #f58220;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    margin: 0;
    display: inline-block;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    right: 4px;
    top: 4px;
    border: 1px solid #f58220;
}

.newsletter-section .newsletter-area .newsletter-form .default-btn::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 100%;
    left: -14px;
    top: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.newsletter-section .newsletter-area .newsletter-form .default-btn:hover {
    color: #f58220;
}

.newsletter-section .newsletter-area .newsletter-form .default-btn:hover::before {
    width: 100%;
    -webkit-transform: skewX(0);
    transform: skewX(0);
    left: 0;
}

.newsletter-section .newsletter-area .newsletter-form .validation-danger {
    color: #fff;
}

.newsletter-section img {
    position: absolute;
    right: 65px;
    top: -35px;
    max-width: 400px;
    -webkit-animation: img-scale 5s infinite linear;
    animation: img-scale 5s infinite linear;
}

.footer-area {
    background: rgb(46, 49, 146);
    background: -moz-linear-gradient(360deg, rgba(46, 49, 146, 1) 0%, rgba(158, 160, 210, 1) 85%, rgba(216, 217, 243, 1) 100%);
    background: -webkit-linear-gradient(360deg, rgba(46, 49, 146, 1) 0%, rgba(158, 160, 210, 1) 85%, rgba(216, 217, 243, 1) 100%);
    background: linear-gradient(360deg, rgba(46, 49, 146, 1) 0%, rgba(158, 160, 210, 1) 85%, rgba(216, 217, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e3192", endColorstr="#d8d9f3", GradientType=1);
    padding-top: 100px;
    position: relative;
    z-index: 0;
}

.footer-area .footer-widget {
    margin-bottom: 30px;
    color: #fff !important;
}

.footer-area .footer-widget img {
    margin-bottom: 30px;
}

.footer-area .footer-widget .footer-social {
    margin-top: 35px;
}

.footer-area .footer-widget .footer-social a i {
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #461877;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    z-index: 0;
}

.footer-area .footer-widget .footer-social a i::after {
    position: absolute;
    content: "";
    background: #f58220;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.footer-area .footer-widget .footer-social a i:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.footer-area .footer-widget h3 {
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    padding-left: 10px;
}

.footer-area .footer-widget h3::before {
    position: absolute;
    content: "";
    background: #f58220;
    width: 3px;
    height: 100%;
    left: 0;
    top: 2px;
}

.footer-area .footer-widget h3::after {
    position: absolute;
    content: "";
    background: #2e3192;
    width: 3px;
    height: 3px;
    left: 0;
    top: 0;
    right: 0;
    -webkit-animation: translate-one 10s infinite cubic-bezier(0, 0, 0.46, 0.26);
    animation: translate-one 10s infinite cubic-bezier(0, 0, 0.46, 0.26);
}

.footer-area .footer-widget ul {
    padding-left: 0;
    list-style-type: none;
}

.footer-area .footer-widget ul li {
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer-area .footer-widget ul li::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    top: 15px;
    left: 0;
    background: #f58220;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer-area .footer-widget ul li:hover::before {
    width: 10px;
}

.footer-area .footer-widget ul li:hover {
    padding-left: 15px;
}

.footer-area .footer-widget ul li i {
    font-size: 16px;
    top: 0;
    margin-right: 10px;
    position: relative;
}

.footer-area .footer-widget ul li a {
    color: #fff;
}

.footer-area .footer-widget ul li a:hover {
    color: #f58220;
}

.footer-area .footer-widget ul :last-child {
    margin-bottom: 0;
}

.footer-area .copyright-area {
    text-align: center;
    background: #190231;
    margin-top: 60px;
}

.footer-area .copyright-area p {
    color: #fff;
    margin-bottom: 0;
    padding: 20px;
}

.footer-area .copyright-area p a {
    color: #fff;
}

.footer-area .copyright-area p a:hover {
    color: #f58220;
}

.footer-area .lines {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -1;
}

.footer-area .lines .line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    left: 46%;
    top: 0;
    margin-left: 40px;
}

.footer-area .lines .line::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background: #fff;
    left: 0;
    top: 0%;
    right: 0;
    margin: auto;
    -webkit-animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
    animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
}

.footer-area .lines :nth-child(1) {
    margin-left: 22%;
}

.footer-area .lines :nth-child(2)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.footer-area .lines :nth-child(3) {
    margin-left: -20%;
}

.footer-area .lines :nth-child(3)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.nav-style-two {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.nav-style-two .main-nav {
    background: 0 0;
}

.nav-style-two .main-nav .navbar .navbar-nav .nav-item a {
    color: #fff;
}

.nav-style-two .main-nav .navbar .navbar-nav .nav-item a:hover {
    color: #f58220;
}

.nav-style-two.is-sticky {
    background: #2e3192;
    border-bottom: 0;
}

.feedback-section {
    padding-bottom: 200px;
}

.feedback-section .section-title span,
.feedback-section .section-title h2,
.feedback-section .section-title p {
    color: #fff;
}

.feedback-section .section-title p {
    margin: auto;
}

.feedback-bg {
    background-image: url(../images/feedback-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;
}

.feedback-bg::before {
    position: absolute;
    content: "";
    background: #2e3192;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.85;
    z-index: -1;
}


.counter {
    color: #2e3192;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 210px;
    height: 210px;
    padding: 28px 13px 0;
    margin: 20px auto 0;
    border-radius: 50%;
    border: 8px solid #2e3192;
    border-bottom-color: transparent !important;
    position: relative;
    z-index: 1;
}

.counter:before,
.counter:after {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    z-index: -1;
}

.counter:before {
    background-color: transparent;
    height: 27px;
    width: 27px;
    border: 8px solid #f58220;
    top: -27px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.counter .counter-icon {
    font-size: 35px;
    margin: 0 0 10px;
}

.counter h3 {
    color: #f58220;
    font-size: 17px;
    font-weight: 400;
    /* text-transform: uppercase; */
    margin: 0 0 0px;

}

.counter .counter-value-wrap {
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.counter .counter-value {
    /*    font-size: 30px;
        font-weight: 700;
        display: block;*/
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 90px;
    }
}

.testimonial {
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 70px 15px 35px;
    background: #f9f9f9;
    /*    box-shadow: 8px 4px 0 0 #77a9dd;*/
    position: relative;
}

.testimonial .pic {
    width: 120px;
    height: 120px;
    /*    border: 5px solid #77a9dd;*/
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}

.testimonial .description:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 32px;
    color: #77a9dd;
    position: absolute;
    top: -15px;
    left: -35px;
}

.testimonial .testimonial-profile {
    position: relative;
    margin: 20px 0 10px 0;
}

.testimonial .testimonial-profile:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #77a9dd;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.testimonial .title {
    display: inline-block;
    font-size: 18px;
    color: #4a5184;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}

.owl-theme .owl-controls {
    margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #77a9dd;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 22px;
    height: 12px;
}

.company-section {
    /* margin-top: -100px; */
}

.company-section .company-slider {
    padding: 20px 25px 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.company-section .company-slider .company-logo img {
    max-width: 100%;
    width: unset;
    margin: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* 
.company-section .company-slider .company-logo img:hover {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
} */

/**=========================
    START Content Box 47
=========================**/
.content-box-47 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px #0000001a;
    transition: .3s;
}

.content-box-47:hover {
    box-shadow: 0 10px 30px #00000033;
    transform: translateY(-1%);
}

.content-box-47-thumbnail img {
    background-position: center;
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
    height: 14rem;
}

.content-box-47-content-wrapper {
    padding: 30px;
}

.content-box-47-title {
    font-size: 22px;
    margin: 0 0 20px;
    color: #343a40;
}

.content-box-47-content {
    color: #858aa7;
    font-size: 16px;
    line-height: 1.6;
}

.content-box-47-button {
    display: flex;
    align-items: self-end;
    justify-content: center;
    margin-top: 26px;
    text-decoration: none;
    background: #0b3a5d4f;
    font-size: 16px;
    font-weight: 600;
    color: #09883b;
    padding: 18px;
    text-align: center;
    border-radius: 6px;
    transition: 0.3s;
}

.content-box-47-button i {
    margin-left: 8px;
    font-size: 18px;
    transition: .2s;
}

.content-box-47-button:hover i {
    margin-left: 12px;
}

.content-box-47-button:hover {
    background-color: #3f8ec9;
}

.content-box-47.color-2 .content-box-47-button {
    background: #ddfff8;
    color: #009174;
}

.content-box-47.color-3 .content-box-47-button {
    background: #fff2d3;
    color: #d29a15;
}

.content-box-47.color-2 .content-box-47-button:hover {
    background-color: #c4fff3;
}

.content-box-47.color-3 .content-box-47-button:hover {
    background-color: #ffeab8;
}

/**=========================
    END Content Box 47
=========================**/
@-webkit-keyframes rotate360 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate360 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes translate-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes translate-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes line {
    0% {
        top: 0%;
    }

    100% {
        top: 95%;
    }
}

@keyframes line {
    0% {
        top: 0%;
    }

    100% {
        top: 95%;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 100%;
    }
}

@keyframes shine {
    100% {
        left: 100%;
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@-webkit-keyframes fluid {
    0% {
        border-radius: 42% 58% 61% 39%/55% 53% 47% 45%;
    }

    30% {
        border-radius: 61% 39% 60% 40%/58% 49% 51% 42%;
    }

    50% {
        border-radius: 63% 37% 62% 38%/45% 53% 47% 55%;
    }

    60% {
        border-radius: 42% 58% 61% 39%/55% 53% 47% 45%;
    }
}

@keyframes fluid {
    0% {
        border-radius: 42% 58% 61% 39%/55% 53% 47% 45%;
    }

    30% {
        border-radius: 61% 39% 60% 40%/58% 49% 51% 42%;
    }

    50% {
        border-radius: 63% 37% 62% 38%/45% 53% 47% 55%;
    }

    60% {
        border-radius: 42% 58% 61% 39%/55% 53% 47% 45%;
    }
}

@-webkit-keyframes bg-cng {
    0% {
        background: #f5ebff;
    }

    35% {
        background: #f58220;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    70% {
        background: #2e3192;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        background: #f5ebff;
    }
}

@keyframes bg-cng {
    0% {
        background: #f5ebff;
    }

    35% {
        background: #f58220;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    70% {
        background: #2e3192;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        background: #f5ebff;
    }
}

@-webkit-keyframes img-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes img-scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*-- breadcrumb --*/
.banner-area {
    position: relative;
    min-height: 160px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #9514148f;

}

.banner-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .banner-title {
        font-size: 22px;
        line-height: 1.3;
    }
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-heading {
    text-align: center;

}

.breadcrumb {
    padding: 0;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
    color: #fff !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

/*-----------------------------------------38. Owl Carousel-------------------------------------------*/
.custom-dot {
    display: inline-block;
    z-index: 1;
    margin-top: 30px;
}

.custom-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #cecece;
    cursor: pointer;
    display: block;
    border: 1px solid #fff;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.custom-dot span:hover {
    background: #aaa;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
}

.custom-dot.active span {
    width: 12px;
    height: 12px;
    background: #d21e2b;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.owl-nav i {
    color: #111;
    font-size: 20px;
    padding-top: 10px;
}

.owl-nav .owl-prev {
    color: #d21e2b;
    font-size: 43px;
    left: 0%;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    height: 50px;
    background: #fff !important;
    -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}

.owl-nav .owl-next {
    color: #d21e2b;
    font-size: 43px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    height: 50px;
    background: #fff !important;
    -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}

/*.owl-theme .owl-nav {
    margin-top: 50px;
}*/
.section-bg {
    background: #ececf9;
}