@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap");

/* CSS Index 
-----------------------------------
1. Theme default
2. HEADER
3. SLIDER
4. CATEGORY
5. ABOUT
6. APPLY
7. COURSE
8. VIDEO FEATURES
9. TEACHERS
10. PUBLICATION
11. TEASTIMONIAL
12. NEWS
13. FOOTER
14. CATEGORY 2
15. COURSE 2
16. COUNTER
17. TEACHERS 2
18. EVENT 2
19. COUNT DOWN
20. PAGE BANNER
21. ABOUT PAGE
22. COURSES PAGE
23. COURSE SINGEl PAGE
24. EVENT PAGE
25. EVENT SINGEL PAGE
26. TEACHERS SInGEL PAGE
27. BLOG PAGE
28. BLOG SINGEL PAGE
29. SHOP PAGE
30. SHOP SINGEL PAGE
31. CONTACT PAGE 

*/
:root {
  --charcole: #36454f;
  --midnight: #101720;
  --popp: "Poppins", sans-serif;
  --primary: #ff6600;
  --secondary: #0142c6;
}

body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.er {
  border: 1px solid red;
}

::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

html ::-webkit-scrollbar-thumb {
  background: var(--secondary);
}

img {
  max-width: 100%;
  user-select: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #1d2025;
  margin: 0px;
}

h1 {
  font-weight: 500;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  color: #222;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  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: 1px solid #ffc600;
  padding: 0 1.5rem;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 46px;
  border-radius: 5px;
  color: #07294d;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: #ffc600;
}

.main-btn:hover {
  color: #ffc600;
  border-color: #07294d;
  background-color: #07294d;
}

/*===== All Section Title Style =====*/
.section-title {}

.section-title h5 {
  color: #07294d;
  position: relative;
  padding-bottom: 4px;
  font-size: 14px;
}

.section-title h5::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #ffc600;
  bottom: 0;
  left: 0;
}

.section-title h2 {
  font-size: 30px;
  color: #103e83;
  padding-top: 5px;
}

/*===== Preloader Style =====*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}

.preloader .color-1 {
  background-color: #ffc600 !important;
}

.rubix-cube {
  border: 1px solid #fff;
  width: 48px;
  height: 48px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rubix-cube .layer {
  width: 14px;
  height: 14px;
  background-color: #07294d;
  border: 1px solid #fff;
  position: absolute;
}

.rubix-cube .layer-1 {
  left: 0px;
  top: 0px;
  -webkit-animation: rubixcube4 2s infinite linear;
  animation: rubixcube4 2s infinite linear;
}

.rubix-cube .layer-2 {
  left: 16px;
  top: 0px;
  -webkit-animation: rubixcube3 2s infinite linear;
  animation: rubixcube3 2s infinite linear;
}

.rubix-cube .layer-3 {
  left: 32px;
  top: 0px;
}

.rubix-cube .layer-4 {
  left: 0px;
  top: 16px;
  -webkit-animation: rubixcube5 2s infinite linear;
  animation: rubixcube5 2s infinite linear;
}

.rubix-cube .layer-5 {
  left: 16px;
  top: 16px;
  -webkit-animation: rubixcube2 2s infinite linear;
  animation: rubixcube2 2s infinite linear;
}

.rubix-cube .layer-6 {
  left: 32px;
  top: 16px;
  -webkit-animation: rubixcube1 2s infinite linear;
  animation: rubixcube1 2s infinite linear;
}

.rubix-cube .layer-7 {
  left: 0px;
  top: 32px;
  -webkit-animation: rubixcube6 2s infinite linear;
  animation: rubixcube6 2s infinite linear;
}

.rubix-cube .layer-8 {
  left: 16px;
  top: 32px;
  -webkit-animation: rubixcube7 2s infinite linear;
  animation: rubixcube7 2s infinite linear;
}

@-webkit-keyframes rubixcube1 {
  20% {
    top: 16px;
    left: 32px;
  }

  30% {
    top: 32px;
    left: 32px;
  }

  40% {
    top: 32px;
    left: 32px;
  }

  50% {
    top: 32px;
    left: 32px;
  }

  60% {
    top: 32px;
    left: 32px;
  }

  70% {
    top: 32px;
    left: 32px;
  }

  80% {
    top: 32px;
    left: 32px;
  }

  90% {
    top: 32px;
    left: 32px;
  }

  100% {
    top: 32px;
    left: 16px;
  }
}

@keyframes rubixcube1 {
  20% {
    top: 16px;
    left: 32px;
  }

  30% {
    top: 32px;
    left: 32px;
  }

  40% {
    top: 32px;
    left: 32px;
  }

  50% {
    top: 32px;
    left: 32px;
  }

  60% {
    top: 32px;
    left: 32px;
  }

  70% {
    top: 32px;
    left: 32px;
  }

  80% {
    top: 32px;
    left: 32px;
  }

  90% {
    top: 32px;
    left: 32px;
  }

  100% {
    top: 32px;
    left: 16px;
  }
}

@-webkit-keyframes rubixcube2 {
  30% {
    left: 16px;
  }

  40% {
    left: 32px;
  }

  50% {
    left: 32px;
  }

  60% {
    left: 32px;
  }

  70% {
    left: 32px;
  }

  80% {
    left: 32px;
  }

  90% {
    left: 32px;
  }

  100% {
    left: 32px;
  }
}

@keyframes rubixcube2 {
  30% {
    left: 16px;
  }

  40% {
    left: 32px;
  }

  50% {
    left: 32px;
  }

  60% {
    left: 32px;
  }

  70% {
    left: 32px;
  }

  80% {
    left: 32px;
  }

  90% {
    left: 32px;
  }

  100% {
    left: 32px;
  }
}

@-webkit-keyframes rubixcube3 {
  30% {
    top: 0px;
  }

  40% {
    top: 0px;
  }

  50% {
    top: 16px;
  }

  60% {
    top: 16px;
  }

  70% {
    top: 16px;
  }

  80% {
    top: 16px;
  }

  90% {
    top: 16px;
  }

  100% {
    top: 16px;
  }
}

@keyframes rubixcube3 {
  30% {
    top: 0px;
  }

  40% {
    top: 0px;
  }

  50% {
    top: 16px;
  }

  60% {
    top: 16px;
  }

  70% {
    top: 16px;
  }

  80% {
    top: 16px;
  }

  90% {
    top: 16px;
  }

  100% {
    top: 16px;
  }
}

@-webkit-keyframes rubixcube4 {
  50% {
    left: 0px;
  }

  60% {
    left: 16px;
  }

  70% {
    left: 16px;
  }

  80% {
    left: 16px;
  }

  90% {
    left: 16px;
  }

  100% {
    left: 16px;
  }
}

@keyframes rubixcube4 {
  50% {
    left: 0px;
  }

  60% {
    left: 16px;
  }

  70% {
    left: 16px;
  }

  80% {
    left: 16px;
  }

  90% {
    left: 16px;
  }

  100% {
    left: 16px;
  }
}

@-webkit-keyframes rubixcube5 {
  60% {
    top: 16px;
  }

  70% {
    top: 0px;
  }

  80% {
    top: 0px;
  }

  90% {
    top: 0px;
  }

  100% {
    top: 0px;
  }
}

@keyframes rubixcube5 {
  60% {
    top: 16px;
  }

  70% {
    top: 0px;
  }

  80% {
    top: 0px;
  }

  90% {
    top: 0px;
  }

  100% {
    top: 0px;
  }
}

@-webkit-keyframes rubixcube6 {
  70% {
    top: 32px;
  }

  80% {
    top: 16px;
  }

  90% {
    top: 16px;
  }

  100% {
    top: 16px;
  }
}

@keyframes rubixcube6 {
  70% {
    top: 32px;
  }

  80% {
    top: 16px;
  }

  90% {
    top: 16px;
  }

  100% {
    top: 16px;
  }
}

@-webkit-keyframes rubixcube7 {
  80% {
    left: 16px;
  }

  90% {
    left: 0px;
  }

  100% {
    left: 0px;
  }
}

@keyframes rubixcube7 {
  80% {
    left: 16px;
  }

  90% {
    left: 0px;
  }

  100% {
    left: 0px;
  }
}

/*=====================================================
    2. HEADER css 
======================================================*/
/*===== Header top =====*/
.header-top {
  background-color: #07294d;
  padding-top: 10px;
  padding-bottom: 8px;
}

.header-contact {}

.header-contact ul {}

.header-contact ul li {
  display: inline-block;
  margin-right: 45px;
}

.header-contact ul li:last-child {
  margin-right: 0;
}

