@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.btn-light {
  border-radius: 30px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px !important;
  color: #000 !important;
  border: 1px solid #fff !important;
}
.btn-light:hover {
  color: #ED202B;
  background-color: #fff;
}

.btn-danger {
  border-radius: 30px;
  background-color: #ED202B;
  font-size: 16px;
  padding: 10px 20px !important;
  color: #fff !important;
  border: 1px solid #ED202B !important;
  letter-spacing: 2px;
}
.btn-danger i {
  margin-right: 6px;
  font-size: 16px;
  color: #fff;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ED202B;
}

.btn-danger2 {
  border-radius: 4px;
  background-color: #ED202B;
  font-size: 16px;
  padding: 10px 20px !important;
  color: #fff !important;
  border: 1px solid #ED202B !important;
  letter-spacing: 2px;
}
.btn-danger2 i {
  margin-left: 6px;
  padding-left: 8px;
  font-size: 16px;
  color: #fff;
  border-left: 1px solid #fff;
}
.btn-danger2:hover {
  color: #fff;
  background-color: #ED202B;
}

.btn-submit {
  border-radius: 4px !important;
  background-color: #102039 !important;
  font-size: 20px;
  padding: 14px 20px !important;
  color: #fff !important;
  border: none !important;
  width: 100%;
  letter-spacing: 2px;
}
.btn-submit:hover {
  color: #fff;
  background-color: #102039;
}

body {
  font-family: "Poppins", sans-serif;
  color: #5C5C5C;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
}

* {
  border: medium none;
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
}

textarea {
  resize: none;
}

p {
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
  color: #353535;
  margin: 0;
}

/*#######################*/
.head-top {
  background-color: #000;
  padding: 10px 0;
}
.head-top p {
  color: rgba(255, 255, 255, 0.7);
  width: 50%;
}
.head-top a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
}
.head-top a i {
  margin-right: 6px;
}

.head-bttm {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9;
  padding: 15px 0;
}
.head-bttm .help-bx {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.head-bttm .help-bx img {
  margin-right: 10px;
}
.head-bttm .help-bx p {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 20px;
}
.head-bttm .help-bx p a {
  font-size: 21px;
  display: block;
  color: #fff;
}

/*######################## NAV ####################*/
.navbar {
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.navbar .navbar-brand {
  width: 270px;
}
.navbar .navbar-collapse {
  justify-content: space-between;
}
.navbar .navbar-collapse .navbar-nav {
  display: inline-block;
  margin: 0;
}
.navbar .navbar-collapse .navbar-nav li {
  margin: 0 13px;
  float: left;
}
.navbar .navbar-collapse .navbar-nav li a.nav-link {
  padding: 8px 0 !important;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}
.navbar .navbar-collapse .navbar-nav li.active a.nav-link {
  color: #ED202B;
  background-color: transparent;
}
.navbar .navbar-collapse .navbar-nav li:hover a {
  color: #ED202B;
  background-color: transparent;
}

.dropdown-menu li {
  float: none;
}

.dropdown-item {
  background-color: transparent !important;
  color: #25003D !important;
  padding: 8px 18px !important;
}

/*######################## END NAV ####################*/
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .ban-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}
.banner .ban-content .ban-txt h2 {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}
.banner .ban-content .ban-txt p {
  font-size: 32px;
  color: #fff;
  margin: 12px 0 0;
}

.testi-bx {
  border-radius: 15px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.1019607843);
}
.testi-bx .client-info {
  display: flex;
  align-items: center;
}
.testi-bx .client-info .c-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin-right: 15px;
}
.testi-bx .client-info .c-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testi-bx .client-info .c-txt h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 8px;
  padding: 0;
}
.testi-bx .client-info .c-txt h3 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}
.testi-bx .client-info .c-txt img {
  width: auto;
}
.testi-bx p {
  color: #393738;
  margin: 15px 0 0;
  line-height: 28px;
}

.testi-carousel .owl-nav {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.testi-carousel .owl-nav [class*=owl-] {
  margin: 8px;
  padding: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #ED202B !important;
  border: none;
}
.testi-carousel .owl-nav [class*=owl-] i {
  color: #fff;
}

.inr-ban {
  position: relative;
}
.inr-ban img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ban-bttm-prt {
  background-color: #102039;
  padding: 25px 0;
  text-align: center;
  position: relative;
}
.ban-bttm-prt h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}
.ban-bttm-prt .bbb-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 121px;
}

