@import "base.css";

body {
    position: relative;
    overflow-x: hidden;
}
a:hover {
    color: #e4810c;
}
a {
    color: white;
}
.pattern {
    width: 140px;
    height: 100%;
    position: fixed;
    z-index: 1;
    right: 0px;
    top: 0px;
    overflow: visible;
}

.pattern:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    z-index: 6;
    background: #e4810c url(../images/green-dust-and-scratches.png) repeat;
}

.pattern:after {
    width: 100px;
    height: 105px;
    position: absolute;
    right: 66px;
    content: '';
    top: 0px;
    transform: skewX(26deg);
    z-index: 3;
    background: #e4810c url(../images/green-dust-and-scratches.png) repeat;
}

header .top-info .connection {
    height: 70px;
    box-sizing: border-box;
}

header .top-info .connection:after {
    width: 100%;
    bottom: -9px;
    height: 50px;
    background-color: #e9eff4;
    content: '';
    position: absolute;
    left: -7px;
    transform: skewX(18deg);
    z-index: -2;
}

header .top-info .connection .phone_numb {
    position: relative;
}

header .top-info .connection > div {
    float: left;
    height: 100%;
}

header .top-info .connection .phone_numb_in {
    background-color: #3c644f;
    padding-left: 63px;
    padding-right: 76px;
    position: relative;
    z-index: 10;
}

header .top-info .connection .phone_numb:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    display: block;
    right: -11px;
    bottom: 0px;
    transform: skewX(18deg);
    background-color: #3c644f;
    z-index: 99999;
}

header .top-info .connection .phone_numb img {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    left: 22px;
    top: 14px;
}

header .top-info .connection .phone_numb p {
    line-height: 70px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: .25px;
}

header .top-info .connection .send_msg a {
    display: block;
    width: 100px;
    height: 100%;
    text-decoration: none;
    background-color: #e4810c;
    text-align: center;
    position: relative;
    color: #fff;
}

header .top-info .connection .send_msg a .svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
}

.main {
    margin-top: 35px;
}

header .top-info .social {
    margin-left: 100px;
    position: relative;
    float: right;
    height: 70px;
}

header .top-info .social:after {
    height: 1px;
    width: 30px;
    background-color: #999;
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 20px;
    margin-top: -1px;
}

header .top-info .social label {
    float: left;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #999;
    margin-left: 15px;
    font-family: "Raleway";
}

header .top-info .social li {
    margin: 0px;
    margin-left: 5px;
    float: left;
    padding: 20px 0px;
}

header .top-info .social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #9b9b9b;
    border-radius: 100%;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.social li:hover a {
    color: #ffffff !important;
}

.social li:nth-child(1) a:hover,
.share_wrap li:nth-child(1):hover,
.social li:nth-child(2) a:hover,
.share_wrap li:nth-child(2):hover,
.social li:nth-child(3) a:hover,
.share_wrap li:nth-child(3):hover,
.social li:nth-child(4) a:hover,
.social li:nth-child(5) a:hover,
.share_wrap li:nth-child(4):hover,
.share_wrap li:nth-child(5):hover,
.social li:nth-child(6) a:hover,
.share_wrap li:nth-child(6):hover,
.social li:nth-child(7) a:hover,
.share_wrap li:nth-child(7):hover
{
    background-color: #e4810c;
}

.side > div {
    position: fixed;
    top: 105px;
    background-color: #0d0e13;
    bottom: 0;
    width: 210px;
    padding: 0;
    right: 37px;
    z-index: 99999;
    -webkit-transition: top 300ms linear;
    -moz-transition: top 300ms linear;
    -ms-transition: top 300ms linear;
    -o-transition: top 300ms linear;
    transition: top 300ms linear;
}

.side .menu_logo.scrolled {
    padding: 40px 60px;
}

.side .menu_logo img {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 279px;
}

.side .menu_logo {
    width: 100%;
    clear: both;
    padding: 80px 60px;
    background-color: #111422;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.side .menu_logo:after {
    width: 100%;
    height: 50px;
    content: '';
    position: absolute;
    transform: skewY(-4deg);
    border-top: 2px solid #0d0e13;
    background-color: #0d0e13;
    top: 100%;
    margin-top: -14px;
    left: 0px;
}

.side .menu_logo.scrolled img {
    transform: scale(0.8);
}

.main .content > .item {
    padding: 0 40px;
}

