@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&amp;family=Roboto&amp;display=swap');

 html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
    position: relative;
}  
body{
    font-family: 'Open Sans', sans-serif !important;
}
.normal-color{
    color: #212529 !important;
}
nav{
    width: 100%;
    /*margin-top: 20px;*/
}

.address{
    text-align: end;
    margin: 0 20px;
    margin-top: -50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 66%;
    margin-left: 40%;
    margin-bottom: 10px;
}
.contz{
    margin-right: 17px;
    /*margin-bottom: 10px;*/
    border-right: 3px solid #e0ebeb;
    height: 70px;
}
.contz:last-child{
    border-right: none !important;
}
.logo{
    position: relative;
    top: 17px;
    cursor: pointer;
    margin-left: 2rem;
    height: 86px;;
}
nav ul{
    background-image: linear-gradient(90deg,#03228f 10%,#0e73e4);
    width: 100%;
    margin: 0px;
}
.icons{
    float: right !important;
    margin: 20px 10px 10px 10px ;
}
nav.sticky ul{
    background: none !important;
}
nav.sticky .address{
    display: none;
}
nav.sticky .icons{
    display: none;
}
nav ul li{
    display: inline-block;
    list-style: none;
    margin: 20px;
    color: #fff;
}
nav ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
 .dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
      color: #fff;
    font-size: 20px;
    font-weight: 600;
}
  .dropdown-content {
  display: none;
  position: absolute;
  background-image: linear-gradient(90deg,#03228f 10%,#0e73e4);
  min-width: 270px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.btn-secondary{
    background-color: transparent !important;
}
.dropdown-item{
    color: #fff !important;
}
  .dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
      .dropdown-content a:hover {
  background-color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}
nav.sticky{
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 4%;
    margin-top: 0px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
}
nav.sticky ul{
    background-image: #fff !important;
    background-color: #fff;
}
nav.sticky ul li a{
    color: #03228f;
    font-size: 21px;
}
nav.sticky ul .dropdown .dropbtn{
    color: #03228f;
    font-size: 21px;
}
nav.sticky ul .dropdown-content a {
  background-color: #fff;
  color: #03228f;
}
nav.sticky ul .dropdown-content a:hover {
  background-color: #eee;
}
.mview{
    display: none !important;
}

.sec002{
       background: url(../images/Banner.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: 60vh;
    width: 100%;
}
.pad-left{
    padding-left: 3rem !important;
}
@media screen and (max-width:576px) {
    .sec002{
        background: url(../images/banner-2.webp);
        background-size: cover;
        height: 100%;
        background-position: unset !important;
    }
    .pad-left{
    padding-left: 0.5rem !important;
}

}
@media (max-width: 435px) and (min-width: 320px){
    .wview{
        display: none !important;
    }
    .mview{
        display: block !important;
    }
    nav.sticky{
        display: none !important;
    }
    .ban-img{
        height: 60vh !important;
    }
    .logo {
    margin-left: 1rem !important;
}
}

.bg-blue{
    background-image: linear-gradient(90deg,#03228f 10%,#0e73e4);
}
.navbar-nav .nav-link {
    color: #fff !important;
}
.navbar-light .navbar-toggler {
    color: #fff !important;
    border-color: #fff !important;
}
.dropdown-menu{
    list-style-type: none;
}
.dropdown-item{
    margin-left: 0px !important;
}
.f-55{
    font-size: 46px;
    font-weight: 800;
    color: #031b4e;
}
.f-20{
    font-size: 20px;
}
.partners img{
    width: 165px;
    height: 77px;
}

.titlez h2 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
}
.titlez .heading-line {
    position: relative;
    background-color: #03228f;
    height: 5px;
    width: 90px;
    border-radius: 30px;
    margin: 10px auto;
    margin-bottom: 30px;
}
.titlez .heading-line:before {
    background-color: #1940aa;
    content: "";
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -webkit-animation-name: watermark-animate;
    animation-name: watermark-animate;
}
.box-shadow {
    background-color: #ffffff;
    /* box-shadow: 0 1px 6px #ccc; */
    border-radius: 8px;
    transition: 0.25s ease-in-out;
}
.box-shadow:hover{
  transform: scale(1.025);
    border-radius: 0.375rem;
    /* box-shadow: 0 0 2rem rgb(0 0 0 / 25%); */
}
.box-shadow h4 {
    font-size: 25px;
    font-weight: 700;
    padding: 10px;
}
.box-shadow img {
    height: 100px;
    margin: 10px;
}
.box-shadow p {
    font-size: 18px;
    padding: 10px;
    text-align: justify;
}
.bg-banner{
    background: url('../images/bg-stretch.webp');
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000060;
}

.f-22{
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.f-21{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.f-42{
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    margin-bottom: 30px;
}
.bg-gray{
    background: #f6f7f9;
}
.mb-26 {
    margin-bottom: 26px;
}
.address-item .address-icon {
    display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: #fff;
}
.rs-call-us .address-item .address-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
    background: #fff;
}
.address-item .address-icon i {
    text-align: center;
    color: #106eea;
    border-radius: 100%;
    font-size: 25px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto;
}
.mt-40 {
    margin-top: 40px;
}
.readon {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all .4s;
    z-index: 1;
    background-color: transparent;
    text-decoration: none;
}
.readon.lets-talk {
    padding: 14px 40px;
    background-image: linear-gradient(250deg,#4e95ed 19%,#03228f);
    border-radius: 30px 30px 30px 30px;
}
.banz{
    position: relative;
}
.rs-counter.style1 {
    padding: 30px 40px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 1rem;
    background-image: url('../images/counter-bg.d9429f12.webp');
    background-color: #fff;
    box-shadow: -1px 21px 25px 0 rgb(0 0 0 / 12%);
    bottom: -77.5px;
    /* position: absolute; */
    /* min-width: 860px;
    right: 100px; */
    width: 60%;
    margin-top: -95px;
    margin-left: 46%;
}
.rs-counter.style1 .counter-wrapper .counter-text .counter {
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 8px;
    color: #03228f;
}
.rs-counter.style1 .counter-wrapper .counter-text .counter-title {
    font-size: 19px;
    line-height: 29px;
    font-weight: 600;
    color: #333;
}
.process-wrap {
    background-image: url('../images/Image-1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    /* background-color: #03228f; */
    margin: 0 31px 0 0;
    padding: 80px 40px 75px;
    transition: all .3s ease;
    border-radius: 10px 10px 10px 10px;
}
.sec-title .sub-text .new {
    color: #fff;
    font-size: 15px;
    padding-left: 0;
}
.sec-title .sub-text {
    position: relative;
    display: inline-block;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sec-title .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin: 0;
}
.mt-40 {
    margin-top: 40px;
}
.readon.learn-more.contact-us {
    border-radius: 8px 8px 8px 8px!important;
}
.readon.learn-more {
    padding: 14px 40px;
    background-image: linear-gradient(250deg,#4e95ed 19%,#03228f);
    border-radius: 30px 30px 30px 30px;
}

.readon {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all .4s;
    z-index: 1;
    background-color: transparent;
}
.rs-addon-number .number-text .number-area {
    display: block;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    color: #03228f;
}
.rs-addon-number .number-text .number-title .title {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    color: #101010;
    margin-bottom: 10px;
}
.rs-addon-number .number-text .number-txt {
    margin: 0;
    padding-right: 34px;
}

.f-30{
    font-size: 28px;
    font-weight: 500;
}
.f-14{
    font-size: 13px;
    font-weight: 700;
}
.f-18{
    font-size: 18px;
}
.f-32{
    font-size: 30px;
    font-weight: 600;
}

.testi-item .author-desc {
    background: #fff;
    padding: 70px 40px 80px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -2px 16px 44px -32px transparent;
    margin-bottom: -8%;
}
.testi-item .author-desc .desc {
    text-align: center;
    position: relative;
    color: #333;
    padding: 61px 0 10px;
    font-size: 17px;
    line-height: 33px;
    font-weight: 400;
}
.testi-item .author-desc .desc .quote {
    width: 50px;
    top: -13px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testi-item .author-desc .author-img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 80px;
}
.testi-item .author-desc .author-img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.testi-item .author-part {
    text-align: center;
    padding-top: 0px;
}
.testi-item .author-part .name {
    color: #0a0a0a;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    border: none;
    transition: all .3s ease;
    opacity: .7;
    background: #0b70e1;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 25%);
}
.owl-dots {
    position: unset;
    text-align: center;
    margin-top: 47px;
}
.owl-dots .owl-dot.active{
    width: 40px;
    background: #0b70e1;
    opacity: 1;
}
a{
    text-decoration: none !important;
}
.foot-img img{
    /*width: 150px;*/
}
/*.sec001{*/
/*    background-image: url('../images/Footer.webp');*/
/*    -webkit-background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: top;*/
/*    background-size: contain;*/
/*    width: 100%;*/
/*}*/

.sec001{
        background: url('../images/Footer.webp') no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.hero-image {
    background-image: url('../images/Banner.webp');
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

/*.sec002{*/
/*    background-image: url('../images/Banner.jpg');*/
/*    height: 70vh;*/
/*}*/
.newsletter-area {
    padding: 0!important;
    position: relative;
}
@media screen and (max-width: 576px){
.sec001 {
    background-size: cover;
    height: 100%;
}
}
.newsletter-area input[type=email] {
    border: none;
    width: 91%;
    font-size: 13px;
    padding: 16px 60px 16px 20px;
    margin: 0;
    color: #0a0a0a;
    overflow: hidden;
    border-radius: 30px 0 0 30px;
    background: #fff;
    box-shadow: 0 0 25px #eee;
    outline: none;
}
.newsletter-area button {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-image: linear-gradient(90deg,#03228f,#0e73e4);
    border-radius: 50%;
    padding: 15px 28px;
    font-size: 0;
    border: none;
    outline: none;
}
.newsletter-area button:after {
    position: absolute;
    content: ' \f2c6';
    font: var(--fa-font-brands);
    color: #fff;
    top: 50%;
    left: 50%;
    font-size: 22px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.banner-container {
    position: relative;
    text-align: center;
    color: white;
  }

  .centered h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    margin-bottom: 5px;
    color: #031b4e;
  }
  .centered ul{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-60%, -50%);
  }
  .centered ul li{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
  }


 @media only screen and (min-width: 1200px) {
    .pl-70 {
        padding-left: 70px !important;
    }
     
 } 
.mb-40 {
    margin-bottom: 40px;
}
.sec-title2 {
    position: relative;
}
.sec-title2 .sub-text.contact {
    color: #1273eb;
}

.sec-title2 .sub-text {
    margin: 0 0 10px;
    display: block;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #03228f;
    text-transform: uppercase;
}

.sec-title2 .title.testi-title {
    max-width: unset;
}

.sec-title2 .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #0a0a0a;
    max-width: 490px;
    margin: 0 auto;
}
.mb-30 {
    margin-bottom: 30px;
}

.contact-widget .from-control {
    padding: 20px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 0;
    background-color: #f6f7f9;
    width: 100%;
    max-width: 100%;
    outline: none;
}
.readon.learn-more.submit {
    background-image: linear-gradient(90deg,#03228f,#4e95ed);
    padding: 16px 40px;
    font-weight: 500;
    font-size: 16px;
    border: none;
}

.pt-120 {
    padding-top: 120px;
}

.rs-contact .contact-box {
    background-image: linear-gradient(250deg,#4e95ed,#03228f);
    padding: 80px 30px;
    border-radius: 5px 5px 5px 5px;
}
.mb-44 {
    margin-bottom: 44px;
}

.sec-title .sub-text.new-text {
    padding-left: 0;
    margin-bottom: 7px;
    color: #fff;
}
.sec-title .sub-text {
    position: relative;
    /*padding-left: 95px;*/
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #03228f;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec-title .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #101010;
    margin: 0;
}

.white-color {
    color: #fff!important;
}
.rs-contact .contact-box .address-box {
    display: flex;
    align-items: center;
}
.mb-24 {
    margin-bottom: 24px;
}

.rs-contact .contact-box .address-box .address-icon {
    background-image: linear-gradient(275deg,#fff,#fcfcff);
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    margin-right: 23px;
}

.rs-contact .contact-box .address-box .address-icon i {
    font-size: 20px;
    line-height: 20px;
    color: #03228f;
}

.rs-contact .contact-box .address-box .address-text .label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
.rs-contact .contact-box .address-box .address-text a {
    color: #fff;
}

.rs-contact .contact-box .address-box .address-text .desc {
    color: #fff;
}
 @media only screen and (min-width: 1200px) {
    .pl-70 {
        padding-left: 70px !important;
    }
    .seo-sec{
        padding-top: 80px;
    }
     
 } 
.header h2 {
    font-size: 45px !important;
    font-weight: 800;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #03228f !important;
}
.pinkz{
    color: #106eea;
    font-size: 17px;
    font-weight: 600;
}
.hedzzz{
    font-size: 22px !important;
    font-weight: 700;
}



.box-shadowzz {
    background-color: #ffffff;
    /* box-shadow: 0 1px 6px #ccc; */
    border-radius: 8px;
}

.box-shadowzz h4 {
    font-size: 25px;
    font-weight: 700;
    padding: 10px;
}
.box-shadowzz img {
    height: 120px;
    /*margin: 10px;*/
    margin-top: -18%;
}
.box-shadowzz p {
    font-size: 18px;
    padding: 10px;
    text-align: justify;
}

/*------------------2-box section----------------*/

.hsec01 {
    margin-top: 35px;
    margin-bottom: 25px;
}
.text-center {
    text-align: center!important;
}

.w-100 {
    width: 100%!important;
}
/*.box-shadow {*/
/*    box-shadow: 0 1px 5px #ccc;*/
/*    border-radius: 15px;*/
/*}*/
/*.before-effect:hover:before {*/
/*    width: 100%;*/
/*    opacity: 1;*/
/*}*/

.w-100px {
    width: 100%;
    border-radius: 100%;
}
.f-25 {
    font-size: 25px;
    font-weight: 700;
}
.f-18 {
    font-size: 18px;
    text-align: justify;
}


@media (max-width: 767px){
.w-100px {
    width: 85px;
    object-fit: contain;
    object-position: center;
}
.f-42 {
    font-size: 36px;
}
}

.fb:before {
		content: "\f39e";
		font-size: 26px;
		border-radius: 10px;
		border: 1px solid #1877f2;
		padding: 10px 16px;
		background-color: #1877f2;
		color: white;
	}
	.tweet:before {
		content: "\f099";
		font-size: 25px;
		border-radius: 10px;
		border: 1px solid #1da1f2;
		padding: 10px 14px;
		background-color: #1da1f2;
		color: white;
	}
	.link:before {
		content: "\f0e1";
		font-size: 25px;
		border-radius: 10px;
		border: 1px solid #0a66c2;
		padding: 10px 14px;
		background-color: #0a66c2;
		color: white;
	}
	.insta:before {
		content: "\f16d";
		font-size: 25px;
		border-radius: 10px;
		border: 1px solid #d62976;
		padding: 10px 14px;
		background-color: #d62976;
		color: white;
	}
	.pin:before {
		content: "\f231";
		font-size: 25px;
		border-radius: 10px;
		border: 1px solid #bd081c;
		padding: 10px 14px;
		background-color: #bd081c;
		color: white;
	}
	.p-left{
    padding-left: 3.2rem !important;
}
	@media (max-width: 435px) and (min-width: 320px){
	    
	    .process-wrap{
	        margin: 0px !important;
	    }
	    .aligns{
	    text-align: center !important;
	}
	}
	.number-txt{
	    font-size: 18px;
	}
	.p-left{
    padding-left: 0px !important;
}
	
	.pad0 li{
      display: inline-block;
    list-style: none;
    margin: 20px 30px;
    padding: 6px 15px;
    font-size: 24px !important;
    font-weight: 500;
  }
      .pad0 li i {
    font-size: 14px;
    background: #0e73e4;
    color: #fff;
    border-radius: 50px;
    height: 17px;
    width: 17px;
    padding: 3px 2px;
    transform: translate(-8px, -1px);
}

footer ul li a{
    color: #212529;
}
.bg-bluee{
      background-image: linear-gradient(90deg,#03228f 10%,#0e73e4);
    width: 100%;
  }
  .part-img img{
      width: 210px;
      margin-top: -25px;
  }
  
  @media (max-width: 435px) and (min-width: 320px){
     .part-img img{
      width: 100px;
      height: 100px;
  } 
  #foot-list{
      display: flex !important;
      align-items: center !important;
  }
  .box-shadow h4{
      font-size: 22px;
  }
  .titlez h2 {
      font-size: 28px;
  }
  .f-25 {
    font-size: 22px;
}
.box-shadowzz h4 {
    font-size: 22px;
  }
  .sec-title .title {
    font-size: 28px;
}
.sec-title2 .title {
    font-size: 28px;
}
.f-55 {
    font-size: 36px;
    font-weight: 700;
}
.box-shadowzz{
    margin-top: 25px;
}
  }

	
.navz-top{
    color: #212529 !important;
}	

  
/* ------------------new-blue-design--------- */



.fl-col-group-equal-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
.fl-col-small {
    display: flex;
    flex: 1 1 auto;
    width: 23%;
    float: left;
    min-height: 1px;
}

.fl-col-content {
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #4ec8f2;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex: 1 1 auto;
}

.fl-module {
    width: 100%;
}

.fl-module::before {
    display: table;
    content: " ";
}

.fl-module-content {
    margin: 40px 20px;
}

.fl-module-content::before {
    display: table;
    content: " ";
}

.fl-heading {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}

.fl-heading-text {
    color: #ffffff;
}

.fl-module-content:after {
    clear: both;
}

.fl-col-big{
    display: flex;
    flex: 1 1 auto;
    width: 77%;
    float: left;
    min-height: 1px;
}
.fl-big-content{
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #4ec8f2;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex: 1 1 auto;
    padding: 0;
    margin: 0;
}
.fl-big-module{
    width: 100%;
}
.fl-big-module::before{
    display: table;
    content: "";
}
.fl-callout {
    text-align: justify;
    margin-left: 23%;
}
.fl-callout-content .fl-callout-title{
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
}


.blue-clr-bgs {
    padding: 70px 20px;
    background-color: #2c2a54;
}
.zet{
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #4ec8f2;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    flex-direction: column;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex: 1 1 auto;
}
.big-heads {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 1rem;
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
}

.big-heads-list {
    padding: 0 1rem;
    text-align: center;
    flex: 0 1;
}

.big-heads-letter {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 13em;
    text-transform: uppercase;
    line-height: 1;
    background-color: #fff;
    color: #000;
    box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.04), 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.fl-icon img{
    height: 45px;
}


@media screen and (max-width:992px) {
    .big-heads {
        margin: 0 15px;
    }
.big-heads-letter {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1;
    background-color: #fff;
    color: #000;
    box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.04), 0px 1px 4px rgba(0, 0, 0, 0.12);
}
.fl-callout {
    text-align: center;
    margin-left: 5px;
}
}