
@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;

}


.content-area ul {
  list-style: disc !important;
  margin-left: 20px;
}

.content-area ol {
  list-style: decimal !important;
  margin-left: 20px;
}

.content-area li {
  margin-bottom: 0.3em;
}



@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: "Poppins", 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 { font-family: "Poppins", sans-serif; 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: #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;}

.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;
    box-shadow: 0 0 18px 1px rgba(0,0,0,.1);
}

.header.sticky .header_relative .main-header__top { display: none; }
/* -------------------------------------------------- */
/*  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: var(--bg-blue);
    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, .bc-img05 { height: 427px; background-size: 100%; background-position: top left; background-repeat: no-repeat;  }
.bc-img01 { background-image: url(../images/banner.webp); }
.bc-img02 { background-image: url(../images/banner.webp); }
.bc-img03 { background-image: url(../images/banner.webp);}
.bc-img04 { background-image: url(../images/banner.webp);}
.bc-img05 { background-image: url(../images/banner.webp);}
.hero-section .hero-section-slide .slderadm.text-end { float:right; } 
.hero-section .hero-section-slide .slderadm { padding-top: 9%; width: 40%; }
.hero-section .hero-section-slide .slderadm h1 {
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
}
.hero-section .hero-section-slide .slderadm h1 span {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    display: block;
    padding: 20px 0;
    line-height: 1.3;
}
.hero-section .hero-section-slide .slderadm p{color: #FFF; }
.hero-section .hero-section-slide .slderadm a {
    color: #FFF;
    display: inline-block;
    padding: 15px 35px 15px 15px;
    background: transparent;
    font-weight: 300;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.5s;
    transition: 0.5s;
    position: relative;
    border: solid 1px #F97C01;
}
.hero-section .hero-section-slide .slderadm a:after {
  content: '\f178';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  opacity: 1;  
  top: 15px;
  right: 16px;
  transition: 0.5s;
}

.hero-section .hero-section-slide .slderadm a:hover {
    padding-right: 15px;
    padding-left: 8px;
	background-color: #F97C01;
	font-weight: 500;
}

.hero-section .hero-section-slide .slderadm a:hover:after {
  opacity: 0;
  right: -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;  } 