.header-contact ul li img {}

.header-contact ul li span {
  color: #dee2e6;
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
}

.header-opening-time {}

.header-opening-time p {
  color: #dee2e6;
  font-size: 15px;
  font-weight: 400;
}

/*===== Header Logo support =====*/
.header-logo-support {
  /*border-bottom: 1px solid #cecece;*/
}

.support-button {
  /* padding-bottom: 5px; */
  /*border-bottom: 1px solid #ddd;*/
}

.support-button .support {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 7px;
}

.support-button .support .icon {}

.support-button .support .cont {
  margin-left: 15px;
  margin-top: -2px;
}

.support-button .support .cont p {
  font-size: 13px;
  color: #8a8a8a;
  line-height: 18px;
}

.support-button .support .cont span {
  font-size: 18px;
  color: #07294d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/*===== Header Menu =====*/
.navigation {}

.navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #cecece;
  -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
  -webkit-animation: sticky 2s;
  animation: sticky 2s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.navigation .navbar {
  padding: 0;
}

.navigation .navbar .navbar-nav li {
  margin-right: 40px;
  position: relative;
}

.navigation .navbar .navbar-nav li:last-child {
  margin-right: 0;
}

.navigation .navbar .navbar-nav li a {
  font-size: 0.92rem;
  /* font-family: 'Poppins', sans-serif; */
  font-weight: 600;
  color: #07294d;
  text-transform: uppercase;
  /*-webkit-transition: all 0.2s linear;*/
  /*transition: all 0.2s linear;*/
  padding: 18px 0 1rem;
}
.navigation .navbar .navbar-nav li a:hover {
    transform: scale(1.07);
}

.navigation .navbar .navbar-nav>li>a.active,
.navigation .navbar .navbar-nav>li>a:hover {
  color: var(--primary);
}

.navigation .navbar .navbar-nav li .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #07294d;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 99;
}

.navigation .navbar .navbar-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navigation .navbar .navbar-nav li .sub-menu li {
  margin-right: 0;
}

.navigation .navbar .navbar-nav li .sub-menu li a {
  padding: 10px 5px;
  padding-left: 25px;
  display: block;
  border-bottom: 1px solid rgba(255, 198, 0, 0.5);
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

.navigation .navbar .navbar-nav li .sub-menu li a.active,
.navigation .navbar .navbar-nav li .sub-menu li a:hover {
  padding-left: 25px;
  color: #ffc600;
}

.sub-nav-toggler {
  display: none;
}

.navigation .navbar .navbar-nav li .sub-menu li:last-child a {
  border-bottom: 0;
}

.navbar .navbar-toggler {
  padding: 3px 30px;
  margin: 0.9rem 0;
  -webkit-transform: all 0.4s linear;
  transition: all 0.4s linear;
}

.navbar .navbar-toggler .icon-bar {
  width: 30px;
  height: 2px;
  background-color: #07294d;
  display: block;
  margin: 5px 0;
  /* left: 100%; */
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(46deg);
  transform: rotate(46deg);
  top: 7px;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
  top: -7px;
}

.right-icon {}

.right-icon ul li {
  display: inline-block;
  margin-right: 17px;
  padding: 22px 0;
}

.right-icon ul li:last-child {
  margin-right: 0;
}

.right-icon ul li a {
  font-size: 18px;
  color: #07294d;
  position: relative;
  padding-right: 7px;
}

.right-icon ul li a span {
  font-size: 12px;
  color: #fff;
  background-color: #ffc600;
  border-radius: 50%;
  padding: 0px 4px;
  position: absolute;
  top: -5px;
  right: 0;
}

/*=====================================================
    3. SLIDER css 
======================================================*/

@media (max-width: 768px) {
  #slider-part {
    /*display: none;*/
  }

  #category-part {
    margin-top: 118px;
  }
}

.slider-cont {
  position: relative;
  z-index: 5;
  /*margin-top: -100px;*/
}

.slider-cont h1 {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  padding-bottom: 25px;
}

.slider-cont p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 50px;
}

.slider-cont ul {}

.slider-cont ul li {
  display: inline-block;
  margin-right: 15px;
}

.slider-cont ul li:last-child {
  margin-right: 0;
}

.slider-active .slick-arrow {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.slider-active .next.slick-arrow {
  left: auto;
  right: 0;
}

.slider-active:hover .slick-arrow {
  left: 30px;
  opacity: 1;
  visibility: visible;
}

.slider-active:hover .next.slick-arrow {
  left: auto;
  right: 30px;
}

/*=====================================================
    4. CATEGORY css 
======================================================*/
.color-1 {
  background-color: #4886ff;
}

.color-2 {
  background-color: #b5d56a;
}

.color-3 {
  background-color: #ff6f6f;
}

.color-4 {
  background-color: #ffd54d;
}

.category {
  background-color: #07294d;
  border-radius: 10px;
  margin-top: -50px;
  position: relative;
  z-index: 5;
}

.category-text {}

.category-text h2 {
  font-size: 36px;
  color: #fff;
  padding: 0 50px;
}

.singel-category {
  padding: 20px 0;
  height: 100%;
  display: block;
  transition: all 0.4s;
  border-radius: 12px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.196);
}

.singel-category:hover {
  transform: translateY(-6px);
}

.singel-category .icon {
  display: inline-block;
}

.singel-category .cont {
  display: block;
}

.singel-category .cont span {
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.category-slied a {
  display: block;
}

.category-slied .slick-arrow {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-slied .prev.slick-arrow {
  right: auto;
  left: -50px;
}

.category-slied .slick-arrow i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #557495;
  text-align: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.category-slied .slick-arrow i:hover {
  background-color: #ffc600;
}

/*=====================================================
    5. ABOUT css 
======================================================*/
#about-part {
  position: relative;
  padding-bottom: 220px;
}

.about-bg {
  width: 52%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}

.about-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%);
}

.about-bg img {
  width: 100%;
}

.about-cont p {
  padding-top: 10px;
}

.about-event {
  -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
  padding: 65px 70px 37px;
  background-color: rgba(255, 255, 255, 0.95);
}

.about-event .event-title h3 {
  font-size: 36px;
  color: #000;
  padding-bottom: 5px;
}

.about-event ul li .singel-event {
  padding: 25px 0;
  border-bottom: 1px solid #cecece;
}

.about-event ul li:last-child .singel-event {
  border-bottom: 0;
}

.about-event ul li .singel-event span {
  font-size: 14px;
  color: #8a8a8a;
  margin-right: 20px;
}

.about-event ul li .singel-event span i {
  color: #ffc600;
  margin-right: 3px;
}

.about-event ul li .singel-event a {
  display: block;
}

.about-event ul li .singel-event a h4 {
  padding-top: 5px;
  padding-bottom: 10px;
  color: #000;
  font-size: 24px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.about-event ul li .singel-event a:hover h4 {
  color: #ffc600;
}

/*=====================================================
    6. APPLY css 
======================================================*/
.apply {
  margin-top: -100px;
  position: relative;
  background: #07294d;
  border-radius: 12px;
  padding: 20px 10px;
}

.apply-color-1 {}

.apply-color-2 {
  border-left: 1px solid rgba(255, 255, 255, 0.538);
}

.apply-color-3 {
  border-left: 1px solid rgba(255, 255, 255, 0.538);
  border-right: 1px solid rgba(255, 255, 255, 0.538);
}

.apply-color-4 {}



@media(max-width:992px) {
  .apply-color-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.538);
  }

  .apply-color-2 {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.538);
  }

  .apply-color-3 {
    border-left: none;
    border-right: none;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.538); */
  }

}

@media(max-width:768px) {
  .apply-color-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.538);
  }

  .apply-color-2 {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.538);
  }

  .apply-color-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.538);
  }


}

.apply .apply-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 2.2rem 1rem 1.8rem;
  text-align: center;
  position: relative;
}

.apply .apply-cont h3 {
  font-size: 1.6rem;
  color: #fff;
  padding-bottom: 15px;
}

.apply .apply-cont p {
  color: #fff;
  padding-bottom: 2rem;
}

.apply .apply-cont .main-btn:hover {
  border-color: #ffc600;
}

/*=====================================================
    7. COURSE css 
======================================================*/
.singel-course {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.100);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.100);
  position: relative;

}

.singel-course>.thum {
  position: relative;
  height: 100%;
}

.singel-course .thum .image {
  overflow: hidden;
  height: 178px;
}

.singel-course .thum .image img {
  width: 100%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;

}


.singel-course .thum .price {
  position: absolute;
  right: 60px;
  bottom: -24px;
}

