@import url('https://fonts.googleapis.com/css2?family=Saira&display=swap');
@font-face {/*
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  src: local('Saira-Regular'), url(../image/Saira-Regular.ttf) format('truetype');*/
}
a.btn-cnt {
    min-height: 34%;
    padding: 9% 6%;
    border-radius: 9px;
    color: #fff;
    font-size: 15px;
    background: #1087b0;
}
.whats-new #marquee {
    padding: 15px;
}

.carrer-cstm p {
    text-align: center;
    font-size: 33px;
    color: #000;
}

*{ font-family:Saira !important;}
.fa { font-family:fontawesome !important;}

 .navbar-nav li:hover > ul.dropdown-menu {
      display: block;
  }
  .dropdown-submenu {
      position:relative;
  }
  .dropdown-submenu > .dropdown-menu {
      top: 0;
      right:100%;
      left: auto;
      margin-top:-6px;
  }
  
  /* rotate caret on hover */
  .dropdown-menu > li > a:hover:after {
      text-decoration: underline;
      transform: rotate(180deg);
  }
  .dropend .dropdown-menu {
      right: 100% !important;
      left: auto !important;
      top: 0;
  }
  }


table#CalendarControl_C_ctl00_Calendar1 th {
    text-align: center;
}

body {
  font-family: "Saira", sans-serif;
  color: #444444;
  font-size:16px; line-height:23px;
}
.carousel {
    position: relative;
    padding: 15px 0;
}
.team_img {
  width: 130px;
  border: 6px solid #777;
  border-radius: 50%;
}
a {
  color: #530e98;
  text-decoration: none;
}

/* a:hover {
  color: #5fae3f;
  text-decoration: none;
} */

.rd-mr{
    display: inline-block;
    background: #0e8bb5;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    margin: 6px 0 10px 0;
    width: 100%;
    text-align: center;
  }
  
