/*
  Theme Name: Name - Multipurpose HTML Template
  Author: sagorpstu17@gmail.com
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/


/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&family=Titillium+Web:wght@300;400;600;700;900&display=swap');



body {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {

  text-decoration: none;
}

a,
button {

  outline: none;
  text-decoration: none;
}

button:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Titillium Web',
    sans-serif;
  font-weight: normal;
  margin-top: 0px;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
  /* color: #1c3354; */
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  /* color: #7e7e7e; */
  margin-bottom: 15px;
  line-height: 1.7;
}

.fit {
  height: 100%;
  width: 100%;
}

/* *---Start Style From Here---* */

/* Header Part */
.navbar {
  background-color: #2C3E50;
  padding: 10px 0px;
}

.navbar .navbar-brand:hover {
  color: #fff !important;
}

.navbar .nav-link {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff !important;
  font-weight: 700;
  padding:10px 15px !important;
}

.navbar .nav-link:hover {
  color: #1abc9c !important;
}

/* ?Customized */
.section-info .nav li span {
  height: 4px;
  width: 75px;
  margin-right: 10px;
  display: inline-block;
}

.text-blue {
  color: #2C3E50 !important;
}


/* ?Customized */

/* Banner Part */
.banner-section {
  background-color: #1abc9c;
}

.banner-photo {
  width: 240px;
  height: 240px;
  margin-bottom: 50px;
  border: 7px solid #fff;
}
.btn-exp{
  background-color: #fff;
  color: #2C3E50;
}
.btn-exp:hover{
  background-color: #2C3E50;
  color: #fff;
}

.section-info h2 {
  font-size: 26px;
  color: #fff;
}

/* Portfolio Part */

.single-portfolio{
  border: 3px solid #3D4D5D5C;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px;
}

.port-info {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 48px;
  padding-top: 60px;
  transition: 0.5s ease;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;

}

.port-info a {
  color: #fff;
}

.single-portfolio:hover .port-info {
  opacity: 0.7;

}

/* Project Slider */
.project-sec{
  background-color: #2C3E50;
}

.carousel-indicators li{
  background-color: black;
  width: 40px;
}
.carousel-caption{
  bottom: 60px;
}
.carousel-item{
  max-height: 100vh;
}
.carousel-caption h2 {
  padding: 20px 0px;
  max-width: 460px;
  margin: 0 auto;
  color: #fff !important;
}


/* About Section */

.about-section {
  background-color: #1abc9c;
}


.about1 {
  max-width: 80%;
  margin: 0 auto;
}


.about1 p {
  line-height: 1.7;
  font-size: 20px;
  color: #2C3E50;
}

.typeme{
  animation: typing 2s steps(30, end);
  -webkit-animation: typing 2s steps(30, end);
}


.dbtn {
  padding: 20px 35px;
  border-width: 2px;
}

/* Contact Part */
.btn-custom {
  background-color: #1abc9c;
  color: #fff !important;
  margin-top: 30px;
  padding: 20px 40px;
  font-weight: 700;
}

/* Footer Part */

.footer-section {
  background-color: #2C3E50;
}

.footer-widget {
  color: #fff;

}

.footer-widget p {
  font-size: 20px;

}

.footer-widget ul li {
  margin-left: 20px;
}

.footer-widget ul li a {
 font-size: 21px;
 color: #fff;
 border: 2px solid #fff;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 display: inline-block;
 line-height: 50px;
 text-align: center;
 transition:1s ;
 -webkit-transition:1s ;
 -moz-transition:1s ;
 -ms-transition:1s ;
 -o-transition:1s ;
}

.footer-widget ul li a:hover {
  background: #fff;
  color: #000;
}

.footer-widget h3{
  margin-bottom: 20px;
}

.copyright{
  background-color: #1A252F;
}

@media (max-width:991px) {
  .about1 {
    max-width: 100%;
    margin: 0 auto;
  }
  .footer-widget {
    background-color: #00000057;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px;
    min-height: 200px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2),
    0 4px 20px 0 rgba(0, 0, 0, 0.19);
  }
}

@media (max-width:767px){
  .carousel-caption h2 {
    padding: 10px 0px;
    max-width: 280px;
    margin: 0 auto;
    font-size: 20px;
  }
}

@media (max-width:575px){
  .w3-jumbo {
    font-size: 45px !important;
  }
  .section-info h2 {
    font-size: 26px;
    color: #fff;
    line-height: 1.7;
  }

  .carousel-caption{
    display: none;
  }

  .about1 p{
    font-size: 16px !important;
  }



}

@media (max-width:350px){
  .footer-widget ul li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}