@font-face {
  font-family: circl-regular5;
  src: url(../font/CirceRounded-Regular5.otf);
}

@font-face {
  font-family: circl-regular4;
  src: url(../font/CirceRounded-Regular4.otf);
}

@font-face {
  font-family: circl-regular3;
  src: url(../font/CirceRounded-Regular3.otf);
}

@font-face {
  font-family: circl-regular2;
  src: url(../font/CirceRounded-Regular2.otf);
}

@font-face {
  font-family: circl-regular;
  src: url(../font/CirceRounded-Regular.otf);
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  letter-spacing: 0.6px;
  padding: 0px;
  margin: 0px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: 'Arial';
}

p {
  font-size: 14px;
  line-height: 1.6;
}

img {
  max-width: 100%;
}

a {
  color: #E8232C;
}

.text-primary {
  color: #E8232C !important;
}

.btn-primary,
.bg-primary {
  background: #E8232C;
}

.btn-outline-primary {
  border-color: #E8232C;
  color: #E8232C;
}

.form-control,
.btn,
.custom-select {
  height: 45px;
  border-width: 2px;
  font-weight: 600;
}

.btn-primary {
  border-color: #E8232C;
}

.btn-success {
  background: #7AA641;
}

.line-break {
  border-top: 2px dashed #ddd;
}

.bg-dark {
  background-color: #1a1713 !important;
}

header ul li:first-child {
  border-left: none;
}

.navbar-brand img {
  height: 50px;
}

.navbar>li>a:hover {
  color: #E8212A;
}

ul.navbar-nav li.nav-item a.nav-link {
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;

}

nav.navbar.bg-light {
  background-color: #FFF !important;
}

.navbar li a {
  position: relative;
}

.navbar li.active a {
  color: #E8212A !important;
}

.navbar li a:hover:before,
.navbar li.active a:before {
  left: 0;
  right: 0;
  height: 4px;
}

.navbar li.active a:before {
  border-radius: 0 0 8px 8px;
}

.navbar li.active a:before {
  height: 8px;
}

.navbar li a:hover:before {
  background: #999
}

@media (max-width: 750px) {
  .navbar h3 {
    font-size: 20px;
  }

  nav.navbar {
    padding: 0 !important;
  }

  nav.navbar .container {
    padding: 15px 10px;
  }

  .navbar-brand img {
    height: 40px;
  }

  nav.navbar .container:after {
    height: 20px;
  }

  .navbar {
    padding: 8px 10px !important;
  }

  .navbar li a:before {
    top: 50%;
    left: 0 !important;
    bottom: 50%;
    right: auto !important;
    height: auto !important;
    width: 0px;
    border-radius: 0 4px 4px 0;
  }

  .navbar li.active a:before {
    border-radius: 0 8px 8px 0;
  }

  .navbar li a:hover:before,
  .navbar li.active a:before {
    top: 0;
    bottom: 0;
    width: 4px;
  }

  .navbar li.active a:before {
    width: 8px;
  }

  ul.navbar-nav li.nav-item a.nav-link {
    padding: 10px 20px;
  }
}

.order-list .card {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  color: #333;
}

.order-list .card:hover {
  box-shadow: 0 .3rem .45rem rgba(0, 0, 0, .075) !important;
  color: #E8232C;
  text-decoration: none;
}

.custom-active-check {
  display: none;
}

.custom-active-check:checked+label {
  outline: 4px solid rgba(255, 245, 103, 0.8);
  position: relative;
}

.custom-active-check:checked+label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 18px;
  color: #7AA641;
}

.model-holder,
.slick-holder {
  position: relative;
  min-height: 450px;
  height: 100%;
}

