@font-face {
  font-family: mainfontar;
  src: url('fonts/mainfontar.otf');
}

 /* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) {


    
        /* some fixed elements start */
.width_fixed {
    width:350px;
}

.center_vertically {
    position: absolute;
    top:50%;
    right:0;
    transform: translate(0,-50%);
}

.center_vertically_plus_horiz {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.main_font {
    font-family: mainfontar;
}

.second_font {
    font-family: mainfontar;
}


.main_color_hover_fore:hover {
color:rgb(255,204,92);
}

.main_color_init_fore {
    color:rgb(255,204,92);
}

.main_color_init_back {
    background-color:rgb(255,204,92);
}

.main_color_hover_back:hover {
    background-color:rgb(255,204,92);
}

.main_color_border_top {
border-top-color:rgb(255,204,92);
}

.main_color_border_bottom {
    border-bottom-color:rgb(255,204,92);
    }

    .main_color_border_left {
        border-left-color:rgb(255,204,92);
        }

        .main_color_border_right {
            border-right-color:rgb(255,204,92);
            }

            .main_color_border {
                border-color:rgb(255,204,92);
                }


                .main_color_overlay {
                    background-color:rgba(255,204,92,0.7);
                    }



                .link_as_button {
                    display:inline-block;
                    width:auto;
                    min-width:180px;
                    height:auto;
                    min-height:40px;
                    text-decoration:none;
                    text-align:center;
                    line-height:40px;
                    border-radius:5px;
                }


                .bold_font {
                    font-weight:900;
                }
/* some fixed elements end */





    body,html {
        margin:0;
        padding:0;
        direction: rtl;
    }

    .container {
        width:100%;
    }


    /* header start */

    .fixed {
        position: fixed;
        top:0; left:0;
        width: 100%; 
    }

    .header_shadow {
        width:100%;
        height:140px;
        display:none;
    }

    .header {
        width:100%;
        height:140px;
        background-color:#fff;
        z-index:999999;
    }

    .header_inner {
        height:80px;
        margin: 0 auto;
        border-bottom:1px solid #eaeaea;
    }
    
                .header_inner_top_banner {
        width:100%;
        height:80px;
    }
    
.header_bottom_banner {
    width:100%;
    height:60px;
    background-color:#000;
}

.header_bottom_inner_banner {
    margin:0 auto;
    height:100%;
}

.header_bottom_inner_left {
    width:20%;
    float:right;
    height:100%;
    position:relative;
}

.header_bottom_inner_middle {
        width:60%;
    float:right;
    height:100%;
    position:relative;
}

.header_bottom_inner_right {
        width:20%;
    float:right;
    height:100%;
    position: relative;
}



    .logo_container {
        width:100%;
        height:100%;
        position: relative;
    }

    .image_logo {
        max-width:100%;
        max-height:90%;
        height:100px;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }

    .menu_container {
        width:30%;
        height:100%;
        float:right;
        position: relative;
        display:none;
    }

    .main_menu {
        display:none;
        padding:0;
        margin:0;
        width:100%;
        height:100%;
        z-index:9999;
    }

    .main_menu > li {
        display:inline-block;
        padding:0 10px;
        line-height:100px;
        position: relative;
   }
   
   .main_menu > li > i {
    margin-right:4px;
   }

   .main_menu > li > a {
        font-size:16px;
        color:#000;
        text-decoration:none;
        line-height:1.5;
        vertical-align: middle;
        display:inline-block;
        transition: color 0.5s;
   }

   .main_menu > li > ul {
       display:block;
       width:250px;
       height:0;
       padding:0;
       margin:0;
       position: absolute;
       top:125px;
       left:0;
       background-color:#fff;
       border-top-width:0;
       border-top-style: solid;
       transition: top 0.5s;
       overflow:hidden;
       box-sizing: border-box;
       z-index:9999;
   }

   .main_menu > li > ul > li {
       display:block;
       width:100%;
       height:auto;
       min-height:60px;
       padding:10px;
       box-sizing: border-box;
       border-bottom:1px solid #eaeaea;
       text-align:center;
       line-height:60px;
       transition: background-color 0.5s;
   }

   .main_menu > li:hover > ul {
        height:auto;
       top:100px;
       border-top-width:4px;
   }

   .main_menu > li > ul > li > a {
            font-size:15px;
            color:#000;
            display: inline-block;
            line-height: 1.5;
            vertical-align: middle;
            text-decoration:none;
            width:100%;
            height:100%;
   }

   .asider_container {
    width:30%;
    height:100%;
    float:right;
    padding-left:10px;
    box-sizing: border-box;
    line-height:100px;
    position: relative;
    display:none;
}

.lang_select {
    position: absolute;
    top:50%;
    left:5px;
    transform: translateY(-50%);
    z-index:999999;
}

.mobile_menu_button {
    font-size:30px;
    display:inline-block;
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    text-decoration: none;
}


.mobile_menu_container {
    width:100%;
    display:none;
    position: relative;
    z-index:999999;
}

.mobile_menu {
    width:100%;
    display:block;
    padding:0;
    margin:0;
    list-style-type:none;
    background-color:#eaeaea;
}

.mobile_menu > li {
    display:block;
    width:100%;
    height:auto;
    min-height:60px;
    border-bottom:1px solid #cccccc;
    text-align:center;
    position: relative;
    line-height:60px;
}

.mobile_menu > li > a {
    font-size:18px;
    text-decoration:none;
    color:#000;
    line-height:1.5;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
}

.mobile_menu > li > ul {
    display:block;
    list-style-type: none;
    width:100%;
    padding:0;
    margin:0;
    background-color:#cccccc;
    display:none;
}

.mobile_menu > li > ul > li {
    display:block;
    width:100%;
    padding:10px;
    min-height:40px;
    box-sizing: border-box;
    border-bottom:1px solid #a3a3a3;
    line-height:40px;
}

.mobile_menu > li > ul > li > a {
    font-size:24px;
    color:#000;
    text-decoration:none;
    line-height:1.5;
    vertical-align: middle;
    display: inline-block;
}

.mobile_menu_tick {
    font-size:24px;
    position: absolute;
    display:block;
    left:20px;
    top:5px;
}



/* header end */


/* slider start */

.main_slider {
    width:100%;
    direction: ltr;
    
}

.slider_container {
    width:100%; 
}

.slider_container:hover .slider_arrow {
    opacity: 1;
}

.one_slider {
    width:100%;
    position: relative;
    background-size: cover;
}

.one_slider_overlay {
    background-color:rgba(0,0,0,0.6);
    width:100%;
    padding-top:44%;
    box-sizing: border-box;
}



.one_slider_content {
    padding:10px;
    box-sizing: border-box;
    text-align: center;
    min-width:350px;

    overflow: hidden;
}

.one_slider_content > h6 {
    font-size:15px;
    margin-bottom:20px;
}

.one_slider_content > h1 {
    font-size:15px;
    margin-top:20px;
    margin-bottom:10px;
    color:#fff;
}

.one_slider_content > a {
    font-size:20px;
    color:#fff;
    margin-top:10px;
    transition: background-color 0.5s;
}

.one_slider_content > a:hover {
    background-color:#000;
}

.slider_arrow {
    width:40px;
    height:40px;
    border:1px solid #ffeabd;
    text-align:center;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index:999;
    cursor:pointer;
    transition: background-color 0.5s;
    opacity: 0;
    transition: opacity 0.5s,background-color 0.5s;
}

.slider_arrow > i {
    font-size:20px;
    line-height:40px;
    color:#ffeabd;;
    transition: color 0.5s;
}

.main_slider_left_arrow {
    left:20px;
}

.main_slider_right_arrow {
    right:20px;
}

.slider_arrow:hover > i {
    color:#fff;
}


/* slider end */


/* service ad start  */

.services_ad_section {
    width:100%;
    height:auto;
    position: relative;
}

.services_ad_section_inner {
    height:auto;
    padding:20px 0;
    margin:0 auto;
}

.services_ad_left {
    width:100%;
    height:100%;
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
}

.services_ad_left_left {
    width:100%;
    height:300px;
    background-size: cover;
    display:none;
}

.services_ad_left_right {
    width:100%;
    height:auto;
    border-left-style: solid;
    border-left-width: 10px;
    box-sizing: border-box;
    padding:10px;
    text-align:center;
}

.services_ad_left_right > p {
  font-size:16px;
  color:#000;
}

.services_ad_left_right > a {
    font-size:22px;
    text-decoration: none;
}

.services_ad_right {
    width:100%;
    height:100%;
    text-align:center;
    padding:10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    margin-top:10px;
}

.services_ad_right > i {
    font-size:30px;
    color:#000;
}

.services_ad_num {
    font-size:25px;
    color:#fff;
    margin-top:10px;
    display: inline-block;
}

.services_ad_label {
    font-size:10px;
    color:#000;
    margin-top:10px;
    display: inline-block;
}

/* service ad end  */


/* services start */

.services_section {
    width:100%;
    padding-top:30px;
    padding-bottom:60px;
}

.services_section_inner {
    margin:0 auto;
}

.services_title_container {
    width:100%;
    padding:20px;
    box-sizing: border-box;
    text-align: center;
}

.service_label1 {
    font-size:22px;
}

.services_content_container {
    width:100%;
}

.one_service {
    width:100%;
    margin-top:10px;
}

.one_service_inner {
    width:93%;
    height:100%;
    text-align: center;
    background-color:#eaeaea;
}

.one_service_inner_overlay {
    width:100%;
    height:100%;
    padding:40px 20px;
    box-sizing: border-box;
    background-color:rgba(0,0,0,0.6);
}

.one_service_inner_overlay > h3 {
    color:#fff;
}

.one_service_inner_overlay > i {
    font-size:60px;
}

.one_service_inner_overlay > a {
    background-color:#fff;
    transition: all 0.5s;
}

.one_service_inner_overlay > a:hover {
    color:#fff;
}




/* services end  */


/* project start */

.project_section {
    width:100%;
    background-color:#fff;
    padding:60px 0;
}


.project_title_container {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
}

.project_title_container > p {
    font-size:30px;
}

.project_title_container > h2 {
    font-size:22px;
}

.project_content_container {
    width:100%;
    padding:10px 0;
}


.one_project {
    width:100%;
    margin-top:10px;
}

.one_project_inner {
    width:95%;
    position: relative;
    background-size:cover;
    padding-top:60%;
    margin:0 auto;
    overflow: hidden;
}


.one_project_inner_overlay {
        display:block;
    text-decoration:none;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:999;
    background-color:rgba(0,0,0);
    opacity:0;
    transition: opacity 0.5s;
}

.one_project_inner:hover .one_project_inner_overlay {
    opacity:0.4;
}


.one_project_details {
    width:100%;
    height:auto;
    min-height: 40px;
    background-color:rgba(103,94,97,1);
    padding:10px;
    box-sizing: border-box;
    position: absolute;
    bottom:0px;
    right:0;
    z-index:9999;
}

.one_project_inner:hover .one_project_details {
    bottom:0;
}


.one_project_details > a {
    font-size:16px;
    color:#000;
    text-decoration:none;
}

.one_project_details > h6 {
    font-size:18px;
    margin-top:5px;
}

/* project end  */


/* statistics start */

.stat_section {
    width:100%;
    background-size:cover;
}
.stat_section_overlay {
    width:100%;
    background-color: rgba(0,0,0,0.8);
}

.stat_section_inner {
    margin: 0 auto;
    padding-top:150%;
    position: relative;
}

.stat_section_inner_overlay {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.stat_section_title_container {
    width:100%;
    padding:80px 0 10px 0;
    box-sizing: border-box;
    text-align:center;
}

.stat_section_title_container > h2 {
font-size:35px;
color:#fff;
}

.stat_section_content {
    width:100%;
    padding:20px 0;
}

.one_stat {
    width:50%;
    float:right;
}

.one_stat_inner {
    width:93%;
}

.stat1 {
    text-align:left;
    float:right;
}

.stat2 {
    text-align:center;
    margin:0 auto;
}

.stat3 {
    text-align:right;
    float:left;
}

.one_stat_inner > h1 {
    font-size:40px;
    margin-bottom:10px;
}

.one_stat_inner > p {
    font-size:22px;
    color:#fff;
    margin-top:10px;
}

/* statistics end  */




/* faq start */


.faq_section {
    width: 100%;
}

.faq_section_inner {
    margin: 0 auto;
    padding:60px 0 0 0;
}

.faq_section_left,.faq_section_right {
    width:100%;
}

.faq_section_left_top {
    width:100%;
    padding-bottom:20px;
}

.faq_section_left_top >h4 {
    font-size:22px;
    margin-bottom:10px;
}

.faq_section_left_top >h2 {
    font-size:26px;
    color:#000;
    font-weight:900;
    margin-top:10px;
}

.faq_section_left_top > p {
    font-size:18px;
    color:#000;
}

.faq_section_left_content {
    width:100%;
    padding-top:10px;
}


.one_faq {
    width:100%;
    border:1px solid #000;
    border-radius:5px;
    margin-top:15px;
}

.one_faq_q {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    position: relative;
}

.one_faq_q > label {
    font-size:18px;
    color:#000;
    display: inline-block;
    max-width:90%;
}

.one_faq_q > a {
    font-size:18px;
    color:#000;
    position: absolute;
    top:10px;
    left:10px;
    transition: all 0.5s;
}

.one_faq_a {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    border-top:1px solid #000;
}

.closed_faq  .one_faq_a {
    display: none;
}


.one_faq_a > p {
    font-size:16px;
    margin:5px 0;
}

.open_faq  .one_faq_q a {
    transform : rotate(90deg);
}

.faq_section_right {
    text-align: center;
}
.faq_section_right > img {
    height:724px;
    display: block;
    margin:0 auto;
}

.faq_section_left_bottom {
    width:100%;
    padding:20px 0;
}


.faq_section_left_bottom  > a {
    font-size:24px;
    text-decoration: none;
}


/* faq end  */












/* testimonial start  */

.testimonial_section {
    width:100%;
    height:600px;
    position: relative;
    background-color:#eaeaea;
}

.testimonial_container {
    position: absolute;
    top:0;
    width: 100%;
    height:100%;
    background-size:cover;
}


.testimonial_container_overlay {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}


.testimonial_box_above {
    width:350px;
    height:400px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.testimonial_box_above_left {
    width:100px;
    height:100%;
    float:left;
    position: relative;
}

.testimonial_box_above_left_center_block {
    width:100%;
    height:300px;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}

.one_testimonial_nav {
    width:100%;
    height:100px;
}

.one_testimonial_nav_inner {
    width:70px;
    height:70%;
    background-size:cover;
    margin-left:auto;
    margin-right:auto;
    opacity:0.5;
    transition: all 0.5s;
}

.one_testimonial_nav_inner:hover {
    opacity: 1;
    width:90px;
    height:90%;
}

.testimonial_box_above_right {
    width:250px;
    height:100%;
    float:left;
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    position: relative;
    background-image:url("../images/testimonial/flower.png");
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size:60px 60px;
}

.testimonial_box_under {
    width:100%;
    height:100%;
    position: absolute;
    right:-20px;
    top:20px;
    border-width:1px;
    border-style: solid;
    z-index:-999;
}

.testimonial_text_slider {
    width:100%;
    height:100%;
    direction: ltr;
}

.one_testimonial {
    width:100%;
    height:100%;
}

.one_testimonial_inner {
    width:90%;
    height:100%;
    margin:0 auto;
    padding:20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.one_testimonial_inner > div {
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}

.one_testimonial_inner > div > i {
    font-size:50px;
}

.one_testimonial_inner > div >p {
    font-size:20px;
    color:#000;
}

.one_testimonial_inner > div > h2 {
    font-size:24px;
    margin-bottom:5px;
}

.one_testimonial_inner > div >label {
    font-size:22px;
    margin-top:5px;
}


.slick-vertical .slick-slide {
    height:100px;
}

.testimonial_text_slider .slick-list {
    height:100%;
}
.testimonial_text_slider  .slick-track {
    height:100%;
}

.one_testimonial_nav.slick-current > .one_testimonial_nav_inner {
    opacity: 1;
    width:90px;
    height:90%;
}


/* testimonial  end  */




/* team section start */


.team_section {
    width:100%;
}

.team_section_inner {
    margin: 0 auto;
    padding:80px 0;
}


.team_section_title_container {
    width:100%;
    padding:20px 0;
    text-align: center;
}

.team_section_title_container > p {
    font-size:22px;
    margin-bottom:10px;
}

.team_section_title_container > h2 {
    font-size:35px;
    margin-top:10px;
}


.team_section_content {
    width:100%;
    padding:20px 0;
}


.one_team {
    width:100%;
    height:350px;
    float:right;
}

.one_team:not(:first-child) {
    margin-top:100px;
}

.one_team_inner {
    width:95%;
    height:100%;
    background-size:cover;
    position: relative;
    margin:0 auto;
}


.one_team_inner_overlay {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    position: relative;
    opacity:0;
    transition: all 0.5s;
}

.team_social_container {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    min-width:80%;
    text-align: center;
}

.team_icon_container {
    display: inline-block;
    width:60px;
    height:60px;
    background-color:#fff;
    color:#d6d6d6;
    text-align:center;
    line-height:60px;
    border-radius:100px;
    transition: all 0.5s;
    transform: scale(1);
}

.team_icon_container:hover {
    color:#fff;
}


.one_team_name_box {
    width:60%;
    height:100px;
    position: absolute;
    background-color:#fff;
    left:50%;
    bottom:-50px;
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
text-align:center;
padding:20px;
box-sizing: border-box;
}

.one_team_name_box > h4 {
    margin-top:0;
    font-size:20px;
    margin-bottom:7px;
}


.one_team_name_box > p {
    font-size:18px;
    margin-top:7px;
}

.one_team_inner:hover > .one_team_inner_overlay {
    opacity:1;
    
}


.one_team_inner:hover  .team_icon_container {
    animation: createBox 1s;
}



/* team section end  */


/* about start */

.about_section {
    width:100%;
    background-color:#eaeaea;
}

.about_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.about_left,.about_right {
    width:100%;
}

.about_left {
    padding:10px 0;
}

.about_left > h6 {
    font-size:22px;
    margin-bottom:5px;
    margin-top:0;
}

.about_left > h2 {
    font-size:26px;
    margin-top:5px;
}

.about_left > p {
    font-size:16px;
}

.about_left > a {
    font-size:22px;
    background-color:#000;
    transition: all 0.5s;
    color:#fff;
}

.about_right > img {
    max-width:100%;
}

/* about end  */


/* blog start */

.blog_section {
    width:100%;
    background-color:#eaeaea;
}

.blog_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.blog_title_container {
    width:100%;
    padding:20px 0;
    text-align: center;
}

.blog_title_container > p {
    font-size:22px;
}

.blog_content_container {
    width:100%;
    padding:10px 0 10px 0;
}

.one_blog {
    width:100%;
    height:450px;
}



.one_blog:not(:first-child) {
margin-top:20px;
}

.one_blog_inner {
    width:95%;
    height:100%;
    margin:0 auto;
    background-size:cover;
    position: relative;
}

.one_blog_inner_top {
    width:100%;
    height:450px;
    position: relative;
}

.one_blog_static_image_div {
    width:100%;
    height:100%;
    background-size:cover;
}


.one_blog_inner_image_gallery_container {
    width:100%;
    height:100%;
    direction: ltr !important;
}

.one_blog_dynamic_image_div {
    width:100%;
    height:100%;
    background-size:cover;
}

.one_blog_inner_overlay {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-color:#000;
    opacity:0;
    transition: all 0.5s;
}

.one_blog_inner_top:hover .one_blog_inner_overlay {
    opacity:0.5;
}

.blog_bottom_title_container {
    width: 100%;
    height:auto;
    min-height:30px;
    padding:10px;
    box-sizing:border-box;
    background-color:rgba(0,0,0,0.5);
    position: absolute;
    top:0;
    left:0;
}

.blog_bottom_title_container > h4 {
    color:#fff;
    font-size:20px;
    margin:5px;
}

.one_blog_inner_bottom {
    width:100%;
    height:80px;
    padding:10px;
    box-sizing:border-box;
    position: absolute;
    bottom:0;
    left:0;
    text-align:center;
}

.one_blog_inner_image_gallery_container .slick-track {
    height:450px;
}

/* blog end */


/* footer section start */

.footer_section {
    width:100%;
    background-size:cover;
}

.footer_section_overlay {
    width:100%;
    background-color:rgba(0,0,0,0.8);
}

.footer_section_inner {
    margin: 0 auto;
    padding:100px 0;
}

.one_footer {
    width:100%;
    margin-top:40px;
}

.one_footer_inner {
    width:90%;
    margin:0 auto;
    padding:10px;
    box-sizing: border-box;
}

.footer_title_label {
    color:#fff;
    font-size:35px;
    margin-bottom:10px;
    margin-top:0;
}

.footer_details_p {
    font-size:16px;
    color:#fff;
}

.footer_social_menu {
    display:block;
    padding:0;
    margin:0;
}

.footer_social_menu > li {
    display:inline-block;
    padding:5px;
}

.footer_social_menu > li > a {
    display:block;
    width:40px;
    height:40px;
    background-color:#fff;
    border-radius: 100px;
    font-size:20px;
    color:#d6d6d6;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
}

.footer_social_menu > li > a:hover {
    color:#fff;
}

.footer_list {
    padding:0;
    margin:0;
    display: block;
}

.footer_list > li {
    display:block;
    margin-top:10px;
}

.footer_list > li > a {
    color:#a8a6a6;
    font-size:16px;
    text-decoration:none;
    transition: all 0.5s;
}

.footer_list2 {
    padding:0;
    margin:0;
    display: block;
}

.footer_list2 > li {
    display:block;
    margin-top:10px;
}

.footer_list2 > li > i {
    font-size:17px;
}

.footer_list2 > li > label,.footer_list2 > li > a {
    font-size:17px;
    color:#eeeeee;
    text-decoration: none;
    margin-right:10px;
    transition: all 0.5s;
}



.input_container {
    width:180px;
    height:40px;
    border:1px solid #fff;
}


.input_container_left {
    width:140px;
    height:100%;
    float:right;
}

.input_sub {
    width:100%;
    height:100%;
    border:none;
    font-size:20px;
    padding:5px;
    box-sizing: border-box;
}

.input_container_right {
    width:40px;
    height:100%;
    float:right;
    text-align:center;
}

.input_container_right > a {
    color:#fff;
    line-height:40px;
    font-size:16px;
    display:block;
    width:100%;
    height:100%;
}


/* footer section end  */



/* footer bottom start */

.footer_bottom_section {
    width:100%;
    background-color:#000;
}

.footer_bottom_section_inner {
    margin: 0 auto;
    padding:30px 0;
}

.footer_bottom_left, .footer_bottom_right {
    width:100%;
    padding:10px 0;
}


.footer_bottom_left > label {
    font-size:24px;
    color:#fff;
}

.footer_menu3 {
    display:block;
    padding:0;
    margin:0;
    list-style-type: none;
    margin-top:5px;
}

.footer_menu3 > li  {
    display: inline-block;
    text-align: right;
    margin-right:10px;
}

.footer_menu3 > li > a {
    font-size:17px;
    color:#fff;
    text-decoration: none;
    transition: all 0.5s;
}

/* footer bottom end  */


.totop_button {
    display:block;
    width:50px;
    height:50px;
    text-align:center;
    position: fixed;
    left:20px;
    bottom:40px;
    display:none;
    z-index:999999;
}

.totop_button > i {
    font-size:25px;
    line-height:50px;
    color:#fff;

}


/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

/* about page start */


.page_title_banner_section {
    width:100%;
    background-size: cover;
}

.page_title_banner_section_overlay {
    width:100%;
    background-color:rgba(0,0,0,0.6);
    position: relative;
    padding-top:25%;
}



.page_title_content_container {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    text-align:center;
    width:100%;
}

.page_title_content_container > h2 {
    font-size:30px;
    color:#fff;
    margin-bottom:10px;
}

.page_nav_menu {
    display:block;
    list-style-type: none;
    padding:0;
    margin:0;
}

.page_nav_menu > li {
    display:inline-block;
}

.page_nav_menu > li:not(:last-child):after {
    content:" / ";
    font-size:20px;
    color:#fff;
    margin-left:5px;
    margin-right:5px;
}

.page_nav_menu > li > a {
    font-size:20px;
    text-decoration:none;
    color:#fff;
}

.page_nav_menu > li > label {
    font-size:20px;
}



/* about page details start */

.about_in_about_page_section {
    width:100%;
}

.about_in_about_page_section_inner {
    margin:0 auto;
    padding:80px 0;
}

.about_in_about_page_section_top {
    width:100%;
    text-align: center;
}

.about_in_about_page_section_top > h4 {
    font-size:26px;
}


.about_in_about_page_section_top > h2 {
    font-size:35px;
    color:#000;
}

.about_in_about_page_section_top > p {
    font-size:20px;
    color:#000;
}

.about_main_image {
    width:100%;
    max-width:100%;
    margin-top:20px;
}

.about_in_about_page_section_bottom {
    width:100%;
}

.about_in_about_page_section_bottom_div1 {
    width:100%;
    padding:50px 0;
}

.about_in_about_page_section_bottom_div1 > label {

    font-size:30px;

}

.about_in_about_page_section_bottom_div2 {
    width:100%;
}

.about_in_about_page_section_bottom_div2_left,.about_in_about_page_section_bottom_div2_right {
    width:100%;
    padding:40px 20px;
    box-sizing: border-box;
    text-align:right;
}

.about_secondary_images {
    width:100%;
    max-width:100%;
}


/* about page details end  */


/* about ad start */


.about_ad_section {
    width:100%;
    height:auto;
    padding:40px 0;
}

.about_ad_section_inner {
    margin:0 auto;
    padding:10px;
    text-align: center;
    box-sizing: border-box;
}

.about_ad_section_inner > h2 {
    color:#fff;
    font-size:50px;
}

.about_ad_section_inner > p {
    color:#fff;
    font-size:24px;
}

.about_ad_section_inner > a {
    background-color:#fff;
    margin-top:40px;
    color:#000;
}

/* about ad end */


/* brands start */

.brand_section {
    width:100%;
    background-color: #eaeaea;
}

.brand_Section_inner {
    margin:0 auto;
    padding:60px 0;
}

.brands_gallery {
    width:100%;
    direction: ltr;
}

.one_brand {
    width:100%;
}

.one_brand_inner {
    width:90%;
    margin:0 auto;
    text-align:center;
    text-align:center;
}

.one_brand_inner  img {
    max-width:100%;
}


/* brands end */


/* about page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/




/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* faqs page start */



.faqs_in_faqs_page_section {
    width:100%;
}

.faqs_in_faqs_page_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.faqs_in_faqs_page_section_left {
    width:100%;
    padding:10px;
    box-sizing: border-box;
}

.faqs_in_faqs_page_section_right {
    width:100%;
    padding:10px;
    box-sizing: border-box;
}


.question_form_container {
    width:100%;
    padding:20px;
    background-color:#eaeaea;
    box-sizing: border-box;
}


.question_form_title_div {
    width:100%;
    padding:5px 0;
}

.question_form_label {
    font-size:26px;
}


.question_form {
    width:100%;
}


.question_input_container {
    width:100%;
    padding:10px 0;
}

.question_input_text {
    width:100%;
    height:40px;
    border:none;
    font-size:22px;
    padding:10px;
    box-sizing: border-box;
}

.question_input_textarea {
    width:100%;
    height:140px;
    border:none;
    font-size:22px;
    padding:10px;
    box-sizing: border-box;
}


.question_input_submit {
    width:200px;
    height:40px;
    border-radius:10px;
    color:#fff;
    border:none;
    font-size:22px;
    cursor:pointer;
    transition: all 0.5s;

}

.question_input_submit:hover {
    background-color:#000;
}


.question_input_text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .question_input_text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .question_input_text::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }


  .question_input_textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color: #8E8E8E
  }
  
  .question_input_textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
  }
  
  .question_input_textarea::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }




