/* CSS Document */
/*
Theme Name: CAC Nepal Education Consultancy Pvt. Ltd.		
Theme URI:https://www.cacnepal.com.np/
Description: full responsive website!
Tags:responsive, bootstrap, CAC Nepal CMSMS theme.
Copyright: CAC Nepal Education Consultancy - 2024 : 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.5);
height:100%;
}





/*====
 W2Z TEXT ANIMATE
 ====*/
 
.w2z-text-animate
{
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    var(--white)800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: var(--white);
  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';
}


/*====
 ANIMATED-BUTTON
 ====*/
.btn-warning{	
font-size:13px !important;		
}
 
.w2zbutton {
background:var(--secondary);
color:var(--white);
font-weight:400;
padding:10px 20px;
margin:0px;
letter-spacing:1px;
font-size:13px;
font-family: 'Poppins', sans-serif;
border:none !important;
text-decoration:none !important;	
outline:none !important;
border-radius:0% !important;	
-webkit-border-radius:0% !important;
-moz-border-radius:0% !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{
color:var(--white);	
background: var(--dark);
 }
 
 
.w2zbutton i{
color: var(--white);
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;	
	}
	
.tooltip-inner{	
color: var(--orange);
font-weight: bold;
font-family: 'Roboto', sans-serif;
opacity:1;	
}
/* =============
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, var(--white));
}
.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: var(--mytext)494a4e;
  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 var(--secondary);
  background: var(--secondary);
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: var(--white);
  border: 1px solid var(--secondary);
  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: var(--light);
  margin: auto;
  padding: 0;
  border: 1px solid var(--white);
  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: var(--mytext);
  float: right;
  font-size:40px;
  font-weight:900;
 padding:25px;
}

 .close:hover,
.close:focus {
  color: var(--mytext);
  text-decoration: none;
  cursor: pointer;
  padding:25px;
}

.modal-header {
  padding: 2px 16px;
  background-color: #e0e0e0;
  color:var(--mytext);
}

.modal-body {
padding:0px;
margin:0;
outline:none !important;
color:var(--mytext);
font-family: 'Poppins', sans-serif;
font-weight: 400;
}

 .modal-footer {
  padding: 20px;
  background-color: #e0e0e0;
  color:var(--mytext);
}

 
 	  
.modal-footer .btn-modal {
background:var(--secondary);
color:var(--white);
border:1px solid var(--secondary);
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:var(--white);
border:1px solid #ffbc3a;	
	
}

*/


.button-rb{	
background:transparent !important;
color:var(--white) !important;
border:2px solid var(--white) !important;
padding:10px 25px !important;
border-radius:0.3rem !important;
}


.button-rb:hover,
.button-rb:active {	
background:var(--primary) !important;
color:var(--white) !important;
border:2px solid var(--primary) !important;
}


.button-bb {	
background:var(--secondary) !important;
color:var(--white) !important;
border:1px solid var(--secondary) !important;	
}

.button-bb:hover,
.button-bb:active {	
background:#ef4036 !important;
color:var(--white) !important;
border:1px solid #ef4036 !important;	
}



/*============
BTN ROUNDED
=================*/

.btn-rounded {
outline: none !important;
border:none !important;	

transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-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: 600;
  color:var(--white);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1px;
  margin: 0;
  border: 0.1rem solid rgba(0,108,184,0.5);
  background-color: var(--primary);
  display: block;
}

.btn-rounded span {
  position: absolute;
  background-color: var(--light);
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.btn-rounded span i {
  color: var(--primary);
  font-size: 1rem;
  line-height: 2.5rem;
}
.btn-rounded:hover {
  background: linear-gradient(to right, var(--primary), var(--dark));
  color: var(--white);
}

.btn-rounded:hover span {
  background-color: var(--primary); 
}

.btn-rounded:hover span i{	
color:var(--light);	
}

.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:var(--white);
}

/* 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: var(--primary);
  /*
    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: var(--primary);
  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: var(--white);
  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: var(--primary);
  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: var(--white);
  margin-bottom: 11px;
}

.service-block-one .inner-box .content-box h3 a{
  color: var(--white);
}

.service-block-one .inner-box .content-box h3 a:hover{
  color: var(--secondary);
}

.service-block-one .inner-box .content-box .text{
  position: relative;
  display: block;
  color: var(--white);
  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: var(--white);
}

.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;
}



/*==============
JOIN AAPPLYGLOBAL.COM
=========================*/

.w2z-service-section .ag-title {
background: var(--lightblue) url(../img/color-map.png) no-repeat/*linear-gradient(170deg, rgba(1,228,248,0.5) 0%, rgba(180,236,81,0.5) 100%)*/;
padding:24px 20px;
width:100%;
border-radius:10px;
}


.w2z-service-section .ag-title h1 {
font-size:38px;
font-weight:900;
color: var(--light);	
text-align: center;
  text-shadow: -1px 2px 0 var(--dark),
          2px 2px 0 var(--dark),
         2px -1px 0 #0a4595,
        -1px -1px 0 var(--dark);

}

.w2z-service-section .ag-title h2 {	
display:block;
font-size:20px;
font-weight:900;
text-transform: uppercase;
color: var(--mytext);
letter-spacing:2px;	
text-align: center;
font-family: 'Oswald', sans-serif;
  text-shadow: -1px 2px 0 #eee;
}


.w2z-service-section .ag-title h2 span{
font-family: 'Oswald', sans-serif;	
font-size:30px;
font-weight:900;
color: #0a4595;
}



.w2z-service-section .ag-title h3{
font-family: 'Oswald', sans-serif;	
font-size:40px;
font-weight:900;
color: #0a4595;
}

.w2z-service-section .ag-title h5 {
font-size:16px;
font-weight:400;
color: var(--mytext);	
margin-bottom:20px;  
text-align:center;
font-family: 'Roboto', sans-serif;
}

.refl {
	margin-top:-1px;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
   transform: scaleY(-1);
  -moz-transform: rotateX(210deg);
  -o-transform: rotateX(210deg);
  -webkit-transform: rotateX(210deg);
  transform: rotateX(210deg);
  perspective: 200px;
  -webkit-mask-image: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(20%, transparent), to(rgba(0, 0, 0, 0.4)));
}

