@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/DubaiW23-Regular.eot');
    src: url('../fonts/DubaiW23-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DubaiW23-Regular.woff') format('woff'), url('../fonts/DubaiW23-Regular.ttf') format('truetype'), url('../fonts/DubaiW23-Regular.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl-500';
    src: url('../fonts/DubaiW23-Regular.eot');
    src: url('../fonts/DubaiW23-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DubaiW23-Regular.woff') format('woff'), url('../fonts/DubaiW23-Regular.ttf') format('truetype'), url('../fonts/DubaiW23-Regular.svg#MuseoSansCyrl-500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl-700';
    src: url('../fonts/DubaiW23-Bold.eot');
    src: url('../fonts/DubaiW23-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DubaiW23-Bold.woff') format('woff'), url('../fonts/DubaiW23-Bold.ttf') format('truetype'), url('../fonts/DubaiW23-Bold.svg#MuseoSansCyrl-700') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Merriweather', 'Helvetica Neue',OpenSans;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #F05F40;
}

hr.light {
    border-color: white;
}

a {
    color: inherit;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.certi-div{display: flex; align-items: center;justify-content: center;padding-top: 20px;}

.heaad-certi{width: 90px;}

.foot-certi{width: 80px;}

footer .logo-foot-certi{width: 45px;margin: 0 20px;}

section {
    padding: 100px 0;
    overflow: hidden;
}

.section-heading {
    margin-top: 0;
}

::-moz-selection {
    color: white;
    background: #222222;
    text-shadow: none;
}

::selection {
    color: white;
    background: #222222;
    text-shadow: none;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

.call-to-action {
    padding: 50px 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #F05F40 !important;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    color: #222222;
    border-color: white;
    background-color: white;
}

.btn-default.focus, .btn-default:focus {
    color: #222222;
    border-color: #bfbfbf;
    background-color: #e6e6e6;
}

.btn-default:hover {
    color: #222222;
    border-color: #e0e0e0;
    background-color: #e6e6e6;
}

.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
    color: #222222;
    border-color: #e0e0e0;
    background-color: #e6e6e6;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
    color: #222222;
    border-color: #bfbfbf;
    background-color: #d4d4d4;
}

.btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    border-color: white;
    background-color: white;
}

.btn-default .badge {
    color: white;
    background-color: #222222;
}

/**************************new styles****************************/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 190px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 0;
}

#mainNav, #mainNavTwo {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#mainNav .navbar-brand img, #mainNavTwo .navbar-brand img {
    width:260px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#mainNav .navbar-nav, #mainNavTwo .navbar-nav {
    padding-left: 15%;
    flex: 1;
    justify-content: flex-end;
}

#mainNav .navbar-nav li, #mainNavTwo .navbar-nav li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-right: 10%;
}

#mainNav .navbar-nav li:last-child, #mainNavTwo .navbar-nav li:last-child {
    margin-right: 0;
}

#mainNav .navbar-nav > li.nav-item > i, #mainNavTwo .navbar-nav > li.nav-item > i, #mainNav .navbar-nav > li.menu-item > i, #mainNavTwo .navbar-nav > li.menu-item > i {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 4px;
    margin-right: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#mainNav .navbar-nav > li.nav-item.active > i, #mainNav .navbar-nav > li.nav-item:hover > i, #mainNavTwo .navbar-nav > li.nav-item.active > i, #mainNavTwo .navbar-nav > li.nav-item:hover > i, #mainNav .navbar-nav > li.menu-item.current-menu-item > i, #mainNav .navbar-nav > li.menu-item:hover > i, #mainNavTwo .navbar-nav > li.menu-item.current-menu-item > i, #mainNavTwo .navbar-nav > li.menu-item:hover > i {
    background: #fff;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNavTwo .navbar-nav > li.nav-item > a.nav-link:focus, #mainNavTwo .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.menu-item > a:focus, #mainNav .navbar-nav > li.menu-item > a, #mainNavTwo .navbar-nav > li.menu-item > a:focus, #mainNavTwo .navbar-nav > li.menu-item > a {
    font-size: 16px;
    font-family: 'MuseoSansCyrl-500';
    text-transform: uppercase;
    color: #ffffff;
    text-align: right;
}

.mouse {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 52px;
    margin: auto;
}

.mouse img {
    -webkit-animation: myrotate 5s infinite linear;
    animation: myrotate 5s infinite linear;
    -moz-animation: myrotate 5s infinite linear;
}

.mouse p {
    font-family: 'robotoregular';
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    margin: 0;
    padding-top: 5px;
    letter-spacing: 1px;
}

