* {
  margin   :0;
    padding: 0px;
   box-sizing: border-box;

}

body {
  font-family: 'Roboto', Arial, sans-serif;
                    line-height: 1.6;
  color: #333;
  overflow-x:  hidden;
}

.container
{
	max-width: 1200px;
   margin: 0 auto;
    padding: 0 15px;
}

.container-fluid {
    width: 100%;
	padding: 0;
}

.row {


   display: flex;
   flex-wrap  :     wrap;
  margin: 0 -15px;
	}

.col-lg-3 {
   -webkit-flex  : 0 0 25%;
	flex: 0 0 25%;
                    -ms-flex: 0 0 25%;
    max-width: 25%;
          padding: 0 15px; 

}

.col-lg-4 {


  flex: 0 0 33.333333%;
  max-width: 33.333333%;
	padding: 0 15px;
}

.col-lg-5
{

   flex: 0 0 41.666667%;
   max-width: 41.666667%;
    padding: 0 15px;

}

.col-lg-6 {

  flex: 0 0 50%; 
  max-width: 50%; 
    padding: 0 15px;

}

.col-lg-7 {
   flex: 0 0 58.333333%;
          max-width: 58.333333%;
  padding: 0 15px;
}

.col-lg-8 {
	    flex :   0 0 66.666667%;
    max-width: 66.666667%;
    padding   :       0 15px;
}

.col-md-6 {


    flex: 0 0 50%;
   max-width: 50%;
    padding: 0 15px;
}

.navbar {

	  background: rgba(255, 255, 255, 0.95);
  padding   :       1rem 0;
   position: fixed;
   top: 0;
   width   :       100%;
   z-index :       1000;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     }

.nav-container {
	    max-width: 1200px;
    margin: 0 auto;
  padding: 0 20px;
    display: flex;
   justify-content: space-between;
   align-items     :  center;
     }

.nav-logo .logo-img {
    height: 55px;
    width: auto;
}

.nav-logo .logo-img:hover {
               height: 155px;
          width: auto;
}

.nav-list {
   display: flex;
  list-style: none;
        margin: 0;
  padding: 0;
}

.nav-item {
   margin: 0 20px;
}

.nav-link {
     text-decoration: none;
    color: #333;
  font-weight :   500;
    font-size  :      16px;
  transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover, .nav-link.active {
    color   :     #0030ff;
}

.nav-link::after {
  content: ''; 
	               position: absolute; 
	    width: 0; 
	    height  :    2px; 
	  bottom   :-5px; 
	   left: 0; 
	  background-color: #0030ff; 
	   transition: width 0.3s ease;

}

.nav-link:hover::after, .nav-link.active::after {
	width: 100%;
}

.nav-toggle    {
    display: none;
    cursor   :pointer;
}

.burger-icon, .close-icon	{
   width: 24px;
    height: 24px;
}

.slider_area {
    margin-top: 80px;
}

.slider_bg_1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../thumbnails/mid-career_transition_office_meeting_4.webp');
}

.slider_area .single_slider {
  height: 100vh;
   background-size: cover;
                    background-repeat: no-repeat;
	background-position: center center;
          display: flex;
   align-items: center;
}

.slider_area .single_slider .slider_text h3 {
  color: #FFF;
  font-family: "Poppins", sans-serif;
    font-size:  3.2rem;
  text-transform:capitalize;
   letter-spacing: 2.2px;
    font-weight: 420;
        line-height    :   64px;
    margin-bottom: 20px;
}

.slider_area .single_slider .slider_text h3 span {

	   font-weight: 750;
   color: #28AE60;
}

.slider_area .single_slider .slider_text p


{
  font-size: 22px;
   font-weight: 420;
   color: #D2D2D2;
   margin-bottom: 26px;
   margin-top :   12px;
     }

.slider_area .single_slider .slider_text .video_service_btn > a {
       margin-right: 17px;
}

.boxed-btn3 {

	  background: #28AE60;
   color :     #fff;
  display: inline-block;
  padding: 16px 29px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
    font-weight: 420;
    border: 0;
  border-radius: 6px;
    text-align: center;
  color: #fff !important;
   text-transform: capitalize;
    transition: 0.52s;
       cursor :   pointer;
    letter-spacing: 2.2px;
    text-decoration   :     none;


	}

.boxed-btn3:hover {
  background: #28AE61;
  color: #fff !important;
  transform: translateY(-2px);
}

.boxed-btn3-white {
  color: #fff;
   display: inline-block;
    padding: 15px 29px;
  font-family: "Poppins", sans-serif;
     font-size: 15px;
   font-weight: 420;
   border: 0;
    border: 1px solid #fff;
  border-radius     :        6px;
   text-align: center;
  color: #fff !important;
   text-transform: capitalize;
  transition: 0.52s;
  cursor: pointer;
   letter-spacing: 2.2px;
  text-decoration: none;
}

