/* CSS Document */
/*
Theme Name: Education Consultancy
Theme URL:https://globallead.edu.np/
Description: full responsive website!
Tags:responsive, bootstrap, Education Consultancy CMSMS theme, template for Education Consultancy .
Copyright: Global Lead Education Consultancy - 2023 : All Rights Reserved.
*/

/*====
 TOP HEADER 
 ====*/

.top-header-text{
font-family: 'Poppins', sans-serif;
letter-spacing:1px;
font-size:16px;
font-weight:400;
}


.top-header-right{
padding-right:15px;
margin-right:15px;	
border-right:1px solid rgba(0,0,0,0.09);
height:100%;
}





/*====
 W2Z TEXT ANIMATE
 ====*/
 
.w2z-text-animate
{
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}



.w2z-word {
  margin: auto;
  color: white;
  font: 700 normal 2.5em 'tahoma';
}


/*====
 OWL ITEMS CENTER DEMO
 ====*/
/*
.owl-item.active > div:after {
  content: 'active';
}
.owl-item.center > div:after {
  content: 'center';
}
.owl-item.active.center > div:after {
  content: 'active center';
}
.owl-item > div:after {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
}*/

/*====
 ANIMATED-BUTTON
 ====*/
.btn-warning{	
font-size:13px !important;		
}
 
.w2zbutton {
background:#f15a27;
color:#ffffff;
font-weight:400;
letter-spacing:1px;
font-size:13px;
font-family: 'Poppins', sans-serif;
border:none !important;
text-decoration:none !important;	
outline:none !important;
	
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
}

.w2zbutton:hover,
.w2zbutton:focus{	 
background: rgba(0,0,0,0.1);
color:#ffffff;
box-shadow: inset 0px 0px 0px 18px rgba(0,102,179,0.9);
 }
 
 
.w2zbutton i{
color: #ffffff;
margin-left:10px; 
 }
 
.w2z-box-shadow{
box-shadow: rgba(33, 35, 38, 0.5) 0px 10px 10px -10px;
-webkit-box-shadow: rgba(33, 35, 38, 0.5) 0px 10px 10px -10px;
-moz-box-shadow: rgba(33, 35, 38, 0.5) 0px 10px 10px -10px;	
} 
 
.no-border{
border: none !important;	
	}
	
	
/* =============
W2Z POPUP VEDIO	
============  */

  .w2zvideo-container {
  position: relative;
  text-align: center;
  color: white;
}

.w2zvideo-bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.w2zvideo-top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.w2zvideo-top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.w2zvideo-bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.w2zvideo-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}











  /* VIDEO BUTTON */
/*===================*/
.video-popup2{
margin-top:0px;
margin-bottom:0px; 
}

.video-popup2 .video-center2{
padding-top:50%;
padding-left:50%;
}

.video-popup2 .pinkBg {
    background-image: linear-gradient(90deg, #f1f1f1, #ffffff);
}
.video-popup2 .intro-banner-vdo-play-btn{
    height:60px;
    width:60px;
    position:absolute;
    top:50%;
    left:50%;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:1
}
.video-popup2 .intro-banner-vdo-play-btn i{
    line-height:56px;
	color:#da0102;
	opacity:0.9;
}
.video-popup2 .intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:160px;
    height:160px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-80px 0 0 -80px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.video-popup2 .intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.video-popup2 .intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}

.video-popup2 .video-center2 h2{
font-size:18px;
color:#fbfdfc;
font-family: "Oswald", sans-serif; 
letter-spacing:1px;
font-weight:700;
text-transform: uppercase;
padding-bottom: 10px;
position: relative;
}

.video-popup2 .video-center2 h2::before {
    position: absolute;
    content: "";
    background: #fbfdfc;
    width: 30px;
    height: 3px; left: 50%;
    bottom: 0;
    transform: translateX(-50%); }
	
	
	
	
	
#fade {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #494a4e494a4e;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top:50px;
  left:40%;
  max-width: 400px;
  height: auto;
  border: 10px solid #c7a991;
  background: #c7a991;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #c7a991;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}	
	

	
