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

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a img,
img {
  border: 0px;
  outline: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

a,
input[type="submit"],
button {
  outline: none;
}

.clear {
  clear: both;
}

::-moz-placeholder {
  opacity: 1;
}

input[type="submit"],
button,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input,
select,
button,
textarea {
  font-family: var(--ff-primary);
}

input[type="submit"],
button {
  cursor: pointer;
  transition: all 0.4s linear 0s;
}

input[type="submit"],
input[type="text"],
input[type="search"],
button,
input[type="email"],
input[type="tel"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
label,
input,
textarea,
img,
button,
a {
  margin: 0px;
  padding: 0px;
  outline: none;
  list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 0;
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

body {
  font-family: var(--ff-primary);
  color: var(--color-regular);
  line-height: 24px;
  font-weight: normal;

  top: 0px !important ;
}

p {
  margin: 0 0 20px;
}

*:last-child {
  margin-bottom: 0px;
}

/***********Reset Styles**************/

.wrapper {
  padding-left: var(--padding-inline);
  padding-right: var(--padding-inline);
}

.flex_row {
  display: flex;
  flex-wrap: wrap;
}

.primary-button {
  display: block;
  padding: 10px 45px;
  width: max-content;
  color: #1b1761;
  background-color: #fff;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid #fff !important;
  transition: all 0.5s;
  font-weight: 500;
}

.primary-button:hover {
  border: 1px solid #fff !important;
  background-color: #002669;
  color: var(--color-light);
}
.flex {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-left: -10px;
}

.app-btn {
  width: 45%;
  max-width: 130px;
  color: #fff;
  margin: 30px 5px;
  text-align: left;
  border-radius: 7px;
  text-decoration: none;
  border: 1px solid #fff;
  font-family: "Lucida Grande", sans-serif;
  font-size: 8px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  background-color: transparent;
  transition: background-color 0.25s linear;
}
.app-btn p {
  color: #fff;
}
i,
.big-txt,
.fa:hover {
  color: #fff;
}
.app-btn a:hover {
  color: #fff;
}

i {
  width: 20%;
  text-align: center;
  font-size: 28px;
  margin-right: 7px;
}
.big-txt {
  font-size: 13px;
  text-transform: capitalize;
}
.fa {
  font-size: 20px !important;
}

.title-main {
  font-size: var(--fs-title);
  /*font-family: var(--ff-secondary);*/
  font-family: "co-headline";
  font-weight: 500;
  line-height: 1.2;
}

.py120 {
  padding-top: var(--padding-block);
  padding-bottom: var(--padding-block);
}

.py200 {
  padding-top: var(--padding-block-xl);
  padding-bottom: var(--padding-block-xl);
}

/***utility classes****/
.site-header {
  /*background-color: #00C691;*/
  padding: 20px 0px;
  transition: all 0.6s;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9;
}

.fix-head {
  background-color: #00c691;
  /*opacity: 0.9;*/
  /****
 -webkit-box-shadow: 0px 15px 16px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 16px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 16px -10px rgba(0, 0, 0, 0.1); ****/
}

.site-header .header-logo a img {
  max-width: 230px;
}

/****site header****/
.site-footer {
  padding-block: 10px;
  background: url("../images/Artboardbackground-new.jpg");
  background-position: center;
  background-color: #00c691;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-footer a {
  color: var(--color-regular);
  text-decoration: none;
}

/***site footer****/
.hero-section {
  padding-block: 150px;
  min-height: 628px;
  background: url("../images/Artboardbackground-new.jpg");
  background-position: center;
  background-color: #00c691;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-title {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Roboto";
}

.hero-section .hero-title {
  position: relative;
  padding-bottom: 15px;
  font-family: "co-headline";
}

.hero-title {
  font-size: 64px;
}

.hero-section .hero-title::before {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.hero-cta {
  margin-top: 20px;
}

.hero-section .hero-img-main {
  position: relative;
  left: 50px;
  /* top: 30px; */
}

.hero-section .hero-img-main img {
  max-width: 100%;
}

/****hero section****/

.serivces-section {
  background-color: #e5eeea;
}

.serivces-section .section-head {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.serivces-section .head-content {
  color: var(--content-color);
}

.serivces-section .title-main {
  position: relative;
  color: #03004f;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-family: "co-headline";
}

.serivces-section .title-main::after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #00c691;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.serivces-section .flex_row {
  margin: -20px;
}

.serivces-section .flex_row .column {
  max-width: 33.33%;
  flex: 0 0 33.3%;
  padding: 20px;
  text-align: center;
}

.serivces-section .col-title {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: "co-headline";
  font-size: var(--fs-lg);
  font-weight: 400;
  line-height: 1.2;
  color: #03004f;
  position: relative;
}

.serivces-section .col-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #00c691;
  position: absolute;
  bottom: 0px;
  left: 43%;
}
@media screen and (max-width: 575px) {
  .serivces-section .col-title::after {
    content: "";
    width: 60px;
    height: 4px;
    background-color: var(--color-theme-acc);
    position: absolute;
    bottom: 0px;
    left: 50% !important;
    transform: translateX(-50%);
  }
}

/***services section****/
.cleints-section {
  background-image: url("../images/delivery-bg-new.jpg");
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 640px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-attachment: fixed;
}

.cleints-section .section-head {
  width: 38%;
  margin-bottom: 70px;
}

.cleints-section > * {
  color: var(--color-light);
}

.cleints-section .title-main {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.cleints-section .title-main::before {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #00c691;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.cleints-section .outer-row {
  padding: 20px;
  border: 1.5px solid var(--color-light);
  border-radius: 6px;
}

.cleints-section .flex_row {
  margin: -10px;
}

.cleints-section .flex_row .column {
  max-width: 20%;
  flex: 0 0 20%;
  padding: 10px;
  text-align: center;
}

/***clients section*****/

.testimonial-section {
  background-color: var(--color-theme-light);
}

.testimonial-section .slide-inner {
  width: 46%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-section .slide-title {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-family: var(--ff-secondary);
  font-size: var(--fs-lg);
  font-weight: 500;
  line-height: 1.2;
  color: #1b1761;
  position: relative;
}

.testimonial-section .slide-content {
  color: #000;
}

.testimonial-section .author-info {
  font-family: var(--ff-secondary);
}

.testimonial-section .author-info .author-name {
  font-size: 15px;
  font-weight: 600;
  color: #1f2b3d;
}

.testimonial-section .author-info .author-description {
  font-size: 14px;
}

.testimonial-section .slide-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #00c691;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-section .slide-icon {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.testimonial-section .slide-content {
  margin-bottom: 20px;
}

.testimonial-section .testimonial-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.testimonial-section .testimonial-slider .owl-nav button {
  background-color: #00c691;
  padding: 15px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.testimonial-section .testimonial-slider .owl-nav button:hover {
  background-color: #002669;
}

.testimonial-section .testimonial-slider .owl-nav button span {
  font-size: 32px;
  color: var(--color-light);
}

/***testimonial section*****/
.contact-us-section {
  background: url(../images/Artboardbackground-new.jpg);
  background-position: center;
  background-color: #00c691;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--color-light);
}

.contact-us-section .img-main {
  padding-right: 100px;
}

.contact-us-section .txt-col {
  width: 80%;
}

.contact-us-section .form-main {
  margin-top: 25px;
}

.field-wrapper {
  margin-bottom: 15px;
}

.field-wrapper .form-field {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  color: #4b4b4b;
  transition: all 0.5s;
  border: 1.5px solid transparent;
  font-size: 14px;
}

.field-wrapper .form-field:focus {
  border: 1.5px solid #36abff;
}

.field-wrapper label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}

.field-wrapper .txt-box {
  height: 100px;
}

.submit-wrapper input {
  border-radius: 5px !important;
}

.contact-us-section .content {
  color: rgba(255, 255, 255, 0.6);
}
.outer-main .col-content {
  color: #9098a4;
}
p {
  font-size: 17px !important;
}
.hero-content p {
  color: #fff;
}
.contact-us-section .content-main .content p {
  color: #fff;
  font-size: 16px !important;
}
.service-icon img {
  width: 60px;
}
/***contact us section*****/
.portal-slide {
  width: 0%;
  height: 100vh;
  background: #fff;
  max-width: 0px;
  margin-left: auto;
  right: 0;
  z-index: 99;
  transition: 0.25s;
  opacity: 0;
  padding: 30px;
  position: fixed;
  display: none;
}
.portal-slide-wrap {
  max-width: 410px;
  width: 100%;
}
.reset-password-section {
  display: none;
  margin-top: 50px;
}
.reset-password-section h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 64px;
  margin-bottom: 10px;
  font-family: var(--ff-secondary);
  color: #000;
}
form.login-form {
  position: relative;
}
form.login-form {
  margin-top: 50px;
}

a#portal-login span.close {
  display: none;
}
a#portal-login {
  display: block;
  padding: 10px 45px;
  width: max-content;
  background: #fff;
  color: #1b1761;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.5s;
  margin-right: 0px;
}
.show-menu {
  max-width: 40%;
  opacity: 1;
  width: 100%;
  display: block;
}
body.menu-open a#portal-login {
  padding: 10px 20px;
  background: #1b1761;
  color: #fff;
}
body.menu-open a#portal-login span.sin {
  display: none;
}
body.menu-open a#portal-login span.close {
  display: block;
}
.menu-open .fix-head {
  background-color: transparent !important;
}
.site-header {
  z-index: 999;
}
.portal-slide-wrap {
  max-width: 410px;
  width: 100%;
}
.reset-password-section {
  display: none;
  margin-top: 50px;
}
.login-form h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 64px;
  margin-bottom: 10px;
  font-family: var(--ff-secondary);
  color: #000;
}
a.sing-in-wp,
button.sing-in-wp {
  background: #1b1761;
  color: #fff;
  text-decoration: none;
  padding: 10px 45px;
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  display: block;
  border: 1px solid #1b1761;
}
a.reset-password {
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .portal-slide.show-menu {
    max-width: 465px;
  }
}
@media screen and (max-width: 767px) {
  .portal-slide {
    padding: 15px;
  }
  .px0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .site-header .header-logo a img {
    max-width: 150px !important;
  }
}
@media screen and (max-width: 991px) {
  a#portal-login {
    padding: 10px 25px;
  }
}
form.login-form label {
  color: #000;
  font-family: var(--ff-secondary);
  font-size: 15px;
}
.menu-open .header-logo {
  opacity: 0;
}
.form-control {
  background: transparent !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  padding: 12px 15px;
}
