/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*

https://legalduniya.com/

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}

h1, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* scroll bar */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}
  ::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: linear-gradient(135deg, #4ba2ff, #4ba2ff, #4ba2ff);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, rgb(11, 242, 7), rgb(11, 242, 7), rgb(11, 242, 7));
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: sans-serif,"Poppins", -apple-system, BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

footer {
  font-family: "Poppins", sans-serif;
}

::-moz-selection {
  background: #dc8cdb;
  color: #fff;
}

::selection {
  background: #0d6efd;
  color: #fff;
}

::-moz-selection {
  background: #dc8cdb;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-gradient a {
  font-size: 13px;
  color: #fff;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgb(0 220 255) 0%, rgb(4 0 233) 100%);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main-button-gradient a:hover {
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(4 0 233) 0%, rgba(0 220 255) 100%);
  opacity: 0.9;
}

.white-button a {
  font-size: 13px;
  color: #dc8cdb;
  background-color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.white-button a:hover {
  opacity: 0.9;
}

.text-button a {
  font-size: 14px;
  font-weight: 500;
  color: #dc8cdb;
  text-decoration: underline !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.text-button a:hover {
  opacity: 0.75;
}

section {
  margin-top: 140px;
}

#contact-section {
  padding-top: 20px;
}

.section-heading {
  position: relative;
  z-index: 2;
  padding-top: 0px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 60px;
}

.section-heading h6 {
  font-size: 13px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}

.section-heading h2{
  font-size: 18px;
  font-weight: 700;
  color: #000daf;
}


.section-heading h4 em {
  font-style: normal;
  color: #ff2222;
}

.section-heading p {
  margin-top: 10px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background: #fff !important;
  background: -o-linear-gradient(235deg, #fff 0%, #fff 100%) !important;
  background: linear-gradient(-145deg, #fff 0%, #fff 100%) !important;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
          box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.header-area {
  -webkit-box-shadow:2px 2px 10px rgb(0 0 0 / 15%);
          box-shadow:2px 2px 10px rgb(0 0 0 / 15%);
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 0vw;
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 98px;
  width: 70px; 
  margin-top: -12px;
  margin-left: 30px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 23px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 30px;
  padding-right: 30px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 0px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #f00!important;
  opacity: 0.75;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #ff0000!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #000;
  position: absolute;
  right: 5px;
  top: 12px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 190px;
  -webkit-box-shadow:0px 2px 15px 1px rgb(0 0 0 / 30%);
          box-shadow:0px 2px 15px 1px rgb(0 0 0 / 30%);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(+2em);
      -ms-transform: translateY(+2em);
          transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: -10px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #ff0018!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
       -o-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}
.main-blue-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-blue-button-hover a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.main-blue-button-hover a:hover {
  background-color: #f12617;
}

.main-red-button a {
  display: inline-block;
  background-color: #ff695f;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius:10px;
  letter-spacing: 0.25px;
}

.main-red-button-hover a {
  display: inline-block;
  background: linear-gradient(-145deg, rgb(40, 209, 70) 0%, rgb(40, 209, 70) 100%);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 1px 25px;
  border-radius:10px;
  letter-spacing: 0.25px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* .main-red-button-hover a:hover {
  background: linear-gradient(-145deg, rgb(255, 0, 24) 0%, rgb(255, 0, 24) 100%);
} */

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 19px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
  margin-right: -15px;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #000;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #000;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 70px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
  .header-area .main-nav .logo{
    width: 150px;
    margin-left: -40px;
  }
  .header-area .main-nav .nav{
    margin-top: -65px;
    margin-right: -38px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ff0000!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 70px;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .logo{
    margin-top: -18px;
    width: 50px;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 90px !important;
    max-height: 500px;
    overflow-y: scroll;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 45px !important;
    line-height: 45px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ff0000!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    top: 0px;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 0px;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 8px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .get-info {
    margin-top: 100px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width:475px){
  .header-area .main-nav img{
    width: 120%;
  }
    .header-area .main-nav .logo{
    width: 50px;
    margin-left: 30px;
  }
  .get-info {
    margin-top: 200px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0px;}
  .header-area .main-nav .nav li a {
      height: 45px !important;
      line-height: 45px !important;
    }
  .header-area .main-nav .nav li.has-sub:after {
      top: 12px;
    }
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

section.main-banner {
  margin-top: -30px;
  /* background-image: url(../images/join-bg.jpg);
  background-color: #00a5ad;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 180px 0px 100px 0px; */
}

.main-banner {
  padding-top: 180px;
}

.main-banner .right-image {
  margin-left: 120px;
  position: relative;
  z-index: 2;
}

.main-banner .right-image img {
  position: relative;
  z-index: 2;
  border-radius: 15px;
}

/* .main-banner .right-image::after {
  position: absolute;
  background-image: url(../);
  width: 378px;
  height: 378px;
  content: '';
  right: -25%;
  z-index: 1;
} */

/* .main-banner .header-text::after {
  position: absolute;
  background-image: url(../images/banner-left-dec.png);
  width: 214px;
  height: 429px;
  content: '';
  left: 0;
  bottom: -240px;
  z-index: 1;
} */

.main-banner .header-text h6 {
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: #777777;;
}

.main-banner .header-text h1 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 45px;
  color: #111111;
  font-weight: 400;
  line-height: 65px;
}

.main-banner .header-text h2 {
  position: relative;
  z-index: 2;
  font-size: 45px;
  color: #111111;
  font-weight: 400;
  margin-bottom: 10px;
}

.main-banner .header-text h2 em {
  font-style: normal;
  font-weight: 700;
}

.main-banner .main-button-gradient {
  position: relative;
  z-index: 2;
  margin-top: 25px;
}



/*
---------------------------------------------
services
---------------------------------------------
*/ 
.services {
  margin-top: 0px;
  margin-bottom: 30px;
}


.services .item {
  border-radius: 15px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.services .item:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.services .item .icon {
  max-width: 85%;
  margin: 0 auto;
  min-height: 80px;
  line-height: 80px;
  vertical-align: middle;
}

.services .item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

.services .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.services .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.services .owl-dots .active {
  background-color: #000;
}

@media (max-width:475px){
  .services{
    margin-top: 0px;
    margin-bottom: 30px;
  }
  
  .services .item .icon {
  max-width: 65%;
  }
}
/*
---------------------------------------------
our courses
---------------------------------------------
*/

section.our-courses {
  position: relative;
  margin-top: 115px;
}

section.our-courses .section-heading p {
  padding: 0px 60px;
}

section.our-courses .naccs {
  position: relative;
  margin-left: -100px;
}

section.our-courses .naccs .menu div {
  padding: 15px 30px;
  text-align: center;
  border-radius: 5px !important;
  margin-bottom: 40px;
  font-size: 20px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 3px solid rgba(219,138,222,0.5);
}

section.our-courses .naccs .menu div.active {
  color: #dc8cdb;
  border: 3px solid rgba(219,138,222,1);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

section.our-courses ul.nacc {
  margin-left: 100px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.our-courses ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  position: absolute;
  list-style: none;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding-right: 50px;
}

section.our-courses ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

section.our-courses ul.nacc li .left-image img {
  border-radius: 10px;
}

section.our-courses ul.nacc li .left-image .price h6 {
  position: absolute;
  background: rgb(219,138,222);
  background: -o-linear-gradient(235deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  color: #fff;
  top: 20px;
  left: 20px;
  font-size: 20px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

section.our-courses ul.nacc li .right-content {
  padding: 22px 0px;
  margin-left: 375px;
}

section.our-courses ul.nacc li .right-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

section.our-courses ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  padding-right: 30px;
}

section.our-courses ul.nacc li .right-content .last-span {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.our-courses ul.nacc li .right-content p {
  margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content .text-button {
  margin-top: 20px;
}

section.our-courses ul.nacc li.active {
  position: relative;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

section.our-courses ul.nacc li p {
  margin: 0;
}


/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
  background-image: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 180px 0px 180px 0px;
}

section.simple-cta .left-image {
  margin-right: 45px;
}

section.simple-cta h6 {
  font-size: 17px;
  color: #fff;
}

section.simple-cta h4 {
  font-size: 62px;
  font-weight: 900;
  color: #fff;
  line-height: 74px;
  margin-top: 20px;
}

section.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}


/* 
---------------------------------------------
testimonials
--------------------------------------------- 
*/

section.testimonials {
  position: relative;
  margin-top: -100px;
}

/* section.testimonials:before {
  position: absolute;
  content: '';
  left: 0px;
  top: -140px;
  width: 593px;
  height: 352px;
  z-index: 1;
}

section.testimonials:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: -140px;
  width: 632px;
  height: 352px;
  z-index: 1;
} */

.testimonials .head-item {
  position: relative;
  z-index: 2;
  padding-top: 0px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 60px;
}

.testimonials .head-item h4{
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.testimonials .item {
  border-radius: 15px;
  padding: 30px;
  background-color: #fff;
  margin: 1px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
  box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
}

.testimonials .item:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.testimonials .item p {
  font-size: 14px;
  font-style: italic;
}

.testimonials .item p::before{
  content: "\f10d";
  position: absolute;
  top: 25px;
  left: 0rem;
  font-size: 25px;
  font-family: "font Awesome 6 free";
  font-weight: 800;
  color: #ced3ff;
  margin-left: 5px;
}

.testimonials .item h4 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 900;
  position: relative;
}

.testimonials .item span {
  font-size: 13px;
  font-weight: 700;
  color: #f82121;
}

.testimonials .item img {
  max-width: 44px;
  z-index: 2;
  position: absolute;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.testimonials .owl-dots .active {
  background-color: #000;
}

@media (max-width:475px){
  section.testimonials{
    margin-top: 35px;
  }
  .testimonials .head-item h4{
    margin-top: 10px;
    font-size: 25px;
    font-weight: 700;
  }
}

/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

#contact {
  padding: 8vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0px;
  margin-bottom: -90px;
}

#contact .getin {
  width: 350px;
}

#contact .getin h2 {
  color: #2c234d;
  font-size: 30px;
  font-weight: 800;
  line-height: .8;
  margin-bottom: 16px;
}

#contact .getin p {
  color: #686875;
  line-height: 24px;
  margin-bottom: 33px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e4ed;
}

#contact .getin h3 {
  color: #2c234d;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 15px;
}

#contact .getin .getin-details div {
  display: flex;
}

#contact .getin .getin-details div .get {
  font-size: 16px;
  line-height: 22px;
  color: #5838fc;
  margin-right: 20px;
}

#contact .getin .getin-details div p {
  font-size: 14px;
  border-bottom: none;
  line-height: 22px;
  margin-bottom: 15px;
}

#contact .getin .getin-details .pro-links i {
  margin-right: 8px;
} 

#contact .form {
  width: 60%;
  background: #f7f6fa;
  padding: 40px;
  border-radius: 10px;
}

#contact .form h4 {
  font-size: 24px;
  color: #2c234d;
  line-height: 30px;
  margin-bottom: 8px;
}

#contact .form p {
  color: #686875;
  line-height: 24px;
  padding-bottom: 25px;
}