/*==================
FIXEDDEPARTURE MODAL ACTION 
===============================*/
/*
.modal {
  display: none; 
  position: fixed; 
  z-index: 111; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
background-color: rgba(0,0,0,0.5);}


.modal-content{
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #fff;
  width: 70%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}


@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


.close {
  color: #494a4e;
  float: right;
  font-size:40px;
  font-weight:900;
 padding:25px;
}

 .close:hover,
.close:focus {
  color: #494a4e;
  text-decoration: none;
  cursor: pointer;
  padding:25px;
}

.modal-header {
  padding: 2px 16px;
  background-color: #e0e0e0;
  color:#494a4e;
}

.modal-body {
padding:0px;
margin:0;
outline:none !important;
color:#494a4e;
font-family: 'Poppins', sans-serif;
font-weight: 400;
}

 .modal-footer {
  padding: 20px;
  background-color: #e0e0e0;
  color:#494a4e;
}

 
 	  
.modal-footer .btn-modal {
background:#c7a991;
color:#fff;
border:1px solid #c7a991;
padding:10px 20px; 
outline:none !important;
font-family:'Montserrat';
text-decoration: none;
text-transform:uppercase;
text-align:center;
font-size:15px; 
letter-spacing:1px;
transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-webkit-transition: 0.4s ease-in-out;
margin-bottom:10px;	
margin-right:20px;
float:right;
} 	  
.modal-footer .btn-modal:hover,
.modal-footer .btn-modal:active{
	
background:#ffbc3a;
color:#fff;
border:1px solid #ffbc3a;	
	
}

*/


.button-rb{	
background:transparent !important;
color:#fff !important;
border:2px solid #fff !important;	
}


.button-rb:hover,
.button-rb:active {	
background:#c7a991 !important;
color:#fff !important;
border:2px solid #c7a991 !important;
}


.button-bb {	
background:#c7a991 !important;
color:#fff !important;
border:1px solid #c7a991 !important;	
}

.button-bb:hover,
.button-bb:active {	
background:#ef4036 !important;
color:#fff !important;
border:1px solid #ef4036 !important;	
}



/*============
BTN ROUNDED
=================*/

.btn-rounded {
outline: none !important;
border:none !important;	
 -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      -webkit-transition: 0.3s ease-out;
      -ms-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 }

.btn-rounded {
  position: relative;
  padding: 0.8375rem 4.375rem 0.8375rem 1.25rem;
  font-weight: 400;
  color:#494a4e;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1px;
  margin: 0;
  border: 0.1rem solid rgba(241,90,39,0.5);
  background-color: #ffffff;
  display: block;
}

.btn-rounded span {
  position: absolute;
  background-color: #c7a991;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.btn-rounded span i {
  color: #fff;
  font-size: 1rem;
  line-height: 2.5rem;
}
.btn-rounded:hover {
  background: linear-gradient(to right, rgba(241,90,39,1), rgba(241,90,39,1));
  color: #ffffff;
}
.btn-rounded:hover span {
  background-color: rgba(199,169,145,1);
}



.rounded-pill {
  border-radius: 50rem !important;
}




/*=================
W2Z-SERVICE-SECTION 
====================*/
.w2z-services-bg {
left:0px;	
top:0px;
right:0px;
bottom:0px;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover;
background-position: center;
width: 100%;
display: block;
height: auto;
}

.w2z-services-cover{
height:100%;
width:100%;
background: rgba(255,255,255,0.9);
}

/* SERVICE-SECTION*/

.w2z-service-section{
  position: relative;
  display: block;
  padding: 80px 0px 70px 0px;
}

.w2z-service-section .sec-title{
  margin-bottom: 37px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background:#fff;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
}

.service-block-one .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px; 
  height: 305px;
  background: #c7a991;
  overflow: hidden;
}

.service-block-one .inner-box .image-box a{
  position: relative;
  display: inline-block;
  z-index: 1;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  height: 305px;
  opacity: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.1);
}

.service-block-one .inner-box .content-box{
  position: relative;
  padding: 20px 20px 20px 240px;
  height: 305px;
  margin-bottom: 30px;
}

.service-block-one .inner-box .content-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 55px;
  line-height: 55px;
  color: #494a4e;
  font-weight: 500;
  margin-bottom: 17px;
}


.service-block-one .inner-box .content-box .icon-box img{
width:50px;
height:auto;
}

.service-block-one .inner-box .content-box .icon-box:before {
  position: absolute;
  content: '';
  background: #f15a27;
  width: 38px;
  height: 38px;
  left: -10px;
  top: 0;
  border-radius: 50%;
  z-index: -1;
}

.service-block-one .inner-box .content-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #494a4e;
  margin-bottom: 11px;
}

.service-block-one .inner-box .content-box h3 a{
  color: #494a4e;
}

.service-block-one .inner-box .content-box h3 a:hover{
  color: #f15a27;
}

.service-block-one .inner-box .content-box .text{
  position: relative;
  display: block;
  color: #494a4e;
  margin-bottom: 11px;
}

