@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,800|Teko:300,400,500,600,700&display=swap");
body {
    font-family: "Barlow", sans-serif;
    font-weight: normal;
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Teko", sans-serif;
    color: #2c234d;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal
}

p {
    font-family: "Barlow", sans-serif;
    color: #10285d;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal
}

.img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a,
.button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a {
    color: #635c5c
}

a:hover {
    color: #fff
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.slogan -menu li a:hover {
    text-decoration: none
}

a,
button {
    color: #fff;
    outline: medium none
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.capitalize {
    text-transform: capitalize
}

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

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}

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

.separator {
    border-top: 1px solid #f2f2f2
}

.btn-style {
    background: #AF3F06;
    padding: 20px 10px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
    -moz-user-select: none;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 0;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    text-decoration: none;
    margin: 0
}

.btn-style::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #AF3F06;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0
}

.btn-style:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1
}

.btn-style.focus,
.btn-style:focus {
    outline: 0;
    box-shadow: none
}

.submit-btn {
    width: 100%;
    background: #AF3F06;
    padding: 19px 44px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    border-radius: 5px;
    border: 0
}

@media (max-width: 575px) {
    .btn-style.btn-style-black.f-right {
        float: left;
        margin-top: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn-style.btn-style-black.f-right {
        float: left;
        margin-top: 20px
    }
}

.breadcrumb>.active {
    color: #888
}

#scrollUp,
#back-top {
    background: #AF3F06;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    z-index: 10;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
    display: none;
}

@media (max-width: 575px) {
    #scrollUp,
    #back-top {
        right: 16px
    }
}

#scrollUp a i,
#back-top a i {
    display: block;
    line-height: 50px
}

#scrollUp:hover {
    color: #fff
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #fff
}

.mt-5 {
    margin-top: 5px
}

.mt-200 {
    margin-top: 200px
}

.ml-20 {
    margin-left: 20px;
}

.ml-200 {
    margin-left: 200px
}

.pt-200 {
    padding-top: 200px
}

.pt-250 {
    padding-top: 200px
}

.pt-260 {
    padding-top: 260px
}

