:root {
    --primarytext:  #2c864c;
    --primary:#2c864c;
    --secondary: #e74c3c ;
    --light: #F5F5F5;
    --dark: #14141F;

}
body{
    font-family: 'Montserrat', sans-serif;
}
p{
    font-size: 14px;
    color: #5c5c5c;
}
img{
    object-fit: cover ;
}
a{
    transition: all 0.3s ease 0s;
}
a:hover{
    text-decoration: none !important;
    color:var(--secondary);
}
.card{
    border: none;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.nav-pills .nav-link.active{
    background-color: var(--secondary);
    color: white;
    border-radius: 0;
}
.nav-pills .nav-link {
    display: block;
    width: 130px;
    padding: 0rem;
    margin: 0;
    text-align: center;
    color: var(--secondary);
    border:1px solid #e74c3c;
    border-radius: 0;  
}
.nav-pills .nav-link a{
    font-weight: 600;
    padding: 0.5rem 0rem;
}

.about-item i{
    color: var(--primarytext);
}
.btn {
    font-weight: 500 !important;
    transition: all 0.3s ease 0s;
}
.btn-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: transparent;
    border-color: #F5F5F5;
    border-radius: 0px;
    width: 200px;
    padding:0.8rem 0rem;
}
.btn-heading:hover{
    background-color: white !important;
    color: var(--dark) !important;
    font-weight: 600 !important;
}