header.masthead {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: white; /*background-image: url("../img/banner-home.jpg");*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #2f2f2f;
    overflow: hidden;
}

header.masthead .header-content .header-content-inner h1 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom:50px;
    text-transform: uppercase;
    font-family: 'MuseoSansCyrl-700';
    text-align: left;
}

header.masthead .header-content .header-content-inner p {
    font-size: 18.8px;
    margin-bottom: 50px;
    font-family: 'MuseoSansCyrl-500';
    color: #fff;
    text-transform: uppercase;
    margin-top: 12px;
    text-align: left;
}

header.masthead .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: auto;
    padding: 0;
    list-style: none;
    right: 20px;
    top: 0;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}

header.masthead .slick-list {
    padding: 0;
}

header.masthead .slick-slide img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

.slick-slide {
    outline: none;
}

header.masthead .fade-slider.slider {
    overflow: hidden;
    margin-bottom: 0;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 4px;
    position: relative;
}

header.masthead .fade-slider.slider .slick-dots li {
    display: initial;
    margin: 9px 5px;
}

header.masthead .fade-slider.slider .slick-dots li.slick-active button {
    background-color: #fff;
}

header.masthead .fade-slider.slider .slick-dots li button:before {
    content: '';
    opacity: 1;
}

header.masthead .fade-slider.slider .slick-dots li button:after {
    position: absolute;
    content: "";
    left: 0px;
    height: 18px;
    width: 1px;
    background-color: #fff;
    right: 0;
    margin: auto;
    top: 13px;
}

header.masthead .fade-slider.slider .slick-dots li:last-child button:after {
    display: none;
}

.btn {
    border-radius: 300px;
    text-transform: capitalize;
    font-weight: 100;
    font-family: 'MuseoSansCyrl-500';
}

.btn-xl {
    padding: 12px 35px;
}

.btn-x2 {
    margin: auto;
    width: 155px;
    display: block;
    margin-top: 40px;
    box-shadow: 0px 0px 15px rgba(152, 216, 248, 0.5);
    padding: 12px 15px;
}

.btn-primary {
    color: #fff;
    border-color: transparent;
    background-color: #19a755;
    font-size: 16px;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    border-color: transparent;
    background-color: #19a755 !important;
    box-shadow: none;
}

header.masthead .header-content .tel, header.masthead .header-content .call-linear {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

header.masthead .header-content .call-linear .btn-primary{

    animation: glow 3s infinite;

}

header.masthead .header-content .call-linear .btn-primary:hover{

    animation:none;

}

header.masthead .header-content .tel {
    margin-left: 55px;
}

header.masthead .header-content .tel .tel-img {
    background: #fff;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    animation: pulse 3s infinite;
}

header.masthead .header-content .tel .tel-img i {
    color: #19a755;
    font-size: 22px;
}

header.masthead .header-content .tel .tel-img.shake i {
    animation: shake 0.1s ease-in-out 0.1s 30;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

header.masthead .header-content .tel .tel-text {
    margin-left: 18px;
    text-align: left;
}

header.masthead .header-content .tel .tel-text p {
    font-family: 'MuseoSansCyrl-500';
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 100;
    opacity: 0.6;
}

header.masthead .header-content .tel .tel-text span {
    font-family: 'MuseoSansCyrl-500';
    color: #fff;
    font-size: 18px;
}

section#sec2 {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    /*background-image: url("../img/section2-backimage.jpg");*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
}

section#sec2 .box-full {
    display: flex;
    display: -webkit-flex;
}

section.sec-div h2 {
    color: #191919;
    font-family: 'MuseoSansCyrl-700';
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}
section#sec2 h2{
    margin-bottom: 20px !important;
}
section#sec2 .box {
    padding: 40px 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin-right:40px;
    margin-top: 40px;
    max-width: 28%;
    cursor: pointer;
}

section#sec2 .box h3 {
    color: #323232;
    font-size: 20px;
    font-family: 'MuseoSansCyrl-700';
    text-transform: uppercase;
    margin: 25px 0;
}

section#sec2 .box p {
    color: #656565;
    font-size: 15px;
    font-family: 'OpenSans';
    margin: 0;
}

section#sec2 .box1:hover img, section#sec2 .box2:hover img, section#sec2 .box3:hover img {
    transform: scale(1.2) !important;
}

section#sec3 .clipping-img {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    background-image: url("../img/abt-clipingimg.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 4px;
}

section#sec3 .clipping-img .border-img {
    border: 10px solid #fff;
    overflow: hidden;
}

section#sec3 .clipping-img .border-img img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

section#sec3 .row:hover .clipping-img .border-img img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}

section#sec3 .box-right p {
    color: #454545;
    font-size: 15px;
    font-family: 'OpenSans';
}

section#sec3 .box-right .abtright-boxfull h3 {
    color: #323232;
    font-size: 16px;
    font-family: 'MuseoSansCyrl-500';
    text-transform: uppercase;
    margin-top: 40px;
}

section#sec3 .box-right .abtright-boxfull h4 {
    color:#19a755;
    font-size: 25px;
    font-family: 'MuseoSansCyrl-500';
    text-transform: uppercase;
    margin-bottom: 30px;
}

section#sec3 .box-right .abtright-boxfull .abt-tab-sec ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

section#sec3 .box-right .abtright-boxfull .abt-tab-sec ul li {
    text-align: center;
    margin-right: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

section#sec3 .box-right .abtright-boxfull .abt-tab-sec ul li:hover, section#sec3 .box-right .abtright-boxfull .abt-tab-sec ul li.active {
    border-bottom: 2px solid #73d1ff;
}

section#sec3 .box-right .abtright-boxfull .abt-tab-sec ul li:hover h5, section#sec3 .box-right .abtright-boxfull .abt-tab-sec ul li.active h5 {
    color: #1f1f1f;
}

section#sec3 .box-right .abtright-boxfull .abt-tab-sec ul li img.blue {
    display: none;
    margin: auto;
}

section#sec3 .box-right .abtright-boxfull .abt-tab-sec ul li:hover img.blue, section#sec3 .box-right .abtright-boxfull .abt-tab-sec ul li.active img.blue {
    display: block;
    margin: auto;
    visibility: visible !important;
}

section#sec3 .box-right .abtright-boxfull .abt-tab-sec ul li:hover img.grey, section#sec3 .box-right .abtright-boxfull .abt-tab-sec ul li.active img.grey {
    display: none;
    margin: auto;
    visibility: visible !important;
}

section#sec3 .box-right .abtright-boxfull .abt-tab-sec ul li:last-child {
    margin-right: 0px;
}

section#sec3 .box-right .abtright-boxfull .abt-tab-sec ul li h5 {
    color: #787878;
    font-size: 14px;
    font-family: 'MuseoSansCyrl-700';
    text-transform: uppercase;
    padding: 8px 0 6px 0;
    margin-bottom: 0;
}

section#sec3 .box-right .abtright-boxfull .abt-tab-sec div {
    display: none
}

section#sec3 .box-right .abtright-boxfull .abt-tab-sec div:first-of-type {
    display: block;
}

section#sec4 h2 {
    margin-bottom: 2%;
}

section#sec4 {
    background-color: #e9f6ed;
}

section#sec4 .project-tab-sec {
    justify-content: center;
    display: flex;
    width: 100%;
    padding: 0px 15px 55px 15px;
}

section#sec4 .project-tab-sec ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    overflow-y: auto;
}

section#sec4 .project-tab-sec ul li {
    margin-right: 40px;
    cursor: pointer;
}

section#sec4 .project-tab-sec ul li:last-child {
    margin-right: 0px;
}

section#sec4 .project-tab-sec ul li h5 {
    color: #191919;
    font-size: 15px;
    font-family: 'MuseoSansCyrl-700';
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

section#sec4 .project-tab-sec ul li.active h5, section#sec4 .project-tab-sec ul li:hover h5 {
    border-bottom: 2px solid #73d1ff;
}

section#sec4 .box .box-inner {
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

section#sec4 .box .box-inner .box-inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 30px 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

section#sec4 .box .box-inner .box-inner-content .view-project-one {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

section#sec4 .box:hover .box-inner img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}

section#sec4 .box.project-des:hover .box-inner-content {
    opacity: 0;
}

section#sec4 .box.project-des:hover .box-overlay-content {
    opacity: 1;
    visibility: visible;
}

section#sec4 .box .box-inner .box-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(115, 209, 255, 0.7);
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 30px 25px;
    color: #000;
    opacity: 0;
    visibility: hidden
}

section#sec4 .box .box-inner .box-overlay-content .view-project {
    position: absolute;
    bottom: 28px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    left: 15px;
    right: 15px;
    margin: auto;
}

section#sec4 .box .box-inner .box-overlay-content .view-project p {
    margin: 0;
    font-size: 15px;
    font-family: 'MuseoSansCyrl-500';
    text-transform: capitalize;
}

section#sec4 .box .box-inner .box-overlay-content .view-project i {
    margin-left: 10px;
    font-size: 18px;
}

section#sec4 .box a { /*position:absolute;*/
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

section#sec4 .box .box-inner .box-overlay-content p {
    font-size: 15px;
    font-family: 'robotoregular';
    margin-top: 30px;
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    max-height: 260px;
}