.w2z-service-section .ag-title .btn-box{
margin:auto 0;		
}

.w2z-service-section .ag-title .btn-box a{
  font-size: 14px;
  font-weight: 700;
  color: #0a4595;
 float:right;
  text-transform: uppercase;
  text-align: center;
}

.w2z-service-section .ag-title .btn-box i{
margin-left:7px;	
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);	
  transition: transform 0.5s ease;
}

.w2z-service-section .ag-title .btn-box:hover i{
    transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}


.w2z-service-section .ag-title .img{
width:60%;
float:left;
}



.w2z-service-section .bfcounter{
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom:15px;
}

.w2z-service-section .bfcounter .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: var(--mytext);
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  letter-spacing:2px;
}

.w2z-service-section .bfcounter .count-outer span{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #0a4595; 
  font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 3px 7px rgba(255,255,255,0.2), 
      0 10px 1px rgba(0,0,0,0.1);
}

.w2z-service-section .bfcounter .count-outer span.symble{
  font-size: 22px;
}

.w2z-service-section .bf-counter-box .inner-box{
  position: relative;
  display: block;
  z-index: 1;
}

.w2z-service-section .bf-counter-box .inner-box .bfcounter:nth-child(2){
  position: absolute;
  right: 0px;
  top: 77px;
  z-index: 1;
}

.w2z-service-section .bf-counter-box .inner-box .bfcounter:nth-child(2) span{
  color: var(--light);
}

.w2z-service-section .bf-counter-box .inner-box .bfcounter:last-child{
  position: absolute;
  top: 0px;
  right: 0px;
}

.w2z-service-section .bf-counter-box .inner-box .bfcounter:last-child span{
  color: var(--secondary);
}

.w2z-service-section .bf-counter-box .title-box{
  position: relative;
  display: block;
  margin-bottom: 28px;
}


.w2z-service-section .cover-apply{
border:2px solid #0a4595;
border-radius:0.7rem;
padding: 10px 20px;	
}



/*=====
 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: var(--white);
  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: var(--mytext);
   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 var(--white);
    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: var(--mytext);
	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: var(--mytext);
	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: var(--white);
  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: var(--white); }

.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:var(--white);
  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.4); }
	
  .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:var(--white) !important;	
}


ul.swift-blog-meta {
  margin-bottom: 13px;
  padding-left: 0;
  font-size: 0; }
  
  ul.swift-blog-meta li {
    display: inline-block;
    color: var(--white);
    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: var(--white); }
	  
      ul.swift-blog-meta li a:hover {
        color: var(--secondary); }

h5.swift-blog-title {
  margin-bottom: 0; }
  
	  
	  
.swift-blog-content-hover {
  position: absolute;
  left: 10px;
  top: -100%;
  height: calc(100% - 10px);
  width: calc(100% - 20px);
  background: var(--primary);
  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: var(--white);
    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: var(--secondary);
    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: var(--white); }
	  
	  

      .swift-blog-content-hover .swift-blog-info span.date {
        font-weight: 700;
        font-size: 30px;
        display: block; color: var(--white);
		font-family:'Poppins', sans-serif;	
		}
		
		.swift-blog-content-hover .swift-blog-info .date {
        font-weight: 700;
        font-size: 30px;
        display: block; 
		color: var(--dark);
		font-family:'Poppins', sans-serif;	
         text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
		}
		.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: var(--light);
		text-transform:uppercase;
        line-height: 1.5;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
		}
		
      .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: var(--white); }
  .swift-blog-content-hover h5.swift-blog-title a {
    color: var(--white); }
    .swift-blog-content-hover h5.swift-blog-title a:hover {
      color: var(--white); }
	   
.swift-blog-content-hover .blog-btn li a {
margin-top:0px;
margin-bottom:0px;
padding:3px 0px;
float:right;
letter-spacing:1px;
color:var(--white);
font-size:13px;
font-weight:400;
font-family: 'Oswald', sans-serif;
text-transform:uppercase;
border-bottom:2px solid var(--white); 
}
	  
.swift-blog-content-hover .blog-btn:hover li a {
color:var(--secondary);
border-bottom:2px solid var(--white);
}

.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); }

.owl-item.center .item,
.swift-blog-item:hover {
  height: 408px;
  margin-top: 0;
  margin-bottom: 0;
transition: all 0.5s ease-out 0.7s; }
  
  .owl-item.center .item .swift-blog-content,	
  .swift-blog-item:hover .swift-blog-content {
    bottom: -100%; }
	
	.owl-item.center .item .swift-blog-content-hover,	
  .swift-blog-item:hover .swift-blog-content-hover {
    top: 0; }
	
	.owl-item.center .item .swift-blog-content-hover .swift-blog-info,	
    .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: 16px;}

  .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: 16px;
  font-weight: bold;
  line-height:20px; 
  text-transform:uppercase;
  font-family: 'Poppins', sans-serif; 
 text-align:left !important;  
 color:var(--light) !important;
    }

a.w2z-blog-text-white:hover{
   color:var(--white) !important;  
}

.w2z-blog-text-simple p {
font-family: 'Poppins', sans-serif;
color: var(--light);
font-size: 15px;
font-weight: 400;
line-height:22px; 
text-align:left !important;   
}
		
/* BLOG BUTTON */	


#swift-blog {	
position: relative;	
}
	
#swift-blog button {
    position: absolute;
	left: 0px;
	top: 41%;
    z-index: 2;
    background: var(--secondary);
    height: 70px;
    width: 35px;
	display: inline-block;
    vertical-align: middle;
	text-align: center;
    padding: auto 0;
    border: 0 none;
    color: var(--white);
    font-size: 32px;
	cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
    opacity: 1;}
	
    #swift-blog button:hover {
      background: var(--primary);
      color: var(--white);
       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
============================*/

.title-case {
  text-transform: capitalize;
}

/*==========
BACK TO TOP
==============*/

#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  color: var(--white);
  cursor: pointer;
  outline: none;
  border: 1px solid var(--primary);
  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: var(--secondary); 
  border: 1px solid var(--secondary);
  color: var(--white);  

}

@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: var(--mytext);
	padding-left:30px;
	font-weight: 700;
}