/* faqs page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/


/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* Services details page start */


.services_details_section {
    width:100%;
}

.services_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.service_details_container {
    width:100%;
    padding:5px;
}

.service_details_main_image {
    max-width:100%;
}

.service_gallery_container {
    padding:20px 0;
    width:100%;
}

.one_service_gallery {
    width:100%;
    height:190px;
    float:right;
    margin-top:15px;
}

.one_service_gallery_inner {
    width:93%;
    margin:0 auto;
    height:100%;
    background-size:cover;
    position: relative;
}

.one_service_gallery_inner > a {
    display:block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.6);
    text-decoration: none;
    opacity:0;
    transition: all 0.5s;
}

.one_service_gallery_inner > a > i {
    font-size:30px;
    color:#fff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.one_service_gallery_inner:hover > a {
    opacity:1;
}



/* servuices details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/


/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* Project details page start */

.projects_details_section {
    width:100%;
}

.projects_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.project_details_title {
    width:100%;
    padding:10px 0;
    text-align:center;
}

.project_details_title > h2 {
    font-size:40px;
}

.project_details_left {
    width:100%;
    box-sizing: border-box;
}

.project_sep_div {
    width:100%;
    padding:5px 0;
}

.project_sep_div > img {
    max-width:100%;
}

.project_details_right {
    width:100%;
    box-sizing: border-box;
    padding-top:5px;
}

.project_box_container {
    width:100%;
    padding:20px;
    box-sizing: border-box;
    border:1px solid #d6d6d6;
}

.project_info_h2 {
    font-size: 24px;
    font-weight:900;
    color:#000;
}

.project_info_list {
    width:100%;
}

.one_project_info {
    width:100%;
    padding:10px 0;
    border-bottom:1px solid #d6d6d6;
}

.one_project_info_left {
    width:30%;
    float:right;
    padding:5px;
    box-sizing: border-box;
}

.one_project_info_left > label {
    font-size:20px;
    font-weight:900;
}

.one_project_info_right {
    width:70%;
    float:right;
    padding:5px;
    box-sizing: border-box;
    text-align:left;
}

.one_project_info_right > label {
    font-size:17px;
}

.main_content_project_container {
    padding:20px 0;
}


/* Project details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/



/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* blog details page start */

.blog_details_section {
    width:100%;
}

.blog_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.blog_sep {
    width:100%;
    padding:5px 0;
}

.blog_sep2 {
    width:100%;
    padding:20px 0;
}

.blog_date_top {
    font-size:16px;
}

.blog_date_top:after {
    content:"|";
    margin-left:5px;
    margin-right:5px;
    font-size:16px;
}

.blog_author_top {
    font-size:16px;
}

.blog_title_top {
    font-size:26px;
}

.blog_image {
    max-width:100%;
}

.blog_tags_menu {
    display:block;
    list-style-type: none;
    padding:0;
    margin:0;
}

.blog_tags_menu > li {
    display:inline-block;
    padding:5px;
    text-align:center;
}

.blog_tags_menu > li > label {
    display:block;
    width:auto;
    min-width:70px;
    padding:5px;
    color:#fff;
    height:30px;
    line-height:30px;
    border-radius:5px;
    transition: all 0.5s;
}

.blog_tags_menu > li > label:hover {
    background-color:#000;
}


.blog_comments_container {
    width:100%;
}

.comments_num_label {
    font-size:26px;
}


.one_comment {
    width:100%;
    margin-top:20px;
}

.one_comment_left {
    width:20%;
    float:right;
    position: relative;
    height:200px;
}


.comment_image_person_container {
    width:60px;
    height:60px;
    border-radius:100px;
    position: absolute;
    top:1px;
    left:50%;
    transform: translateX(-50%);
    background-size:cover;
}

.one_comment_right {
    width:80%;
    padding:10px;
    box-sizing: border-box;
    float:right;
    border:1px solid #d6d6d6;
}

.blog_comment_name_h4 {
    font-size:26px;
    margin-top:0;
    margin-bottom:5px;
}

.blog_comment_date_label {
    font-size:20px;
}

.blog_comment_text_p {
font-size:18px;
margin-top:15px;
color:#b7b7b7;
}


.blog_comment_form_container {
    width:100%;
    padding:20px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}


.comment_form_body_left {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    
}

.comment_form_body_right {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    
}

.comment_personal_picture_div {
    width:60%;
    height:210px;
    background-size:cover;
    position: relative;
    border:1px solid #000;
    cursor:pointer;
    margin-left:auto;
    margin-right:auto;
}


.one_form_comment_line {
    width:100%;
    padding:5px 0;
}

.comment_form_title {
    font-size:26px;
    margin-top:10px;
    margin-bottom:10px;
}

.comment_one_input_in_line {
    width:100%;
    padding:10px 0;
}

.text_input_in_line {
    width:100%;
    height:40px;
    border:1px solid #d6d6d6;
    font-size:18px;
    padding:10px;
    box-sizing: border-box;
}


.textarea_comment {
    width:100%;
    height:140px;
    border:1px solid #d6d6d6;
    padding:10px;
    box-sizing:border-box;
    font-size:18px;
    margin-top:10px;
    
}

.comment_placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .comment_placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .comment_placeholder::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }


  .comment_form_submit {
      width:170px;
      height:40px;
      border:none;
      text-align:center;
      cursor: pointer;
      border-radius: 5px;
      color:#fff;
      transition: all 0.5s;
      font-size:18px;
  }

  .comment_form_submit:hover {
      background-color:#000;
  }


/* blog details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* contact page start */


.contact_section {
    width:100%;
}

.contact_section_inner {
    margin:0 auto;
    padding:40px 0;
}

.contact_row {
    width:100%;
    padding:10px 0;
}

.contact_top {
    width:100%;
}

.one_contact {
    width:100%;
    float:right;
    margin-top:25px;
}

.one_contact_inner {
    width:100%;
    padding:20px;
    box-sizing: border-box;
    border:1px solid #d6d6d6;
    text-align:center;
}


.one_contact_inner_row {
    padding:10px 0;
}

.contact_icon {
    font-size:60px;
}

.contact_title {
    margin-top:0;
    margin-bottom:0;
    font-size:30px;
    overflow-wrap: break-word;
}

.contact_value {
    margin-top:0;
    margin-bottom:0;
    font-size:22px;
    color:#7a7a7a;
    overflow-wrap: break-word;
}

.contact_value_a {
    font-size:22px;
    color:#7a7a7a;
    text-decoration:none;
    transition: all 0.5s;
    overflow-wrap: break-word;
}

.contact_value_a:not(:first-child) {
    margin-top:5px;
}


.contact_section_bottom {
    width:100%;
    padding:10px 0;
}

.contact_bottom_left {
    width:100%;
    padding:10px 0;
}

.contact_form_div {
    width:100%;
    box-sizing: border-box;
    background-color: #f4f4f4;
    padding:20px;
}

.contact_form {
    width:100%;
    margin:0;
    padding:0;
}

.contact_form_row {
    width:100%;
    padding:10px;
    box-sizing: border-box;
}

.contact_title_h2 {
    font-size:26px;
    margin-top:0;
    margin-bottom:0;
}

.one_contact_input_container {
    width:100%;
    padding:10px 0;
}

.contact_input_text {
    width:100%;
    height:35px;
    border:1px solid #d6d6d6;
    padding:5px;
    box-sizing: border-box;
    font-size:16px;
}

.contact_form_row.no_padding {
    padding:0 10px !important;
}

.contact_input_textarea {
    width:100%;
    height:140px;
    border:1px solid #d6d6d6;
    padding:5px;
    box-sizing: border-box;
    font-size:16px;  
}


.contact_form_placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .contact_form_placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .contact_form_placeholder::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }

  .contact_input_submit {
      width:100%;
      text-align:center;
      height:40px;
      border-radius:5px;
      cursor: pointer;
      border:1px solid #d6d6d6;
      color:#fff;
      font-size:16px;
      transition: all 0.5s;
  }

  .contact_input_submit:hover {
      background-color:#000;
  }


.contact_bottom_right {
    width:100%;
    padding:10px 0;
}

.contact_image {
    max-width:100%;
}

/* contact page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

.one_service_inner_right {
    float:none;
}


 }

 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-width: 600px) and (max-width: 767px) {


        /* some fixed elements start */
.width_fixed {
    width:580px;
}

.center_vertically {
    position: absolute;
    top:50%;
    right:0;
    transform: translate(0,-50%);
}

