/*---------------------------------------
CSS Index
----------------------------------------

1. Theme default css style
2. Button style  
4. Header area style
5. Slider area style
6. Section title style
7. About Me style
11. Testimonial style
13. Blog style
14. Contact style
15. Footer style
16. Scroll to top style
17. preloader style

----------------------------------------*/

/*-------------------------------------------------------ssss
1. Theme default css
---------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  font-size: 18px;
  line-height: normal;
}

@media only screen and (max-width: 768px){
  body {
    font-size: 14px;
  }
}

.img{
 max-width: 100%;
transition: all 0.3s ease-out 0s;
}
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,
.portfolio-cat a:hover,
.footer-menu li a:hover {
  color: #ccc;
  text-decoration: none;
}
a,
button {
  display: inline-block;
  outline: medium none;
  color: #222;
}
.uppercase { 
  text-transform: uppercase;
}
.capitalize { 
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif; 
  font-weight: normal;
  color: #222;
  margin-top: 0px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
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;
}


@media only screen and (max-width: 768px){
  h1 {
    font-size: 24px;
  }
  h2 {
      font-size: 22px;
  }
  h3 {
      font-size: 20px;
  }
  h4 {
      font-size: 18px;
  }
  h5 {
      font-size: 16px;
  }
  h6 {
      font-size: 14px;
  }
}


ul {
  margin: 0px;
  padding: 0px;
}
li { list-style: none }
p {
  color: #222;
  margin-bottom: 15px;
  text-align: justify;
  text-align-last: center;
}
hr{
  margin: 60px 0;
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.text-left {
  text-align: left;
}
.color-m2me {
  color: #F6A500;
} 

*::-moz-selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.gray-brackground{
  background-color: #F5F5F5;
  height: 100%;
  width: 100%;
}
.padding-top{
  padding-top: 100px;
}
.section-padding{
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px){
  .section-padding{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.separator{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #F6A500;
}

.separator:before, .separator:after{
  position: absolute;
  content: '';

  width: 17px;
  height: 3px;
  background: #F6A500;
}
.separator:before{
  left: -20px;
}
.separator:after{
  right: -20px;
}
/*-------------------------------------
 2.Button 
---------------------------------------*/
.button {
  border: medium none;
  background: #222;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  padding: 0 30px;
  text-transform: uppercase;
}
/*
.button:hover {
  background: #999;
  color: #ffffff;
}*/
.load-more >a{
  background-color: #333;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 25px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.hvr-shutter-out-horizontal{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: .3s;

}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/*-------------------------------------
  Background opacity set
---------------------------------------*/
 
.bg-opacity:before
{
  content: "";
  height: 100%; 
  left: 0; 
  position: absolute; 
  top: 0; 
  width: 100%; 
  z-index: -1; 
 }

/* .bg-opacity:before {  background: rgba(0, 0, 0, 0.4);} */

.text-container-overlay {  
	background-attachment: fixed;
	background-clip: initial;
	background-color: white;
	background-origin: initial;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
  /* z-index: 0; */
  overflow: hidden;
  
}

@media only screen and (min-width: 768px){
  .text-container-overlay {  
    margin-top: -200px;
    padding: 100px 50px;
  }
}