.w2z-webtitle h6:before{
    content: "";
    position:absolute;
    width: 20px;
    height: 2px;
	left:0px;
    display: block;
    background: var(--mytext);
}



/*  H5 */
.w2z-webtitle h5 {
        color: var(--primary);
        font-size: 24px;
        margin-top:30px;
        text-transform: uppercase;
        position: relative;
		padding-left:30px;
		font-weight: 900;
      }
	  
      .w2z-webtitle h5:before {
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        background: var(--primary);
        left: 0px;
        top: 50%;
        position: absolute;
      }




/*============
W2Z-ABOUT IMG DESIGN
======================*/
.web-about-img,
.web-feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.web-about-img img,
.web-feature-img img {
    position: absolute;
    width: 80%;
    height: 80%;
    object-fit: cover;
}

.web-about-img img:last-child,
.web-feature-img img:last-child {
    margin: 20% 0 0 20%;
}

.web-about-img:before,
.web-feature-img:before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 20%;
    left: 5%;
    border: 5px solid var(--primary);
    z-index: 0;
}

.cac-zindex{
z-index:0;	
}
/* =========
Experience -About Us
===================*/
.web-aboutus{
text-align:center;	
	}
.web-aboutus h1{
font-family: 'Noto Serif', serif;
font-size:70px;	
font-weight:900;		
}

.web-aboutus h5{
font-family: 'Poppins', sans-serif;	
font-weight:300;
letter-spacing:1px;
font-size:18px;		
}


/* ==================
FEATURED-SASA-SECTION
=======================*/


.featured-sasa-section {
  padding-bottom: 0;
}

.featured-sasa-section .sasa-grids {
  background: url("../img/featured-sasa-bg.jpg") center center/cover no-repeat local;
}

/*
 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  height:100%;
  width: 100%;
  background:rgba(0,0,0,0.7);
  z-index: 0;
  outline:none;
}
*/