.center_vertically_plus_horiz {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.main_font {
    font-family: mainfontar;
}

.second_font {
font-family: mainfontar;
}






.main_color_hover_fore:hover {
color:rgb(255,204,92);
}

.main_color_init_fore {
    color:rgb(255,204,92);
}

.main_color_init_back {
    background-color:rgb(255,204,92);
}

.main_color_hover_back:hover {
    background-color:rgb(255,204,92);
}

.main_color_border_top {
border-top-color:rgb(255,204,92);
}

.main_color_border_bottom {
    border-bottom-color:rgb(255,204,92);
    }

    .main_color_border_left {
        border-left-color:rgb(255,204,92);
        }

        .main_color_border_right {
            border-right-color:rgb(255,204,92);
            }

            .main_color_border {
                border-color:rgb(255,204,92);
                }


                .main_color_overlay {
                    background-color:rgba(255,204,92,0.7);
                    }



                .link_as_button {
                    display:inline-block;
                    width:auto;
                    min-width:180px;
                    height:auto;
                    min-height:40px;
                    text-decoration:none;
                    text-align:center;
                    line-height:40px;
                    border-radius:5px;
                }


                .bold_font {
                    font-weight:900;
                }
/* some fixed elements end */





    body,html {
        margin:0;
        padding:0;
        direction: rtl;
    }

    .container {
        width:100%;
    }


    /* header start */

    .fixed {
        position: fixed;
        top:0; left:0;
        width: 100%; 
    }

    .header_shadow {
        width:100%;
        height:180px;
        display:none;
    }

    .header {
        width:100%;
        height:180px;
        background-color:#fff;
        z-index:999999;
    }

    .header_inner {
        height:120px;
        margin: 0 auto;
        border-bottom:1px solid #eaeaea;
    }
    
    
            .header_inner_top_banner {
        width:100%;
        height:120px;
    }
    
.header_bottom_banner {
    width:100%;
    height:60px;
    background-color:#000;
}

.header_bottom_inner_banner {
    margin:0 auto;
    height:100%;
}

.header_bottom_inner_left {
    width:20%;
    float:right;
    height:100%;
    position:relative;
}

.header_bottom_inner_middle {
        width:60%;
    float:right;
    height:100%;
    position:relative;
}

.header_bottom_inner_right {
        width:20%;
    float:right;
    height:100%;
    position: relative;
}




    .logo_container {
        width:100%;
        height:100%;
        position: relative;
    }

    .image_logo {
        max-width:100%;
        max-height:100%;
        height:100px;
        position: absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
    }

    .menu_container {
        width:65%;
        height:100%;
        float:right;
        position: relative;
        display:none;
    }

    .main_menu {
        display:none;
        padding:0;
        margin:0;
        width:100%;
        height:100%;
        z-index:9999;
    }

    .main_menu > li {
        display:inline-block;
        padding:0 10px;
        line-height:100px;
        position: relative;
   }
   .main_menu > li > i {
   margin-right:4px;
   }

   .main_menu > li > a {
        font-size:18px;
        color:#000;
        text-decoration:none;
        line-height:1.5;
        vertical-align: middle;
        display:inline-block;
        transition: color 0.5s;
   }

   .main_menu > li > ul {
       display:block;
       width:250px;
       height:0;
       padding:0;
       margin:0;
       position: absolute;
       top:125px;
       left:0;
       background-color:#fff;
       border-top-width:0;
       border-top-style: solid;
       transition: top 0.5s;
       overflow:hidden;
       box-sizing: border-box;
       z-index:9999;
   }

   .main_menu > li > ul > li {
       display:block;
       width:100%;
       height:auto;
       min-height:60px;
       padding:10px;
       box-sizing: border-box;
       border-bottom:1px solid #eaeaea;
       text-align:center;
       line-height:60px;
       transition: background-color 0.5s;
   }

   .main_menu > li:hover > ul {
        height:auto;
       top:100px;
       border-top-width:4px;
   }

   .main_menu > li > ul > li > a {
            font-size:15px;
            color:#000;
            display: inline-block;
            line-height: 1.5;
            vertical-align: middle;
            text-decoration:none;
            width:100%;
            height:100%;
   }

   .asider_container {
    width:15%;
    height:100%;
    float:right;
    padding-left:10px;
    box-sizing: border-box;
    line-height:100px;
    position: relative;
    display:none;
}

.lang_select {
    position: absolute;
    top:50%;
    left:5px;
    transform: translateY(-50%);
    z-index:999999;
}

.mobile_menu_button {
    font-size:30px;
    display:inline-block;
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    text-decoration: none;
}


.mobile_menu_container {
    width:100%;
    display:none;
    position: relative;
    z-index:999999;
}

.mobile_menu {
    width:100%;
    display:block;
    padding:0;
    margin:0;
    list-style-type:none;
    background-color:#eaeaea;
}

.mobile_menu > li {
    display:block;
    width:100%;
    height:auto;
    min-height:60px;
    border-bottom:1px solid #cccccc;
    text-align:center;
    position: relative;
    line-height:60px;
}

.mobile_menu > li > a {
    font-size:18px;
    text-decoration:none;
    color:#000;
    line-height:1.5;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
}

.mobile_menu > li > ul {
    display:block;
    list-style-type: none;
    width:100%;
    padding:0;
    margin:0;
    background-color:#cccccc;
    display:none;
}

.mobile_menu > li > ul > li {
    display:block;
    width:100%;
    padding:10px;
    min-height:40px;
    box-sizing: border-box;
    border-bottom:1px solid #a3a3a3;
    line-height:40px;
}

.mobile_menu > li > ul > li > a {
    font-size:24px;
    color:#000;
    text-decoration:none;
    line-height:1.5;
    vertical-align: middle;
    display: inline-block;
}

.mobile_menu_tick {
    font-size:24px;
    position: absolute;
    display:block;
    left:20px;
    top:5px;
}



/* header end */


/* slider start */

.main_slider {
    width:100%;
    direction: ltr;
    
}

.slider_container {
    width:100%; 
}

.slider_container:hover .slider_arrow {
    opacity: 1;
}

.one_slider {
    width:100%;
    position: relative;
    background-size: cover;
}

.one_slider_overlay {
    background-color:rgba(0,0,0,0.6);
    width:100%;
    padding-top:44%;
    box-sizing: border-box;
}



.one_slider_content {
    padding:10px;
    box-sizing: border-box;
    text-align: center;
    min-width:700px;
  
    overflow: hidden;
}

.one_slider_content > h6 {
    font-size:20px;
    margin-bottom:20px;
}

.one_slider_content > h1 {
    font-size:30px;
    margin-top:20px;
    margin-bottom:10px;
    color:#fff;
}

.one_slider_content > a {
    font-size:20px;
    color:#fff;
    margin-top:10px;
    transition: background-color 0.5s;
}

.one_slider_content > a:hover {
    background-color:#000;
}

.slider_arrow {
    width:40px;
    height:40px;
    border:1px solid #ffeabd;
    text-align:center;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index:999;
    cursor:pointer;
    transition: background-color 0.5s;
    opacity: 0;
    transition: opacity 0.5s,background-color 0.5s;
}

.slider_arrow > i {
    font-size:20px;
    line-height:40px;
    color:#ffeabd;;
    transition: color 0.5s;
}

.main_slider_left_arrow {
    left:20px;
}

.main_slider_right_arrow {
    right:20px;
}

.slider_arrow:hover > i {
    color:#fff;
}


/* slider end */


/* service ad start  */

.services_ad_section {
    width:100%;
    height:150px;
    position: relative;
}

.services_ad_section_inner {
    height:200px;
    position: absolute;
    top:-20px;
    left:50%;
    transform: translateX(-50%);
}

.services_ad_left {
    width:74%;
    height:100%;
    float:right;
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
}

.services_ad_left_left {
    width:35%;
    height:100%;
    background-size: cover;
    float:right;
}

.services_ad_left_right {
    width:65%;
    height:100%;
    border-left-style: solid;
    border-left-width: 10px;
    box-sizing: border-box;
    padding:10px;
    float:right;
    text-align:center;
}

.services_ad_left_right > p {
  font-size:16px;
  color:#000;
}

.services_ad_left_right > a {
    font-size:22px;
    text-decoration: none;
}

.services_ad_right {
    width:22%;
    height:100%;
    margin-right:4%;
    float:right;
    text-align:center;
    padding:10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
}

.services_ad_right > i {
    font-size:40px;
    color:#000;
}

.services_ad_num {
    font-size:30px;
    color:#fff;
    margin-top:10px;
    display: inline-block;
}

.services_ad_label {
    font-size:15px;
    color:#000;
    margin-top:10px;
    display: inline-block;
}

/* service ad end  */


/* services start */

.services_section {
    width:100%;
    padding-top:30px;
    padding-bottom:60px;
}

.services_section_inner {
    margin:0 auto;
}

.services_title_container {
    width:100%;
    padding:20px;
    box-sizing: border-box;
    text-align: center;
}

.service_label1 {
    font-size:22px;
}

.services_content_container {
    width:100%;
}

.one_service {
    width:50%;
    height:240px;
    float:right;
    margin-top:50px;
}

.one_service_inner {
    width:93%;
    height:100%;
    text-align: center;
    background-color:#eaeaea;
}

.one_service_inner_overlay {
    width:100%;
    height:100%;
    padding:40px 20px;
    box-sizing: border-box;
    background-color:rgba(0,0,0,0.6);
}

.one_service_inner_overlay > h3 {
    color:#fff;
}

.one_service_inner_overlay > i {
    font-size:60px;
}

.one_service_inner_overlay > a {
    background-color:#fff;
    transition: all 0.5s;
}

.one_service_inner_overlay > a:hover {
    color:#fff;
}

.one_service:nth-child(odd) > .one_service_inner {
    float:right;
}

.one_service:nth-child(even) > .one_service_inner {
    float:left;
}



/* services end  */


/* project start */

.project_section {
    width:100%;
    background-color:#fff;
    padding:60px 0;
}


.project_title_container {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
}

.project_title_container > p {
    font-size:30px;
}

.project_title_container > h2 {
    font-size:22px;
}

.project_content_container {
    width:100%;
    padding:10px 0;
}


.one_project {
    width:50%;
    float:right;
    margin-top:40px;
}

.one_project_inner {
    width:95%;
    position: relative;
    background-size:cover;
    padding-top:60%;
    margin:0 auto;
    overflow: hidden;
}


.one_project_inner_overlay {
        display:block;
    text-decoration:none;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:999;
    background-color:rgba(0,0,0);
    opacity:0;
    transition: opacity 0.5s;
}

.one_project_inner:hover .one_project_inner_overlay {
    opacity:0.4;
}


.one_project_details {
    width:350px;
    min-height:40px;
    height:auto;
    background-color:#fff;
    padding:20px;
    box-sizing: border-box;
    position: absolute;
    bottom:0;
    right:0;
    z-index:9999;
}

.one_project_inner:hover .one_project_details {
    bottom:0;
}


.one_project_details > a {
    font-size:20px;
    color:#000;
    text-decoration:none;
}

.one_project_details > h6 {
    font-size:18px;
    margin-top:5px;
}

/* project end  */


/* statistics start */

.stat_section {
    width:100%;
    background-size:cover;
}
.stat_section_overlay {
    width:100%;
    background-color: rgba(0,0,0,0.8);
}

.stat_section_inner {
    margin: 0 auto;
    padding-top:110%;
    position: relative;
}

.stat_section_inner_overlay {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.stat_section_title_container {
    width:100%;
    padding:80px 0 10px 0;
    box-sizing: border-box;
    text-align:center;
}

.stat_section_title_container > h2 {
font-size:35px;
color:#fff;
}

.stat_section_content {
    width:100%;
    padding:20px 0;
}

.one_stat {
    width:50%;
    float:right;
}

.one_stat_inner {
    width:93%;
}

.stat1 {
    text-align:left;
    float:right;
}

.stat2 {
    text-align:center;
    margin:0 auto;
}

.stat3 {
    text-align:right;
    float:left;
}

.one_stat_inner > h1 {
    font-size:40px;
    margin-bottom:10px;
}

.one_stat_inner > p {
    font-size:22px;
    color:#fff;
    margin-top:10px;
}

/* statistics end  */




/* faq start */


.faq_section {
    width: 100%;
}

.faq_section_inner {
    margin: 0 auto;
    padding:60px 0 0 0;
}

.faq_section_left,.faq_section_right {
    width:100%;
}

.faq_section_left_top {
    width:100%;
    padding-bottom:20px;
}

.faq_section_left_top >h4 {
    font-size:22px;
    margin-bottom:10px;
}

.faq_section_left_top >h2 {
    font-size:26px;
    color:#000;
    font-weight:900;
    margin-top:10px;
}

.faq_section_left_top > p {
    font-size:18px;
    color:#000;
}

.faq_section_left_content {
    width:100%;
    padding-top:10px;
}


.one_faq {
    width:100%;
    border:1px solid #000;
    border-radius:5px;
    margin-top:15px;
}

.one_faq_q {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    position: relative;
}

.one_faq_q > label {
    font-size:18px;
    color:#000;
    display: inline-block;
    max-width:90%;
}

.one_faq_q > a {
    font-size:18px;
    color:#000;
    position: absolute;
    top:10px;
    left:10px;
    transition: all 0.5s;
}

.one_faq_a {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    border-top:1px solid #000;
}

.closed_faq  .one_faq_a {
    display: none;
}


.one_faq_a > p {
    font-size:16px;
    margin:5px 0;
}

.open_faq  .one_faq_q a {
    transform : rotate(90deg);
}

.faq_section_right {
    text-align: center;
}
.faq_section_right > img {
    height:724px;
    display: block;
    margin:0 auto;
}

.faq_section_left_bottom {
    width:100%;
    padding:20px 0;
}


.faq_section_left_bottom  > a {
    font-size:24px;
    text-decoration: none;
}


/* faq end  */












/* testimonial start  */

.testimonial_section {
    width:100%;
    height:600px;
    position: relative;
    background-color:#eaeaea;
}

.testimonial_container {
    position: absolute;
    top:0;
    right:250px;
    width: calc(100% - 255px);
    height:100%;
    background-size:cover;
}


.testimonial_container_overlay {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}


.testimonial_box_above {
    width:500px;
    height:300px;
    position: absolute;
    right:-200px;
    top:50%;
    transform: translateY(-50%);
}

.testimonial_box_above_left {
    width:100px;
    height:100%;
    float:left;
    position: relative;
}

.testimonial_box_above_left_center_block {
    width:100%;
    height:300px;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}

.one_testimonial_nav {
    width:100%;
    height:100px;
}

.one_testimonial_nav_inner {
    width:70px;
    height:70%;
    background-size:cover;
    margin-left:auto;
    margin-right:auto;
    opacity:0.5;
    transition: all 0.5s;
}

.one_testimonial_nav_inner:hover {
    opacity: 1;
    width:90px;
    height:90%;
}

.testimonial_box_above_right {
    width:400px;
    height:100%;
    float:left;
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    position: relative;
    background-image:url("../images/testimonial/flower.png");
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size:60px 60px;
}

.testimonial_box_under {
    width:100%;
    height:100%;
    position: absolute;
    right:-20px;
    top:20px;
    border-width:1px;
    border-style: solid;
    z-index:-999;
}

.testimonial_text_slider {
    width:100%;
    height:100%;
    direction: ltr;
}

.one_testimonial {
    width:100%;
    height:100%;
}

.one_testimonial_inner {
    width:90%;
    height:100%;
    margin:0 auto;
    padding:20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.one_testimonial_inner > div {
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}

.one_testimonial_inner > div > i {
    font-size:50px;
}

.one_testimonial_inner > div >p {
    font-size:20px;
    color:#000;
}

.one_testimonial_inner > div > h2 {
    font-size:24px;
    margin-bottom:5px;
}

.one_testimonial_inner > div >label {
    font-size:22px;
    margin-top:5px;
}


.slick-vertical .slick-slide {
    height:100px;
}

.testimonial_text_slider .slick-list {
    height:100%;
}
.testimonial_text_slider  .slick-track {
    height:100%;
}

.one_testimonial_nav.slick-current > .one_testimonial_nav_inner {
    opacity: 1;
    width:90px;
    height:90%;
}


/* testimonial  end  */




/* team section start */


.team_section {
    width:100%;
}

.team_section_inner {
    margin: 0 auto;
    padding:80px 0;
}


.team_section_title_container {
    width:100%;
    padding:20px 0;
    text-align: center;
}

.team_section_title_container > p {
    font-size:22px;
    margin-bottom:10px;
}

.team_section_title_container > h2 {
    font-size:35px;
    margin-top:10px;
}


.team_section_content {
    width:100%;
    padding:20px 0;
}


.one_team {
    width:100%;
    height:350px;
    float:right;
}

.one_team:not(:first-child) {
    margin-top:100px;
}

.one_team_inner {
    width:80%;
    height:100%;
    background-size:cover;
    position: relative;
    margin:0 auto;
}


.one_team_inner_overlay {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    position: relative;
    opacity:0;
    transition: all 0.5s;
}

.team_social_container {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    min-width:80%;
    text-align: center;
}

.team_icon_container {
    display: inline-block;
    width:60px;
    height:60px;
    background-color:#fff;
    color:#d6d6d6;
    text-align:center;
    line-height:60px;
    border-radius:100px;
    transition: all 0.5s;
    transform: scale(1);
}

.team_icon_container:hover {
    color:#fff;
}


.one_team_name_box {
    width:60%;
    height:100px;
    position: absolute;
    background-color:#fff;
    left:50%;
    bottom:-50px;
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
text-align:center;
padding:20px;
box-sizing: border-box;
}

.one_team_name_box > h4 {
    margin-top:0;
    font-size:20px;
    margin-bottom:7px;
}


.one_team_name_box > p {
    font-size:18px;
    margin-top:7px;
}

.one_team_inner:hover > .one_team_inner_overlay {
    opacity:1;
    
}


.one_team_inner:hover  .team_icon_container {
    animation: createBox 1s;
}



/* team section end  */


/* about start */

.about_section {
    width:100%;
    background-color:#eaeaea;
}

.about_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.about_left,.about_right {
    width:100%;
}

.about_left {
    padding:10px 0;
}

.about_left > h6 {
    font-size:22px;
    margin-bottom:5px;
    margin-top:0;
}

.about_left > h2 {
    font-size:26px;
    margin-top:5px;
}

.about_left > p {
    font-size:16px;
}

.about_left > a {
    font-size:22px;
    background-color:#000;
    transition: all 0.5s;
    color:#fff;
}

.about_right > img {
    max-width:100%;
}

/* about end  */


/* blog start */

.blog_section {
    width:100%;
    background-color:#eaeaea;
}

.blog_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.blog_title_container {
    width:100%;
    padding:20px 0;
    text-align: center;
}

.blog_title_container > p {
    font-size:22px;
}

.blog_content_container {
    width:100%;
    padding:10px 0 10px 0;
}

.one_blog {
    width:100%;
    height:450px;
}

.one_blog:not(:first-child) {
margin-top:20px;
}

.one_blog_inner {
    width:80%;
    height:100%;
    margin:0 auto;
    background-size:cover;
    position: relative;
}

.one_blog_inner_top {
    width:100%;
    height:450px;
    position: relative;
}

.one_blog_static_image_div {
    width:100%;
    height:100%;
    background-size:cover;
}


.one_blog_inner_image_gallery_container {
    width:100%;
    height:100%;
    direction: ltr !important;
}

.one_blog_dynamic_image_div {
    width:100%;
    height:100%;
    background-size:cover;
}

.one_blog_inner_overlay {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-color:#000;
    opacity:0;
    transition: all 0.5s;
}

.one_blog_inner_top:hover .one_blog_inner_overlay {
    opacity:0.5;
}

.blog_bottom_title_container {
    width: 100%;
    height:auto;
    min-height:30px;
    padding:10px;
    box-sizing:border-box;
    background-color:rgba(0,0,0,0.5);
    position: absolute;
    top:0;
    left:0;
}

.blog_bottom_title_container > h4 {
    color:#fff;
    font-size:20px;
    margin:5px;
}

.one_blog_inner_bottom {
    width:100%;
    height:80px;
    padding:10px;
    box-sizing:border-box;
    position: absolute;
    bottom:0;
    left:0;
    text-align:center;
}

.one_blog_inner_image_gallery_container .slick-track {
    height:450px;
}

/* blog end */


/* footer section start */

.footer_section {
    width:100%;
    background-size:cover;
}

.footer_section_overlay {
    width:100%;
    background-color:rgba(0,0,0,0.8);
}

.footer_section_inner {
    margin: 0 auto;
    padding:100px 0;
}

.one_footer {
    width:50%;
    float:right;
    margin-top:40px;
}

.one_footer_inner {
    width:90%;
    margin:0 auto;
    padding:10px;
    box-sizing: border-box;
}

.footer_title_label {
    color:#fff;
    font-size:35px;
    margin-bottom:10px;
    margin-top:0;
}

.footer_details_p {
    font-size:16px;
    color:#fff;
}

.footer_social_menu {
    display:block;
    padding:0;
    margin:0;
}

.footer_social_menu > li {
    display:inline-block;
    padding:5px;
}

.footer_social_menu > li > a {
    display:block;
    width:40px;
    height:40px;
    background-color:#fff;
    border-radius: 100px;
    font-size:20px;
    color:#d6d6d6;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
}

.footer_social_menu > li > a:hover {
    color:#fff;
}

.footer_list {
    padding:0;
    margin:0;
    display: block;
}

.footer_list > li {
    display:block;
    margin-top:10px;
}

.footer_list > li > a {
    color:#a8a6a6;
    font-size:16px;
    text-decoration:none;
    transition: all 0.5s;
}

.footer_list2 {
    padding:0;
    margin:0;
    display: block;
}

.footer_list2 > li {
    display:block;
    margin-top:10px;
}

.footer_list2 > li > i {
    font-size:17px;
}

.footer_list2 > li > label,.footer_list2 > li > a {
    font-size:17px;
    color:#fff;
    text-decoration: none;
    margin-right:10px;
    transition: all 0.5s;
}



.input_container {
    width:180px;
    height:40px;
    border:1px solid #fff;
}


.input_container_left {
    width:140px;
    height:100%;
    float:right;
}

.input_sub {
    width:100%;
    height:100%;
    border:none;
    font-size:20px;
    padding:5px;
    box-sizing: border-box;
}

.input_container_right {
    width:40px;
    height:100%;
    float:right;
    text-align:center;
}

.input_container_right > a {
    color:#fff;
    line-height:40px;
    font-size:16px;
    display:block;
    width:100%;
    height:100%;
}


/* footer section end  */



/* footer bottom start */

.footer_bottom_section {
    width:100%;
    background-color:#000;
}

.footer_bottom_section_inner {
    margin: 0 auto;
    padding:30px 0;
}

.footer_bottom_left, .footer_bottom_right {
    width:50%;
    float:right;
}


.footer_bottom_left > label {
    font-size:24px;
    color:#fff;
}

.footer_bottom_right > div {
    float:left;
}

.footer_menu3 {
    display:block;
    padding:0;
    margin:0;
    list-style-type: none;
    margin-top:5px;
}

.footer_menu3 > li  {
    display: inline-block;
    text-align: right;
    margin-right:10px;
}

.footer_menu3 > li > a {
    font-size:17px;
    color:#fff;
    text-decoration: none;
    transition: all 0.5s;
}

/* footer bottom end  */


.totop_button {
    display:block;
    width:60px;
    height:60px;
    text-align:center;
    position: fixed;
    left:20px;
    bottom:40px;
    display:none;
    z-index:999999;
}

.totop_button > i {
    font-size:30px;
    line-height:60px;
    color:#fff;

}



/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

/* about page start */


.page_title_banner_section {
    width:100%;
    background-size: cover;
}

.page_title_banner_section_overlay {
    width:100%;
    background-color:rgba(0,0,0,0.6);
    position: relative;
    padding-top:25%;
}



.page_title_content_container {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    text-align:center;
    width:100%;
}

.page_title_content_container > h2 {
    font-size:60px;
    color:#fff;
    margin-bottom:10px;
}

.page_nav_menu {
    display:block;
    list-style-type: none;
    padding:0;
    margin:0;
}

.page_nav_menu > li {
    display:inline-block;
}

.page_nav_menu > li:not(:last-child):after {
    content:" / ";
    font-size:26px;
    color:#fff;
    margin-left:5px;
    margin-right:5px;
}

.page_nav_menu > li > a {
    font-size:26px;
    text-decoration:none;
    color:#fff;
}

.page_nav_menu > li > label {
    font-size:26px;
}



/* about page details start */

.about_in_about_page_section {
    width:100%;
}

.about_in_about_page_section_inner {
    margin:0 auto;
    padding:80px 0;
}

.about_in_about_page_section_top {
    width:100%;
    text-align: center;
}

.about_in_about_page_section_top > h4 {
    font-size:26px;
}


.about_in_about_page_section_top > h2 {
    font-size:35px;
    color:#000;
}

.about_in_about_page_section_top > p {
    font-size:20px;
    color:#000;
}

.about_main_image {
    width:100%;
    max-width:100%;
    margin-top:20px;
}

.about_in_about_page_section_bottom {
    width:100%;
}

.about_in_about_page_section_bottom_div1 {
    width:100%;
    padding:50px 0;
}

.about_in_about_page_section_bottom_div1 > label {

    font-size:30px;

}

.about_in_about_page_section_bottom_div2 {
    width:100%;
}

.about_in_about_page_section_bottom_div2_left,.about_in_about_page_section_bottom_div2_right {
    width:100%;
    padding:60px 20px;
    box-sizing: border-box;
    text-align:right;
}

.about_secondary_images {
    max-width:70%;
}


/* about page details end  */


/* about ad start */


.about_ad_section {
    width:100%;
    height:auto;
    padding:40px 0;
}

.about_ad_section_inner {
    margin:0 auto;
    padding:100px;
    text-align: center;
    box-sizing: border-box;
}

.about_ad_section_inner > h2 {
    color:#fff;
    font-size:50px;
}

.about_ad_section_inner > p {
    color:#fff;
    font-size:24px;
}

.about_ad_section_inner > a {
    background-color:#fff;
    margin-top:40px;
    color:#000;
}

/* about ad end */


/* brands start */

.brand_section {
    width:100%;
    background-color: #eaeaea;
}

.brand_Section_inner {
    margin:0 auto;
    padding:60px 0;
}

.brands_gallery {
    width:100%;
    direction: ltr;
}

.one_brand {
    width:50%;
    float:left;
}

.one_brand_inner {
    width:90%;
    margin:0 auto;
    text-align:center;
}

.one_brand_inner  img {
    max-width:100%;
}


/* brands end */


/* about page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/


/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* faqs page start */



.faqs_in_faqs_page_section {
    width:100%;
}

.faqs_in_faqs_page_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.faqs_in_faqs_page_section_left {
    width:100%;
    padding:10px;
    box-sizing: border-box;
}

.faqs_in_faqs_page_section_right {
    width:100%;
    padding:10px;
    box-sizing: border-box;
}


.question_form_container {
    width:100%;
    padding:20px;
    background-color:#eaeaea;
    box-sizing: border-box;
}


.question_form_title_div {
    width:100%;
    padding:5px 0;
}

.question_form_label {
    font-size:26px;
}


.question_form {
    width:100%;
}


.question_input_container {
    width:100%;
    padding:10px 0;
}

.question_input_text {
    width:100%;
    height:40px;
    border:none;
    font-size:22px;
    padding:10px;
    box-sizing: border-box;
}

.question_input_textarea {
    width:100%;
    height:140px;
    border:none;
    font-size:22px;
    padding:10px;
    box-sizing: border-box;
}


.question_input_submit {
    width:200px;
    height:40px;
    border-radius:10px;
    color:#fff;
    border:none;
    font-size:22px;
    cursor:pointer;
    transition: all 0.5s;

}

.question_input_submit:hover {
    background-color:#000;
}


.question_input_text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .question_input_text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .question_input_text::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }


  .question_input_textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color: #8E8E8E
  }
  
  .question_input_textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
  }
  
  .question_input_textarea::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }




/* faqs page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* Services details page start */


.services_details_section {
    width:100%;
}

.services_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.service_details_container {
    width:100%;
    padding:5px;
}

.service_details_main_image {
    max-width:100%;
}

.service_gallery_container {
    padding:20px 0;
    width:100%;
}

.one_service_gallery {
    width:50%;
    height:190px;
    float:right;
    margin-top:15px;
}

.one_service_gallery_inner {
    width:93%;
    margin:0 auto;
    height:100%;
    background-size:cover;
    position: relative;
}

.one_service_gallery_inner > a {
    display:block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.6);
    text-decoration: none;
    opacity:0;
    transition: all 0.5s;
}

.one_service_gallery_inner > a > i {
    font-size:30px;
    color:#fff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.one_service_gallery_inner:hover > a {
    opacity:1;
}



/* servuices details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* Project details page start */

.projects_details_section {
    width:100%;
}

.projects_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.project_details_title {
    width:100%;
    padding:10px 0;
    text-align:center;
}

.project_details_title > h2 {
    font-size:40px;
}

.project_details_left {
    width:100%;
    box-sizing: border-box;
}

.project_sep_div {
    width:100%;
    padding:5px 0;
}

.project_sep_div > img {
    max-width:100%;
}

.project_details_right {
    width:100%;
    box-sizing: border-box;
    padding-top:5px;
}

.project_box_container {
    width:100%;
    padding:20px;
    box-sizing: border-box;
    border:1px solid #d6d6d6;
}

.project_info_h2 {
    font-size: 24px;
    font-weight:900;
    color:#000;
}

.project_info_list {
    width:100%;
}

.one_project_info {
    width:100%;
    padding:10px 0;
    border-bottom:1px solid #d6d6d6;
}

.one_project_info_left {
    width:30%;
    float:right;
    padding:5px;
    box-sizing: border-box;
}

.one_project_info_left > label {
    font-size:20px;
    font-weight:900;
}

.one_project_info_right {
    width:70%;
    float:right;
    padding:5px;
    box-sizing: border-box;
    text-align:left;
}

.one_project_info_right > label {
    font-size:17px;
}

.main_content_project_container {
    padding:20px 0;
}


/* Project details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/



/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* blog details page start */

.blog_details_section {
    width:100%;
}

.blog_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.blog_sep {
    width:100%;
    padding:5px 0;
}

.blog_sep2 {
    width:100%;
    padding:20px 0;
}

.blog_date_top {
    font-size:16px;
}

.blog_date_top:after {
    content:"|";
    margin-left:5px;
    margin-right:5px;
    font-size:16px;
}

.blog_author_top {
    font-size:16px;
}

.blog_title_top {
    font-size:26px;
}

.blog_image {
    max-width:100%;
}

.blog_tags_menu {
    display:block;
    list-style-type: none;
    padding:0;
    margin:0;
}

.blog_tags_menu > li {
    display:inline-block;
    padding:5px;
    text-align:center;
}

.blog_tags_menu > li > label {
    display:block;
    width:auto;
    min-width:100px;
    padding:5px;
    color:#fff;
    height:40px;
    line-height:40px;
    border-radius:5px;
    transition: all 0.5s;
}

.blog_tags_menu > li > label:hover {
    background-color:#000;
}


.blog_comments_container {
    width:100%;
}

.comments_num_label {
    font-size:26px;
}


.one_comment {
    width:100%;
    margin-top:20px;
}

.one_comment_left {
    width:15%;
    float:right;
    position: relative;
    height:200px;
}


.comment_image_person_container {
    width:80px;
    height:80px;
    border-radius:100px;
    position: absolute;
    top:1px;
    left:50%;
    transform: translateX(-50%);
    background-size:cover;
}

.one_comment_right {
    width:85%;
    padding:10px;
    box-sizing: border-box;
    float:right;
    border:1px solid #d6d6d6;
}

.blog_comment_name_h4 {
    font-size:26px;
    margin-top:0;
    margin-bottom:5px;
}

.blog_comment_date_label {
    font-size:20px;
}

.blog_comment_text_p {
font-size:18px;
margin-top:15px;
color:#b7b7b7;
}


.blog_comment_form_container {
    width:100%;
    padding:20px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}


.comment_form_body_left {
    width:100%;
    padding:10px;
    box-sizing: border-box;
}

.comment_form_body_right {
    width:100%;
    padding:10px;
    box-sizing: border-box;
}

.comment_personal_picture_div {
    width:40%;
    height:210px;
    background-size:cover;
    position: relative;
    border:1px solid #000;
    cursor:pointer;
    margin-left:auto;
    margin-right:auto;
}