.singel-course .thum .price span {
  font-size: 14px;
  color: #07294d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #ffc600;
  text-align: center;
}

.singel-course .cont {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.singel-course .cont>ul {
  display: inline-block;
  margin-right: 10px;
}

.singel-course .cont ul li {
  display: inline-block;
  margin: 1px;
}

.singel-course .cont ul li>i {
  font-size: 13px;
  color: #ffc600;
}

.singel-course .cont span {
  font-size: 13px;
  color: #000;
  font-weight:600 ;
}

.singel-course .cont h4 {
  font-weight: 600;
  font-size: 21px;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-course .cont h4:hover {
  color: #ffc600;
}

.singel-course .course-teacher {
  padding-top: 10px;
  overflow: hidden;
  font-size: 14px;
}



.singel-course .course-teacher>.thum {
  display: inline-block;
}

.singel-course .course-teacher>.thum img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.singel-course .course-teacher .name {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  bottom: 13px;
}

.singel-course .course-teacher .name a h6 {
  font-size: 15px;
  color: #24486e;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-course .course-teacher .name a:hover h6 {
  color: #ffc600;
}

.singel-course .course-teacher .admin {
  display: inline-block;
  float: right;
  overflow: hidden;
}

.singel-course .course-teacher .admin ul {
  margin-top: 8px;
}

.singel-course .course-teacher .admin ul li {
  margin-right: 20px;
}

.singel-course .course-teacher .admin ul li:last-child {
  margin-right: 0;
}

.singel-course .course-teacher .admin ul li a {
  font-size: 15px;
  color: #8a8a8a;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-course .course-teacher .admin ul li a:hover {
  color: #ffc600;
}

.singel-course .course-teacher .admin ul li a span {
  color: #8a8a8a;
  margin-left: 3px;
}


.course-slied .slick-arrow {
  position: absolute;
  top: -125px;
  right: 0;
}

.course-slied .prev.slick-arrow {
  left: auto;
  right: 50px;
}

.course-slied .slick-arrow i {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 5px;
  color: #000;
  border: 2px solid #aaaaaa;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.course-slied .slick-arrow:hover i {
  border-color: #ffc600;
  background-color: #ffc600;
}

/*=====================================================
    8. VIDEO FEATURES css 
======================================================*/
#video-feature {
  position: relative;
  background-size: contain;
  background-position: left top;
  background-color: #07294d;
}

.feature-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  background-color: rgba(7, 41, 77, 0.9);
}

.video {
  padding-left: 80px;
}

.video i {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 24px;
  background-color: #ffc600;
  color: #07294d;
  border-radius: 50%;
}

.feature {
  position: relative;
  z-index: 5;
}

.feature .feature-title {}

.feature .feature-title h3 {
  font-size: 36px;
  color: #fff;
  padding-bottom: 15px;
}

.feature ul li .singel-feature {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.feature ul li .singel-feature .icon {
  max-width: 60px;
  float: left;
  overflow: hidden;
  display: inline-block;
  padding-right: 1.5rem;
  transition: transform 2s;
  animation: 2s ease-out 0s 1 rotate;
}

.feature ul li .singel-feature .icon:hover {
  transform: rotateY(180deg);
}

@keyframes rotate {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.feature ul li .singel-feature .cont {
  width: 78%;
  float: left;
  overflow: hidden;
  animation: 2s ease-in-out 0s 1 fade;
}

@keyframes fade {
  0% {
    transform: translateX(200%);
  }

  100% {
    transform: translateX(0);
  }
}

.feature ul li .singel-feature .cont h4 {
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 0;
}

.feature ul li .singel-feature .cont p {
  color: #fff;
}

/*=====================================================
    9. TEACHERS css 
======================================================*/
.report-section {
  min-height: 250px;
  background-color: #07294d;
  margin: 30px 0;
  padding: 15px;
  text-align: center;
  border-radius: 20px;
  font-weight: 700;
  outline: 1px solid #fffd;
  outline-offset: -6px;
}

.download-btn {
  border-radius: 25px;
  color: #07294d;
  font-weight: 600;
  padding-inline: 1.2rem;
}

.download-btn:hover {
  background-color: #07294d;
  color: #ffc600;
}

.teachers-cont p {
  padding-top: 20px;
}

.singel-teachers {
  position: relative;
}

.singel-teachers .image {
  border-radius: 5px;
  overflow: hidden;
}

.singel-teachers .image img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 100%;
}

.singel-teachers:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.singel-teachers .cont {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 80%;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 15px;
}

.singel-teachers .cont a {
  display: block;
}

.singel-teachers .cont a h6 {
  color: #000;
  font-size: 15px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-teachers .cont a:hover h6 {
  color: #ffc600;
}

.singel-teachers .cont span {
  font-size: 12px;
  color: #8a8a8a;
}

/*=====================================================
    11. TEASTIMONIAL css 
======================================================*/
#testimonial {}

#testimonial .section-title {
  position: relative;
  z-index: 5;
}

#testimonial .section-title h5,
#testimonial .section-title h2 {
  color: #fff;
}


.testimonial-slied {
  position: relative;
  z-index: 5;
}

.singel-testimonial {
  position: relative;
  background-color: #ffffff42;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  overflow: hidden;
  min-height: 220px;
  border: 1px solid rgba(255, 150, 3, 0.853);
}

.singel-testimonial .testimonial-thum {
  left: 0;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  width: 4.4rem;
  height: 4.4rem;
}

.singel-testimonial .testimonial-thum img {
  border-radius: 5px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
  border-radius: 50%;
}

.singel-testimonial .testimonial-thum .quote {
  position: absolute;
  right: -20px;
  top: -20px;
}

.singel-testimonial .testimonial-thum .quote i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: var(--primary);
  border-radius: 50%;
  color: rgb(51, 51, 51);
  font-size: 18px;
}

.singel-testimonial .testimonial-cont {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.singel-testimonial .testimonial-cont p {
  color: #010101;
  font-weight: 500;
  font-size: 1.06rem;
}

.singel-testimonial .testimonial-cont h6 {
  color: rgb(80, 113, 247);
  padding-bottom: 4px;
  margin-top: 10px;
}

.singel-testimonial .testimonial-cont span {
  color: #fff;
  font-size: 18px;
}

#patnar-logo .slick-dots,
.testimonial-slied .slick-dots {
  margin: 0 auto;
}

#patnar-logo .slick-dots li,
.testimonial-slied .slick-dots li {
  display: inline-block;
  margin-top: 15px;
}

#patnar-logo .slick-dots li button,
.testimonial-slied .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
  padding: 0;
  border: 0;
  margin: 0 3px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.682);
}

#patnar-logo .slick-dots li.slick-active button,
.testimonial-slied .slick-dots li.slick-active button {
  background-color: #ffc600;
}

#patnar-logo .slick-dots li button {
  background-color: #ddd;
}

/*=====================================================
    13. FOOTER css 
======================================================*/
.footer-top {
  background-color: #07294d;
}

.footer-about {
  padding-right: 2rem;
}

.footer-about p {
  color: #fff;
  line-height: 1.54;
  font-size: 0.96rem;
}

.footer-about ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-about ul li:last-child {
  margin-right: 0;
}

.footer-about ul li a {
  width: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background-color: #021d3a;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-about ul li a:hover {
  background-color: #ffc600;
  color: #021d3a;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-title h6 {
  font-size: 18px;
  color: #fff;
}

.footer-link {
  overflow: hidden;
}

.footer-link ul {
  width: 50%;
  float: left;
  overflow: hidden;
}

.footer-link ul li {
  line-height: 35px;
}

.footer-link ul li a {
  color: #fff;
  font-size: 1rem;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-link ul li a i {
  margin-right: 8px;
  color: #ffc600;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-link ul li a:hover {
  color: #ffc600;
}

.footer-link ul li a:hover i {
  margin-right: 15px;
}

.support ul {
  float: none;
  width: 100%;
}

.footer-address ul li {
  position: relative;
  margin-bottom: 10px;
}

.footer-address ul li:last-child {
  margin-bottom: 0;
}

.footer-address ul li .icon i {
  font-size: 18px;
  color: #ffc600;
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-address ul li .cont {
  padding-left: 35px;
}

.footer-address ul li .cont p {
  color: #fff;
}

.footer-copyright {
  background-color: #021d3a;
}

.footer-copyright .copyright p {
  color: #fff;
}

.footer-copyright .copyright p span {
  font-weight: 600;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  background-color: var(--primary);
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #021d3a;
}

/*=====================================================
    14. CATEGORY 2 css 
======================================================*/
.category-2-items {}

.category-2-items .singel-items {
  position: relative;
}

.category-2-items .singel-items .items-image {
  position: relative;
}

.category-2-items .singel-items .items-image img {
  width: 100%;
  border-radius: 5px;
}

.category-2-items .singel-items .items-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 41, 77, 0.6);
  border-radius: 5px;
}

