: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: "Roboto", 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: 5px;
    width: 120px;
    height: 7px !important;
    background-color: #7dc12d;
    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: #000 !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); }
.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;
    box-shadow: 0 0 18px 1px rgba(0,0,0,.1);
}


.header.sticky .logo img {
    width: 85%;
    transform: scale(0.85);
    transition: transform ease 1s;}


.header.sticky .header_relative .top-notch { display: none; }

.header.sticky .header_relative  .nav-links {padding: 0px 0 0 0;}

.top-star .top-notch ul.lists {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.top-star .top-notch ul.lists li {
    position: relative;
    padding-right: 25px;
}
.top-star .top-notch ul.lists li a {text-decoration: none; color: #fff; font-size: 13px; font-weight: 400;}
.top-star .top-notch ul.lists li a:hover { color: #7dc12d; transition: all ease-in-out 250ms;}

.top-star .top-notch ul.lists li a i {
    font-size: 13px;
    color: #fff;
     margin-right: 5px;
    /* width: 30px; */
    /* height: 30px; */
    /* border: solid 1px #d6d6d6; */
    /* border-radius: 30px; */
    /* line-height: 30px; */
    /* text-align: center; */
   
}
.top-star .top-notch ul.lists li a i.fas.fa-phone {transform: rotate(91deg);}

.top-star .top-notch ul.lists li:first-child {
    border-right: solid 1px #fff;
}



.top-social ul.social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
}
 .top-social ul.social-list li a {
    display: inline-flex;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-size: 15px;
    color: #003B6B;
    transition:0.35s ease;
    
}


 .top-social ul.social-list li a:hover{
    transform:translateY(-3px) scale(1.18) rotate(5deg);
    box-shadow:0 12px 25px rgba(0,0,0,0.35), 0 0 18px #ffffffcc;
    background:#7dc12d;
    color: #fff ;

  }

  .top-star .row {
    display: flex;
    align-items: center;
}


.header.sticky .top-star {
    display: none;
    transition: transform ease 1s;}




@-webkit-keyframes circle {
	0% {
		opacity:1;
	}
	40% {
		opacity:1;
	}
	100% {
		width:200%;
		height:200%;
		opacity:0;
	}
}
@keyframes circle {
	0% {
		opacity:1;
	}
	40% {
		opacity:1;
	}
	100% {
		width:200%;
		height:200%;
		opacity: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: #00347B;
    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: #7dc12d;}
#back-top:hover:after { color: #FFF; }
/* -------------------------------------------------- */
/*  Back Top END
/* -------------------------------------------------- */

/**************************************/
/***** Hero - Section *****/
/*************************************/
/* Hero Section Slide */

section#hero {
    padding-top: 9.5rem;
}

.bc-img01, .bc-img02, .bc-img03, .bc-img04, .bc-img05, .bc-img06, .bc-img07, .bc-img08 { height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
.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);}
.bc-img05 { background-image: url(../images/banner5.webp);}
.bc-img06 { background-image: url(../images/banner6.webp);}
.bc-img07 { background-image: url(../images/banner7.webp);}
.bc-img08 { background-image: url(../images/banner8.webp);}

.hero-section .hero-section-slide .slderadm.text-end { float:right; } 
.hero-section .hero-section-slide .slderadm {
    padding-top: 9%;
    width: 39%;
    text-align: left;
    margin: 0;
    float: right;
}
.hero-section .hero-section-slide .slderadm h1 {
    color: #FFF;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0px 5px 10px rgba(0,0,0,0.42);
}
.hero-section .hero-section-slide .slderadm h1 b {
    font-weight: 700;
    color: #7dc12d;
    /* display: block; */
}
.hero-section .hero-section-slide .slderadm h1 span {
    color: #FFF;
    font-size: 17px;
    font-weight: 300;
    display: block;
    padding: 20px 0;
    line-height: 1.4;
    text-shadow: none;
}
.hero-section .hero-section-slide .slderadm p{color: #FFF; }
.hero-section .hero-section-slide .slderadm a {
    color: #FFF;
    display: inline-block;
    padding: 15px 45px;
    /* background: transparent; */
    font-weight: 500;
    font-size: 16px;
    border-radius: 30px;
    transition: all 0.5s;
    transition: 0.5s;
    position: relative;
    /* border: solid 1px #f4f4f4; */
    background: linear-gradient(30deg,rgba(125, 193, 45, 1) 0%, rgba(125, 193, 45, 1) 100%);}

.hero-section .hero-section-slide .slderadm a:hover {background-color: #F97C01;}
.hero-section .hero-section-slide .slderadm .callers {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;}


#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: absolute;
    /* background: rgba(0, 0, 0, 0.5); 
     border-radius: 100px; */
    bottom: 20px;
    padding: 5px;
    left: 9%;
}
#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; }
.blog-text > a, .blog-text .btnSubmit  {
  border-radius: 0px;
  color: #000;
  display: inline-block;
  background-color: transparent;
  font-weight: 400;
  line-height: 1;
  padding: 13px 28px;
  border: 1px solid #7c7c7c;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  font-size: 16px;
}
.blog-text >a:focus { color: #000!important; }
.blog-text >a:hover {color:#ffffff !important; }
.blog-text>a::before {
  background: #1e3f7d;
  border-radius: 0px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.blog-text>a:hover::before {
    transform: scaleY(1);
}

.soical-profile{ position:relative; margin-left: 0px; padding-top: 0px; float: right;}
.soical-profile ul {display: flex; align-items: center;}
.soical-profile ul li p {
    color: #fff;
    font-size: 13px;
    font-weight: 500; padding-right: 10px;}
.soical-profile ul li { float: left; padding: 0 2px; }
.soical-profile a {
    position: relative;
    display: inline-block;
    font-size: 1.2em;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 3px;
    text-align: center;
    font-smoothing: antialiased;
    color: #fff;
}
.soical-profile .icon {
    background: #0077B5;
}
.soical-profile .redi {
    background: #FF5F5F;
}

.soical-profile .fb {
    background: #3B5998;
}
.soical-profile .tube {
    background: #FF0000;
}

.soical-profile .icone {
    background: #e02c8d;
}
.soical-profile .icon:hover {
    background: #fec948; color: #15251e;
}
.soical-profile .icon:before,
.soical-profile .icon:after{
    border-color: #fff;
	
}

.soical-profile .icone:hover {
    background: #fec948;
    color: #15251e;
}

.soical-profile .icone:before,
.soical-profile .icone:after{
    border-color: #fff;;
}

.soical-profile a:before,
.soical-profile a:after{
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 0; bottom: 0; left: 0; right: 0;
    border-radius: 50%;
    transition: .1s all;
    border: 1px solid;
}
.soical-profile a:hover:after{
   -webkit-transform: scale(1.2);  border-color: var(--text-orange); 
}
.soical-profile a:hover:before{
    -webkit-transform: scale(2);  border-color: (--text-orange); 
    transition: .1s all;
    opacity: 0;
}

.cp-rotation{-webkit-animation:25s linear infinite cp-rotation;animation:25s linear infinite cp-rotation}@-webkit-keyframes cp-rotation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

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: -48px;
  z-index: 2;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  }
.sideNavi a { background-color: var(--bg-orange);
    border-radius: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-right: 0;
    font-size: var(--font);
    padding: 15px 15px;
    display: block;
}
.sideNavi a:hover { background-color: #6A3908;  } 



.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 */



.rbt-categori-list {
  display: flex; align-items: center;
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  position: relative;
  gap: 50px;
}


.scroll-left-right {
  -webkit-animation: scrollLeft 80s linear infinite;
  -moz-animation: scrollLeft 80s linear infinite;
  animation: scrollLeft 80s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}


@-webkit-keyframes scrollLeft {
  0% {
      -webkit-transform: translateX(-webkit-calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
  }

  to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@-moz-keyframes scrollLeft {
  0% {
      -moz-transform: translateX(-moz-calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
  }

  to {
      -moz-transform: translateX(0);
      transform: translateX(0);
  }
}

@keyframes scrollLeft {
  0% {
      -webkit-transform: translateX(-webkit-calc(-250px * 7));
      -moz-transform: translateX(-moz-calc(-250px * 7));
      transform: translateX(calc(-250px * 7));
  }

  to {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      transform: translateX(0);
  }
}
