.main-wrap {
  padding: 60px 0;
}

.abt-wrap {
  padding: 60px 0;
  background: url(../images/bg1.png) no-repeat center bottom;
}
.abt-wrap .abt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.abt-wrap .abt-txt h5 {
  color: #ED202B;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 0 45px;
  position: relative;
  display: flex;
  align-items: center;
}
.abt-wrap .abt-txt h5:before {
  position: absolute;
  left: 0;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ED202B;
}
.abt-wrap .abt-txt h3 {
  color: #000;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.abt-wrap .abt-txt h4 {
  color: #ED202B;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 0;
  padding: 0;
}
.abt-wrap .abt-txt p {
  margin: 15px 0 0;
  line-height: 28px;
}
.abt-wrap .abt-txt ul {
  margin: 15px 0 0;
  padding: 0;
}
.abt-wrap .abt-txt ul li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 12px;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.abt-wrap .abt-txt ul li:before {
  content: "\f058";
  position: absolute;
  font-family: Fontawesome;
  left: 0;
  font-size: 15px;
  color: #ED202B;
}

.srvc-wrap {
  background-color: #102039;
  padding: 60px 0;
}

.title-prt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-prt h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 0 45px;
  position: relative;
  display: flex;
  align-items: center;
}
.title-prt h5:before {
  position: absolute;
  left: 0;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ED202B;
}
.title-prt h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.srvc-bx {
  background-color: #fff;
}
.srvc-bx .srvc-img {
  height: 250px;
  overflow: hidden;
}
.srvc-bx .srvc-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.srvc-bx .srvc-txt {
  padding: 0 25px 25px;
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.1019607843);
}
.srvc-bx .srvc-txt .ico-bx {
  width: 90px;
  margin-top: -45px;
}
.srvc-bx .srvc-txt .ico-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.srvc-bx .srvc-txt h3 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  margin: 15px 0 0;
  padding: 0;
}
.srvc-bx .srvc-txt p {
  color: #393738;
  margin: 12px 0 0;
  min-height: 74px;
}

.srvc-carousel .owl-item {
  padding: 0 15px;
}

.srvc-carousel .owl-dots {
  margin: 35px 0 0;
  text-align: center;
}

.srvc-carousel .owl-dot {
  width: 14px;
  height: 14px;
  background: #fff !important;
  margin: 0 6px;
  border-radius: 50%;
}
.srvc-carousel .owl-dot.active {
  background: #ED202B !important;
}

.process-wrap {
  background: url(../images/bg2.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.title-prt2 {
  text-align: center;
}
.title-prt2 h5 {
  color: #ED202B;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 0 50px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.title-prt2 h5:before {
  position: absolute;
  left: 0;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ED202B;
}
.title-prt2 h3 {
  color: #000;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.process-area {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.process-area:before {
  position: absolute;
  content: "";
  top: 30%;
  transform: translateY(-50%);
  background: url(../images/line.png) no-repeat;
  width: 100%;
  height: 102px;
  background-size: 100%;
}
.process-area .process-bx {
  text-align: center;
  padding: 35px;
  width: 28%;
  margin-top: 20px;
}
.process-area .process-bx .p-ico {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.1019607843);
  transition: all ease-in-out 0.4s;
  background-color: #fff;
}
.process-area .process-bx .p-ico img {
  display: inline-block;
}
.process-area .process-bx .p-ico figure {
  position: absolute;
  margin: 0;
  opacity: 0;
  transition: all ease-in-out 0.4s;
}
.process-area .process-bx .p-ico .count {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.1019607843);
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #ED202B;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
.process-area .process-bx:hover .p-ico {
  background-color: #A8202E;
}
.process-area .process-bx:hover .p-ico figure {
  opacity: 1;
}
.process-area .process-bx h3 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 0;
}
.process-area .process-bx p {
  color: #393738;
  margin: 15px 0 0;
}

