/*!
Theme Name: doubleg-group
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: doubleg-group
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

doubleg-group is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @font-face {
	font-family: "kanakira bold";
    src: url("./fonts/kanakira-bold.woff2");
}
@font-face {
	font-family: "kanakira regular";
    src: url("./fonts/kanakira-regular.woff2");
}
 html {
	scroll-behavior: smooth;
  }
  .roboto{
	font-family: "Roboto", serif;
  }
  .teko{
	font-family: "Teko", sans-serif;
  }
  body {
	  margin: 0;
	  box-sizing: border-box;
	  background-color: #fff;
	  font-family: "Roboto", serif;
	  position: relative;
  }
  a{
	  text-decoration: none;
	  transition: .2s all ease-in-out;
  }
  a:hover{
	  text-decoration: none;
	  transition: .2s all ease-in-out;
  }
  p{
	  margin: 0;
  }
  h1,
  h2,
  h3, 
  h4, 
  h5,
  h6{
	  margin: 0;
	  font-family: "Teko", sans-serif;
  }
  ul{
	  padding: 0;
	  margin-bottom: 0;
  }
  li{
	  list-style: none;
  }
  
  .bold{
	  font-weight:800;
  }
  .semi-bold{
	  font-weight:600;
  }
  .normal{
	  font-weight: 400;
  }
  .object-cover{
	  object-fit: cover;
  }
  .overflow_hidden{
	  overflow: hidden;
  }
.opacity-0{
	opacity : 0 !important;
}
  .opacity-50{
	  opacity: 50%;
  }
  .opacity-75{
	  opacity: 75%;
  }
  .w-70{
	  width: 70%;
  }
  body::-webkit-scrollbar {
	  width: 5px;
	  background-color: #f5f5f5 !important;
  }
  body::-webkit-scrollbar-thumb {
	  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
	  background-color: #FDB900 !important;
  }
  body::-webkit-scrollbar-track {
	  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
	  background-color: #f5f5f5 !important;
  }
  button:focus {
	  outline: unset;
	  outline: unset;
  }
  .primary_color{
	color: #051441;
  }
  .secondry_color{
	color: #FDB900;
  }
  .background_primary{
	background-color: #051441;
  }
.poition-initial {
	position: initial;
}
/******* header *********/
.close_mobile_menu, .mobile_menu_icon{
	display:  none;
}
.top_menu a{
	font-size: 14px;
	color: #051441;
}
.top_menu a:hover{
	color: #FDB900;
}
.top_menu .social_media a{
	margin: 0 0 0 13px;
}
header .bottom_menu{
	position: relative;
	transition: all 3s ease-in-out; 
}
.placeholder {
	display: none; /* Hidden by default */
  }
  
.placeholder.active {
display: block; /* Visible when sticky */
height: 50px; /* Match the height of .bottom_menu */
}
.bottom_menu .menu{
	display: flex;
}
.bottom_menu .menu li{
	margin: 0 0 0 15px;
	line-height: normal;
}
.bottom_menu .site-branding img{
	width: 180px;
	height: auto;
	object-fit: contain;
}
.bottom_menu .main-navigation a{
	color: #fff;
    font-family: "Teko", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.bottom_menu .search_icon{
	color: #fff;
	font-size: 18px;
	margin: 0 0 0 15px;
}
.bottom_menu a:hover{
	color: #FDB900;
}
.bottom_menu.sticky{
	transition: all 10s ease-in-out; 
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    padding: 10px 0 10px 0;
    box-shadow: 0px 2px #dacece12;
}
#goTopBtn {
	display: none; /* Hidden initially */
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	background-color: #FDB900;
	border: none;
	color: #fff;
	width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
	/* transition: .2s all ease-in-out; */
	animation: ripple 3s linear infinite;
}
.bottom_menu .main-navigation .current-menu-item a{
	color: #FDB900;
}
/******* header *********/

/******* cover slider  *********/