.pt-100 {
    padding-top: 100px
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #AF3F06;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #fff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

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

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding {
        padding-top: 200px;
        padding-bottom: 200px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding {
        padding-top: 200px;
        padding-bottom: 200px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.section-padding10 {
    padding-top: 35px;
    padding-bottom: 120px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-padding10 {
        padding-top: 35px;
        padding-bottom: 120px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding10 {
        padding-top: 25px;
        padding-bottom: 110px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding10 {
        padding-top: 25px;
        padding-bottom: 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding10 {
        padding-top: 15px;
        padding-bottom: 30px
    }
}

@media (max-width: 575px) {
    .section-padding10 {
        padding-top: 65px;
        padding-bottom: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle {
        margin-bottom: 50px
    }
}

.section-tittle span {
    font-size: 35px;
    display: block;
    color: #AF3F06;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 17px
}

.section-tittle h2 {
    font-size: 50px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-tittle h2 {
        font-size: 42px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h2 {
        font-size: 31px
    }
}

@media (max-width: 575px) {
    .section-tittle h2 {
        font-size: 30px;
        line-height: 1.6
    }
}

.section-tittle p {
    color: #717b9b
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-bottom {
        padding: 15px 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-bottom {
        padding: 15px 0px
    }
}

@media (max-width: 575px) {
    .header-area .header-bottom {
        padding: 15px 0px
    }
}

.header-area {
    background: #353a44;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

@media (max-width: 575px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

.header-area {
    height: 45px;
}

.header-top {
    padding: 8px 0px
}

.header-area .header-top .header-info-left ul li {
    color: #ffffff;
    display: inline-block;
    margin-right: 70px;
    font-size: 14px;
    font-weight: 800;
}

.header-area .header-top .header-info-left ul li:last-child {
    margin-right: 0px
}

.header-area .header-top .header-info-left ul li i {
    margin-right: 8px
}

.header-area .header-top .header-info-right .header-social li {
    display: inline-block
}

.header-area .header-top .header-info-right .header-social li a {
    color: #ffffff;
    font-size: 14px;
    padding-left: 25px
}

.header-area .header-top .header-info-right .header-social li a:hover {
    color: #AF3F06
}

.main-header {
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-header .main-menu {
        margin-right: 30px
    }
}

.main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1
}

.main-header .main-menu ul li a {
    color: #fff;
    font-weight: 600;
    padding: 39px 19px;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-decoration: none;
    text-transform: capitalize
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header .main-menu ul li a {
        padding: 5px 4px
    }
}

.main-header .main-menu ul li:hover>a {
    color: #AF3F06
}

.main-header .main-menu ul ul.submenu {
    position: absolute;
    width: 250px;
    background: #353a44;
    left: 0;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    border-top: 6px solid #AF3F06;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.main-header .main-menu ul ul.submenu>li {
    margin-left: 7px;
    display: block
}

.main-header .main-menu ul ul.submenu>li>a {
    padding: 6px 10px !important;
    font-size: 16px;
    color: #fdfdfd
}

.main-header .main-menu ul ul.submenu>li>a:hover {
    color: #AF3F06;
    background: none;
    padding-left: 13px !important
}

.main-header ul>li:hover>ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9
}

.header-area .header-top .header-info-right .header-social a i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
}

.header-area .header-top .header-info-right .header-social a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99
}

.mobile_menu .slicknav_menu {
    background: transparent;
    margin-top: 0px !important
}

.mobile_menu .slicknav_menu .slicknav_btn {
    top: -34px
}

.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #AF3F06 !important
}

.mobile_menu .slicknav_menu .slicknav_nav {
    margin-top: 9px !important;
    box-shadow: 0 0 10px 3px rgba(141, 140, 140, 0.5)
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #AF3F06
}

.mobile_menu .slicknav_menu .slicknav_nav a {
    font-size: 15px;
    padding: 7px 10px
}

.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
    padding: 0 !important
}

.slider-height {
    background-image: url(../img/hero/h1_hero.jpg);
    min-height: 650px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        min-height: 700px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        min-height: 500px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height {
        min-height: 500px
    }
}

@media (max-width: 575px) {
    .slider-height {
        min-height: 500px
    }
}

.header-slider {
    background-image: url(../img/about/header-slider.jpg);
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-slider {
        min-height: 350px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-slider {
        min-height: 260px
    }
}

@media (max-width: 575px) {
    .header-slider {
        min-height: 260px
    }
}

.header-slider-effect {
    position: relative;
    z-index: 1
}

.header-slider-effect::before {
    position: absolute;
    content: "";
    background-color: rgba(8, 28, 68, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat
}

.slider-area .breadcrumb-area h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .breadcrumb-area h2 {
        font-size: 50px
    }
}

@media (max-width: 575px) {
    .slider-area .breadcrumb-area h2 {
        font-size: 35px
    }
}

.slider-area .breadcrumb-area .breadcrumb {
    background: none;
    padding: 0;
    margin: 0
}

.slider-area .breadcrumb-area .breadcrumb a {
    color: #dcdcdc;
    font-size: 18px;
    text-transform: capitalize
}

.slider-area .breadcrumb-area .breadcrumb-item+.breadcrumb-item::before {
    color: #dcdcdc
}

.content-part .content-part-index p {
    font-size: 16px;
    color: #64676c;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-right: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-part .content-part-index p {
        padding-right: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-part .content-part-index p {
        padding-right: 0px
    }
}

@media (max-width: 575px) {
    .content-part .content-part-index p {
        padding-right: 0px
    }
}

.content-part .about-img {
    position: relative
}

.content-part .about-img .about-font-img {
    position: absolute;
    z-index: 1;
    right: 47px;
    top: 0px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-part .about-img .about-font-img {
        position: unset
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-part .about-img .about-font-img {
        position: unset
    }
}

@media (max-width: 575px) {
    .content-part .about-img .about-font-img {
        position: unset
    }
}

@media (max-width: 575px) {
    .content-part .about-img .about-font-img img {
        width: 100%
    }
}

.content-part .about-img .about-back-img {
    position: absolute;
    top: -45px;
    right: 0;
    z-index: 0
}

@media (max-width: 575px) {
    .content-part .about-img .about-back-img img {
        width: 90%
    }
}

@media (max-width: 575px) {
    .content-part-index {
        margin-bottom: 35px
    }
}

@media (max-width: 575px) {
    .bg-height.pb-160 {
        padding-bottom: 100px
    }
}

.bg-gray {
    background-image: url(../img/about/bg-gray.jpg)
}

.services-area .service {
    height: 100%;
    border: 5px solid #e1ebf7;
    border-radius: 6px;
    padding: 85px 22px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    position: relative;
    z-index: 1
}

.services-area a {
    text-decoration: none;
}

.left_sidebar a {
    text-decoration: none;
}

@media (max-width: 575px) {
    .services-area .service {
        padding: 50px 22px
    }
}

.services-area .service::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #AF3F06;
    transition: .6s;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 6px
}

.services-area .service .cat-icon span {
    color: #AF3F06;
    font-size: 50px;
    margin-bottom: 30px;
    display: block
}

.services-area .service .cat-cap h5>a {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 21px;
    display: block;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    font-family: "Barlow", sans-serif
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area .service .cat-cap h5>a {
        font-size: 26px
    }
}

@media (max-width: 575px) {
    .services-area .service .cat-cap h5>a {
        font-size: 26px
    }
}

.services-area .service .cat-cap p {
    margin-bottom: 36px;
    color: #000000;
    font-size: 16px;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area .service .cat-cap p {
        font-size: 15px
    }
}

.services-area .service .cat-cap a {
    color: #AF3F06;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.services-area .service:hover {
    border: 1px solid transparent
}

.services-area .service:hover::before {
    height: 100%
}

.services-area .service:hover .cat-icon span {
    color: #fff
}

.services-area .service:hover .cat-cap h5 {
    color: #fff
}

.services-area .service:hover .cat-cap p {
    color: #fff
}

.services-area .service:hover .cat-cap a {
    color: #fff
}

.contact-form-area .contact-form-wrapper {
    background: #f5f5f5;
    padding: 80px;
    border-radius: 8px
}

@media (max-width: 575px) {
    .contact-form-area .contact-form-wrapper {
        padding: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form-area .contact-form-wrapper {
        padding: 30px
    }
}

.contact-form-area .contact-form-wrapper form.contact-form input {
    height: 60px;
    width: 100%;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 33px 9px 32px;
    border-radius: 5px;
    border: 1px solid #efebeb;
    background: #fff;
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .contact-form-area .contact-form-wrapper form.contact-form input {
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form-area .contact-form-wrapper form.contact-form input {
        padding: 9px 33px 9px 25px;
        margin-bottom: 20px
    }
}

.contact-form-area .contact-form-wrapper form.contact-form input::placeholder {
    color: #616875
}

@media (max-width: 575px) {
    .contact-form-area .contact-form-wrapper form.contact-form input::placeholder {
        font-size: 14px
    }
}

.contact-form-area .contact-form-wrapper form.contact-form .nice-select {
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 11px 19px 11px 31px;
    line-height: 42px;
    border-radius: 5px;
    border: 1px solid #efebeb;
    background: #fff;
    color: #a6abb0;
    font-size: 17px;
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .contact-form-area .contact-form-wrapper form.contact-form .nice-select {
        margin-bottom: 20px;
        padding-left: 25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form-area .contact-form-wrapper form.contact-form .nice-select {
        margin-bottom: 20px;
        padding-left: 25px
    }
}

.contact-form-area .contact-form-wrapper form.contact-form .nice-select .list {
    width: 100%
}

.contact-form-area .contact-form-wrapper form.contact-form .nice-select.open .list {
    width: 100%;
    border-radius: 0;
    border: 0
}

.contact-form-area .contact-form-wrapper form.contact-form .nice-select::after {
    border-bottom: 1px solid #a9b6cd;
    border-right: 1px solid #a9b6cd;
    height: 12px;
    width: 12px;
    margin-top: -7px;
    right: 29px
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper {
    display: flex
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper>label {
    position: relative;
    bottom: -8px;
    color: #2c234d;
    font-weight: 700
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper {
        display: block
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper {
        display: block
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper {
        display: block
    }
}

@media (max-width: 575px) {
    .contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper {
        display: block
    }
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio {
    margin: 0.5rem;
    display: inline-block
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio label {
    cursor: pointer;
    margin-left: -2px;
    font-size: 14px;
    color: #677294
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio label {
        font-size: 15px
    }
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 3px;
    margin-right: 17px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio input[type="radio"]:checked+.radio-label:before {
    background-color: #AF3F06;
    box-shadow: inset 0 0 0 4px #f4f4f4
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #AF3F06
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0
}

.slick-initialized .slick-slide {
    outline: 0
}

.slogan-area {
    background-image: url('../img/about/sky.jpg');
}

.effect {
    background-color: #64605e;
    opacity: 0.8;
}

.slogan-area .slogan-heading {
    padding-bottom: 51px;
    margin-bottom: 82px;
    border-bottom: 1px solid #1a2537
}

.slogan-area .slogan-heading .wantToWork-caption h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Barlow", sans-serif;
    margin: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slogan-area .slogan-heading .wantToWork-caption h2 {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .slogan-area .slogan-heading .wantToWork-caption h2 {
        font-size: 25px;
        margin-bottom: 20px
    }
}

.slogan-area .slogan-heading .wantToWork-caption p {
    font-size: 18px
}

.slogan-area .slogan-heading .contact-number {
    color: #AF3F06;
    font-size: 36px;
    font-weight: 700
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slogan-area .slogan-heading .contact-number {
        float: left;
        margin-top: 30px
    }
}

@media (max-width: 575px) {
    .slogan-area .slogan-heading .contact-number {
        float: left;
        margin-top: 20px;
        font-size: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slogan-area .slogan-heading .contact-number {
        float: left;
        margin-top: 30px
    }
}

.slogan-area .slogan-top .single-slogan-caption .slogan-logo {
    margin-bottom: 30px
}

.slogan-area .slogan-top .single-slogan-caption .slogan-pera .info1 {
    line-height: 1.8;
    margin-bottom: 30px;
    padding-right: 0;
    color: #c4c4c4;
    font-size: 14px
}

.slogan-top p {
    padding-top: 20px;
    color: #dfd9d9;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slogan-area .slogan-top .single-slogan-caption .slogan-pera .info1 {
        padding-right: 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slogan-area .slogan-top .single-slogan-caption .slogan-pera .info1 {
        padding-right: 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slogan-area .slogan-top .single-slogan-caption .slogan-pera .info1 {
        padding-right: 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slogan-area .slogan-top .single-slogan-caption .slogan-pera .info1 {
        padding-right: 0px
    }
}

.slogan-area .slogan-top .single-slogan-caption .slogan-tittle h4 {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    margin-bottom: 38px;
    font-weight: 500;
    text-transform: uppercase
}

.slogan-area .slogan-top .single-slogan-caption .slogan-tittle ul li {
    color: #bbbcbc;
    margin-bottom: 15px;
    text-transform: capitalize
}

.slogan-area .slogan-top .single-slogan-caption .slogan-tittle ul li a {
    color: #868c98;
    font-weight: 300
}

.slogan-area .slogan-top .single-slogan-caption .slogan-tittle ul li a:hover {
    color: #AF3F06;
    padding-left: 5px
}

.slogan-area .slogan-bottom {
    padding-bottom: 30px;
}

.slogan-area .slogan-bottom .slogan-text p {
    color: #bbbcbc;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px
}

.slogan-area .slogan-bottom .slogan-text p i {
    color: #AF3F06
}

.slogan-area .slogan-bottom .slogan-text p a {
    color: #AF3F06
}

.slogan-area .slogan-social a {
    color: #848493;
    font-size: 18px;
    text-align: center;
    margin-left: 24px
}

.slogan-area .slogan-social a:first-child {
    margin-left: 0px
}

.slogan-area .slogan-social a:hover {
    color: #fff
}

.breadcrumb-areation span {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 24px;
    font-weight: 600;
    padding-left: 95px;
    position: relative
}

.breadcrumb-areation span::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 3px;
    background: #AF3F06;
    left: 0;
    top: 52%;
    transform: translateY(-50%)
}

.breadcrumb-areation h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700
}

.left_sidebar a:hover,
.left_sidebar a :hover {
    background: -webkit-linear-gradient(131deg, #AF3F06 0%, #AF3F06 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: .4s
}

.blog_item {
    margin-bottom: 50px
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3)
}

@media (min-width: 768px) {
    .blog_details {
        padding: 60px 30px 35px 35px
    }
}

.blog_details p {
    margin-bottom: 30px
}

.blog_details a {
    color: #242b5e
}

.blog_details a:hover {
    color: #AF3F06
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px
}

.blog-info-link li a {
    color: #999999
}

.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px
}

.blog-info-link li:last-child::after {
    display: none
}

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table
}

.blog_item_img {
    position: relative
}

.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #AF3F06;
    padding: 8px 15px;
    border-radius: 5px
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px
    }
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px
    }
}

.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px
    }
}

.left_sidebar .widget_title {
    font-size: 40px;
    margin-bottom: 40px
}

.left_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #ffe9e9
}

.left_sidebar .single_sidebar_widget {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 30px
}

.left_sidebar .single_sidebar_widget .btn-style_1 {
    margin-top: 0px
}

.left_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0
}

.left_sidebar .search_widget .form-control::placeholder {
    color: #999999
}

.left_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.left_sidebar .search_widget .input-group button {
    background: #AF3F06;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
    cursor: pointer
}

.left_sidebar .search_widget .input-group button i {
    color: #fff
}

.left_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999999
}

.left_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0
}

.left_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999
}

.left_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.left_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0
}

.left_sidebar .newsletter_widget .input-group button i,
.left_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #fff
}

.left_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px
}

.left_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0
}

.left_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888
}

