




/*global css style*/

 

.myContainer{
    display: grid;


    width: 80%;
    margin: 0 auto;
    position: relative;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.507);
}
h1 , h2 , h3 , h4 , h5 {
    font-family: 'Open Sans', sans-serif;
}
button{
    font-family: inherit;
    color: #000000;
}
dl, ol, ul {
    margin-top: 20px;
}
.hover-opacity{
    transition: opacity 1s;
}
.hover-opacity:hover{
    opacity: 0.7;
   

}
.clear{
    clear:both;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover {
    color: #000000;
    text-decoration: none;
}

.centerV{
    display: flex;
    align-items: center;
    justify-content: center;

}

.pd-y{
    padding: 50px 0;

}
.pd-yx{
    margin: 50px auto;
}
/*sectionHeader*/

.section-header{
    padding: 50px;
    text-align: center;
    
}
.section-header .title2{
    font-size: 30px;
    text-transform: capitalize;

}
.section-header .line {
    display: flex;
    height: 5px;
    width: 70px;
    background-color: #cb4812;
    margin: auto;
}

/*sectionHeaderOurTeam*/

.OurTeamsPd-y{
    padding:  0;

}
.section-header-OurTeam{
    text-align: center;
    margin-bottom: 100px;
}
.section-header-OurTeam .titleOurTeam{
    font-size: 30px;
    text-transform: capitalize;
    margin-top: 50px;
    margin-bottom: 10px;
}
.section-header-OurTeam .lineOurTeam {
    display: flex;
    height: 5px;
    width: 70px;
    background-color: #cb4812;
    margin: auto;
}
/*********************************************** header ***********************************************/

#main_nav{
    padding: 0 0;
}

.headerLogo{
    margin-left: 100px;
    height: 103px;
    width: 40%;
    float: left;
    list-style: none;
    background-color: transparent;
    position: fixed; /* Set the navbar to fixed position */
    
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
  }

.navLinkHeader{
    font-size: 20px;
}
.nav-item a:hover{
   
    color: rgb(0, 0, 0);
    text-decoration: none;
}
.nav-item a:after{
    content:"";
    display: block;
    width: 0;
    height: 3px;
    background-color:#cb4a128f;
    transition: 0.5s;

}
.nav-item  a:hover::after{
    width: 100%;
   

}
.dropDown{
    position: relative;
}
.dropDown-menu{
    position:absolute;
    list-style: none;
    top: 78%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s visibility 1s;
}
.dropDown-menu a{
    list-style: none;
    color: white;
    display: block;
    
}
.dropDown:hover .dropDown-menu{
    opacity: 1;
    visibility: visible;
}


/*********************************************** home section ***********************************************/



.home .title{
    color: white;
    font-size: 40px;
}
.home .p-content{
    font-size: 20px;
    color: white;
    line-height: 50px;
    letter-spacing: 1px;
}
.home-content{
    position: absolute;
    width: 65%;
    top: 50%;
    left: 50%;
    float: left;
    margin-right: 50px;
    transform: translate(-50%,-50%);
    text-align: center;
   
}
.home-section-size{
    height: 100vh; 
}

/***********************************************  section ourServices **********************************************/