.cover_slider{
	overflow: hidden;
}
.cover_slider .top_shape{
	position: absolute;
	top: -60px;
	left: -35px;
	opacity: 0;
    transform: translateX(-50px); 
    transition: opacity 0.5s ease-in;
	z-index: 999;
}
.cover_slider .bottom_shape{
	position: absolute;
	bottom: 0;
	/* right: -400px; */
	opacity: 0;
    transition: opacity 0.5s ease-in;
}
.cover_slider .bottom_shape.fade-in {
	animation: rightfadeInMove 0.8s ease-in-out forwards;
}
.cover_slider .top_shape.fade-in {
	animation: leftfadeInMove 0.8s ease-in-out forwards;
}
.cover_slider .main_img{
	height: 600px;
	object-fit: cover;
}
.cover_slider .main_img.fade-in {
	animation: zoominMove 10s ease-in-out forwards;
}
@keyframes leftfadeInMove {
    0% {
        opacity: 0;
        transform: translateX(-50px); /* Start off-screen or slightly left */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* Final position */
    }
}
@keyframes righttextMove {
    0% {
        opacity: 0;
        transform: translateX(50px); /* Start off-screen or slightly left */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* Final position */
    }
}
@keyframes rightfadeInMove {
    0% {
        opacity: 0;
        right: -400px; /* Start off-screen or slightly left */
    }
    100% {
        opacity: 1;
        right: -110px; /* Final position */
    }
}
@keyframes zoominMove {
    0% {
        transform: scale(1);
        
    }
    100% {
        transform: scale(1.5);
        
    }
}
.cover_slider .img_content{
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
    width: 50%;
    color: #fff;
}
.img_content.left{
	left: 150px;
}
.img_content.right{
	right: 20px;
}
.cover_slider .img_content .sub_title p{
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 0.5s ease-in;
}
.cover_slider .img_content .sub_title p.fade-in{
	animation: righttextMove 0.3s ease-in-out forwards;
}
.cover_slider .img_content .main_title h1{
	font-size: 40px;
    line-height: 40px;
	opacity: 0;
	transition: opacity 0.5s ease-in;
}
.cover_slider .img_content .main_title h1.fade-in{
	animation: righttextMove .5s ease-in-out forwards;
}
.cover_slider .img_content .content p{
	font-weight: 500;
	opacity: 0;
	transition: opacity 0.5s ease-in;
}
.cover_slider .img_content .content p.fade-in{
	animation: righttextMove .7s ease-in-out forwards;
}

.cover_slider .slick-arrow {
	position: relative;
	background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 46px;
    line-height: 46px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
	background-color: transparent;
    border: none;
}
.cover_slider .slick-arrow i {
    display: none;
}
.cover_slider .slick-arrow.slick-prev {
	left: 2%;
    background-image: url(./imgs/arrow-left-light.png);
}
.cover_slider .slick-arrow.slick-next {
	right: 2%;
    background-image: url(./imgs/arrow-left-light.png);
	transform: rotate(180deg);
}
.cover_slider .slick-dots{
	display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.cover_slider .slick-dots li{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
}
.cover_slider .slick-dots button{
	font-size: 0;
    padding: 8px;
    border: none;
    border-radius: 50%;
    background-color: #FFFFFF57;
}
.cover_slider .slick-dots .slick-active{
	border: solid 2px #FDB900;
    border-radius: 50%;
	padding: 4px;
    width: 20px;
    height: 20px;
}
.cover_slider .slick-dots .slick-active button{
	padding: 4px;
	background-color: #FDB900;
}
.cover_slider .video_icon{
	font-size: 50px;
    color: #fff;
    background-color: #FDB900;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0;
	transition: opacity 0.5s ease-in;
	
}
.cover_slider .video_icon.fade-in{
	animation: ripple 3s linear infinite;
}
.cover_slider .video_icon:hover{
	color: #FDB900;
    background-color: #fff;
	
}
@keyframes ripple {
	0% {
		box-shadow: 0 0 0 .5rem rgba(255, 255, 255, 0.2);
		opacity: 0.5;
     
	}
	100% {
		box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0);
		opacity: 1;
       
	}
	
}
/******* cover slider  *********/

/* .preloader{
	position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
	bottom: 0;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.preloader img{
	position: fixed;
	top : 50%;
	transform: translateY(-50%);
} */