section#sec4 .box .box-inner .box-inner-content h3, section#sec4 .box .box-inner .box-overlay-content h3, section#sec4 .box .box-inner .box-inner-content span, section#sec4 .box .box-inner .box-overlay-content span {
    font-size: 25px;
    font-family: 'MuseoSansCyrl-700';
    text-transform: uppercase;
    margin: 0;
}

section#sec4 .box .box-inner .box-inner-content p {
    font-size: 15px;
    font-family: 'MuseoSansCyrl-500';
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

section#sec4 .box .box-inner .box-inner-content i {
    margin-left: 10px;
    font-size: 20px;
}

section#sec4 .box .box-inner img {
    width: 570px;
    height: 480px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

section#sec4 .project-category {
    width: 100%;
}

section#sec4 .project-category .box-div {
    display: flex;
    display: -webkit-flex;
}

section#sec4 .project-category .box-div .mCSB_container{
    display: flex;
    display: -webkit-flex;
}

section#sec4 .project-category .box-div .mCustomScrollBox{width:100%;}

section#sec4 .project-category {
    display: none;
}

section#sec4 .project-category .box-div .mCustomScrollBox .box.project-des{flex: inherit;max-width: none !important;
    width: 400px !important;}

/*
.mCustomScrollbar,
.mCustomScrollbar.mCS_touch_action,
.mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.mCustomScrollBox.mCSB_vertical_horizontal {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox.mCSB_horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
*/

section#sec4 .project-category:first-of-type {
    display: block;
}

section#sec4 .box .play-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 80px;
    z-index: 999;
}

section#sec5 {
    padding-bottom: 0px;
}

section#sec5 .slick-prev, .slick-next {
    width: 66px;
    height: 65px;
    z-index: 99;
}

section#sec5 .slick-slide-div .slick-next:before {
    right: 0;
}

section#sec5 .slick-slide-div .slick-prev:before {
    left: 0;
}

section#sec5 .slick-slide-div .slick-next {
    right: -6%;
}

section#sec5 .slick-slide-div .slick-prev {
    left: -6%;
}

section#sec5 .slick-slide-div {
    padding: 0;
    display: flex;
    display: -webkit-flex;
}

section#sec5 .slick-slide-div .slick-item-inner:focus {
    outline: none;
}

section#sec5 .slick-slide-div .slick-item .div-top img{width: 100%;height: 270px;}

section#sec5 .slick-slide-div .slick-item-inner.slick-main-active .slick-item {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

section#sec5 .slick-slide-div .slick-item {
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

section#sec5 .slick-slide-div .slick-item .div-top {
    position: relative;
    overflow: hidden;
}

section#sec5 .slick-slide-div .slick-item .div-bottom {
    padding: 18px 18px 45px 18px;
    position: relative;
}

section#sec5 .slick-slide-div .slick-item .div-bottom h3 {
    font-size: 20px;
    font-family: 'MuseoSansCyrl-700';
    text-transform: uppercase;
    margin: 0;
    color: #191919;
    text-align: center;
    margin-bottom: 5px;
}

section#sec5 .slick-slide-div .slick-item .div-bottom h4 {
    font-size: 16px;
    font-family: 'MuseoSansCyrl-700';
    text-transform: uppercase;
    margin: 0;
    color: #898989;
    text-align: center;
}

section#sec5 .slick-slide-div .slick-item .div-bottom p {
    font-size: 15px;
    font-family: 'robotoregular';
    margin: 0;
    color: #000;
    margin-top: 40px;
    position: relative;
}

section#sec5 .slick-slide-div .slick-item .div-bottom p i {
    font-size: 20px;
    color: #dddddd;
}

section#sec5 .slick-slide-div .slick-item .div-bottom p i.fa-quote-left:before {
    top: -22px;
    position: absolute;
}

section#sec5 .slick-slide-div .slick-item .div-bottom p i.fa-quote-right:before {
    bottom: -22px;
    position: absolute;
}

section#sec5 .slick-slide-div .slick-item .div-top:before {
    position: absolute;
    content: "";
    left: -25px;
    width: 115%;
    height: 150px;
    background: #fff;
    bottom: -100px;
    border-radius: 50%;
}

section#sec5 .slick-slide-div .slick-item .div-bottom .profile-pic {
    position: absolute;
    top: -92px;
    border-radius: 50px;
    overflow: hidden;
    border: 4px solid #fff;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
}

section#sec5 .slick-slide-div .slick-item .div-bottom .profile-pic img {
    width: 102%;
    background-color: #fff;
}

section.sec-div#sec5 h2 {
    font-size: 30px;
}

section.sec-div#client-team h2 {
    font-size: 30px;
}

section.sec-div#client-team .client-list h2 {
    margin-bottom: 12px;
}

section.sec-div#client-team .client-list p {
    text-align: center;
    padding: 0 110px;
    font-size: 15px;
    font-family: 'robotoregular';
    margin: 0;
    color: #000;
}

section.sec-div#client-team .client-list .client-img {
    padding-top: 40px;
}

section.sec-div#client-team .client-list .client-img ul {
    list-style: none;
    display: flex;
    display: -webkit-flex;
    padding: 0;
    margin: 0;
}

section.sec-div#client-team .client-list .client-img ul li {
    border: 1px solid #dddddd;
    padding: 20px 30px;
    display: flex;
    margin-right: 35px;
}

section.sec-div#client-team .client-list .client-img ul li img {
    width: auto;
}

section.sec-div#sec6 {
    padding: 0;
    overflow: visible;
}

#map .gm-style-pbc {
    display: none !important;
}

section.sec-div#sec6 #map {
    position: relative;
    width: 100%;
    min-height: auto;
    color: white;
    background-image: url("../img/map.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #d9e3e8;
    padding: 35px 0;
}