.category-2-items .singel-items .items-cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-2-items .singel-items .items-cont h5 {
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.category-2-items .singel-items .items-cont span {
  font-size: 14px;
  color: #fff;
}

.category-2-items .singel-items .items-cont h5:hover {
  color: #ffc600;
}

.category-form {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
  margin-top: -154px;
}

.category-form .form-title {
  background-color: #07294d;
  padding-top: 35px;
  padding-bottom: 40px;
}

.category-form .form-title h3 {
  color: #ffc600;
  font-size: 36px;
}

.category-form .form-title span {
  font-size: 24px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.category-form .main-form {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.category-form .main-form .singel-form {
  margin-top: 20px;
}

.category-form .main-form .singel-form input {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  font-size: 15px;
  color: #8a8a8a;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
}

.category-form .main-form .singel-form .main-btn {
  width: 100%;
  line-height: 60px;
  margin-top: 20px;
}

/*=====================================================
    15. COURSE 2 css 
======================================================*/
.singel-course-2 {}

.singel-course-2>.thum {
  position: relative;
}

.singel-course-2>.thum .image>img {
  border-radius: 5px;
  width: 100%;
}

.singel-course-2>.thum .price {
  position: absolute;
  bottom: 40px;
  right: 15px;
  z-index: 5;
}

.singel-course-2>.thum .price span {
  font-size: 14px;
  color: #07294d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #ffc600;
  text-align: center;
}

.singel-course-2>.thum .course-teacher {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.singel-course-2>.thum .course-teacher>.thum {
  display: inline-block;
}

.singel-course-2>.thum .course-teacher>.thum img {
  border-radius: 50%;
}

.singel-course-2>.thum .course-teacher .name {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  bottom: 13px;
}

.singel-course-2>.thum .course-teacher .name h6 {
  color: #fff;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-course-2>.thum .course-teacher .name h6:hover {
  color: #ffc600;
}

.singel-course-2>.thum .course-teacher .review {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  bottom: 13px;
}

.singel-course-2>.thum .course-teacher .review ul li {
  display: inline-block;
  font-size: 12px;
  color: #ffc600;
}

.singel-course-2>.thum .course-teacher .review ul li {}

.singel-course-2 .cont {
  padding-top: 25px;
}

.singel-course-2 .cont h4 {
  font-weight: 600;
  font-weight: 24px;
  color: #000;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-course-2 .cont h4:hover {
  color: #ffc600;
}

/*=====================================================
    16. COUNTER css 
======================================================*/
.singel-counter {
  position: relative;
  z-index: 5;
}

.singel-counter span {
  font-size: 36px;
  color: #ffc600;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.singel-counter p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
}

/*=====================================================
    18. EVENT 2 css 
======================================================*/
.event-bg {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.event-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(7, 41, 77, 0.3)), color-stop(10%, rgba(7, 41, 77, 0.3)), to(rgba(7, 41, 77, 1)));
  background: linear-gradient(to right, rgba(7, 41, 77, 0.3) 0%, rgba(7, 41, 77, 0.3) 10%, rgba(7, 41, 77, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d07294d', endColorstr='#07294d', GradientType=1);
}

.event-2 .event-title h3 {
  font-size: 36px;
  color: #fff;
  padding-bottom: 5px;
}

.event-2 ul li .singel-event {
  padding: 25px 0;
  border-bottom: 1px solid #cecece;
}

.event-2 ul li:last-child .singel-event {
  border-bottom: 0;
}

.event-2 ul li .singel-event span {
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}

.event-2 ul li .singel-event span i {
  color: #ffc600;
  margin-right: 3px;
}

.event-2 ul li .singel-event a {
  display: block;
}

.event-2 ul li .singel-event a h4 {
  padding-top: 5px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.event-2 ul li .singel-event a:hover h4 {
  color: #ffc600;
}

/*=====================================================
    19. COUNT DOWN css 
======================================================*/
.count-down-cont {
  position: relative;
  z-index: 5;
}

.count-down-cont h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 5px;
}

.count-down-cont h2 {
  font-size: 72px;
  color: #ffc600;
  font-weight: 700;
  padding-bottom: 37px;
}

.count-down-time {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.count-down-time .singel-count {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
}

.count-down-time .singel-count .number {
  font-size: 72px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: block;
}

.count-down-time .singel-count .title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: block;
}

.category-form-3 {
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.category-form-3 .form-title {
  background-color: #ffc600;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.category-form-3 .form-title h3 {
  color: #07294d;
}

.category-form-3 .form-title span {
  font-weight: 600;
}

.category-form-3 .main-btn {
  color: #fff;
}

.category-form-3 .main-btn:hover {
  color: #ffc600;
  border-color: #07294d;
}

/*=====================================================
    20. PAGE BANNER  css 
======================================================*/
.page-banner-cont {
  position: relative;
  z-index: 5;
}

.page-banner-cont h2 {
  font-size: 3rem;
  color: #fff;
  padding-bottom: 15px;
}
.page-banner-cont h3 {
    font-weight: 600;
}

.page-banner-cont .breadcrumb {
  margin: 0;
  background: none;
  padding: 0;
}

.page-banner-cont .breadcrumb .breadcrumb-item {
  color: #ffc600;
  font-size: 1.08rem;
  font-weight: 500;
  margin-bottom: 2px;
}

.page-banner-cont .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.page-banner-cont .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  content: "/";
  font-size: 18px;
}

/*=====================================================
    21. ABOUT PAGE css 
======================================================*/
.about-image img {
  width: 100%;
  border-radius: 5px;
}

.about-singel-items {
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  box-shadow: 6px 6px 1px rgb(0, 0, 0, 0.180);
  position: relative;
}

.about-singel-items span {
  font-size: 90px;
  color: #eeeeeea9;
  font-weight: 600;
  line-height: 46px;
  padding-bottom: 22px;
  z-index: -1;
  top: 30px;
  right: 30px;
}

.about-singel-items h4 {
  color: var(--primary);
  font-size: 1.5rem;
  padding-bottom: 0.6rem;
}

/*=====================================================
    24. EVENT PAGE css 
======================================================*/
.singel-event-list {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.singel-event-list .event-thum {
  width: 38%;
}

.singel-event-list .event-thum img {
  width: 100%;
  border-radius: 5px;
}

.singel-event-list .event-cont {
  width: 62%;
  padding-left: 30px;
}

.singel-event-list .event-cont span {
  font-size: 14px;
  color: #8a8a8a;
  margin-right: 20px;
}

.singel-event-list .event-cont span i {
  color: #ffc600;
  margin-right: 3px;
}

.singel-event-list .event-cont a {
  display: block;
}

.singel-event-list .event-cont a h4 {
  padding-top: 5px;
  padding-bottom: 10px;
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-event-list .event-cont a:hover h4 {
  color: #ffc600;
}

/*=====================================================
    26. TEACHERS SInGEL PAGE css 
======================================================*/
.teachers-left {
  padding: 40px 50px 35px;
  background-color: #fff;
  border-radius: 5px;
}

.teachers-left .hero img {
  width: 100%;
  border-radius: 5px;
}

.teachers-left .name {
  padding-top: 25px;
}

.teachers-left .name h6 {
  font-size: 18px;
  color: #000;
}

.teachers-left .name span {
  font-size: 15px;
  color: #8a8a8a;
}

.teachers-left .social {
  padding-top: 15px;
}

.teachers-left .social ul li {
  display: inline-block;
}

.teachers-left .social ul li a {
  font-size: 30px;
  margin-right: 7px;
}

.teachers-left .social ul li:nth-of-type(1) a {
  color: #212798;
}

.teachers-left .social ul li:nth-of-type(2) a {
  color: #3c9bff;
}

.teachers-left .social ul li:nth-of-type(3) a {
  color: #fe1f59;
}

.teachers-left .social ul li:nth-of-type(4) a {
  color: #474b8c;
}

.teachers-left .description {
  padding-top: 20px;
}

.teachers-right {
  border-radius: 5px;
  overflow: hidden;
}

.teachers-right .nav {}

.teachers-right .nav .nav-item {}

.teachers-right .nav .nav-item a {
  padding: 20px 0;
  background-color: #315377;
  color: #fff;
  font-weight: 15;
  color: #fff;
  display: block;
  font-weight: 600;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.teachers-right .nav .nav-item a.active,
.teachers-right .nav .nav-item a:hover {
  background-color: #fff;
  color: #315377;
}

.teachers-right .tab-content {
  padding: 0px 50px 35px;
  background-color: #fff;
}

.teachers-right .tab-content .dashboard-cont {}

.teachers-right .tab-content .dashboard-cont .singel-dashboard h5 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding-bottom: 15px;
}

.teachers-right .tab-content .reviews-cont {
  padding: 45px 0 15px;
}

.teachers-right .tab-content {}

/*=====================================================
    27. BLOG PAGE css 
======================================================*/
.singel-blog {
  overflow: hidden;
  border-radius: 5px;
}

.singel-blog .blog-thum img {
  width: 100%;
}

.singel-blog .blog-cont {
  padding: 40px 50px;
  background-color: #fff;
}

.singel-blog .blog-cont a {
  display: block;
}

.singel-blog .blog-cont h3 {
  font-size: 36px;
  color: #000;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.singel-blog .blog-cont a:hover h3 {
  color: #ffc600;
}

.singel-blog .blog-cont ul {
  padding: 20px 0;
}

.singel-blog .blog-cont ul li {
  display: inline-block;
  margin-right: 30px;
}

.singel-blog .blog-cont ul li:last-child {
  margin-right: 0;
}

.singel-blog .blog-cont ul li a {
  font-size: 15px;
  color: #8a8a8a;
}

.singel-blog .blog-cont ul li a i {
  color: #ffc600;
  margin-right: 5px;
}

.saidbar {
  background-color: #0142c51c;
  border-radius: 0px 10px 10px 0px;
}

.saidbar::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.saidbar .saidbar-search {
  padding: 35px;
  background-color: #fff;
  border-radius: 5px;
}

.saidbar .saidbar-search form {
  position: relative;
}

.saidbar .saidbar-search form input {
  width: 100%;
  height: 45px;
  padding: 0 25px;
  background-color: #f6f6f6;
  color: #8a8a8a;
  border-radius: 5px;
  font-size: 15px;
  border: 0;
}

.saidbar .saidbar-search form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 16px;
  color: #8a8a8a;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.saidbar .categories {
  padding: 2rem 0.75rem 0.5rem 1.5rem;
  border-radius: 5px;
}

.saidbar .categories h4,
.saidbar .saidbar-post h4 {
  font-size: 24px;
  color: #07294d;
  font-weight: 600;
}

.saidbar .categories ul {
  padding-top: 0.6rem;
}

.saidbar .categories ul li {
  line-height: 40px;
}

.saidbar .categories ul li a {
  color: var(--bs-body-color);
  font-weight: 500;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.saidbar .categories ul li a:hover {
  color: var(--primary);
}

.saidbar .saidbar-post {
  padding: 30px 35px 35px;
  background-color: #fff;
  border-radius: 5px;
}

.saidbar .saidbar-post ul {
  padding-top: 10px;
}

.saidbar .saidbar-post ul li a {
  display: block;
  margin-top: 30px;
}

.saidbar .saidbar-post ul li a .singel-post {
  overflow: hidden;
}

.saidbar .saidbar-post ul li a .singel-post .thum {
  float: left;
  padding-right: 20px;
}

.saidbar .saidbar-post ul li a .singel-post .thum img {
  border-radius: 5px;
}

.saidbar .saidbar-post ul li a .singel-post .cont {}

.saidbar .saidbar-post ul li a .singel-post .cont h6 {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.saidbar .saidbar-post ul li a .singel-post .cont h6:hover {
  color: #ffc600;
}

.saidbar .saidbar-post ul li a .singel-post .cont span {
  font-size: 14px;
  color: #8a8a8a;
}

/*=====================================================
    28. BLOG SINGEL PAGE css 
======================================================*/
.blog-details .cont {
  padding: 40px 50px;
  background-color: #fff;
}

.blog-details .cont h3 {
  font-size: 36px;
  color: #000;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.blog-details .cont ul {
  padding: 20px 0;
}

.blog-details .cont ul li {
  display: inline-block;
  margin-right: 30px;
}

.blog-details .cont ul li a {
  font-size: 15px;
  color: #8a8a8a;
}

.blog-details .cont ul li a i {
  color: #ffc600;
  margin-right: 5px;
}

.blog-details .cont .share {
  padding-top: 22px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 30px;
}

.blog-details .cont .share li.title {
  font-size: 18px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.blog-details .cont .share>li {
  display: inline-block;
  margin-right: 10px;
}

.blog-details .cont .share li a {}

.blog-details .cont .share li a i {
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 16px;
  background-color: #ffc600;
  text-align: center;
  color: #fff;
  margin-right: 0;
}

.blog-details .cont .share li:nth-of-type(2) a i {
  background-color: #3c5a99;
}

.blog-details .cont .share li:nth-of-type(3) a i {
  background-color: #1da1f2;
}

.blog-details .cont .share li:nth-of-type(4) a i {
  background-color: #d34836;
}

.blog-details .cont .share li:nth-of-type(5) a i {
  background-color: #e4405f;
}

.blog-details .cont .share li:nth-of-type(6) a i {
  background-color: #0077b5;
}

.blog-details .cont .blog-comment .title h3 {
  font-size: 24px;
  color: #000;
}

.blog-details .cont .blog-comment ul {
  padding: 0;
}

.blog-details .cont .blog-comment ul li {
  margin-top: 30px;
  margin-right: 0;
}

.blog-details .cont .blog-comment ul li .replay {
  padding-left: 75px;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-comment .comment {
  padding-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #d2d2d2;
}

.blog-comment .comment .comment-author {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-comment .comment .comment-author .author-thum img {
  border-radius: 5px;
}

.blog-comment .comment .comment-author .comment-name {
  padding-left: 20px;
}

.blog-comment .comment .comment-author .comment-name h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.blog-comment .comment .comment-author .comment-name span {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.blog-comment .comment .comment-replay {
  position: absolute;
  top: 15px;
  right: 0;
}

.comment-form .form-singel {
  margin-top: 20px;
}

.comment-form .form-singel input,
.comment-form .form-singel textarea {
  height: 60px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  font-size: 15px;
}

.comment-form .form-singel textarea {
  height: 120px;
  resize: none;
  padding-top: 20px;
}

/*=====================================================
    29. SHOP PAGE css 
======================================================*/
.shop-top-search {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
}

.shop-top-search .shop-bar {
  display: inline-block;
}

.shop-top-search .nav .nav-item {
  margin-right: 15px;
  font-size: 15px;
  color: #8a8a8a;
}

.shop-top-search .nav .nav-item a {
  font-size: 16px;
  color: #8a8a8a;
}

.shop-top-search .nav .nav-item a.active {
  color: #ffc600;
}

.shop-top-search .shop-select {
  display: inline-block;
  float: right;
  margin-top: -3px;
}

.shop-top-search .shop-select .nice-select {
  background-color: #f6f6f6;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
  height: 30px;
  width: 135px;
  line-height: 30px;
  color: #8a8a8a;
}

.shop-top-search .shop-select .nice-select.open .list {
  width: 100%;
  margin-top: 0;
  background-color: #f6f6f6;
  border: 0;
}

#shop-list .singel-publication .cont {
  display: block;
  padding-top: 0;
}

#shop-list .singel-publication .cont .name {
  width: 100%;
}

#shop-list .singel-publication .cont .name a h6 {
  font-size: 18px;
}

#shop-list .singel-publication .cont .name span {
  font-size: 16px;
  color: #8a8a8a;
  padding-top: 15px;
}

#shop-list .singel-publication .cont .button {
  width: 100%;
  padding-top: 10px;
}

#shop-list .singel-publication .cont .button a {
  padding: 0 20px;
  font-size: 12px;
  line-height: 35px;
}

/*=====================================================
    31. CONTACT PAGE css 
======================================================*/
.contact-from {
  background-color: #fff;
  padding: 50px;
  border-radius: 5px;
}

.contact-from .main-form {}

.contact-from .main-form .singel-form {
  margin-top: 20px;
}

.contact-from .main-form .singel-form input,
.contact-from .main-form .singel-form textarea {
  width: 100%;
  height: 36px;
  padding: 0 20px;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  color: #8a8a8a;
  font-size: 15px;
}

.contact-from .main-form .singel-form textarea {
  padding-top: 10px;
  height: 100px;
  resize: none;
}

.form-group {
  margin: 0;
}

.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: #f00;
}

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #353535;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px;
}

.contact-address {
  background-color: #fff;
  padding: 20px 1.5rem 2rem;
  border-radius: 5px;
}

.contact-address ul li {
  padding-top: 2rem;
}

.contact-address ul li .singel-address {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-address ul li .singel-address .icon i {
  width: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  border: 1px solid #07294d;
  color: #07294d;
  font-size: 1.5rem;
  text-align: center;
}

.contact-address ul li .singel-address .cont {
  padding-left: 0.6rem;
}

.contact-address ul li .singel-address .cont p,
.contact-address ul li .singel-address .cont a {
  word-break: break-all;
}

.map {}

.map #contact-map {
  width: 100%;
  height: 225px;
}

.map.map-big #contact-map {
  width: 100%;
  height: 415px;
}

.contact-address .contact-heading {
  padding-top: 35px;
}

.contact-address .contact-heading h5 {
  padding-bottom: 15px;
}

.register,
.become_partner_form {
  width: auto;
  height: auto;
  padding: 2rem 20px;
  /* background-color: #f5f5f5; */
}

.form_main_wrapper {
  box-shadow: 0px 2px 7px #d5c5c5;
  border-radius: 10px;
}

.form_main_wrapper .register form label {
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.form_main_wrapper .register form textarea {
  resize: none;
}

/* .select_parent {
  max-height: 800px;
  position: relative;
  overflow: auto;
  z-index: 99;
} */
/*side social*/
#fixed-social {
  position: fixed;
  top: 50%;
  z-index: 9999;
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 40px;
  margin-bottom: 0px;
}

#fixed-social a:hover>span {
  visibility: visible;
  left: 41px;
  opacity: 1;
}

#fixed-social a span {
  line-height: 40px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
}

