@media ( min-width : 1200px) {
	.container {
		width: 1200px;
	}
}
@media screen and (max-width: 720px){
.goal
{
    background: rgb(52,56,102) !important;
    position: relative !important;
    width: 100% !important;
    
}
}
@media screen and (max-width: 720px){
.goal:before
{
    background: rgb(52,56,102) !important;
}
}
@media screen and (max-width: 720px){
.address_wrapper
{
    background: #fbd840 !important;
    position: relative !important;
    width: 100% !important;
    
}
}
@media screen and (max-width: 720px){
.address_wrapper:after
{
    background: transparent !important;
}
}
a:hover
{
    text-decoration: none !important;
    color: #fff;
}
ul
{
    margin-bottom: 0;
    padding-left: 0;
}
li
{
    list-style: none;
}
h3, h4
{
    margin-top: 0;
}
body
{
    font-family: 'Poppins', sans-serif;
    font-size: 13.92px;
    line-height: 30px;
}
p
{
    margin: 0;
}
.menu_lft
{
    padding: 0 !important;
}
.icons_ryt, .goal_ryt .content_goals
{
    z-index: 1;
}
.text-center
{
    text-align: center !important;
}
.member-info
{
    color:#fff !important;
}
/* ====================full_wrapper====================== */
.address_full, .address_full:hover
{
    transition: all 0.5s ease-in 0s !important;
}
/* ====================logo_wrapper====================== */
.logo_wrapper
{
    padding: 10px 0;
    border-top: 4px solid #ed1c24;
}
.logo a img
{
    padding-top: 15px;
}
div#maximenuck90 ul.maximenuck, div#maximenuck90 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck90 ul.maximenuck li.maximenuck.level1.active
{
    background: transparent !important;
}
div#maximenuck90 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck90 ul.maximenuck li.maximenuck.level1 > span.separator
{
    color: #000 !important;
}
div#maximenuck90 ul.maximenuck
{
    float: right!important;
}
/* ====================abt_wrapper====================== */
.abt_wrapper
{
    padding: 100px 0;
}
.Abt_bd h2
{
    color: #ff30ba;
    margin: 0 !important;
}
.Abt_bd h2 span
{
    color: #7438e2;
}
.Abt_para p, .Hd_para
{
    margin-top: 20px;
}
.Abt_para p
{
    text-align: justify;
}
/* ====================counter_wrapper====================== */
.counter_wrapper 
{
    background-position: center top;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto auto;
    padding-top: 70px;
    padding-bottom: 55px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    background-image: url(../images/bg.png);
    background-color: rgb(131, 115, 206);
}
/* ====================facility_wrapper====================== */
.facility_wrapper
{
    padding: 100px 0 0 0;
    overflow: hidden !important;
}
.heading 
{
    font-size: 36px;
    line-height: 36px;
    color: #ff0099;
    display: block;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}
