/* Codelander v2.9.9 by Codefest */
/* TABLE OF CONTENTS */
/* ------------------
1. General
2. Navbar
3. Header
4. Strategy Section
5. Services Section
6. Pricing Section
7. Clients Section
8. News Section
9. Contact Section
10. Footer
-------------------- */
/* .drop-down-toggle-arrow{
			display: none !important;
		} */
@media screen and (min-width: 992px)
    {
		.drop-down-li-link{
			float: left;
		}
		.navbar-expand-lg .navbar-nav .nav-link{
			float:left;
		}
		.drop-down-toggle-arrow{
			line-height: 32px;
		}
	}
	
/* 1. GENERAL */
    * {
        -webkit-font-smoothing: antialiased;
        -moz-os-font-smoothing: grayscale;
        box-sizing: border-box;
    }
    
    html {
        font-family: sans-serif;
        padding: 0;
        margin: 0;
    }
    body {
        padding: 0;
        margin: 0;
        overflow-x: hidden;
         font-family: "Rethink Sans", sans-serif!important;
        color: #4c4c4c;
    }
    // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 800

.rethink-sans-<uniquifier> {
  font-family: "Rethink Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
    .hidden-thing {
  position: absolute;
  left: 100%;
  width: 50px;
  height: 50px;
  opacity: 0;
}
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        margin: 0;
        font-size: 1em;
        font-weight: 400;
    }
    .padding-0{
        padding: 0 !important;
    }
    .wrapper{
        height: 100%;
        padding: 0;
        margin: 0!important;
        overflow: hidden;
        background: url(../images/bg-1.jpg) no-repeat fixed #001b48 !important;
        background-size: cover !important;
    }
        .small-button
    {
        display: inline-block!important;
        color: #2e67dd!important;
        margin-top: 30px;
    }
    .small-button:hover
    {
        color: #fff!important;
    }
    button:focus{
        outline: none !important;
    }
