* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
    color: #333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
    margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
    margin: 0 -15px;
}

.px-lg-5 {
  padding-left: 3rem;
    padding-right: 3rem;
}

.ftco-navbar-light {
  background: #000000 !important;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 12px 0; 
}

@media (max-width: 991.98px) {
  .ftco-navbar-light {
    background: #000000 !important;
    position: relative;
    top: 0;
      padding: 12px 16px; 
  } 
}

.ftco-navbar-light .navbar-brand {
  color: #fff;
    z-index: 0; 
}

.ftco-navbar-light .navbar-brand span {
    color: #0c32ff; 
}

.ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
    color: #fff; 
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-brand {
      color: #fff; 
  } 
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav {
      padding-bottom: 12px; 
  } 
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 15px;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
  padding-left: 22px;
  padding-right: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
    opacity: 1 !important; 
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #0c32ff; 
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
      color: rgba(255, 255, 255, 0.75); 
  }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #fff; 
  } 
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff; 
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
      color: #fff; 
  } 
}

.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.55) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 17px;
    letter-spacing: .12em; 
}

.ftco-navbar-light .navbar-toggler:focus {
    outline: none !important; 
}

.navbar-brand {
  font-weight: 900;
  font-size: 25px;
  position: relative;
  z-index: 0;
    text-decoration: none;
}

.navbar-brand:after {
  position: absolute;
  bottom: 14px;
  right: 0;
  content: '';
  width: 78%;
  height: 4px;
    background: #fff; 
}

.navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: row;
}

.navbar-nav .nav-item {
    list-style: none;
    display: inline-block;
}

.navbar-nav .nav-link {
    text-decoration: none;
    display: block;
}

.navbar-toggler {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: none;
}

.navbar-collapse {
  display: block;
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    display: block;
  }
  
  .navbar-collapse {
    display: none;
  }
  
  .navbar-collapse.show {
    display: block;
  }
  
  .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  
  .navbar-nav .nav-item {
    display: block;
    width: 100%;
  }
}

.ml-auto {
    margin-left: auto;
}

.hero-banner {
    background: #F3F8F9;
    position: relative;
    margin-bottom: 12px;
    padding: 120px 0 100px 0;
    margin-top: 0;
    z-index: 1;
}

.hero-banner::before {
    content: "";
    display: block;
    width: 8%;
    height: 100%;
    background: #c6ccff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@media (min-width: 575px) {
    .hero-banner::before {
        width: 22%;
    }
}

@media (min-width: 991px) {
    .hero-banner::before {
      width: 37%;
    }
}

.hero-banner__img {
    position: relative;
    top: 2px;
    z-index: 4;
}

.hero-banner__img img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.3));
}

.hero-banner__content h4 {
    font-size: 42px;
    font-family: "Roboto", sans-serif;
    color: #525252;
    margin-bottom: 18px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    position: relative;
    z-index: 5;
}

.hero-banner__content h1 {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 750;
    margin-bottom: 18px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
    position: relative;
    z-index: 5;
    color: #1a1a1a;
}

@media (min-width: 767px) {
    .hero-banner__content h1 {
        font-size: 45px;
        margin-bottom: 32px;
    }
}

@media (min-width: 991px) {
    .hero-banner__content h1 {
        font-size: 65px;
        text-shadow: 4px 4px 8px rgba(0,0,0,0.5);
    }
}

.hero-banner__content p {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.7;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    position: relative;
    z-index: 5;
}

@media (min-width: 767px) {
    .hero-banner__content p {
        margin-bottom: 48px;
        font-size: 20px;
    }
}

.button {
    display: inline-block;
    border: 1px solid #384aeb;
    border-radius: 32px;
    color: #222;
    font-weight: 520;
    padding: 18px 58px;
    background: #384aeb;
    color: #fff;
    transition: all .42s ease;
    text-decoration: none;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 4px 12px rgba(56,74,235,0.4);
    position: relative;
    z-index: 5;
}

.button-hero {
    padding: 18px 48px;
}