.featured-sasa-section .sasa-grids .grid {
  width: 25%;
  float: left;
  background: rgba(117,62,146,0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.featured-sasa-section .cac-text{
height:200px;			
}


@media (max-width: 1199px) {
  .featured-sasa-section .sasa-grids .grid {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .featured-sasa-section .cac-text{
height:auto;			
}  
}

@media (max-width: 991px) {
  .featured-sasa-section .sasa-grids .grid {
    background-color: rgba(117,62,146,0.9);
  }
}

@media (max-width: 600px) {
  .featured-sasa-section .sasa-grids .grid {
    width: 100%;
    float: none;
  }
}

.featured-sasa-section .sasa-grids .overlay {
  padding: 100px 60px 60px;
  position: relative;
  top: 60px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .featured-sasa-section .sasa-grids .overlay {
    padding: 80px 30px 50px;
    top: 0;
  }
}

.featured-sasa-section .sasa-grids .grid:hover .overlay {
  background-color: rgba(117,62,146,1);
  top: 0;
}

.featured-sasa-section .sasa-grids .count {
text-transform: uppercase;
background-image: linear-gradient(
    -225deg,
    var(--white) 0%,
    #FBFBFB 29%,
    #f1f1f1 67%,
    var(--white) 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: var(--white);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight:900;
  font-size: 50px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@media (max-width: 991px) {
  .featured-sasa-section .sasa-grids .count {
    font-size: 30px;
  }
  
 .featured-sasa-section .sasa-grids .grid:hover .overlay {
  background-color: rgba(255,197,70,1);
}  
  
}


.featured-sasa-section .sasa-grids h3 {
  font-size: 18px;
  font-weight:bold;
  letter-spacing:0.8;
  font-family: 'Roboto', sans-serif;
  color: var(--white);
  margin-bottom: 1em;
  text-transform:uppercase;
}


@media (max-width: 991px) {
  .featured-sasa-section .sasa-grids h3 {
    font-size: 18px;
  }
}

.featured-sasa-section .sasa-grids p {
  color: var(--white);
  font-size: 13px;
  font-weight:300;
  letter-spacing:0.8px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  padding-bottom: 2em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.featured-sasa-section .sasa-grids .btn {
    width: 40px;
    height: 40px;
	font-weight: 400;
    display: inline-flex;
    align-items: center;
    background: var(--white);
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .8s;
}

.featured-sasa-section .sasa-grids:hover .btn {
    width: 140px;
	font-weight: 400;	
}

@media (max-width: 991px) {
  .featured-sasa-section .sasa-grids p {
    font-size: 14px;
  }
}

.featured-sasa-section .sasa-grids .overlay > a {
  position: relative;
  top: 100px;
}

@media (max-width: 991px) {
  .featured-sasa-section .sasa-grids .overlay > a {
    top: 0;
  }
}

.featured-sasa-section .sasa-grids .grid:hover .overlay > a {
  top: 0;
}




/* ==================
CALL2ACTION-SECTION
=======================*/


#our_story{
    background-color: var(--dark);
    max-width: 1400px;
    width: 99.4%;
    margin: 0px auto;
    border: 0px solid var(--dark);
   /*box-shadow: 2px 2px 30px rgba(0,0,0,0.42);*/
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.our-story-img{
    position: relative;
    display: flex;
}
.our-story-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.story-play-btn{
    position: absolute;
    left: 0px;
    top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--dark);
    padding: 20px 20px;
    border-radius: 0px 15px 15px 0px;
    color: var(--white);
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: 500;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 10px -7px;
}
.story-play-btn i{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--secondary);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.our-stroy-text{
    padding: 50px;
}

.our-stroy-text h2{
  color: var(--light);
  font-size: 45px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: 'Poppins', serif;  
  font-weight:900;
  letter-spacing:1px;
  margin:50px auto;
  position:relative;
  opacity:0.7;
}

.our-stroy-text h2 span{
font-size: 16px;
line-height: 24px;
display:block;
font-weight:400;
opacity:1;
font-family: 'Roboto', serif; 
color: var(--light);
text-transform: capitalize !important;	

}

.our-stroy-text p{
    color: var(--light);
    font-size: 16px;
    margin: 20px 0px;
    line-height:24px;
    letter-spacing: 0.5px;
	font-weight: 300;
}

.story-numbers-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
}
.story-numbers-box{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
}

.sasa-boxA{
    background-color: #ffd4fd;
}
.sasa-boxB{
    background-color: #d7d4ff;
}

@media(max-width:950px){
    #our_story{
        grid-template-columns: 1fr;
    }
    .our-story-img img{
        max-height: 400px;
    }
    
    .our-stroy-text h2{
  font-size: 28px;
  line-height: 30px;   
    }
    
    .our-stroy-text{
        padding: 30px;
    }
}

@media(max-width:620px){
    .our-stroy-text{
        padding: 20px 15px;
    }
    .story-numbers-box{
        padding: 15px;
    }
    .story-numbers-box strong{
        font-size: 1.4rem;
    }    
}

@media(max-width:320px){
    .story-numbers-container{
        grid-template-columns: 1fr;
    }
}
 
/* ==================
BEC BUTTONS
=======================*/

.buttons-content-bec {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.bec-icon-container {
  width: 100%;
  height: 60px;
}

.bec-icon {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 30px;
  overflow: hidden;
}
.bec-icon::before, .bec-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.25s ease;
  border-radius: 30px;
}
.bec-icon i {
  position: relative;
  color: var(--white)FFF;
  font-size: 30px;
  margin-top: 15px;
  transition: all 0.25s ease;
}

.bec-icon-fill::before {
  transition-duration: 0.5s;
  box-shadow: inset 0 0 0 1px #16A085;
}
.bec-icon-fill:hover::before {
  box-shadow: inset 0 0 0 60px #16A085;
}

.bec-icon-enter::after {
  box-shadow: inset 0 0 0 1px #EB9532;
}
.bec-icon-enter::before {
  border-radius: 0;
  margin-left: -100%;
  box-shadow: inset 0 0 0 60px #EB9532;
}
.bec-icon-enter:hover::before {
  margin-left: 0;
}

.bec-icon-expand::after {
  box-shadow: inset 0 0 0 1px #C82647;
}
.bec-icon-expand::before {
  background: #C82647;
  box-shadow: inset 0 0 0 60px #2d2c3e;
}
.bec-icon-expand:hover::before {
  box-shadow: inset 0 0 0 1px #2d2c3e;
}

.bec-icon-collapse::before {
  border-radius: 0;
}
.icon-collapse:hover::before {
  box-shadow: inset 0 30px 0 0 #8CC63F, inset 0 -30px 0 0 #8CC63F;
}
.bec-icon-collapse::after {
  box-shadow: inset 0 0 0 1px #8CC63F;
}

.bec-icon-rotate {
  box-shadow: inset 0 0 0 1px var(--primary);
}
.bec-icon-rotate::after, .icon-rotate::before {
  border: 0px solid transparent;
}
.bec-icon-rotate:hover::before {
  transition: border-top-width 0.3s ease, border-top-color 0.3s ease;
  border-width: 60px;
  border-top-color: var(--primary);
}
.bec-icon-rotate:hover::after {
  transition: border-left-width 0.3s ease, border-left-color 0.3s ease;
  border-width: 60px;
  border-left-color: var(--primary);
}
.bec-icon-rotate:hover {
  transition: background 0.001s ease 0.3s;
  background: var(--primary);
}
.bec-icon-rotate i {
  z-index: 1;
}


/* ==================
BOOTSTRAP GRID CONTAINER
=======================*/


.w2z-grid-container li {
  background: var(--white);
  border: solid 1px var(--white);
  color: var(--dark);
  padding: 0px;
  border-radius: 0px;
  transition: all 0.4s ease-in-out;
  list-style:none !important;
  position:relative;
}

.w2z-grid-container li:hover img {
  filter: grayscale(50%);
}
.w2z-grid-container li:hover {
  border-color: var(--secondary);
   background: var(--secondary);
   color: var(--white);
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.w2z-grid-container li img {
  width: 100%;
  filter: grayscale(0%);
  border-radius: 0px;
  transition: all 0.4s ease-in-out;
}


.w2z-grid-container li p {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  margin:0;
  padding:8px 15px;
  background: rgba(255,255,255,0.7);	
  font-size:13px;
  font-weight:500;
  text-align: center;
}


.w2z-grid-container li:hover p {
background: rgba(255,197,70,1);	
}


/*==============
CLIENTS-REVIEW
==================*/

.executive-review-section {
margin:0px;
padding:0px;
-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;
}



.executive-review-cover{
margin:0;
background:var(--lightorange);
padding-top:70px;
padding-bottom:30px;	
height:100%;
width:100%;
}


#executive-review  .item {
    display: flex;
    justify-content: center;
}


#executive-review .card {
    width: auto;
    height: 300px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: inherit;
}

#executive-review .card .face {
    position: absolute;
    color: var(--white);
    width: 100%;
    height: 100%;
    overflow: hidden;

    border-radius: 0px;
    background: var(--dark);
    transform-style: preserve-3d;
    transition: 0.5s;
    backface-visibility: hidden;
    border-top: 0px solid var( --light);
    border-left: 0px solid var( --light);
     border-right: 0px solid var( --light);
     border-bottom: 0px solid var( --light); 
}

#executive-review .card .face.front-face,
#executive-review .card .face.back-face {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#executive-review .card .face.front-face .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

#executive-review .card .face.front-face .name {
    letter-spacing: 2px;
	text-align:center !important;
	text-transform:uppercase;
}


#executive-review .card .face.front-face .designation {
    font-size: 0.8rem;
    color: #eee;
    letter-spacing: 0.8px;
}

#executive-review .owl-item.center .item,
#executive-review .card:hover .face.front-face {
    transform: rotateY(180deg);
	 -webkit-transition: .8s all ease;
-o-transition: .8s all ease;
transition: .8s all ease;
}

#executive-review .card .face.back-face {
    position: absolute;
	border-radius: 10px;
    background: var(--primary);
    transform: rotateY(180deg);
    padding: 20px 30px;
    text-align: center;
    user-select: none;
}

#executive-review .card .face.back-face .fa-quote-left {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 1.2rem;
}

#executive-review .card .face.back-face .fa-quote-right {
    position: absolute;
    bottom: 35px;
    right: 25px;
    font-size: 1.2rem;
}

