@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
body {font-family: 'Hind', sans-serif;   font-size: 16px; }
p{ font-size: 16px; line-height: 25px; font-family: Hind !important}
li{ font-size: 16px; line-height: 25px; font-family: Hind !important}
a {color: #dd3d25; text-decoration:none;}

a:hover {color: #dd3d25; text-decoration: none;}

h1, h2, h3, h4, h5, h6 {font-family: 'Hind', sans-serif;}
section.bnr{padding:0;}
img{max-width:100%;}
.text-justify{text-align: justify;}


.main-table{ font-family: 'Hind', sans-serif;font-weight:normal; Font-size:14px; color:#333; line-height:24px; text-align:justify;}
.main-heading{ font-weight:bold; Font-size: 24px; color:#222; text-align:left; line-height:30px; border-bottom:1px #ccc dashed; text-transform:uppercase; margin-bottom:10px;}
.sub-heading{ font-weight:bold; Font-size:18px; color:#222; line-height:30px; text-align:left; margin:0;}
.team-title{ font-weight:bold; Font-size:14px; color:#222; line-height:30px; text-align:left;}

/*navbar*/

#MenuControl_C .dropdown-menu{padding:0 !important; animation: fadeInUp 400ms; }
/*navbar*/
.bnr-sec{background-image:url(../image/banner-bg.png);background-repeat: no-repeat;background-size: cover;background-attachment: fixed;padding: 110px 0;}
.bnr-sec h1 {
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 0px;
  font-weight: bold;
}
.bnr-sec{position:relative; }
.btn1{padding: 10px 30px; border-radius: 30px;}
.btn1:hover, .btn1:focus{ background: #000;}
.banner-content{z-index:9; top:40%;}
.banner-content h1{font-size:45px; line-height:60px; letter-spacing:0px; font-weight:bold;}
.banner-content h2{letter-spacing:3px; line-height:35px; font-size:25px;}
.banner-content .txt-rotate .wrap{border-right:#7bc7d7 solid;}
.banner-content a{color: #000; background: #ffc928; line-height: 35px;  font-weight: bold; padding: 8px 20px; transition: .3s;}
.nav-link{font-weight: 600; color: #000;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.text-main{color:#f80000;}
.main-bg{background: #f80000;}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {padding: 10px 0; height: 92px;  width: 100%;  position: relative;  transition: all 0.5s; z-index: 1;}
#header img { margin:0 auto;}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #dd3d25;
}

#header #logo img {
  padding: 0;
  margin: 0;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section { padding: 30px 0;}

.section-bg { background-color: #f4f9fc;}

.section-title {text-align: center; padding-bottom: 10px;}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  text-transform:uppercase;padding-bottom: 12px;
  z-index: 2;
}

.section-title h2::after {content: '';  position: absolute;  left: 0;  right: 0;  bottom: -6px;  height: 16px;  background: #ffc928;  width: 7px;
  /* border-radius: 50%; */
  margin: 0 auto;
  border: 2px solid #000;
  transform: rotate(26deg);
  border-top: 0;
  border-bottom: 0;}
.section-title h2::before {content: ''; right: 0; width:150px; margin:0 auto; position: absolute;  left: 0;  bottom: 0; height: 4px;  background: #00295a; border-radius: 5px;}
.tm-lft .section-title h2::before{background: #fff;}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about { padding: 30px 0 20px; position: relative;  overflow: hidden;}
.about .container { position: relative;  z-index: 10;}

.about .content {  padding: 10px 30px 0 30px;}

.about .content h3 {
  font-weight: 700;
  margin: 0;
  font-size: 34px;
  color: #003049;
  margin-bottom: 30px;
  position: relative;
  left: 20px;
}

.about .content p {
  margin-bottom: 10px; text-align:justify; line-height:26px;
}

.about .content .rd-mr {
  display: inline-block;
  background: #003049;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative; font-weight:800; font-size:17px;
}


.about .content .rd-mr:hover {
  background: #00295a;
}


@media ( min-width:768px){
.about .content {
  display: inline;
  float: left;
  margin-top: 6px;
  width: 130%;
  background-color: #fff;
  padding: 10px 38px;
  margin-left: -175px;
  box-shadow: 3px 1px 22px -9px #000;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services{position:relative; background-color:#fff; padding: 80px 0;background-attachment: fixed;}
.services:before{content:''; position: absolute; height: 50%; background: #ffc928; top: 0; width: 100%; right: 0; left: 0;}
.ser-bx {background: #fff; width: 100%;  position: relative;  z-index: 0;border-radius: 4px; margin:10px auto;  transition:.5s;}
.ser-bx .img {width: 100%; height: 240px;  display: block;}
.ser-bx .img .icon {width: 70px; height: 70px; background: #003049;  margin: 0 auto;  opacity: 0;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.ser-bx .img-bx{padding:8px; width: 100px; height: 100px; margin: 0 auto; border: 5px solid #f80000;border-radius: 50%;}
.ser-bx .img-bx .fa{font-size: 40px; line-height: 80px; text-align: center; color: #f80000;}
.ser-bx .img-bx .fa-arrow-right{font-size: 20px; background: #003049; line-height: 40px; border-radius: 50%; width: 40px; height: 40px;  text-align: center; color:#eee;}
.ser-bx p.rd-mr a{color: #000; font-weight: 600; line-height: 30px; padding: 5px 20px; background: #ffc928;  border-radius: 20px; border: 2px solid #f80000; transition: .5s;}
.ser-bx:hover p.rd-mr a{background: #f80000; color: #eee;}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.qyery-hm{position:relative; background-color:#ffc928; padding: 0px 0;background-attachment: fixed;}
.qyery-hm:before{content:''; position: absolute; height: 50%; background:#fff; top: 0; width: 100%; right: 0; left: 0;}
.qyery-hm .container{background-color:#fff1c9;}
.qyery-hm h4{    margin-bottom: 0;
    font-size: 31px;
    font-weight: normal;
    font-family: cursive;
    color: #000; text-align:center;}
	
.qyery-hm h4 strong{font-family: sans-serif;
    font-size: 44px;
    color: #f80000;}
	
.qyery-hm h4 span{ font-family: sans-serif;
    background: #ffc928;
    color: #fff;
    font-size: 18px;
    padding: 8px 17px;
    vertical-align: super;
    margin-top: 10px;
    top: 31px;
    border-radius: 45px;
    margin-left: 30px;
    border: 2px solid rgba(0,0,0,0.5); transition:0.5s;}
	
.qyery-hm h4 span:hover{background:#333; transition:0.5s;}
	
.qyery-hm h4 span a{COLOR:#000;}
.qyery-hm h4 span:hover a{COLOR:#fff;}



/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.cont-page h2 {
  font-weight: bold;
  color: #111;
  font-size: 19px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 10px;
}
.cont-page h2 span {
  color: #111;
  font-weight: normal;
  font-size: 18px;
}
.cont-page .map-contp{border:1px dashed #ccc;}
.st-feature-box h3 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
.cont-page .st-feature-box {
  background: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  color: #fff;
}
.st-feature-box {
  padding-left: 70px;
  position: relative;
}
.st-feature-box .st-feature-box-icon {
  color: #111;
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  line-height: 0px;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 60px;
  -webkit-transition: all .3s;
  -khtml-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.cont-page .feature-box-image .fa{color:#fff; line-height:30px; font-size:30px; margin-top: 20px;}
.feature-box-content{font-size: 16px;}
/*cont-page*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {background:#ffc928; color: #000; font-size: 15px;  background-size: cover; padding-top: 30px; }
#footer .footer-info h3 {font-size: 24px; margin: 0 0 20px 0;padding: 2px 0 2px 0;line-height: 1; font-weight: 700;}
#footer .footer-info p {font-size: 15px; line-height: 24px; margin-bottom: 0; font-family: 'Hind', sans-serif;}
#footer .footer-info .fa{ height: 40px; line-height: 25px;  text-align: center; font-size: 20px;}
footer .footer-links ul{list-style:none; margin:0; padding:0px;}
footer .footer-links ul li{border-bottom: 1px dashed rgba(32,55,75,.2); padding: 5px 0;}
footer .footer-links ul li {border-bottom: 1px dashed rgba(32,55,75,.2); padding: 5px 0;}
footer .footer-links ul li .fa{font-size: 16px;}
footer .footer-links ul li a{color:#000; padding: 10px; font-size: 15px; font-family: 'Hind', sans-serif;}
#footer .social-links a {margin-top: 15px; font-size: 16px; display: inline-block; background:#eee; color:#000; padding: 8px 0; margin-right: 2px; border-radius: 50%; text-align: center;  width: 35px;  height: 35px;  transition: 0.3s;}

#footer .social-links a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

#footer h3{
  font-size: 24px;
  border-bottom:1px dashed #111;
  font-weight: 600;
  color: #111;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding:0 15px;
  color: #f80000;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #20374b;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {color: #20374b;}



#footer .copyright {
  border-top: 1px solid rgba(254,254,254,.2);
  text-align: center;
  padding-top: 30px;
}
.credits a{color:#fff;}
#footer .credits {
  padding: 10px 0;
  text-align: center;
  font-size: 15px; font-family: 'Hind', sans-serif;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #f80000;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #20374b;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}


@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  #header {background-color: #ffc928;}
  #MenuControl, #MenuControl_C {

    
    background-color: #ffc928 !important;
}
  center #form1 .top-nav{height: 0px !important;}
  .team .member {
    margin-bottom: 110px;
  }
  .services .icon-box{margin:15px auto;}
}

@media (max-width: 768px) {
  .bnr-sec{    padding: 60px 0;}
  .about { text-align: center;}
  #header {background-color: #ffc928;}
  #MenuControl .bg-light {
    background-color: #ffc928 !important;

}
center #form1 .top-nav{height: 0px;}
}
@media (max-width: 767px) {
  .bnr-sec h1 { font-size: 35px; line-height: 50px; letter-spacing: 0px;  font-weight: bold;}
	.navbar-collapse{flex-grow: 0;background: rgb(255 201 40);padding:10px 5px;}
  #header img{margin:inherit;}
  .navbar-toggler{/* position: absolute; *//* top: -60px; *//* right: 0; */}
  .body-fx #header{padding: 15px 0;  height: inherit; position: relative; background: rgba(254,254,254,.85) !important;}
.caption{width: 100%;}
.wback .caption{top: 30%;}
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {margin: -20px 0 30px 0;}
  .wback .caption{display:none;}
  #header{position:relative;height: 80px;}
}
@media (max-width: 414px) {
#header img {margin: inherit;/* max-width: 75%; */}
}
#marquee1 {
  position: relative;
  border: 1px solid #00295a;
}

#marquee1::before {
  position: absolute;
  left: 0;
  content: 'IMPORTANT DATES :';
  background: #00295a;
  color: #fff;
  z-index: 1;
  padding: 0px 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}

#marquee1 a {
  color: #00295a;
  line-height: 25px;
  font-weight: bold;
  font-size: 15px;
}
.table-responsive{
  overflow: hidden !important;
    padding: 0;
}

/* nav bar */


#RadDockZone1 {overflow: visible !important; z-index:9 !important;}

img{max-width:100%;}

#logo-web{
    transition: 0.5s;
    max-width: 100%;
    padding-left: 15px;
    margin: 0 auto;
    padding-top: 11px;
    display: block;
    }

#HeaderControl_C_ctl00_tr_HeaderBackImage{background-color:transparent !important;}
#widgetsControl, #widgetsControl_C{height:100% !important;}

#widgetsControl table, #widgetsControl td{height:100% !important;}


#HeaderControl{
    height: 82px;
    float: Left;
    margin-bottom: 0;
    padding: 16px 0;
    transition: 0.5s;
    position: absolute;
    left: 0;
    /* top: 36px; */
    z-index: 9;
    padding: 0px;
    width: 30%;
    /*background: rgba(254,254,254,.85);*/
    text-align: center;
    }
	
#HeaderControl.RadDock_Default .rdMiddle .rdCenter, #HeaderControl.RadDock_Default .rdBottom .rdCenter{    background-color: transparent !important;}

#MenuControl.RadDock_Default .rdMiddle .rdCenter, #MenuControl.RadDock_Default .rdBottom .rdCenter{    background-color: transparent !important;}

#MenuControl{
    height: 82px;
    float: Right;
    margin-bottom: 0;
    padding: 0px 0;
    transition: 0.5s;
    position: absolute;
    right: 0;
    /* top: 36px; */
    z-index: 9;
    width: 70%;
    /*background: rgba(86,124,145,.85);*/
    }
	
 #MenuControl .nav-link:focus, #MenuControl .nav-link:hover{color: #fff;    background: #000;}



center #form1 #HomepagecontentControl{padding-top: 20px;padding-bottom:25px;}
center #form1 .top-nav{background :#ffc928 !important;    height: 84px;}
center #form1 #HeaderControl,
center #form1 #MenuControl{background: rgba(254,254,254,.85);}

center #form1 #HeaderControl{margin-left: -2px;     width: 30%;}
center #form1 #MenuControl{width: 70.2%;/* margin-right: -2px; */}

.body-fx center #form1 #HeaderControl{margin-left:0;}
.body-fx center #form1 #MenuControl{margin-right: 0px;}

	
#MenuControl_C .dropdown-menu{padding:0 !important; animation: fadeInUp 400ms;}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #000;
}

.dropdown-menu>li>a:focus:after, .dropdown-menu>li>a:hover:after {
        border-left-color: #ffffff !important;
}

#MenuControl_C .navbar-default,
#MenuControl_C .container-fluid,
#MenuControl_C .navbar-nav
{height:100%;}




.dropdown-submenu>.dropdown-menu{right: 100% !important;  left: inherit !important;}
/*nav-bar*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
#MenuControl .bg-light{background-color: transparent !important; height:100%;}
.nav-link{font-weight: 600; color:#000;}
.nav-fill{width:100%; font-size: 15px;}
.navbar-brand{margin:0;}
/*nav-bar*/
@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
}
@media (max-width: 991px){
#MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 12px;}
#HeaderControl, #MenuControl{background: rgba(254,254,254,.85) !important; position: relative !important; left: 0 !important; right: 0 !important; float: inherit !important; width: 100% !important;}
#HeaderControl {max-width: 100% !important;}
}
@media (max-width: 769px){

}

@media (max-width: 767px){
.navbar.navbar-expand-md{text-align:center;}
.navbar.navbar-expand-md .container-fluid{display:block;padding: 0;}
.nav-fill .nav-item, .nav-fill>.nav-link{text-align:left;}
.nav-item ul li .dropdown-toggle::after{transform: rotate(90deg);}
.nav-item .nav-link.dropdown-toggle::after {position: absolute; right: 5px; top: 15px;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 14px;padding-right: 5px; padding-left: 5px;}

}
@media (max-width: 769px){
	
#widgetsControl_C, #widgetsControl{height:initial !important}
	}

@media (max-width: 767px){
#MenuControl, #MenuControl_C{height: initial !important;}
#MenuControl .navbar-toggler:focus, .navbar-default .navbar-toggle:hover{border-color: #000;     background-color: transparent;}
#MenuControl .navbar-toggler{background-color:transparent;border-color: #000;/* margin-top: 22px; */}
#MenuControl .navbar-toggle .icon-bar{    background-color: #fff;}
#MenuControl .navbar-nav>li>a{color: #000;padding: 5px 10px;background: #ffc928;border-bottom: 1px solid #000;}
#MenuControl, #MenuControl_C{height:inherit !important;width: 100%;background-color: #ffc928 !important;}
#MenuControl .navbar-nav>li>a { line-height: 30px;}
#MenuControl .navbar-nav>li>a { font-size: 14px;}
#MenuControl .navbar-nav .open .dropdown-menu>li>a{background: #000; border-bottom: 1px solid #fff; color: #fff;}
#MenuControl_C #navbar-collapse-1{height:auto !important;}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {margin-right: 0px !important;margin-left:  0px !important;}
.body-fx #HeaderControl, #HeaderControl{background-color:transparent;}
}



@media(max-width:736px){
#MenuControl .navbar-nav>li{display: block; text-align:left;}
#HeaderControl, #HeaderControl_C{height: initial !important;}	
header{padding: 10px 0;}	
}

@media(max-width:736px){
.fl-head h2{    font-size: 26px;}
}

@media(max-width:375px){
.fl-head h2{    font-size: 23px;}
}

.table-responsive {
    min-height: .01%;
    overflow-y: hidden !important;
}