/* Theme Name:  Coryi - Responsive Landing Page Template
   Author: kelvin tan
   Version: 1.0.0
   Created: March 2018
   File Description: Main CSS file of the template
*/
/*======================
	1. Preloader
	2. General
	3. Slider
	4. Pricing
	5. Portfolio
	6. services
	7. Our Team
	8. Counter
	9. Pricing
	10. Testimonials
	11. Footer
   	12.STYLE SWITHER - Demo purpose only
   
		
========================*/

body {
    font-family: 'Open+Sans', sans-serif;
    color: #28322F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
    outline: none !important;
}


/*======================
        Preloader
========================*/
.site-preloader {
  background-color: #EEF3F0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.site-preloader .spinner {
  width: 60px;
  height: 60px;
  margin: 21.5% auto;
  background-color: #18BA60;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
      -webkit-transform: scale(0)
  }
  100% {
      -webkit-transform: scale(1.0);
      opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  100% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
      opacity: 0;
  }
}

/*======================
        General
========================*/

.section{
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;

}
.section-heading b{
  font-weight: 600 !important;
}
hr.line-center {
        border: 0;
        height: 3px;
        width: 66px;
        margin: 0px auto;
    }

hr.round-center {
  border-radius: 5px;
  width: 66px;
  height: 3px; 
}    		
.bg-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.navbar {
  font-family: 'Poppins', sans-serif;
}

.bg-light {
  background-color: #EFF4F1 !important;
}
/*======================
        Slider
========================*/

.slide-single-item {
  position: relative;
  width: 100%;
  height: 100vh;
  display: table;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.slide-single-item .slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6)
}

.slide-caption {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0 10%
}

.slide-caption h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #fff
}

.slide-caption h1 span {
  color: #18BA60
}

.slide-caption h3 {
  color: #fff
}

.slide-caption p {
  width: 80%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 0;
  text-transform: capitalize;
  color: #fff
}

.owl-item.active .slide-caption h3 {
  -webkit-animation: 1s .2s fadeInUp both;
  animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-caption h1 {
  -webkit-animation: 1s .4s fadeInUp both;
  animation: 1s .4s fadeInUp both;
}

.owl-item.active .slide-caption p {
  -webkit-animation: 1s .6s fadeInUp both;
  animation: 1s .6s fadeInUp both;
}

.owl-item.active .slide-caption .slide-btn {
  -webkit-animation: 1s .8s fadeInUp both;
  animation: 1s .8s fadeInUp both;
}

.owl-stage {
  margin-left: -2px
}

.slide-btn a {

  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  margin: 30px 10px 0 0;
  padding: 12px 30px;
  border-radius: 4px;
}

.slide-btn a:hover {

}

.silder-carousel .owl-nav div {
 /* background-color: rgba(0, 0, 0, 0.5);*/
  font-size: 24px;
  height: 45px;
  left: 20px;
  padding: 5px 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.silder-carousel .owl-nav div:hover {
 /* background-color: rgba(0, 0, 0, 0.8)*/
 color: rgba(255, 255, 255, 0.8);
}

.silder-carousel .owl-nav .owl-next {
  right: 20px;
  left: auto
}

.silder-carousel .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px
}

.silder-carousel .owl-dot {
  /*border: 2px solid #ec4a71;*/
  height: 12px;
  width: 12px;
  margin: 0 4px;
  display: inline-block
}

.silder-carousel .owl-dot.active {
  /*background-color: #ec4a71;*/
}


/*======================
        Portfolio
========================*/

.grid-item{
  padding: 0px

}

.portfolio-menu button {
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  margin-bottom: 60px;
  background-color: #fff
}

.portfolio-menu button.active,
.portfolio-menu button:hover {
  color: #fff;
  cursor: pointer;

}

.portfolio-single-item {
  /*margin-bottom: 30px*/

}

.portfolio-inner {
  position: relative;
 
}

.portfolio-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 62px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.portfolio-single-item:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
  cursor: pointer
}

.portfolio-overlay a {
  color: #fff;
  font-size: 30px;
  margin: 0 0 20px;
  display: inline-block;
}

.portfolio-overlay h6,
.portfolio-overlay p {
  color: #fff;
  margin: 0
}

.portfolio-overlay i {
  color: #fff;
}

.portfolio-overlay h6 {
  font-weight: 500
}

/*==========================
        Services
============================*/

.service-box {
/*  border-radius: 3px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;*/
  
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 5px 5px 0 rgba(206, 206, 206, 0.5);
  box-shadow: 0 5px 5px 0 rgba(206, 206, 206, 0.5);
border-radius: 3px;

  -webkit-transition: 0.3s;
  transition: 0.3s;


}
.service-box:hover {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 10px 10px 0 rgba(102, 102, 102, 0.5);
  box-shadow: 0 10px 10px 0 rgba(102, 102, 102, 0.5);


  -webkit-transition: 0.3s;
  transition: 0.3s
}


/*==========================
        Our Team
============================*/

.team-single-item {
  -webkit-box-shadow: 0 0 6px 0px #ccc;
  box-shadow: 0 0 6px 0px #ccc;
  padding: 0 0 ;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 30px;
}


.team-member-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50% 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

.team-member-overlay a i { 
  height: 45px;
  width: 45px;
  color: rgba(255,255,255,1);
  text-align: center;  
  border-radius: 20%;
  font-size: 20px;
  display: inline-block;
  line-height: 45px;  
  border-radius: 50%;
  border:1px solid rgba(255,255,255,1);  
  transition: all 0.5s;
}

.team-member-overlay a i:hover {
  background-color: rgba(255,255,255,1) !important;
 
}

