/* 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.
*/
@charset "utf-8";

/*::::::::::::::::::::::FONTS IMPORT:::::::::::::::::::::::*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700,900);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100,200,300,400,500,600,700,800,900&display=swap');
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,700,500,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

/*::::::::::::::::::::::CSS IMPORT:::::::::::::::::::::::*/
@import url('font-awesome.css');
@import 'ionicons.min.css';
@import 'elementor-icons.min.css';
@import 'plugin/bicon.min.css';
@import 'fonts/icon-7-stroke/css/pe-icon-7-stroke.css';
@import 'fonts/icon-7-stroke/css/helper.css';
@import 'fonts/icofont/icofont.min.css';



/*** ============================
	Global Settings
============================ ***/

:root {
--primary: #753e92;  
    --secondary: #ffc546;
	--orange: #d37841;
    --light:#FFFFFF; 
    --dark: #182536; 
	--lightblue: #f8f7f9;
	--lightgreen: #f0fff0;
	--lightorange: #FBFBFB;
   --headline: #4d4d4d; 
   --mainbg: #753e92;
   --white: #FFFFFF;
   --mytext: #494a4e;
   --black: #010e17;
   --mhover: #ffc546;
}

::selection {
  background:var(--secondary); /* WebKit/Blink Browsers */
  color:var(--white); 
}
::-moz-selection {
  background:var(--secondary); /* Gecko Browsers */
  color:var(--white);
}
::-webkit-selection {
  background:var(--secondary); /* Gecko Browsers */
  color:var(--white);
}

/* HTML BODY */

html, body{
background: var(--light);
font-family: 'Poppins', sans-serif;
color: var(--mytext);
-webkit-transition: .4s all ease;
-o-transition: .4s all ease;
transition: .4s all ease;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#wrapper{
	position:relative;
	margin:0 auto;
	width:100%;	
	}
	
	
*{
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
/*============
BODY SCROLLBAR
======== */


/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #000000; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--secondary); 
}



/*============
END SCROLLBAR
======== */


ul li {
    list-style: none;
}
br {
    font-size: 0;
    line-height: 0;
}

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }



a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }
	
button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;}
	
.clear { clear: both; }

.nopadding {
   padding: 0 !important;
}
.nomargin {
	margin: 0 !important;}

.scroll-events{
	overflow-y: auto !important; 
	height:385px !important;
}


/*** ============================
	media print 
============================ ***/