.service-block-one .inner-box .content-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #494a4e;
}

.service-block-one .inner-box .content-box .link-btn i{
  position: relative;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 700;
  transition: all 500ms ease;
}

.service-block-one .inner-box .content-box .link-btn a:hover i{
  transform: rotate(360deg);
}

.w2z-service-section .service-block:nth-child(2) .service-block-one .inner-box .content-box,
.w2z-service-section .service-block:last-child .service-block-one .inner-box .content-box{
  position: relative;
  padding: 28px 240px 30px 30px;
  min-height: 300px;
  margin-bottom: 30px;
}

.w2z-service-section .service-block:nth-child(2) .service-block-one .inner-box .image-box,
.w2z-service-section .service-block:last-child .service-block-one .inner-box .image-box{
  right: 0px;
  left: inherit;
}

.w2z-service-section .service-block:nth-child(2) .service-block-one .inner-box .content-box:before,
.w2z-service-section .service-block:last-child .service-block-one .inner-box .content-box:before{
  left: 80px;
  right: inherit;
}

/*=====
 RESPONSIVE SCREEN SIZE 
==============*/


@media only screen and (max-width: 1200px){
	

  .service-block-one .inner-box .content-box:before{
    display: none;
  }	
	
}


@media only screen and (max-width: 767px){
	
.w2z-service-section .service-block:nth-child(2) .service-block-one .inner-box .content-box,
.w2z-service-section .service-block:last-child .service-block-one .inner-box .content-box{
  padding: 30px;
}		
	
}


@media only screen and (max-width: 599px){
	
.w2z-service-section .service-block:nth-child(2) .service-block-one .inner-box .content-box,
.w2z-service-section .service-block:last-child .service-block-one .inner-box .content-box{
  padding: 30px;
}	
	
 .service-block-one .inner-box .image-box{
  position: relative;
 }

 .service-block-one .inner-box .image-box a{
  display: block;
 }

 .service-block-one .inner-box .content-box{
  padding-left: 30px;
 }


}




/*================================
   TESTIMONIAL STYLE
==================================*/
.merge-merge-testimonial-style .testimonal img {
  display: inline-block;
  width: 80px;
  height:80px;
  border-radius: 50%;
  border: 2px solid #ececec;
  box-sizing: content-box; 
  }
.merge-testimonial-style .testimonal .content {
	margin:0px 10px;
  background: #fff;
  text-align: center;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 10px rgba(82, 182, 188, 0.25); }
  .merge-testimonial-style .testimonal .content p {
   color: #494a4e;
   font-family: 'Poppins', sans-serif;
   font-size:15px;
   font-weight:400;
   line-height:160%; 
   text-align:left;}

  .merge-testimonial-style .testimonal .content .triangle {
    position: absolute;
    top: 100%;
    margin-top: -1px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #fff;
    border-bottom: 20px solid transparent;
    left: 50%;
    transform: translateX(-50%); }
.merge-testimonial-style .testimonal .clint-info {
  text-align: center;
  margin-top: 40px; }
  
 .merge-testimonial-style .testimonal .clint-info img {
  display: inline-block;
  width:100px;
  height:100px;
  border-radius: 50%;
  border: 2px solid #ececec;
  box-sizing: content-box; } 
  
  
  .merge-testimonial-style .testimonal .clint-info h4 {
    color: #494a4e;
	font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 4px; }
  .merge-testimonial-style .testimonal .clint-info span {
    color: #494a4e;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
	line-height:80%;
    font-size: 14px; 
	letter-spacing:1px;
	text-transform:uppercase;
	}

.merge-testimonial-style .slick-arrow {
  width: 36px;
  height: 36px;
  color: #7d7d7d;
  border: 0 none;
  background: #fff;
  border-radius: 100%;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 999;
  transition: 0.5s;
  box-shadow: 0 0 10px rgba(82, 182, 188, 0.25); }

.merge-testimonial-style .slick-arrow:hover {
  background: #52b6bc;
  color: #fff; }

.merge-testimonial-style button.testimonial-arrow-next.slick-arrow {
  position: absolute;
  left: auto;
  right: 0; }

.merge-testimonial-style {
  position: relative;
  padding: 0; }
  
  
.position-relative{
	position:relative;
	
}
  
/*=======================
    TESTIMONIAL STYLE
============================*/


  
/*=======================
BLOG STYLES
============================*/

.swift-blog-item {
  width:96%;
  height: 300px;
  margin-left:2%;
  margin-right:2%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0.3s;
  margin-top: 55px;
  margin-bottom: 55px;
  background:#c7a991;
  list-style:none !important;
  }

.swift-blog-thumb {
  position: relative;
  }
  
  .swift-blog-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); }
	
  .swift-blog-thumb img {  
    height:200% !important;
    width:200% !important;
    background-size: contain, cover;	
    max-width: inherit;}