.ourServices{
    background: url(../img/pexels1.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 100px;

}
.services-content{
    overflow: hidden;
}

.services-item.mg{
    margin-left: 5%;
    margin-right: 5%;

}
.services-item-title{
    margin-bottom: 10px;
}
.services-item-desc{
    letter-spacing:0.15ex;
    margin-bottom: 10px;
  
}
.services-item-link{
    color: rgb(10, 84, 221);
    cursor: pointer;
    
   
}
.ltr-effect{
    margin: 10px;
    position: relative;
    z-index: 1;
    background-color: #ffffffe7; 
    float: left;
    text-align: center;
    border: 1px solid rgba(128, 128, 128, 0.205);
    border-radius: 7px;

}
.ltr-effect::after{
    position: absolute;
    content: "";
    width: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ef630534;
    z-index: -1;
    transition: 0.2s;
    border-radius: 7px;

}
.ltr-effect:hover:after{
    width: 100%;
}

/*********************************************** about us ***********************************************/

.aboutUs{
    background-color: white;
    height: auto;
}
.ourTeam{
    padding: 0 15px;
}
.ourTeam .title{
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.ourTeam .post{
    display: block;
    font-size: 19px;
}
.sectionHeader{
    padding-top: 50px;
    text-align: center;
    margin-bottom: 100px;
}
.sectionHeader .title2{
    font-size: 30px;
    text-transform: capitalize;
    
}
.sectionHeader .line {
    display: flex;
    height: 5px;
    width: 70px;
    background-color: #cb4812;
    margin: auto;
}
.aboutUs .myContainer{
    position: relative;
    height: 780px;
}
.aboutUs-content{
    position: absolute;
    width: 50%;
    float: left;
}
.aboutUs-content-div{
    position: relative;
}
.myAboutUsContainer{
    width: 80%;
    margin: 0 auto;
    position: relative;
    height: 100vh;
}
.about-right{
    
    position: relative;
    float: right;
    width: 50%;
    height: 50%;
    
}

.aboutUs-img-div{
   display: block;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    padding: 10px;
    width: 100%;
    height: 100%;

}
.aboutUsImg{
    width: 300px;
    height: auto;
    
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.aboutUs-logo{
    position: relative;
    margin: auto;
    
    width: 600px;
    height: auto;
    

}
.aboutUs-logo-title{

    position: relative;
    font-size: 19px;
 
    
}
.logo-title-right{
    text-transform: capitalize;

}
.quotation1{
    margin: -12px;

}
.quotation2span{
    margin: -16px -11px;
}
.aboutUs-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 49px;
    display: block;
    font-weight: 600;

    padding: 50px;
    line-height: 1.3;
    text-transform: capitalize;

}
.aboutUs-desc{
    font-family:'Open Sans', sans-serif;
    font-size: 19px;
    margin-bottom: 25px;
    color: rgb(99, 99, 99);

}
.about-list{
    display: grid;
    list-style: none;
    font-family:'Open Sans', sans-serif;
    
    
}
.about-list-img{
    display: inline-flex;}
    
.about-list-img span{
    margin: auto 0;
}
.about-list-img .png{
    padding: 15px;

}
.buton-about{
    display:inline-block;
    color: black;
    
    position: relative;
    align-items: center;
    padding: 13px 54px;
    margin: 50px 0;
    font-size: 19px ;
    background: #ffffff;


}
.buton-about::after{
    position: absolute;
    content: "";
    width: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cb4a1210;
    transition: 0.7s;

}
.buton-about:hover::after{
    width: 100%;
}
/*********************************************** our projects ***********************************************/
.nav-link{
    color: #999;
    font-size: 19px;
    text-decoration:none;
    text-transform: capitalize;
}

.nav-link:hover{
    color: #7d0113;
}
.nav-tabs .nav-link.active{
    color: #7d0113;

}
#work_banner {
    background-image: linear-gradient(to left , rgba(0,0,0,0.7), rgba(0,0,0,0.5)), url("../img/453367.jpg");
    background-position: center center; background-size: cover;
    height: 100%;
    width: 100%;
  }
#workBanner{
    background-image: linear-gradient(to left , rgba(0,0,0,0.7), rgba(0,0,0,0.5)), url("../img/453367.jpg");
    background-position: center center; background-size: cover;
    height: 100%;
    width: 100%;
}
.btnProjects{
    margin: 19px auto;
    width: 16%;
    color: black;
    background: transparent;
    outline: none;
    border: 1px solid rgb(219, 212, 212);
    border-radius: 20px;
    padding: 13px 35px;
    font-size: 16px;
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90%;
}
}
/*********************************************** section owl ***********************************************/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

.CarouselBodybg{
    background-color: white;
}

.containerCarouselBody {
	font-family:  'Open Sans', sans-serif !important;
	display: flex;
	height: 100vh;
	align-items: center;
}

.news-wrap {
	width: 100%;
	padding: 30px 0;
}

.news-grid {
	width: auto;
	position: relative;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ddd;	/*box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);*/
	margin: 10px;
}

.newsGridImage {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.newsGridImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.news-grid-box {
	display: block;
	position: absolute;
	text-align: center;
	background: #cb4812;
	left: -80px;
	top: 15px;
	padding: 10px;
	transition: .5s;
}

.news-grid-box h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	margin-bottom: 5px;
}

.news-grid-box p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}

.news-grid-txt {
	padding: 25px;
}

.news-grid-txt span {
	color: #cb4812;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.news-grid-txt h2 {
	color: #111;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 10px 0px 5px 0px;
}

.news-grid-txt ul {
	padding: 0;
	margin: 0;
}

.news-grid-txt ul li {
	list-style: none;
	display: inline-block;
	color: #999;
	font-size: 14px;
	font-weight: 300;
	margin: 8px 10px 8px 0px;
	letter-spacing: 1px;
}

.news-grid-txt ul li i {
	color: #cb4812;
	font-size: 14px;
	font-weight: 500;
	margin-right: 5px;
}

