@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body{margin:0; font-family: 'Lato', sans-serif; font-size:15px;}
.cl{clear:both;}
.container-middle p {
	color:#333;
}
p{line-height:24px; text-align:justify; margin-bottom:20px;font-size:15px;}

a{text-decoration:none;}
a:hover, a:focus{text-decoration:none;}

header{border-top:25px solid #f7e432; background:url(image/head-bg.jpg) no-repeat; background-size:cover; padding-bottom: 10px;}

img{max-width:100%;}

.container-main{ margin:0 auto; font-size: 15px; line-height: 23px; text-align:left;}

.logo-sec{ float: left;}
.logo-sec img{ margin-top: -25px;}
.head-rht{ float:right;}

.head-ql{    list-style: none;
    text-align: right;
    text-transform: uppercase;
    margin-top: 65px;
    margin-bottom: 60px;}
.head-ql li{display:inline-block; margin-left:25px;}
.head-ql li a{color: #999;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;}
.head-ql li:hover a{color:#f7e432;}
.head-ql li:hover .fa{color:#000; background:#f7e432;}
.head-ql li .fa{    width: 25px;
    height: 25px;
    background: #999;
    text-align: center;
    border-radius: 50%;
    color: #000;
    font-size: 19px;
    line-height: 25px; margin-right:5px;}
	
.head-cnt{ list-style:none; text-align:right;}
.head-cnt li{ display:inline-block; position:relative; text-align:left; color:#f7e432; font-size: 13px; text-transform:uppercase; padding-left: 59px; margin-left: 25px;}

.head-cnt li .fa{ font-size: 56px; position: absolute; left: 0; top: -1px;}
.head-cnt li span{ display:block; color:#fff; text-transform:lowercase; font-weight: 800; font-size:23px; margin-top: 2px;}
.head-cnt li a{ text-decoration:none; color:#fff;}

header .container-main{ position:relative;}

.soc-icon{ list-style: none; position: absolute; top: -23px; right: 0; margin: 0; padding: 0; font-size: 14px;}
.soc-icon li{ display:inline-block; margin-left:5px;}
.soc-icon .fa{ color:#000; font-size: 18px;}

.manu-container {
    width: 100%;
    min-height: 45px;
    margin: 0;
    padding: 0;
    background: #de3b53;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}

.manu-container ul {
    display: table;
    width: 100%;
    text-align: center; height: 45px; margin:0; padding: 0;
}

.manu-container ul li{
	    display: table-cell;
    float: initial !important;
    vertical-align: middle;
    border-right: 1px solid #d01934;
    font-size: 14px;}

.manu-container ul li a{color:#fff; text-decoration:none; padding: 5px 10px;}
.manu-container ul li:hover a{background:#fff; color:#de3b53;}

.one-third{ background: #f7e432;
    border-radius: 30px;
    width: 25%;
    padding: 20px 20px;
    margin-right: 2%;
    float: left;
    font-size: 28px;
    text-align: center;
    overflow: hidden;
    height: 484px;
    margin-top: 0;
    position: relative;}
	
.one-third:before{    content: "";
    width: 120%;
    position: absolute;
    height: 185px;
    top: -70px;
    left: -40px;
    background: #f1db0c;
    transform: rotate(165deg);}
	
.one-third:after{  content: "";
    width: 120%;
    position: absolute;
    height: 170px;
    bottom: -90px;
    left: -10px;
    background: #e9d305; transform: rotate(165deg);}
	
.one-third .fa-question{    font-size: 84px;
    background: #fff;
    padding: 0px 26px;
    text-align: center;
    color: #f7e432;
    border-radius: 15px;
    margin-top: 20px;
    position: relative;
    z-index: 9;}
	
.one-third .fa-search{    font-size: 63px;
    background: #fff;
    padding: 15px 23px;
    text-align: center;
    color: #f7e432;
    border-radius: 15px; position:relative; z-index:9; transition:0.5s;}
.one-third a{display:block;}
	
.one-third .fa-search:hover{background:#de3b53;}
	
.one-third h3 {    font-weight: 300;
    font-size: 51px;
    margin: 0;
    line-height: 68px;
    margin-top: 30px;
    margin-bottom: 55px; position:relative; z-index:9;}	
.one-third h3 span{    display: block;
    font-size: 61px;
    font-weight: 800;
    text-transform: uppercase;}
	
.rd-mr{    background: transparent;
    padding: 6px 25px;
    display: inline-block;
    color: #f7e432;
    border: 2px solid #f7e432;
    border-radius: 10px;
    margin-top: 15px;}
	
.rd-mr:hover{background: #f7e432; color:#000;}
/*banner*/
/*-- Slider --*/
#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.events {
	list-style: none;
}
.callbacks_container {
    position: relative;
    float: none;
    text-align: center;
    width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 37px;
    height: 41px;
    background: transparent url(image/arrows.png) no-repeat left top; display:none; transition:0.5s;
}
.slider:hover .callbacks_nav{display:block;}
.callbacks_nav.next {
  left: auto;
    background-position: right top;
  right:0px;     border-radius: 12px 0 0 12px;
 }
 .callbacks_nav.prev {
        right: auto;
    background-position: left top;
    left: 0;
    border-radius: 0 12px 12px 0;
}
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: inline-block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;     height: 483px;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none; height:100%;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 66.5%;
	z-index: 999;
	left: 45%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0; display:none;
}
.callbacks_tabs li {
	display: inline-block;
	margin: 0.5em;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width:12px;
	height: 12px;
	display: inline-block;
	background: #fff;
	border: none;
	border-radius: 50%;
}
.callbacks_here a:after {
	background: #168eea;
}
.slider-info {
        position: absolute;
    top: 9em;
    z-index: 999;
    left: 0;
    width: 75%;
    height: 100%;
    right: 0;
    margin: 0 auto;
}
.ban-logo{
    width: 105px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.arrow-dn{    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px double #fff;
    line-height: 50px;
    margin: 0 auto;
    background: #8abf00;
    margin-top: 40px;}
	


.slider-img{height: 100%;}

.slider-img img {
    height: 100%;
    width: 100%;
	border-radius: 30px;
}

.slider-info h3 {
    font-size: 45px;
    font-weight: 900;
    color: #FFF;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 2px 0px 10px;
}

.slider-info p {
    font-size: 18px;
    font-weight: 100;
    color: #fff; text-align:center;
    margin: 0 auto;
    line-height: 35px;
    letter-spacing: 1px;
}
.slider-info h4 {
    font-size: 45px;
    color:#f8cd1e;
	letter-spacing: 3px;
	text-transform:uppercase; 
	margin-top: 7px;
}
.slider-info h6 {
	margin:0 auto;
	z-index:999;
}
.slider-info h6 a{
	cursor:pointer;
	font-size:15px;
	text-transform:uppercase;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
    margin: 0 7px;
}

.slider{ float: right; width:73%;
    overflow: hidden;
    border-radius: 30px;}
/*-- //Slider --*/

.two-col{ overflow:hidden; border-radius: 25px; position:relative; height: 350px; margin-top:20px; margin-bottom: 30px;}

.two-col-inner{ height:100%;}
.two-col img{ height:100%; width: 100%; border-radius: 20px;}

.two-col-inner h3{    position: absolute;
    top: 70px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 48px;
    margin: 0;
    font-weight: ;}
	
.two-col-inner h3 .fa{    display: block;
    font-size: 63px;
    background:transparent;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    position: relative;
    z-index: 9;
    transition: 0.5s;
    width: 102px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #fff;}
	
.two-col-inner h3 .fa:hover{ background:#de3b53; border-color:transparent}

.hm-abt{ background:url(image/about-bg.jpg) no-repeat; background-size:cover; background-attachment:fixed; text-align:center; color:#fff; padding:40px 40px;}

.hm-abt .container-main{ text-align:center;}
.hm-abt h2{ font-family: 'Lato'; color: #eee; font-size:50px; line-height: 50px; margin-bottom: 25px;}
.hm-abt h2 span{ display: block; color: #f7e432; font-size: 36px; font-weight: 300;}
	
.hm-abt p{font-family: 'Lato'; font-size:16px; margin-bottom:10px; line-height: 26px; text-align:center; color:#eee;}

.hm-abt h3{ font-size: 26px; display: block; color: #f7e432; font-weight: 400; margin-top: 30px;}
.hm-serv{    width:23.3%;
    float: left;
    border: 1px solid #fff;
    background: #f7e432;
    border-radius: 18px;
    overflow: hidden; margin-right:2%;     margin-top: 20px;}
.hm-serv:nth-last-child(1){margin-right:0;}
.hm-serv h3{      font-size: 17px;
    color: #000;
    margin: 0;
    padding: 6px 0px;
    font-weight: 400;}
.hm-serv img{width:100%;}

#blinker{font-family: 'Lato'; color:#f7e432; font-size:18px; font-weight:bold; padding-left:66px;display: flex;line-height: 40px;}


#HeaderControl, #HeaderControl_C{ height:inherit !important;}

.aut-bx img{ border: 1px dashed #ddd; padding: 5px; max-width: 100%; height: 97px;}
.aut-bx .sub-heading{ margin-bottom: 8px; Font-size: 16px; line-height: 21px;}

.icon-ull .icon-ull{ margin-top: 8px;}

.icon-ul{ list-style-image:url(image/hand-icon.png); padding-left:22px; text-align: left; color: #333; line-height: 24px;}
.icon-ul li{ padding-left: 15px; margin-bottom: 4px; font-size: 15px; }
.icon-ul li a{ color: #0365eb;}

.icon-ul .icon-ul{ margin-top: 8px;}

#FooterrControl1_tr_hitCounter{ display:none; padding-top:0;}

.team-bx .sub-heading{ margin-top:0; margin-bottom:10px;}
.team-bx img{ margin-top:8px;}
.team-bx{ margin-top:10px; margin-bottom:10px;}

#RadDockZone1,
#HomepagecontentControl_C{    overflow: initial !important;}
.inner-page{padding-bottom:20px;}



footer{ font-family: Lato; background:#de3b53; color:#fff; padding: 12px;}
.copyrht-lft{ font-size:15px; color: #fff; text-align:left;}
.copyrht-rht{ font-size:15px; color: #fff; text-align:right;}

footer a{ color:#fff;}


@media(max-width:1070px){

}

@media(max-width:1030px){
.container{width:100%;}

}
	
@media(max-width:1024px){
.head-cnt li span{ font-size:18px;}	

}
	
@media(max-width:998px){
.logo-sec{width:50%;}
.head-rht{width:50%;}
#blinker{font-size:13px;}
.head-ql{margin-top: 15px; margin-bottom: 40px;}
.head-cnt li{margin-bottom:20px;}
.head-cnt li:last-child{margin-bottom:0;}
#blinker{padding-left:0;}
.map-cont{width:100%;}
.bx-rht-cont{width:100%; padding:0;}
#WhatsNewControl{margin-top:20px;}

.one-third{width: 36%;}
.slider{width: 62%;}

}
	
@media(max-width:767px){
.head-cnt li span{ font-size: 15px;}	
.head-cnt li{ margin-left:0;}
.one-third h3{ font-size: 42px;}
.one-third h3 span{ font-size: 54px;}
.hm-abt h2{ font-size:52px;}
.two-col-inner h3{ font-size: 33px; top: 60px;}
.hm-abt h2 span{ font-size: 32px;}
.two-col{ height: 250px;}
.table-responsive{ margin-bottom:0;}

}
	
@media(max-width:667px){
#blinker{ display:none}	
.one-third h3 span{ font-size: 46px;}
.one-third h3{font-size: 36px;}
.copyrht-lft, .copyrht-rht{ width:100%; text-align:center;}

}
	
@media(max-width:568px){
.head-ql{display:none;}	
.head-cnt{ margin-top: 10px; padding-left: 0; margin-left: 15px;}
.head-cnt li{ font-size: 11px; padding-left: 50px;}
.head-cnt li .fa{ top: 3px; font-size: 40px;}
.head-cnt li span{ margin-top: 0; font-size: 14px; line-height: 16px;}




.one-third{ width:100%;} 
.one-third h3{ font-size: 42px; margin-bottom: 20px;}
.one-third h3 span{ font-size: 54px;}
.one-third:after{ bottom: -51px;}
.slider{ margin-top: 30px; width:100%;}
.rslides{ height:inherit;}


}
	
@media(max-width:480px){
.head-cnt li:last-child{ display:none;}	
.one-third{ height: 350px;}
.two-col-inner h3{ font-size: 22px;}
.two-col{ height: 210px; }
.two-col-inner h3 .fa{ font-size: 33px; width: 72px;}
.slider{ height: 350px;}
.one-third h3 span{ font-size: 42px;}
.one-third h3{ font-size: 30px; line-height: 46px; margin-top: 10px;}
.one-third .fa-search{ font-size: 40px;}
.team-bx .col-xs-3{ width:100%; text-align:center;}
.team-bx img{ width: 150px; margin-bottom: 15px;}
.team-bx .col-xs-9{ width:100%;}

}
	
@media(max-width:414px){
.logo-sec{ width: 60%;}
.head-rht{ width: 40%;}	
.head-cnt li .fa{ display:block; position:relative; font-size: 36px;}
.head-cnt li { text-align:center; padding-left:0; font-size: 11px;}
.hm-abt h2 { font-size: 36px; margin-bottom: 15px; line-height: 40px;}
.hm-abt h2 span { font-size: 22px;}
}
	
@media(max-width:375px){
.head-cnt li{ font-size: 14px;}	
.two-col{ margin-bottom: 0; width: 100%; margin-right: 0;}
.hm-abt{ padding: 20px 0 20px; margin-top: 20px;}
}