.boxed-btn3-white:hover {


   background: #28AE61;
   color: #fff !important;
	border: 1px solid transparent;
  transform: translateY(-2px);


}

.services-section {


    background: #f8f9fa;
  padding: 80px 0;}

.services

{
    transition: all 0.35s ease;
    padding: 42px 28px;
    background:  #fff;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}@media (max-width: 991.98px) {
    .services {
        padding: 12px 0;
    }
}.services .icon    {
    line-height   :       1.4;
   position: relative;
   margin-bottom: 20px;
}

.service-icon  {
    width: 65px;
	  height: 65px;
	  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(240deg) brightness(100%) contrast(100%);
}

.services .media-body h3 {
  text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 23px;
  font-weight: 750;
       color: #333;
}

.services .media-body p {

	    line-height: 1.6;
	color: #666;}@media (min-width: 992px) {
    .services.active {
        background: #0030ff;
        color: #fff;
    }
    .services.active .service-icon {
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    }
    .services.active h3 {
        color: #fff;
    }
}.services:hover, .services:focus  {
  background: #0030ff;
   color: #fff;
  transform: translateY(-5px);
}

.services:hover .service-icon, .services:focus .service-icon  {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.services:hover h3, .services:focus h3 {
   color: #fff;
}



.services:hover p, .services:focus p {
  color: #fff;
	
}

.section-padding {
   padding: 130px 0;
}

.about-area {
   background: #fff;
}

h3 {
	color: #222;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-size: 36px !important;
    font-weight: 500;
  margin-bottom: 30px;
}

.about-area p {
  color: #777;
  font-family: "Roboto", sans-serif;
   font-weight: 400;
    margin-bottom: 20px;
  line-height: 1.8;
}

.template-btn {
                    color: #fff !important;
    background: #0030ff;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
   font-size:     14px;
	 font-weight  :  500;
  border: 1px solid transparent;
  display: inline-block;
   padding: 13px 24px !important;
  border-radius: 3px;
   transition :   all 0.5s;
  text-decoration: none;
}

.template-btn:hover {
      color  :  #222 !important;
   background: transparent;
    border: 1px solid #0030ff;
  transform: translateY(-2px);

}

.img-fluid {
   max-width    :100%;
   border-radius: 8px;
    height: auto;
}  

.text-image-section {
	padding: 7em 0;
   position     :relative;
  background: #1a1a1a;
	
}

.text-image-content 
 {
    position: relative; 

}

.main-image img {
               width: 100%;

	    height: auto;

	    border-radius: 8px;
}

.sub-image img {
    width: 100%;
  height: 150px;
  object-fit: cover;
    border-radius: 8px;
}

.heading-section {
  z-index: 0;
}

.heading-section .subheading {
  line-height: 1;
    margin-bottom: -21px;
   color: #c49b63;
   display: block;
  font-family: "Great Vibes", cursive;
   font-size: 50px;
	margin-bottom: 0;
    z-index: 1;
}

.heading-section h2 {

	    z-index: -1;
    font-size: 40px;
   font-weight : 700;
  position    :       relative;
  text-transform: uppercase;
   color: #fff;
    margin-bottom :        30px;
     }

.text-image-section p {
    margin-bottom: 20px;
   color: #ccc;
    line-height: 1.6;


}

.btn.btn-primary


{
  background: #c49b63;
 border: 1px solid #c49b63;
  color: #000;
	 padding: 12px 24px;
  text-decoration: none;
   border-radius    :5px;
    transition: all 0.3s ease;
}

.btn.btn-primary:hover {
   border:  1px solid #c49b63;
          background    :   transparent;
   color: #c49b63;
  transform: translateY(-2px);


}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #c49b63;
  background: transparent;
  color: #c49b63;
}

