* {
    margin: 0;

   padding: 0;

  box-sizing: border-box;
}

body {


  font-family: 'Open Sans', Arial, sans-serif;
      color: #333;
     line-height: 1.6;
   	 overflow-x: hidden;
	}

.container {
    width: 100%;
   max-width: 1170px;
	 margin: 0 auto;
 padding: 0 15px;
}

.row {
  display     :  flex;
   flex-wrap: wrap;
   margin-left: -15px;
  margin-right: -15px;
}

.col-md, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-8, .col-lg-9, .col-lg-12, .col-md-6, .col-xl-12 {
   position: relative;
    width: 100%;
  padding-left: 15px;
  padding-right:      15px;
}

.col-lg-12, .col-xl-12, .col-md-12 {
   flex: 0 0 100%;
  max-width: 100%;
}

.col-lg-9  {
    max-width: 75%;
  flex: 0 0 75%;
}

.col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-lg-6, .col-md-6 {
        flex: 0 0 50%;

    max-width: 50%;
}

.col-lg-5 {
    flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-lg-4 {
   flex: 0 0 33.333333%;
			max-width: 33.333333%;
}

.header_area {
    position   :     absolute;
   width: 100%;
	 top: 0;
   left: 0;
    z-index:     9999;
  background: rgba(44,33,114,0.95);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.header_area .navbar-brand {
   margin-right: 30px;
}



.header_area .navbar-brand img     {

	max-height: 45px;
  filter: brightness(0) invert(1);
    width  :       auto;}

.header_area .menu_nav
{
  width: 100%;
}

.header_area .navbar {
	 background :       transparent;
	padding: 0px;
    width: 100%;
    border :   0px;
}

.header_area .navbar .nav		{
	 display: flex;

		list-style: none;

		 margin: 0;

	   padding: 0;
}

.header_area .navbar .nav .nav-item    {
	margin-right   :     35px;
}

.header_area .navbar .nav .nav-item .nav-link {
  font-size: 13px;
   line-height: 75px;
    text-transform: uppercase;
  color: #fff;
  padding: 0px;
    display: inline-block;
               font-weight: 500;
     text-decoration: none;
	 transition: color 0.3s;

}

.header_area .navbar .nav .nav-item .nav-link:hover,
.header_area .navbar .nav .nav-item.active .nav-link
{

      color: #3fcaff;
     }

.header_area .navbar-right {
   margin-left: auto;
	
}

.header_area .navbar-right .primary_btn {


    min-width:    135px;

	          text-transform: uppercase;

	          border-radius: 50px;

	   line-height: 40px;

	   background: #3fcaff;

	    color :       #fff;

	   padding  : 0 25px;

	    text-decoration  :    none;

	  display: inline-block;

	  font-size: 13px;

	   font-weight: 600;

	    transition     : background 0.3s;

}

.header_area .navbar-right .primary_btn:hover {
   background: #2ab4e6;
}

.navbar-toggler {
   border: none;
    padding: 0px;
  cursor: pointer;
   display: none;
    background: transparent;
}

.navbar-toggler .icon-bar {
   -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
	width: 25px;
  display: block;
	margin: 5px 0;
  height: 3px;
  background: #fff;
}

.hero-slider {
	   position: relative;
    width: 100%;
     }

.slider-item .single-slider-item {


  height: 650px;
	padding-top: 220px;
  background-repeat: no-repeat;
   background-size: cover;
    background-position :        center center;
  position: relative;

}

.slider-item .single-slider-item::before {
  content: '';

	    position :       absolute;

	    top: 0;

	   left: 0;

	   width:       100%;

	   height: 100%;

	  background: rgba(0,0,0,0.45);
}

.slider-item .single-slider-item .container {
               position     :relative;
   z-index: 2;
}

.slider-item .single-slider-item h1	{
   font-size: 56px;
  color: #ffffff;
    line-height: 1.2;
  font-weight: 700;
	margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.slider-item .hero-subtitle {
  font-size: 22px; 
   margin-top :    15px; 
  color: #fff; 
                    font-weight: 300;
}

.section-padding {
  padding: 100px 0;
}

.text-image-section,
.text-image-section-reverse {
   background: #fff;
}

.text-image-content h2


{
    color: #222;
    font-size: 38px;
    font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.text-image-content .lead {


    color  :     #666;
  font-size: 18px;
  margin-bottom: 20px;
    font-style: italic;
	 line-height: 1.7;


}

.text-image-content p {

	       line-height   :   1.8;
   color: #666;
   margin-bottom: 20px;
  font-size: 16px;
}

.feature-list {
    list-style   :        none;
  padding: 0;
   margin: 30px 0;
}

.feature-list li {
  color: #666;
			font-size: 16px;
	  margin-bottom:      15px;
	   position     :        relative;
		padding-left :   30px;
	   display: flex;
	    align-items     :        flex-start;
}

.check-icon
	{
   width: 18px;
   height: 18px;
   position: absolute;
    left: 0;
	 top: 3px;
  filter: invert(61%) sepia(89%) saturate(1846%) hue-rotate(160deg) brightness(103%) contrast(101%); 

}

.text-image-img {
      text-align: center;


}

.text-image-img img {
   max-width: 100%; 
	   height: auto; 
		border-radius: 8px; 
	  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.stats-wrap {
    display: flex;
    margin: 30px 0;
}

.single-stat {
    margin-right  :50px;
}

.single-stat h3 {
    color: #3fcaff;
   font-size: 48px;
               font-weight: 700;
  margin-bottom :10px;
}

.single-stat p {
  color: #666;
   font-size    :      16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;


}

.template-btn {

    color: #fff !important;
   background: #3fcaff;
    text-transform     :     uppercase;
   font-size: 14px;
   font-weight   :  600;
	 display: inline-block;
    padding: 15px 35px !important;
  border-radius: 50px;
  transition: all 0.4s;
  text-decoration   :      none;
  margin-top: 20px;


}

.template-btn:hover {


         background: #2c2172;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(63,202,255,0.3);
     }

.secondary-btn {


   color: #222;
	margin-top: 20px;
         text-decoration: none;
   display: inline-block;
          text-transform: uppercase;
   font-size: 14px;
      transition: all 0.3s;
        font-weight :     600;}

.secondary-btn:hover {
  color: #3fcaff;
}

.secondary-btn .arrow-icon::after {
  content: '→';
   margin-left: 8px;
   transition     :     margin-left 0.3s;
}

.secondary-btn:hover .arrow-icon::after {
    margin-left  :      14px;
}

.site-section {

	     padding: 100px 0;
}

.bg-light {
  background    :    #f8f9fa !important;
} 

.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}

.section-title {
    color: #2c2172;
   margin-bottom: 15px;
  font-size: 42px;
  font-weight: 700;
}

.section-description {
    color: #666;
   font-size: 18px;
    margin-bottom: 50px;
}

.unit-4 {
  background :   #fff;
    padding: 35px 30px;
    border-radius    :   8px;
  transition: all 0.3s;
     height: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.unit-4:hover {

  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
	
}

.unit-4-icon

{
    margin-bottom: 25px;
}

.service-icon {

		width   : 60px;
    height   :      60px;
  filter: invert(61%) sepia(89%) saturate(1846%) hue-rotate(160deg) brightness(103%) contrast(101%);
     }

.briefcase-bold {
  width  :    60px;
   height: 60px;
}

.unit-4 h3 {
    font-size: 22px;
    color: #222;
   margin-bottom: 15px;
   font-weight: 600;
}

.unit-4 p {
   line-height: 1.7;
    color: #666;
	margin-bottom: 15px;
}

.unit-4 a {

	  color: #3fcaff;

  text-decoration: none;

   font-weight :       600;

    transition: color 0.3s;


}

.unit-4 a:hover {
   color: #2c2172;
   text-decoration: underline; 
	
}

.img-experience {
   position: relative;
  display : block;
}

.img-experience .year-badge {
	  width: 150px;
    height: 150px;
  border-radius: 50%;
  background: #3fcaff;
  position: absolute;
    right     :     0;
        bottom: 0;
  transform: translate(50%, 50%);
   display :      flex;
  align-items: center;
    justify-content: center;


}

.img-experience .year-badge > span {
    color: #fff;
    text-align :   center;
  font-size: 48px;
   font-weight: 700;
   line-height: 1;
}

.img-experience .year-badge > span > span {
	display: block;
  font-size: 14px;
  font-weight: 400;
	 margin-top: 5px;
}

.about-title
	{
  font-size    :        38px;
    color: #2c2172;
  margin-bottom: 25px;
    font-weight: 600;
}

.btn {

	        border-radius: 50px;
          font-size: 14px;
     text-transform: uppercase;
     letter-spacing: 1px;
       padding    :        15px 35px;
       text-decoration:none;
      display: inline-block;
       transition: all 0.3s;
   	 font-weight : 600;}

.btn.btn-primary {
  background     :        #3fcaff;
  border: 2px solid #3fcaff;
    color: #fff;
}

.btn.btn-primary:hover {
        border-color:       #2c2172;
  background  :        #2c2172;
}

.faq_section {
   padding: 100px 0;
   background: #f8f9fa;
}

.faq_content .card {
   border: none;
   margin-bottom     :20px;
  border-radius: 5px;
   overflow: hidden;
}

.faq_content .card .card-header

{
   padding: 0;
          border: none;
  background  :       transparent;
}

.faq_content .card .card-header h2 {


   margin: 0;
     }

.faq_content .card .card-header h2 button {
    font-size    :      17px;
    color: #222;
  font-weight: 600;
  text-decoration: none;
    padding: 22px 28px;
	display: block;
               width     :100%;
          text-align: left;
  position: relative;
    background: #fff;
         transition: all 0.3s;
   border: none;
  cursor: pointer;
}

.faq_content .card .card-header h2 button::after
{
  content: '−';
   position: absolute;
          right  :   28px;
   top: 50%;
  transform: translateY(-50%);
   font-size: 24px;
  color: #3fcaff;
    font-weight: 300;
}

.faq_content .card .card-header h2 button.collapsed::after		{
  content: '+';
}

.faq_content .card .card-header h2 button:hover	{
  background: #f8f9fa;
   color: #3fcaff;
}

.faq_content .card .card-body {
        padding: 22px 28px;
     font-size   :       15px;
  line-height: 1.7;
   color: #666;
   background: #fff;
    border-top: 1px solid #e9ecef;
}

.faq_content .collapse {
           display: none;}

.faq_content .collapse.show {
        display: block;
}

.section_title span {

   text-transform: uppercase;
   display: block;
  font-size: 18px;
  color: #3fcaff;
  font-weight: 600;
	 letter-spacing   :  2px;
  margin-bottom: 15px;


}

.section_title h3 {
    font-size: 42px;
  font-weight: 700;
    color: #2c2172;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-5   {
	 margin-bottom: 3rem;
}

.mb-4 {

               margin-bottom: 1.5rem;

}



.text-center   {
    text-align: center;
}

.align-items-center


{
	 align-items: center;

}

.mx-auto {

	   margin-left: auto;
               margin-right: auto;


}

.ml-auto {
  margin-left: auto;}

.cta-section {
  background: linear-gradient(135deg, #2c2172 0%, #3fcaff 100%);
    padding: 80px 0;
    text-align: center;
}

.cta-section h2 {
  color   :     #fff;
	    font-size :       42px;
	  font-weight  :   700;
	   margin-bottom: 20px;
}

.cta-section p		{
   color: #fff;
    font-size: 18px;
  margin-bottom: 35px;
    opacity: 0.95;
}

.cta-button {
    -o-transition: all 0.3s;
   -webkit-border-radius: 50px;
      border-radius    :     50px;
    padding: 18px 45px;
   transition: all 0.3s;
	letter-spacing: 1px;
    font-weight: 700;
   text-decoration: none;
  text-transform: uppercase;
   color: #2c2172;
   background: #fff;
   display: inline-block;
    font-size: 16px;
}

.cta-button:hover	{
  transform: translateY(-3px);
	  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.ftco-footer {
   font-size: 16px;
   background    :#1a1a2e;
   padding: 80px 0 30px;
}


.ftco-footer .ftco-footer-widget h2 {
	   color: #fff;
  margin-bottom: 30px;
	 font-size: 20px;
  font-weight :   600;


} 

.ftco-footer .ftco-footer-widget ul
{
  list-style: none;
   padding: 0;
}

.ftco-footer .ftco-footer-widget ul li

{
  margin-bottom: 12px; 
	
}

.ftco-footer .ftco-footer-widget ul li a  {
  color: rgba(255,255,255,0.7);
    text-decoration: none;
   transition: color 0.3s;
}

.ftco-footer .ftco-footer-widget ul li a:hover {
	color: #3fcaff;
   padding-left: 5px; 

}

.ftco-footer p {
  color: rgba(255,255,255,0.7);
		 line-height: 1.7;
}

.ftco-footer a {
  color: rgba(255,255,255,0.7);
   text-decoration: none;
}

.ftco-footer a:hover {
   color: #3fcaff;
}

.ftco-footer-social {
  padding: 0;
   margin: 0;
   list-style: none;}

.ftco-footer-social li {
    display: inline-block;
  margin-right  :15px;
}  

.ftco-footer-social li a
	{
  height: 45px;
   width: 45px;
    display: flex;
  align-items    :        center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
 border-radius: 50%;
    transition     :      all 0.3s;
}

.ftco-footer-social li a:hover {
  background  :      #3fcaff;
  transform: translateY(-3px);


}

.social-icon 
 {
   width: 22px;
    height: 22px;
  filter: brightness(0) invert(1);
}

.block-23 ul {
    padding    :0;
    list-style :        none;
}

.block-23 ul li {
   display: flex;
    align-items: flex-start;
 margin-bottom: 18px;
}

.block-23 ul li .icon {


	width: 35px;
  margin-right: 15px;
  flex-shrink    :    0;
}

.footer-icon {
  width: 20px;
  height     :      20px;
  filter: brightness(0) invert(1);
   opacity: 0.7;
}

.block-23 ul li .text {

	  color: rgba(255,255,255,0.7);
   line-height: 1.6;
     }

.copyright-text {
  color: rgba(255,255,255,0.5);
    font-size: 14px;
   margin-top: 40px;
   padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
}@media (max-width: 991px) {
    .navbar-toggler {
        display: block;
        margin: 20px 0;
    }

    .header_area .menu_nav {
        display: none;
        width: 100%;
        background: #2c2172;
        padding: 20px 0;
    }

    .header_area .menu_nav.show {
        display: block;
    }

    .header_area .navbar .nav {
        flex-direction: column;
    }

    .header_area .navbar .nav .nav-item {
        margin: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .header_area .navbar .nav .nav-item .nav-link {
        line-height: 45px;
        padding: 10px 20px;
        display: block;
    }

    .header_area .navbar-right {
        margin-left: 0;
        padding: 20px;
    }

    .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-8, .col-lg-9, .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .slider-item .single-slider-item h1 {
        font-size: 38px;
    }

    .text-image-content h2,
    .about-title,
    .section-title,
    .section_title h3 {
        font-size: 32px;
    }

    .section-padding,
    .site-section,
    .faq_section {
        padding: 60px 0;
    }

    .stats-wrap {
        flex-direction: column;
    }

    .single-stat {
        margin-bottom: 25px;
    }

    .img-experience .year-badge {
        position: relative;
        transform: none;
        margin: 20px auto 0;
    }
}

@media (max-width: 767px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .slider-item .single-slider-item {
        height: 500px;
        padding-top: 150px;
    }

    .slider-item .single-slider-item h1 {
        font-size: 32px;
    }

    .slider-item .hero-subtitle {
        font-size: 18px;
    }

    .text-image-content {
        margin-bottom: 40px;
    }

    .cta-section h2 {
        font-size: 32px;
    }
}.header_area .collapse.offset.menu_nav {
	display    :   flex !important;
	align-items: center;
   justify-content  :   space-between;
    width :  100%;


}

.header_area .navbar .nav     {
  display: flex;

	   flex-direction: row;

	    list-style: none;

		margin   :      0;

	  padding: 0;

	   align-items: center;

	    flex-wrap  :     nowrap;
}

.header_area .navbar .nav .nav-item {
  margin-bottom: 0;
    margin-right: 35px;
  white-space: nowrap;


}

.header_area .navbar .nav .nav-item:last-child {
   margin-right: 0;
}


.header_area .navbar-right  {
	  margin-left: auto;
   display    :     flex;
   align-items: center;
  padding-left: 20px;
}

.header_area .navbar-right .nav-item {
   margin-right: 0;


}@media (max-width: 991px) {
    .header_area .collapse.offset.menu_nav {
        display: none !important;
    }

    .header_area .collapse.offset.menu_nav.show {
        display: block !important;
    }

    .header_area .navbar .nav {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .header_area .navbar .nav .nav-item {
        margin-right: 0;
        width: 100%;
    }

    .header_area .navbar-right {
        padding-left: 0;
    }
}.top p     {


   color: #fff;
}

.page-header {
  background: linear-gradient(135deg, #2c2172 0%, #3fcaff 100%);
  padding: 180px 0 100px;
   text-align: center;
  color: #fff;
}

.page-header h1 
 {
  font-size: 56px;
   font-weight: 700;
   color: #fff;
    margin-bottom: 20px;
}

.page-header .lead-text

{
    font-size     :  20px;
  color: rgba(255,255,255,0.9);
   margin-bottom: 0;
}

.about_part {
	 background-color: #fff;
    padding:      100px 0;
}

.about_part h4 {
          font-size: 16px;
  color: #3fcaff;
   text-transform: uppercase;
  margin-bottom     :25px;
    letter-spacing: 2px;
    font-weight: 700; 

}

.about_part h2 {

    font-size: 38px;
  color: #2c2172;
    font-weight: 700;
   margin-bottom: 25px;
 line-height: 1.3;
	}

.about_part p {
  color  :   #666;
   line-height: 1.8;
  font-size: 16px;
    margin-bottom: 0;
}  

.about_img img {
	border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.about_part .about_text .experiance {
         align-items: flex-end;
	margin-top: 40px;
  display: flex; 
	
}

.about_part .about_text .experiance h2 {
    font-size: 90px;
    color   :#3fcaff;
   font-weight: 700;
    display: inline-block;
   line-height: 75px;
   margin-bottom: 0;
}

.about_part .about_text .experiance p {
    margin-left: 15px;
	  color: #666;
	    font-size: 16px;
	     font-weight     : 600;
}

.about_part .about_text .experiance p span {
   display: block;
   line-height: 1.4; 
	
}

.about_part .experiance_list .experiance_list_iner {
    columns: 2;
   column-gap   :        40px;}

.about_part .experiance_list .experiance_list_iner .single_experiance_list {

   margin-bottom: 35px;
    break-inside: avoid;
	}

.about_part .experiance_list .experiance_list_iner .single_experiance_list h5 {
       font-size: 18px;
	font-weight: 600;
	 color: #222;
  margin-bottom: 12px;
     display: flex;
    align-items: center;


}

.list-icon {
   width: 24px;

	   height: 24px;

	   margin-right   :   10px;

	  filter: invert(61%) sepia(89%) saturate(1846%) hue-rotate(160deg) brightness(103%) contrast(101%);
     }

.about_part .experiance_list .experiance_list_iner .single_experiance_list p {
    font-size: 15px;
       color: #666;
    line-height  :  1.7;
}

.page-section {

	        padding: 100px 0;
    background: #f8f9fa;


}

.section-heading {
   font-size: 42px;
    color: #2c2172;
    font-weight: 700;
   margin-bottom: 15px;
}

.section-subtext {
    font-size: 18px;
   color: #666;
    margin-bottom :   0;
}

.service-item-29191 {
   text-align: center;
   padding: 30px 20px;
}

.icon-wrapper {
  display : inline-block;
}

.feature-icon {
  width: 70px;
   height: 70px;
  filter: invert(61%) sepia(89%) saturate(1846%) hue-rotate(160deg) brightness(103%) contrast(101%);
}

.service-item-29191 h3

{
   font-size: 22px;

  font-weight: 600;

  color: #222;

   margin-bottom: 15px;
}

.service-item-29191 p {

    color: #666;
   font-size: 15px;
  line-height     :       1.7;}

.values-section {
  padding: 100px 0;
    background: #fff;
}

.values-section h2 {
    font-size: 42px;
          color: #2c2172;
	font-weight: 700;
   margin-bottom: 20px;
}

.values-intro {
	 font-size: 18px; 
   color: #666; 
	line-height   :      1.7;
}

.value-card {
   background: #f8f9fa;
   padding    :      35px 30px;
    border-radius: 8px;
         transition: all 0.3s;
	height: 100%;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.value-icon {
	margin-bottom: 20px;
}

.value-icon img {

  width: 50px;
      height: 50px;
  filter: invert(61%) sepia(89%) saturate(1846%) hue-rotate(160deg) brightness(103%) contrast(101%);
	}

.value-card h4 {

	    font-size: 24px;
          color: #222;
    font-weight: 600;
   margin-bottom: 15px;}

.value-card p {
    color: #666;
      font-size: 15px;
   line-height: 1.7;
    margin-bottom: 0;
}

.mt-3


{
    margin-top: 1rem;
}

.mt-5 {
    margin-top :   3rem;
}@media (max-width: 991px) {
    .page-header {
        padding: 140px 0 80px;
    }

    .page-header h1 {
        font-size: 38px;
    }

    .about_part,
    .page-section,
    .values-section {
        padding: 60px 0;
    }

    .about_part h2,
    .section-heading,
    .values-section h2 {
        font-size: 32px;
    }

    .about_part .about_text .experiance h2 {
        font-size: 70px;
        line-height: 60px;
    }

    .about_part .experiance_list .experiance_list_iner {
        columns: 1;
    }

    .about_img {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .page-header h1 {
        font-size: 32px;
    }

    .page-header .lead-text {
        font-size: 18px;
    }
}.page-header {
  background: linear-gradient(135deg, #2c2172 0%, #3fcaff 100%);
   padding: 180px 0 100px;
    text-align: center;
                    color: #fff;
}

.page-header h1 {
  font-size: 56px; 
	    font-weight: 700; 
		color: #fff; 
	  margin-bottom: 20px;
}

.page-header .lead-text {
  font-size: 20px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 0;
}

.testimony-section    {
  padding: 100px 0;
	 background: #fff;
}

.heading-section
	{
      margin-bottom: 60px;
}

.heading-section .subheading {
  font-size  :      14px;
   display: block;
   margin-bottom: 10px;
   color: #3fcaff;
    text-transform: uppercase;
  letter-spacing: 2px;
   font-weight: 700;
	
}

.heading-section h2 {
      font-size: 42px;
  font-weight: 700;
   color: #2c2172;
   margin-bottom: 20px;}

.section-intro {
   			font-size: 18px;
   color: #666;
    margin-top: 15px;
  line-height: 1.7;}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
   gap: 35px;
}

.testimony-wrap {
	       background: #f8f9fa;
   padding: 35px 30px;
  border-radius: 8px;
   transition  :        all 0.3s;
    border-left: 4px solid #3fcaff;

}

.testimony-wrap:hover    {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.rating-stars {
   display: flex;
  gap: 5px;
  margin-bottom: 20px;
	
}

.star-icon {
  width: 20px;
      height     :20px;
     filter: invert(79%) sepia(93%) saturate(1538%) hue-rotate(359deg) brightness(104%) contrast(104%);
}

.testimony-wrap .text {
  margin-bottom: 25px;
}

.testimony-wrap .text p {
   font-size: 16px;
  line-height: 1.8;
    color: #555;
  margin-bottom: 0;
    font-style: italic;


}

.client-info {
	 border-top: 1px solid #dee2e6;
   padding-top: 20px;
}


.client-info .name
	{
   font-weight: 600;
    margin-bottom: 5px;
	color: #222;
    font-size: 18px;
}

.client-info .position {
   font-size: 14px;
   color: #888;
    text-transform: uppercase;
  letter-spacing: 1px;
   font-weight: 500;
}

.stats-banner


{
        background: #2c2172;
  padding: 80px 0;
}

.stat-item h3		{
    font-size : 48px;
   font-weight: 700;
    color: #3fcaff;
  margin-bottom: 10px;
  line-height: 1;
}

.stat-item p


{
    font-size: 16px; 
        color: #fff; 
   text-transform     :        uppercase; 
  letter-spacing: 1px; 
   font-weight: 600; 
   margin-bottom: 0;
} 

.justify-content-center {
	justify-content     : center;


}@media (max-width: 991px) {
    .page-header {
        padding: 140px 0 80px;
    }

    .page-header h1 {
        font-size: 38px;
    }

    .testimony-section {
        padding: 60px 0;
    }

    .heading-section h2 {
        font-size: 32px;
    }

    .stats-banner {
        padding: 60px 0;
    }

    .stat-item h3 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .page-header h1 {
        font-size: 32px;
    }

    .page-header .lead-text {
        font-size: 18px;
    }

    .testimony-wrap {
        padding: 25px 20px;
    }

    .stat-item {
        margin-bottom: 30px;
    }
}.page-header {
  background: linear-gradient(135deg, #2c2172 0%, #3fcaff 100%);
   padding: 180px 0 100px;
    text-align: center;
   color: #fff;
}

.page-header h1 {
 font-size: 56px;
  font-weight: 700;
   color: #fff;
    margin-bottom: 20px;
}

.page-header .lead-text {
    font-size: 20px;
  color: rgba(255,255,255,0.9);
 margin-bottom: 0;
}

.services-overview {
  padding: 100px 0;
  background: #fff;
}

.services-overview h2 {
  font-size: 42px;
  color: #2c2172;
  font-weight: 700;
		 margin-bottom: 20px;
}


.intro-text {
    font-size: 18px;
   color: #666;
    line-height: 1.7;
	margin-bottom: 0;
}

.service-card {
    background: #f8f9fa;
    padding: 40px 30px;
    border-radius: 8px;
   text-align: center;
   transition   :       all 0.3s;
                    height: 100%;
    border: 2px solid transparent;
}


.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    border-color: #3fcaff;
}

.service-icon {
   margin-bottom: 25px;
}

.service-icon img {
  width: 65px;
  height: 65px;
  filter: invert(61%) sepia(89%) saturate(1846%) hue-rotate(160deg) brightness(103%) contrast(101%);
}

.service-card h3 {
   font-weight  :600;
  color: #222;
   font-size: 24px;
  margin-bottom: 18px;}

.service-card p {
  font-size: 15px;
    color    :      #666;
    line-height: 1.7;
   margin-bottom: 0;
}

.pricing-area {
    background: #f8f9fa;
    padding:   100px 0;
}

.section-top
	{
    margin-bottom     :      70px;
}

.section-top h2 {
    color: #2c2172;
    font-size     : 42px;
    font-weight: 700;
  margin-bottom: 15px;
}

.section-top p {
   color: #666;
         font-size: 18px;
    font-style: italic;
      margin-bottom: 0;
}

.single-table {
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	 padding-bottom: 40px;
	 background: #fff;
   border-radius: 8px;
  transition:  all 0.4s;
  margin-bottom: 30px;
  position: relative; 
	
}

.single-table:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  transform: translateY(-5px);
}

.single-table.featured {
  transform: scale(1.05);
   border: 3px solid #3fcaff;
}

.single-table.featured:hover {
	  transform: scale(1.05) translateY(-5px);

	}

.popular-badge {
    position: absolute;
    top: -15px;
  right: 30px;
	 background: #3fcaff;
    color: #fff;
    padding: 8px 20px;
   border-radius    :        20px;
    font-size: 13px;
    font-weight: 600;
  text-transform: uppercase;
    letter-spacing: 1px;
}



.single-table .table-top {
   	background: #f8f9fa; 
  padding: 45px 20px; 
  border-bottom: 2px solid #e9ecef; 
    transition: 0.4s; 
	border-radius: 8px 8px 0 0;
	}

.single-table:hover .table-top


{
	background: #3fcaff;
	
}

.pricing-icon {

	    width: 55px;
      height: 55px;
    margin-bottom    :    20px;
  filter: invert(61%) sepia(89%) saturate(1846%) hue-rotate(160deg) brightness(103%) contrast(101%);
}

.single-table:hover .pricing-icon {
  filter: brightness(0) invert(1);
}

.single-table .table-top h3    {
	   letter-spacing: 1px;
  text-transform: uppercase;
   font-size: 22px;
   font-weight: 600;
  margin-bottom: 20px;
       color: #222;
	}

.single-table:hover .table-top h3 {
    color: #fff;
}



.single-table .table-top h2 {
   font-weight: 700;
        color: #2c2172;
  line-height: 1;
    margin-bottom: 0;
                    font-size: 52px;
}

.single-table:hover .table-top h2 {
    color: #fff;


}

.single-table .table-top h2 span


{
  font-size: 18px;
  font-weight: 400;
   color: #777;
}

.single-table:hover .table-top h2 span {
  color: rgba(255,255,255,0.9);
}

.single-table.featured .table-top  
  {
    background: #3fcaff;
}

.single-table.featured .table-top h3,
.single-table.featured .table-top h2,
.single-table.featured .table-top h2 span {
    color: #fff;
}

.single-table.featured .pricing-icon {

  filter: brightness(0) invert(1);
}

.single-table .table-content {
    padding: 40px 30px 25px;

}

.single-table .table-content ul {
    list-style: none;
    padding  :        0;
    margin: 0 0 35px 0;

}

.single-table .table-content ul li {
    color: #666;
  border-bottom: 1px solid #f1f1f1;
  font-size: 15px;
	padding :  14px 0;
	line-height: 1.6;
	text-align: center;
}

.single-table .table-content ul li:last-child {
   border-bottom: none;


}

.template-btn {
   font-size: 14px;
  display   :inline-block;
    border-radius: 50px;
   padding: 15px 35px !important;
    text-decoration: none;
    font-weight: 600;
   border   :       2px solid #e9ecef;
   text-transform: uppercase;
  transition: all 0.3s;
  background: #f8f9fa;
    color: #222 !important;
}

.single-table .template-btn:hover {
    color: #fff !important; 
	    background: #3fcaff; 
		 border-color: #3fcaff; 
	  transform: translateY(-2px);
}

.pricing-note {
  color: #888;
  font-size  :        14px;
  font-style: italic;
    margin-top: 30px;
}

.process-section {
        padding:   100px 0;
     background: #fff;
}

.process-section h2 {
    font-size: 42px;
  color: #2c2172;
    font-weight: 700;
  margin-bottom: 20px;
}

.process-step

{
   text-align: center;
    padding: 30px 20px;
}

.step-number     {
   width: 70px;
   height: 70px;
    background:     #3fcaff;
    color: #fff;
    border-radius: 50%;
  display: flex;
	align-items:       center;
   justify-content    :  center;
    font-size: 24px;
  font-weight: 700;
   margin: 0 auto 25px;
   transition    :        all 0.3s;
}

.process-step:hover .step-number {
  transform: scale(1.1);
  background :       #2c2172;
}

.process-step h4    {
                    font-size: 22px;
  color: #222;
  font-weight  :    600;
        margin-bottom    :       15px;
}

.process-step p {
   font-size: 15px;
    color: #666;
   line-height: 1.7;
    margin-bottom: 0;
}@media (max-width: 991px) {
    .page-header {
        padding: 140px 0 80px;
    }

    .page-header h1 {
        font-size: 38px;
    }

    .services-overview,
    .pricing-area,
    .process-section {
        padding: 60px 0;
    }

    .services-overview h2,
    .section-top h2,
    .process-section h2 {
        font-size: 32px;
    }

    .single-table.featured {
        transform: none;
        margin-bottom: 30px;
    }

    .single-table.featured:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 767px) {
    .page-header h1 {
        font-size: 32px;
    }

    .page-header .lead-text {
        font-size: 18px;
    }

    .single-table .table-top h2 {
        font-size: 42px;
    }

    .service-card,
    .process-step {
        margin-bottom: 30px;
    }
}.page-header {
  background: linear-gradient(135deg, #2c2172 0%, #3fcaff 100%);
       padding: 180px 0 100px;
    text-align  : center;
    color   :      #fff;
}

.page-header h1 {
  font-size: 56px;
    font-weight: 700;
   color: #fff;
  margin-bottom: 20px;
}

.page-header .lead-text {
   font-size: 20px;
  color: rgba(255,255,255,0.9);
    margin-bottom: 0;
}

.contact-wrapper{
   padding: 100px 0 80px;
   background: #fff;
}

.contact-header {
   font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color :        #2c2172;}

.contact-intro {
      font-size : 16px;
    color: #666;
    line-height: 1.7;
   margin-bottom: 50px;
}

.form-contact .form-group {
  margin-bottom: 25px;
    position   :relative;
}

.form-contact .form-control {
         color:  #333;
    background: #fff;
    transition: all 0.3s;
    border-radius: 5px;
   font-size: 15px;
  border: 2px solid #e3e4e7;
  height: 52px;
                    padding-left: 20px;
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
   border-color: #3fcaff;
}

.form-contact textarea {
 border-radius: 5px;
      height: 180px !important;
  padding-top: 15px;
  resize: vertical;
}

.error-message {
      color: #dc3545;
	 font-size  :   13px;
                    display: block;
   margin-top :     5px;
   font-weight: 500;
}

.form-control.error {
    border-color: #dc3545;
}

.button-contactForm {
        background: #3fcaff;
   color: #fff;
    border: 2px solid #3fcaff;
	 padding: 16px 40px;
	 font-size: 16px;
    font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
	 transition :    all 0.3s;
       text-transform: uppercase;
 letter-spacing: 1px;
}

.button-contactForm:hover   {
    background: #2c2172;
    border-color: #2c2172;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(63,202,255,0.3);
} 

.contact-details {
	 margin-bottom   :  35px;
   display: flex;
  align-items: flex-start;
}

.contact-details__icon
	{
   margin-right: 20px;
    flex-shrink: 0;
}

.contact-icon {
    width: 32px;
       height: 32px;
     filter: invert(61%) sepia(89%) saturate(1846%) hue-rotate(160deg) brightness(103%) contrast(101%); 
	
}

.contact-details .media-body h3    {
   font-size: 20px;
  margin-bottom: 10px;
   color: #222;
  font-weight: 600;
}

.contact-details .media-body p {
                    color: #666;
    font-size: 15px;
    line-height: 1.7;
        margin-bottom: 5px;
}

.contact-details .media-body p a {
    color: #666;
   text-decoration: none;
    transition: color 0.3s;
}

.contact-details .media-body p a:hover {

	    color : #3fcaff;}

.small-text {
  font-size: 13px !important;
    color: #888 !important;
   font-style: italic;
}

.modal-overlay	{

	    display: none;
   position   :  fixed;
	top: 0;
                    left: 0;
    width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
    z-index: 99999;
   align-items: center;
	justify-content: center; 
	


}

.modal-overlay.show {
    display: flex;
}

.modal-content {
	 background:    #fff;
   padding     :      50px 40px;
    border-radius: 10px;
    max-width: 500px;
  width: 90%;
   text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  animation: modalSlideIn 0.3s ease;
}@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.modal-icon {
          margin-bottom: 25px;
	
}

.modal-icon img {
     width: 70px;
	  height: 70px;
	  filter: invert(70%) sepia(73%) saturate(1791%) hue-rotate(92deg) brightness(97%) contrast(89%);
}

.modal-content h3 {
    font-size: 28px;
          color: #222;
    font-weight: 700;
	margin-bottom: 20px;
}

.modal-content p {
   font-size: 16px;
  color: #666;
    line-height: 1.7;
   margin-bottom   :       30px;
}

.modal-btn {
   background: #3fcaff;
               color: #fff;
	border: none;
    padding: 14px 40px;
     font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
	 cursor    :   pointer;
        transition   :all 0.3s;
   text-transform: uppercase;
}

.modal-btn:hover {
  background: #2c2172;
  transform: translateY(-2px);
}

.w-100 {
    width: 100%;
}

.mt-3 {
   margin-top: 1rem;
}

input[name="_honey"] {
               display: none !important;
}@media (max-width: 991px) {
    .page-header {
        padding: 140px 0 80px;
    }

    .page-header h1 {
        font-size: 38px;
    }

    .contact-wrapper {
        padding: 60px 0 50px;
    }

    .contact-header {
        font-size: 28px;
    }

    .contact-details {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .page-header h1 {
        font-size: 32px;
    }

    .page-header .lead-text {
        font-size: 18px;
    }

    .modal-content {
        padding: 40px 30px;
    }

    .modal-content h3 {
        font-size: 24px;
    }
}.page-header {

	  background: linear-gradient(135deg, #2c2172 0%, #3fcaff 100%);
   padding :  180px 0 100px;
  text-align: center;
    color: #fff;
}

.page-header h1 {
    font-size: 56px;
    font-weight: 700;
   color: #fff;
   margin-bottom: 20px;
}

.page-header .lead-text {
    font-size: 20px;
  color: rgba(255,255,255,0.9);
	 margin-bottom: 0;
}

.faq_area {

	   padding: 100px 0;
    background: #f8f9fa;
     }

.faq_area .section_title h3 {
  font-size: 42px;
	 font-weight     :   700;
 line-height: 1.3;
   color: #2c2172;
  font-family: "Poppins", sans-serif;
   margin-bottom: 20px;
}

.faq_area .section_title p {
   font-size: 16px;
    line-height: 1.7;
   color: #666;
  margin-top: 15px; 

}

.mb-80 {
	  margin-bottom     :     70px;
	}

.faq_wrapper {
   max-width: 100%;
}

.single_faq {
   border: 2px solid #e9ecef;
   border-radius: 8px;
   margin-bottom: 20px;
    background-color: #fff;
  transition: all 0.3s ease;
   overflow: hidden;
}

.single_faq:hover  {
  box-shadow: 0px 10px 25px rgba(0,0,0,0.08);
  border-color: #3fcaff;
}

.single_faq.active {
   border-color: #3fcaff;
  box-shadow: 0px 10px 25px rgba(0,0,0,0.08); 
	
}

.faq_header {
    padding: 25px 30px;
  cursor: pointer;
	 position: relative;
   display: flex;
  align-items: center;
    transition: all 0.3s;


}

.faq_header:hover    {
   background: #f8f9fa;
}

.faq-icon {

	  width: 24px;
       height: 24px;
                       margin-right  :15px;
      flex-shrink: 0;
     filter: invert(61%) sepia(89%) saturate(1846%) hue-rotate(160deg) brightness(103%) contrast(101%);
   	 transition: all 0.3s;
}

.single_faq.active .faq-icon
	{
  filter: invert(17%) sepia(45%) saturate(1845%) hue-rotate(228deg) brightness(91%) contrast(94%);
}

.faq_header h4 {
         font-size: 18px;
    font-weight: 600;
  color: #222;
        margin-bottom: 0;
  font-family: "Poppins", sans-serif;
	padding-right: 40px;
  transition: all 0.3s ease;
    flex: 1;
}  

.faq_header:hover h4 {
   color: #3fcaff;
}

.single_faq.active .faq_header h4 {
    color: #2c2172;
}

.faq_content {
   transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  overflow  :     hidden;
    border-top: 0;
   max-height    :       0;
  padding: 0 30px 0 69px;
}

.single_faq.active .faq_content {
   max-height:800px;
	 padding: 0 30px 25px 69px;
   border-top: 1px solid #e9ecef;
}

.faq_content p {
   font-size: 15px;
   line-height:   1.8;
  color: #666;
   margin-bottom: 0;
    padding-top: 20px;
}



.faq_header::after {
  content: "+";
   position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
   font-size: 28px;
	font-weight: 300;
	color: #999;
   transition: all 0.3s ease;
}

.single_faq.active .faq_header::after {

	  content: "−";
   color: #3fcaff;
  transform: translateY(-50%) rotate(180deg);
     }

.faq_header:hover::after


{
    color: #3fcaff;
}

.still-questions {
  background: #fff;
   padding: 50px 40px;
   border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08); 

}

.still-questions h3 {
    font-size: 32px;
  color: #2c2172;
   font-weight: 700;
        margin-bottom: 20px;
}

.still-questions p {
   margin-bottom: 30px;
   font-size: 16px;
   color: #666;
    line-height: 1.7;
}

.contact-btn {
   background: #3fcaff;
    color: #fff;
  padding: 16px 40px;
    border-radius: 50px;
   text-decoration: none;
  font-weight: 600;
  font-size:       16px;
          display: inline-block;
   transition:     all 0.3s;
  text-transform   :   uppercase;
  letter-spacing: 1px;
}



.contact-btn:hover {
   background: #2c2172;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(63,202,255,0.3);
    text-decoration: none;
   color: #fff;
}

.mt-5 {
   margin-top: 3rem;
}

.justify-content-center {
       justify-content: center;


     }@media (max-width: 991px) {
    .page-header {
        padding: 140px 0 80px;
    }

    .page-header h1 {
        font-size: 38px;
    }

    .faq_area {
        padding: 60px 0;
    }

    .faq_area .section_title h3 {
        font-size: 32px;
    }

    .mb-80 {
        margin-bottom: 40px;
    }

    .still-questions {
        padding: 40px 30px;
    }

    .still-questions h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .page-header h1 {
        font-size: 32px;
    }

    .page-header .lead-text {
        font-size: 18px;
    }

    .faq_area .section_title h3 {
        font-size: 26px;
    }

    .mb-80 {
        margin-bottom: 30px;
    }

    .faq_header {
        padding: 18px 20px;
    }

    .faq-icon {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }

    .faq_header h4 {
        font-size: 16px;
        padding-right: 35px;
    }

    .faq_content {
        padding: 0 20px 0 52px;
    }

    .single_faq.active .faq_content {
        padding: 0 20px 20px 52px;
    }

    .faq_header::after {
        right: 20px;
        font-size: 24px;
    }

    .still-questions {
        padding: 30px 20px;
    }

    .still-questions h3 {
        font-size: 24px;
    }
}.cookie-alert {
   position: fixed;
   bottom:        0;
    left: 0;
   width: 100%;
   background:       #fff;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
	z-index: 999999;
  transform: translateY(100%);
   transition: transform 0.4s ease;
}

.cookie-alert.show{
     transform: translateY(0);
     }

.cookie-content 
 {
	max-width: 1200px;
	 margin: 0 auto;
    padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.cookie-text h4    {
                    font-size: 18px;
   font-weight: 600;
  color: #222;
   margin-bottom: 8px;
}

.cookie-text p {

	  line-height: 1.6;
          color: #666;
   font-size: 14px;
    margin   :     0;
     }

.cookie-buttons {
   display    : flex;
    gap: 12px;
   flex-shrink: 0;
}

.cookie-btn {
	font-weight: 600;
    border-radius: 50px;
    padding: 12px 30px;
  border: 2px solid transparent;
                    transition: all 0.3s;
   cursor: pointer;
   letter-spacing: 0.5px;
   text-transform: uppercase;
    font-size: 14px;
}

.cookie-btn.accept {
   background: #3fcaff;
    color  :     #fff;
	border-color: #3fcaff;
}

.cookie-btn.accept:hover {
  background: #2c2172;
	border-color: #2c2172;
}

.cookie-btn.decline {
   background: transparent;
  color:      #666;
  border-color: #ddd;
}

.cookie-btn.decline:hover {
 background: #f5f5f5;
  border-color: #999;
   color: #333;
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 15px;
    }

    .cookie-text h4 {
        font-size: 16px;
    }

    .cookie-text p {
        font-size: 13px;
    }

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
        padding: 14px 20px;
    }
}