.model-image {
  min-height: 450px;
  height: 100%;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {

  .model-holder,
  .slick-holder,
  .model-image {
    min-height: 250px;
  }
}

blockquote {
  border-left: 2px solid #E8232C;
  padding-left: 12px;
  font-size: 42px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.section-2 {
  background-image: linear-gradient(to right, #51bddd, #E8232C);
}




.btn-default {
  border: 2px solid #E8232C;
  color: #E8232C;
  display: inline-block;
}

.btn-default:hover {
  border: 2px solid #E8232C;
  background: #E8232C;
  color: #fff;
}

.pre {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  letter-spacing: 5px;
  font-size: 18px;
  position: relative;
  padding: 0 60px;

}

.pre::before,
.pre::after {
  content: '';
  top: 50%;
  width: 50px;
  background: #555;
  height: 2px;
}

.pre::before {
  left: 0;
}

.pre::after {
  right: 0;
}

@media (max-width: 768px) {

  .hero-cover h1,
  .tlt {
    font-size: 42px;
  }
}

.hero-cover p,
.sub-tlt {
  font-size: 20px;
  font-style: italic;
}

@media (max-width: 920px) {
  .hero-cover h1 {
    font-size: 38px;
  }

  .hero-cover p {
    font-size: 18px;
  }
}

.tlt {
  color: #E8232C;
}

p.sub-tlt,
p.pre {
  color: #555;
}


.ux-home1 {
  background: #f3f3f3;
}

@media (min-width: 1200px) {
  .ux-home2 {
    max-width: 800px;
  }
}

.ux-home3 {
  background: #E8232C url('../images/bg2.jpg') no-repeat;
  background-size: cover;
  color: #fff;
}

.ux-home3 h1.tlt {
  color: #fff;
}

.ux-home3 p.sub-tlt {
  color: #fff;
}

.srvc-wthreegrids h5 {
  font-family: 'Poppins', sans-serif;
  margin: 18px 0;
  color: #333;
}

.srvc-wthreegrids i {
  font-size: 48px;
}

.srvc-wthreegrids:nth-child(1) i {
  color: #E8232C;
}

.srvc-wthreegrids:nth-child(2) i {
  color: #7AA641;
}

.srvc-wthreegrids:nth-child(3) i {
  color: #FD4C4F;
}



.carousel {
  margin: 30px auto;
  padding: 0 40px;
  max-width: 700px;
}

.carousel .item {
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 200px;
}

.carousel .item .img-box {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 30px 0 10px;
}

.carousel .overview {
  font-family: 'Satisfy', cursive;
  font-size: 32px;
}

.carousel .overview b {
  color: #000000;
}

.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}

.carousel-control i {
  font-size: 32px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #fff, 0 0 0 #E8232C;
}

.carousel .carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
  border: none;
}

.carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}



#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
  background: #E8232C;
  color: #fff;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  width: 100%;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}


.slid_text {

  border: 10px solid #fff;
  width: 202px;
  height: 202px;
  margin: 0 auto;
  padding-top: 46px;
  border-radius: 100%;
  border-top-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  border-left-color: rgba(41, 171, 226, 0.67) !important;
  border-top-color: rgba(41, 171, 226, 0.67) !important;

}

.slid_text p {
  color: #4A4A4A;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 991px) {
  .slid_text {
    width: 150px;
    height: 150px;
    padding-top: 40px;
    border: 6px solid #fff;
  }

  .slid_text .tlt {
    font-size: 42px;
  }
}

.deep-blue-container {
  background: rgb(20, 30, 87);
  color: #FFFFFF;
}

.section1-content,
.section2-content,
.section3-content {
  position: relative;
}

.section1-content .icon {
  float: left;
  width: 70px;
}

.section2-content .icon {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #E8232C;
  margin-top: 20px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  font-size: 22px;
  color: #E8232C;
}

.section3-content .icon {
  width: 70px;
  height: 70px;
  border: 1px solid #cccccc;
  margin-top: 20px;
  line-height: 70px;
  font-size: 30px;
  color: #333333;
  display: inline-block;
  background: #FFFFFF;
  transition: 0.4s all;
}

.section3-content:hover .icon {
  border-color: #E8232C;
  background: #E8232C;
  color: #FFFFFF;
}

.section3-content h4 {
  font-size: 20px;
}

.section3-content p {
  font-size: 16px;
  color: #777777;
}

.section2-content .content {
  float: left;
  width: calc(100% - 50px);
  padding-left: 20px;
}