#executive-review .card:hover .face.back-face {
    transform: rotateY(360deg);
}


#executive-review .card .face.back-face .review-text {
font-family: 'Poppins', sans-serif;
color: var(--white);
font-size:16px;
line-height:24px;
letter-spacing:0.5px;
font-weight:400;
text-align:left;		
}





#executive-review .testimonial span {	
color: var(--light);
font-size:15px;
font-weight:400;
line-height:20px;
margin-top:10px;
display:block;
position:relative;	
text-align:center !important;
text-transform:uppercase;
}


#executive-review .testimonial span:before {
content:"";
position:absolute;
width:30px;
height:2px;
top:8px;
margin:0 -50px 0;
background: var(--white);	
}


#executive-review .star{
font-size:12px;
margin-top:10px;
color: var(--secondary);
text-align:center;		
}

/*==========
 FOOTER CONTACT SECTION 
 ========================*/
 h4.sasa-contact-info{
	position:relative;
  text-shadow: 0 1px 0 rgba(0,108,184,0.4);	
 }
 
 h4.sasa-contact-info:after{
   position: absolute;
    content: "SASA BANQUET";
	font-size:10px;
	letter-spacing:3px;
	font-weight:lighter;
	opacity:0.3;
	color: var(--primary);
    top: 25px;
    left:0px;
 }
 
 
 
 
/*============
Form Builder
================= */
/*
.form-container {
  display: flex;
}



.form-column {
  flex: 1;
  padding: 10px; 
  border: 1px solid #ccc; 
}

 
 
 .form-container {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 10px; 

.form-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
}

.form-column {
  padding: 10px;
  border: 1px solid #ccc;  
}
  */
 
 	
.form-sasa {
outline: none !important;
}

.form-sasa div {
color:var(--mytext);
font-family: 'Poppins', sans-serif; }

.form-sasa div div {
  color:var(--mytext); 
}

.form-sasa input[type="email"],
.form-sasa input[type="file"],
.form-sasa input[type="option"],
.form-sasa input[type="text"],
.form-sasa select {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
 color:var(--mytext);
padding:5px 10px;
border:1px solid var(--secondary) !important; 
       border-radius:5px;
	  -moz-border-radius:5px;
	  -webkit-border-radius:5px;
	  outline: none !important; 
	  }
	  
.form-sasa input[type="textarea"],
.form-sasa textarea{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
 color:var(--mytext);
padding:5px 15px !important;
border:1px solid var(--secondary) !important; 
       border-radius:5px;
	  -moz-border-radius:5px;
	  -webkit-border-radius:5px;
	  outline: none !important; 
}


.form-sasa select { 
color:var(--mytext); 
padding:5px 15px; 
background: var(--light);
border:1px solid var(--primary);
line-height:40px;
display: inline-block !important; 
 }
 
 
.form-sasa select option{
 background: var(--light);
 border:1px solid var(--primary);
 color:var(--mytext);
 	box-shadow: 0px 9px 5px -4px rgba(0, 0, 0, 0.2); 
-moz-box-shadow: 0px 9px 5px -4px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 0px 9px 5px -4px rgba(0, 0, 0, 0.2);
  }
 

.form-sasa input[type="email"]:hover,
.form-sasa input[type="file"]:hover,
.form-sasa input[type="option"]:hover,
.form-sasa input[type="text"]:hover,
.form-sasa textarea:hover,
.form-sasa select:hover {
  cursor: default; 
}

.form-sasa input[type="submit"] {
  margin: 5px 0 0 0;
  padding:7px 40px; 
  color:var(--white) !important;
    font-size: 15px !important;
    font-weight:400 !important;
	font-family: 'Oswald', sans-serif;
    text-transform:uppercase;
	letter-spacing:3px !important;	
	border:1px solid var(--primary) !important;
	background:var(--primary) !important;

	transition: all 1s ease, padding 2.8s linear;
	-ms-transition: all 1s ease, padding 2.8s linear;
	-webkit-transition: all 1s ease, padding 2.8s linear;
	-moz-transition: all 1s ease, padding 2.8s linear;
	-o-transition: all 1s ease, padding 2.8s linear;
	
	box-shadow: 0px 9px 5px -4px rgba(0, 0, 0, 0.2); 
-moz-box-shadow: 0px 9px 5px -4px rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 0px 9px 5px -4px rgba(0, 0, 0, 0.2);
  
}
	
	
.form-sasa input[type="submit"]:hover { 
	background: var(--secondary) !important; 
	border:1px solid var(--secondary) !important; }

.form-sasa label {
  text-align:left;  
  color:var(--mytext);
  font-weight:400;
  font-size:14px;
  display:block !important;
-webkit-font-smoothing: antialiased !important; 
font-family: 'Poppins', sans-serif;
margin-top:10px;
margin-bottom:0px;
 }

.form-sasa input[type="checkbox"] + label {
float: left;
 color: var(--secondary);
 display:flex;
}

.form-sasa input[type="checkbox"] + label.label {

  float: right; 
   color: var(--secondary); 
}

.form-sasa_text_error {
color:  var(--secondary);
font-weight: bold;
}

.captchapict {
display:block;
color:var(--mytext); 
margin:7px 0; 
font-family: 'Poppins', sans-serif;
}

.form-sasa_field_error input[type="email"],
.form-sasa_field_error input[type="file"],
.form-sasa_field_error input[type="option"],
.form-sasa_field_error input[type="text"],
.form-sasa_field_error select,
.form-sasa_field_error textarea,
.form-sasa_field_error .captchapict { 
color:var(--mytext) !important;
 }

.form-sasa .captchapict { 
color:var(--mytext); 	
 }


.form-sasa input[type="radio"] {
color: var(--secondary) !important;
}

.form-sasa input[type="radio"] + label {
display:inline-block !important;
margin-left:10px;
font-weight:500;
font-size:13px;
letter-spacing:1px;
background: var(--primary);
color: var(--white);
padding:5px 10px;
border-radius:4px;
-webkit-transition: .5s all ease;
-o-transition: .5s all ease;
transition: .5s all ease;
}


