/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
@font-face{font-family:icomoon;src:url(../font/icomoon.eot);src:url(../font/icomoon.eot) format('embedded-opentype'),url(../font/icomoon.ttf) format('truetype'),url(../font/icomoon.woff) format('woff'),url(https://untree.co/demos/landing/fonts/icomoon/fonts/icomoon.svg?10si43) format('svg');font-weight:400;font-style:normal}[class^=icon-],[class*=" icon-"]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
font-family: "Righteous";
src: url("../fonts/BalooChettan-Regular.ttf");
src: url("../fonts/BalooChettan-Regular.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background: #000;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

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

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}

.padding_0{
     padding: 0px;
}
/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.jpg);
    height: auto;
    background-size: cover;
    padding: 0px 0px 20px 0px;
}
.bg-light {
    background-color: transparent !important;
}
.logo {
     width: 30%;
    float: left;
    text-align: right;
    padding-bottom: 20px;
}
.logo_mobile{
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}
.mobile_menu{
    width: 100%;
    float: left;
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.navbar-nav { align-items: center; }
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.menu_main {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.menu_main ul {
        margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
    width: 70%;
    margin-top: 30px;
}
.menu_main li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #080808;
    border-radius: 40px;
}
.menu_main li a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.menu_main li a:hover{
    color: #ffffff;
    background-color: #b60213;
}
.menu_main li.active a{
    color: #ffffff;
    background-color: #b60213;
}

.menu_main li a:hover img{
    filter: invert(100%);
}


.mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
    width: 20%;
    float: left;
}

.header_main {
    width: 100%;
  /*  background-image: url(../images/header-bg.png);
    background-size: 100%;
    padding: 10px 0px 37px 0px;*/
    background: #0000002e;
        padding-bottom: 50px;
    padding-top: 30px;
}

/* header section end */

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 80px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.banner_text {
    width: 40%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.read_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #b60213;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: bold;
}
.read_bt a:hover{
    background-color: #ffffff;
    color: #000;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 120px;
    top: 25%;
}
#main_slider a.carousel-control-next {
    position: absolute;
    right: 120px;
    top: 25%;
}
#main_slider .carousel-control-prev, 
#main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    border: 2px solid #ffffff;
    background: transparent !important;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 100%;
}

/* banner section end */
/* background bg section start */
.background_bg{
    width: 100%;
    float: left;
    background-image: url(../images/background-bg.png);
    height: auto;
}
.backgroundwhite_bg{  width: 100%;
    float: left;
   background:#fff;
    height: auto;}
.catatitle{
font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    margin-top: 80px;
}
.line{
    background: #b60213;
    width: 80px;
    height: 5px;
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
}
/* background bg section end */

/* watchs section start */

.watchs_section{
    width: 100%;
    float: left; 
    height: auto;
    background-size: 100%; 
    padding-bottom: 90px;  
}

.watchs_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f1f0ef;
    font-weight: bold;
    text-transform: uppercase;
}
h1.watchs_taital::after {
    content: '';
    position: absolute;
    width: 400px;
    background-color: #fff;
    height: 2px;
    left: initial;
    right: 0px;
    bottom: 40px;
}

.watchs_section_2{
    width: 100%;
    float: left;
        bottom: 40px;
}
.watchs_section_3{
    width: 100%;
    float: left;
    padding-top: 70px;
        bottom: 40px;
}
h1.watchs_taitals::after {
    content: '';
    position: absolute;
    width: 400px;
    background-color: #fff;
    height: 2px;
    left: 0;
    right: initial;
    bottom: 40px;
}

.watchs_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
   margin: 0px;
}