.section1-content .icon i {
  font-size: 40px;
  color: #E8232C;
}

.section1-content .content {
  float: left;
  width: calc(100% - 70px);
}

.section1-content h4 {
  font-size: 18px;
  margin: 0 0 5px 0;
  font-weight: 700;
}

.section1-content p {
  font-size: 16px;
  color: #999;
}





.timeline.item {
  display: flex;
  flex: auto;
  overflow: auto;
  padding: 0rem 1rem 0rem 1rem;
}

#timeline {
  position: relative;
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

#timeline div:after {
  content: "";
  width: 2px;
  position: absolute;
  top: 0.5rem;
  bottom: 0rem;
  left: 60px;
  z-index: 1;
  background: #3c699e;
}

#timeline h3 {
  width: 139px;
  text-align: center;
  border-radius: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
  color: #fff;
  margin-left: -140px;
  background: #E8232C;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 500;
}

@media (min-width: 92em) {
  #timeline h3 {
    font-size: 1.1em;
  }
}

#timeline section.year {
  position: relative;
}

#timeline section.year:first-child section {
  margin-top: -2.7em;
  padding-bottom: 0px;
}

#timeline section.year section {
  position: relative;
  padding-bottom: 1.25em;
  margin-bottom: 2.2em;
}

#timeline section.year section ul>li {
  list-style: none;
}

#timeline section.year section h4 {
  position: absolute;
  bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 0 89px;
  color: #3c699e;
}

@media (min-width: 62em) {
  #timeline section.year section h4 {
    font-size: 1em;
  }
}

#timeline section.year section ul {
  list-style: none;
  padding: 0 0 0 75px;
  margin: -1.35rem 0 1em;
  max-width: 32rem;
  font-size: 1em;
}

@media (min-width: 62em) {
  #timeline section.year section ul {
    font-size: 1.1em;
    padding: 0 0 0 81px;
  }
}

#timeline section.year section ul:last-child {
  margin-bottom: 0;
}

#timeline section.year section ul:first-of-type:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #9753c8;
  border: 4px solid #9753c8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 54px;
  top: -7px;
  z-index: 2;
}

@media (max-width: 600px) {
  #timeline h3 {
    top: 0.5rem;
    margin-left: 140px;
  }

  #timeline div:after {
    left: 0px;
  }

  #timeline section.year section ul:first-of-type:after {
    left: -6px;
  }

  #timeline section.year section ul {
    padding: 0 0 0 10px;
  }
}

#timeline section.year section ul li {
  margin-left: 0.2rem;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  list-style: none !important;
}

#timeline section.year section ul li:before {
  content: "·";
  list-style: none;
  margin-left: -0.5rem;
  padding-right: 0.3rem;
  list-style-type: none !important;
}

#timeline section.year section ul li:not(:first-child) {
  margin-top: 0.5rem;
  list-style: none !important;
}

#timeline section.year section ul li span.price {
  color: mediumturquoise;
  font-weight: 500;
}

#price {
  display: inline;
}

#timeline svg {
  border: 1px solid white;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.serviceList {
  text-align: center;
}

.serviceList img {
  max-height: 120px;
  width: auto
}

.serviceList h5 {
  font-size: 18px;
  margin-top: 8px;
}

.nav-tabs .nav-link {
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
  padding: 8px 20px;
}

.nav-tabs .nav-link.active {
  border-top: 4px solid #E8232C;
  color: #E8232C;
  padding: 8px 40px;
}

.nav-tabs .nav-link:not(.active) {
  color: rgba(0, 0, 0, 0.1);
}


.contact_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact_list li {
  position: relative;
  padding: 18px 0px;
  border-bottom: 1px solid #ddd;
}

.contact_list li:last-child {
  border-bottom: 0;
}

.contact_list .contact_list_icon {
  width: 40px;
  position: absolute;
  left: 12px;
}

.contact_list .contact_list_icon img {
  max-width: 100%;
}

.contact_list .contact_list_desc {
  padding-left: 70px;
}

.contact_list h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}



ul.timeline-list {
  position: relative;
  list-style: none;
  padding: 0 0 0 40px;
  margin: 0;
}