section.sec-div#sec6 .con#map {
    background-image: url("../img/map1.jpg");
}

#contact section.sec-div#sec6 .con .get-direction-div {
    top: 29%;
    left: 57%;
}

section.sec-div#sec6 .container {
    position: relative;
}

section.sec-div#sec6 .get-direction-div {
    position: absolute;
    top: 28px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    left: 45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

section.sec-div#sec6 .get-direction-div .marker .rounded-div {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #19a755;
    border-radius: 50px;
    border: 15px solid #fff;
    animation: pulse 3s infinite;
}

section.sec-div#sec6 .get-direction-div .marker .rounded-div img {
    position: absolute;
    top: -75px;
    left: -15px;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

section.sec-div#sec6 .location-info {
    display: flex;
    display: -webkit-flex;
    background: #fff;
    color: #000;
    align-items: center;
    margin-left: 40px;
    box-shadow: 0px 8px 21px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 8px 21px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 21px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 8px 21px rgba(0, 0, 0, 0.2);
}

section.sec-div#sec6 .location-info img {
    width: 76px;
}

section.sec-div#sec6 .address {
    text-align: left;
    padding: 10px 20px;
}

section.sec-div#sec6 .address h3 {
    font-size: 20px;
    font-family: 'MuseoSansCyrl-500';
    text-transform: uppercase;
    margin: 0;
}

section.sec-div#sec6 .address p {
    font-size: 14px;
    font-family: 'MuseoSansCyrl-500';
    color: #939393;
    margin: 0;
    margin-bottom: 5px;
}

section.sec-div#sec6 .address div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    position: relative;
}

section.sec-div#sec6 .address div .get-direction {
    color: #19a755;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 0px;
    margin-bottom: 0;
    background: transparent;
    border: 0;
    font-family: 'MuseoSansCyrl-500';
    outline: none;
}

section.sec-div#sec6 .address div i {
    color: #19a755;
    font-size: 18px;
}

section.sec-div#sec6 .address div a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

section.sec-div#sec6 .contact-div {
    background-color: #fff;
    color: #000;
    position: absolute;
    width: 97.5%;
    bottom: -20px;
    padding: 35px 45px;
    border-radius: 8px;
    z-index: 9;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
}

section.sec-div#sec6 .contact-div h3 {
    font-size: 30px;
    font-family: 'MuseoSansCyrl-700';
    text-transform: uppercase;
    margin: 0;
    color: #6e6e6e;
    text-align: center;
    margin-bottom: 40px;
}

section.sec-div#sec6 .contact-div .contact-div-content {
    display: flex;
    display: -webkit-flex;
}

section.sec-div#sec6 .contact-div .contact-left, section.sec-div#sec6 .contact-div .contact-right {
    flex: 1;
}

section.sec-div#sec6 .contact-div .contact-left ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

section.sec-div#sec6 .contact-div .contact-left ul li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-bottom: 10px;
}

section.sec-div#sec6 .contact-div .contact-left ul li:last-child {
    padding-bottom: 0;
}

section.sec-div#sec6 .contact-div .contact-left ul li p {
    margin: 0;
    font-size: 17px;
    font-family: 'MuseoSansCyrl-500';
    color: #191919;
    margin-left: 15px;
}

section.sec-div#sec6 .contact-div .contact-left ul li i {
    color: #19a755;
    font-size: 18px;
}

section.sec-div#sec6 .contact-div .contact-right input {
    border: 0px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

section.sec-div#sec6 .contact-div .contact-right input:focus {
    outline: none;
    border-bottom: 1px solid #58c4fb;
}

section.sec-div#sec6 .contact-div .contact-right .form div:first-child {
    display: flex;
    display: -webkit-flex;
}

section.sec-div#sec6 .contact-div .contact-right .form div:first-of-type input {
    flex: 1;
    margin-right: 25px;
}

section.sec-div#sec6 .contact-div .contact-right .form .mobile {
    margin-right: 0 !important;
}

section.sec-div#sec6 .contact-div .contact-right .form div {
    margin-bottom: 30px;
}

section.sec-div#sec6 .contact-div .contact-right .form div {
    position: relative;
}

section.sec-div#sec6 .contact-div .contact-right .form .name-input, section.sec-div#sec6 .contact-div .contact-right .form .phone-input {
    margin-bottom: 0;
    flex: 1;
}

section.sec-div#sec6 .contact-div .contact-right .form div label {
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    left: 0;
    font-family: 'MuseoSansCyrl-500';
}

section.sec-div#sec6 .contact-div .contact-right .form div input:focus + label, section.sec-div#sec6 .contact-div .contact-right .form div input.active + label, .headbanner .left .form div input:focus + label, .headbanner .left .form div input.active + label {
    bottom: 20px;
    font-size: 12px;
}

section.sec-div#sec6 .contact-div .contact-right .form div.form-btn {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

section.sec-div#sec6 .contact-div .contact-right .form div.form-btn .btn-primary {
    background-color: #19a755;
}

section.sec-div#sec6 .contact-div .contact-right .form div.form-btn .btn-x2 {
    width: 125px;
    margin: 0;
    padding: 10px 10px;
}

footer {
    position: relative;
    width: 100%;
    min-height: auto;
    color: white;
    background-image: url("../img/footer-img.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 90px 0 50px 0;
    background-color: #020202;
}

footer .foot-links {
    text-align: center;
}

footer .foot-links ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    flex: 1;
    border-bottom: 1px solid #777;
    padding-bottom: 20px;
}

footer .foot-links ul li {
    flex-grow: 2;
}

footer .foot-links ul li:first-child, footer .foot-links ul li:last-child {
    flex-grow: 1;
}

footer .foot-links ul li:first-child {
    text-align: left;
}

footer .foot-links ul li:last-child {
    text-align: right;
}

footer .foot-links ul li p {
    font-size: 16px;
    font-family: 'MuseoSansCyrl-500';
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

footer .foot-bottom {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-top: 25px;
}

footer .foot-bottom p {
    color: #fff;
    font-size: 13px;
    font-family: 'OpenSans';
    opacity: 0.6;
    margin: 0;
    flex-grow: 1;
    text-align: center;
}

footer .foot-bottom div.social-link ul {
    display: flex;
    display: -webkit-flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-end;
}

footer .foot-bottom div.social-link ul li {
    width: 35px;
    height: 35px;
    border: 1px solid #7d7d7d;
    border-radius: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

footer .foot-bottom div.social-link ul li.facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}

footer .foot-bottom div.social-link ul li.twitter:hover {
    background-color: #50abf1;
    border-color: #50abf1;
}

footer .foot-bottom div.social-link ul li.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-color: #285AEB;
}

