body{font-family:TeX Gyre Adventor; font-size:14px; color:#444; line-height:24px;}
@font-face{font-family:'Poiret One';src:url('../fonts/PoiretOne-Regular.ttf');}
@font-face{font-family:'TeX Gyre Adventor';src:url('../fonts/texgyreadventor-regular.otf');}
@font-face{font-family:'Great Vibes';src:url('../fonts/GreatVibes-Regular.otf');}
@font-face{font-family:'Nirmala UI';src:url('../fonts/Nirmala.ttf');}

a:focus, a:hover{text-decoration: none;}

/*Home-page*/

/* loader */


#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/*load-page*/

/*menu-section*/
.top-nav-collapse .navbar-brand img{max-height:45px; padding: 5px 0;}
.navbar-brand img{max-height:50px; transition:.3s;}
.navbar-brand h1 {
    color: #e62628;
    font-size: 20px;
    line-height: 40px;    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
	font-size: 36px;
	font-family:Nirmala UI;
}
.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
	background:#38465c;
	border:1px solid #fff;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 4px 8px;
}
.navbar {
    padding: 10px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
	margin-bottom:0;
}
.body-fx .navbar-fixed-top {
    background:rgba(245,245,245,.96);  padding: 0; transition: .2s;
}
.navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255,255,255,.3);	
	background: rgba(245,245,245,.96);
}
.caree-page-ot .navbar.top-nav-collapse{padding:0;}
.nav.navbar-nav {
    background-color: rgba(255,255,255,0);
    position: relative;
    z-index: 9;
}
.navbar .collapse{position: relative;
    right: 90px;
    top: 37px;}
.body-fx .navbar .collapse{top:10px;}
.navbar-custom ul.nav li a {
    font-size: 12px;
    /* letter-spacing: 1px; */
    color: #d7df23;
    text-transform: uppercase;
    font-weight: 700;
    background: #1f2d3d;
}
.navbar-custom ul.nav li {
    margin: 0 4px;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active a{
    outline: 0;
    background-color: rgba(215,223,55,.9);
    color: #1f2d3d !important;
}
.navbar-brand{padding: 0px 15px;}
/*menu-section*/

.hm-bg-ind {
    background: url(../img/hm-pg-indx.jpg) no-repeat top center;
    background-size: cover;
    height: auto;
    background-attachment: fixed;
}

/*home-section*/
#intro.intro {
    /*padding: 6% 0 0 0;*/
}
.intro .intro-bg{background:rgba(213,213,213,.5);padding:12% 15px; box-shadow: -7px 11px 33px 8px rgba(0,0,0,0.4);    border-radius: 5px;}

.intro .slogan {
    text-align: center;
}
.intro .slogan h2 {
    color: #158ca9;
    text-shadow: none;
    font-size: 70px;
    line-height: 100px;
    font-weight: 900;
    font-family: Nirmala UI;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0px;
    border-color: #000;
    border-style: none;
	letter-spacing:2px;
    /* text-shadow: -1px 0 1px #000; */
}
.intro .slogan h2 span {
    color: #f19021;
    font-size: 54px;
    line-height: 40px;
}
.intro .slogan h4 {
    color: #666;    font-size: 18px;    line-height: 30px;
    /* text-shadow: -1px 1px 1px #000; */
}

/*home-section*/
.section-heading{text-align:center;}
.home-section {
    padding-top: 110px;
    padding-bottom: 100px;
    display: block;
    position: relative;
    z-index: 120;
}
.home-section .about-bg{background:rgba(240,240,240,.5); border:4px dotted #314057; margin-top:50px; padding:0 20px;min-height:400px}
.section-heading h2 {
    font-size: 40px;
    color: #314056;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}
.about-bg hr {
    margin-bottom: 10px;
    border-top: 1px solid #98c44c;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.section-heading h4 {
    font-size: 15px;
    color: #314056;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: normal;
    font-family: 'Lato',sans-serif;
}
.inner p {
    color: #222;
}
/*Home-section*/

/*contact-section*/
#contact.home-section{    padding-top: 50px;
    padding-bottom: 50px;}
#contact .cont-bg {
    background: rgba(213,213,213,.5);
    border-radius: 5px;
	padding-top: 40px;
    padding-bottom: 30px;
    /*z-index: -1;*/
}
#contact .section-heading h2 {
    background: #d7df26;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 15px;
    color: #38465c;
}
#contact .cont-bg hr {
    border-top: 1px solid #fff;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.cont-bg .cont-tp{margin-bottom:40px;position: relative;}
