@media ( min-width : 1200px) {
	.container {
		width: 1170px;
	}
}
a:hover
{
    text-decoration: none !important;
    color: #fff;
}
ul, .top_lft
{
    margin-bottom: 0;
    padding-left: 0;
}
li
{
    list-style: none;
}
h3, h4
{
    margin-top: 0;
}
body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 30px;
}
p
{
    margin: 0;
}
.text-center, .footers_wrapper, .breadcrumb, .inr_menu .inrmenu_hd h3  
{
    text-align: center !important;
}
/* ====================full_wrapper====================== */
div#maximenuck90 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, 
div#maximenuck90 ul.maximenuck li.maximenuck.level1.active > a span.titreck, 
div#maximenuck90 ul.maximenuck li.maximenuck.level1:hover > span.separator, 
div#maximenuck90 ul.maximenuck li.maximenuck.level1.active > span.separator, .motto_para a, .motto_para a:hover, .links_ft p a, .links_ft p:hover a, .social-icons li a i, 
.social-icons li:hover a i, .inr_menu ul li a, .inr_menu ul li a:hover
{
    transition: all 0.5s ease-in 0s !important;
}
.top_lft p, div#maximenuck90 ul.maximenuck li.maximenuck.level1 > a, .online a, .vis_txt h2,  .marque_wrapper .top h3, .vis_read, .act_ctt h5, .act_ctt a, .motto_hd,
.motto_p, .motto_para a, .icons_txt h4, .foot_hd h4, .links_ft p a, .breadcrumb>.active, .inr_menu .inrmenu_hd h3 , .inr_menu ul li a
{
    color: #fff !important;
}
.top_wrapper
{
    position: relative;
}
/* ====================top_wrapper====================== */
.top_wrapper
{
    display:none;
}
.top_lft p, .top_ryt a, .icons_ryt .bold_txt
{
    font-family: 'Allerta Stencil', sans-serif !important;
}
.top_wrapper
{
    background: #131c3b;
    padding: 15px 0;
}
.top_wrapper:after 
{
    background: #c8cc06;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    content: '';
}
.top_lft, .border_ryt
{
    z-index: 100;
}
.top_ryt a i, .top_ryt a
{
    color: #b2bbc7;
    padding-left: 10px;
}
.border_ryt
{
    border-right: 1px solid #b2bbc7;
    padding-right: 20px;
    padding-left: 20px !important;
}
/* ====================logo_wrapper====================== */
.logo_wrapper
{
    background: #ffffdd;
    padding: 15px 0;
}
.icons_top i
{
    color: #48a5ac;
    padding: 16px 14px 16px 22px;
    border: 2px solid #eff1ef;
    font-size: 25px;
}
.icons_ryt .bold_txt
{
    font-weight: bold;
    line-height: 20px;
    padding-top: 10px;
}
.icons_ryt .normal_txt, div#maximenuck90 ul.maximenuck, .online a, .act_ctt h5
{
    font-family: 'Rajdhani', sans-serif;
}
.logo_wrapper .top-icons
{
    float: right;
    padding-top: 30px;
    /*padding-right: 60px;*/
}
.logo_wrapper .top-icons i
{
    padding: 11px 11px 11px 17px;
    border: 2px solid #eff1ef;
    font-size: 15px;
}
.logo_wrapper .top-icons .facebook
{
    color:#4661C5;
}
.logo_wrapper .top-icons .instagram
{
    color:#D03086;
}
.logo_wrapper .top-icons .youtube
{
    color:#EA4335;
}
.logo_wrapper .top-icons .twitter
{
    color:#1AB2E8;
}
.logo_wrapper .top-icons .location
{
    color:#00913E;
}
.logo_wrapper .top-icons i:hover
{
    border: 2px solid #48a5ac;
    transition: all 0.5s ease-in 0s !important;
}
@media screen and (max-width: 720px){
.logo_wrapper .top-icons  {
    padding-right: 15px;
}
}
/* ====================menu_wrapper====================== */
.menu_wrapper
{
    background: #cd334d;
}
div#maximenuck90 ul.maximenuck
{
    background: transparent !important;
    font-size: 18px;
    text-align: center;
}
div#maximenuck90 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck90 ul.maximenuck li.maximenuck.level1.active
{
    background: #cd334d !important;
}
div#maximenuck90 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, 
div#maximenuck90 ul.maximenuck li.maximenuck.level1.active > a span.titreck, 
div#maximenuck90 ul.maximenuck li.maximenuck.level1:hover > span.separator, 
div#maximenuck90 ul.maximenuck li.maximenuck.level1.active > span.separator
{
    color: #c8cc06 !important;
}
div#maximenuck90 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck90 ul.maximenuck li.maximenuck.level1 > span.separator
{
    padding: 15px 12px !important;
}