.one_form_comment_line {
    width:100%;
    padding:5px 0;
}

.comment_form_title {
    font-size:26px;
    margin-top:10px;
    margin-bottom:10px;
}

.comment_one_input_in_line {
    width:33.33%;
    float:right;
}

.text_input_in_line {
    width:95%;
    height:40px;
    border:1px solid #d6d6d6;
    font-size:18px;
    padding:10px;
    box-sizing: border-box;
}

.text_input_in_line_to_left {
    float:right;
}

.text_input_in_line_middle {
    display:block;
    margin:0 auto;
}

.text_input_in_line_to_right {
    float:left;
}

.textarea_comment {
    width:100%;
    height:140px;
    border:1px solid #d6d6d6;
    padding:10px;
    box-sizing:border-box;
    font-size:18px;
    margin-top:20px;
    
}

.comment_placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .comment_placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .comment_placeholder::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }


  .comment_form_submit {
      width:170px;
      height:40px;
      border:none;
      text-align:center;
      cursor: pointer;
      border-radius: 5px;
      color:#fff;
      transition: all 0.5s;
      font-size:18px;
  }

  .comment_form_submit:hover {
      background-color:#000;
  }


/* blog details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/


/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* contact page start */


.contact_section {
    width:100%;
}

.contact_section_inner {
    margin:0 auto;
    padding:40px 0;
}

.contact_row {
    width:100%;
    padding:10px 0;
}

.contact_top {
    width:100%;
}

.one_contact {
    width:50%;
    float:right;
    margin-top:25px;
}

.one_contact_inner {
    width:95%;
    padding:20px;
    box-sizing: border-box;
    border:1px solid #d6d6d6;
    text-align:center;
}

.one_contact:nth-child(odd) > .one_contact_inner {
float:right;
}

.one_contact:nth-child(even) > .one_contact_inner {
    float:left;
}

.one_contact_inner_row {
    padding:10px 0;
}

.contact_icon {
    font-size:60px;
}

.contact_title {
    margin-top:0;
    margin-bottom:0;
    font-size:30px;
    overflow-wrap: break-word;
}

.contact_value {
    margin-top:0;
    margin-bottom:0;
    font-size:22px;
    color:#7a7a7a;
    overflow-wrap: break-word;
}

.contact_value_a {
    font-size:22px;
    color:#7a7a7a;
    text-decoration:none;
    transition: all 0.5s;
    overflow-wrap: break-word;
}

.contact_value_a:not(:first-child) {
    margin-top:5px;
}


.contact_section_bottom {
    width:100%;
    padding:10px 0;
}

.contact_bottom_left {
    width:100%;
    padding:10px 0;
}

.contact_form_div {
    width:100%;
    box-sizing: border-box;
    background-color: #f4f4f4;
    padding:20px;
}

.contact_form {
    width:100%;
    margin:0;
    padding:0;
}

.contact_form_row {
    width:100%;
    padding:10px;
    box-sizing: border-box;
}

.contact_title_h2 {
    font-size:26px;
    margin-top:0;
    margin-bottom:0;
}

.one_contact_input_container {
    width:50%;
    float:right;
}

.contact_input_text {
    width:95%;
    height:35px;
    border:1px solid #d6d6d6;
    padding:5px;
    box-sizing: border-box;
    font-size:18px;
}

.one_contact_input_container:nth-child(1) .contact_input_text {
    float:right;
}

.one_contact_input_container:nth-child(2) .contact_input_text {
    float:left;
}


.contact_input_textarea {
    width:100%;
    height:140px;
    border:1px solid #d6d6d6;
    padding:5px;
    box-sizing: border-box;
    font-size:18px;  
}


.contact_form_placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .contact_form_placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .contact_form_placeholder::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }

  .contact_input_submit {
      width:100%;
      text-align:center;
      height:40px;
      border-radius:5px;
      cursor: pointer;
      border:1px solid #d6d6d6;
      color:#fff;
      font-size:16px;
      transition: all 0.5s;
  }

  .contact_input_submit:hover {
      background-color:#000;
  }


.contact_bottom_right {
    width:100%;
    padding:10px 0;
}

.contact_image {
    max-width:100%;
}

/* contact page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

.one_service_inner_right {
    float:none;
}

 }
 
 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) and (max-width: 991px) {


    /* some fixed elements start */
.width_fixed {
    width:750px;
}

.center_vertically {
    position: absolute;
    top:50%;
    right:0;
    transform: translate(0,-50%);
}

.center_vertically_plus_horiz {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.main_font {
    font-family: mainfontar;
}

.second_font {
    font-family: mainfontar;
}


.main_color_hover_fore:hover {
color:rgb(255,204,92);
}

.main_color_init_fore {
    color:rgb(255,204,92);
}

.main_color_init_back {
    background-color:rgb(255,204,92);
}

.main_color_hover_back:hover {
    background-color:rgb(255,204,92);
}

.main_color_border_top {
border-top-color:rgb(255,204,92);
}

.main_color_border_bottom {
    border-bottom-color:rgb(255,204,92);
    }

    .main_color_border_left {
        border-left-color:rgb(255,204,92);
        }

        .main_color_border_right {
            border-right-color:rgb(255,204,92);
            }

            .main_color_border {
                border-color:rgb(255,204,92);
                }


                .main_color_overlay {
                    background-color:rgba(255,204,92,0.7);
                    }



                .link_as_button {
                    display:inline-block;
                    width:auto;
                    min-width:180px;
                    height:auto;
                    min-height:40px;
                    text-decoration:none;
                    text-align:center;
                    line-height:40px;
                    border-radius:5px;
                }


                .bold_font {
                    font-weight:900;
                }
/* some fixed elements end */





    body,html {
        margin:0;
        padding:0;
        direction: rtl;
    }

    .container {
        width:100%;
    }


    /* header start */

    .fixed {
        position: fixed;
        top:0; left:0;
        width: 100%; 
    }

    .header_shadow {
        width:100%;
        height:180px;
        display:none;
    }

    .header {
        width:100%;
        height:180px;
        background-color:#fff;
        z-index:999999;
    }

    .header_inner {
        height:120px;
        margin: 0 auto;
        border-bottom:1px solid #eaeaea;
    }
    
        .header_inner_top_banner {
        width:100%;
        height:120px;
    }
    
.header_bottom_banner {
    width:100%;
    height:60px;
    background-color:#000;
}

.header_bottom_inner_banner {
    margin:0 auto;
    height:100%;
}

.header_bottom_inner_left {
    width:20%;
    float:right;
    height:100%;
    position:relative;
}

.header_bottom_inner_middle {
        width:60%;
    float:right;
    height:100%;
    position:relative;
}

.header_bottom_inner_right {
        width:20%;
    float:right;
    height:100%;
    position: relative;
}

    .logo_container {
        width:100%;
        height:100%;
        position: relative;
        text-align:center;
    }

    .image_logo {
        max-width:100%;
        max-height:100%;
        height:100px;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        
    }

    .menu_container {
        width:65%;
        height:100%;
        float:right;
        position: relative;
        display:none;
    }

    .main_menu {
        display:none;
        padding:0;
        margin:0;
        width:100%;
        height:100%;
        z-index:9999;
    }

    .main_menu > li {
        display:inline-block;
        padding:0 10px;
        line-height:100px;
        position: relative;
   }
   
      .main_menu > li > i {
   margin-right:4px;
   }

   .main_menu > li > a {
        font-size:14px;
        color:#000;
        text-decoration:none;
        line-height:1.5;
        vertical-align: middle;
        display:inline-block;
        transition: color 0.5s;
   }

   .main_menu > li > ul {
       display:block;
       width:250px;
       height:0;
       padding:0;
       margin:0;
       position: absolute;
       top:125px;
       left:0;
       background-color:#fff;
       border-top-width:0;
       border-top-style: solid;
       transition: top 0.5s;
       overflow:hidden;
       box-sizing: border-box;
       z-index:9999;
   }

   .main_menu > li > ul > li {
       display:block;
       width:100%;
       height:auto;
       min-height:60px;
       padding:10px;
       box-sizing: border-box;
       border-bottom:1px solid #eaeaea;
       text-align:center;
       line-height:60px;
       transition: background-color 0.5s;
   }

   .main_menu > li:hover > ul {
        height:auto;
       top:100px;
       border-top-width:4px;
   }

   .main_menu > li > ul > li > a {
            font-size:15px;
            color:#000;
            display: inline-block;
            line-height: 1.5;
            vertical-align: middle;
            text-decoration:none;
            width:100%;
            height:100%;
   }

   .asider_container {
    width:15%;
    height:100%;
    float:right;
    padding-left:10px;
    box-sizing: border-box;
    line-height:100px;
    position: relative;
    display:none;
}

.lang_select {
    position: absolute;
    top:50%;
    left:5px;
    transform: translateY(-50%);
    z-index:999999;
}

.mobile_menu_button {
    font-size:30px;
    display:inline-block;
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    text-decoration: none;
}


.mobile_menu_container {
    width:100%;
    display:none;
    position: relative;
    z-index:999999;
}

.mobile_menu {
    width:100%;
    display:block;
    padding:0;
    margin:0;
    list-style-type:none;
    background-color:#eaeaea;
}

.mobile_menu > li {
    display:block;
    width:100%;
    height:auto;
    min-height:60px;
    border-bottom:1px solid #cccccc;
    text-align:center;
    position: relative;
    line-height:60px;
}

.mobile_menu > li > a {
    font-size:18px;
    text-decoration:none;
    color:#000;
    line-height:1.5;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
}

.mobile_menu > li > ul {
    display:block;
    list-style-type: none;
    width:100%;
    padding:0;
    margin:0;
    background-color:#cccccc;
    display:none;
}

.mobile_menu > li > ul > li {
    display:block;
    width:100%;
    padding:10px;
    min-height:40px;
    box-sizing: border-box;
    border-bottom:1px solid #a3a3a3;
    line-height:40px;
}

.mobile_menu > li > ul > li > a {
    font-size:24px;
    color:#000;
    text-decoration:none;
    line-height:1.5;
    vertical-align: middle;
    display: inline-block;
}

.mobile_menu_tick {
    font-size:24px;
    position: absolute;
    display:block;
    left:20px;
    top:5px;
}



/* header end */


/* slider start */

.main_slider {
    width:100%;
    direction: ltr;
}

.slider_container {
    width:100%; 
}

.slider_container:hover .slider_arrow {
    opacity: 1;
}

.one_slider {
    width:100%;
    position: relative;
    background-size: cover;
}

.one_slider_overlay {
    background-color:rgba(0,0,0,0.6);
    width:100%;
    padding-top:44%;
    box-sizing: border-box;
}



.one_slider_content {
    padding:10px;
    box-sizing: border-box;
    text-align: center;
    min-width:700px;

    overflow: hidden;
}

.one_slider_content > h6 {
    font-size:20px;
    margin-bottom:20px;
}

.one_slider_content > h1 {
    font-size:30px;
    margin-top:20px;
    margin-bottom:10px;
    color:#fff;
}

.one_slider_content > a {
    font-size:20px;
    color:#fff;
    margin-top:10px;
    transition: background-color 0.5s;
}

.one_slider_content > a:hover {
    background-color:#000;
}

.slider_arrow {
    width:40px;
    height:40px;
    border:1px solid #ffeabd;
    text-align:center;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index:999;
    cursor:pointer;
    transition: background-color 0.5s;
    opacity: 0;
    transition: opacity 0.5s,background-color 0.5s;
}

.slider_arrow > i {
    font-size:20px;
    line-height:40px;
    color:#ffeabd;;
    transition: color 0.5s;
}

.main_slider_left_arrow {
    left:20px;
}

.main_slider_right_arrow {
    right:20px;
}

.slider_arrow:hover > i {
    color:#fff;
}


/* slider end */


/* service ad start  */

.services_ad_section {
    width:100%;
    height:150px;
    position: relative;
}

.services_ad_section_inner {
    height:200px;
    position: absolute;
    top:-50px;
    left:50%;
    transform: translateX(-50%);
}

.services_ad_left {
    width:74%;
    height:100%;
    float:right;
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
}

.services_ad_left_left {
    width:35%;
    height:100%;
    background-size: cover;
    float:right;
}

.services_ad_left_right {
    width:65%;
    height:100%;
    border-left-style: solid;
    border-left-width: 10px;
    box-sizing: border-box;
    padding:10px;
    float:right;
    text-align:center;
}

.services_ad_left_right > p {
  font-size:16px;
  color:#000;
}

.services_ad_left_right > a {
    font-size:22px;
    text-decoration: none;
}

.services_ad_right {
    width:22%;
    height:100%;
    margin-right:4%;
    float:right;
    text-align:center;
    padding:10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
}

.services_ad_right > i {
    font-size:40px;
    color:#000;
}

.services_ad_num {
    font-size:30px;
    color:#fff;
    margin-top:10px;
    display: inline-block;
}

.services_ad_label {
    font-size:15px;
    color:#000;
    margin-top:10px;
    display: inline-block;
}

/* service ad end  */


/* services start */

.services_section {
    width:100%;
    padding-bottom:60px;
}

.services_section_inner {
    margin:0 auto;
}

.services_title_container {
    width:100%;
    padding:20px;
    box-sizing: border-box;
    text-align: center;
}

.service_label1 {
    font-size:33px;
}

.services_content_container {
    width:100%;
}

.one_service {
    width:50%;
    height:240px;
    float:right;
    margin-top:50px;
}

.one_service_inner {
    width:93%;
    height:100%;
    text-align: center;
    background-color:#eaeaea;
}

.one_service_inner_overlay {
    width:100%;
    height:100%;
    padding:40px 20px;
    box-sizing: border-box;
    background-color:rgba(0,0,0,0.6);
}

.one_service_inner_overlay > h3 {
    color:#fff;
}

.one_service_inner_overlay > i {
    font-size:60px;
}

.one_service_inner_overlay > a {
    background-color:#fff;
    transition: all 0.5s;
}

.one_service_inner_overlay > a:hover {
    color:#fff;
}

.one_service:nth-child(odd) > .one_service_inner {
    float:right;
}

.one_service:nth-child(even) > .one_service_inner {
    float:left;
}



/* services end  */


/* project start */

.project_section {
    width:100%;
    background-color:#fff;
    padding:60px 0;
}


.project_title_container {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
}

.project_title_container > p {
    font-size:30px;
}

.project_title_container > h2 {
    font-size:22px;
}

.project_content_container {
    width:100%;
    padding:10px 0;
}


.one_project {
    width:50%;
    float:right;
    margin-top:40px;
}

.one_project_inner {
    width:95%;
    position: relative;
    background-size:cover;
    padding-top:60%;
    margin:0 auto;
    overflow: hidden;
}


.one_project_inner_overlay {
        display:block;
    text-decoration:none;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:999;
    background-color:rgba(0,0,0);
    opacity:0;
    transition: opacity 0.5s;
}

.one_project_inner:hover .one_project_inner_overlay {
    opacity:0.4;
}


.one_project_details {
    width:350px;
    min-height:40px;
    height: auto;
    background-color:#fff;
    padding:20px;
    box-sizing: border-box;
    position: absolute;
    bottom:0;
    right:0;
    z-index:9999;
}

.one_project_inner:hover .one_project_details {
    bottom:0;
}


.one_project_details > a {
    font-size:20px;
    color:#000;
    text-decoration:none;
}

.one_project_details > h6 {
    font-size:18px;
    margin-top:5px;
}

/* project end  */


/* statistics start */

.stat_section {
    width:100%;
    background-size:cover;
}
.stat_section_overlay {
    width:100%;
    background-color: rgba(0,0,0,0.8);
}

.stat_section_inner {
    margin: 0 auto;
    padding-top:60%;
    position: relative;
}

.stat_section_inner_overlay {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.stat_section_title_container {
    width:100%;
    padding:80px 0 10px 0;
    box-sizing: border-box;
    text-align:center;
}

.stat_section_title_container > h2 {
font-size:35px;
color:#fff;
}

.stat_section_content {
    width:100%;
    padding:20px 0;
}

.one_stat {
    width:25%;
    float:left;
}

.one_stat_inner {
    width:93%;
}

.stat1 {
    text-align:left;
    float:left;
}

.stat2 {
    text-align:center;
    margin:0 auto;
}

.stat3 {
    text-align:right;
    float:right;
}

.one_stat_inner > h1 {
    font-size:40px;
    margin-bottom:10px;
}

.one_stat_inner > p {
    font-size:22px;
    color:#fff;
    margin-top:10px;
}

/* statistics end  */




/* faq start */


.faq_section {
    width: 100%;
}

.faq_section_inner {
    margin: 0 auto;
    padding:60px 0 0 0;
}

.faq_section_left,.faq_section_right {
    width:50%;
    float:left;
}

.faq_section_left_top {
    width:100%;
    padding-bottom:20px;
}

.faq_section_left_top >h4 {
    font-size:22px;
    margin-bottom:10px;
}

.faq_section_left_top >h2 {
    font-size:26px;
    color:#000;
    font-weight:900;
    margin-top:10px;
}

.faq_section_left_top > p {
    font-size:18px;
    color:#000;
}

.faq_section_left_content {
    width:100%;
    padding-top:10px;
}


.one_faq {
    width:100%;
    border:1px solid #000;
    border-radius:5px;
    margin-top:15px;
}

.one_faq_q {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    position: relative;
}

.one_faq_q > label {
    font-size:18px;
    color:#000;
    display: inline-block;
    max-width:90%;
}

.one_faq_q > a {
    font-size:18px;
    color:#000;
    position: absolute;
    top:10px;
    left:10px;
    transition: all 0.5s;
}

.one_faq_a {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    border-top:1px solid #000;
}

.closed_faq  .one_faq_a {
    display: none;
}


.one_faq_a > p {
    font-size:16px;
    margin:5px 0;
}

.open_faq  .one_faq_q a {
    transform : rotate(90deg);
}

.faq_section_right {
    text-align: center;
}
.faq_section_right > img {
    height:724px;
    display: block;
    margin:0 auto;
}

.faq_section_left_bottom {
    width:100%;
    padding:20px 0;
}


.faq_section_left_bottom  > a {
    font-size:24px;
    text-decoration: none;
}


/* faq end  */












/* testimonial start  */

.testimonial_section {
    width:100%;
    height:600px;
    position: relative;
    background-color:#eaeaea;
}

.testimonial_container {
    position: absolute;
    top:0;
    right:250px;
    width: calc(100% - 255px);
    height:100%;
    background-size:cover;
}


.testimonial_container_overlay {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}


.testimonial_box_above {
    width:500px;
    height:300px;
    position: absolute;
    right:-200px;
    top:50%;
    transform: translateY(-50%);
}

.testimonial_box_above_left {
    width:100px;
    height:100%;
    float:left;
    position: relative;
}

.testimonial_box_above_left_center_block {
    width:100%;
    height:300px;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}

.one_testimonial_nav {
    width:100%;
    height:100px;
}

.one_testimonial_nav_inner {
    width:70px;
    height:70%;
    background-size:cover;
    margin-left:auto;
    margin-right:auto;
    opacity:0.5;
    transition: all 0.5s;
}

.one_testimonial_nav_inner:hover {
    opacity: 1;
    width:90px;
    height:90%;
}

.testimonial_box_above_right {
    width:400px;
    height:100%;
    float:left;
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    position: relative;
    background-image:url("../images/testimonial/flower.png");
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size:60px 60px;
}

.testimonial_box_under {
    width:100%;
    height:100%;
    position: absolute;
    right:-20px;
    top:20px;
    border-width:1px;
    border-style: solid;
    z-index:-999;
}

.testimonial_text_slider {
    width:100%;
    height:100%;
    direction: ltr;
}

.one_testimonial {
    width:100%;
    height:100%;
}

.one_testimonial_inner {
    width:90%;
    height:100%;
    margin:0 auto;
    padding:20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.one_testimonial_inner > div {
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}

.one_testimonial_inner > div > i {
    font-size:50px;
}

.one_testimonial_inner > div >p {
    font-size:20px;
    color:#000;
}

.one_testimonial_inner > div > h2 {
    font-size:24px;
    margin-bottom:5px;
}

.one_testimonial_inner > div >label {
    font-size:22px;
    margin-top:5px;
}


.slick-vertical .slick-slide {
    height:100px;
}

.testimonial_text_slider .slick-list {
    height:100%;
}
.testimonial_text_slider  .slick-track {
    height:100%;
}

.one_testimonial_nav.slick-current > .one_testimonial_nav_inner {
    opacity: 1;
    width:90px;
    height:90%;
}


/* testimonial  end  */




/* team section start */


.team_section {
    width:100%;
}

.team_section_inner {
    margin: 0 auto;
    padding:80px 0;
}


.team_section_title_container {
    width:100%;
    padding:20px 0;
    text-align: center;
}

.team_section_title_container > p {
    font-size:22px;
    margin-bottom:10px;
}

.team_section_title_container > h2 {
    font-size:35px;
    margin-top:10px;
}


.team_section_content {
    width:100%;
    padding:20px 0;
}


.one_team {
    width:100%;
    height:350px;
    float:right;
}

.one_team:not(:first-child) {
    margin-top:100px;
}

.one_team_inner {
    width:60%;
    height:100%;
    background-size:cover;
    position: relative;
    margin:0 auto;
}


.one_team_inner_overlay {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    position: relative;
    opacity:0;
    transition: all 0.5s;
}

.team_social_container {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    min-width:80%;
    text-align: center;
}

.team_icon_container {
    display: inline-block;
    width:60px;
    height:60px;
    background-color:#fff;
    color:#d6d6d6;
    text-align:center;
    line-height:60px;
    border-radius:100px;
    transition: all 0.5s;
    transform: scale(1);
}

.team_icon_container:hover {
    color:#fff;
}


.one_team_name_box {
    width:60%;
    height:100px;
    position: absolute;
    background-color:#fff;
    left:50%;
    bottom:-50px;
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
text-align:center;
padding:20px;
box-sizing: border-box;
}

.one_team_name_box > h4 {
    margin-top:0;
    font-size:20px;
    margin-bottom:7px;
}


.one_team_name_box > p {
    font-size:18px;
    margin-top:7px;
}

.one_team_inner:hover > .one_team_inner_overlay {
    opacity:1;
    
}


.one_team_inner:hover  .team_icon_container {
    animation: createBox 1s;
}



/* team section end  */


/* about start */

.about_section {
    width:100%;
    background-color:#eaeaea;
}

.about_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.about_left,.about_right {
    width:50%;
    float:right;
}

.about_left > h6 {
    font-size:22px;
    margin-bottom:5px;
    margin-top:0;
}

.about_left > h2 {
    font-size:26px;
    margin-top:5px;
}

.about_left > p {
    font-size:16px;
}

.about_left > a {
    font-size:22px;
    background-color:#000;
    transition: all 0.5s;
    color:#fff;
}

.about_right > img {
    max-width:100%;
}

/* about end  */


/* blog start */

.blog_section {
    width:100%;
    background-color:#eaeaea;
}

.blog_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.blog_title_container {
    width:100%;
    padding:20px 0;
    text-align: center;
}

.blog_title_container > p {
    font-size:33px;
}

.blog_content_container {
    width:100%;
    padding:10px 0 10px 0;
}

.one_blog {
    width:100%;
    height:450px;
}

.one_blog:not(:first-child) {
margin-top:20px;
}

.one_blog_inner {
    width:60%;
    height:100%;
    margin:0 auto;
    background-size:cover;
    position: relative;
}

.one_blog_inner_top {
    width:100%;
    height:450px;
    position: relative;
}

.one_blog_static_image_div {
    width:100%;
    height:100%;
    background-size:cover;
}


.one_blog_inner_image_gallery_container {
    width:100%;
    height:100%;
    direction: ltr !important;
}

.one_blog_dynamic_image_div {
    width:100%;
    height:100%;
    background-size:cover;
}

.one_blog_inner_overlay {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-color:#000;
    opacity:0;
    transition: all 0.5s;
}

.one_blog_inner_top:hover .one_blog_inner_overlay {
    opacity:0.5;
}

.blog_bottom_title_container {
    width: 100%;
    height:auto;
    min-height:30px;
    padding:10px;
    box-sizing:border-box;
    background-color:rgba(0,0,0,0.5);
    position: absolute;
    top:0;
    left:0;
}

.blog_bottom_title_container > h4 {
    color:#fff;
    font-size:20px;
    margin:5px;
}

.one_blog_inner_bottom {
    width:100%;
    height:80px;
    padding:10px;
    box-sizing:border-box;
    position: absolute;
    bottom:0;
    left:0;
    text-align:center;
}

.one_blog_inner_image_gallery_container .slick-track {
    height:450px;
}

/* blog end */


/* footer section start */

.footer_section {
    width:100%;
    background-size:cover;
}

.footer_section_overlay {
    width:100%;
    background-color:rgba(0,0,0,0.8);
}

.footer_section_inner {
    margin: 0 auto;
    padding:100px 0;
}

.one_footer {
    width:50%;
    float:right;
    margin-top:40px;
}

.one_footer_inner {
    width:90%;
    margin:0 auto;
    padding:10px;
    box-sizing: border-box;
}

.footer_title_label {
    color:#fff;
    font-size:35px;
    margin-bottom:10px;
    margin-top:0;
}

.footer_details_p {
    font-size:16px;
    color:#fff;
}

.footer_social_menu {
    display:block;
    padding:0;
    margin:0;
}

.footer_social_menu > li {
    display:inline-block;
    padding:5px;
}

.footer_social_menu > li > a {
    display:block;
    width:40px;
    height:40px;
    background-color:#fff;
    border-radius: 100px;
    font-size:20px;
    color:#d6d6d6;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
}

.footer_social_menu > li > a:hover {
    color:#fff;
}

.footer_list {
    padding:0;
    margin:0;
    display: block;
}

.footer_list > li {
    display:block;
    margin-top:10px;
}

.footer_list > li > a {
    color:#eee;
    font-size:16px;
    text-decoration:none;
    transition: all 0.5s;
}

.footer_list2 {
    padding:0;
    margin:0;
    display: block;
}

.footer_list2 > li {
    display:block;
    margin-top:10px;
}

.footer_list2 > li > i {
    font-size:17px;
}

.footer_list2 > li > label,.footer_list2 > li > a {
    font-size:17px;
    color:#fff;
    text-decoration: none;
    margin-right:10px;
    transition: all 0.5s;
}



.input_container {
    width:180px;
    height:40px;
    border:1px solid #fff;
}


.input_container_left {
    width:140px;
    height:100%;
    float:right;
}

.input_sub {
    width:100%;
    height:100%;
    border:none;
    font-size:20px;
    padding:5px;
    box-sizing: border-box;
}

.input_container_right {
    width:40px;
    height:100%;
    float:right;
    text-align:center;
}

.input_container_right > a {
    color:#fff;
    line-height:40px;
    font-size:16px;
    display:block;
    width:100%;
    height:100%;
}


/* footer section end  */



/* footer bottom start */

.footer_bottom_section {
    width:100%;
    background-color:#000;
}

.footer_bottom_section_inner {
    margin: 0 auto;
    padding:30px 0;
}

.footer_bottom_left, .footer_bottom_right {
    width:50%;
    float:right;
}


.footer_bottom_left > label {
    font-size:24px;
    color:#fff;
}

.footer_bottom_right > div {
    float:left;
}

.footer_menu3 {
    display:block;
    padding:0;
    margin:0;
    list-style-type: none;
    margin-top:5px;
}

.footer_menu3 > li  {
    display: inline-block;
    text-align: right;
    margin-right:10px;
}

.footer_menu3 > li > a {
    font-size:17px;
    color:#fff;
    text-decoration: none;
    transition: all 0.5s;
}

/* footer bottom end  */

.totop_button {
    display:block;
    width:80px;
    height:80px;
    text-align:center;
    position: fixed;
    left:20px;
    bottom:40px;
    display:none;
    z-index:999999;
}

.totop_button > i {
    font-size:40px;
    line-height:80px;
    color:#fff;

}


/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

/* about page start */


.page_title_banner_section {
    width:100%;
    background-size: cover;
}

.page_title_banner_section_overlay {
    width:100%;
    background-color:rgba(0,0,0,0.6);
    position: relative;
    padding-top:25%;
}


.page_title_content_container {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    text-align:center;
    width:100%;
}

.page_title_content_container > h2 {
    font-size:60px;
    color:#fff;
    margin-bottom:10px;
}

.page_nav_menu {
    display:block;
    list-style-type: none;
    padding:0;
    margin:0;
}

.page_nav_menu > li {
    display:inline-block;
}

.page_nav_menu > li:not(:last-child):after {
    content:" / ";
    font-size:26px;
    color:#fff;
    margin-left:5px;
    margin-right:5px;
}

.page_nav_menu > li > a {
    font-size:26px;
    text-decoration:none;
    color:#fff;
}

.page_nav_menu > li > label {
    font-size:26px;
}



/* about page details start */

.about_in_about_page_section {
    width:100%;
}

.about_in_about_page_section_inner {
    margin:0 auto;
    padding:80px 0;
}

.about_in_about_page_section_top {
    width:100%;
    text-align: center;
}

.about_in_about_page_section_top > h4 {
    font-size:26px;
}


.about_in_about_page_section_top > h2 {
    font-size:35px;
    color:#000;
}

.about_in_about_page_section_top > p {
    font-size:20px;
    color:#000;
}

.about_main_image {
    width:100%;
    max-width:100%;
    margin-top:20px;
}

.about_in_about_page_section_bottom {
    width:100%;
}

.about_in_about_page_section_bottom_div1 {
    width:100%;
    padding:50px 0;
}

.about_in_about_page_section_bottom_div1 > label {

    font-size:30px;

}

.about_in_about_page_section_bottom_div2 {
    width:100%;
}

.about_in_about_page_section_bottom_div2_left,.about_in_about_page_section_bottom_div2_right {
    width:100%;
    padding:60px 20px;
    box-sizing: border-box;
    text-align:right;
}

.about_secondary_images {
    max-width:60%;
}


/* about page details end  */


/* about ad start */


.about_ad_section {
    width:100%;
    height:auto;
    padding:40px 0;
}

.about_ad_section_inner {
    margin:0 auto;
    padding:100px;
    text-align: center;
    box-sizing: border-box;
}

.about_ad_section_inner > h2 {
    color:#fff;
    font-size:50px;
}

.about_ad_section_inner > p {
    color:#fff;
    font-size:24px;
}

.about_ad_section_inner > a {
    background-color:#fff;
    margin-top:40px;
    color:#000;
}

/* about ad end */


/* brands start */

.brand_section {
    width:100%;
    background-color: #eaeaea;
}

.brand_Section_inner {
    margin:0 auto;
    padding:60px 0;
}

.brands_gallery {
    width:100%;
    direction: ltr;
}

.one_brand {
    width:33.33%;
    float:left;
}

.one_brand_inner {
    width:90%;
    margin:0 auto;
    text-align:center;
}

.one_brand_inner  img {
    max-width:100%;
}


/* brands end */


/* about page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/


/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* faqs page start */



.faqs_in_faqs_page_section {
    width:100%;
}

.faqs_in_faqs_page_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.faqs_in_faqs_page_section_left {
    width:100%;
    padding:10px;
    box-sizing: border-box;
}

.faqs_in_faqs_page_section_right {
    width:100%;
    padding:10px;
    box-sizing: border-box;
}


.question_form_container {
    width:100%;
    padding:20px;
    background-color:#eaeaea;
    box-sizing: border-box;
}


.question_form_title_div {
    width:100%;
    padding:5px 0;
}

.question_form_label {
    font-size:26px;
}


.question_form {
    width:100%;
}


.question_input_container {
    width:100%;
    padding:10px 0;
}

.question_input_text {
    width:100%;
    height:40px;
    border:none;
    font-size:22px;
    padding:10px;
    box-sizing: border-box;
}

.question_input_textarea {
    width:100%;
    height:140px;
    border:none;
    font-size:22px;
    padding:10px;
    box-sizing: border-box;
}


.question_input_submit {
    width:200px;
    height:40px;
    border-radius:10px;
    color:#fff;
    border:none;
    font-size:22px;
    cursor:pointer;
    transition: all 0.5s;

}

.question_input_submit:hover {
    background-color:#000;
}


.question_input_text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .question_input_text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .question_input_text::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }


  .question_input_textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color: #8E8E8E
  }
  
  .question_input_textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
  }
  
  .question_input_textarea::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }




/* faqs page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* Services details page start */


.services_details_section {
    width:100%;
}

.services_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.service_details_container {
    width:100%;
    padding:5px;
}

.service_details_main_image {
    max-width:100%;
}

.service_gallery_container {
    padding:20px 0;
    width:100%;
}

.one_service_gallery {
    width:33.33%;
    height:190px;
    float:right;
    margin-top:15px;
}

.one_service_gallery_inner {
    width:93%;
    margin:0 auto;
    height:100%;
    background-size:cover;
    position: relative;
}

.one_service_gallery_inner > a {
    display:block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.6);
    text-decoration: none;
    opacity:0;
    transition: all 0.5s;
}

.one_service_gallery_inner > a > i {
    font-size:30px;
    color:#fff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.one_service_gallery_inner:hover > a {
    opacity:1;
}



/* servuices details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/


/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* Project details page start */

.projects_details_section {
    width:100%;
}

.projects_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.project_details_title {
    width:100%;
    padding:10px 0;
    text-align:center;
}

.project_details_title > h2 {
    font-size:40px;
}

.project_details_left {
    width:100%;
    box-sizing: border-box;
}

.project_sep_div {
    width:100%;
    padding:5px 0;
}

.project_sep_div > img {
    max-width:100%;
}

.project_details_right {
    width:100%;
    box-sizing: border-box;
    padding-top:5px;
}

.project_box_container {
    width:100%;
    padding:20px;
    box-sizing: border-box;
    border:1px solid #d6d6d6;
}

.project_info_h2 {
    font-size: 24px;
    font-weight:900;
    color:#000;
}

.project_info_list {
    width:100%;
}

.one_project_info {
    width:100%;
    padding:10px 0;
    border-bottom:1px solid #d6d6d6;
}

.one_project_info_left {
    width:30%;
    float:right;
    padding:5px;
    box-sizing: border-box;
}

.one_project_info_left > label {
    font-size:20px;
    font-weight:900;
}

.one_project_info_right {
    width:70%;
    float:right;
    padding:5px;
    box-sizing: border-box;
    text-align:left;
}

.one_project_info_right > label {
    font-size:17px;
}

.main_content_project_container {
    padding:20px 0;
}


/* Project details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* blog details page start */

.blog_details_section {
    width:100%;
}

.blog_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.blog_sep {
    width:100%;
    padding:5px 0;
}

.blog_sep2 {
    width:100%;
    padding:20px 0;
}

.blog_date_top {
    font-size:16px;
}

.blog_date_top:after {
    content:"|";
    margin-left:5px;
    margin-right:5px;
    font-size:16px;
}

.blog_author_top {
    font-size:16px;
}

.blog_title_top {
    font-size:26px;
}

.blog_image {
    max-width:100%;
}

.blog_tags_menu {
    display:block;
    list-style-type: none;
    padding:0;
    margin:0;
}

.blog_tags_menu > li {
    display:inline-block;
    padding:5px;
    text-align:center;
}

.blog_tags_menu > li > label {
    display:block;
    width:auto;
    min-width:100px;
    padding:5px;
    color:#fff;
    height:40px;
    line-height:40px;
    border-radius:5px;
    transition: all 0.5s;
}

.blog_tags_menu > li > label:hover {
    background-color:#000;
}


.blog_comments_container {
    width:100%;
}

.comments_num_label {
    font-size:26px;
}


.one_comment {
    width:100%;
    margin-top:20px;
}

.one_comment_left {
    width:15%;
    float:right;
    position: relative;
    height:200px;
}


.comment_image_person_container {
    width:80px;
    height:80px;
    border-radius:100px;
    position: absolute;
    top:1px;
    left:50%;
    transform: translateX(-50%);
    background-size:cover;
}

.one_comment_right {
    width:85%;
    padding:10px;
    box-sizing: border-box;
    float:right;
    border:1px solid #d6d6d6;
}

.blog_comment_name_h4 {
    font-size:26px;
    margin-top:0;
    margin-bottom:5px;
}

.blog_comment_date_label {
    font-size:20px;
}

.blog_comment_text_p {
font-size:18px;
margin-top:15px;
color:#b7b7b7;
}


.blog_comment_form_container {
    width:100%;
    padding:20px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}


.comment_form_body_left {
    width:20%;
    padding:10px;
    box-sizing: border-box;
    float:right;
}

.comment_form_body_right {
    width:80%;
    padding:10px;
    box-sizing: border-box;
    float:right;
}

.comment_personal_picture_div {
    width:100%;
    height:150px;
    background-size:cover;
    position: relative;
    border:1px solid #000;
    cursor:pointer;
}


.one_form_comment_line {
    width:100%;
    padding:5px 0;
}

.comment_form_title {
    font-size:26px;
    margin-top:10px;
    margin-bottom:10px;
}

.comment_one_input_in_line {
    width:33.33%;
    float:right;
}

.text_input_in_line {
    width:95%;
    height:40px;
    border:1px solid #d6d6d6;
    font-size:18px;
    padding:10px;
    box-sizing: border-box;
}

.text_input_in_line_to_left {
    float:right;
}

.text_input_in_line_middle {
    display:block;
    margin:0 auto;
}

.text_input_in_line_to_right {
    float:left;
}

.textarea_comment {
    width:100%;
    height:140px;
    border:1px solid #d6d6d6;
    padding:10px;
    box-sizing:border-box;
    font-size:18px;
    margin-top:20px;
    
}

.comment_placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .comment_placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .comment_placeholder::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }


  .comment_form_submit {
      width:170px;
      height:40px;
      border:none;
      text-align:center;
      cursor: pointer;
      border-radius: 5px;
      color:#fff;
      transition: all 0.5s;
      font-size:18px;
  }

  .comment_form_submit:hover {
      background-color:#000;
  }


/* blog details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/


/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* contact page start */


.contact_section {
    width:100%;
}

.contact_section_inner {
    margin:0 auto;
    padding:40px 0;
}

.contact_row {
    width:100%;
    padding:10px 0;
}

.contact_top {
    width:100%;
}

.one_contact {
    width:50%;
    float:right;
    margin-top:25px;
}

.one_contact_inner {
    width:95%;
    padding:20px;
    box-sizing: border-box;
    border:1px solid #d6d6d6;
    text-align:center;
}

.one_contact:nth-child(odd) > .one_contact_inner {
float:right;
}

.one_contact:nth-child(even) > .one_contact_inner {
    float:left;
}

.one_contact_inner_row {
    padding:10px 0;
}

.contact_icon {
    font-size:60px;
}

.contact_title {
    margin-top:0;
    margin-bottom:0;
    font-size:30px;
    overflow-wrap: break-word;
}

.contact_value {
    margin-top:0;
    margin-bottom:0;
    font-size:22px;
    color:#7a7a7a;
    overflow-wrap: break-word;
}

.contact_value_a {
    font-size:22px;
    color:#7a7a7a;
    text-decoration:none;
    transition: all 0.5s;
    overflow-wrap: break-word;
}

.contact_value_a:not(:first-child) {
    margin-top:5px;
}


.contact_section_bottom {
    width:100%;
    padding:10px 0;
}

.contact_bottom_left {
    width:50%;
    float:right;
}

.contact_form_div {
    width:100%;
    box-sizing: border-box;
    background-color: #f4f4f4;
    padding:20px;
}

.contact_form {
    width:100%;
    margin:0;
    padding:0;
}

.contact_form_row {
    width:100%;
    padding:10px;
    box-sizing: border-box;
}

.contact_title_h2 {
    font-size:26px;
    margin-top:0;
    margin-bottom:0;
}

.one_contact_input_container {
    width:50%;
    float:right;
}

.contact_input_text {
    width:95%;
    height:35px;
    border:1px solid #d6d6d6;
    padding:5px;
    box-sizing: border-box;
    font-size:18px;
}

.one_contact_input_container:nth-child(1) .contact_input_text {
    float:right;
}

.one_contact_input_container:nth-child(2) .contact_input_text {
    float:left;
}


.contact_input_textarea {
    width:100%;
    height:140px;
    border:1px solid #d6d6d6;
    padding:5px;
    box-sizing: border-box;
    font-size:18px;  
}


.contact_form_placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .contact_form_placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .contact_form_placeholder::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }

  .contact_input_submit {
      width:100%;
      text-align:center;
      height:40px;
      border-radius:5px;
      cursor: pointer;
      border:1px solid #d6d6d6;
      color:#fff;
      font-size:16px;
      transition: all 0.5s;
  }

  .contact_input_submit:hover {
      background-color:#000;
  }


.contact_bottom_right {
    width:50%;
    float:right;
    padding-right:10px;
    box-sizing: border-box;
}

.contact_image {
    max-width:100%;
}

/* contact page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

.one_service_inner_right {
    float:none;
}

 }
 
 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) and (max-width: 1199px) {

    
/* some fixed elements start */
.width_fixed {
    width:970px;
}

.center_vertically {
    position: absolute;
    top:50%;
    right:0;
    transform: translate(0,-50%);
}