.main .check-list {
    height: auto;
    clear: both;
    box-shadow: 3px 0px 50px rgba(0, 0, 0, .07);
    padding: 46px 50px 20px 50px;
    position: relative;
    margin: -50px auto 145px;
    z-index: 999;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .check-list .title {
    width: 100%;
    position: relative;
    margin-bottom: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .check-list .title .shape {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 26px;
    height: 26px;
    border: 2px solid #e4810c;
    text-align: center;
}

.main .check-list .title .shape span {
    position: relative;
    display: block;
    top: 12px;
    left: -3px;
}

.main .check-list .title .shape span:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 6px;
    background-color: #e4810c;
    transform: rotate(-40deg);
    right: 9px;
}

.main .check-list .title .shape span:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background-color: #e4810c;
    transform: rotate(40deg);
    top: -5px;
    right: 4px;
}

.main .check-list .title .text {
    padding-left: 50px;
}

.main .check-list .title h3 {
    font-size: 18px;
    font-family: "Raleway";
    color: #181a2f;
    font-weight: 500;
}

.main .check-list .title .text span {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}

.main .check-list .image_wrap {
    width: 100%;
    position: relative;
    border: 10px solid #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .07);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .check-list img {
    width: 100%;
    height: 239px;
}

.main .about {
    margin-bottom: 100px;
}

.main .about .left-box .title {
    margin-bottom: 66px;
}

.main .about .left-box .title h3 {
    font-family: "Raleway";
    font-size: 48px;
    color: #181a2f;
    font-weight: 600;
    line-height: 1;
    position: relative;
}

.main .about .left-box .title h3:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #e4810c;
    bottom: -31px;
    right: 0px;
}

.main .about .left-box .subtitle p, .principles .left-box .subtitle p, .project .left-box .subtitle p {
    font-size: 16px;
    color: #666666;
}

.main .about .left-box .sign {
    padding-top: 42px;
    margin-bottom: 33px;
    max-width: 250px;
}

.about .right-box {
    height: auto;
    position: relative;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body *:not(.owl-carousel) {
    text-align: right;
    direction: rtl;
}

.about .right-box img {
    width: 100%;
    height: 100%;
}

.about .right-box .first, .about .right-box .second {
    height: 290px;
    width: 274px;
}

.about .right-box .first {
    position: relative;
    float: right;
    top: 50px;
    z-index: 2;
    border: 10px solid #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.about .right-box .second {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 270px;
    z-index: 1;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    border: 10px solid #fff;
}

.about .left-box .author_name span {
    font-family: "Raleway";
    font-size: 22px;
    color: #181a2f;
    font-weight: 700;
}

.main .counter .left-box {
    height: auto;
    background-color: #0d0e13;
}

.main .counter .left-box .roof {
    height: 30px;
    position: absolute;
    bottom: 100%;
    right: 0px;
}

.main .counter .roof span {
    position: absolute;
    right: 0px;
    top: 0px;
    border-top: 30px solid transparent;
    border-right: 360px solid #0d0e13;
}

.main .counter .left-box .inner {
    padding: 64px 40px 64px 50px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .counter .left-box p {
    font: 22px "Raleway";
    color: #ccc;
    line-height: 1.3;
}

.main .counter .right-box .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    padding: 35px 15px 0 15px;
}

.main .counter .right-box .inner * {
    text-align: center !important;
}

.main .counter .right-box .inner:after {
    position: absolute;
    content: "";
    width: 1px;
    top: 40px;
    background-color: #d1d7db;
    left: 100%;
}

.main .counter .right-box .number span {
    font-family: "Montserrat";
    color: #181a2f;
    font-weight: 600;
    font-size: 40px;
}

.main .counter .right-box {
    background-color: #e9eff4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .counter .right-box .inner > span {
    color: #666;
    font-family: "Open Sans";
    font-size: 14px;
    display: block;
}

.main .counter .right-box li {
    width: 50%;
    float: left;
    text-align: center;
    margin: 0px;
}

.main .counter .right-box {
    padding-bottom: 40px !important;
}

.counter .video-box {
    padding-top: 20px;
}

.main .counter .video-box span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #777;
    text-align: center;
}

svg {
    fill: currentcolor;
    width: 15px;
    height: 15px;
}

.main .counter .video-box span .svg {
    position: relative;
    top: 1px;
    left: 2px;
    width: 8px;
    height: 8px;
    color: #777;
}