.left_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px
}

.left_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.left_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px
}

.left_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
    transition: all 0.3s linear
}

.left_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff
}

.left_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px
}

.left_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px
}

.left_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.left_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px
}

.left_sidebar .tag_cloud_widget ul li a:hover {
    background: #AF3F06;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.left_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px
}

.left_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px
}

.left_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px
}

.blog-pagination {
    margin-top: 80px
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.contact-info {
    margin-bottom: 25px
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
    color: #1f2b7b
}

.contact-info .media-body p {
    color: #8a8a8a
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important
}

.contact-section {
    padding: 20px 0 100px
}

@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px
    }
}

.contact-section .btn-style_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0
}

.contact-section .btn-style_2:hover {
    background-color: #1f2b7b
}

#test-form {
    display: inline-block;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
    #test-form {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

#test-form .mfp-close-btn-in .mfp-close {
    color: #333;
    display: none !important
}

#test-form button.mfp-close {
    display: none !important
}

@media (max-width: 767px) {
    #test-form button.mfp-close {
        display: block !important;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto
    }
}

#test-form button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    width: 40px;
    height: 40px;
    background: #4A3600;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    right: -6px;
    color: #fff !important
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #4A3600;
    opacity: 0.6
}

@media (max-width: 767px) {
    .gj-picker.gj-picker-md.timepicker {
        width: 310px;
        left: 6px !important
    }
}