.preloaderBg {
	position: fixed;
  z-index: 10; 
  top: 0;
	background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader {
  background-size: 100px;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(./imgs/logo-dg.webp);
  background-repeat: no-repeat;
  background-position: center;
}
.preloader img{
	width: 100px;
	height: 100px;
}

.preloader2 {
border: 5px solid #f3f3f3;
border-top: 5px solid #051441;
border-radius: 50%;
width: 200px;
height: 200px;
animation: spin 1s ease-in-out infinite ;
position: relative;
display: none;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}


.mission_vission_cover img{
	height: 490px;
	object-fit: cover;
}
.mission_vission_content .title{
	font-weight: bold;
    font-size: 40px;
    letter-spacing: 0px;
	color: #051441;
}
.mission_vission_content .content{
	font-size: 15px;
    color: #6e7e94;
}
.mission_vission_content i{
	color: #FDB900;
    font-size: 30px;
   
}

.our_mission_icon img, .our_vission_icon img{
	width: 50px;
    height: 50px;
    object-fit: contain;
}
.our_mission_content h2, .our_vission_content h2{
	font-size: 24px;
}
.mission_vission_content p{
	color: #6A7C92;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	line-height: 26px;
}
.our_mission, .our_vission{
	width: 47%;
}
.more_about_us a{
	background-color: #FDB900;
	display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: all ease .7s;
    -moz-transition: all ease .7s;
    -webkit-transition: all ease .7s;
    -ms-transition: all ease .7s;
    -o-transition: all ease .7s;
   
}
.more_about_us a:hover{
	background-color: #0B2653;
	transition: all ease .7s;
    -moz-transition: all ease .7s;
    -webkit-transition: all ease .7s;
    -ms-transition: all ease .7s;
    -o-transition: all ease .7s;
}

.section_title{
	font-size: 18px;
	text-transform: uppercase;
    letter-spacing: 1px;
}
.section_intro{
	font-size: 42px;
}
.services{
	background-color: #F4F4F4;
}
.services_cards .card img{
	height: 230px;
	object-fit: cover;
}
.services_cards .card{
	height: 520px;
}
.services_cards .card .featured_image{
	height: 235px;
	object-fit: cover;
}
.services_cards .card .card-body{
	position: relative;
	padding-top: 45px;
}
.services_cards .card .card-body h5{
	color: #051441;
	font-size: 24px;
	font-weight: 600;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.services_cards .card .card-body p{
	font-size: 15px;
	font-weight: 400;
    line-height: 26px;
    color: #6A7C92;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.services_cards .card .card-body a{
	position: absolute;
    bottom: 55px;
	font-size: 12px;
	color: #6A7C92;
	font-weight: 600;
	text-transform: uppercase;
	transition: .3s all ease-in-out;
}
.services_cards .card .card-body a:hover{
	transition: .3s all ease-in-out;
	color: #FDB900;
}
.services_cards .card .card-body .icon{
	width: 70px;
    height: 70px;
    position: absolute;
    top: -40px;
}

.projects .upper_section{
	background-image: url(./imgs/map-pattern.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    height: 400px;
}
.projects .lower_section{
	background-color: #0B2653;
    height: 400px;
	position: relative;
}
.projects .lower_section::after{
	content: "";
	background-image: url(./imgs/light-map.png);
	opacity: 0.1;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.projects .more_projects{
	background: #fdb900;
    color: #FFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
	display: inline-block;
	transition: .2s all ease-in-out;
}
.projects .more_projects:hover{
	background: #0B2653;
}
.projects_cards{
	position: absolute;
    top: 38%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0%);
    width: 100%;
}
.projects_slider .slick-arrow, .clients_slider .slick-arrow{
	background-color: #fff;
	border : none;
	border-radius: 50%;
	width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: .2s all ease-in-out;
}
.projects_slider:hover .slick-arrow, .clients_slider:hover .slick-arrow{
	opacity: 1;
	visibility: visible;
	transition: .9s all ease-in-out;
}
.projects_slider .slick-arrow:hover, .clients_slider .slick-arrow:hover{
	transition: .2s all ease-in-out;
	background-color: #fdb900;
	color: #fff;
}
.projects_slider .slick-prev.slick-arrow{
    left: -20px;
}
.clients_slider .slick-prev.slick-arrow{
	left: -10px;
}
.projects_slider .slick-next.slick-arrow{
    right: -20px;
}
.clients_slider .slick-next.slick-arrow{
	right: -10px;
}
.clients_intro .text-center{
	line-height: 24px;
}
.projects_cards img{
	height: 320px;
	width: 100%;
	object-fit: cover;
	position: relative;
}
.overlay{
	position: absolute;
    top: 0;
    background-color: rgba(11, 38, 83,0.9);
    left: 0;
    width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	transform: translateX(0) scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease-out;
}
.projects_cards .project-card.slick-slide{
	height: 420px;
}
.overlay a{
	color: #fff;
	background-color: #FDB900;
	padding: 10px 15px;
}
.projects .project-card .title_category{
	background-color: #fff;
	padding: 30px;
	position: absolute;
    left: 7%;
    right: 7%;
    top: 70%;
}
.projects .title_category .category{
	font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #51668a;
}
.projects .title_category .title{
	font-size: 22px;
    font-weight: 600;
	color: #343352;
	transition: .2s all ease-in-out;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.projects .title_category .title:hover{
	color: #FDB900;
	transition: .2s all ease-in-out;
}
.page_intro img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.page_intro::after{
	content: "";
	background-color: #0B2653;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .9;
}
.page_intro .intro_content{
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
	width: 100%;
}
.clients{
	background-color: #F4F4F4;
}
.clients .slick-slide{
	background : #f4f4f4;
}
.clients img{
	height: 45px;
	object-fit: scale-down;
	mix-blend-mode : multiply;
}
footer .custom-logo{
	width: 180px;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
}
.primary_footer{
	background-color: #0B2653;
    height: 500px;
    position: relative;
	width: 100%;
	padding: 80px 0;
}
.primary_footer .logo{
	width: 225px;
}
.primary_footer .container{
	z-index: 1;
}
.primary_footer::after{
	content: "";
    background-image: url(./imgs/city-skiline.png);
    opacity: 0.5;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 0;
}
.primary_footer .truck{
    background-image: url(./imgs/truck-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 70px;
    height: 40px;
    right: 0;
    bottom: 0;
    animation: running-anim 20s linear infinite;
}
.primary_footer .truck-2 {
    background-image: url(./imgs/truck-2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 90px;
    height: 40px;
    right: 30%;
    bottom: 0;
    animation: running-anim 30s linear infinite;
}
.primary_footer .truck-3 {
    background-image: url(./imgs/truck-3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 70%;
    bottom: 0;
    animation: running-anim-left 35s linear infinite;
}
.primary_footer .footer_menu li{
	margin-bottom: 15px;
}
.primary_footer .footer_menu a{
	color: #ddd;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	transition: .2s all ease-in-out;
}
.primary_footer h3::after{
    background-color: #fdb900;
    content: "";
    display: inline-block;
    width: 30px;
    height: 3px;
    top: 50%;
    position: absolute;
    margin-left: 8px;
    border-radius: 2px;
    margin-top: -1.5px;
}
.primary_footer .recent_projects_title::after{
	width: 60px;
}
.primary_footer .footer_project_thumb{
	width: 80px;
	height: 70px;
	object-fit: cover;
}
.primary_footer .footer_projects{
	max-width: 60%;
}
.primary_footer .footer_projects .category{
	color: #FDB900;
	text-transform: uppercase;
	font-size: 12px;
}
.primary_footer .footer_projects a{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	transition: .2s all ease-in-out;
}
.primary_footer .footer_projects .date{
	color: #6a7c92;
	font-size: 12px;
	font-weight: bold;
}
.primary_footer a:hover{
	transition: .2s all ease-in-out;
	color: #FDB900;
}
.heateor_sss_svg{
	padding: 5px !important;
}
.newsletter_form::before{
	background-color: #fdb900;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0% 5%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
footer .trucks{
	height: 100%;
	position: absolute;
	bottom: 0;
	overflow: hidden;
}
footer .newsletter_form{
	height: 350px;
    margin-top: -120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .bg_img{
	position: absolute;
    top: 25px;
    right: 15px;
    opacity: .2;
	color: #fff;
}
footer .bg_img i{
	font-size: 160px;
}
footer form{
	padding: 0 30px;
}
footer form i{
	color: #fff;
	font-size: 60px;
}
footer form h2{
	font-size: 24px;
	font-weight: 600;
}
footer input[type="text"]{
	height: 45px;
    padding: 10px 85px 10px 10px;
    border: none;
    border-radius: 5px;
	font-size: 14px;
	position: relative;
}
footer input[type="submit"]{
	position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-image:url(./imgs/download.svg) ;
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 20px;
	border: none;
    background-color: #FDB900;
    width: 70px;
    height: 35px;
	transition: .2s all ease-in-out;
}
footer input[type="submit"]:hover{
	transition: .2s all ease-in-out;
	background-color: #051441;
}
footer .spam_msg{
	font-size: 14px;
}
footer .success_msg{
	display: none;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 14px;
}
footer .secondry_footer{
	background-color: #0b2653;
	padding: 20px 0;
	border-top: solid 1px #ffffff21;
}
footer .secondry_footer p{
	color: #6a7c92;
	font-size: 14px;
}

.all_projects .projects_cards{
	position: static;
	transform: unset;
}
.all_projects .title_category{
	box-shadow: 0px 0px 20px 0.5px rgba(0, 0, 0, 0.2);
	top : 90% !important;
}
.projects-filters .filters button{
	font-family: "Teko", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #051441;
    margin: 0px 15px;
	border : none;
	background-color: transparent;
	transition: .2s all ease-in-out;
}
.projects-filters .filters button:hover{
	color: #FDB900;
	transition: .2s all ease-in-out;
}
.projects-filters .filters .is-checked{
	color: #FDB900;
}
.projects-filters{
	background-image: url(./imgs/map-pattern.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 50% auto;
}
.single_breadcrumb span i{
	color: #fff;
    font-size: 5px;
    opacity: .5;
}
.single_breadcrumb{
	font-size: 12px;
}
.single_breadcrumb a{
	color: #fff;
	text-transform: uppercase;
	transition: .2s all ease-in-out;
}
.single_breadcrumb a:hover{
	color: #FDB900;
}
.single_breadcrumb p{
	text-transform: uppercase;
}
.project_img_details .projects_cards{
	transform:none
}
.project_info_box{
	padding: 35px;
}
.project_info_box h2{
	color: #051441;
	font-size: 42px;
	font-weight: 600;
}
.project_info_box h3{
	color: #051441;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
.project_info_box p{
	font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #6a7c92;
}
.related_projects{
	background-color: #F9FAFA;
	padding: 100px;
}
.related_projects .main_title {
    color: #051441;
    font-size: 36px;
	font-weight: 700;
}
.related_projects .title_category{
	top : 90% !important;
	padding: 10px !important;
	box-shadow: 0px 0px 20px 0.5px rgba(0, 0, 0, 0.1)
}
.map{
	height: 500px;
}
.contact_us{
	background-color: #F4F4F4;
    height: auto;
    position: relative;
}
.contact_us::before{
	content: "";
    background-image: url(./imgs/light-map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.contact_us .section_intro{
	width: 70%;
}
.contact_us .details p{
	color: #6A7C92;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
}
.contact_us_page.clients{
	background-color: #fff;
}
.contact_us_page.clients .slick-slide{
	background-color: #fff;
}
.contact_form .input-group{
	width: 50%;
}
.contact_form input[type='text']{
	width: 100%;
    margin: 0 10px;
    padding: 10px;
}
.contact_form input{
	color: #666;
	font-size: 14px;
	padding: 10px;
	border: none;
}
.contact_form textarea{
	width: 100%;
    margin: 0 10px;
    padding: 10px;
	border: none;
	color: #666;
	font-size: 14px;
}
.contact_form input[type='submit']{
	background-color: #FDB900;
	color: #fff;
	margin: 0 10px;
	padding: 10px 30px;
	transition: .2s all ease-in-out;
}
#contact_submit{
	background-position: center right;
    background-size: 25px;
    background-repeat: no-repeat;
}
.contact_form input[type='submit']:hover{
	transition: .2s all ease-in-out;
	background-color: #fff;
	color: #FDB900;
}
.contact_form .success_msg{
	display: none;
}
.search_container{
	position: fixed;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    height: 100vh;
	display: none;
}
.search_container form{
	width: 50%;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.search_container input{
	width: 100%;
    padding: 15px 10px;
    border: solid 1px #FDB900;
    background-color: transparent;
	color: #FDB900;
	font-size: 30px;
}
.close_search{
	position: absolute;
    right: 10%;
    top: 20%;
    font-size: 25px;
    cursor: pointer;
    color: #818080;
	transition: .2s all ease-in-out;
}
.close_search:hover{
	color: #FDB900;
	transition: .2s all ease-in-out;
}
@keyframes running-anim{
	0% {
		right: -30%;
	}
	
	100% {
		right: 100%;
	}
}
@keyframes running-anim-left{
	0% {
		left: -30%;
	}
	100% {
		left: 100%;
	}
}
label.error{
	position: absolute;
    left: 0;
    font-size: 12px;
    color: red;
}
#newsletter_form label.error{
	top : -19px;
}
#contact_form label.error{
	top: -17px;
	left: 12px;
}
@media only screen and (max-width: 457px){
	.top_menu{
		display: none !important;
	}
	.page_intro img{
		height: 180px;
	}
	.mobile_menu_icon{
		display: flex;
		align-items: center;
	}
	header .bottom_menu{
		position: static;
	}
	.bottom_menu .menu{
		flex-direction: column;
		height: 100%;
		width: 100%;
		padding: 20px 0;
	}
	.section_intro{
		font-size: 25px !important;
	}
	.mission_vission_content .title{
		font-size: 20px;
	}
	.mission_vission_content p{
		font-size: 12px;
		line-height: inherit;
	}
	.more_about_us{
		margin: 20px 0;
	}
	.our_mission, .our_vission{
		width: 100%;
		margin: 10px 0;
	}
	#goTopBtn{
		width: 25px;
		height: 25px;
		font-size: 12px;
	}
	.menu-primary-menu-container{
		background-color: #0B2653;
		height: 100%;
		display: flex;
		position: fixed;
		width: 100%;
		top : 95px;
	}
	.bottom_menu .menu li{
		width: 90%;
		border-bottom: solid 1px gold;
		padding: 10px 0;
	}
	.main-navigation{
		position: absolute;
		z-index: 999999999;
		top: 0;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		display: none;
	}
	.close_mobile_menu{
		position: absolute;
		z-index: 999;
		right: 20px;
		top: 110px;
		display: block;
	}

	.cover_slider .main_img{
		height: 300px;
	}
	.cover_slider .img_content{
		width: 90%;
	}
	.cover_slider .img_content .main_title h1{
		font-size: 25px;
		line-height: 25px;
	}
	.img_content.left{
		left: 7%;
	}
	.img_content.right{
		right: 4%;
	}
	.cover_slider .top_shape, .cover_slider .bottom_shape{
		display: none;
	}
	.cover_slider .slick-arrow.slick-next{
		top : 46%;
	}
	
	.services .section_intro{
		font-size: 20px;
	}
	.projects .lower_section{
		height: 410px;
	}
	.projects_cards{
		top : 42%;
	}
	.projects_slider .slick-arrow, .clients_slider .slick-arrow{
		opacity: 1;
		visibility: visible;
	}
	.projects_slider .slick-prev.slick-arrow, .clients_slider .slick-prev.slick-arrow{
		left: 0;
	}
	.projects_slider .slick-next.slick-arrow, .clients_slider .slick-next.slick-arrow{
		right: 0;
	}
	.projects .upper_section{
		height: 220px;
	}
	.projects .upper_section .intro{
		text-align: center;
	}
	.projects .project-card .title_category{
		padding: 15px;
		top : 65%;
	}
	.primary_footer .logo{
		width: 180px;
	}
	.clients_intro .text-center{
		font-size: 16px;
		padding: 0 10px;
		line-height: normal;
	}
	
	footer .primary_footer{
		padding: 20px 0 120px 0;
		height: auto;
	}
	footer .menu-primary-menu-container{
		position: static;
		justify-content: start;
	}
	.projects-filters .filters button{
		margin: 0 5px;
	}
	.contact_us{
		height: auto;
	}
	footer .newsletter_form{
		margin-top: auto;
	}
	.search_container form{
		width: 95%;
	}
	.search_container input{
		font-size: 16px;
	}
	.close_search{
		font-size: 15px;
		right: 5%;
		top: 30%;
	}
}