@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
* {
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif !important;
	scroll-behavior: smooth;
}
img {max-width: 100%;}
h1,h2,h3,h4,h5,ul,p {
	margin: 0;
	padding: 0;
}
.border-r {border-right: solid 1px #fff;}
/* Header */
.header{
	background-color: rgba(38, 62, 70, 0.8);
	padding: 20px 0px;
	width: 100%;
	z-index: 5;
	position: absolute;
}
.header .social{}
.header .social ul{
}
.header .social ul li{
	list-style-type: none;
	float: left;
	margin-left: 20px;
}
.header .social ul li a{}
.header .social ul li a img{
	height: 28px;
	width: 30px;
}
.header .social list-style: ;:first-child{
	margin-left: 0px;
}
.header .main-nav{
    margin-top: 5px;
}
.header .main-nav ul{}
.header .main-nav ul li{
    text-transform: uppercase;
    list-style-type: none;
    float: left;
    margin-left: 50px;
}
.header .main-nav li:first-child{
	margin-left: 0px;
}
.header .main-nav ul li a{
	text-decoration: none;
	color: #fff;
}
.header .main-nav ul li a:hover {
	color: #b6c4cb;
}
.header .logo{
    margin-top: -5px;
}
.header .logo a{
	float: right;
}
.header .logo a img{
	height: 40px;
	width: 35px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}



.mobile-nav {
	display: none;
}

.burger-menu {
	float: right;
	margin-top: 15px;
	margin-left: 15px;
	display: none;
}

.menu-btn {
	position: relative;
	justify-content: center;
	align-items: center;
	float: right;
	margin-left: 10px;
	cursor: pointer;
	transition: all .5s ease-in-out;
	float: right;
}

.menu-btn-burger {
	width: 40px;
	height: 5px;
	background: #ef4023;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
	transition: all .5s ease-in-out;
}

.menu-btn-burger::before,
.menu-btn-burger::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 4px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
	transition: all .5s ease-in-out;
}

.menu-btn-burger::before {
	transform: translateY(-10px);
}

.menu-btn-burger::after {
	transform: translateY(10px);
}

.menu-btn.open .menu-btn-burger {
	transform: translateX(-30px);
	background: transparent;
	box-shadow: none;	
}

.menu-btn.open .menu-btn-burger::before {
	transform: rotate(45deg) translate(25px, -25px);
	background: #fff;	

}

.menu-btn.open .menu-btn-burger::after {
	transform: rotate(-45deg) translate(25px, 25px);
	background: #fff;	

}

.mobile-nav {
	/*display: none;*/
	background: #ef4023;
    position: absolute;
    top: 6rem;
    right: 0;
    text-align: center;
    z-index: 9999;
    padding: 1rem 2rem;
}

.mobile-nav li {
	border-bottom: 1px solid #fff;
	list-style-type: none;
}

.mobile-nav a {
	color: var(--blue);
	display: inline-block;
	padding: 0.5rem 0;
	font-size: 2rem;
	color: #fff;
}

/* hero-panel */

.hero-panel{
	background: url("../web assets/images/homepage-montone.jpg") no-repeat;
	height: 100vh;
	width: 100%;
	background-size: cover;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 80px;
    background-attachment: fixed;
}

.hero-panel .logo {
	text-align: center;
}
.hero-panel .logo img{
	width: 60%;
}
.hero-panel .btn a{
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-size: 35px;
    border: solid 1px;
    padding: 27px;
    display: inline-block;
}

.hero-panel .btn a:hover{
	background-color: white;
	color: black;
	border: 1px solid transparent;
	
}

	/* Services */