.button:hover {
    border-color: #384aeb;
    background: transparent;
    color: #222;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.align-items-center {
    align-items: center;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.ftco-footer {
  font-size: 16px;
  padding: 7em 0;
    background: #120f0f;
}

.ftco-footer .ftco-footer-logo {
  text-transform: uppercase;
    letter-spacing: .1em;
}

.ftco-footer .ftco-footer-widget h2 {
  font-weight: normal;
  color: #fff;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
    letter-spacing: 1px;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
}

.ftco-footer .ftco-footer-widget .btn-primary {
  background: #fff !important;
    border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
  background: #fff;
    border: 2px solid #fff !important;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.ftco-footer a:hover {
    color: #fff;
}

.ftco-footer .ftco-heading-2 {
  font-size: 17px;
  font-weight: 400;
    color: #fff;
}

.ftco-footer .block-21 .text .heading {
  font-size: 16px;
    font-weight: 300;
}

.ftco-footer .block-21 .text .heading a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.ftco-footer .block-21 .text .heading a:hover,
.ftco-footer .block-21 .text .heading a:active,
.ftco-footer .block-21 .text .heading a:focus {
    color: #c49b63;
}

.ftco-footer .block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
    margin-right: 5px;
}

.ftco-footer .block-21 .text .meta > div a {
    color: gray;
    text-decoration: none;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
  height: 50px;
  width: 50px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
    text-decoration: none;
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
    transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
    color: #fff;
}

.block-21 .blog-img {
  display: block;
  height: 80px;
    width: 80px;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 16px;
}

.block-21 .text .heading a {
    color: #cccccc;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: #c49b63;
}

.block-21 .text .meta > div {
  display: inline-block;
  font-size: 12px;
    margin-right: 5px;
}

.block-21 .text .meta > div a {
    color: gray;
}

.block-23 ul {
    padding: 0;
}

.block-23 ul li,
.block-23 ul li > a {
  display: table;
  line-height: 1.5;
    margin-bottom: 15px;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
}

.block-23 ul li .icon,
.block-23 ul li .text {
  display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
    color: white;
}

.hero-wrap,
.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
    background-position: center center;
}

.ftco-section {
  padding: 7em 0;
    position: relative;
}

.ftco-animate {
  opacity: 0;
    visibility: hidden;
}

.d-flex {
    display: flex !important;
}

.text-center {
    text-align: center !important;
}

.list-unstyled {
  padding-left: 0;
    list-style: none;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.d-block {
    display: block !important;
}

.col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
    padding: 0 15px;
}

.col-lg-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
    padding: 0 15px;
}

.col-lg-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
    padding: 0 15px;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
    padding: 0 15px;
}

.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
    padding: 0 15px;
}

.ml-md-4 {
    margin-left: 1.5rem;
}

.float-md-left {
    float: left;
}

.float-lft {
    float: left;
}

@media (max-width: 991.98px) {
  .col-lg-3,
  .col-lg-4,
  .col-lg-2 {
    flex: 0 0 100%;
      max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hero-banner__content h1 {
    font-size: 24px !important;
  }

  .hero-banner__content h4 {
      font-size: 20px;
  }
}

.bg-black {
  background: #000 !important;
}

.services-profile p {
  color: rgba(255, 255, 255, 0.5);
}

.text-white {
  color: #fff !important;
}

.quote-style-29281 {
  border-left: 10px solid #f4ad2d;
    padding-left: 30px;
}

.social_links_29128 a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(244, 173, 45, 0.2);
    position: relative;
    margin-right: 10px;
}

.social_links_29128 a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social_links_29128.white a {
    background: rgba(255, 255, 255, 0.2);
}

.social_links_29128.white a span {
    color: #f4ad2d;
}

.social_links_29128.white a:hover {
    background: #fff;
}

.site-section {
    padding: 7rem 0;
}

@media (max-width: 991.98px) {
  .site-section {
      padding: 3rem 0;
  }
}