ul.timeline-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: #E8232C;
}

ul.timeline-list::after {
  content: '';
  position: absolute;
  left: -10px;
  bottom: -6px;

  border-left: 12px solid transparent;
  border-right: 12px solid transparent;

  border-top: 12px solid #E8232C;
}

ul.timeline-list li {
  position: relative;
}

ul.timeline-list li::before {
  content: 'A';
  position: absolute;
  top: 0;
  left: -52px;
  text-align: center;
  line-height: 20px;
  font-weight: 800;
  height: 30px;
  width: 30px;
  border: 4px solid #E8232C;
  border-radius: 50%;
  background-color: #fff;
}

ul.timeline-list li:last-child::before {
  content: 'B';
}


/*Validate Form*/
.validate input:focus:invalid,
.validate textarea:focus:invalid,
.invalid {
  /* when a field is considered invalid by the browser */
  background-color: #fff;
  border-color: #b03535
}

.form_hint {
  background: #333;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: white;
  margin-left: 8px;
  padding: 1px 6px;
  z-index: 999;
  /* hints stay above all other elements */
  position: absolute;
  /* allows proper formatting if hint is two lines */
  display: none;
}

.form_hint::before {
  content: "\25B2";
  /* left point triangle in escaped unicode */
  color: #333;
  position: absolute;
  bottom: 73%;
  left: 5%;
}

.validate input:focus+.form_hint {
  display: block;
}

/*.validate input:required:valid + .form_hint {background: #333;} */
/* change form hint color when valid */
/*.validate input:required:valid + .form_hint::before {color:#333;} */
/* change form hint arrow color when valid */



/*Upload DP*/


#imgArea {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#imgArea img {
  outline: medium none;
  vertical-align: middle;
  width: 100%;
}

#imgContainer {
  width: 100%;
  text-align: center;
  position: relative;
}

#imgChange input[type="file"] {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

/* Progressbar */
.progressBar {
  background: none repeat scroll 0 0 #fff;
  left: 0;
  padding: 5px 0;
  position: absolute;
  top: 50%;
  width: 100%;
  display: none;
  font-size: 13px;
}

.progressBar .bar {
  background-color: #2196f3;
  width: 0%;
  height: 18px;
}

.progressBar .percent {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 5px;
  color: #FFF;
  width: 100%;
}

#imgChange {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #333;
}

#imgChange input[type="file"],
.upload-image-holder input[type="file"] {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.upload-image-holder {
  position: relative;
  overflow: hidden;
  height: 50px
}

.upload-image-holder img {
  position: absolute;
  left: 10;
}

.upload-image-holder .percent {
  position: absolute;
  right: 10px;
  font-weight: 600;
}

.upload-image-desc {
  padding-left: 40px;
  padding-right: 34px;
  position: relative;
}

#myBar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #f1f1f1;
}

.uploaded-file-holder {
  position: relative;
  height: 50px
}

.uploaded-file-desc {
  padding: 0px 40px 0 40px;
}

.uploaded-file-holder .uploaded-file-icon {
  position: absolute;
  left: 10px;
  font-size: 18px;
  color: #007bff;
  ;
  width: 20px
}

.uploaded-file-holder .action {
  position: absolute;
  right: 10px;
}

/*Confirm CSS*/
.confirm {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 10000000;
  background: rgba(0, 0, 0, .5);
  transition: all 0.5s ease;
  text-align: center;
  padding: 20px;
}

.confirm .container {
  background-color: #fff;
  width: 350px;
  top: 20%;
  padding: 0px;
  max-height: 95%;
  overflow: auto;
}

.confirm button {
  cursor: pointer;
}

.confirm .message {
  max-height: 50%;
  font-size: 16px;
}