#contact .form .form-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#contact .form .form-row input {
  width: 48%;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  border: none;
  background: #fff;
  color: #7e7c87;
  outline: none;
  padding: 20px 30px ;
  margin-bottom: 20px;
}

#contact .form .form-col input,
#contact .form .form-col textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  border: none;
  background: #fff;
  color: #7e7c87;
  outline: none;
  padding: 20px 30px ;
  margin-bottom: 20px;
}

#contact .form button {
  font-size: .9rem;
  padding: 13px 25px;
  background: rgb(21 ,21 ,100) ;
  border-radius: 5px;
  outline: none;
  border: none;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 769px){
  #contact {
    padding: 8vw 4vw;
  }

#contact .getin {
    width: 250px;
  }
}

@media (max-width:475px){
  
  #contact {
    padding: 8vw 4vw;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    margin-top: 80px;
    margin-bottom: -100px;
  }

#contact .getin {
    width: 100%;
    margin-bottom: 30px;
  }

#contact .form {
    width: 100%;
    padding: 40px 30px;
    margin-bottom: 40px;
   }

#contact .form .form-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

#contact .form .form-row input {
    width: 100%;
  }

.row-count{
  --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    align-items: center;
}

}

/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.page-heading {
  margin-top: 190px;
  text-align: center;
}