footer .foot-bottom div.social-link ul li.youtube:hover {
    background-color: #c81e21;
    border-color: #c81e21;
}

footer .foot-bottom div.social-link ul li:last-child {
    margin-right: 0;
}

/*******************about-page*****************/
.about header.headbanner {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: white;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 65px;
}

.about header.headbanner .header-content h2 {
    font-size: 45px;
    font-family: 'MuseoSansCyrl-700';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.about section#abt-sec2 {
    text-align: center;
}

.about section.sec-div p {
    color: #454545;
    font-size: 15px;
    font-family: 'OpenSans';
    margin: 0;
    text-align: center;
}

.about section.sec-div h3 {
    font-size: 14px;
    font-family: 'MuseoSansCyrl-700';
    color: #1f1f1f;
    margin: 12px 0 18px 0;
    text-transform: uppercase;
    text-align: center;
}

.about #abt-sec3 {
    background: url(../img/visionMission-banner.jpg) fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #0c1013;
    padding: 0;
    color: #fff;
}

.about #abt-sec3 .box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 80px 0;
}

.about #abt-sec3 .box:first-child {
    border-bottom: 1px solid rgba(152, 216, 248, 0.3);
}

.about #abt-sec3 h4 {
    position: relative;
    font-size: 35px;
    font-family: 'MuseoSansCyrl-700';
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding-left: 35px;
}

.about #abt-sec3 h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    height: 3px;
    width: 15px;
    margin: auto;
    background-color: #19a755;
}

.about #abt-sec3 p {
    color: #fff;
    text-align: left;
    margin-bottom: 12px;
}

.about #abt-sec3 .content {
    padding-left: 15%;
}

.about #abt-sec3 .mission .content {
    padding-left: 13%;
}

.about #abt-sec4 {
    background: url(../img/philosophy-banner.png) center bottom;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: relative;
    background-color: #fff;
    color: #fff;
    background-repeat: no-repeat;
    padding: 70px 0 55px 0;
    background-attachment: fixed;
}

.about #abt-sec4 h2 {
    font-size: 35px;
}

.about #abt-sec4 .square {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 35px;
}

.about #abt-sec4 .square-box1 {
    padding: 35px 15px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
}

.about #abt-sec4 .square-box1 h3 {
    font-size: 20px;
    font-family: 'MuseoSansCyrl-700';
    color: #161616;
    margin: 12px 0 20px 0;
    text-transform: uppercase;
}

.about #abt-sec4 .square-box1 p {
    color: #161616;
    font-size: 14px;
    font-family: 'OpenSans';
    margin: 0;
    text-align: center;
}

.about #abt-sec5 {
    background: url(../img/team-banner.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-color: #0c1013;
    color: #fff;
}

.about #abt-sec5 h2 {
    font-size: 35px;
    font-family: 'MuseoSansCyrl-700';
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.about #abt-sec5 p {
    color: #ebebeb;
    margin-bottom: 20px;
}

/***************project**************/
.project header.headbanner {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: white; /*background-image: url("../img/project-banner.jpg");*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #2f2f2f;
    margin-top:65px;
}

.project section#sec4 {
    padding: 55px 0 64px 0;
}

.project section#sec4 .project-category .box-div {
    overflow: hidden;
    flex-wrap: wrap;
}

.project section#sec4 .project-category .box-div .box {
    margin-bottom: 35px;
}

#videoDiv {
    width: 100%;
    position: relative;
}

#videoBlock, #videoMessage {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
}

#videoMessage * {
    padding: 0.4em;
    margin: 0
}

#videoMessage {
    text-shadow: 2px 2px 2px #000000;
    color: white;
    z-index: 99
}

#videoMessage h1 {
    font-size: 3em;
    color: #ffffff;
    text-align: center;
}

#videoMessage h2 {
    font-size: 2.5em;
    color: #ffffff;
    text-align: center;
}

#videoMessage h3 {
    font-size: 2.0em;
    color: #ffffff;
    text-align: center;
}

.videoClick {
    text-align: center
}

.videoClick a {
    color: white;
    background-color: rgba(241, 241, 241, 0.25);
    font-size: 1.7em;
    cursor: pointer;
    cursor: hand
}

#videoBlock video { /*width: initial;min-height: 974px;*/
    height: auto;
    vertical-align: middle;
}

#videoBlock .video-overlay-play-button {
    width: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

/*************project-inner***************/
#project-view {
    position: relative;
    width: 100%;
    min-height: auto;
    background-image: url("../img/Project.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #2f2f2f;
    background-attachment: fixed;
}

.project-view section.sec-div {
    padding: 30px 0;
}

.project-view section#inner-sec1 .breadcrumb {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    background-color: transparent;
    margin-bottom: 2em;
}

.breadcrumb-item {
    color: #ababab;
    font-size: 15px;
    font-family: 'MuseoSansCyrl-500';
}

.breadcrumb-item a, .breadcrumb-item a:hover {
    color: #ababab;
}

.breadcrumb-item.active {
    color: #19a755;
}

.project-view section.sec-div .left h2 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    margin-bottom: 12px;
    color: #fff;
}

.project-view section.sec-div .right h2 {
    font-size: 30px;
    background: #19a755;
    color: #fff;
    margin: 0;
    padding: 15px 0;
    text-transform: capitalize;
}

.project-view section.sec-div .fact {
    border: 1px solid #19a755;
    margin-top: 45px;
    background-color: #fff;
}

.project-view section.sec-div .fact .details {
    padding: 20px 15px;
}

.project-view section.sec-div .fact .details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.project-view section.sec-div .fact .details ul li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 24.9px 0;
    border-bottom: 1px solid #e0e0e0;
}

.project section#sec4 .project-category {
    width: 100%;
}

.project-view section.sec-div .fact .details ul li:last-child {
    border-bottom: none;
}

.project-view section.sec-div .fact .details ul li div {
    flex-grow: 1;
}

