
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'poppinsblack';
    src: url('poppins-black-webfont.eot');
    src: url('poppins-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('poppins-black-webfont.woff2') format('woff2'),
         url('poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsbold';
    src: url('poppins-bold-webfont.eot');
    src: url('poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('poppins-bold-webfont.woff2') format('woff2'),
         url('poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsextrabold';
    src: url('poppins-extrabold-webfont.eot');
    src: url('poppins-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('poppins-extrabold-webfont.woff2') format('woff2'),
         url('poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsextralight';
    src: url('poppins-extralight-webfont.eot');
    src: url('poppins-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('poppins-extralight-webfont.woff2') format('woff2'),
         url('poppins-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinslight';
    src: url('poppins-light-webfont.eot');
    src: url('poppins-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('poppins-light-webfont.woff2') format('woff2'),
         url('poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsmedium';
    src: url('poppins-medium-webfont.eot');
    src: url('poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('poppins-medium-webfont.woff2') format('woff2'),
         url('poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsregular';
    src: url('poppins-regular-webfont.eot');
    src: url('poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('poppins-regular-webfont.woff2') format('woff2'),
         url('poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinssemibold';
    src: url('poppins-semibold-webfont.eot');
    src: url('poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('poppins-semibold-webfont.woff2') format('woff2'),
         url('poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsthin';
    src: url('poppins-thin-webfont.eot');
    src: url('poppins-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('poppins-thin-webfont.woff2') format('woff2'),
         url('poppins-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root{
  --text-blue: #164363;
  --text-orange: #f7a400;
  --bg-orange: #FF7A4F;
  --bg-blue: #3c6eb1;
  --font: 1rem;
  --font18: 1.5rem;
  --font21: 1.1rem;
  --font14: 0.875rem;
  --text-dark: #010101;
  --text-orange: #F97C01;
  --theme-color1: #171717;
  --bg-red: #F97C01;
  --font-Prata: 'Prata', serif;
  
  
  --main-image-width: 500px;
  --main-image-height: 400px;
  --thumbnail-track-width: 90px;
  --thumbnail-height: 79px;
}


:root {
  
}

* { margin: 0px; padding: 0px; }
body { font-family: "Open Sans", sans-serif; margin: 0px; padding: 0px; font-weight: normal; color:var(--text-dark); outline: none; line-height: 1.3em; overflow-x: hidden;  }
h1, h2, h3, h3, h4, h5, h6 { color: var(--text-blue); font-size: 1.8rem; margin: 0px; line-height: 1.3em; }
p {  padding: 0px; margin: 0px; font-size: var(--font); line-height: 1.5; color: var(--text-dark);}
.widget-title .hr { margin-bottom: 20px; margin-top: 20px; width: 120px; height: 15px !important; background-color: rgba(252,158,34,0.2); opacity: inherit;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
ul { list-style: none; margin: 0px; padding: 0px;}
a { outline: none !important; text-decoration: none; transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;  }
a:hover, a:active, a:focus { outline: none !important; text-decoration: none; color: #e9b320;}
textarea, input:focus { outline: none !important; text-decoration: none;}
:hover,:focus,:active { outline: none !important;  }
img { border:0; }
.nopd { padding-left: 0px; padding-right: 0px;}
.font22 { font-size: var(--font18); }

.font14 { font-size: var(--font14) }
li { color: #1e1e1e; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease;}
::-moz-selection { background-color: var(--bg-orange); color: #FFFFFF; }
::selection { background-color: var(--bg-orange); color: #FFFFFF;}
/* RESET CSS END */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.6) !important;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000 !important;
}
input.form-control:focus {outline:0;box-shadow:none;}
.text-orange{ color:#F97C01 !important;}
.ml-2 {margin-left:10px;}


.shadow:hover {
  box-shadow: none !important;
  -webkit-transform: translateY(-.5em);
  transform: translateY(-.5em);
}

.shadow {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}


.desktop { display: block;}
.mobile { display: none;}
.font-weight-300 { font-weight: 300 !important; }
.font-weight-700 { font-weight: 700 !important; }
.text-orange { color: #f7a400;  }
.text-blue { color: var(--text-blue);  }
.bg-orange, .form-group .btnSubmit:hover { background-color: #F97C01; }
.bg-blue, .centers__section.bg-orange .counselling__area .counselling__item .counselling__dv:after, .form-group .btnSubmit, .pagination li a:hover, .pagination li a.current { background-color: var(--bg-orange); }
.opacity-3 { opacity: 0.3 !important; }
.text-justify { text-align: justify; }
.centers__section.bg-orange { background-image: none; }
.borradius {border-radius: 10% 90% 11% 89% / 87% 12% 88% 13%;}
/* STICKY ANV BAR */	
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
	-webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  padding-bottom: 5px;
    
}


.header.sticky .logo img {
    width: 85%;
    transform: scale(0.85);
    transition: transform ease 1s;}
	
	
.header.sticky .left-section a {
    font-size: .7rem;
    padding: 8px 10px;
}	


.header.sticky .header_relative .top-notch { display: none; }

.header.sticky .header_relative  .nav-links {padding: 0px 0 0 0;}

/* -------------------------------------------------- */
/*  Back Top
/* -------------------------------------------------- */
#back-top {
position: fixed;
right: 10px;
bottom: 0px;
z-index: 999;
overflow: hidden;
display: none;
width: 50px;
height: 50px;
border: 1px solid #FFF;
background-color: #FC6C05;
    border-radius: 100%;
text-align: center;
-webkit-transition: all .25s ease;
transition: all .25s ease;}

#back-top:after {
display: block;
text-align: center;
color: #FFFFFF;
font-size: 20px;
font-family: 'Font Awesome 5 Pro';
content: "\f062";
line-height: 48px;

-webkit-transition: color .25s ease, -webkit-transform 2s ease;
  transition: color .25s ease, transform 2s ease;
}

#back-top:hover { background-color: var(--bg-orange);}
#back-top:hover:after { color: #FFF; }
/* -------------------------------------------------- */
/*  Back Top END
/* -------------------------------------------------- */

/**************************************/
/***** Hero - Section *****/
/*************************************/
/* Hero Section Slide */



.bc-img01, .bc-img02, .bc-img03, .bc-img04 {
    height: 580px;
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.bc-img01 { background-image: url(../images/banner.webp); }
.bc-img02 { background-image: url(../images/banner2.webp); }
.bc-img03 { background-image: url(../images/banner3.webp);}
.bc-img04 { background-image: url(../images/banner4.webp);}

.hero-section .hero-section-slide .slderadm.text-end { float:right; } 
.hero-section .hero-section-slide .slderadm {
    padding: 20px;
    width: auto;
    /* text-align: center; */
    /* margin: auto; */
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: 80px;
    border-radius: 10px;
}
.hero-section .hero-section-slide .slderadm h1 {
    color: #000;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    /* text-shadow: 0px 5px 10px rgba(0,0,0,0.42); */
}

.hero-section .hero-section-slide .slderadm h1 span {color: #FC6C05;}

.hero-section .hero-section-slide .slderadm h1 p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 5px 0 0 0;
    line-height: 1.3;
    text-shadow: none;
}








#heroo.owl-theme .owl-dots .owl-dot span {margin: 0px 4px;}
#heroo.owl-theme .owl-nav [class*=owl-] {
    position: absolute; color: #FFFFFF; background: transparent; padding: 0 0; font-size: 50px; top: 40%;
    margin: 0px; border-radius: 0px; text-align: center;}
#heroo.owl-theme .owl-nav .owl-prev { left: 15px;}
#heroo.owl-theme .owl-nav .owl-next { right: 15px;}
#heroo.owl-theme .owl-dots {
    position: relative;
    bottom: 50px;
    padding: 5px;
    left: 0;
}
#heroo.owl-theme .owl-dots .owl-dot.active span, #heroo.owl-theme .owl-dots .owl-dot:hover span {background-color:var(--bg-orange); }
.form-group .btnSubmit { padding: 0.8rem 2rem; border-radius:5px; color: #FFFFFF; float: right; box-shadow: 0px 1px 4px #cdcdcd; }




input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}


a.whatsapp_chat {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 99;
	animation: 4s infinite bounce;
	background-color: #2ab200;
	color: #fff;
	padding: 10px;
	font-size: 30px;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	text-align: center;
	box-shadow: 0 0 10px #111
}



.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}

.sideNavi {
    position: fixed;
    top: 50%;
    right: -135px;
    z-index: 2;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(
90deg);
}
.sideNavi a { background-color: var(--bg-orange);
    border-radius: 0px 0 10px 10px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-right: 0;
    font-size: var(--font);
    padding: 15px 15px;
    display: block;
}
.sideNavi a.downbg.aa {
    background: #fff;
    color: #000;
    visibility: hidden;
    
}

.mobiles {display: none;}


.sideNavi a:hover { background-color: #6A3908;  } 

.sideNavi-flex {
    display: flex !important;
    flex-direction: row;
    gap: 10px;
    padding: 15px;
    padding-bottom: 0;
}


.jumping_ani { transition: all .3s ease; animation: levitate 1.2s alternate ease-in-out infinite; }
.jumping_ani img { animation: levitate $levitate-speed alternate ease-in-out infinite 

    @keyframes levitate
    0%
    transform:translate(0, 0)

    100%
transform:translate(0, $levitate-offset); }
@keyframes levitate {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, 20px); }
}

.jumping_ani2 { transition: all .3s ease; animation: levitate 1.1s alternate ease-in-out infinite; margin-left: -0.2rem; }
.jumping_ani2 img { animation: levitate $levitate-speed alternate ease-in-out infinite 

    @keyframes levitate
    0%
    transform:translate(0, 0)

    100%
transform:translate(0, $levitate-offset); }
@keyframes levitate {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, 30px); }
}



@-webkit-keyframes cp-bg-move-x {

0%,
100% {
transform: translateX(-50px)
}

50% {
transform: translateX(-10px)
}
}

@keyframes cp-bg-move-x {

0%,
100% {
transform: translateX(-50px)
}

50% {
transform: translateX(-10px)
}
}

.cp-bg-move-x {
-webkit-animation-name: cp-bg-move-x;
animation-name: cp-bg-move-x;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear
}

/* grow-start */
.grow{-webkit-animation:zoomeffect 3.5s infinite;animation:zoomeffect 3.5s infinite;}
@-webkit-keyframes zoomeffect{
0%{background-position:center;transform:scale(0.98,0.98);}
50%{background-position:center;transform:scale(1.1,1.1);}
100%{background-position:center;transform:scale(0.98,0.98);}
}
@keyframes zoomeffect{
0%{background-position:center;transform:scale(0.98,0.98);}
50%{background-position:center;transform:scale(1.1,1.1);}
100%{background-position:center;transform:scale(0.98,0.98);}
}

/* grow-close */



.thankyou-sec .hero-thankyou .bc-img01 {
    height: 100vh;
    background-size: cover;
    padding-top: 16%;
}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv {
    background-color: #FFFFFF;
    width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 2rem;
    border-radius: 30px;
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv h3 {
    font-size: 5em;
    color: var(--bg-orange);
}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv p {
    font-size: 22px;
    line-height: 1.3;
}



