@media print {
    * {
       background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration:none !important;
		
    }

    a[href]:after {
		display:none !important;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*** ============================
	Global Settings
============================ ***/

/* ------------- ========
Vertical margin, padding
==========-------------*/
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-80 {
  padding-top: 80px !important;
}


.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}




/* ------------- ========
Heading (h1, h2, h3, h4, h5, h6)
==========-------------*/

h1,h2,h3,h4,h5,h6{
  font-weight:400, 800, 900, 700, 600, 300, 300italic, 400italic, 600italic, 700italic, 800italic; 
}



h1,
h2,
.fw-bold {
    font-weight: 900;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700;
}

h5,
h6,
.fw-medium {
    font-weight: 600;
}

/*========
TEXT COLOR
==========*/

.text-primary {
color:var(--primary) !important; 
}
.text-secondary {
color:var(--secondary) !important;
}
.text-dark {
color: var(--dark) !important;	
}
.text-light {
color: var(--light) !important;
}
.text-white {
color: var(--white) !important;	
}
.text-black {
color: var(--mytext) !important;	
}


/*========
BACKGROUND
==========*/

.bg-primary {background: var(--primary) !important;}
.bg-secondary {background: var(--secondary) !important;}
.bg-lightblue {background: var(--lightblue) !important;}
.bg-light {background: var(--light) !important;}
.bg-dark {background: var(--dark) !important;}
.bg-white {background: var(--white) !important;}

/* ========
BORDER COLOR
==========*/
.border-primary{
border-color: var(--primary) !important;
}
.border-secondary{
border-color: var(--secondary) !important;
}
.border-dark {
border-color: var(--dark) !important;	
}

.border-light{
border-color: var(--light) !important;
}

.border-white {
border-color: var(--white) !important;	
}

/* ------------- ========
BOOTSTRAP BTN
==========-------------*/
.btn-primary {background:var(--lightblue) !important;
border:2px solid var(--primary) !important;
padding:10px 20px !important;
letter-spacing:1px;
font-size:13px !important;
font-weight:500 !important;
text-transform: uppercase;
color: var(--mytext);
}

/* ------------- ========
blockquote
==========-------------*/

blockquote {
line-height:normal;
color: var(--dark);
padding:0 60px;
margin: 30px auto; 
font-size: 17px;
font-style: italic;
}

blockquote p {
   font-family: 'Poppins', sans-serif; 
   text-align:left;
   font-weight:300;
}


blockquote p::before,
blockquote p::after {
   content: "“";
   font-family: Georgia;
   font-size: 4rem;
   margin: -1rem 0 0 -2rem;
   position: absolute;
   color: var(--primary);
}

blockquote p::after {
   content: "”";
   margin: -1px -4rem 0 0;
}


blockquote cite {
   font-size: 15px;
}

.text-justify {text-align: justify;
  text-justify: inter-word;} 
  
  
 /* ------------- ========
Social Media Icons
==========-------------*/
	a.instagram {
  background-color: var(--secondary);
  color: #fff; }
  a.instagram:hover {
    background-color: rgba(0,0,0,0.2);
    color: #fff; }
	
	a.youtube {
  background-color: var(--secondary);
  color: #fff; }
  
  a.youtube:hover {
    background-color: rgba(0,0,0,0.2);
    color: #fff; }
	
	a.google {
  background-color: #DD4B39;
  color: #fff; }
  
  a.google:hover {
    background-color: rgba(0,0,0,0.2);
    color: #fff; }
	
a.skype {
  background-color: #00AFF0;
  color: #fff; }
  
  a.skype:hover {
    background-color: rgba(0,0,0,0.2);
    color: #fff; }
	
	a.facebook {
  background-color: var(--secondary);
  color: #fff; }
  
  a.facebook:hover {
    background-color: rgba(0,0,0,0.2);
    color: #fff; }
	
a.twitter {
  background-color: #00ACEE;
  color: #fff; }
  
  a.twitter:hover {
    background-color: rgba(0,0,0,0.2);
    color: #fff; }
	
 .social-media-square a {
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding:12px;
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 10px;
  transition: 0.5s;
    }
  
  .social-media-square a:hover {
 opacity: 0.9;
 background-color:var(--dark);
	}
	 
  

/* ------------- ========
ABBR
==========-------------*/


abbr[title] {
    border-bottom: 1px dotted;
	background:#EC0605;
}

abbr {
    position: relative;
    border:none;
}
abbr:hover::after {
    opacity:1;
}
abbr::after {
    position:absolute !important;
    opacity:0;
    height:auto;
    width:100%;
    top: -50px;
    color:var(--white) !important;
    left: 0;
    display: block;
    padding: 1em;
    background: #494a4e;
    border-radius:2px;
    content: attr(title);
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:1s;
}


/*** Button ***/
.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: var(--white);
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** ============================
	HEADER STYLE
============================ ***/

/** LOGO **/

.main-logo img{	
height:58px;
width:auto;
margin:0px 0px;
}


@media only screen and (min-width: 768px) and (max-width: 1023.99px) {
    
.main-logo img{	
height:50px;
width:auto;
margin: -12px 0px;
}    
    
}

 @media only screen and (max-width: 767px) {
     
.main-logo img{	
height:40px;
width:auto;
margin: -12px 0px;
}  

 }


/*==========
  Search Form BOX
=================*/
.search-line {
	margin-top:0px;
  height: 60px;
  position: relative;
  width:100%;
}
  
   .search-line textarea:focus, 
   .search-line input:focus{
    outline: none !important;
}
  
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-line {
      margin-top: 20px; } }
	  
  @media only screen and (max-width: 767px) {
    .search-line {
      margin-top: 30px; } }
	  
  .search-line input[type="text"] {
    border: 1px solid var(--primary);
    font-size: 12px;
    height: 60px;
    position: absolute;
    transition: all .3s ease-in;
    width: 100%;
    color: #0e0e2f;
    font-size: 14px;
    transition: all .3s ease-in-out;
    padding: 0 20px;
    padding-right: 63px; }
	
    .search-line input[type="text"]:focus {
      width: 100%;
      border-radius: 20px;
      border: 1px solid var(--primary); }
	  
      .search-line input[type="text"]:focus ~ button {
        background: var(--primary);
        border: 1px solid var(--primary);
        border-radius: 0 20px 20px 0;
        color: #fff;  outline: none !important;}
		
  .search-line button {
    background: transparent;
    transition: all .3s ease-in;
    position: absolute;
    right: 0;
    border: 0 none;
    transition: all .3s ease-in-out;
    width: 60px;
    text-align: center;
    height: 100%;
    border: 0 none; outline: none !important;
	}

.search-line button.btn-reset {
  background: transparent;
  border: 1px solid var(--primary);
  border-radius: 50%;
  font-size: 10px;
  height: 20px;
  line-height: 10px;
  padding: 0;
  width: 20px;
  left: 92%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  opacity: 0;
  visibility: hidden; outline: none !important;
  transition: all .6s ease-in-out; }
  
.search-line input[type="text"]:focus ~ button.btn-reset {
  transform: rotateZ(360deg) translateY(-50%);
  left: 100%;
  transition-delay: .3s;
  border-radius: 100%;
  opacity: 1;
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  visibility: visible; outline: none !important; }


 /*==========
Search Result BOX
  ================*/
  .result-box{
display: flex !important;
flex-direction: row;
flex-wrap: wrap;
flex-wrap: nowrap; 
margin-top:50px;
margin-bottom:50px;}
  
 .result-box li{
width:100%; 
height:150px; 
background:#fff !important ; 
Color:#494a4e; 
margin:2px 0; 
padding:20px !important;
text-align:center;
list-style:none;
font-size: 16px;
line-height: 140%;
font-weight:600;
letter-spacing:0.5px;
font-family: 'Poppins', sans-serif;
border:1px solid #eee;
}


.result-box li:hover{
    -webkit-box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.1);
}

.result-box a{
	color:#494a4e;
font-size: 16px;
line-height: 140%;
font-weight:600;
letter-spacing:0.5px;
font-family: 'Poppins', sans-serif;
text-align:center;
}
  
  
 .result-box span{
	color:#ed1c24;
font-size: 13px;
line-height: 140%;
text-decoration:underline;
font-weight:400;
letter-spacing:0.5px;
font-family: 'Poppins', sans-serif; 
	 
 } 
  
  
.result-result h3{
font-size:24px;
font-weight:700;
line-height: 150%;
margin-bottom:30px;
z-index:1;
color:#494a4e;
font-family: 'Poppins', sans-serif;	 
}
  
  .result-result h3:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:20px;
height:34px;
border-bottom:3px solid #494a4e;
  position: absolute;
  left:0;
  z-index:1;
  margin-left:15px;
}

/* SEARCH BANNER BOX WITH SELECTIVE INPUT */

.travel-search-form {
    position: absolute;
    z-index: 1;
	bottom:15px;
	outline: none !important;
}

.travel-search-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.travel-search-form  form .custom-select {
    height: 52px;
    border-radius: 0;
    padding: 0 80px 0 40px;
    color:#494a4e;
    font-size: 13px;
    font-weight: 600;
    border: none;
    margin-right: 10px;
	outline: none !important;
}

.travel-search-form  form .custom-select option{
background:#000;
color:#494a4e;
border-bottom:1px solid #fff;	
padding:7px 10px;	
	
}



.travel-search-btn {
    min-width: 180px;
    height: 52px;
    background-color: #7643ea;
    border-radius: 0;
    padding: 0 15px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.travel-search-btn:hover,
.travel-search-btn:focus {
    color: #fff;
    background-color: #5d25dd;
    font-weight: 600;
}



/*===========
FOOTER DESIGN - 
CONTACT SECTION
==============*/

.contact .info-item {
  border:1px solid var(--white);
  background:var(--white);
  padding: 20px;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.contact .info-item i,
.contact .info-item em {
  font-size: 38px;
  line-height: 0;
  color: var(--primary);
}

.contact .info-item h3 {
  color:#494a4e;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px 0;
  position:relative;
}

.contact .info-item h3:after{
content:"";
position:absolute;
margin-top:25px;
left:0;
height:1px;
width:75px;
background:#494a4e;	
}



.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}


.contact-S-box {
  border:1px solid var(--dark);
  background: var(--white);
  padding: 15px;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
border-radius:7px; 
}


.w2z-googlemap{
padding:16px;
background:transparent;
border:0px solid var(--primary);
}

.w2z-googlemap iframe{
border-radius:10px;	
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}



/*======
FOOTER / BROWSE TOPICS 
=========*/

.membership-logo{
margin-top:10px;
width:100%;
 }
 
.membership-logo li{
margin-right:3px;
padding:3px;
margin-bottom:3px;
list-style:none;  
float:left;
border:1px solid var(--white);  
display:inline-block;
box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.22);
background:#FBFBFB;
}
 
 .membership-logo li img{
 height:45px;
 width:auto;
 }
 
 .membership-logo li img:hover{
 
  -o-filter:contrast(110%);
 -webkit-filter: contrast(110%);
   -moz-filter: contrast(110%);
  filter: contrast(110%); 
  -ms-filter:contrast(110%);
  
  }
  

.browsetopic{
width:100%;
margin:0;
padding:0;
background: var(--dark) url("../img/footer-world.png") no-repeat bottom right;
}

.browsetopic-title h3{
   color:var(--white);
   font-size:18px;
   text-transform:uppercase;
   letter-spacing:1px;
   font-weight:400; 
   margin-bottom:20px;
   font-family: 'Poppins', sans-serif;
   position:relative;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.browsetopic-title h3:after{
transition: all 0.5s ease, padding 2.8s linear;
	-ms-transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;
	-o-transition: all 0.5s ease, padding 2.8s linear;
content:"";
width:60px;
height:28px;
border-bottom:2px solid var(--secondary);
  position: absolute;
  margin:0 auto;
  left:0;
  z-index:1;
}
.browsetopic-title h3:hover::after{
width:60px;

}

.browsetopic-title ul>li {
list-style:none;
}

.browsetopic-title ul>li> a{
font-size:14px;
color:var(--secondary);
letter-spacing:0.5px;
font-weight:400; 
font-family: 'Poppins', sans-serif;
}



.bf-fmenu li {
	border-bottom:1px dashed rgba(0,0,0,0.09);
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	list-style:none; 
	}
	
	
.bf-fmenu li:last-child {
border-bottom:none !important;	
}

.bf-fmenu li:before  {
vertical-align:middle;
font-family: FontAwesome;
        margin-left:-30px;
        content: "\f178";	
		color:#95a5a6;	
position:absolute;

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;
}

.bf-fmenu li:hover:before  {
margin-left:-20px;
color:var(--secondary);	
}

.bf-fmenu a{
	text-decoration:none;
}
.bf-fmenu a:hover{
	color:var(--secondary);
}

/*=============
FOOTER COPYRIGHT
==============*/

#footer {
  padding-top: 20px;
  padding-bottom: 40px;
  background: var(--secondary);
}

#footer .copyright-2019 {
color: var(--white);
font-size:15px;
margin-top:20px;
text-align:left;
font-weight:400; 
}

#footer .copyright-2019 strong{
font-weight:700; 
}

#footer a {
  color: var(--white);
}

#footer a:hover {
  color: var(--primary);
  text-decoration:none;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
  font-weight:400;
}


/*=======/.FOOTER END=====*/


.c2a-section {
margin:0px;
padding:0px;
background: var(--dark) !important;
-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;
}

.c2a-cover{
margin:0;
padding-top:0px;
padding-bottom:0px;	
height:100%;
width:100%;
}

.padding-c2a-cover-top{
padding-top:100px;		
}

.padding-c2a-cover-bottom{
padding-bottom:100px;		
}


 /*================================
    Call 2 Action Style
=================================*/


.call-2-action .content h2 {
  color: #494a4e;
  font-size: 70px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: 'Poppins', serif;  
  font-weight:100;
  letter-spacing:1px;
  margin-bottom:30px;
  }
  
  .call-2-action .content h5{
  font-size: 18px;
  color: #494a4e;
	letter-spacing:1px;
	font-weight:400;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
  line-height: 0.80em;
  padding-bottom: 15px;
  position: relative;
 } 
  
.call-2-action .content h5:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #b10069;
}
.call-2-action .content h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 50%;
  max-width: 200px;
  background-color: #b10069;
}

  
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-2-action .content h2 {
      font-size: 35px;
      line-height: 50px; } }
	  
	  
  @media only screen and (max-width: 767px) {
    .call-2-action .content h2 {
      font-size: 30px;
      line-height: 45px; } }
	  



/* =======
 SOCIAL MEDIA
=============== */


.social-platforms {
  position:relative;
  font-size:1rem;
  overflow:hidden;
}

.social-platforms .btn {
  clear:both;
  white-space:nowrap;
  font-size:.8em;
  font-weight:300;
  display:inline-block;
  border-radius:5px;
  margin:2px; 
  letter-spacing:0.5px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  overflow:hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
}


.social-platforms .btn:hover {
  box-shadow: none;
}

.social-platforms .btn:focus {
  box-shadow: none;
}



.social-platforms .btn > span, .social-platforms .btn-icon > i {
  float:left;
  padding:14px 25px 13px 13px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  line-height:1em;
}

.social-platforms .btn > span {
  padding:14px 18px 16px;
  white-space:nowrap;
  color:var(--white);
  background:#b8b8b8;
}

.social-platforms .btn:focus > span {
  background:#9a9a9a;
}

.social-platforms .btn-icon > i {
  border-radius:5px 0 0 5px;
  position:relative;
  width:13px;
  text-align:center;
  font-size:1.25em;
  color:var(--white);
  background:var(--secondary);
}

.social-platforms .btn-icon > i:after {
  content:"";
  border:8px solid;
  border-color:transparent transparent transparent var(--secondary);
  position:absolute;
  top:13px;
  right:-15px;
}

.social-platforms .btn-icon:hover > i, .social-platforms .btn-icon:focus > i {
 color:var(--white);
}

.social-platforms .btn-icon > span {
  border-radius:0 5px 5px 0;
}

/*Facebook*/
.social-platforms .btn-facebook:hover > i, .social-platforms .btn-facebook:focus > i {
  color:#3b5998;
}

.social-platforms .btn-facebook > span {
  background:#3b5998;
}

/*Twitter*/
.social-platforms .btn-twitter:hover > i, .social-platforms .btn-twitter:focus > i {
  color:#55acee;
}

.social-platforms .btn-twitter > span {
  background:#55acee;
}

/*Google*/
.social-platforms .btn-instagram:hover > i, .social-platforms .btn-instagram:focus > i {
  color:#E4405F;
}

.social-platforms .btn-instagram > span {
  background:#E4405F;
}

/*tiktok*/
.social-platforms .btn-tiktok:hover > i, .social-platforms .btn-tiktok:focus > i {
  color:var(--primary);
}

.social-platforms .btn-tiktok > span {
  background:var(--primary);
}




/*=========
COUNTER
==============*/


#student-counter .counter-pro {
display: flex;
margin:10px 0; 
/*background:var(--light);*/
padding:15px 20px;
border-radius:15px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

 #student-counter .counter-pro .fact-icon {
    margin-right:30px;
	position: relative;
	left:0;}

#student-counter .counter-pro .fact-icon:after {
content:"";
position:absolute;
width:1px;
height:100%;
background:rgba(0,0,0,0.1);
left:100px;
top:0;	
}



#student-counter .counter-pro .fact-icon img {
height:90px;		
width:90px;
display:block;
margin:auto 0;	
  }
	
 #student-counter .counter-pro .fact-icon i {
      font-size: 48px;
      color: #fbfdfc;}
	  
 #student-counter .counter-pro .fact-icon em {
      font-size: 48px;
      color: #fbfdfc;}	  
	  
#student-counter .counter-pro .content span {
    color: var(--secondary);
    font-size: 30px;
    font-weight: 700;
    margin-top: 13px; 
	letter-spacing:2px;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    position: relative; }
	
