/**
 * Theme Name: Noga Site Theme
 * Author: Stas Arshanski
 * Version: 1
 */

* {
	font-family: 'Palatino Linotype', 'Palatino LT STD','BlenderLight','arial','sans-sarif';
}

.clear:before {
	content: " ";
	display: block;
	clear: both;
}

/*
.vertical_middle {
    padding: 140px 0;
	align-items: center;
	justify-content: center;
	height: 120%;
}
*/
.vertical_middle {
    padding: 6px 0;
	align-items: center;
	justify-content: center;

}

.vertical_middle_flex {
    display: flex;
}

.container-fluid-with-padding {
	padding: 0 15px;
}

.read_more {
	text-decoration: none;
	font-weight: bold;
}
.projects_home {
	/*height: 649px;*/
}

.no-padding {
	padding: 0;
}

.owl-carousel {
	direction: ltr;
}

.centered-box {
	margin: 0 auto;
	float: none;
	text-align: center;
}

div.wpcf7-validation-errors {
	border: 2px solid #fff;
}

body.menu-open {
	overflow: visible;
	height: 100%;
}



.header_menu_pop {
	display: none;
	position: fixed;
    z-index: 900;
    color:#fff;
    margin: 0 auto;
	width: 100%;
	height: 100%;
    background: rgba(12,18,64,0.80);
}

.header_menu_pop .container {
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
       -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
         -o-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);

}

.header_menu_pop .row {
    width: 100%;
}
.header_menu_pop .row .contact_info {
    font-size: 16px;
}

.header_menu_pop .menu{
	margin: 0;
	padding: 0;
}

.header_menu_pop .menu li {
	list-style-type: none;
	margin-bottom: 18px;
}

.header_menu_pop .menu a,.header_menu_pop .menu a:visited {
    color: #fff;
    text-decoration: none;
    font-size: 29px;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0px;
}

.header_menu_pop strong {
	font-size: 29px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.header_menu_pop .input__label--ruri::after {
	background: #fff
}


.header_menu_pop .contact_us_form .input {
	float: left;
}

.header_menu_pop .contact_info a {
	color: #fff;
	text-decoration: none;
}

/**
 * Top Menu
 */

.top_menu {
	position: absolute;
	top: 62px;
	left: 50%;
	z-index: 999;
	-webkit-transform: translate3d(-50%,0,0);
	   -moz-transform: translate3d(-50%,0,0);
	    -ms-transform: translate3d(-50%,0,0);
	     -o-transform: translate3d(-50%,0,0);
	        transform: translate3d(-50%,0,0);
	width: 100%;
}

.admin-bar .top_menu {
	top: 97px;
}

.top_menu .logo {
	text-align: center;
}

.top_menu a {
	color: #fff;
	text-decoration: none;
}

.top_menu .lang_switcher {
	text-transform: uppercase;
	color: #8e939b;
	font-size: 13px;
	float: left;
}

.top_menu .lang_switcher a{
	margin: 0 5px;
}

.top_menu .lang_switcher a.active{
	border-bottom: 2px solid #fff;
    margin: 0 8px 7px;
}

.top_menu .menu-toggle {
	font-size: 28px;
	float: right;
}
.top_menu .menu-toggle {
    display: block;
    width: 28px;
    height: 30px;
    padding-top: 10px;
    margin: 0 auto 20px;
}

.top_menu .menu-toggle span:after,
.top_menu .menu-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}
.top_menu .menu-toggle span:after{
    top: 9px;
}
.top_menu .menu-toggle span {
    position: relative;
    display: block;
}

.top_menu .menu-toggle span,
.top_menu .menu-toggle span:after,
.top_menu .menu-toggle span:before {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

/* on activation */
.top_menu .menu-toggle.open span {
    background-color: transparent;
}
.top_menu .menu-toggle.open span:before {
    transform: rotate(45deg) translate(5px, 5px);
}
.top_menu .menu-toggle.open span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

 .top_menu .menu-toggle.open {
	margin-right: 15px;
}

.blur_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
	-webkit-filter: blur(5px);
	   -moz-filter: blur(5px);
	     -o-filter: blur(5px);
	    -ms-filter: blur(5px);
	        filter: blur(5px);
}


#rev_slider_1_1_wrapper img {
	z-index: 999;
}
/**
 * HOME PAGE
 */
