@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@800;900&family=Epilogue:wght@400;500;600;700&display=swap');
html, body { overflow-x: hidden; max-width: 100%; }
html, body {
      margin: 0;
      padding: 0;
      width: 100%;scroll-behavior: smooth;
}

body {
      font-weight: lighter;
}
a:hover{text-decoration:none}
header {
      width: 100%;
      height: 560px;
      background: url(../img/banner.jpg) no-repeat;
      background-size: cover;
	  background-position: bottom;
	  overflow:hidden;
}
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?rcsubp');
    src:url('../fonts/icomoon.eot?rcsubp#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?rcsubp') format('truetype'),
        url('../fonts/icomoon.woff?rcsubp') format('woff'),
        url('../fonts/icomoon.svg?rcsubp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.content {
      width: 94%;
      margin: 4em auto;
      font-size: 20px;
      line-height: 30px;
      text-align: justify;
}.fa-2x {
    color: #000!important;
}
.menu-icon{background: #fff!important;}

.logo {
      line-height: 60px;
      position: fixed;
      float: left;
      margin: 5px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;
}.submit_btn{margin-top:15px;
    font-size: 16px!important;
    color: #fff;
    padding: 18px 40px!important;
    font-weight: 900!important;
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: inline-block;
    background: #ff5c00!important;
    border: 2px solid #ff5c00!important;
    border-radius: 50px;
    box-shadow: 0 10px 28px rgba(255,92,0,0.3);
    transition: 0.3s all!important;}
	.submit_btn:hover {
    color: #fff;
    background: #1e1b4b!important;
    border-color: #1e1b4b!important;
    transform: translateY(-2px);
}
select{margin: 15px 0!important;}

@media (min-width: 993px) {
  .logo img{
  max-width: 460px;padding-top:0px;margin-top:-28px;}
}
@media (max-width: 992px) {
  .logo img{
  max-width: 260px;padding-top:8px;margin-top:0px;}
}
nav {
      position: fixed;
      width: 100%;
      line-height: 60px;
	  top: 62px;
}
.logos {
    max-width: 225px;
    border-radius: 5px;
}
nav ul {
      line-height: 65px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 40px;
      transition: 1s;
}

nav.black ul {
      background: #fff;box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.top_headers {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
nav ul li {
      display: inline-block;
      padding: 16px 15px;;
}

nav ul li a {
      text-decoration: none;
      color: #000;
      font-size: 16px;
	  font-weight:500;
}

.menu-icon {
      line-height: 60px;
      width: 100%;
      background: #1e1b4b;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #fff;
      display: none;
}

.text-center.main_div {
    top: 175px;
    position: relative;
	color:#000;
}.owner-menual-box.iss{padding:30px;}
h3.heading {
    font-size: 45px;
    color: #555;
    font-weight: 900;
}h3.heading span {
   /* opacity: .6;*/
    color: #1e1b4b;
}.newcls {
    margin-bottom: 28px;
}
.approach-panel {
    background: #1e1b4b;
    border-radius: 28px;
    padding: 40px 36px;
    position: relative;
    overflow: hidden;
}
.approach-panel::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255,92,0,0.08);
}
.approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
.approach-item {
    padding: 0 24px 28px 0;
    border-right: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.approach-panel .approach-item svg {
    display: block;
}
.approach-panel .approach-item h4 {
    font-size: 17px;
    color: #fff;
    margin: 12px 0 6px;
    font-weight: 900;
    text-transform: none;
    letter-spacing: normal;
}
.approach-panel .approach-item p {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    line-height: 1.6;
    margin: 0;
}
.customer-logos {
    position: relative;
}
.customer-logos .slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 0 28px;
}
.customer-logos .slide img {
    max-height: 46px;
    max-width: 130px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease;
}
.customer-logos .slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.customer-logos::before,
.customer-logos::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}
.customer-logos::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}
.customer-logos::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}
.form-status-banner {
    max-width: 600px;
    margin: 0 auto 24px;
    padding: 16px 22px;
    border-radius: 12px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}