.main .counter .video-box .project_time {
    text-decoration: none;
    font-size: 16px;
    font-family: "Raleway";
    color: #e4810c;
    position: relative;
    top: 2px;
    border-bottom: 1px solid transparent;
    border-bottom-color: #ccc;
    margin-left: 6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.main .counter .video-box:hover .project_time {
    border-bottom-color: transparent;
}

.principles {
    padding-top: 80px;
}

.principles .inner {
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
    z-index: 10;
    padding: 20px 0px 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.principles .inner .leftshape {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 240px;
    width: 20px;
    background-color: #e9eff4;
    z-index: 5;
}

.principles .inner .leftshape:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
    background-color: #e9eff4;
    bottom: -20px;
    transform: skewY(45deg);
}

.principles .inner .topshape {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 20px;
    width: 190px;
    background-color: #e9eff4;
    z-index: 5;
}

.principles .inner .topshape:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 20px;
    background-color: #e9eff4;
    right: 139px;
    transform: skewX(-45deg);
}

.principles .inner .in {
    padding: 45px 70px 82px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .08);
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.principles .inner .definition p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.principles .inner .number {
    position: absolute;
    bottom: -10px;
    left: 30px;
    width: 70px;
    height: 80px;
    line-height: 80px;
    background-color: #e4810c;
    border-radius: 1px;
    text-align: center;
}

.principles .inner .title h3 {
    font-family: "Raleway";
    font-size: 22px;
    color: #041230;
}

.principles .inner .number span {
    font-family: "Montserrat";
    font-size: 36px;
    color: #fff;
}

.service, .blog {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    background-color: #e9eff4;
    padding: 152px 0px 60px 0px;
}

.background {
    background-color: #e9eff4;
}

.sticky_section {
    position: -webkit-sticky;
    position: sticky;
    overflow: visible;
    top: 50px;
}

sticky_section:after {
    clear: both;
    display: table;
    content: '';
}

.service .left-box .title,
.blog .left-box .title,
.project .left-box .title {
    margin-bottom: 66px;
}

.service .title h3,
.blog .left-box .title h3,
.project .left-box .title h3 {
    font-family: "Raleway";
    font-size: 48px;
    color: #181a2f;
    font-weight: 600;
    line-height: 1;
    position: relative;
    margin-bottom: 25px;
}

.project .left-box .title h3:before,
.blog .left-box .title h3:before,
.service .left-box .title h3:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #e4810c;
    bottom: -31px;
    right: 0px;
}

.service .left-box .service_category {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    padding-top: 30px;
    margin-bottom: 50px;
}

.service .left-box .button_wrap a,
.blog .left-box .button_wrap a,
.working .first .button_wrap a,
.project .left-box .button_wrap a {
    text-decoration: none;
    color: #181a2f;
    margin-bottom: 20px;
    font-family: "Montserrat";
    font-size: 14px;
    text-transform: uppercase;
    background-color: #fff;
    padding: 17px 25px 16px 25px;
    display: inline-block;
    font-weight: 600;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.service .left-box .service_category ul li {
    margin: 0px 0px 10px 0px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.service .left-box .service_category ul li span {
    font-size: 16px;
    color: #666;
    position: relative;
    padding-right: 8px;
}

.service .left-box .service_category ul li span:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #999;
    top: 50%;
    left: 100%;
}

.service .right-box .sticky_section:after,
.blog .right-box .sticky_section:after {
    clear: both;
    display: table;
    content: '';
}

.service .right-box,
.blog .right-box {
    overflow: hidden;
    padding-left: 30px !important;
}

.service .right-box ul li .inner,
.blog .right-box ul li .inner {
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
    background-color: #fff;
    padding: 55px 50px 84px 50px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, .1);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.service .right-box .services_list ul li .title_holder h3,
.blog .right-box .blog-list ul li .title_holder h3 {
    font-family: "Raleway";
    font-size: 22px;
    margin-bottom: 25px;
    color: #181a2f;
}

.service .right-box .services_list ul li .title_holder h3 a,
.blog .right-box .blog-list ul li .title_holder h3 a {
    text-decoration: none;
    color: #181a2f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service .right-box .services_list ul li .description p,
.blog .right-box .blog-list ul li .description p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}
.read_more {
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: calc(100% - 40px);
}

.read_more_in {
    height: 40px;
    background-color: #e4810c;
    line-height: 40px;
    position: relative;
}

.service .right-box .services_list ul li {
    margin-bottom: 40px;
}
.read_more_in a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 40px 0px 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 .read_more_in a:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 40px;
    background-color: #e4810c;
    right: 104px;
    transform: skewX(-27deg);
    margin-left: -12px;
}