.services-img-col {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .services-img-col {
    margin-bottom: 0;
  }
}

.services-content-col {
    margin-left: auto;
}

@media (max-width: 767px) {
  .services-content-col {
      margin-left: 0;
  }
}

.services-title {
    margin-bottom: 2.5rem;
}

.pricelist-section {
  background: rgba(255,255,255,0.05);
  padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #f4ad2d;
    margin-top: 2.5rem;
}

.pricelist-title {
    margin-bottom: 1.5rem;
    color: #f4ad2d;
}

.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.price-item:last-child {
    border-bottom: none;
}

.course-name {
  color: rgba(255,255,255,0.8);
    font-size: 16px;
}

.price {
  color: #f4ad2d;
  font-weight: bold;
    font-size: 18px;
}

.services-social {
    margin-top: 2.5rem;
}

.section-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    padding: 4rem 0;
}

.section-background.style-primary {
    position: relative;
}

.section-background.style-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #183661;
  opacity: .9;
    z-index: 0;
}

.section-background.style-primary > .container {
    z-index: 2;
    position: relative;
}

.section-background.style-primary .icon {
  font-size: 3.5rem;
    color: #51be78;
}

.section-background.style-primary h3 {
  font-size: 20px;
  color: #51be78;
    margin-bottom: 30px;
}

.section-background.style-primary p {
    color: #7697c6;
}

.section-background.style-primary a {
    color: #51be78;
    text-decoration: none;
}

.section-background.style-primary a:hover {
    color: #fff;
}

.section-heading-underline {
    color: #000;
}

.section-heading-underline span {
  display: inline-block;
    border-bottom: 4px solid #51be78;
}

.section-heading-underline.style-variant {
    color: #fff;
}

.section-heading-underline.style-variant span {
    border-color: #51be78;
}

.lead-text {
  font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.whychoose-section {
    padding: 3em 0;
}

@media (min-width: 768px) {
  .whychoose-section {
      padding: 5.5em 0;
  }
}

.section-intro {
    margin-bottom: 3rem;
}

.section-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.section-intro p {
    font-size: 1.1rem;
    color: #666;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding: 0 15px;
}

.justify-content-center {
    justify-content: center;
}

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

.steps-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.how-it-works .step {
  width: 20%;
  display: inline-block;
  text-align: center;
    position: relative;
}

.how-it-works .step:after {
  width: 100%;
  height: 5px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 27px;
  background: #0084ff;
    border-radius: 3px;
}

.how-it-works .step:last-child:after {
    display: none;
}

.how-it-works .step .number {
  z-index: 1;
  width: 54px;
  height: 54px;
  border: 5px solid #0084ff;
  background: #fff;
  border-radius: 50%;
  color: #0084ff;
  display: block;
  position: relative;
  margin: 0 auto 12px auto;
  transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 132, 255, 0.2);
}

.how-it-works .step:hover .number {
  background: #0084ff;
  color: #fff;
    transform: scale(1.05);
}

.how-it-works .step .number > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
    font-weight: 600;
}

.how-it-works .step .caption {
  display: block;
  font-weight: 500;
  color: #333;
  font-size: 15px;
    line-height: 1.4;
}

.how-it-works .step:hover .caption {
    color: #0084ff;
}

.advantages-details {
    margin-top: 3rem;
}

.advantages-details h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.advantages-details p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 1rem;
}

.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