.cont-bg .cont-tp ul{list-style:none; margin:0; padding:0; }
.cont-bg .cont-tp ul li{display:inline-block; background:#fff; border-radius:50%; position:relative;}
.cont-bg .cont-tp ul li .fa{font-size:30px;color:#232f41; padding:10px; width:50px; height:50px; }
.cont-bg .cont-tp ul li:nth-child(2) .fa{font-size:50px; color:#fff;width:80px; height:80px;}
.cont-bg .cont-tp ul li:nth-child(2){background:#232f41;border-radius:50%;top:20px;}
.cont-bg .cont-tp ul li:nth-child(3){top:40px;}
.cont-bg .cont-tp ul li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 8px solid transparent;
    top: 43px;
    left: 9px;
    border-right: 22px solid #fff;
    transform: rotate(301deg);
}
.cont-bg .cont-tp ul li:nth-child(2):after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 8px solid transparent;
    top: 73px;
    left: 9px;
    border-right: 22px solid #232f41;
    transform: rotate(301deg);
}
.cont-bg .cont-tp p{ color:#000;}
.cont-bg .cont-tp .cont-tp1{position: relative; text-align: left;    margin-left: 60px;}
.cont-bg .cont-tp .cont-tp2{position: relative;text-align: right;   margin-right: 50px;}
.cont-bg .cont-btm p{text-align:left; color:#000;}
.cont-bg .cont-btm p a{text-align:center; color:#d7df21; background:#606163; padding:5px 10px;}
.cont-bg .widget-contact{border-left:2px dashed #232f41; margin-top:50px;}
.cont-bg .widget-contact p{padding-left:10px; color:#333; font-size:13px; line-height:20px;}
.boxed-grey {padding-top:20px;}
/*contact-section*/

/*fix-box*/
.quick-btn{    position: fixed;
    top: 45%;
    right: 0;     z-index: 9999;}
	
.quick-btn ul{     margin: 0;
    padding: 0;
    list-style: none;
    background: #242c42;
    padding: 6px 6px;
    border-radius: 5px;}
	
.quick-btn ul li{width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;     margin: 8px 0; position:relative; transition:0.5s;}
	
.quick-btn ul li span{ position: absolute;
    left: -20px;
    top: -3px;
    background: #d7df23;
    color: #1f2d3d;
    font-size: 13px;
	font-weight:bold;
    padding: 0;
    border-radius: 5px;
    display: none;
    transition: 0.5s;
    width: 58px;
    text-align: center;
    height: 18px;
    line-height: 16px;}
	
.quick-btn ul li:hover span{display:block; transition:0.5s; left: -60px;}
	
.quick-btn ul li a{width: 10px;
    height: 10px;     display: block; transition:0.5s;}
	
.quick-btn ul li.active{background:#d7df23;}

.fix-box{    position: fixed;
    top:35%; left:0; z-index:999; font-size: 14px;}
/*fix-box*/

/*btn-circle*/

footer .btn-circle {
    width: 50px;
    height: 50px;
    margin-top: 15px;
    padding: 0px 10px;
    border: 5px solid #00b0f0;
    border-radius: 50%;
    font-size: 30px;
    color: #00b0f0;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
	padding-top: 5px;
    transition: background .3s ease-in-out;
}
footer .page-scroll {
    right:15px;
    position: absolute;
    z-index: 9;
}
footer {
	background-color: rgba(152,196,77,.9);
    position: relative;
    z-index: 9999;
    padding-bottom: 13px;
	text-align: center;
    padding: 25px 0;
}
footer #totop {
    background: #fff;
}
/*btn-circle*/


/*home-section-carer*/
.home-section-carer{font-size:14px;}
.home-section-carer .about-bg{background: rgba(213,213,213,.5); min-height:450px; padding: 50px 15px; box-shadow: -7px 11px 33px 8px rgba(0,0,0,0.4);  border-radius: 5px; margin-bottom:60px;}
.home-section-carer h6{font-size:18px; line-height:26px; text-align:justify;}
.home-section-carer p{font-size:14px; line-height:26px; text-align:justify;}
.career-mter{font-size:17px; line-height:26px; text-align:justify; line-height:30px;}
.caree-page-ot .navbar.navbar-fixed-top .collapse{    top: 10px;}
.caree-page-ot .home-section-carer{ padding: 6% 0 0 0;}
/*home-section-carer*/
@media(min-width:1400px){
	.hm-bg-ind.caree-page-ot{background: #fff;}
}
@media(max-width:1300px){
.cont-bg .cont-tp .cont-tp1{ margin-left: 40px;}
.cont-bg .cont-tp .cont-tp2{margin-right: 30px;}	
}
@media(max-width:1240px){
	
}
@media(max-width:1024px){

}
@media(max-width:991px){
.cont-bg .cont-tp ul{margin-bottom: 50px;}
.cont-bg .cont-tp .cont-tp1, .cont-bg .cont-tp .cont-tp2{ margin-left:inherit; margin-right:inherit; text-align:center;}
.navbar .collapse{right: 20px;}
.home-section-carer .about-bg{min-height:350px;}
.caree-page-ot .home-section-carer {padding: 80px 0 0 0;}
.hm-bg-ind.caree-page-ot{background: #fff;}
}
@media(max-width:830px){
}

@media(max-width:770px){

}
@media(max-width:767px){
.navbar .collapse{right:0;}
.cont-bg .cont-tp ul li:nth-child(2), .cont-bg .cont-tp ul li:nth-child(3){ top: inherit;margin: 5px;}
.cont-bg .cont-tp .cont-tp1, .cont-bg .cont-tp .cont-tp2{right:inherit; left:inherit; margin-top:10px;}
.navbar .collapse{top:inherit;}
.nav.navbar-nav{margin-top: 0;}
.home-section .about-bg{margin-top: 20px;}
.body-fx .navbar .collapse{top:0px;}
.intro .intro-bg{box-shadow:none;}
.home-section-carer .about-bg{min-height:inherit;}
.caree-page-ot .navbar.navbar-fixed-top .collapse{top:0;}
.hm-bg-ind.caree-page-ot{background: url(../Image/hm-pg-indx.jpg) no-repeat top center;}
}
@media(max-width:667px){

}
@media(max-width:568px){

}
@media(max-width:480px){
.intro .slogan h2{font-size:45px; line-height:50px;}
.intro .slogan h2 span{font-size: 34px;}
#contact.home-section{padding-bottom:0px;}
}
@media(max-width:414px){
footer .page-scroll{top: 15px;}
}
/*login-page*/