.service .right-box .services_list ul li .title_holder h3 a:hover,
.blog .right-box .blog-list ul li .title_holder h3 a:hover {
    color: #e4810c;
}

.service .services_bottom {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    border-top: 1px solid #dde3e8;
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
}

.service .services_bottom p,
footer .definition p {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}

.choose {
    background-color: #0d0e13;
}

.choose h3 {
    font-family: "Raleway";
    font-size: 22px;
    color: #cccccc;
    font-weight: 500;
    line-height: 100px;
    margin-bottom: 0 !important;
}

.rating {
    overflow: hidden;
    margin-bottom: 150px;
}

.rating .bg {
    position: relative;
    opacity: 1;
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.rating .bg .container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 0;
}

.rating .bg .container, .rating .row {
    height: 100%;
    margin-right: 0;
    margin-left: 0;
}

.rating .left-box {
    height: 100%;
    background-color: rgba(17, 20, 34, .9);
    padding-left: 40px;
}

.rating .left-box .experience_box {
    width: 220px;
    height: 220px;
    border: 10px solid #e4810c;
    padding: 13px 20px 10px 18px;
    margin-bottom: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 150px;
}

.rating .left-box .experience_box .top p {
    font-family: "Raleway";
    font-size: 18px;
    color: #eeeeee;
    font-weight: 500;
}

.rating .left-box .experience_box .bottom {
    display: flex;
    align-items: center;
}

.rating .left-box .experience_box .bottom .number span {
    font-family: "Montserrat";
    font-size: 72px;
    color: #eee;
    letter-spacing: -0.25px;
    line-height: 1;
    font-weight: 600;
}

.rating .left-box .experience_box .bottom .definition {
    font-family: "Montserrat";
    font-size: 10px;
    color: #e4810c;
    text-transform: uppercase;
    padding-left: 4px;
    font-weight: 600;
}

.rating .left-box .category {
    float: right;
}

.rating .left-box .category ul li {
    margin: 0px 0px 10px 0px;
    padding-left: 10px;
}

.rating .left-box .category ul li span {
    font-size: 16px;
    color: #cccccc;
    position: relative;
    padding-right: 8px;
}

.rating .left-box .category ul li span:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #cccccc;
    top: 50%;
    left: 100%;
}

.rating .rating_wrap {
    width: 80px;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    float: right;
}

.rating .inner_wrap {
    width: 80px;
    height: auto;
    position: relative;
    top: 0px;
    right: 0px;
    background-color: #c32c41;
    text-align: center;
    padding: 9px 0px 12px 0px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rating .inner_wrap * {
    text-align: center !important;
}

.rating .inner_wrap:before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0px;
    border-top: 15px solid #c32c41;
    border-left: 40px solid transparent;
    cursor: pointer;
}

.rating .inner_wrap:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0px;
    border-top: 15px solid #c32c41;
    border-right: 40px solid transparent;
    cursor: pointer;
}

.rating .right-box {
    padding-right: 0;
}

.rating .right-box .star img {
    vertical-align: middle;
    width: 36px;
    height: 14px;
}

.rating .right-box .number span {
    font-family: "Montserrat";
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 0.5;
}

.rating .right-box .title p {
    font-size: 10px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
}

.project .left-box.title h3:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #e4810c;
    bottom: -31px;
    left: 0px;
}

.project .left-box .button_wrap {
    padding-top: 49px;
}

.project .left-box .button_wrap a,
.working .first .button_wrap a {
    color: #fff;
    background-color: #e4810c;
}

.project .project-list ul li .inner:before {
    position: absolute;
    content: "";
    background-color: #e9eff4;
    top: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
}

.project ul li {
    margin-bottom: 60px;
}

.project ul li .inner .image_holder {
    position: relative;
    padding-right: 50px;
}
.project ul li .inner .image_holder a img{
    max-height: 400px;
}

.project .image_definition {
    background-color: #e9eff4;
    padding: 35px 40px 39px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.project .image_definition .title h3 {
    font-family: "Raleway";
    font-size: 22px;
}

.project .right-box .read_more a {
    text-decoration: none;
    font-family: "Montserrat";
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
}

.image_definition .title h3 a {
    text-decoration: none;
    color: #181a2f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.project .read_more .direction {
    position: relative;
    width: 14px;
    height: 2px;
    background-color: #666;
    display: inline-block;
    top: -4px;
    transform: rotate(180deg);
}

.project .read_more .direction:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 2px;
    background-color: #666;
    right: -1px;
    transform: rotate(45deg);
    top: -2px;
}

