/* CSS Document */

/* define a fixed width for the entire menu */
.navigation {
  width: 18%;
  float:left;
}
.topmain{ background-color:#e2d91f;float: left;
    width: 100%;}
.topmainbutton{background-color: #00aff0;
   background-color: #00aff0;
    color: #fff !important;
    padding: 0px 20px 0px 20px;
    float: left;
    margin-left: 30px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    height: 33px;
    margin-top: 18px;
    border-radius: 3px;
}
.image{ height:220px}
.onlineadmission{float:left; width:100%;  color:#fff; background-color:#006699; background-image:url(../pic/one.png); background-repeat:no-repeat;background-size: 100% 100%;margin-bottom: -16px;}
.onlineadmission .col-sm-12{width: 81%;
    margin-left: 10%;}
.activit .col-md-4{width:33.33%;height: 340px; float:left; border: solid 1px #000;}
input, select, textarea {
    font-family: inherit;
font-size: inherit;
line-height: inherit;
width: 19%;
margin-top: 20px;
padding: 14px;
background: #f1f4f8;
border: solid 1px #8b8a8a;
}
.btn {
    background-color: #00aff0;
    padding: 14px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 36px;
}
.tabcontent  p{ width: 32.5%;
float: left;
margin-right: 7px;margin-bottom: 7px;}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  background-color: #712167;
  text-decoration: none;
  padding: 15px;
  color: #fff !important;
}
.mainmenu .fa{ margin-right:6px}

/* add hover behaviour */
.mainmenu a:hover {
    background-color: #992d8c;
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  background-color: #972d8a;
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
  background-color: #bf39af;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 81%;
  border-left: none;
}
.wordsAnimation {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.puffIn {
  -webkit-animation-name: puffIn;
  animation-name: puffIn;
}

.vanishIn {
  -webkit-animation-name: vanishIn;
  animation-name: vanishIn;
}

@-webkit-keyframes puffIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(2px);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}

@keyframes puffIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
}

@-webkit-keyframes vanishIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}

@keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
.aboutheading{
font-size: 26px;
font-weight: bold;
width: 100%;
float: left;
}
.foot a{ color:#fff}
.featured-category-img i {
    font-size: 26px;
    color: #0a4b7a;
    padding-top: 9px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 15px 0 #bdb5b5;
    width: 80px;
    height: 44px;
    text-align: center;
    background-color: #F4F9F4;
}
.plg h4 {
    padding-top: 7px;
text-align: left;
font-size: 21px;
font-weight: bold;
color: #f1f1f1;
}
.innertext img{ width:20%; float:left; margin-right:20px;border-radius: 15px;}
.aboutheadingchild{
font-size: 16px;
font-weight: bold;
width: 100%;
float: left;
color: #2a8809;
margin-top: 10px;
}
#myModal{ z-index:999999999}
.modal-body{ padding:0px; height:580px}
.modal-header{ padding:0px 10px}
.dorpdownfirst{float: left;
width: 40%;}
.dorpdownsecond{ float:left; width:30%}
.amazingslider-box-1{ margin-left:0px !importanat}
.imagetitleone{ width:100%; float:left}
.innercoverfirst img{ width:100%}
.innercoverfirst {
width: 100%;
background-image: url(../pic/innerall.jpg);
background-repeat: no-repeat;
background-size: 100%;
padding: 64px 0px;
text-align: center;
}
.slick-slide {
    margin: 0px 5px;
}
.tab-content img{ width:100%; height:100%}
.head {
    color: #000;
	font-size:16px
}
.dorpdownthird{float: left;
background-color: #fbe901;
width: 150px;
font-size: 10px;
padding: 8px;
height: 155px;}
.gallerycoverone{
background-image: url(../pic/gall.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 182px;
    width: 100%;
    position: absolute;
    z-index: 999;
    margin-top: 15px;
    text-align: right;
    padding-top: 99px;
    padding-right: 42px;
    font-size: 30px;
    font-weight: bold;
    color: #030715;
}
.slick-slide img {
    width: 100%;
}
.inner-box .lower-content .post-info li:first-child {
    position: relative;
    color: #ffffff;
    border-radius: 50px;
    padding: 0px 12px;
    background-color: #43b97e;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

#menu1 img{ width:100%}
.navbar-brand{ height:100px}
#mixedSlider {
  position: relative;
  margin-top: 24px;
}
.Choose .nav-link {
display: block;
padding: 10px 5px;
color: #000 !important;
margin-right: 10px;
background-color: #fff;
width: 173px;
text-align: center;
height: 98px;
font-size: 16px;
}

.Choose{ background-image:url(../pic/main_bg.png);background-color: #fea633 ;}
.aboutimg{width: 50%;
-webkit-box-shadow: 0 25px 45px 0 #bdb5b5;
margin-bottom: 10px;
float: left;
margin-right: 10px;
height: 181px;}
#kode-topbtn {
    color: #000;
    float: left;
    font-size: 20px;
    height: 40px;
    margin-top: -10px;
    padding: 3px 0 0;
    position: relative;
    text-align: center;
    width: 87%;
    background-color: #ffe325;
    font-weight: bold;
    margin-left: 5px;
}
#kode-topbtn::before, #kode-topbtn::after {
    border-bottom: 11px solid #c9b005;
    border-left: 6px solid transparent;
    content: "";
    left: -6px;
    position: absolute;
    top: -1px;
}
#kode-topbtn::after {
    left: auto !important;
    right: -6px;
    transform: scaleX(-1);
}
#kode-topbtn1 {
color: #000;
float: left;
font-size: 23px;
height: 56px;
padding: 10px 0 0;
position: relative;
text-align: center;
width: 105%;
background-color: #ffe325;
font-weight: bold;
margin-left: 30px;
margin-top: -20px;
margin-bottom: 15px;
}
#kode-topbtn1::before, #kode-topbtn1::after {
    border-bottom: 11px solid #c9b005;
    border-left: 6px solid transparent;
    content: "";
    left: -6px;
    position: absolute;
    top: -1px;
}
#kode-topbtn1::after {
    left: auto !important;
    right: -6px;
    transform: scaleX(-1);
}
.about-cata .cata-list.list-t2 {
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    border: 2px solid #eeeeee;
    padding: 10px 33px 0px 65px;
}
.about-cata .cata-list {
    height: 145px;
    padding: 0px 0px 0px 2px;
    background: #fff;
    margin-top: -2px;
    display: block;
    position: relative;
    width: 100%;
    transition: all 0.3s;
    border-top: solid 2px #ccc;
}
.about-cata .cata-list.list-t1 {
    clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
}
.submit11 {
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #00a651;
    background-color: #fff;
    line-height: 1;
    display: inline-block;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.welcome{ color:#fbe901; text-align:center}
.aboutmain{ margin-top:-87px; background-image:url(../pic/main_bg.png)}
.wavecover{
background-image: url(../pic/wave_bottom.png);
z-index: 9999;
position: relative;
height: 80px;
background-size: 100%;
background-repeat: no-repeat;
bottom: 76px;
}
.headercover{background-image: url(../pic/logoback.png);
background-repeat: no-repeat;
background-size: 100% 100%;
float: left;
width: 60%;
position: relative;
z-index: 99;}
.spanthis{font-weight: bold;
color: #009900;
font-size: 20px;
float: left;
margin-left: 78px;}
.footerfirst .fa:hover{ background-color:#009900}
.textcenterone{background-color: #e9dede;
margin-left: -15px;
margin-right: -15px;
padding: 5px;float: left;
width: 109%;}
.tab-content:hover .updown{ display:block}
.updown{ position:absolute; display:none; right:20px; top:30px;}
.uk-slider-items li{border: solid 1px #a1a0a0;}
.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.teamleader img{ width:100%;}
section{ float:left; width:100%;}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
.leaderbackgrund{ background-color:rgb(3,79,7, 0.6);float: left;
width: 100%;}
.content_2 img{border-radius: 10px;border: solid 1px #ccc;-webkit-box-shadow: 0 5px 15px 0 #bdb5b5;
width: 100%; margin-bottom:10px}
.uk-icon svg{ display:none}
#mixedSlider .MS-content .item {
display: inline-block;
width: 32%;
position: relative;
vertical-align: top;
overflow: hidden;
white-space: normal;g
padding: 0px;
margin-right: 18px; height:400px}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
	height:366px;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}


#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}

/*** TestimonialS Slider - Free Weebly Widget by Baamboo Studio - Style 2 ***/
.testimonial_slider_2{
	width:100%;
	overflow:hidden;
	box-sizing:border-box;
	margin-left: 80px;
}
.testimonial_slider_2 input {
	display: none;
}

.testimonial_slider_2 #slide_2_1:checked ~ .boo_inner { margin-left:0; }
.testimonial_slider_2 #slide_2_2:checked ~ .boo_inner { margin-left:-100%; }
.testimonial_slider_2 #slide_2_3:checked ~ .boo_inner { margin-left:-200%; }
.testimonial_slider_2 #slide_2_4:checked ~ .boo_inner { margin-left:-300%; }
.testimonial_slider_2 .boo_inner {
	width:400%;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.testimonial_slider_2 .slide_content{
	width:25%;
	float:left;
}
.testimonial_slider_2 #controls {
	text-align:center;
}
.testimonial_slider_2 #controls label{
	width:8px;
	height:8px;
	margin:0 2px;
	display:inline-block;
	background:#999; /* Change controls background color */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.testimonial_slider_2 #slide_2_1:checked ~ #controls label:nth-child(1), 
.testimonial_slider_2 #slide_2_2:checked ~ #controls label:nth-child(2), 
.testimonial_slider_2 #slide_2_3:checked ~ #controls label:nth-child(3), 
.testimonial_slider_2 #slide_2_4:checked ~ #controls label:nth-child(4){
	background:#000; /* Change controls background color when mouse click */
}
.testimonial_2 {
	font-size: 16px !important;
	color: #333; /* Change testimonial paragraph text color */
	padding: 30px 30px 23px;
}
.content_2 {
	position: relative;
	padding-left: 30px;
	margin-bottom: 30px;
}
.content_2:before,
.content_2:after {
	content: "";
	height: 15px;
	width: 19px;
	position: absolute;
}
.content_2:before {
	background: url(icon_testimonial_2_before.png) 0 0 no-repeat;
	left: 0;
}
.content_2:after {
	background: url(icon_testimonial_2_after.png) 0 0 no-repeat;
	margin: 5px 10px;
}
.testimonial_2 p {
	display: inline;
	width: 100%;
float: left;
color:#fff;
font-size: 18px;
}
.author_2 {
	margin-left: 30px;
}
.author_2 h3 {
	color: #333; /* Change author text color */
	font-size: 13px;
	font-weight: 600px;
	padding: 0 0 5px;
}
.author_2 h4 {
	color: #333; /* Change author text color */
	font-size: 12px;
	font-weight: 400;
	padding: 0 0 5px;
}
.author_2 h4 a {
	color: #999; /* Change company text link color */
	text-decoration: none;
	position: relative;
	padding-bottom: 1px;
	overflow: hidden;
	border-bottom: 1px solid;
}
.author_2 h4 a:after {
	background: #999; /* Change company border link background color */
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.author_2 h4 a:hover {
	color: #000; /* Change company text link color when mouse over */
	border: none;
}
.author_2 h4 a:hover:after {
	border-color: #000;
	width: 100%;
}


.hidden-sm-down{ margin-top:15px; font-size:22px; font-weight:bold}
#bigHalfCircle{
position: absolute;
z-index: 10;
width: 100%;
height: 13%;
left: 0px;
bottom:19px;
}
.logoone{-webkit-box-shadow: 0 25px 45px 0 #bdb5b5;
width: 158px;
margin-left: 0px;
margin-top: -4px;
height: 150px;
z-index: 9999;
position: relative;}
#testimonial .client-img {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border: 3px solid #fff;
    margin: 0px auto;
    border-radius: 100%;
    position: absolute;
    left: -56px;
}
.author_2{ float:left; width:100%}
.available{ margin-top:40px}
.logotext {
font-size: 32px;
color: #044d68;
font-weight: bold;
float: left;
margin-left: 30px;
line-height: 35px;
word-break: break-word;
}
.navbar-collapse{ padding:0px}
.nav-tabs{ background-color:#4c7099}
.show{ color:#000 !important}
.nav-tabs .nav-link{ color:#000;}
.nav-tabs li{ width:50%; color:#000;}
h5, .h5 {
    font-size: 22px;
    font-weight: bold;
}
.vicechance{ margin-top:0px; background-color:#fff;padding: 4px 10px;}
.dropdown-menu {
    background-color: #118bb8;
    color: #fff;
    width: 530px;
    margin-left: -169px;
    border: solid 5px #044a7c;
    z-index: 99999
}
#myCarousel svg path{ fill:#e5fee5}

.foot{background-image:url(../pic/testimonial.png);color: #fff;
background-repeat: no-repeat;
background-position: center;
background-color: #122544;
float: left;
width: 100%;
background-size: 100%;}
.topsecond{ width:100%; float:left;padding-left: 152px;}
.form-inline::before {
   content: "";
position: absolute;
top: 0;
left: -90px;
border-left: 0 solid transparent;
    border-left-style: solid;
    border-left-width: 0px;
border-left-style: solid;
border-left-width: 0px;
border-left-style: solid;
border-leftt-width: 0px;
border-left-style: solid;
border-left-width: 0px;
border-left-style: solid;
border-left-width: 0px;
border-left-style: solid;
border-left-width: 0px;
border-left-width: 90px;
border-left-style: solid;
border-top-width: 104px;
border-top-style: solid;
border-top-color: #fff;
z-index: 999;
}
.form-inline {width: 16%;
background-color: #FFFFFF;
height: 104px;
position: relative}
#test-header {
    transform: rotate(180deg);
	position: absolute;
top: 0px;
z-index: 10;
width: 100%;
height: 33%;
left: 0px;
}

.advan{
position: relative;
z-index: 9999;
float: left;
padding: 18px 0px;
margin-bottom: 15px;
background-image: url(../pic/news.png); background-repeat:no-repeat;
width: 100%;
margin-top: -106px;
}
.advan p{ width:100%; float:left}
.principal {

    width: 100% !important;
 
    padding: 48px 150px 46px 78px;
    float: left;
    position: relative;
}
.top-bar {
    background-color: #23105c;
    color: #fff;
}
.top-bar a span {
    margin-right: 5px;
    padding: 5px;
    color: #fff;
	float:left;
}
.inner-box .lower-content {
    position: relative;
    margin-left: 17px;
    padding: 35px 25px;
    margin-top: -87px;
    z-index: 1;
    height: 228px;
}
.inner-box .lower-content::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.inner-box .lower-content .border-layer {
    position: absolute;
    left: -12px;
    top: -30px;
    z-index: -1;
    width: 32px;
    bottom: -10px;
    border: 4px solid #43b97e;
    -ms-transform: skewY(20deg);
    transform: skewY(20deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.latestvideo{background-color: #033054;
text-align: center;
font-size: 20px;
font-weight: bold;
color: #fff;
padding: 8px 0px;
border-radius: 0px 47px 0px 0px;}
svg path {
    fill: #00aff0;
}
figure svg {
   position: absolute;
top: 0px;
z-index: 10;
width: 100%;
height: 137%;
left: 0px;
}
figcaption {
position: absolute;
top: 24px;
z-index: 11;
width: 100%;
height: 100%;
text-align: center;
left: 0;
}
.elearning{
width: 100%;
float: left;
z-index:9999;
}
figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
figcaption h2 {
    color: #e74c3c;
}
.dropdown-item:focus, .dropdown-item:hover{ background-color:#006600 !important}
.dropdown-item:hvoer{ background-color:#006600 !important}
.dropdown-item{background-image: url(../pic/dropdown-arrow-left.png);
background-repeat: no-repeat;
background-position: 7px;
border-bottom: solid 1px #066db8;}
.nav-item a{ color: #fff !important; 
padding: 9px 20px ;
font-size: 18px;
font-weight: bold;}
.simgsh img{
width: 66px;
background-color: #fff;
border: solid 1px #000;
border-radius: 100%;
padding: 10px;
height: 66px;
float: left;
margin-left: 28px; margin-right:20px}
.simgsh11 {
background-color: #fff;
-webkit-box-shadow: 0 25px 45px 0 #bdb5b5;
border-radius: 100%;
width: 80px;
height: 80px;
margin-left: -177px;
padding: 0px;
margin-top: 81px;
}
.simgsh1 img{
width: 66px;
background-color: #fff;
border: solid 1px #000;
border-radius: 100%;
padding: 10px;
height: 66px;
float: left;
margin-left: 15px;}
.simgsh1 {
width: 90px;
margin-right: 0%;
margin-bottom: 5px;
padding: 1px;
    padding-top: 1px;
padding-top: 1px;
padding-top: 10px;
margin-top: 0px;
text-align: center;
float: left;
}

.simgsh {
width: 130px;
margin-right: 0%;
margin-bottom: 5px;
padding: 1px;
    padding-top: 1px;
padding-top: 1px;
padding-top: 10px;
margin-top: 0px;
float: left;}
.allfontformatter{ font-size:16px; font-weight:bold}
.mainmenu div {
    display: block;
    background-color: #712167;
    text-decoration: none;
    padding: 15px;
    color: #fff !important;
}
.Learners{font-size: 20px;width: 16.33%;
font-weight: bold;
color: #fff;
padding-top: 48px;
padding-left: 20px;
margin-right: 19px;}
.tabcover{ width:100%; float:left; margin-top:3px}
.tabcover img{ width:100%; height:250px}
.hf-item i {
    width: 45px;
    height: 45px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #e21f1b;
    font-size: 17px;
    padding-top: 13px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
	float:left
}
.hf-item i::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #d2d2db;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
}
.styled-icons li a{ color:#fff}
.styled-icons li {
    list-style: none;
    float: left;
    margin-right: 35px;
    margin-top: 6px;
}
.hf-item p span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #020031;
    font-weight: 500;
}
.social-icons a {
    background-color: #fffdd5;
    padding: 7px 30px;
	float:left;
	color:#000;
	margin-bottom:-5px
}
.social-icons li {
    display: inline-block;
    margin-right: 27px;
}
.dip {
    display: block;
    font-size: 18px;
}
.paybutton{ background-color:#fbb71c; border:none;padding: 17px; color:#fff; font-size:16px; font-weight:bold;margin-right: -14px;}
.navbar .nav-link{
    display: block;
    border-radius: 2px;
    box-shadow: 0 10px 40px 0 rgba(107,125,179,.11);
    padding: 8px 18px ;
    font-size: 17px;
    font-weight: 700;
	color:#fff;
}
.mess{margin-top:100px}
.aboutusbackbrund img{ width:100%}
.allthree{width:50px; height:50px}
.contact-map__card {
    position: absolute;
    z-index: 20;
    top: 600px;
    max-width: 100%;
    width: 80%;
    border-radius: 8px;
    overflow: hidden;
}
.inner-box .lower-content .more {
    position: relative;
    color: #06092d;
    font-size: 16px;
    margin-top: 22px;
    font-weight: 600;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.inner-box .lower-content h4 a {
    position: relative;
    color: #06092d;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	font-size:18px; font-weight:bold;
overflow: hidden;
  text-overflow: ellipsis;
  height:150px; float:left;
}
.item img{ width:100%; height:100%; border: solid 1px #000;}
.items{ margin-top:15px; float:left}
/*.item {
    max-width: 80px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-bottom: 20px;
	    margin-right: 20px;
    border: 2px solid transparent;
	float:left;
}*/
.instagram{width: 100%;
padding: 20px 20px;
border: 1px solid #e6e6e6;
margin-bottom: 50px;
border-radius: 8px;
background-color: #ffffff; margin-top:20px; float:left}
.submit {
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #00a651;
    background-color: #fff;
    line-height: 1;
    display: inline-block;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    padding: 23px 40px 20px;
    border-radius: 10px;
    margin-left: 0px;
    margin-bottom: 20px;
	margin-top: 20px;
}
input[type="text"].test, select.test.test, .backwhite textarea.test {
    width: 100%;
    padding: 12px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: none;
    background-color: #fff;
	margin-top: 10px;
}
textarea.test {
    width: 100%;
    padding: 12px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: none;
    background-color: #fff;
	margin-top: 10px;
}
.sad {
    -webkit-box-shadow: 0 10px 15px 0 #bdb5b5;
    padding: 15px 15px 20px 15px;
    height: 200px;
    margin-bottom: 15px;
    background-color: #fff;
    background-image: url(../img/sfacpattern-4.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.plg{background-color: #77bb02;
transform: skew(-4deg);
border-radius: 20px 20px 0px 0px;
height: 45px;
margin-bottom: 13px;}
.featured-category-img{ width:80px; height:42px; float:left; margin-right:10px;}
.abheading {
   position: absolute;
vertical-align: center;
right: 24%;
top: 65px;
color: #fff;
font-size: 18px
}
.sevethee99 {
    width: 100%;
    float: left;
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
	transform: skew(30deg);
}
.check {
    background-color: #77bb02;
    transform: skew(-30deg);
    padding: 10px 35px;
    float: left;
    color: #fff !important;
    font-weight: bold;
}
.check:hover {
    background-color: #00aff0;
    transform: skew(-30deg);
    padding: 10px 35px;
    float: left;
    color: #fff !important;
    font-weight: bold;
}
.top-bar .contact-details li {
    display: inline-block;
    font-size: 13px;
    margin: 0 5px;
    font-weight: 600;
}
body{ background-color:#fff; color:#000; font-size:16px}
.header-info {
    display: inline-block;
    float: right;
    margin-top: 22px;
}
.tab-content h3{color: #000;
font-weight: bold;}
.facilityfirst .nav-link {
display: block;
padding: 1rem 15px;
color: #000 !important;
margin-right: 10px;
background-color: #fff;
margin-top: 25px;
width: 140px;
text-align: center;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #712167;
}
.navbar-toggler {
    padding: 0.25rem 0.5rem;
    font-size: 1.171875rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.25rem;
    float: right;
    margin-left: 30%;
}
.navbar {
background-color: #00aff0;
padding: 5px 0% 5px 5%;
margin-bottom: 0px;
border-radius: 0px;
margin-left: 18%;
width: 100%;
}
.header-info .hf-item {
    display: inline-block;
}
.header-info .hf-item i {
    width: 45px;
    height: 45px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #e21f1b;
    font-size: 17px;
    padding-top: 13px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rmore{margin-top: 150px;
text-align: center;}
.header-info .hf-item i::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #d2d2db;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
  #main-container1 {
        display: flex;
        width: 100%;
        justify-content: center;
		margin-top: -60px;
      }
      #main-container1 div {
        background-color: #fff;
        padding: 20px 25px;
		width:85%;
		-webkit-box-shadow: 0 5px 25px 0 #bdb5b5;
		border-radius:15px;
		font-size:16px;
		font-weight:bold;
		transform: skew(-5deg);
      }
	  #main-container {
        display: flex;
        width: 100%;
        justify-content: center;
		margin-top: 160px;
      }
      #main-container div {
        background-color: #8ebf42;
        padding: 10px 25px;
      }
	  #main-container2 {
        width: 100%;
        justify-content: center;
      }
      #main-container2 div {
        background-color: #712167;
        padding: 10px 25px;
		color:#fff;
		font-weight:bold;
		margin-bottom:15px;
      }
.schoolf{ height:375px;-webkit-box-shadow: 0 25px 45px 0 #bdb5b5; margin-bottom:15px}
.fimg{margin: -69px 23px 0px 23px;
position: absolute;
z-index: 999;
width: 80%;}
.colorus {
    color: #a5241c;
}
.sevethee1 {
   
    float: left;
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
  transform: skew(30deg);
    text-align: center;
}
.facility{ margin-bottom:0px}
.schoolf p{background-color: #213c66;margin-top: 10px; color:#fff;
height: 150px;
font-size: 20px;
font-weight: bold;
padding-top: 25px;}
.facilityfirst img{ width: 100%;transform: skew(-4deg);}
.delivery {
    float: left;
    background-color: #0c1555;
    margin-top: 24px;
    width: 60%;
    position: absolute;
    z-index: -1;
    padding: 15px 42px;
    color: #FFF;
}
.lifirst img{ width:100%; height:100%}
.nav-link img{ width:50px; height:40px;}
.pri{ float:left; background-color:#092145;width: 10%;}
.pri img{width: 230px;
height: 250px;
margin-left: 44px;
margin-top: 30px;
margin-bottom: 30px;
border: solid 5px #fbb71c;}
.pro{float: left;
width: 40%;
margin-left: 158px;}
.yeartop{ padding-top:25px}
.garmentsone {
  float: left;
width: 100%;
position: absolute;
margin-top: -310px;
}
.topfirst{ width:28%; float:left; position:absolute}
.demo5 {
    position: relative;
    height: 460px !important;
    overflow: hidden;
    float: left;
    width: 100%;
	-webkit-box-shadow: 0 4px 20px 0 #bdb5b5;
	background-color:#fff;
}

.facilityfirst {
    float: left;
    position: relative;
    margin-top: -52px;
    background-image: url(../pic/oh_bg-min.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
}
.marseod img {
    width: 200px;
	height:150px;
}
.qlinks li a::after {
    font-family: FontAwesome;
    content: '\00BB';
    position: absolute;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-top: 11px;
    padding: 6px;
    color: #08eff4;
    margin-left: 15px;
}

.qlinks li {
    list-style: none;
	margin-bottom: 20px;
}
h2 {
font-size: 18px;
position: relative;
display: inline-block;
padding-bottom: 0;
font-weight: bold;
margin-bottom: 5px;
margin-top: 0px;
width: 100%;
}

#sidebar{
background-color: #f8f8f8;
border: solid #dedede 1px;
height: auto;
margin-top: 15px;
}

.three {
    -webkit-box-shadow: 0 25px 45px 0 #bdb5b5;
    text-align: center;
    padding: 20px;
    height: 133px;
    background-color: rgb(255,255,255,0.7);
    border-radius: 20px;
    margin-top: 10px;
    background-image: url(../pic/pattern-4.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    transform: skew(-6deg);
    width: 95%;
}
.principal svg path{ fill: #c9f9bc;}
h1 {
    font-size: 26px;
    font-weight: bold;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 15px;
	color:#213c66;
	
}
.signin{background-color: #009900;
color: #fff;
font-size: 18px;
font-weight: bold;
padding: 13px 42px;
border: none;
float: left;
border-radius: 4px;}
.qlinks{ margin-left:30px}
.list-unstyled i{ float:left; margin-right:10px;}
.list-unstyled a{float: left; color:#fff;
width: 92%;
margin-bottom: 25px;}
.shadowall{box-shadow: 0px 3px 45px 0px rgba(0,0,0,.16); float:left; height:178px;width:18%;background: #065697;
transform: skew(-30deg);
color: #fff;margin-left: -11px;}
.shadowall99{box-shadow: 0px 3px 45px 0px rgba(0,0,0,.16); float:left; height:420px;width:100%;background: #191d32 ;
transform: skew(-30deg);
color: #fff;}
.shadowall2{
float: left;
width: 95%;
background: #0D71CE;
transform: skew(-20deg);
color: #fff;
margin-top: 0px;
}
.sevethee img{
border-radius: 100%;
width: 180px;
height: 180px;
margin-top: 0px;
-webkit-box-shadow: 0 10px 45px 0 #bdb5b5;
margin-left: 60px;
}
.sevethee{transform: skew(20deg);
float: left;
color: #fff;}
.clear{ clear:both}
.amazingslider-nav-1{ display:none !important}
.carousel-inner img {
    width: 100%;
  }
  .thirtee{width: 42%;
float: left;
margin-top: -23px;
margin-left: -32px;} 
    .thirtee img{ width:100%; float:left; border-radius:20px} 
    .sevethee{width: 100%;
float: left;
font-size: 16px;
font-weight: bold;
padding:10px 25px;
text-align: center;} 
.counter{
font-size: 20px;
font-weight: bold;
width: 100%;
float: left;
text-align:center;
}
.uk-switcher .counter{
font-size: 20px;
font-weight: bold;
width: 125px;
float: left;
text-align:center;
}
.header-info .hf-item p span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #020031;
    font-weight: 500;
}
.header-info .hf-item p {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-bottom: 0;
}
.contact-details a{ color:#fff; margin-top:6px; float:left}
.contact-details{ margin-bottom:0px}
@media (min-width: 992px) {
 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
	border-right:solid 1px #1b97f9;
	color:#fff;
}
}
@media only screen and (min-width:341px) and (max-width:686px) {
.activitynew .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 163px  !important;
}
.activitynew {
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.topmainbutton {
   background-color: #00aff0;
    color: #fff !important;
    padding: 10px 3px 0px 3px;
    float: right;
    margin-left: 1px;
    font-size: 10px;
    font-weight: bold;
}
.aboutimg {
    width: 50%;
    -webkit-box-shadow: 0 25px 45px 0 #bdb5b5;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    height: 110px;
}
.btn {
    background-color: #00aff0;
    padding: 4px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}
input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 82%;
    margin-top: 2px;
    padding: 4px;
    background: #f1f4f8;
    border: solid 1px #8b8a8a;
    margin-bottom: 0px;
}
.image{ height:280px}
.activit .col-md-4{width:100%;height: 350px; float:left; border: solid 1px #000;}
.tabcontent p {
    width: 32.5%;
    float: left;
    margin-right: 3px;
	margin-bottom: 3px;
}
.tabcover {
    width: 100%;
    float: left;
    margin-top: 3px;
}
.tabcontent img {
    width: 100%;
    height: 127px;
}
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 100%;
    border-left: none;
}

.navigation {
    width: 100%;
    float: left;
}
.mainmenu a {
    display: block;
    background-color: #712167;
    text-decoration: none;
    padding: 6px;
    color: #fff !important;
}
.three {
    -webkit-box-shadow: 0 25px 45px 0 #bdb5b5;
    text-align: center;
    padding: 20px;
    height: 133px;
    background-color: rgb(255,255,255,0.7);
    border-radius: 20px;
    margin-top: 10px;
    background-image: url(../pic/pattern-4.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    transform: skew(-6deg);
    width: 100%;
}
.qlinks li {
    list-style: none;
    margin-bottom: 11px;
}
.featured-category-img i {
    font-size: 26px;
    color: #0a4b7a;
    padding-top: 9px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 15px 0 #bdb5b5;
    width: 80px;
    height: 44px;
    text-align: center;
    background-color: #F4F9F4;
}
.plg h4 {
    padding-top: 5px;
    text-align: left;
    font-size: 21px;
    font-weight: bold;
}
.footerlogoimag{ width:35%}
.aboutheading {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    float: left;
}
.aboutheadingchild {
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    float: left;
    color: #2a8809;
    margin-top: 0px;
}
.innercoverfirst {
    width: 100%;
    background-image: url(../pic/innerall.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 14px 0px 0px;
    text-align: center;
	margin-bottom: 0px;
}
.facilityfirst {
    float: left;
    position: relative;
    margin-top: -14px;
    background-image: url(../pic/oh_bg-min.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
}
.fimg {
    margin: -83px 23px 0px 23px;
    position: absolute;
    z-index: 999;
    width: 80%;
}
.gallerycoverone {
    background-image: url(../pic/gall.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 94px;
    width: 100%;
    position: absolute;
    z-index: 999;
    margin-top: 8px;
    text-align: right;
    padding-top: 55px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #030715;
    margin-left: 0px;
    background-size: 80%;
}
.slick-slide img {
    width: 100%;
    height: 88px !important;
}
.inner-box .lower-content {
    position: relative;
    margin-left: 27px;
    padding: ;
    margin-top: -148px;
    z-index: 1;
}
.tab-content h3 {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.Choose .nav-link {
display: block;
padding: 2px;
color: #000 !important;
margin-right: 2px;
background-color: #fff;
width: 106px;
text-align: center;
height: 74px;
font-size: 11px;
margin-bottom: 5px;
}
#main-container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 128px;
}
.schoolf {
    height: 332px;
    -webkit-box-shadow: 0 25px 45px 0 #bdb5b5;
    margin-bottom: 0px;
}
.aboutmain {
    margin-top: -55px;
    background-image: url(../pic/main_bg.png);
}
.submit11 {
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #00a651;
    background-color: #fff;
    line-height: 1;
    display: inline-block;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-top: 2px;
}
.testimonial_2 p {
    display: inline;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
}
.about-cata .cata-list.list-t2 {
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    border: 2px solid #eeeeee;
    padding: 0px 31px 0px 39px;
    line-height: 14px;
    font-size: 12px;
}
.cata-list p { font-size:14px}
.dorpdownsecond img{ width:100%}
.nav-item a {
    color: #fff !important;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: bold;
	border-bottom: dotted 1px #fff;
}
.dorpdownsecond {
    float: left;
    width: 25%;
	display:none;
	
}
.dorpdownfirst {
    float: left;
    width: 100%;
}
.dorpdownthird {
    float: left;
    background-color: #fbe901;
    width: 145px;
    font-size: 10px;
    padding: 4px 4px;
	height:91px;
	display:none;
}
.about-cata .cata-list {
    height: 101px;
    padding: 0px 0px 0px 2px;
    background: #fff;
    margin-top: -2px;
    display: block;
    position: relative;
    width: 100%;
    transition: all 0.3s;
    border-top: solid 2px #ccc;
}
.advan {
    position: relative;
    z-index: 9999;
    float: left;
    padding: 18px 0px;
    margin-bottom: 15px;
    background-image: url(../pic/news.png);
    background-repeat: no-repeat;
    width: 100%;
    margin-top: -4px;
}
.wavecover {
    background-image: url(../pic/wave_bottom.png);
    z-index: 9999;
    position: relative;
    height: 81px;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 20px;
}
.headercover {
    background-image: url(../pic/logoback.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    width: 61%;
    position: relative;
    z-index: 99;
	height: 40px;
}
.testimonial_slider_2 {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: 0px;
}
.modal-body {
    padding: 0px;
    height: 480px;
}
.modal-dialog{ max-width:360px}
#kode-topbtn1 {
    color: #000;
    float: left;
    font-size: 20px;
    height: 43px;
    padding: 5px 0 0;
    position: relative;
    text-align: center;
    width: 106%;
    background-color: #ffe325;
    font-weight: bold;
    margin-left: -9px;
    margin-top: -25px;
    margin-bottom: 15px;
}
.text {
    color: white;
    font-size: 10px !important;
    white-space: nowrap;
    text-align: center;
}
h5, .h5 {
    font-size: 15px;
    font-weight: bold;
}
.simgsh1 {
    width: 81px;
    margin-right: 0%;
    margin-bottom: 5px;
    padding: 1px;
        padding-top: 1px;
    padding-top: 1px;
    padding-top: 1px;
    padding-top: 10px;
    margin-top: 0px;
    text-align: center;
    float: left;
}
.testimonial_2 {
    font-size: 16px !important;
    color: #333;
    padding: 15px 30px 0px;
}
.content_2 {
    position: relative;
    padding-left: 0px;
    margin-bottom: 30px;
}
.qlinks {
    margin-left: 15px;
}
#mixedSlider {
    position: relative;
    margin-top: 0px;
}
.smallone {
    width: 100%;
    float: left;
    margin-right: 6px;
    position: relative;
    text-align: center;
}
.teamleader {
    position: relative;
    width: 31%;
    float: left;
    margin-right: 5px !important;
    border: solid 5px #0a3b03;
}
.simgsh11 {
  background-color: #fff;
-webkit-box-shadow: 0 25px 45px 0 #bdb5b5;
border-radius: 100%;
width: 80px;
height: 80px;
margin-left: 37px;
padding: 0px;
margin-top: -11px;
}
.dropdown-menu {
    background-color: #0000CC;
    color: #fff;
    width: 100%;
	margin-left:0px;
	float:left !important;
}
.navbar-light .navbar-toggler-icon{ background-image:url(../pic/toggle.png); margin-left:85%}
.uk-child-width-1-2 > * {
    width: 100% !important;
}

.navbar {
width: 100%;
    background-color: #0b6384;
    padding: 3px 0% 0px 0%;
    margin-bottom: 0px;
    border-radius: 0px;
    margin-left: 0%;
	}
.signin {
   background-color: #009900;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 5px 4px;
border: none;
float: left;
margin-left: -9px;
}
.form-inline {
    width: 13%;
    background-color: transparent;
    height: 38px;
    position: relative;
}
.form-inline::before {
    content: "";
    position: absolute;
    top: 0;
    left: -90px;
    border-left: 0 solid transparent;
        border-left-style: solid;
        border-left-width: 0px;
    border-left-style: solid;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-width: 0px;
    border-left-style: solid;
    border-leftt-width: 0px;
    border-left-style: solid;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-width: 0px;
    border-left-width: 90px;
    border-left-style: solid;
    border-top-width: 109px;
    border-top-style: solid;
    border-top-color: #fff;
    z-index: 999;
    display: none;
}
.navbar-light .navbar-toggler{ border:none;margin-left: 78%;}
.topsecond {
   width: 64%;
float: left;
margin-left: 0PX;
padding-left: 0px;
}
.dip {
    display: block;
    font-size: 11px;
}
.logotext {
    font-size: 13px;
    color: #044d68;
    font-weight: bold;
    margin-top: 3px;
    float: left;
    margin-left: 0px;
    line-height: 18px;
    word-break: break-word;
}
.navbar-brand{
float: left;
padding: 0;
margin: 0px;
height: 45px;
}
.logoone {
width: 61px;
    margin-left: 0px;
    margin-top: 0px;
    height: 62px;}
.topfirst {
    width: 28%;
	position:relative;
    float: left;
}
.allthree {width: 40px;
height: 40px;}
.sevethee {
    font-size: 14px;
font-weight: bold;
text-align: center;
padding: 15px;
transform: skew(0deg);
}
.shadowall {
    box-shadow: 0px 3px 45px 0px rgba(0,0,0,.16);
    float: left;
    height: 200px;
    width: 100%;
    background: #191d32;
    transform: skew(-0deg);
    color: #fff;
}
.shadowall2 {
   box-shadow: 0px 3px 45px 0px rgba(0,0,0,.16);
float: left;
height: 360px;
width: 100%;
background: #0D71CE;
transform: skew(-0deg);
color: #fff;
}
.garmentsone {
    float: left;
    width: 100%;
    position: static;
    margin-top: 0px;
}
.pri {
    float: none;
    background-color: #092145;
    width: 60%;
}
.pri img {
    width: 230px;
    height: 250px;
    margin-left: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: solid 5px #fbb71c;
}
.pro {
    float: left;
    width: 92%;
    margin-left: 20px;
}
.facilityfirst .nav-link {
    display: block;
    padding: 5px 5px;
    color: #000 !important;
    margin-right: 10px;
    background-color: #fff;
    margin-top: 15px;
    width: 111px;
    text-align: center;
}
.nav-link img {
    width: 50px;
    height: 40px;
    display: block;
    margin-left: 20px;
	margin-bottom:5px;
}

.check {
    background-color: #fbb71c;
    transform: skew(-30deg);
    padding: 10px 35px;
    float: left;
    color: #000 !important;
    font-weight: bold;
    margin-bottom: 10px;
}
.tab-content p {
    color: #000;
margin-bottom: 11px;
text-align: justify;
line-height: 22px;}
.slick-slide {
    margin: 0px 5px !important;
        margin-top: 0px;
        margin-bottom: 0px;
}
.paybutton {
    background-color: #fbb71c;
    border: none;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: -14px;
    width: 100%;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 39px;
    background-color: #0d6ea9;
    z-index: 999999999999;
    width: 100%;
}
.elearning {
    margin-top:5px;
}
h1 {
    font-size: 18px;
    font-weight: bold;
    color: #213c66;
    padding-left: 15px;
}
.abheading {
   position: absolute;
vertical-align: center;
right: 5%;
top: 42px;
color: #fff;
font-size: 18px;
}
.aboutusbackbrund img{ width:100%; height:120px}
.sad {
    -webkit-box-shadow: 0 10px 15px 0 #bdb5b5;
    padding: 15px 15px 20px 15px;
    height: 200px;
    margin-bottom: 15px;
    background-color: #fbf8f8;
    background-image: url(../img/sfacpattern-4.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.contact-map__card {
    position: absolute;
    z-index: 20;
    top: 360px;
    max-width: 100%;
    width: 93%;
    border-radius: 8px;
    overflow: hidden;
}
.mess{margin-top:480px}
h1::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 38px;
    height: 20%;
    width: 185px;
    background-image:none;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 12px !important;
    padding: 0;
}
}

