@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.top-header, .middle-header {
  padding: 0px 0;
}
.logocust{
  height:55px
}
.logocust2{
  height:76px
}
.navbar-expand-lg .navbar-nav > li > .nav-link {
  font-size: 15px;
  font-weight: 600;
  padding: 15px 10px;
  text-transform: capitalize;
  white-space: nowrap;
}

/* counter design */
.countercustom{
  font-family: 'Sarabun', sans-serif;
  width: 210px;
  height: 190px;
  border-radius: 12px;
  padding: 40px 0 20px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  margin-top: 50px;
}
.countercustom:before,
.countercustom:after{
  content: "";
  background: linear-gradient(90deg, rgba(223,85,5,1) 44%, rgba(238,160,0,1) 100%);
  width: 100%;
  height: calc(100% - 30px);
  transform: translateX(-50%);
  position: absolute;
  top: 27px;
  left: 50%;
  border-radius: 0 0 50% 50%;
  z-index: -1;
}
.countercustom:after{
  background:#fff;
  width: calc(100% - 20px);
  height: calc(100% - 25px);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  border-radius: 0 0 50% 50%;
  border: 2px solid #ffa500;
}
.countercustom .counter-icon {
  color: var(--main-color);
  font-size: 35px;
  line-height: 35px;
  margin: 15px auto 15px;
  display: flex;
  justify-content: center;
}
/* .countercustom .counter-icon:before {
  content: "";
  background: var(--main-color);
  border: 4px solid #fff;
  width: 100px;
  height: 70px;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
  position: absolute;
  top: -30px;
  left: 50%;
  box-shadow: 0 5px 0 3px var(--main-color);
} */
.countercustom h3{
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 10px 15px;
}
.countercustom .counter-value {
  background: linear-gradient(90deg, rgba(223,85,5,1) 44%, rgba(238,160,0,1) 100%);
  font-size: 25px;
  font-weight: 600;
  display: block;
  width: 100px;
  height: 76px;
  color: #fff;
  position: absolute;
  top: -30px;
  display: flex;
  border-radius: 50% 50% 0 0;
  justify-content: center;
  align-items: center;
  /* margin: 0 auto; */
}
.countercustom.pinkclr:before, .countercustom.pinkclr:after {
  background: linear-gradient(90deg, rgb(223 5 94) 44%, rgb(255 96 178) 100%);
}
.countercustom.pinkclr:after {
  border: 2px solid #fe5db0;
  background: #fff;
}
.countercustom.pinkclr .counter-value {
  background: linear-gradient(90deg, rgb(223 5 94) 44%, rgb(255 96 178) 100%);
}
.countercustom.greenclr:before, .countercustom.greenclr:after {
  background: linear-gradient(90deg, rgb(20 131 2) 44%, rgb(72 179 55) 100%);
}
.countercustom.greenclr:after {
  border: 2px solid rgb(72 179 55);
  background: #fff;
}
.countercustom.greenclr .counter-value {
  background: linear-gradient(90deg, rgb(20 131 2) 44%, rgb(72 179 55) 100%);
}
.countercustom.blueclr:before, .countercustom.blueclr:after {
  background: linear-gradient(90deg, rgb(5 108 223) 44%, rgb(90 168 255) 100%);
}
.countercustom.blueclr:after {
  border: 2px solid rgb(90 168 255);
  background: #fff;
}
.countercustom.blueclr .counter-value {
  background: linear-gradient(90deg, rgb(5 108 223) 44%, rgb(90 168 255) 100%);
}
/* .countercustom.yellow{ --main-color: #FDA800; }
.countercustom.pink{ --main-color: #e84393; }
.countercustom.blue{ --main-color: #0984e3; } */
@media screen and (max-width:990px){
  .countercustom{ margin-bottom: 40px; }
}
/* counter design */
.footer-02 .border-left {
  border-left: 1px solid #dee2e6 !important;
}

.footer-02 {
  background: #131719;
  padding: 5em 0;
  line-height: 1.8;
}

.footer-02 .footer-heading {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.footer-02 .footer-heading .logo {
  color: #fff;
  text-transform: uppercase;
}

.footer-02 a {
  color: #bba387;
}

.footer-02 p {
  color: rgba(255, 255, 255, 0.3);
}

.footer-02 .copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.footer-02 .list-unstyled li a {
  color: rgba(255, 255, 255, 0.4);
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
  display: block !important;
  font-family: "Poppins", Arial, sans-serif;
}

.footer-02 .list-unstyled li a:hover {
  color: #fdc800;
}

.footer-02 .list-unstyled a {
  color: rgba(255, 255, 255, 0.4);
}

.footer-02 .list-unstyled a:hover {
  color: #fff;
}

.footer-02 .subscribe {
  margin-top: -105px;
}

.footer-02 .subscribe-form {
  border-radius: 40px;
  background: #fff;
  padding: 3px;
  -webkit-box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
}

.footer-02 .subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
}

.footer-02 .subscribe-form .form-group input {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: rgba(0, 0, 0, 0.3) !important;
  font-size: 16px;
  height: 56px;
  border-radius: 0;
}

.footer-02 .subscribe-form .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-02 .subscribe-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-02 .subscribe-form .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-02 .subscribe-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-02 .subscribe-form .form-group input:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-02 .subscribe-form .form-group .submit {
  color: #fff !important;
  display: block;
  width: 150px;
  height: 56px;
  font-size: 14px;
  background: #bfa88e !important;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 40px;
}