section.page-heading .header-text {
  border-bottom: 3px solid #eee;
  padding-bottom: 80px;
}

section.page-heading .header-text h4 {
  font-size: 17px;
  text-transform: capitalize;
  color: #7a7a7a;
}

section.page-heading .header-text h1 {
  font-size: 62px;
  font-weight: 900;
  color: #111;
  margin-top: 10px;
}


/*
---------------------------------------------
USAGE
---------------------------------------------
*/

section.usage .section-info {
  text-align: left;
  margin-bottom: 60px;
}

section.usage .section-info h1{
  text-align: center;
  font-size: 2rem;
  line-height: 1.318182em;
  text-transform: uppercase;
}

section.usage .section-info h4{
  margin-top: -50px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #111;
}

section.usage .section-info p{
  margin-top: 15px;
  text-align: justify;
}

section.usage .left-image {
  margin-right: 30px;
  margin-bottom: 45px;
}

section.usage .section-heading {
  text-align: left;
  margin-bottom: 60px;
}

section.usage .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
}

section.usage .info-item .icon {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.usage .info-item .icon img {
  max-width: 60%;
}


section.usage .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

section.usage h3{
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #000;
}

section.usage .learn p{
  font-size: 15px;
  padding-bottom: 15px;
}

section.usage .learn p i{
  color: #654ce4;
    font-weight: 700;
    margin-right: 20px;
}

@media (max-width: 769px){
  .usage {
    margin-top: 115px;
  }
}

@media (max-width:475px){
  .usage {
    margin-top: 115px;
    margin-bottom: -60px;
  }
}

/*  GET INFO */

section.get-info .section-info {
  text-align: left;
  margin-bottom: 60px;
}

section.get-info .section-info h1{
  text-align: center;
  font-size: 2rem;
  line-height: 1.318182em;
  text-transform: uppercase;
}

section.get-info .section-info h4{
  margin-top: -50px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #111;
}

section.get-info .section-info p{
  margin-top: 15px;
  text-align: justify;
}

section.get-info .left-image {
  margin-right: 30px;
  margin-bottom: 45px;
}

section.get-info .section-heading {
  text-align: left;
  margin-bottom: 60px;
}

section.get-info .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
}