#student-counter .counter-pro .content span::after {
      position: absolute;
      content: "+";
      right: -20px;
      color: var(--secondary);
      font-size: 30px;
	  font-weight:700;
    font-family: 'Poppins', sans-serif;
}
	  
#student-counter .counter-pro .content h2 {
    color: var(--secondary);
    font-weight: 400;
    font-size: 13px;
	line-height:20px;
    margin: 0;
    position: relative;
    display: block;
	font-family: 'Poppins', sans-serif;}








/*============
 W2Z SERVICES 
 ==============*/
.w2zservice-item {
    position: relative;
    margin: 65px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.w2zservice-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.w2zservice-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.w2zservice-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--white);
    transition: .5s;
}

.w2zservice-item:hover .service-title {
    top: -100%;
}

.w2zservice-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(6,33,69,0.90);
    transition: .5s;
}

.w2zservice-item:hover .service-text {
    top: 0;
}

.w2zservice-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: var(--white);
    transition: .5s;
}

.w2zservice-item:hover .service-text::before {
    top: -55px;
}

.w2zservice-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
	    color: var(--white);
    background: var(--primary);
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.w2zservice-item .btn:hover {
    color: var(--secondary);
    background: var(--white);
}





		
/*==============
W2ZSERVICE-ITEM BUTTON
======================*/	