.project .read_more .direction:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 2px;
    background-color: #666;
    right: -1px;
    transform: rotate(-45deg);
    bottom: -2px;
}

.project .right-box {
    overflow: hidden;
}

.project .right-box .image_definition .title h3 a:hover {
    color: #e4810c;
}

.working .first, .working .second {
    height: auto;
    position: relative;
    background-color: #0d0e13;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.public .roof {
    height: 30px;
    position: absolute;
    bottom: 100%;
    right: 0px;
}

.working .first .button_wrap {
    float: left;
}

.public .roof span {
    position: absolute;
    right: 0px;
    top: 0px;
    border-top: 30px solid transparent;
    border-right: 477px solid #0d0e13;
}

/*.owl-carousel, .owl-carousel *{
    direction: ltr !important;
    text-align: left;
}*/
.working .second .roof span {
    border-right: 477px solid #111422;
}

.public .inner {
    padding: 30px 50px 65px 50px;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.working .first .svg_wrap {
    position: absolute;
    width: 160px;
    height: 160px;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    color: #16171c;
}

.working .first .svg_wrap .svg {
    width: 160px;
    height: 160px;
}

.working .first .inner p {
    font-family: "Raleway";
    font-size: 22px;
    color: #fff;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 35px;
}

.working {
    margin-top: 120px;
}

.working .gallery img {
    width: 110px;
    height: 95px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.working .second {
    background-color: #111422;
}

.working .second .inner p {
    font-family: "Raleway";
    font-size: 22px;
    color: #fff;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 35px;
}

.test .main_bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
}

.test .video {
    background-color: #111422;
}

.test {
    padding: 20px 40px;
    height: 567px;
    box-sizing: border-box;
}

.test video {
    width: 100%;
    height: 100%;
    background-position: center;
    object-fit: cover;
    opacity: 0.1;
}

.owl-carousel {
    position: relative;
    z-index: 1111;
    background-color: rgba(13, 14, 19, .7);
    height: 250px;
    margin-top: 170px;
}

.owl-carousel .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    position: relative;
    padding: 53px 40px 27px 40px;
    overflow: hidden;
}

.owl-carousel .inner:before {
    position: absolute;
    width: 1px;
    content: "";
    background-color: #26262d;
    top: 50px;
    bottom: 50px;
    right: 0px;
}

.owl-carousel p {
    font-size: 16px;
    line-height: 1.6;
    color: #cccccc;
}

.owl-carousel .image {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    top: -8px;
}

.owl-carousel .testimonial_definition {
    margin-bottom: 42px;
}

.owl-carousel .inner .name {
    position: relative;
    padding-left: 65px;
}

.owl-carousel .inner .name span:nth-child(1) {
    font-family: "Raleway";
    font-size: 16px;
    color: #ccc;
    line-height: 1.3;
    font-weight: 600;
}

.owl-carousel .inner .name span:nth-child(2) {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    font-weight: 500;
}

.owl-carousel .inner .quote {
    position: absolute;
    right: 0px;
    bottom: 25px;
    z-index: -1;
}

.owl-carousel .inner .quote .svg {
    width: 130px;
    height: 130px;
    color: #1c1d24;
}

.owl-carousel .owl-nav button {
    background-color: #0d0e13;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    border: 0;
    text-align: center;
}

.owl-dots {
    display: none;
}

.owl-carousel .owl-nav button:after {
    width: 0px;
    height: 0px;
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-left-color: #868789;
    top: 17px;
    left: 21px;
    transform: rotate(180deg);
}

button:focus {
    outline: none !important;
}

.owl-carousel .owl-nav button span {
    display: none;
}

.owl-carousel .owl-prev {
    margin-left: 5px;
    transform: rotate(-180deg);
}

.owl-carousel .owl-prev:after {
    transform: rotate(180deg);
    left: 15px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -53px;
    right: 0;
}

.owl-carousel .title_holder {
    display: inline-block;
    left: 0;
    top: -40px;
    position: absolute;
}

.owl-carousel .title_holder .span h3 {
    font-family: "Raleway";
    font-size: 18px;
    text-transform: uppercase;
    color: #ccc;
    position: relative;
}