.projects_home_new .projects_grid .inner_grid {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 9vw;
}
.projects_home_new .projects_grid .inner_grid .project {
    grid-column: span 1;
    grid-row: span 2;
    position: relative;
}
.projects_home_new .projects_grid .inner_grid .project.height2 {
    grid-row: span 3;
}
.projects_home_new .projects_grid .inner_grid .project .image {
    width: 100%;
    height: 100%;
}
.projects_home_new .projects_grid .inner_grid .project .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.projects_home_new .projects_grid .inner_grid .project .title {
    position: absolute;
    top: 101%;
    width: 100%;
    left: 0;
    text-align: center;
}
.projects_home_new .projects_grid .inner_grid .project.width2
{
    grid-column: span 2;
    grid-row: span 2;
}
.projects_home_new .projects_grid .inner_grid .project .divoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 23, 67, 0.9);
    display: none;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    flex-direction: column;
    font-size: 2em;
}
.projects_home_new .projects_grid .inner_grid .project .divoverlay .plus {
    font-size: 4em;
    line-height: 1;
    font-weight: 300;
}
.projects_home_new .projects_grid .inner_grid .project a.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.projects_home_new .projects_grid .inner_grid .project a.overlay:hover:before{
	opacity:0;
}
.projects_home_new {
    height: auto;
    padding: 3%;
}
.projects_home_new .projects_grid .inner_grid .project:hover {
    transform: scale(1.02);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
}
.projects_home_new .projects_grid .inner_grid .project .title {
    position: absolute;
    top: 101%;
    width: 100%;
    left: 0;
    text-align: center;
}
.projects_home_new .projects_grid .inner_grid .project.allprojects {
    background-color: #001743;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    flex-direction: column;
    display: flex;
}
.projects_home_new .projects_grid .inner_grid .project.allprojects h3 {
    font-size: 2.5em;
    margin: 0;
    line-height: 1em;
    font-weight: 300;
}
.projects_home_new .projects_grid .inner_grid .project.allprojects .divider {
    width: 20%;
    margin: 30px auto 20px;
    background-color: #fff;
    height: 3px;
}
.projects_home_new .projects_grid .inner_grid .project.allprojects h4 {
    font-size: 1.5em;
    margin: 0;
    line-height: 1;
    font-weight: 300;
}
.projects_home_new .projects.mobile {
    display: none;
    padding: 0;
}
.projects_home_new .projects.mobile .project {
    position: relative;
    margin-bottom: 3px;
}
.projects_home_new .projects.mobile .project .image {
    width: 100%;
    height: 70vw;
}
.projects_home_new .projects.mobile .project .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.projects_home_new .projects.mobile .project .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(51, 69, 105, 0.8);
    color: #fff;
    text-align: center;
    padding: 5px;
}
.projects_home_new .projects.mobile .project .title .text {
    width: 100%;
    text-align: center;
    font-size: 2em;
}
.projects_home_new .projects.mobile .project a.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.single-project .project-side {
    height: 400px;
}
.single-project .project-side {
    text-align: center;
    display: table-cell;
    float: none;
}
.single-project .project-side strong {
    font-size: 60px;
    color: #4d4d4f;
}
.single-project .project-side span {
    font-size: 25px;
    color: #4d4d4f;
}
.single-project .project-content {
    padding: 100px;
    direction: ltr;
    background: #f2f2f2;
    display: table-cell;
    float: none;
    vertical-align: middle;
    font-size: 20px;
    color: #4d4d4f;
	text-align:right;
}
.more_projects h2 {
    width: 100%;
    text-align: center;
    font-size: 2em;
}
.more_projects .more_projects_slider {
    max-width: 1300px;
    margin: 50px auto;
}
.more_projects .more_projects_slider .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.more_projects .more_projects_slider .item .title {
    width: 100%;
    text-align: center;
    font-size: 1.3em;
}
.more_projects .more_projects_slider .item .title a {
    text-decoration: none;
    color: #000;
}
.more_projects .more_projects_slider .owl-controls .owl-prev {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.more_projects .more_projects_slider .owl-controls .owl-next {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.more_projects .more_projects_slider .item .image {
    width: 100%;
    height: 100%;
}
.more_projects .more_projects_slider .item {
    padding: 0 20px;
}
.project_images .owl-controls {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.project_images .owl-controls .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.project_images img {
    width: 100%;
}
.project-info
{
    display: inline-block;
}
.project-video {
    background-color: #494949;
    height: 58vh;
    padding: 1%;
}
.project-video .video_inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.project-video.mobile{
    display: none;
}
.project-video.multiple .video_inner {
    width:49%;
    flex: 0 0 49.5%;
    height: 0;
    padding-bottom: 28.125%;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
	float: right;
}

@media screen and (max-width:900px) {
	
	.project-video.multiple .video_inner {
padding-bottom: 57.125%;
}
	
	
}

@media screen and (min-width: 1600px) {
     .project-video.multiple .video_inner {
        padding-bottom: 450px;
    }
}
.project-video.multiple .video_inner:nth-child(odd) {
    margin-inline-end: 0.5%;
}
.project-video .video_inner video, .project-video .video_inner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.project-video.multiple .video_inner video, .project-video.multiple .video_inner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
 .top_icons {
    background-color: #d4d6d7;
    padding: 0;
    min-height: 360px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #818285;
    text-align: center;
}
.top_icons .top_service {
    position: relative;
    width: 300px;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'nogaicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-template-page-services .top_icons [class^="icon-"] {
    font-size: 80px;
}
.icon-clock:before {
    content: "\e902";
}
 .top_icons .top_service .seperator {
    width: 50px;
    height: 3px;
    background-color: #818285;
    margin: 10px auto;
}
 .top_icons .top_service .content {
    max-width: 300px;
    font-weight: 300;
    display: none;
}
.top_icons .top_service .content .more {
    margin-top: 15px;
}
.top_icons .top_service a.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
 .top_icons [class^="icon-"] {
    font-size: 80px;
}
.top_icons .top_service:hover .content {
    display: block;
}
.top_icons .top_service a.overlay:hover:before,.top_icons .top_service a.overlay:hover:after{
opacity:0;	
}
.about_us {
    padding-top: 70px;
    padding-bottom: 70px;
}
.about_us .row,  .our_expirience .row,  .our_vision .row {
    font-size: 20px;
    line-height: 30px;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.image_row img {
    width: 100%;
    display: block;
}
.home .logo {
    display: none;
}
.home aside, .blog aside {
	width: 25%;
	position: relative;
	display: block;
	height: 100%;
	float: left;
	color: #4d4d4f;
}

.home aside span, .blog aside span {
	text-align: center;
	width: 100%;
	position: absolute;	
	top: 50%;
	font-size: 40px;
	letter-spacing: 0px;
	font-style: italic;
	text-transform: uppercase;
	display: block;
	-webkit-transform: translate3d(0,-50%,0);
	   -moz-transform: translate3d(0,-50%,0);
	    -ms-transform: translate3d(0,-50%,0);
	     -o-transform: translate3d(0,-50%,0);
	        transform: translate3d(0,-50%,0);
}

.home aside span a, .blog aside span a {

    color: #4d4d4f;
	text-decoration: none;
}

.profile_home aside span a,
.services_home aside span a {
	color: #ffffff;
}
.home article, .blog article {
	float: left;
	width: 75%;
} 

.home article .content p {
	line-height: 24px;
}

.home article .read_more {
	letter-spacing: 2px;
}

.projects_home .custom-projects-navigation {
	font-weight: 300;
	font-size: 20px;
	position: absolute;
	bottom: 87px;
	left: 50%;
	-webkit-transform: translate3d(-50%,0,0);
	   -moz-transform: translate3d(-50%,0,0);
	    -ms-transform: translate3d(-50%,0,0);
	     -o-transform: translate3d(-50%,0,0);
	        transform: translate3d(-50%,0,0);
}

.projects_home .custom-projects-navigation a {
	margin: 0 20px;
}
.projects_home .custom-projects-navigation a:hover {
	cursor: pointer;
}

.projects-home-text-desktop {
    display: block;
}

.projects-home-text-mobile {
    display: none !important;
}

.projects_home .projects_slider {
	direction: ltr;
}

.projects_home .slider_item {
	width: 100%; 
	float: left;
}

.projects_home .slider_item .project_item {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.projects_home .slider_item .project_item:nth-of-type(1) {
	margin-bottom: 3px;	
}

.projects_home .slider_item .project_item .hover {
	display: block;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
	position: absolute;
    top: 0;
    text-align: center;
    text-decoration: none;
    color:#151515;
}

.projects_home .slider_item .project_item:hover .hover {
	opacity: 1;
}

.projects_home .slider_item .project_item .hover .project_info {
	width: 98%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	   -moz-transform: translate3d(-50%,-50%,0);
	    -ms-transform: translate3d(-50%,-50%,0);
	     -o-transform: translate3d(-50%,-50%,0);
	        transform: translate3d(-50%,-50%,0);
}
.projects_home .slider_item .project_item .hover .project_info .project_caption {
    font-size: 22px;
    line-height: 20px;
}

.projects_home .slider_item .project_item .projet_title {
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 5%;
    color: #4d4d4f;
}
.projects_home .slider_item .project_item .projet_title a {
    color: #4d4d4f;
	text-decoration: none;
}

.projects_home .slider_item .project_item .project_discover {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
    position: absolute;
    left: 50%;
    bottom: 70px;
    -webkit-transform: translate3d(-50%,0,0);
    -moz-transform: translate3d(-50%,0,0);
    -ms-transform: translate3d(-50%,0,0);
    -o-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    text-decoration: none;
    color: #4d4d4f;
}


.projects_home .slider_item .project_item .project_discover::after,
.projects_home .slider_item .project_item .project_discover::before {
	background: #151515;
}

.projects_home .owl-carousel .owl-item img {
	width: 100%;
	height: auto;
}

.profile_home {
	height: 593px;
}

.profile_home aside {
	display: block;
	/*background: #161342;*/
	background: #001743;
	color:#fff;
}

.profile_home article {
    /*background-color: #161342;*/
    background-color: #001743;
	display: block;
    width: 75%;
    height: 100%;
    float: left;
    color:#fff;
    font-size: 20px;
    padding:0 95px;
	display: flex;
	align-items: center;
	justify-content: center;
}



.profile_home article a {
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.services_home {
	width: 100%;
	height: 800px;
	overflow: hidden;
}


.services_home aside {
	background: #858686;
	color:#fff;
}

.services_home article {
	background: #d4d6d7;
	padding:0 120px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services_home .service {
	float: left;
	width: 25%;
	text-align: center;
}

.services_home .service [class^="icon-"], .services_home article [class*=" icon-"] {
    font-size: 100px;
    -webkit-transition: font-size .4s ease;
    -moz-transition: font-size .4s ease;
    -ms-transition: font-size .4s ease;
    -o-transition: font-size .4s ease;
    transition: font-size .4s ease;
    color: #4d4d4f;
}

.services_home .service:hover [class^="icon-"], .services_home .service.open [class^="icon-"] {
	font-size: 120px;
}
/*
.services_home .service .icon-column {
	font-size: 92px;
    line-height: 70px;
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}

.services_home .service:hover .icon-column, .services_home .service.open .icon-column {
	font-size: 133px;
}
*/

.services_home .service .service_title {
	font-size: 20px;
    font-weight: bold;
    margin-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 2px;
    color: #4d4d4f;
    line-height: 24px;
}

.services_home .service .service_title:after {
	display: block;
	content: " ";
	position: absolute;
	left: 50%;
	bottom: 0px;
	height: 3px;
	background: #000;
	width: 0;
	-webkit-transform: translate3d(-50%,0,0);
	   -moz-transform: translate3d(-50%,0,0);
	    -ms-transform: translate3d(-50%,0,0);
	     -o-transform: translate3d(-50%,0,0);
	        transform: translate3d(-50%,0,0);
	-webkit-transition: width .4s ease;
	   -moz-transition: width .4s ease;
	    -ms-transition: width .4s ease;
	     -o-transition: width .4s ease;
	        transition: width .4s ease;
}

.services_home .service:hover .service_title:after, .services_home .service.open .service_title:after { 
	width: 35px;
}

.services_home .service .excerpt {
    height: 0px;
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	color: #4d4d4f
}

.services_home .service:hover .excerpt, .services_home .service.open .excerpt {
	height: 210px;
	padding-bottom: 35px;
}
.services_home .service .excerpt span {
	max-height: 145px;
	overflow: hidden;
	display: block;
    margin-bottom: 35px;
}
.services_home .service .excerpt span p {
	margin: 0;
}

.services_home .service .excerpt a{
	color: #4d4d4f;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.services_home .service .excerpt a::after,
.services_home .service .excerpt a::before {
	background: #000;
}

.team_home {
	height: 600px;
}

.team_home aside {
	background: #fff;
	color: #151515;
}

.team_home article {
	background: #858686;
	color:#fff;
	height: 100%;
	font-size: 20px;
}


.team_home article .img-wrapper {
    float: left;
    width: 33.3333%;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .team_home article .img-wrapper {
        /*display: none;*/
    }
}
.team_home article .img-wrapper img {
    width: 100%;
}

.team_home article .content {
	padding: 0 105px;
}

.team_home article .read_more {
	color: #fff;
	text-transform: uppercase;
	float:left;
    font-size: 16px;
}

.contactus-section>div {
	background: #a9a7a7;
}

.contactus-section .google-map {
	height: 895px;
}

.contactus-section .form-area {
     padding: 53px 170px 0;
    color: #fff;
    height: 665px;
    text-align: center;
}


.contactus-section .form-area .contactus_title {
    font-size: 36px;
    margin-bottom: 47px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.contactus-section .form-area .contactus_subtitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 70px;
	line-height: 30px;

    width: 320px;
    margin: 0 auto;
}

.contactus-section .form-area form {
	direction: ltr;
}

.contactus-section .form-area .submit, .contact_us_form .submit {
	background: transparent;
	border: 0;
	color:#fff;
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
    margin: 50px auto 20px;
    display: block;
}
.contact_us_form .submit {
    margin: 20px 0 0;
    float: left;
    clear: both;
}

.contactus-section .form-area .submit::before, .contact_us_form .submit::before {
	position: absolute;
	left: 50%;
	width: 30px;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translate3d(-50%,-10px,0);
	-moz-transform: translate3d(-50%,-10px,0);
	transform: translate3d(-50%,-10px,0);
}

.contactus-section .form-area .submit::before, .contact_us_form .submit::before {
	top: -4px;
}


.contactus-section .form-area .submit:hover::before,
.contactus-section .form-area .submit:focus::before,
.contact_us_form .submit:hover::before,
.contact_us_form .submit:focus::before
 {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-1px,0);
	-moz-transform: translate3d(-50%,-1px,0);
	transform: translate3d(-50%,-1px,0);
}




.contactus-section .form-area .submit:after, .contact_us_form .submit:after {
	width: 30px;
	height: 2px;
	background: #fff;
	display: block;
	content: ' ';
	margin: 5px auto 0;
}

.contactus-section .form-area .ajax-loader, .contact_us_form .ajax-loader {
	display: none;
}

/**
 * END HOMEPAGE
 */

/**
 * Top Area
 */
.top_area {
	/*background: #505050;*/
background: #fff;
    color: #515661;
	text-align: center;
	height: 200px;	
}

.single-projects .top_area {
	/*background:#161342;*/
		background:#515661;
}

.single-projects .top_area h2 {
	font-size: 40px;
}

.top_area h1 { 
	font-size: 40px;
	font-style: italic;
	font-weight: bold;	
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 14px;
}
.top_area h2 { 
	font-size: 20px;
	margin-bottom: 0;
}

.top_area span .address-text { 
	position: relative;
	margin-bottom: 32px;
	font-size: 20px;
    font-weight: bold;
}

.top_area p {
	margin-top: 40px;
	font-size: 20px;
	line-height: 28px;
}

.top_area span .address-text:after {
	content: " ";
	display: block;
	width: 34px;
	height: 2px;
	background:#fff;
	position: absolute;
	bottom: -22px;
	left: 50%;
	-webkit-transform: translate3d(-50%,0,0);
	   -moz-transform: translate3d(-50%,0,0);
	    -ms-transform: translate3d(-50%,0,0);
	     -o-transform: translate3d(-50%,0,0);
	        transform: translate3d(-50%,0,0);
}
/**
 * TEAM PAGE
 */

.page-template-page-team .team_row img {
	width: 100%;
	display: block;
}

.page-template-page-team .team_row {
	background: #f2f2f2;
}

.page-template-page-team .team_row .content {
	padding: 85px 80px;
	color: #4e4e4e;
}

.page-template-page-team .team_row .content strong{
	font-size: 20px;
}

.page-template-page-team .team_row .content span {
    font-size: 20px;
    line-height: 27px;
}
/**
 * END TEAM PAGE
 */


/**
 * Services page
 */

.service_row .content{
    padding: 58px 40px;
    text-align: center;
    max-height: 792px;
    overflow-y: auto;
    font-size: 19px;
    line-height: 29px;
    color: #4d4d4f;
}
.service_row div:first-child{
	    overflow: hidden;
}


.service_row .content [class^="icon-"] {
	font-size: 80px;
	margin-bottom: 40px;
}

/*.service_row .content .icon-column {
	font-size: 122px;
	line-height: 80px;
}*/
.service_row .content>strong {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: block;
    font-size: 18px;
    color: #4d4d4f;
    line-height: 22px;
}

.service_row .content>strong:after {
	content: " ";
	display: block;
	height: 3px;
	width: 30px;
	background: rgb(0,0,0);
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%,0,0);
	   -moz-transform: translate3d(-50%,0,0);
	    -ms-transform: translate3d(-50%,0,0);
	     -o-transform: translate3d(-50%,0,0);
	        transform: translate3d(-50%,0,0);
}

.service_row img {
	display: block;
	/* max-width: 100%;
	height: auto; */
}

/**
 * Single Project Page
 */

.single-projects .project_images img {
	width: 100%;
}

.single-projects .project_images .owl-controls .owl-dots {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translate3d(-50%,0,0);
	   -moz-transform: translate3d(-50%,0,0);
	    -ms-transform: translate3d(-50%,0,0);
	     -o-transform: translate3d(-50%,0,0);
	        transform: translate3d(-50%,0,0);

}

.single-projects .project_images .owl-controls .owl-dots .owl-dot{ 
	background: rgba(255,255,255,0.5);
	border-radius: 100%;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 5px;
	-webkit-box-shadow: 10px 10px 153px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 153px 2px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 153px 2px rgba(0,0,0,0.75);
}
.single-projects .project_images .owl-controls .owl-dots .owl-dot.active{ 
	background: rgba(255,255,255,1);
}

.single-projects .single-project .projects-info {
	display: table;
}

.single-projects .single-project .project-content {
    padding: 100px;
    direction: ltr;
    background: #f2f2f2;
    display: table-cell;
    float: none;
    vertical-align: middle;
    font-size: 20px;
    color: #4d4d4f;
}
.single-projects .single-project .project-coming-soon
{
	display: table-cell;
    float: none;
    vertical-align: middle;
}

.single-projects .single-project .project-side {
	text-align: center;    
	display: table-cell;
    float: none;
}

.single-projects .single-project .project-side {
	height: 400px;
}

.single-projects .single-project .project-side strong {
    font-size: 60px;
    color: #4d4d4f;
}


.single-projects .single-project .project-side span {
	font-size: 25px;
    color: #4d4d4f;
}

/**
 * Projects Archive
 */

.post-type-archive-projects .top_area {
	/*background: #161341;*/
	background:#515661;
	padding: 0 15px;
}

.post-type-archive-projects .project .thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.post-type-archive-projects .project .content {
	padding: 100px 200px 0;
    font-size: 20px;
    line-height: 26px;
    color: #4d4d4f;
	text-align: center;
}

.post-type-archive-projects .project .content strong a{
	font-size: 40px;
	font-weight: bold;
	color: #4d4d4f;
    line-height: 33px;
    margin-top: 10px;
}

.post-type-archive-projects .project .content address {
	font-size: 20px;
	font-style: italic;
	color: #4d4d4f;
    margin-top: 14px;
    margin-bottom: 33px;
}

.post-type-archive-projects .project .content caption {
	font-size: 20px;
	color:#4d4d4f;
}

.post-type-archive-projects .project .content a {
    color: #4d4d4f;
    font-weight: bold;
    text-decoration: none;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 20px;
    display: inline-block;
}

.post-type-archive-projects .project .content a::after,
.post-type-archive-projects .project .content a::before {
	background: #4d4d4f;
}

/**
 * Company Profile
 */
.page-template-page-company-profile .top_area {
	/*background: #161341;*/
	background:#fff; 
	color:#515661;
}

.page-template-page-company-profile {
	color: #4e4e4e;
}

.page-template-page-company-profile h3 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}

.page-template-page-company-profile {
	background: #f2f2f2;
}


.page-template-page-company-profile .about_us {
	padding-top: 70px;
    padding-bottom: 70px;
}

.page-template-page-company-profile .about_us .row,
.page-template-page-company-profile .our_expirience .row,
.page-template-page-company-profile .our_vision .row
 {

	font-size: 20px;
	line-height: 30px;
}

.page-template-page-company-profile .about_us .social_icons {
	margin-top: 20px;
	float: none;
}

.page-template-page-company-profile .image_row, .page-template-page-company-profile .image_row img {
	width: 100%;
	display: block;
}

.page-template-page-company-profile .about_us .social_icons {
	list-style: none;
	width: 240px;
}

.page-template-page-company-profile .about_us .social_icons li a{
	border:4px solid #fff;
	background: #5f5f5f;
	float: left;
	border-radius: 100%;
	width: 43px;
	height: 43px;
	line-height: 36px;
	text-align: center;
	margin: 0 3px;
	font-size: 19px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.page-template-page-company-profile .about_us .social_icons li a:hover {
	opacity: 0.6;
}

.page-template-page-company-profile .skills .progress {
	margin-top: 15px;
	height: 8px;
	background: #e2e2e2;
	width: 70%;
}

.page-template-page-company-profile .skills .progress .progress-bar {
	background: #4e4e4e;	
}

.page-template-page-company-profile .our_expirience {
	background: #fff;
}

.page-template-page-company-profile .our_expirience .content {
	padding: 0 0;
}

.page-template-page-company-profile .our_expirience .content p {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
}


.page-template-page-company-profile .our_expirience, .page-template-page-company-profile .our_vision {
	padding-top: 70px;
	padding-bottom: 70px;
}

.page-template-page-company-profile .our_expirience, .page-template-page-company-profile .our_vision p {
	font-size: 20px;
	line-height: 30px;
}


.page-template-page-company-profile .our_expirience .skills .skill_title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
}

/**
 * FOOTER
 */

.footer {
	/*background: #161342;*/
	background: #001743;
	color:#fff;
	font-size: 14px;
	height: 98px;
	line-height: 98px;
}

.footer a{
	text-decoration: none;
	color:#fff;
}

.footer .menu ul {
	margin: 0;
	padding: 0;
}

.footer .menu li {
	list-style: none;
	margin: 0 25px;
	display: inline-block;
}

.footer .menu a {
	text-transform: uppercase;
    letter-spacing: 1px;
}

.footer .social_icons {
	text-align: center;
}

.footer .social_icons a {
	margin: 0 12.5px;
    font-size: 20px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.footer .social_icons a:hover {
	opacity: 0.4;
}

.footer .copyright {
	text-align: right;
	padding-right: 40px;
}

/**
 * END FOOTER
 */
 .project_images .owl-controls {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
 }
 .project_images .owl-controls .owl-prev{
	position: absolute;
    left: 30px;
    top: auto;
    bottom: auto;
    height: 100%;
    padding-top: 50vh;
 }
 .project_images .owl-controls .owl-next{
	position: absolute;
    right: 30px;
    top: auto;
    bottom: auto;
    height: 100%;
    padding-top: 50vh;
 }
 
@media (max-width: 960px) {
	.project_images .owl-controls {
		display: none;
	}
}

.slide-one-img img, .team-banner img {
    width: 100%;
    height: auto;
}
.team-banner img 
{
	float: left;
}
.team-banner 
{
	display: inline-block;
    width: 100%;
    float: left;
}
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}
.team-wrap
{
	display: inline-block;
	float: left;width: 100%;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
}
.team-wrap .row
{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}
.team-wrap .col-md-2, 
.team-wrap .col-md-8,
.team-wrap .col-md-4
{
	padding-right: 0px;
	padding-left: 0px;
}
.team-wrap .text-wrap
{
	background: #00102f;
	
}
.team-wrap .team-content
{
	padding-top: 80px;
	color: #656f82;
	padding-left: 40px;
	padding-right: 40px;
	font-family: 'Heebo', sans-serif;
}
.team-wrap .team-content .team-name
{
	font-size:40px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 300;
	font-family: 'Heebo', sans-serif;
}
.team-wrap .team-content .team-title
{
	font-size:24px;
	color: #eeeff1;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 5px;
	font-family: 'Heebo', sans-serif;
}
.team-wrap .team-content .team-title:after
{
	width: 70px;
	height: 2px;
	content: "";
	background: #4a556b;
	display: block;
	bottom: 0;
    position: absolute;
}
.team-wrap .team-content .team-info
{
	max-width: 680px;
}
.team-wrap .team-content .team-info p
{
	font-size: 18px;
	font-weight: 400;
	font-family: 'Heebo', sans-serif;
	color: #FFF;
}
ul.tabs li.current{
	color: #222;
}
.big-img img
{
	display: none;
}

.tab-content{
	display: none;
	height: 100%;
}
.tab-content img
{
	width: 100%;
}
.tab-content.current{
	display: inherit;
}
.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #112753;
}
.slick {
  position: relative;
  overflow: hidden;
}
.slick .item {
  float: left;
  text-align: center;
  height: 120px;

}
.slick .item img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border:solid 2px #FFF;
  object-fit: cover;
  opacity: 0.5;
}
.slick .item.current img
{
	opacity: 1;
}
.slick-no-slide .slick-track {
  width: 100% !important;
  text-align: center;
  transform: inherit !important;
}
.slick-no-slide .slick-slide {
  float: none;
  display: inline-block;
}
.slick-list {
  position: relative;
  overflow: hidden;
  height: 400px
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  font-size: 0;
  background-color: grey;
  border-radius: 50%;
  border: none;
}
.slick-dots .slick-active button {
  background-color: black;
}
.slick-prev:before {
 	background: url(images/nav-top.jpg) no-repeat;
 	width: 45px;
 	height: 21px;
  	content: "";
  	display: inline-block;
}
.slick-next:before {
  	background: url(images/nav-bottom.jpg) no-repeat;
 	width: 45px;
 	height: 21px;
  	content: "";
  	display: inline-block;
}
.slick-disabled:before
{
	opacity: 0.25;
}
.slick-arrow {
  z-index: 1;
  width: 100%;
  font-size: 0;
  background: none;
  border:none;
  color: #FFF;
  font-size: 0;
  padding: 20px;
}
.big-img
{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.team_top_area
{
	display: none;
}
.mem_img img {
    width: 100%;
}
section.team_mem_sec {
    margin: auto;
    width: 90%;
    max-width: 1600px;
    padding: 112px 0 40px;
    display: table;
}
.team_sec {
    box-shadow: 0px 3px 26px 0px rgb(0 0 0 / 10%);
    margin-bottom: 52px;
    border-radius: 12px;
    padding: 0 38px 18px;
}
.team_sec .mem_img img {
    width: 249px;
    height: 249px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -38px;
}
.mem_img {
    text-align: center;
}
.small_sec .mem_img img {
    width: 200px;
    height: 200px;
    margin-top: -100px;
}
.team_mem_name {
    text-align: center;
    font-size: 24px;
    font-family: 'Heebo';
    color: #001842;
    line-height: 35px;
    margin-top: 28px;
}
.team_mem_title {
    font-size: 18px;
    font-family: 'Heebo';
    text-align: center;
    color: #001842;
    line-height: 18px;
    position: relative;
}
.team_mem_title span {
    opacity: 70%;	
}
.team_mem_info p {
    text-align: center;
    color: #001842;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
}
.team_mem_title:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: #001842;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
.team_mem_info {
    margin-top: 13px;
    display: inline-block;
    width: 100%;
    min-height: 120px;
}
.small_sec.clearboth {
    clear: both;
}
.small_sec {
    margin: 125px 0 0;
}
.small_sec .team_mem_name {
    margin-top: 22px;
}
.small_sec .team_sec {
    padding-bottom: 68px;
}
.team_mem_sec .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
}
.team_mem_sec .row {
    margin-left: -8px;
    margin-right: -8px;
}
.team_mem_sec .col-md-4, .team_mem_sec .col-md-3 {
    padding-left: 8px;
    padding-right: 8px;
}
.team_sec.\.bigone {
    min-height: 640px;
}
.projects-grids
{
	padding-top: 40px;
	padding-bottom: 40px;
}
.gallery-view
{
	display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    grid-column: 2;
    grid-row: 1;
}
.gallery-view .gitem {
    overflow: hidden;
    position: relative;
    transition: visibility 0s, opacity 0.5s linear;
    
}
.gallery-view .gitem-1 {
    grid-column: 1;
    grid-row: 1 / 3;
}
.gallery-view .gitem-4 {
    grid-column: 3;
    grid-row: 1 / 3;
}
.gallery-view .gitem-1,
.gallery-view .gitem-2,
.gallery-view .gitem-3
{
	height: 655px;
}
.gallery-view .img-wrap
{
	height: 100%;
	position: relative !important;
	z-index:1;
}
.gallery-view .img-wrap img
{
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
}
.projects-grids .owl-dot
{
	width: 10px;
    height: 10px;
    background: #a7a7a7;
    border-radius: 100%;
    display: inline-block;
    margin: 8px;
}
.projects-grids .owl-controls
{
	padding-top: 40px;
	text-align: center;
	/*display:none;*/
}
.owl-dot {
    display: none !important;
}
.projects-grids .owl-dot.active
{
	background: #505050;
	width: 14px;
    height: 14px;
}
.projects-grids .owl-dots
{
	display: flex;
  	align-items: center;
  	justify-content: center;
}
.projects-grids .img-logo
{
	position: absolute;
	bottom: 0;
	background: #021126;
  	/*-webkit-transform: translate(0, -50%);
  	transform: translate(0, -50%);*/
  	width: 100%;
  	text-align: center;
  	font-size: 50px;
  	color: #FFF;
  	left: 0;
  	z-index: 2999999;
    display: flex;
}
.projects-grids .img-logo img
{
	width: auto !important;
	margin: auto;
	max-width:100%;
    height: auto;
	position: relative;
    z-index: 39999;
}
.projects-grids .img-comming-soon
{
	position: absolute;
	width: 100%;
    text-align: center;
    bottom: 15px;
    transition: 0.3s;
}
.projects-grids .img-comming-soon img
{
	width: auto !important;
	margin: auto;
	max-width: 80%;
    height: auto;
}
.projects-grids .img-wrap:after
{
	/*content: "";*/
	content: unset;
    background: #051740ad;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    transition: 0.3s;
}
.projects-grids a:hover .img-wrap:after,
/*.projects-grids a:hover .img-logo,*/
.projects-grids a:hover .img-comming-soon
{
	opacity: 0;
}
.projects-area
{
	width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}
.projects-area .gitem {
   /* height: 680px; */
}
.projects-area .gitem .img-wrap {
    height: 100%;
}
.projects-area .owl-nav div
{
	width: 19px;
    height: 33px;
    background-image: url(images/prev_new.png);
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 43%;
}
.projects-area .owl-nav div.owl-prev
{
	left: -30px;
}
.projects-area .owl-nav div.owl-next
{
	background-image: url(images/next_new.png);
	right: -30px;
}
.slide-one-img {
    MARGIN-TOP: 12PX;
}

.project_images.col-md-12.col-sm-12.col-xs-12.no-padding {
     MARGIN-TOP: 12PX;
}
.dot
{
	display: flex;
    align-items: center;
    position: absolute;
}
.dot .supplier-box
{
	width: 440px;
    height: 240px;
    border-radius: 30px;
    background: #FFF;
    overflow: hidden;
    transition: 0.4s opacity ease;
    visibility: hidden;
    opacity: 0;
    display: none;
    
    position: absolute;
    top: 0;
    right: calc(100% - 20px);
    transform: translateY(-20%);
}
.dot .supplier-box[opento="right"] {
    left: calc(100% - 20px);
    right: auto;
}
.dot.hover .supplier-box {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    display: flex;
}
.dot.hover .dot-trigger img
{
	position: relative;
    z-index: 9999;
}
.close-supplier-box
{
	position: absolute;
	top: 15px;
	left: 15px;
	cursor: pointer;
}
.en .close-supplier-box
{
	left: inherit;
	right: 15px;
}
.dot .supplier-box .box-thumb
{
	width: 210px;
	float: right;
	
}
.dot .supplier-box .box-thumb img
{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 240px;
}
.box-details
{
	float: left;
	padding: 30px;
	width: 230px;
}
.box-details .box-title
{
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: #2d2c2c;

}
.box-details p
{
	color: #2d2c2c;
	font-size: 14px;
}
.box-details span
{
	color: #2d2c2c;
	border-top: solid 1px #2d2c2c;
	border-bottom: solid 1px #2d2c2c;
	font-size: 14px;
}
.box-details a
{
	display: inline-block;
	padding:5px 20px;
	background: #014a76;
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
	border-radius: 30px;
	margin-top: 20px;
}

.box-details a.plain_link
{
	cursor: default;
}

.clear
{
	width: 100%;
	display: block;
}
.dot-trigger
{
	text-align: center;
	cursor: pointer;
}
.dot-trigger h2
{
	font-size: 17px;
	color: #2d2c2c;
	font-weight: 600;
	width: 100%;
	margin:0;
	padding: 0;
}
.dot-trigger h2 span
{
	border-radius: ;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	border: solid 2px #2d2c2c;
	display: inline-block;
	line-height: 22px;
	font-size: 14px;
}
.projects_home_map
{
	position: relative;
}
.projects_home_map .map-view-1920
{
	width: 100%;
}
body.dot-open:before
{
	content: "";
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    background: #00000090;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
}
.gallery-view a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	height: 100%;
    width: 100%;
}
.tp-fullwidth-forcer {
    margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
     .projects_home_new {
        padding: 0; } 
		
		.projects-grids .img-logo {
    position: RELATIVE;


}
		}
    @media screen and (max-width: 768px) {
      .projects_home_new .projects_grid.desktop {
        display: none; } }
@media screen and (max-width: 768px) {
        .projects_home_new .projects.mobile {
          display: block; } }
 @media screen and (max-width: 768px) {
      .profile_home {
        height: auto; } }
 @media screen and (max-width: 768px) {
        .single-projects .project-video.multiple .video_inner {
          flex: 0 0 100%;
          max-width: 1230px;
          flex: 1 1 50%;
          height: 0;
          padding-bottom: 56.25%;
          position: relative; }
          .single-projects .project-video.multiple .video_inner:nth-child(odd) {
            margin-inline-end: 0; }
          .single-projects .project-video.multiple .video_inner:nth-child(even) {
            margin-inline-start: 0; } }
@media screen and (max-width: 768px) {
  .single-projects .more_projects {
    display: none; } }
@media screen and (max-width: 768px) {
    .page-template-page-services .top_icons {
      display: none; } }
@media screen and (max-width: 768px) {
    .top_menu.desktop {
      display: none !important; } }
@media screen and (max-width: 768px) {
    .top_menu.mobile {
      position: -webkit-sticky !important;
      position: sticky !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      display: flex;
      justify-content: space-between;
      align-items: center;
      /*width: 90%;*/
      max-width: 1600px;
      background-color: #001743;
      transform: translate3d(0, 0, 0); } }
 @media screen and (max-width: 768px) {
    .home .top_menu.desktop {
      display: none !important; } }
 @media screen and (max-width: 768px) {
    .contact_details {
      /*top: 50%;
      transform: translateY(-50%); */
      left: 10px;      
      bottom: 9%;
    } }
 @media screen and (max-width: 768px) {
    .single-projects .project-video {
      flex-direction: column; } }
@media screen and (max-width: 768px) {
  .post-type-archive-projects .project .content {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .footer {
    height: auto; }
    .footer .col, .footer .col-md-1, .footer .col-md-2, .footer .col-md-3, .footer .col-md-4, .footer .col-md-5, .footer .col-md-6, .footer .col-md-7, .footer .col-md-8, .footer .col-md-9, .footer .col-md-10, .footer .col-md-11, .footer .col-md-12, .footer .header_menu_pop .contact_us_form .input, .footer .contact_us_form .submit, .footer .home aside, .footer .blog aside, .footer .team_home article img, .footer .team_home article .read_more, .footer .progress-bar, .footer .team_home article .img-wrapper {
      float: none; }

.single-project .project-side {
	height: 100%;
    float: right;
}

.owl-prev,.more_projects .owl-next {display:none!important;}
	  }



@media only screen and (max-width: 40em) {
    .project-video.multiple .video_inner{width: 100%}

}