.service{
	background-color: #ef4023;
}
.service .right-img{
	margin-right: 35px;
	float: right;
	margin-top: 140px;
	border-radius: 50%;
	border: solid 1px white;
	width: 225px;
	height: 225px;
}
.service .right-img img{
 	height: 140px;
 	width: 136px;
 	margin: 40px 45px;
}
.service .left-content{
	margin-top: 115px;
	width: 345px;
	height: 230px;
	clear: both;
	float: left;
}
.service .left-content p{
	line-height: 36px;
	margin-left: 35px;
	font-size: 18px;
	color: #000;
}
.service .left-content span{
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
}
.service .left-img {
	float: left;
	border-radius: 50%;
	border: solid 1px white;
	width: 225px;
	height: 225px;
	margin: 60px 64px;
	margin-top: 82px;
	padding: 50px;
	position: relative;
}
.service .left-img img {
	height: auto;
	width: 100%;
	max-width: 140px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.service .right-content {
	margin-top: 105px;
	width: 345px;
	float: right;
	color: #000;
	height: 230px;
	text-align: right;
}
.service .right-content p {
	line-height: 36px;
	margin-right: 35px;
	font-size: 18px;
}
.service .right-content span {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
}

/* Services */
.main-services {
	background: #ef4023;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	float: left;
}

.blue-services {
	background: #374e59;
	padding: 5rem 0;
}

.service-panel {
	padding: 5rem 0;
	display: flex;
	align-items: center;
}

.service-left-panel {
	justify-content: right;
	padding-right: 5rem;
}

.service-right-panel {
	justify-content: left;
	padding-left: 5rem;
	border-left: 1px solid #fff;
}

.service-panel .service-img-container {
	width: 225px;
	height: 225px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-panel .service-img-container img {
	width: 65%;
}

.service-panel p {
	font-size: 18px;
	color: #000;
	line-height: 36px;
	width: 50%;
}

.service-panel p span {
	color: #fff;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.blue-services .service-panel p a {
	color: #ef4023;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-decoration: underline;
	padding-bottom: 1rem;
}


	/* web solutions */
	
.solutions{
	background-color: #374e59;
	height: 465px;
}
.solutions .right-img{
	margin-right: 35px;
	float: right;
	margin-top: 55px;
	border-radius: 50%;
	border: solid 1px white;
	width: 225px;
	height: 225px;
}
.solutions .right-img img{
 	height: 100px;
 	width: 155px;
 	margin: 59px 36px;
}
.solutions .left-content{
	margin-top: 44px;
	width: 345px;
	height: 230px;
}
.solutions .left-content a{
	color: #d35632;
	line-height: 30px;
	margin-left: 35px;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
}
.solutions .left-content p{
	line-height: 30px;
	margin-left: 35px;
	font-size: 18px;
	color: #000000;
}
	/* blog-post START */
	
.blog-posts{
    background-color: #000000;
}
.blog-posts .blog-post{
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.blog-posts .blog-post .post-details{
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: rgba(0,0,0,0.4);
}
.blog-posts .blog-post .post-details h1{
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
}
.blog-posts .blog-post .post-details a{
    color: #ffffff;
    border: solid 1px;
    text-transform: uppercase;
    padding: 6px;
    margin: 10px 0;
    display: inline-block;
}

.blog-posts .blog-post .post-details a:hover{
	text-decoration: none;
	background-color: #000000;
}

	/* blog-post END */


/* who we are START*/

/* who we are hero-panel */
.we-hero{
    background-color: black;
    background: url(../web%20assets/images/who-we-are.jpg) no-repeat center center;
    background-size: cover;
    height: 75vh;
}
.we-hero .image{}
.we-hero .image img{
    height: 405px;
    width: 1150px;
    margin-top: 25px;
}
	/* who we are */
.content{
	height: 900px;
	background-color: black;
}
.content .heading{}
.content .heading h1{
    margin-top: 80px;
    color: #b6c4cb;
    text-transform: uppercase;
    font-size: 57px;
}
.content .detail{
	    margin-bottom: 60px;
    float: left;
}
.content .detail h3{
    width: 700px;
    height: 100px;
    line-height: 33px;
    font-size: 21px;
}	
.content .we-content{
	width: 380px;
	color: #a0a4a5;
	margin-bottom: 60px;
	float: left;
}
.content .we-content p{
	line-height: 25px;
}

/* services */
.services{
	background-color: black;
}
.services .service {
    height: 260px;
    background-color: #ef4023;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services .service .service-icon {
	height: 135px;
	width: 135px;
	border-radius: 50%;
	margin: 60px 64px;
	padding: 50px;
	position: relative;
}
.services .odd .service-icon{
	background-color: #f26239;
}
.services .service .service-icon img {
	height: auto;
	width: 100%;
	max-width: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.services .even{
    background-color: #f26239;
}
.services .even .service-icon{
	background-color: #ef4023;
}
.services .service:hover{
	background-color: #485f6b;	
}
.services .service:hover .service-icon{
	background-color: #374e59;	
}

/* who we are .css END*/

/* project management START */

/* hero panel */
.mgt-hero{
    background-color: black;
    background: url(../web%20assets/images/project-management.jpg) no-repeat center center;
    background-size: cover;
    height: 75vh;
}
.mgt-hero .image{}
.mgt-hero .image img{
    height: 405px;
    width: 1150px;
    margin-top: 25px;
}
/* content */
.management{
	background-color: #000000;
}
.management .heading{}
.management .heading h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 80px;
    color: #b6c4cb;
}
.management	.sub-heading{}
.management .sub-heading h3{
    line-height: 45px;
    font-size: 25px;
    color: #ef4023;
}
.management .contents{
    line-height: 36px;
    font-size: 18px;
    margin: 85px 0;
}
.management .contents p{
    color: #374e59;
}
.management .contents h3{
    margin: 23px 0;
    color: #354a54;
}
.management .contents ul{}
.management .contents li{
    color: #374e59;
}
/* project management END */

/* News START */
.news{
	background-color: #000000;
	padding-top: 7rem;
}
.news .heading{}
.news .heading h1{
    color: #b6c4cb;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
}
.news .image{
    margin-left: -15px;
}
.news .image img{
    width: 100%;
    height: auto;
}
.news .news-item {
	background-color: #374e59;
	margin-bottom: 20px;
}
.news .info{
    /* float: right; */
    padding: 86px;
}
.news .info p{
    color: #ffffff;
    font-size: 30px;
}
.news .info a{
	display: inline-block;
	margin-top: 30px;
    color: #ffffff;
    border: solid 1px;
    padding: 6px;
    text-transform: uppercase;
}
.news .info a:hover{
	text-decoration: none;
	color: #000000;
	background-color: white;
}
.news .load-more-btn{
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}
.news .load-more-btn a{
	background: url('../web assets/assets/down-arrow.png') no-repeat center 12px #a0b1bb;
	background-size: 3%;
	text-decoration: none;
	text-align: center;
	display: block;
	text-transform: uppercase;
	color: #374e59;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px;
	margin-bottom: 110px;
	padding-top: 34px;
}
.news .load-more-btn:hover{
	background-color: #ffffff;
}
.news .load-more-btn a:hover{background-color: #374e59;color: #fff;}

/* News END */

/* detail news */
.detail-news{
    background-color: #000000;
    padding-top: 7rem;
}
.detail-news .heading{
}
.detail-news .heading h1{
    color: #b6c4cb;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
}
.detail-news .news-heading{}
.detail-news .news-heading p{
    color: #374e59;
    text-align: center;
    font-size: 40px;
}
.detail-news .imag{
	text-align: center;
	margin: 25px 0px;
}
.detail-news .imag img{width: 100%;}
.detail-news .intro{}
.detail-news .intro p{
    font-size: 27px;
    line-height: 42px;
    text-transform: uppercase;
    color: #ef4023;
}
.detail-news .details{}
.detail-news .details p{
    color: #374e59;
    font-size: 17px;
    line-height: 29px;
    margin-top: 30px;
}
.detail-news .details h3{
    color: #ef4023;
    font-size: 20px;
    line-height: 29px;
    margin: 22px 0;
}
.detail-news .details ul{margin-left: 18px;margin-top: 20px;}
.detail-news .details li{
    color: #374e59;
    font-size: 17px;
    line-height: 29px;
}

/* detail news END */

/* prev next btn START*/

.bottom-nav{
	background-color: #a0b1bb;
	height: 60px;
	margin: 60px 0;
}
.bottom-nav a{
	text-transform: uppercase;
}
.bottom-nav .btn:hover{
	text-transform: uppercase;
	background-color: #586f7a;
}
.bottom-nav .btn a:hover{
	color: #000000;
	text-decoration: none;
}
.bottom-nav .btn{
	padding: 15px 25px;
	background-color: #374e59;
	height: 60px;
	color: #ffffff;
	text-transform: uppercase;
}
.bottom-nav .btn a{
}
.bottom-nav .btn img{
	height: 30px;
	width: auto;
}
.bottom-nav .btn-l{
	float: left;
}
.bottom-nav .btn-r{
	float: right;
}

/* prev next btn END*/


	/* footer */
.footer{
	background-color: #000;
	padding-bottom: 60px;
}
.footer .logo{
	margin-top: 100px;
	text-align: center;
}
.footer .logo img{
	width: 240px;
}
.footer .social-network{
	text-align: center;
}
.footer .social-network a{

}
.footer .social-network img{
	margin-top: 40px;
	margin-left: 10px;
	height: 30px;
	width: 35px;
}
/* .footer .social-network img:last-child{
	margin-left: 0;
} */
.footer .contact-num{}
.footer .contact-num p{
	color: #ef4023;
	font-size: 27px;
	text-align: center;
	margin-top: 50px;
}
.footer .short-keys{
	margin-top: 20px;
}
.footer .short-keys ul{
	text-align: center;
	}
.footer .short-keys ul li{
	margin-left: 50px;
	display: inline;
}

.footer .short-keys ul li:first-child{
	margin-left: 0px;
	list-style-type: none;
}
.footer .short-keys ul li a{
    text-decoration: none;
    text-transform: uppercase;
}
.footer .address{
	text-align: center;
	margin-top: 35px;
}
.footer .address p{
	text-align: center;
	color: #a0a4a5;
	width: 90%;
	margin: auto;
}




/* Media Queries */
@media (max-width: 768px) {
  /* Styles for screens smaller than 768px */

  .header .social ul li {
  	margin-top: 7px;
  }

.burger-menu {
	display: block;
}
  .header .main-nav {
  	display: none;
  }

  .hero-panel .btn {
  	width: 80%;
  }

  .hero-panel .logo img {
  	width: 60%;
  }

  .hero-panel .btn a {
  	width: 100%;
  	font-size: 24px;
  }

  .main-services {
	grid-template-columns: 1fr;
  }

  .service-left-panel {
	justify-content: center;
	padding-right: 0;
	}

	.service-right-panel {
		justify-content: center;
		padding-left: 0;
		border-left: none;
		border-bottom: 1px solid #fff;
	}

	.service-panel p {
		width: 90%;
	}

	.news .info {
		padding: 3rem;
	}

	.management .heading h1 {
		font-size: 30px;
	}

	.management .sub-heading h3 {
		font-size: 17px;
	}

	.news .heading h1 {
		font-size: 40px;
	}

	.news .info p {
		font-size: 18px;
	}

	.detail-news .heading h1 {
		font-size: 40px;
	}

	.detail-news .news-heading p {
		font-size: 30px;
	}

	.detail-news .intro p {
		font-size: 18px;
	}

	.content .heading h1 {
		font-size: 30px;
	}

	.content .detail h3 {
		width: auto;
		height: auto;
	}

	.content .we-content {
		width: auto;
	}


}

@media (min-width: 768px) and (max-width: 1024px) {

	.header .social ul li a img {
	    height: 18px;
	    width: 20px;
	}

  .header .main-nav ul {
  	text-align: center;
  }
  .header .main-nav ul li {
  	margin: 0 5px;
    display: inline-block;
    float: none;
    font-size: 11px;
  }

  .header .logo a img {
    height: 30px;
    width: 25px;
}

	.service-panel p {
		width: 90%;
	}

	.news .info {
		padding: 5rem;
	}

	.management .heading h1 {
		font-size: 40px;
	}

	.management .sub-heading h3 {
		font-size: 18px;
	}

	.news .heading h1 {
		font-size: 50px;
	}

	.news .info p {
		font-size: 21px;
	}

	.detail-news .heading h1 {
		font-size: 50px;
	}

	.detail-news .heading h1 {
		font-size: 30px;
	}

	.detail-news .news-heading p {
		font-size: 25px;
	}

	.detail-news .intro p {
		font-size: 16px;
	}

}

@media (min-width: 1024px) {
  /* Styles for screens larger than 1024px */
}