/*-------------------------------------
  Background image set
---------------------------------------*/
.home-bg{
	background: url("../image/home/home320.jpg") rgba(255,255,255,0); /*Change the image here*/
	background-attachment: fixed;
	background-clip: initial;
	background-color: rgba(255,255,255,0);
	background-origin: initial;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

@media only screen and (min-width: 320px){
  .home-bg{
    background-image: url("../image/home/home640.jpg");
  }
}

@media only screen and (min-width: 640px){
  .home-bg{
    background-image: url("../image/home/home1180.jpg");
  }
}

@media only screen and (min-width: 1180px){
  .home-bg{
    background-image: url("../image/home/home1920.jpg");
  }
}

@media only screen and (min-width: 1920px){
  .home-bg{
    background-image: url("../image/home/home2048.jpg");
  }
}

@media only screen and (min-width: 2048px){
  .home-bg{
    background-image: url("../image/home/home.jpg");
  }
}

.clients-bg{
	background: rgba(0,0,0,0); /*Change the image here*/
	background-clip: initial;
	background-color: rgba(255,255,255,0);
	background-origin: initial;
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
  z-index: 0;
  height: 240px;
}

.clients-bg-1 {
  background-image: url("../image/clients/clients1320.jpg");
}

.clients-bg-2 {
  background-image: url("../image/clients/clients2320.jpg");
}

.clients-bg-3 {
  background-image: url("../image/clients/clients3320.jpg");
}

.clients-bg-4 {
  background-image: url("../image/clients/clients4320.jpg");
}

@media only screen and (min-width: 320px){
  .clients-bg-1 {
    background-image: url("../image/clients/clients1640.jpg");
  }
  
  .clients-bg-2 {
    background-image: url("../image/clients/clients2640.jpg");
  }
  
  .clients-bg-3 {
    background-image: url("../image/clients/clients3640.jpg");
  }
  
  .clients-bg-4 {
    background-image: url("../image/clients/clients4640.jpg");
  }
}

@media only screen and (min-width: 640px){
  .clients-bg-1 {
    background-image: url("../image/clients/clients11180.jpg");
  }
  
  .clients-bg-2 {
    background-image: url("../image/clients/clients21180.jpg");
  }
  
  .clients-bg-3 {
    background-image: url("../image/clients/clients31180.jpg");
  }
  
  .clients-bg-4 {
    background-image: url("../image/clients/clients41180.jpg");
  }
}

@media only screen and (min-width: 1180px){
  .clients-bg-1 {
    background-image: url("../image/clients/clients11920.jpg");
  }
  
  .clients-bg-2 {
    background-image: url("../image/clients/clients21920.jpg");
  }
  
  .clients-bg-3 {
    background-image: url("../image/clients/clients31920.jpg");
  }
  
  .clients-bg-4 {
    background-image: url("../image/clients/clients41920.jpg");
  }
}

@media only screen and (min-width: 1920px){
  .clients-bg-1 {
    background-image: url("../image/clients/clients12048.jpg");
  }
  
  .clients-bg-2 {
    background-image: url("../image/clients/clients22048.jpg");
  }
  
  .clients-bg-3 {
    background-image: url("../image/clients/clients32048.jpg");
  }
  
  .clients-bg-4 {
    background-image: url("../image/clients/clients42048.jpg");
  }
}

@media only screen and (min-width: 2048px){
  .clients-bg-1 {
    background-image: url("../image/clients/clients1.jpg");
  }
  
  .clients-bg-2 {
    background-image: url("../image/clients/clients2.jpg");
  }
  
  .clients-bg-3 {
    background-image: url("../image/clients/clients3.jpg");
  }
  
  .clients-bg-4 {
    background-image: url("../image/clients/clients4.jpg");
  }
}



@media only screen and (min-width: 480px){
  .clients-bg{
    height: 320px;
  }
}

@media only screen and (min-width: 640px){
  .clients-bg{
    background-attachment: fixed;
    height: 100vh;
  }
}

@media only screen and (min-width: 640px) and (orientation: portrait) {
  .clients-bg{
    background-attachment: fixed;
    height: 50vh;
  }
}

.second-layer {
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: relative;
}

/*----------------------------------------
4. Header area style
------------------------------------------*/
.header { 
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    border-radius: 0; 
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
} 

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header .navbar-nav {
    font-weight: 700; 
    margin: 0;
    float: right;
}  

.header .navbar-nav li a {
    padding: 30px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus{
    background: none;
} 

.header .navbar-nav li.active a {
    color: #F6A500;
}

.header .navbar-toggle { 
    padding: 10px;
}

.header .navbar-toggle .icon-bar {
    background: #fff;
    height: 3px; 
}
 
.header.shrink {
    position: fixed;
    top: 0;
    background: #222;
  box-shadow: 0 1px 35px -16px #555;
} 

.header.shrink .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
}

.header.shrink .navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

.header.shrink .navbar-nav li.language-selection {
  margin-left: 30px;
}

.header.shrink .navbar-nav li.language-selection a {
  display: inline-block;
  padding: 20px 5px;
}

.header.shrink .navbar-nav li.language-selection a.active-language {
  text-decoration: underline;
  font-weight: bold;
}

.navbar-brand {
  height: auto;
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; 
} 

.navbar-brand:hover, 
.navbar-brand:focus {
  color: #fff;
}

.header-logo {
  padding: 10px;
}

.header.shrink .navbar-toggle { 
    margin-top: 10px;
    padding: 10px;
}

.header.shrink .navbar-toggle .icon-bar {
    background: white;
    height: 3px; 
}

.toggle-menu .fa{
    position: fixed;
    top: 50px;
    left: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #f33;
    cursor: pointer;
    z-index: 88;
    border-radius: 50%;
    -webkit-transition: opacity 0.5s ease-in-out;
       -moz-transition: opacity 0.5s ease-in-out;
         -o-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
}

.hide-toggle{
    opacity: 0;
}



/*----------------------------------------
5. Slider area style
------------------------------------------*/
.slider-area{
  padding: 100px 0 0;
}
.slider-area.home-bg {
  padding: 0;
  height: 100vh;
}
.slider-area.home-bg .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  height: 100%;
  display: flex;
  justify-content:center;
  align-content:center;
  flex-direction:column;
}