.uni_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #f1f0ef;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 70px;
        text-align: right;
}
.js_text{
color: #212529;
    font-size: 1.2em;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 1.5em;
    border-radius: 25px;
    width: 100%;
    background: linear-gradient(to right, #fff, #090909);
}
.calalist{}
.calalist li{}
.calalist li a{
    font-weight: 800;
    color: #fff;
    line-height: 2.3em;
    padding-left: 2em;
    font-size: 1.1em;
}
.rate_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #f1f0ef;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
}
.image_1{
    width: 90%;
    float: left;
}
.image_2{
    width: 100%;
    float: right;
    text-align: right;
        opacity: 0.7;
    transition: opacity 0.35s, transform 0.35s;
    width: 100%;
    border-radius: 4px;
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}
figure {
    position: relative;
    /* float: left; */
    overflow: hidden;
    background: #020004;
    text-align: center;
    cursor: pointer;
    margin-bottom: 18px;
    border-radius: 4px;
    }
.read_bt1 {
    width: 170px;
    float: left;
    margin-top: 2em;
}
.read_bt1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #b60213;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
}
.read_bt1 a:hover{
    color: #000;
    background-color: #ffffff;
}

.seemore_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}
.seemore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
}
.seemore_bt a:hover{
    color: #ffffff;
    background-color: #b60213;
}

/* watchs section end */

/* about section start */

.about_section{
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding: 70px 0px 20px 0px;
        line-height: 2.5em;
}
.about_section_2 {
    width: 100%;
    float: left;
}
.about_section_3 {
    width: 100%;
    float: left;
    padding-top: 90px;
}
.border_main{
    width: 100%;
    border: 2px solid #fefefe;
    border-radius: 3px;
    padding: 40px 0px;
}
.image_4 {
    width: 100%;
    text-align: center;
    min-height: 140px;
}

/* about section end */

/* testimonial section start */
.testimonial_section{
    width: 100%;
    float: left;
    background-image: url(../images/testimonial-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.testimonial_section_2{
    width: 100%;
    float: left;
    padding-top: 70px;
}
.box_main {
    width: 100%;
    border: 2px solid #fefefe;
    border-radius: 30px;
    padding: 100px 60px;
}
.testimonial_text{
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
}
.client_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}
.client_left{
    width: 30%;
    float: left;
}
.client_right{
    width: 70%;
    float: left;
}
.client_img{
    width: 100%;
    float: left;
}
.client_name{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #f1f0ef;
    padding-top: 40px;
    font-weight: bold; 
    text-transform: uppercase;
}
.customer_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #950311;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}

.seemore_bt_1 {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}
.seemore_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 90px;
}