.form-sasa input[type="radio"]:hover + label {
box-shadow: rgba(0,108,184,0.4) 0px 5px, rgba(0,108,184,0.3) 0px 10px, rgba(0,108,184,0.2) 0px 15px, rgba(0,108,184,0.1) 0px 20px, rgba(0,108,184,0.05) 0px 25px;
}

.form-sasa textarea,
.sasa-width{
min-width:80%;
max-width:100%;
}

@media(max-width:620px){
    
.form-sasa input[type="text"],
.form-sasa textarea,
.sasa-width {
min-width:80%;
max-width:100%;
}   
    
}


/*==============
UG COUNTER BOX
===================*/


.ugcounter{
  position: relative;
  display: inline-block;
  width: 250px;
  height: 200px;
  background: var(--primary);
  text-align: center;
  padding: 50px 30px 50px 30px;
  box-shadow: rgba(49,48,77,0.4) 0px 5px, rgba(49,48,77,0.3) 0px 10px, rgba(49,48,77,0.2) 0px 15px, rgba(49,48,77,0.1) 0px 20px, rgba(49,48,77,0.05) 0px 25px;
}

.ugcounter .text{
  position: relative;
  display: block;
  font-size: 11px;
  line-height: 18px;
  color: var(--dark);
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  letter-spacing:1px;
}

.ugcounter .count-outer span{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: var(--light); 
  font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 3px 7px rgba(255,255,255,0.2), 
      0 10px 1px rgba(0,0,0,0.1);
}

.ugcounter .count-outer span.symble{
  font-size: 22px;
}

.ug-counter-box .inner-box{
  position: relative;
  display: block;
  min-height: 240px;
  z-index: 1;
}

.ug-counter-box .inner-box .ugcounter:nth-child(2){
  position: absolute;
  left: 230px;
  top: 77px;
  background: var(--light);
  z-index: 1;
}

.ug-counter-box .inner-box .ugcounter:nth-child(2) span{
  color: var(--primary);
}

.ug-counter-box .inner-box .ugcounter:last-child{
  background: var(--light);
  position: absolute;
  top: 0px;
  right: 0px;
}

.ug-counter-box .inner-box .ugcounter:last-child span{
  color: var(--secondary);
}

.ug-counter-box .title-box{
  position: relative;
  display: block;
  margin-bottom: 28px;
}



/*================================
    BEC TITLE BOX
==================================*/
.bec-stack-Txt{
position:absolute;
z-index: 99;
right:30px;
bottom:40px;
}
.bec-stack-Txt h2{
background: var(--secondary);
padding:10px 20px;
letter-spacing:4px;
font-family: 'Oswald', sans-serif;	
font-weight:300;
}
.bec-stack-Txt h2 span{
letter-spacing:1px;
font-family: 'Oswald', sans-serif;	
font-weight:700;
display:block;
}

/*================================
    Service Style
==================================*/
.service-4 {
  background: var(--lightblue) !important; 
  padding: 40px 20px 30px 20px;
margin-bottom:20px;
   /*-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; */
/* box-shadow: 0 5px 15px 0 rgba(31, 73, 125, 0.1);	
-webkit-box-shadow: 0 5px 15px 0 rgba(31, 73, 125, 0.1);	
-moz-box-shadow: 0 5px 15px 0 rgba(31, 73, 125, 0.1); */

  -webkit-box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.09); 

border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

 }
 
 
  .service-4 .content h4 {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 16px; 
	text-transform: uppercase; 
	font-family: 'Poppins', sans-serif;
	letter-spacing:0.7px;
	text-align:center;
	}
	
  .service-4 .content p {
    margin: 0;
	font-family:'Poppins', sans-serif;
color:var(--mytext);
font-size:15px;
font-weight:400;
line-height:160%;
text-align:left;
	}
	
  .service-4 .icons {
    padding-bottom: 33px;
    position: relative;
    margin-bottom: 22px; }
    
    .service-4 .icons::before {
      position: absolute;
      content: "";
      background: #969696;
      width: 30px;
      height: 1px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
      
    .service-4 .icons::after {
      position: absolute;
      content: "";
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%);
      background: #969696;
      width: 20px;
      height: 1px; }
      
  .service-4.text-white-service {
    background: rgba(0, 179, 204, 0.7); }
    
    .service-4.text-white-service .content h4 {
      color: var(--light);
      font-size: 16px; }
      
    .service-4.text-white-service .content p {
      color: var(--light); }
      
    .service-4.text-white-service .icons::before {
      background: var(--light); }
      
    .service-4.text-white-service .icons::after {
      background: var(--light); }


/*==========================
UNIVERSITIES LOGOS 
====================================*/
#bec-university{
padding-bottom:40px ;
background:transparent;
width:100%;
}

.bec-university-list {
padding-top:0px ; 
margin-bottom:3px; 
-webkit-transition: all 1.0s ease;
-moz-transition: all 1.0s ease;
-o-transition: all 1.0s ease;
-ms-transition: all 1.0s ease;
transition: all 1.0s ease !important; 
transition-timing-function: linear !important;
}

.bec-university-list:hover a{
opacity:0.5;
}

.bec-university-list:hover li:hover a:hover{
opacity:1.0 !important;
}
a.om_2 {
opacity:1.0 !important;
}

.bec-university-list a{
-webkit-transition: all 1.0s ease;
-moz-transition: all 1.0s ease;
-o-transition: all 1.0s ease;
transition: all 1.0s ease !important; 
transition-timing-function: linear !important;
}

.bec-university-list li{
display:inline-table;
text-decoration:none; 
list-style:none; 
}


.bec-university-list li img{
width:100% !important;
height:auto !important;
border:1px solid #ddd; 
background:var(--lightblue);
padding:0px;
margin-bottom:4px;
-webkit-transition: border 0.3s ease;
-moz-transition: border 0.3s ease;
-o-transition: border 0.3s ease;
-ms-transition: border 0.3s ease;
transition: border 0.3s ease;

}


.bec-university-list li:hover img{
border:1px solid var(--secondary);
}



/*==========
UNIVERSITIES LOGOS BUTTON
===================*/
#bec-university1 button,
#bec-university2 button {
    position: absolute;
    left: 0px;
    top: 25%;
    z-index: 2;
    background: var(--secondary);
    height: 42px;
    width: 35px;
    border: 0 none;
    color: var(--white);
    font-size: 28px;
    transition: 0.4s ease-in-out;
    opacity: 1; }
    