.rd-mr:hover{background: #e40180;color: #fff;} 
 
.about .content ul li, p{font-size: 14px;line-height: 24px;text-align: justify;/* border-radius: 2px; *//* padding: 10px; */}

h1, h2, h3, h4, h5, h6 {
  font-family: "Saira", sans-serif;
}

.body-fx .mt9{ margin-top: 9rem !important;}




.rotate {
  animation: rotation 100s infinite linear;
  position:
  absolute;
  top: 16%;
  right: 31%;
  /* left:0; */
  margin:0 auto;
}


.rotate img{
  margin:0 auto;
  opacity: 0.5;
}



@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.top-nav{ padding:10px 50px; background: linear-gradient(90deg, rgb(86 13 151) 0%, rgb(228 1 128) 100%) !important; border-bottom: solid 1px #ffffff87;}

.top-nav ul{ list-style:none; padding-left:0; margin: 0;}
.top-nav ul li{font-size: 14px;line-height:20px;color:#fff;display: inline;}
.top-nav ul li .fa{ font-size:20px; margin-right:10px;}
.callus ul li{ text-align:left; margin-right:20px;}
.mailus ul li{ text-align:right;}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.body-fx header { text-align:center;
        margin: 10px auto; /*background:rgba(35,44,43,.95);*/
}

header{ text-align:center;}

header img {
 margin:0 auto;
}

.body-fx .navbar-default{ background-color: transparent !important;}

/*--------------------------------------------------------------
# innr-pg-bnnr
--------------------------------------------------------------*/

/*innr-pg-bnnr*/
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{padding: 100px 0 0; width: 100%; background-size: cover; min-height:300px; text-align: center; position:relative;margin-bottom: 40px;}
.innr-pg-bnnr:after{content:'';position:absolute;left: 0px;right: 0px;top: 0px;width:100%;height:100%;z-index: 0;background: #00000085;}
.main-table.innr-pg{padding-bottom:50px;}
.innr-pg-bnnr h1{color:#fff;text-align:center;text-transform: capitalize;font-size:40px;font-weight:bold;position:relative;z-index:1;}
.innr-pg-bnnr h1:after{content:''; position:absolute; bottom: -10px; margin:0 auto; left:0; right:0; width:100px; height:4px; border-radius:2px; background:#fff;}
.inner-pages ul, .innr-pg ul{padding:0px; margin-bottom:0;}
.inner-pages li, .innr-pg li {position: relative; list-style: none; padding-left: 30px;}
.inner-pages li:before, .innr-pg li:before{content: "\f101";  position: absolute; font-family: FontAwesome; font-size: 17px; line-height: 30px;    left: 7px;  top: -2px; color: #a2d5f2;}
/*innr-pg-bnnr*/


.bx-item {
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  border: 1px dashed #0391a1;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  /* white-space: break-spaces; */
  min-height: 195px;
}
.bx-item::before {
  content: '';
  position: absolute;
  background: #234762;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -10px;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  transition: all 0.3s;
  z-index: -1;
  transform: rotate(45deg);
}
.bx-item:hover::before {
  background: #234762;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
transform: rotate(0deg);
}
.bx-item h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #234762;
  /* word-break: break-all; */
  /* word-wrap: break-word; */
  white-space: break-spaces;
}

.bx-item img{
  margin-bottom: 10px;
	width:75px;
}
.bx-item p {
  font-size: 15px;
  color: #111;
}
.bx-item a {
  color: #0fa5b6;
}
.bx-item:hover, .bx-item:hover .fa, .bx-item:hover h4, .bx-item:hover p, .bx-item:hover a {
  color: #fff; text-decoration:none;
}

.service-box li{list-style:none;margin-bottom: 35px;}
.service-box li img{
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition:0.5s;
  width: 100%;
  }

.service-box li:hover img{    -webkit-filter: none;
  filter: none; transition:0.5s;}

.service-box li:hover h4{background: #083e72;color:#fff;transition:0.5s;}
.service-box li:hover{transform: translate(0px,-10px);
  transition: 0.5s;
  box-shadow:0px 9px 4px #1d283b;
  border-radius: 0 0 8px 8px;}

.service-box li h4{
  font-size: 13px;
  margin: 0;
  padding: 10px 0;
  background: #0f88b1;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  color: #fff;
  transition:0.5s;
  font-weight: 600;
  text-align: center;
  }

.hm-service .hm-head{color:#fff;}



.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #0c2d5c;
  color: #fff;
}

.nav-pills .nav-link:hover {
  background: #0c2d5c;
  color: #fff;
}

.nav-pills .nav-link {
  border-radius: 0;
  background: #fff;
  border: aliceblue;
  border-bottom: 2px solid #e2e2e2;
  text-align: start;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.fa-chevron-right {
  font-size: 15px;
  line-height: 40px;
  color: rgb(151, 151, 151);
}
.mission-bxss{
  padding: 20px;
  box-shadow: 0px 15px 40px -10px rgba(0, 0, 0, 0.25);
  min-height: 255px;
  border: 1px solid #ececec;
  border-radius: 10px;
  border-top: 3px solid #fff;
  transition: all .2s ease-in-out;
  background: #fff;
  margin: 12px 0;
}
.mission-bxss h3{
  font-size: 16px;
  text-transform: capitalize;
}
.mission-bxss p{
  font-size: 13px !Important;
  text-transform:initial !Important;
  color: #000;
}
.mission-bxss:hover{
  border-radius: 15px;
  border-top: 3px solid #1db8e5;
}





/*--------------------------------------------------------------
# banner-hm Section
--------------------------------------------------------------*/
#banner-hm {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: rgb(237,1,127);
  background: linear-gradient(-90deg, rgba(237,1,127,1)  0%, rgba(14,139,181) 100%);
  padding: 0;
}

#banner-hm .carousel-control.left, #banner-hm .carousel-control.right{background:none;}
#banner-hm .carousel-inner>.item{/*background: rgba(3,60,94,.1);*/}
#banner-hm .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 100vh;
  padding-top: 60px;
}

#banner-hm h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
	text-decoration:underline;
}


#banner-hm p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 20px auto;
  color: #fff;
  font-size: 43px;
  line-height: 30px;
  line-height:55px;
  text-align:center;
}

#banner-hm .btn-get-started {
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #0e8bb5;
  border: 2px solid #e40180;
}

#banner-hm .btn-get-started:hover {
  background: #e40180;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #banner-hm p {
    width: 74%;
  }
}

@media (max-width: 768px) {
  #banner-hm .carousel-container {
    height: 90vh;
  }
  #banner-hm h2 {
    font-size: 28px;
  }
	.rotate{right: 0;}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.vision-mission img{height:150px;width:230px;border-radius:10px;}