.text i,
.text p {
  color: white;
}
.text h1{
  font-size:55px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  display: inline-block;
}
.blog-text .text h1{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  padding-top: 10px;
  display: inline-block;
  margin-bottom: 140px;
  margin-top: 40px;
}
.text h4{
   color: #fff !important;
   font-weight: 500;
   text-transform: capitalize;
}

#home h5 {
  max-width: 1170px;
  margin: 0 auto 10px auto;
  text-transform: unset;
  color: white;
  line-height: 1.3;
}

@media only screen and (max-width: 768px){
  #home h5 { 
    font-size: 14px;
  }
}

.text .element{
  color:#F6A500;
}

.bouncing-icon{
  display: block;
  width: 50px;
  color: #fff;
  font-size: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@media only screen and (min-width: 768px){
  .bouncing-icon{
    transition: all .4s ease 0s;
    animation: 3s ease 0s normal none infinite running bounce;
  }
}
/*----------------------------------------
 6. Section title style
-----------------------------------------*/
.area-heading{
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px){
  .area-heading-style-two{
    padding: 0px 0px 50px 0px;
  }
}


.text-left.area-heading-style-two {
  margin-left: 0;
  text-align: left;
  width: 60%;
}
.text-right.area-heading-style-two {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  width: 60%;

}
.area-heading.area-heading-style-two p {
  display: block;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  text-transform: none;
}

.area-title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 40px;

  position: relative;
  text-transform: none;
  color: #222222;
}

/*----------------------------------------
  7. About Me style
-----------------------------------------*/
#about img:hover{
   box-shadow:0px 20px 20px 0px rgba(59,62,72,0.2);
}

#about ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
#about li { 
  list-style-type: none;
  color: #222;
}

#about li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}

.about-text {
  padding: 0;
}
.clients-image img,
.about-image img {
  width: 100%;
}

.clients-image, 
.about-image {
  max-height: 100vh;
  overflow: hidden;
}

.about-text h3{
  font-weight: 500;
}
.about-text p {
  padding-top: 10px;
  text-align-last: left;
  margin-bottom: 0;
}

 /* -----------------------------------------
  10. Service style
-------------------------------------------- */

.service-area {
  background: transparent;
}
.service-header h3{
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}
.service-header i{
  display: inline-block;
  font-size: 35px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: .3s;
}
.single-service >p{
  margin-bottom: 0;
  text-align: center;
}
.col-md-4.col-sm-6:nth-child(-n+3) .single-service {
  margin-bottom: 35px;
}

.service-image img {
  width: 100%;
}

@media only screen and (min-width: 767px){
  .single-service{
    text-align: center;
  }
  .service-image {
    display: none;
  }
}