@media (max-width: 768px) {
  .confirm .container {
    width: 90%;
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}



.banner {
  position: relative;
}

.clearfix::after,
.body-wrapper::after,
.full-wrapper::after,
.full-wrapper::before,
.main-wrapper::after {
  clear: both;
  content: " ";
  display: block;
}

.full-wrapper,
.body-wrapper {
  width: 100%;
  float: left;
  position: relative;
}

.flex-v-center {
  align-items: center;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banner-text {
  position: absolute;
  top: 0;
  width: 20vw;
  height: 100vh;
  padding: 20px 20px;
  background-image: linear-gradient(to bottom left, #e8232c, #985267);
  color: white;
  left: 16%;
}

.banner-text h2 {
  font-size: 36px;
  opacity: 0.1;
  margin: 30px 0px;
  font-weight: 200;
}

.fontreg-5 {
  font-family: circl-regular5;
}

.banner-text h1 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 200;
  line-height: 1.1;
}

.fontreg-5 {
  font-family: circl-regular5;
}


.banner-text h1 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 200;
  line-height: 1.1;
}

.fontreg-5 {
  font-family: circl-regular5;
}



.banner-text a {
  display: inline-block;
  padding: 10px 15px;
  color: white;
  background-color: #eb3f57;
  margin-bottom: 20px;
  animation: blnk 1s linear infinite;
}

.fontreg-4 {
  font-family: circl-regular4;
}

.y-thumb h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.fontreg-3 {
  font-family: circl-regular3;
}

.main-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}

@media(max-width: 1400px) {
  .banner-text {
    height: 100vh;
    top: 0;
    width: 275px;
    padding: 30px 30px;
  }

  .banner-text h2 {
    font-size: 32px;
    margin: 10px 0px;
  }

  .banner-text h1 {
    font-size: 26px;
  }

  .banner-text a {
    padding: 10px 20px;
    font-size: 13px;
  }

  .banner-text h1 {
    font-size: 26px;
  }

  .main-wrapper {
    max-width: 80%;
    margin: 0 auto;
    width: auto;
  }
}

@media (max-width: 920px) {
  .banner-text {
    height: 100vh;
    top: 0;
    width: 210px;
    padding: 20px 20px;
  }

  .main-wrapper {
    max-width: 90%;
    margin: 0 auto;
    width: auto;
  }
}