.center_vertically_plus_horiz {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.main_font {
    font-family: mainfontar;
}

.second_font {
    font-family: mainfontar;
}


.main_color_hover_fore:hover {
color:rgb(255,204,92);
}

.main_color_init_fore {
    color:rgb(255,204,92);
}

.main_color_init_back {
    background-color:rgb(255,204,92);
}

.main_color_hover_back:hover {
    background-color:rgb(255,204,92);
}

.main_color_border_top {
border-top-color:rgb(255,204,92);
}

.main_color_border_bottom {
    border-bottom-color:rgb(255,204,92);
    }

    .main_color_border_left {
        border-left-color:rgb(255,204,92);
        }

        .main_color_border_right {
            border-right-color:rgb(255,204,92);
            }

            .main_color_border {
                border-color:rgb(255,204,92);
                }


                .main_color_overlay {
                    background-color:rgba(255,204,92,0.7);
                    }



                .link_as_button {
                    display:inline-block;
                    width:auto;
                    min-width:180px;
                    height:auto;
                    min-height:40px;
                    text-decoration:none;
                    text-align:center;
                    line-height:40px;
                    border-radius:5px;
                }


                .bold_font {
                    font-weight:900;
                }
/* some fixed elements end */





    body,html {
        margin:0;
        padding:0;
        direction: rtl;
    }

    .container {
        width:100%;
    }


    /* header start */

    .fixed {
        position: fixed;
        top:0; left:0;
        width: 100%; 
    }

    .header_shadow {
        width:100%;
        height:100px;
        display:none;
    }

    .header {
        width:100%;
        height:100px;
        background-color:#fff;
        z-index:999999;
    }

    .header_inner {
        height:100%;
        margin: 0 auto;
        border-bottom:1px solid #eaeaea;
    }
    
        .header_inner_top_banner {
        width:100%;
        margin:0 auto;
        height:100%;
    }
    
.header_bottom_banner {
    display:none;
}

    .logo_container {
        width:30%;
        height:100%;
        position: relative;
        float:right;
    }

    .image_logo {
        max-width:100%;
        max-height:100%;
        height:80px;
    }

    .menu_container {
        width:65%;
        height:100%;
        float:right;
    }

    .main_menu {
        display:block;
        padding:0;
        margin:0;
        width:100%;
        height:100%;
        z-index:9999;
    }

    .main_menu > li {
        display:inline-block;
        padding:0 10px;
        line-height:100px;
        position: relative;
   }
   
   
      .main_menu > li > i {
   margin-right:4px;
   }

   .main_menu > li > a {
        font-size:14px;
        color:#000;
        text-decoration:none;
        line-height:1.5;
        vertical-align: middle;
        display:inline-block;
        transition: color 0.5s;
   }

   .main_menu > li > ul {
       display:block;
       width:250px;
       height:0;
       padding:0;
       margin:0;
       position: absolute;
       top:125px;
       left:0;
       background-color:#fff;
       border-top-width:0;
       border-top-style: solid;
       transition: top 0.5s;
       overflow:hidden;
       box-sizing: border-box;
       z-index:9999;
   }

   .main_menu > li > ul > li {
       display:block;
       width:100%;
       height:auto;
       min-height:60px;
       padding:10px;
       box-sizing: border-box;
       border-bottom:1px solid #eaeaea;
       text-align:center;
       line-height:60px;
       transition: background-color 0.5s;
   }

   .main_menu > li:hover > ul {
        height:auto;
       top:100px;
       border-top-width:4px;
   }

   .main_menu > li > ul > li > a {
            font-size:15px;
            color:#000;
            display: inline-block;
            line-height: 1.5;
            vertical-align: middle;
            text-decoration:none;
            width:100%;
            height:100%;
   }

   .asider_container {
    width:5%;
    height:100%;
    float:right;
    padding-left:10px;
    box-sizing: border-box;
    line-height:100px;
    position: relative;
}

.lang_select {
    position: absolute;
    top:50%;
    left:5px;
    transform: translateY(-50%);
    z-index:999999;
}

.mobile_menu_button {
    display:none;
}

.mobile_menu_container {
    display:none;
}

/* header end */


/* slider start */

.main_slider {
    width:100%;
    direction: ltr;
    
}

.slider_container {
    width:100%; 
}

.slider_container:hover .slider_arrow {
    opacity: 1;
}

.one_slider {
    width:100%;
    position: relative;
    background-size: cover;
}

.one_slider_overlay {
    background-color:rgba(0,0,0,0.6);
    width:100%;
    padding-top:44%;
    box-sizing: border-box;
}



.one_slider_content {
    padding:10px;
    box-sizing: border-box;
    text-align: center;
    min-width:700px;

    overflow: hidden;
}

.one_slider_content > h6 {
    font-size:25px;
    margin-bottom:20px;
}

.one_slider_content > h1 {
    font-size:40px;
    margin-top:20px;
    margin-bottom:10px;
    color:#c1c0c0;
}

.one_slider_content > a {
    font-size:20px;
    color:#fff;
    margin-top:10px;
    transition: background-color 0.5s;
}

.one_slider_content > a:hover {
    background-color:#000;
}

.slider_arrow {
    width:40px;
    height:40px;
    border:1px solid #ffeabd;
    text-align:center;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index:999;
    cursor:pointer;
    transition: background-color 0.5s;
    opacity: 0;
    transition: opacity 0.5s,background-color 0.5s;
}

.slider_arrow > i {
    font-size:20px;
    line-height:40px;
    color:#ffeabd;;
    transition: color 0.5s;
}

.main_slider_left_arrow {
    left:20px;
}

.main_slider_right_arrow {
    right:20px;
}

.slider_arrow:hover > i {
    color:#fff;
}


/* slider end */


/* service ad start  */

.services_ad_section {
    width:100%;
    height:250px;
    position: relative;
}

.services_ad_section_inner {
    height:300px;
    position: absolute;
    top:-80px;
    left:50%;
    transform: translateX(-50%);
}

.services_ad_left {
    width:74%;
    height:100%;
    float:right;
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
}

.services_ad_left_left {
    width:35%;
    height:100%;
    background-size: cover;
    float:right;
}

.services_ad_left_right {
    width:65%;
    height:100%;
    border-left-style: solid;
    border-left-width: 10px;
    box-sizing: border-box;
    padding:40px;
    float:right;
    text-align:center;
}

.services_ad_left_right > p {
  font-size:18px;
  color:#000;
}

.services_ad_left_right > a {
    font-size:22px;
    text-decoration: none;
}

.services_ad_right {
    width:22%;
    height:100%;
    margin-right:4%;
    float:right;
    text-align:center;
    padding:40px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
}

.services_ad_right > i {
    font-size:60px;
    color:#000;
}

.services_ad_num {
    font-size:40px;
    color:#fff;
    margin-top:10px;
    display: inline-block;
}

.services_ad_label {
    font-size:20px;
    color:#000;
    margin-top:10px;
    display: inline-block;
}

/* service ad end  */


/* services start */

.services_section {
    width:100%;
    padding-bottom:60px;
}

.services_section_inner {
    margin:0 auto;
}

.services_title_container {
    width:100%;
    padding:20px;
    box-sizing: border-box;
    text-align: center;
}

.service_label1 {
    font-size:60px;
    margin:0;
}

.services_content_container {
    width:100%;
}

.one_service {
    width:33.3333%;
    height:240px;
    float:right;
    margin-top:40px;
}

.one_service_inner {
    width:93%;
    height:100%;
    text-align: center;
    background-color:#eaeaea;
}

.one_service_inner_overlay {
    width:100%;
    height:100%;
    padding:40px 20px;
    box-sizing: border-box;
    background-color:rgba(0,0,0,0.6);
}

.one_service_inner_overlay > h3 {
    color:#fff;
}

.one_service_inner_overlay > i {
    font-size:60px;
}

.one_service_inner_overlay > a {
    background-color:#fff;
    transition: all 0.5s;
}

.one_service_inner_overlay > a:hover {
    color:#fff;
}

.one_service_inner_left {
    float:left;
}

.one_service_inner_middle {
    margin:0 auto;
}


.one_service_inner_right {
    float:right;
}



/* services end  */


/* project start */

.project_section {
    width:100%;
    background-color:#fff;
    padding:60px 0;
}


.project_title_container {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
}

.project_title_container > p {
    font-size:30px;
}

.project_title_container > h2 {
    font-size:22px;
}

.project_content_container {
    width:100%;
    padding:10px 0;
}


.one_project {
    width:50%;
    float:right;
    margin-top:40px;
}

.one_project_inner {
    width:95%;
    position: relative;
    background-size:cover;
    padding-top:60%;
    margin:0 auto;
    overflow: hidden;
}


.one_project_inner_overlay {
        display:block;
    text-decoration:none;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:999;
    background-color:rgba(0,0,0);
    opacity:0;
    transition: opacity 0.5s;
}

.one_project_inner:hover .one_project_inner_overlay {
    opacity:0.4;
}


.one_project_details {
    width:350px;
    min-height:40px;
    height:auto;
    background-color:#fff;
    padding:20px;
    box-sizing: border-box;
    position: absolute;
    bottom:0;
    right:0;
    z-index:9999;
}

.one_project_inner:hover .one_project_details {
    bottom:0;
}


.one_project_details > a {
    font-size:25px;
    color:#000;
    text-decoration:none;
}

.one_project_details > h6 {
    font-size:18px;
    margin-top:5px;
}

/* project end  */


/* statistics start */

.stat_section {
    width:100%;
    background-size:cover;
}
.stat_section_overlay {
    width:100%;
    background-color: rgba(0,0,0,0.8);
}

.stat_section_inner {
    margin: 0 auto;
    padding-top:50%;
    position: relative;
}

.stat_section_inner_overlay {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.stat_section_title_container {
    width:100%;
    padding:80px 0 10px 0;
    box-sizing: border-box;
    text-align:center;
}

.stat_section_title_container > h2 {
font-size:35px;
color:#fff;
}

.stat_section_content {
    width:100%;
    padding:20px 0;
}

.one_stat {
    width:25%;
    float:left;
}

.one_stat_inner {
    width:93%;
}

.stat1 {
    text-align:left;
    float:right;
}

.stat2 {
    text-align:center;
    margin:0 auto;
}

.stat3 {
    text-align:right;
    float:left;
}

.one_stat_inner > h1 {
    font-size:40px;
    margin-bottom:10px;
}

.one_stat_inner > p {
    font-size:22px;
    color:#fff;
    margin-top:10px;
}

/* statistics end  */




/* faq start */


.faq_section {
    width: 100%;
}

.faq_section_inner {
    margin: 0 auto;
    padding:60px 0 0 0;
}

.faq_section_left,.faq_section_right {
    width:50%;
    float:left;
}

.faq_section_left_top {
    width:100%;
    padding-bottom:20px;
}

.faq_section_left_top >h4 {
    font-size:22px;
    margin-bottom:10px;
}

.faq_section_left_top >h2 {
    font-size:26px;
    color:#000;
    font-weight:900;
    margin-top:10px;
}

.faq_section_left_top > p {
    font-size:18px;
    color:#000;
}

.faq_section_left_content {
    width:100%;
    padding-top:10px;
}


.one_faq {
    width:100%;
    border:1px solid #000;
    border-radius:5px;
    margin-top:15px;
}

.one_faq_q {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    position: relative;
}

.one_faq_q > label {
    font-size:18px;
    color:#000;
    display: inline-block;
    max-width:90%;
}

.one_faq_q > a {
    font-size:18px;
    color:#000;
    position: absolute;
    top:10px;
    left:10px;
    transition: all 0.5s;
}

.one_faq_a {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    border-top:1px solid #000;
}

.closed_faq  .one_faq_a {
    display: none;
}


.one_faq_a > p {
    font-size:16px;
    margin:5px 0;
}

.open_faq  .one_faq_q a {
    transform : rotate(90deg);
}

.faq_section_right {
    text-align: center;
}
.faq_section_right > img {
    height:724px;
    display: block;
    margin:0 auto;
}

.faq_section_left_bottom {
    width:100%;
    padding:20px 0;
}


.faq_section_left_bottom  > a {
    font-size:24px;
    text-decoration: none;
}


/* faq end  */












/* testimonial start  */

.testimonial_section {
    width:100%;
    height:600px;
    position: relative;
    background-color:#eaeaea;
}

.testimonial_container {
    position: absolute;
    top:0;
    right:350px;
    width: calc(100% - 355px);
    height:100%;
    background-size:cover;
}


.testimonial_container_overlay {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}


.testimonial_box_above {
    width:700px;
    height:400px;
    position: absolute;
    right:-200px;
    top:50%;
    transform: translateY(-50%);
}

.testimonial_box_above_left {
    width:100px;
    height:100%;
    float:left;
    position: relative;
}

.testimonial_box_above_left_center_block {
    width:100%;
    height:300px;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}

.one_testimonial_nav {
    width:100%;
    height:100px;
}

.one_testimonial_nav_inner {
    width:70px;
    height:70%;
    background-size:cover;
    margin-left:auto;
    margin-right:auto;
    opacity:0.5;
    transition: all 0.5s;
}

.one_testimonial_nav_inner:hover {
    opacity: 1;
    width:90px;
    height:90%;
}

.testimonial_box_above_right {
    width:600px;
    height:100%;
    float:left;
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    position: relative;
    background-image:url("../images/testimonial/flower.png");
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size:140px 140px;
}

.testimonial_box_under {
    width:100%;
    height:100%;
    position: absolute;
    right:-20px;
    top:20px;
    border-width:1px;
    border-style: solid;
    z-index:-999;
}

.testimonial_text_slider {
    width:100%;
    height:100%;
    direction: ltr;
}

.one_testimonial {
    width:100%;
    height:100%;
}

.one_testimonial_inner {
    width:90%;
    height:100%;
    margin:0 auto;
    padding:20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.one_testimonial_inner > div {
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}

.one_testimonial_inner > div > i {
    font-size:50px;
}

.one_testimonial_inner > div >p {
    font-size:20px;
    color:#000;
}

.one_testimonial_inner > div > h2 {
    font-size:24px;
    margin-bottom:5px;
}

.one_testimonial_inner > div >label {
    font-size:22px;
    margin-top:5px;
}


.slick-vertical .slick-slide {
    height:100px;
}

.testimonial_text_slider .slick-list {
    height:100%;
}
.testimonial_text_slider  .slick-track {
    height:100%;
}

.one_testimonial_nav.slick-current > .one_testimonial_nav_inner {
    opacity: 1;
    width:90px;
    height:90%;
}


/* testimonial  end  */




/* team section start */


.team_section {
    width:100%;
}

.team_section_inner {
    margin: 0 auto;
    padding:80px 0;
}


.team_section_title_container {
    width:100%;
    padding:20px 0;
    text-align: center;
}

.team_section_title_container > p {
    font-size:22px;
    margin-bottom:10px;
}

.team_section_title_container > h2 {
    font-size:35px;
    margin-top:10px;
}


.team_section_content {
    width:100%;
    padding:20px 0;
}


.one_team {
    width:33.33%;
    height:350px;
    margin-top:20px;
    float:right;
}

.one_team:nth-child(n+4) {
    margin-top:100px;
}

.one_team_inner {
    width:93%;
    height:100%;
    background-size:cover;
    position: relative;
}

.one_team_left {
    float:right;
}

.one_team_middle {
    margin: 0 auto;
}

.one_team_right {
    float:left;
}

.one_team_inner_overlay {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    position: relative;
    opacity:0;
    transition: all 0.5s;
}

.team_social_container {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    min-width:80%;
    text-align: center;
}

.team_icon_container {
    display: inline-block;
    width:60px;
    height:60px;
    background-color:#fff;
    color:#d6d6d6;
    text-align:center;
    line-height:60px;
    border-radius:100px;
    transition: all 0.5s;
    transform: scale(1);
}

.team_icon_container:hover {
    color:#fff;
}


.one_team_name_box {
    width:60%;
    height:100px;
    position: absolute;
    background-color:#fff;
    left:50%;
    bottom:-50px;
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
text-align:center;
padding:20px;
box-sizing: border-box;
}

.one_team_name_box > h4 {
    margin-top:0;
    font-size:20px;
    margin-bottom:7px;
}


.one_team_name_box > p {
    font-size:18px;
    margin-top:7px;
}

.one_team_inner:hover > .one_team_inner_overlay {
    opacity:1;
    
}


.one_team_inner:hover  .team_icon_container {
    animation: createBox 1s;
}



/* team section end  */


/* about start */

.about_section {
    width:100%;
    background-color:#eaeaea;
}

.about_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.about_left,.about_right {
    width:50%;
    float:right;
}

.about_left > h6 {
    font-size:22px;
    margin-bottom:5px;
    margin-top:0;
}

.about_left > h2 {
    font-size:26px;
    margin-top:5px;
}

.about_left > p {
    font-size:16px;
}

.about_left > a {
    font-size:22px;
    background-color:#000;
    transition: all 0.5s;
    color:#fff;
}

.about_right > img {
    max-width:100%;
}

/* about end  */


/* blog start */

.blog_section {
    width:100%;
    background-color:#eaeaea;
}

.blog_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.blog_title_container {
    width:100%;
    padding:20px 0;
    text-align: center;
}

.blog_title_container > p {
    font-size:60px;
    margin:0;
}

.blog_content_container {
    width:100%;
    padding:10px 0 10px 0;
}

.one_blog {
    width:33.33%;
    height:450px;
    float:right;
    margin-top:20px;
}

.one_blog:nth-child(n + 4) {
    margin-top:100px;
}

.one_blog_inner {
    width:93%;
    height:100%;
    margin:0 auto;
    background-size:cover;
    position: relative;
}


.one_blog_inner_top {
    width:100%;
    height:450px;
    position: relative;
}

.one_blog_static_image_div {
    width:100%;
    height:100%;
    background-size:cover;
}


.one_blog_inner_image_gallery_container {
    width:100%;
    height:100%;
    direction: ltr !important;
}

.one_blog_dynamic_image_div {
    width:100%;
    height:100%;
    background-size:cover;
}

.one_blog_inner_overlay {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-color:#000;
    opacity:0;
    transition: all 0.5s;
}

.one_blog_inner_top:hover .one_blog_inner_overlay {
    opacity:0.5;
}

.blog_bottom_title_container {
    width: 100%;
    height:auto;
    min-height:30px;
    padding:10px;
    box-sizing:border-box;
    background-color:rgba(0,0,0,0.5);
    position: absolute;
    top:0;
    left:0;
}

.blog_bottom_title_container > h4 {
    color:#fff;
    font-size:20px;
    margin:5px;
}

.one_blog_inner_bottom {
    width:100%;
    height:80px;
    padding:10px;
    box-sizing:border-box;
    position: absolute;
    bottom:0;
    left:0;
    text-align:center;
}

.one_blog_inner_image_gallery_container .slick-track {
    height:450px;
}
/* blog end */


/* footer section start */

.footer_section {
    width:100%;
    background-size:cover;
}

.footer_section_overlay {
    width:100%;
    background-color:rgba(0,0,0,0.8);
}

.footer_section_inner {
    margin: 0 auto;
    padding:100px 0;
}

.one_footer {
    width:25%;
    float:right;
}

.one_footer_inner {
    width:90%;
    margin:0 auto;
    padding:10px;
    box-sizing: border-box;
}

.footer_title_label {
    color:#fff;
    font-size:35px;
    margin-bottom:10px;
    margin-top:0;
}

.footer_details_p {
    font-size:16px;
    color:#fff;
}

.footer_social_menu {
    display:block;
    padding:0;
    margin:0;
}

.footer_social_menu > li {
    display:inline-block;
    padding:5px;
}

.footer_social_menu > li > a {
    display:block;
    width:40px;
    height:40px;
    background-color:#fff;
    border-radius: 100px;
    font-size:20px;
    color:#d6d6d6;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
}

.footer_social_menu > li > a:hover {
    color:#fff;
}

.footer_list {
    padding:0;
    margin:0;
    display: block;
}

.footer_list > li {
    display:block;
    margin-top:10px;
}

.footer_list > li > a {
    color:#c1c0c0;
    font-size:16px;
    text-decoration:none;
    transition: all 0.5s;
}

.footer_list2 {
    padding:0;
    margin:0;
    display: block;
}

.footer_list2 > li {
    display:block;
    margin-top:10px;
}

.footer_list2 > li > i {
    font-size:17px;
}

.footer_list2 > li > label,.footer_list2 > li > a {
    font-size:17px;
    color:#fff;
    text-decoration: none;
    margin-right:10px;
    transition: all 0.5s;
}



.input_container {
    width:180px;
    height:40px;
    border:1px solid #fff;
}


.input_container_left {
    width:140px;
    height:100%;
    float:right;
}

.input_sub {
    width:100%;
    height:100%;
    border:none;
    font-size:20px;
    padding:5px;
    box-sizing: border-box;
}

.input_container_right {
    width:40px;
    height:100%;
    float:right;
    text-align:center;
}

.input_container_right > a {
    color:#fff;
    line-height:40px;
    font-size:16px;
    display:block;
    width:100%;
    height:100%;
}


/* footer section end  */



/* footer bottom start */

.footer_bottom_section {
    width:100%;
    background-color:#000;
}

.footer_bottom_section_inner {
    margin: 0 auto;
    padding:30px 0;
}

.footer_bottom_left, .footer_bottom_right {
    width:50%;
    float:right;
}


.footer_bottom_left > label {
    font-size:24px;
    color:#fff;
}

.footer_bottom_right > div {
    float:left;
}

.footer_menu3 {
    display:block;
    padding:0;
    margin:0;
    list-style-type: none;
    margin-top:5px;
}

.footer_menu3 > li  {
    display: inline-block;
    text-align: right;
    margin-right:10px;
}

.footer_menu3 > li > a {
    font-size:17px;
    color:#fff;
    text-decoration: none;
    transition: all 0.5s;
}

/* footer bottom end  */

.totop_button {
    display:block;
    width:80px;
    height:80px;
    text-align:center;
    position: fixed;
    left:20px;
    bottom:40px;
    display:none;
    z-index:999999;
}

.totop_button > i {
    font-size:40px;
    line-height:80px;
    color:#fff;

}



/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

/* about page start */


.page_title_banner_section {
    width:100%;
    background-size: cover;
}

.page_title_banner_section_overlay {
    width:100%;
    background-color:rgba(0,0,0,0.6);
    position: relative;
    padding-top:25%;
}



.page_title_content_container {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    text-align:center;
    width:100%;
}

.page_title_content_container > h2 {
    font-size:60px;
    color:#fff;
    margin-bottom:10px;
}

.page_nav_menu {
    display:block;
    list-style-type: none;
    padding:0;
    margin:0;
}

.page_nav_menu > li {
    display:inline-block;
}

.page_nav_menu > li:not(:last-child):after {
    content:" / ";
    font-size:26px;
    color:#fff;
    margin-left:5px;
    margin-right:5px;
}

.page_nav_menu > li > a {
    font-size:26px;
    text-decoration:none;
    color:#fff;
}

.page_nav_menu > li > label {
    font-size:26px;
}



/* about page details start */

.about_in_about_page_section {
    width:100%;
}

.about_in_about_page_section_inner {
    margin:0 auto;
    padding:80px 0;
}

.about_in_about_page_section_top {
    width:100%;
    text-align: center;
}

.about_in_about_page_section_top > h4 {
    font-size:26px;
}


.about_in_about_page_section_top > h2 {
    font-size:35px;
    color:#000;
}

.about_in_about_page_section_top > p {
    font-size:20px;
    color:#000;
}

.about_main_image {
    width:100%;
    max-width:100%;
    margin-top:20px;
}

.about_in_about_page_section_bottom {
    width:100%;
}

.about_in_about_page_section_bottom_div1 {
    width:100%;
    padding:50px 0;
}

.about_in_about_page_section_bottom_div1 > label {

    font-size:30px;

}

.about_in_about_page_section_bottom_div2 {
    width:100%;
}

.about_in_about_page_section_bottom_div2_left,.about_in_about_page_section_bottom_div2_right {
    width:100%;
    padding:60px 20px;
    box-sizing: border-box;
    text-align:right;
}

.about_secondary_images {
    max-width:60%;
}


/* about page details end  */


/* about ad start */


.about_ad_section {
    width:100%;
    height:auto;
    padding:40px 0;
}

.about_ad_section_inner {
    margin:0 auto;
    padding:100px;
    text-align: center;
    box-sizing: border-box;
}

.about_ad_section_inner > h2 {
    color:#fff;
    font-size:50px;
}

.about_ad_section_inner > p {
    color:#fff;
    font-size:24px;
}

.about_ad_section_inner > a {
    background-color:#fff;
    margin-top:40px;
    color:#000;
}

/* about ad end */


/* brands start */

.brand_section {
    width:100%;
    background-color: #eaeaea;
}

.brand_Section_inner {
    margin:0 auto;
    padding:60px 0;
}

.brands_gallery {
    width:100%;
    direction: ltr;
}

.one_brand {
    width:25%;
    float:left;
}

.one_brand_inner {
    width:90%;
    margin:0 auto;
    text-align:center;
}

.one_brand_inner  img {
    max-width:100%;
}


/* brands end */


/* about page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/



/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* faqs page start */



.faqs_in_faqs_page_section {
    width:100%;
}

.faqs_in_faqs_page_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.faqs_in_faqs_page_section_left {
    width:70%;
    padding:10px;
    box-sizing: border-box;
    float:right;
}

.faqs_in_faqs_page_section_right {
    width:30%;
    padding:10px;
    box-sizing: border-box;
    float:right;
}


.question_form_container {
    width:100%;
    padding:20px;
    background-color:#eaeaea;
    box-sizing: border-box;
}


.question_form_title_div {
    width:100%;
    padding:5px 0;
}

.question_form_label {
    font-size:26px;
}


.question_form {
    width:100%;
}


.question_input_container {
    width:100%;
    padding:10px 0;
}

.question_input_text {
    width:100%;
    height:40px;
    border:none;
    font-size:22px;
    padding:10px;
    box-sizing: border-box;
}

.question_input_textarea {
    width:100%;
    height:140px;
    border:none;
    font-size:22px;
    padding:10px;
    box-sizing: border-box;
}


.question_input_submit {
    width:200px;
    height:40px;
    border-radius:10px;
    color:#fff;
    border:none;
    font-size:22px;
    cursor:pointer;
    transition: all 0.5s;

}

.question_input_submit:hover {
    background-color:#000;
}


.question_input_text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .question_input_text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .question_input_text::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }


  .question_input_textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color: #8E8E8E
  }
  
  .question_input_textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
  }
  
  .question_input_textarea::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }



/* faqs page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/


/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* Services details page start */


.services_details_section {
    width:100%;
}

.services_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.service_details_container {
    width:100%;
    padding:5px;
}

.service_details_main_image {
    max-width:100%;
}

.service_gallery_container {
    padding:20px 0;
    width:100%;
}

.one_service_gallery {
    width:25%;
    height:190px;
    float:right;
    margin-top:15px;
}

.one_service_gallery_inner {
    width:93%;
    margin:0 auto;
    height:100%;
    background-size:cover;
    position: relative;
}

.one_service_gallery_inner > a {
    display:block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.6);
    text-decoration: none;
    opacity:0;
    transition: all 0.5s;
}

.one_service_gallery_inner > a > i {
    font-size:30px;
    color:#fff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.one_service_gallery_inner:hover > a {
    opacity:1;
}



/* servuices details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/




/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* Project details page start */

.projects_details_section {
    width:100%;
}

.projects_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.project_details_title {
    width:100%;
    padding:10px 0;
    text-align:center;
}

.project_details_title > h2 {
    font-size:40px;
}

.project_details_left {
    width:65%;
    padding-left:10px;
    box-sizing: border-box;
    float:right;
}