section.get-info .info-item .icon {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.get-info .info-item .icon img {
  max-width: 60%;
}


section.get-info .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

section.get-info h3{
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #000;
}

section.get-info .learn p{
  font-size: 15px;
  padding-bottom: 15px;
}

section.get-info .learn p i{
  color: #654ce4;
    font-weight: 700;
    margin-right: 20px;
}

section.our-office .left-info {
  margin-right: 0px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

section.our-office .left-info p {
  margin-bottom: 40px;
}

section.our-office .left-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.our-office .left-info ul li:last-child {
  margin-bottom: 0px;
}

section.our-office .left-info .main-button-gradient {
  margin-top: 40px;
}

section.our-office #video {
  margin-left: -70px;
}

section.our-office #video .thumb {
  position: relative;
}

section.our-office #video .thumb .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
}

section.our-office #video .thumb .play-button a {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  -webkit-transform: translate(-40px, -40px);
      -ms-transform: translate(-40px, -40px);
          transform: translate(-40px, -40px);
  color: #fff;
  font-size: 22px;
  background: rgb(219,138,222);
  background: -o-linear-gradient(235deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
}

section.our-office #video img {
  border-radius: 20px;
}

/*
---------------------------------------------
our services page
---------------------------------------------
*/

section.featured-product {
  position: relative;
}

/* section.featured-product:before {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-left-dec.png);
  left: 0px;
  top: -140px;
  width: 593px;
  height: 352px;
  z-index: 1;
}

section.featured-product:after {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-right-dec.png);
  right: 0px;
  bottom: -140px;
  width: 632px;
  height: 352px;
  z-index: 1;
} */

section.featured-product .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 90px;
}

section.featured-product .last-info {
  margin-bottom: 0px;
}

section.featured-product .left-info .info-item .icon {
  right: 30px;
  top: -30px;
}

section.featured-product .left-info .info-item {
  text-align: right;
}

section.featured-product .right-info .info-item .icon {
  left: 30px;
  top: -30px;
}

section.featured-product .info-item .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.featured-product .info-item .icon img {
  max-width: 60%;
}

section.featured-product .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

section.featured-product .product-image {
  margin: 0px 60px;
}


/*
---------------------------------------------
More info
---------------------------------------------
*/