.swift-blog-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  transition: all 0.5s cubic-bezier(0.85, 0.29, 0.21, 0.7) 0.3s;}

.swift-blog-content a{
color:#ffffff !important;	
}


ul.swift-blog-meta {
  margin-bottom: 13px;
  padding-left: 0;
  font-size: 0; }
  
  ul.swift-blog-meta li {
    display: inline-block;
    color: #ffffff;
    font-size: 12px; }
	
    ul.swift-blog-meta li::after {
      content: ":";
      padding: 0 4px; }
	  
    ul.swift-blog-meta li:last-child::after {
      display: none; }
	  
    ul.swift-blog-meta li a {
      display: inline-block;
      color: #ffffff; }
	  
      ul.swift-blog-meta li a:hover {
        color: #f15a27; }

h5.swift-blog-title {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0; }
  
  h5.swift-blog-title a {
    color: #ffffff; }
	
    h5.swift-blog-title a:hover {
      color: #ffffff;
      opacity: 0.9; }
	  
 
.swift-blog-content-hover {
  position: absolute;
  left: 10px;
  top: -100%;
  height: calc(100% - 10px);
  width: calc(100% - 20px);
  background: rgba(199,169,145,0.9);
  padding: 30px;
  display: flex;
  align-items: flex-end;
  transition: all 0.5s cubic-bezier(0.85, 0.29, 0.21, 0.7) 0.3s; }
  
  .swift-blog-content-hover p {
    color: #ffffff;
    margin-top: 20px; }
	
  .swift-blog-content-hover a.cr-btn {
    margin-top: 20px; }
	
  .swift-blog-content-hover .swift-blog-info {
    position: absolute;
    top: 0;
    left: 30px;
    background: #f15a27;
    text-align: center;
    padding: 20px;
    transform: translateY(-50%);
    transform-origin: 0 0;
    transition: all 0.5s ease-out 0.7s; }
    .swift-blog-content-hover .swift-blog-info span {
      color: #ffffff; }
	  
	  

      .swift-blog-content-hover .swift-blog-info span.date {
        font-weight: 700;
        font-size: 30px;
        display: block; color: #ffffff;
		font-family:'Poppins', sans-serif;	
		}
		
		.swift-blog-content-hover .swift-blog-info .date {
        font-weight: 700;
        font-size: 30px;
        display: block; 
		color: #ffffff;
		font-family:'Poppins', sans-serif;	
		}
		.swift-blog-content-hover .swift-blog-info .date p {
        font-family: 'Poppins', sans-serif;	
		display:block;
		margin-top: -7px;
		font-weight:400;
		letter-spacing:1px;
        font-size: 12px; 
		color: #ffffff;
		text-transform:uppercase;
        line-height: 1.5; }
		
      .swift-blog-content-hover .swift-blog-info span.date span {
        font-family: 'Poppins', sans-serif;	
		display:block;
		margin-top: 5px;
        font-size: 12px;
        line-height: 1.8; }
        
  .swift-blog-content-hover ul.swift-blog-meta li a:hover {
    color: #ffffff;
    opacity: 0.9; }
  .swift-blog-content-hover h5.swift-blog-title a {
    color: #ffffff; }
    .swift-blog-content-hover h5.swift-blog-title a:hover {
      color: #ffffff;
      opacity: 0.9; }
	   
.swift-blog-content-hover .blog-btn li a {
margin-top:0px;
margin-bottom:0px;
padding:3px 0px;
float:right;
letter-spacing:1px;
color:#ffffff;
font-size:13px;
font-weight:400;
font-family: 'Oswald', sans-serif;
text-transform:uppercase;
border-bottom:2px solid #ffffff;}
	  
.swift-blog-content-hover .blog-btn:hover li a {
color:#f15a27;
border-bottom:2px solid #ffffff;
}

.slick-center .swift-blog-item {
  height: 408px;
  margin-top: 0;
  margin-bottom: 0; }
  .slick-center .swift-blog-item .swift-blog-content {
    bottom: -100%; }
  .slick-center .swift-blog-item .swift-blog-content-hover {
    top: 0; }
    .slick-center .swift-blog-item .swift-blog-content-hover .swift-blog-info {
      transform: translateY(0); }

.swift-blog-item:hover {
  height: 408px;
  margin-top: 0;
  margin-bottom: 0; }
  .swift-blog-item:hover .swift-blog-content {
    bottom: -100%; }
  .swift-blog-item:hover .swift-blog-content-hover {
    top: 0; }
    .swift-blog-item:hover .swift-blog-content-hover .swift-blog-info {
      transform: translateY(0); }

.swift-blog-slider-active .slick-list {
 padding: 0px !important;}
.swift-blog-slider-active .slick-slide:focus, .swift-blog-slider-active .slick-slide:active {
  outline: none; }
.swift-blog-slider-active .cr-navigation-prev {
  left: 15px;
  right: auto; }
.swift-blog-slider-active .cr-navigation-next {
  right: 15px;
  left: auto; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h5.swift-blog-title {
    font-size: 18px; }

  .swift-blog-content-hover {
    padding: 20px; }
    .swift-blog-content-hover p {
      display: none; }
    .swift-blog-content-hover .swift-blog-info {
      left: 20px; } }
      
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swift-blog-thumb img {
    width: 100%;
    height: auto; } }
    
@media only screen and (max-width: 575px) {
  .swift-blog-content-hover-inner > p {
    display: none; } }
	



a.w2z-blog-text-white{
font-size: 18px;
  font-weight: 700; 
  font-family: 'Oswald', sans-serif;
  letter-spacing:1px; 
  text-transform:uppercase;
 line-height:100% !important; 
 text-align:left !important;  
 color:#ffffff !important;
    }

a.w2z-blog-text-white:hover{
   color:#f15a27 !important;  
}


p.w2z-blog-text-simple {
font-family: 'Poppins', sans-serif;
color: #ffffff;
font-size: 15px;
font-weight: 400;
line-height:18px; 
text-align:left !important;   
}
		
/* BLOG BUTTON */	


#swift-blog {	
position: relative;	
}
	
#swift-blog button {
    position: absolute;
	left: 0px;
	top: 41%;
    z-index: 2;
    background: #c7a991;
    height: 70px;
    width: 35px;
	display: inline-block;
    vertical-align: middle;
	text-align: center;
    padding: auto 0;
    border: 0 none;
    color: #ffffff;
    font-size: 32px;
	cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
    opacity: 1;}
	
    #swift-blog button:hover {
      background: #f15a27;
      color: #ffffff;
       width: 65px; }
	  
    #swift-blog button.post-arrow-prev {
      left: auto;
      right: 0px; }
	  
  #swift-blog:hover button {
    opacity: 1;
    left: 0; }
	
  #swift-blog:hover button.post-arrow-next {
    left: auto;
    right: 0;
    opacity: 1; }
	
