@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
  transition: all 0.3s ease;
}
html {
  scroll-behavior: smooth;
}
/* M8 BANNER */
.m8-banner{
  height: 100vh;
  width: 100%;
  display:flex;
background-color: #fff;
}
::selection{
  color: #f2f2f2;
  background: #f86d8d;
}
body::before,
body::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
body::before{
  clip-path: circle(5% at left 80%);
  opacity: 0.9;
  background-image: linear-gradient( 135deg, #FE9900 10%, #FE9900 100%);
}

body::after{
  opacity: 0.9;
  clip-path: circle(10% at right 10%);
  background-image: linear-gradient( 135deg, #007AFF 10%, #007AFF 100%);
}
header {
    height: auto;
    width: 85%;
    background: rgba(97, 94, 94, 0.096);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    z-index: 12;
    border-radius: 25px;
    margin: auto;
    position: relative;
}
header .navbar{
  margin: auto;
  width: 100%;
  padding: 35px 50px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .menu{
  display: flex;
  flex-wrap: wrap;
}
.navbar .logo a{
  text-decoration: none;
  font-size: 18px;
  color: #2A3C4A;
  font-weight: 500;
}
.navbar .menu li{
  list-style: none;
  margin: 0 6px;
}
.navbar .menu a{
  color: #2A3C4A;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.navbar .menu a:hover{
  color: #000;
}
.navbar .buttons input{
  outline: none;
  color: #2A3C4A;
  font-size: 12px;
  font-weight:500;
  border-radius: 5px;
  padding: 2px 15px;
  border: solid 2px #2A3C4A;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background:transparent;
}
.button-get-started{

  outline: none;
  color: #fff;
  font-size: 15px;
  font-weight:500;
  border-radius: 20px;
  padding: 10px 20px;
  border: none;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background:#007BFF;
  box-shadow: 3px 3px 6px #007bff56, 3px 3px 6px #007bff2a;
  transition: all 0.2s ease-in-out;
}
.button-get-started:hover {
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 15px #007BFF;
}
.navbar .buttons input:hover{
  transform: scale(0.97);
}
 header .text-content{
   margin: 100px 0 0 50px ;
 }
.text-content h2{
  font-size: 27px;
  font-weight: 600;
}
.text-content p{
  font-size: 15px;
  margin-top: 10px;
}
.moto-title {
    line-height: 100%;
    color: #2A3C4A;
    font-size: 50px !important;
    margin-bottom: 20px;
    font-weight: 900
}

@media (max-width:850px) {
  header .navbar{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
  }
  .navbar .menu {
    margin: 10px 0 20px 0;
  }
  header .text-content{
    margin: 30px 0 0 20px ;
    width: 70%;
  }
  header .text-content h2{
    font-size: 20px;
  }
    .moto-title {
        line-height: 100%;
        color: #2A3C4A;
        font-size: 30px !important;
        margin-bottom: 20px;
        font-weight: 900
    }
}
@media (max-width:433px) {
  header{
    height: 100vh;
    width: 100%;
    border-radius: 0px;
  }
  header .navbar{
    padding: 15px 10px;
}
    .moto-title {
        line-height: 100%;
        color: #2A3C4A;
        font-size: 30px !important;
        margin-bottom: 20px;
        font-weight: 900
    }
}
.bg-1, .bg-2 {
  width: 120px;
  height: 120px;
  background-image: linear-gradient( 
                 112deg, 
                 #FF9900 21%,
            #FF9900 93% );
  
  position: absolute;
  z-index: 1;
}
.bg-3{
  width: 45px;
  height: 45px;
  background-image: linear-gradient( 
                 112deg, 
               #007AFF 21%,
              #007AFF 93% );
  position: absolute;
  z-index: 1;
}
.bg-3 {
  top: 40%;
  left: 5.5%;
  border-radius: 50%;
}
.bg-1 {
  top: 20%;
  left: 5.5%;
  border-radius: 50%;
}

.bg-2 {
  width:400px;
  height: 400px;
  right:50%;
  top:35%;
  bottom: 10%;
  right: 5.5%;
  background-image: linear-gradient( 
    112deg, 
  #FBEFE8 21%,
 #FDEFD8 93% );
  border-radius: 50%;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-text h1 {
  width: 480px;
  font-size: 2.5rem;
}
span {
  color: #f08030;
}
.main-text p {
  width: 480px;
  font-size: 16px;
  margin-top: 12px;
}
.main-text img {
  height: 45px;
  margin-top: 24px;
}
.stage {
    display: flex;
}

.box {
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: 0 auto 0 auto;
    transform-origin: bottom;

}

.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}
/*------make--it---responsive*/
@media (max-width: 912px) {
    .container {
    flex-direction: column;
  }
  .main-img img {
    height: 300px;
    margin: 0;
  }
  .main-text h1 {
    margin-top: 20px;
    width: 290px;
    font-size: 2rem;
  }
  .main-text p {
    font-size: 15px;
    font-weight: 400;
    width: 290px;
  }
}
@media (max-width: 433px) {
  .main-img img {
    height: 300px;
    margin: 0;
  }
  .menu-download {
    display: none;
  }
  .main-text h1 {
    margin-top: 20px;
    width: 290px;
    font-size: 2rem;
  }
  .main-text p {
    font-size: 15px;
    font-weight: 400;
    width: 290px;
  }
}
.image-right{
  height: 380px; margin-bottom: 50px; margin-left: 100px;
}
/* END M8 BANNER */
/* ------------------------------------------------------------------------------------------------- */
/* SERVICES - CONTAINER */
.container-services {
    height: auto;
    width: 100%;
    display: flex;
    background: url(../images/glass-background-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
}            
#services {
  height: auto;
  width: 85%;
  background: rgba(97, 94, 94, 0.096);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  z-index: 12;
  border-radius: 25px;
  margin: auto;
  position: relative;
}
#services .services-top {
    padding: 70px 0 50px;
}
#services .services-list {
    padding-top: 50px;
}
.services-list .service-block {
    margin-bottom: 25px;
}
.services-list .service-block .ico {
    font-size: 38px;
    float: left;
}
.services-list .service-block .text-block {
    margin-left: 58px;
}
.services-list .service-block .text-block .name {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}
.services-list .service-block .text-block .info {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.services-list .service-block .text-block .text {
    font-size: 12px;
    line-height: normal;
    font-weight: 300;
}
.highlight {
    color: #2ac5ed;
    font-weight:bold;
}   
/* END SERVICES */
/* WHO ARE WE & OUR GOALS */
.m8-profile{
  margin-top: 150px;
  margin-bottom: 150px;
}
.picture-box {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.c-black{
  font-size: 60px;
  color:#fff;
}
.content-our-goals{
  color:#fff;
  font-weight: 500;
  padding: 50px;
}
.content-who-we-are{
  color:#fff;
  font-weight: 500;
  padding: 50px;
}
@media (min-width: 992px) {
  .picture-box {
    margin: 50px 0;
  }
}
.picture-box .form-wrap {
  margin:auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.picture-box .form-wrap-our-goals {
  margin:auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
    .picture-box .form-wrap {
        padding: 45px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .picture-box .form-wrap-our-goals {
        padding: 45px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
}
@media (max-width: 433px) {
    .picture-box .form-wrap {
        padding: 45px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .picture-box .form-wrap-our-goals {
        padding: 45px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .c-black {
        font-size: 40px;
        color: #fff;
    }
}
@media (min-width: 992px) {
  .picture-box .form-wrap {
    margin-top: -100px;
    padding: 60px;
  }
  .picture-box .form-wrap-our-goals {
    margin-top: -100px;
    padding: 60px;
  }
}
.form-wrap {
  background: url(../images/Meeting1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #003C7A;
  height: 450px;
  width: 330px;
  margin: auto;
  box-shadow: 0 2px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);

}
.form-wrap-our-goals{
  background: url(../images/Goals1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #003C7A;
  height: 510px;
  width: 330px;
  margin: auto;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.form-wrap-background{
  background: url(../images/BannerBackground3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

/*PORTFOLIO------------------------------------------------------------------------------------------------------*/
.main-container {
    height: auto;
    width: 85%;
    background: rgba(97, 94, 94, 0.096);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    z-index: 12;
    border-radius: 40px;
    margin: auto;
    position: relative;
}
.portfolio-class {
    margin-top:100px;
    height: auto;
    width: 100%;
    display: flex;
    background-color: #283D50;
    background-image: url(../images/background.png);
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 110px;
}
.container-app {
    padding: 0px;
}
.b-profile {
    padding-bottom: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}
.b-profile-name {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.b-profile-avatar {
    display: block;
}
.text-c {
    text-align: center;
}
.id-qrcode {
    background-color: #fff;
    border-top-right-radius: 40px;
    background-image: url(../images/glass-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile-app-container {
    background-color: #fff;
    border-bottom-left-radius: 40px;
    background-image: url(../images/background-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.qrcode-identification {
    background-color: transparent;
}
.membership-application {
    background-color: transparent;
}
.text-container {
    display: inline-block;
    text-align: left
}

@media (max-width: 433px) {
    .mobile-app-container {
        margin-top:-20px;
        border-bottom-left-radius: 0px;
    }
    .id-qrcode {
        border-top-right-radius: 0px;
      
    }
}
@media (max-width: 768px) {
    .mobile-app-container {
        margin-top: -20px;
        border-bottom-left-radius: 0px;
    }

    .id-qrcode {
        border-top-right-radius: 0px;
    }
}
@media (max-width: 820px) {
    .mobile-app-container {
        margin-top: -20px;
        border-bottom-left-radius: 0px;
    }

    .id-qrcode {
        border-top-right-radius: 0px;
    }
}
@media (max-width: 912px) {
    .mobile-app-container {
        margin-top: -20px;
        border-bottom-left-radius: 0px;
    }

    .id-qrcode {
        border-top-right-radius: 0px;
    }
}

/*ABOUT US CONTAINER*/
.container-about-us {
    height: auto;
    width: 100%;
    display: flex;
    background: url(../images/glass-background-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color:#fff;
    background-attachment:fixed;
}
#about {
    height: auto;
    width: 100%;
    z-index: 12;
    border-radius: 25px;
    margin: auto;
    position: relative;
}
.title-about {
    font-size: 34px;
    line-height: 60px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #2A3C4A;
}
.description {
    color: #2A3C4A;
    font-size: 14px;
    font-weight: 500;
}
.img-fluid {
    margin-top: -95px;
    width: 500px;
}
@media (max-width: 433px) {
    .img-fluid {
        padding-top:150px;
        width: 320px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .about-container{
        padding-left:5%;
        padding-right:5%;
    }
}

@media (max-width: 768px) {
    .img-fluid {
        padding-top: 150px;
        width: 320px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .about-container {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 820px) {
    .img-fluid {
        padding-top: 150px;
        width: 320px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .about-container {
        padding-left: 5%;
        padding-right: 5%;
    }
    .copyright_area{
        background-color: transparent !important;
    }
}


/*-----------------------------MACRO 8 FOOTER------------------------------------------------------------------------*/

.macro8_footer {
    height: auto;
    width: 100%;
    display: flex;
    background: url(../images/glass-background-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    padding-top: 70px;
}
    .macro8_footer .widget_wrapper {
        padding-top: 100px;
        padding-bottom: 70px;
    }
.footer-container {
    height: auto;
    width: 100%;
    background: rgba(97, 94, 94, 0.070);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    z-index: 12;
    margin: auto;
    position: relative;



}
@media (max-width: 767px) {
    .macro8_footer .widget_wrapper .widget {
        margin-bottom: 40px;
    }

    .footer-container {
        padding-left: 40px;
        padding-right: 40px;
    }

}
.macro8_footer .widget_wrapper .widget .widget_title {
    margin-bottom: 30px;
}
.macro8_footer .widget_wrapper .widget .widget_title h5 {
    font-weight: bold;
}
    .macro8_footer .widget_wrapper .widget .widget_title h4:after {
        content: "";
        display: block;

        max-width: 38px;
        height: 2px;
        margin-top: 5px;
     
    }
.macro8_footer .widget_wrapper .widegt_about p {
    margin-bottom: 20px;
}
.macro8_footer .widget_wrapper .widegt_about .social li {
    display: inline-block;
    margin-right: 10px;

}
.macro8_footer .widget_wrapper .widegt_about .social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #f9e6d4;
    color: #000;
    font-size: 14px;
    -webkit-transition: all all 0.5s ease-out 0s;
    -moz-transition: all all 0.5s ease-out 0s;
    -ms-transition: all all 0.5s ease-out 0s;
    -o-transition: all all 0.5s ease-out 0s;
    transition: all all 0.5s ease-out 0s;
 
}
.macro8_footer .widget_wrapper .widegt_about .social li a:hover,
.macro8_footer .widget_wrapper .widegt_about .social li a:focus {
    background-image: -moz-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
    background-image: -webkit-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
    background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
    color: #fff;
    box-shadow: 2.5px 4.33px 15px 0px rgba(254, 176, 0, 0.4);
}
.macro8_footer .widget_wrapper .widget_link ul li {
    margin-bottom: 5px;
}
.macro8_footer .widget_wrapper .widget_link ul li a {
    text-transform: capitalize;
    color: #000;
}
.macro8_footer .widget_wrapper .widget_link ul li a:hover,
.macro8_footer .widget_wrapper .widget_link ul li a:focus {
    color: #000;
}
.macro8_footer .widget_wrapper .widget_contact .contact_info .single_info {
    max-width: 250px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.macro8_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
    font-size: 12px;
    color: #000;
    margin-right: 10px;
}
.macro8_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a {
    color: #7a808d;
}
.macro8_footer .widget_wrapper .widget_contact .contact_info .single_info .info p span {
    display: block;
}

.macro8_footer .copyright_area {
    background: #edecf0;
    padding: 10px 0;
}
.macro8_footer .copyright_area .copyright_text {
    text-align: center;
}
.macro8_footer .copyright_area .copyright_text p {
    color: #011a3e;
}
.macro8_footer .copyright_area .copyright_text p span {
    color: #000;
}

/* --------------------------------------------CONTACT US---------------------------------------------*/

.contact-us-container {
    height: auto;
    width: 85%;
    background: rgba(97, 94, 94, 0.096);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    z-index: 12;
    border-radius: 40px;
    margin: auto;
    position: relative;
    padding:40px;
}

.contact-us-class {
    margin-top: 100px;
    height: auto;
    width: 100%;
    display: flex;
    background-color: #283D50;
    background-image: url(../images/background.png);
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 110px;
    
}
.name2{
    color:#fff !important;
}
.email2 {
    color: #fff !important;
}
.subject2 {
    color: #fff !important;
}
.message2 {
    color: #fff !important;
}

.form-control {
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid #cecece;
    height: 38px;
}
.form-control:hover ,.form-control:focus{
  border-color: #97a0af;
}


.error {
  margin: 8px 0px;
  display: none;
  color: red;
}
#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}
.con_sub_text {
  margin: 20px 0px;
  font-size: 15px;
}

.contact-detail-box {
  margin-bottom: 50px;
}
.contact-detail-box{
    color:#fff !important;
}
.contact-detail-box address {
  font-size: 14px;
}
.contact-map {
  background-color: #ededed;
}
.title-box .border, .btn-primary, .back-to-top,
.logo i, .question-q-box, .social-circle li a:hover {
    background-color: #203549 !important;
}
.title-box .title-alt, .text-colored, .footer a:hover,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li.active a {
    color: #203549;
}

.btn-primary {
    border: 1px solid #fff !important;
    background-color: #203549;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus, .btn-primary.active:focus, 
.btn-primary.active:hover, .btn-primary:active.focus, 
.btn-primary:active:focus, .btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}

.btn-shadow.btn-primary {
  box-shadow: 1px 5px 9px rgba(241, 96, 1, 0.32);
}



/*======= Responsive ======*/
@media (min-width: 768px) {
    .nav-custom-left {
		margin-left: 5%;
	}
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-page .col-sm-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .navbar-custom {
        -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
  }
  .screen-space {
    margin: 0px auto 50px auto;
  }
  .feature-detail {
    padding: 0px 0px 50px 30px !important;
  }
  .footer h5 {
    margin-top: 30px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px){
  .blog-wrapper .blog-item {
    width: 50%;
  }
  .navbar-custom .navbar-nav li a {
    font-size: 12px;
  }
  .blog-detail-box {
  padding-right: 0px;
}
}
@media only screen and (min-width: 767px) and (max-width: 991px){
  
}
@media (max-width: 767px) {
  .blog-wrapper .blog-item {
    width: 100%;
  }
  .logo {
    margin-top: 7px;
  }
  .blog-detail-box {
  padding-right: 0px;
}
}

/* --------------------------WHY YOU CHOOSE US-----------------------*/

.container-whyyoushooseus {
    height: auto;
    width: 100%;
    display: flex;
    background: url(../images/glass-background-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
}

#whyyoushooseus {
    height: auto;
    width: 100%;
    background: rgba(97, 94, 94, 0.096);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    z-index: 12;
    margin: auto;
    position: relative;
    padding:60px;
}

.macro8-choose {
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    border: 1px solid #eee;
    border-radius: 25px;
    box-shadow: 0 10px 40px -10px rgba(0,64,128,.09);
    transition: 0.3s;
}

@media only screen and (max-width:480px) {
    .macro8-choose {
        margin-bottom: 60px;
        height: auto !important;
        width: auto;
        padding-bottom:20px;
    }
}

.macro8-choose:hover {
    box-shadow: 0px 60px 60px rgba(0,0,0,0.1);
    z-index: 100;
    transform: translate(0, -10px);
}

.macro8Label-label {
    color: #fff;
    background: #ffaa17;
    font-size: 16px;
    width: 100px;
    margin-bottom: 15px;
    display: block;
    -webkit-clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    margin-left: -20px;
    position: absolute;
}

.macro8Label-head h2 {
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 26px;
}

.macro8Label-head span {
    display: inline-block;
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.macro8Label {
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 0px;
}

.macro8-choose {
    height: 450px;
}

    .macro8-choose h5 {
        font-size: 14px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }


.macro8-choose-blue {
    background: #007BFF;
    z-index: -1;
}
    .macro8-choose-blue h2 {
        color: #fff;
    }

    .macro8-choose-blue p {
        color: #fff;
    }

.macro8-choose-yellow {
    background: #FFAA2A;
    z-index: -1
}
    .macro8-choose-yellow h2 {
        color: #fff;
    }
    .macro8-choose-yellow p {
        color: #fff;
    }

.macro8-choose-darkblue {
    background: #283D50;
    z-index: -1
}
    .macro8-choose-darkblue h2 {
        color: #fff;
    }
    .macro8-choose-darkblue p {
        color: #fff;
    }

.header-choose-blue {
    padding: 0;
    text-align: center;
    background: rgb(145,194,247);
    background: linear-gradient(90deg, rgba(145,194,247,1) 0%, rgba(145,194,247,1) 50%, rgba(145,194,247,1) 100%);
    -webkit-border-radius: 25px 25px 0px 0px;
    -moz-border-radius: 25px 25px 0px 0px;
    border-radius: 25px 25px 0px 0px;
    height: 100px;
    width: 100%;
    margin-top: -50px;
}

.header-choose-yellow {
    padding: 0;
    text-align: center;
    background: rgb(248,195,116);
    background: linear-gradient(90deg, rgba(248,195,116,1) 0%, rgba(248,195,116,1) 50%, rgba(248,195,116,1) 100%);
    -webkit-border-radius: 25px 25px 0px 0px;
    -moz-border-radius: 25px 25px 0px 0px;
    border-radius: 25px 25px 0px 0px;
    height: 100px;
    width: 100%;
    margin-top: -50px;
}

.header-choose-darkblue {
    padding: 0;
    text-align: center;
    background: rgb(115,129,142);
    background: linear-gradient(90deg, rgba(115,129,142,1) 0%, rgba(115,129,142,1) 50%, rgba(115,129,142,1) 100%);
    -webkit-border-radius: 25px 25px 0px 0px;
    -moz-border-radius: 25px 25px 0px 0px;
    border-radius: 25px 25px 0px 0px;
    height: 100px;
    width: 100%;
    margin-top: -50px;
}

.heading-container {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
}

.icon-holder svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
}
@media (max-width: 433px) {


    .macro8-choose-blue h2 {
        color: #fff;
        font-size: 16px;
    }

    .macro8-choose-blue p {
        color: #fff;
        font-size: 13px;
    }

    .macro8-choose-yellow h2 {
        color: #fff;
        font-size: 16px;
    }

    .macro8-choose-yellow p {
        color: #fff;
        font-size: 13px;
    }

    .macro8-choose-darkblue h2 {
        color: #fff;
        font-size: 16px;
    }

    .macro8-choose-darkblue p {
        color: #fff;
        font-size: 13px;
    }
}
    @media (max-width: 768px) {
        .macro8-choose-blue h2 {
            color: #fff;
            font-size: 16px;
        }

        .macro8-choose-blue p {
            color: #fff;
            font-size: 13px;
        }

        .macro8-choose-yellow h2 {
            color: #fff;
            font-size: 16px;
        }

        .macro8-choose-yellow p {
            color: #fff;
            font-size: 13px;
        }
        .macro8-choose-darkblue h2 {
            color: #fff;
            font-size: 16px;
        }

        .macro8-choose-darkblue p {
            color: #fff;
            font-size: 13px;
        }
    }

    @media (max-width: 820px) {
        .macro8-choose-blue h2 {
            color: #fff;
            font-size: 16px;
        }

        .macro8-choose-blue p {
            color: #fff;
            font-size: 13px;
        }

        .macro8-choose-yellow h2 {
            color: #fff;
            font-size: 16px;
        }

        .macro8-choose-yellow p {
            color: #fff;
            font-size: 13px;
        }
        .macro8-choose-darkblue h2 {
            color: #fff;
            font-size: 16px;
        }

        .macro8-choose-darkblue p {
            color: #fff;
            font-size: 13px;
        }
    }

    @media (max-width: 912px) {

    }