section {
  /* padding: 60px 0; */
  overflow: hidden;
}

.section-title {
  padding-bottom: 24px;
}
.pres-ico{
    background-color: #530e98;
}
.pr{
    left: -85px !important;
}
.nr{
    right: -85px!important;
}
.section-title h2 {
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #111;
  text-align: left;
  line-height: 30px;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #530e98;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  /* text-transform: uppercase; */
  font-family: "Poppins", sans-serif;
  color: #0e8bb5;
}
tr#HeaderControl_C_ctl00_tr_HeaderBackImage {
    background: transparent !important;
}
#EventCalenderControl a{font-size: 16px !important;color:#0f87b0;}
#WhatsNewControl_C_ctl00_lbl_updated {
    color: #fff;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {padding: 40px 30px 20px 0;}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
  margin: 6px 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #530e98;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Saira", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #530e98;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #530e98;
}

.about .content .btn-learn-more:hover {
  background: #530e98;
  color: #fff;
  text-decoration: none;
}
.about p{text-align:justify;font-size: 16px;}
.about .content h4{font-size:20px; line-height:40px; color:#530e98;}

/*--------------------------------------------------------------
# carr
--------------------------------------------------------------*/
.carr {
  background: rgb(237,1,127);
  background: linear-gradient(-90deg, rgba(237,1,127,1)  0%, rgba(14,139,181) 100%);
  padding: 80px 0;
}

.carr h2{ color: #fff; font-weight: 700;}

.carr .section-title h2:after{ background:#fff;}
.carr .section-title p{ text-align:left;}

.carr p{ color: #fff;}
.carr-btn1 {
  font-family: "Saira", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 0;
  margin: 10px;
  color: #fff;
  background: #44bde7;
  margin-top: 10px;
}

.carr-btn1:hover {
  background: #fff;
  color: #19334b;
}
.carr .carr-btn {
  font-family: "Saira", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #44bde7;
  margin-top: 60px;
}

.carr .carr-btn:hover {
  background: #fff;
  color: #19334b;
}

@media (min-width: 1920px){
.rotate {
    animation: rotation 100s infinite linear;
    position: absolute;
    top: 16%;
    right: 36.5%;
    /* left: 0; */
    margin: 0 auto;}
}

@media (min-width: 1440px){
.rotate {
    animation: rotation 100s infinite linear;
    position: absolute;
    top: 16%;
    right: 32%;
    /* left: 0; */
    margin: 0 auto;}
}

@media (max-width: 1024px) {
  .carr {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .carr .carr-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{
    background: rgb(237,1,127);
    background: linear-gradient(-90deg, rgba(237,1,127,1)  0%, rgba(14,139,181) 100%);
    }
.services .section-title h2, .services .section-title p{color:#fff;}
.services .section-title h2::after{background:#fff;}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  min-height: 170px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  margin: 20px auto;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}
.services .icon-box:hover .icon i{
  transform:rotate(-45deg);
}
.services .icon {
  position: absolute;
  left: 10px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
  color: #e40180;
}

.services .title {
  margin-left: 52px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

.services a .title {
      color: #111;
  transition: ease-in-out 0.3s;
}

.services  a:hover .title, .services  a:hover .description{
   color: #111;
}

.services .description {
  font-size: 14px;
  margin-left: 52px;
  line-height: 24px;
  margin-bottom: 0;
  color: #111;
}
/*  */
.ser-pd-lt{padding-left: 60px;}
.ser-pd-rt{padding-right: 60px;}
.ser_inner_ul{}
.ser_inner_ul li{border-bottom: 1px dashed #cccbcb; padding: 10px 0;}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #aaaa;
  width: 100%;
  margin: auto;
  margin-top: 0;
}
.team .member .member-info {
    padding: 15px 5px;
    background: linear-gradient(-90deg, rgba(237,1,127,1)  0%, rgba(14,139,181) 100%);
}
.team .member .member-img {
    position: relative;
    overflow: hidden;
    background: linear-gradient(-90deg, rgba(237,1,127,1)  0%, rgba(14,139,181) 100%);
}
.team .member .pic {
    overflow: hidden;
    width: 120px;
    border-radius: 50%;
    float: left;
    padding: 5px;
    margin-right: 20px;
    border: 5px solid #adf0d1;
}
.team .member:hover .member-info {
    background: linear-gradient(-90deg, rgba(14,139,181) 100%, rgba(237,1,127,1)  0%);
}
* {
    font-family: Saira !important;
}
.team .member:hover .member-img {
    background: linear-gradient(0deg, rgb(14 139 181) 0%, rgb(25 47 71) 100%);
}
.team .member:hover{{background: rgb(237, 1, 127);background: linear-gradient(0deg, rgba(237, 1, 127, 1) 0%, rgba(83, 14, 152, 1) 100%);};}
.team  .carousel-indicators [data-bs-target] {  background-color: #c80485 !important;}
.team  .carousel-indicators {bottom: -38px;}
.team .member h4 {
  font-weight: 700;
    margin-bottom: 5px;
    font-size: 25px;
    color: #fff;
    text-align: center;
}
.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #eee;
    text-align: center;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #e40180;
  float: left;
  width: 44px;
  height: 44px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #0e8bb5;
  color: #fff;
}

.contact .map-hm-rht {/*
  width: 100%;
  background: #fff;*/
}

.contact .map-hm-rht .form-group {
  padding-bottom: 8px;
}

.contact .map-hm-rht input{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .map-hm-rht input {
  height: 44px;
}

.contact .map-hm-rht .sbmt-btn{
  background: #0e8bb5;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  margin-top: 40px;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .map-hm-rht .sbmt-btn:hover {
  background: #e40180;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #121212;
  color: #fff;
  font-size: 15px;
  text-align:left;
}

#footer a{ font-size: 15px; text-align:left; line-height:24px;}
#submenu30{    left: -87px;}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
  text-align:left;
}
.sn-img{width:300px;border-radius: 20px;}
#footer img{margin:0 auto;}
#footer p {
  font-size: 15px;
  color:#fff;
  text-align:left;
  margin-bottom: 10px;
}

#footer .social-links {
  margin: 20px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0e8bb5;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #e40180;
  color: #fff;
  text-decoration: none;
}


#footer .copyright {
  margin: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 15px;
}

#footer .credits {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#footer .credits a{
  color:#fff;
}
.top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #e40180;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 1px solid #fff;
    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:1024px){
.nav>li>a{    padding: 9px 2px;}
.navbar-fixed-top .nav>li>a{padding-left: 10px;
    padding-right: 10px;}
.navbar-default .navbar-nav>li>a{font-size: 14px;}
}
@media(max-width:991px){
.navbar-default .navbar-nav>li>a { font-size: 12px;}
#HeaderControl { padding: 8px 0;}
}
@media(max-width:769px){

.navbar .navbar-right{    width: 100%;
    margin: 0;
    margin-top: 10px;
}
.nav>li>a {
    padding: 9px 15px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 12px;
}
.nav>li>a {
    padding: 9px 1px;
}
.body-fx #HeaderControl, .body-fx #MenuControl{ position: inherit !important;
transition: 0s; 
	    top: 0;
		height: auto !important;}
	}

@media(max-width:767px){	
.ser-pd-lt{ padding: 10px 50px;}
.ser-pd-rt{ padding: 10px 50px;}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #530e98;     background-color: #530e98;}
.navbar-default .navbar-toggle{border-color: #530e98;}
.navbar-toggle{background-color: #530e98; border-color: #530e98;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #530e98; border-bottom:1px solid #fff;}
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{background: #530e98; border-bottom: 1px solid #505b1f; color: #fff;}
#MenuControl_C #navbar-collapse-1{height:auto !important;}
}
	
@media(max-width:736px){
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #530e98;     background-color: #530e98;}
.navbar-default .navbar-toggle{border-color: #530e98;}
.navbar-toggle{background-color: #530e98; border-color: #530e98;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #530e98; border-bottom:1px solid #fff;}
#HeaderControl, center #form1 #HeaderControl{width: 45%;     z-index: 999999999;}
.navbar{    margin-right: 0 !important;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{    margin: 0;
    width: 100%; border:0;}
	
#MenuControl, #MenuControl_C{height:inherit !important;width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a{    background: #530e98;
    border-bottom: 1px solid #fff; color: #fff;}
	
.body-fx .navbar-default .navbar-toggle:focus, .body-fx .navbar-default .navbar-toggle:hover {
    border-color: #530e98;
    background-color: #530e98;
}

.body-fx .navbar-default .navbar-toggle {
    border-color: #530e98;
}

.body-fx #MenuControl{height: inherit !important;     width: 100%;}
.body-fx #HeaderControl{z-index: 999999999;     top: -2px;}
.body-fx #HeaderControl{width: 100%;}
.body-fx #MenuControl_C{height: inherit !important; }
.body-fx #MenuControl_C #navbar-collapse-1{height: 278px !important;
    overflow-y: auto;}
.navbar-nav{margin-bottom:0;}

center #HeaderControl{    padding:0;}
center .navbar-default .navbar-toggle:focus, center .navbar-default .navbar-toggle:hover{border-color: #530e98;}
center .navbar-default .navbar-toggle {
    border-color: #530e98;
}
.body-fx center #HeaderControl{height: 67px !important;}

center #form1 #HomepagecontentControl{ padding-top: 75px;}
	}
	
@media(max-width:667px){
.navbar-toggler {
    background: #fff !important;
}

.navbar-toggler {
    margin-top: 0;
}
.navbar-collapse {  
    background: #fff;
}
.navbar-nav>li>a {
    color: #ffffff !important;
    text-align: center;
    font-size: 12px !important;
}

}
	
@media(max-width:568px){
	
p{font-size: 15px !important;line-height: 22px;}

#widgetsControl table, #widgetsControl td { height: initial !important;}


}
	
@media(max-width:480px){

center #form1 #HomepagecontentControl{padding-top: 97px;}

}
	
@media(max-width:414px){


}
	
	
@media(max-width:360px){
	


}



.hro-scl-icn{position:absolute;bottom: 9px;left: 4%;display:flex;gap:10px;z-index: 1;}
.hro-scl-icn a{background-color:white;display:flex; justify-content:center;align-items:center; ; width:40px; height:40px; border-radius:10px 0px; font-size:20px;transition:.5s;}
.hro-scl-icn a:hover{border-radius:50%;}
.hro-scl-icn .youtube i{color:red;}
.hro-scl-icn .instagram i{background: -webkit-linear-gradient(#E4405F, #405DE6, #5851db, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.hro-scl-icn > a > i.fa-facebook{color:#4267B2;}
.hro-scl-icn > a > i.fa-linkedin{color:#0077B5  ;}
.hro-scl-icn > a > i.fa-whatsapp{color:#075e54;}

.hro-scl-icn2{display:flex;gap:10px;z-index: 1;}
.hro-scl-icn2 a{box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;display:flex; justify-content:center;align-items:center; ; width:40px; height:40px; border-radius:10px 0px; font-size:20px;transition:.5s;}
.hro-scl-icn2 a:hover{border-radius:50%;}
.hro-scl-icn2 .youtube i{color:red;}
.hro-scl-icn2 .instagram i{background: -webkit-linear-gradient(#E4405F, #405DE6, #5851db, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
 -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.hro-scl-icn2 > a > i.fa-facebook{color:#4267B2;}
.hro-scl-icn2 > a > i.fa-linkedin{color:#0077B5  ;}
.hro-scl-icn2 > a > i.fa-whatsapp{color:#075e54;}

footer { background: #080d10; padding: 5% 0 0 0;}
footer .footer-bottom { margin: 5% 0 0 0; background: #060a0c; padding: 18px 0;}
footer .footer-bottom p, footer .footer-bottom p a { color: #c0c0c0; margin: 0;}
footer .footer-bx {background: rgba(255, 255, 255, 0.05);padding: 30px;border-radius: 10px;min-height: 100%;}
footer .footer-bx h4 { color: #fff; margin: 0 0 25px 0; font-size: 20px;}
footer .footer-bx p a, footer .footer-bx p { color: #c0c0c0; font-size: 14px; margin: 0 0 8px 0; display: flex;}
footer .footer-bx p a i { color: #e40180; margin: 3px 8px 0 0; font-size: 15px;}
footer p {color: #c0c0c0; margin: 0 0 15px 0;}
footer p i { color: #fff; margin: 0 5px 0 0;}
footer .footer-title{color: #fff;margin: 0 0 25px 0;font-size: 20px;margin-top:16px;margin-bottom:10px;font-weight: 500;}


.moto{text-align:center;font-size:18px;box-shadow: rgb(15 136 177 / 22%) 0px 1px 11px 0px;padding: 10px;border-radius: 2px;background-color: #0f88b1;color: white;}
 /*============WHATSAPP==========*/
    
  .whatsapp_btn{
      position: fixed;
      bottom: 7em;
      right: 14px;
      width: 55px;
      height: 55px;
      z-index: 9999;
  }
  .whatsapp_btn .icon_logo{
      position: relative;
      z-index: 100;
      padding: 5px;
  }
  
  .whatsapp_btn .icon_logo > a > img{
      width: 100%;
  }
  
  .whatsapp_btn .circle_waves{
      border-radius: 50%;
      background-color: #3cc04e;
      width: 55px;
      height: 55px;
      position: absolute;
      opacity: 0;
      bottom: 1px;
      left: 0px;
      z-index: 99;
      animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
  }
  
  @keyframes waves {
      from {
          transform: scale(.55, .55);
          opacity: .6;
      }
      to {
          transform: scale(1.8, 1.8);
          opacity: 0;
      }
  }


@media(min-width:780px;){
	
#about{padding:110px 0;}
#WhatsNewControl { position: absolute; right: -10px; top: 240px; }
#CalendarControl { margin: 65px 0 0 0; position:absolute; width:380px !important; right:-10px; top:-90px;}
#CalendarControl_C { height: 220px !important}
#CalendarControl_C_ctl00_Label1 { font-size: 20px !important; color: #fff; padding: 14px 0; font-weight: 500 !important; letter-spacing: .5px} 

}

@media (min-width: 320px) and (max-width: 768px) {
    #WidgetControl4 {width: 0;top: 0;z-index: 2;display: none;}
    #MenuControl {width: 100%;margin-left: 0;}
    #MenuControl, #MenuControl_C {height: 60px !important;
	#WhatsNewControl { position: relative; right: -2px; top: 20px; }
    #CalendarControl { margin: 0; }
	#CalendarControl_C{bottom:0 !important;}
}