.project_sep_div {
    width:100%;
    padding:5px 0;
}

.project_sep_div > img {
    max-width:100%;
}

.project_details_right {
    width:35%;
    padding-right:10px;
    box-sizing: border-box;
    float:right;
    padding-top:5px;
}

.project_box_container {
    width:100%;
    padding:20px;
    box-sizing: border-box;
    border:1px solid #d6d6d6;
}

.project_info_h2 {
    font-size: 24px;
    font-weight:900;
    color:#000;
}

.project_info_list {
    width:100%;
}

.one_project_info {
    width:100%;
    padding:10px 0;
    border-bottom:1px solid #d6d6d6;
}

.one_project_info_left {
    width:30%;
    float:right;
    padding:5px;
    box-sizing: border-box;
}

.one_project_info_left > label {
    font-size:20px;
    font-weight:900;
}

.one_project_info_right {
    width:70%;
    float:right;
    padding:5px;
    box-sizing: border-box;
    text-align:left;
}

.one_project_info_right > label {
    font-size:17px;
}

.main_content_project_container {
    padding:20px 0;
}



/* Project details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/



/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* blog details page start */

.blog_details_section {
    width:100%;
}

.blog_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.blog_sep {
    width:100%;
    padding:5px 0;
}

.blog_sep2 {
    width:100%;
    padding:20px 0;
}

.blog_date_top {
    font-size:16px;
}

.blog_date_top:after {
    content:"|";
    margin-left:5px;
    margin-right:5px;
    font-size:16px;
}

.blog_author_top {
    font-size:16px;
}

.blog_title_top {
    font-size:26px;
}

.blog_image {
    max-width:100%;
}

.blog_tags_menu {
    display:block;
    list-style-type: none;
    padding:0;
    margin:0;
}

.blog_tags_menu > li {
    display:inline-block;
    padding:5px;
    text-align:center;
}

.blog_tags_menu > li > label {
    display:block;
    width:auto;
    min-width:100px;
    padding:5px;
    color:#fff;
    height:40px;
    line-height:40px;
    border-radius:5px;
    transition: all 0.5s;
}

.blog_tags_menu > li > label:hover {
    background-color:#000;
}


.blog_comments_container {
    width:100%;
}

.comments_num_label {
    font-size:26px;
}


.one_comment {
    width:100%;
    margin-top:20px;
}

.one_comment_left {
    width:10%;
    float:right;
    position: relative;
    height:200px;
}


.comment_image_person_container {
    width:80px;
    height:80px;
    border-radius:100px;
    position: absolute;
    top:1px;
    left:50%;
    transform: translateX(-50%);
    background-size:cover;
}

.one_comment_right {
    width:90%;
    padding:10px;
    box-sizing: border-box;
    float:right;
    border:1px solid #d6d6d6;
}

.blog_comment_name_h4 {
    font-size:26px;
    margin-top:0;
    margin-bottom:5px;
}

.blog_comment_date_label {
    font-size:20px;
}

.blog_comment_text_p {
font-size:18px;
margin-top:15px;
color:#b7b7b7;
}


.blog_comment_form_container {
    width:100%;
    padding:20px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}


.comment_form_body_left {
    width:20%;
    padding:10px;
    box-sizing: border-box;
    float:right;
}

.comment_form_body_right {
    width:80%;
    padding:10px;
    box-sizing: border-box;
    float:right;
}

.comment_personal_picture_div {
    width:100%;
    height:210px;
    background-size:cover;
    position: relative;
    border:1px solid #000;
    cursor:pointer;
}


.one_form_comment_line {
    width:100%;
    padding:5px 0;
}

.comment_form_title {
    font-size:26px;
    margin-top:10px;
    margin-bottom:10px;
}

.comment_one_input_in_line {
    width:33.33%;
    float:right;
}

.text_input_in_line {
    width:95%;
    height:40px;
    border:1px solid #d6d6d6;
    font-size:18px;
    padding:10px;
    box-sizing: border-box;
}

.text_input_in_line_to_left {
    float:right;
}

.text_input_in_line_middle {
    display:block;
    margin:0 auto;
}

.text_input_in_line_to_right {
    float:left;
}

.textarea_comment {
    width:100%;
    height:140px;
    border:1px solid #d6d6d6;
    padding:10px;
    box-sizing:border-box;
    font-size:18px;
    margin-top:20px;
    
}

.comment_placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .comment_placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .comment_placeholder::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }


  .comment_form_submit {
      width:170px;
      height:40px;
      border:none;
      text-align:center;
      cursor: pointer;
      border-radius: 5px;
      color:#fff;
      transition: all 0.5s;
      font-size:18px;
  }

  .comment_form_submit:hover {
      background-color:#000;
  }


/* blog details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/


/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* contact page start */


.contact_section {
    width:100%;
}

.contact_section_inner {
    margin:0 auto;
    padding:40px 0;
}

.contact_row {
    width:100%;
    padding:10px 0;
}

.contact_top {
    width:100%;
}

.one_contact {
    width:25%;
    float:right;
}

.one_contact_inner {
    width:95%;
    padding:20px;
    box-sizing: border-box;
    border:1px solid #d6d6d6;
    text-align:center;
}

.one_contact:nth-child(1) > .one_contact_inner {
float:right;
}

.one_contact:nth-child(2) > .one_contact_inner,.one_contact:nth-child(3) > .one_contact_inner {
    margin:0 auto;
}


.one_contact:nth-child(4) > .one_contact_inner {
    float:left;
}

.one_contact_inner_row {
    padding:10px 0;
}

.contact_icon {
    font-size:60px;
}

.contact_title {
    margin-top:0;
    margin-bottom:0;
    font-size:30px;
}

.contact_value {
    margin-top:0;
    margin-bottom:0;
    font-size:22px;
    color:#7a7a7a;
}

.contact_value_a {
    font-size:22px;
    color:#7a7a7a;
    text-decoration:none;
    transition: all 0.5s;
}

.contact_value_a:not(:first-child) {
    margin-top:5px;
}


.contact_section_bottom {
    width:100%;
    padding:10px 0;
}

.contact_bottom_left {
    width:50%;
    float:right;
}

.contact_form_div {
    width:100%;
    box-sizing: border-box;
    background-color: #f4f4f4;
    padding:20px;
}

.contact_form {
    width:100%;
    margin:0;
    padding:0;
}

.contact_form_row {
    width:100%;
    padding:10px;
    box-sizing: border-box;
}

.contact_title_h2 {
    font-size:26px;
    margin-top:0;
    margin-bottom:0;
}

.one_contact_input_container {
    width:50%;
    float:right;
}

.contact_input_text {
    width:95%;
    height:35px;
    border:1px solid #d6d6d6;
    padding:5px;
    box-sizing: border-box;
    font-size:18px;
}

.one_contact_input_container:nth-child(1) .contact_input_text {
    float:right;
}

.one_contact_input_container:nth-child(2) .contact_input_text {
    float:left;
}


.contact_input_textarea {
    width:100%;
    height:140px;
    border:1px solid #d6d6d6;
    padding:5px;
    box-sizing: border-box;
    font-size:18px;  
}


.contact_form_placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .contact_form_placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .contact_form_placeholder::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }

  .contact_input_submit {
      width:100%;
      text-align:center;
      height:40px;
      border-radius:5px;
      cursor: pointer;
      border:1px solid #d6d6d6;
      color:#fff;
      font-size:16px;
      transition: all 0.5s;
  }

  .contact_input_submit:hover {
      background-color:#000;
  }


.contact_bottom_right {
    width:50%;
    float:right;
    padding-right:10px;
    box-sizing: border-box;
}

.contact_image {
    max-width:100%;
}

/* contact page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/




 }
 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) {

/* some fixed elements start */
.width_fixed {
    width:1150px;
}

.center_vertically {
    position: absolute;
    top:50%;
    right:0;
    transform: translate(0,-50%);
}

.center_vertically_plus_horiz {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.main_font {
    font-family: 'mainfontar';
}

.second_font {
    font-family: mainfontar;
}


.main_color_hover_fore:hover {
color:rgb(255,204,92);
}

.main_color_init_fore {
    color:rgb(255,204,92);
}

.main_color_init_back {
    background-color:rgb(255,204,92);
}

.main_color_hover_back:hover {
    background-color:rgb(255,204,92);
}

.main_color_border_top {
border-top-color:rgb(255,204,92);
}

.main_color_border_bottom {
    border-bottom-color:rgb(255,204,92);
    }

    .main_color_border_left {
        border-left-color:rgb(255,204,92);
        }

        .main_color_border_right {
            border-right-color:rgb(255,204,92);
            }

            .main_color_border {
                border-color:rgb(255,204,92);
                }


                .main_color_overlay {
                    background-color:rgba(255,204,92,0.7);
                    }



                .link_as_button {
                    display:inline-block;
                    width:auto;
                    min-width:180px;
                    height:auto;
                    min-height:40px;
                    text-decoration:none;
                    text-align:center;
                    line-height:40px;
                    border-radius:5px;
                }


                .bold_font {
                    font-weight:900;
                }
/* some fixed elements end */





    body,html {
        margin:0;
        padding:0;
        direction: rtl;
    }

    .container {
        width:100%;
    }


    /* header start */

    .fixed {
        position: fixed;
        top:0; left:0;
        width: 100%; 
    }

    .header_shadow {
        width:100%;
        height:100px;
        display:none;
    }

    .header {
        width:100%;
        height:100px;
        background-color:#fff;
        z-index:999999;
    }

    .header_inner {
        height:100%;
        margin: 0 auto;
        border-bottom:1px solid #eaeaea;
    }
    
    .header_inner_top_banner {
        width:100%;
        margin:0 auto;
        height:100%;
    }
    
.header_bottom_banner {
    display:none;
}

    .logo_container {
        width:35%;
        height:100%;
        position: relative;
        float:right;
    }

    .image_logo {
        max-width:100%;
        max-height:100%;
        height:80px;
    }

    .menu_container {
        width:60%;
        height:100%;
        float:right;
    }

    .main_menu {
        display:block;
        padding:0;
        margin:0;
        width:100%;
        height:100%;
        z-index:9999;
    }

    .main_menu > li {
        display:inline-block;
        padding:0 10px;
        line-height:100px;
        position: relative;
   }


   .main_menu > li > i {
   margin-right:4px;
   }

   .main_menu > li > a {
        font-size:16px;
        color:#000;
        text-decoration:none;
        line-height:1.5;
        vertical-align: middle;
        display:inline-block;
        transition: color 0.5s;
   }

   .main_menu > li > ul {
       display:block;
       width:250px;
       height:0;
       padding:0;
       margin:0;
       position: absolute;
       top:125px;
       left:0;
       background-color:#fff;
       border-top-width:0;
       border-top-style: solid;
       transition: top 0.5s;
       overflow:hidden;
       box-sizing: border-box;
       z-index:9999;
   }

   .main_menu > li > ul > li {
       display:block;
       width:100%;
       height:auto;
       min-height:60px;
       padding:10px;
       box-sizing: border-box;
       border-bottom:1px solid #eaeaea;
       text-align:center;
       line-height:60px;
       transition: background-color 0.5s;
   }

   .main_menu > li:hover > ul {
        height:auto;
       top:100px;
       border-top-width:4px;
   }

   .main_menu > li > ul > li > a {
            font-size:18px;
            color:#000;
            display: inline-block;
            line-height: 1.5;
            vertical-align: middle;
            text-decoration:none;
            width:100%;
            height:100%;
   }

   .asider_container {
       width:5%;
       height:100%;
       float:right;
       padding-left:10px;
       box-sizing: border-box;
       line-height:100px;
       position: relative;
   }

   .lang_select {
       position: absolute;
       top:50%;
       left:5px;
       transform: translateY(-50%);
       z-index:999999;
   }

   .mobile_menu_button {
        display:none;
}

.mobile_menu_container {
    display:none;
}

/* header end */


/* slider start */

.main_slider {
    width:100%;
    direction: ltr;
    
}

.slider_container {
    width:100%; 
}

.slider_container:hover .slider_arrow {
    opacity: 1;
}

.one_slider {
    width:100%;
    position: relative;
    background-size: cover;
}

.one_slider_overlay {
    background-color:rgba(0,0,0,0.6);
    width:100%;
    padding-top:37%;
    box-sizing: border-box;
}



.one_slider_content {
    padding:10px;
    box-sizing: border-box;
    text-align: center;
    min-width:700px;
    
    overflow: hidden;
}

.one_slider_content > h6 {
    font-size:25px;
    margin-bottom:20px;
}

.one_slider_content > h1 {
    font-size:40px;
    margin-top:20px;
    margin-bottom:10px;
    color:#c1c0c0;
}

.one_slider_content > a {
    font-size:20px;
    color:#fff;
    margin-top:10px;
    transition: background-color 0.5s;
}

.one_slider_content > a:hover {
    background-color:#000;
}

.slider_arrow {
    width:40px;
    height:40px;
    border:1px solid #ffeabd;
    text-align:center;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index:999;
    cursor:pointer;
    transition: background-color 0.5s;
    opacity: 0;
    transition: opacity 0.5s,background-color 0.5s;
}

.slider_arrow > i {
    font-size:20px;
    line-height:40px;
    color:#ffeabd;;
    transition: color 0.5s;
}

.main_slider_left_arrow {
    left:20px;
}

.main_slider_right_arrow {
    right:20px;
}

.slider_arrow:hover > i {
    color:#fff;
}


/* slider end */


/* service ad start  */

.services_ad_section {
    width:100%;
    height:250px;
    position: relative;
}

.services_ad_section_inner {
    height:300px;
    position: absolute;
    top:-100px;
    left:50%;
    transform: translateX(-50%);
}

.services_ad_left {
    width:74%;
    height:100%;
    float:right;
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
}

.services_ad_left_left {
    width:35%;
    height:100%;
    background-size: cover;
    float:right;
}

.services_ad_left_right {
    width:65%;
    height:100%;
    border-left-style: solid;
    border-left-width: 10px;
    box-sizing: border-box;
    padding:40px;
    float:right;
    text-align:center;
}

.services_ad_left_right > p {
  font-size:20px;
  color:#000;
}

.services_ad_left_right > a {
    font-size:22px;
    text-decoration: none;
}

.services_ad_right {
    width:22%;
    height:100%;
    margin-right:4%;
    float:right;
    text-align:center;
    padding:40px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
}

.services_ad_right > i {
    font-size:60px;
    color:#000;
}

.services_ad_num {
    font-size:40px;
    color:#fff;
    margin-top:10px;
    display: inline-block;
}

.services_ad_label {
    font-size:20px;
    color:#000;
    margin-top:10px;
    display: inline-block;
}

/* service ad end  */


/* services start */

.services_section {
    width:100%;
    padding-bottom:60px;
}

.services_section_inner {
    margin:0 auto;
}

.services_title_container {
    width:100%;
    padding:20px;
    box-sizing: border-box;
    text-align: center;
}

.service_label1 {
    font-size:60px;
    margin:0;
}

.services_content_container {
    width:100%;
}

.one_service {
    width:33.3333%;
    height:240px;
    float:right;
    margin-top:40px;
}

.one_service_inner {
    width:93%;
    height:100%;
    text-align: center;
    background-color:#eaeaea;
}

.one_service_inner_overlay {
    width:100%;
    height:100%;
    padding:40px 20px;
    box-sizing: border-box;
    background-color:rgba(0,0,0,0.6);
}

.one_service_inner_overlay > h3 {
    color:#fff;
}

.one_service_inner_overlay > i {
    font-size:60px;
}

.one_service_inner_overlay > a {
    background-color:#fff;
    transition: all 0.5s;
}

.one_service_inner_overlay > a:hover {
    color:#fff;
}

.one_service_inner_left {
    float:left;
}

.one_service_inner_middle {
    margin:0 auto;
}


.one_service_inner_right {
    float:right;
}



/* services end  */


/* project start */

.project_section {
    width:100%;
    background-color:#fff;
    padding:60px 0;
}


.project_title_container {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
}

.project_title_container > p {
    font-size:30px;
}

.project_title_container > h2 {
    font-size:22px;
}

.project_content_container {
    width:100%;
    padding:10px 0;
}


.one_project {
    width:50%;
    float:right;
    margin-top:40px;
}

.one_project_inner {
    width:95%;
    position: relative;
    background-size:cover;
    padding-top:60%;
    margin:0 auto;
    overflow: hidden;
}


.one_project_inner_overlay {
    display:block;
    text-decoration:none;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:999;
    background-color:rgba(0,0,0);
    opacity:0;
    transition: opacity 0.5s;
}

.one_project_inner:hover .one_project_inner_overlay {
    opacity:0.4;
}


.one_project_details {
    width:350px;
    min-height:40px;
    height:auto;
    background-color:#fff;
    padding:20px;
    box-sizing: border-box;
    position: absolute;
    bottom:0;
    right:0;
    z-index:9999;
}

.one_project_inner:hover .one_project_details {
    bottom:0;
}


.one_project_details > a {
    font-size:25px;
    color:#000;
    text-decoration:none;
}

.one_project_details > h6 {
    font-size:18px;
    margin-top:5px;
}

/* project end  */


/* statistics start */

.stat_section {
    width:100%;
    background-size:cover;
}
.stat_section_overlay {
    width:100%;
    background-color: rgba(0,0,0,0.8);
}

.stat_section_inner {
    margin: 0 auto;
    padding-top:35%;
    position: relative;
}

.stat_section_inner_overlay {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.stat_section_title_container {
    width:100%;
    padding:80px 0 10px 0;
    box-sizing: border-box;
    text-align:center;
}

.stat_section_title_container > h2 {
font-size:35px;
color:#fff;
}

.stat_section_content {
    width:100%;
    padding:20px 0;
}

.one_stat {
    width:25%;
    float:right;
}

.one_stat_inner {
    width:93%;
}

.stat1 {
    text-align:right;
    float:right;
}

.stat2 {
    text-align:center;
    margin:0 auto;
}

.stat3 {
    text-align:left;
    float:right;
}

.one_stat_inner > h1 {
    font-size:40px;
    margin-bottom:10px;
}

.one_stat_inner > p {
    font-size:22px;
    color:#fff;
    margin-top:10px;
}

/* statistics end  */




/* faq start */


.faq_section {
    width: 100%;
}

.faq_section_inner {
    margin: 0 auto;
    padding:60px 0 0 0;
}

.faq_section_left,.faq_section_right {
    width:50%;
    float:right;
}

.faq_section_left_top {
    width:100%;
    padding-bottom:20px;
}

.faq_section_left_top >h4 {
    font-size:22px;
    margin-bottom:10px;
}

.faq_section_left_top >h2 {
    font-size:26px;
    color:#000;
    font-weight:900;
    margin-top:10px;
}

.faq_section_left_top > p {
    font-size:18px;
    color:#000;
}

.faq_section_left_content {
    width:100%;
    padding-top:10px;
}


.one_faq {
    width:100%;
    border:1px solid #000;
    border-radius:5px;
    margin-top:15px;
}

.one_faq_q {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    position: relative;
}

.one_faq_q > label {
    font-size:18px;
    color:#000;
    display: inline-block;
    max-width:90%;
}

.one_faq_q > a {
    font-size:18px;
    color:#000;
    position: absolute;
    top:10px;
    left:10px;
    transition: all 0.5s;
}

.one_faq_a {
    width:100%;
    padding:10px;
    box-sizing: border-box;
    border-top:1px solid #000;
}

.closed_faq  .one_faq_a {
    display: none;
}


.one_faq_a > p {
    font-size:16px;
    margin:5px 0;
}

.open_faq  .one_faq_q a {
    transform : rotate(90deg);
}

.faq_section_right {
    text-align: center;
}
.faq_section_right > img {
    height:724px;
    display: block;
    margin:0 auto;
}

.faq_section_left_bottom {
    width:100%;
    padding:20px 0;
}


.faq_section_left_bottom  > a {
    font-size:24px;
    text-decoration: none;
}


/* faq end  */












/* testimonial start  */

.testimonial_section {
    width:100%;
    height:600px;
    position: relative;
    background-color:#eaeaea;
}

.testimonial_container {
    position: absolute;
    top:0;
    right:350px;
    width: calc(100% - 355px);
    height:100%;
    background-size:cover;
}


.testimonial_container_overlay {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}


.testimonial_box_above {
    width:900px;
    height:400px;
    position: absolute;
    right:-150px;
    top:50%;
    transform: translateY(-50%);
}

.testimonial_box_above_left {
    width:100px;
    height:100%;
    float:left;
    position: relative;
}

.testimonial_box_above_left_center_block {
    width:100%;
    height:300px;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}

.one_testimonial_nav {
    width:100%;
    height:100px;
}

.one_testimonial_nav_inner {
    width:70px;
    height:70%;
    background-size:cover;
    margin-left:auto;
    margin-right:auto;
    opacity:0.5;
    transition: all 0.5s;
}

.one_testimonial_nav_inner:hover {
    opacity: 1;
    width:90px;
    height:90%;
}

.testimonial_box_above_right {
    width:800px;
    height:100%;
    float:left;
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    position: relative;
    background-image:url("../images/testimonial/flower.png");
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size:140px 140px;
}

.testimonial_box_under {
    width:100%;
    height:100%;
    position: absolute;
    right:-20px;
    top:20px;
    border-width:1px;
    border-style: solid;
    z-index:-999;
}

.testimonial_text_slider {
    width:100%;
    height:100%;
    direction: ltr;
}

.one_testimonial {
    width:100%;
    height:100%;
}

.one_testimonial_inner {
    width:90%;
    height:100%;
    margin:0 auto;
    padding:20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.one_testimonial_inner > div {
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
}

.one_testimonial_inner > div > i {
    font-size:50px;
}

.one_testimonial_inner > div >p {
    font-size:20px;
    color:#000;
}

.one_testimonial_inner > div > h2 {
    font-size:24px;
    margin-bottom:5px;
}

.one_testimonial_inner > div >label {
    font-size:22px;
    margin-top:5px;
}


.slick-vertical .slick-slide {
    height:100px;
}

.testimonial_text_slider .slick-list {
    height:100%;
}
.testimonial_text_slider  .slick-track {
    height:100%;
}

.one_testimonial_nav.slick-current > .one_testimonial_nav_inner {
    opacity: 1;
    width:90px;
    height:90%;
}


/* testimonial  end  */




/* team section start */


.team_section {
    width:100%;
}

.team_section_inner {
    margin: 0 auto;
    padding:80px 0;
}


.team_section_title_container {
    width:100%;
    padding:20px 0;
    text-align: center;
}

.team_section_title_container > p {
    font-size:22px;
    margin-bottom:10px;
}

.team_section_title_container > h2 {
    font-size:35px;
    margin-top:10px;
}


.team_section_content {
    width:100%;
    padding:20px 0;
}


.one_team {
    width:33.33%;
    height:350px;
    margin-top:20px;
    float:right;
}

.one_team:nth-child(n+4) {
    margin-top:100px;
}

.one_team_inner {
    width:93%;
    height:100%;
    background-size:cover;
    position: relative;
}

.one_team_left {
    float:right;
}

.one_team_middle {
    margin: 0 auto;
}

.one_team_right {
    float:left;
}

.one_team_inner_overlay {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    position: relative;
    opacity:0;
    transition: all 0.5s;
}

.team_social_container {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    min-width:80%;
    text-align: center;
}

.team_icon_container {
    display: inline-block;
    width:60px;
    height:60px;
    background-color:#fff;
    color:#d6d6d6;
    text-align:center;
    line-height:60px;
    border-radius:100px;
    transition: all 0.5s;
    transform: scale(1);
}

.team_icon_container:hover {
    color:#fff;
}


.one_team_name_box {
    width:60%;
    height:100px;
    position: absolute;
    background-color:#fff;
    left:50%;
    bottom:-50px;
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
text-align:center;
padding:20px;
box-sizing: border-box;
}

.one_team_name_box > h4 {
    margin-top:0;
    font-size:20px;
    margin-bottom:7px;
}


.one_team_name_box > p {
    font-size:18px;
    margin-top:7px;
}

.one_team_inner:hover > .one_team_inner_overlay {
    opacity:1;
    
}


.one_team_inner:hover  .team_icon_container {
    animation: createBox 1s;
}



/* team section end  */


/* about start */

.about_section {
    width:100%;
    background-color:#eaeaea;
}

.about_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.about_left,.about_right {
    width:50%;
    float:right;
}

.about_left > h6 {
    font-size:22px;
    margin-bottom:5px;
    margin-top:0;
}

.about_left > h2 {
    font-size:26px;
    margin-top:5px;
}

.about_left > p {
    font-size:16px;
}

.about_left > a {
    font-size:22px;
    background-color:#000;
    transition: all 0.5s;
    color:#fff;
}

.about_right > img {
    max-width:100%;
}

/* about end  */


/* blog start */

.blog_section {
    width:100%;
    background-color:#eaeaea;
}

.blog_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.blog_title_container {
    width:100%;
    padding:20px 0;
    text-align: center;
}

.blog_title_container > p {
    font-size:60px;
    margin:0;
}

.blog_content_container {
    width:100%;
    padding:10px 0 10px 0;
}

.one_blog {
    width:33.33%;
    height:460px;
    float:right;
}

.one_blog:nth-child(n + 4) {
    margin-top:20px;
}

.one_blog_inner {
    width:93%;
    height:100%;
    margin:0 auto;
    background-size:cover;
    position: relative;
}
.one_blog_inner_top {
    width:100%;
    height:460px;
    position: relative;
}

.one_blog_static_image_div {
    width:100%;
    height:100%;
    background-size:cover;
}


.one_blog_inner_image_gallery_container {
    width:100%;
    height:100%;
    direction: ltr !important;
}

.one_blog_dynamic_image_div {
    width:100%;
    height:100%;
    background-size:cover;
}

.one_blog_inner_overlay {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-color:#000;
    opacity:0;
    transition: all 0.5s;
}

.one_blog_inner_top:hover .one_blog_inner_overlay {
    opacity:0.5;
}

.blog_bottom_title_container {
    width: 100%;
    height:auto;
    min-height:30px;
    padding:10px;
    box-sizing:border-box;
    background-color:rgba(0,0,0,0.5);
    position: absolute;
    top:0;
    left:0;
}

.blog_bottom_title_container > h4 {
    color:#fff;
    font-size:20px;
    margin:5px;
}


.one_blog_inner_bottom {
    width:100%;
    height:90px;
    padding:10px;
    box-sizing:border-box;
    position: absolute;
    bottom:0;
    left:0;
    text-align:center;
}

.one_blog_inner_image_gallery_container .slick-track {
    height:460px;
}


/* blog end */


/* footer section start */

.footer_section {
    width:100%;
    background-size:cover;
}

.footer_section_overlay {
    width:100%;
    background-color:rgba(0,0,0,0.8);
}

.footer_section_inner {
    margin: 0 auto;
    padding:100px 0;
}

.one_footer {
    width:25%;
    float:right;
}

.one_footer_inner {
    width:90%;
    margin:0 auto;
    padding:10px;
    box-sizing: border-box;
}

.footer_title_label {
    color:#fff;
    font-size:35px;
    margin-bottom:10px;
    margin-top:0;
}

.footer_details_p {
    font-size:16px;
    color:#fff;
}

.footer_social_menu {
    display:block;
    padding:0;
    margin:0;
}

.footer_social_menu > li {
    display:inline-block;
    padding:5px;
}

.footer_social_menu > li > a {
    display:block;
    width:40px;
    height:40px;
    background-color:#fff;
    border-radius: 100px;
    font-size:20px;
    color:#d6d6d6;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
}

.footer_social_menu > li > a:hover {
    color:#fff;
}

.footer_list {
    padding:0;
    margin:0;
    display: block;
}

.footer_list > li {
    display:block;
    margin-top:10px;
}

.footer_list > li > a {
    color:#c1c0c0;
    font-size:16px;
    text-decoration:none;
    transition: all 0.5s;
}

.footer_list2 {
    padding:0;
    margin:0;
    display: block;
}

.footer_list2 > li {
    display:block;
    margin-top:10px;
}

.footer_list2 > li > i {
    font-size:17px;
}

.footer_list2 > li > label,.footer_list2 > li > a {
    font-size:17px;
    color:#fff;
    text-decoration: none;
    margin-right:10px;
    transition: all 0.5s;
}



.input_container {
    width:240px;
    height:40px;
    border:1px solid #fff;
}


.input_container_left {
    width:200px;
    height:100%;
    float:right;
}

.input_sub {
    width:100%;
    height:100%;
    border:none;
    font-size:20px;
    padding:5px;
    box-sizing: border-box;
}

.input_container_right {
    width:40px;
    height:100%;
    float:right;
    text-align:center;
}

.input_container_right > a {
    color:#fff;
    line-height:40px;
    font-size:16px;
    display:block;
    width:100%;
    height:100%;
}


/* footer section end  */



/* footer bottom start */

.footer_bottom_section {
    width:100%;
    background-color:#000;
    height:auto;
    min-height:140px;
}

.footer_bottom_section_inner {
    margin: 0 auto;
    padding:30px 0;
}

.footer_bottom_left, .footer_bottom_right {
    width:50%;
    float:right;
    position: relative;
    line-height:140px;
}


.footer_bottom_left > label {
    font-size:24px;
    color:#fff;
    line-height:1.5;
    display:inline-block;
    vertical-align:middle;
    
}

.footer_bottom_right > div {
    float:left;
}

.footer_menu3 {
    display:block;
    padding:0;
    margin:0;
    list-style-type: none;
    margin-top:5px;
}

.footer_menu3 > li  {
    display: inline-block;
    text-align: right;
    margin-right:10px;
}

.footer_menu3 > li > a {
    font-size:17px;
    color:#fff;
    text-decoration: none;
    transition: all 0.5s;
}

/* footer bottom end  */



.totop_button {
    display:block;
    width:80px;
    height:80px;
    text-align:center;
    position: fixed;
    left:100px;
    bottom:100px;
    display:none;
    z-index:999999;
}

.totop_button > i {
    font-size:40px;
    line-height:80px;
    color:#fff;

}











/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

/* about page start */


.page_title_banner_section {
    width:100%;
    background-size: cover;
}

.page_title_banner_section_overlay {
    width:100%;
    background-color:rgba(0,0,0,0.6);
    position: relative;
    padding-top:25%;
}



.page_title_content_container {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    text-align:center;
    width:100%;
}

.page_title_content_container > h2 {
    font-size:60px;
    color:#fff;
    margin-bottom:10px;
    margin-top:150px;
}

.page_nav_menu {
    display:block;
    list-style-type: none;
    padding:0;
    margin:0;
}

.page_nav_menu > li {
    display:inline-block;
}

.page_nav_menu > li:not(:last-child):after {
    content:" / ";
    font-size:26px;
    color:#fff;
    margin-left:5px;
    margin-right:5px;
}

.page_nav_menu > li > a {
    font-size:26px;
    text-decoration:none;
    color:#fff;
}

.page_nav_menu > li > label {
    font-size:26px;
}



/* about page details start */

.about_in_about_page_section {
    width:100%;
}

.about_in_about_page_section_inner {
    margin:0 auto;
    padding:80px 0;
}

.about_in_about_page_section_top {
    width:100%;
    text-align: center;
}

.about_in_about_page_section_top > h4 {
    font-size:26px;
}


.about_in_about_page_section_top > h2 {
    font-size:35px;
    color:#000;
}

.about_in_about_page_section_top > p {
    font-size:20px;
    color:#000;
}

.about_main_image {
    width:100%;
    max-width:100%;
    margin-top:20px;
}

.about_in_about_page_section_bottom {
    width:100%;
}

.about_in_about_page_section_bottom_div1 {
    width:100%;
    padding:50px 0;
}

.about_in_about_page_section_bottom_div1 > label {

    font-size:30px;

}

.about_in_about_page_section_bottom_div2 {
    width:100%;
}

.about_in_about_page_section_bottom_div2_left,.about_in_about_page_section_bottom_div2_right {
    width:100%;
    padding:60px 20px;
    box-sizing: border-box;
    text-align:right;
}

.about_secondary_images {
    max-width:60%;
}


/* about page details end  */


/* about ad start */


.about_ad_section {
    width:100%;
    height:auto;
    padding:40px 0;
}

.about_ad_section_inner {
    margin:0 auto;
    padding:100px;
    text-align: center;
    box-sizing: border-box;
}

.about_ad_section_inner > h2 {
    color:#fff;
    font-size:50px;
}

.about_ad_section_inner > p {
    color:#fff;
    font-size:24px;
}

.about_ad_section_inner > a {
    background-color:#fff;
    margin-top:40px;
    color:#000;
}

/* about ad end */


/* brands start */

.brand_section {
    width:100%;
    background-color: #eaeaea;
}

.brand_Section_inner {
    margin:0 auto;
    padding:60px 0;
}

.brands_gallery {
    width:100%;
    direction: ltr;
}

.one_brand {
    width:20%;
    float:right;
}

.one_brand_inner {
    width:90%;
    margin:0 auto;
    text-align:center;
}

.one_brand_inner  img {
    max-width:100%;
}


/* brands end */


/* about page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/





/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* team page start */







/* team page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/






/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* faqs page start */



.faqs_in_faqs_page_section {
    width:100%;
}

.faqs_in_faqs_page_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.faqs_in_faqs_page_section_left {
    width:70%;
    padding:10px;
    box-sizing: border-box;
    float:right;
}

.faqs_in_faqs_page_section_right {
    width:30%;
    padding:10px;
    box-sizing: border-box;
    float:right;
}


.question_form_container {
    width:100%;
    padding:20px;
    background-color:#eaeaea;
    box-sizing: border-box;
}


.question_form_title_div {
    width:100%;
    padding:5px 0;
}

.question_form_label {
    font-size:26px;
}


.question_form {
    width:100%;
}


.question_input_container {
    width:100%;
    padding:10px 0;
}

.question_input_text {
    width:100%;
    height:40px;
    border:none;
    font-size:22px;
    padding:10px;
    box-sizing: border-box;
}

.question_input_textarea {
    width:100%;
    height:140px;
    border:none;
    font-size:22px;
    padding:10px;
    box-sizing: border-box;
}


.question_input_submit {
    width:200px;
    height:40px;
    border-radius:10px;
    color:#fff;
    border:none;
    font-size:22px;
    cursor:pointer;
    transition: all 0.5s;

}

.question_input_submit:hover {
    background-color:#000;
}


.question_input_text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .question_input_text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .question_input_text::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }


  .question_input_textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color: #8E8E8E
  }
  
  .question_input_textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
  }
  
  .question_input_textarea::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }




/* faqs page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/





/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* Services details page start */


.services_details_section {
    width:100%;
}

.services_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.service_details_container {
    width:100%;
    padding:5px;
}

.service_details_main_image {
    max-width:100%;
}

.service_gallery_container {
    padding:20px 0;
    width:100%;
}

.one_service_gallery {
    width:25%;
    height:190px;
    float:right;
    margin-top:15px;
}

.one_service_gallery_inner {
    width:93%;
    margin:0 auto;
    height:100%;
    background-size:cover;
    position: relative;
}

.one_service_gallery_inner > a {
    display:block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.6);
    text-decoration: none;
    opacity:0;
    transition: all 0.5s;
}

.one_service_gallery_inner > a > i {
    font-size:30px;
    color:#fff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.one_service_gallery_inner:hover > a {
    opacity:1;
}



/* servuices details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/





/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* Project details page start */

.projects_details_section {
    width:100%;
}

.projects_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.project_details_title {
    width:100%;
    padding:10px 0;
    text-align:center;
}

.project_details_title > h2 {
    font-size:40px;
}

.project_details_left {
    width:65%;
    padding-left:10px;
    box-sizing: border-box;
    float:right;
}

.project_sep_div {
    width:100%;
    padding:5px 0;
}

.project_sep_div > img {
    max-width:100%;
}

.project_details_right {
    width:35%;
    padding-right:10px;
    box-sizing: border-box;
    float:right;
    padding-top:5px;
}

.project_box_container {
    width:100%;
    padding:20px;
    box-sizing: border-box;
    border:1px solid #d6d6d6;
}

.project_info_h2 {
    font-size: 24px;
    font-weight:900;
    color:#000;
}

.project_info_list {
    width:100%;
}

.one_project_info {
    width:100%;
    padding:10px 0;
    border-bottom:1px solid #d6d6d6;
}

.one_project_info_left {
    width:30%;
    float:right;
    padding:5px;
    box-sizing: border-box;
}

.one_project_info_left > label {
    font-size:20px;
    font-weight:900;
}

.one_project_info_right {
    width:70%;
    float:right;
    padding:5px;
    box-sizing: border-box;
    text-align:left;
}

.one_project_info_right > label {
    font-size:17px;
}

.main_content_project_container {
    padding:20px 0;
}

/* Project details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/





/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* blog details page start */

.blog_details_section {
    width:100%;
}

.blog_details_section_inner {
    margin:0 auto;
    padding:60px 0;
}

.blog_sep {
    width:100%;
    padding:5px 0;
}

.blog_sep2 {
    width:100%;
    padding:20px 0;
}

.blog_date_top {
    font-size:16px;
}

.blog_date_top:after {
    content:"|";
    margin-left:5px;
    margin-right:5px;
    font-size:16px;
}

.blog_author_top {
    font-size:16px;
}

.blog_title_top {
    font-size:26px;
}

.blog_image {
    max-width:100%;
}

.blog_tags_menu {
    display:block;
    list-style-type: none;
    padding:0;
    margin:0;
}

.blog_tags_menu > li {
    display:inline-block;
    padding:5px;
    text-align:center;
}

.blog_tags_menu > li > label {
    display:block;
    width:auto;
    min-width:100px;
    padding:5px;
    color:#fff;
    height:40px;
    line-height:40px;
    border-radius:5px;
    transition: all 0.5s;
}

.blog_tags_menu > li > label:hover {
    background-color:#000;
}


.blog_comments_container {
    width:100%;
}

.comments_num_label {
    font-size:26px;
}


.one_comment {
    width:100%;
    margin-top:20px;
}

.one_comment_left {
    width:10%;
    float:right;
    position: relative;
    height:200px;
}


.comment_image_person_container {
    width:80px;
    height:80px;
    border-radius:100px;
    position: absolute;
    top:1px;
    left:50%;
    transform: translateX(-50%);
    background-size:cover;
}

.one_comment_right {
    width:90%;
    padding:10px;
    box-sizing: border-box;
    float:right;
    border:1px solid #d6d6d6;
}

.blog_comment_name_h4 {
    font-size:26px;
    margin-top:0;
    margin-bottom:5px;
}

.blog_comment_date_label {
    font-size:20px;
}

.blog_comment_text_p {
font-size:18px;
margin-top:15px;
color:#b7b7b7;
}


.blog_comment_form_container {
    width:100%;
    padding:20px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}


.comment_form_body_left {
    width:20%;
    padding:10px;
    box-sizing: border-box;
    float:right;
}

.comment_form_body_right {
    width:80%;
    padding:10px;
    box-sizing: border-box;
    float:right;
}

.comment_personal_picture_div {
    width:100%;
    height:210px;
    background-size:cover;
    position: relative;
    border:1px solid #000;
    cursor:pointer;
}



.one_form_comment_line {
    width:100%;
    padding:5px 0;
}

.comment_form_title {
    font-size:26px;
    margin-top:10px;
    margin-bottom:10px;
}

.comment_one_input_in_line {
    width:33.33%;
    float:right;
}

.text_input_in_line {
    width:95%;
    height:40px;
    border:1px solid #d6d6d6;
    font-size:18px;
    padding:10px;
    box-sizing: border-box;
}

.text_input_in_line_to_left {
    float:right;
}

.text_input_in_line_middle {
    display:block;
    margin:0 auto;
}

.text_input_in_line_to_right {
    float:left;
}

.textarea_comment {
    width:100%;
    height:140px;
    border:1px solid #d6d6d6;
    padding:10px;
    box-sizing:border-box;
    font-size:18px;
    margin-top:20px;
    
}

.comment_placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .comment_placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .comment_placeholder::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }


  .comment_form_submit {
      width:170px;
      height:40px;
      border:none;
      text-align:center;
      cursor: pointer;
      border-radius: 5px;
      color:#fff;
      transition: all 0.5s;
      font-size:18px;
  }

  .comment_form_submit:hover {
      background-color:#000;
  }


/* blog details page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/




/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* contact page start */


.contact_section {
    width:100%;
}

.contact_section_inner {
    margin:0 auto;
    padding:40px 0;
}

.contact_row {
    width:100%;
    padding:10px 0;
}

.contact_top {
    width:100%;
}

.one_contact {
    width:25%;
    float:right;
}

.one_contact_inner {
    width:95%;
    padding:20px;
    box-sizing: border-box;
    border:1px solid #d6d6d6;
    text-align:center;
}

.one_contact:nth-child(1) > .one_contact_inner {
float:right;
}

.one_contact:nth-child(2) > .one_contact_inner,.one_contact:nth-child(3) > .one_contact_inner {
    margin:0 auto;
}


.one_contact:nth-child(4) > .one_contact_inner {
    float:left;
}

.one_contact_inner_row {
    padding:10px 0;
}

.contact_icon {
    font-size:60px;
}

.contact_title {
    margin-top:0;
    margin-bottom:0;
    font-size:30px;
}

.contact_value {
    margin-top:0;
    margin-bottom:0;
    font-size:22px;
    color:#7a7a7a;
}

.contact_value_a {
    font-size:22px;
    color:#7a7a7a;
    text-decoration:none;
    transition: all 0.5s;
}

.contact_value_a:not(:first-child) {
    margin-top:5px;
}


.contact_section_bottom {
    width:100%;
    padding:10px 0;
}

.contact_bottom_left {
    width:50%;
    float:right;
}

.contact_form_div {
    width:100%;
    box-sizing: border-box;
    background-color: #f4f4f4;
    padding:20px;
}

.contact_form {
    width:100%;
    margin:0;
    padding:0;
}

.contact_form_row {
    width:100%;
    padding:10px;
    box-sizing: border-box;
}

.contact_title_h2 {
    font-size:26px;
    margin-top:0;
    margin-bottom:0;
}

.one_contact_input_container {
    width:50%;
    float:right;
}

.contact_input_text {
    width:95%;
    height:35px;
    border:1px solid #d6d6d6;
    padding:5px;
    box-sizing: border-box;
    font-size:18px;
}

.one_contact_input_container:nth-child(1) .contact_input_text {
    float:right;
}

.one_contact_input_container:nth-child(2) .contact_input_text {
    float:left;
}


.contact_input_textarea {
    width:100%;
    height:140px;
    border:1px solid #d6d6d6;
    padding:5px;
    box-sizing: border-box;
    font-size:18px;  
}


.contact_form_placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: mainfontar
    opacity: 1; /* Firefox */
    color:#8E8E8E;
  }
  
  .contact_form_placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: mainfontar
    color: #8E8E8E
    
  }
  
  .contact_form_placeholder::-ms-input-placeholder { /* Microsoft Edge */
    font-family: mainfontar
    color: #8E8E8E
  }

  .contact_input_submit {
      width:100%;
      text-align:center;
      height:40px;
      border-radius:5px;
      cursor: pointer;
      border:1px solid #d6d6d6;
      color:#fff;
      font-size:16px;
      transition: all 0.5s;
  }

  .contact_input_submit:hover {
      background-color:#000;
  }


.contact_bottom_right {
    width:50%;
    float:right;
    padding-right:10px;
    box-sizing: border-box;
}

.contact_image {
    max-width:100%;
}

/* contact page end */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/




 } 

 .nofloat {
     clear:both;
 }

 @keyframes createBox {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }



.page_overlay {
    position: fixed;
    top:0;
    left:0;
    z-index:9999999999;
    width:100%;
    height:100%;
}

.page_overlay_top {
    width:100%;
    height:50%;
    position: absolute;
    top:0;
    left:0;
}


.page_overlay_bottom {
    width:100%;
    height:50%;
    position: absolute;
    bottom:0;
    left:0;
}

.page_overlay > img {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index:99;
}



.crop_overlay {
    position: fixed;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    text-align:center;
    display:none;
}

.crop_overlay_header {
    width:100%;
    height:10%;
}

.crop_overlay_body{
    width:100%;
    height:80%;
}

.crop_overlay_footer {
    width:100%;
    height:10%;
}

.crop_image {

    max-width:100%;
    max-height:100%;

}

.jcrop-holder {
    margin: 0 auto;
}

.crop_button {
    width:260px;
    height:40px;
    font-size:24px;
    border-radius:10px;
    cursor:pointer;
    border:none;
    text-align:center;
    line-height:40px;
}

.crop_yes {
    background-color:#9FC693;
}

.crop_no {
    background-color:#F7347A;
}



.lang_ul {
    display:block;
    padding:0;
    margin:0;
    list-style-type: none;
    width:100%;
    height:100%;
}

.lang_ul > li {
    display:inline-block;
    padding:5px 5px 5px 0;
    box-sizing:border-box;
    height:100%;
    min-width:50px;
    position: relative;
    float:left;
}


.lang_ul > li > img {
    max-height: 25px;
    cursor:pointer;
}

.lang_ul.middle img {
    position: absolute;
    top:50%;
    left:0;
    transform:translatey(-50%);
}





.header_social_menu {
    padding:0;
    display:block;
    margin:0;
    list-style-type: none;
    width:100%;
    height:30px;
    text-align:center;
    position: absolute;
    top:50%;
    left:0;
    transform:translatey(-50%);
}


.header_social_menu > li {
    display:inline-block;
    width:30px;
    height:30px;
    box-sizing:border-box;
 
}

.header_social_menu > li > a {
    display:block;
    width:30px;
    height:30px;
    text-decoration:none;
    line-height:30px;
    font-size:18px;
    color:#fff;
}


.one_project_details {
    width:100% !important;
}