.btn-main{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: var(--secondary);
    border-radius: 0px;
    width: 160px;
    padding:0.8rem 0rem;
    font-size: 14px !important;
}
.btn:hover{
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: var(--primary);
    border-radius: 0px;
    width: 160px;
    padding:0.8rem 0rem;
    font-size: 14px !important;
}
.bg-dark{
    background-color: #fbfbfb !important;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 1.1rem;
    padding: 0.8rem 0.8rem ;
    font-family: 'Karla', sans-serif;
    color: rgb(44, 44, 44);
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.navbar-nav .nav-link:hover{
    color: var(--secondary) !important;
}
.banner-title{
    font-size: 600;
    font-size: 3.1rem;
    color: white;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
}
.banner-title--secondary{
    font-size: 500;
    font-size: 1rem;
    color: white;
}
.spad{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.apad{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.section-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: var(--secondary);
    position: relative;
    padding-left: 60px;
}
.section-title::before {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    background: var(--secondary);
    left: 0;
    top: 50%;
    position: absolute;
}
.section-title--main{
    color: var(--primary);
    font-size: 1.8em;
    font-weight: 700;
}
.section-title--secondary{  
    font-weight: 700;
    color: var(--primary);
}
.section-background{
    background-color: #eeeeee;
}
/*header*/
.header{
    position: relative;
}
.header .carousel-item img{
    height: 100vh;
    object-fit: cover;
}

.header .carousel-caption{
    bottom: 25%;
}
.overlay{
    background-color: black;
   position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}
/*about section*/
.about-item{
    padding: 1.1rem 0.7rem 0.7rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/*Services section*/
.ourservice-text{
	position: absolute;
	top:calc(100% - 35px);
	left: 15px;
	right: 15px;
	background:white;
    padding: 16px 20px 13px;
    z-index: 1;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.service-link{
    font-weight: 600;
    color: var(--primary);
    font-size: 14px;
    transition: all 0.3s ease 0s;
}
/*Work section*/

.work .carousel-indicators .active{
	background-color: #46eeaa;
}
.work .carousel-indicators li{
	background-color: #c8e5ff;
}
.work .carousel-indicators{
	bottom: -50px;
}
.work .carousel-control-next,.work .carousel-control-prev  {
    color: var(--secondary) !important;
    opacity:1;
}
.work .carousel-control-next{
    left: 50px;
}
.work .carousel-control-prev{
    left: 10px;
}
.nav-pills li a{
    margin: 1rem;
}
.red-tab-item{
    background-color: #e74c3c;
    color: #F5F5F5 !important;
}
.green-tab-item{
    background-color: #3CB76D;
    color: #F5F5F5 !important;
}
.blue-tab-item{
    background-color: #4383FC;
    color: #F5F5F5 !important;
}
.orange-tab-item{
    background-color: #fb8500;
    color: #F5F5F5 !important;
}
.grey-tab-item{
    background-color: #6b705c;
    color: #F5F5F5 !important;
}
.purp-tab-item{
    background-color: var(--primary);
    color: #F5F5F5 !important;
}
/*work section*/
.work-section .carousel-item img{
    height: 350px;
    width: 350px;
}
.work-section .nav-pills .nav-link a{
    width: 100%;
}
/*experience section*/
.experience-section{
    background-color: var(--primarytext);
}
/*footer*/
.footer-title{
    color: var(--secondary);
    border-bottom: 2px solid #e74c3c;
}
.footer li a{
    color: rgb(0 0 0);
    font-size: 15px;
}
.footer li a:hover{
    color: var(--secondary);
}
.footer p,li{
    color: rgb(0 0 0);
    font-size: 15px;
}
.social .btn:hover{
    background-color: var(--secondary);
    border-color: var(--secondary);
}

/*Services Page*/
.services-banner{
    height: 70vh;
    background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../img/services/media.jpg) ;
    background-position: center;
    background-size: cover;
}
.services-banner--inner{
    height: 70vh;
    background-color: var(--primarytext);
}
.breadcrumb-item a{
    color: var(--secondary);
}
/*Work Page*/
.work-banner{
    height: 70vh;
    background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../img/about.jpg) ;
    background-position: center;
    background-size: cover;
}
/*work-inner*/
.work-banner--inner{
    height: 70vh;
    background-color:var(--primarytext);
    background-position: center;
    background-size: cover;
}
.img-gallery img{
	height: 350px;
	object-fit: cover;
	cursor: pointer;
	transition: all .3s ease 0s;
}
.img-gallery .col-md-4, .col-md-8{
	margin: 0 !important;
	padding: 7px !important;
}
.img-gallery img:hover{
	transform: scale(0.9);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.full-img{
	width: 100%;
	height: 100vh;
	background: rgb(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.full-img img{
	width: 90%;
	max-width: 600px;
	height: 600px;
	object-fit: contain;
}
.full-img span{
	position: absolute;
	font-size: 30px;
	top: 10%;
	right: 5%;
	color: white;
	cursor: pointer;
}
/*About Page*/
.about-banner{
    height: 70vh;
    background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../img/about-banner.jpg) ;
    background-position: center;
    background-size: cover;
}
/*Contact Page*/
.map-container{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	margin-top: 80px;
  }
  .map-container iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	opacity: 1;
  }
  .contact-form {
    padding: 70px 30px;
    background-color: #F6F3EA;
}
.contact-form .form-control {
    height: 50px;
    font-size: 14px;
    color: #72728c;
    font-weight: 600;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}
.contact-form textarea.form-control {
    height: 110px;
}
.contact-social a{
    color: #2c864c;
    margin: 2px;
}
/*blog*/
.related a{
    font-size: 14px;
    color: rgb(93, 93, 93);
    margin-top: -10px;
}
.related ul{
    list-style: none;
    padding-left: 20px;
}
.related i{
    margin-right: 10px;
    color: var(--secondary);
}
.related li{
    margin-bottom: 18px;
}
/*work-inner*/
.img-gallery img{
	height: 350px !important;
	object-fit: cover;
	cursor: pointer;
	transition: all .3s ease 0s;
}
.img-gallery .col-md-4, .col-md-8{
	margin: 0 !important;
	padding: 7px !important;
}
.img-gallery img:hover{
	transform: scale(0.9);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.full-img{
	width: 100%;
	height: 100vh;
	background: rgb(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.full-img img{
	width: 90%;
	max-width: 600px;
	height: 600px;
	object-fit: contain;
}
.full-img span{
	position: absolute;
	font-size: 30px;
	top: 10%;
	right: 5%;
	color: white;
	cursor: pointer;
}