.text-md-right {
  text-align: right !important;
}

.mr-md-3,
.mx-md-3 {
  margin-right: 1rem !important;
}

.footer-02 .subscribe-form .form-group .submit:hover,
.footer-02 .subscribe-form .form-group .submit:focus {
  text-decoration: none !important;
  outline: none !important;
}

.footer-02 .partner-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1em 0;
  margin-top: 3rem !important;
}

.footer-02 .partner-wrap h3 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-02 .partner-wrap .partner-name a {
  margin-right: 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

/* .footerlogo {
  height: 100px;
} */

.footer-02 ul.list-unstyled {
  margin-bottom: 20px;
}

.footer-02 .partner-wrap .partner-name a span {
  color: white;
}

.footer-02 .partner-wrap .btn-custom {
  font-size: 14px;
}

.footer-02 .border-left {
  border-color: rgb(255 251 251 / 20%) !important;
}

.footer-02 .ftco-footer-social {
  margin-top: 10px;
}

.footer-02 .ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.footer-02 .ftco-footer-social li a {
  color: #fdc800;
  height: 30px;
  width: 30px;
  display: block;
  background: rgb(174 174 174 / 30%);
  border-radius: 50%;
  position: relative;
}

.footer-02 .ftco-footer-social li a span {
  position: absolute;
  font-size: 17px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-center {
  text-align: center ;
}

.footer-02 .ftco-footer-social li a:hover {
  color: #fff;
}

footer .mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* footer 07 */

.footer-07 {
  background: #002147;
  padding: 5em 0;
}

.footer-07 a {
  color: #fdc800;
}

.footer-07 p {
  color: rgba(255, 255, 255, 0.3);
}

.footer-07 .footer-heading {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.footer-07 .footer-heading .logo {
  color: #fff;
}

.footer-07 .menu {
  margin-bottom: 30px;
}

.footer-07 .menu a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-07 .ftco-footer-social li a {
  background: transparent;
  border: 1px solid #fdc800;
}

.footer-07 .ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.footer-07 .ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: relative;
}

.footer-07 .ftco-footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-07 .ftco-footer-social li a:hover {
  color: #fff;
}



/* footer 2 */

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

.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: #fdc800;
  border-left-color: #fdc800;
}

.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: #072044;  /*#151414*/
  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-info a{
  color: #fdc800;
}
.dk-footer .contact-us.contact-us-last {
  margin-left: -80px;
}

.dk-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color: #fdc800;
}

.dk-footer-box-info {
  /* position: absolute;
  top: -55px; */
  /* background: #202020; */
  background:#0f2038 ;
  padding: 40px;
  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: #000;
  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: #f1991a;
}
.dk-footer-box-info .footer-social-link a i.fa-youtube {
  background-color: #f10500;
}
.dk-footer .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;
}

.dk-footer .footer-awarad p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px;
}

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

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

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

.dk-footer .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;
}

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

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

.dk-footer .footer-widget p {
  margin-bottom: 27px;
  color: #fff;
}
.dk-footer p {
  color: #fff;
}
.dk-footer .footer-widget a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dk-footer .footer-widget a:hover {
  color: #fdc800;
}

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

.dk-footer .dk-footer-form {
  position: relative;
}

.dk-footer-form input[type=email] {
  padding: 14px 28px;
  border-radius: 50px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  height: auto;
}

.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;
  padding: 12px 24px 12px 17px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #fdc800;
  background: #fdc800;
  color: #fff;
}

.dk-footer-form button:hover {
  cursor: pointer;
}

.dk-footer .contact-us {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  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;
}

.dk-footer .contact-icon {
  position: absolute;
}

.dk-footer .contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #fdc800;
}

.dk-footer .contact-info {
  margin-left: 75px;
  color: #fff;
}

.dk-footer .contact-info h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.dk-footer .copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #0f2038;
}

.dk-footer .copyright span,
.dk-footer .copyright a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dk-footer .copyright a:hover {
  color: #fdc800;
}

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

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

.dk-footer .back-to-top {
  position: relative;
  z-index: 2;
}

.dk-footer .back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dk-footer .back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #FA6742;
  border-color: #FA6742;
}
@media(max-width:1366px){
  .navbar-expand-lg .navbar-nav > li > .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .footer-02 .border-left {
    border: none;
  }
}
@media(max-width:768px) {
  .dk-footer .footer-left-widget {
    padding-left: 0px;
}
.dk-footer .contact-us.contact-us-last {
  margin-left: 0;
}
.dk-footer .contact-us {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0px;
}
.dk-footer-box-info {
  padding: 20px;
  margin-bottom: 20px;
}
}
@media(max-width:767px) {
  .top-header, .middle-header {
    padding: 5px 0;
  }
  .footer-02 {
    background: #131719;
    padding: 2em 0;
    line-height: 1.8;
  }
  .logocust2{
    height:50px
  }
  .footer-07 {
    padding: 2em 0;
  }

  .footer-02 .ftco-footer-social {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-07 .menu a {
    line-height: 1.8;
  }
  .dk-footer .footer-left-widget {
    padding-left: 0px;
}
.dk-footer .contact-us.contact-us-last {
  margin-left: 0;
}
.dk-footer .contact-us {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0px;
}
.dk-footer-box-info {
  padding: 20px;
  margin-bottom: 20px;
}
}