.form-status-banner.success {
    background: #E9F9EE;
    border: 1px solid #34C759;
    color: #1e1b4b;
}
.form-status-banner.error {
    background: #FFF3E8;
    border: 1px solid #FF5C00;
    color: #1e1b4b;
}
.expertise-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid #EEECF6;
    border-radius: 18px;
    padding: 26px 22px;
    box-shadow: 0 4px 20px rgba(30,27,75,0.08);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 20px;
}
.expertise-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(30,27,75,0.12);
    border-color: #FFD4A8;
}
.expertise-card > span {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #1e1b4b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.expertise-card > span i,
.expertise-card > span svg {
    font-size: 20px;
    color: #FF9E5C;
}
.expertise-caption h5 {
    font-size: 16px;
    color: #1e1b4b;
    text-transform: none;
    font-weight: 900;
    margin-bottom: 6px;
    text-align: left;
}
.expertise-caption p {
    font-size: 13px;
    color: #6b6589;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}
.uni-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}
.uni-tags span {
    font-size: 11px;
    font-weight: 700;
    background: #FFF3E8;
    color: #FF5C00;
    padding: 4px 11px;
    border-radius: 20px;
}
.expertise-stat-card {
    background: #FF5C00;
    border: 1px solid #E64A00;
    border-radius: 18px;
    padding: 26px 24px;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}
.expertise-stat-card .stat-num {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
}
.expertise-stat-card .stat-num-sm {
    font-size: 22px;
}
.expertise-stat-card .stat-label {
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    opacity: 0.9;
}
.expertise-stat-card .stat-divider {
    width: 22px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    margin: 10px 0;
}
.approach-grid .approach-item:nth-child(2n) {
    border-right: none;
    padding-left: 24px;
    padding-right: 0;
}
.approach-grid .approach-item:nth-child(n+3) {
    border-bottom: none;
    padding-top: 28px;
    padding-bottom: 0;
}
@media (max-width: 767px) {
  .approach-grid {
    grid-template-columns: 1fr;
  }
  .approach-grid .approach-item {
    border-right: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 24px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  }
  .approach-grid .approach-item:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
}
.service-grid1 {
    background: #fff;
    position: relative;
    padding: 2.4em 2.2em;
    text-align: left;
    border-radius: 20px;
    border-top: 4px solid #ff5c00;
    box-shadow: 0 4px 24px rgba(30,27,75,0.08);
    transition: all 0.35s ease;
	}
    
	.service-grid1:hover{
     transform: translateY(-6px);
     box-shadow: 0 20px 40px rgba(30,27,75,0.14);
	}

.card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}
	
.service-grid1 i {
    width: 46px;
    background: #1e1b4b;
    height: 46px;
    color: #FF9E5C;
    font-size: 20px;
    text-align: center;
    line-height: 46px !important;    
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    transition: all 0.35s ease;
}.service-grid1:hover i {
    background: #ff5c00;
    color: #fff;
    transform: scale(1.06);
}
.bcg{background:lightyellow;
    padding: 15px;box-shadow: rgb(0 0 0 / 45%) 0px 1px 4px;}



.service-grid1 h5 {
    position: absolute;
    right: 5%;
    bottom: 0%;
    font-size: 50px;
    font-weight: bold;
    color: #ff5c00;
    opacity: .5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}.service-grid1 h4 {
    font-size: 19px;
    letter-spacing: -0.3px;
    font-weight: 900;
    line-height: 24px;
    color: #1e1b4b;
    text-transform: none;
    margin: 0;
}.service-grid1 p {
    font-size: 15px;
    color: #6b6589;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
}
.service-grid1.full-text p {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
}
.service-grid1 .card-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #ff5c00;
    text-decoration: none;
    margin-top: 4px;
}
.service-grid1 .card-learn-more:hover {
    color: #1e1b4b;
    text-decoration: none;
}.ser-button a {
    font-size: 15px;
    color: #fff;
    padding: 16px 36px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: inline-block;
    background: #ff5c00;
    border: 2px solid #ff5c00;
    border-radius: 50px;
    box-shadow: 0 10px 28px rgba(255,92,0,0.3);
	
    transition: 0.3s all;
}.address-grid i {
    font-size: 2em;
    color: #ff5c00;
    margin-bottom: 15px;
}
.bg-img {
    background: #1e1b4b;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 15px;
}.contact-layer {
    background: transparent;
    padding: 3em;
    height: 100%;
}

.contact-layer i{font-size: 1.3em;
    color: #fff;vertical-align: middle;
    background: #FF5C00;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    }.contact-layer p{font-size: 18px!important;
    color: #fff!important;
    display: flex;
    align-items: center;}