.camel-box .box-single:hover{
  box-shadow: 0 25px 45px rgba(0,0,0,.15);

}
.camel-box .box-single{
  transition: all 0.6s ease 0s;
}
.box-single .service-header i{
    font-size: 35px;
    border: 3px solid #fff;
    height: 70px;
    width: 70px;
    line-height: 67px;
    text-align: center;
    border-radius: 100%;
}
.box {
  color: #ffd133;
  border: 1px solid #fff;
  background-color: rgba(102,102,102,.3);
  box-shadow: 0 2px 3px hsla(0,0%,4%,.1), 0 0 0 1px hsla(0,0%,4%,.1);
  padding: 3rem;
  display: block;
}
.box h3, .box h5 {
  color: #fff;
  text-transform: inherit;
  line-height: 21px;
}

.video-wrapper {
  max-height: 100vh;
  overflow: hidden;
}

#video-background {
  width: 100%;
}
 
/* -----------------------------------------
 11. Testimonial style
-------------------------------------------- */
.testimonial-slide{
  position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 70px;
}

.testimonial-item{
  padding: 50px;
  text-align: center;
  color: #fff;

}

.testimonial-thumb{
  width: 150px;
  height: 150px;
  border:5px solid #F6A500;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 30px auto;
}

.testimonial-thumb img{
  display: block;
  max-width: 100%;
  height: auto;

}

.testimonial-item .reviewer-details{
  margin-bottom: 40px;
}