.news-grid-txt p {
	color: #222;
	font-size: 14px;
	font-weight: 300;
	line-height: 170%;
	letter-spacing: 1.5px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.news-grid-txt a {
	color: #fff;
	background: #cb4812;
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 1px;
	text-decoration-line: none;
	transition: .5s;
}

/* Hover-Section */
.news-grid:hover .news-grid-box {
	left: 15px;
	transition: .5s;
}

.news-grid:hover .newsGridImage img {
	filter: grayscale(1);
	transform: scale(1.1);
	transition: .5s;
}

.news-grid:hover .news-grid-txt a {
	text-decoration-line: none;
	color: #fff;
	letter-spacing: 2px;
	transition: .5s;
}

/*OWL*/
.owl-controls .owl-buttons {
	position: relative;

}

.owl-controls .owl-prev {
	position: absolute;
	left: -40px;
	bottom: 230px;
	padding: 8px 17px;
	background: #7d0113;
	border-radius: 50px;
	transition: .5s;
}

.owl-controls .owl-next {
	position: absolute;
	right: -40px;
	bottom: 230px;
	padding: 8px 17px;
	background: #7d0113;
	border-radius: 50px;
	transition: .5s;
}

.owl-controls .owl-prev:after, .owl-controls .owl-next:after {
	content: '\f104';
	font-family: FontAwesome;
	color: #fff;
	font-size: 16px;
}

.owl-controls .owl-next:after {
	content: '\f105';
}

.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
	background: #000;
}



/*************************************************** our teams **********************************************************/
 .teamBg{
    background: url(../teampics/8.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 }
.our-team{
    
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}

.our-team:hover{
    box-shadow: 0 0 10px rgb(0, 0, 0);
}
.our-team img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out 0s;
}
.our-team:hover img{
    opacity: 0.8;
}
.our-team .team-content{
    color: #000;
    opacity: 0;
    position: absolute;
    bottom: 30px;
    left: 40px;
    transform: translate(-10px, 0px);
    transition: all 0.3s ease 0s;
}
.our-team:hover .team-content{
    opacity: 1;
    transform: translate(20px, 0px);
    transition-delay: 0.2s;
}
.our-team .title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 7px 0;
}
.our-team .post{
    display: block;
    font-size: 15px;
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 35px;
    text-align: center;
    opacity: 0;
    position: absolute;
    bottom: 35px;
    transition: all 0.1s ease 0s;
}
.our-team:hover .social{
    opacity: 1;
}
.our-team .social li{
    display: block;
}
.our-team .social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #cb4812;
    font-size: 17px;
    color: #fff;
    opacity: 0.9;
    position: relative;
    transform: translate(-35px, 35px);
    transition: all 0.4s ease-in-out 0.3s
}
.our-team:hover .social li:nth-child(1) a{
    transition-delay: 0s;
}
.our-team:hover .social li:nth-child(2) a{
    transition-delay: 0s
}
.our-team:hover .social li:nth-child(3) a{
    transition-delay: 0s;
}
.our-team:hover .social li:nth-child(4) a{
    transition-delay: 0s;
}
.our-team:hover .social li a{
    transform: translate(0, 0)
}
.our-team .social li a:hover{
    width: 40px;
    background: #cb4812;
    transition-delay: 0.7s;
}
.our-team .icon{
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #cb4812;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
}
@media only screen and (max-width: 990px){
.our-team{ margin-bottom: 30px; }
}

.map-container-6{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-container-6 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.sectionMap{

    background: white;
}

/*********************************************** footer ***********************************************/
.op{
    opacity: 0.5;

}


/*------------------ media -----------------------*/



@media screen and (max-width: 576px) {
    
    
    .nav-item a:hover{
        color: rgb(0, 0, 0);
        text-decoration: none;
    }
    .nav-item a:after{
        content:"";
        display: block;
        width: 0;
        height: 3px;
        background-color:#1262cb8f;
        transition: 0.5s;
    
    }
    .nav-item  a:hover::after{
        width: 100%;
       
    }
   
    
   
  }
@media screen and (max-width: 769px) {

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 142%;
    }
   
  
    .nav-item{
        font-size: 25px;
    }
    
    
    .nav-item a:hover{

        color: rgb(0, 0, 0);
        text-decoration: none;
    }
    .nav-item a:after{
        content:"";
        display: block;
        width: 0;
        height: 3px;
        background-color:#1268cb8f;
        transition: 0.5s;
    
    }
  
    
}
@media screen and (max-width: 992px) {
    
    
}
@media screen and (max-width: 1200px) {
}

@media (min-width: 768px) {

    .d-md-flex {
        display:none!important;
      }
}

@media (min-width: 1400px){

    .navbar-expand-sm .navbar-nav {
        flex-direction:none;
    }
}




/*********************************************** Slideshow container ***********************************************/

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

/*********************************************** one project ***********************************************/



  .newsGridImage {
	width: 100%;
	height: 280px;
	overflow: hidden;
    cursor: pointer;
}

.newsGridImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
.news-grid:hover .newsGridImage img {
	filter: grayscale(1);
	transform: scale(1.1);
	transition: .5s;
}

.row > .column {
    margin: 47px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Create four equal columns that floats next to eachother */
  .column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Hide the slides by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Caption text */
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  img.demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  