/* General Styles */
body {
    position: relative;
}


/* Nav menu Style */
.nav_header {
    height: 150px;
}
.nav_header .dozan_nav {
    background-color: #DEE5E5;
    height: 150px;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    padding: 20px 20px;
    z-index: 9999;
}
.nav_header_logo:hover {
    transform: scale(1.05);
}

.nav_header_right_items {
    float: right;
    display: inline-block;
    margin-top: 40px;
}
.nav_header_logo {
    display: inline-block;
    transition: 500ms linear;
}
.nav_header_right_items li a {
    color: #244061;
    font-size: 17px;
    font-weight: 700;
    text-decoration: unset;
}

.nav_header_right_items li {
    margin: 0 15px;
    position: relative;
    display: inline-block;
}
.nav_header_right_items .dozan_menu {
    list-style: none;
}
.nav_header_right_items li:last-child {
    margin-right: 0;
}
.nav_header_right_items li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: -10px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #244061;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.nav_header_right_items li a:hover:after { 
  width: 100%; 
  left: 0; 
}
.body_image {
    background-image: url(../images/1.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.nav_header_right_items li .active_tab {
    color: #97B5D8;
}
.nav_header_right_items li .active_tab:hover:after {
    width: unset;
}

.about_sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/customers_bg.jpg);
    background-attachment: fixed;
    width: 100%;
    height: 300px;
    background-position: left;
}
.about_content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    width: 25%;
    margin: 0 auto;
    text-align: center;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
    line-height: 1;
    padding: 20px 0px;
}
.about_content {
    padding-top: 250px;
}
.about_us_rest_secs {
    display: inline-flex;
}
.about_us_rest_secs:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
}
.about_us_content p {
    margin-bottom: 80px;
}
.about_rest_secs_imgs .about_us_secs_imgs {
    width: 100%;
}
.about_rest_secs {
    border-top: 2px solid #eee;
    padding-top: 80px;
}
.about_rest_secs_content {
    width: 50%;
    margin-top: 5%;
    padding-right: 40px;
}
.about_rest_secs_imgs {
    width: 50%;
}
.about_rest_secs_content.our_mission_content, .about_rest_secs_content.maintenance_content {
    padding-left: 40px;
    padding-right: unset;
}
.about_rest_secs_content h1 {
    font-size: 35px;
    font-weight: 700;
    color: #333;
    margin-bottom: 35px;
}

.about_rest_secs_content p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 0;
}



@media (max-width: 991px) {
    .about_content h1 { 
        width: 35%; 
    } 
    .about_us_rest_secs {
        display: block;
    }
    .about_us_rest_secs:nth-child(2n) {
        display: block;
    }
    .about_rest_secs_content h1 {
        margin: 20px 0px;
    }
    .about_us_rest_secs {
        margin-bottom: 30px;
    }
}

/* Footer Style  */
.site_footer {
    height: 250px;
    background-color: #D7D5D5;
    padding-top: 45px;
    position: absolute;
    width: 100%;
    bottom: -350px;
}
.site_footer_content h1 {
    color: #fff;
}
.site_footer_main .site_footer_components {
    margin-bottom:20px;
}
.site_footer_main .site_footer_components a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.site_footer_main .site_footer_components h3 {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
}

.site_footer_main .site_footer_components h3:after {
    content: "";
    border-bottom: 1px solid #000;
    width: 45px;
    position: relative;
    display: block;
    padding-top: 10px;
}
.site_footer_main .site_footer_components p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.nav_header .menu-icon , .nav_header .menu-btn {
  display: none;
}

@media (max-width: 991px) {

/* Burger mneu styles */
.nav_header {
    height: 120px;
}
.nav_header .dozan_nav {
    height: 120px;
}
.nav_header_right_items {
    float: unset;
    display: block;
    margin: 0;
}
.nav_header_logo span a img {
    width: 100px;
    height: 75px;
}
.nav_header_right_items li {
    margin: 15px 0px;
    position: relative;
    display: block;
    border-bottom: 1px solid #244061;
    padding-bottom: 10px;
}
.nav_header_right_items li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.nav_header_right_items li a:after {
    content: unset;
}

.nav_header .dozan_menu {
    display: none;
}
.nav_header .menu-btn:checked .nav_header .dozan_menu {
    max-height: 240px;
    display: block;
}
.nav_header .menu-icon {
    display: block;
    float: right;
    position: relative;
    top: 35px;
}
.nav_header .dozan_menu {
    clear: both;
    max-height: 240px;
    transition: max-height .2s ease-out;
    padding: 0;
    background-color: #DEE5E5;
    margin: 0px -35px;
    padding: 20px;
    border: 1px solid #2d4867;
    position: relative;
    top: 25px;
}
.nav_header .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
.nav_header .navicon:before,
.nav_header .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.nav_header .navicon:before {
  top: 5px;
}
.nav_header .navicon:after {
  top: -5px;
}
.nav_header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.nav_header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.nav_header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.nav_header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.nav_header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}



/* Footer responsive style */
.site_footer {
    height: 620px;
    bottom: -660px;
}
.site_footer_main .site_footer_components {
    margin-bottom: 20px;
}
.doazn_logo {
    text-align: center;
    margin-bottom: 40px;
}

.doazn_logo a img {
    width: 150px;
}
}