@media (max-width: 991px) {
  .col-lg-6 {
    flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .how-it-works .step {
      width: 100%;
      margin-bottom: 2rem;
  }
  
  .how-it-works .step:after {
      display: none;
  }
  
  .steps-container {
      flex-direction: column;
  }
  
  .col-8 {
    flex: 0 0 100%;
      max-width: 100%;
  }
}

.testimonials-area{
  padding:4rem 0;
  background:#f5f5f5;
}

.testimonials-area h2{
  font-size:2.5rem;
  color:#333;
  margin-bottom:3rem;
}

.testimonials-list{
  display:flex;
  flex-wrap:wrap;
  gap:2rem;
}

.testimonial-item{
  background:#fff;
  padding:2rem;
  border-radius:8px;
  box-shadow:0 2px 8px rgba(0,0,0,0.1);
  width:calc(50% - 1rem);
}

@media(max-width:768px){
  .testimonial-item{
    width:100%;
  }
}

.testimonial-item p{
  font-style:italic;
  margin-bottom:1.5rem;
  font-size:16px;
  color:#555;
}

.testimonial-item h4{
  margin-bottom:0.5rem;
  color:#333;
  font-size:18px;
}

.testimonial-item span{
  color:#777;
  font-size:14px;
}

[data-aos="fade"] {
  opacity: 0;
    transition-property: opacity;
}

.site-section{
  padding:2.7em 0;
}

@media (min-width: 768px){
  .site-section{
    padding:5.3em 0;
  }
}

.terms-background{
  background:#f8f9fa;
  padding:2.7em 0;
}

@media (min-width: 768px){
  .terms-background{
    padding:5.3em 0;
  }
}

.text-content{
  line-height:1.8;
  color:#2c4e63;
  font-weight:300;
  font-size:1.05rem;
}

.text-content p{
  margin-bottom:1.6rem;
}

.btn.btn-primary{
  background-color:#0056b3;
  border-color:#0056b3;
  color:#fff;
  padding:11px 22px;
  text-decoration:none;
  border-radius:4px;
  display:inline-block;
  transition:all 0.3s ease;
}

.btn.btn-primary:hover{
  background-color:#004085;
  border-color:#003875;
}

.col-md-8{
  flex:0 0 66.66667%;
  max-width:66.66667%;
  padding:0 15px;
}

.col-lg-8{
  flex:0 0 66.66667%;
  max-width:66.66667%;
  padding:0 15px;
}

.mx-auto{
  margin-left:auto;
  margin-right:auto;
}

.justify-content-center{
  justify-content:center;
}

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

.mb-4{
  margin-bottom:1.5rem;
}

.mb-5{
  margin-bottom:3rem;
}

.mt-5{
  margin-top:3rem;
}

@media (max-width:767px){
  .col-md-8,.col-lg-8{
    flex:0 0 100%;
    max-width:100%;
  }
  
  .text-content{
    font-size:1rem;
  }
}

.about_section{
  padding-bottom:210px;
  padding-top:150px;
  background:#f8f9fa;
  background-size:cover;
  background-position:center center;
    background-repeat:no-repeat;
}

@media (max-width: 767px){
  .about_section{
    padding-top:40px;
      padding-bottom:40px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .about_section{
    padding-top:80px;
      padding-bottom:80px;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
  .about_section{
    padding-top:100px;
      padding-bottom:120px;
  }
}

.about_section .about_content p{
  font-size:16px;
  line-height:28px;
  margin-top:0;
    margin-bottom:37px;
}

.about_section .about_images2{
    position:relative;
}

@media (min-width: 768px) and (max-width: 991px){
  .about_section .about_images2{
      margin-bottom:30px;
  }
}

@media (max-width: 767px){
  .about_section .about_images2{
      margin-bottom:40px;
  }
}

.about_section .about_images2 img{
    width:100%;
}

.about_section .about_images2 .image_1 img{
    width:100%;
}

.section_header span{
  color:#F2C64D;
  font-size:30px;
  font-weight:400;
  margin-bottom:18px;
    display:block;
}

.section_header h3{
  font-size:50px;
  font-weight:700;
  color:#1A0D01;
    text-transform:uppercase;
}

@media (max-width: 767px){
  .section_header h3{
    font-size:30px;
      line-height:36px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .section_header h3{
    font-size:36px;
      line-height:42px;
  }
}

.boxed-button5{
  display:inline-block;
  font-size:16px;
  font-weight:600;
  border:0;
  border:1px solid transparent;
  text-align:center;
  color:#fff !important;
  text-transform:capitalize;
  transition:0.5s;
  border-radius:50px;
  padding:22px 44px;
  cursor:pointer;
  background:transparent;
  color:#F0542C !important;
  border:1px solid #F0542C;
    text-decoration:none;
}

.boxed-button5:hover{
  background:transparent;
  color:#fff !important;
  background:#F0542C;
    color:#fff;
}

@media (max-width: 767px){
  .boxed-button5{
      padding:12px;
  }
}

.col-xl-6{
  flex:0 0 50%;
  max-width:50%;
    padding:0 15px;
}

.col-xl-5{
  flex:0 0 41.66667%;
  max-width:41.66667%;
    padding:0 15px;
}

.col-lg-6{
  flex:0 0 50%;
  max-width:50%;
    padding:0 15px;
}

.col-lg-5{
  flex:0 0 41.66667%;
  max-width:41.66667%;
    padding:0 15px;
}

.offset-lg-1{
    margin-left:8.33333%;
}

@media (max-width: 991px){
  .col-xl-6,.col-xl-5,.col-lg-6,.col-lg-5{
    flex:0 0 100%;
      max-width:100%;
  }
  
  .offset-lg-1{
      margin-left:0;
  }
}

.contact-wrapper{
    padding:65px 0;
}

@media (min-width: 1000px){
    .contact-wrapper{
        padding:110px 0;
    }
}

.contact-logo{
    text-align:center;
    margin-bottom:30px;
}

.contact-logo-img{
    max-width:120px;
    height:auto;
}

.contact-wrapper .main-title{
    font-size:38px;
    font-weight:620;
    color:#2a2a2a;
    margin-bottom:22px;
      text-align:center;
}

.contact-wrapper .main-description{
    text-align:center;
    margin-bottom:42px;
      color:#8a8a8a;
}

.contact-form-main .form-group{
      margin-bottom:22px;
}

.contact-form-main .form-control{
    border-radius:0;
    height:44px;
    padding-left:20px;
    border-color:transparent;
      background:rgba(140, 149, 188, 0.12);
      width:100%;
      border:1px solid #ddd;
}

.contact-form-main .form-control:focus{
    outline:0;
      box-shadow:none;
      border-color:#2c3fed;
}

.contact-form-main textarea.form-control{
    height:150px;
      resize:none;
      padding-top:15px;
}

.contact-form-main select.form-control{
    padding-left:20px;
      color:#666;
}

.submit-btn{
    display:inline-block;
    border:1px solid #2c3fed;
    border-radius:32px;
    color:#2a2a2a;
    font-weight:520;
    padding:14px 55px;
    background:#2c3fed;
    color:#fff;
      transition:all .45s ease;
      cursor:pointer;
}

.contact-submit{
    border-radius:5px;
    font-size:15px;
    padding:12px 45px;
      border:none;
}

.submit-btn:hover{
    border-color:#2c3fed;
    background:transparent;
      color:#2a2a2a;
}

.contact-info-section{
    margin-top:60px;
      padding-top:40px;
      border-top:1px solid #eee;
}

.contact-info-item{
    text-align:center;
      margin-bottom:30px;
}

.contact-info-item h4{
    font-size:18px;
    color:#2a2a2a;
      margin-bottom:15px;
}

.contact-info-item p{
    color:#666;
      margin:0;
}

.contact-info-item a{
    color:#2c3fed;
      text-decoration:none;
}

.contact-info-item a:hover{
      color:#1a2abd;
}

.col-12{
    flex:0 0 100%;
    max-width:100%;
      padding:0 15px;
}

.col-lg-9{
    flex:0 0 75%;
    max-width:75%;
      padding:0 15px;
}

.col-md-4{
    flex:0 0 33.33333%;
    max-width:33.33333%;
      padding:0 15px;
}

@media (max-width: 991px){
  .col-lg-9{
    flex:0 0 100%;
      max-width:100%;
  }
}

@media (max-width: 767px){
  .col-md-4{
    flex:0 0 100%;
      max-width:100%;
  }
  
  .contact-wrapper .main-title{
      font-size:28px;
  }
}