.fixed-facebook {
  background-color: #3b5998;
}

.fixed-phone {
  background-color: #157fda;
}

.fixed-phone span {
  background-color: #157fda;
}

.fixed-phone-slash {
  background-color: red;
}

.fixed-phone-slash span {
  background-color: red;
}

.fixed-whatsapp {
  background-color: #25d366;
}

.fixed-whatsapp span {
  background-color: #25d366;
}

.fixed-facebook {
  background-color: #4867aa;
}

.fixed-facebook span {
  background-color: #4867aa;
}

.fixed-twitter {
  /*background-color: #5da9dd;*/
  background-color: #333;
  border: 1px solid #fff3;
}

.fixed-twitter span {
  background-color: #5da9dd;
}

.fixed-linkedin {
  background-color: #0072b1;
}

.fixed-linkedin span {
  background-color: #0072b1;
}

.fixed-pinterest {
  background-color: #E60023;
}

.fixed-pinterest span {
  background-color: #E60023;
}

.fixed-instagrem {
  background: -moz-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.fixed-instagrem span {
  background-color: #ed2b29;
}

.s-media {
  z-index: 1000;
  transition: all linear 0.2s;
  position: fixed;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  left: 0px;
}

#sm-open {
  position: fixed;
  top: 140px;
  color: black;
  font-size: 1.7rem;
  margin-top: 15px;
  border-radius: 0 30px 30px 0;
  z-index: 99;
  transition: all linear 0.2s;
}