@media (max-width: 610px) {
  .main-wrapper {
    max-width: 90%;
  }

  .banner .main-wrapper {
    max-width: 100%;
    margin: 0px;
  }

  .banner-text {
    position: relative;
    width: 100%;
    margin-right: 0;
    height: auto;
    text-align: center;
  }

  .banner-text {
    width: 100%;
    left: 0;
    background-image: linear-gradient(to bottom left, #e8232c, #985267);
  }
}

/* Standard syntax */
@keyframes blnk {
  0% {
    background-color: #eb3f57;
  }

  50% {
    background-color: #942433;
  }

  100% {
    background-color: #eb3f57;
  }
}





.home-third {
  padding: 50px 0px;
  background-image: url(../images/pattern.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.full-wrapper,
.body-wrapper {
  width: 100%;
  float: left;
  position: relative;
}


.hmwe-text {
  padding: 50px;
}

.sub-title {
  font-size: 40px;
  font-weight: lighter;
  margin-bottom: 30px;
  line-height: 1.2;
}

.txt-red {
  color: #eb3f57;
}

.sub-head::before {
  content: "";
  position: absolute;
  background-color: #eb3f57;
  width: 15px;
  height: 13px;
  top: 0px;
  left: 0px;
}

.sub-head {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.sub-head {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: inline-block;
}

.hm-mission-text {
  position: relative;
  padding-bottom: 15px;
}

.hm-mission-text::after {

  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 1px;
  background-color: #eb3f57;
  left: 25px;
  z-index: 0;

}

.hm-mission-text::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(../images/icon1.jpg);
  width: 50px;
  height: 50px;
  background-size: contain;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.hm-mission-text:nth-child(3)::before {
  background-image: url(../images/icon2.jpg);
  top: 15px;
}

.hm-mission-text:nth-child(4)::before {
  background-image: url(../images/icon3.jpg);
  bottom: -10px;
  top: auto;
}

@media (max-width: 920px) {
  .sub-title {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 100;
    line-height: 1.1;
  }
}

@media (max-width: 1400px) {
  .hmwe-text {
    padding: 20px;
  }

  .sub-title {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 100;
    line-height: 1.1;
  }
}

.missn-sb-hd {
  margin-bottom: 30px;
}

.pd-l-120 {
  padding-left: 120px;
}

.hm-mission-text p {
  margin: 0;
}

.t-thmb-img img {
  width: 100px;
  margin-bottom: 20px;
}



.hme-offer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 280px;
  height: 400px;
  background-image: url(../images/offer-bottom.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  line-height: 1.2;
}

.hme-offer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 400px;
  background-image: url(../images/offer-top.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.hme-offer {
  padding: 120px 0px;
  padding-bottom: 200px;
  background-color: #ff6666;
}

.offer-content {
  margin-top: 150px;
}

.offer-thumb-one,
.offer-thumb-four {
  margin-top: -220px;
}

.offer-thumb-three {
  margin-top: -80px;
}

.offer-thumb-one,
.offer-thumb-four {
  margin-top: -220px;
}

.offer-thmb-txt {
  padding-left: 50px;
}

.offer-thumb h4 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 15px;
  color: white;
  line-height: 1.5;
  font-weight: 100;
}

.section-heading {
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .hme-offer {
    padding: 70px 0px;
    padding-bottom: 200px;
  }

  .offer-thumb img {
    width: 80%;
    margin-bottom: 20px;
  }

  .offer-thmb-txt {
    padding-left: 30px;
  }

  .section-heading {
    width: 40%;
  }
}

@media (max-width: 920px) {

  .hme-offer::before,
  .hme-offer::after {
    width: 160px;
    height: 230px;
  }

  .offer-thumb img {
    width: 60%;
    margin-bottom: 10px;
  }

  .section-heading {
    width: 65%;
  }

  .offer-content {
    margin-top: 0px;
  }

  .offer-thumb-one,
  .offer-thumb-four {
    margin-top: 0px;
  }

  .offer-thumb-three {
    margin-top: 0px;
  }

  .offer-thumb-one,
  .offer-thumb-four {
    margin-top: 0px;
  }
}

@media (max-width: 610px) {
  .hme-offer::after {
    width: 120px;
  }

  .offer-thumb img {
    width: 120px;
    margin-bottom: 10px;
  }

  .hme-offer {
    padding-bottom: 90px;
  }

  .hme-offer::after {
    width: 120px;
  }

  .hme-offer::before,
  .hme-offer::after {
    width: 160px;
    height: 230px;
  }

  .hme-offer::before {
    width: 120px;
  }

  .section-heading {
    width: 100%;
  }
}

.box-img {
  margin-top: -175px;
  text-align: center;
  position: relative;
}

.box-img::after {
  content: "";
  position: absolute;
}

@media (max-width: 610px) {
  .box-img {
    margin-top: -56px;
  }
}

@media (max-width: 920px) {
  .box-img {
    margin-top: -56px;
  }
}

.achieve-list {
  padding: 80px 0px 50px;
}


.achive-counter::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 6px;
  height: 100%;
  background-color: #464553;
  border-radius: 10px;
}

.achive-counter {
  position: relative;
  padding-left: 25px;
}

.tracking-banner {
  background: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 429px;
}

.caption {
  color: #fff;
  padding: 7.6% 10%;
}

.caption h3 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.caption p {
  font-size: 16px;
  letter-spacing: 1px;
}


.service-banner {
  padding: 80px 0px;
}

.srvc-bnr-rght {
  text-align: right;
}

.srvc-bnr-rght h3::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../images/grn-tick.png);
  background-size: 100%;
  background-position: center;
  left: 0px;
  top: -5px;
}

.srvc-bnr-rght h3 {
  font-size: 20px;
  padding-left: 35px;
  position: relative;
  display: inline-block;
}

.srvgrid-dtl svg {
  width: 145px;
}

.srvc-grd-bx h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 30px;
  margin-bottom: 30px;
}

.srvc-grd-bx p {
  font-size: 16px;
}

.srvc-hv-lst li {
  float: left;
  margin-right: 25px;
  font-size: 16px;
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
}