section.more-info{
  margin-bottom: 50px;
  margin-top: 50px;
}
section.more-info .section-heading {
  margin-bottom: 40px;
  text-align: left;
}

section.more-info p {
  margin-bottom: 40px;
}

section.more-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.more-info ul li:last-child {
  margin-bottom: 0px;
}

section.more-info .count-area-content {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0px 5px 0px 5px;
  width: 90%;
}

section.more-info .count-area-content .count-digit {
  background-color: #fff;
  border: 0.5px solid #e6ecef;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-left: 40%;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  width: 130px;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  color: #ff695f;
  font-weight: 900;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}

section.more-info .count-area-content .count-title {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 10%);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 10%);
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #111;
  padding: 50px 30px 30px 30px;
  position: relative;
  z-index: 1;
  border: 1px solid #e6ecef;
}

.row-count{
  --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    align-items: center;
}

@media (max-width: 769px){
  .row-count{
    flex-wrap: wrap;
}
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


body {
  overflow-x: hidden;
}

@media (max-width: 1330px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .main-banner .right-image {
    margin-left: 60px;
  }
  .header-area {
    background: #fff !important;
    background: -o-linear-gradient(235deg, #fff 0%, #fff 100%) !important;
    background: linear-gradient(-145deg, #fff 0%, #fff 100%) !important;
    -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
            box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
  }
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .header-text {
    text-align: center;
    margin-bottom: 60px;
  }
  .main-banner .right-image {
    margin-left: 0px;
  }
  section.our-courses ul.nacc {
    margin-left: 0px !important;
  }
  section.simple-cta {
    margin-top: 0px;
  }
  section.simple-cta .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  section.contact-us .contact-info {
    margin-top: 15px;
  }
  section.contact-us #contact {
    margin-left: 0px;
  }
  section.contact-us #contact button {
    float: none;
  }
  section.get-info .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  section.get-info .info-item {
    margin-top: 60px;
  }
  section.our-office #video {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.featured-product .left-info .info-item,
  section.featured-product .right-info .info-item {
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  section.featured-product .left-info .info-item .icon {
    right: 50%;
    -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
            transform: translateX(40px);
  }
  section.featured-product .right-info .info-item .icon {
    left: 50%;
    -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  section.featured-product .product-image {
    margin: 60px
  }
  section.our-team ul.nacc li .left-content span a{
    margin-right: 15px;
    padding-right: 15px;
  }
  section.our-courses ul.nacc li .right-content span {
    margin-right: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  section.our-courses ul.nacc li .left-image{
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: translateY(-0%);
        -ms-transform: translateY(-0%);
            transform: translateY(-0%);
  }
  section.our-team ul.nacc li .right-image{
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: translateY(-0%);
        -ms-transform: translateY(-0%);
            transform: translateY(-0%);
  }
  section.our-courses ul.nacc li .left-image img{
    border-radius: 5%;
    padding: 10px;
    margin: 8px 0px 0px -8px;
  }
  section.our-courses ul.nacc li,
  section.our-team ul.nacc li {
    padding: 0px;
  }
  section.our-courses ul.nacc li .right-content {
    margin-left: 0px;
    padding: 30px;
  }
  section.more-info .count-area-content .count-title {
    font-size: 22px;
  }
  footer .copyright .pro-links{
    margin-left: -11px;
    height: 25px;
  } 
  section.our-courses .naccs{
    margin-left: 0px;
  }
  section.our-courses {
  margin-top: 100px;
  }
}

@media (max-width: 475px){
  section.our-team{
    margin-top: 35px;
  }
  section.more-info .count-area-content {
  padding: 0px 5px 0px 5px;
  width: 100%;
  }
  section.more-info .count-area-content .count-digit {
  background-color: #fff;
  border: 0.5px solid #e6ecef;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-left: 40%;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  width: 115px;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  color: #ff695f;
  font-weight: 900;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
  }
} 
/* footer */

#footer{
    padding: 0 0 30px 0px;
    color: white;
    font-size: 14px;
    background-color: rgb(16, 28, 50);
    margin-top: 0px;
}
#footer .footer-top{
    padding: 60px 0 10px 0;
    background-color: rgb(16, 28, 50);
    color: white;
}
#footer .footer-top .footer-contact{
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3{
    color: #ffc800;
}
#footer .footer-top .footer-contact h4{
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-contact p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: white;
}
#footer .footer-top h4{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links{
    margin-bottom: 30px;
    margin-top: 10px;
}
#footer .footer-top .footer-links h4{
    color: #fff;
}