.bg-img h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 1.3;
}
.address-grid a {font-size: 15px;
    color: #888;
    line-height: 28px;
}
.address-grid a:hover {color: #888;text-decoration:none;
}
.ser-button a:hover{text-decoration:none;color:#fff;
    background: #1e1b4b;
    border-color: #1e1b4b;
    transform: translateY(-2px);}.ser-button {
    text-align: center;
    width: 100%;
}
@media (max-width: 767px) {
  .ser-button.mt-5 {
    margin-top: 36px !important;
  }
}.service-grid1:hover h5 {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    opacity: 1;
}.welcome h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 900;
    color: #333;
    margin-bottom: 10px;
    letter-spacing: 3px;
}.welcome p i {
    color: #ff5c00;
}
.image1 span.fa, .image1 span.fas, .image1 span.fab {
    display: none;
}.image1 {
    padding: 30px 28px;
    position: relative;
    border-radius: 18px;
    border-top: 4px solid #FF5C00;
    box-shadow: 0 4px 20px rgba(30,27,75,0.08);
    background: #fff;
    height: 100%;
}
.image1 h4 {
    color: #1e1b4b;
    font-weight: 900;
    font-size: 17px;
    text-transform: capitalize;
}
.arng {
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(30,27,75,0.15);
}.welcome p {
    font-size: 15px;
    color: #888;
    line-height: 28px;
}
.text-center.main_div h1{
    font-size: 46px;
}
.welcome-button a {
    font-size: 16px;
    color: #fff;
    padding: 18px 34px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: inline-block;
    background: #ff5c00;
    border: 2px solid #ff5c00;
    border-radius: 50px;
    box-shadow: 0 10px 28px rgba(255,92,0,0.3);
    transition: 0.3s all;
}
.welcome-button a:hover{text-decoration:none;color:#fff;
    background: #1e1b4b;
    border-color: #1e1b4b;
    transform: translateY(-2px);}