.heading_border 
{
    bottom: 0;
    display: block;
    left: 50%;
    margin-left: -103px;
    position: absolute;
    text-align: center;
    width: 206px;
}
.heading_border1 
{
    display: block;
    height: 2px;
    width: 205px;
    background: #7800db;
}
.heading_border2 {
    display: block;
    height: 2px;
    margin-left: 20px;
    margin-top: 2px;
    width: 165px;
    background: #7800db;
}
.heading_icon 
{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    font-size: 15px;
    height: 30px;
    left: 50%;
    line-height: 31px;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    top: 0;
    width: 30px;
}
.list-members {
  background: #7336db;
  margin: 4% auto;
  display: flex;
  flex-wrap: wrap;
}
.member {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.member-image {
  width: 50%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.member-image img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.member-image:hover img {
  transform: scale(1.1);
}
.member-info {
  width: 50%;
  text-align: center;
}
.member-info p {
  margin: 20px 0;
}
.social-link .fab {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #000;
  margin: 0 7px;
  cursor: pointer;
  transition: transform .5s;
}
.social-link .fab:hover {
  background: #000;
  color: #ffe501;
  transform: translateY(-7px);
}
.member-image::after {
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 15px solid #7336db;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 771px) {
  .member:nth-child(4n+3) .member-info,
  .member:nth-child(4n+4) .member-info {
    order: 1;
  }
  .member:nth-child(4n+3) .member-image,
  .member:nth-child(4n+4) .member-image {
    order: 2;
  }
  .member:nth-child(4n+3) .member-image::after,
  .member:nth-child(4n+4) .member-image::after {
    left: 0;
    right: auto;
    transform: translateY(-50%) rotateZ(180deg);
  }
}
@media screen and (max-width: 770px) {
  .list-members {
    width: 95%;
  }
  .member {
    flex-basis: 100%;
    font-size: 14px;
  }
  .social-link .fab {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .member:nth-child(even) .member-info {
    order: 1;
  }
  .member:nth-child(even) .member-image {
    order: 2;
  }
  .member:nth-child(even) .member-image::after {
    left: 0;
    right: auto;
    transform: translateY(-50%) rotateZ(180deg);
  }
}
/* ====================activity_wrapper====================== */
.swmsc_school_service { display: block; margin-bottom: 10px; }
.swmsc_school_service_icon { position: absolute; left:0; top:0; margin-top: -30px; width:80px; height:80px; display: inline-block; border-radius: 50%; background:#d07dd2; margin-right: 27px; padding:6px 0 6px 12px;  }
.swmsc_school_service_icon_holder { width:67px; height:67px; text-align: center; line-height: 67px; border-radius: 50%; border:2px solid #fff; display: inline-block; float:right; }
.swmsc_school_service_icon_holder span { font-size: 27px; color:#fff; }
.swmsc_school_service_text,.swmsc_school_service_title { margin-left: 106px; display: block; }
.swmsc_school_service_text { clear:both; }

.swmsc_school_service_icon_section { display: block; clear:both; position: relative; height:30px; width:80px; }

.swmsc_school_service_icon_brd1,.swmsc_school_service_icon_brd2 { content:''; width:56px; height:2px; background:#fdd94e; display:block; position: absolute; top:50%; right:0;  }

.swmsc_school_service_icon_brd1 { margin-right: -46px; margin-top: -3px; }
.swmsc_school_service_icon_brd2 {  margin-top: 0; margin-right: -56px; }

.servicepart-image
{
	padding-top: 40px;
}
.swmsc_school_service_icon_holder i
{
	color: #ffffff;
    font-size: 27px;
}
.swmsc_school_service_text, .swmsc_school_service_title {
    margin-left: 106px;
    display: block;
}
.swmsc_school_service_text 
{
    font-size: 15px;
    line-height: 24px;
}
.swmsc_school_service_text, .swmsc_school_service_title h4 
{
    text-align: left; 
}
.mt50
{
    margin-top: 50px;
}
@media only screen and (min-width: 980px) {

.sss_right { text-align: right; }
.sss_right .swmsc_school_service_text, .sss_right .swmsc_school_service_title { margin-left: 0; margin-right: 106px; }
.sss_right .swmsc_school_service_icon { left:auto; right:0; margin-right:0; margin-left:27px;  padding:6px 12px 6px 0;  }
.sss_right .swmsc_school_service_icon_section { float:right; }
.sss_right .swmsc_school_service_icon_holder { float:left; }
.sss_right .swmsc_school_service_icon_brd1,.sss_right .swmsc_school_service_icon_brd2 { right:auto; left:0; margin-right: 0 }
.sss_right .swmsc_school_service_icon_brd1 { margin-left: -46px; }
.sss_right .swmsc_school_service_icon_brd2 { margin-left: -56px; }
}
/* ====================management_wrapper====================== */
.management_wrapper
{
    background-position: center top;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto auto;
    padding-top: 70px;
    padding-bottom: 55px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    background-image: url(../images/bg.png);
    background-color: #1b7d7a;
}
.card {
  position: relative;
  width: 300px;
  height: 400px;
  margin: 20px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  display: flex;
  justify-content: center;
}
.card .content {
  position: absolute;
  bottom: -160px;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  backdrop-filter: blur(15px);
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: bottom 0.5s;
  transition-delay: 0.65s;
}
.card:hover .content {
  bottom: 0;
  transition-delay: 0s;
}
.card .content .contentBx h3 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 15px;
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(-20px);
}
.card:hover .content .contentBx h3 {
  opacity: 1;
  transform: translateY(0);
}
.card .content .contentBx h3 span {
  font-size: 12px;
  font-weight: 300;
  text-transform: initial;
}
.card .content .sci {
  position: relative;
  bottom: 10px;
  display: flex;
}
.card .content .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}

.card:hover .content .sci li {
  transform: translateY(0);
  opacity: 1;
}
.card .content .sci li a {
  color: white;
  font-size: 24px;
}
/* ====================address_wrapper====================== */
.address_wrapper
{
    background-color: #fbd840;
    overflow: hidden;
    position: relative;
}
.address_wrapper:after 
{
    background: #2d3050;
    position: absolute;
    top: 0;
    left: 0;
    width: 18%;
    height: 100%;
    content: '';
}
.content_address
{
    padding: 0 !important;
}
.content_address h2 
{
    writing-mode: vertical-rl; 
    margin: 0 !important;
    font-size: 23px;
    font-family: 'Teko', sans-serif;
}
.add_full1
{
    background-image: url(../images/icon/1.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 79px 15px 70px 15px;
}
.add_full1:hover
{
    background-image: url(../images/icon/1.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.add_full2
{
    background-image: url(../images/icon/2.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 79px 15px 70px 15px;
}
.add_full2:hover
{
    background-image: url(../images/icon/2.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.add_full3
{
    background-image: url(../images/icon/3.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 79px 15px 70px 15px;
}
.add_full3:hover
{
    background-image: url(../images/icon/3.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.content_address h2, .txt_address p
{
    color: #203B48;
}
/* ====================footer_wrapper====================== */
.foot_wrapper 
{
    background: #2d3050;
}
.footer_wrapper
{
    background: #24263c;
    padding: 20px 0;
    color: #eee;
}
.footer_wrapper p a
{
    color: #30c4b6;
}
.foot ul li
{
    float: left;
}
.foot ul li:hover a
{
    background: none !important;
}
.foot ul li a
{
    color: #ff0299;
}
/* ====================breadcrumb_wrapper====================== */
.breadcrumb_wrapper 
{
    background: rgba(0, 0, 0, 0) url(../images/bc.jpg);
    padding: 60px 0;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    clear: both;
}
.breadcrumb
{
    background: transparent !important;
}
.breadcrumb>li+li:before 
{
    content: none !important;
}
.head-click-tab h1
{
    color: #fd8d83;
}
.breadcrumb>li a
{
    color: #fff;
}
.breadcrumb>li.active
{
    color: #0052d6;
}
/* ====================InnerPage_Wrapper====================== */
.InnerPage_Wrapper
{
    padding: 100px 0;
    overflow: hidden !important;
}
.hd_abtryt h3
{
    color:#7700db;
}
.txt_abtryt p
{
    text-align: justify;
}
.txt_abtryt p i
{
    color: #ff0299;
    padding-right: 10px;
}
.Inr_menu h3
{
    background: #000;text-align: center;
    padding: 20px 0;
    color: #ff0299;
}
.Inr_menu ul li a
{
    background: #2c3050;
    margin-bottom: 5px;
    color: #fff;
}
/* Bubble Float Left */
.Inr_menu ul li a {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.Inr_menu ul li a:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #2c3050 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.Inr_menu ul li a:hover, .Inr_menu ul li a:focus, .Inr_menu ul li a:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);background: #2c3050;
}
.Inr_menu ul li a:hover:before, .Inr_menu ul li a:focus:before, .Inr_menu ul li a:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* ===================Contact_Wrapper====================== */
.Inr_icons_add i:before
{
    color: #ff0299;padding-left: 1px;
}
.hvr-icon-float-away1 i:before
{
    color: #fcb54e;padding-left: 1px;
}
.hvr-icon-float-away2 i:before
{
    color: #adca69;padding-left: 1px;
}
.Inr_icons_add i
{
    font-size: 30px;
    margin-bottom: 20px;
}
/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-float-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover .hvr-icon, .hvr-icon-float-away:focus .hvr-icon, .hvr-icon-float-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
    content: "\f5a0";
    position: absolute;
    padding: 0 1px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ff0299;
    font-size: 30px;
}
.hvr-icon-float-away:after {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
/* Icon Float Away */
.hvr-icon-float-away1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-float-away1 .hvr-icon1 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away1:hover .hvr-icon1, .hvr-icon-float-away1:focus .hvr-icon1, .hvr-icon-float-away1:active .hvr-icon1 {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.hvr-icon-float-away1:before, .hvr-icon-float-away1:after {
    content: "\f658";
    position: absolute;
    padding: 0 1px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fcb54e;
    font-size: 30px;
}
.hvr-icon-float-away1:after {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
/* Icon Float Away */
.hvr-icon-float-away2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-float-away2 .hvr-icon2 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away2:hover .hvr-icon2, .hvr-icon-float-away2:focus .hvr-icon2, .hvr-icon-float-away2:active .hvr-icon2 {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.hvr-icon-float-away2:before, .hvr-icon-float-away2:after {
    content: "\f6b6";
    position: absolute;
    padding: 0 1px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #adca69;
    font-size: 30px;
}
.hvr-icon-float-away2:after {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.Inr_hd_add
{
    font-size: 40px;
    font-family: 'Squada One', cursive;
}
.Inr_p_add
{
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}
.br1
{
    border-right: 1px solid #eee;
}
.Inr_p_add a
{
    color: #000;
}
.form-horizontal .control-label
{
    display: none;
}
input[type="text"], input[type="email"], textarea {
    padding-left: 10px;
    background: #f5f5f5 !important;
    border: unset;
    color: #616161 !important;
}
input[type="text"], input[type="email"]
{
    height: 40px !important;
}
.form-horizontal .controls {
    margin-left: 60px;
}
.contact_Inr .btn 
{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 1;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    background: #f5f5f5;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    color: #0a1026;
    border-left: 4px solid #F40076;
    padding: 0px 30px;
}
.contact_Inr .btn:hover, .contact_Inr .btn:focus, .contact_Inr .btn.focus, .contact_Inr .btn:active, .contact_Inr .btn.active, .open>.dropdown-toggle .contact_Inr .btn {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