.srvc-hv-lst li {
  font-size: 20px;
}

@media (max-width: 1400px) {
  .srvc-bnr-rght h3 {
    font-size: 18px;
    margin-top: 20px;
  }

  .srvc-grd-bx p {
    font-size: 14px;
  }

  .srvgrid-dtl svg {
    width: 100px;
  }

  .srvc-hv-lst li {
    float: left;
    margin-right: 25px;
    font-size: 20px;
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
  }

  .srvc-hv-lst li {
    font-size: 16px;
  }
}

.srvc-bnr-rght ul {
  display: inline-block;
  margin-top: 10px;
  list-style: none;
}

.srvc-bnr-rght li {
  float: left;
  margin-left: 15px;
}

.service-are {
  padding: 80px 0px;
  background-color: #f2f2f2;
  padding-bottom: 30px;
}

.srvc-grd-bx.srvgrid-dtl a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eb3f57;
  z-index: -1;
  left: 0px;
  top: 0px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
}

.srvc-grd-bx a {
  padding: 30px;
  text-align: center;
  border: 1px solid #ccc;
  transition: all 0.5s;
  position: relative;
  display: block;
  pointer-events: none;
  color: black;
  z-index: 10;
}

.srvc-grd-bx.srvgrid-dtl:hover a::after {
  transform: scale(1);
  opacity: 1;
}

.srvc-grd-bx:hover a {
  color: white;
}

.srvc-grd-bx:hover svg {
  fill: #fff;
}



.srvc-grd-bxlst {
  padding: 20px;
}

.srvc-grd-bxlst a {
  background-color: #333366;
  padding: 60px;
  color: #fff;
  display: flex;
  align-items: center;
}


.srvc-hv {
  padding: 80px 0px;
  background-image: url(../images/trck-bg.jpg);
  color: white;
  background-size: cover;
}

.srvc-hv-lst ul {
  list-style: none;
}

.srvc-hv-lst li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/select.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
}


.shpmnt-srvc {
  padding: 80px 0px;
  padding-bottom: 120px;
}

.shpmnt-srvc h2 {
  font-size: 40px;
}

.shpmnt-srvc-grid {
  margin-top: 50px;
  position: relative;
  padding-top: 50px;
}

.shpmnt-img {
  left: 17%;
  width: 68%;
}

.shpmnt-img {
  position: absolute;
  top: 0px;
  left: 15%;
}

.shpmnt-bx img {
  width: 50px;
  margin-bottom: 30px;
}

.shpmnt-bx h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}



.about-banner {
  padding: 100px 0px;
  position: relative;
}