.seemore_bt_1 a:hover {
    color: #ffffff;
    background-color: #b60213;
}
/* testimonial section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    background-image: url(../images/contact-bg.png);
    height: auto;
    background-size: 100%;
}
.contact_taital {
    width: 100%;
    float: left;
    color: #32ca0a;
    font-weight: bold;
    font-size: 46px;
}

.contact_section_2 {
    width: 100%;
    float: left;
}

.contact_section_2 p{color:#eee;}
.about_section_2 p a{color:#eee !important;}
.about_section_2 p{color:#eee;    display: inline-block;    width: 100%;}
.about_section_2 p span{display:block;}
.about_section_2 img{    margin: 0 auto;}
.about_section_2 .list-paddingleft-2{}
.contact_section_2 h2{color:#b60213}
.mail_section_1 {
    width: 84%;
    float: right;
}
.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #989999;
    border: 0px !important;
    background-color: #ffffff !important;
    padding: 20px 20px 20px 20px;
    margin-top: 30px;
    border-radius: 40px;
}
input.mail_text::placeholder {
    color: #696868;
}
.massage-bt {
    color: #696868;
    width: 100%;
    height: 110px;
    font-size: 18px;
    border: 0px !important;
    background-color: #ffffff !important;
    padding: 40px 20px 20px 20px;
    margin-top: 30px;
    border-radius: 40px;
}
textarea#comment::placeholder {
    color: #696868;
}
.send_bt {
    width: 170px;
    float: left;
    margin-top: 40px;
}
.send_bt a {
    width: 100%;
    float: left;
    background-color: #a40514;
    color: #e1e7d8;
    text-align: center;
    padding: 15px 0px;
    font-size: 16px;
    border-radius: 40px;
    font-weight: bold;
}
.send_bt a:hover {
    background-color: #ffffff;
    color: #696868;
}
.map_section {
    width: 100%;
    float: left;
    padding-top: 70px;
}
.padding_right_0{
    padding-right: 0px;
}
/* contact section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-image: url(../images/footer-bg.png);
    height: auto;
    padding-top: 90px;
    background-size: 100% 100%;
    padding-bottom: 30px;
    background-repeat: no-repeat;
}
.follow_text{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #080807;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
        margin-bottom: 1.5em;
    border-bottom: 1px solid #000;
    padding-bottom: 1em;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}
.social_icon li {
    float: left;
    padding: 30px 15px;
}

.location_main {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.location_left {
    width: 50%;
    float: left;
        padding-left: 8%;
}
.location_middle {
    width: 33.3%;
    float: left;
}
.location_right {
    width: 50%;
    float: left;
}
.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5e5e5e;
        text-align: left;
            margin-bottom: 1em;
}
.location_left h2,.location_right h2{text-align:left;}
.call_text a {
    color: #5e5e5e;
}
.call_text a:hover {
    color: #a40514;
}
.call_padding {
    padding-left: 15px;
}

/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
        border-top: 1px solid #ddd;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #1c1b1b;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}
.copyright_text a{
    color: #1c1b1b;
}
.copyright_text a:hover{
    color: #b60213;
}
.untree_co-section{padding:100px 0;position:relative}@media(max-width:991.98px){.untree_co-section{padding:50px 0}}.untree_co-section .heading h3{font-size:35px;color:#000}@media(max-width:991.98px){
.location_left{padding-left:0;}
.untree_co-section .heading{font-size:20px}}.untree_co-section .heading strong{font-weight:700}
.media-h{margin-bottom:30px;-webkit-box-shadow:0 15px 30px -10px rgba(0,0,0,.1);box-shadow:0 15px 30px -10px rgba(0,0,0,.1);background:#fff}.media-h figure{-webkit-box-flex:0;-ms-flex:0 0 170px;flex:0 0 170px;position:relative;margin-bottom:0;overflow:hidden}.media-h figure img{-o-object-fit:cover;object-fit:cover;/*position:absolute;*/height:100%;margin-bottom:0;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:.3s transform ease;-o-transition:.3s transform ease;transition:.3s transform ease}.media-h .media-h-body{padding:20px}.media-h .media-h-body h2{font-size:20px}.media-h:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}
.media-h .media-h-body {
    padding: 20px;
}
.icon-calendar:before{content:"\f073"}
[class^=icon-],[class*=" icon-"]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.custom-pagination li{display:inline-block}.custom-pagination li a{display:inline-block;width:50px;height:50px;line-height:50px;font-size:18px;text-align:center;color:#eee;margin-right:5px;}.custom-pagination li.active>a{background:#b60213;color:#fff;border-radius:50%}
.newtitle{    color: #eee;
    text-align: center;
    font-size: 36px;}
.newdate{    text-align: center;
    color: #ddd;}
    
.newtitle::after{ content: '';
    position: absolute;
    width: 20px;
    background-color: #fff;
    height: 2px;
    left: 48%;
    right: 0px;
    bottom: 0px;}
.service_page{
    padding: 100px 0;
}
.service_box_item .service_text {

    /* border-left: 3px solid #ffce30;*/

    padding-left: 15px;

    margin-top: 0px;

    background-color: #F8F8F8;

    padding: 25px 25px 50px;

   /* display: table;*/

}
.service_box_item .service_text a:hover {
    text-decoration: none;
}
.service_box_item .service_text h4 {

    font-size: 20px;

    font-weight: 600;
    text-align: center;

    color: #242424;

    /*font-family: 'Roboto', sans-serif;*/

    text-transform: capitalize;

    /*letter-spacing: .32px;*/

    padding-bottom: 8px;

    -webkit-transition: all 400ms linear 0s;

    -o-transition: all 400ms linear 0s;

    transition: all 400ms linear 0s;

}

.service_box_item .service_text p {

    font-size: 15px;
    text-align: center;
    color: #414141;

    font-weight: 400;
    line-height: 26px;
    /* letter-spacing: .34px;*/

    margin-bottom: 25px;

}
.service_box_item .theme-btn{
    margin: auto;
    float: none;
    display: table;
}
.service_item_inner .service_box_item {
    margin-bottom: 60px;
    filter: drop-shadow(3px 5px 15px rgba(0, 0, 0, 0.15));
}
.service_item_inner .col-xs-12{margin-bottom:3em;}
.service_item_inner :hover{/*filter: drop-shadow(3px 5px 15px rgba(0, 0, 0, 0.2));*/}
.service_box_item { width: 100%; /* 设置容器宽度 */
  overflow: hidden; /* 隐藏超出容器部分的图片 */}
.service_box_item img{    width: 100%;
    transition: all .5s ease-in-out;

}
.service_box_item:hover img {
  transform: scale(1.05); /* 鼠标经过时，放大1.1倍 */
}

.btn-catalog{
background: #ddd;
    width: 43%;
    float: left !important;
    margin: 2% !important;
    text-align: center;
    padding: 1%;
    margin-bottom: 2em;
    font-weight: bold;
}
.bottom-block{    height: 50px;
    width: 100%;
    display: inline-block;}
/*** Feature Start ***/
.feature-item{position: relative;border-radius: 0px;
    background: var(--bs-light);}
.feature .feature-item {
    position: relative;
    border-radius: 0px;
    background: var(--bs-light);
}

.feature-item .feature-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    bottom: 0; 
    left: 0;
    margin-top: 0;
    margin-right: 0; 
    background: rgba(0, 0, 0, 0.3); 
    border-radius: 0px;
    z-index: 2;
}

.feature-item .feature-content .feature-content-inner {
    position: relative;
    z-index: 5;
}
.text-white{        text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: center;
    padding-top: 80%;}
/*** Feature End ***/
/* about page  */
.about-hero{
    background-image: url(../image/about-bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.about-content-area {
    padding-top: 120px;
    background: #FDFAFA;
}

.about-content-area h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 14px;
}

.page-tittle h2 {
    color: #fff;
    text-align: center;
    font-size: 62px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.page-tittle {
    padding: 237px 0;
    color: #fff;
    text-align: center;
}

.about-content-area p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
   /* text-transform: capitalize;*/
    margin-bottom: 0;
    color: #646464;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.catatitlew{font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;}
.section-tittle h2{    text-transform: uppercase;font-size: 32px;}
.location-area p{font-size: 18px;
    font-weight: 300;
    line-height: 32px;}
.over-view-text,.mission-img,.over-view-img,.mission-img {
    padding-bottom: 115px;
}

.mission-secound-text {
    margin-top: 210px;
}
.mission-first-text {
    padding-top: 50px;
}

.location-area {
    padding-top: 120px;
    background: #eee;
    padding-bottom: 110px;
}

.single-location-item {
    background: #F4F4F4;
    padding: 27px 37px;
    padding-bottom: 47px;
    color: #101828;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin-bottom: 30px;
}

.single-location-item h4 {
    color: #101828;
    font-size: 22px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 4px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.single-location-item h6 {
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
}

.single-location-item p {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 0;
}

.single-location-item p span {
    font-weight: 400;
}

.single-location-item a {
    display: block;
    color: #101828;
    font-size: 24px;
    font-weight: 300;
    line-height: 44px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.single-location-item a.mail {
    font-weight: 400;
}

.single-location-item .address2 {
    margin-bottom: 11px;
}

.single-location-item a.tel {
    margin-bottom: 7px;
}

.single-location-item:hover{
    color: #fff;
    background: #161616;
}
.single-location-item:hover a,.single-location-item:hover h4{
    color: #fff;
}