@media (max-width: 767px) {
    .gj-picker.gj-picker-md.datepicker.gj-unselectable {
        width: 320px;
        left: 0 !important
    }
}

.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.overlay::before {
    background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%);
    background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%);
    background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%)
}

.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px
}

b,
sup,
sub,
u,
del {
    color: #1f2b7b
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px
}

.mt-10 {
    margin-top: 10px
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee
}

.mb-30 {
    margin-bottom: 30px
}

.mb-50 {
    margin-bottom: 50px
}

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

.switch-wrap {
    margin-bottom: 10px
}

* {
    box-sizing: border-box
}

img {
    vertical-align: middle;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-gray: #757575;
    --bs-gray-dark: #4f4f4f;
    --bs-primary: #1266f1;
    --bs-secondary: #b23cfd;
    --bs-success: #00b74a;
    --bs-info: #39c0ed;
    --bs-warning: #ffa900;
    --bs-danger: #f93154;
    --bs-light: #fbfbfb;
    --bs-dark: #262626;
    --bs-white: #fff;
    --bs-black: #000;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0))
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}


/*!rtl:begin:ignore*/

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}


/*!rtl:end:ignore*/

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}


/*!rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-mdb-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-mdb-target] {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-mdb-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

.shadow-2-strong {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25), 0 5px 15px 2px rgba(0, 0, 0, .2)!important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25), 0 5px 15px 2px rgba(0, 0, 0, .2)!important
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed
}

.hover-overlay .mask {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hover-overlay .mask:hover {
    opacity: 1
}


/* Carousel styling */

