/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #000;
  background-color: #f6f7f6;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
h1{
  color: #000;
}
.contact-heading, .about-heading, .portfolio-heading {
  padding-bottom: 40px;
  color: #000;
}

.contact-heading h1, .about-heading h1, .portfolio-heading h1{
  font-size: 3em;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  h1,h3{
    text-align: center;
  }

.contact-heading h1, #contact_us h3{
  text-align: left;
}

}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
}

.logo {
  margin: 0;
  padding: 0;
}

.logo img {
  max-height: 80px;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 160px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f7f6;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 0px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #043b9f;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 0px;
  right: 10px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 40px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 20px 40px;
  font-size: 18px;
  text-align: center;
  display: block;
  border-bottom: 1px solid #e8e8e8;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #043b9f;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

#hero h2 {
  color: #000;
  margin: 10px 0 10px 0;
  font-size: 40px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 15px;
  border: 2px solid #000;
  color: #000;
  width: fit-content;
}
#hero p{font-size: 2.05em;}    

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

img{
  max-width: 100%;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  padding-left: 1.8rem;
}

.about .content ul {
  list-style: none;
  padding: 0;
  margin-left: 20px;
}

.about .content ul li {
  padding-bottom: 10px;    
  padding-bottom: 10px;
  text-align: justify;
}

.about .content ul i {
  font-size: 7px;
  padding-right: 7px;
}
#about .about-img {
  position: relative;
  margin: 30px 0px 30px 0px;
}

#about .about-img img {
  width: 85%;
  border: 8px solid #fff;
  transition: .5s;
  position: relative;
  z-index:10;    
}

#about .about-img img:hover {
  width: 85%;
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -40px;
  top: -40px;
  width: 75%;
  height: 92%;
  z-index: 0;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: 10px;
  bottom: -45px;
  width: 75%;
  height: 92%;
  z-index: 0;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}
#about{
  padding: 160px 0;
}
[class^="bi-"]::before, [class*=" bi-"]::before{
  line-height: 2.5;
}



@media only screen and (max-width: 750px){
  #about {
    padding: 160px 0 0 0;
}
  #about .about-img {
    position: relative;
    margin: 30px 30px 30px 30px;
}
 #about .about-img img:hover {
    width: 85%; 
    transform: scale(1.03);
}
#about .about-img img {
    width: 85%;
    border: 8px solid #fff;
    transition: .5s;
}
#about .about-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 75%;
    height: 92%;
    z-index: 0;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}
#about .about-img::after {
    position: absolute;
    right: 2px;
    bottom: -30px;
    width: 75%;
    height: 92%;
    z-index: 0;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}
.about .content ul {
  list-style: none;
  padding: 15px;
  text-indent: 0;
  margin-left: 0;
}
    
  .about .content h3 {
    padding-left: 0;
}
    #about .row:nth-child(3) .col-lg-8 {
    order: 2 !important;
    padding-right: 1rem !important;
}
    #about .row:nth-child(3) .col-lg-4 {
    order: 1 !important;
    padding-left: 3rem !important;        
}
}
/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
#portfolio {
  padding: 168px 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  padding: 15px;
}

#portfolio .portfolio-click{
  overflow: hidden;
    position: absolute;
    top: 0;
    left: 3%;
    margin: 0;
    min-height: 245px;
    min-width: 94%;
}



#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
  min-height: 245px;
  min-width: 100%;
  box-shadow: 0 0 6px rgb(0, 0, 0, 0.14);
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap p.caption {
  font-size: 1.8em;
  line-height: 20px;
  text-align: center;
  color: #000000;
  position: absolute;
  margin-bottom: 0;
  min-height: 23px;
  bottom: 20px;
  z-index: 2;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.portfolio-heading {
    padding-left: 5px;
}

.portfolio-wrap-hover{
  position: absolute;
  overflow: hidden;
  margin:0;
  background-color: #828282;
  color: #fff;
  min-height: 245px;
  min-width: 100%;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.portfolio-container .col-lg-4:hover .portfolio-wrap{
    
    background-color:#828282 !important;
}

.portfolio-container .col-lg-4:hover .portfolio-wrap img{
filter: grayscale(1%);

    transition: all .05s;
    
}

.portfolio-container .col-lg-4:hover .portfolio-wrap p.caption{
  color:#ffffff !important;
  cursor: pointer;

}

.portfolio-item:last-child:hover img{
  display: none;
}
.portfolio-wrap-hover p.caption{
  color:#ffffff !important;
  cursor: pointer;

}
/*.portfolio-container .col-lg-4:hover .portfolio-wrap>img{
  opacity: 0;
}*/
.portfolio-wrap-hover h2{
    font-size: 3rem;
	font-weight: 600;
}

.portfolio-item:last-child:hover .caption {
    font-size: 5.1em !important;
    text-align: center !important;
    position: absolute !important;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -15%);
    color: #fff;
    /* min-height: auto !important; */
    margin-bottom: 0 !important;
}


@keyframes fadein-animate{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@media screen and (max-width: 750px){
  #portfolio {
    padding: 160px 0 80px;
  }
  .portfolio-wrap-hover h2{
    font-size: 2.5rem;
	font-weight: 600;
}
}
@media screen and (max-width: 1025px){
  .portfolio-wrap-hover h2{
    font-size: 2rem;
	font-weight: 600;
}
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact_us {
  color: #000;
  font-size: 18px;
  padding: 160px 0;
}

#contact_us .contact_us-top .contact {
  margin-bottom: 30px;
}

#contact_us .contact_us-top .contact p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
  background-color: #f6f7f6;
}

.footer-links {
  padding: 0;
  display:block;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
justify-content: center;
}

.footer-links li {
  position: relative;
}

.footer-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 15px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}

@media only screen and (max-width: 991px){
  .footer-links{
    display: none;
  }
}


#about .row:nth-child(3) .col-lg-4{
    
    order:2 !important;
    padding-left: 6rem !important;
}


#about .row:nth-child(3) .col-lg-8{
    
    order:1 !important;
    padding-right: 3rem !important;
}

#about .row:nth-child(3) {
    padding-top: 3rem !important;
}


.about .content ul li p {
    font-size: 1.6rem;
}

#about .row:nth-child(2) .col-lg-4{
    
    padding-right: 3rem !important;
}

.current-menu-item a {
    color: #043b9f;
    text-decoration: none;
}

.copyright {
    font-size: 1.6rem;
}