#footer .footer-top .footer-links p{
    color: #999;
}

#footer .footer-top .footer-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul li{
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li a{
    text-decoration: none;
    color: #999;
    display: inline-block;
    line-height: 1;
    transition: 0.5s ease;
}
#footer .footer-top .footer-links ul li a:hover{
    color: #fff;
}
#footer .footer-top .socail-links a{
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    background-color: #373737;
    color: white;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    transition: 0.5s ease;
}
#footer .footer-top .socail-links a:hover{
    background-color: #03a4ed;
    color: white;
}
#footer .copyright{
    text-align: center;
    float: left;
}
#footer .credits{
    float: right;
    text-align: center;
    font-size: 13px;
}
#footer .credits a{
    color: #ffc800;
}

@media (max-width:475px){
  #footer{
    margin-top: 50px;
  }
}

/* footer */

.pro-links {
  margin-top: 10px;
}

.pro-links i {
  padding: 10px 13px;
  color: rgb(44, 44, 80);
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 50%;
  font-size: 25px;
  line-height: 25px;
  width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
}

.pro-links i:hover {
  color: red;
  cursor: pointer;
}

/* course */

#course {
    padding: 12vw 12vw 12vw 12vw;
    text-align: center;
    margin-top: -100px;
}

#course h2{
  font-size: 2rem;
  font-weight: 700;
}

#course .course-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    margin-top: 50px;
}

#course .courses {
    text-align:start;
    background:#fff;
    width: 100%;
    height:100%;
    position: relative;
    border-radius: 15px;
    padding: 15px 15px 0px 15px;
    border: 1px solid #e6ecef;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 20%);
}

#course .courses img {
    width:100%;
    height:70%;
    background-size:cover;
    background-position:center;
    border-radius: 12px 12px 12px 12px;
    cursor: pointer;
}

#course .courses .details h6 {
    font-size: 1.2rem;
    color: rgb(24,24,49);
    text-align: center;
    font-weight: 700;
}

#course .courses .details {
    padding: 15px 15px 0 15px;
    text-align: center;
}

#course .courses .enroll-btn {
    padding: 35px 0 20px 0;
    margin: auto;
    text-align: center;
}

#course  .courses .enroll-btn a {
    text-decoration: none;
    font-size: 0.9rem;
    padding: 13px 35px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    background: rgb(50, 50, 136);
}

@media (max-width: 769px){
  #course {
    padding: 8vw 4vw 4vw 4vw;
    margin-top: 0px;
   }

   #course .courses {
    padding: 15px 15px 0px 15px;
   }

   #course .courses .enroll-btn {
    padding: 13px 0 20px 0;
   }
}

@media (max-width:475px){
    #course h2{
        font-size: 1.5rem;
    }
    #course .courses img {     
        height: 70%;
    }

    #course .courses .enroll-btn {
        padding: 30px 0px 0px 0px;
    }
    #course h1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 38px;
  }
}


/* our-courses */

#our-courses {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8vw;
}

#our-courses h3 {
  padding: 35px 0 25px 0;
  color: #29303B;
}

#our-courses p {
  color: #64626e
}

#our-courses hr {
  height: 1px;
  background-color: rgba(236, 226, 229, 0.5);
  margin-top: 40px;
}

#our-courses .overview {
  width: 70%;
}

#our-courses .overview .course-img{
  width: 100%;
  height: 60vh;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
}

#our-courses .overview .course-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#our-courses .overview .course-head .c-name {
  width: 70%;
}

#our-courses .overview .course-head .c-name h2 {
  color: #29303B;
}

#our-courses .overview .course-head .c-name .star {
  margin: 6px 0;
}

#our-courses .overview .course-head .c-name .star i {
  color: #FDC93B;
  font-size: 0.9rem;
}

#our-courses .overview .course-head .c-name p {
  font-size: 15px;
}

#our-courses .overview .course-head span {
  padding: 10px 22px;
  border-radius: 5px;
  color: #5838fc;
  font-size: 24px;
  font-weight: 700;
  background-color: rgba(88, 56, 252, 0.1);
}