#program_areas {	
position: relative;	
}
	
#program_areas 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;}
	
    #program_areas button:hover {
      background: var(--primary);
      color: var(--white);
       width: 65px; }
	  
    #program_areas button.post-arrow-prev {
      left: auto;
      right: 0px; }
	  
  #program_areas:hover button {
    opacity: 1;
    left: 0; }
	
  #program_areas:hover button.post-arrow-next {
    left: auto;
    right: 0;
    opacity: 1; }
	
/*=======================
W2ZSERVICE-ITEM BUTTON
============================*/


/*=============
EQUIPMENT ITEMS
=================*/
.equipment-section {
margin:0px;
padding:0px;
background:url("../img/counter.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;
}

.equipment-cover{
padding-top:50px;
padding-bottom:50px;
background: rgba(6,33,69,0.9)!important;
height:100%;
width:100%;
}

#equipment .item .text {
  text-align: center;
  color:var(--white);
}

#equipment .item .text h4{
  font-family: 'Poppins', sans-serif;
  font-size:13px !important;
  letter-spacing:1px;
  font-weight:400;
text-shadow: 1px 1px 2px red, 0 0 1em var(--secondary), 0 0 0.2em var(--secondary);  
}

.equipment-item{
width:99%;
left:0.5%;
}

.equipment-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  width: 100%;
  height: 0;
  background: rgba(6,33,69,0.5);
  transition: all .35s ease;
  overflow: hidden;
  z-index: 1;
}