.project-view section.sec-div .fact .details ul li div.left {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.project-view section.sec-div .fact .details ul li div.left h4 {
    margin-left: 13px;
}

.project-view section.sec-div .fact .details ul li div.right h4 {
    text-align: right;
}

.project-view section.sec-div .fact .details ul li h4 {
    font-size: 15px;
    font-family: 'MuseoSansCyrl-700';
    color: #313131;
    margin: 0;
}

.project-view section.sec-div h3 {
    font-size: 25px;
    font-family: 'MuseoSansCyrl-700';
    color: #fff;
    margin-bottom: 20px;
}

.project-view section.sec-div p {
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSans';
    margin: 0;
}

.project-view section.sec-div .gallery-section {
    padding: 30px 0 0px 0;
}

.project-view section.sec-div .gallery-section .popup-gallery, .project-view section.sec-div .gallery-section .gallery.video {
    margin-bottom: 30px;
}

.project-view section.sec-div .gallery-inner {
    overflow: hidden;
    border-radius: 5px;
}

.project-view section.sec-div .gallery-inner img {
    width: 400px;
    height: 350px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.project-view section.sec-div .gallery-inner:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.project-view section.sec-div .left, .lazy {
    overflow: hidden;
}

.lazy .slick-list {
    padding: 0;
}

.lazy .slick-arrow {
    background-color: #000;
    z-index: 9;
    width: 40px;
    height: 35px;
}

.lazy .slick-prev {
    left: 0;
}

.lazy .slick-next {
    right: 0;
}

.lazy .slick-slide img {
    width: 750px;
    height: 462px;
}

.lazy .slick-prev:before {
    position: absolute;
    content: '';
    background-image: url("../img/arrow-white.png");
    background-repeat: no-repeat;
    width: 19px;
    height: 17px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    opacity: 1;
}

.lazy .slick-next:before {
    position: absolute;
    content: '';
    background-image: url("../img/arrow-white.png");
    background-repeat: no-repeat;
    width: 19px;
    height: 18px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    opacity: 1;
    transform: rotate(180deg);
}

.lazy div.inner {
    position: relative;
}

.lazy div.inner a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.lazy div.inner a img {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: auto;
}

section .gallery.video {
    position: relative;
}

section .gallery.video .play-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 80px;
}

.project-view section#inner-sec3 {
    padding: 15px 0 85px 0;
}

/*#gallery.ug-gallery-wrapper{height: 465px !important;}*//*****************contact*************************/
.contact header.headbanner {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url("../img/contact-banner.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #2f2f2f;
    padding: 170px 0 90px 0;
}

.contact header.headbanner .right {
    padding-right: 70px;
    padding-left: 12%;
}

.contact header.headbanner .right {
    text-align: left;
}

.contact header.headbanner .right .address-bottom h3 {
    font-size: 25px;
    font-family: 'MuseoSansCyrl-500';
    color: #fff;
    margin: 25px 0 25px 0;
    text-align: left;
}

.contact header.headbanner .right ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.contact header.headbanner .right ul li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-bottom: 15px;
    text-align: left;
}

.contact header.headbanner .right ul li:last-child {
    padding-bottom: 0;
}

.contact header.headbanner .right ul li p {
    margin: 0;
    font-size: 20px;
    font-family: 'MuseoSansCyrl-500';
    color: #fff;
    margin-left: 15px;
}

.contact header.headbanner .right ul li i {
    color: #19a755;
    font-size: 18px;
}

.contact header.headbanner .left .form {
    text-align: left;
    color: #fff;
}

.contact header.headbanner .left h3 {
    font-size: 35px;
    font-family: 'MuseoSansCyrl-700';
    color: #fff;
    margin-bottom: 55px;
    text-transform: uppercase;
    text-align: left;
}

.contact header.headbanner .left input, .contact header.headbanner .left textarea {
    border: 0px;
    border-bottom: 1px solid #777777;
    background-color: transparent;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

.contact header.headbanner .left input:focus, .contact header.headbanner .left textarea:focus {
    outline: none;
    border-bottom: 1px solid #58c4fb;
}

.contact header.headbanner .left .form div {
    margin-bottom: 50px;
}

.contact header.headbanner .left .form div {
    position: relative;
}

.contact header.headbanner .left .form div label {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    font-family: 'MuseoSansCyrl-500';
}

.contact header.headbanner .left .form div.msg-input label {
    top: 0;
}

.contact header.headbanner .left .form div textarea:focus + label, .contact header.headbanner .left .form div textarea.active + label {
    top: -20px;
    font-size: 12px;
}

.contact header.headbanner .left .form div input:focus + label, .contact header.headbanner .left .form div input.active + label {
    bottom: 30px;
    font-size: 12px;
}

.contact header.headbanner .left .form div.form-btn {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

.contact header.headbanner .left .form div.form-btn .btn-primary {
    background-color: #19a755;
}

.contact header.headbanner .left .form div.form-btn .btn-x2 {
    width: 125px;
    margin: 0;
    padding: 10px 10px;
}

.contact header.headbanner .row {
    flex-direction: row-reverse;
}

/**************humburger icon**************/
.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9999;
    display: none;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

.overlay {
    position: fixed;
    display: none;
    background: #19a755;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 9999;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    display: block;
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    text-align: center;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 5);
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    font-size: 35px;
    font-family: 'MuseoSansCyrl-500';
    text-transform: uppercase;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    -webkit-transition: .35s;
    transition: .35s;
}

.slide-caption{padding: 0;margin: 0;list-style: none;}

.slide-caption li{display: none;}

.slide-caption li.active{display: block;}

.slide-caption li h1{width: 100%;
margin-bottom: 50px;}


@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.box1-img.animated.bounceIn {
    animation-delay: 0.4s;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.box2-img.animated.bounceIn {
    animation-delay: 0.8s;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.box3-img.animated.bounceIn {
    animation-delay: 1.2s;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@keyframes glow {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(45, 158, 214, 0.8);
        box-shadow: 0 0 0 0 rgba(45, 158, 214, 0.8);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgb(25 167 85 / 10%);
        box-shadow: 0 0 0 20px rgb(25 167 85 / 10%);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(45, 158, 214, 0);
        box-shadow: 0 0 0 0 rgba(45, 158, 214, 0);
    }
}

.glow {
    -webkit-animation-name: glow;
    animation-name: glow;
}
.workwith .slick-slide { 
    margin: 0 10px;
    border-radius: 3px;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes myrotate {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
    }
    20% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    30% {
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
    }
    40%, 100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 15px;
    font-family: 'MuseoSansCyrl-500';
    color: #191919;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 15px;
    font-family: 'MuseoSansCyrl-500';
    color: #191919;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 15px;
    font-family: 'MuseoSansCyrl-500';
    color: #191919;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 15px;
    font-family: 'MuseoSansCyrl-500';
    color: #191919;
}

/*@keyframes shake {  10%, 90% {    transform: translate3d(-1px, 0, 0);  }  20%, 80% {    transform: translate3d(2px, 0, 0);  }  30%, 50%, 70% {    transform: translate3d(-4px, 0, 0);  }  40%, 60% {    transform: translate3d(4px, 0, 0);  }}*/
@-webkit-keyframes shake {
    from {
        -webkit-transform: rotate(10deg);
    }
    to {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-10deg);
    }
}

@media (min-width: 1170px) {
    /*    #videoDiv { min-height: 700px;}    #videoDiv video { min-height: 700px; height: 100%; width: initial;}*/
}

@media (min-width: 992px) {
    
    section#sec5 .slick-slide-div .slick-track{display: flex;display:-webkit-flex;width: 100% !important;}

    section#sec5 .slick-slide-div .slick-track .slick-slide{display: flex;display:-webkit-flex;height:auto;}
    
}

@media(min-width:1300px){
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 768px) {
    #mainNav, #mainNavTwo {
        border-color: rgba(255, 255, 255, 0.3);
        background-color: #111;
    }

    #mainNav.navbar-shrink, #mainNavTwo.navbar-shrink {
        border-color: transparent;
        background-color: #111;
    }

    #mainNavTwo.navbar-shrink {
        border-color: transparent;
        background-color: #111;
        padding: 20px 1rem;
    }

    header.masthead .header-content .header-content-inner h1 {
        font-size:72px;
    }

    #mainNav.navbar-shrink .navbar-brand img {
        width: 95px;
    }

    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    
    

}