.btn.btn-primary.btn-outline-primary:hover {
  border: 1px solid transparent;
   background: #c49b63;
   color: #fff;}

.ftco-section {
   padding: 80px 0;
}

.ftco-room {
  background: #f8f9fa;
	
}

.room-wrap

{
   width    :    100%;
  background: #fff;
  transition: all 0.3s ease;
   margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
  overflow: hidden;
}

.room-wrap .img {


        width: 100%;
  height: 360px;
       display: block;
	background-size: cover;
   background-repeat :     no-repeat;
   background-position: center center;

}

.room-wrap .half {

	    width: 100%;
    position: relative;
    padding:        40px;
	}

.room-wrap .half:after {
  -moz-transition: all 0.3s ease;
    -o-transition    :   all 0.3s ease;
   -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
}

.room-wrap .half.left-arrow:after  
  {
     position: absolute;
  top: 50%;
   left: -15px;
  transform: translateY(-50%);
  content: '';
   width: 0;
   height: 0;
    border-style: solid;
    border-width  :      12px 15px 12px 0;
    border-color: transparent #fff transparent transparent;
     }

.room-wrap .half.right-arrow:after {
   position   :     absolute;
  top: 50%;
  right    :   -15px;
  transform: translateY(-50%);
  content: '';
   width: 0;
   height   :     0;
    border-style: solid;
   border-width:       12px 0 12px 15px;
   border-color: transparent transparent transparent #fff;

}

.room-wrap .text {
   width: 100%;
    text-align: center;
}

.room-wrap .text h3 {
    font-size: 30px;
  margin-bottom: 15px;
    text-transform: none;
}

.room-wrap .text h3 a {
  color: #000000;
		 text-decoration: none;
}

.room-wrap .text span.price {
   font-size: 26px;
  color: #0030ff;
   position: relative;
    font-weight: bold;

}

.room-wrap .text span.per {
    font-size: 14px;
   color: #666666;
}

.room-wrap .text .btn-custom {

  display: inline-flex;
   align-items: center;
  color: #000000;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
    text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;

}

.arrow-icon {
  width: 16px;
    height: 16px;
   margin-left:    8px;
}

.star {
   margin-bottom   :       15px;
}

.star-icon

{
  width: 16px;
	height: 16px;
    margin: 0 2px;
  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(240deg) brightness(100%) contrast(100%);
}

.room-wrap:hover,
.room-wrap:focus  
  {
  background: #0030ff;
  transform: translateY(-5px);
}

.room-wrap:hover .half.left-arrow:after,
.room-wrap:focus .half.left-arrow:after {
   border-color  :        transparent #0030ff transparent transparent;
	
}

.room-wrap:hover .half.right-arrow:after,
.room-wrap:focus .half.right-arrow:after  {
   border-color: transparent transparent transparent #0030ff;
}

.room-wrap:hover .text .star-icon,
.room-wrap:focus .text .star-icon {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.room-wrap:hover .text h3 a,
.room-wrap:focus .text h3 a {
   color: #fff;
}

.room-wrap:hover .text span.price,
.room-wrap:focus .text span.price     {
    color: #fff;
}

.room-wrap:hover .text span.per,
.room-wrap:focus .text span.per  {
     color: white;
}

.room-wrap:hover .text .btn-custom,
.room-wrap:focus .text .btn-custom {
   color: #000000;
	border: 2px solid white;
  background: #fff;
}  

.room-wrap:hover .arrow-icon,
.room-wrap:focus .arrow-icon {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.testimonial_area

{
  background: #f9f9ff;
    padding: 130px 0;
}

.main_title {
   text-align :     center;
 margin-bottom: 85px;
}

.main_title h2 {
    font-size: 36px;
   line-height: 1.2;
    font-weight: bold;
  margin-bottom: 15px;
  font-family: "Rubik", sans-serif;
  color: #002347;
}

.main_title p {
  font-size: 16px;
  margin-bottom: 0px;
  font-style: italic;
    color: #7b838a;
  font-family: "Roboto", sans-serif;
}

.testimonial-carousel {
    position: relative;
}

.testi_item {
    padding: 50px 55px;
   margin: 0px 10px 80px;
  box-shadow: 0px 15px 30px 0px rgba(221, 221, 221, 0.3);
   background: #ffffff;
    transition: all 0.3s ease 0s;
    border-radius: 8px; 

}

.testi_item .row {
  display   :flex; 
	    align-items    :  center; 
	    margin: 0 -15px; 
	
}

.testi_item .col-lg-4 {
  padding: 0 15px;

	  flex    :       0 0 33.333333%;

	    max-width: 33.333333%; 

}

.testi_item .col-lg-8 {
   flex: 0 0 66.666667%;
   max-width: 66.666667%;
	 padding: 0 15px;
  vertical-align: middle;
   align-self: center;
}

.testi_item img {
    border-radius: 5px;
	width: 100%;
   height: auto;
   max-height: 250px;
    object-fit: cover;
}

.testi_text h4 {
  font-size: 20px;
    margin-bottom: 15px;
   text-transform: capitalize;
  font-family: "Rubik", sans-serif;
  color: #002347;
}

.testi_text p  {
  font-family: "Roboto", sans-serif;

	  line-height: 1.6;

	   margin-bottom: 0px;

		color: #7b838a;
}



.testi_item:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 35, 71, 0.1);
  transform: translateY(-5px);
}

.footer-area {
          background: #002652;
  padding: 105px 0px 52px;
}

.single-footer-widget p
{
    color: #828a91;
    margin-bottom: 16px;
    line-height: 1.6;
}

.single-footer-widget p:last-child 
 {
    margin-bottom: 0;
}

.footer_title   {
   font-size: 19px;
          line-height: 25px;
  font-weight: 520;
  font-family: "Oswald", sans-serif;
	text-transform: capitalize;
	color :     #fff;
  margin-bottom: 30px;
}

.tp_widgets .list {
  list-style: none;
  padding   :  0;
}

.tp_widgets .list li {
    margin-bottom: 13px;
}

.tp_widgets .list li a {
   transition: color 0.3s ease;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #828a91;
}

.tp_widgets .list li a:hover {
  color: #3f4eed;
}

.tp_widgets .list li:last-child {
    margin-bottom: 0px;
}

.footer-bottom
{
  background: rgba(0, 38, 82, 0.985);
  padding: 22px 0;
    margin-top: 42px;
     }

.footer-text {
   color: #fff;

  margin-bottom: 0;

  text-align: center;
}

.footer-text a {
   color: #3f4eed;
 opacity: 1;
}

.d-flex {

   display: flex !important;

}

.align-items-center {
	 align-items: center !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-stretch {
  align-self: stretch !important; 
	
}

.justify-content-center {
  justify-content: center !important;
}

.text-center {
      text-align: center !important;


}

.text-md-right {
    text-align: right !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
} 

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
          margin-bottom: 3rem !important;
}

.mb-lg-0 {
   margin-bottom:0 !important;
}

.mt-4 {
   margin-top: 1.5rem !important;
}

.mt-lg-4
{

   margin-top: 1.5rem !important;
     }

.px-0     {
    padding-left: 0 !important;
	   padding-right: 0 !important;

}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
   padding-right    :1.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
         padding-top:  3rem !important;
  padding-bottom: 3rem !important;
}

