/*-----------------------------------------------------------------------------------

    Template Name: Your template name 
    Template URI: http://bootexperts.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://bootexperts.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
/*google_fonts*/
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial !important;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.clear{clear:both}
body {
    font-family: Arial !important;
    background: #FFFFFF;
}
@font-face {
    font-family: Arial;
    src: url(fonts/Arial/arial.ttf, 
        arialbd.ttf, arialbi.ttf, ariali.ttf, 
        ariblk.ttf,);
}
#body_bg {
    background: url(img/body_bg.jpg);
}
#body_wrapper {
    width: 1281px;
    margin: 50px auto;
    border: 1px solid #DDD;
    background-color: #FFFFFF;
}
.container{
    min-width: 1210px;
    margin: 0 auto;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*for_mobile_menu*/
#sidebar_menu {
    position: absolute;
    top: 261px;
    right: 0;
    width: 100%;
    height: auto;
    background: rgba(255,255,255, 0.95);
    z-index: 99999;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

#sidebar_menu.visible{
   opacity: 1;
    visibility: visible;
    transition: .3s;
}
.menu_top {
    padding-top: 81px;
}
.main_menu {
    background: #FAF9F8;
    padding: 13px 0 3px;
}
.main_menu ul{}
.main_menu ul > li {
    text-align: right;
    position: relative;
    margin-bottom: 16px;
    border-bottom: 2px solid #CDD9D5;
    padding-bottom: 10px;
}
/*.main_menu ul > li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0
}*/
.main_menu ul > li i{
    color: #969696;
}
.main_menu ul li > a {
    text-align: right;
    color: #554741;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.main_menu ul li ul {
    position: absolute;
    background: transparent;
    width: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
}
.main_menu ul li:hover ul{
    opacity: 1;
    visibility: visible;
    position: inherit;
}
.main_menu ul li ul li {
    margin-top: 17px;
    margin-bottom: -9px;
}
.main_menu ul li ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 0px 10px 0;
    border-bottom: none;
    color: #4D4D4D;
    transition: .3s;
}
.main_menu .mobile_header {
    padding-top: 23px;
    margin-bottom: -20px;
}
.main_menu .mobile_header li {
    margin: 6px 0;
}
.main_menu .mobile_header li a {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.menu_btn {
    position: absolute;
    right: 15px;
    top: -30px;
    background: transparent;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    border-left: 2px solid #E4E1DC;
    height: 46px;
}
.menu_btn.focus:focus {
    border-color: #EE3124;
}
.menu_btn button {
    background: transparent;
    color: #554741;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    transition: .3s;
    border: none;
}
.focus:focus {
  color: #EE3124;
}

/*header_area*/
header{
    background-color: #FFFFFF;
}
.header_area {
}
.header_top {
}
.header_top ul {
    float: right;
}
.header_top ul li {
    display: inline-block;
}
.header_top ul li .lan_style {
    background: transparent !important;
    width: 90px !important;
    height: 30px !important;
    line-height: 30px !important;
}
.header_top ul li .lan_style:hover {
    color: inherit !important;
    font-weight: 400;
}
.lan_style i {
    color: #EE3124;
    padding-left: 5px;
}
.header_top ul li a {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 18px;
    color: #554741;
    text-transform: capitalize;
    background: #F7F6F5;
    display: block;
    font-weight: 400;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.header_top ul li a span{
    font-weight: 700;
}
.header_top ul li:hover a {
    color: #FFFFFF;
    background: #005A65;
    font-weight: 700;
}
.sel_lan {
    border-left: 1px solid #E1E1E1;
    padding-left: 22px;
}
.sel_lan a {
    color: #C50B0B !important;
}
.sel_lan i {
    font-size: 12px;
    font-weight: 700;
}
.sel_lan span {
    margin: 0 5px;
}
.main_header {
    display: block;
    margin-top: 15px;
}
.header_link {
    float: left;
    margin-right: 22px;
}
.header_link a {
    background: #F7F6F5;
    color: #EE3124;
    width: 50px;
    height: 50px;
    line-height: 54px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    margin: 0 2px;
}
.sm_link {
    background: none !important;
    border: 1px solid #E4E1DC;
}
.header_search {
    float: right;
    position: relative;
}
.header_search form input {
    width: 320px;
    height: 50px;
    border: 2px solid #F0EFEC;
    font-size: 16px;
    padding-left: 20px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #928884;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #928884;
    opacity: 1;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #928884;
    opacity: 1;
}
.searchicon {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0px;
    text-align: center;
    background: #EE3124;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 50px;
}
.searchicon i{}
.header_menu {
    margin-top: 42px;
    margin-bottom: -1px;
}
.logo {
    width: 393px;
}
.logo img{}
.login{
    margin-left: 30px;
}
.login a {
    background: #0970B9;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: 600;
    width: 127px;
    height: 41px;
    display: inline-block;
    line-height: 41px;
    text-align: center;
    letter-spacing: 0;
}
.header_menu ul{}
.header_menu ul > li {
    display: inline-block;
    border-left: 2px solid #CDD9D5;
}
.header_menu ul > li:first-child{
    margin-left: 0px;
}
.header_menu ul li > a {
    color: #554741;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 18px;
    padding: 0px 17px 15px;
    display: block;
}
.header_right {
    float: right;
    margin-top: 8px;
}
.b_color_1{
    border-color: #FCC7A1 !important;
}
.b_color_2{
    border-color: #F5EB9E !important;
}
/*slider_area*/
.banner_area{
    position: relative;
}
.banner_info_area{
    background: url(img/slider-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    height: 540px;
}
.banner_info_area.inner_page {
    background: url(img/banner/inner_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    height: 450px;
}
.banner_area .owl-carousel .owl-item img {
    display: block;
    width: inherit;
}
.banner_info{}
.text_img {

}
.text_img img{}
.banner_info_area {
    
/*        position: absolute;
    top: 0;
    left: 0;*/
}
.banner_text {

    color: #FFFFFF;
    background: url(img/info_bg.png);
    background-repeat: no-repeat;
    height: 540px;
    position: absolute;
    top: 0;
    left: 0;

}
.banner_text.inner_text {

    color: #FFFFFF;
    background: url(img/banner/inner_banner_2.png);
    background-repeat: no-repeat;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;

}
.banner_title {
    left: 45px;
    position: relative;
    top: 12%;
}
.banner_text h1 {
    font-size: 60px;
    line-height: 66px;
    width: 360px;
    margin-bottom: 25px;
    margin-top: 60px;
}
.banner_text p {
    width: 365px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.banner_text a {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 3px solid #B72418;
    padding-bottom: 5px;
    color: #FFFFFF;
}
.inner_title {
    top: 45px;
}
.inner_title a {
    border-bottom: 3px solid #554741;
}
.banner_text a i{
    padding-left: 10px;
}
.owl-dots {
    position: absolute;
    left: 49px;
    bottom: 22px;
}
.owl-dot {
    width: 40px;
    height: 4px;
    background: #B72418;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid transparent;
}
.owl-dot.active{
  background: #FFFFFF;
}
.owl-nav div {
    background: transparent;
    position: absolute;
    color: #FFFFFF;
    font-size: 60px;
    top: 45%;
    left: 0px;
}
.owl-nav div.owl-next{
  left: auto;
  right: 0px;
}
/*events_area*/
.events_area {
    padding-bottom: 63px;
}
.event_title {
    border-top: 2px solid #F0EFEC;
    padding: 37px 0 10px 0;
}
.news_area .event_title {
    border-top: none;
    padding: 0px 0 10px 0;
}
.event_title h2 {
    display: inline-block;
    color: #928884;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.btn_all {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 3px solid #FDE4E3;
    padding-bottom: 5px;
    color: #EE3124;
    display: inline-block;
}
.btn_all:hover{
    color: #EE3124;
}
.btn_all i{
    padding-left: 10px;
}
.font_18 {
    padding-left: 5px;
}
.event_title a {
    float: right;
    margin-top: 26px;
}
.event_1{
    position: relative;
}
.event_1 img{
    width: 100%;

}
.event_1 .event_1_text {
    position: absolute;
    left: 20px;
    bottom: 15px;
    color: #FFFFFF;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}
.event_1 .event_1_text h4{
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}
.event_1 .event_1_text span {
    font-size: 14px;
    margin-top: 15px;
    display: block;
}
.event_2 {
    background: #F7F6F5;
    padding: 16px 14px 109px;
    border-top: 8px solid #E4E2DD;
}
.event_2 h3 {
    color: #554741;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    padding-right: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}
.event_2 span {
    color: #928884;
    margin-bottom: 7px;
    display: inline-block;
    font-weight: 700;
}
.event_2 p {
    color: #928884;
    line-height: 20px;
}
.event_3_text {
    background: #F7F6F5;
    padding: 16px 14px 32px;
}

.event_3 img {
    width: 100%;
}
.event_2 {
    background: #F7F6F5;
    padding: 16px 14px 109px;
    border-top: 8px solid #E4E2DD;
}
.event_3 h4 {
    color: #554741;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    padding-right: 36px;
    font-weight: 700;
}
.event_3 span {
    color: #928884;
    display: inline-block;
    font-weight: 700;
    margin-top: 10px;
}
.events_area .owl-nav div {
    background: transparent;
    position: absolute;
    color: #EE3124;
    font-size: 60px;
    top: 50%;
    transform: translateY(-50%);
    left: -55px;
}
.events_area .owl-nav div.owl-next {
    left: auto;
    right: -55px;
}
/*single_project_area*/
.single_project_area{
    padding: 40px 20px;
    
}
.single_project{
}
.single_project ul{}
.single_project ul li {
    overflow: hidden;
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
}
.single_project ul li .pro_icon i {
    background: #F26C52;
    color: #FFFFFF;
    width: 100px;
    margin-right: 20px;
    height: 100px;
    font-size: 42px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    float: left;
}
.single_project ul li .project_title {}
.single_project ul li .project_title p {
    font-size: 16px;
    font-weight: 700;
    color: #554741;
    line-height: 22px;
}
.single_project ul li .pro_icon i.bg_1{
    background: #005A65;
}
.single_project ul li .pro_icon i.bg_2{
    background: #E5D660;
}
/*realtols*/
.realtols {
    padding: 35px 0 65px;
    background: #F7F6F5;
}
.tols_title h2 {
    display: inline-block;
    color: #928884;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.single_tols {
    width: 100%;
    position: relative;
    float: left;
}
.single_tols img{
    width: 100%;
}
.single_text {
    color: #FFFFFF;
    font-weight: 700;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 30px;
    top: 93px;
    padding-right: 65px;
}
.single_text h3 {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    padding-right: 10px;
    font-weight: 700;
}
.single_text span {
    line-height: 20px;
    font-size: 14px;
    margin-top: 25px;
    display: inline-block;
    font-weight: 700;
}
.realtols .owl-nav div {
    background: transparent;
    position: absolute;
    color: #EE3124;
    font-size: 60px;
    top: 50%;
    transform: translateY(-50%);
    left: -55px;
}
.realtols .owl-nav div.owl-next {
    left: auto;
    right: -55px;
}
/*news_area*/
.news_area {
    padding: 38px 0 65px;
}
.news_text {
    padding-right: 135px;
}
.news_minu{
    margin-top: 15px;
    display: block;
}
.news_info {
    padding-right: 28px;
}
.news_info h3 {
    font-size: 24px;
    line-height: 28px;
    color: #554741;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 7px;
}
.news_info p {
    color: #928884;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}
.news_border {
    border-top: 2px solid #E4E1DC;
    padding-top: 57px;
}
/*footer*/
footer {
    padding: 0px 49px 50px;
}
.footer_heading {
    color: #EE3124;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 8px;
}
.copywright {
    color: #928884;
    line-height: 21px;
    padding-right: 110px;
}
.footer_menu {
    margin-top: 7px;
}
.footer_menu ul{}
.footer_menu ul li {
    margin-bottom: 5px;
}
.footer_menu ul li:last-child {
    margin-bottom: 0px;
}
.footer_menu ul li a {
    color: #928884;
    font-size: 14px;
    line-height: 20px;
}
.footer_icon {
    margin-top: 7px;
}
.footer_icon a {
    float: right;
    width: 48px;
    height: 48px;
    background: #F7F6F5;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    margin: 0 5px;
    color: #EE3124;
}

/*inner_body_content*/
.inner_body_content {
    padding: 50px 0 70px;
}
.stylesheet_body_content {
    padding: 33px 0 72px;
}
.main_content{}
.inner_body_title {
    color: #554741;
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 15px;
}
.inner_content {
    color: #887E7A;
    font-size: 18px;
    line-height: 26px;
    padding-right: 130px;
    margin-bottom: 28px;
}
.body_list {
    padding-left: 37px;
    margin-top: 8px;
    margin-bottom: 27px;
}
.body_list ul {
}
.body_list ul li {
    position: relative;
    margin-bottom: 7px;
    padding-right: 130px;
}
.body_list ul li span {
    color: #887E7A;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
}
.body_list ul li::before {
    content: "•";
    color: #887E7A;
    position: absolute;
    top: 4px;
    left: -16px;
    font-weight: 700;
}
.inner_content_2 {
    color: #887E7A;
    font-size: 18px;
    line-height: 26px;
    padding-right: 130px;
    margin-bottom: 15px;
}
.vision {
    background: #F7F6F5;
    padding: 32px 30px;
    margin-top: 40px;
    margin-right: 130px;
}
.vision_content{
    color: #887E7A;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
/*sidebar*/
.sidebar{
    font-weight: 700;
}
.sidebar_title {
    color: #554741;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.sidebar_list{}
.sidebar_list ul{}
.sidebar_list ul li {
    margin-bottom: 10px;
}
.sidebar_list ul li:last-child {
    margin-bottom: 0px;
}
.sidebar_list ul li a {
    color: #928884;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    border-bottom: 2px solid #E4E1DC;
    padding-bottom: 5px;
}
.sidebar_list ul li:hover a {
    color: #EE3124;
    border-color: #EE3124;
}
.sidebar_list ul li a i {
    padding-left: 10px;
}
.event {
    color: #928884;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 18px;
}
.smt_15 {
    margin-top: 17px;
}
.side{
    padding: 16px 14px 10px;
}
.side h4 {
    color: #554741;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    padding-right: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}
.ml_15{
    margin-left: 15px;
}
/*stylesheet*/
.text_bold{
    font-weight: 700;
}
.order_list {
    padding-left: 42px;
}
.order_list ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.order_list ol li {
    margin-bottom: 3px;
    position: relative;
    counter-increment: li;
    color: #887E7A;
    font-size: 18px;
    line-height: 26px;
    padding-right: 140px;
}

.order_list ol li span{

    
}
.order_list ol li::before {
    content: counter(li);
    color: #887E7A;
    margin-right: 0.5em;
    text-align: right;
    position: absolute;
    top: 0px;
    left: -28px;
    font-weight: 700;
    font-size: 18px;
}
.order_list ol li::after {
    content: "•";
    color: #887E7A;
    position: absolute;
    top: 5px;
    left: -15px;
    font-size: 16px;
}
.mb_stylesheet {
    margin-bottom: 33px;
}
.heading_3 {
    color: #928884;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 13px;
    margin-bottom: 13px;
}
.mb_19{
    margin-bottom: 19px;
}

.mb_10{
    margin-bottom: 10px;
}
.d_block{
    display: inline-block;
}
.style_img {
    margin-top: 30px;
    padding-right: 130px;
    margin-bottom: 34px;
    position: relative;
}
.stylesheet_img_texr {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    left: 30px;
    padding-right: 130px;
    color: #FFFFFF;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.style_img img{
    width: 100%;
}
.style_img_info{}
.btn_all.for_sheet{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.{}