#bec-university1 button:hover,
#bec-university2 button:hover {
      background: var(--primary);
      color: var(--white); }
#bec-university1 button.post-arrow-prev,
#bec-university2 button.post-arrow-prev { 
      left: auto;
      right: 0px; }
#bec-university1:hover button,
#bec-university2:hover button {
    opacity: 1;
    left: 0; }
#bec-university1:hover button.post-arrow-next,
#bec-university2:hover button.post-arrow-next {
    left: auto;
    right: 0;
    opacity: 1; }


/* DEMANDS TABLE */


.Demands-panel{
padding: 0;
width:100%; 
}


.Demands-panel .Demands-panel-heading{
    padding: 15px;
    margin: 0;
}
.Demands-panel .Demands-panel-heading .title{
    color: var(--mytext);
	font-family: 'Poppins', serif;
    font-size: 24px;
    font-weight:300;
    text-transform: uppercase;
	letter-spacing:1px;
    line-height: 30px;  
    margin: 0;    
}
.Demands-panel .Demands-panel-heading .title span{ 
font-weight: 900;
color: var(--secondary); }


.Demands-panel .Demands-panel-heading .title:after{
    content:"";
    display: block;
	width:20px;
    border-bottom:3px solid var(--mytext);
	padding-bottom:3px;
}

.Demands-panel .Demands-panel-heading .add-new{
    color: var(--white);
	font-family: 'Poppins', sans-serif; 
    background-color: var(--secondary);
    font-size: 13px;
	text-transform:uppercase;
	letter-spacing:1px;
    font-weight: 600;
    padding: 10px 12px 8px;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
}
.Demands-panel .Demands-panel-heading .add-new:hover,
.Demands-panel .Demands-panel-heading .add-new:focus{
    color: var(--white);
    background-color: var(--primary);
}

.Demands-panel .Demands-panel-heading .btn_group{
    background-color: var(--white);
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
}


.Demands-panel .Demands-panel-heading .btn_group .btn01{ padding: 5px 10px; }
.Demands-panel .Demands-panel-body{ padding: 0; }
.Demands-panel .Demands-panel-body .table thead tr th{
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif; 
	border:none;}


.Demands-panel .Demands-panel-body .table tbody tr td{
	font-family: 'Poppins', sans-serif; 
    color: var(--mytext);
    font-size: 15px;
    padding: 10px 12px;
    vertical-align: middle;
	border-bottom:1px solid #ddd;
	}
	
.Demands-panel .Demands-panel-body .table tbody .action-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.Demands-panel .Demands-panel-body .table tbody .action-list li{ display: inline-block; }
.Demands-panel .Demands-panel-body .table tbody .action-list li a{
    color: var(--white);
    font-size: 12px;
	letter-spacing:1px;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease 0s;

box-shadow:rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
 }


.Demands-panel .Demands-panel-body .table tbody .action-list li button:hover,
.Demands-panel .Demands-panel-body .table tbody .action-list li a:hover{
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}


.Demands-panel .Demands-panel-footer{
    background-color: transparent;
    text-align: center;
    padding: 15px;
    border: none;
}

.pagination{ margin: 0; }
.pagination li a{
    color: var(--mytext);
    background-color: var(--white);
    font-size: 15px;
    font-weight: 600;
    margin: 0 2px;
    border: none;
    transition: all 0.3s ease 0s;
	box-shadow:rgba(0, 0, 0, 0.35) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.35) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}


.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a{
    color: var(--white);
    background-color: var(--secondary);	
    box-shadow:none; 
}

.pagination .text{
font-family: 'Poppins', sans-serif;
color: var(--mytext);
font-size: 12px;
font-weight:600;
letter-spacing:1px;
vertical-align: middle;
text-transform:uppercase;
line-height:35px;
margin-left:20px;
margin-right:20px;
}





@media only screen and (max-width:767px){
    .Demands-panel .Demands-panel-heading .title{
        text-align: center;
        margin: 0 0 10px;
    }
    .Demands-panel .Demands-panel-heading .text-right{ text-align: center; }


.Demands-panel .Demands-panel-body .table tbody tr td{
border:none !important;
}


.Demands-panel .cdtext-align{	
text-align:left !important;	
}
.Demands-panel .border-right{
background:transparent !important;
}

.Demands-panel .Demands-panel-heading .title:after{
    content:"";
    display: block;
	width:0px;
    border-bottom:none !important;
	padding-bottom:3px;
}

}



.Demands-panel .border-right{
transition: all 0.3s ease 0s;
border-right:1px solid #ddd;
}

.Demands-panel .border-right:hover{

}

.Demands-panel .cdtext-align{	
text-align:center; 
}

.Demands-panel .cdtext-bold{	
font-weight:500;

}

/* TABLE RESPONSIVE */
/*
@media screen and (max-width: 767px) {
  thead { display: none; }
  tr {
    display: block;
    position: relative;
    padding: 1.2em; }
  tr:first-of-type { border-top: 2px solid #eee; }
  td { display: table-row; }
  td:before {
    content: attr(data-label);
    display: table-cell;
    font-weight: bold;
    padding: 0.2em 0.6em 0.2em 0;
    text-align: right; }
  td:last-child:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #eee; }
}
*/

/* ===============
pills-tab
=============*/

#pills-tab li {
border:0px solid var(--secondary); 
background: var(--secondary);
border-radius:4px;
transition: all 0.3s ease 0s; 
position: relative;
}

#pills-tab li .active{
background: var(--primary);
position: relative;
z-index: 11;
}


#pills-tab li .active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--primary);
  height: 16px;
  width: 16px;
}


#pills-tab li:focus {
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;    
}


#pills-tab li:hover {
  transform: translateY(-2px);
}


#pills-tab li .active,
#pills-tab li:active {
  transform: translateY(2px);
}


#pills-tab button {
 color: var(--white); 
 font-weight:600;
}





/*============
ABOUT US IMG DESIGN
======================*/


.bec-img-border {
    position: relative;
    height: 100%;
    min-height: 500px;
}

.bec-img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 1rem;
    bottom: 1rem;
    background:#e4f7fa;
    border: 2px solid #91e6ff;
    border-radius: 6px;
}