.owl-carousel .title_holder .span h3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ccc;
    bottom: -2px;
    left: 0px;
}

.blog .right-box ul li .inner {
    padding: 0;
}

.blog .right-box .blog-list ul li .title_holder h3 {
    text-align: center;
    margin: 20px auto 70px;
}
.blog-list ul li .inner .images img{
    height: 400px;
    max-height: 400px;
}
.images img{
    max-height: 400px;
}
footer .bg {
    position: relative;
    opacity: 1;
    background-size: 100% 100%;
    background: url(../images/5.jpg) no-repeat center fixed;
    min-height: 600px;
}

footer .about .definition p {
    font-size: 16px;
    line-height: 1.5;
    color: #999;
}

footer .middle {
    padding: 0 30px;
}

footer .bg > div {
    background-color: rgba(0, 0, 0, 0.85);
    padding-top: 30px;
}

footer .subscribe {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 0 40px 38px;
    background-color: transparent;
    width: 100%;
}

footer .subscribe .left_wrap {
    width: 100%;
    margin-bottom: 30px;
}

footer .subscribe .left_wrap .book {
    display: inline-block;
}

footer .subscribe .left_wrap .text {
    display: inline-block;
}

footer .subscribe .left_wrap .book svg {
    width: 50px;
    height: 50px;
    color: #e4810c;
}

footer .subscribe .left_wrap .text p {
    font-size: 16px;
    color: #cccccc;
}

footer .subscribe .right_wrap .email {
    width: 340px;
    height: 43px;
    float: right;
    background-color: rgba(245, 245, 245, 0.05) !important;
    border: 1px solid rgba(229, 229, 229, .2) !important;
    font-size: 14px;
    color: #ccc;
    padding: 4px 6px;
}

footer .subscribe .right_wrap .button {
    width: 132px;
    height: 43px;
    background-color: #e4810c;
    text-transform: uppercase;
    border: none;
    float: right;
    color: #fff;
    text-align: center !important;
    margin-left: -5px;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 600;
}

footer .footer_section_title {
    margin-bottom: 45px;
}

footer .footer_section_title h3 {
    font-size: 18px;
    font-family: "Raleway";
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    position: relative;
}

footer .footer_section_title h3:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #e4810c;
    bottom: -11px;
}