.team-single-item:hover .team-member-overlay {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  
}


.team-single-item:hover {
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 10px 10px 0 rgba(206, 206, 206, 0.5);
  box-shadow: 0 10px 10px 0 rgba(206, 206, 206, 0.5);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s
  
}


.team-single-item img {
  border-radius: 4px 4px 0 0;

}

.team-info {
  padding: 24px 0 8px;
}

.team-info h4 {
  font-weight: 600;
  margin: 0;
}

/*==========================
        
============================*/

#counter {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0 70px
}

#counter .counter-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.counter-single-item i {
  font-size: 55px;
  color: #fff
}

.counter-single-item p {
  
  color: #fff;
  margin: 3px 0 0
}

.counter-single-item h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin: 3px 0 0
}

.counter-single-item h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 2px 0 0
}

/*==========================
        
============================*/


.pricing-table {
  -webkit-box-shadow: 0 0 2px 0 rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 2px 0 rgba(153, 153, 153, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  background-color: #fff;
  
}

.pricing-table:hover {
  -webkit-box-shadow: 0 10px 8px 0 rgba(153, 153, 153, 0.5);
  box-shadow: 0 10px 8px 0 rgba(153, 153, 153, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  background-color: #fff;
}

.pricing-table.popular {
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing-table.popular .ribbon {
  background-color: #DC3545;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;

}

.pricing-title h3 {
  font-weight: 600;
  text-transform: uppercase;
  padding: 30px 25px 0;
  margin: 0;
  text-align: left;

}

.pricing-price {
  height: 50%;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0 25px;

}

.pricing-price h1 {
  font-size: 20px;
  text-align: left;
}

.pricing-body {
  padding: 25px;
  text-align: left !important;
}

.pricing-body ul li {
  padding: 2px 0;
  color: #666;
  font-size: 15px;
}

.pricing-btn {
  padding: 20px 25px;
}

.pricing-btn .btn {
  border-radius: 5px;
}

/*==========================
        
============================*/

.test-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7)
}

.testi-carousel {
  padding: 60px 40px 80px;
  border-radius: 4px;
}

.testi-carousel .testimonial-single img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0px auto
}

.client-info h4 {
  margin: 20px 0 0;
  font-weight: 600;
  color: #333;
}

.client-info p {
  color: #fff;
  margin: 0 0 15px
}

.testimonial-single .client-comment p {
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
}

.testimonial-single .client-comment p::before {
  content: "\f2cd";
  font-family: 'fontawesome';
  font-size: 20px;
  margin-left: -15px;
  padding-right: 8px;
}

.testimonial-single .client-comment p::after {
  content: "\f2ce";
  font-family: 'fontawesome';
  font-size: 20px;
  padding-left: 6px;
}

.testi-carousel .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px
}

.testi-carousel .owl-dot {
  border: 2px solid #ccc;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  display: inline-block;
  color: rgba(255,255,255,0.8); 
  border-radius: 50%;

}

.testi-carousel .owl-dot.active {
  background-color: #ccc;
}

/*==========================
        
============================*/

footer {

  color: rgba(255, 255, 255, 0.8);
  padding-top: 50px;
  }
footer a {
  color: rgba(255, 255, 255, 0.8);
  }
footer a:hover {
  color: rgba(255, 255, 255, 0.8);
    text-decoration: underline !important
  } 
footer .copyright{
  font-size:  13px;
  margin-top: 20px;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.2);
  text-align: center; 
  background: rgba(0, 0, 0, 0.05)
}


footer .list-contact li{
  list-style: none;
  padding: 8px 0px;

}
footer .list-contact i{
  margin: 10px 0px;

}
footer .footer-icons i{
  color: #fff !important;
}
footer .form-control {
  border-radius: 1px;
}
#contact-form .form-control{

}

.footer-icons li a{ 
    height: 35px;
    width: 35px;
    text-align: center;  
    border-radius: 20%;
    font-size: 16px;
    display: inline-block;
    line-height: 35px;  
    border-radius: 50%;
    transition: all 0.5s;
}

.footer-icons li a:hover{
    border:none;
    text-decoration: none !important

}

/*==================================
	STYLE SWITHER - Demo purpose only
==================================*/ 

#style-switcher div h3 {
  color: #ffffff;
  font-size: 16px;
  margin: 8px 3px 12px;
}
#style-switcher {
  background: none repeat scroll 0 0 #2b2424;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  left: -189px;
  position: fixed;
  top: 17%;
  width: 189px;
  z-index: 9999;
  padding: 10px 5px;
}
#style-switcher div {
  padding: 5px 10px;
}
#style-switcher .bottom {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #252525;
  padding: 0;
}
#style-switcher .bottom a.settings {
  background: none repeat scroll 0 0 #2b2424;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  height: 41px;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  padding: 3px;
}
#style-switcher .bottom a {
  text-decoration: none;
}

#style-switcher .bottom a.settings i {
  margin: 5px;
  color: #ffffff;
  font-size: 28px;
  position: absolute;

}

ul.pattern {
  list-style: none outside none;
  margin: 0 0 0px;
  overflow: hidden;
  padding:0;
  border-radius: 0px;
}
ul.pattern li {
  float: left;
  margin: 2px;
}
ul.pattern li a {
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px;
  margin: 1px;
}
ul.pattern .color1 {
  background-color: #31b164;
}
ul.pattern .color2 {
  background-color: #ff546c;
}
ul.pattern .color3 {
  background-color: #f2b31a;
}
ul.pattern .color4 {
  background-color: #488AFF;
}
@media only screen and (max-width: 479px) {
  #style-switcher {
    display: none;
  }
}
