* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Rubik", sans-serif;
  background-color: #fff;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* card */
.ncard {
  padding: 35px 45px;
  margin-top: 15px;
  border-radius: 15px;
}
.ncard.np {
  padding: 0;
}
.ncard.card1 {
  background: #f4f4f4;
}
.ncard.card2 {
  background: #053c58;
}

/* top */
.ncard.top {
  padding-top: 15px;
  padding-bottom: 15px;
  direction: ltr;
  background: #053c58;
  position: sticky;
  top: 15px;
  z-index: 99999;
}
.top .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top img {
  width: 100px;
}
.top .mbox p {
  color: #fff;
  margin: 0;
  font-size: 48px;
  line-height: 32px;
  margin-top: 9px;
}
.top .mbox h4 {
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  font-size: 32px;
}
.top .mbox a {
  display: block;
  background: #fff;
  color: #053c58;
  padding: 0;
  border-radius: 5px;
  font-size: 14px;
  width: 150px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-left: 30px;
}
.top .mbox a.whats {
  background: #075e54;
  color: #fff;
  margin-bottom: 5px;
}
/* main */
.main .ncard {
  width: 49.3%;
}
.main .mtext h5 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  color: #053c58;
  margin-bottom: 5px;
}
.main .mtext h4 {
  text-transform: capitalize;
  font-size: 20px;
  color: #053c58;
  margin-bottom: 15px;
}
h3.title {
  font-size: 27px;
  font-weight: 700;
  color: #053c58;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.main h3.title {
  color: #f4a4a5;
}
.main .mtext p {
  color: #053c58;
  text-align: justify;
  font-size: 15px;
  margin: 0;
}
.main img {
  display: block;
  margin: 0 0 0 auto;
  border-radius: 15px;
  overflow: hidden;
}
/* services */
.services .title {
  color: #fff;
  position: relative;
}
.services .title:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background: #fff;
  bottom: -12px;
  left: 0;
}
.flex .box2 {
  width: 65%;
  position: relative;
}
.services-s h4 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  margin-top: 50px;
}
.services-s p {
  max-width: 90%;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  text-align: justify;
  color: #fff;
}
.services-s img {
  border-radius: 15px;
}
.flex .box1 {
  width: 35%;
}
.services-s .swiper-button-prev {
  background-image: url(img/prev.svg);
  top: unset;
  bottom: 0;
}
.services-s .swiper-button-next {
  background-image: url(img/next.svg);
  top: unset;
  bottom: 0;
  right: unset;
  left: 55px;
}
/* features */
.mfbox {
  background: #f2f2f2;
  border-radius: 15px;
  position: relative;
}
.mfbox:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #053c58;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fox {
  text-align: center;
  padding: 35px 15px;
}
.fox img {
  width: 45px;
  margin-bottom: 10px;
}
.fox p {
  margin: 0;
  color: #053c58;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
/* nums */
.nums {
  border: 1px solid #053c58;
}
.nums .nbox {
  width: 25%;
}
.nums .dt {
  display: table;
}
.nums .dtc {
  display: table-cell;
  vertical-align: middle;
}
.nums .dtc img {
  width: 50px;
  margin-right: 15px;
}
.nums .dtc h3 {
  color: #053c58;
  font-weight: 700;
  font-size: 42px;
  display: inline-block;
  position: relative;
  margin-bottom: -2px;
}
.nums .dtc h3:after {
  content: "+";
  position: absolute;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nums .dtc p {
  color: #053c58;
  margin: 0;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 500;
  width: 134px;
  line-height: 21px;
}
/* footer */
.footer .title {
  color: #fff;
}
.footer p {
  color: #fff;
  text-align: justify;
  font-size: 16px;
  margin: 0;
}
.footer .box2 {
	position: relative;
}
ul.social {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
}
ul.social li {
	display: inline-block;
	list-style: none;
	background-color: #fff;
	width: 60px;
	height: 60px;
	margin-left: 5px;
	position: relative;
	border-radius: 5px;
	border-radius: 10px;
}
ul.social li .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
ul.social li img {
	width: 19px;
}
ul.social li p {
	font-size: 12px;
	color: #f4a4a5;
	margin: 1px 0 0;
	text-transform: capitalize;
}
form {
  background: #fff;
  padding: 15px 20px 30px;
  width: 260px;
  margin: 0 0 0 auto;
  border-radius: 15px;
}
form h4 {
  font-weight: 600;
  color: #053c58;
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
}
form .form-group {
  margin-bottom: 0;
}
.inp {
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}
.inp::after {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f4a4a5;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}
form .form-control,
form .form-control:focus {
  background: #f2f2f2;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  height: 40px;
}
.name::after {
  content: "\f007";
}
.phone::after {
  content: "\f3cd";
  font-size: 18px;
}
.msg::after {
  content: "\f0e0";
  font-size: 16px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 14px;
}
form .btn,
form .btn:hover {
  height: 40px;
  background: #053c58;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
textarea.form-control,
textarea.form-control:focus {
  height: 120px;
}
.copy {
  padding: 20px 0;
  text-align: center;
}
.copy img {
  width: 92px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .ncard {
    padding: 30px 30px;
  }
}
@media (max-width: 991px) {
  .ncard {
    padding: 30px 20px;
  }
  .top img {
    width: 90px;
  }
  .top .mbox a {
    font-size: 13px;
    width: 125px;
    margin-left: 25px;
  }
  .top .mbox p {
    font-size: 41px;
  }
  .top .mbox h4 {
    font-size: 26px;
  }
  .main .mtext p {
    font-size: 14px;
  }
  .main .mtext h4 {
    font-size: 18px;
  }
  h3.title {
    font-size: 24px;
  }
  .services-s {
    padding-bottom: 80px;
  }
  .fox p {
    font-size: 15px;
  }
  .nums .dtc img {
    width: 40px;
    margin-right: 13px;
  }
  .nums .dtc h3 {
    font-size: 30px;
  }
  .nums .dtc h3::after {
    right: -21px;
  }
  .nums .dtc p {
    font-size: 15px;
    width: 95px;
    line-height: 15px;
  }
  form {
    width: 227px;
  }
}
@media (max-width: 767px) {
  .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main .ncard {
    width: 100%;
    text-align: center;
  }
  .main .mtext p {
    -moz-text-align-last: center;
    text-align-last: center;
  }
  .flex .box2 {
    width: 60%;
  }
  .flex .box1 {
    width: 40%;
  }
  .services-s p {
    font-size: 14px;
  }
  h3.title {
    font-size: 22px;
  }
  .main .mtext h4 {
    font-size: 16px;
  }
  .fox {
    padding: 25px 5px;
  }
  .fox p {
    font-size: 12px;
  }
  .fox img {
    width: 35px;
    margin-bottom: 8px;
  }
  .nums .nbox {
    width: 50%;
    margin-bottom: 30px;
  }
  .nums .dt {
    margin: 0 auto;
  }
  .nums .nbox.mb {
    margin-bottom: 0;
  }
  form {
    width: 187px;
    padding: 15px 13px;
  }
}

@media (max-width: 575px) {
  .ncard {
    padding: 30px 15px;
  }
  .top img {
    width: 80px;
  }
  .top .mbox p {
    font-size: 21px;
    line-height: 24px;
  }
  .top .mbox h4 {
    font-size: 16px;
  }
  .top .mbox a {
    font-size: 12px;
    width: 98px;
    margin-left: 10px;
    height: 32px;
    line-height: 32px;
  }
  h3.title {
    font-size: 20px;
  }
  .main .mtext h4 {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .main .mtext p {
    font-size: 13px;
  }
  .flex .box2,
  .flex .box1 {
    width: 100%;
    text-align: center;
  }
  .services .title::after {
    width: 75%;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .services-s h4 {
    font-size: 18px;
    margin-top: 35px;
  }
  .services-s p {
    font-size: 13px;
    max-width: 100%;
    -moz-text-align-last: center;
    text-align-last: center;
    margin-bottom: 12px;
  }
  .nums .dtc img {
    width: 35px;
    margin-right: 13px;
  }
  .fox p {
    font-size: 14px;
  }
  .nums .dtc p {
    font-size: 14px;
  }
  .nums .dtc h3 {
    font-size: 26px;
  }
  .nums .dtc h3::after {
    right: -19px;
  }
  .footer p {
    font-size: 13px;
    -moz-text-align-last: center;
    text-align-last: center;
    margin-bottom: 30px;
  }
  form {
    width: 215px;
    padding: 15px 15px;
    margin: 0 auto;
  }
  form h4 {
    font-size: 14px;
  }
ul.social {
	position: static;
	margin-top: 20px;
}
ul.social li {
  width: 50px;
  height: 50px;
}
ul.social li img {
	width: 18px;
}
ul.social li p {
  font-size: 10px;
}
.copy {
	padding-bottom: 142px;
}
}
/*mob*/
.mob{
    background: #f4a4a5;
    color: #fff;
    text-align:center;
    padding: 15px;
   z-index: 99999999;
  position: fixed;
  width: 100%;
    bottom:0;
    padding-top: 30px;
}
.mob img {
	position: absolute;
	top: 0;
	width: 60px;
	right: 20px;
	top: -30px;
}
.mob .flex {
	margin-top: 12px;
	justify-content: center;
}
.mob h3 {
	text-transform: capitalize;
	font-size: 18px;
	margin: 0;
	animation: color 2s infinite;
}

@keyframes color {
  0% {
    color: #053c58;
  }
  50% {
    color: #fff;
  }
   100% {
    color: #053c58;
  }
}
.mob p {
	font-size: 14px;
	margin-bottom: 0;
}
.mob a {
	font-size: 12px;
	width: 98px;
	height: 32px;
	line-height: 32px;
	background: #fff;
    color: #053c58;
	text-align: center;
	margin:0 2px;
	border-radius: 5px;
}
.mob a.whats {
	background: #075e54;
	color: #fff;
}