

@FONT-FACE {
    font-family: "poppins";
    src: url(TAJAWAL-REGULAR.TTF)
}

@FONT-FACE {
    font-family: "header";
    src: url(GE_SS_Two_Medium.woff)
}



html {
  height: 100%;
  font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 40%;
  }
}
body {
  font-size: 16px;
font-family: "poppins";
  font-weight: 400;
  height: 100%;
  line-height: 26px;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #646464;
  background-color: #ffffff;
direction:rtl;
text-align:right;
}

.owl-carousel {
direction:ltr;
}

.owl-carousel .owl-item {
direction:rtl;
text-align:right;
}

p {
  margin: 0 0 2rem 0;
  color: #646464;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
font-family: "header";
  margin: 0 0 2rem 0;
  color: #1239ac;
}
h1,
h2 {
  line-height: 48px;
}
h3,
h4,
h5 {
  line-height: 30px;
}
h1 {
  font-size: 46px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 26px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}


button {
outline: none !important;
box-shadow: none !important;
}


/*=======================================================================
2. Bootstrap Overwrite
=========================================================================*/
/*------------------- 2.1 Form -------------------*/
.form-group {
  position: relative;margin-bottom: 10px;
}
.form-group .form-control {
  font-size: 16px;
  color: #646464;
  padding: 10px 15px;
  border: none;background: #f6f6f6;
}
.form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-group input {
  height: 50px;
}