.abt-bnnrimg {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.abt-head h1 {
  font-size: 46px;
  background: -webkit-linear-gradient(-90deg, #d35268, #785267);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  color: linear-gradient(-90deg, red, yellow);
}

.abt-tch {
  padding: 0px 60px;
}

.abt-tch-wrp {
  padding: 80px 0px;
  background-color: #f2f2f2;
}

.abt-trst {
  padding: 80px 0px;
}

.abt-trst-head h1 {
  font-size: 46px;
  background: -webkit-linear-gradient(-90deg, #d35268, #785267);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

@media (max-width: 1400px) {

  .abt-trst-head h1,
  .abt-head h1 {
    font-size: 40px;
    background: -webkit-linear-gradient(-90deg, #d35268, #785267);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
  }
}

.abt-misn-wrp {
  padding: 50px;
  background-color: #eb3f57;
  margin-bottom: 100px;
}

.abt-trst-head {
  background-image: url(../images/about-text-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 50px 0px;
}

.abt-trst-img {
  margin-top: -100px;
  text-align: center;
}



.footer-middile {
  padding: 50px 0px;
}

.footer-top,
.footer-middile {
  background-color: #454553;
}

@media (max-width: 768px) {
  .about-banner {
    padding: 40px 0px;
  }

  .abt-trst-head h1,
  .abt-head h1 {
    font-size: 32px;
    line-height: 1;
  }

  .abt-trst {
    padding: 50px 18px;
  }

  .abt-trst-head h1,
  .abt-head h1 {
    font-size: 32px;
    line-height: 1;
  }

  .abt-tch {
    padding: 0px 20px;
  }

  .abt-misn-wrp {
    margin-bottom: 50px;
  }

  .footer-middile {
    padding: 30px 0px;
  }
}

.footer-logo img {
  width: 180px;
  margin-bottom: 30px;
}

.footer-mdl-sub p {
  font-size: 14px;
  color: #918d8d;
  margin-bottom: 0;
}

.footer-mdl-sub h4 {
  font-size: 14px;
  font-weight: 300;
  color: #c5c5c5;
  margin-bottom: 20px;
}

.footer-mdl-sub ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.footer-mdl-sub li {
  line-height: 1.8;
}

.footer-mdl-sub li a {
  color: #918d8d;
  font-size: 14px;
}

.footer-mdl-sub {
  padding: 0px 20px;
}

.footer-mdl-sub .gllry-img {
  margin-top: 15px;
}

.footer-mdl-sub .gllry-img img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

.footer-bottom {
  padding: 35px 0px;
  background-color: #eb3f57;
}

.footer-bottom p {
  font-size: 16px;
  color: #e0e0e0;
  line-height: 1;
}

.chairman-bnr {
  padding-top: 40px;
  text-align: center;
}

.wlcme {
  text-align: center;
  margin-bottom: 20px;
}

.wlcme h1 {
  font-size: 52px;
}

.wlcme h2 {
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #dd3333;
  font-weight: bold;
}

.chairman-bnr svg {
  width: 80%;
}

.chairm-note {
  margin-bottom: 50px;
}

.charm-not-txt::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-bottom: 5px solid #dd3333;
  border-left: 5px solid #dd3333;
  left: 0;
  bottom: 0;
}

.charm-not-txt::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-top: 5px solid #dd3333;
  border-right: 5px solid #dd3333;
  right: 0;
  top: 0;
}

.charm-not-txt {
  width: 70%;
  margin: auto;
  float: none;
  position: relative;
  padding: 0px 30px;
  padding-bottom: 0px;
  padding-bottom: 30px;
}

.chrmn-logo {
  width: 35%;
  display: none;
}

.charm-not-txt h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.charm-not-txt h4 {
  font-size: 32px;
  color: #dd3333;
  font-weight: bold;
}

@media (max-width: 687px) {
  .wlcme h1 {
    font-size: 30px;
    font-weight: bold;
  }

  .wlcme h2 {
    font-size: 20px;
    font-weight: bold;
  }

  .chairman-bnr svg {
    width: 100%;
  }

  .charm-not-txt::after {
    width: 100px;
    height: 100px;
    left: -15px;
  }

  .charm-not-txt::before {
    width: 100px;
    height: 100px;
    right: -15px;
  }

  .charm-not-txt {
    padding: 0px;
  }

  .charm-not-txt {
    width: 100%;
    padding: 0px 30px;
    padding-bottom: 30px;
  }

  .charm-not-txt h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .charm-not-txt h4 {
    font-size: 22px;
    color: #dd3333;
    font-weight: bold;
  }
}


.rb-container {
  margin: auto;
  position: relative;
  width: 100%;
}

.rb-container ul.rb {
  margin: 2.5em 0;
  padding: 0;
  display: inline-block;
}

.rb-container ul.rb li {
  list-style: none;
  margin: auto;
  margin-left: 1em;
  min-height: 50px;
  border-left: 1px dashed #E8232C;
  padding: 0 0 50px 30px;
  position: relative;
}

.rb-container ul.rb li:last-child {
  border-left: 0;
}

.rb-container ul.rb li::before {
  position: absolute;
  left: -11px;
  top: -5px;
  content: " ";
  border: 8px solid #fadadb;
  border-radius: 500%;
  background: #E8232C;
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;
}

.rb-container ul.rb li:hover::before {
  border-color: #232931;
  transition: all 1000ms ease-in-out;
}

ul.rb li .timestamp {
  color: #E8232C;
  position: relative;
  width: 160px;
  font-size: 12px;
}

.item-title {
  color: #111;
}