body {
		background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
		font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 4px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
  padding-bottom: 6px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
	color: #27477C;
	font-size: 14px;
	line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  box-sizing: border-box;
  border: 3px solid #2B3556;
  position: relative;
  padding: 32px;
  margin-bottom: 72px;
}

.section-title h2 {
  background: #ffffff;
  position: absolute;
  margin-left: -49px;
  top: -59px;
  left: 50%;
  padding: 22px 32px;
  margin-bottom: 6px;
}

#portfolio .section-title h2 {
  background: #eee;
}

.section-title p {
  padding-top: 10px;
}

#about,
#counter,
#team, 
#video,
#service,
#portfolio, 
#contact {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

#counter,
#portfolio {
  background: #eee;
}

#about,
#counter,
#team,
#service,
#portfolio,
footer {
  text-align: center;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #2B3556;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
	margin-bottom: 0;
	background-color: #F7F7F7;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 500;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav li a {
    color: #2B3556;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #2B3556;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #B2312E;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
	background: #2B3556;
	border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: #F7F7F7;
        padding: 0;
    }

}



/*---------------------------------------
    Home section              
-----------------------------------------*/
#home {
    background: 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #2B3556;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
    text-align: center;
}

#home h3 {
  letter-spacing: 2px;
}

#home .btn {
    background: transparent;
    border: 3px solid #2B3556;
    border-radius: 0px;
    color: #2B3556;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#home .btn-danger {
    background: #ffffff;
    color: #333;
    border-color: transparent;
}

#home .btn-danger:hover {
  background: #B2312E;
  color: #ffffff;
}

#home .btn-default:hover {
    background: #ffffff;
    color: #2B3556;
    border-color: transparent;
}



/*---------------------------------------
    Counter section              
-----------------------------------------*/
#counter .fa {
  font-size: 42px;
}

#counter .counter-number {
  color: #2B3556;
  font-size: 42px;
  padding-top: 10px;
}

#counter .counter-text {
  padding-bottom: 10px;
}



/*---------------------------------------
   Team section              
-----------------------------------------*/
#team h3 {
  color: #B2312E;
  letter-spacing: 1px;
  margin-top: 0px;
  padding-bottom: 12px;
}

#team img {
  width: 100%;
}

#team .team-thumb {
  position: relative;
  margin-bottom: 32px;
  padding: 0px;
}

#team .team-thumb .team-overlay {
  background: #2B3556;
  color: #B2312E;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.4s ease-in-out;
}

#team .team-thumb:hover .team-overlay {
  opacity: 0.9;
  transform: scale(0.9);
}

#team .team-thumb .team-des {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#team .social-icon li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video {
    background: url('../images/video-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

#video iframe {
  border: none;
}



/*---------------------------------------
   Service section              
-----------------------------------------*/
#service .service-thumb {
  padding: 32px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

#service .col-md-4:nth-child(4) .service-thumb {
  background: #2B3556;
  color: #ffffff;
}

#service .service-thumb:hover {
  background: #2B3556;
  color: #ffffff;
  transform: scale(0.9);
}

#service .fa {
  font-size: 42px;
  padding-top: 16px;
  padding-bottom: 20px;
}

#service ul {
  margin: 0px;
  padding: 8px;
}

#service ul li {
  font-weight: bold;
  list-style: none;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}



/*---------------------------------------
   Portfolio section              
-----------------------------------------*/
#portfolio .col-md-4 {
  padding: 8px;
}

#portfolio .portfolio-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

#portfolio .portfolio-thumb .portfolio-overlay {
  background: #2B3556;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
    opacity: 0.9;
    transform: scale(0.9);
}

#portfolio .portfolio-thumb .portfolio-overlay .portfolio-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#portfolio .portfolio-thumb .portfolio-overlay .fa {
    background: #f9f9f9;
    border-radius: 100px;
    color: #a0ce4e;
    font-size: 2rem;
    display: inline-block;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    text-decoration: none;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #242424;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #888;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 4px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact strong {
  display: block;
  padding-top: 8px;
}

#contact .col-md-4 {
  padding: 2rem;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
    background: url('../images/footer-bg.jpg');
    background-size: cover;
    background-position: center center;
    padding-top: 8rem;
    padding-bottom: 6rem;
}



/* Back top */
.go-top {
  background-color: #2B3556;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #a0ce4e;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #a0ce4e;
    color: #ffffff;
}



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  #home { height: 65vh; }

  #team .team-thumb,
  #video iframe {
    margin-top: 42px;
  }

}

@media (max-width: 767px) {

  #about,
  #counter,
  #team, 
  #video,
  #service,
  #portfolio, 
  #contact {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  .custom-navbar .navbar-nav li a {
    line-height: 18px;
  }

  #counter .col-md-4 {
	margin-top: 62px;
  }

  #service .service-thumb {
    margin-top: 42px;
  }

}

@media (max-width: 670px) {

  #home {
    height: 100vh;
  }

}

@media (max-width: 540px) {

  h1 {
    font-size: 31px;
    line-height: 39px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }
  #home h3 {
    font-size: 15px;
  }

  .section-title h2 {
    top: -54px;
  }

  .filter-wrapper {
    padding: 0px;
  }

}