.form-group.datetime-picker i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*------------------- 2.2 Grid -------------------*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row.gutters-1 {
  padding-right: 14.5px;
  padding-left: 14.5px;
}
.row.gutters-1 > [class^="col-"] {
  padding-right: 0.5px;
  padding-left: 0.5px;
}
.row.gutters-2 {
  padding-right: 14px;
  padding-left: 14px;
}
.row.gutters-2 > [class^="col-"] {
  padding-right: 1px;
  padding-left: 1px;
}
.row.gutters-3 {
  padding-right: 13.5px;
  padding-left: 13.5px;
}
.row.gutters-3 > [class^="col-"] {
  padding-right: 1.5px;
  padding-left: 1.5px;
}
.row.gutters-4 {
  padding-right: 13px;
  padding-left: 13px;
}
.row.gutters-4 > [class^="col-"] {
  padding-right: 2px;
  padding-left: 2px;
}
.row.gutters-5 {
  padding-right: 12.5px;
  padding-left: 12.5px;
}
.row.gutters-5 > [class^="col-"] {
  padding-right: 2.5px;
  padding-left: 2.5px;
}
.row.gutters-6 {
  padding-right: 12px;
  padding-left: 12px;
}
.row.gutters-6 > [class^="col-"] {
  padding-right: 3px;
  padding-left: 3px;
}
.row.gutters-7 {
  padding-right: 11.5px;
  padding-left: 11.5px;
}
.row.gutters-7 > [class^="col-"] {
  padding-right: 3.5px;
  padding-left: 3.5px;
}
.row.gutters-8 {
  padding-right: 11px;
  padding-left: 11px;
}
.row.gutters-8 > [class^="col-"] {
  padding-right: 4px;
  padding-left: 4px;
}
.row.gutters-9 {
  padding-right: 10.5px;
  padding-left: 10.5px;
}
.row.gutters-9 > [class^="col-"] {
  padding-right: 4.5px;
  padding-left: 4.5px;
}
.row.gutters-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.row.gutters-10 > [class^="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.row.gutters-11 {
  padding-right: 9.5px;
  padding-left: 9.5px;
}
.row.gutters-11 > [class^="col-"] {
  padding-right: 5.5px;
  padding-left: 5.5px;
}
.row.gutters-12 {
  padding-right: 9px;
  padding-left: 9px;
}
.row.gutters-12 > [class^="col-"] {
  padding-right: 6px;
  padding-left: 6px;
}
.row.gutters-13 {
  padding-right: 8.5px;
  padding-left: 8.5px;
}
.row.gutters-13 > [class^="col-"] {
  padding-right: 6.5px;
  padding-left: 6.5px;
}
.row.gutters-14 {
  padding-right: 8px;
  padding-left: 8px;
}
.row.gutters-14 > [class^="col-"] {
  padding-right: 7px;
  padding-left: 7px;
}
.row.gutters-15 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row.gutters-15 > [class^="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row.gutters-20 {
  padding-right: 5px;
  padding-left: 5px;
}
.row.gutters-20 > [class^="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.gutters-40 {
  margin-right: -20px;
  margin-left: -20px;
}
.row.gutters-40 > [class^="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-40 {
    margin-right: 0;
    margin-left: 0;
  }
  .row.gutters-40 > [class^="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.gutters-50 {
  margin-right: -25px;
  margin-left: -25px;
}
.row.gutters-50 > [class^="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
@media only screen and (max-width: 575px) {
  .row.gutters-50 {
    margin-right: 0;
    margin-left: 0;
  }
  .row.gutters-50 > [class^="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*------------------- 2.3 Media Object -------------------*/
.media-body {
  margin-right: 3rem;
}
.media-body.mg-right {
  margin-right: 0;
  margin-left: 3rem;
}
.media-body.space-xl {
  margin-right: 50px;
}
.media-body.space-lg {
  margin-right: 40px;
}
.media-body.space-md {
  margin-right: 20px;
}
.media-body.space-sm {
  margin-right: 15px;
}
.media-body.space-xs {
  margin-right: 10px;
}
.media-body.media-body-box {
  padding: 20px 20px 20px 3rem;
  margin-right: 0;
}
.media-body.media-body-box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .media-none--lg {
    display: block;
  }
  .media-none--lg > div {
    width: 100%;
  }
  .media-none--lg img {
    width: 100%;
  }
  .media-none--lg img.media-img-auto {
    width: auto;
  }
  .media-none--lg .media-body,
  .media-none--lg .media-body.space-xl,
  .media-none--lg .media-body.space-lg,
  .media-none--lg .media-body.space-md,
  .media-none--lg .media-body.space-sm,
  .media-none--lg .media-body.space-xs {
    margin-top: 20px;
    margin-right: 0;
  }
  .media-none--lg .media-body.media-body-box {
    margin-top: 0;
    margin-right: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .media-none--md {
    display: block;
  }
  .media-none--md > div {
    width: 100%;
  }
  .media-none--md img {
    width: 100%;
  }
  .media-none--md img.media-img-auto {
    width: auto;
  }
  .media-none--md .media-body,
  .media-none--md .media-body.space-xl,
  .media-none--md .media-body.space-lg,
  .media-none--md .media-body.space-md,
  .media-none--md .media-body.space-sm,
  .media-none--md .media-body.space-xs {
    margin-top: 20px;
    margin-right: 0;
  }
  .media-none--md .media-body.media-body-box {
    margin-top: 0;
    margin-right: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .media-none--sm {
    display: block;
  }
  .media-none--sm > div {
    width: 100%;
  }
  .media-none--sm img {
    width: 100%;
  }
  .media-none--sm img.media-img-auto {
    width: auto;
  }
  .media-none--sm .media-body,
  .media-none--sm .media-body.space-xl,
  .media-none--sm .media-body.space-lg,
  .media-none--sm .media-body.space-md,
  .media-none--sm .media-body.space-sm,
  .media-none--sm .media-body.space-xs {
    margin-top: 20px;
    margin-right: 0;
  }
  .media-none--sm .media-body.media-body-box {
    margin-top: 0;
    margin-right: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block;
  }
  .media-none--xs > div {
    width: 100%;
  }
  .media-none--xs img {
    width: 100%;
  }
  .media-none--xs img.media-img-auto {
    width: auto;
  }
  .media-none--xs .media-body,
  .media-none--xs .media-body.space-xl,
  .media-none--xs .media-body.space-lg,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-right: 0;
  }
  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-right: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 479px) {
  .media-none-mb {
    display: block;
  }
  .media-none-mb > div {
    width: 100%;
  }
  .media-none-mb img {
    width: 100%;
  }
  .media-none-mb img.media-img-auto {
    width: auto;
  }
  .media-none-mb .media-body,
  .media-none-mb .media-body.space-xl,
  .media-none-mb .media-body.space-lg,
  .media-none-mb .media-body.space-md,
  .media-none-mb .media-body.space-sm,
  .media-none-mb .media-body.space-xs {
    margin-top: 20px;
    margin-right: 0;
  }
  .media-none-mb .media-body.media-body-box {
    margin-top: 0;
    margin-right: 0;
    padding: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .media-none-lg {
    display: block;
  }
  .media-none-lg > div {
    width: 100%;
  }
  .media-none-lg img {
    width: 100%;
  }
  .media-none-lg img.media-img-auto {
    width: auto;
  }
  .media-none-lg .media-body,
  .media-none-lg .media-body.space-xl,
  .media-none-lg .media-body.space-lg,
  .media-none-lg .media-body.space-md,
  .media-none-lg .media-body.space-sm,
  .media-none-lg .media-body.space-xs {
    margin-top: 20px;
    margin-right: 0;
  }
  .media-none-lg .media-body.media-body-box {
    margin-top: 0;
    margin-right: 0;
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-none-md {
    display: block;
  }
  .media-none-md > div {
    width: 100%;
  }
  .media-none-md img {
    width: 100%;
  }
  .media-none-md img.media-img-auto {
    width: auto;
  }
  .media-none-md .media-body,
  .media-none-md .media-body.space-xl,
  .media-none-md .media-body.space-lg,
  .media-none-md .media-body.space-md,
  .media-none-md .media-body.space-sm,
  .media-none-md .media-body.space-xs {
    margin-top: 20px;
    margin-right: 0;
  }
  .media-none-md .media-body.media-body-box {
    margin-top: 0;
    margin-right: 0;
    padding: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .media-none-sm {
    display: block;
  }
  .media-none-sm > div {
    width: 100%;
  }
  .media-none-sm img {
    width: 100%;
  }
  .media-none-sm img.media-img-auto {
    width: auto;
  }
  .media-none-sm .media-body,
  .media-none-sm .media-body.space-xl,
  .media-none-sm .media-body.space-lg,
  .media-none-sm .media-body.space-md,
  .media-none-sm .media-body.space-sm,
  .media-none-sm .media-body.space-xs {
    margin-top: 20px;
    margin-right: 0;
  }
  .media-none-sm .media-body.media-body-box {
    margin-top: 0;
    margin-right: 0;
    padding: 3rem;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .media-none-xs {
    display: block;
  }
  .media-none-xs > div {
    width: 100%;
  }
  .media-none-xs img {
    width: 100%;
  }
  .media-none-xs img.media-img-auto {
    width: auto;
  }
  .media-none-xs .media-body,
  .media-none-xs .media-body.space-xl,
  .media-none-xs .media-body.space-lg,
  .media-none-xs .media-body.space-md,
  .media-none-xs .media-body.space-sm,
  .media-none-xs .media-body.space-xs {
    margin-top: 20px;
    margin-right: 0;
  }
  .media-none-xs .media-body.media-body-box {
    margin-top: 0;
    margin-right: 0;
    padding: 3rem;
  }
}
/*=======================================================================
3. Vendor Custom Style
=========================================================================*/
/*------------------- 3.1 Nivo Slider -------------------*/
.slider-area {
  position: relative;
}
.slider-area .nivo-controlNav {
  display: none;
}
.slider-area .nivo-directionNav a {
  z-index: 12;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-directionNav a {
    visibility: hidden;
    opacity: 0;
  }
}
.slider-area .nivo-directionNav a.nivo-prevNav {
  left: 10%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #111111;
  font-size: 0;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1440px) {
  .slider-area .nivo-directionNav a.nivo-prevNav {
    left: 3%;
  }
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  
  cursor: pointer;
  font-size: 16px;
  margin-left: 2px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .slider-area .nivo-directionNav a.nivo-prevNav {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .slider-area .nivo-directionNav a.nivo-prevNav:before {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-directionNav a.nivo-prevNav {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: #1239ac;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #ffffff !important;
}
.slider-area .nivo-directionNav a.nivo-nextNav {
  right: 10%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #111111;
  font-size: 0;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1440px) {
  .slider-area .nivo-directionNav a.nivo-nextNav {
    right: 3%;
  }
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  
  cursor: pointer;
  font-size: 16px;
  margin-right: 2px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .slider-area .nivo-directionNav a.nivo-nextNav {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .slider-area .nivo-directionNav a.nivo-nextNav:before {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-directionNav a.nivo-nextNav {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: #1239ac;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #ffffff !important;
}
.slider-area:hover a {
  opacity: 1;
  visibility: visible;
}
.slider-area .nivo-caption {
  opacity: 1;
  z-index: 12;
}
.slider-area .nivo-caption p {
  padding: 0;
}
.slider-area .slide-1 h1.slider-big-text,
.slider-area .slide-2 h1.slider-big-text,
.slider-area .slide-3 h1.slider-big-text {
  font-size: 48px;
  
  color: #1239ac;
  margin-bottom: 18px;
  line-height: 48px;
  width: 100%;
  
}
.slider-area .slide-1 h1.slider-big-text span,
.slider-area .slide-2 h1.slider-big-text span,
.slider-area .slide-3 h1.slider-big-text span {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .slider-area .slide-1 h1.slider-big-text,
  .slider-area .slide-2 h1.slider-big-text,
  .slider-area .slide-3 h1.slider-big-text {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area .slide-1 h1.slider-big-text,
  .slider-area .slide-2 h1.slider-big-text,
  .slider-area .slide-3 h1.slider-big-text {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .slide-1 h1.slider-big-text,
  .slider-area .slide-2 h1.slider-big-text,
  .slider-area .slide-3 h1.slider-big-text {
    font-size: 28px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area .slide-1 h1.slider-big-text,
  .slider-area .slide-2 h1.slider-big-text,
  .slider-area .slide-3 h1.slider-big-text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-area .slide-1 h1.slider-big-text,
  .slider-area .slide-2 h1.slider-big-text,
  .slider-area .slide-3 h1.slider-big-text {
    font-size: 22px;
  }
}
.slider-area .slide-1 h1.slider-big-text.text-light,
.slider-area .slide-2 h1.slider-big-text.text-light,
.slider-area .slide-3 h1.slider-big-text.text-light {
  color: #ffffff;
}
.slider-area .slide-1 div.slider-sub-text,
.slider-area .slide-2 div.slider-sub-text,
.slider-area .slide-3 div.slider-sub-text {
  font-size: 24px;
  color: #ffb400;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .slider-area .slide-1 div.slider-sub-text,
  .slider-area .slide-2 div.slider-sub-text,
  .slider-area .slide-3 div.slider-sub-text {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area .slide-1 div.slider-sub-text,
  .slider-area .slide-2 div.slider-sub-text,
  .slider-area .slide-3 div.slider-sub-text {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .slide-1 div.slider-sub-text,
  .slider-area .slide-2 div.slider-sub-text,
  .slider-area .slide-3 div.slider-sub-text {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area .slide-1 div.slider-sub-text,
  .slider-area .slide-2 div.slider-sub-text,
  .slider-area .slide-3 div.slider-sub-text {
    display: none;
  }
}
.slider-area .slide-1 div.slider-sub-text.text-light,
.slider-area .slide-2 div.slider-sub-text.text-light,
.slider-area .slide-3 div.slider-sub-text.text-light {
  color: #ffffff;
}
.slider-area .slide-1 div.slider-paragraph,
.slider-area .slide-2 div.slider-paragraph,
.slider-area .slide-3 div.slider-paragraph {
  color: #444444;
  margin-bottom: 20px;
  width: 40%;
}
@media only screen and (max-width: 1199px) {
  .slider-area .slide-1 div.slider-paragraph,
  .slider-area .slide-2 div.slider-paragraph,
  .slider-area .slide-3 div.slider-paragraph {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area .slide-1 div.slider-paragraph,
  .slider-area .slide-2 div.slider-paragraph,
  .slider-area .slide-3 div.slider-paragraph {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .slide-1 div.slider-paragraph,
  .slider-area .slide-2 div.slider-paragraph,
  .slider-area .slide-3 div.slider-paragraph {
    width: 100%;
    text-align: center;
    color: #000000;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area .slide-1 div.slider-paragraph,
  .slider-area .slide-2 div.slider-paragraph,
  .slider-area .slide-3 div.slider-paragraph {
    display: none;
  }
}
.slider-area .slide-1 div.slider-paragraph.text-light,
.slider-area .slide-2 div.slider-paragraph.text-light,
.slider-area .slide-3 div.slider-paragraph.text-light {
  color: #ffffff;
}
.slider-area .slide-1 .slider-big-text.padding-right,
.slider-area .slide-2 .slider-big-text.padding-right,
.slider-area .slide-3 .slider-big-text.padding-right,
.slider-area .slide-1 .slider-sub-text.padding-right,
.slider-area .slide-2 .slider-sub-text.padding-right,
.slider-area .slide-3 .slider-sub-text.padding-right,
.slider-area .slide-1 .slider-paragraph.padding-right,
.slider-area .slide-2 .slider-paragraph.padding-right,
.slider-area .slide-3 .slider-paragraph.padding-right {
  padding-left: 60%;
}
.slider-area .slide-1 .slider-big-text.padding-left,
.slider-area .slide-2 .slider-big-text.padding-left,
.slider-area .slide-3 .slider-big-text.padding-left,
.slider-area .slide-1 .slider-sub-text.padding-left,
.slider-area .slide-2 .slider-sub-text.padding-left,
.slider-area .slide-3 .slider-sub-text.padding-left,
.slider-area .slide-1 .slider-paragraph.padding-left,
.slider-area .slide-2 .slider-paragraph.padding-left,
.slider-area .slide-3 .slider-paragraph.padding-left {
  padding-right: 60%;
}
.slider-area .slider-btn-area {
  margin-top: 34px;
}
@media only screen and (max-width: 991px) {
  .slider-area .slider-btn-area {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .slider-btn-area {
    display: none;
  }
}
.slider-area .slider-btn-area a.item-btn-fill {
  padding: 15px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1239ac;
  color: #111111;
  font-size: 15px;
  
  border-radius: 4px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.slider-area .slider-btn-area a.item-btn-fill i {
  margin-right: 8px;
}
.slider-area .slider-btn-area a.item-btn-fill:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #1239ac;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.slider-area .slider-btn-area a.item-btn-fill:hover {
  color: #ffffff;
}
.slider-area .slider-btn-area a.item-btn-fill:hover:after {
  width: 100%;
  left: 0;
}
.slider-layout1 .slide-1 h1.slider-big-text,
.slider-layout1 .slide-2 h1.slider-big-text,
.slider-layout1 .slide-3 h1.slider-big-text {
  animation: fadeInLeft 2000ms ease-in-out;
}
.slider-layout1 .slide-1 div.slider-sub-text,
.slider-layout1 .slide-2 div.slider-sub-text,
.slider-layout1 .slide-3 div.slider-sub-text {
  animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout1 .slide-1 div.slider-paragraph,
.slider-layout1 .slide-2 div.slider-paragraph,
.slider-layout1 .slide-3 div.slider-paragraph {
  animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout1 .slider-btn-area {
  animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout2 .slide-1 h1.slider-big-text,
.slider-layout2 .slide-2 h1.slider-big-text,
.slider-layout2 .slide-3 h1.slider-big-text {
  animation: fadeInLeft 2000ms ease-in-out;
}
.slider-layout2 .slide-1 div.slider-sub-text,
.slider-layout2 .slide-2 div.slider-sub-text,
.slider-layout2 .slide-3 div.slider-sub-text {
  animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout2 .slide-1 div.slider-paragraph,
.slider-layout2 .slide-2 div.slider-paragraph,
.slider-layout2 .slide-3 div.slider-paragraph {
  animation: fadeInUp 1500ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .slider-layout2 .slide-1 div.slider-paragraph,
  .slider-layout2 .slide-2 div.slider-paragraph,
  .slider-layout2 .slide-3 div.slider-paragraph {
    display: none;
  }
}
.slider-layout2 .slider-btn-area {
  animation: fadeInUp 2000ms ease-in-out;
}
/*------------------- 3.2 Owl Carousel Nav Style -------------------*/
.nav-control-layout1 {
  z-index: 2;
}
.nav-control-layout1 .owl-nav {
  margin-top: 0;
}
.nav-control-layout1 .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff !important;
  background: #1239ac !important;
  height: 4rem;
  width: 4.5rem;
  border-radius: 4px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}
.nav-control-layout1 .owl-nav button i {
  font-size: 20px;
}
.nav-control-layout1 .owl-nav button i:before {
  font-size: 20px;
  
}
.nav-control-layout1 .owl-nav button:hover {
  background: #1239ac !important;
  color: #ffffff;
}
.nav-control-layout1 .owl-nav button:focus {
  outline: none;
}
.nav-control-layout1 .owl-nav .owl-prev {
  left: -6rem;
}
@media only screen and (max-width: 1399px) {
  .nav-control-layout1 .owl-nav .owl-prev {
    left: 0;
  }
}
.nav-control-layout1 .owl-nav .owl-next {
  right: -6rem;
}
@media only screen and (max-width: 1399px) {
  .nav-control-layout1 .owl-nav .owl-next {
    right: 0;
  }
}
.nav-control-layout1:hover .owl-nav button {
  visibility: visible;
  opacity: 1;
}
.nav-control-layout2 .owl-nav {
  margin-top: 0;
}
.nav-control-layout2 .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #111111 !important;
  background: #ffffff !important;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout2 .owl-nav button i {
  margin-top: 3px;
  font-size: 20px;
}
.nav-control-layout2 .owl-nav button i:before {
  font-size: 20px;
  
}
.nav-control-layout2 .owl-nav button:hover {
  background: #1239ac !important;
  color: #ffffff !important;
}
.nav-control-layout2 .owl-nav button:focus {
  outline: none;
}
.nav-control-layout2 .owl-nav .owl-prev {
  left: 4rem;
}
@media only screen and (max-width: 1399px) {
  .nav-control-layout2 .owl-nav .owl-prev {
    left: 0;
  }
}
.nav-control-layout2 .owl-nav .owl-next {
  right: 4rem;
}
@media only screen and (max-width: 1399px) {
  .nav-control-layout2 .owl-nav .owl-next {
    right: 0;
  }
}
.nav-control-layout3 .owl-nav {
  margin-top: 0;
}
.nav-control-layout3 .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1239ac !important;
  background: transparent !important;
  border: 2px solid #ffffff !important;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout3 .owl-nav button i {
  font-size: 20px;
}
.nav-control-layout3 .owl-nav button i:before {
  font-size: 20px;
  
}
.nav-control-layout3 .owl-nav button:hover {
  background: #ffffff !important;
  color: #1239ac !important;
}
.nav-control-layout3 .owl-nav button:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .nav-control-layout3 .owl-nav button {
    visibility: hidden;
    opacity: 0;
  }
}
.nav-control-layout3 .owl-nav .owl-prev {
  left: 4rem;
}
@media only screen and (max-width: 1399px) {
  .nav-control-layout3 .owl-nav .owl-prev {
    left: 0;
  }
}
.nav-control-layout3 .owl-nav .owl-next {
  right: 4rem;
}
@media only screen and (max-width: 1399px) {
  .nav-control-layout3 .owl-nav .owl-next {
    right: 0;
  }
}
.dot-control-layout1 {
  position: relative;
}
.dot-control-layout1 .owl-dots {
  text-align: center;
  margin-top: 60px;
}
.dot-control-layout1 .owl-dots button {
  position: relative;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0 3px;
  border: 2px solid rgba(161, 161, 161, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dot-control-layout1 .owl-dots button:after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #1c4163;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dot-control-layout1 .owl-dots button:focus {
  outline: none;
}
.dot-control-layout1 .owl-dots button.active:after {
  visibility: visible;
  opacity: 1;
}
/*------------------- 3.3 Select 2 Style -------------------*/
.select2-container--classic .select2-selection--single {
  background: #ffffff;
  border: 1px solid #ffffff;
  height: 50px;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #646464;
  padding-right: 15px;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #f4f4f4;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: none;
  border-right: none;
  height: 50px;
  top: 0;
  width: 40px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #444444 transparent transparent transparent;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #444444 transparent;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background: #ffffff;
  border-color: #cccccc;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background: #f4f4f4;
  border-color: #cccccc;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #cccccc;
  position: inherit !important;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #0529a4;
}
/*=======================================================================
4. Template Layout Style
=========================================================================*/
/*------------------- 4.1 Content -------------------*/
.inner-page-banner {
  display: block;
padding: 80px 0 30px;	position: relative;
}

.inner-page-banner:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #1239acad ;
}


.inner-page-banner .breadcrumbs-area {
  text-align: center;
  position: relative;
  z-index: 1;
}
.inner-page-banner .breadcrumbs-area h1 {
  
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 20px;font-size: 30px;
}
@media only screen and (max-width: 991px) {
  .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 5px;
    line-height: 1.5;
  }
}
.inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #ffb400;
  font-size: 16px;
  position: relative;
  margin-left: 15px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.inner-page-banner .breadcrumbs-area ul li:before {
  content: "\f100";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  
  position: absolute;
  left: -10px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  color: #ffffff;
}
.inner-page-banner .breadcrumbs-area ul li a {
  color: #f2f2f2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #ffffff;
}
.inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-left: 0;
  padding-left: 0;
}
.inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.fw-btn-fill {
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fw-btn-fill i {
  margin-right: 8px;
}
.fw-btn-fill:hover {
  background-color: #1239ac;
  color: #ffffff;
}
.btn-fill-xl {
  border-radius: 4px;
  display: inline-block;
  padding: 12px 55px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-fill-xl:hover {
  background-color: #1239ac;
  color: #ffffff;
}
.btn-fill-md {
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 14px 30px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-md i:before {
  font-size: 16px;
  margin-right: 8px;
}
.btn-fill-md:hover {
  background-color: #1239ac;
  color: #ffffff;
}
.btn-fill-sm {
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 14px 25px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
color:#fff;
}
.btn-fill-sm i:before {
  font-size: 16px;
  margin-right: 6px;
}
.btn-fill-sm:hover {
  background-color: #1239ac;
  color: #ffffff;
}
.btn-fill-xs {
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 10px 30px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-xs i:before {
  font-size: 16px;
  margin-right: 8px;
}
.btn-fill-xs:hover {
  background-color: #1239ac;
  color: #ffffff;
}
.hover-textprimary:hover {
  background-color: #ffffff;
  color: #1239ac;
}
.btn-slide-hover {
  position: relative;
  z-index: 2;
}
.btn-slide-hover:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #1239ac;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.btn-slide-hover:hover {
  background-color: inherit;
}
.btn-slide-hover:hover:after {
  width: 100%;
  left: 0;
}
#preloader {
  background: #0d0121 url('../images/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.scrollup {
  overflow: hidden;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 45px;
  bottom: -50px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: rgba(17, 17, 17, 0.8);
  display: block;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.scrollup i {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.scrollup:hover,
.scrollup:focus {
  color: #ffffff;
}
.scrollup:hover i,
.scrollup:focus i {
  -webkit-animation: toBottomFromTop20 0.5s forwards;
  animation: toBottomFromTop20 0.5s forwards;
}
.scrollup.back-top {
  bottom: 20px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #1239ac;
    box-shadow: 0 0 0 0 #1239ac;
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #1239ac;
    box-shadow: 0 0 0 0 #1239ac;
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #1239ac;
    box-shadow: 0 0 0 0 #1239ac;
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #1239ac;
    box-shadow: 0 0 0 0 #1239ac;
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 20px rgba(255, 194, 17, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
  }
}
@-webkit-keyframes animate-figure1 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-20px) translateX(10px);
    transform: translateY(-20px) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes animate-figure1 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-20px) translateX(10px);
    transform: translateY(-20px) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes animate-figure2 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-20px) translateX(-10px);
    transform: translateY(-20px) translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes animate-figure2 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-20px) translateX(-10px);
    transform: translateY(-20px) translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes animate-figure3 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-40px);
    transform: translateY(-10px) translateX(-40px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes animate-figure3 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-40px);
    transform: translateY(-10px) translateX(-40px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes animate-figure4 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(40px);
    transform: translateY(-10px) translateX(40px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes animate-figure4 {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(40px);
    transform: translateY(-10px) translateX(40px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
/*------------------- 4.2 Footer -------------------*/
.footer-wrap-layout1 {
  background-color: #1239ac;
}
.footer-top-box {
  padding: 9.4rem 0 4rem;
}
.footer-top-box .footer-box-layout1 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 575px) {
  .footer-top-box .footer-box-layout1 {
    text-align: center;
  }
}
.footer-top-box .footer-box-layout1 .footer-title {
  margin-bottom: 2.5rem;
}
.footer-top-box .footer-box-layout1 .footer-title h4 {
  color: #ffffff;
  
}
.footer-top-box .footer-box-layout1 .footer-menu-box .footer-menu-list li {
  margin-bottom: 12px;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .footer-menu-list li:last-child {
  margin-bottom: 0;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .footer-menu-list li a {
  font-size: 15px;
  color: #dcdcdc;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .footer-menu-list li a:hover {
  color: #ffffff;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .contact-btn {
  text-align: center;
  display: block;
  
  letter-spacing: 0.5px;
  color: #ffffff;
  border: 1px solid #006df0;
  padding: 12px;
  margin-top: 4.5rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-menu-box .contact-btn i {
  margin-left: 10px;
  color: #1239ac;
}
@media only screen and (max-width: 1199px) {
  .footer-top-box .footer-box-layout1 .footer-menu-box .contact-btn {
    font-size: 14px;
  }
}
.footer-top-box .footer-box-layout1 .footer-menu-box .contact-btn:hover {
  background-color: #006df0;
}
.footer-top-box .footer-box-layout1 .footer-newsletter {
  margin-bottom: 2.5rem;
}
.footer-top-box .footer-box-layout1 .footer-newsletter p {
  color: #dcdcdc;
  margin-bottom: 30px;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group {
  height: 50px;
  border-radius: 4px;
  padding: 0;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 4px 0 0 4px;
  background: #ffffff;
  color: #111111;
  font-size: 16px;
  height: 50px;
  padding: 10px 20px;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: #1239ac;
  border: 0;
  padding: 0 35px;
  font-size: 16px;
  
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group .input-group-addon:hover button {
  background: #ffb400;
  color: #ffffff;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group input {
  font-size: 16px;
  color: #1239ac;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group input.form-control::-webkit-input-placeholder,
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group input.form-control:-moz-placeholder,
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #aaaaaa;
}
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group input.form-control:-ms-input-placeholder,
.footer-top-box .footer-box-layout1 .footer-newsletter .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #aaaaaa;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li {
  display: inline-block;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li:first-child a {
  padding-right: 0;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li a {
  font-size: 16px;
  color: #aaadc8;
  padding: 7px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li a:hover {
  color: #ffffff;
}
.footer-top-box .footer-box-layout1 .footer-social .social-icon li:last-child a {
  padding-left: 0;
}
{
  padding: 1rem 0 6rem;
}
.footer-newsletter .item-title {
font-size: 18px;

color: #fff;

margin-bottom: 20px;
}



.footer-newsletter p {
color:#fff;
}

@media only screen and (max-width: 991px) {
  .footer-newsletter .item-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-newsletter .item-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-newsletter .item-title {
    font-size: 18px;
  }
}
.footer-newsletter .stylish-input-group {
  height: 60px;
  border-radius: 4px;
  padding: 0;margin-bottom: 15px;
}
.footer-newsletter .stylish-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 4px 0 0 4px;
  background: #ffffff1a;
  color: #111111;
  font-size: 16px;
  height: 50px;
  padding: 10px 20px;


height: 60px;

width: 100%;

border: none;

outline: none;

padding-right: 30px;

padding-left: 60px;


border-radius: 10px;

font-size: 14px;

font-weight: 400;

color: #fff;




}






.footer-newsletter .stylish-input-group .form-control::placeholder {

color: #fff;}



.footer-newsletter .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 4px 0 0 4px;
  background: #133aac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;


position: absolute;

top: 50%;

left: 12px;

height: 36px;

width: 36px;

border: none;

border-radius: 50%;

font-size: 15px;

background-color: #ffb400;

color: #fff;

-webkit-transform: translateY(-50%);

transform: translateY(-50%);

-webkit-transition: all 500ms ease;

transition: all 500ms ease;

padding: 0;



}
.footer-newsletter .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

height: 36px;
width: 36px;
line-height: 36px;
}
.footer-newsletter .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.footer-newsletter .stylish-input-group .input-group-addon:hover {
  background: #133aac;
}
.footer-newsletter .stylish-input-group .input-group-addon:hover button {
  color: #fff;
}
.footer-newsletter .stylish-input-group input {
  font-size: 16px;
  color: #1239ac;
}
.footer-newsletter .stylish-input-group input.form-control::-webkit-input-placeholder,
.footer-newsletter .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.footer-newsletter .stylish-input-group input.form-control:-moz-placeholder,
.footer-newsletter .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #aaaaaa;
}
.footer-newsletter .stylish-input-group input.form-control:-ms-input-placeholder,
.footer-newsletter .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #aaaaaa;
}
.footer-social {

}
@media only screen and (max-width: 991px) {
  .footer-social {
    justify-content: center;
  }
}
.footer-social .item-title {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 25px 15px;
}
@media only screen and (max-width: 479px) {
  .footer-social .item-title {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
}
.footer-social .social-icon li {
  display: inline-block;
}
.footer-social .social-icon li a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;



position: relative;
height: 40px;
width: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
font-size: 15px;
background-color: #0a2e99;
border-radius: 50%;
overflow: hidden;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 1;

}


.footer-social .social-icon li a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.footer-social .social-icon li a:hover:after {
opacity: 1;
-webkit-transform: scaleY(1);
transform: scaleY(1);
}


.footer-social .social-icon li a:hover {
  color: #0a2e99;;
}
.footer-social .social-icon li:last-child a {
  padding-left: 0;
}
.footer-bottom-box {
  border-top: 1px solid #2c4195;
  padding: 3.5rem 0;
}
@media only screen and (max-width: 767px) {
  .footer-bottom-box {
    text-align: center;
  }
}
.footer-bottom-box .copyright {
  font-size: 15px;
  color: #dcdcdc;
}


.copyright-co {

	position: relative;
display: block;
background-color: #0a2e99;
}

.copyright p {
margin: 0;
padding: 10px 0 5px;
text-align: center;
color: #fff;font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .footer-bottom-box .copyright {
    margin-bottom: 10px;
  }
}
.footer-bottom-box .footer-bottom-menu {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-bottom-box .footer-bottom-menu {
    text-align: center;
  }
}
.footer-bottom-box .footer-bottom-menu ul li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.footer-bottom-box .footer-bottom-menu ul li:after {
  content: ".";
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: -14px;
}
.footer-bottom-box .footer-bottom-menu ul li a {
  font-size: 15px;
  color: #dcdcdc;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-bottom-box .footer-bottom-menu ul li a:hover {
  color: #ffffff;
}
.footer-bottom-box .footer-bottom-menu ul li:last-child {
  margin-left: 0;
}
.footer-bottom-box .footer-bottom-menu ul li:last-child:after {
  display: none;
}
/*------------------- 4.3 Global -------------------*/
a {
  text-decoration: none;
  cursor: pointer;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-right: 0;
}
.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-response .alert-danger p,
.form-response .alert.alert-info p,
.form-response .alert.alert-success p {
  margin-bottom: 0;
}
/*------------------- 4.4 Header Menu -------------------*/
header.header {
  position: relative;
  z-index: 15;
}
@media only screen and (max-width: 991px) {
  header.header {
    display: none;
  }
}
.logo-area a {
  display: block;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 13px;
padding-right: 13px;
height: 140px;
width: 115px;
background-color: white;
box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
border-bottom-left-radius: 70px;
border-bottom-right-radius: 70px;
}

.logo-area {
background: #fff;
position: absolute;
top: -58px;
right: 15px;
z-index: 99;
}




.logo-area img {
width: 90px;
}


.header-menu {
position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
margin-top: -35px;
}
.header-menu:after {
  clear: both;
  content: "";
  display: block;
}
.header-menu nav.template-main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-menu nav.template-main-menu > ul > li > a {
  transition: all 0.3s ease-out;
}
.header-menu nav.template-main-menu > ul > li > a:hover {
  color: #3285f9;
}
nav.template-main-menu > ul > li {
  position: relative;
}
nav.template-main-menu > ul > li > a {
font-size: 15px;

font-weight: 500;

line-height: 1;

display: block;

color: #000;

text-transform: capitalize;

font-family: "header";
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 {
  background-color: #ffffff;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 0 0 4px 4px;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li {
  position: relative;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  padding: 9px 20px;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  
  font-size: 15px;
  color: #1239ac;
  position: absolute;
  top: 12px;
  right: 20px;
  transform: scale(0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover {
  color: #1239ac;
  padding-right: 40px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a:hover:before {
  transform: scale(1);
}
@media only screen and (max-width: 1199px) {
  nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li a {
    padding: 10px 15px;
  }
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 100%;
  border-bottom: 1px solid #e9e9e9;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:after {
    left: 15px;
    right: 15px;
  }
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-1 li:last-child:after {
  border-bottom: none;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 {
  display: flex;
  align-items: center;
  border-top: 1px solid #1239ac;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li {
  min-width: 200px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #111111;
  padding: 8px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:hover {
  color: #ffffff;
  background-color: #1239ac;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:last-child {
  padding-bottom: 15px;
}
nav.template-main-menu > ul > li .template-mega-menu {
  background-color: #ffffff;
  border-top: 1px solid #1239ac;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  padding: 20px 0 0;
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li .template-mega-menu .menu-ctg-title {
  font-size: 16px;
  font-weight: 500;
  color: #1239ac;
  margin-bottom: 15px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu {
  margin-bottom: 20px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li {
  margin-bottom: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #1239ac;
  padding: 5px 15px 5px 30px;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  position: relative;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a i {
  color: #1239ac;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover {
  color: #ffb400;
  padding: 5px 15px 5px 35px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover i {
  color: #1239ac;
  animation: toRightFromLeft10 0.5s;
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-1 {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-2 {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
nav.template-main-menu > ul > li:hover .template-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
.header-menu.menu-layout1 {
  background-color: #f6f7fa;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
  padding: 40px 20px;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
    padding: 40px 15px;
  }
}
.header-menu.menu-layout2 {
  background-color: #1239ac;
}
.header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
  padding: 25px 20px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
    padding: 25px 15px;
  }
}
.header-menu.menu-layout3 nav.template-main-menu > ul > li > a {
  padding: 26px 27px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout3 nav.template-main-menu > ul > li > a {
    padding: 26px 15px;
  }
}
.header-menu.menu-layout3 nav.template-main-menu > ul > li .template-mega-menu {
  background-color: transparent;
  border-top: none;
  box-shadow: none;
  padding: 0;
}
.header-menu.menu-layout3 nav.template-main-menu > ul > li .template-mega-menu .mega-menu-small {
  padding: 20px 20px 0;
  border-top: 1px solid #1239ac;
}
.rt-sticky {
  position: fixed;
  top: 0;
margin:0;
  width: 100%;
  z-index: 100;
  left: 0;
  right: 0;

}
.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 28px 18px;
}
@media only screen and (max-width: 1199px) {
  .rt-sticky nav.template-main-menu > ul > li > a {
    padding: 28px 15px;
  }
}
.header-menu.menu-layout1.rt-sticky {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 28px 18px;
}
@media only screen and (max-width: 1199px) {
  .header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 28px 15px;
  }
}
.header-menu.menu-layout2.rt-sticky {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-menu.menu-layout3.rt-sticky {

}
@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}
.header-action-layout1 ul {
  display: flex;
  align-items: center;
}
.header-action-layout1 ul li {
  display: inline-block;
  margin-left: 25px;
}
.header-action-layout1 ul li:last-child {
  margin-left: 0;
}
.header-action-layout1 ul .header-action-number {
  display: flex;
  align-items: center;
}
.header-action-layout1 ul .header-action-number .item-icon {
  margin-left: 15px;
}
.header-action-layout1 ul .header-action-number .item-icon i:before {
  font-size: 30px;
  color: #1239ac;
}
.header-action-layout1 ul .header-action-number .item-content .item-title {
  line-height: 1;
  color: #111111;
}
.header-action-layout1 ul .header-action-number .item-content .item-number {
  
  font-size: 20px;
  color: #111111;
}
.header-action-layout1 ul .header-action-number-2 {
  display: flex;
padding-top: 17px;
}
.header-action-layout1 ul .header-action-number-2 .item-icon {
  position: relative;
  text-align: center;
  height: 38px;
  width: 38px;
  line-height: 38px;
  background-color: #1239ac;
  border-radius: 50%;
  margin-left: 20px;
  animation: pulse2 infinite 2s;
}
.header-action-layout1 ul .header-action-number-2 .item-icon:before {
  content: "";
  height: 48px;
  width: 48px;
  border: 1.5px solid #d7d7d7;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  animation: pulse2 infinite 2s;
}
.header-action-layout1 ul .header-action-number-2 .item-icon:after {
  content: "";
  height: 58px;
  width: 58px;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
  animation: pulse2 infinite 2s;
}
.header-action-layout1 ul .header-action-number-2 .item-icon i:before {
  font-size: 22px;
  color: #000000;
}
.header-action-layout1 ul .header-action-number-2 .item-content .item-number {
color: #222;
font-size: 18px;
}

.header-action-layout1 ul .header-action-number-2 .item-content .item-number:first-child {
margin-bottom: 4px;
line-height: 20px;color: #1239ac;font-family: "header";
}


@media only screen and (max-width: 1199px) {
  .header-action-layout1 ul .header-action-number-2 .item-content .item-number {
    font-size: 20px;
  }
}
.header-action-layout1 ul .header-action-btn .item-btn {
  border-radius: 5px 0 0 5px;
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-weight: 500;
  margin-left: -15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
border-right:1px solid #fff3;
}
.header-action-layout1 ul .header-action-btn .item-btn i {
font-size: 26px;
}
.header-action-layout1 ul .header-action-btn .item-btn:hover {
background: #ffb400;border-right:none;
  color: #ffffff;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: transparent;
  text-align: center;
  padding: 0;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn:focus {
  outline: none;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap {
  width: 36px;
  height: 17px;
  display: block;
  position: relative;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span {
  position: absolute;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #c8cfeb;
  display: block;
  opacity: 1;
  transform: rotate(0deg);
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span:nth-child(1n) {
  top: 0;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span:nth-child(2n) {
  width: 80%;
  top: 10px;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn .btn-icon-wrap span:nth-child(3n) {
  top: 20px;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-btn-light {
  background-color: transparent;
  box-shadow: none;
  padding: 15px 0;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-btn-light .btn-icon-wrap span {
  background-color: #ffffff;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(1n) {
  top: 7px;
  transform: rotate(135deg);
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(2n) {
  left: 40px;
  opacity: 0;
  visibility: hidden;
}
.header-action-layout1 ul .offcanvas-menu-trigger-wrap .offcanvas-menu-btn.menu-status-close .btn-icon-wrap span:nth-child(3n) {
  width: 100%;
  top: 7px;
  transform: rotate(-135deg);
}
.header-topbar-layout1 ul li {
  display: inline-block;
  margin-left: 30px;
}
.header-topbar-layout1 ul li:last-child {
  margin-left: 0;
}
.header-topbar-layout1 .header-top-left .social-icon a {
  padding-left: 8px;
  margin-left: 4px;
  font-size: 15px;
  color: #a5b3e9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-topbar-layout1 .header-top-left .social-icon a:last-child {
  padding-left: 0;
  margin-left: 0;
}
.header-topbar-layout1 .header-top-left .social-icon a:hover {
  color: #ffffff;
}
.header-topbar-layout1 .header-top-left .opening-hour {
  color: #a5b3e9;
  font-size: 15px;
}
.header-topbar-layout1 .header-top-left .opening-hour i {
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
}


.header-top-left {
  margin-left: 10px;
}

.header-topbar-layout1 .header-top-right .header-top-btn {
  display: block;
  background-color: #1239ac;
  padding: 8px 30px;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-topbar-layout1 .header-top-right .header-top-btn i {
  margin-left: 10px;
}
.header-topbar-layout1 .header-top-right .header-top-btn:hover {
  background-color: #ffb400;
  color: #ffffff;
}
.header-topbar-layout2 .header-top-right .social-icon a {
  padding-left: 8px;
  margin-left: 5px;
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-topbar-layout2 .header-top-right .social-icon a:last-child {
  padding-left: 0;
  margin-left: 0;
}
.header-topbar-layout2 .header-top-right .social-icon a:hover {
  color: #ffb400;
}
.header-topbar-layout2 .header-top-right .social-icon.icon-light a {
  color: #dbdff1;
}
.header-topbar-layout2 .header-top-right .social-icon.icon-light a:hover {
  color: #ffffff;
}
.header-topbar-layout2 .header-top-left .item-location {
  color: #1239ac;
}
.header-topbar-layout2 .header-top-left .item-location i {
  font-size: 18px;
  color: #ffb400;
  margin-left: 10px;
}
.header-topbar-layout2 .header-top-left .search-bar-area li {
  display: inline-block;
  margin-left: 15px;
}
.header-topbar-layout2 .header-top-left .search-bar-area li:last-child {
  margin-right:150px;
}
.header-topbar-layout2 .header-top-left .search-bar-area .location-title {
  color: #444;
  font-size: 15px;line-height: 40px;
}
.header-topbar-layout2 .header-top-left .search-bar-area .location-title i {
  font-size: 18px;
  color: #1239ac;
  margin-right: 12px;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group {
  height: 32px;
  border-radius: 4px;
  padding: 0;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 4px 0 0 4px;
  background: #ffffff;
  height: 32px;
  padding: 5px 20px;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: #1239ac;
  border-radius: 0 4px 4px 0;
  border: 0;
  padding: 0 15px;
  font-size: 15px;
  
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group .input-group-addon button i {
  margin-right: 4px;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group .input-group-addon:hover button {
  background: #ffb400;
  color: #ffffff;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group input {
  font-size: 14px;
  color: #1239ac;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #646464;
  font-style: italic;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group input.form-control:-moz-placeholder,
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group textarea.form-control:-moz-placeholder {
  font-size: 13px;
  color: #646464;
  font-style: italic;
}
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.header-topbar-layout2 .header-top-left .search-bar-area .search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #646464;
  font-style: italic;
}


.header-middlebar-layout1 {
padding: 15px 0 60px;
-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}



.header-middlebar-layout1 .middlebar-content ul li {
  display: inline-flex;
  align-items: center;
margin-left: 18px;

border-left: 1px solid #eee;

padding-left: 18px;
}

.middlebar-content {
margin-top: 15px;
}

@media only screen and (max-width: 1199px) {
  .header-middlebar-layout1 .middlebar-content ul li {
    margin-left: 40px;
  }
}
.header-middlebar-layout1 .middlebar-content ul li:last-child {
  margin-left: 0;
  padding-left: 0;
border-left: none;
}
.header-middlebar-layout1 .middlebar-content ul li .item-icon {
  margin-left: 10px;
}
.header-middlebar-layout1 .middlebar-content ul li .item-icon i:before {
  font-size: 28px;
  color: #ffb400;
}
.header-middlebar-layout1 .middlebar-content ul li .item-content .item-title {
  line-height: 1;
  color: #646464;
}
.header-middlebar-layout1 .middlebar-content ul li .item-content .item-subtitle {
  font-weight: 500;
  font-size: 16px;
  color: #111111;
}


.hed-img {
padding-right: 120px;
}

.hed-img img {

}


.header-topbar {
position: relative;
display: block;
background-color: #ffffff;
border-bottom: 1px solid #eee;
z-index: 1;
}



.offcanvas-menu-wrap {
  width: 300px;
  position: fixed;
  transform: translateX(-100%);
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.5);
  z-index: 200;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap[data-position='right'] {
  left: auto;
  right: 0;
  transform: translateX(105%);
}
.offcanvas-menu-wrap .close-btn {
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 25px;
  font-size: 24px;
  font-weight: 500;
  color: #292828;
  padding: 10px;
}
.offcanvas-menu-wrap .offcanvas-content {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6rem 0 5.5rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-logo a {
  display: block;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu {
  text-align: center;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item {
  margin-bottom: 20px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item a {
  font-size: 15px;
  font-weight: 500;
  color: #111111;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .nav-item a:hover {
  color: #1239ac;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer {
  text-align: center;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .item-title {
  font-size: 15px;
  color: #acacac;
  margin-bottom: 14px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li {
  display: inline-block;
  margin-left: 6px;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li:last-child {
  margin-left: 0;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li a {
  color: #444444;
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-footer .offcanvas-social li a:hover {
  color: #1239ac;
}
div#wrapper.open > .offcanvas-mask {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 150;
  animation: slideInRight 500ms ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mean-container .mean-bar {
  background: #ffffff !important;
  float: none;
  padding: 0 !important;
  position: fixed !important;
  top: 0;
  z-index: 20;
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: rgba(222, 222, 222, 0.95);
  box-sizing: border-box;
}
.mean-container .mean-bar .mobile-menu-nav-back {
  padding-right: 15px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}

.logo-mobile {

display: block;
}

.logo-mobile img {
width:100px;
}


.mean-container .mean-nav {
  float: none !important;
  background: transparent !important;
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-nav > ul > li > a {
  font-size: 14px;
  color: #111111;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul > li > a:hover {
  color: #1239ac;
}
.mean-container .mean-nav > ul > li:hover > a {
  color: #1239ac;
  background-color: #ffffff;
}
.mean-container .mean-nav > ul > li li a {
  color: #111111;
  opacity: 1;
  font-weight: 500;
  padding: 0.5em 10%;
  font-size: 14px;
}
.mean-container .mean-nav > ul > li li a:hover {
  background-color: #ffffff;
}
.mean-container .mean-nav > ul > li a.mean-expand {
  background-color: transparent;
  margin-top: 0;
  height: 20px;
  line-height: 27px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  padding: 12px 20px 12px 12px !important;
}
.mean-container .mean-nav > ul > li a.mean-expand:hover {
  background-color: transparent;
}
.mean-container a.meanmenu-reveal {
  float: none !important;
  position: absolute;
  top: 18px;
  transition: unset;
  padding: 16px 14px 12px;
}
.mean-container #wrapper {
  padding-top: 78px;
}
/*------------------- 4.5 Section Heading -------------------*/
.heading-layout1 {
  text-align: center;
  margin-bottom: 3.2rem;
  position: relative;
}
.heading-layout1 h2 {
  color: #1239ac;
margin-bottom: 0;
line-height: 30px;font-size: 22px;
display: inline-block;
position: relative;
padding: 0 60px;
}




.heading-layout1 .section-title__tagline {
display: block;
}

.heading-layout1 p {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .heading-layout1 p {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .heading-layout1 p {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .heading-layout1 p {
    width: 100%;
  }
}
.heading-layout1 h2:after {
  content: url('../images/figure/figure3.png');
  position: absolute;
  right: 0;
  margin: auto;
top: -5px;
}
.heading-layout2 {
  text-align: center;
  margin-bottom: 6rem;
}
.heading-layout2 h2 {
  
  color: #1239ac;
  margin-bottom: 12px;
}
.heading-layout2 h2 span {
  display: block;
}
@media only screen and (max-width: 991px) {
  .heading-layout2 h2 {
    line-height: 40px;
  }
}
.heading-layout2 p {
  width: 50%;
  margin: 0 auto;
}
.heading-layout3 {
  text-align: center;
  margin-bottom: 3.2rem;
  position: relative;
}
.heading-layout3 h2 {
  
  color: #ffffff;
  margin-bottom: 12px;
}
.heading-layout3 p {
  color: #ffffff;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .heading-layout3 p {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .heading-layout3 p {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .heading-layout3 p {
    width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .heading-layout3 p {
    width: 100%;
  }
}
.heading-layout3:after {
  content: url('../images/figure/figure8.png');
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.heading-layout4 {
  margin-bottom: 26px;
  position: relative;
}
.heading-layout4 h3,
.heading-layout4 h4 {
  
  padding-right: 20px;
}
.heading-layout4:after {
  content: "";
  height: 24px;
  width: 3px;
  background-color: #ffb400;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/*------------------- 4.6 Pagination -------------------*/
.pagination-layout1 ul li {
  display: inline-block;
  margin-left: 5px;
}
.pagination-layout1 ul li:last-child {
  margin-left: 0;
}
.pagination-layout1 ul li .nav-item {
  display: inline-block;
  background-color: #ededed;
  font-size: 20px;
  font-weight: 500;
  color: #444444;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout1 ul li .nav-item:hover {
  background-color: #ffb400;
  color: #ffffff;
}
.pagination-layout1 ul li .nav-item.active {
  background-color: #ffb400;
  color: #ffffff;
}
.pagination-layout2 {
  margin-bottom: 60px;
}
.pagination-layout2 .prev-btn .media .item-img {
  margin-top: 6px;
}
.pagination-layout2 .prev-btn .media .item-img img {
  border-radius: 4px;
}
.pagination-layout2 .prev-btn .media .media-body .item-title {
  font-weight: 500;
  color: #111111;
  margin-bottom: 2px;
  line-height: 25px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .prev-btn .media .media-body .item-title {
    display: none;
  }
}
.pagination-layout2 .prev-btn .media .media-body .item-date {
  margin-bottom: 10px;
  color: #3285f9;
  font-size: 15px;
}
.pagination-layout2 .prev-btn .media .media-body .item-date i {
  font-weight: 500;
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .prev-btn .media .media-body .item-date {
    display: none;
  }
}
.pagination-layout2 .prev-btn .media .media-body a {
  font-size: 16px;
  color: #646464;
}
.pagination-layout2 .prev-btn .media .media-body a i {
  font-size: 15px;
  color: #1239ac;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout2 .prev-btn .media .media-body a:hover {
  color: #111111;
}
.pagination-layout2 .next-btn .media {
  flex-direction: row-reverse;
}
.pagination-layout2 .next-btn .media .item-img {
  margin-top: 6px;
}
.pagination-layout2 .next-btn .media .item-img img {
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .next-btn .media .item-img {
    text-align: right;
  }
}
.pagination-layout2 .next-btn .media .media-body .item-title {
  font-weight: 500;
  color: #111111;
  margin-bottom: 2px;
  line-height: 25px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .next-btn .media .media-body .item-title {
    display: none;
  }
}
.pagination-layout2 .next-btn .media .media-body .item-date {
  margin-bottom: 10px;
  color: #3285f9;
  font-size: 15px;
}
.pagination-layout2 .next-btn .media .media-body .item-date i {
  font-weight: 500;
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .pagination-layout2 .next-btn .media .media-body .item-date {
    display: none;
  }
}
.pagination-layout2 .next-btn .media .media-body a {
  font-size: 16px;
  color: #646464;
}
.pagination-layout2 .next-btn .media .media-body a i {
  font-size: 15px;
  color: #1239ac;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout2 .next-btn .media .media-body a:hover {
  color: #111111;
}
/*------------------- 4.7 Widget -------------------*/
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 5rem;
  }
}
.sidebar-widget-area .widget {
  margin-bottom: 4rem;
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0 !important;
}
.widget-search-box {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-search-box .stylish-input-group {
  height: 60px;
  border-radius: 4px;
  padding: 0;
  background-color: #ffffff;
}
.widget-search-box .stylish-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  color: #111111;
  font-size: 16px;
  height: 60px;
  padding: 10px 20px;
}
.widget-search-box .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none !important;
}
.widget-search-box .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button span {
  color: #1239ac;
  font-size: 20px;
  
  margin-right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.widget-search-box .stylish-input-group .input-group-addon:hover button span {
  color: #111111;
}
.widget-search-box .stylish-input-group input {
  font-size: 16px;
  color: #1239ac;
}
.widget-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control:-moz-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #a9a9a9;
  font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 16px;
}
.widget-category {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-category .category-list ul li {
  background-color: #ffffff;
  margin-bottom: 2px;
}
.widget-category .category-list ul li:last-child {
  margin-bottom: 0;
}
.widget-category .category-list ul li a {
  margin-right: 20px;
  position: relative;
  display: block;
  color: #444444;
  padding: 15px 0 15px 22px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-category .category-list ul li a i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.widget-category .category-list ul li a i:before {
  font-size: 12px;
  
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-category .category-list ul li a:hover {
  color: #ffb400;
  padding-right: 30px;
}
.widget-category .category-list ul li a:hover i:before {
  color: #ffb400;
}
.widget-recent-post {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-recent-post .recent-post-list li {
  background-color: #ffffff;
  padding: 16px 20px 20px;
  margin-bottom: 2px;
}
.widget-recent-post .recent-post-list li:last-child {
  margin-bottom: 0;
}
.widget-recent-post .recent-post-list li .post-date {
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  margin-bottom: 4px;
}
.widget-recent-post .recent-post-list li .post-date i {
  font-size: 14px;
}
.widget-recent-post .recent-post-list li .item-title {
  
  line-height: 1.5;
  margin-bottom: 0;
}
.widget-recent-post .recent-post-list li .item-title a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-recent-post .recent-post-list li .item-title a:hover {
  color: #3285f9;
}
.widget-newsletter {
  background-color: #1239ac;
  padding: 40px 40px;
  border-radius: 4px;
  text-align: center;
}
.widget-newsletter .item-img {
  margin-bottom: 30px;
}
.widget-newsletter .item-img img {
  -webkit-box-shadow: 0px 9px 13px 0px rgba(13, 28, 93, 0.75);
  box-shadow: 0px 9px 13px 0px rgba(13, 28, 93, 0.75);
}
.widget-newsletter .item-content .item-title {
  
  color: #ffffff;
  margin-bottom: 6px;
}
.widget-newsletter .item-content p {
  color: #b7bede;
}
.widget-newsletter .item-content .form-box .form-group {
  margin-bottom: 8px;
}
.widget-newsletter .item-content .form-box .form-group:last-child {
  margin-bottom: 0;
}
.widget-newsletter .item-content .form-box .form-group .form-control {
  text-align: center;
  border: none;
  background-color: #ffffff;
  padding: 10px;
}
.widget-newsletter .item-content .form-box .form-group input {
  height: 60px;
}
.widget-newsletter .item-content .form-box .form-group .item-btn {
  width: 100%;
  border: none;
  background-color: #1239ac;
  border-radius: 4px;
  font-weight: 500;
  color: #111111;
  padding: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-newsletter .item-content .form-box .form-group .item-btn:hover {
  background-color: #ffb400;
  color: #ffffff;
}
.widget-archive {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-archive .archive-list ul li {
  background-color: #ffffff;
  margin-bottom: 2px;
}
.widget-archive .archive-list ul li:last-child {
  margin-bottom: 0;
}
.widget-archive .archive-list ul li a {
  font-size: 15px;
  position: relative;
  display: block;
  color: #444444;
  padding: 15px 0 15px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-archive .archive-list ul li a span {
  color: #909090;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-archive .archive-list ul li a:hover {
  color: #1239ac;
}
.widget-archive .archive-list ul li a:hover span {
  color: #1239ac;
}
.widget-tag {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-tag .tag-list li {
  display: inline-block;
  margin: 1px -1px;
}
.widget-tag .tag-list li a {
  font-size: 14px;
  display: block;
  background-color: #ffffff;
  color: #444444;
  padding: 10px 18px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-tag .tag-list li a:hover {
  background-color: #1239ac;
  color: #ffffff;
}
.widget-contact-form {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
@media only screen and (max-width: 479px) {
  .widget-contact-form {
    padding: 30px 30px;
  }
}
.widget-contact-form .contact-form-box .form-group {
  margin-bottom: 2px;
}
.widget-contact-form .contact-form-box .form-group .form-icon {
  position: absolute;
  top: 15px;
  left: 35px;
  color: #cdcccc;
}
.widget-contact-form .contact-form-box .form-group .form-control {
  font-size: 15px;
  color: #111111;
  padding-right: 50px;
}
.widget-contact-form .contact-form-box .form-group .textarea.form-control {
  padding-top: 18px;
}
.widget-contact-form .contact-form-box .form-group input {
  height: 60px;
}
.widget-download {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-download .download-list ul li {
  background-color: #ffffff;
  margin-bottom: 2px;
}
.widget-download .download-list ul li:last-child {
  margin-bottom: 0;
}
.widget-download .download-list ul li a {
  position: relative;
  display: block;
  color: #444444;
  font-weight: 500;
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-download .download-list ul li a i {
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
}
.widget-download .download-list ul li a:hover {
  color: #1239ac;
}
.widget-banner {
  background-color: #e2ebf0;
  border-radius: 4px;
  text-align: center;
}
.widget-banner .item-img img {
  width: 100%;
}
.widget-banner .item-content {
  padding: 1.5rem 5rem 5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .widget-banner .item-content {
    padding: 1.5rem 2rem 5rem;
  }
}
@media only screen and (max-width: 479px) {
  .widget-banner .item-content {
    padding: 1.5rem 2rem 5rem;
  }
}
.widget-banner .item-content .item-title {
  font-weight: 300;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.widget-banner .item-content .item-title span {
  
  font-size: 48px;
}
@media only screen and (max-width: 575px) {
  .widget-banner .item-content .item-title {
    font-size: 30px;
  }
}
.widget-banner .item-content .item-subtitle {
  font-size: 24px;
  color: #1239ac;
  font-weight: 300;
  margin-bottom: 28px;
}
@media only screen and (max-width: 575px) {
  .widget-banner .item-content .item-subtitle {
    font-size: 20px;
  }
}
.widget-banner .item-content .fw-btn-fill {
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.18);
}
.widget-service-info {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
.widget-service-info .service-info ul li {
  background-color: #ffffff;
  padding: 20px 30px 14px;
  margin-bottom: 2px;
}
.widget-service-info .service-info ul li:last-child {
  margin-bottom: 0;
}
.widget-service-info .service-info ul li .service-price {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .widget-service-info .service-info ul li .service-price {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .widget-service-info .service-info ul li .service-price {
    font-size: 26px;
  }
}
.widget-service-info .service-info ul li .item-title {
  line-height: 1.2;
}
.widget-service-info .service-info ul li .item-subtitle {
  font-weight: 500;
  color: #444444;
}
.widget-service-info .service-info ul li.active {
  background-color: #ffb400;
  padding: 28px 30px;
}
.widget-project-info {
  background-color: #f8f8f8;
  padding: 40px 40px;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .widget-project-info {
    padding: 40px 25px;
  }
}
.widget-project-info .project-details {
  padding-right: 20px;
}
.widget-project-info .project-details > ul > li {
  display: flex;
  margin-bottom: 18px;
  color: #444444;
}
.widget-project-info .project-details > ul > li:last-child {
  margin-bottom: 0;
}
.widget-project-info .project-details > ul > li span {
  font-size: 18px;
  font-weight: 500;
  color: #1239ac;
  min-width: 100px;
  display: inline-block;
  margin-left: 18px;
  position: relative;
}
.widget-project-info .project-details > ul > li span:after {
  content: ":";
  font-size: 18px;
  color: #444444;
  font-weight: 500;
  position: absolute;
  top: -1px;
  right: 0;
}
.widget-project-info .project-details > ul > li .item-rating li {
  display: inline-block;
  color: #ff6f00;
}
/*=======================================================================
5. Template Page Style
=========================================================================*/
/*------------------- 5.1 About Us -------------------*/
.about-box-layout1 {
  padding-left: 12rem;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout1 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout1 {
    margin-bottom: 6rem;
  }
}
.about-box-layout1 .item-tag {
  font-size: 18px;
  font-weight: 500;
  color: #ffb400;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.about-box-layout1 .item-title {
  
}
.about-box-layout1 .item-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 18px;
}
.about-box-layout1 .list-item {
  margin-top: 4rem;
}
.about-box-layout1 .list-item ul li {
  padding-right: 55px;
  position: relative;
  margin-bottom: 3.5rem;
}
.about-box-layout1 .list-item ul li:last-child {
  margin-bottom: 0;
}
.about-box-layout1 .list-item ul li:after {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  color: #ffb400;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-box-layout1 .list-item ul li h3 {
  
}
.about-box-layout1 .list-item ul li:hover:after {
  color: #1239ac;
}
.about-box-layout2 {
  background-color: #ffb400;
  padding: 5rem 5.5rem 5.5rem;
  border-radius: 4px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .about-box-layout2 {
    padding: 4rem;
  }
}
.about-box-layout2 .item-title {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  
  margin-bottom: 3rem;
}
@media only screen and (max-width: 575px) {
  .about-box-layout2 .item-title {
    padding: 40px;
  }
}
.about-box-layout3 {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.about-box-layout3 .item-icon {
  position: absolute;
  z-index: -1;
}
.about-box-layout3 .shape1 {
  top: 25px;
  left: 50px;
  animation: animate-figure1 infinite 3s;
}
.about-box-layout3 .shape2 {
  bottom: 30px;
  right: 150px;
  animation: animate-figure2 infinite 4s;
}
.about-box-layout3 .shape3 {
  bottom: 150px;
  left: 115px;
  animation: animate-figure3 infinite 5s;
}
.about-box-layout3 .shape4 {
  top: 150px;
  right: 100px;
  animation: animate-figure4 infinite 6s;
}

.about-box-layout4 .tag-line {
display: inline-block;
font-size: 17px;
position: relative;
margin-bottom: 10px;
padding-right: 15px;
color: #1239ac;
}

.about-box-layout4 .tag-line:after {
content: "";
height: 25px;
width: 2px;
background-color: #1239ac;
position: absolute;
right: 0;
}

@media only screen and (max-width: 575px) {
  .about-box-layout4 .tag-line:after {
    right: -80px;
  }
}
.about-box-layout4 .item-title {
  font-size: 20px;
color: #000;
line-height: 30px;
}
.about-box-layout4 .item-title span {
  font-weight: 400;
  display: block;
}
.about-box-layout4.service-list {

}

.about-box-layout4.service-list ul {
  display: inline-block;
}

.about-box-layout4.service-list ul li {
text-align: right;
font-size: 16px;
color: #111111;
padding-right: 30px;
position: relative;
margin-bottom: 8px;width: 50%;
float: right;
}
@media only screen and (max-width: 575px) {
  .about-box-layout4.service-list ul li {
    font-size: 17px;
  }
}
.about-box-layout4.service-list ul li:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  
  color: #1239ac;
  position: absolute;
  top: 0;
  right: 0;
}
.about-box-layout4 .action-area {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout4 .action-area {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .about-box-layout4 .action-area .btn-fill-sm {
    margin-bottom: 25px;
  }
}
.about-box-layout4 .action-area .phone-number {
  margin-right: 3rem;
  font-size: 24px;
  color: #1239ac;
  
}
.about-box-layout4 .action-area .phone-number i:before {
  font-size: 32px;
  color: #1239ac;
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout4 .action-area .phone-number {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout4 .action-area .phone-number {
    font-size: 22px;
  }
  .about-box-layout4 .action-area .phone-number i:before {
    font-size: 28px;
  }
}
.about-box-layout5 {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-box-layout5 {
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout5 {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout5 .item-img {
    text-align: center;
  }
}
.about-box-layout5 .item-img img {
  border-radius: 4px;
}
.about-box-layout5 .popup-img {
position: absolute;
bottom: -30px;
left: 0;
}
@media only screen and (max-width: 575px) {
  .about-box-layout5 .popup-img {
    display: none;
  }
}
.about-box-layout5 .popup-img img {
  border-radius: 4px;max-width: 360px;
}
.about-box-layout5 .popup-img .item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.about-box-layout5 .popup-img .item-icon .play-btn {
  text-align: center;
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: rgba(20, 40, 123, 0.9);
  animation: pulse infinite 2s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-box-layout5 .popup-img .item-icon .play-btn i:before {
  font-size: 26px;
  color: #1239ac;
  margin-right: 8px;
}
@media only screen and (max-width: 991px) {
  .about-box-layout6 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.about-box-layout6 .item-img {
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}
.about-box-layout6 .item-img:after {
  content: url('../images/figure/about-shape.png');
  position: absolute;
  bottom: -8rem;
  left: -8rem;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .about-box-layout6 .item-img:after {
    display: none;
  }
}
.about-box-layout7 .top-left-item {
  padding-left: 5rem;
}
@media only screen and (max-width: 991px) {
  .about-box-layout7 .top-left-item {
    padding-left: 0;
  }
}
.about-box-layout7 .top-left-item .item-tagline {
  font-size: 18px;
  font-weight: 500;
  color: #ffb400;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .about-box-layout7 .top-left-item .item-tagline {
    margin-bottom: 15px;
  }
}
.about-box-layout7 .top-left-item .item-title {
  
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .about-box-layout7 .top-left-item .item-title {
    margin-bottom: 20px;
  }
}
.about-box-layout7 .top-right-item {
  padding-top: 5rem;
}
@media only screen and (max-width: 991px) {
  .about-box-layout7 .top-right-item {
    padding-top: 0;
  }
}
.about-box-layout7 .item-popup-img {
  margin-bottom: 5.5rem;
  position: relative;
}
.about-box-layout7 .item-popup-img .item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.about-box-layout7 .item-popup-img .item-icon .play-btn {
  text-align: center;
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #ffb400;
  animation: pulse infinite 1s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .about-box-layout7 .item-popup-img .item-icon .play-btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout7 .item-popup-img .item-icon .play-btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
.about-box-layout7 .item-popup-img .item-icon .play-btn i:before {
  font-size: 26px;
  color: #1239ac;
  margin-right: 8px;
}
@media only screen and (max-width: 991px) {
  .about-box-layout7 .item-popup-img .item-icon .play-btn i:before {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout7 .item-popup-img .item-icon .play-btn i:before {
    font-size: 20px;
  }
}
.about-box-layout7 .feature-list ul li {
  padding-right: 55px;
  position: relative;
  margin-bottom: 3.5rem;
}
.about-box-layout7 .feature-list ul li:last-child {
  margin-bottom: 0;
}
.about-box-layout7 .feature-list ul li:after {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  color: #ffb400;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-box-layout7 .feature-list ul li h3 {
  
}
.about-box-layout7 .feature-list ul li:hover:after {
  color: #1239ac;
}
/*------------------- 5.2 Banner -------------------*/
.banner-wrap-layout1 {
  padding: 14rem 0 15rem;
  background-repeat: no-repeat;
  background-color: #f1f5f7;
}
@media only screen and (max-width: 1199px) {
  .banner-wrap-layout1 {
    background-image: none !important;
  }
}
.banner-wrap-layout2 {
  padding: 60px 0 0;
}
.banner-wrap-layout3 {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .banner-wrap-layout3 {
    padding-top: 10rem;
  }
}
.banner-wrap-layout4 {
  padding: 14rem 0 20rem;
  background-repeat: no-repeat;
  background-color: #f1f5f7;
}
@media only screen and (max-width: 1199px) {
  .banner-wrap-layout4 {
    background-image: none !important;
  }
}
.banner-box-layout1 {
  position: relative;
  z-index: 12;
}
@media only screen and (max-width: 1199px) {
  .banner-box-layout1 {
    text-align: center;
  }
}
.banner-box-layout1 .item-title {
  padding-left: 6rem;
  font-size: 48px;
  
  color: #1239ac;
  line-height: 1.3;
  margin-bottom: 25px;
}
.banner-box-layout1 .item-title span {
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .banner-box-layout1 .item-title {
    margin-bottom: 30px;
    font-size: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-box-layout1 .item-title {
    font-size: 44px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-box-layout1 .item-title {
    padding-left: 0;
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-box-layout1 .item-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-box-layout2 {
    text-align: center;
  }
}
.banner-box-layout2 .item-title {
  padding-left: 6rem;
  font-size: 48px;
  
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 18px;
}
.banner-box-layout2 .item-title span {
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .banner-box-layout2 .item-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-box-layout2 .item-title {
    padding-left: 0;
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-box-layout2 .item-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-box-layout2 .item-title {
    font-size: 36px;
  }
}
.banner-box-layout2 p {
  color: #ffffff;
  margin-bottom: 30px;
}
.banner-box-layout3 {
  padding-top: 6rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .banner-box-layout3 {
    overflow: hidden;
  }
}
.banner-box-layout3:after {
  content: url('../images/figure/figure10.png');
  position: absolute;
  bottom: 0;
  left: -4rem;
  line-height: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .banner-box-layout4 {
    text-align: center;
    margin-bottom: 40px;
  }
}
.banner-box-layout4 .item-title {
  padding-left: 6rem;
  font-size: 48px;
  
  color: #ffb400;
  line-height: 1.3;
  margin-bottom: 25px;
}
.banner-box-layout4 .item-title span {
  font-weight: 300;
  color: #1239ac;
}
@media only screen and (max-width: 1199px) {
  .banner-box-layout4 .item-title {
    padding-left: 0;
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-box-layout4 .item-title {
    font-size: 42px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-box-layout4 .item-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-box-layout4 .item-title {
    font-size: 38px;
  }
}
.banner-box-layout5 {
  position: relative;
  z-index: 2;
}
.banner-box-layout5 .item-icon {
  position: absolute;
  z-index: -1;
}
.banner-box-layout5 .shape1 {
  top: 40px;
  left: 50px;
  animation: animate-figure1 infinite 3s;
}
.banner-box-layout5 .shape2 {
  bottom: 50px;
  right: 40px;
  animation: animate-figure2 infinite 4s;
}
.banner-box-layout5 .shape3 {
  bottom: 50px;
  left: 60px;
  animation: animate-figure3 infinite 5s;
}
.banner-box-layout5 .shape4 {
  top: 30px;
  right: 50px;
  transform: scale(0.7);
  animation: animate-figure4 infinite 6s;
}
.banner-box-layout5 .item-img {
  text-align: center;
}
/*------------------- 5.3 Blog -------------------*/
.blog-box-layout1 {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}
.blog-box-layout1 .item-img {
  overflow: hidden;
}
.blog-box-layout1 .item-img img {
  border-radius: 4px 4px 0 0;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout1 .item-content {
  padding: 24px 30px 22px 30px;
}
.blog-box-layout1 .item-content .item-date {
  font-size: 15px;
  color: #111111;
  margin-bottom: 12px;
}
.blog-box-layout1 .item-content .item-date i {
  color: #3285f9;
  margin-left: 12px;
}
.blog-box-layout1 .item-content .item-title {
  
  margin-bottom: 12px;
}
.blog-box-layout1 .item-content .item-title a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-content .item-title a:hover {
  color: #3285f9;
}
.blog-box-layout1 .item-content h2.item-title {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .blog-box-layout1 .item-content h2.item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-box-layout1 .item-content h2.item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-box-layout1 .item-content h2.item-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-box-layout1 .item-content h2.item-title {
    font-size: 22px;
  }
}
.blog-box-layout1 .item-content .item-author {
  padding-right: 30px;
  position: relative;
  margin-bottom: 12px;
}
.blog-box-layout1 .item-content .item-author:after {
  content: "";
  height: 2px;
  width: 19px;
  background-color: #2f3abd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.blog-box-layout1 .item-content .entry-meta {
  border-top: 1px solid #ebebeb;
  padding-top: 12px;
}
.blog-box-layout1 .item-content .entry-meta ul {
  display: flex;
  justify-content: space-between;
}
.blog-box-layout1 .item-content .entry-meta ul li {
  font-size: 15px;
}
.blog-box-layout1 .item-content .entry-meta ul li span {
  color: #111111;
  font-weight: 500;
}
.blog-box-layout1 .item-content .entry-meta ul li a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-content .entry-meta ul li a:hover {
  color: #3285f9;
}
.blog-box-layout1 .item-content .entry-meta ul li i {
  color: #a5a5a5;
  margin-left: 10px;
}
.blog-box-layout1 .item-content .entry-meta-2 {
  border-top: 1px solid #ebebeb;
  padding-top: 12px;
}
.blog-box-layout1 .item-content .entry-meta-2 ul {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .blog-box-layout1 .item-content .entry-meta-2 ul {
    display: block;
  }
}
.blog-box-layout1 .item-content .entry-meta-2 ul li {
  font-size: 15px;
  margin-left: 30px;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li:last-child {
  margin-left: 0;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li span {
  color: #111111;
  font-weight: 500;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li a:hover {
  color: #3285f9;
}
.blog-box-layout1 .item-content .entry-meta-2 ul li i {
  color: #a5a5a5;
  margin-left: 10px;
}
@media only screen and (max-width: 575px) {
  .blog-box-layout1 .item-content .entry-meta-2 ul li {
    margin-bottom: 5px;
    margin-left: 0;
  }
}
.blog-box-layout1:hover .item-img img {
  transform: scale(1.1);
}
.blog-box-layout2 {
  background-color: #f6f6f6;
  margin-bottom: 3rem;
}
.blog-box-layout2 .item-img {
  overflow: hidden;
}
.blog-box-layout2 .item-img img {
  border-radius: 4px 4px 0 0;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout2 .item-content {
  padding: 25px;padding-top: 12px;
}


.blog-box-layout2 .item-content p {
height: 80px;
overflow: hidden;
}

.blog-box-layout2 .item-content .item-title {
  font-size: 18px;
  margin-bottom: 8px;
}
.blog-box-layout2 .item-content .item-title a {
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content .item-title a:hover {
  color: #3285f9;
}
.blog-box-layout2 .item-content h2.item-title {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .blog-box-layout2 .item-content h2.item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-box-layout2 .item-content h2.item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-box-layout2 .item-content h2.item-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-box-layout2 .item-content h2.item-title {
    font-size: 22px;
  }
}
.blog-box-layout2 .item-content .entry-info ul li {
  display: inline-block;
  font-size: 15px;
  color: #646464;
  margin-bottom: 4px;
  margin-left: 30px;
}
.blog-box-layout2 .item-content .entry-info ul li i {
  color: #ffb400;
  margin-left: 10px;
}
.blog-box-layout2 .item-content .entry-info ul li:last-child {
  margin-left: 0;
}
.blog-box-layout2 .item-content .entry-meta {
  border-top: 1px solid #ebebeb;
  padding-top: 12px;
}
.blog-box-layout2 .item-content .entry-meta ul {
  display: flex;
  justify-content: space-between;
}
.blog-box-layout2 .item-content .entry-meta ul li {
  font-size: 15px;
}
.blog-box-layout2 .item-content .entry-meta ul li span {
  color: #111111;
  font-weight: 500;
}
.blog-box-layout2 .item-content .entry-meta ul li a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content .entry-meta ul li a:hover {
  color: #3285f9;
}
.blog-box-layout2 .item-content .entry-meta ul li i {
  color: #a5a5a5;
  margin-left: 10px;
}
.blog-box-layout2:hover .item-img img {
  transform: scale(1.1);
}
.single-blog-box-layout1 .main-img {
  margin-bottom: 25px;
}
.single-blog-box-layout1 .main-img img {
  border-radius: 4px;
}
.single-blog-box-layout1 .item-details {
  margin-bottom: 35px;
}
.single-blog-box-layout1 .item-details .item-date {
  font-size: 15px;
  color: #111111;
  margin-bottom: 5px;
}
.single-blog-box-layout1 .item-details .item-date i {
  margin-left: 14px;
  color: #3285f9;
}
.single-blog-box-layout1 .item-details .item-title {
  font-size: 30px;
  
  margin-bottom: 15px;
  line-height: 38px;
}
@media only screen and (max-width: 1199px) {
  .single-blog-box-layout1 .item-details .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .single-blog-box-layout1 .item-details .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .item-details .item-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .item-details .item-title {
    font-size: 22px;
  }
}
.single-blog-box-layout1 .item-details .entry-meta {
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}
.single-blog-box-layout1 .item-details .entry-meta ul li {
  display: inline-block;
  margin-left: 25px;
  font-size: 15px;
  margin-bottom: 12px;
}
.single-blog-box-layout1 .item-details .entry-meta ul li img {
  margin-left: 10px;
}
.single-blog-box-layout1 .item-details .entry-meta ul li span {
  color: #111111;
  font-weight: 500;
}
.single-blog-box-layout1 .item-details .entry-meta ul li a {
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-details .entry-meta ul li a:hover {
  color: #111111;
}
.single-blog-box-layout1 .item-details .entry-meta ul li i {
  color: #a5a5a5;
  margin-left: 10px;
}
.single-blog-box-layout1 .item-details .entry-meta ul li:last-child {
  margin-left: 0;
}
.single-blog-box-layout1 .item-details .entry-meta ul .item-author {
  position: relative;
  padding-right: 25px;
}
.single-blog-box-layout1 .item-details .entry-meta ul .item-author:after {
  content: "";
  height: 2px;
  width: 18px;
  background-color: #2f3abd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-blog-box-layout1 .item-details blockquote {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 45px 60px 40px;
  color: #092d4c;
  font-size: 22px;
  font-style: italic;
  line-height: 1.7;
  margin: 35px 40px;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .item-details blockquote {
    margin: 0 0 15px;
    padding: 30px;
  }
}
.single-blog-box-layout1 .item-details blockquote .post-author {
  font-size: 18px;
  font-weight: 500;
  color: #1239ac;
  font-style: normal;
  position: relative;
  padding-right: 34px;
  margin-top: 15px;
}
.single-blog-box-layout1 .item-details blockquote .post-author:after {
  content: "";
  height: 2px;
  width: 23px;
  background-color: #3285f9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-blog-box-layout1 .blog-social-area {
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-social-area {
    text-align: center;
  }
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-title {
  
  margin-bottom: 10px;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag a {
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag a:hover {
  color: #1239ac;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-social-area .single-post-tag {
    margin-bottom: 20px;
  }
}
.single-blog-box-layout1 .blog-social-area .single-post-social .item-title {
  
  margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li {
  display: inline-block;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li:first-child a {
  padding-right: 0;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li:last-child a {
  padding-left: 0;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li a {
  display: block;
  padding: 6px;
  color: #a7a7a7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li a:hover {
  color: #1239ac;
}
.single-blog-box-layout1 .blog-author {
  background-color: #f8f8f8;
  padding: 50px 40px 22px 65px;
  border-radius: 4px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .blog-author {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .blog-author .media {
    text-align: center;
  }
}
.single-blog-box-layout1 .blog-author .media .item-img img {
  border-radius: 50%;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-title {
  
  color: #3285f9;
  margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-subtitle {
  color: #444444;
  margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social {
  margin-bottom: 10px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li {
  display: inline-block;
  margin-left: 10px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li a {
  text-align: center;
  display: block;
  color: #8e8e8e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li a:hover {
  color: #1239ac;
}
.single-blog-box-layout1 .blog-comment {
  margin-bottom: 50px;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 40px 40px 30px;
}
.single-blog-box-layout1 .blog-comment .media {
  position: relative;
  margin-bottom: 20px;
}
.single-blog-box-layout1 .blog-comment .media:last-child {
  margin-bottom: 0;
}
.single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
  padding-right: 30px;
}
.single-blog-box-layout1 .blog-comment .media .item-img {
  margin-top: 6px;
}
.single-blog-box-layout1 .blog-comment .media .item-img img {
  border-radius: 50%;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-title {
  margin-bottom: 0;
  
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-date {
  font-size: 15px;
  color: #444444;
  margin-bottom: 8px;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  
  color: #3285f9;
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn:hover {
  color: #111111;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-comment .media {
    text-align: center;
    margin-bottom: 30px;
  }
  .single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
    padding-right: 0;
  }
  .single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
    position: relative;
  }
}
.single-blog-box-layout1 .blog-form {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 40px 40px;
}
@media only screen and (max-width: 479px) {
  .single-blog-box-layout1 .blog-form {
    padding: 20px;
  }
}
.single-blog-box-layout1 .blog-form .blog-form-title h3 {
  
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group {
  margin-bottom: 20px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control {
  border: none;
  background-color: #f1f1f1;
  padding: 10px 22px;
  font-size: 16px;
  color: #111111;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group input {
  height: 50px;
}
/*------------------- 5.4 Brand -------------------*/

.brand-box-layout1 {
  text-align: center;
  padding: 5rem 2rem;
}
.brand-box-layout1 .item-img img {
  display: inline-block;
  width: auto;
}
.brand-box-layout2 {
  text-align: center;
}

.brand-box-layout2 .item-img {
height:117px;
display:grid;
align-items:center;  background-color: #f6f7fa;
}

.brand-box-layout2 .item-img a {
  padding: 2rem;

  display: block;
}
.brand-box-layout2 .item-img a img {
  display: inline-block;
  width: auto;
}
/*------------------- 5.5 Call To Action -------------------*/
.action-wrap-layout1 {
  padding: 9rem 0;
  background-color: #1239ac;
  overflow: hidden;
}
.action-wrap-layout2 {
  background-color: #ffb400;
  padding: 7rem 0;
}
.action-box-layout1 {
  position: relative;
  z-index: 2;
}
.action-box-layout1 .item-title {
  
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .action-box-layout1 .item-title {
    text-align: center;
    margin-bottom: 20px !important;
  }
}
.action-box-layout1 .item-img {
  position: absolute;
  bottom: -11rem;
  right: 4rem;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .action-box-layout1 .item-img {
    bottom: -14rem;
  }
}
@media only screen and (max-width: 991px) {
  .action-box-layout1 .item-img {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .action-box-layout1 .item-img.bottom-bubble {
    bottom: -16rem;
  }
}
@media only screen and (max-width: 991px) {
  .action-box-layout1 {
    text-align: center;
  }
}
.action-box-layout2 .item-title {
  margin-bottom: 0;
  
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .action-box-layout2 .item-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.action-box-layout2 .newsletter-form .stylish-input-group {
  height: 60px;
  border-radius: 4px;
  padding: 0;
  box-shadow: 0px 4px 13px 0px rgba(22, 94, 196, 0.75);
}
.action-box-layout2 .newsletter-form .stylish-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 4px 0 0 4px;
  background: #ffffff;
  color: #111111;
  font-size: 16px;
  height: 60px;
  padding: 10px 20px;
}
.action-box-layout2 .newsletter-form .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.action-box-layout2 .newsletter-form .stylish-input-group .input-group-addon button {
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  background: #1239ac;
  border: 0;
  padding: 0 35px;
  font-size: 15px;
  
  color: #1239ac;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.action-box-layout2 .newsletter-form .stylish-input-group .input-group-addon button i {
  margin-right: 6px;
  font-size: 16px;
}
.action-box-layout2 .newsletter-form .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.action-box-layout2 .newsletter-form .stylish-input-group .input-group-addon:hover button {
  background: #1239ac;
  color: #ffffff;
}
.action-box-layout2 .newsletter-form .stylish-input-group input {
  font-size: 16px;
  color: #1239ac;
}
.action-box-layout2 .newsletter-form .stylish-input-group input.form-control::-webkit-input-placeholder,
.action-box-layout2 .newsletter-form .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.action-box-layout2 .newsletter-form .stylish-input-group input.form-control:-moz-placeholder,
.action-box-layout2 .newsletter-form .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #aaaaaa;
}
.action-box-layout2 .newsletter-form .stylish-input-group input.form-control:-ms-input-placeholder,
.action-box-layout2 .newsletter-form .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #aaaaaa;
}
/*------------------- 5.6 Coming Soon -------------------*/
.comingsoon-page {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page {
    overflow-y: scroll;
  }
}
.comingsoon-page .comingsoon-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -100;
}
.comingsoon-page .comingsoon-back-img img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comingsoon-page .comingsoon-content-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page .comingsoon-content-wrap {
    margin: 50px 0 100px;
  }
}
.comingsoon-page .comingsoon-content {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  width: 100%;
}
.comingsoon-page .comingsoon-content .comingsoon-logo {
  margin-bottom: 9rem;
}
.comingsoon-page .comingsoon-content .comingsoon-logo a {
  display: inline-block;
}
.comingsoon-page .comingsoon-content h1 {
  margin-bottom: 10rem;
  font-weight: 500;
  font-size: 7rem;
  text-transform: capitalize;
  color: #1239ac;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content h1 {
    margin-bottom: 3rem;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .comingsoon-page .comingsoon-content h1 {
    font-size: 4rem;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-bottom {
  margin-bottom: 10px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social {
  text-align: center;
  margin-bottom: 20px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li {
  display: inline-block;
  margin-left: 2px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li:last-child {
  margin-left: 0;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a {
  text-align: center;
  color: #ffffff;
  background-color: #1239ac;
  border-radius: 4px;
  padding: 10px;
  display: inline-block;
  height: 45px;
  width: 45px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a:hover {
  background-color: #1239ac;
  color: #1239ac;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right {
  text-align: center;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right p {
  color: #1239ac;
  font-size: 16px;
}
.countdown-layout1 {
  text-align: center;
  margin-bottom: 5rem;
}
.countdown-layout1 .countdown-section {
  text-align: center;
  height: 150px;
  width: 150px;
  background: #1239ac;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
  margin-left: 2px;
}
.countdown-layout1 .countdown-section:after {
  content: "";
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 28px;
  right: -10px;
  z-index: 50;
}
.countdown-layout1 .countdown-section:before {
  content: "";
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  bottom: 28px;
  right: -10px;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  .countdown-layout1 .countdown-section {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section {
    padding: 15px 0;
  }
}
.countdown-layout1 .countdown-section .countdown-number {
  padding: 25px 0;
  font-size: 6rem;
  line-height: 1.1;
  
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .countdown-layout1 .countdown-section .countdown-number {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section .countdown-number {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 479px) {
  .countdown-layout1 .countdown-section .countdown-number {
    font-size: 3rem;
  }
}
.countdown-layout1 .countdown-section .countdown-unit {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  color: #56520a;
  text-transform: capitalize;
  font-size: 18px;
}
.countdown-layout1 .countdown-section:last-child:after {
  display: none;
}
.countdown-layout1 .countdown-section:last-child:before {
  display: none;
}
/*------------------- 5.7 Contact Page -------------------*/
.contact-box-layout1 .google-map-area {
  margin-bottom: 40px;
}
.contact-box-layout1 .contact-info {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contact-box-layout1 .contact-info {
    display: block;
    text-align: center;
  }
}
.contact-box-layout1 .contact-info .media {
  margin-left: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-box-layout1 .contact-info .media {
    margin-left: 0;
  }
}
.contact-box-layout1 .contact-info .media:last-child {
  margin-left: 0;
}
.contact-box-layout1 .contact-info .media .item-icon i:before {
  font-size: 26px;
  color: #ffb400;
}
.contact-box-layout1 .contact-info .media .media-body h4 {
  
  margin-bottom: 6px;
}
/*------------------- 5.8 Error Page -------------------*/
.error-box-layout1 {
  text-align: center;
  padding: 17rem 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .error-box-layout1 {
    background-image: none !important;
    padding: 0;
  }
}
.error-box-layout1 .error-logo {
  margin-bottom: 65px;
}
.error-box-layout1 .item-title {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .error-box-layout1 .item-title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .error-box-layout1 .item-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .error-box-layout1 .item-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .error-box-layout1 .item-title {
    font-size: 36px;
  }
}
.error-box-layout1 p {
  width: 40%;
  margin: 0 auto 34px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .error-box-layout1 p {
    width: 100%;
  }
}
.error-box-layout1 .item-btn {
  display: inline-block;
  font-size: 17px;
  
  color: #ffffff;
  background-color: #ffb400;
  border-radius: 4px;
  padding: 15px 55px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.error-box-layout1 .item-btn:hover {
  background-color: #ffffff;
  color: #1239ac;
}
/*------------------- 5.9 Faq Page -------------------*/
.faq-box-layout1 .faq-title {
  
}
.faq-box-layout1 .accordion .card {
  border: 1px solid #e1e1e1 !important;
  margin-bottom: 20px;
  border-radius: 4px !important;
}
.faq-box-layout1 .accordion .card .card-header {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.faq-box-layout1 .accordion .card .card-header .heading-title {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 18px 80px 18px 30px;
  font-weight: 500;
  color: #ffffff;
  background-color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-box-layout1 .accordion .card .card-header .heading-title:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  
  color: #ffffff;
  background-color: #ffb400;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #ffb400;
  text-align: center;
}
.faq-box-layout1 .accordion .card .card-header .heading-title.collapsed {
  color: #1239ac;
  background-color: transparent;
}
.faq-box-layout1 .accordion .card .card-header .heading-title.collapsed:before {
  content: "\f105";
  color: #1239ac;
  border: 1px solid #cccccc;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-box-layout1 .accordion .card .card-body {
  padding: 10px 30px 25px;
  position: relative;
}
.faq-box-layout1 .accordion .card:last-child {
  margin-bottom: 0;
}
/*------------------- 5.10 Pricing Table -------------------*/
.pricing-box-layout1 {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 6rem 5rem;
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}
.pricing-box-layout1:before {
  content: url('../images/figure/bubble3.png');
  position: absolute;
  top: 0;
  left: 0;
}
.pricing-box-layout1:after {
  content: url('../images/figure/bubble4.png');
  position: absolute;
  top: 0;
  right: 0;
}
.pricing-box-layout1 .popular-text {
  position: absolute;
  top: 47px;
  left: -73px;
  transform: rotate(-50deg);
  font-size: 18px;
  color: #ffffff;
  
  background-color: #ffb400;
  padding: 4px 70px;
  -webkit-clip-path: polygon(16% 0, 86% 0, 100% 100%, 0% 100%);
  clip-path: polygon(16% 0, 86% 0, 100% 100%, 0% 100%);
  z-index: 2;
}
.pricing-box-layout1 .popular-shape {
  position: relative;
}
.pricing-box-layout1 .popular-shape:after {
  content: "";
  height: 76%;
  width: 92%;
  background-color: #084dae;
  transform: rotate(-50deg);
  position: absolute;
  top: 10px;
  left: -93px;
  z-index: -2;
  -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 16% 100%);
  clip-path: polygon(0 0, 100% 0, 86% 100%, 16% 100%);
}
@media only screen and (max-width: 1199px) {
  .pricing-box-layout1 .popular-shape:after {
    width: 128%;
    top: 13px;
    left: -90px;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-box-layout1 .popular-shape:after {
    width: 41%;
    top: 17px;
    left: -86px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-box-layout1 .popular-shape:after {
    width: 57%;
    top: 23px;
    left: -82px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-box-layout1 .popular-shape:after {
    display: none;
  }
}
.pricing-box-layout1 .item-icon {
  margin-bottom: 25px;
}
.pricing-box-layout1 .item-icon i {
  display: inline-block;
  line-height: 1;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pricing-box-layout1 .item-icon i:before {
  font-size: 52px;
  color: #ffb400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pricing-box-layout1 .item-title {
  font-size: 30px;
  color: #111111;
  
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .pricing-box-layout1 .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-box-layout1 .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-box-layout1 .item-title {
    font-size: 24px;
  }
}
.pricing-box-layout1 .item-feature {
  margin-bottom: 40px;
}
.pricing-box-layout1 .item-feature ul li {
  color: #444444;
  margin-bottom: 6px;
}
.pricing-box-layout1 .item-feature ul li i {
  margin-left: 10px;
  font-size: 14px;
  color: #1239ac;
  position: relative;
  bottom: 2px;
}
.pricing-box-layout1 .item-price {
  margin-bottom: 22px;
}
.pricing-box-layout1 .item-price .item-currency {
  font-size: 48px;
  color: #ffb400;
  
  
  margin-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .pricing-box-layout1 .item-price .item-currency {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-box-layout1 .item-price .item-currency {
    font-size: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-box-layout1 .item-price .item-currency {
    font-size: 38px;
  }
}
.pricing-box-layout1:hover .item-icon i {
  transform: scale(1.2);
}
.pricing-box-layout1:hover .item-icon i:before {
  color: #1239ac;
}
/*------------------- 5.11 Process -------------------*/
.process-box-layout1 {
  text-align: center;
  padding: 0 4rem;
  margin-bottom: 3rem;
  position: relative;
}
.process-box-layout1:after {
  content: url('../images/figure/teer.png');
  position: absolute;
  top: 10rem;
  right: -50px;
}
@media only screen and (max-width: 991px) {
  .process-box-layout1:after {
    display: none;
  }
}
.process-box-layout1 .item-bg {
  position: relative;
  margin-bottom: 2.6rem;
}
.process-box-layout1 .item-bg img {
  transform: rotate(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.process-box-layout1 .item-bg .item-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #3084f9;
  font-size: 48px;
}
.process-box-layout1 .item-content .item-title {
  
  margin-bottom: 10px;
}
.process-box-layout1:hover .item-bg img {
  transform: rotate(180deg);
}
.single-process:last-child .process-box-layout1:after {
  display: none;
}
/*------------------- 5.12 Progress -------------------*/
.progress-wrap-layout1 {
  background-color: #f4efeb;
  background-image: url('../images/figure/banne-img1.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .progress-wrap-layout1 {
    background-size: cover;
  }
}
.progress-wrap-layout2 {
  background-color: #eff4f6;
  background-image: url('../images/figure/figure7.png');
  background-position: top right;
  background-repeat: no-repeat;
}
.progress-wrap-layout3 {
  background-color: #f3f3f3;
  background-image: url('../images/figure/figure13.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .progress-wrap-layout3 {
    background-size: cover;
  }
}
.progress-box-layout1 {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 5.5rem 7rem 6.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .progress-box-layout1 {
    padding: 3rem 3rem 6rem;
  }
}
@media only screen and (max-width: 575px) {
  .progress-box-layout1 {
    padding: 3rem 3rem 0;
  }
}
.progress-box-layout1 .item-title {
  
  margin-bottom: 10rem;
}
.progress-box-layout1 .item-content .counter-item {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .progress-box-layout1 .item-content .counter-item {
    margin-bottom: 12rem;
  }
  .progress-box-layout1 .item-content .counter-item [class^="col-"] .counter-item:last-child {
    margin-bottom: 0;
  }
}
.progress-box-layout1 .item-content .counter-item .count-number {
  font-size: 60px;
  
  
  color: #ffb400;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .progress-box-layout1 .item-content .counter-item .count-number {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
.progress-box-layout1 .item-content .counter-item .count-title {
  font-size: 18px;
  font-weight: 500;
}
.progress-box-layout1 .item-content .counter-item .bg-icon {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  z-index: -1;
  font-size: 150px;
  color: #f3f3f3;
}
@media only screen and (max-width: 575px) {
  .progress-box-layout1 .item-content .counter-item .bg-icon {
    font-size: 130px;
  }
}
/*------------------- 5.13 Project -------------------*/
.project-box-layout1 {
  margin-bottom: 5px;
}
.project-box-layout1 .item-img {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.project-box-layout1 .item-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(40, 127, 249, 0.9);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout1 .item-img img {
height: 350px;
object-fit: cover;
border-radius: 0;
}
.project-box-layout1 .item-img .hover-dot {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout1 .item-img .hover-dot span {
  display: inline-block;
  height: 6px;
  width: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: 1px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout1 .item-img .hover-dot span:last-child {
  margin-left: 0;
}
.project-box-layout1 .item-img .hover-icon-wrap {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout1 .item-img .hover-icon-wrap .hover-icon {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  color: #1239ac;
  font-size: 22px;
  padding: 12px 22px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout1 .item-img .hover-icon-wrap .hover-icon:hover {
  background-color: #1239ac;
  color: #ffffff;
}
.project-box-layout1 .item-content .item-title {
  
  margin-bottom: 5px;
}
.project-box-layout1 .item-content .item-title a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout1 .item-content .item-title a:hover {
  color: #ffb400;
}
.project-box-layout1 .item-content .item-tag a {
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.project-box-layout1 .item-content .item-tag a:hover {
  color: #1239ac;
}
.project-box-layout1:hover .item-img:after {
  visibility: visible;
  opacity: 1;
}
.project-box-layout1:hover .item-img .hover-dot {
  visibility: visible;
  opacity: 1;
  transform: scale(1.1);
  transition-delay: 0.1s;
}
.project-box-layout1:hover .item-img .hover-icon-wrap {
  visibility: visible;
  opacity: 1;
  left: 0;
  right: 0;
}
.single-project-box-layout1 .single-project-slider {
  margin-bottom: 40px;
}
.single-project-box-layout1 .single-project-slider .slide-item img {
  border-radius: 4px;
}
.single-project-box-layout1 .single-project-info .item-content {
  margin-bottom: 35px;
}
.single-project-box-layout1 .single-project-info .item-content .item-title {
  font-size: 30px;
  
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .single-project-box-layout1 .single-project-info .item-content .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .single-project-box-layout1 .single-project-info .item-content .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .single-project-box-layout1 .single-project-info .item-content .item-title {
    font-size: 24px;
  }
}
.single-project-box-layout1 .single-project-info .item-content .list-item {
  padding-right: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single-project-box-layout1 .single-project-info .item-content .list-item {
    padding-right: 0;
  }
}
.single-project-box-layout1 .single-project-info .item-content .list-item li {
  position: relative;
  font-size: 18px;
  color: #092d4c;
  font-weight: 500;
  margin-bottom: 8px;
  padding-right: 30px;
}
.single-project-box-layout1 .single-project-info .item-content .list-item li i {
  color: #ffb400;
  position: absolute;
  top: 5px;
  left: 0;
}
@media only screen and (max-width: 575px) {
  .single-project-box-layout1 .single-project-info .item-content .list-item li {
    font-size: 16px;
  }
}
/*------------------- 5.14 Service -------------------*/
.service-box-layout1 {
  text-align: center;
  margin-bottom: 30px;
}
.service-box-layout1 .item-img {
  overflow: hidden;
}
.service-box-layout1 .item-img img {
  border-radius: 4px 4px 0 0;
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.service-box-layout1 .item-middle-content {
  position: relative;
}
.service-box-layout1 .item-middle-content .item-icon {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #ffb400;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout1 .item-middle-content .item-icon .home-icon {
  font-size: 26px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.service-box-layout1 .item-middle-content .item-icon .home-icon:after {
  content: url('../images/figure/dot-bubble.png');
  position: absolute;
  top: -15px;
  right: 18px;
  z-index: -1;
}
.service-box-layout1 .item-content {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(207, 213, 224, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(207, 213, 224, 0.75);
  background-color: #ffffff;
  padding: 60px 20px 35px;
  border-radius: 0px 0px 4px 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout1 .item-content .item-title {
  
}
.service-box-layout1 .item-content .item-title a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout1 .item-content .item-title a:hover {
  color: #ffb400;
}
.service-box-layout1 .item-content .serivce-list ul {
  display: inline-block;
}
.service-box-layout1 .item-content .serivce-list ul li {
  position: relative;
  color: #444444;
  margin-bottom: 10px;
  padding-right: 20px;
  text-align: right;
}
.service-box-layout1 .item-content .serivce-list ul li:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  
  color: #1239ac;
  position: absolute;
  top: 0;
  left: 0;
}
.service-box-layout1:hover .item-img img {
  transform: scale(1.1);
}
.service-box-layout1:hover .item-middle-content .item-icon {
  background-color: #1239ac;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
}
.service-box-layout1:hover .item-content {
  -webkit-box-shadow: 0px 5px 46px 0px rgba(200, 205, 213, 0.75);
  box-shadow: 0px 5px 46px 0px rgba(200, 205, 213, 0.75);
}
.service-box-layout2 {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 3rem;
}
.service-box-layout2 .item-img img {
  border-radius: 4px;
}
.service-box-layout2 .item-content {
  background-color: #ffffff;
  position: absolute;
  bottom: -134px;
  left: 0;
  right: 0;
  border-radius: 0 0 4px 4px;
  padding: 6rem 2rem 2rem;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .service-box-layout2 .item-content {
    bottom: -90px;
  }
}
@media only screen and (max-width: 479px) {
  .service-box-layout2 .item-content {
    bottom: -134px;
  }
}
.service-box-layout2 .item-content .item-icon {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.service-box-layout2 .item-content .item-icon .icon-bg {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #1239ac;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout2 .item-content .item-icon .icon-bg:after {
  content: url('../images/figure/dot-bubble.png');
  position: absolute;
  top: -12px;
  right: 20px;
}
.service-box-layout2 .item-content .item-icon .icon-bg i:before {
  font-size: 30px;
  color: #ffffff;
}
.service-box-layout2 .item-content .item-title {
  font-size: 24px;
  
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .service-box-layout2 .item-content .item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .service-box-layout2 .item-content .item-title {
    font-size: 20px;
  }
}
.service-box-layout2 .item-content .item-title a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout2 .item-content .item-title a:hover {
  color: #ffb400;
}
.service-box-layout2 .item-content .hover-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box-layout2 .item-content .hover-content p {
  color: #444444;
}
.service-box-layout2:hover .item-content {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  padding: 6rem 2rem 3rem;
}
.service-box-layout2:hover .item-content .item-icon .icon-bg {
  background-color: #ffb400;
}
.service-box-layout2:hover .item-content .hover-content {
  visibility: visible;
  opacity: 1;
}
.service-box-layout2.white-shadow {
  box-shadow: 0px 1px 0px 0px rgba(220, 220, 220, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout2.white-shadow:hover {
  box-shadow: 0px 14px 38px 0px rgba(211, 216, 225, 0.75);
}
.service-box-layout3 {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 4.5rem 5rem 2.2rem;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
  .service-box-layout3 {
    text-align: center;
  }
}
.service-box-layout3:after {
  content: url('../images/figure/figure11.png');
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.service-box-layout3 .media .item-icon {
  margin-top: 5px;
}
.service-box-layout3 .media .item-icon i {
  line-height: 1;
}
.service-box-layout3 .media .item-icon i:before {
  font-size: 80px;
  color: #1239ac;
}
.service-box-layout3 .media .media-body .item-title {
  font-size: 24px;
  
  margin-bottom: 14px;
}
@media only screen and (max-width: 1199px) {
  .service-box-layout3 .media .media-body .item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .service-box-layout3 .media .media-body .item-title {
    font-size: 20px;
  }
}
.service-box-layout3 .media .media-body .item-title a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout3 .media .media-body .item-title a:hover {
  color: #ffb400;
}
.service-box-layout3:hover {
  -webkit-box-shadow: 0 5px 16px 0px rgba(80, 80, 80, 0.5);
  box-shadow: 0 5px 16px 0px rgba(80, 80, 80, 0.5);
}
.service-box-layout4 {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 45px 30px 20px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout4 .item-icon {
  margin: 0 auto 22px;
  height: 80px;
  width: 80px;
  line-height: 85px;
  border-radius: 50%;
  background-color: #ffb400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.service-box-layout4 .item-icon:after {
  content: url('../images/figure/dot-bubble.png');
  position: absolute;
  top: -20px;
  right: 20px;
}
.service-box-layout4 .item-icon i:before {
  font-size: 40px;
  color: #ffffff;
}
.service-box-layout4 .item-content .item-title {
  font-size: 20px;
  
}
.service-box-layout4 .item-content .item-title a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout4 .item-content .item-title a span {
  display: block;
}
.service-box-layout4:hover {
  background-color: #ffb400;
}
.service-box-layout4:hover .item-icon {
  background-color: #ffffff;
  box-shadow: 0px 10px 18px 0px rgba(5, 68, 255, 0.55);
}
.service-box-layout4:hover .item-icon i:before {
  color: #1239ac;
}
.service-box-layout4:hover .item-content .item-title a {
  color: #ffffff;
}
.service-box-layout4:hover .item-content .item-title a:hover {
  color: #1239ac;
}
.single-service-box-layout1 .service-title {
  
  margin-bottom: 18px;
  line-height: 38px;
}
.single-service-box-layout1 .main-img {
  margin-bottom: 32px;
}
.single-service-box-layout1 .main-img img {
  border-radius: 4px;
}
.single-service-box-layout1 .service-content .item-title {
  
  margin-bottom: 22px;
  line-height: 38px;
}
@media only screen and (max-width: 991px) {
  .single-service-box-layout1 .service-content .item-title {
    margin-bottom: 20px;
  }
}
.single-service-box-layout1 .service-content .why-choose {
  margin-top: 30px;
}
.single-service-box-layout1 .service-content .why-choose .media .item-icon {
  font-size: 34px;
  color: #ffb400;
}
.single-service-box-layout1 .service-content .service-more-content {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .single-service-box-layout1 .service-content .service-more-content {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .single-service-box-layout1 .service-content .service-more-content .item-img {
    margin-bottom: 30px;
  }
}
.single-service-box-layout1 .service-content .service-more-content .item-img img {
  border-radius: 4px;
}
.single-service-box-layout1 .service-content .service-more-content .item-content .item-title {
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .single-service-box-layout1 .service-content .service-more-content .item-content .item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .single-service-box-layout1 .service-content .service-more-content .item-content .item-title {
    font-size: 20px;
  }
}
.single-service-box-layout1 .service-content .service-more-content .item-content .item-feature {
  display: inline-block;
}
.single-service-box-layout1 .service-content .service-more-content .item-content .item-feature li {
  margin-bottom: 8px;
  position: relative;
  padding-right: 30px;
  text-align: right;
}
.single-service-box-layout1 .service-content .service-more-content .item-content .item-feature li:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  
  color: #ffb400;
  position: absolute;
  top: 0;
  left: 0;
}
.single-service-box-layout1 .service-content .service-more-content .item-content .item-feature li:last-child {
  margin-bottom: 0;
}
.single-service-box-layout1 .service-content .service-more-info {
  background-color: #f8f8f8;
  padding: 4rem 4rem 2rem;
  border-radius: 4px;
  margin-bottom: 40px;
}
.single-service-box-layout1 .service-content .service-more-info .single-info {
  background-color: #ffffff;
  padding: 15px 25px;
  margin-bottom: 20px;
}
.single-service-box-layout1 .service-content .service-more-info .single-info .item-title {
  margin-bottom: 0;
  font-weight: 400;
}
.single-service-box-layout1 .service-content .service-more-info .single-info .item-subtitle {
  font-weight: 500;
  color: #444444;
}
.single-service-box-layout1 .service-content .service-faq .item-title {
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .single-service-box-layout1 .service-content .service-faq .item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .single-service-box-layout1 .service-content .service-faq .item-title {
    font-size: 20px;
  }
}
.single-service-box-layout1 .service-content .service-faq .faq-box {
  margin-top: 30px;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card {
  border: none;
  margin-bottom: 2px;
  border-radius: 0;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card .card-header {
  border: none;
  padding: 0;
  border-radius: 0;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card .card-header .heading-title {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 18px 25px 18px 50px;
  font-weight: 500;
  color: #ffffff;
  background-color: #ffb400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card .card-header .heading-title:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  
  color: #ffffff;
  margin-left: 10px;
  position: absolute;
  top: 33px;
  left: 25px;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card .card-header .heading-title.collapsed {
  background-color: #f8f8f8;
  color: #444444;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card .card-header .heading-title.collapsed:before {
  content: "\f105";
  color: #ffb400;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card .card-body {
  padding: 25px 50px;
  position: relative;
}
.single-service-box-layout1 .service-content .service-faq .faq-box .accordion .card .card-body:after {
  content: "";
  height: 80%;
  width: 2px;
  background-color: #e4eaf2;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
/*------------------- 5.15 Shop Page -------------------*/
.shop-page-top-item {
  margin-bottom: 36px;
}
.shop-page-top-item .form-group {
  margin-bottom: 30px;
}
.shop-page-top-item .form-group .select2-container--classic .select2-selection--single {
  border-color: #d7d7d7;
}
.shop-page-top-item .form-group .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #1239ac;
}
.shop-page-top-item .layout-switcher {
  margin-bottom: 10px;
}
.shop-page-top-item .layout-switcher ul {
  display: flex;
  align-items: center;
}
.shop-page-top-item .layout-switcher ul li {
  margin-left: 10px;
}
.shop-page-top-item .layout-switcher ul li:last-child {
  margin-left: 0;
}
.shop-page-top-item .layout-switcher ul li a {
  color: #111111;
  border: 1px solid #d7d7d7;
  display: inline-block;
  padding: 11px 15px 6px;
  border-radius: 4px;
}
.shop-page-top-item .layout-switcher ul li a i {
  font-size: 20px;
}
.shop-page-top-item .layout-switcher ul li.active a {
  background-color: #1239ac;
  border-color: #1239ac;
}
.shop-page-top-item .showing-result-title {
  color: #1239ac;
  
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .shop-page-top-item .showing-result-title {
    font-size: 18px;
  }
}
.product-box-layout1 .product-grid-view {
  margin-bottom: 30px;
  text-align: center;
}
.product-box-layout1 .product-grid-view .item-img {
  text-align: center;
  background-color: #f3f6f9;
  border-radius: 4px;
  margin-bottom: 18px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(40, 127, 249, 0.9);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li a {
  display: inline-block;
  font-size: 20px;
  color: #111111;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li a:hover {
  background-color: #1239ac;
  color: #ffffff;
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li:nth-child(1n) {
  transform: translateX(-100%);
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li:nth-child(2n) {
  transform: translateY(-100%);
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li:nth-child(3n) {
  transform: translateX(100%);
}
.product-box-layout1 .product-grid-view .item-content .item-rating {
  margin-bottom: 6px;
}
.product-box-layout1 .product-grid-view .item-content .item-rating li {
  margin-left: 5px;
  display: inline-block;
  color: #ff9100;
}
.product-box-layout1 .product-grid-view .item-content .item-rating li:last-child {
  margin-left: 0;
}
.product-box-layout1 .product-grid-view .item-content .item-title {
  
  margin-bottom: 10px;
}
.product-box-layout1 .product-grid-view .item-content .item-title a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-content .item-title a:hover {
  color: #ffb400;
}
.product-box-layout1 .product-grid-view .item-content .item-price {
  font-size: 20px;
  
  color: #ffb400;
}
.product-box-layout1 .product-grid-view:hover .item-img {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(62, 136, 240, 0.75);
  box-shadow: 0px 6px 20px 0px rgba(62, 136, 240, 0.75);
}
.product-box-layout1 .product-grid-view:hover .item-img:after {
  visibility: visible;
  opacity: 1;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area {
  visibility: visible;
  opacity: 1;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area ul li:nth-child(1n) {
  transform: translateX(0);
  transition-delay: 0.2s;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area ul li:nth-child(2n) {
  transform: translateY(0);
  transition-delay: 0.5s;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area ul li:nth-child(3n) {
  transform: translateX(0);
  transition-delay: 0.2s;
}
.product-box-layout1 .product-list-view {
  margin-bottom: 30px;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .product-box-layout1 .product-list-view {
    display: block;
    text-align: center;
  }
}
.product-box-layout1 .product-list-view .item-img {
  width: 30%;
  margin-left: 30px;
  text-align: center;
  background-color: #f3f6f9;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .product-box-layout1 .product-list-view .item-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-box-layout1 .product-list-view .item-content {
  width: 65%;
}
@media only screen and (max-width: 991px) {
  .product-box-layout1 .product-list-view .item-content {
    width: 100%;
  }
}
.product-box-layout1 .product-list-view .item-content .item-title {
  
  margin-bottom: 10px;
}
.product-box-layout1 .product-list-view .item-content .item-title a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-box-layout1 .product-list-view .item-content .item-title a:hover {
  color: #ffb400;
}
.product-box-layout1 .product-list-view .item-content .item-rating {
  margin-bottom: 6px;
}
.product-box-layout1 .product-list-view .item-content .item-rating li {
  margin-left: 5px;
  display: inline-block;
  color: #ff9100;
}
.product-box-layout1 .product-list-view .item-content .item-rating li:last-child {
  margin-left: 0;
}
.product-box-layout1 .product-list-view .item-content .item-price {
  font-size: 20px;
  
  color: #ffb400;
  margin-bottom: 25px;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li {
  display: inline-block;
  margin-left: 5px;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li:last-child {
  margin-left: 0;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li a {
  display: inline-block;
  font-size: 20px;
  color: #1239ac;
  background-color: #f3f6f9;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li a:hover {
  background-color: #1239ac;
  color: #ffffff;
}
.product-box-layout1 .product-list-view:hover .item-img .action-btn-area {
  display: none;
}
.product-box-grid .product-box-layout1 .product-list-view {
  display: none;
}
.product-box-list .row > [class^="col-"] {
  max-width: 100% !important;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.product-box-list .product-box-layout1 .product-grid-view {
  display: none;
}
.single-product-gallery-layout1 {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .single-product-gallery-layout1 {
    justify-content: flex-end;
  }
}
.single-product-gallery-layout1 .tab-content {
  position: relative;
  border: none;
  overflow: hidden;
}
.single-product-gallery-layout1 .tab-content a {
  cursor: move;
  display: block;
  background-color: #eeeeee;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
}
.single-product-gallery-layout1 .tab-content a img {
  border-radius: 4px;
}
.single-product-gallery-layout1 .nav-tabs {
  flex-direction: column;
  margin-bottom: -5px;
  margin-top: -5px;
  margin-left: 10px;
  border-bottom: none;
}
@media only screen and (max-width: 1199px) {
  .single-product-gallery-layout1 .nav-tabs {
    margin-bottom: 35px;
  }
}
.single-product-gallery-layout1 .nav-tabs .nav-item {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-product-gallery-layout1 .nav-tabs .nav-item a {
  display: block;
}
.single-product-gallery-layout1 .nav-tabs .nav-item a img {
  width: 100%;
  border-radius: 4px;
}
.single-product-gallery-layout1 .nav-tabs .nav-item .active {
  opacity: 0.7;
}
.single-product-content-layout1 .item-title {
  font-size: 30px;
  
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .single-product-content-layout1 .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-content-layout1 .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-content-layout1 .item-title {
    font-size: 24px;
  }
}
.single-product-content-layout1 .item-rating {
  margin-bottom: 20px;
}
.single-product-content-layout1 .item-rating li {
  display: inline-block;
  color: #ff6f00;
}
.single-product-content-layout1 .item-rating .item-review {
  font-size: 18px;
  color: #646464;
}
.single-product-content-layout1 .item-rating .item-review span {
  color: #111111;
}
.single-product-content-layout1 .entry-meta {
  margin-bottom: 22px;
}
.single-product-content-layout1 .entry-meta > li {
  display: inline-block;
  color: #444444;
  
  margin-bottom: 12px;
  margin-left: 40px;
}
.single-product-content-layout1 .entry-meta > li:last-child {
  margin-left: 0;
  display: block;
  margin-bottom: 0;
}
.single-product-content-layout1 .entry-meta > li span {
  color: #646464;
  font-weight: 400;
}
.single-product-content-layout1 .entry-meta > li a {
  color: #646464;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .entry-meta > li a:hover {
  color: #1239ac;
}
.single-product-content-layout1 .entry-meta li.item-social {
  display: flex;
}
.single-product-content-layout1 .entry-meta li.item-social ul li {
  display: inline-block;
}
.single-product-content-layout1 .entry-meta li.item-social ul li a {
  padding: 6px;
  color: #969696;
  transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .entry-meta li.item-social ul li a:hover {
  color: #111111;
}
.single-product-content-layout1 .item-price {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  color: #ffb400;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .single-product-content-layout1 .item-price {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-content-layout1 .item-price {
    font-size: 24px;
  }
}
.single-product-content-layout1 .action-area {
  margin-top: 30px;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .single-product-content-layout1 .action-area {
    display: block;
    text-align: center;
  }
}
.single-product-content-layout1 .action-area li {
  display: inline-block;
  margin-left: 8px;
}
@media only screen and (max-width: 479px) {
  .single-product-content-layout1 .action-area li {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.single-product-content-layout1 .action-area li:last-child {
  margin-left: 0;
}
.single-product-content-layout1 .action-area li .input-group {
  width: auto;
}
.single-product-content-layout1 .action-area li .input-group .form-control {
  text-align: center;
  height: 54px;
  width: 54px;
  display: block;
  outline: none;
  font-size: 22px;
  color: #111111;
  background-color: #ededed;
  border: none;
  margin-left: 4px;
  border-radius: 4px;
}
.single-product-content-layout1 .action-area li .input-group .form-control:focus {
  box-shadow: none;
}
.single-product-content-layout1 .action-area li .input-group .input-group-btn {
  display: inline-grid;
}
.single-product-content-layout1 .action-area li .input-group .input-group-btn .quantity-btn {
  padding: 5px 12px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  background-color: #dddddd;
  background-image: none;
  border-radius: 4px;
  outline: none;
  border: none;
  cursor: pointer;
}
.single-product-content-layout1 .action-area li .cart-btn {
  border: 2px solid #1239ac;
  background-color: #1239ac;
  border-radius: 4px;
  padding: 10px 45px;
  display: block;
  color: #111111;
  font-size: 16px;
  
  transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .action-area li .cart-btn:hover {
  background-color: #1239ac;
  border: 2px solid #1239ac;
  color: #ffffff;
}
.single-product-content-layout1 .action-area li .react-btn {
  background-color: #ebebeb;
  border-radius: 4px;
  padding: 12px 18px;
  display: block;
  color: #111111;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .action-area li .react-btn:hover {
  background-color: #1239ac;
  color: #ffffff;
}
.single-product-other-info {
  margin-top: 6rem;
  margin-bottom: 13rem;
  overflow: hidden;
}
.single-product-other-info .tab-nav-list {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 575px) {
  .single-product-other-info .tab-nav-list {
    display: block;
    text-align: center;
  }
}
.single-product-other-info .tab-nav-list li {
  position: relative;
  margin-right: 8px;
}
.single-product-other-info .tab-nav-list li:first-child {
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  .single-product-other-info .tab-nav-list li {
    display: block;
  }
}
.single-product-other-info .tab-nav-list li a {
  display: inline-block;
  font-size: 18px;
  color: #444444;
  transition: 0.3s ease-in-out;
  border: 1px solid #cccccc;
  background-color: #f9f9f9;
  border-radius: 4px 4px 0 0;
  padding: 15px 30px;
}
@media only screen and (max-width: 767px) {
  .single-product-other-info .tab-nav-list li a {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-other-info .tab-nav-list li a {
    border: none;
    background-color: transparent;
  }
}
.single-product-other-info .tab-nav-list li a:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #1239ac;
  border-radius: 10px 10px 0 0;
  top: -1px;
  left: 200px;
  position: absolute;
  z-index: 1;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .single-product-other-info .tab-nav-list li a:after {
    display: none;
  }
}
.single-product-other-info .tab-nav-list li a.active {
  color: #1239ac;
  background-color: transparent;
}
.single-product-other-info .tab-nav-list li a.active:after {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.single-product-other-info .tab-content {
  padding-top: 25px;
}
/*------------------- 5.16 Team -------------------*/
.team-box-layout1 {
  text-align: center;
  margin-bottom: 5rem;
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .team-box-layout1 {
    padding: 0 10rem;
  }
}
@media only screen and (max-width: 479px) {
  .team-box-layout1 {
    padding: 0 5rem;
  }
}
.team-box-layout1 .item-img {
  margin-bottom: 28px;
  position: relative;
}
.team-box-layout1 .item-img img {
  border-radius: 50%;
}
.team-box-layout1 .item-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #ffb400;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.team-box-layout1 .item-img:after {
  content: url('../images/figure/bubble.png');
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}
.team-box-layout1 .item-content .item-title {
  
  margin-bottom: 2px;
}
.team-box-layout1 .item-content .item-title a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout1 .item-content .item-title a:hover {
  color: #ffb400;
}
.team-box-layout1 .item-content .item-subtitle {
  margin-bottom: 12px;
}
.team-box-layout1 .item-content .item-social ul li {
  display: inline-block;
  margin-left: 6px;
}
@media only screen and (max-width: 479px) {
  .team-box-layout1 .item-content .item-social ul li {
    margin-left: 2px;
  }
}
.team-box-layout1 .item-content .item-social ul li:last-child {
  margin-left: 0;
}
.team-box-layout1 .item-content .item-social ul li a {
  text-align: center;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #1239ac;
  border-radius: 50%;
  color: #1239ac;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 479px) {
  .team-box-layout1 .item-content .item-social ul li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
}
.team-box-layout1 .item-content .item-social ul li a:hover {
  background-color: #1239ac;
  color: #ffffff;
  -webkit-box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.3);
}
.team-box-layout2 {
  background-color: #fafafa;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
}
.team-box-layout2 .item-img {
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  z-index: 2;
}
.team-box-layout2 .item-img img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout2 .item-img:after {
  content: url('../images/figure/bubble8.png');
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.team-box-layout2 .item-img .item-content {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 45px;
  background-color: #1239ac;
  color: #ffffff;
  border-radius: 4px;
  padding: 20px 10px;
}
.team-box-layout2 .item-img .item-content .item-title {
  
  margin-bottom: 0;
}
.team-box-layout2 .item-img .item-content .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout2 .item-img .item-content .item-title a:hover {
  color: #ffb400;
}
.team-box-layout2:hover .item-img img {
  transform: scale(1.1);
}
.team-box-layout3 {
text-align: center;
margin-bottom: 30px;
overflow: hidden;
border-radius: 8px;
overflow: hidden;
/*
box-shadow: 2px 1px 15px #ccc;
*/

background: #fff;
}
.team-box-layout3 .item-img {
  border-radius: 4px;
  background-color: #ffb400;
  position: relative;
  z-index: 1;
}

.team-box-layout3 .item-img img {
height: 290px;
width: 100%;
object-fit: cover;
object-position: center;
}

.team-box-layout3 .item-img:after {
  content: url('../images/figure/bubble9.png');
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.team-box-layout3 .item-content {
  position: relative;
  background-color: #ffffff;
  padding: 16px;
  z-index: 2;
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout3 .item-content:after {
  content: url('../images/figure/section-bubble5.png');
  position: absolute;
  top: -54px;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .team-box-layout3 .item-content:after {
    transform: scaleX(1.1);
  }
}
@media only screen and (max-width: 575px) {
  .team-box-layout3 .item-content:after {
    transform: scaleX(1.8);
  }
}

.team-box-layout3 .item-content .item-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.team-box-layout3 .item-content .item-title a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout3 .item-content .item-title a:hover {
  color: #ffb400;
}
.team-box-layout3 .item-content .item-subtitle {
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.team-box-layout3 .item-content .item-social {
  position: absolute;
  bottom: -65px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout3 .item-content .item-social ul li {
  display: inline-block;
  margin-left: 5px;
}
.team-box-layout3 .item-content .item-social ul li:last-child {
  margin-left: 0;
}
.team-box-layout3 .item-content .item-social ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #1239ac;
  font-size: 18px;
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .team-box-layout3 .item-content .item-social ul li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
}
.team-box-layout3 .item-content .item-social ul li a:hover {
  background-color: #1239ac;
  color: #1239ac;
}
.team-box-layout3:hover .item-content {
  transform: translateY(-20px);
}
.team-box-layout3:hover .item-content .item-social {
  visibility: visible;
  opacity: 1;
}
.team-box-layout4 {
  text-align: center;
  margin-bottom: 30px;
}
.team-box-layout4 .item-img {
  background-color: #ffb400;
  border-radius: 50%;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
  .team-box-layout4 .item-img {
    margin: 0 10rem;
  }
}
@media only screen and (max-width: 479px) {
  .team-box-layout4 .item-img {
    margin: 0 5rem;
  }
}
.team-box-layout4 .item-img img {
  border-radius: 50%;
}
.team-box-layout4 .item-img:after {
  content: url('../images/figure/bubble9.png');
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.team-box-layout4 .item-content .item-title {
  
  margin-bottom: 5px;
}
.team-box-layout4 .item-content .item-title a {
  color: #1239ac;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout4 .item-content .item-title a:hover {
  color: #ffb400;
}
.team-box-layout4 .item-content .item-subtitle {
  margin-bottom: 20px;
}
.team-box-layout4 .item-content .item-social ul li {
  display: inline-block;
  margin-left: 4px;
}
@media only screen and (max-width: 479px) {
  .team-box-layout4 .item-content .item-social ul li {
    margin-left: 2px;
  }
}
.team-box-layout4 .item-content .item-social ul li:last-child {
  margin-left: 0;
}
.team-box-layout4 .item-content .item-social ul li a {
  text-align: center;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #eeeeee;
  border-radius: 4px;
  color: #a5a5a5;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout4 .item-content .item-social ul li a:hover {
  background-color: #1239ac;
  color: #1239ac;
  -webkit-box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.3);
}
.team-box-layout4:hover .item-img {
  transform: translateY(-10px);
}
.single-team-layout1 .item-img {
  background-color: #fafafa;
  border-radius: 4px;
  text-align: center;
  position: relative;
  padding-top: 40px;
  z-index: 2;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .single-team-layout1 .item-img {
    margin-bottom: 20px;
  }
}
.single-team-layout1 .item-img:after {
  content: url('../images/figure/bubble8.png');
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .single-team-layout1 .item-content {
    margin-bottom: 40px;
  }
}
.single-team-layout1 .item-content .item-title {
  font-size: 30px;
  
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .single-team-layout1 .item-content .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .single-team-layout1 .item-content .item-title {
    font-size: 26px;
  }
}
.single-team-layout1 .item-content .item-subtitle {
  margin-bottom: 26px;
}
.single-team-layout1 .item-content .item-contact-info {
  margin-bottom: 50px;
}
.single-team-layout1 .item-content .item-contact-info > ul > li {
  margin-bottom: 16px;
  color: #444444;
  padding-right: 40px;
  position: relative;
}
.single-team-layout1 .item-content .item-contact-info > ul > li span {
  font-weight: 500;
}
.single-team-layout1 .item-content .item-contact-info > ul > li:last-child {
  margin-bottom: 0;
}
.single-team-layout1 .item-content .item-contact-info > ul > li > i {
  position: absolute;
  top: 0;
  left: 0;
}
.single-team-layout1 .item-content .item-contact-info > ul > li > i:before {
  
  color: #ffb400;
  margin-left: 15px;
}
.single-team-layout1 .item-content .item-contact-info > ul .item-social {
  padding-right: 0;
}
.single-team-layout1 .item-content .item-contact-info > ul .item-social ul li {
  display: inline-block;
  margin-left: 8px;
}
.single-team-layout1 .item-content .item-contact-info > ul .item-social ul li:last-child {
  margin-left: 0;
}
.single-team-layout1 .item-content .item-contact-info > ul .item-social ul li:first-child a {
  padding-right: 0;
}
.single-team-layout1 .item-content .item-contact-info > ul .item-social ul li a {
  display: block;
  padding: 4px;
  font-size: 18px;
  color: #969696;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-team-layout1 .item-content .item-contact-info > ul .item-social ul li a:hover {
  color: #1239ac;
}
.single-team-layout1 .item-content .about-us {
  font-size: 18px;
  color: #ffffff;
  background-color: #1239ac;
  border-radius: 4px;
  padding: 10px 32px;
  display: inline-block;
  margin-bottom: 25px;
}
/*------------------- 5.17 Testimonial -------------------*/
.testimonial-wrap-layout1 {
  padding: 18rem 0 20rem;
  background-color: #f0eaeb;
  background-image: url('../images/figure/figure6.png');
  background-repeat: no-repeat;
  background-position-x: right;
}
.testimonial-box-layout1 {
  background-color: #ffffff;
  padding: 8rem 5rem 4rem;
  border-radius: 4px;
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.testimonial-box-layout1 p {
  margin-bottom: 18px;
}
.testimonial-box-layout1 .item-title {
  color: #111111;
  
  margin-bottom: 2px;
}
.testimonial-box-layout1 .item-subtitle {
  margin-bottom: 8px;
}
.testimonial-box-layout1 .item-rating li {
  display: inline-block;
  color: #ff8f00;
}
.testimonial-box-layout1 .item-quote {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 30px;
  color: #1239ac;
  height: 80px;
  width: 80px;
  line-height: 82px;
  border-radius: 50%;
  background-color: #ffb400;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testimonial-box-layout1:hover .item-quote {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
  background-color: #1239ac;
  color: #ffb400;
}
.testimonial-box-layout2 {
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 7rem 6rem 6rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .testimonial-box-layout2 {
    padding: 5rem 4rem 4rem;
  }
}
.testimonial-box-layout2:after {
  content: "\f10e";
  font-size: 80px;
  
  color: #f4f4f4;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  z-index: -1;
}
.testimonial-box-layout2 p {
  margin-bottom: 25px;
}
.testimonial-box-layout2 .item-title {
  
  color: #111111;
  margin-bottom: 2px;
}
.testimonial-box-layout2 .item-subtitle {
  margin-bottom: 8px;
}
.testimonial-box-layout2 .item-rating li {
  display: inline-block;
  color: #ff8f00;
}
.testimonial-box-layout3 {
  text-align: center;
  width: 70%;
  margin: auto;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 75px 80px 55px;
  position: relative;
  margin-top: 40px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .testimonial-box-layout3 {
    width: 100%;
    padding: 75px 40px 55px;
  }
}
.testimonial-box-layout3 .item-author {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
}
.testimonial-box-layout3 .item-author img {
  width: auto;
  display: inline-block;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 21px 0px rgba(181, 181, 181, 0.75);
  box-shadow: 0px 10px 21px 0px rgba(181, 181, 181, 0.75);
}
.testimonial-box-layout3 .item-title {
  
  font-size: 24px;
  margin-bottom: 5px;
}
.testimonial-box-layout3 .item-subtitle {
  margin-bottom: 5px;
}
.testimonial-box-layout3 .item-rating li {
  display: inline-block;
  color: #ffb300;
  font-size: 18px;
}
.testimonial-box-layout3 .item-quote {
  position: absolute;
  top: -7px;
  right: 20px;
  color: #ececec;
  font-size: 110px;
  z-index: -1;
}
/*------------------- 5.18 Why Choose Us -------------------*/
@media only screen and (max-width: 1199px) {
  .why-choose-wrap-layout1 {
    margin-bottom: -30px;
    padding-top: 12rem;
  }
}
.why-choose-wrap-layout2 {
  padding: 12rem 0 10rem;
}
.why-choose-box-layout1 {
  transform: translateY(-50px);
  margin-bottom: -50px;
  background-color: #ffb400;
  border-radius: 4px;
  padding: 3.6rem 3rem 3.4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 1199px) {
  .why-choose-box-layout1 {
    transform: translateY(0);
    margin-bottom: 30px;
  }
}
.why-choose-box-layout1 .item-title {
  
  color: #ffffff;
  margin-bottom: 10px;
}
.why-choose-box-layout1 p {
  color: #ffffff;
  margin-bottom: 0;
}
.why-choose-box-layout1 .bg-icon {
  position: absolute;
  bottom: -30px;
  right: -40px;
  font-size: 150px;
  
  color: #2073e7;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.why-choose-box-layout1:hover .bg-icon {
  bottom: 50%;
  right: 50%;
  transform: translateY(50%) translateX(50%);
}
.why-choose-box-layout2 {
  background-color: #ffb400;
  padding: 6rem 4rem 3.5rem;
  text-align: center;
  margin-bottom: 3rem;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.why-choose-box-layout2 .item-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #1239ac;
  border-radius: 50%;
  font-size: 20px;
  color: #1239ac;
  margin: 0 auto 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.why-choose-box-layout2 .item-content .item-title {
  font-size: 24px;
  color: #ffffff;
  
  margin-bottom: 14px;
}
@media only screen and (max-width: 1199px) {
  .why-choose-box-layout2 .item-content .item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-box-layout2 .item-content .item-title {
    font-size: 20px;
  }
}
.why-choose-box-layout2 .item-content p {
  color: #e8f2ff;
}
.why-choose-box-layout2:hover {
  transform: translateY(-10px);
}
.why-choose-box-layout2:hover .item-icon {
  background-color: #1239ac;
  color: #1239ac;
}
.why-choose-box-layout3 {
  padding-left: 5rem;
}
@media only screen and (max-width: 1199px) {
  .why-choose-box-layout3 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .why-choose-box-layout3 {
    margin-bottom: 30px;
    text-align: center;
  }
}
.why-choose-box-layout3 .item-title {
  
}
.why-choose-box-layout3 .item-sign {
  margin: 25px 0 6px 0;
}
.why-choose-box-layout3 .item-designation {
  position: relative;
  padding-bottom: 15px;
}
.why-choose-box-layout3 .item-designation:after {
  content: "";
  height: 8px;
  width: 205px;
  background: -webkit-gradient(linear, left top, right top, from(#1239ac), to(transparent));
  background: -webkit-linear-gradient(left, #1239ac, transparent);
  background: -o-linear-gradient(left, #1239ac, transparent);
  background: linear-gradient(to right, #1239ac, transparent);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .why-choose-box-layout3 .item-designation:after {
    right: 0;
    margin: auto;
  }
}
.why-choose-box-layout4 .single-content {
  margin-bottom: 20px;
  background-color: #ffb400;
  border-radius: 4px;
  text-align: center;
  padding: 75px 20px 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.why-choose-box-layout4 .single-content .item-icon {
  font-size: 54px;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.why-choose-box-layout4 .single-content .item-icon:after {
  content: url('../images/figure/bubble10.png');
  position: absolute;
  top: -38px;
  right: -30px;
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.why-choose-box-layout4 .single-content .item-content .item-title {
  
  font-size: 24px;
  color: #ffffff;
}
.why-choose-box-layout4 .single-content .item-content .item-title span {
  display: block;
  font-weight: 400;
}
.why-choose-box-layout4 .single-content:hover {
  background-color: #1239ac;
}
.why-choose-box-layout4 .single-content:hover .item-icon:after {
  filter: grayscale(0);
  opacity: 1;
}
/*=======================================================================
6. Helper Classes
=========================================================================*/
/*------------------- 6.1 Background -------------------*/
@media only screen and (max-width: 1199px) {
  .bg-dark-lg {
    background-color: #111111;
  }
}
.bg-Primary {
  background-color: #1239ac;
}
.bg-lightprimary {
  background-color: #ffb400 !important;
}
.bg-accent {
  background-color: #1239ac;
}
.bg-aash {
  background-color: #f9fafc;
}
.bg-assh {
  background-color: #f8f8f8;
}
.bg-assh-2 {
  background-color: #f1f1f1;
}
/*------------------- 6.2 Border -------------------*/
.border-none {
  border: none;
}
.border-top-1 {
  border-top: 1px solid #e8e8e8;
}
.border-aash {
  border: 1px solid #e1e1e1;
}
.border-radius-4 {
  border-radius: 4px;
}
/*------------------- 6.3 Margin -------------------*/
.mg-b-20 {
  margin-bottom: 20px;
}
.mg-b--30 {
  margin-bottom: -30px;
}
.mg-b-30 {
  margin-bottom: 30px;
}
.mg-b-60 {
  margin-bottom: 6rem;
}
.mg-b--35 {
  margin-top: -35px;
}
@media only screen and (max-width: 991px) {
  .mg-b--35 {
    margin-top: 0;
  }
}
/*------------------- 6.4 Misc -------------------*/
.section-bubble {
  position: relative;
}
.section-bubble:after {
  content: url('../images/figure/section-bubble.png');
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 10;
}
.section-bubble-2 {
  position: relative;
}
.section-bubble-2:after {
  content: url('../images/figure/section-bubble2.png');
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 10;
}
.section-bubble-3 {
  position: relative;
}
.section-bubble-3:after {
content: url('../images/figure/section-bubble.png');
position: absolute;
top: -47px;
left: 0;
right: 0;
overflow: hidden;
z-index: 10;

}


.about-sec {
  position: relative;
padding: 90px 0 0;
}
.about-sec:after {
  content: url('../images/section-bubble3.png');
  position: absolute;
  top: -231px;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;opacity: .2;
}


.section-bubble-5 {
  position: relative;
padding: 50px 0;
}
.section-bubble-5:after {
  content: url('../images/figure/section-bubble6.png');
  position: absolute;
  top: -170px;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .section-bubble-5:after {
    display: none;
  }
}
.section-shape1 {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.section-shape1:before {
  content: url('../images/figure/figure1.png');
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-shape1:after {
  content: url('../images/figure/figure2.png');
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  z-index: -1;
}
.section-shape2 {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.section-shape2:before {
  content: url('../images/figure/bubble1.png');
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-shape2:after {
  content: url('../images/figure/bubble2.png');
  position: absolute;
  bottom: 10rem;
  right: 0;
  line-height: 1;
  z-index: -1;
}
.section-shape3 {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.section-shape3:before {
  content: url('../images/figure/bubble6.png');
  opacity: 0.30;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-shape3:after {
  content: url('../images/figure/bubble7.png');
  opacity: 0.30;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  z-index: -1;
}
.section-shape4 {
  position: relative;
}
.section-shape4:after {
  content: url('../images/figure/figure12.png');
  position: absolute;
  bottom: 40px;
  left: 0;
  opacity: 0.10;
  overflow: hidden;
  z-index: -1;
}
.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}



.light-hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.light-hover:hover {
  box-shadow: 0px 13px 38px 0px rgba(0, 0, 0, 0.16);
  border-color: transparent;
}
.dark-shadow-hover {
  box-shadow: 0px 1px 0px 0px rgba(3, 10, 37, 0.75);
}
.dark-shadow-hover:hover .item-content {
  box-shadow: none;
}
/*------------------- 6.5 Padding -------------------*/
.section-padding-xl {
  padding: 17rem 0 10rem;
}
.section-padding-lg {
  padding: 17rem 0 9rem;
}
.section-padding-lg-2 {
  padding: 17rem 0 8.2rem;
}
.section-padding-lg-3 {
  padding: 15.8rem 0 7rem;
}
.section-padding-lg-4 {
  padding: 15.8rem 0 9rem;
}
.section-padding-lg-5 {
  padding: 17rem 0 7.2rem;
}
.section-padding-lg-6 {
  padding: 17rem 0 8.6rem;
}
.section-padding-lg-7 {
  padding: 15.5rem 0 8.2rem;
}
.section-padding-md {
  padding: 11.5rem 0 10rem;
}
.section-padding-md-2 {
  padding: 10.8rem 0 9.2rem;
}
.section-padding-md-3 {
  padding: 11.4rem 0 8.6rem;
}
.section-padding-md-4 {
  padding: 11.5rem 0 13.2rem;
}
.section-padding-md-5 {
  padding: 11.4rem 0 9rem;
}
.section-padding-md-6 {
  padding: 11.5rem 0 20rem;
}
.section-padding-12 {
  padding: 12rem 0;
}
.section-padding-12-9 {
  padding: 12rem 0 9rem;
}
.section-padding-12-10 {
  padding: 12rem 0 10rem;
}
.section-padding-rg {
  padding: 12rem 0 13rem;
}
.section-padding-10 {
  padding: 10rem 0;
}
.pd-t-50 {
  padding-top: 5rem;
}
.pd-l-0 {
  padding-right: 0 !important;
}
.pd-y-10 {
  padding: 10px 0;
}
/*------------------- 6.6 Text -------------------*/
.text-primarytext {
  color: #111111;
}
.text-textprimary {
  color: #ffffff;
}
.text-Primary {
  color: #1239ac !important;
}
.text-lightprimary {
  color: #ffb400;
}
.text-red {
  color: #ff0000;
}
.text-lightred {
  color: #dd2c00;
}


/*
.search-bar-area {
margin-left: 34px;

margin-top: 20px;

border: 1px solid #1239ac;
}
*/





/*# sourceMappingURL=navbar.css.map */

/*================================================
Main Slides Area CSS
=================================================*/
.main-slides-area {
  background-image: url(../images/back.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


/*
.main-slides-area::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 385px;
  height: 100%;
  background-color: #e53036;
  z-index: -1;
}*/






.main-slides-content span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}

.main-slides-content h1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}

.main-slides-content p {
  color: #fff;
  margin-bottom: 0;
}

.main-slides-content .slides-btn {
  margin-top: 30px;
}

.main-slides-info {
  position: relative;
  padding-right: 85px;
  margin-top: 45px;
}

.main-slides-info .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-slides-info .icon i {
  font-size: 65px;
  color: #fff;
}

.main-slides-info span {
  font-size: 16px;
  font-weight: 400;
  color: #264485;
  display: block;
  margin-bottom: 12px;
}

.main-slides-info a {
  font-size: 25px;
  color: #fff;
}

.home-slides.owl-theme .owl-nav {
text-align: right;
position: absolute;
left: 25px;
top: 45%;
margin-top: -25px;
width:50px;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #1239ac;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  border: none;

margin: 0;margin-bottom: 5px;
}


/*
.home-slides.owl-theme .owl-nav .owl-prev {
left:10px;
}


.home-slides.owl-theme .owl-nav .owl-next {
right:10px;
}
*/


.home-slides.owl-theme .owl-nav


.home-slides.owl-theme .owl-nav [class*=owl-]:last-child {
  margin-left: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background: #1239ac;
  color: #fff;
}


.main-slides-item {
height:calc(100vh - 185px);
display: grid;
align-items: center;
background-size: 100% 100% !important;
position: relative;
}


.main-slides-item .container {
position: relative;
z-index:1;
}


.main-slides-item::after {
position: absolute;
left: 0%;
top: 0px;
bottom: 0;
width: 587px;
content: "";
background-image: -webkit-gradient(linear, left top, right top, from(#eef0f6), to(rgba(238, 240, 246, 0)));
background-image: linear-gradient(90deg, #eef0f6 0%, rgba(238, 240, 246, 0) 100%);
z-index: -1;
}


.main-slides-image {
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform: translateX(50px);
-ms-transform: translateX(50px);
-o-transform: translateX(50px);
transform: translateX(50px);
transition-delay: 500ms;
transition: all ease-in-out 0.4s;
margin-top: 75px;
}


.main-slides-content {
opacity: 0;
-webkit-transform: translateX(-50px);
-moz-transform: translateX(-50px);
-ms-transform: translateX(-50px);
-o-transform: translateX(-50px);
transform: translateX(-50px);
transition-delay: 500ms;
transition: all ease-in-out 0.4s;
padding-right: 15px;
}



.main-slides-area .active .main-slides-image { 
opacity: 1;

-webkit-transform: translateX(0);

-moz-transform: translateX(0);

-ms-transform: translateX(0);

-o-transform: translateX(0);

transform: translateX(0);

transition-delay: 500ms;

}



.main-slides-area .active .main-slides-content { 
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 500ms;

}



.row__shape {
    height: 150px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    z-index: 2;
    transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;

}

.vc_parallax .row__shape {

}

.shape__svg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    fill: #fff
}


.custom-nav.owl-carousel .owl-nav {
position:absolute;
top:50%;
margin-top:-25px;
width: 100%;
}


.custom-nav.owl-carousel .owl-nav > button {

position:absolute;
background:#1239ac;
color:#fff;
font-size:16px;
line-height:55px;
width:50px;
height:50px;

}


.custom-nav.owl-carousel .owl-nav > button.owl-prev { 
left:0;
border-radius: 0 50% 50% 0;
}



.custom-nav.owl-carousel .owl-nav > button.owl-next { 
right:0;
border-radius: 50% 0 0 50%;
}




.spe-ma {
margin-bottom:60px
}


/* Top Left*/

.top-left {
    position: relative;
    float: left;
}

.top-left .info {
    position: relative;
    float: left;
}

.top-left .info li {
    position: relative;
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    padding: 0px 0px;
    margin-right: 39px;
}

.top-left .info li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -20px;
    height: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.30);
}

.top-left .info li:first-child:before {
    display: none;
}

.top-left .info li a {
    position: relative;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.top-left .info li a .icon {
    position: relative;
    padding-left: 5px;
}

.top-left .info .search-btn {
    position: relative;
}

.top-left .info .search-toggler {
    position: relative;
    padding: 0;
    background: none;
    margin: 0;
    line-height: 24px;
    color: #111;
    font-size: 14px;
    cursor: pointer;
}

.top-left .top-right {
    float: left;
    background: linear-gradient( to bottom, #fbfbfb, #f1f1f1);
    border-right: 1px solid #ebebeb;
    background: linear-gradient( to bottom, #fbfbfb, #f1f1f1);
    border-left: 1px solid #ebebeb;
    line-height: 40px;
}

.header-top .top-right .select-box a i {
    position: absolute;
    right: 5px;
}

.header-top .top-right .select-box a {
    color: #fff;
    display: block;
    padding: 0 25px 0 10px;
    position: relative;
}

.top-left .social-links {
    position: relative;
    margin-bottom: 0;
}

.top-left .social-links li {
    position: relative;
    float: right;
    color: #fff;
    line-height: 24px;
    width: 40px;
    text-align: center;
    height: 40px;
    overflow: hidden;
}

.top-left .social-links li a > div {
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 40px;
    transition: all ease-in-out 0.4s;
    top: 0;


}

.top-left .social-links li:hover a > div {
    top: -40px;
}

.main-ico {
    border-right: 1px solid #eee;
}

.top-left .social-links li:last-child .main-ico {
    border-left: 1px solid #eee;
}

.hover-ico span {
    display: block;
    line-height: 40px;
    color: #fff;
}

.hover-ico .facebook {
    background: #3b5998
}

.hover-ico .twitter {
    background: #55acee
}

.hover-ico .youtube {
    background: #ff0000
}

.hover-ico .linkedin {
    background: #007bb5
}

.hover-ico .instagram {
    background: #e95950
}

.top-left .social-links li a {
    position: relative;
    display: block;
    color: #444;
    font-size: 13px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


/****************************/

.sec-services {
padding: 70px 0 30px;
position: relative;
background: url('../images/slider06.jpg');
background-attachment: fixed;
background-size: cover;
}

.sec-services:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
background: #070629cc;
width: 100%;
height: 100%;
background: linear-gradient(146deg, rgba(0, 24, 55, 0.9) 35%, rgba(0, 24, 55, 0.1) 100%);
}

.sec-services .container {
position: relative;
z-index: 1;
}


.sec-services .heading-layout1 h2 {
color:#fff;
}



.shape-acrt {


border-top: 40px solid #fff;

border-left: 1400px solid transparent;

position: absolute;

z-index: 1;

top: 0;

right: 0;

left: 0;

width: 100%;

}


.shape-acrb {


border-bottom: 40px solid #fff;

border-right: 1400px solid transparent;

position: absolute;

z-index: 1;

bottom: 0;

right: 0;

left: 0;

width: 100%;

}

.sec-why {
padding:50px 0;
}


.sec-news {
padding:50px 0 80px;
}



.sec-gallery {
padding: 160px 0 80px;
position: relative;
background: url('../images/slider06.jpg');
background-attachment: fixed;
background-size: cover;
}


.sec-gallery:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
background: #070629cc;
width: 100%;
height: 100%;
background: linear-gradient(146deg, rgba(0, 24, 55, 0.9) 35%, rgba(0, 24, 55, 0.1) 100%);
}



.sec-gallery .container,
.sec-gallery .auto-container {
position: relative;
z-index: 1;
}



.sec-gallery .heading-layout1 h2 {
color:#fff;
}



.sec-client {
padding: 0 0 220px;
}




/*=======================Footer Area style===========================*/
.footer-area {
  position: relative;
  background: #133aac; }
  .footer-area .footer-top {
    position: relative;
    width: 100%;
    display: inline-flex;
    background: #075BE8;
    border-radius: 25px;
    height: 220px;
    align-items: center;
    margin-top: -150px;
    margin-bottom: 110px; }
    .footer-area .footer-top h4 {
      color: #FFFFFF;
      font-weight: 400; }
    .footer-area .footer-top .btn-1 {
      position: relative;
      margin-right: 50px; }
      .footer-area .footer-top .btn-1 i {
        padding-left: 5px; }
      .footer-area .footer-top .btn-1:hover {
        background: #FFFFFF;
        color: #075BE8; }
    .footer-area .footer-top .btn-2 {
      margin-right: 30px; }
  .footer-area .footer-logo-area {
    position: relative; }
    .footer-area .footer-logo-area img {
      max-width: unset;
      width: auto; width: 220px;}
    .footer-area .footer-logo-area p {
      padding-left: 5px;
      color: #FFFFFF; }
    .footer-area .footer-logo-area ul li {
      height: 33px;
      width: 33px;
      border-radius: 6px;
      background: #FFFFFF;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-left: 10px;
      transition: .3s ease; }
      .footer-area .footer-logo-area ul li:hover {
        background: #075BE8; }
        .footer-area .footer-logo-area ul li:hover a {
          color: #FFFFFF; }
      .footer-area .footer-logo-area ul li a {
        color: #515151;
        font-size: 15px;
        transition: .3s ease; }
  .footer-area .footer-pages {
    position: relative;
    padding-right: 0px;
    display: inline-flex;width: 100%; }
    .footer-area .footer-pages .page-links {
      position: relative;
width: 100%; }
      .footer-area .footer-pages .page-links h6 {
        color: #FFFFFF;
        font-size: 20px;margin-bottom: 25px; }
      .footer-area .footer-pages .page-links ul {
       width: 100%;}
        .footer-area .footer-pages .page-links ul li {
          display: block;
          margin-bottom: 15px;
          color: #FFFFFF;
          font-size: 16px;
          font-weight: 400; }



.qui li {
width: 50%; float: right; padding-right:18px;      position: relative;
}

        .qui li:after {
content: "-";
font-size: 20px;
color: #f4f4f4;
position: absolute;
top: 0;
right: 0;
font-weight: 300;

}

          .footer-area .footer-pages .page-links ul li .con-icon {
color: #fff;

background: #283449;
border-radius: 50%;

margin-bottom: 5px;

margin-left: 5px;

display: inline-block;

width: 45px;

height: 45px;

line-height: 45px;

text-align: center;}
          .footer-area .footer-pages .page-links ul li a {
            color: #FFFFFF;
            font-weight: 400; }
            .footer-area .footer-pages .page-links ul li a i {
              font-size: 10px;
              padding-left: 5px; }

.footer-area2 {
  position: relative;
padding-top: 120px;
  background: #133aac;z-index: 1; 
overflow: hidden;}



  .footer-area2 .footer-top {
    position: relative;
    width: 100%;
    display: inline-flex;
background: #ffb400;
background-color: #14287b;
background-image: url("../images/bg-shape.png");
    border-radius: 0;
    align-items: center;
    margin-top: 0;
    padding: 40px 50px;
    height: unset;
    margin-bottom: 30px; }
    .footer-area2 .footer-top .ft-social-link {
      position: relative;
      width: 60%; }
      .footer-area2 .footer-top .ft-social-link ul li {
        height: 50px;
        width: 50px;
        border-radius: 0px;
        background: #FFFFFF;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        transition: .3s ease; }
        .footer-area2 .footer-top .ft-social-link ul li:hover a {
          color: #133aac; }
        .footer-area2 .footer-top .ft-social-link ul li a {
          color: #515151;
          font-size: 22px;
color: #000;
font-size: 17px;
          transition: .3s ease; }
    .footer-area2 .footer-top .ft-s-input {
      position: relative;
      width: 40%; }
      .footer-area2 .footer-top .ft-s-input .input-group .input-group-text {
        margin-bottom: 0;
        padding-left: 0;
        font-size: 26px;
        font-weight: 400;
        background-color: #ffffff;
        border: 0;
        border-radius: 0;
        display: inline-flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        padding: 0 20px; }
        .footer-area2 .footer-top .ft-s-input .input-group .input-group-text i.flaticon-right-arrow {
          color: #ff662a8c; }
        .footer-area2 .footer-top .ft-s-input .input-group .input-group-text i.flaticon-email {
          color: #515151a3; }
      .footer-area2 .footer-top .ft-s-input .input-group .form-control {
        height: 60px;
        padding: 25px 10px;
        font-size: 16px;
        color: #515151a3;
        background-color: #ffffff;
        background-clip: padding-box;
        border: 0;
        border-radius: 0; }

footer {
  background: #133aac; 
margin-top: 100px;}

    footer p a {
      color: #FFFFFF; }

/*=======================Footer Area style===========================*/
/* Animation style */
@-webkit-keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(30px);
    transform: rotate(0deg) translateY(30px); }
  100% {
    -webkit-transform: rotate(160deg) translateY(30px);
    transform: rotate(160deg) translateY(30px); } }
@keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(30px);
    transform: rotate(0deg) translateY(30px); }
  100% {
    -webkit-transform: rotate(160deg) translateY(30px);
    transform: rotate(160deg) translateY(30px); } }
@-webkit-keyframes slideInnew3 {
  0% {
    -webkit-transform: translate(-30px, -100px);
    -ms-transform: translate(-30px, -100px);
    transform: translate(-30px, -100px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes slideInnew3 {
  0% {
    -webkit-transform: translate(-30px, -100px);
    -ms-transform: translate(-30px, -100px);
    transform: translate(-30px, -100px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes slideInnew4 {
  0% {
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes slideInnew4 {
  0% {
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes scrollup {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes scrollup {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes roket {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes roket {
  0% {
    -webkit-transform: translate(0px, 80px);
    -ms-transform: translate(0px, 80px);
    transform: translate(0px, -70px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes spin2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }
@-webkit-keyframes years {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes years {
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }


.fa, .fab, .fal, .far, .fas {

line-height: inherit;

}

.box-why h3 {
color: #000;

margin-top: 25px;

display: block;

font-size: 18px;

}

.box-why {
margin-top: 25px;
}

.box-why img {

filter: hue-rotate(220deg);
}

.entry-meta a {
color:#000;
}






.main-slider-star-1 {
	position: absolute;
	top: 8px;
	left: 100px;
	z-index: 1;
}

.main-slider-star-1 img {
	width: auto;
}

.main-slider-star-2 {
	position: absolute;
	bottom: 265px;
	left: 215px;
	z-index: 1;
}

.main-slider-star-2 img {
	width: auto;
}

.main-slider-star-3 {
	position: absolute;
	bottom: 125px;
	left: 660px;
	z-index: 1;
}

.main-slider-star-3 img {
	width: auto;
}



/*** 
=============================================
    Zoom In Out Css
=============================================
***/
.zoominout{
    animation-name: zoomInOut; 
    animation-duration: 3s; 
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
	
	-webkit-animation-name: zoomInOut; 
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
	
	-moz-animation-name: zoomInOut; 
    -moz-animation-duration: 3s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
	
	-ms-animation-name: zoomInOut; 
    -ms-animation-duration: 3s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
	
	-o-animation-name: zoomInOut; 
    -o-animation-duration: 3s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
	opacity:0;
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
	opacity:1;
  }
  
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
	opacity:0;
  }
}




/*** 
=============================================
    Zoom In Out 2 Css
=============================================
***/
.zoominout-2{
  animation-name: zoomInOut; 
  animation-duration: 3s; 
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

-webkit-animation-name: zoomInOut2; 
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

-moz-animation-name: zoomInOut2; 
  -moz-animation-duration: 3s; 
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

-ms-animation-name: zoomInOut2; 
  -ms-animation-duration: 3s; 
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

-o-animation-name: zoomInOut2; 
  -o-animation-duration: 3s; 
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}
@-webkit-keyframes zoomInOut2 {
0% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
opacity:0;
}

50% {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
opacity:1;
}

100% {
  -webkit-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
opacity:0;
}
}





/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
	position: relative;
	display: block;
}

.welcome-one__left {
	position: relative;
	display: block;
	min-height: 550px;
	margin-right: -375px;
}

.welcome-one__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.welcome-one__main-box {
	position: relative;
	display: block;
}

.welcome-one__circle-one {
	height: 510px;
	width: 510px;
	background-color: #ffb400;
	border-radius: 50%;
	position: absolute;
	top: 80px;
	left: 50px;
	z-index: 1;
}

.welcome-one__circle-one:before {
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 9px;
	left: 0;
	content: "";
	border-radius: 50%;
	background-image: -ms-radial-gradient(50% 50%, circle closest-side, #0035d5 0%, #070066 100%);
}

.welcome-one__img-1 {
	position: absolute;
	top: -77px;
	left: 75px;
	z-index: 2;
}

.welcome-one__img-1 img {
	width: auto;
}

.welcome-one__small-img-1 {
	position: absolute;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	bottom: 31px;
	right: -108px;
}

.welcome-one__small-img-1 img {
	border-radius: 50% !important;
	width: auto;
	border: 6px solid #fff !important;
	-webkit-box-shadow: 6.157px 7.88px 50px 0px rgba(12, 12, 12, 0.15) !important;
	box-shadow: 6.157px 7.88px 50px 0px rgba(12, 12, 12, 0.15) !important;
}

.welcome-one__small-img-2 {
	position: absolute;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	top: 210px;
	left: -78px;
}

.welcome-one__small-img-2 img {
	border-radius: 50% !important;
	width: auto;
	-webkit-box-shadow: 6.157px 7.88px 50px 0px rgba(12, 12, 12, 0.15) !important;
	box-shadow: 6.157px 7.88px 50px 0px rgba(12, 12, 12, 0.15) !important;
	border: 6px solid #fff !important;
}

.welcome-one__right {
	position: relative;
	display: block;
	margin-right: 70px;
}

.welcome-one__right .section-title {
	margin-bottom: 28px;
}

.welcome-one__text-1 {
	font-size: 20px;
	color: #ffb400;
	font-weight: 500;
	line-height: 32px;
}

.welcome-one__text-2 {
	line-height: 32px;
	padding-top: 31px;
	padding-bottom: 30px;
}

.welcome-one__points-box {
	position: relative;
	display: block;
	overflow: hidden;
}

.welcome-one__points {
	position: relative;
	display: block;
	float: right;
}

.welcome-one__points li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.welcome-one__points li+li {
	margin-top: 10px;
}

.welcome-one__points li .icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.welcome-one__points li .icon span {
	font-size: 15px;
	color: #ffb400;
}

.welcome-one__points li .text {
	margin-right: 13px;
}

.welcome-one__points li .text p {
	font-size: 18px;
	color: #ffb400;
	font-weight: 700;
}

.welcome-one__points-two {
	margin-right: 50px;
}

.welcome-one__btn-call-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.welcome-one__call-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
}

.welcome-one__call-icon {
	height: 60px;
	width: 60px;
	background-color: #eef0f6;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.welcome-one__call-icon:hover {
	background-color: #ffb400;
}

.welcome-one__call-icon span {
	position: relative;
	display: inline-block;
	font-size: 26px;
	color: #1239ac;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.welcome-one__call-icon:hover span {
	color: #fff;
}

.welcome-one__call-content {
	margin-right: 15px;
}

.welcome-one__call-content h5 {
margin: 0;font-family: "poppins";
}

.welcome-one__call-sub-title {
	font-size: 14px;margin: 0;
}

.welcome-one__call-number a {
	color: #1239ac;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.welcome-one__call-number a:hover {
	color: #ffb400;
}




.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	outline: none !important;
	background-color: #ffb400;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-right: 50px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 30px;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	overflow: hidden;
	z-index: 1;
}

.thm-btn:hover {
	background-color: #1239ac;
	color: #fff;
}

.thm-btn i {
	height: 40px;
	width: 40px;
	background-color: #1239ac;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin-right: 15px;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.thm-btn:hover i {
	background-color: #ffb400;
}











/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
	0% {
		transform: translateY(-20px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(-20px);
	}
}

@keyframes float-bob-y {
	0% {
		transform: translateY(-20px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(-20px);
	}
}
.float-bob-y {
	-webkit-animation-name: float-bob-y;
	        animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
}



/***
=============================================
    Float Bob X Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}




















/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
	position: relative;
	display: block;
	padding: 120px 0 0;background: #f9f9f9;
}

.services-one .section-title {
	margin-bottom: 84px;
}

.services-one__single {
	position: relative;
	display: block;
	max-width: 370px;
	width: 100%;
	margin-bottom: 67px;
	padding-top: 50px;
	z-index: 1;
}

.services-one__single-top-bubble {
	position: absolute;
	top: -37px;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: left top;
	height: 94px;
	z-index: 1;
}

.services-one__single-inner {
	position: relative;
	display: block;
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
	border-radius: 30px;padding-bottom: 29px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}

.services-one__single:hover .services-one__single-inner {
	background-color: transparent;
}

.services-one__icon {
	height: 90px;
	width: 90px;
	background-color: #1239ac;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -15px;
	left: -10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 3;
}


.services-one__icon img {

width: 60px;}


.services-one__single:hover .services-one__icon {
	background-color: #ffb400;
}

.services-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 50px;
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-one__title-box {
	position: relative;
	display: block;
	margin-bottom: 10px;

text-align: center;
}

.services-one__title {
	font-size: 19px;
	line-height: 30px;margin-bottom: 0;
}

.services-one__title a {
	color: #1239ac;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
	color: #fff;
}

.services-one__text-box {
	position: relative;
	display: block;
	padding: 0 40px 0;
}

.services-one__text {
	line-height: 32px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
height: 96px;
overflow: hidden;margin: 0;
}

.services-one__single:hover .services-one__text {
	color: #fff;
}

.services-one__overly-box {
	position: absolute;
	top: -50px;
	bottom: -6px;
	left: -8px;
	right: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.services-one__single:hover .services-one__overly-box {
	visibility: visible;
	opacity: 1;
}



















/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
	position: relative;
	display: block;
	z-index: 2;
margin-bottom: -90px;
}

.counter-one__inner {
	position: relative;
	display: block;
	background-color: #1239ac;
	border-radius: 30px;
	padding: 57px 60px 57px;
	z-index: 1;
}

.counter-one-bg-1 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 495px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	opacity: .20;
	z-index: -1;
}

.counter-one-bg-2 {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 498px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	opacity: .20;
	z-index: -1;
}

.counter-one__list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.counter-one__list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.counter-one__icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 4px;
}

.counter-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: #61ddff;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: scale(1) rotateY(0deg);
	transform: scale(1) rotateY(0deg);
}

.counter-one__list li:hover .counter-one__icon span {
	-webkit-transform: scale(0.9) rotateY(360deg);
	transform: scale(0.9) rotateY(360deg);
}

.counter-one__count-box {
	margin-right: 20px;
}

.counter-one__count-box-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.counter-one__count-box-inner h3 {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	line-height: 46px !important;margin: 0;
}

.counter-one__plus {
	position: relative;
	font-size: 20px;
	color: #1239ac;
	top: 3px;
}

.counter-one__text {
	color: #fff;
	font-weight: 400;
	line-height: 20px;margin: 0;
}

.counter-one .odometer-formatting-mark {
	display: none;
}








/*--------------------------------------------------------------
# Information
--------------------------------------------------------------*/
.information {
	position: relative;
	display: block;
	z-index: 2;
}

.information__inner {
position: absolute;
	display: block;
	border-radius: 10px;
	background-color: #0a2e99;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	padding: 72px 0px 40px;
	margin-top: -105px;
	z-index: 1;
margin-top: -120px;
right: 0;
left: 0;
margin-right: 60px;
margin-left: 60px;
}

.main-footer .information__inner {
	margin-top: 0;
}

.information__inner:before {
	position: absolute;
	top: 15px;
	left: -45px;
	right: -45px;
	bottom: 15px;
	content: "";
	border-radius: 10px;
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	z-index: -1;
}

.information__logo-box {
	border-radius: 50%;
	background-color: white;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
	width: 120px;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	position: absolute;
	top: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.information__logo-box:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #fff;
	border-radius: 50%;
}

.information__logo-box a {
	z-index: 2;
}

.information__logo-box img {
	width: auto;
}

.information__border-1 {
	position: absolute;
	top: 76px;
	left: -90px;
	right: -90px;
	height: 3px;
	content: "";
	background-color: #1239ac;
	z-index: -1;
}

.information__border-2 {
	position: absolute;
	top: 83px;
	left: -70px;
	right: -70px;
	height: 3px;
	content: "";
	background-color: #1239ac;
	z-index: -1;
}

.information__list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;padding: 0 30px;
}

.information__list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;width: 33.3333%;
}

.information__icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.information__icon span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 50px;
	color: #1239ac;
}

.information__content {
	margin-right: 20px;
}

.information__sub-title {
	font-size: 18px;margin-bottom: 5px;
}

.information__number {
	font-size: 17px;
	line-height: 30px;
	margin-top: 6px;    font-family: "poppins";margin-bottom: 0;margin-top: 0;

}

.information__number a {
	color: #1239ac;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;display: block;
}

.information__number a:hover {
	color: #1239ac;
}

.information-two .information__inner {
	margin-top: 0;
}







@-webkit-keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}




.site-footer-shape-two {
	position: absolute;
	left: 15%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	mix-blend-mode: lighten;
	opacity: .10;
	z-index: -1;
	animation-name: zoom-fade;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: zoom-fade;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: zoom-fade;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: zoom-fade;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: zoom-fade;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;bottom: -30px;
}

.site-footer-shape-two img {
	width: auto;
}



.inside-page {
padding: 80px 0 !important;
}


.wprt-content-box .inner {
border: #fff;
padding: 20px;
box-shadow: 1px 1px 15px #e4e4e4;
}


.post-detail h2,
.blog_widget h3,
.category_widget h3 {
font-size:20px;
color:#000;
}

.widget2 ul li {
list-style: none;
width: 100%;
display: block;
position: relative;
}


.widget2.category_widget ul li a {
color:#444;
}

.blog-mini-post-info h4 a {
color:#444;
}



.col-five {
width:20%;
float:right;
padding:0 8px;
}



.col-five .project-box-layout1 {
margin-bottom: 15px;
}


.col-five .project-box-layout1 .item-img img {
    height: 250px;
}



.icon-box.media {
margin-bottom: 4px;
}

.icon-box.media .media-body {
margin-right: 10px;
}


.icon-box.media  h5 {
margin-bottom: 8px;
}


.icon-box.media p {
font-family: "poppins";}







/****************** New animation for contacts fixed icons *************/


.all-ioc {
position: fixed;
z-index: 9;
left: -7px;
bottom: -20px;
width: 60px;
height: 60px;
display: block;
}

.show-icons {
position: absolute;
bottom: 45px;
left: 30px;
width: 60px;
height: 60px;
color: #ffffff;
font-size: 33px;
text-transform: uppercase;
line-height: 60px;
text-align: center;
z-index: 999;
cursor: pointer;
border-radius: 3px;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;/*
background: -webkit-linear-gradient(#0e2f35, #063f4a, #0e2f35);*/
background: #2d5b8e;



	
}


.show-icons .ico-img {
display: block;
width: 100% !important;
height: 100% !important;
z-index: 6;
background-size: 80%;
background-image: url("../images/button.png");
background-repeat: no-repeat;
background-position: 50%;
background-color: #2d5b8e;
border-radius: 50%;
}

.show-icons:hover {
	color:#0e2f35;
background: -webkit-linear-gradient(#fbfbfb, #fff);

}


.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #414141;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}


.sonar-wave {
  animation: amo-button-wave infinite 2.6s 0s linear;

}


@keyframes amo-button-wave {
  0% {
      transform: scale(1, 1);
      opacity: 0.45
  }
  40% {
      opacity: 0.45
  }
  100% {
      transform: scale(1.35, 1.35);
      opacity: 0
  }
}








.sonar-wave2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #414141;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}



.sonar-wave2 {
  animation: amo-button-wave2 infinite 2.6s 0s linear;
}




.sonar-wave2 {
animation-delay: 0.8s;
}




@keyframes amo-button-wave2 {
  0% {
      transform: scale(1, 1);
      opacity: 0.45
  }
  40% {
      opacity: 0.45
  }
  100% {
      transform: scale(1.35, 1.35);
      opacity: 0
  }
}





.whats-icon{
position: absolute;
bottom: 50px;
left: 34px;
width: 50px;
height: 50px;
color: #ffffff;
font-size: 29px;
text-transform: uppercase;
line-height: 50px;
text-align: center;
z-index: 99;
cursor: pointer;
border-radius: 3px;
background: #ffb400;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;opacity: 0;	
}


.whats-icon a { 
color: #fff;
}


.whats-icon:hover a {
	color:#fff;

}


.whats-icon:hover{
	color:#fff;
	background:#232323;
}






.phone-icon{
position: absolute;
bottom: 50px;
left: 34px;
width: 50px;
height: 50px;
color: #ffffff;
font-size: 29px;
text-transform: uppercase;
line-height: 50px;
text-align: center;
z-index: 99;
cursor: pointer;
border-radius: 3px;
background: #00adef;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;opacity: 0;	
}


.phone-icon a { 
color: #fff;
}


.phone-icon:hover a {
	color:#fff;

}


.phone-icon:hover{
	color:#fff;
	background:#232323;
}
















.messenger-icon{
position: absolute;
bottom: 50px;
left: 34px;
width: 50px;
height: 50px;
color: #ffffff;
font-size: 29px;
text-transform: uppercase;
line-height: 50px;
text-align: center;
z-index: 99;
cursor: pointer;
border-radius: 3px;
background: #006AFF;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;opacity: 0;	
}


.messenger-icon a { 
color: #fff;
}


.messenger-icon:hover a {
	color:#fff;

}


.messenger-icon:hover{
	color:#fff;
	background:#232323;
}



.all-ioc.active .phone-icon {
left: 210px;opacity: 1;
}


.all-ioc.active .whats-icon {
left: 100px;opacity: 1;
}

.all-ioc.active .messenger-icon {
left: 155px;opacity: 1;
}




@media (max-width: 767px) {

.main-slides-item {
    height: 200px;}



.counter-one__plus,
.welcome-one__left,
.footer-area2 .footer-top .ft-social-link,
.heading-layout1::after,
.custom-nav.owl-carousel .owl-nav,
.about-sec:after,
.about-box-layout5 {
display: none;
}

.about-sec {
padding: 20px 0 0;
}

.about-box-layout4 .tag-line {
padding-right: 0;margin-bottom: 0;
}

.sec-services {
padding: 50px 0 10px;
}

.heading-layout1 h2 {
font-size: 18px;
}

.sec-why {

    padding: 20px 0 15px;

}

.sec-gallery {
padding: 20px 0 80px;
}


.sec-news {

    padding: 0 0 15px;

}

.footer-area2 .footer-top {
padding: 25px;
}



.footer-area2 .footer-top .ft-s-input {
width: 100%;
}


.about-box-layout4 .item-title {
margin-bottom: 0;
    font-size: 17px;

}

.box-why h3,
.blog-box-layout2 .item-content .item-title,
.footer-area .footer-pages .page-links h6 {

    color: #FFFFFF;
    font-size: 16px;

}
.home-slides.owl-theme .owl-nav {
margin-top: -15px;
}


.home-slides.owl-theme .owl-nav [class*="owl-"] {

    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;font-size: 14px;

}



.about-box-layout4.service-list ul li {

}

.thm-btn {
padding-right: 15px;
}

.welcome-one__call-box {
margin-right: 10px;
}

.welcome-one__btn-call-box {
margin-bottom: 15px;
}


.services-one {
padding: 20px 0 0;
}

.home-slides.owl-theme .owl-nav {
left: 0;
}


.information__list,
.counter-one__count-box-inner,
.counter-one__icon,
.counter-one__list {
display: inline-block;
}


.information__list li {
width: 100%;
margin-bottom: 15px;
}

.counter-one__inner {
padding: 25px;
}


.counter-one__count-box {
margin-right: 0;
}

.counter-one__list li {
width: 50%;

float: right;
text-align: center;
display: inline-block;margin: 18px 0;
}

.counter-one {

margin-bottom: 20px; }


.footer-area2 {
padding-top: 30px;
}

footer {
margin-top: 30px;
}

.information__list {
padding: 0;
}


.information__inner {
position: relative;

margin: 0;padding-bottom: 0;
}

.information__icon span {
font-size: 30px;
}

.information__sub-title {
margin-bottom: 0;
}

.information__number {
line-height: 25px;
}



.inside-page {

    padding: 20px 0 80px 0 !important;

}


.inner-page-banner .breadcrumbs-area h1 {
font-size: 22px;
}


.inner-page-banner {

    display: block;
    padding: 50px 0 10px;}

.main-slider-star-1 img {
max-width: 50px;
}



.hed-img {
padding-right: 0;
}

.logo-mobile img {

width: 90px;}


.hed-img img { 
width: 180px;
}



}