.py-md-0 {
         padding-top: 0 !important;
   padding-bottom: 0 !important;
}

.p-4 {
   padding: 1.5rem !important;
}

.pr-md-5 {
   padding-right: 3rem !important;
}

.pb-3
	{
  padding-bottom: 1rem !important;
}

.pt-1 {
	padding-top :        0.25rem !important;
	
}

.rounded {
    border-radius: 0.25rem !important;
}

.no-gutters {
  margin-right: 0;

   margin-left: 0;
}

.no-gutters > .col-lg-3,
.no-gutters > .col-lg-6,
.no-gutters > .col-md-6 {
   padding-right: 0;
    padding-left: 0;
}

.offset-lg-1 {
  margin-left: 8.333333%;
}

.section_gap    {
   padding: 130px 0;
}

.ftco-no-pb {
  padding-bottom: 0 !important;
}

.order-md-last {
    order :1;
}@media (max-width: 991px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: rgba(255, 255, 255, 0.98);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(10px);
        padding: 30px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-list {
        flex-direction: column;
    }

    .nav-item {
        margin: 15px 0;
    }

    .nav-toggle {
        display: block;
    }

    .slider_area .single_slider .slider_text h3 {
        font-size: 2.5rem;
        line-height: 50px;
    }

    .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .services {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .text-md-right {
        text-align: center !important;
    }

    .pr-md-5 {
        padding-right: 15px !important;
    }

    .heading-section h2 {
        font-size: 28px;
    }

    .room-wrap .half {
        padding: 30px 20px;
    }

    .testimonial_area {
        padding: 70px 0;
    }

    .testi_item {
        margin-bottom: 40px;
        padding: 30px 25px;
    }

    .testi_item .col-lg-4,
    .testi_item .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testi_text {
        margin-top: 30px;
    }

    .footer-area {
        padding: 70px 0 30px;
    }

    .order-md-last {
        order: 0;
    }

    .py-md-0 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (max-width: 767px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 2rem;
        line-height: 40px;
    }

    .slider_area .single_slider .slider_text p {
        font-size: 18px;
    }

    .boxed-btn3, .boxed-btn3-white {
        font-size: 14px;
        padding: 12px 20px;
        margin: 5px;
        display: block;
        text-align: center;
    }

    .main_title h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .testi_item {
        padding: 20px 15px;
        margin: 0 5px 30px;
    }

    .room-wrap .img {
        height: 250px;
    }

    .text-image-section {
        padding: 4em 0;
    }

    h3 {
        font-size: 28px !important;
    }

    .section-padding {
        padding: 70px 0;
    }
}.courses-hero {
  background: linear-gradient(135deg, #0030ff 0%, #28AE60 100%);
   padding: 150px 0 80px;
    margin-top: 80px;
   color: #fff;
}

.courses-hero h1 {
   font-size: 2.8rem;
    font-weight    : 700;
   margin-bottom: 20px;
  line-height: 1.2;
}

.courses-hero p    {
  font-size: 1.2rem;
   line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.ftco-menu {
      background-repeat: repeat;
  background-position: center center;
}

.pricing-entry {
     width: 100%;
   display: block;
  margin-bottom: 30px;
    background: #fff;
  padding: 0;
  transition: all 0.3s ease;
  box-shadow: 0px 15px 24px -21px rgba(0, 0, 0, 0.18);
   border-radius: 8px;
               overflow: hidden;
}

.pricing-entry .img {
      width: 180px;
  background-size: cover;
    background-repeat   :  no-repeat;
  background-position: center center;
   min-height: 150px;
}

@media (max-width: 767.98px) {
    .pricing-entry .img {
        width: 50%;
    }
}.pricing-entry .desc {
  width: calc(100% - 180px);
	
}@media (max-width: 767.98px) {
    .pricing-entry .desc {
        padding-left: 20px;
        width: calc(100% - 50%);
    }
}.pricing-entry .desc p {
  margin-bottom: 0;
   color: #666;
   line-height: 1.6;
}

.pricing-entry .text {
    width: 100%;
    display: block;
    position: relative;
  z-index: 0;
}

.pricing-entry .text h3 {


  width: calc(100% - 80px); 
	    font-size: 20px; 
			font-weight: 500; 
		color    :      #000000; 
	   margin-bottom: 10px;}@media (max-width: 767.98px) {
    .pricing-entry .text h3 {
        width: 100%;
        margin-bottom: 15px;
    }
}.pricing-entry .text .price {
  width: 80px;
   color: #0030ff;
   text-align: right;
  font-size: 20px;
   font-weight:      600;
}@media (max-width: 767.98px) {
    .pricing-entry .text .price {
        text-align: left;
        width: 100%;
    }
}.pricing-entry:hover {
   background: #0030ff; 
  transform: translateY(-5px); 
  box-shadow: 0px 25px 40px -21px rgba(0, 0, 0, 0.3);
}

.pricing-entry:hover .desc h3 {
	  color: #fff;
}

.pricing-entry:hover .desc p {
  color: rgba(255, 255, 255, 0.9);
}

.pricing-entry:hover .desc .price {


   color: #fff;
     }

.heading-section .subheading {
  font-size: 13px;
    display  :    block;
   margin-bottom: 5px;
   color  :       #0030ff;
    text-transform: uppercase;
    letter-spacing: 2px;
   font-weight: 700;
}

.heading-section h2 {
   font-size: 38px;
   font-weight: 700;
  position     :    relative;
  color  :  #000000;
   margin-bottom: 20px;
}@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}.bg-light {
    background: #f8f9fa !important;
}

.btn.btn-primary 
 {
    background: #0030ff;
   border: 1px solid #0030ff;
	 color: #fff;
    padding: 12px 30px;
    text-decoration: none;
  border-radius: 25px;
    transition: all 0.3s ease;
	font-weight: 500;


}

.btn.btn-primary:hover {
  border: 1px solid #0030ff;
	background: transparent;
    color: #0030ff;
  transform: translateY(-2px);
}

.courses-features {
  padding: 80px 0;
    background     :    #fff;

}

.courses-features h2 {
    margin-bottom: 20px;
     font-size:        2.5rem;
     font-weight: 700;
   	color: #333;
}

.courses-features > .container > .row > .col-md-8 > p {
   color  :    #666; 
	  font-size  :        1.1rem; 
	    line-height   :    1.6;
     }

.feature-card {
   background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition :   all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-icon {
	margin-bottom: 25px;
}

.feature-svg {
  width: 60px; 
   height: 60px; 
  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(240deg) brightness(100%) contrast(100%);
}

.feature-card h4 {


  color: #333;
    font-size: 1.4rem;
    font-weight: 600;
  margin-bottom: 15px;
}

.feature-card p {
      color: #666;
   line-height: 1.6;
   margin-bottom: 0;
}

.feature-card:hover .feature-svg {

  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);


}

.feature-card:hover {
    background   :    #0030ff;
}

.feature-card:hover h4,
.feature-card:hover p {
  color: #fff;
}

.hero-subscribe-1 {
   background-size    : cover;
    background-position: center center;
  background-repeat: no-repeat;
   position: relative;
    padding: 80px 0;
}

.hero-subscribe-1:before     {
	 position: absolute;
  content: "";
  background   :     #183661;
  opacity: .75;
    z-index: 1;
   top: 0;
  left: 0;
   right: 0;
   bottom: 0;
}

.hero-subscribe-1 > .wrapper		{

	  position: relative;
       z-index: 2; 
	
}

.hero-subscribe-1 .wrapper {
  padding: 0 20px;


}

.hero-subscribe-1 h2 {
    color: #fff; 
   font-size: 2.2rem; 
   font-weight :      700; 
    margin-bottom: 20px;


}

.hero-subscribe-1 p {
   color: #fff;
    font-size: 1.1rem;
    line-height: 1.6;
}

.hero-subscribe-1 .form-control {
   height: auto !important;

	  border: none;

	    box-shadow: none;

	   font-size: 16px;
}

.hero-subscribe-1 .btn-primary {
     color: #fff;
   background-color: #51be78;
  border-color: #51be78;
   padding: 15px 30px;
 font-weight: 600;


}

.hero-subscribe-1 .btn-primary:hover {

   color: #fff;
   background-color: #429964;
          border-color: #3d905d;
  transform: translateY(-2px);
}

.rounded {
  border-radius: 0.3rem !important;
}

.py-3     {
	padding-top: 1.1rem !important;
    padding-bottom    :  1.1rem !important;


}

.px-5 {
	 padding-left: 1.8rem !important;
 padding-right: 1.8rem !important;
}


.mb-3 {
    margin-bottom: 1rem !important;
}

.flex-column {
   flex-direction: column !important; 

}

.courses-features + .testimonial_area {
  background: #f9f9ff;
   padding     :      80px 0;
}

.courses-features + .testimonial_area .testi_item     {
    background: #fff;
  padding  :       30px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
   height: 100%;
}

.courses-features + .testimonial_area .testi_item:hover  {

	  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);


}

.courses-features + .testimonial_area .testi_text h4 {
  color: #002347;
	 font-size: 1.2rem;
  font-weight: 600;
    margin-bottom    :   15px;

}

.courses-features + .testimonial_area .testi_text p {
    color: #666;
  line-height: 1.6;
   font-style: italic;
  margin-bottom: 0;
}@media (max-width: 991px) {
    .courses-hero {
        padding: 120px 0 60px;
    }

    .courses-hero h1 {
        font-size: 2.2rem;
    }

    .pricing-entry {
        margin-bottom: 20px;
    }

    .feature-card {
        margin-bottom: 30px;
        padding: 30px 20px;
    }

    .hero-subscribe-1 h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    .hero-subscribe-1 .col-lg-4 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .courses-hero h1 {
        font-size: 1.8rem;
    }

    .courses-hero p {
        font-size: 1rem;
    }

    .pricing-entry .img {
        height: 120px;
    }

    .pricing-entry .desc {
        padding: 20px 15px;
    }

    .feature-svg {
        width: 50px;
        height: 50px;
    }

    .hero-subscribe-1 {
        padding: 60px 0;
    }

    .hero-subscribe-1 h2 {
        font-size: 1.5rem;
    }
}.contact-hero {
	  background: linear-gradient(135deg, #0030ff 0%, #28AE60 100%);
	 padding: 150px 0 80px;
	margin-top   :80px;
     color: #fff;}



.contact-hero h1 {
					font-weight: 700;
        font-size: 2.8rem;
    line-height: 1.2;
	 margin-bottom: 20px;

}

.contact-hero p {
    font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9); 

}

.contact-form {
	background: #f9f9f9;
  padding     :   40px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form form {
     position  :      relative; 



}

.contact-form form:after {
  content: "";
   clear: both;
  display: table;
}

.contact-form form .left {
  width: 48%;
    float: left;
  overflow: hidden;
    margin-right     :    4%;}

.contact-form form .left input,
.contact-form form .left select  {
  width: 100%;
   border: 1px solid #eee;
  padding: 12px 20px;
  margin-bottom: 20px;
	border-radius: 5px;
  font-family: "Open Sans", sans-serif;
    font-size: 14px;
 transition :  all 0.3s ease;

}

.contact-form form .left select {

	 background: #fff;
   appearance: none;
   cursor: pointer;
	}

.contact-form form .left input:focus,
.contact-form form .left select:focus {
   outline: none;
  border-color: #0030ff;
  box-shadow: 0 0 5px rgba(0, 48, 255, 0.3);
} 

.contact-form form .right   {
   width: 48%;
    overflow: hidden;
    float: right;
}

.contact-form form .right textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: 12px 20px;
  height: 200px;
   resize: vertical;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
   transition: all 0.3s ease;
}

.contact-form form .right textarea:focus {

	    outline: none;
    border-color :   #0030ff;
  box-shadow: 0 0 5px rgba(0, 48, 255, 0.3);}

.privacy-check{
   display  :        flex;
    align-items: flex-start;
   margin: 20px 0;
	gap: 10px;
   clear: both;
}

.privacy-check input[type="checkbox"]
{
   margin: 0;
    width: 18px;
  height: 18px;
   cursor: pointer;
	
}

.privacy-check label {
   color: #666;
    font-size   :       14px;
  line-height: 1.4;
  cursor: pointer;
}

.privacy-check label a {
       color    :        #0030ff;
  text-decoration: none;

}

.privacy-check label a:hover {
   	 text-decoration: underline;
}

.contact-form form button {
    margin-top: 10px;
    float: right;
}

.contact-info .single-info {
   display: flex;
    align-items   :      flex-start;
  margin-bottom: 30px;
	
}

.into-icon {
  margin-right: 20px;
    min-width: 60px;
}

.contact-icon {
        width: 50px;
  height: 50px;
  filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(240deg) brightness(100%) contrast(100%);
   background: #f0f8ff;
   padding: 15px;
   border-radius: 50%;
   transition   :     all 0.3s ease;
}

.single-info:hover .contact-icon  
  {
  background: #0030ff;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
  transform: scale(1.1);
}  

.info-content h4 {
	   color: #222;
  font-family: "Poppins", sans-serif;
    font-size:   18px;
  font-weight: 600;
  text-transform: capitalize;
    margin-bottom: 10px;}

.info-content p {
    color: #777;
  font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
   margin: 0;
   line-height: 1.6;
}

.template-btn {
	color: #fff !important;
	 background: #0030ff;
  font-family: "Open Sans", sans-serif;
   text-transform     :     uppercase;
    font-size: 14px;
   font-weight: 600;
    display: inline-block;
     padding: 15px 30px !important;
    border-radius    :     25px;
         transition: all 0.5s;
	text-decoration: none;
	border: none;
    cursor: pointer;
}

.template-btn:hover {
   background: #28AE60;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 48, 255, 0.3);
}

.section-padding {
    padding: 100px 0;
}

.section-top {
	margin-bottom: 60px;
}

.section-top h2 {
  color:       #222; 
  font-family: "Poppins", sans-serif; 
  font-size: 36px; 
	font-weight: 600; 
  margin-bottom: 15px;


}

.section-top p {
  color: #777;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
    font-style:      italic;
                    line-height:     1.6;
}

.text-center {
    text-align: center;
}

.contact-cta {
    background: #f8f9fa;
  padding: 60px 0;
}

.contact-cta h3


{
   color     :        #333;
   margin-bottom: 15px;
   font-size: 2rem;
    font-weight   :        600;
}

.contact-cta p {
  color:      #666;
	font-size: 1.1rem;
    line-height: 1.6;


}

.btn-outline-primary {
    color: #0030ff;
		background: transparent;
    border: 2px solid #0030ff;
    padding: 15px 30px;
   text-decoration: none;
    border-radius: 25px;
   font-weight: 600;
          display: inline-flex;
   align-items: center;
  gap: 10px;
   transition  :   all 0.3s ease; 

}

.btn-outline-primary:hover {
	background: #0030ff;
   color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 48, 255, 0.3);
}

.btn-icon {
    width: 20px;
       height: 20px;
}

.btn-outline-primary:hover .btn-icon {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}  

.popup-overlay {
      position: fixed;
    top: 0;
	left: 0;
   width: 100%;
	height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
   display: flex;
    align-items: center;
    justify-content: center;
  animation: fadeIn 0.3s ease;
}

.popup-content {
    background: #fff;
  border-radius: 15px;
       padding: 40px;
    max-width: 500px;
   width :    90%;
   text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
       animation: slideUp 0.3s ease;
	
}

.popup-header {
  margin-bottom: 25px;
}

.popup-icon {
   width: 60px;
    height: 60px;
  filter: invert(27%) sepia(91%) saturate(2870%) hue-rotate(100deg) brightness(104%) contrast(97%);
   margin-bottom: 15px;
}

.popup-header h3 {
       margin: 0;
    color: #333;
 font-weight: 600;
   font-size: 1.8rem; 

}

.popup-body p {
    color: #666;
   font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 25px;
}

.popup-body .btn {
          background: #28AE60;
    color     :       #fff;
    border: none;
        padding: 12px 30px;
  border-radius: 25px;
    font-weight:      600;
  cursor  : pointer;
    transition: all 0.3s ease;
}

.popup-body .btn:hover		{
   background: #0030ff;
  transform: translateY(-2px);
}@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.mb-4 {
    margin-bottom: 1.5rem;
}@media (max-width: 991.98px) {
    .contact-info {
        margin-top: 40px;
    }

    .contact-hero {
        padding: 120px 0 60px;
    }

    .contact-hero h1 {
        font-size: 2.2rem;
    }

    .contact-cta {
        text-align: center;
    }

    .contact-cta .col-lg-4 {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .section-padding {
        padding: 60px 0;
    }

    .contact-hero h1 {
        font-size: 1.8rem;
    }

    .contact-hero p {
        font-size: 1rem;
    }

    .section-top h2 {
        font-size: 28px;
    }

    .popup-content {
        padding: 30px 20px;
    }
}

@media (max-width: 575.98px) {
    .contact-form form .left,
    .contact-form form .right {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .contact-form form .right {
        margin-top: 20px;
    }

    .contact-form form button {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .contact-form {
        padding: 30px 20px;
    }

    .privacy-check {
        flex-direction: column;
        gap: 5px;
    }

    .into-icon {
        margin-right: 15px;
        min-width: 50px;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
}.legal-hero     {
     background: linear-gradient(135deg, #0030ff 0%, #28AE60 100%);
   padding: 150px 0 80px;
  margin-top: 80px;
    color: #fff;
	}



.legal-hero h1 {
    font-size: 2.8rem;
                    font-weight: 700;
    margin-bottom: 20px;
  line-height: 1.2;
}

.legal-hero p {
  font-size: 1.2rem;
    line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.legal-content {
      background: #fff;
  padding: 80px 0;
}

.disclaimer-content {
   max-width: 100%;
   background: #fff;
    border-radius: 8px;
   padding: 0;
}

.disclaimer-intro {
   margin-bottom: 50px;
  padding: 30px;
    background: #f8f9fa;
    border-radius    :        8px;
   border-left    :4px solid #0030ff;
}

.disclaimer-intro .lead {
   font-size     :      1.2rem;
  line-height: 1.7;
    color: #333;
	font-weight: 500;
  margin-bottom: 0;
}

.disclaimer-section {
	   margin-bottom: 40px;
    padding-bottom: 30px;
	border-bottom: 1px solid #eee;

}

.disclaimer-section:last-child {
    border-bottom     :  none; 
	   padding-bottom: 0;
}

.disclaimer-section h2 {
  color: #0030ff;
  font-size: 1.8rem;
   font-weight: 600;
   margin-bottom: 20px;
	border-bottom: 2px solid #f0f8ff;
   padding-bottom: 10px;
     }

.disclaimer-section h3 {
  color     :#333;
  font-size: 1.4rem;
   font-weight     :      600;
	margin: 25px 0 15px 0;
     }

.disclaimer-section p {
    color: #555;
  font-size: 16px;
    line-height: 1.7;
	 margin-bottom: 15px;
    text-align: justify;
}

.disclaimer-section ul {
   margin: 15px 0;
    padding-left :   20px;
}

.disclaimer-section li {
    color: #555;
    font-size: 16px;
  line-height:      1.6;
	margin-bottom: 8px;
}



.disclaimer-section ul li strong {
    color: #333;
  font-weight     :   600;
}

.contact-info {
  list-style: none;
	 padding-left: 0;
}

.contact-info li {
   background: #f8f9fa;
   padding: 10px 15px;
    margin-bottom :  8px;
  border-radius: 5px;
    border-left: 3px solid #0030ff;
}

.disclaimer-footer	{
   margin-top: 50px;
        padding :      30px;
   background   :    #f8f9fa;
   border-radius: 8px;
    text-align: center;
}

.disclaimer-footer p {
   margin-bottom: 10px;
   color: #666;


}

.disclaimer-footer .important-note
{
   font-weight: 600;
    color: #0030ff;
   font-size: 1.1rem;
    border: 2px dashed #0030ff;
	 padding: 20px;
     border-radius: 8px;
  background: rgba(0, 48, 255, 0.05);
}

.disclaimer-section ul li:first-child {


  font-weight: 500;

}

.disclaimer-section p:first-of-type {
    font-weight: 500;
}

.disclaimer-content a {
	color: #0030ff;
  text-decoration: none;
    transition: all 0.3s ease;
}

.disclaimer-content a:hover {
  text-decoration: underline;
   color  :      #28AE60;
}@media (max-width: 991px) {
    .legal-hero {
        padding: 120px 0 60px;
    }

    .legal-hero h1 {
        font-size: 2.2rem;
    }

    .legal-content {
        padding: 60px 0;
    }

    .disclaimer-intro {
        padding: 20px;
        margin-bottom: 40px;
    }

    .disclaimer-section {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .legal-hero h1 {
        font-size: 1.8rem;
    }

    .legal-hero p {
        font-size: 1rem;
    }

    .disclaimer-intro .lead {
        font-size: 1.1rem;
    }

    .disclaimer-section h2 {
        font-size: 1.5rem;
    }

    .disclaimer-section h3 {
        font-size: 1.2rem;
    }

    .disclaimer-section p,
    .disclaimer-section li {
        font-size: 15px;
    }

    .disclaimer-footer {
        padding: 20px 15px;
    }

    .disclaimer-footer .important-note {
        font-size: 1rem;
        padding: 15px;
    }

    .contact-info li {
        padding: 8px 12px;
        font-size: 15px;
    }
}