.bec-img-border img {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    object-fit: cover;
    border-radius: 6px;
}

/*== ING2 ==*/

.bec-img2-border {
    position: relative;
    height: 100%;
    min-height: 500px;
}

.bec-img2-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0rem;
    right: 0;
    bottom: 0rem;
    background:#fff;
    border: 0px solid #fff;
    border-radius: 6px;
}

.bec-img2-border img {
    position: absolute;
    top: 0rem;
    right: 0rem;
    width: calc(100% - 0rem);
    height: calc(100% - 0rem);
    object-fit: cover;
    border-radius: 6px;
}



/*=================
BEC BLOG POSTS SECTION
============================*/
.bec-blog-posts .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.5s;
}

.bec-blog-posts .post-item .post-img img {
  transition: 0.5s;
}

.bec-blog-posts .post-item .post-date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 600;
}

.bec-blog-posts .post-item .post-content {
  padding: 30px;
}

.bec-blog-posts .post-item .post-title a {
  font-family:'Poppins';
  font-size: 20px;
  color: var(--mytext);
  line-height:normal;
  font-weight: 700;
  transition: 0.5s;
  margin-bottom: 15px;
}


.bec-blog-posts .post-item:hover .post-title a {
  color: var(--primary);
}


.bec-blog-posts .post-item .meta i {
  font-size: 16px;
  color: var(--dark);
}

.bec-blog-posts .post-item .meta span {
  font-size: 15px;
  color: var(--dark);
}

.bec-blog-posts .post-item hr {
  color: #888;
  margin: 20px 0;
}

.bec-blog-posts .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: var(--dark);
}

.bec-blog-posts .post-item .readmore i {
  line-height: 100%;
  margin-left: 6px;
  font-size: 16px;
  transition: all 0.5s ease 0s; 
}


.bec-blog-posts .post-item:hover .readmore i {
transform: rotate(360deg);
}


.bec-blog-posts .post-item:hover .post-title,
.bec-blog-posts .post-item:hover .readmore {
  color: var(--secondary);
}


.bec-blog-posts .post-item:hover .post-img img {
  transform: scale(1.1);
}




/*====================
CAC SERVICE STYLE TWO 
===========================*/


.cac-service-style-two{
  position: relative;
  display: block;
  padding: 72px 0px 85px 0px;
}

.cac-service-style-two .sec-title{
  margin-bottom: 35px;
}

.cac-service-block-two .inner-box{
  position: relative;
  display: block;
  border-radius:0px 0px 15px 15px;
  background: var(--white);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
}

.cac-service-block-two:hover .inner-box{
  transform: translateY(-10px);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.cac-service-block-two .inner-box .image-box{
  position: relative;
  display: block;
  background: var(--primary);
  overflow: hidden;
}

.cac-service-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.cac-service-block-two:hover .inner-box .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.cac-service-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  overflow: hidden;
  padding: 20px 15px 35px 35px;
}

.cac-service-block-two .inner-box .lower-content:before{
  position: absolute;
  content: '';
  background: url(../img/sa-bg.png);
  width: 254px;
  height: 254px;
  right: 0px;
  top: 25px;
  background-repeat: no-repeat;
}

.cac-service-block-two .inner-box .lower-content .icon-box{
  position: relative;
  display: inline-block;
  font-size: 55px;
  line-height: 55px;
  color: var(--mytext);
  margin-bottom: 24px;
  z-index: 1;
}
/*
.cac-service-block-two .inner-box .lower-content .icon-box:before{
  position: absolute;
  content: '';
  background: url(images/icons/shap-1.png);
  width: 71px;
  height: 55px;
  left: -15px;
  top: 5px;
  background-repeat: no-repeat;
  z-index: -1;
  animation-name: rotateme;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 60s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 60s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 60s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.cac-service-style-two .cac-service-block:nth-child(2) .cac-service-block-two .inner-box .lower-content .icon-box:before{
  position: absolute;
  content: '';
  background: url(images/icons/shap-2.png);
  width: 63px;
  height: 68px;
  left: -15px;
  top: 5px;
  background-repeat: no-repeat;
  z-index: -1;
  animation-name: rotateme;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 60s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 60s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 60s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
*/
.cac-service-style-two .cac-service-block:last-child .cac-service-block-two .inner-box .lower-content .icon-box:before{
  background: url(images/icons/shap-3.png);
  width: 76px;
  height: 44px;
}

.cac-service-block-two .inner-box .lower-content h3{
  position: relative;
  display: block;
  line-height: 32px;
  color: var(--mytext);
  margin-bottom: 11px;
  z-index: 1;
}

.cac-service-block-two .inner-box .lower-content h3 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}

.cac-service-block-two .inner-box .lower-content h3 a{
  color: var(--mytext);
}

.cac-service-block-two .inner-box .lower-content h3 a:hover{
  color: var(--primary);
}

.cac-service-block-two .inner-box .lower-content .text{
  position: relative;
  display: block;
  color: var(--mytext);
  margin-bottom: 11px;
}

.cac-service-block-two .inner-box .lower-content .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}

.cac-service-block-two .inner-box .lower-content .link-btn a:hover{
  color: var(--primary);
}

.cac-service-block-two .inner-box .lower-content .link-btn a i{
  font-size: 12px;
  margin-left: 8px;
  transition: all 500ms ease;
}

.cac-service-block-two .inner-box .lower-content .link-btn a:hover i{
  transform: rotate(360deg);
}


/* CALL2ACTION STYLE-TWO */


.cac-c2a-section {
margin-top:0px;
margin-bottom:0px;
background:url("../img/cac-c2a.jpg") no-repeat;
-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;
}

.cac-c2a-cover{
padding-top:0px;
padding-bottom:0px;
background: rgba(117,62,146,0.7)!important;
height:100%;
width:100%;
}




/* EVENTS */


.excellence .cac-animation {
  animation: zoom-in-out 2s ease-in-out infinite;
  transition: color 0.5s ease;
}

@keyframes zoom-in-out {
  0% { transform: scale(1); color: var(--primary); }
  50% { transform: scale(1); color: var(--secondary); }
  100% { transform: scale(1); color: var(--primary); }
}


