@import url(https://fonts.googleapis.com/css?family=Poppins);


/*-------------------------
   FONT
--------------------------*/
@font-face {
  font-family: itc;
  src: url('../fonts/ITC2.ttf');
}

@font-face {
  font-family: itc-regular;
  src: url('../fonts/itc-avant-garde-gothic-lt-book.ttf');
}



.body-innerwrapper {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6, h1.sppb-addon-title, h2.sppb-addon-title, h3.sppb-addon-title, h4.sppb-addon-title, h5.sppb-addon-title {
    font-family: 'Poppins';
    line-height: 1.5;
}
body, p, span, a, .sppb-addon-content {
    font-family: 'Poppins';
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, body, p, span {
    line-height: 1.5;
    color: #000;
}

/*testimonial*/
.home-testimonial .sppb-carousel-extended-item {
    min-height: 400px;
    padding: 20px;
}
/*-------------------------
			FONT
--------------------------*/
h1 { font-size: 50px !important; line-height:60px!important; }
h2 { font-size: 40px !important; line-height:55px!important; }
h3 {font-size: 30px !important;line-height: 35px!important;}
h4 { font-size: 25px !important; line-height:25px!important; }
h5 { font-size: 25px !important; line-height:35px!important; }
h6 { font-size: 20px !important; line-height:30px!important; }
body { font-size: 15px !important; line-height:26px!important; }

@media (min-width: 768px) and (max-width: 991px){
h1 { font-size: 40px !important; line-height:38px!important; }
h2 { font-size: 35px !important; line-height:36px!important; }
h3 { font-size: 25px !important; line-height:34px!important; }
h4 { font-size: 20px !important; line-height:26px!important; }
h5 { font-size: 20px !important; line-height:20px!important; }
h6 { font-size: 20px !important; line-height:28px!important; }
body { font-size: 14px !important; line-height:24px!important; }
.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {font-size: 18px!important;line-height: 25px!important;}
}

@media(max-width:768px){
h1 { font-size: 28px !important; line-height:38px!important; }
h2 { font-size: 26px !important; line-height:36px!important; }
h3 { font-size: 24px !important; line-height:34px!important; }
h4 { font-size: 16px !important; line-height:26px!important; }
h5 { font-size: 20px !important; line-height:20px!important; }
h6 { font-size: 18px !important; line-height:28px!important; }
body { font-size: 14px !important; line-height:24px!important; }
.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {font-size: 18px!important;}
}


/*font-style*/
.text-style-01 span{
  color:#cb0a3d;
}
.text-style-01  .sppb-addon-title {
    font-size: 40px!important;
    line-height: 1.5!important;
  }
.text-style-01.big-title  .sppb-addon-title {
    font-size: 60px!important;
    line-height: 1.5!important;
  }
@media (min-width: 768px) and (max-width: 991px){
.text-style-01  .sppb-addon-title {
    font-size: 35px!important;
    line-height: 35px!important;
  }
}
@media (max-width: 767px){
.text-style-01 .sppb-addon-title {
    font-size: 25px!important;
    line-height: 25px!important;
}
.text-style-01.big-title  .sppb-addon-title {
    font-size: 30px!important;
    line-height: 1!important;
}}

.gradient-title h1.sppb-addon-title {
    background: rgb(203,9,61);
    background: linear-gradient(90deg, rgba(203,9,61,1) 0%, rgba(0,40,87,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*row padding*/
.oskano-padding {
    padding-top: 80px!important;
}
@media screen and (max-width: 991px){
.oskano-padding {
    padding-top: 50px!important;
}}

.oskano-padding-bottom {
    padding-bottom: 80px!important;
}
@media screen and (max-width: 991px){
.oskano-padding-bottom {
    padding-bottom: 50px!important;
}}



/*breadcrumb*/
.breadcrumb {
    text-align: center;
    padding:0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.breadcrumb>li {
    display: contents;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #181a27;
  text-transform: uppercase;
  font-weight: 600;
}
.sp-page-title h2 {
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.sp-page-title h2:after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 0px 0 0 0;
  color: #000!important;
  text-align: left;
}
.sp-page-title .breadcrumb >.active {
  color: #000;
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #000;
}






/*header*/
#sp-header {
    background: #fff;
    top: 0px;
    box-shadow: 0px 0px 10px #00000030;
}
#sp-header.menu-fixed {
    top: 0;
}
.logo img {
    max-height: 65px;
    margin-left: 0;
    width: auto !important;
}
@media(max-width:991px){
    .logo img {
   max-height: 57px;
    margin-left: 15px;
    width: auto;
}
#sp-header {
    background: #fff;
    top: 0px;
    padding: 0!important;
}
}
#sp-top1 .sp-module {
    margin-top: 30px !important;
}
@media(min-width:991px){
.switcher.notranslate {
    position: absolute;
}}
@media(max-width:991px){
div#sp-menu {
    float: right;
  }
  div#sp-top1 {
    padding-right: 0px !important;
    text-align: right !important;
}
  #sp-top1 .sp-module {
    padding-left: 15px !important;
}}
@media(max-width:1300px){
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    font-size: 12px;
}}
@media(max-width:1070px){
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    font-size: 10px;
    padding: 0 9px!important;
}}