#sm-open fa {
  color: white;
  margin-top: 5px;
}

a#sm-close {
  left: 0px;
  top: 5px;
  color: black;
}

.print {
  background-color: transparent;
  font-size: 30px;
  font-weight: 600;
  margin-top: -13px;
  cursor: pointer;
}

.sm-collapse {
  left: -60px;
}

.side-bar-bottom1 {
  display: none;
}

.services {
  height: auto;
  width: auto;
  /*background-color: #edf0f2;*/
  background: linear-gradient(to bottom, transparent, #edf0f2, #edf0f2);
}

.extra-space {
  margin-left: 18px;
}

@media (max-width: 768px) {
  .extra-space {
    margin-left: 0px;
  }
}

/* ==================================================== */
.popUp-con {
  background: #000000b3;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 10px 10px;
  inset: 0;
  /* display: none; */
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  min-height: 100vh;
  overflow: hidden scroll;
}

.contact-form {
  scale: 0.6;
  background: #fff;
  /* padding: 25px 40px 45px 40px; */
  z-index: 99999;
  max-width: 900px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 1px 1px 4px #00000030;
  transition: 0.6s;
}

.contact-form-header {
  margin-bottom: 30px;
}

.close-div {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 45px;
  height: 45px;
  padding-top: 5px;
  color: #f00;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.7);
  text-align: center;
  cursor: pointer;
  z-index: 9;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 8px 0px;
  border: none;
  border-bottom: 2px solid #666;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: #222;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #222;
  text-transform: capitalize;
}

.contact-form button.main-btn {
  position: relative;
  display: inline-block;
  background-color: var(--primary);
  font-family: var(--popp);
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  padding: 0 1.5rem;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* float: right; */
}

.contact-form button.main-btn:hover {
  color: #fff;
  background-color: var(--secondary);
}

.contact_right {
  position: relative;
  padding: 25px 40px 35px 40px;
}

.contact_right h4 {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #999;
}

.contact_left {
  position: relative;
  padding: 2rem 1rem 1rem;
  background-color: #0142c6;
  /* background-color: #fff; */
  border-top-left-radius: 20px;
  color: #eee;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.contact_left::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pop-bg.png);
  background-size: cover;
  opacity: 0.7;
}

.contact_right::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 6px;
  background-color: #0142c6aa;
}

.left_header h3 {
  color: #fff;
  font-size: 25px;
}

.left_header {
  border-radius: 50px 50px 0px 50px;
  padding: 30px;
  background-color: #0142c6;
  /* background-color: #333; */
}

.pricing-block-one .pricing-table {
  position: relative;
  padding-inline: 1.5rem 0rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}

.pricing-block-one.active-block .pricing-table .table-header {
  background: #333;
  box-shadow: none;
  z-index: 0;
  position: relative;
  display: block;
  padding: 43px 40px 33px 40px;
  border-radius: 30px 30px 0px;
}

.pricing-block-one .pricing-table h3 {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: -1px;
  color: #000;
  margin-bottom: 1rem;
  border-radius: 30px 30px 0px 30px;
  font-family: var(--popp);
}

.pricing-block-one .pricing-table :is(h5, h6) {
  font-weight: 600;
  margin-bottom: 6px;
}

.pricing-block-one .pricing-table a {
  transition: 0.4s;
  color: #eee;
  letter-spacing: 0.5px;
}

.pricing-block-one .pricing-table a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #ff6600aa;
  color: var(--primary);
}

.pricing-block-one .pricing-table .feature-list {
  margin-bottom: 32px;
}

.pricing-block-one .pricing-table .feature-list li {
  position: relative;
  /* color: #727579; */
  color: #fff;
  padding: 7px 0px 7px 0px;
  z-index: 1;
}