footer .inner_list ul li {
    border-bottom: 1px dashed #29292d;
    width: 100%;
    float: right;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

footer .inner_list ul li .wrap .left {
    float: right;
}

footer .inner_list ul li .wrap .left, footer .inner_list ul li .wrap .right {
    font-size: 16px;
    line-height: 1.5;
    color: #999;
}

footer .inner_list ul li .wrap .right {
    float: left;
    color: #e4810c;
}

footer .link .helpful_links ul li {
    width: 50%;
    float: right;
    padding-right: 10px;
}

footer .link .helpful_links .inner_list ul li a {
    text-decoration: none;
    color: #999;
    font-size: 16px;
}

footer .copyright_wrap {
    background-color: #0d0e13;
    padding: 70px 40px;
    width: 100%;
}

footer .copyright_wrap .copyright_logo {
    display: inline-block;
    text-align: center;
}

footer .copyright_wrap .copyright_logo img {
    max-width: 150px;
}

footer .copyright_wrap .main_info_wrap {
    width: 100%;
    height: auto;
    clear: both;
    padding-left: 40px;
}

.copyright_wrap .copyright p a {
    text-decoration: none;
    color: #999;
    font-weight: 700;
}

footer .copyright_wrap .links_wrap ul li a:hover {
    color: #e4810c;
}

footer .copyright_wrap .share_wrap {
    width: 100%;
    height: auto;
    clear: both;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 30px;
}

footer .copyright_wrap .share_wrap span {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #ccc;
    padding-right: 16px;
}

footer .copyright_wrap .share_wrap ul {
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    position: relative;
    top: 10px;
}

footer .copyright_wrap .share_wrap ul li {
    margin: 0px 5px 0px 0px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 1px solid #eee;
    float: left;
    text-align: center;
    line-height: 30px;
}

footer .copyright_wrap .share_wrap ul li a {
    text-decoration: none;
    color: #eee;
    display: block;
    text-align: center;
}

footer .copyright_wrap .share_wrap li a i {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

footer .copyright_wrap .bottom_wrap {
    padding-top: 19px;
    padding-left: 40px;
}

footer .copyright_wrap .links_wrap ul li {
    margin: 0px 0px 0px 25px;
    float: right;
}

footer .copyright_wrap .links_wrap ul li a {
    text-decoration: none;
    font-family: "Raleway";
    font-size: 18px;
    color: #eee;
    line-height: 1.6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

footer .copyright_wrap .copyright p {
    font-size: 14px;
    color: #999;
}

.wickley_tm_totop {
    height: 29px;
    position: absolute;
    left: -37px;
    top: 75px;
    transform: rotate(-90deg) translateZ(0px);
    transform-origin: bottom right;
}

.wickley_tm_totop .first {
    padding: 0px 15px;
    font-size: 12px;
    color: #ccc;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #111422;
    transition: all 300ms ease;
}

.wickley_tm_totop .top {
    width: 29px;
    height: 29px;
    position: relative;
    transform: rotate(90deg) translateZ(0px);
    background-color: #e4810c;
}

.wickley_tm_totop span {
    display: block;
    float: left;
    height: 100%;
    line-height: 29px;
}

.wickley_tm_totop .top:before {
    bottom: 100%;
    border-top: 3px solid transparent;
    border-left: 29px solid #e4810c;
    content: '';
    position: absolute;
}

.wickley_tm_totop .top:after {
    width: 0px;
    height: 0px;
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    left: 10px;
    top: 7px;
}

/*-----------------------------------------------*/
.menu_nav_content {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu_nav_content > ul {
    margin: 0px;
    list-style-type: none;
    padding-top: 10px;
}

.menu_nav_content > ul > li {
    margin: 0px;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.menu_nav_content > ul > li > a {
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #cccccc;
    display: inline-block;
    width:90%;
    text-align: right;
    padding: 10px 5px;
    margin: 0 auto;
    position: relative;
    font-weight: 500;
    font-family: "Raleway";
}

.menu_nav_content > ul > li > a:before {
    position: absolute;
    content: "";
    width: 100%;
    border-top: 1px solid #18181b;
    bottom: 0;
    left: 0;
}

.menu_nav_content .inside_menu ul li a {
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    font-weight: 500;
    color: #cccccc;
    display: block;
    position: relative;
    font-family: "Raleway";
}

.menu_nav_content .inside_menu ul li {
    margin: 0px;
    position: relative;
    padding: 0px 0px 12px 35px;
}

.menu_nav_content .inside_menu {
    width: 290px;
    height: auto;
    background-color: #0d0e13;
    position: absolute;
    right: 100%;
    z-index: 99999;
    top: 0;
    padding: 25px 0px 13px 0px;
    display: none;
}

.menu_nav_content > ul > li.active1 > a:after {
    width: 0px;
    height: 0px;
    position: absolute;
    transform: rotate(180deg);
    content: '';
    border: 5px solid transparent;
    border-left-color: #666;
    top: 19px;
    left: 1px;
}
.menu_nav_content > ul > li a:hover{
    color: #e4810c;
}

.mobile-bar {
    background-color: #1b1b1b;
    width: 100%;
    padding: 30px 15px;
    display: none;
}

video:focus {
    outline: none;
}

.mobile-bar .logo-mobile {
    width: 150px;
    height: 18px;
    float: left;
}

@media (max-width: 768px) {
    .about .right-box{
        max-width: 425px;
        margin: 15px  auto 0;
        padding-right: 15px;
    }
    .rating .right-box {
        background-color: rgba(17, 20, 34, .9);
    }
    .rating .rating_wrap{
        margin-right: 40px !important;
    }
    .send_msg {
        display: none;
    }

    header .top-info .connection .phone_numb_in {
        padding-right: 14px;
    }

    .main .content > .item {
        padding: 0 15px;
    }

    .main .check-list {
        padding: 46px 15px 20px 15px;
    }

    .service .right-box, .blog .right-box {
        padding: 0 15px !important;
    }


    .owl-carousel .inner {
        padding: 20px;
    }

    footer .copyright_wrap .copyright_logo {
        text-align: center;
        margin-bottom: 30px;
    }

    footer .copyright_wrap {
        padding: 20px;
    }

    .rating .rating_wrap {
        background-color: transparent;
    }
}

@media (max-width: 992px) {
    .main {
        margin-top: 0;
    }

    .menu_nav_content .inside_menu {
        width: 100%;
        height: auto;
        background-color: #1b1b1b;
        left: 0;
        z-index: 99999;
        top: 47px;
        padding: 20px;
    }

    .menu_nav_content > ul > li > a {
        width: 100%;
        padding: 10px 25px;
    }

    .mobile-bar {
        display: block;
    }

    .menu_nav_content > ul > li.active1 > a:after {
        top: 19px;
        right: 26px;
    }

    .pattern, header .top-info .connection .phone_numb:after,
    header .top-info .connection:after,
    header .top-info .social label,
    header .top-info .social:after,
    .side .menu_logo {
        display: none;
    }

    .menu_nav_content > ul > li.active1 > a:after {

        transform: rotate(90deg);
    }

    .container {
        width: 100%;
        max-width: 100% !important;
    }

    header .top-info .connection .phone_numb {
        padding-left: 0;
    }

    header .top-info {
        background-color: #3c644f;;
    }

    header .top-info .social {
        float: left !important;
    }

    header .top-info .social li a {
        color: white;
        border-color: white;
    }

    .side > div {
        position: relative;
        top: 0;
        width: 100% !important;
        height: auto;
        right: 0;
        background-color: #1b1b1b;
    }



    .rating .rating_wrap {
        margin:0 0 0 40px;
    }

    .rating .left-box .experience_box {
        margin-top: 56px;
    }

    .rating .bg {
        min-height: 750px;
    }

    .owl-carousel {
        margin-top: 80px;
    }

    .test .main_bg {
        height: 440px;
    }

    .test .video {
        height: 100%;
    }

    .test {
        height: auto;
    }

    .menu_nav_content {
        display: none;
        float: none;
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    footer .middle > div {
        margin-bottom: 15px;
    }
}
@media (max-width: 576px) {
    footer .subscribe .right_wrap .email{
        width: 100%;
    }
    footer .subscribe .right_wrap .button{
        margin-top: 20px;
    }
}
@media (max-width: 1400px) {
    .about .first {
        max-width: 250px;
    }

    .working .first {
        width: 100%;
        min-width: 100%;
        margin-bottom: 60px;
    }
}
@media(max-width:1300px) and (min-width: 992px){
    .about .right-box .first, .about .right-box .second {
        height: 240px;
        width: 210px;
    }
}
@media(max-width: 992px) and (min-width: 768px){
    .main .check-list .image_wrap{
        max-width: 300px;
        margin: 5px auto;
    }
}
#nav-icon3 {
    width: 46px;
    float: right;
    height: 25px;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #f2f5f7;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 11px;
}

#nav-icon3 span:nth-child(4) {
    top: 22px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.slider{
    width: 100%;
    height: 600px;
    position: relative;
}
.slider .slides li{
    list-style: none;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.slider .slides li:first-child{
    display: list-item;
}
.slider .slides .hover {
    display: block;
    height: 100%;
    background-color: black;
}

.slider .slides img {
    width: 100%;
    opacity: 0.4;
    height: 100%;
}
.slider .slides .caption{
    position: absolute;
    width: 100%;
   max-width: 400px;
    z-index: 999;
    top: 80px;
    right: 28px;
    padding: 15px;
    box-sizing: border-box;
    color: white;
    text-align: left;
}
.caption .title{
    margin-bottom: 66px;
}
.caption .title h3 {
    font-family: "Raleway";
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    position: relative;
}
.caption .title h3:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #fff;
    bottom: -31px;
    right: 0px;
}
.caption .subtitle p {
    font-size: 16px;
    color: #ccc;
}
.slider .counter{
    position: absolute;
    left:210px;
    font-weight: 600;
    bottom: 100px;
    font-size: 20px;
    color: #ddd;
    text-align: center;
    z-index: 999;
    padding: 5px;
    border-radius: 0 0 14px 0;
    font-family: "Montserrat";
}
.slider .counter span.first {
    font-size: 30px;
}
.slider .counter span{
    margin-right: 4px;
}
.slider .next,.slider .prev{
    background-color: #ddd;
    padding: 30px;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    position: absolute;
}
.slider .prev:after, .slider .next:after{
    width: 0px;
    height: 0px;
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-left-color: #1b1b1b;
    top: 25px;
    left: 27px;
}
.slider .prev:after {
    transform: rotate(180deg);
    left: 22px;
}
.slider .next:hover,.slider .prev:hover {
    cursor: pointer;
    opacity: 0.9;
}

.slider .next {
    left:120px;
}
.slider .prev {
    left:50px;
}

.slider .buttonsRow{
display: none;
}