#our-courses .learn p {
  font-size: 15px;
  padding-bottom: 15px;
}

#our-courses .learn p i {
  color: #654ce4;
  font-weight: 700;
  margin-right: 20px;
}

#our-courses .tutor {
  display: flex;
}

#our-courses .tutor img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}

#our-courses .tutor h5 {
  font-size: 15px;
}

#our-courses .enroll {
  width: 300px;
  padding: 0 30px 30px 30px;
  border-radius: 11px;
  box-shadow: 0px 20px 40px 0 rgb(11 2 55 / 8%);
}

#our-courses .enroll h3 {
  padding-bottom: 10px;
}

#our-courses .enroll p {
  font-size: 15px;
  color: #64626e;
  margin: 15px 0;
}

#our-courses .enroll p i {
  color: #654ce4;
  font-weight: 500;
  margin-right: 18px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}

#our-courses .enroll .enroll-btn {
  padding: 25px 0 20px 0;
  margin: auto;
  text-align: center;
}

#our-courses .enroll .enroll-btn a {
  text-decoration: none;
  font-size: .8rem;
  padding: 13px 45px;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  background: rgb(50, 50, 136);
}

/* invoice */

#course-inner {
  display: flex;
  padding: 9vw;
  position: relative;
  flex-direction: row-reverse;
  margin-top: -486px;
}


#course-inner .enroll {
  width: 300px;
  padding: 0 30px 30px 30px;
  border-radius: 11px;
  box-shadow: 0px 0px 10px 0 rgb(11 2 55 / 8%);
}


#course-inner .enroll .enroll-btn {
  padding: 25px 0 20px 0;
  margin: auto;
  text-align: center;
}

#course-inner .enroll .enroll-btn a {
  text-decoration: none;
  font-size: .8rem;
  padding: 13px 45px;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  background: rgb(50, 50, 136);
}


#course-inner .enroll .invoice-table{
  border-radius: 5px;
}

#course-inner .enroll .invoice-table thead tr {
  border-bottom:1px solid grey ;
}

#course-inner .enroll .invoice-table thead tr td{
  font-size: 16px;
  letter-spacing: 1px;
  color: grey;
  padding: 8px;
}

#course-inner .enroll .invoice-table thead tr th{
  font-size: 16px;
  letter-spacing: 1px;
  color: grey;
  padding: 8px;
}

#course-inner .enroll .invoice-table tbody tr th{
  font-size: 14px;
  color:#000;
  padding: 8px;
}

#course-inner .enroll .invoice-table tbody tr td{
  color:#000;
  font-size: 15px;
  font-weight: 600
}


#course-inner .enroll .invoice-table tfoot tr td{
  font-size: 18px;
  letter-spacing: 1px;
  color: green;
  padding: 8px;
}

#course-inner .enroll .invoice-table tbody tr td{
  padding: 0px;
}

#course-inner .enroll .invoice-table thead tr td:nth-last-child(1),
#course-inner .enroll .invoice-table tbody tr td:nth-last-child(1),
#course-inner .enroll .invoice-table tfoot tr td:nth-last-child(1){
  text-align:inherit;
}

@media (max-width:475px){
  #course-inner {
    margin-top: -15px;
    width: 111%;
    margin-left: -20px;
  }

#course-inner .enroll {
    width: 100%;
}

#course .courses .enroll-btn {
    padding: 30px 0px 0px 0px;
}
.main-banner .header-text h1 {
  font-size: 30px;
}
.main-banner .header-text h2 {
  font-size: 30px;
}
section.main-banner {
  margin-top: -100px;
}
}

/* social link */

#btn-mas{
display: none;}
.social{
position: fixed;
bottom: 20px;
right: 20px;}
.redes a, .icon-mas2{
display: block;
text-decoration: none;
background: #4ba2ff;
color: #fff;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
border-radius: 50%;
box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
transition: all 500ms ease;}
.redes a:hover{
background: #fff;
color: #cc2b2b;}
.redes a{
margin-bottom: -15px;
opacity: 0;
visibility: hidden;}
#btn-mas:checked~ .redes a{
margin-bottom: 10px;
opacity: 1;
visibility: visible;}
.icon-mas2{
cursor: pointer;
background: #4ba2ff;
font-size: 23px;}
#btn-mas:checked ~ .btn-mas .icon-mas2{
transform: rotate(137deg);
font-size: 25px;}