.pricing-block-one.active-block .pricing-table .feature-list li:nth-child(even):after {
  background: linear-gradient(90deg, #272e39 0%, #333c4a 50%, #272e39 100%);
}

@media (max-width: 767.98px) {
  .contact-form .row {
    margin: 0;
  }

  .pricing-block-one .pricing-table {
    padding-inline: 0.8rem;
    display: block;
  }

  .contact_right {
    padding: 30px 30px 35px 30px;
  }

  .contact_right::after {
    top: 5px;
    left: 0;
    width: 100%;
    height: 2px;
  }
}

.become_partner_form h3 {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  font-family: var(--popp);
}

.become_partner_form .form-group {
  padding-block: 0.4rem 0.8rem;
  margin-bottom: 0.4rem;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.become_partner_form .form-group:hover {
  background-color: #0142c609;
}

.become_partner_form .form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 1.08rem;
}

.become_partner_form .form-group label>span {
  color: #f00;
}

.become_partner_form .form-group :is(input, select) {
  height: 44px;
  width: 100%;
  font-size: 16px;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  outline: none;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.become_partner_form .form-group :is(input, select):user-invalid {
  border-color: #ff6347;
  /* box-shadow: 0 0 0 .25rem #ff634722; */
}

.become_partner_form .form-group :is(input, select):focus:user-invalid {
  box-shadow: 0 0 0 0.25rem #ff634722;
}

.become_partner_form .form-group :where(input, select):hover {
  border-color: #0142c6dd;
}

.become_partner_form .form-group :where(input, select):focus {
  border-color: #0142c6dd;
  box-shadow: 0 0 0 0.25rem #0d6dfd22;
}

/*  */
form .gender__details .radio_category {
  display: flex;
  max-width: 550px;
  width: 100%;
  /* margin: 15px 0; */
  justify-content: space-between;
}

.gender__details .radio_category label {
  display: flex;
  align-items: center;
}

.gender__details .radio_category label span {
  color: #222;
  /* font-weight: 400; */
  font-size: 1.06rem;
}

.gender__details .radio_category .dot {
  height: 1.2rem;
  width: 1.2rem;
  background: #fff;
  border-radius: 50%;
  margin: 0.5rem 10px 4px;
  border: 2px solid #aaa;
  transition: all 0.3s ease;
}

.gender__details .radio_category .dot:hover {
  border-color: #0142c6aa;
}

#dot-1:checked~.radio_category .one,
#dot-2:checked~.radio_category .two,
#dot-3:checked~.radio_category .three,
#exyes:checked~.radio_category .one,
#exno:checked~.radio_category .two {
  border: 4px solid #fff;
  background: #0142c6dd;
  outline: 1px solid #0142c699;
  /* outline-offset: 1px; */
}

.gender__details input[type="radio"] {
  display: none;
}

/* @media only screen and (max-width: 584px) {
  form .gender__details .radio_category {
    width: 100%;
  }
} */
.become_partner_form .submit_btn {
  box-sizing: content-box;
  max-width: 16rem;
  width: 100%;
  font-size: 1.15rem;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.4px;
  background-color: var(--primary);
  border: 1px solid #333;
  border-bottom: 2px solid #444;
}

.become_partner_form .submit_btn:hover {
  background-color: #ff6600dd;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  border-top: 2px solid #666;
  border-bottom: 1px solid #333;
}

/* Sweet Alert */
div:where(.swal2-container) .swal2-select {
  display: none !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.4rem !important;
  font-weight: 500 !important;
    font-family: var(--popp);
    color: var(--charcole);
    line-height: 32px;
    }
    div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
        background-color: var(--primary);
        padding: .75rem 1.5rem;
    }

.pri-col {
  color: var(--primary) !important;
}

.sec-col {
  color: var(--secondary) !important;
}

.sec-col-two {
  color: #07294d !important;
}

.sec-bg {
  background-color: var(--secondary);
}

.analysis-con {
  background-color: #07294d;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  color: white;
  column-gap: 30px;
  row-gap: 20px;
  flex-wrap: wrap;
  box-shadow: 1px 1px 24px rgba(0, 0, 0, 0.3);
  border: 2px solid white;
  outline: 1px dashed #07294d;
}

.analysis-con h3 {
  color: white;
  font-size: 50px;
}

.analysis-con p {
  color: #ffc107;
  font-size: 20px;
}

.events-area {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 20px 35px;
  background-color: #edf0f29c;
  padding-bottom: 10px;
}

.events-area h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.events-area .icon-img {
  width: 160px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #event-singel {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .analysis-con h3 {
    color: white;
    font-size: 30px;
  }

  .events-area .icon-img {
    width: 90px;
  }
}

@media (max-width: 400px) {
  .analysis-con h3 {
    color: white;
    font-size: 20px;
  }

  .analysis-con p {
    color: #ffc107;
    font-size: 16 px;
  }
}

/* {{{topbar icon}}} */