.testimonial-item .reviewer-name{
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.testimonial-item .reviewer-deg{
  font-weight: 400;
  color: #00a9da;
}

.testimonial-item.style-4{
  border: 0;
  border-radius: 0;
  color: #111;
  padding: 15px 0 0 0;
}

.testimonial-item.style-4 .testimonial-thumb{
    width: 120px;
    height: 120px;
}

/*

.testimonial-item.style-4 .review-txt{
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 20px;
}

.testimonial-item.style-4 .review-txt>span{
  display: inline-block;
  font-size: 60px;
  font-weight: 500;
  color: #F6A500;
  line-height: 0;
  vertical-align: bottom;
}

.testimonial-item.style-4 .review-txt>span:nth-child(1){
  vertical-align: bottom;
  line-height: .2;
}

.testimonial-item.style-4 .review-txt p{
  display: inline;
  font-weight: 400;
}

.testimonial-item.style-4 .reviewer-name{
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.testimonial-item.style-4 .reviewer-details{
  margin-bottom: 0;
}

.testimonial-item.style-4 .reviewer-deg{
  font-size: 15px;
  font-weight: 300;
  color: #222;
}

*/
/*-------------------------------------------------------
 13. Blog style
-------------------------------------------------------*/
.blog{
     box-shadow: 0px 0px 6px rgba(59,62,72,.2);
     margin-bottom: 50px;
    -webkit-transition: .3s;
    background: #fff;
    transition: .3s;
}
.blog:hover{
   box-shadow: 0px 20px 20px 0px rgba(59,62,72,.1);
}
.blog-img{
  margin-bottom: 10px;
  overflow: hidden;
}
.blog-image{
  overflow: hidden;
}
.blog-image img{
  display: block;
  width: 100%;
  transition: .3s;
}
.blog .blog-image:hover img{
  transform: scale(1.1);
}
.blog-img .blog-time{
    position: absolute;
    top: -17px;
    right: 24px;
    background-color: #F6A500;
    padding: 14px 25px 13px;
    text-align: center;
    color: #fff;
}
.blog-img .blog-time .date{
  font-size: 25px;
  font-weight: 600;
}
.blog-img .blog-time .month{
  font-weight: 600;
}
.blog-text {
  width: 100%;
  padding: 17px 10px 17px 10px;

}

.blog-text .blog-title a{
    color: #222;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
}
.blog-text p{
  margin-bottom: 10px;
}
.blog-text p i{
   color: #F6A500;
}
.blog-read-more{
  border-top: 1px solid rgba(0,0,0,.1);
  text-align: center;
}
.blog-read-more{
     padding: 10px 5px 20px 5px;
}
.blog-read-more p{
  float: left;
}
.blog-read-more .list-read-more{
  float: right;
}
.blog .blog-read-more a:hover{
  color: #F6A500;
}
.single-blog-item{
     box-shadow: 0px 0px 6px rgba(59,62,72,.2);
    -webkit-transition: .3s;
    transition: .3s;
    padding-right: 30px;
    margin-bottom: 50px;
}
.single-blog-item:hover{
   box-shadow: 0px 20px 20px 0px rgba(59,62,72,.1);
}

.blog-list-img a{
display: block;
overflow: hidden;
}
.blog-list-img a img{
  width: 100%;
  transition: .3s;
}
.single-blog-item .blog-list-img:hover a img{
  transform: scale(1.1);
}
.blog-list-text h3{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-list-text h3:hover{
  color: #F6A500;
}
.blog-list-img .blog-time{
    position: absolute;
    top: -15px;
    left: 28px;
    background-color: #F6A500;
    padding: 14px 25px 13px;
    text-align: center;
    color: #fff;
}
.blog-list-img .blog-time .date{
  font-size: 25px;
  font-weight: 600;
}
.blog-list-img .blog-time .month{
  font-weight: 600;
}
 .single-blog-item .blog-list-read-comment{
  margin-top: 10px;
  text-align: left;
   border-top: 1px solid rgba(0,0,0,.1);
 }
.blog-list-read-comment{
  padding: 10px;
}
 .blog-list-read-comment p{
  float: left;
  margin-right: 10px;
 }
 .blog-list-read-comment p a:hover{
color: #F6A500; 
 }
  .blog-list-read-comment p i{
    color: #F6A500;
  }
  .blog-list-read-comment .list-read-more{
  float: right;

 }
 .blog-list-read-comment .list-read-more:hover{
  color: #F6A500; 
 }



.single-blog-content{
  background-color: #fff;
  padding: 15px;
  border:1px solid rgba(0,0,0,.05);
}
.single-blog-link {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-blog-area a.single-blog-link img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}

.single-blog-area a.single-blog-link img:hover {
  transform: scale(1.1);
}
.single-tag{
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 5px;
  text-align: center;
  line-height: 1.1;
  background-color: #F6A500;
}
.single-blog-title{
  margin-bottom: 5px;
  font-weight: 500;
}
.single-blog-title a{
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
}
.blog-meta a{

  color: #ababab;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-right: 10px
}
.blog-comment{
  color: #222;
  text-transform: none;
  font-size: 14px;
  line-height: 24px;

}
.read-more{
  text-align: left;
}
.single-post{
  margin-bottom: 80px;
}
.single-post img{
  margin-bottom: 40px;
}
.single-post p{
  font-size: 14px;
  line-height: 24px;
  color: #222;

}
.single-post blockquote{
  font-size: 14px;
  line-height: 24px;
  color: #000;
  border-left: 4px solid #000;
  padding-left: 20px;
  margin: 40px 0; 
}
.single-post .list-style{
  padding: 30px;
  line-height: 24px;
}
.single-post .list-style li{
  font-size: 16px;
  list-style: circle;
}
.teg-list{
  color: #666;
  margin-bottom:20px; 
}
.comments{
  margin-top: 80px;

}
.comments h2{
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.post-comment{
  margin-top: 50px;
  list-style: none;
}
.post-comment li{
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.post-comment li:last-child{
  border-bottom: 0px solid #ddd;
}
.post-comment h3{
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.post-comment h5{
  color: #666;
  text-transform: capitalize;
  font-size: 14px;
  margin-top: -10px;
}
.post-comment p{
  font-size: 14px;
  line-height: 24px;
  color: #222;
}
.comment-img{
}
.comment-img img{
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border:4px solid #F6A500;
  cursor: pointer;
}
.comment-img img:hover{
  transition: 1s;
  filter: grayscale(100%);

}
.cm-reply{
  text-transform: uppercase;
}
.cm-reply:hover{
  color: #F6A500;
}
.search-form input{
  height: 50px;
  box-shadow: 2px 2px 5px #ccc;
  border:2px solid #F6A500;

}
.search-form input:focus{
  border-color: #F6A500;
  box-shadow: none;

}
.search-form button{
  color: #cccccc;
  height: 50px;
  width: 50px;
  box-shadow: 2px 2px 5px #ccc;
  background-color: #F6A500;
  border:2px solid #F6A500;
  color: #fff;

}
.search-form button:hover,.search-form button:focus{
  color: #cccccc;
  height: 50px;
  width: 50px;
  box-shadow: 2px 2px 5px #ccc;
  background-color: #F6A500;
  border:2px solid #F6A500;
  color: #fff;


}
.section-titles{
  margin-top: 40px;
  border-top: 1px solid #ddd;
 
}
.section-titles h2{
  text-transform: none;
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;

}

.alignleft img{
  height: 70px;
  width: 70px;

}
.alignright h5{
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;

}
.alignright h6{
   margin-left: 10px;
   font-size: 13px;
   text-transform: capitalize;
}



.single-sidebar-widget-list{
  margin-top: 20px;
}
.sidebar-widget-list{
  width: 100%;
  margin-top: 30px;
}

/*-------------------------------------------------------
 14. Contact style
-------------------------------------------------------*/
.contact-info{
  text-align: center;
}
.contact-info i{
  font-size: 25px;
  margin-bottom: 10px;
  color: #F6A500;
}
.contact-info p{
  color: #222;
  text-align: center;
}
.send-form-style{
  margin-top: 60px;
}
.send-form-style input{
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding: 10px;
  border:none;
  border: 1px solid #ddd;
  outline: none;
}
.send-form-style input:focus{
  border: 1px solid #F6A500;
  outline: none;
}
.send-form-style textarea{
  width: 100%;
  height: 120px;
  margin-bottom: 50px;
  padding: 10px;
  border:none;
  border: 1px solid #ddd;
  outline: none;
}
.send-form-style textarea:focus{
  border-bottom: 1px solid #F6A500;
  outline: none;
}
.load-more button{
  background-color:#F6A500;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
  border:none;
}

.hint {
  text-align: center;
  color: white;
  padding: 10px 0;
  position: fixed;
  top: 62px;
  z-index: 1;
  width: 100%;
}

@media only screen and (max-width: 768px){ 
  .hint {
    top: 57px;
  }
}

.hint.warning {
  background-color: #E21621;
}

.hint.success {
  background-color: #00935A;
}
/*-------------------------------------------------------
 15. Footer style
-------------------------------------------------------*/
.footer-section{
background: #222;
    text-align: center;
    padding: 20px 0;
}

.footer-section a {
  color: #fff;
}

.footer-section .social-links{
  margin-bottom: 25px;
}
.social-links a{
  display: inline-table;
  text-align: center;
  height: 35px;
  width: 35px;
  color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  transition: all .3s ease;
}
.social-links a:hover{
  opacity: .7s;
}
.social-links a i{
  display: table-cell;
  vertical-align: middle;
}
.contact-info i {
    color: #F6A500;
    line-height: 60px;
    height: 70px;
    border-radius: 50%;
    width: 70px;
    border: 3px solid #F6A500;
}
.social-links a.facebook {
  background: #2D5DA1;
}
.social-links a.twitter {
  background: #1AB1E5;
}

.social-links a.linkedin{
  background: #0e76a8;
}

.social-links a.plus {
  background:  #d34836;
}
.footer-section p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
  margin-top: 20px;
  line-height: normal;
}

/*-------------------------------------------------------
17. Preloader style
-------------------------------------------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F6A500;

    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite; 

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #F12938;

        -webkit-animation: spin 3s linear infinite; 
        animation: spin 3s linear infinite; 
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #7AA93C;

        -webkit-animation: spin 1.5s linear infinite; 
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg); 
            -ms-transform: rotate(0deg);  
            transform: rotate(0deg);  
        }
        100% {
            -webkit-transform: rotate(360deg);  
            -ms-transform: rotate(360deg);  
            transform: rotate(360deg);  
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  
            -ms-transform: rotate(0deg); 
            transform: rotate(0deg);  
        }
        100% {
            -webkit-transform: rotate(360deg);  
            -ms-transform: rotate(360deg);  
            transform: rotate(360deg); 
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);  
        transform: translateX(0);  
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  
            -ms-transform: translateX(-100%);  
                transform: translateX(-100%);  

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%); 
                transform: translateX(100%); 

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  
            -ms-transform: translateY(-100%);  
                transform: translateY(-100%);  

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