.work-wrap {
  padding: 60px 0 0;
  background-color: #102039;
  margin-bottom: 60px;
}
.work-wrap .title-prt {
  justify-content: inherit;
}
.work-wrap .title-prt .work-title {
  width: 35%;
  margin-right: 50px;
}
.work-wrap .title-prt p {
  color: #fff;
  width: 50%;
}
.work-wrap .work-list {
  bottom: -60px;
  position: relative;
}
.work-wrap .work-bx {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.work-wrap .work-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-wrap .work-bx .work-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 79%, rgba(0, 0, 0, 0.65) 99%);
  left: 0;
  top: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.work-wrap .work-bx .work-overlay h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.work-wrap .work-bx .work-overlay h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 8px 0 0;
  padding: 0 0 0 7px;
  border-left: 2px solid #ED202B;
}

.work-carousel .owl-item {
  padding: 0 15px;
}

.work-carousel .owl-nav {
  position: absolute;
  top: -104px;
  right: 10%;
}

.work-carousel .owl-nav [class*=owl-] {
  margin: 8px;
  padding: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #ED202B !important;
  border: none;
}
.work-carousel .owl-nav [class*=owl-] i {
  color: #fff;
}

.title-prt .testi-title {
  width: 40%;
}
.title-prt .testi-title h5 {
  color: #ED202B;
}
.title-prt .testi-title h3 {
  color: #000;
}
.title-prt p {
  width: 50%;
}

#testi-carousel2 .owl-item {
  padding: 0 15px;
}

#testi-carousel2 .owl-stage-outer {
  padding: 12px 0;
}

.left-part {
  width: 60%;
  background-color: #102039;
  padding: 80px 135px 80px 265px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.left-part h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 0 65px;
  position: relative;
  display: flex;
  align-items: center;
}
.left-part h5:before {
  position: absolute;
  left: 0;
  content: "";
  width: 50px;
  height: 4px;
  background-color: #fff;
}
.left-part h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.left-part p {
  color: #fff;
  margin: 20px 0 0;
}

.rt-part {
  width: 40%;
  padding: 80px 50px;
  background-color: #A8202E;
}

.rd-mailform .form-group {
  margin-bottom: 15px;
}
.rd-mailform .form-group .form-control {
  border-radius: 0;
  height: 55px;
  border: none;
  background-color: #fff;
}
.rd-mailform .form-group .form-select {
  border-radius: 0;
  height: 55px;
  border: none;
  background-color: #fff;
}
.rd-mailform .form-group label {
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}

.counter-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-bx img {
  margin-right: 15px;
}
.counter-bx h3 {
  color: #000;
  font-size: 50px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.counter-bx p {
  color: #000;
  margin: 12px 0 0;
}

.footer {
  background-color: #102039;
}
.footer .f-top {
  padding: 60px 0;
}
.footer .f-top .footer-title {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 25px;
  padding: 0;
  text-transform: uppercase;
}
.footer .f-top .footer-title2 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
  padding: 0;
}
.footer .f-top .f-pera {
  color: #fff;
  margin: 0;
}
.footer .f-top .f-social {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.footer .f-top .f-social li {
  float: left;
  margin: 0 10px 0 0;
  transition: all ease-in-out 0.3s;
}
.footer .f-top .f-social li i {
  font-size: 20px;
  color: #fff;
}
.footer .f-top .f-social li:hover {
  color: #ED202B;
}
.footer .f-top .footer-menu-list {
  margin: 0;
  padding: 0;
}
.footer .f-top .footer-menu-list li {
  float: none;
  font-size: 17px;
  margin: 0 0 8px;
  font-weight: 400;
  padding: 0;
}
.footer .f-top .footer-menu-list li a {
  color: #fff;
}
.footer .f-bttm {
  padding: 15px 0 25px;
}
.footer .f-bttm .copyright {
  margin: 0;
  color: #fff;
  text-align: center;
}

.iframe-box iframe {
  width: 100%;
  height: 500px;
  border: none;
  overflow: hidden;
}

.custom-bx {
  display: inline-block;
  width: 100%;
}
.custom-bx .srvc-inr-img {
  float: left;
  padding-right: 40px;
  margin-bottom: 25px;
  width: 45%;
}
.custom-bx .srvc-inr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}

.wpcf7 form .wpcf7-response-output {
  color: #fff;
}/*# sourceMappingURL=style.css.map */