.equipment-item .equipment-item-overlay {
  text-align: center;
  position: absolute;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  top: 0%;
  opacity: 0;
  left: 50%;
  margin-left: -20px;
  transition: all .35s ease;
  z-index: 2;
}

.equipment-item p {
  color: #fff;
}

.equipment-item i {
  font-size: 50px;
  color: #131f33;
}

.equipment-item:hover:before {
  opacity: 1;
  height: 100%;
}

.equipment-item:hover .equipment-item-overlay {
  opacity: 1;
  top: 40%;
}

.owl-carousel .owl-item .equipment-item img {
  -webkit-transform-style: none;
}

/*====================
POST_EQUIPMENT BUTTON
=========================*/	


.post_equipment {	
position: relative;	
}
	
.post_equipment button {
    position: absolute;
	left: 0px;
	bottom:40%;
    z-index: 2;
    background: rgba(6,33,69,0.7);
    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;}
	
   .post_equipment button:hover {
      background: var(--primary);
      color: var(--white);
       width: 65px; }
	  
    .post_equipment button.post-arrow-prev {
      left: auto;
      right: 0px; }
	  
  .post_equipment:hover button {
    opacity: 1;
    left: 0; }
	
  .post_equipment:hover button.post-arrow-next {
    left: auto;
    right: 0;
    opacity: 1; }
	
	
	
.equipment-text .content h2{
  font-family: 'Poppins', sans-serif;
  font-size:24px !important;
  letter-spacing:1px;
  color:var(--white);
  line-height:35px;
  font-weight:300;
  margin-top:50%; 
margin-bottom:20px;  
}	

 @media only screen and (max-width: 767px) {
.equipment-text .content h2{
margin-top:5%;  
 }
 
 }
	