#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
    height: 85vh;
}

.carousel-item:nth-child(1) {
    background-image: url('../img/about/ship1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-item:nth-child(2) {
    background-image: url('../img/about/tir.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-item:nth-child(3) {
    background-image: url('../img/about/plane-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/* Height for devices larger than 576px */

@media (min-width: 992px) {
    #introCarousel {
        margin-top: 0;
    }
}


/* Normal desktop :1200px. */

.text-slogan {
    padding-top: 50px;
    color: #eeeeee;
    font-weight: 400;
    font-size: 2.5vw;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .logo img {
        width: 100px;
        height: 100px;
    }
    .text-slogan {
        padding-top: 50px;
        color: #eeeeee;
        font-weight: 400;
        font-size: 2.5vw;
    }
}


/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1200px) {
    .logo img {
        width: 90px;
        height: 90px;
    }
    .text-slogan {
        padding-top: 50px;
        color: #eeeeee;
        font-weight: 400;
        font-size: 2.5vw;
    }
}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80px;
        height: 80px;
    }
    .header-area {
        height: 0px;
    }
    .text-slogan {
        padding-top: 50px;
        color: #eeeeee;
        font-weight: 400;
        font-size: 3vw;
    }
}


/* small mobile :320px. */

@media (max-width: 767px) {
    .logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80px;
        height: 80px;
    }
    .header-area {
        height: 0px;
    }
    .text-slogan {
        padding-top: 50px;
        color: #eeeeee;
        font-weight: 400;
        font-size: 4vw;
    }
}


/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80px;
        height: 80px;
    }
    .header-area {
        height: 0px;
    }
    .text-slogan {
        padding-top: 50px;
        color: #eeeeee;
        font-weight: 400;
        font-size: 4vw;
    }
}

.bg-image {
    background-image: url('../img/about/ship3.jpg');
}

.responsive {
    width: auto;
    height: auto;
}

hr.line {
    border-top: 1px solid rgb(255, 255, 255);
}


/*FOOTER*/

footer {
    background: #16222A;
    background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
    background: linear-gradient(59deg, #cccecf, #5d6368);
    color: white;
    margin-top: 50px;
}

footer a {
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    transition-duration: 0.2s;
}

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

.copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
}

.footer-middle {
    padding-top: 2em;
    color: white;
}

.footer-pad h4 {
    color: #AF3F06;
    font-weight: 700;
}

.blog_item_img {
    position: relative
}

.news_item {
    width: 100px;
    position: absolute;
    display: block;
    color: #fff;
    background-color: #AF3F06;
    border-radius: 5px
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px
    }
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px
    }
}

.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px
    }
}

.responsive {
    width: 80%;
    height: auto;
}

.responsive2 {
    width: 100%;
    height: 500px;
}

.pr-35 {
    margin-right: 35px;
}