.online .login_here {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: black !important;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #c6c908; -webkit-box-shadow: 0 0 3px #c6c908; }
  50% { background-color: #eaed37; -webkit-box-shadow: 0 0 20px #eaed37; }
  100% { background-color: #c6c908; -webkit-box-shadow: 0 0 3px #c6c908; }
}

@-moz-keyframes glowing {
  0% { background-color: #c6c908; -moz-box-shadow: 0 0 3px #c6c908; }
  50% { background-color: #eaed37; -moz-box-shadow: 0 0 20px #eaed37; }
  100% { background-color: #c6c908; -moz-box-shadow: 0 0 3px #c6c908; }
}

@-o-keyframes glowing {
  0% { background-color: #c6c908; box-shadow: 0 0 3px #c6c908; }
  50% { background-color: #eaed37; box-shadow: 0 0 20px #eaed37; }
  100% { background-color: #c6c908; box-shadow: 0 0 3px #c6c908; }
}

@keyframes glowing {
  0% { background-color: #c6c908; box-shadow: 0 0 3px #c6c908; }
  50% { background-color: #eaed37; box-shadow: 0 0 20px #eaed37; }
  100% { background-color: #c6c908; box-shadow: 0 0 3px #c6c908; }
}


.online 
{
    font-family: 'Allerta Stencil', sans-serif !important;
    /*background: #c8cc06;*/
    padding: 11px 0px;
    text-align: center;letter-spacing: 1px;
}
div#maximenuck90 ul.maximenuck li.level1.parent > a:after, div#maximenuck90 ul.maximenuck li.level1.parent > span.separator:after
{
    right: 0 !important;
}
div#maximenuck90 ul.maximenuck li.level1.parent:hover > a:after,
div#maximenuck90 ul.maximenuck li.level1.parent:hover > span.separator:after
{
	border-color: #f5e10f transparent transparent transparent;
}
div#maximenuck90 ul.maximenuck li.maximenuck ul.maximenuck2 li > a, div#maximenuck90 ul.maximenuck2 li > a 
{
    color: #cd334d;
}
div#maximenuck90.maximenufixed 
{
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    background: #cd334d !important;
}
.goal_para
{
    padding-left: 20px;
    font-family: 'Raleway', sans-serif;
}
.goal_para:before
{
    content: "\f69a";
    color: #cd334d;
}
.vis_txt .txt
{
    color: #000 !important;
    padding-left: 20px;
}
@media screen and (max-width: 720px){
div#maximenuck90 .maximenumobiletogglericonck
{
    padding: 0px 10px 5px 3px;
    height: unset;
    background: unset;
}
#maximenuck90 .maximenumobiletogglericonck
{
    text-align: unset !important;
    margin-bottom: 0px;
}
div#maximenuck90 .maximenumobiletogglericonck:after
{
    border: 0px solid #e2e2e2;
}
div#maximenuck90 ul.maximenuck .item108
{
    padding-bottom: 27px;
}
.marque_wrapper .top
{
    margin-top: -11px;
}
.marque_wrapper .top h3
{
    font-size: 11px;
    margin-top: 9px;
    margin-right: 4px;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: -8px;
}
.online
{
    margin-top: -41px;
    margin-bottom: -4px;
    margin-right: 10px;
    float: right;
    text-align: unset;
}
div#maximenuck90 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck90 ul.maximenuck li.maximenuck.level1 > span.separator {
    float: left !important;
}
div#maximenuck90 ul.maximenuck li.maximenuck.level1 {
    text-align: unset;
}
div#maximenuck90 ul.maximenuck li.level1.parent > a:after, div#maximenuck90 ul.maximenuck li.level1.parent > span.separator:after {
        left: 129px !important;
}
}
/* ====================slides_wrapper====================== */
.slides_wrapper
{
    position: relative;
}
/* ====================marque_wrapper====================== */
.marque_wrapper
{
    background: #000;
    padding-top: 20px;
    padding-bottom: 10px;
    
}
.marque_wrapper .top h3
{
    float: left;
    border-left: 4px solid #c8cc06;
    padding-left: 10px;
    border-right: 4px solid #c8cc06;
    padding-right: 10px;
    margin-right: 20px;
}
/* ====================vision_wrapper====================== */
.vision_wrapper
{
    background: #cd334d;
    border-top: 15px solid #f4bc33;
    padding: 10px 0 20px 0;
}
.vis_txt h2
{
    margin-top: 0px !important;
    font-family: 'Squada One', cursive;
    font-size: 35px;
}
.vis_img img 
{
    margin-bottom: 15px;
    width: 65px;
    height: 65px;
    display: inline-block;
}
.vis_read
{
    font-family: 'Montserrat', sans-serif;text-transform: uppercase !important;
}
.border-ryt
{
    border-right: 1px solid #fff;
}
/* ====================content_wrapper====================== */
.content_wrapper
{
    padding: 50px 0;
}
/* ====================activity_wrapper====================== */
.activity_wrapper
{
    padding: 100px 0;
}
.act_ctt h5
{
    text-transform: uppercase;
    font-size: 20px;
}
.activity_wrapper .txt_hd, .courses_wrapper .txt_hd, .content_wrapper .txt_hd, .inr_content 
{
    text-align: center !important;
    margin-bottom: 30px;
}
.activity_wrapper .txt_hd h3:before, .courses_wrapper .txt_hd h3:before, .content_wrapper .txt_hd h3:before
{
    left: 47% !important;
}
/* ====================motto_wrapper====================== */
.motto_wrapper
{
    background: #f7f7f7;
}
.motto_bg 
{
    background: rgba(0, 0, 0, 0) url(../images/bg1.jpg) no-repeat center bottom;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
    display: block;
    position: relative;
    background-size: cover;
}
.p_0
{
    padding: 0 !important;
}
.motto_bg::before 
{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.motto_inr, .motto_para
{
    z-index: 100;
    padding-left: 50px;
    position: relative;
}
.motto_icons i
{
    color: red;
    font-size: 40px;
}
.motto_hd
{
    font-size: 40px;
    line-height: 50px;
    font-family: 'Montserrat',Arial,Helvetica;
    font-weight: 600;
    padding-bottom: 20px;
}
.motto_para
{
    padding-right: 30px;
}
.motto_p, .motto_para a
{
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}
.motto_para a
{
    background: red;
    padding: 13px 20px;
    border-radius: 4px;
}
.motto_para a i
{
    padding-left: 10px;
}
.motto_para a:hover
{
    background: #202020;
}
.motto_head h3
{
    color: #000 !important;
}
.goal
{
    padding: 34px 70px !important; 
}
.motto_head h3
{
    font-family: 'Montserrat',Arial,Helvetica;
    font-size: 30px;
    font-weight: bold;
}
.motto_head p
{
    padding-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    color: #646464;
    font-size: 16px;
}
.vina-accordion-content .vina-accordion-item div.title:before, .object_list .list:before, .links_ft .arrow:before, .goal_para:before
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 10px;
}
#vina-accordion-item910 .title:before
{
    content: "\f091";
}
#vina-accordion-item911 .title:before
{
    content: "\f56b";
}
#vina-accordion-item912 .title:before
{
    content: "\f0ca";
}
#vina-accordion-item913 .title:before
{
    content: "\f140";
}
.objectives
{
    padding: 35px 30px 30px;
}
.object_list p
{
    font-family: 'Montserrat',Arial,Helvetica;
    line-height: 30px;
    padding-bottom: 10px;
}
.object_list .list:before
{
    content: "\f101";
    color: red;
}
/* ====================about_wrapper====================== */
.about_video 
{
    width: 100%;
    height: 700px;
    display: table;
    position: relative;
    background-size: cover;
}
.about_video::before 
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.5);
}
.video 
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.video_play i 
{
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    z-index: 5;
    color: #fcc741;
    font-size: 20px;
}
.video_play i:hover 
{
    color: #fcc741;
}
.video_play i::before 
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: video-ripple 1500ms ease-out infinite;
    animation: video-ripple 1500ms ease-out infinite;
    left: 0;
    top: 0;
    z-index: -1;
}
@keyframes video-ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
@-webkit-keyframes video-ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.single_about_2 .about_2_content 
{
    display: table;
    height: 100%;
    width: 50%;
    height: 350px;
    padding: 40px;
}
.single_about_2 .about_2_content .about_2_content_wrapper 
{
    max-width: 390px;
    display: table-cell;
    vertical-align: middle;
}
.single_about_2 .about_2_content .title a 
{
    font-size: 24px;
    font-weight: 600;
    color: #fff;font-family: 'Poppins', sans-serif;
}
.single_about_2 .about_2_content p 
{
    color: #fff;
    margin-top: 15px;font-family: 'Poppins', sans-serif;
}
.single_about_2 .about_2_content .main-btn 
{
    border: 2px solid #fff;
    height: 35px;
    line-height: 31px;
    background-color: transparent;
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
}
.single_about_2 .about_2_content .main-btn:hover 
{
    background-color: #fff;
    color: #252628;
}
.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 40px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    color: #252628;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fcc741;
}
.about_content_2 .single_about_2:nth-child(2n+1) 
{
    background-color: #fcc741;
    display: flex;
}

.about_content_2 .single_about_2:nth-child(2n+2) 
{
    background-color: #48cfaf;
    display: flex;
}

.courses_form_content .single_about_2:nth-child(2n+1) {
    background-color: #be20c5;
}

.courses_form_content .single_about_2:nth-child(2n+2) {
    background-color: #fcc741;
}

.about_2_image {
    width: 50%;
    height: 350px;
    position: relative;
}

.about_2_image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.5);
}
/* ====================footer_wrapper====================== */
.footer_wrapper 
{
    background-image: url(../images/footer-bg.png);
}
.footer_wrapper, .breadcrumb_wrapper
{
    background-image: url(../images/footer-bg.png);
    background-color: #18181c;
    background-position: center bottom;
    background-size: auto;
    background-repeat: repeat-x;
    background-attachment: fixed;
    position: relative;
    padding: 70px 0;
}
.tm-bg-layer 
{
    opacity: .85;
    background-color: #18181c;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.foot_p p
{
    color: rgba(255, 255, 255, 0.52);
    padding-top:  10px;
    text-align: justify;    padding-right: 15px;
}
.foot_add
{
    margin-top: 20px;
}
.foot_add .icons i
{
    color: #4ba3b1 !important;
    float: left !important;
    font-size: 35px;
}
.icons_txt p
{
    color: #b2bbc7;
}
.foot_hd h4, .icons_txt p, .foot_p p, .links_ft p a, .footers_wrapper, .breadcrumb li a span, .breadcrumb>.active, .inr_menu ul li
{
    font-family: 'Poppins', sans-serif;
}
.foot_hd h4
{
    font-size: 25px;
    margin-top: 20px;
}
.links_ft .arrow:before
{
    content: "\f054";
}
.links_ft p:hover a, .links_ft .arrow:before, .foot_ctr p a, .breadcrumb li a span
{
    color: #45a5b1 !important;
}
.links_ft
{
    padding-top: 10px;
}
.links_ft p
{
    margin-top: 20px;
}
.links_ft p a
{
    line-height: 30px;
}
.social-icons 
{
    padding-top: 20px;
}
.social-icons li
{
    display: inline-block;
}
.social-icons li a i
{
    /*background: white;*/
    border: 2px solid #eff1ef;
    padding-left: 5px;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    text-align: center;
    margin-right: 10px;
    color: #000;
    border-radius: 50%;
}
.social-icons li a .i-facebook
{
    color:#4661C5;
}
.social-icons li a .i-twitter
{
    color:#1AB2E8;
}
.social-icons li a .i-google
{
    color:#32A350;
}
.social-icons li a .i-youtube
{
    color:#EA4335;
}
.social-icons li:hover a i
{
    border: 2px solid #48a5ac;
    transition: all 0.5s ease-in 0s !important;
}
.footers_wrapper
{
    background: #222225;
    padding: 25px 0;
    color: #eee;
}
/* ====================bread_wrapper====================== */
.breadcrumb_wrapper
{
    /*background-image: url(../images/12.jpg);*/
    padding: 0px;
    height: 65px;
}
.breadcrumb 
{
    background: none !important;
    text-align: left !important;
    margin-left: -16px !important;
}
.breadcrumb_wrapper .breadcrumb .divider img {
    margin-top: -6px;
}
.breadcrumb>li+li:before 
{
    content: " ";
}
.breadcrumb li a span
{
    font-size: 20px;
    padding-right: 10px;
}
.breadcrumb>.active
{
    font-size: 18px;
}
@media screen and (max-width: 720px){
.breadcrumb  {
   font-size: 0px !important;
}
.breadcrumb_wrapper .breadcrumb .divider img {
        margin-top: -15px;
}
}
/* ====================inner_wrapper====================== */
.inner_wrapper
{
    padding: 50px 0;
    background: #eee;
}
.inr_menu .inrmenu_hd 
{
    background: #485d88;
}
.inr_menu .inrmenu_hd h3
{
    padding: 15px 0;
    font-family: "Allerta Stencil", sans-serif
}
.inr_menu ul li
{
    background: #4aa4ac;
}
.inr_menu .inrmenu_hd h3, .inr_menu ul li
{
    margin-bottom: 5px;
}
.inr_menu ul li a:hover
{
    background: #cd334d !important;
}
.inner_link
{
    background: #fff;
    padding: 60px 0;
}
.inr_lft
{
    background: #060464;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.inr_lft h4
{
    font-family: "Playfair Display", serif;
    color: #fff;
}
.inr_lft p, .inr_table table
{
    font-family: "Poppins", sans-serif;
    color: #eee;
}
.inr_lft
{
    margin: 20px 15px 0 15px;
}
.inner_wrapper .inner .inr_hd h3 
{
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: #181818;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
.inr_content p 
{
    color: #616161;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    text-align: justify;position: relative;
}
.inr_lfttxt .dots:before
{
    background: -webkit-gradient(linear, left top, right top, from(#30CFD0), to(#330867));
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inr_lfttxt .dots:before, .inr_lfttxt .arrow:before, .inr_content .arrow:before, .inr_content .subarrow:before
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 10px;
}
.inr_lfttxt .dots:before 
{
    content: '\f06d';
}
.inr_lfttxt .arrow:before
{
    content: '\f35a';
    color: red;
    margin-left: 10px;
}
.inr_content .arrow:before
{
    content: '\f560';
    color: #ec06ae;
    margin-left: 10px;
}
.inr_content .subarrow:before 
{
    content: '\f863';
    color: #06fdd1;
    margin-left: 20px;
}
.inr_table table {
  background: #012B39;
  border-radius: 0.25em;
  border-collapse: collapse;
  margin: 1em;
}
.inr_table th {
  border-bottom: 1px solid #364043;
  color: #E2B842;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}
.inr_table td {
  color: #fff;
  font-weight: 400;
  padding: 0.65em 1em;
}
.inr_table tbody tr {
  transition: background 0.25s ease;
}
.inr_table tbody tr:hover {
  background: #014055;
}
.inr_table thead tr
{
    height: 40px;
}
.black_bg, .green_bg {
    padding: 20px;
    margin-top: 20px;
}
.black_bg {
    background: #000;
}
.inr_hd h3 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: #181818;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
.inr_content p i
{
    color: red;
    padding-left: 20px;
    font-size: 20px;
}
.black_bg
{
    background: #134C53;
}
.black_bg, .green_bg
{
    padding: 20px;
    margin-top: 20px;
}
.black_bg .inr_hd h3, .green_bg .inr_hd h3, .red_bg .inr_hd h3
{
    color: #eee !important;
    padding-bottom: 15px;
}
.black_bg .inr_content p, .green_bg .inr_content p
{
    color: #f9dff7;
}
.green_bg
{
    background: #000;
}
.inr_ctt
{
    background-image: url(../images/contact_bg.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.inr_ctt label
{
    display: none;
}
.red_bg
{
    background: #485D88;
    padding: 20px;
    margin-top: 20px;
}
.black_bg .email-link a
{
    color: #f9dff7 !important;
}
.red_bg .inr_content a
{
    color: #f9dff7;
}
.red_bg .inr_content p a i
{
    text-align: center;
    margin-right: 10px;
}
.red_bg .inr_content .i-facebook
{
    color:#4661C5;
}
.red_bg .inr_content .i-instagram
{
    color:#D03086;
}
.red_bg .inr_content .i-twitter
{
    color:#1AB2E8;
}
.red_bg .inr_content .i-youtube
{
    color:#EA4335;
}
@media screen and (max-width: 720px){
.inr_map iframe {
   padding-right: 32px;
}
}
.input-80
{
    font-family: 'Raleway',sans-serif;
    font-weight: 500;
    font-style: normal;
}
.inr_ctt  input 
{
    padding: 17px 25px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding-left: 25px;
    height: 50px;
}
.help-block 
{
    margin-bottom: 30px;
}
#inputMessage
{
    height: 150px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding-left: 25px;
    padding-top: 17px;
}
.inr_ctt  button 
{
    background-color: #8700ff;
    padding: 16px 25px;
    font-family: 'Quicksand',sans-serif;
    font-size: 16px;border-radius: 30px;color: white !important;
}
.inr_ctt .inr_hd h3 
{
    padding-top: 30px;
    padding-left: 20px;
}
.inr_ctt  button:hover 
{
    background-color: #000;
}
.inr_map
{
    padding-top: 30px;
}
/* ====================department_wrapper====================== */
.inr_btn_Depart .Depart_btn .box
{
   
    height: 100px;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 30px;
    position: relative;
}

.inr_btn_Depart .Depart_btn .box h2 a
{
	color: #ffffff;
	font-size: 20px;
	position: relative;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	z-index: 1;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	padding: 30px 20px;
	text-align: center;
	background: #cd334d;
}
/* ====================courses_wrapper====================== */
.courses_wrapper
{
    padding: 100px 0;
}
.Courses_content
{
    padding: 30px 35px 30px 35px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EEEEEE;
    overflow: hidden;
}
.Courses_content 
{
    position: relative;
    padding: 20px 30px;
    margin-bottom: 30px;transition: all 0.5s ease-in 0s !important;
}
.Courses_content::before 
{
    background: #ffc600;
}
.Courses_content::before 
{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    right: -15px;
    bottom: -15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.Courses_content .feature-box-inner 
{
    width: 100%;
    display: inline-block;
}
.Courses_content 
{
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.feature-box-wrapper .feature-box-title {
    text-transform: none;
}
.Courses_content .feature-box-inner .feature-box-btn {
    float: right;
}
.feature-box-wrapper.ct-ft1 a.btn {
    background: transparent;
}
.Courses_content a.btn {
    font-size: 0 !important;
    border: unset;
    padding: unset;
    overflow: inherit;
}
.feature-box-btn a.btn {
    color: #222;
}
.feature-box-btn a.btn:hover
{
    background: transparent !important;transition: all 0.5s ease-in 0s !important;
}
.Courses_content .btn-default, .Courses_content .btn.btn-default
{
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    font-size: 16px;
    padding: 16px 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;transition: all 0.5s ease-in 0s !important;
}
.Courses_content a.btn::after {
    border-color: #cd334d;transition: all 0.5s ease-in 0s !important;
}
.Courses_content a.btn::after {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    padding: 10px;
    border: 2px solid #cd334d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.Courses_content h6 {
    color: #1c1c25;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    float: left;
}
.Courses_content:hover {
    background: #ffc600;
    border-color: #ffc600;transition: all 0.5s ease-in 0s !important;
}
.Courses_content:hover a.btn
{
    background: transparent;
}
.Courses_content:hover::before {
    background: #cd334d;
}
.Courses_content a.btn:hover::after 
{
    background: #cd334d;
    color: #fff;transition: all 0.5s ease-in 0s !important;
}
/* ====================Manage_wrapper====================== */
.Manage_wrapper 
{
    background: rgba(0, 0, 0, 0) url(../images/black.jpg) no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
    display: block;
    position: relative;
    background-size: cover;
}
.Manage_Img 
{
    margin-bottom: 0;
}
.Manage_Img .Manage_Container {
    padding: 0px 100px 0px 0px;
}
.Manage_Img .Manage_Container, .Image_Ryt_Content
{
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.Manage_Img img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.Image_Ryt
{
    float: right;
    bottom: 105px;
    position: absolute;
    right: 21px;
}
.Image_Ryt_Content {
    padding: 35px 35px 30px 35px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
}
.Image_Ryt_Content::before {
    border-top-color: #cd334d !important;
}
.Image_Ryt_Content .hgt-tl 
{
    color: #cd334d;
    font-weight: bold;
}
.Image_Ryt_Content::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 35px solid;
    border-left: 40px solid transparent;
}
.Image_Ryt_Content .feature-box-inner {
    display: inline-block;
}
.Image_Ryt_Content .feature-box-inner > *:nth-child(1){
    margin-bottom: 30px;
}
.Image_Ryt_Content .feature-box-image {
    overflow: hidden;
}
.Image_Ryt_Content .feature-box-image img {
    margin-left: 0;
}
..Image_Ryt_Content .img-scale img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
}
.Image_Ryt_Content img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.Image_Ryt_Content .feature-box-image img {
    width: auto !important;
}
.Image_Ryt_Content h4 {
    color: #0a1026;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
}
.Manage_hdr h1
{
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 40px;
}
.Manage_msg p
{
    background: #eee;
    padding: 30px 40px;
    font-size: 16px;
    font-weight: bolder;
    border-left: 4px solid #cd334d;
}
.Manage_more p
{
    color: #fff;
    margin-top: 40px;
    font-weight: bolder;
}
.Manage_link a
{
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 20px;
    font-weight: bold;
}
/* Bounce To Right */
.Manage_link .hvr-bounce-to-right {
  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);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #ffc600;
  color: #fff;
}
.Manage_link .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: red;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;border-radius: 4px;
}
.Manage_link .hvr-bounce-to-right:hover, .Manage_link .hvr-bounce-to-right:focus, .Manage_link .hvr-bounce-to-right:active {
  color: white;
}
.Manage_link .hvr-bounce-to-right:hover:before, .Manage_link .hvr-bounce-to-right:focus:before, .Manage_link .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.item-page
{
    padding: 0 30px;
}
.page-header
{
    display: none !important;
    border-bottom: none !important;
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  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);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #131c3b;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}



/* apply now button Shutter In Horizontal */
.button-row .apply-btn a
{
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: -15px;
    padding: 7px 20px;
}

.hvr-apply-now {
  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);
  position: relative;
  background: #C8CC06;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-apply-now:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #060464;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-apply-now:hover, .hvr-apply-now:focus, .hvr-apply-now:active {
  text-decoration: none !important;
  color: #000000 !important;
}
.hvr-apply-now:hover:before, .hvr-apply-now:focus:before, .hvr-apply-now:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}


.blog img
{
   display:none;
}
.blog .kt_categoryblog .new-inr-text a
{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.blog .kt_categoryblog .new-inr-text a:hover
{
    color: #CD334D;
    transition: all 0.5s ease-in 0s !important;
}
.blog  .kt_categoryblog .new-inr-text
{
    background: #4AA4AC;
    padding: 15px 0px;
}
.inner_wrapper .item-page .new-inr-text
{
    display:none;
}
.Depart_btn h2{
  color:#4AA4AC;
  font-family: "Playfair Display", serif;
  margin-bottom:20px;
}


/*-----------------------------------Card-Slide---------------------------------*/
.content_wrapper #sliderContainer #slider{
    list-style: none;
  
}

.content_wrapper #sliderContainer #slider{
    display: flex;
  
} 

.content_wrapper button{
    border-radius: 50%;
    box-shadow: none;
  	height: 50px;
    width: 50px;
}
.content_wrapper #sliderContainer #slider .border h2{
    font-family: 'Montserrat',Arial,Helvetica;
    font-size: 20px;
    font-weight: bold;
  	margin-bottom:20px;
  
}
.content_wrapper #sliderContainer #slider .border p{
    font-family: 'Raleway', sans-serif;
    color: #646464;
    font-size: 16px;
    padding-bottom: 20px;
  
}
.content_wrapper #sliderContainer #slider .border a{
    background: red;
    padding: 13px 20px;
    border-radius: 4px;
    color: #fff;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
  
}
.content_wrapper #sliderContainer #slider .border a:hover{
    background: #202020;
    transition: 0.4s;
  
}
.content_wrapper #sliderContainer{
  max-width: 1160px;
  width: 100%; 
  padding: 50px;

}

.content_wrapper .arrows button::after{ 
    font-weight: 600;
    content: "\f061";
    color: #fff;
    margin-left: -10px;
    padding: 20px;
    font-family: 'Font Awesome 5 Free';
	}

.content_wrapper .arrowleft button::after{ 
    font-weight: 600;
    content: "\f060";
    color: #fff;
    margin-left: -10px;
    padding: 20px;
    font-family: 'Font Awesome 5 Free';
	}