/* 2. NAVBAR */ 
    .header-scrolled{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 75px;
        background: rgb(0,27,72);
background: linear-gradient(90deg, rgba(0,27,72,1) 24%, rgba(200,34,71,1) 100%);
        -webkit-box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
        box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
    }
    .header-scrolled .navbar-brand img{
        width: 200px;
        height: auto;
    }
    .header-scrolled .nav-link-number {
        display: none;
    }
    .navbar{
        padding-bottom: 20px;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        padding-top:20px;
    }
    .text-arena-2
    {
        padding: 120px 0;
    }
    .about-banner h2, .text-arena-2 h2
    {
        font-size: 32px;
        font-weight: 500;
        color: #000;
        margin: 20px 0;
    }
    .gutter-30
    {
        width: 30px;
        height: 30px;
        display: inline-block;
    }
    .icon-grid
    {
        background: #082650;
        border-radius: 40px;
        text-align: center;
        padding: 40px;
        transition: all 0.3s ease-in-out; /* Transition all properties in 0.3 seconds */
        transition: 0.3s;
    }
    .icon-grid:hover
    {
       background: linear-gradient(90deg, rgba(0, 27, 72, 1) 24%, rgba(200, 34, 71, 1) 100%);
  transform: scale(1.03); /* Scale the div slightly on hover */
    }
    .icon-grid img
    {
        width: 60px;
    }
      .icon-grid p
      {
        color: #9ee9ec;
      }
        .icon-grid h3
        {
         font-size: 22px;
         color: #fff;   
        }
         .icon-grid i
         {
            font-size: 60px;
         }
         .cta-main h3
      {
        font-size: 22px;
        color: #12d8d8!important;
      }
    .navbar-nav{
        align-items: center;
    }
    .navbar-brand{
        display: flex;
        align-items: center;
        margin: 6px 0;
    }
    .navbar-brand img {
        width: 240px;
		height: auto;
    }
    .navbar-brand-menu{
        margin-right: 40px;
    }
    .menu-navbar-nav{
        width: 100%;
        display: flex;
        justify-content: right;
    }
    .nav-item{
        margin-right: 10px;
    }
    .navbar-nav:not(.menu-navbar-nav) .nav-item:last-of-type {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    .nav-item .nav-link{
        text-align: right;
    }
    .nav-item .nav-link:hover .nav-link-number{
        color: #2e67dd;
    }
    .nav-item .nav-link:hover .nav-link-menu{
        color: #2e67dd;
    }
    .nav-link-number{
                font-family: "Rethink Sans", sans-serif;
        font-weight: 200!important;
        font-size: 12px;
        color: #CCCCCC;
		letter-spacing: 1.5px;
		line-height: 1;
    }
    .nav-item a
    {
        padding: 10px 12px!important;
        border-radius: 100px;
        transition: 0.3s;
        font-weight: 500;
    }
.nav-link:hover p{
	color:#2e67dd;
}
.modal-backdrop
{
	z-index:100!important;
}
/*---------------------drop-down---------------------------*/
.drop-down-li-link

{
	float:left;
}
.drop-down-toggle-arrow
{
	line-height:53px!important;
	color:#fff;
	font-size:10px;
}
li.drop-down
{
	position:relative;
}
ul.drop-down-ul
{
	display:none;
	position:absolute;
	left:0;
	background:#000!important;
	border-radius:10px;
	-webkit-box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
    box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
	padding-left:20px!important;
	width:420px!important;
	padding-top:20px;
	padding-bottom:20px;
}
ul.drop-down-ul li  
{
	list-style-type:none;
	text-align:left!important;
	display:flex;
}
ul.drop-down-ul li a
{
	text-align:left!important;
}
    li.drop-down:hover ul.drop-down-ul
{
	display:block;
}
    .nav-item .nav-link:hover .nav-link-number{
        color: #fff !important; 
    }
    .nav-item .nav-link:hover .nav-link-menu{
        color: #fff !important; 
    }
    .nav-link-number{
        font-family: "Urbanist", sans-serif;
        font-weight: 200!important;
        font-size: 12px;
        color: #CCCCCC;
		letter-spacing: 1.5px;
		line-height: 1;
    }

    .nav-link-menu{
        font-family: "Urbanist", sans-serif;
        font-weight: 600;
        line-height: 1.2;
    }
/*---------------------drop-down---------------------------*/
 .nav-item a.cyan-button
{
	min-width:170px;
}
        .nav-item a:hover
        {
            background:none!important;
			color:#fe2446!important;
        }
    .nav-link-menu{
            font-family: "Rethink Sans", sans-serif;
        font-weight: 400;
		font-size:16px!important;
        line-height: 2!important;
    }
    a.learn-more-btn:hover p.nav-link-menu
    {
    color: #2e67dd!important;
}
.section-light
{
    padding: 40px 0;
    background: #001b48;
}
.section-dark
{
    padding: 40px 0;
}
.section-bg
{
    background: url(../images/network.jpg) no-repeat top right #001b48 !important;
}
.section-title-2
{
    text-align: center;
}
.section-title-2 p
{
    color: #fff;
    font-size: 18px;
}
.left-section
{
    text-align: left;
}
.left-section p
{
    color: #9ee9ec;
}
.nav-link.learn-more-btn.gradient-button{
  /* ... other styles ... */
  position: relative; /* Necessary for absolute positioning of the icon */
}

.nav-link.learn-more-btn.gradient-button i {
  position: absolute;
  left: 30px; /* Adjust the distance as needed */
  top: 16px;
  transition: left 0.3s ease-in-out; /* Smooth transition */
}

.nav-link.learn-more-btn.gradient-button:hover i {
  left: 20px; /* Move the icon to the right on hover */
}


.nav-link.learn-more-btn.orange-button {
  /* ... other styles ... */
  position: relative; /* Necessary for absolute positioning of the icon */
}

.nav-link.learn-more-btn.orange-button i {
  position: absolute;
  left: 30px; /* Adjust the distance as needed */
  top: 16px;
  transition: left 0.3s ease-in-out; /* Smooth transition */
}

.nav-link.learn-more-btn.orange-button:hover i {
  left: 20px; /* Move the icon to the right on hover */
}
.nav-link.learn-more-btn.cyan-button {
  /* ... other styles ... */
  position: relative; /* Necessary for absolute positioning of the icon */
}

.nav-link.learn-more-btn.cyan-button i {
  position: absolute;
  left: 30px; /* Adjust the distance as needed */
  top: 16px;
  transition: left 0.3s ease-in-out; /* Smooth transition */
}
.nav-link.learn-more-btn.cyan-button i.custom-top-12,
.nav-link.learn-more-btn.orange-button i.custom-top-12{
    top: 12px;
}

.nav-link.learn-more-btn.cyan-button:hover i {
  left: 20px; /* Move the icon to the right on hover */
}
.go-to-top
{
    background: linear-gradient(90deg, rgba(253,151,115,1) 0%, rgba(254,36,70,1) 100%);
border-radius-top:30px;
color: #001b48!important;
        transition: all 0.3s ease-in-out; /* Transition all properties in 0.3 seconds */
        transition: 0.3s;
    }
   .go-to-top:hover
    {
  transform: scale(1.2); /* Scale the div slightly on hover */
    }

.go-to-top i
{
    margin: 0!important;
    color: #001b48!important;
}
.colored-card
{
    text-align: center;
}
.colored-card-left, .colored-card
{
background: rgb(253,151,115);
background-image: url("../images/graphics.png"), linear-gradient(90deg, rgba(253,151,115,1) 0%, rgba(254,36,70,1) 100%);
background-repeat: no-repeat;
border-radius:40px;
padding:60px;
}
.bottom-card
{
    background: linear-gradient(90deg, rgba(253,151,115,1) 0%, rgba(254,36,70,1) 100%);
    border-radius:40px;
padding:60px;
}
.bottom-card h3
{
    color: #001b48;
    font-size: 32px;
    font-weight: 500;
}
.bottom-card span
{
    background: #001b48;
    padding: 5px 20px;
    color: #fff;
    font-size: 26px;
    border-radius: 10px;
}
.bottom-card p
{
    color: #fff;
}
.bottom-card h2
{
    font-size: 120px;
        font-weight: 800;
        color: #fff;
        line-height: 100px;
}
.left-section ul,
.custom-ul ul
{
    margin: 0;
    padding: 0;
}
.left-section ul li,
.custom-ul ul li
{
        color: #9ee9ec;
        list-style-type: none;
}
.left-section ul li:before,
.custom-ul ul li:before
{
   content: "\f0a9"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  margin-right: 15px;
}
.glow-box {
  display: inline-block;
  align-items: center;
  border-radius: 40px;
  border: solid 1px #9ee9ec;
  padding: 30px;
  width:100%;
}
.icon-glow {
  margin-right: 10px; /* Adjust the margin as needed */
}

.icon-glow i {
  font-size: 24px; /* Adjust the icon size as needed */
}

.content-glow {
  flex-grow: 1;
}





.colored-card h3
{
    color: #fff;
    font-size: 22px;
}
.section-title-2 h3, .left-section h3, .content-glow h3
{
    color: #9ee9ec;
    font-size: 22px;
}
.content-glow p
{
    color: #9ee9ec;
}
.section-title-2 h2, .left-section h2, .colored-card h2
{
    font-size:54px;
    color: #fff;
    font-weight: 800;
}
.cta-main
{
background: rgb(127,31,71);
background: linear-gradient(90deg, rgba(127,31,71,1) 0%, rgba(0,27,72,1) 100%);
padding: 50px 50px;
border-radius: 40px;
}
.cta-main h2
{
    font-size:42px;
    color: #fff;
    font-weight: 800;
}
.cta-main p
{
    color: #fff;
    font-size: 20px;
}
.gradient-text
{
    background: -webkit-linear-gradient(90deg, rgba(253,151,115,1) 0%, rgba(254,36,70,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.colored-card-left h3
{
    font-size: 36px;
       color: #fff;
    font-weight: 800;
}
.colored-card-left p, .colored-card p
{
    color: #fff;
}
.blue-content
{
    background: #082650;
    padding: 30px;
    color: #9ee9ec;
    border-radius: 40px;
}
.middle-trust
{
    text-align: center!important;
}
.middle-trust h3
{
    font-size: 32px;
    margin-top: 30px;
    color: #fff;
}
.red-content
{
    background: #fe2446;
    padding: 60px;
    color: #fff;
    border-radius: 40px;
}
.quote-card
{
    background: #fff;
    padding: 60px;
    width: 70%;
    margin: auto;
    text-align: left;
    border-radius: 40px; 
    margin-bottom: 30px;
}
#custom-testimonial .ekit-wid-con .elementskit-commentor-bio .elementskit-commentor-image>img{
    width: 100%;
    height: 100%;
    border-radius: 0;
}
#custom-testimonial .ekit-wid-con .elementskit-single-testimonial-slider{
    box-shadow: none;
}
.red-content h3
{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.blue-content h3 .red-content h3
{
    font-size: 22px;
    color: #fff;
}
.gap-20
{
    display: block;
    height: 20px;
}
.gap-110
{
    display: block;
    height: 110px;
}
.gap-30
{
   display: block;
    height: 30px; 
    clear: both;
}
.header-content h4
{
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}
.header-content h4 span
{
    background: #0c2472;
    border-radius: 10px; 
    padding: 0 10px;
}
.section h3
{
    font-size: 18px;
    margin-top: 20px;
    color: #000;
}
.centered-content
{
    text-align: center!important;
}
.centered-content h2
{
    margin-bottom: 40px;
}
.blue-button
{
    background: #3056d3 !important;
    display: inline-block;
    font-size: 22px !important;
    color: #fff !important;
    margin-bottom: 30px;
    margin-top: 20px;
}
.negative-marin
{
    margin-top: -140px!important;
    max-width: 800px;
    margin: auto;
    color: #4c4c4c!important;
          font-family: "Rethink Sans", sans-serif;
}
.negative-marin label, .negative-marin select
{
        color: #4c4c4c!important;
             font-family: "Rethink Sans", sans-serif;
}
.colored-bar
{
    background: #f1f6fd;
}
.video-frame
{
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 60px 0;
}
.news-banner
{
    background: url("../images/news.jpg") no-repeat top right -80px #f1f6fd;
    border-radius: 10px;
    padding: 40px;
    margin-top: 20px;
}
.footer-policy-link
{
    font-size: 16px!important;
    color: #9ee9ec!important;
    text-decoration: none;
}
.sign-up-banner
{
    background: url("../images/news.jpg") no-repeat top right #f1f6fd;
    border-radius: 10px;
    padding: 40px;
    margin-top: 20px; 
}
.news-banner h2
{
    color: #2e67dd!important;
    font-size: 38px!important;
}
 .big-head
{
    color: #2e67dd!important;
    font-size: 32px!important;
}
    .learn-more-btn{
        background-color: #fff;
        font-size: 16px;
              font-family: "Rethink Sans", sans-serif;
        font-weight: 400;
        color: #dd2a26;
        padding: 12px 34px 12px 56px!important;
        border-radius: 100px;
        text-align: center;
        cursor: pointer;
        transition: 0.3s;
              border: 0!important;
              display: inline-block;
              text-transform: uppercase;
              font-weight: 500;
    }
    .cyan-button
    {
        background: #9ee9ec!important;
        color: #001b48!important;
    }
       .orange-button
    {
        background: #fd9773!important;
        color: #001b48!important;
    }
     .cyan-button i, .orange-button i
     {
        margin-right: 10px;
     }
    .gradient-button
    {
        background: rgb(253,151,115);
background: linear-gradient(90deg, rgba(253,151,115,1) 0%, rgba(254,36,70,1) 100%);
color: #fff;
    }
    .gradient-button i
    {
        margin-right: 10px;
    }

  @keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
    .grade-box
    {
  font-family: sans-serif;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
    @keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
    .grade-shine
    {
        font-size: clamp(2.8rem, 1.5vw, 3rem);
  margin: 5px;
  background: linear-gradient(
    to right,
    #ffffff 20%,
    #00affa 30%,
    #0190cd 70%,
    #c60fe4 80%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}
   
    .icon-panel
    {
        margin-bottom: 40px;
    }
    .text-arena
    {
        padding: 80px 0;
    }
    .text-arena h2
    {
        font-size: 22px;
        margin-bottom: 20px; 
        color: #000;
    }

    .btn-out
    {
        background-color: #8c29fb!important;
    }
    .purple-box
    {
        background: #51017f;
        color: #fff;
        padding: 60px;
    }
    .spacer-20
    {
         width: 100%;
        height: 20px;
    }
    .spacer-40
    {
         width: 100%;
        height: 40px;
    }
    .spacer-80
    {
        width: 100%;
        height: 80px;
    }
    .strong-text
    {
        font-size: 16px;
        font-weight: 500;
        margin-right: 20px;
        color: #000;
    }
    .wider
    {
        width: 100%;
        text-align: center;
        padding-top: 40px;
    }
    .msg-bg
    {

        padding: 60px 0;
    }
     .grey-bg
    {
        background:#f2f3fa;
        padding: 60px 0;
    }
    .grey-bg-30
    {
        background:#f2f3fa;
        padding: 30px 0;
    }
    .grey-bg-30 .video-panel
{
    margin-top:0px; 
}
      .white-bg
    {
        background:#fff;
        padding: 60px 0;
    }
    .middle-content
    {
        margin: auto;
        width: fit-content;
    }
    .video-panel
    {
        margin-top:30px; 
    }
    .contact-section .video-panel
    {
        margin-top: 0;
    }
    .contact-section h2.header-title
    {
        color: #fff;

    }
h1.header-title span
{
    font-size: 100px;
}
    .contact-section .video-panel img, .grey-bg-30 .video-panel img
    {
        width: 100px;
        height: 100px;
    }
    .contact-section .big-span
    {
        color: #fff;
    }
.card
{
    border: 0!important;
}

.centered-btn
{
    margin: auto;
}
.inner-panel h2
{
    margin-top: 30px!important;
}
#mc_embed_signup
{
    background: none!important;
    width:100%!important;
    color:#fff;
}
#mc_embed_signup form
{
    margin:0!important;
}
#mc-embedded-subscribe
{
    background: #2e67dd!important;
    font-weight: 500!important;
}
    .roles-button
    {
        background-color: #1ab2f7;
        font-size: 14px;
              font-family: "Rethink Sans", sans-serif;
        font-weight: 600;
        color: #fff;
        padding: 12px 40px !important;
        border-radius: 100px;
        text-align: center;
        cursor: pointer;
        width: 100%!important;
        margin-bottom: 10px;
        line-height: 21px;
    }
     .roles-button:hover
     {
        color: #fff;
        background-color: #45cfff;
     }


    .nav-item .nav-link a.learn-more-btn {
        width:300px;
        transition: 0.3s;
        text-transform: uppercase;

    }
    .learn-more-btn:hover{
        color: #fff;
        background-color: #fe2446;
        text-decoration: none;
        box-shadow: 0px 0px 11px 0px #fe2446;
-webkit-box-shadow: 0px 0px 11px 0px #fe2446;
-moz-box-shadow: 0px 0px 11px 0px #fe2446;
    }
    .cyan-button:hover{
        color: #fff;
        background-color: #12d8d8;
        text-decoration: none;
        box-shadow: 0px 0px 11px 0px #12d8d8!important;
-webkit-box-shadow: 0px 0px 11px 0px #12d8d8!important;
-moz-box-shadow: 0px 0px 11px 0px #12d8d8!important;
   animation: slide_icon_reverse .4s cubic-bezier(.21,.6,.35,1);
   transition: all .2s;
    }

     

	.btn-invert{
        background-color: #47249b!important;
        border:none;
    }
    .btn-invert:hover{
        background-color: #1ab2f7!important;
    }
    .navbar-toggler-icon{
        background-image: url("../images/menu.png");
    }
        .thank-you-social
    {
        text-align: center!important;
        color: #fff;
        margin-top: 40px!important;
    }
        .footer-social-nav 
    {
        text-align: center;
        margin: auto;
    }
       .footer-social-nav a
       {
        padding: 0 15px;
        display: inline-block;
       }
    .footer-social-nav i
    {
        color: #fd9773;
        margin-right: 10px;
    }
    .footer-social-nav a, .team-outer a {
        display: inline-block;
        text-align: center;
        font-size: 16px;
        color: #676767;
        line-height: 50px;
        border-radius: 50px;
        margin: 20px 0px 0 5px;
        transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    }
    .footer-social-nav a:hover {
        color: #FFFFFF;
    }
    .footer-social-nav a.fb
    {
           background: #3b5998;
        border-color: #3b5998;
         color: #fff;
    }
    .footer-social-nav a.linked
    {
        background: #0077b5;
        border-color: #0077b5;
        color: #fff;
    }
    .footer-social-nav a.fb:hover {
        background: #3b5998;
        border-color: #3b5998;
    }
    .footer-social-nav a.linked:hover, .team-outer a.linked:hover {
        background: #0077b5;
        border-color: #0077b5;
    }
    .team-outer a.linked:hover
    {
        color: #fff;
    }
    .footer-social-nav a.twt:hover {
        background: #1da1f2;
        border-color: #1da1f2;
    }
    .footer-links
    {
        margin-top:15px;
    }
    ul.footer-links li
    {
        list-style-type: none;
        margin-bottom: 5px;
    }
    ul.footer-links li a:hover
    {
        text-decoration: none;
        color:#1ab2f7;
    }
/* 3. HEADER */
    .header{
        display: flex;
        width: 100%;
        padding: 160px 0 30px 0;
        justify-content: center;
        align-items: center;
        background: url("../images/network.jpg") no-repeat top right #001b48!important;
    }

	@media screen and (max-width: 991.98px)
    {
	.navbar{
   background: linear-gradient(90deg, rgba(0,27,72,1) 24%, rgba(200,34,71,1) 100%);
        -webkit-box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
        box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
	}
	.navbar-brand img {
		width: 140px!important;
		padding: 10px 0;
    }
	.header-scrolled{
        height: inherit;
	}
    .left-section
    {
        text-align: center;
    }
      .left-section ul li
      {
        text-align: left;

      }
      .colored-card-left
      {
        text-align: center;
        margin-top:30px;
      }
      .bottom-card h2
      {
          font-size: 80px;
          line-height: 80px;

      }

      .cta-main
      {
        text-align: center;
      }

      .cta-main .orange-button
      {
        margin-bottom: 20px;
      }
      .gutter-30
      {
        display: none;
      }
      .header-title
      {
        text-align: center;
      }
      .blue-content
      {
        text-align: center;
      }
      .header
      {
         background: linear-gradient(90deg, rgba(0,27,72,1) 24%, rgba(200,34,71,1) 100%)!important;
      }
      .header-content p
      {
        text-align: center;
      }
 .footer-content
 {
    text-align: center!important;
 }
 .footer-logo
 {
    text-align: center!important;
 }
 .colored-card
 {
    margin: 30px 0;
 }
	}
    @media screen and (max-width: 575.98px){
        .navbar{
            padding-top: 0;
            padding-bottom: 0;
        }
        .menu-navbar-nav {
            padding-bottom: 10px;
        }
    }

    h4.big-font
{
            font-family: "Rethink Sans", sans-serif;
      font-size: 38px;
}
    .big-span
    {
        font-size: 32px;
        margin-right: 20px;
        margin-top: 5px;
        font-weight: 500;
        color: #000;
    }
.header-content
{
    margin-top: 60px;
	text-align:center;
}
     .header-content p
     {
        color: #9ee9ec;
        margin-bottom: 30px;

     }
    .header-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .header-img-section img{
        width: 100%;
    }
    .header-img-section h2
    {
        font-size: 23px;
        line-height: 1.4;
        margin-bottom: 28px;
    }
    .header-subtitle{
               font-family: "Rethink Sans", sans-serif;
        font-size: 27px;
        font-weight: 400;
        line-height: 1.5;
        padding-bottom: 10px;
    }
    .header-title{
              font-family: "Rethink Sans", sans-serif;
        font-weight: 800;
        font-size: 60px;
        line-height: 1.4;
        padding-bottom: 25px;
        color: #fff;
    }
   
    .header-title-text{
              font-family: "Rethink Sans", sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.5;
        padding-bottom: 15px;
    }
    .learn-more-btn-section{
        display: flex;
        justify-content: left;
        align-items: center;
        margin-top: 20px;
    }
    @media screen and (max-width: 991.98px){
        .header-container{
            flex-direction: column;
        }
        .header-title-section{
            text-align: center;
            margin-top: 40px;
        }
        .navbar-collapse{
            color: #505050;
            padding-bottom: 20px;
            padding-top: 20px;
            margin-bottom: 20px;
        }
        .navbar-collapse .nav-link-menu {
            color: #fff;
        }
        .nav-link-number{
            color: #fff;
            display: none;
        }
		.blue-content
		{
			margin-bottom:20px;
		}
		.colored-card
		{
			text-align:center;
		}
		.colored-card h3, .colored-card p
		{
			text-align:center;
		}
		.cta-main h2, .cta-main p
		{
			text-align:center;
		}
		.cta-main h3
		{
			text-align:center;
		}
		.cta-main .learn-more-btn 
		{
			display:flex;
			max-width: fit-content;
			margin:20px auto;
		}
        .nav-link-menu{
            color: #2e67dd;
        }
		.centered-content .elementor-heading-title
		{
			font-size:42px;
		}
		.centered-content .elementor-element
		{
			margin:auto;
		}
		
        .learn-more-btn-section, .centered-content{
            justify-content: center;
        }
.header-left-content
{
    text-align: center!important;
}
.header-left-content p
{
    text-align: center!important;
    width: 100%
}
    }
@media (max-width: 767px) {
    .elementor-8 .elementor-element.elementor-element-831d11d .elementor-heading-title {
        font-size: 42px!important;
    }
	.elementor-17 .elementor-element.elementor-element-2728e4d .elementor-heading-title
	{
		font-size: 42px!important;
	}
	.elementor-19 .elementor-element.elementor-element-90ae4fb .elementor-heading-title
	{
		font-size: 42px!important;
	}
	.elementor-21 .elementor-element.elementor-element-baa532c .elementor-heading-title
	{
		font-size: 42px!important;
	}
	.elementor-29 .elementor-element.elementor-element-6baec19 .elementor-heading-title
	{
		font-size: 42px!important;
	}
	.elementor-17 .elementor-element.elementor-element-ca3ba78 .elementor-heading-title
	{
		font-size: 42px!important;
	}
	.elementor-19 .elementor-element.elementor-element-14bf71e .elementor-heading-title
	{
		font-size: 42px!important;
	}
	.learn-more-btn
	{
		font-size:12px;
	}
	.colored-card
	{
		padding:20px 30px!important;
	}
	.quote-card
	{
		padding:20px 30px!important;
		width:100%!important;
	}
	.header
	{
		padding:40px 0 40px 0!important;
	}
	.section-light
	{
		padding:40px 0!important;
	}
	.section-dark
	{
		padding:40px 0!important;
	}
	.blue-content
	{
		padding:30px;
	}
	.elementor-19 .elementor-element.elementor-element-600d066 > .elementor-widget-container
	{
		margin: 0 30px 30px 30px!important;
	}
	.elementor-21 .elementor-element.elementor-element-6265734 > .elementor-widget-container
	{
		margin: 0 30px 30px 30px!important;
	}
	.red-content
	{
		padding:30px!important;
	}
}
    @media screen and (max-width: 799.98px){
        .header{
            height: auto;
            padding-top: 30%;
        }
    }
    @media screen and (max-width: 499.98px){
        .header{
            padding-top: 30%;
        }
        .header-subtitle{
            font-size: 24px;
        }
        .header-title{
            font-size: 46px;
        }
        .header-title-text{
            font-size: 18px;
        }

    }

    @media screen and (max-width: 576.98px){
        .strategy-container{
            flex-direction: column;
        }
    }

    @media screen and (max-width: 991.98px){
		.services-section .services-container{
            flex-direction: column-reverse;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
		.services-container img{
		margin-bottom: 25px;	
		}
        .services-title-section{
            text-align: center;
        }
    }

    @media screen and (max-width: 991.98px){
        .pricing-plan-cards-section {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
		.pricing-title p{
        max-width: 428px;
    	}
    	        .about-view
        {
            margin-bottom: 240px;
        } 
li.drop-down
{
	display: contents;
}
ul.drop-down-ul
{
	display:block!important;
	position:static!important;
	left:0;
	background:none!important;
	border-radius:10px;
	-webkit-box-shadow:none!important;
    box-shadow:none!important;
	padding-left:0px!important;
	font-size:14px!important;
	width:100%!important;
	padding-top:20px;
	padding-bottom:20px;
}
ul.drop-down-ul li  
{
	list-style-type:none;
	text-align:center!important;
	font-size:14px!important;
	display:block!important;
}
ul.drop-down-ul li a
{
	text-align:center!important;
	font-size:14px!important;
	color:#fff!important;
}
ul.drop-down-ul li a p
{
	font-size:14px!important;
		color:#fff!important;
}
    }
  
    @media screen and (max-width: 991.98px){
        .blog-posts-section{
            flex-direction: column;
        }
    }



/* 8. BLOG SECTION */
   .spacer-20
   {
    height: 20px;
    display: inline-block;
   }
   .blog-cover 
   {
    margin-bottom: 60px;
   }
   .blog-section h2
   {
font-size: 32px;
    font-weight: 500;
    color: #000;
   }
   .blog-outer
   {
    width: 60%;
    margin:auto;
   }
   .blog-cover h3 a
   {
     color: #000;
     font-weight: 500;
     font-size: 22px;
   }
   .blog-cover p
   {
     color: #000;
    }
 .header-content .blog-details
   {
    font-size: 12px;
    color: #fff!important;
   }
   .blog-details
   {
    font-size: 12px;
    color: #000;
   }
   .blog-details a
   {
    text-decoration: underline;
    color: #9ee9ec;
   }
    .gap-topnbottom
    {
        padding: 40px 0 60px 0;
    }
    .gap-top-30
    {
        margin-top: 30px;
    }
    .blog-subtitle{
         font-family: Rethink Sans;
        font-size: 22px;
        font-weight: 400;
        line-height: 2;
    }
    .blog-title{
        font-family: Rethink Sans;
        font-weight: 800;
        font-size: 45px;
        line-height: 1;
        color: #9ee9ec;
        margin-bottom: 0;
    }
    .wizard-title
    {
        font-family: Rethink Sans;
        font-weight: 800;
        font-size: 32px;
        line-height: 1.5;
        color: #fff;
        margin-bottom: 40px;
    }
    .blog-posts-section{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .blog-post-card-container{
        padding: 20px;
    }
    .blog-post-card{
        background-color: rgba(255,255,255,1);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 50px;
        padding: 30px 40px;
    }
    .blog-post-card:hover{
        box-shadow: 0 3px 17px rgba(0,0,0,0.15);
        cursor: pointer;
        background-color: #fff;
    }
        .wizard-card{
        background-color: rgba(255,255,255,1);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 50px;
        padding: 30px 40px;
        margin-bottom: 10px;
        border: solid 2px #fff; 
    }
    .wizard-card:hover{
        box-shadow: 0 3px 17px rgba(0,0,0,0.15);
        cursor: pointer;
        background-color: #fff;
    }
    .wizard-card h2
    {
        font-size: 16px;
    }
    .blog-post-icon{
        margin-top: 10px;
        margin-bottom: 25px;
        display: flex;
        justify-content: center;
    }
    .blog-post-icon img{
        width: 100%;
    }
    .blog-post-title{
        font-size: 20px;
        color: #303669;
        font-family: Rethink Sans;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
    }
        .blog-post-inner-title{
        font-size: 20px;
        color: #303669;
        font-family: Rethink Sans;
        font-weight: 700;
        line-height: 1.3;
        margin: 20px 0 10px 0;
    }
    ul.blog-list li, ol.blog-list li
    {
color: #303669;
margin-bottom: 10px;
    }
            .blog-post-big-title{
        font-size: 26px;
        color: #303669;
        font-family: Rethink Sans;
        font-weight: 700;
        line-height: 1.3;
        margin: 20px 0 10px 0;
    }
    .blog-banner
    {
        padding-top: 60px!important;
        margin-bottom: 30px;
    }
    .blog-post-subtitle{
        font-size: 18px;
        color: #CCCCCC;
        font-family: Rethink Sans;
        line-height: 1;
        margin-bottom: 10px;
    }
    .blog-post-text{
        font-size: 14px;
        color: #000;
        font-family: Rethink Sans;
        font-weight: 300;
        line-height: 1.5;   
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .blog-post-link{
        color: #A4C4F3;
        font-size: 18px;
        font-family: Rethink Sans;
        font-weight: 700;
        line-height: 1;
        margin-top: 10px;
    }
    .blog-post-link:hover{
        color: #FF3E81;
        text-decoration: none;
    }
    @media screen and (max-width: 991.98px){
        .blog-posts-section{
            flex-direction: column;
        }
    }

/* 9. CONTACT SECTION */
    .contact-section{
        padding-top: 30px;
        padding-bottom: 30px;
        background: #51017f;
        color: #fff;
    }
    .contact-container{
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .contact-header-img-section{
        padding: 20px;
    }
    .contact-header-img img{
        width: 100%;
    }
    .contact-title-section{
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
        width: 100%;
    }
    .contact-title-section h2
    {
        color: #fff;
    }
    .testbox
    {
        text-align: center;
    }
    .testbox-pic
    {
        width: 160px;
        height: 83px;
        margin:0 auto 20px auto;
        position: relative;
    }
    .quote-auther
    {
        display: flex;
        text-align: left;
    }
    .quote-text h3
    {
                font-weight: 600!important;
                font-size: 18px;
    }
    .quote-image
    {
        margin-right: 30px;
    }
    .contact-subtitle{
              font-family: "Rethink Sans", sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 2;
    }
    .contact-title{
       font-family: "Rethink Sans", sans-serif;
        font-weight: 800;
        font-size: 45px;
        line-height: 1;
        color: #303669;
        margin-bottom: 20px;
    }
       .role-title{
      font-family: "Rethink Sans", sans-serif;
        font-weight: 800;
        font-size: 45px;
        line-height: 1;
        color: #fff;
        margin-bottom: 20px;
    }
    .contact-text{
     font-family: "Rethink Sans", sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    @media screen and (max-width: 991.98px){
        .contact-container{
            flex-direction: column-reverse;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .contact-title-section{
            text-align: center;
        }
                        .nav-item {
    margin-left: 0px;
    margin-bottom: 20px;
}
    }
        @media screen and (max-width: 680px){
          .icon-panel
        {
            text-align: center!important;
        }
          .icon-panel img
        {
            margin-bottom: 20px;
        }
                .nav-item {
    margin-left: 0px;
    margin-bottom: 20px;
}
.footer-social-nav
{
    text-align: center;
    }
    .modal, .modal-dialog
    {
        padding-right: 0!important;
    }
    }
/* 10. FOOTER SECTION */
    .footer-section{
        padding-top: 60px;
        margin-bottom: 0px!important;
        position: relative;
        background-color: #000c1e;
        color: #4c4c4c;
        padding-bottom: 60px;
         color: #abaeb2;
    }
    .footer-content
    {
        text-align: right;
        color: #9ee9ec;
    }
    .footer-section a{
        color: #abaeb2;
    }
    .footer-section a:hover
    {
        color: #9ee9ec;
    }
    .footer-section-bg-graphics{
        position: absolute;
        right: -10%;
        bottom: 0%;
    }
    .footer-container{
        display: flex;
        position: relative;
    }
    .footer-logo{
        margin-bottom: 20px;
        margin-top:10px;
        font-size: 10px;
    }
    .footer-logo img{
        width: 200px;
        margin-bottom: 15px;
    }
    .footer-logo p{
        font-size: 16px;
        line-height: 1.5;
        font-weight: 300;   
    }
   
    .footer-social-media-icons-section{
        display: flex;
    }
    .footer-social-media-icon{
        justify-content: center;
        align-items: center;
        padding-right: 25px;    
    }
    .footer-social-media-icon .fa{
        color: #FFFFFF;
        font-size: 29px;
        text-decoration: none!important;
    }
    .footer-social-media-icon .fa:hover{
        color: #3A88EC;    }
    .footer-credits{

        border-top: solid 1px #325384;
        margin-top: 20px;

    }
    .footer-credits p{
        font-size: 16px;
		font-weight: 400;
        line-height: 1;
    }
    @media screen and (max-width: 991.98px){ 
        .footer-container{
            flex-wrap: wrap;
        }
        .footer-logo {
            padding-left: 40px;
        }
        .footer-form {
            padding-right: 40px!important;
        }
        .footer-subsection-form-input{
        width: 85%;
    }
}

