
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {background: #fff; font-family: "Montserrat", sans-serif; font-size:14px; color:#000; position: relative; z-index:999;}

.no_padding {
  padding-left: 0;
  padding-right: 0;  
}
ul {
  padding:0;
  margin:0;
}
.btn {
  background: #7a85f0;
  border: 1px solid #7a85f0;
  color: #fff;
  padding: 6px 20px;
  margin: 30px 0 0;
  margin: 30px 0 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.btn:hover {
  background: #244ebc;
  border: 1px solid #244ebc;
  color: #fff;
}
input:focus, .form-control:focus, .accordion-button:focus {
  outline: 0;
  box-shadow: none;	  
  border-color: none;
}

.header {
  position: relative;
  z-index: 11;
}
.header .main_head .logo span {
    display: block;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    line-height: 21px;
}
.header .main_head .logo a {
    text-decoration: none;	
}
/*.header .main_head .logo img {
    width: 73px;
    margin: 0 0 12px;
}*/


.header .main_head {
  padding: 7px 70px;
  background: #fff;
}
.header .main_head.sticky {
  position: fixed;
  top: 0;
  z-index: 11;
  background: #fff;
  width: 100%;
  box-shadow: 0px 6px 12px rgba(0,0,0,0.2);
}
.header .main_head .menus {
  float: right;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .close {
  display: none;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 20px;
  font-weight: 500;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, 
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #f54d03;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu {
	position: absolute;
    top: 46px;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu {
    position: absolute;
    top: 46px;
    left: -323px;
}	
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show {
    display: flex;
    width: 540px;
    padding: 12px;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li {
    list-style: none;	
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li a.sub-item {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    padding: 4px 0;
    display: block;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li a.sub-item:hover {
    color: #244ebc;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li {
    margin: 0 20px 0 0;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li h4 {
    font-size: 19px;
    font-weight: 700;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #244ebc;
}
.main_banner .bnr_slide.owl-carousel .item {
  background-repeat: no-repeat;
  background-position: top center;
  height: 540px;
}
.main_banner .bnr_slide.owl-carousel {
  position: relative;	
}
.main_banner .bnr_slide.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot {
  position: relative;
  margin: 0 5px;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot::after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot span {
  background: #ccc;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot.active span, 
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot:hover span {
  background: #f54d03;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot.active::after {
  border: 1px solid #f54d03;	
} 
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot span {
  margin: 0;	
}
.main_banner .bnr_slide.owl-carousel .itm_inr {
  height: 100%;
  display: flex;
  align-items: center;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr span {
  color: #fff;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr h2 {
  font-size: 40px;
  color: #fff;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom:24px;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr h2 strong {
  color: #fff;	
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr p {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  color: #fff;
  margin-bottom:18px;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr .sld_btn {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  padding: 16px 24px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}
.hm_about {
  margin: 90px 0 0;
}
.abt_cont {
  padding: 0 0 0 30px;
}
.heading span {
    color: #1b232c;
    font-size: 17px;
    line-height: 21px;
    margin: 0 0 12px;
    display: block;
}
.heading h2 {
    color: #1b232c;
    font-size: 25px;
    font-weight: 600;
    line-height: 29px;
}
.heading hr {
  border: 4px solid #f54d03;
  width: 60px;
  display: inline-block;
  opacity: 1;
}
.abt_cont a {
  color: #777;
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.abt_cont a:hover {
  color: #f54d03;
}
.crs {
  margin: 90px 0 0;
  background-image: url(../images/crse_bnr.jpg);
  background-repeat: no-repeat;
  background-position: top left;  
  position: relative;
}
.crs::after {
  position: absolute;
  top: 40px;
  right: 0;
  background: #f77136;
  height: 100%;
  width: 50%;
  content: "";
  z-index: -1;
}
.crs .crs_imag {
  text-align: center;
  padding: 100px 0 0;
}
.crs .crs_box {
  padding: 50px 40px 0 0;
}
.crs .crs_box .heading span, .crs .crs_box .heading h2 {
  color: #fff;
}
.crs .crs_box .heading hr { 
  border-color: #fff;
}
.crs .crs_box p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 47px;
}
.crs .crs_box .crs_inr {
  background: #fff;
  padding: 25px;
  margin: 0 0 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.crs .crs_box .crs_inr p {
  color: #000;
  margin: 0 0 0 11px;
}
.crs .crs_imag {
  text-align: center;
  padding: 100px 0 0;
  max-width: 370px;
  margin: 0 auto;
}
.crs .crs_imag h4 {
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    margin: -47px 0 0 0;
    z-index: 11;
    position: relative;
    padding: 9px 0;
    font-size: 19px;
    color: #f77136;
    font-weight: 600;
	z-index: 1;
}
.crs .crs_imag a {
  border: 1px solid #ffe09d;
  color: #fff;
  margin: 40px 0 0;
  display: inline-block;
  font-size: 25px;
  padding: 6px 20px;
  border-radius: 7px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.crs .crs_imag a:hover {
  background: #fead13;
}
.hm_glry {
    margin: 90px 0 0;
}
.hm_glry .col_box {
    padding: 4px;
}
.hm_glry .glry_box .thumbnail .example-image {
    width: 100%;
}

footer {
    background-image: url(../images/ftr_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 90px 0 0;
    padding: 60px 35px 40px;
    background-size: cover;
}
footer .ftr_abt p {
    margin: 35px 0 0;
    font-size: 15px;
    color: #787878;
    max-width: 360px;
}
footer .ftr_abt .scl_icns {
    margin: 40px 0 0;
}
footer .ftr_abt .scl_icns li {
    display: inline-block;
    padding: 0 15px 0 0;
}
footer .links h3 {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 29px;
    color: #fff;
}
footer .links .adrs .adrs_box {
    display: flex;
}
footer .links .adrs .adrs_box a {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
footer .links .adrs .adrs_box a:hover {
    color: #f54d03;
}
footer .links .adrs .adrs_box p {
    margin: 0 0 19px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}
.copyright {
  background: #f54d03;
}
.copyright p {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 12px 0;
}


.inner_banner .inr_bnr img {
    width: 100%;
}
.hm_about.abt .abt_imag {
    float: left;
    margin: 0 70px 40px 0;
}
.hm_about.abt .abt_cont {
    padding: 0;
}

.abt_prncpl {
    margin: 70px 0 0 0;
}
.abt_prncpl .prncpl_box h2 {
    font-size: 21px;
    margin: 0 0 20px;
    font-weight: 600;
}
.abt_prncpl .prncpl_box .prncpl .prncpl_imag {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 7px 7px 0 0;
}
.abt_prncpl .prncpl_box .prncpl .prncpl_imag img {
    width: 100%;
    border-radius: 4px;
}
.abt_prncpl .prncpl_box .prncpl .prncpl_txt {
    background: #eee;
    padding: 15px;
	border-radius: 0 0 7px 7px;
}
.abt_prncpl .prncpl_box .prncpl .prncpl_txt h3 {
	font-size: 19px;
	color: #000;
}
.abt_prncpl .prncpl_box .prncpl .prncpl_txt span {
    font-size: 16px;
    line-height: 17px;
}
.abt_prncpl .prncpl_box .prncpl .prncpl_txt p {
    margin: 0;
    display: block;
    font-size: 16px;
}
.abt_prncpl .prncpl_box .prncpl .prncpl_txt p strong {
    display: block;
    margin: 2px 0 3px 0;
}

.hm_glry.galery .glry_box {
    margin: 0 0 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.hm_glry.galery .glry_box .example-image {
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.hm_glry.galery .glry_box:hover .example-image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.hm_about.course .abt_imag img {
    width: 100%;
}

.sctn.cntct {
    margin: 90px 0 0;
}
.cntct .cntct_box {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.cntct .cntct_box span {
    background: #eee;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: block;
    border-radius: 100%;
    margin: 0 20px 0 0;
}
.cntct .cntct_box .cntct_txt h4 {
    font-size: 19px;
    margin: 0 0 4px;
}
.cntct .cntct_box .cntct_txt p {
    font-size: 13px;
    margin: 0;
}