.imagess {
    position: relative;
}.imagess span.fa {
    display: none;
}
.imagess h4 {
    color: #1e1b4b;
    font-weight: 900;
}
.imagess p {
    color: #6b6589;
    line-height: 1.7;
}
.service-gridss {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(30,27,75,0.12);
}
.service-gridss iframe{height:340px!important;width:100%!important;border:0;}	
	.kf_cur_catg_des {
    float: left;	
	transition: all 1s ease;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 31px 15px 31px;
    margin-bottom: 30px;
}.kf_cur_catg_des:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
}.kf_cur_catg_des.color-1 > span {
    color: #10c45c;
}.kf_cur_catg_capstion {
    float: none;
    overflow: hidden;
    text-align: left;
    padding-left: 15px;
}.kf_cur_catg_capstion h5 {
    text-align: left;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}.icon-statistics:before {
    content: "\e909";
}[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.image1.pt-5.bg-white.mb-3 img{
    font-size: 90px;
    color: #000;
    opacity: 0.12;
    position: absolute;
    top: 38px;
    right: 3%;
}
.kf_cur_catg_des > span {
    color: #000000;
	display: flex;
    float: left;
    font-size: 46px;
    margin: auto 0;
    vertical-align: top;
}.icon-accounting5:before {
    content: "\e900";
}.icon-chemistry29:before {
    content: "\e904";
}.icon-caduceus8:before {
    content: "\e903";
}.icon-cocktail32:before {
    content: "\e905";
}.fa-line-chart:before {
    content: "\f201";
}.kf_cur_catg_des.color-2 > span {
    color: #fc5f42;
}.kf_cur_catg_des.color-3 > span {
    color: #24ccc0;
}.kf_cur_catg_des.color-4 > span {
    color: #45aef4;
}.kf_cur_catg_des.color-5 > span {
    color: #f8c331;
}.kf_cur_catg_des.color-6 > span {
    color: #ad33c6;
}.kf_cur_catg_des.color-2:before {
    background-color: #fd2a03;
}.kf_cur_catg_des.color-1:before {
    background-color: #0eb053;
}.kf_cur_catg_des.color-3:before {
    background-color: #079d92;
}.kf_cur_catg_des.color-4:before {
    background-color: #008be7;
}.kf_cur_catg_des.color-5:before {
    background-color: #e1a500;
}.kf_cur_catg_des.color-6:before {
    background-color: #9000ae;
}.kf_cur_catg_des.color-1:hover {
    background-color: #10c45c;
}.kf_cur_catg_des:hover:before {
    width: 5px;
} .kf_cur_catg_des:hover >span {
    color: #fff!important;
}.kf_cur_catg_des:hover .kf_cur_catg_capstion > h5 {
    color: #fff;
}.kf_cur_catg_des:hover .kf_cur_catg_capstion > p {
    color: #fff;
}.kf_cur_catg_wrap .kf_cur_catg_des:hover span {
    color: #fff;
}.kf_cur_catg_des.color-2:hover {
    background-color: #fc5f42;
}.kf_cur_catg_des.color-3:hover {
    background-color: #24ccc0;
}.kf_cur_catg_des.color-4:hover {
    background-color: #45aef4;
}.kf_cur_catg_des.color-5:hover {
    background-color: #f8c331;
}.kf_cur_catg_des.color-6:hover {
    background-color: #ad33c6;
}


p.aburt {
    margin-top: 14px;
    letter-spacing: 1px;
    line-height: 28px;
}
.about-stats {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-top: 28px;
    flex-wrap: wrap;
}
.about-stat {
    padding-left: 16px;
    border-left: 3px solid #FF5C00;
}
.about-stat-num {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #1e1b4b;
    line-height: 1.1;
}
.about-stat-label {
    font-size: 13px;
    color: #6b6589;
    margin-top: 2px;
}







.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
  .kf_cur_catg_des {
    min-height: auto!important;
}
.iconn{display:none}span.header-buttons.pull-right {
    margin: auto;
}
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: block;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-nav button.owl-prev,
.gtco-testimonials .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff !important;
  box-shadow: 0 6px 20px rgba(30,27,75,0.15);
  color: #ff5c00 !important;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.gtco-testimonials .owl-nav button.owl-prev:hover,
.gtco-testimonials .owl-nav button.owl-next:hover {
  background: #ff5c00 !important;
  color: #fff !important;
}
.gtco-testimonials .owl-nav button.owl-prev { left: -10px; }
.gtco-testimonials .owl-nav button.owl-next { right: -10px; }
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #ff5c00;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #ff5c00;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px rgba(30,27,75,0.15);
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
  position: relative;
}
.gtco-testimonials .card::before {
  content: "\201C";
  position: absolute;
  top: 8px;
  right: 22px;
  font-family: Georgia, serif;
  font-size: 60px;
  line-height: 1;
  color: #FFE4CC;
  z-index: 0;
}
.gtco-testimonials .card .testimonial-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 22px auto 0;
  position: relative;
  z-index: 1;
}.custm_fom{
    background: #1e1b4b;
}
.custm_fom h3.heading {
    color: rgba(255,255,255,0.6);
}
.custm_fom h3.heading span {
    color: #fff;
}
.custm_fom > .container > p {
    color: rgba(255,255,255,0.55);
    margin-bottom: 30px;
}
.custm_fom .form-control {
    background: #fff;
    border: 0;
    border-radius: 12px;
    padding: 16px 18px;
    font-size: 15px;
    color: #1e1b4b;
    height: auto;
    box-shadow: none;
    margin-bottom: 18px;
}
.custm_fom .form-control:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255,92,0,0.35);
}
.custm_fom .form-control:invalid {
    border: 0;
    box-shadow: none;
}
.custm_fom select.form-control {
    height: 54px;
    line-height: 1.4;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'><path d='M1 1l6 6 6-6' stroke='%231e1b4b' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 18px center;
}
.custm_fom textarea.form-control {
    min-height: 110px;
    resize: vertical;
}
.custm_fom .g-recaptcha {
    margin-bottom: 20px;
}
.about_main{border-radius: 50px 0px; max-width: 88%;}
@media (min-width: 993px) {
  .about_main{ margin-top: -70px; }
}
.gtco-testimonials .card h5 {
  color: #1e1b4b;
  font-size: 19px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.gtco-testimonials .card h5 span {
  font-size: 16px;
  color: #666666;
}
.gtco-testimonials .card .stars {
  color: #ff5c00;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}
.gtco-testimonials .card p {
  font-size: 15px;
  color: #6b6589;
  line-height: 1.6;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .testimonial-mark svg {
  width: 52px;
  height: 52px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}

 .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #ff5c00; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
  padding: 75px 0 0;
  background-color: #151335;
  position: relative;
  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#007bff; }

.dk-footer-box-info {
  position: relative;
  background: #0c0a24;
  padding: 32px;
  border-radius: 20px;
  margin-bottom: 30px;
  z-index: 2; }
  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #1e1b4b;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px;color: #fff;}

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px; }

.footer-widget a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #007bff; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
	margin: 15px 0;
    padding: 14px 24px 14px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #ff5c00;
    background: #ff5c00;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }
	.header-button a {
    font-size: 16px;
    color: #fff;
    padding: 24px 34px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: inline-block;
    background: #ff5c00;
    border: 2px solid #ff5c00;
    border-radius: 50px;
    box-shadow: 0 10px 28px rgba(255,92,0,0.35);
    transition: 0.3s all;
    height: 40px;
    line-height: 0;
}
.footer-left-widget ul li a:hover{text-decoration:none;color:#fff}
.header-button a:hover {
    text-decoration: none;
    color: #fff;
    background: #1e1b4b;
    border-color: #1e1b4b;
    transform: translateY(-2px);
}

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #0c0a24; }
  .copyright span,
  .copyright a {
    color: rgba(255,255,255,0.55);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; display:block;text-align:center;}
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }










nav {
    z-index: 99;
}
.footer {
    width: 100%;
    height: auto;
    background: url(../images/footer1.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 25px 0 0;
}.active{color:#1e1b4b!important;}nav ul li a:hover{color:#1e1b4b;text-decoration:none;transition:all 0.5s ease;}
.breadcrumb-item a{color:#000;}.breadcrumb-item a:hover{color:#000;text-decoration:none;}
.breadcrumb-item{font-weight:bold}.abt-text p{text-align:justify}

.abt-overview {
    background-color:#ff5c0040;
    padding: 12px 0px;
    color: #fff;
	line-height: 16px;
    text-align: center;
}.abt-overview-block p{color: #ffa05c!important; font-weight:bold;}
form input,textarea{width: 100%;
    padding: 15px 5px;
    margin: 15px 0;
    border: 1px solid lightgrey;
    border-bottom: 1px solid #ccc;}textarea{padding:15px 5px}
	
	form p {
    margin-top: 1rem!important;
    margin-bottom: 0!important;
	font-weight:bold;
}
	label {font-weight: 400;}
	
	/*BRAND*/
	.brand-box {
    margin-top: 10px;
}.modal-list {
    float: left;
    position: relative;
    background-color: #ff5c00;
}.modal-list h2 {
    margin: 0;
    font-size: 16px;
    padding: 8px 10px;
    color: #fff;
}.inner-box-brand .main-modal-list {
    margin-bottom: 0px;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}ul.free_ul li {
    list-style: circle;
    font-weight: 600;
}
.main-modal-list {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
}.madal-page {
    width: 100%;
    float: left;
    position: relative;
}.modal-list-icon {
    position: relative;
    float: left;
    padding: 10px 5px 0px 12px;
}
	.modal-list-icon ul {
    padding: 0px;
    margin: 10px 5px 10px 0px;
}.modal-list-icon ul li {
    list-style: none;
    background: url(../images/list-icon1.png) no-repeat;
    background-position: left;
    padding-left: 20px;
	text-align:left;
}.modal-list-icon ul li a {
    font-size: 17px;
    font-weight: 400;
    color: #101010;
    text-decoration: none;
}.modal-list-category {
    width: 100%;
    position: relative;
    float: left;
    padding: 0px 5px 0px 12px;
}.modal-list-category ul {
    padding: 0px;
    margin: 10px 5px 10px 0px;
}.modal-list-category ul li {
    list-style: none;
    float: left;
	text-align:left;
    position: relative;
}.modal-list-category ul li a {
    font-size: 17px;
    font-weight: 400;
    color: #101010;
    text-decoration: none;
    padding-right: 10px;
}.pagination{margin-top:20px}
.border-down {
    border-bottom: 2px dotted #ffa05c!important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff!important;
    background-color: #ff5c00!important;
    border-color: #ff5c00!important;
}.page-link{color: #ff5c00!important;}.page-link:hover{color: #fff!important;background:#ff5c00!important}
.m3 .nav {
    width: 100%;
}.tab-content {
    width: 100%;padding: 20px 10px;
}
.text-layout b{color:#000;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #ff5c00!important;
}.nav-pills .nav-link{color: #000!important;font-weight: 100;}.tab-content>.active p{
    color: #000;
}.tab-content>.active h3{
    color: #000;
}
.nav-pills .nav-link:hover{
    color: #fff!important;
    background-color: #ff5c00!important;
}li.nav-item {
    margin-left: 5px;
}.tab-pane a{color:#000;}
.tab-pane p{color:#000;}
.text-layout {
    color: #ff5c00!important;
    font-weight: 600;
}

.accordion .card {
    background: #fff;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(30,27,75,0.08);
    margin-bottom: 16px;
    overflow: hidden;
}
.accordion .card-header {
    background: #fff !important;
    padding: 18px 22px !important;
    cursor: pointer;
    border-bottom: 0;
}
.accordion .card-header .card-title {
    font-size: 15px;
    margin-bottom: 0;
    padding-right: 24px;
}
.accordion .card-body {
    padding: 0 22px 20px !important;
    color: #6b6589;
    font-size: 14px;
    line-height: 1.7;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right;
    color: #FF5C00;
}
.accordion .card-header.collapsed:after {
    content: "\f067";
    color: #FF5C00;
}.collapsed{cursor:pointer}

.card-title {
    margin-bottom: .75rem;
    font-weight: bold;
    color: #1e1b4b!important;
}








        .zoom img {
            transition: 0.5s all ease-in-out; 
        } 
      
        .zoom:hover img { 
            transform: scale(1.03); 
        } .zoom:hover h5 { 
            color: #fff;text-decoration:none; 
        } .zoom:hover{text-decoration:none; 
        } 
		
		.scrl_btn{display:block}
		
	.zoom h6{color: #ff5c00;
    font-weight: bold;transition: all 0.8s ease;}	.zoom h6:hover{color: #000;
    font-weight: bold;}
.scrl_btn a {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #ff5c00;
    color: #fff; 
    text-align: center;transition: all 0.8s ease;
    box-shadow: inset 0 5px 10px rgb(0 0 0 / 10%), 0 2px 5px rgb(0 0 0 / 50%);
}.scrl_btn a:hover{border-radius: 50%;text-decoration: none;
    border: 1px solid #ff5c00; color: #fff; }
.stylish_h3{position:relative}


.stylish_h3 h3{padding: 0px 0px 5px 15px;
    text-align: left;
    border-left: 5px solid #3e7e86;}

.main_para {background: #3e7e86;
    padding: 5px 14px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    border-radius:  10px 10px 0px 0px;
    margin-bottom: 0px;
}
.main_para1 {
    
    color: #343434;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    /*text-shadow: 0 2px white, 0 3px #777;*/background:#d0e1e3;padding-left: 12px;border-radius: 0px 0px 10px 10px;
}.text-white b{color: #ffa05c!important;}.stylish_col:after {
    background: #40818a;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgb(64 129 138), 0 1px 1px rgb(255 255 255 / 30%);
}
.cat_img{max-width: 65%;
    height: auto;
    margin: 10px auto;
    display: block;border-radius:50%;}.pdff{margin-left:5px}canvas#my-canvas {
    margin-top: 20px;}
.top_five {
    margin-bottom: 14px;
    list-style: none;
    padding: 0;margin-top:15px;
}
.top_five li {width: 19%;
    line-height: 34px;
    float: left;
    margin: 0 0 17px 0;
    border: 1px solid #dee2e6;}.top_five li:nth-child(odd) {
    background: #d0e1e3;
}.top_five li a{color: #3e7f87;
    font-size: 16px;
    font-weight: bold;transition:all 0.5s ease;}.top_five li a:hover{color:#000;text-decoration:none}.top_five li:hover { background-color: #d0e1e3; }

.tab-pane a:hover{
    color: #000;text-decoration:none;
}
.mrgn{margin-left:3rem}.mrgn b{color:#000!important}
.abt-img img {
    border-radius: 50%;
    max-width: 70%;
    margin: auto;
    display: block;border: 1px solid #ffa05c;
}

.iframes {
    display: block;
    margin: auto;
    width: 100%;
    height: 1000px;
}
ul.brand_list.popular {
    column-count: 4;
}
.nav-pills .nav-link {
    border: 1px solid #ff5c00;
}ul.brand_list.home {
    column-count: 4;
}.tab_brand{
    background: #1d1d1d url(../images/bgg.jpg);
    width: 100%;
    border: 1px solid #ff5c0038;
    border-radius: 4px;
    padding: 20px 10px;
}
.mob_wid h2 a{ color:#000;}
.mob_wid h2 a:hover{text-decoration:none;}
/*.mob_wid h2{position:relative}
.mob_wid h2 a:after {
    background: #40818a;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgb(64 129 138), 0 1px 1px rgb(255 255 255 / 30%);
}*/
.hielite{width: 50px;
    height: 5px;
    background: #ffa05c;
    display: block;}
	
	
	.tab-abot {
    background: #1d1d1d url(../images/bgg.jpg);
    width: 100%;
    border: 1px solid #ff5c0038;
    border-radius: 4px;
    padding: 30px 10px 10px 10px;
}
.tab-content.mt-3.text-center.modify_tab {
    min-height: 467px;
}.my_adsimg{display:block; margin:auto}	
	@media(max-width: 992px) {.menu-icon {
            display: block;
      }nav ul {
            max-height: 0px;
            background: #fff;
      } .logo {
            position: fixed;
            top: 55px;
            margin-top: 16px;
      }.showing {
            max-height: 34em;
      }.dk-footer-box-info {
    position: relative; 
     top:auto; 
    background: #0c0a24;
    padding: 15px;
    margin-bottom: 15px;
}
 .dk-footer {
    padding: 25px 0 0;
}  
.logo img {
    padding-top: 0px; 
}

.dk-footer .contact-us.contact-us-last {
    margin-left: 0;
}
.dk-footer .contact-us {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0px;
}
.footer-left-widget {
    padding-left: 0px;
}

}
@media(max-width: 787px) {

     .welcome-button {
    margin: 0px 0 16px 16px
}
   

      nav.black ul {
            background: #fff;
      }

      

      nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 0;
            text-align: center;
      }

      
	.text-center.main_div h1 {
    font-size: 30px;padding: 0px 4px;
}
.text-center.main_div h3 {
    font-size: 24px;
}


table.table.table-bordered a {
    font-size: 15px;
    font-weight: 100;
}
.brand_list li a{font-size: 17px;}

.top_five li{width:100%;}
.mrgn{margin-left:0; text-align:center;}
.abt-img img {
    margin-top: 20px;max-width: 85%;
}.files_brand {
    margin: 10px auto;
}a.btn.btn-danger.style_btn{margin: auto;width: 80%;display: block;}
.m3 .nav {
    width: 90%;margin:auto;
}.tab-content {
width: 90%;margin:auto;}.mob_wid {
    padding: 0px 20px;
}.iframes {width: 100%;}.tab_brand {
width: 96%!important;margin:auto;}

.tab-content.mt-3.text-center.modify_tab {
    min-height: auto;
}
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ff5c00;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #f15d59;
}
.iconn a{color:#fff}.iconn a:hover{color:#fff}

.btn-danger {
    color: #fff;
    background-color: #ff5c00!important;
    border-color: #ff5c00!important;
}
.btn-danger:hover {
    background-color: ##2e575d!important;
    border-color: ##2e575d!important;
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow:  0 0 0 0.2rem rgb(66 134 143 / 50%)!important;
}
body{font-family: 'Epilogue', sans-serif!important;}
h1, h2, h3, h4, h5, h6, .heading, h3.heading, .header-buttons a, a.footer-logo, .welcome-button a, .ser-button a {font-family: 'Nunito', sans-serif!important; font-weight: 900!important;}p {
    font-size: 15px!important;
}.bgsgs {
    background-image: linear-gradient(to right, rgb(255 92 0 / 49%), rgb(30 27 75 / 48%));
}
.top_header {
    background: #1e1b4b;
    padding: 10px 35px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iconn{color:#fff;}
.header-buttons a {
    font-size: 18px;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-block;
    border: 2px solid #ff5c00;
	background:#ff5c00;
    transition: 0.5s all;
    height: 40px;
    line-height: 0;
}
@media(max-width: 576px) {
	
	header {
    height: 820px;
}

.dk-footer .contact-us.contact-us-last{margin-left: 0;}.dk-footer .contact-us{margin-bottom: 10px;
    padding-left: 0px;}.footer-left-widget{padding-left: 0px;}h3.heading{font-size: 30px;}.pb-5, .py-5 {
    padding-bottom: 15px!important;padding-top: 15px!important;
}.mb-5, .my-5 {
    margin-bottom: 15px!important;
}.mt-5, .my-5 {
    margin-top: 2rem!important;
}

.header-buttons a {
    font-size: 14px;   
    padding: 13px;   
    height: auto;
}
.logo {
    top: 31px;
}nav {top: 50px;}.logo img {
    max-width: 230px;
}.text-center.main_div {
    top: 100px;
}

}

.header-buttons a:hover {
   background: transparent;
    border-color: #fff;
}
.heading-h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 900;
    color: #333;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: auto;
}
.portal_btn a {
    background: #ff5c00;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
	 transition: all 0.5s ease;
}
.portal_btn a:hover {
    background: transparent;
    color: #000;
    padding: 10px;
	border:2px solid #000;
    border-radius: 4px;
}
.address-info {
    background: #fff;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(30,27,75,0.08);
    padding: 30px 10px;
    min-height: 200px;
    transition: all 0.3s ease;
}
.address-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(30,27,75,0.12);
}.address-left.text-center {
    padding-top: 15px;
}

/*ANIMATED CSS*/

.appear-animation {
	opacity: 0
}

.appear-animation-visible {
	opacity: 1
}

.transition-2ms {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

@-webkit-keyframes maskUp {
	from {
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%)
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes maskUp {
	from {
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%)
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-webkit-keyframes maskRight {
	from {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes maskRight {
	from {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-webkit-keyframes maskDown {
	from {
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%)
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes maskDown {
	from {
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%)
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-webkit-keyframes maskLeft {
	from {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0)
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes maskLeft {
	from {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0)
	}
	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.maskUp {
	-webkit-animation-name: maskUp;
	animation-name: maskUp
}

.maskRight {
	-webkit-animation-name: maskRight;
	animation-name: maskRight
}

.maskDown {
	-webkit-animation-name: maskDown;
	animation-name: maskDown
}

.maskLeft {
	-webkit-animation-name: maskLeft;
	animation-name: maskLeft
}

@-webkit-keyframes headerReveal {
	from {
		top: -150px
	}
	to {
		top: 0
	}
}

@keyframes headerReveal {
	from {
		top: -150px
	}
	to {
		top: 0
	}
}

@-webkit-keyframes fadeInUpShorter {
	from {
		opacity: 0;
		-webkit-transform: translate(0, 50px);
		transform: translate(0, 50px)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpShorter {
	from {
		opacity: 0;
		-webkit-transform: translate(0, 50px);
		transform: translate(0, 50px)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpShorter {
	-webkit-animation-name: fadeInUpShorter;
	animation-name: fadeInUpShorter
}

@-webkit-keyframes fadeInLeftShorter {
	from {
		opacity: 0;
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftShorter {
	from {
		opacity: 0;
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftShorter {
	-webkit-animation-name: fadeInLeftShorter;
	animation-name: fadeInLeftShorter
}

@-webkit-keyframes fadeInRightShorter {
	from {
		opacity: 0;
		-webkit-transform: translate(-50px, 0);
		transform: translate(-50px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightShorter {
	from {
		opacity: 0;
		-webkit-transform: translate(-50px, 0);
		transform: translate(-50px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightShorter {
	-webkit-animation-name: fadeInRightShorter;
	animation-name: fadeInRightShorter
}

@-webkit-keyframes fadeInDownShorter {
	from {
		opacity: 0;
		-webkit-transform: translate(0, -50px);
		transform: translate(0, -50px)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownShorter {
	from {
		opacity: 0;
		-webkit-transform: translate(0, -50px);
		transform: translate(0, -50px)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDownShorter {
	-webkit-animation-name: fadeInDownShorter;
	animation-name: fadeInDownShorter
}

@-webkit-keyframes expandIn {
	from {
		opacity: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes expandIn {
	from {
		opacity: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.expandIn {
	-webkit-animation-name: expandIn;
	animation-name: expandIn
}

@-webkit-keyframes gradientTransition {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

@keyframes gradientTransition {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

@-webkit-keyframes sliderScrollButton {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
	}
	70% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0)
	}
}

@keyframes sliderScrollButton {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
	}
	70% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0)
	}
}

@-webkit-keyframes arrowLeftRight {
	0% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0)
	}
	50% {
		-webkit-transform: translate3d(1px, 0, 0);
		transform: translate3d(1px, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0)
	}
}

@keyframes arrowLeftRight {
	0% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0)
	}
	50% {
		-webkit-transform: translate3d(1px, 0, 0);
		transform: translate3d(1px, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0)
	}
}

@-webkit-keyframes navItemArrow {
	0% {
		position: relative;
		left: -1px
	}
	50% {
		position: relative;
		left: 3px
	}
	100% {
		position: relative;
		left: -1px
	}
}

@keyframes navItemArrow {
	0% {
		position: relative;
		left: -1px
	}
	50% {
		position: relative;
		left: 3px
	}
	100% {
		position: relative;
		left: -1px
	}
}

.hover-in {
	-webkit-transition: .1s ease-out!important;
	transition: .1s ease-out!important
}

.hover-out {
	-webkit-transition: .1s ease-in!important;
	transition: .1s ease-in!important
}

.hover-3d {
	-webkit-transition: none;
	transition: none
}
@media (min-width: 993px) {
  a.footer-logo img {
    max-width: 440px;
    margin: auto;
    text-align: center;
    display: block;
  }
}
@media (max-width: 992px) {
  a.footer-logo img {
    max-width: 240px;
    margin: auto;
    text-align: center;
    display: block;
  }
}

.service-grid1 img {
    width: 60px;
    background: #ff5c00;
    height: 60px;
    color: #fff;
    padding: 8px;
    font-size: 28px;
    text-align: center;
    line-height: 60px !important;
    border-radius: 30px 0px 30px 0px;
    transition: all 0.5s ease;
}
.kf_cur_catg_des img {
    width: 60px;
}
a.scroll-to-top.hidden-mobile.visible {
    display: none;
}

@media(max-width: 575px) {
.image1 {
    min-height: auto!important
}
    
}
@media (min-width: 993px) {
  a.footer-logo img{max-width:440px;    margin: auto;
    text-align: center;
    display: block;}
}
	
	
	@media only screen and (max-width: 1110px) and (min-width: 992px) {
nav ul{padding-right: 0px;}	nav ul li {
    padding: 16px 6px;
}
	
}

@media only screen and (max-width: 992px) and (min-width: 767px) {
.kf_cur_catg_des{min-height: 385px;}
	
}
@media only screen and (max-width: 1210px) and (min-width: 992px) {
.kf_cur_catg_des{min-height: 300px;}
	
}
@media only screen and (min-width: 992px){
.arng{min-height: 533px;}
	
}





/*client slider*/

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}@media screen and (min-width: 767px) and (max-device-width: 992px) { 
   .address-info {
    min-height: 213px;}
}

/* Hero trust badges */
.hero-trust-badges {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 22px 0 30px;
    flex-wrap: wrap;
    max-width: 100%;
}
.hero-trust-badges .badge-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #1e1b4b;
}
.hero-trust-badges .badge-item .stars {
    color: #ff5c00;
    letter-spacing: 1px;
}
.hero-trust-badges .divider {
    width: 1px;
    height: 16px;
    background: #d8d5e8;
    flex-shrink: 0;
}
@media (max-width: 576px) {
  .hero-trust-badges {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .hero-trust-badges .divider {
    display: none;
  }
}