.top-bar-icon-con {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.top-bar-icon-con a {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  /*border: 1px solid #fff4;*/
}

.top-bar-icon-con a:hover {
  transform: scale(1.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

/* hero slider  */

.single-slider h3 {
  margin-top: 4px;
}

.single-slider span {
  color: var(--primary);
  /* font-size: 33px; */
}

.single-slider p {
  line-height: 24px;
  margin-top: 10px;
  color: rgb(56, 56, 56);
}

.single-slider button {
  background-color: var(--secondary);
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 12px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.196);
  border: 2px solid rgb(45, 82, 232);
}

.single-slider button i {
  font-size: 12px;
}

.hero-bg-shadow {
  box-shadow: 1px 1px 20px 100px var(--primary);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  filter: blur(70px);
  z-index: -1;
  opacity: 30%;
  bottom: 30%;
  left: -100px;
  background-color: var(--primary);
}

.single-slider .hero-box {
  height: 230px;
  border-radius: 22px;
  padding: 20px;
  position: relative;
  background-color: #004793;
  overflow: hidden;
  color: white !important;
  box-shadow: 1px 1px 20px 1px #0047935c;
}

.hero-box .img-absolute {
  position: absolute;
  width: 110px;
  bottom: -20px;
}

.hero-box h4 {
  font-size: 1.2rem;
  color: white !important;
  font-weight: 600;
}

.hero-box p {
  font-size: 13px;
  color: rgb(243, 243, 243) !important;
  margin-top: 12px;
  line-height: 19px;
}


.hero-box.hero-box-common {
  height: 160px;
  background: radial-gradient(#e6823f, #ff7f29);
}

.hero-box.hero-box-four {
  height: 160px;
  background: rgb(216, 81, 81);
}

.hero-box.hero-box-four img {
  width: 100px;
}


.hero-box.hero-box-two {
  background-color: #c5a13b;
  color: black;
}

@media(max-width:500px) {


  .single-slider h2 {
    font-size: 22px;
  }

  .hero-box p {
    font-size: 12px;
    color: rgb(255, 255, 255) !important;
    margin-top: 12px;
    line-height: 20px;
  }

  .hero-box .img-absolute {
    position: absolute;
    width: 90px;
    bottom: -20px;
  }

  .single-slider .hero-box {
    height: 200px;
    padding: 15px;

  }

  .hero-box.hero-box-common {
    max-height: 150px;
  }
}

/* ==================  Aboutus FAQ  =================  */
.flat-toggle {
  margin-top: 10px;
  border-radius: 12px;
  transition: all 0.5s;
  box-shadow: 1px 1px 6px rgb(0, 0, 0, 0.100);
  position: relative;
}

.active .toggle-title {
  border-radius: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.fw-medium {
  font-weight: 700;
}

.flat-toggle h4 {
  font-family: var(--popp);
  font-size: 1rem;
  font-weight: 500;
}


.toggle-title {
  background: white;
  /* background-color: #ffc600; */
  padding: 18px 20px;
  border-radius: 10px;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}

.active .toggle-title {
  background: linear-gradient(177deg, #224ca3d9 44%, #4071d3 100%);
  color: rgb(245, 245, 245);

}

.toggle-title::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 6px;
  height: 100%;
  content: '';
  background-color: var(--primary);
}

.flat-toggle h5 {

  font-size: 16px;
}

.flat-toggle ul li {
  padding-bottom: 10px;
}

.ul-con {
  padding: 30px;
  position: relative;
  z-index: 999;
}

.flat-toggle p {
  line-height: 25px;
  padding: 1.5rem 1.6rem 1rem;
}

.toggle-content {
  transition: all 0.4s;
  background-color: rgba(240, 240, 240, 0.8);
  padding: 0px 0px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  opacity: 0%;
  overflow: hidden;
  max-height: 0px;
  top: -20px;
}

.active .toggle-content {
  opacity: 100%;
  max-height: 600px;
  /* padding: 30px 30px; */
  top: 0px;
  pointer-events: none;
}

.accordian-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  box-shadow: 1px 1px 10px rgb(0, 0, 0, 0.100);
  background-color: var(--primary);
  color: white;
}

.active .accordian-icon {
  transform: rotate(180deg);
  background-color: white;
  color: var(--primary);
}


/* {{{{{{{{{}}}}}}}}} */

.singel-category img {
  width: 50px;
}

.singel-category i {
  font-size: 50px;
}

.fac {
  position: relative;
}


.bg-d-blue {
  background-color: rgb(7 41 77 / 90%);
}

.fac img {
  width: 40px;
}

.slick-slide {
  margin: 0 17px;
}

.slick-dots {
  display: flex;
  justify-content: center;
}


/* home get in touch */


.get-touch-home-con {
  background: linear-gradient(116deg, #002f8f 50%, #417cf3 100%);
  border-radius: 12px;
  padding: 20px 35px;
  color: white !important;
  /* text-align: center; */
  position: relative;
  max-width: 1000px;
  margin: auto;
  /* border: 1px solid white; */
}


.get-touch-home-con>.img {
  position: absolute;
  right: 0px;
  /* top: -10px; */
  bottom: 0px;
  width: 270px;
}


.get-touch-home-con h2,
.get-touch-home-con p {
  color: white !important;
  margin-top: 10px;
}


.get-touch-home-con .call-btn {
  background-color: var(--primary);
  border-radius: 70px;
  align-items: center;
  column-gap: 10px;
  padding: 10px 20px;
  display: inline-flex;
  outline: 2px solid var(--primary);
  border: 1px solid white;
  color: white;
  transition: all 0.4s;
}

.get-touch-home-con .call-btn i {
  animation: tilt-shaking 0.5s infinite;
}

.get-touch-home-con .call-btn:hover {
  transform: scale(1.06);
}



@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0eg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.get-touch-btn-con {
  justify-content: start;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.whatsapp-btn img {
  width: 50px;
  transition: all 0.4s;
}

.whatsapp-btn img:hover {
  transform: rotate(360deg);
}


.review-star-con i {
  filter: drop-shadow(1px 1px 2px rgba(255, 255, 0, 0.601));
}


@media(max-width:500px) {
  .flat-toggle h5 {
    font-size: 12px;
  }

  .flat-toggle ul li {
    font-size: 12px;
  }

  .flat-toggle p {
    font-size: .94rem;
  }

  .singel-category img {
    width: 40px;
  }

  .singel-category i {
    font-size: 40px;
  }

  .singel-category .cont span {
    font-size: 14px;
  }

  .fac img {
    width: 30px;
  }


  .about-singel-items span {
    font-size: 40px;
    right: 20px;
    top: 10px;
  }

  .about-singel-items {
    padding: 15px;
  }

  .singel-testimonial .testimonial-cont {
    height: 250px;
  }

  .get-touch-home-con {
    padding: 15px;

  }

  .get-touch-home-con h2 {
    font-size: 22px;
  }

  .singel-counter span {
    font-size: 22px;

  }


  .singel-counter p {
    font-size: 12px;

  }

}

/* {{{approach section css}}} */

.approach-con {
  border-radius: 25px;
  color: white;
  height: 100%;
  position: relative;
  /* overflow: hidden; */
}

.approach-icon-con {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  border-radius: 30%;
  box-shadow: 1px 1px 10px var(--primary);
}

.approach-icon-con img {
  filter: invert(100%);
  width: 45px;
}

.approach-con h3,
.approach-con p {}

.approach-con p {
  font-size: 14px;
}


.approach-con h3 {
  font-size: 22px;
}


/* {{{{target sec css}}}} */



.d {
  background-color: #07294d;
  position: relative;

}

.pp {
  position: relative;
  margin-bottom: 100px;
  top: 30px;
}

.target-con {
  background-color: #f3f3f3;
  padding: 20px 25px;
  height: 100%;
  position: relative;
  overflow: hidden;

}

.target-icon-con {
  display: flex;
  align-items: center;
  gap: 20px;
}

.target-icon-con img {
  width: 60px;
}

.target-con h3,
.target-con p {}

.target-con h3 {
  font-size: 22px;
}

.target-con.border-x {
  border-left: 2px solid rgb(88, 88, 88);
  border-right: 2px solid rgb(47, 47, 47);
}

@media(max-width:768px) {
  .target-con.border-x {
    border: none;
  }

}

/* {{{{{{{{{{MISSION SECTION CSS}}}}}}}}}} */

.mission-title-con {
  position: relative;
  padding-left: 10px;
  line-height: normal;
}


.mission-title-con span {
  color: var(--primary);
}


.mission-title-con::after {

  position: absolute;
  content: '';
  width: 3px;
  border-radius: 10px;
  height: 100%;
  background-color: var(--primary);
  left: 0px;
  top: 0px;
}

.mission-card-con {
  border: 1px dashed rgba(0, 0, 0, 0.326);
  border-radius: 6px;
  padding: 20px 25px;
  height: 100%;
  box-shadow: 4px 4px 6px rgba(92, 92, 92, 0.095);
}

.mission-card-con span {
  color: var(--secondary);
  font-weight: 600;
  font-size: 18px;
}


/* {{{{{{{{{{VISION SECTION CSS}}}}}}}}}} */

.vision-title-con {
  position: relative;
  line-height: normal;
  font-size: 25px;
}


.vision-title-con span {
  color: #051840;
}



.vision-card-con {
  /* border: 2px dashed rgba(0, 0, 0, 0.326); */
  border-radius: 6px;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  height: 100%;
  border: 1px solid rgba(87, 87, 87, 0.196);
  border-bottom: 2px solid var(--primary);
  box-shadow: 4px 4px 6px rgba(92, 92, 92, 0.095);
}

.vision-card-con h5 {
  color: var(--secondary);
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
}



/* {{{{{{{{{why choose section}}}}}}}}} */


.why-choose-card {
  height: 100%;
  /* border: 2px solid rgba(0, 0, 0, 0.589); */
  border-radius: 25px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.168);
  padding: 20px;
  background-color: rgba(248, 249, 250, 0.677);
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}


.why-choose-card .num-con {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  font-weight: 500;
  outline: 2px solid white;
  margin-bottom: 20px;
  box-shadow: 1px 1px 10px rgba(31, 31, 31, 0.135);
  transition: all 0.5s;
}

.why-choose-card h5 i {
  color: var(--primary);
  margin-right: 10px;

}

.why-choose-card h5 {
  transition: all 0.5s;
}

.why-choose-card p {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.745);
  transition: all 0.4s;
}

.why-choose-card:hover .num-con {

  transform: rotateY(360deg);
}

.why-choose-card:hover.why-choose-card h5 {
  transform: translateX(10px);
}

.why-choose-card:hover {
  background-color: var(--primary);
}

.why-choose-card:hover.why-choose-card h5 {
  color: white;
}

.why-choose-card:hover.why-choose-card h5 i {
  color: white;
}

.why-choose-card:hover.why-choose-card p {
  color: white;
}


.why-choose-card .circle-absolute {
  position: absolute;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  bottom: -49px;
  right: -32px;
  border: 20px solid var(--primary);
  z-index: -1;
  opacity: 15%;
  transition: all 0.5s;
}


.why-choose-card:hover.why-choose-card .circle-absolute {
  width: 200px;
  height: 200px;
  border: 30px solid white;
  z-index: 1;
}

.whatsapp-btn-fixed {
  position: fixed;
  bottom: 100px;
  right: 15px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  cursor: pointer;
}


@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}


.whatsapp-btn-fixed:hover {

  transform: translateY(-6px);

}

.whatsapp-btn-fixed img {
  width: 3.5rem;

}

/* whatsapp popup css */

.whatsapp-popup {
  max-width: 400px;
  border-radius: 30px;
  position: fixed;
  bottom: 100px;
  right: 15px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.208);
  z-index: 99;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  margin-left: 20px;
}


.whatsapp-popup .head {
  min-height: 60px;
  padding: 20px 25px;
  color: white;
  font-weight: 600;
  background-color: #1859db;
  display: flex;
  justify-content: space-between;
  align-items: center;

}


.whatsapp-popup .head .close {
  border: 2px solid white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
}

.whatsapp-popup .head .close:hover {
  transform: scale(1.1);
  background-color: white;
  color: black;
}



.whatsapp-popup .form-con {
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}



.whatsapp-popup input {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.523);
  padding: 10px;
  font-size: 14px;
}


.whatsapp-popup button {
  padding: 10px 20px;
  border: none;
  background: linear-gradient(180deg, #26d466 29%, rgba(5, 187, 66, 0.986) 100%);
  border-radius: 14px;
  font-weight: 600;
  color: white;
  font-size: 14px;
  outline: 2px solid transparent;
  border: 1px solid white;
  transition: all 0.4s;
}

.whatsapp-popup button:hover {
  outline: 2px solid #26d466;
  border: 1px solid white;
}


.whatsapp-popup .experts img {
  width: 40px;
}

.whatsapp-con {

  opacity: 0%;
  pointer-events: none;
  transform: translateY(50px);
  transition: all 0.4s;

}

.whatsapp-con.show-btn_scroll {
  opacity: 100%;
  pointer-events: all;
  transform: translateY(0px);
}

@media(max-width:550px) {
  .whatsapp-popup .form-con {
    padding: 20px;
  }

  .whatsapp-popup .experts h5 {
    font-size: 14px;
  }

  .whatsapp-popup .experts img {
    width: 28px;
  }

  .whatsapp-popup .head h4 {
    font-size: 20px;

  }

}


.fac img {
    width: 1.75rem;
  }
  
  .fac .cont h4 {
    font-size: 1.25rem;
    font-weight: 500;
  }
  
  @media (max-width: 550px) {
    .approach-icon-con {
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--primary);
      border-radius: 30%;
      box-shadow: 1px 1px 10px var(--primary);
    }
  
    
  .approach-icon-con img {
    width: 30px;
  }
  }
  
  .img-shadow {
    filter: drop-shadow(4px 4px 5px rgba(27, 25, 22, 0.265));
  }