@media (min-width: 320px) {
    header.masthead .header-content {
        position: absolute;
        top: 50%;
        padding: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 1169px) {
    /*   .project header.headbanner{background-color: #fff;}*/
    .project section#sec4 {
        padding-top: 15px;
    }

    section#sec4 .box .box-inner .box-inner-content {
        padding: 30px 15px;
    }

    section#sec4 .project-tab-sec {
        padding: 20px 15px 20px 15px;
    }
}

@media (max-width: 1190px) and (min-width: 992px) {
    #contact section.sec-div#sec6 .con .get-direction-div {
        left: 35%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    section#sec4 .box .box-inner .box-overlay-content .view-project p, section#sec4 .box .box-inner .box-inner-content p {
        font-size: 13px;
    }

    section#sec4 .box .box-inner .box-overlay-content .view-project i, section#sec4 .box .box-inner .box-inner-content i {
        font-size: 16px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
    }

    .navbar {
        padding: .5rem 0;
    }

    section#sec5 .slick-slide-div .slick-item-inner.slick-main-active .slick-item {
        box-shadow: none;
    }

    #mainNav .navbar-nav, #mainNavTwo .navbar-nav {
        padding-left: 0;
    }

    #mainNav .navbar-nav li, #mainNavTwo .navbar-nav li {
        margin-right: 3%;
    }

    header.masthead .header-content .header-content-inner h1 {
        font-size: 35px;
    }

    header.masthead .header-content .header-content-inner p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .mouse {
        bottom: 10px;
    }

    section#sec2 .box {
        padding: 30px 15px;
        margin-right: 19px;
        max-width: 30%;
    }

    section#sec2 .box:last-child {
        margin-right: 0;
    }

    section#sec2 .box-full {
        justify-content: center;
    }

    section#sec5 .slick-slide img {
        width: 100%;
    }

    section.sec-div#sec6 .contact-div {
        width: 96.5%;
    }

    .about section#abt-sec2 .box1, .about section#abt-sec2 .box2, .about section#abt-sec2 .box3 {
        padding: 0 20px;
    }

    .about #abt-sec3 .box {
        padding: 80px 15px;
    }

    .about #abt-sec3 h4 {
        padding-left: 35px;
    }

    .project section#sec4 .project-category .box-div {
        justify-content: center;
    }

    .contact header.headbanner .right {
        padding-right: 15px;
        padding-left: 12%;
    }

    .contact header.headbanner .right .img-top img {
       
    }

    #contact section.sec-div#sec6 .con .get-direction-div {
        left: 37%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    section#sec4 .project-tab-sec {
        padding: 20px 15px 20px 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact header.headbanner .right {
        padding-right: 15px;
        padding-left: 15px;
    }

    .contact header.headbanner .right .img-top img {
       
    }

    .contact header.headbanner {
        padding: 90px 0 90px 0;
    }

    #contact section.sec-div#sec6 #map {
        background-position: 39% -60px;
    }

    #contact section.sec-div#sec6 .con .get-direction-div {
        top: 168px !important;
        left: 50%;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }

    .navbar.fixed-top {
        border-color: transparent;
        background-color:#000;
    }

    header {
        margin-top:60px;
    }

    .mouse {
        display: none;
    }

    section {
        padding: 45px 0;
    }

    section.sec-div#client-team .client-list p {
        padding: 0;
    }

    section#sec2 .box-full {
        display: initial;
    }

    section#sec3 .box-right p {
        margin-top: 20px;
    }

    section#sec2 .box {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    section#sec4 .project-category .box-div .box {
        max-width: 300px;
    }

    section#sec5 .slick-slide-div .slick-item-inner.slick-current .slick-item {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    }

    .slick-slide img {
        width: 100%;
    }

    section#sec5 .slick-slide-div .slick-item-inner {
        padding-left: 20px;
    }

    section.sec-div#client-team .client-list .client-img ul {
        justify-content: flex-start;
    }

    section.sec-div#sec6 #map {
        background-position: 30% 0px;
    }

    section.sec-div#sec6 .get-direction-div, #contact section.sec-div#sec6 .con .get-direction-div {
        flex-direction: column;
        width: 400px;
        top: 60px;
        left: 50%;
    }

    section.sec-div#sec6 .location-info {
        margin-left: 0;
        margin-top: 65px;
    }

    section.sec-div#sec6 #map {
        -webkit-background-size: initial;
        -moz-background-size: initial;
        -o-background-size: initial;
        background-size: initial;
    }

    section.sec-div#sec6 .contact-div {
        width: auto;
        left: 10px;
        right: 10px;
        margin: auto;
        padding: 35px 25px;
        bottom: -330px;
    }

    section.sec-div#sec6 .contact-div .contact-div-content {
        flex-direction: column;
    }

    section.sec-div#sec6 .contact-div .contact-right {
        margin-top: 40px;
    }

    footer .foot-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .foot-bottom p {
        margin: 20px 0;
    }

    .footer-control-class footer {
        padding: 330px 0 50px 0;
    }

    .about #abt-sec3 .box {
        padding: 80px 15px;
    }

    .about #abt-sec3 h4 {
        padding-left: 35px;
    }

    .about section#abt-sec2 .box1, .about section#abt-sec2 .box2, .about section#abt-sec2 .box3 {
        margin-bottom: 30px;
    }

    .project section#sec4 .project-category .box-div {
        justify-content: center;
    }

    .navTrigger {
        display: block;
    }

    section#sec4 .box .box-inner .box-overlay-content {
        display: none;
    }

    section#sec4 .box.project-des:hover .box-inner-content {
        opacity: 1;
    }

    section#sec4 .project-tab-sec {
        padding: 20px 15px 20px 15px;
    }
    
    .certi-div{text-align:center;}
    .foot-bottom{
        text-align: center;
    }
    
}