/*=======================
BLOG STYLES
============================*/



/*==========
BACK TO TOP
==============*/

#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  background-color: rgba(241,90,39,1);
  color: #ffffff;
  cursor: pointer;
  outline: none;
  border: 1px solid #f15a27;
  border-radius: 50%;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
 }


#back-to-top-btn:hover, #back-to-top-btn:focus {
  background-color: #0066b3; 
  border: 1px solid #0066b3;
  color: #fff;  
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; 

}

@media(max-width: 992px) {
  #back-to-top-btn { font-size: 22px; width: 40px; height: 40px; bottom: 15px; right: 15px; }
}

@media(max-width:768px) {
  #back-to-top-btn { font-size: 18px; width: 32px; height: 32px; bottom: 6px; right: 6px; }
}


.btnEntrance {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: btnEntrance;
}

@keyframes btnEntrance {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.btnExit {
  animation-duration: 0.5s;
  animation-fill-mode: both;  
  animation-name: btnExit;
}


@keyframes btnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

/*==========
W2z TITLE 
=========*/
.w2z-webtitle {
font-family: 'Poppins', sans-serif;		
}

/*  H6 */
.w2z-webtitle h6 {
	position:relative;
    text-transform: uppercase;
    font-size: 24px;
    color: #494a4e;
	padding-left:50px;
	font-weight: 700;
}


.w2z-webtitle h6:before{
    content: '';
    position:absolute;
    width: 40px;
    height: 2px;
	left:0;
	margin-top:12px;
    display: block;
vertical-align:middle;
    background: #494a4e;
}



/*  H5 */
.w2z-webtitle h5 {
        color: var(--primary);
        font-size: 30px;
        position: relative;
		padding-left:80px;
		font-weight: 900;
      }
	  
      .w2z-webtitle h5:before {
        content: "";
        display: block;
        width: 70px;
        height: 2px;
        background: var(--primary);
        left: 0;
        top: 50%;
        position: absolute;
      }
