@charset "utf-8";
* {margin: 0;padding: 0;box-sizing: border-box;}
:focus {outline: 0;}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Open+Sans+Condensed:700);
body {font-family: Open Sans, sans-serif;font-size: 16px;margin-top: 57px;}
img{width: 100%;}
.sticknav {background: #fff;position: fixed;width: 100%;z-index: 9;top: 0;box-shadow: 0px 2px 9px #0000007a;padding: 15px 0;}
.top-strip {padding: 10px 0; width: 1020px; margin: 0 auto;}
.mholder {display: flex;align-items: center;justify-content: space-between;}
.top-strip .logo img { width: 190px; margin-bottom: 0px;}
.qu-co {display: flex; align-items: center;gap: 50px;}
.qu-co img {width: 110px;}
.bannerImg { padding-top: 39px;}

.leadform {position: relative;margin-top: -70px;}
.sm_head_right {width: 70%;position: relative;background: #ffffff;border-radius: 9px;bottom: -20px; box-shadow: 0 0 15px #ccc;
 padding: 5px 0 10px;    margin: 0 auto;}
 .frm_con .mainForm > span {text-align: center;font-size: 22px; margin: 14px 0 16px 0;font-weight: 700;}
 .formTitle {text-align: center;}
 .formTitle h2 {text-align: center;font-size: 22px;margin: 14px 0 16px 0;font-weight: 700;}
 ul.form-sec li {list-style: none;}
 li.firstName {height: 50px;}
 li.lastName {height: 50px;}
li.formEmail {height: 50px;}
li.formState { height: 50px;}
li.formcity { height: 50px;}
li.formAreYou { height: 50px;}
li.formTextarea label textarea {height: 140px;}
.form-sec{display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    padding: 20px;
    height: 380px;
    }

.firstName { grid-area: 1 / 1 / 2 / 2; }
.lastName { grid-area: 1 / 2 / 2 / 3; }
.formEmail { grid-area: 2 / 1 / 3 / 2; }
.formContact { grid-area: 2 / 2 / 3 / 3; }
.formCity { grid-area: 3 / 2 / 4 / 3; }
.formState { grid-area: 3 / 1 / 4 / 2; }
.formAreYou { grid-area: 4 / 1 / 5 / 3; }
.formTextarea { grid-area: 1 / 3 / 5 / 5; }
.formCheckbox { grid-area: 5 / 1 / 6 / 4; }
.formSubmit { grid-area: 5 / 4 / 6 / 5; }


ul.form-sec li {clear: both; padding: 6px 0 6px 0px; display: inline-block;  width: calc(100% - 15px); position: relative;text-align: center;}   
ul.form-sec li input, ul.form-sec li select,ul.form-sec li textarea { width: 100%; border: 1px solid #d6d6d6;  color: #525050;font-size: 13px; text-indent: 21px; border-radius: 31px !important; padding: 12px 0;}
ul.form-sec li textarea { width: 100%; border: 1px solid #d6d6d6; color: #525050; font-size: 13px;  text-indent: 0; border-radius: 10px !important;padding: 22px 16px;height: 242px;}
.form-sec label span.sm_frm_txt { font-size: 9px; width: 100%; margin: 0; padding-left: 25px; position: relative;line-height: 15px;box-sizing: border-box;display: block;}

.form-sec label {width: 100%;text-align: left;min-height: 20px;display: block;}
.form-sec label input[type="checkbox"] {margin-right: 3px;position: absolute;left: 0; top: 3px;width: 20px;}
li .form-submit {background: #ff0000;color: #fff !important;text-indent: 0 !important;text-transform: uppercase;width: 80%;border-radius: 31px !important;padding: 12px 0px;border: #ff0000;}
.container {width: 1100px;margin: 0 auto;font-size: 18px;margin-bottom: 50px;}
li.formCheckbox label {padding-bottom: 15px !important;}
.form-sec input[type="button"], .Mob_veryfy input[type="button"] {
    border: 0;
    margin: auto;
    background: #002f6c;
    cursor: pointer;
    outline: 0;
    border-radius: 40px;
    padding: 10px 20%;
    text-align: center;
}
.form-sec .error_message {
    font-style: normal;
    color: #C00;
    font-size: 13px;
    margin: 5px 7px -10px 0;
    display: block;
    float: right;
}
.about {margin-top: 100px;}
h2 {color:#4476ff;text-transform: uppercase; text-align: center; }
h2 b {color: #1b1264;}
.content p {padding-top: 20px;}
.sectionBorder {border-bottom: 1px dotted #000;padding: 40px 0;}
.whyShould ul { display: flex; justify-content: center; align-items: center;  text-align: center; gap: 50px;margin-top: 80px;}
.whyShould ul li {list-style: none;width: 300px;min-height: 253px;height: auto;box-shadow: 0 0px 21px rgb(0 0 0 / 13%);border-radius: 10px;padding: 15px 15px;position: relative;}
/* .whyShould ul li img {position: absolute;top: -30px;left: 0;right: 0;margin: 0 auto;width: 80px;background: #1b1264;border-radius: 100px;padding: 10px;} */
.imagesIcon {  position: absolute; top: -30px; left: 0; right: 0; margin: 0 auto; width: 75px; background: #1b1264; border-radius: 100px; padding: 16px; display: flex;align-items: center;justify-content: center;}
.whyShould ul li span {font-size: 18px;font-weight: normal;font-family: Open Sans, sans-serif;text-transform: inherit;line-height: 1.5;margin-top: 50px;display: block;}
.DBanner{display:block}
.MBanner{display: none;}

.swiper {width: 100%; height: 100%;    margin-top: 20px;padding-bottom: 40px;}
  .swiper-slide {text-align: center; font-size: 18px; background: #fff; display: flex;  justify-content: center; align-items: center; }
  .swiper-slide img { display: block;  width: 100%;  height: 100%; object-fit: cover;}
  .bling { animation-name: blinker; animation-duration: 2s; animation-timing-function: linear; animation-iteration-count: infinite; color: #d50007;font-size: 20px;padding: 20px 0;}
  .fa-play:before {content: "\f04b";}

  .videoBanner .wrapper { display: inline-block;position: absolute;top: 40%;left: 50%;transform: translate(-50%,-50%);text-align: center;}
  .video-main {position: relative;display: inline-block;}
  .video {height: 50px;width: 50px;line-height: 50px;text-transform: uppercase;font-size: 20px;text-align: center;border-radius: 100%;background: #ff0034;color: #fff;display: inline-block;background: #ff0034;z-index: 999;}
  
  @keyframes waves {
    0% {-webkit-transform: scale(0.2, 0.2);transform: scale(0.2, 0.2);opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
    50% {opacity: 0.9;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";}
    100% {-webkit-transform: scale(0.9, 0.9);transform: scale(0.9, 0.9);opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
  }
  .fa-play:before {content: "\f04b";}
  .waves {position: absolute;width: 100px;height: 100px;background: rgb(255 0 0 / 60%);opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border-radius: 100%;right: -25px;bottom: -25px;z-index: -1;-webkit-animation: waves 2s ease-in-out infinite;animation: waves 2s ease-in-out infinite;}
  .wave-1 {-webkit-animation-delay: 0s;animation-delay: 0s;}
  .wave-2 {-webkit-animation-delay: 1s;animation-delay: 1s;}
  .wave-3 {-webkit-animation-delay: 2s;animation-delay: 2s;}

  .swiper-pagination-bullet{border: 1px solid #1da1f2;}.swiper-pagination-bullet-active{background:#1da1f2}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}



.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}



.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ee0f6f;
	border-radius: 10px;
	display: inline-block;
	height: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}

.swiper-pagination {
    bottom: 10px !important /* Adjust this value as needed */
  }
  
  .swiper-pagination-bullet {
    /* Customize bullet styles if necessary */
  }

  footer {
    color: #797676;
    padding: 5px 0;
    font-size: 15px;
    background: #e8e8e8;
}
  .wrapper-al {
    display: flex;
    justify-content: center;
    padding: 35px 0;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 40px;
}
.sm_cp {
    display: flex;
    text-align: center;
    color: #797676;
    align-items: center;
    gap: 10px;
}
.sm_cp p {
    font-weight: 600;
}
.sm_cp a {
    color: #fff;
    text-decoration: none;
}
.sm_cp a img {
    width: 130px;
}
.socials {
    display: flex;
    align-items: center;
    gap: 5px;
}
.socials p {
    padding: 0px 8px;
    font-weight: 600;
    font-size: 15px;
}
.wrapper-al ul {
    text-align: center;
    display: flex;
    align-items: center;
}
.wrapper-al ul li {
    display: inline-block;
    padding: 5px;
}
.wrapper-al ul li a {
    color: #fff;
}
.wrapper-al ul li img {
    width: 25px;
}
li.twitter img {
    width: 20px !important;
}

.copyright {
    background: #000000;
    text-align: center;
    padding: 10px 0 10px;
    clear: both;
    color: #fff;
}


@media screen and (max-width: 1024px) { .sm_head_right {width: 90%; }
.container {
    width: 100%;
    padding: 0 15px;
}
}
@media screen and (max-width:700px) {
    .DBanner{display:none}
.MBanner{display: block;}
    .top-strip { width: 100%;}
    .sticknav { padding: 15px;}
    .mholder {gap: 20px;}
    .sm_head_right {width: 90%;}
    .bannerImg img {width: 100%; height: auto; max-width: 100%;}
    .leadform { margin-top: 0;}
    .form-sec{ display: block;height: auto;}
    .container { width: 100%;padding: 0 15px;}
    .whyShould ul {display: block;}
    .sectionBorder {padding: 20px 15px;}
    .whyShould ul li {margin-bottom: 50px;min-height: auto;width: auto;}
    .top-strip .logo img{width: 120px;margin-top: 0;}
.qu-co{line-height: 12px;font-size: 13px;    flex-direction: column;gap: 0px}
.qu-co img{width: 60px;padding-top: 9px;}
.sm_bl_part .cont_115{margin:12px 0 22px -7px;}
.click a {display: inline-block;}
ul.form-sec li textarea {height: auto;}
}