/* features */

#features{
    padding: 5vw 10vw 0 10vw ;
    text-align: center;
    margin-top: -1rem;
}

#features .fea-base{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap:1rem;
    margin-top:50px;
}

#features .fea-box {
    background:#E8F0FD;
    text-align: start;
    padding: 3vw 3vw 3vw 3vw;
    border-radius: 19px;
}

#features .fea-box i {
    font-size: 2.3rem;
    color: rgb(44, 44, 80);
}

#features .fea-box h3 {
    font-size: 20px;
    font-weight: 800;
    color: rgb(46, 46, 59);
    padding: 13px 0 7px 0;
    line-height: 26px;
}

#features .fea-box p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(70, 70, 87);
}

@media (max-width: 769px){
  #features {
    padding: 5vw 4vw 0 4vw;
   }
   #features .fea-box h3 {
    font-size: 20px;
    font-weight: 800;
    color: rgb(46, 46, 59);
    padding: 13px 0 7px 0;
    line-height: 26px;
   }

  #features .fea-box p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(70, 70, 87);
  }
  #features .fea-box {
    background:#E8F0FD;
    text-align: start;
    padding: 7vw 7vw 7vw 7vw;
    border-radius: 19px;
}
}


/* our offices */

.company-info{background-color:#fff!important};

.rows{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 50px;
}

@media (min-width: 992px){
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;}

.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;}
}

.separator {
    color: #ccc;
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;}

.m-t-40 {
    margin-top: 0px!important;
}

@media (min-width: 1200px){
.company-info h2.text-medium {
    font-size: 45px !important;
    font-size: 50px!important;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}
}

.seperator::before, .seperator::after, .separator::before, .separator::after {
    border-bottom: 1px solid #eee;
    content: "";
    display: inline-block;
    height: 0.65em;
    vertical-align: top;
    width: 50%;
}

.seperator::after, .separator::after {
    margin: 0 -100% 0 0;
}

.lead {
    font-weight: 400;
  }

.lazy-yt-wrapper {
    margin: 0 auto;
    padding: 0;
}

.lazy-youtube {
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.lazy-youtube .lazy-play-btn, .lazy-youtube .lazy-play-btn:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}

.lazy-youtube img, .lazy-youtube iframe, .lazy-youtube .lazy-play-btn, .lazy-youtube .lazy-play-btn:before {
    position: absolute;
    width: 100%;
    height: 100%;
}

.lazy-youtube .lazy-play-btn, .lazy-youtube .lazy-play-btn:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}
.lazy-youtube img, .lazy-youtube .lazy-play-btn {
    cursor: pointer;
}
.lazy-youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 1;
}

@media (min-width: 992px){
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;}
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@media (max-width:475px){
  .company-info h2.text-medium {
    font-size: 30px!important;
    font-weight: 800;
}
.lead {
  font-size: 15px;
  font-weight: 400;}

}

/* service */

#services {
    width: 100%;
}

#services h2{
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

#services h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

#services p {
    text-align: center;
    margin-bottom: 1rem;
    font-family: sans-serif;
}

.services-container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}

.service-card {
    width: 20rem;
    margin: 0.5rem;
    padding: 10px;
    display: flex;
    flex-shrink: 1;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.1s linear;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 3px 3px 10px 0px rgb(0, 0, 0, 0.1);
}

.service-card:hover {
    transform: scale(1.01);
    box-shadow: 5px 5px 15px 0px rgb(0, 0, 0, 0.2);
}

.service-card ul li {
    width: 50px;
    height: 50px;
    color: white;
    list-style: none;
    font-size: 1.2rem;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #60a7ff;
}

.service-heading {
    margin: 1rem 0;
    text-align: center;
    font-family: system-ui;
    font-size: 1.5rem;
    font-weight: 700;
}

article p {
    font-size: 14px;
    color: #000000b7;
}

.service-card:hover p,
.service-card:hover .service-heading {
    color: #000000;
}

@media (max-width:475px){
  #services h2 {
    font-size: 1.5rem;
   }
   .services-container {
    width: 100%;
   }
  }