/*menu*/
#sp-header .sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
      font-weight: 700 !important;
      color: #000;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      padding: 0 10px;
      font-size: 13.5px;
}
#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0;
}
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    padding: 10px 20px;
}
#sp-header .sp-dropdown.sp-dropdown-main.sp-menu-right {
    width: 300px !important;
    top: 88px;
}
#sp-header .sp-megamenu-parent >li >a:hover, .sp-megamenu-parent >li >span:hover {
    color: #cb093d;
}

/*page title*/
.sp-page-title {
    background-attachment: scroll;
}
@media only screen and (max-width: 480px){
.sp-page-title {
    padding: 50px 0 50px 0;
}}

/*off-canvas*/

.offcanvas-menu {
    background: #ffffff;
    border-left: 5px solid #cb093d;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    color: #000;text-transform: inherit;
}
.close-offcanvas {
    border: none;
    color: #000;
}
.close-offcanvas:hover {
    color: #cb093d
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li:focus > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
    color: #fff;
    background: #002a5c !important;text-transform: inherit;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
    padding-left: 50px;text-transform: inherit;
}
#offcanvas-toggler >i {
    color: #000;
}
li.item-771.current.active.deeper.parent i {
    color: #fff;
}
.offcanvas-menu:hover:before {
    top: 80px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
    color: #000;
}

/*feature-box*/
@media only screen and (max-width: 480px){
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text br {
    display: unset !important;
}}
.owl-carousel .owl-controls .owl-dots .owl-dot.active span, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
    border-color: unset !important;
}
.major-bgcolor, .spectrum-title-border .sppb-addon-title:after, .btn.btn-link:hover:after, .sppb-btn.btn-link:hover:after, .btn.sppb-btn-link:hover:after, .sppb-btn.sppb-btn-link:hover:after, .btn.btn-link:focus:after, .sppb-btn.btn-link:focus:after, .btn.sppb-btn-link:focus:after, .sppb-btn.sppb-btn-link:focus:after, .sp-page-title h2:after, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover, .sppb-progress .sppb-progress-bar-primary, .sppb-addon-ajax-contact form .sppb-btn-wrap button, .tags a:hover, .tags a:focus, .helix-social-share .helix-social-share-icon ul li div a:hover, .helix-social-share .helix-social-share-icon ul li div a:focus, #sp-right .sp-module .tagspopular ul li a:hover, #sp-right .sp-module .tagspopular ul li a:focus, .customNavigation > a:hover, .customNavigation > a:focus, .owl-carousel .owl-controls .owl-dots .owl-dot.active span, .spectrum-contact-info .sppb-icon .sppb-icon-inner, .error-page .btn, .sp-simpleportfolio .sp-simpleportfolio-filter ul li a:after, .search .page-title:after, #sp-bottom .sppb-addon-gallery ul > li a:hover {
    background: unset !important;
    color: unset !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
    color: unset !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
    padding: unset !important;
    border: none !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-text, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-title.sppb-feature-box-title, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-icon span i {
    color: unset !important;
}
@media only screen and (max-width: 480px){
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-title {
    margin-bottom: unset !important;
}}

/*bottom*/
#sp-footer, #sp-bottom {
    background-size: cover;
}
@media only screen and (max-width: 480px){
#sp-bottom .row>div {
    width: inherit !important;
    margin-bottom: 30px;
}
}
@media(max-width:992px){
#sp-bottom4 {
    margin-bottom: 0px !important;
}
}
#sp-bottom4 .sppb-media-heading {
    display: none;
}