@media (max-width: 575px) {
    header.masthead .slick-slide img {
    height:65vh;
    object-fit: cover;
}
    .contact header.headbanner {
        padding: 90px 0 90px 0;
    }

    .contact header.headbanner .right {
        margin-bottom: 30px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .contact header.headbanner .left .form div.form-btn .btn-x2 {
        width: 100%;
    }

    #contact section.sec-div#sec6 #map {
        background-position: 42% -172px;
    }

    #contact section.sec-div#sec6 .container {
        height: 455px !important;
    }

    .project-view section.sec-div .gallery-inner img {
        width: 100%;
    }

    section#sec4 .box .box-inner img {
        width: 375px;
        height: 340px;}
    footer .foot-links ul {
    flex-direction: column;
}
    footer .foot-links ul li {
    margin-bottom: 12px;
}
section.sec-div h2 { 
    font-size: 24px; 
        margin-bottom:30px;
}
section#sec2 .box{
    margin-top: 0;
}
section#sec3 .box-right .abtright-boxfull h4 { 
    font-size: 18px; 
    margin-bottom: 20px;
}
section#sec4 h2 {
    margin-bottom:30px;
}
section.sec-div#client-team h2 {
    font-size: 24px;
}
}

@media (max-width: 480px) {
    
    header.masthead .slick-dots, header.masthead .header-content .tel {
        display: none !important;
    }

    header.masthead .header-content .header-content-inner h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

    header.masthead .header-content .header-content-inner p {
        margin-bottom: 12px;
        padding-right: 100px;
        text-align: left;
        font-size: 12px;
    }

    header.masthead .btn-primary {
        font-size: 12px;
    }

    header.masthead .btn-xl {
        padding: 8px 20px;
    }

    section#sec3 .box-right .abtright-boxfull .abt-tab-sec ul {
        overflow-y: auto;
    }

    section.sec-div#sec6 .contact-div {
        bottom: inherit;
        top: 106%;
        left: 0;
        right: 0;
        border-radius: 0;
    }

    section.sec-div#sec6 .contact-div .contact-right .form div:first-child {
        flex-direction: column;
    }

    section.sec-div#sec6 .contact-div .contact-right .form div:first-child {
        margin-bottom: 30px;
    }

    section.sec-div#sec6 .contact-div .contact-left ul li p br {
        display: none;
    }

    .footer-control-class footer {
        padding: 655px 0 50px 0;
    }

    section.sec-div#sec6 .contact-div .contact-right .form div.form-btn .btn-x2 {
        width: 100%;
    }

    section.sec-div#sec6 .container {
        height: 410px !important;
    }

    section.sec-div#sec6 #map {
        background-position: 33% 0px;
    }

    section.sec-div#sec6 .get-direction-div .marker .rounded-div {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

    section.sec-div#sec6 .location-info {
        margin-top: 125px;
    }

    section.sec-div#sec6 .get-direction-div {
        width: 100%;
    }

    .about #abt-sec3 .box {
        flex-direction: column;
        align-items: flex-start;
    }

    .about #abt-sec3 h4 {
        margin-bottom: 30px;
    }

    .about #abt-sec3 .content {
        padding-left: 0 !important;
    }

    .mail-msg {
        text-align: center !important;
    }
}

@media (max-width: 390px) {
    section.sec-div#sec6 .get-direction-div, #contact section.sec-div#sec6 .con .get-direction-div {
        width: 310px;
    }

    section.sec-div#sec6 .location-info img {
        width: 95px;
    }

    footer .foot-links ul {
        flex-direction: column;
    }

    footer .foot-links ul li {
        margin-bottom: 12px;
    }

    .contact header.headbanner .right .img-top img {
       
    }

    footer {
        padding: 50px 0 50px 0;
    }

    .project-view section#inner-sec1 .breadcrumb {
        padding: 0;
    }

    .breadcrumb-item {
        font-size: 12px;
    }
    
    .heaad-certi{width: 90px;}

.foot-certi{width: 90px;}
}


/* landing-page */
.landin-wrp {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.prl-land-logo{
margin-top:30px;
    text-align:left;
}
.prl-log-envirmnt{
    text-align:left;
}
.prl-log-envirmnt a:hover img{
    border:3px solid #b0d5de;
}
.prl-log-cnstrctin{
text-align:left;
}
.prl-log-cnstrctin a:hover img {
    border: 3px solid #78a460 ;
}
.prl-land-logo img {
    width:100%;
    padding: 15px;
    border:3px solid transparent;
    background-color: white;
     
    transition:all 0.3s;
}
.prl-log-envirmnt img{
    width:85%;
}
.prl-log-cnstrctin img{
    width:85%;
}
.prl-log-grp a:hover img{
     border: 3px solid #e9e1d8;
} 
.landing-footer p{
    font-size:12px;
}
.landing-footer {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #adadad;
}
.under-cnstrct{
            background-image: url(https://www.thepearlkw.com/wp-content/uploads/2020/01/UnderCon.jpg);
    min-height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
        }
@media(max-width:800px){
    .prl-land-logo img{
        width:65%;
    }
    .prl-log-envirmnt img{
    width:85%;
}
.prl-log-cnstrctin img{
    width:85%;
}
}
    @media(max-width:610px){
    .prl-land-logo img{
        width:72%;
        padding:0px;
    }
        .prl-log-envirmnt img{
    width:100%;
}
.prl-log-cnstrctin img{
    width:100%;
}
        .prl-land-logo{
            width:100%; 
            margin-top:25px;
        }
        .landing-footer {
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    color: #adadad;
    margin-top: 20vh;
}
        .under-cnstrct{
            background-image: url(https://www.thepearlkw.com/wp-content/uploads/2020/01/UnderCon.jpg);
    min-height: 100vh;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: center;
        }
}





footer .foot-links ul {display: none;}
#mainNav .navbar-nav, #mainNavTwo .navbar-nav {display: none;}
.navTrigger {display: none;}

#mainNavTwo .navbar-brand img {
    width: 300px;
}
#mainNavTwo.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
}