#sp-bottom .sp-module .sp-module-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px!important;
    color: #000;
    margin-top: 0px;
    margin-bottom: 22px;
    font-family: 'poppins';
}
#sp-bottom4 .sppb-icon .sppb-icon-container i {
    line-height: 27px!important;
}
#sp-bottom #sp-bottom2 ul.nav.menu li {
    margin-bottom: 0px;
}
#sp-bottom a:hover {
    color: #cb0a3d!important;
}

@media only screen and (max-width: 480px){
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon .sppb-icon-container >i {
    font-size: 18px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
  }}


/*footer*/
span.sp-copyright {
    font-size: 14px;
}
@media(Max-width:991px){
#sp-footer {padding: 10px 0px 100px 0px !Important;}
}


footer#sp-footer {
    border-top: 1px solid #cccccc;
}
.fa-question:before {
  content: url('https://api.iconify.design/simple-icons/tiktok.svg?color=#252525&width=24&height=24')!important;
  background: url('https://api.iconify.design/simple-icons/tiktok.svg') no-repeat center center / contain;
  position: absolute;
  top: 6px;
  }
div#sp-footer2 .sppb-icons-group-list {
    margin: -8px!important;
}
.fa-question:hover:before {
  opacity: 0.5;
}


div#sp-footer2 .sp-module ul >li >a:before {
  content: "";display:none;
}

div#sp-footer2 .sp-module ul >li {
  border-bottom: 0px solid #e8e8e8;
}
#sp-footer2 a {
    font-size: 18px!important;
}

div#sp-footer1 {
    text-align: left;
}

#sp-footer a:hover {
    color: #666;
}

@media(Max-width:480px){
div#sp-footer1 {
    text-align: left;

}}

div#sp-footer1 a{
font-weight:500;color:#252525;
}

@media only screen and (max-width: 480px){
.sppb-addon.sppb-addon-feature .sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
    font-size: 18px !important;
    line-height: 1.3!important;
  }}


/*border image*/
.image-border-01 img {
    border-bottom: 10px solid #cb0a3d;
}
















/*scroll-up*/
a.scrollup {
    right: 30px;
    bottom: 90px;

}
.scrollup:before {
    color: #000;
}

/*live-chat*/
#phone {
    right: 80px !important;
}
#whatsapp {
    right: 10px !important;
}
span#hover_icon {
    color: #fff;
}
/*google-translate*/
select.notranslate {
    width: 130px;
    height: 30px;
    padding: 0px;
    font-size: 11px;
      margin-left: auto;
}
@media(max-width:991px){
select.notranslate {
    width: 120px;
}}


/*cta*/
.cta-row {
    position: relative;
}

.cta-row:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 80%;
    background: #ccc;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.cta-row:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 80%;
    background: #ccc;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

/*courses tag*/
.tagspopular li {
    display: inline-flex !important;
    margin: 0 10px !important;
    border: none !important;
}


/*admission slider*/
.admission-slider .sppb-carousel-extended-nav-control .nav-control.next-control {
    float: right;
    margin-right: -70px;
}
.admission-slider .sppb-carousel-extended-nav-control .nav-control.prev-control {
    float: left;
    margin-left: -70px;
}
.admission-slider .sppb-carousel-extended-nav-control .nav-control {
    cursor: pointer;
    text-align: center;
    font-size: 40px;
    border-radius: 3px;
    color: #000;
    border: 0px solid #0080fe;
    transition: .35s;
}

div#sp-search h3.sp-module-title {
    font-size: 60px !important;
    line-height: 1.5 !important;
    font-family: 'Poppins';
}
@media(max-width:992px){
div#sp-search h3.sp-module-title {
    font-size: 36px !important;
    line-height: 1 !important;
}}

/*social icon*/
i.fab.fa-youtube:hover {
    color: #cb0a3d !important;
}
i.fab.fa-youtube {
    transition: 0.3s;
}

/**/

/*whatsapp button*/

#whatsapp button, #whatsapp button:link, #whatsapp button:visited {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	background: #25d366 !important;
}

/*train work form*/
.train-work-form {
    background: #fff;
    box-shadow: 0px 0px 10px #00000030;
    padding: 30px;
    border-radius: 15px;
}