@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: SiteName - Multipurpose Technology HTML5 Template
    Template URI: site.com
    Description: SiteName - Multipurpose Technology HTML5 Template
    Author: BasicTheme
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

	01. Theme default CSS

-----------------------------------------------------------------------------------*/
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes sliderShape {
  0%, 100% {
    border-radius: 60% 78% 90% 40%/55% 65% 75% 85%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 60% 56% 64%/30% 49% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes ripple-button {
   0% {
    transform: scale(0.7);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* reset css start */
:root{
  --background-main-color: #fcaf17;
  --background-second-color: #242A51;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 26px;
  color: #000000; /*#6B727E*/
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button:focus {
  outline: none;
}

a {
  color: var(--background-main-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: black;
}

span {
  display: inline-block;
}

table {
  width: 100%;
}

p, li, span {
  color: #000000; /*#6B727E;*/
  margin-bottom: 0;
}

/* reset css end */
/* global css start */
.nice-select {
  background-color: transparent;
  /*
  height: 40px !important;
  line-height: 30px !important; /* 40px !important; 
  min-height: 40px !important;
  padding: 0 30px;
  */
}
.nice-select span {
  color: var(--background-second-color);
}
.nice-select .list {
  box-shadow: 0px -5px 26px -5px #cdd4e7;
}
.nice-select .list li {
  margin-right: 0 !important;
}
.nice-select .list .option {
  color: var(--background-second-color);
}
.nice-select .list .option.selected, .nice-select .list .option:hover {
  border: none !important;
}

/* global css end */
.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.grey-bg {
  background: #F7F7F7 !important;
}

.theme-bg {
  background: var(--background-main-color);
}

.white {
  color: #fff;
}

.blue-bg {
  background: #0D2F64;
}

.f-right {
  float: right;
}

.position-absulate {
  position: absolute;
}

.section-header__white p {
  color: #fff;
}
.section-header__wcu p {
  opacity: 0.8;
}
.section-header .sub-heading {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: var(--background-main-color);
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
}
.section-header .sub-heading__2 {
  font-size: 18px;
  text-transform: uppercase;
}

.section-header .sub-heading__white {
  color: #fff;
}
.section-header .sub-heading__red {
  color: var(--background-main-color);
}
.section-header .sub-heading img {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.section-header .section-title {
  font-weight: 700;
  
  font-size: 25px;
  line-height: initial;
  text-transform: uppercase;
}
.section-header .section-title__2 {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--background-main-color);
}

.section-header .section-title__white {
  color: #fff;
}

.section-header .section-title__black {
  color: #000;
  text-align: center;
}
.section-header p {
  line-height: 27px;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-none-5 {
  margin-top: -5px !important;
}

.mt-none-10 {
  margin-top: -10px !important;
}

.mt-none-15 {
  margin-top: -15px !important;
}

.mt-none-20 {
  margin-top: -20px !important;
}

.mt-none-25 {
  margin-top: -25px !important;
}

.mt-none-30 {
  margin-top: -30px !important;
}

.mt-none-35 {
  margin-top: -35px !important;
}

.mt-none-40 {
  margin-top: -40px !important;
}

.mt-none-45 {
  margin-top: -45px !important;
}

.mt-none-50 {
  margin-top: -50px !important;
}

.mt-none-55 {
  margin-top: -55px !important;
}

.mt-none-60 {
  margin-top: -60px !important;
}

.mt-none-65 {
  margin-top: -65px !important;
}

.mt-none-70 {
  margin-top: -70px !important;
}

.mt-none-75 {
  margin-top: -75px !important;
}

.mt-none-80 {
  margin-top: -80px !important;
}

.mt-none-85 {
  margin-top: -85px !important;
}

.mt-none-90 {
  margin-top: -90px !important;
}

.mt-none-95 {
  margin-top: -95px !important;
}

.mt-none-100 {
  margin-top: -100px !important;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/* typography css start */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: var(--background-second-color);
  margin: 0;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* typography css end */
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #fff;
}

[data-overlay=dark]::before {
  background-color: var(--background-second-color);
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="34"]::before {
  opacity: 0.34;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/* Heder css start*/
.header__top {
  background: #F7F7F7;
  padding: 0px 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header__top {
    padding: 0px 40px;
  }
}
@media (max-width: 1300px) {
  .header__top {
    padding: 0px;
  }
}
.header__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__info li {
  padding-left: 30px;
}
.header__info li a {
  color: var(--background-second-color);
  font-family: "Rubik", sans-serif;
  display: block;
  padding: 15px 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__info li a i {
  color: var(--background-main-color);
  font-size: 18px;
  margin-right: 5px;
}
.header__info li a:hover {
  color: var(--background-main-color);
}
.header__info li:not(:last-child) {
  border-right: 1px solid #D6DADC;
  padding-right: 30px;
  padding-left: 0px;
}

.header .p-0 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.social__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.social__links a {
  font-size: 15px;
  width: 42px;
  height: 42px;
  background: #fff;
  color: var(--background-second-color);
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  box-shadow: 0px 0px 30px 0px rgba(0, 26, 100, 0.06);
}
.social__links a:not(:last-child) {
  margin-right: 12px;
}
.social__links a:hover {
  background: var(--background-second-color);
  color: #fff;
}

/* Navigation css */
.navarea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1199px) {
  .navarea {
    justify-content: space-between;
  }
}

.navarea .mean-container a.meanmenu-reveal {
  margin-top: -49px;
  color: var(--background-main-color);
  border-color: var(--background-main-color);
}
.navarea .mean-container a.meanmenu-reveal span {
  background: var(--background-main-color);
}
.navarea .mean-container .mean-nav {
  transform: translateY(16px);
}
.navarea .mean-container .mean-nav a.mean-expand {
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  height: 32px;
  line-height: 37px;
}
@media (max-width: 1199px) {
  .navarea .site-logo {
    flex: 0 0 19%;
    -ms-flex: 0 0 19%;
    max-width: 19%;
  }
}

.mainmenu {
  padding-left: 83px;
}
@media (max-width: 1530px) {
  .mainmenu {
    padding-left: 50px;
  }
}
@media (max-width: 1295px) {
  .mainmenu {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .mainmenu {
    flex: 0 0 81%;
    -ms-flex: 0 0 81%;
    max-width: 81%;
    text-align: right;
    padding-left: 0px;
  }
}
.mainmenu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mainmenu ul li {
  position: relative;
}
.mainmenu ul li a {
  font-weight: 500;
  color: var(--background-second-color);
  display: block;
  padding: 32px 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .mainmenu ul li a {
    padding: 32px 20px;
  }
}
.mainmenu ul li a:hover {
  background: #F7F7F7;
  color: var(--background-main-color);
}
.mainmenu ul li #title:hover {
  background: #F7F7F7;
  color: white;/*var(--background-main-color);*/
}

.mainmenu ul li:hover a {
  background: #F7F7F7;
  color: var(--background-main-color);
}

.mainmenu ul li:hover #title {
  background: #F7F7F7;
  color: white;
}

.mainmenu ul li .sub-menu {
  flex-direction: column;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  min-width: 680px;
  padding: 20px 0px;
  top: 110%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
  border-bottom: 5px solid var(--background-main-color);
}

.mainmenu ul li .mega-menu {
  margin-top: 10px;
  flex-direction: column;
  float: left;
  background: var(--background-main-color); 
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  min-width: 240px;
  padding: 5px 0px 0px 25px;
  top: 10%;
}

@media (max-width: 1199px) {
  .mainmenu ul li .sub-menu {
    text-align: left;
    right: 0;
  }
}
.mainmenu ul li .sub-menu::after {
  background: var(--background-second-color);
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  position: absolute;
}

.mainmenu ul li .sub-menu li a {
  padding: 5px 10px;
  color: var(--background-second-color);
  background: transparent;
}
.mainmenu ul li .sub-menu li a:hover {
  color: var(--background-main-color);
}
.mainmenu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
@media (max-width: 1690px) {
  .mainmenu__2 {
    padding-left: 60px;
  }
}
@media (max-width: 1380px) {
  .mainmenu__2 {
    padding-left: 40px;
  }
}
@media (max-width: 1270px) {
  .mainmenu__2 {
    padding-left: 25px;
  }
}
@media (max-width: 1690px) {
  .mainmenu__2 ul li a {
    padding: 32px 20px;
  }
}
@media (max-width: 1380px) {
  .mainmenu__2 ul li a {
    padding: 32px 15px;
  }
}
@media (max-width: 1305px) {
  .mainmenu__2 ul li a {
    padding: 32px 18px;
  }
}
@media (max-width: 1245px) {
  .mainmenu__2 ul li a {
    padding: 32px 15px;
  }
}

.lang-quote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.lang-quote .language {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1199px) {
  .lang-quote .language {
    display: none;
  }
}
.lang-quote .language i {
  font-size: 20px;
  margin-right: 5px;
  color: var(--background-second-color);
}
.lang-quote .language .nice-select {
  padding: 0px;
  border: none;
  text-transform: uppercase;
  color: var(--background-second-color);
  padding-right: 25px;
  padding-left: 5px;
  height: auto !important;
}
.lang-quote .language .nice-select .current {
  font-size: 16px;
}
.lang-quote .language .nice-select .list {
  border-radius: 0px;
  margin-left: -17px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.lang-quote .language .nice-select .option {
  min-height: auto !important;
  line-height: 18px;
  padding: 10px 25px;
}
.lang-quote .language .nice-select:after {
  height: 6px;
  width: 6px;
}
.lang-quote__2 .quote-btn {
  margin-left: 5px;
}

.quote-btn {
  font-size: 15px;
  font-weight: 600;
  padding: 17px 20px;
  background: var(--background-main-color);
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  margin-left: 15px;
  color: #fff;
  border-radius: 3px;
}
.quote-btn:hover {
  background: var(--background-second-color);
  color: #fff;
}
@media (max-width: 1295px) {
  .quote-btn {
    margin-left: 15px;
    padding: 17px 30px;
  }
}
@media (max-width: 1199px) {
  .quote-btn {
    display: none;
  }
}

.call-info {
  align-items: center;
  width: 55%;
  justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1790px) {
  .call-info {
    width: 60%;
  }
}
@media (max-width: 1400px) {
  .call-info {
    width: 51%;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@media (max-width: 1380px) {
  .call-info {
    width: 53%;
    -webkit-transform: translateX(-45px);
    -ms-transform: translateX(-45px);
    transform: translateX(-45px);
  }
}
@media (max-width: 1330px) {
  .call-info {
    width: 57%;
  }
}
@media (max-width: 1305px) {
  .call-info {
    display: none;
  }
}
.call-info__icon {
  height: 50px;
  color: #fff;
  background: #FFB400;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  max-width: 50px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 15, 105, 0.13);
}
.call-info__content {
  margin-left: 10px;
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.call-info__content span {
  color: #6B727E;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 7px;
  line-height: 15px;
}
.call-info__content a {
  font-size: 17px;
  color: var(--background-second-color);
  display: block;
  font-weight: 500;
  line-height: 15px;
}

/* form css start */
label {
  font-size: fsize("14px");
}

input:not([type=radio]),
textarea {
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: transparent;
  font-size: fsize("14px") !important;
}
input:not([type=radio])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c9c9c9 !important;
  opacity: 1;
}
input:not([type=radio])::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c9c9c9 !important;
  opacity: 1;
}
input:not([type=radio]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c9c9c9 !important;
  opacity: 1;
}
input:not([type=radio]):-moz-placeholder,
textarea:-moz-placeholder {
  color: #c9c9c9 !important;
  opacity: 1;
}

select {
  padding: 8px 0px;
  border: none;
  cursor: pointer;
  color: var(--background-second-color);
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

textarea {
  min-height: 100px;
  width: 100%;
}
textarea.resize--none {
  resize: none;
}

input[type=radio],
input[type=range],
input[type=checkbox] {
  height: auto !important;
  padding: 0;
}

input.form-control {
  height: 38px;
}
input.form-control-xl {
  height: calc(2rem + 1rem + 2px);
  font-size: fsize("18px") !important;
}
input.form-control-lg {
  height: calc(1.8rem + 1rem + 2px);
  font-size: fsize("16px") !important;
}
input.form-control-sm {
  height: calc(1rem + 1rem + 2px);
  font-size: fsize("13px") !important;
}

.label--text {
  font-size: fsize("14px");
  margin-bottom: 0.5rem;
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

/* form css end */
/*button css*/
.site-btn {
  display: inline-block;
  background: #1F1F20;
  color: #fff;
  padding-right: 40px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  border-radius: 40px;
  font-weight: 700;
  padding-left: 0px;
  line-height: 26px;
}
.site-btn .icon {
  width: 45px;
  height: 45px;
  background: #fff;
  display: inline-block;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  margin: 5px;
  margin-right: 25px;
  font-size: 20px;
  color: var(--background-main-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-btn .icon__black {
  background: var(--background-second-color);
}
.site-btn:hover {
  background: var(--background-main-color);
  color: #fff;
}
.site-btn:hover .icon {
  color: #fff;
  background: var(--background-main-color);
}
.site-btn__s2 {
  background: var(--background-main-color);
}
.site-btn__s2 .icon {
  color: #fff;
}
.site-btn__s2:hover {
  background: #1F1F20;
}
.site-btn__s3 {
  background: #fff;
  color: var(--background-second-color);
}
.site-btn__s3:hover {
  background: var(--background-second-color);
}
.site-btn__s3 .icon {
  background: var(--background-main-color);
  color: #fff;
}
.site-btn__2 {
  display: inline-block;
  padding: 17px 35px;
  background-color: var(--background-main-color);
  position: relative;
  z-index: 2;
  min-width: 190px;
}
.site-btn__2 .icon {
  background-color: transparent;
  padding: 0px;
  margin-right: 0px;
  width: auto;
  height: auto;
  line-height: 0px;
  margin-right: 10px;
  color: #fff;
  margin: 0;
  margin-right: 10px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.site-btn__2:hover {
  background-color: var(--background-second-color);
}
.site-btn__2:hover .icon {
  background: transparent;
}

.inline-btn {
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--background-main-color);
  font-weight: 700;
}
.inline-btn .icon {
  margin-right: 6px;
  color: var(--background-main-color);
}
.inline-btn:hover .icon {
  color: #6B727E;
}
/* feature css */
.feature-area {
  position: relative;
  z-index: 1;
}
.feature-area::after {
  background: #F7F7F7;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 450px;
  z-index: -1;
}
.feature-area__2 {
  padding-bottom: 300px;
}
.feature-area__2::after {
  display: none;
}
.feature-area__3::after {
  display: none;
}

.feature-item {
  padding: 30px 20px;
  height: 300px;
  box-shadow: 0px 10px 30px 0px rgba(2, 24, 95, 0.06);
  text-align: center;
  background: #fff;
  border-radius: 5px;
}
.feature-item__icon {
  width: 90px;
  min-height: 90px;
  border-radius: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.feature-item__icon img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.feature-item__icon--1 {
  background: #37B546;
}
.feature-item__icon--2 {
  background: #FD4A36;
}
.feature-item__icon--3 {
  background: #0084FF;
}
.feature-item__icon--4 {
  background: var(--background-main-color);
}
.feature-item__icon--round {
  margin: 0;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
  align-items: center;
  background-size: contain;
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.feature-item__icon--round img {
  margin-left: 60px;
}
.feature-item__content p {
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 920px) {
	.feature-item__content p {
	  font-size: 10pt;
	}
	.feature-item__title {
    	font-size: 16px;
	}
	.feature-item__icon {
		width: 80px;
		min-height: 80px;
	}
}
.feature-item__content--2 {
  text-align: left;
}
.feature-item__content--2 .inline-btn {
  margin-top: 25px;
  display: inline-block;
  color: var(--background-second-color);
}
.feature-item__content--2 .inline-btn:hover {
  color: var(--background-main-color);
}
.feature-item .inline-btn .icon {
  color: var(--background-second-color);
}
.feature-item .inline-btn:hover .icon {
  color: var(--background-main-color);
}
.feature-item__title {
  font-size: 20px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.feature-item__title--2 {
  margin-bottom: 15px;
}
.feature-item:hover .feature-item__icon img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.feature-item:hover .feature-item__title {
  color: var(--background-main-color);
}
.feature-item__2 {
  box-shadow: 0px 0px 20px 0px rgba(0, 15, 105, 0.06);
  padding-left: 45px;
  padding-right: 45px;
}
.feature-item__3 {
  background: #F7F7F7;
  box-shadow: none;
}

/*about css*/
@media (max-width: 1199px) {
  .about-area .pr-0 {
    padding-right: 15px !important;
  }
}
@media (max-width: 1199px) {
  .about-area .pl-80 {
    padding-left: 15px !important;
  }
}

@media (max-width: 1199px) {
  .about__bg {
    margin-bottom: 80px;
  }
}
.about__bg--2 {
  position: relative;
}

.about__bg--2 .big-thumb {
  position: relative;
  z-index: 1;
}
.about__bg--2 .big-thumb img {
  width: 100%;
}
.about__bg--2 .mid-thumb {
  left: -100px;
  bottom: -40px;
  z-index: 2;
}
.about__bg--2 .small-thumb {
  right: -30px;
  top: -70px;
  z-index: 2;
}
.about__bg--2 .circle-shape {
  top: 55px;
  left: -115px;
}
.about__bg--2 .patternt-shape {
  right: -30px;
  bottom: -30px;
}
.about__bg--3 img {
  max-width: inherit;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
@media (max-width: 1199px) {
  .about__bg--3 img {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media (max-width: 991px) {
  .about__bg--3 img {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media (max-width: 767px) {
  .about__bg--3 img {
    max-width: 100%;
  }
}

.about-lists ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .about-lists ul li {
    display: inline-block;
  }
}
.about-lists ul li i {
  margin-right: 15px;
  color: var(--background-main-color);
}
.about-lists ul li:not(:last-child) {
  margin-bottom: 15px;
}

.ab__box--head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.ab__box--head .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 0 0 55px;
  -ms-flex: 0 0 55px;
  max-width: 55px;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  background-color: #FFB400;
  border-radius: 50%;
}
.ab__box--head .icon__2 {
  background-color: var(--background-main-color);
}
.ab__box--head .title {
  padding-left: 10px;
  font-size: 20px;
  line-height: 32px;
}
.ab__box p {
  line-height: 27px;
}

.author__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.author__box--thumb {
  flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  max-width: 70px;
}
.author__box--thumb img {
  border-radius: 50%;
}
.author__box--text {
  padding-left: 20px;
}
.author__box--text .name {
  font-size: 22px;
}
.author__box--text .designation {
  color: #6B727E;
}

.ab-author-signature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.ab-author-signature .signature {
  margin-left: 40px;
}

/*project css*/
@media (max-width: 1199px) {
  .project-area .project-row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1610px) {
  .project-area__2 {
    padding: 0px 80px;
    padding-top: 125px;
  }
}
@media (max-width: 1560px) {
  .project-area__2 {
    padding: 0px 30px;
    padding-top: 125px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .project-area__2 {
    padding: 0px 0px;
    padding-top: 125px;
  }
}
@media (max-width: 991px) {
  .project-area__2 {
    padding: 0px 0px;
    padding-top: 125px;
  }
}

.project-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.project-item__thumb img {
  width: 100%;
}
.project-item__thumb--big {
  height: 100%;
}
.project-item__thumb--big img {
  object-fit: cover;
  height: 100%;
}
.project-item__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.project-item__hover::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.project-item__content {
  position: absolute;
  bottom: 35px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.project-item__subtitle {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: var(--background-main-color);
  margin-bottom: 7px;
}
.project-item__subtitle span {
  color: var(--background-main-color);
}
.project-item__title {
  color: #fff;
  font-size: 30px;
}
.project-item__link {
  width: 75px;
  height: 75px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: var(--background-main-color);
}
.project-item__link .onhover {
  display: none;
}
.project-item__link:hover {
  background: var(--background-main-color);
  color: #fff;
}
.project-item:hover .project-item__hover::before {
  opacity: 0.9;
  visibility: visible;
}
.project-item:hover .project-item__content {
  opacity: 1;
  visibility: visible;
  bottom: 45px;
}
.project-item:hover .project-item__link {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}


/* project-item small */
.project-item-small {
  position: relative;
  width: 100%;
  height: 100%;
}
.project-item-small__thumb img {
  width: 100%;
}
.project-item-small__thumb--big {
  height: 100%;
}
.project-item-small__thumb--big img {
  object-fit: cover;
  height: 100%;
}
.project-item-small__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.project-item-small__hover::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.project-item-small__content {
  position: absolute;
  bottom: 15 px;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.project-item-small__title {
  color: #fff;
  font-size: 20px;
}
.project-item-small__link {
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  color: var(--background-main-color);
}
.project-item-small__link .onhover {
  display: none;
}
.project-item-small__link:hover {
  background: var(--background-main-color);
  color: #fff;
}
.project-item-small:hover .project-item-small__hover::before {
  opacity: 0.9;
  visibility: visible;
}
.project-item-small:hover .project-item-small__content {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}
.project-item-small:hover .project-item-small__link {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
/* service css */
.service-area__2 {
  background: #0D2F64;
}

.service-item {
  align-items: center;
  box-shadow: 0px 8px 30px 0px rgba(2, 24, 95, 0.08);
}

.service-item__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 0 0 100px;
  -ms-flex: 0 0 170px;
  max-width: 170px;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  border-radius: 5px;
}
.service-item__icon img{
  max-width: 50%;
}
.service-item__icon--1 {
  background: #37B546;
}
.service-item__icon--2 {
  background: #FD4A36;
}
.service-item__icon--3 {
  background: var(--background-main-color);
}
.service-item__icon--4 {
  background: #0084FF;
}
.service-item__icon--5 {
  background: #37B546;
}
.service-item__icon--6 {
  background: var(--background-main-color);
}
.service-item__icon--noborder {
  border-radius: 5px 0px 0px 5px;
}

.service-item__icon img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-item__content {
  background: #fff;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.service-item__content p {
  line-height: 20px;
  font-size: 15px;
}

.service-item__title {
  font-size: 18px;
  color: black;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-item:hover .service-item__icon img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.service-item:hover .service-item__title {
  color: var(--background-main-color);
}
@media (max-width: 767px) {
  .service-item__content--2 {
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 38px;
  }

  .service-item__2 {
    padding: 0px;
    align-items: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-item__2 {
    align-items: flex-end;
  }
}

.view-all a {
  font-weight: 700;
  color: var(--background-main-color);
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.service-box {
  padding: 40px 40px;
  background: #FFB400;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-box__1 {
  background: #0F418F;
}
.service-box__2 {
  background: #FFB400;
}
.service-box__3 {
  background: #FF442B;
}
.service-box__title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}
.service-box p {
  line-height: 27px;
  color: #fff;
}
.service-box .inline-btn {
  color: #fff;
  margin-top: 20px;
}
.service-box .inline-btn .icon {
  color: #fff;
}
.service-box .shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -1;
  height: auto;
}
.service-box .shape img {
  width: 100%;
}

.service__bg {
  height: 100%;
}
@media (max-width: 1199px) {
  .service__bg {
    margin-top: 50px;
  }
}
.service__bg img {
  width: 100%;
}

/*pricing css*/
.pricing-area {
  position: relative;
  z-index: 1;
}
.pricing-area__2::after {
  background: #F7F7F7;
  height: 553px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.pricing-item {
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
  padding: 10px;
  z-index: 1;
}
.pricing-item::after {
  border: 1px solid #ddd;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pricing-item__head {
  padding: 30px 0px;
  padding-top: 25px;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: 2px;
  padding-top: 28px;
}
.pricing-item__head .heading-title {
  font-size: 36px;
}
.pricing-item__head .sub-heading-title {
  font-size: 16px;
  font-weight: 400;
  color: #6B727E;
  font-family: "Rubik", sans-serif;
  margin-top: 5px;
}
.pricing-item__head--2 {
  background: #F7F7F7;
}
.pricing-item__price {
  padding: 17px 0px;
  background: #F7F7F7;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pricing-item__price h2 {
  font-size: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pricing-item__price--1 {
  background: #0F418F;
}
.pricing-item__price--2 {
  background: var(--background-main-color);
}
.pricing-item__price--3 {
  background: #FFB400;
}
.pricing-item__price--white h2 {
  color: #fff;
}
.pricing-item__lists {
  padding: 45px 0px;
  background: #fff;
  margin-left: 2px;
  margin-right: 2px;
}
.pricing-item__lists li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-item .price-btn {
  margin-bottom: 35px;
  background-color: #F7F7F7;
  border: 1px solid #E3E4E6;
  color: var(--background-second-color);
  display: inline-block;
  padding: 16px 31px;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.pricing-item .price-btn .icon {
  margin-right: 5px;
  color: var(--background-main-color);
}
.pricing-item:hover .pricing-item__price {
  background: var(--background-main-color);
}
.pricing-item:hover .pricing-item__price h2 {
  color: #fff;
}
.pricing-item:hover .price-btn {
  background: var(--background-main-color);
  color: #fff;
  border-color: var(--background-main-color);
}
.pricing-item:hover .price-btn .icon {
  color: #fff;
}

/*news css*/
.news-area__2 .section-header {
  margin-bottom: 65px !important;
}

.news-right {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .news-right {
    margin-bottom: 60px !important;
    margin-top: 0px;
    text-align: left !important;
  }
}

.post-box {
  position: relative;
}
.post-box__thumb {
  margin: 0px 15px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.post-box__thumb img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post-box__thumb--2 {
  margin: 0px 0px;
}
.post-box__content {
  background: #fff;
  position: relative;
  padding: 10px 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 10px 30px 0px rgba(2, 24, 95, 0.04);
}
.post-box__content::after {
  left: 0px;
  top: -130px;
  width: 100%;
  height: 130px;
  background: #fff;
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 10px 30px 0px rgba(2, 24, 95, 0.04);
}
.post-box__content .date-author {
  color: var(--background-main-color);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 2px;
}
.post-box__content .post-box__text{
  min-height: 2.5em;
}

.post-box__content .post-box__text p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.post-box__content--2::after {
  display: none;
}
.post-box__content--grey {
  background: #F7F7F7;
  padding: 33px 45px;
  padding-bottom: 35px;
}
.post-box__content--white {
  box-shadow: none;
}
@media (max-width: 991px) {
  .post-box__content--white {
    padding: 33px 45px !important;
    padding-bottom: 35px !important;
  }
}
.post-box__content--white .inline-btn .icon {
  color: var(--background-second-color) !important;
}
.post-box__content--white .inline-btn:hover .icon {
  color: var(--background-main-color) !important;
}
.post-box__content .inline-btn .icon {
  color: var(--background-second-color);
}
.post-box__cat {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: var(--background-main-color);
  padding: 2px 10px;
  text-transform: uppercase;
}
.news-box__cat {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: var(--background-main-color);
  padding: 0px 10px;
  text-transform: uppercase;
}
.post-box__title {
  min-height: 2.5em;
}

.post-box__title a {
  font-family: "Roboto", sans-serif;
  font-size: 15px !important;
  text-align: left;
  color: var(--background-second-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.post-box__title--2 {
  margin-bottom: 17px;
}
.post-box .inline-btn {
  margin-top: 10px;
  color: #6B727E;
}
.post-box .inline-btn .icon__hover {
  display: none;
}
.post-box:hover .post-box__thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.post-box:hover .post-box__content {
  background: var(--background-main-color);
}
.post-box:hover .post-box__content::after {
  background: var(--background-main-color);
}
.post-box:hover .post-box__content .date-author {
  color: #fff;
}
.post-box:hover .post-box__content--white {
  background: transparent;
}
.post-box:hover .post-box__content--white .inline-btn {
  color: var(--background-second-color);
}
.post-box:hover .post-box__content--white .inline-btn:hover {
  color: var(--background-main-color);
}
.post-box:hover .post-box__content--white .inline-btn .icon {
  margin-left: 0px;
  display: inline-block;
}
.post-box:hover .post-box__content--white .inline-btn .icon__hover {
  display: none;
}
.post-box:hover .post-box__content--white .date-author {
  color: var(--background-main-color);
}
.post-box:hover .post-box__content--2 {
  background: inherit;
}
.post-box:hover .post-box__title a {
  color: #fff;
}
.post-box:hover .post-box__title--2 a {
  color: var(--background-second-color);
}
.post-box:hover .post-box__title--2 a:hover {
  color: var(--background-main-color);
}
.post-box:hover .inline-btn {
  color: #fff;
}
.post-box:hover .inline-btn .icon {
  color: #fff;
}
@media (max-width: 991px) {
  .post-box .reverse-col {
    flex-direction: column-reverse;
  }
}

/*blog content css*/
@media (max-width: 767px) {
  .blog__area .text-right {
    text-align: left !important;
  }
  .blog__area .text-right .site-btn {
    margin-top: 20px;
  }
}

.blog__box .thumb {
  overflow: hidden;
  border-radius: 15px;	
}
.blog__box .thumb img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.blog__box .content {
  border: 2px solid #ddd;
  padding: 40px 28px;
  padding-top: 33px;
  border-top: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .blog__box .content {
    padding: 40px 25px;
  }
}
.blog__box .content .cat {
  font-size: 14px;
  color: var(--background-main-color);
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
}

.blog__box .content .title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}
.blog__box .content .title a {
  color: var(--background-second-color);
}
.blog__box .content .title a:hover {
  color: var(--background-main-color);
}
.blog__box .content p {
  font-family: "Roboto", sans-serif;
}
.blog__box .content .meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.blog__box .content .meta .authore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.blog__box .content .meta .authore__thumb {
  border-radius: 50%;
}
.blog__box .content .meta .authore__content {
  border: none;
  padding: 0px;
  padding-left: 15px;
}
.blog__box .content .meta .authore__content h5 {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.blog__box .content .meta .date {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  padding-left: 30px;
}
.blog__box .content .meta .date i {
  color: var(--background-main-color);
  margin-right: 5px;
}
.blog__box .content .post-text {
  min-height: 3.0em;
}

.blog__box .content .post-text p{
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.blog__box:hover .thumb img {
  transform: scale(1.1);
}
.blog__box--2 .content {
  padding-left: 40px;
  padding-right: 40px;
}
.blog__box--3 {
  background: #F7F7F7;
}
.blog__box--3 .content {
  border: none;
  padding: 8px 10px;
  padding-right: 10px;
}

.blog__box--3 .content .cat {
  background: var(--background-main-color);
  padding: 5px 20px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 22px;
}
.blog__box--3 .content .cat span {
  color: #fff;
  font-family: "Rubik", sans-serif;
}
.blog__box--3 .content .title {
  min-height: 2.0em;
  margin-bottom: unset;
}

.blog__box--3 .content .title a {
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .blog__box--3 .content .meta {
    margin-top: -5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__box--3 .content .meta {
    margin-top: 0px;
  }
}
.blog__box--3 .content .meta span, .blog__box--3 .content .meta a {
  font-size: 14px;
  color: var(--background-second-color);
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .blog__box--3 .content .meta span, .blog__box--3 .content .meta a {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__box--3 .content .meta span, .blog__box--3 .content .meta a {
    margin-top: 0px;
  }
}
.blog__box--3 .content .meta span:not(:last-child) {
  margin-right: 30px;
}
.blog__box--3 .content .post-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.blog__box--3 .content .authore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
}
.blog__box--3 .content .authore img {
  margin-right: 5px;
  border-radius: 50%;
  max-width: 40px;
  height: auto;
}
.blog__box--video .thumb {
  position: relative;
}
.blog__box--video .video-link {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog__box--video .video-link .video-play-wrap {
  width: 80px;
  height: 80px;
}
.blog__box--video .video-link .video-play {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: var(--background-main-color);
  color: #fff;
}
.blog__box--gallery .owl-nav div {
  font-size: 30px;
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.blog__box--gallery .owl-nav div.owl-next {
  left: auto;
  right: 40px;
}
.blog__box--quote {
  background: var(--background-main-color);
  position: relative;
  z-index: 1;
  padding: 50px;
  padding-left: 155px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .blog__box--quote {
    padding: 30px 25px;
    padding-left: 80px;
  }
}
.blog__box--quote::after {
  background-image: url(../images/shape/blockquote-patter.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
  top: 0;
  content: "";
  z-index: -1;
}
.blog__box--quote .quote-icon {
  position: absolute;
  top: 55px;
  left: 50px;
}
@media (max-width: 767px) {
  .blog__box--quote .quote-icon {
    width: 50px;
    top: 40px;
    left: 15px;
  }
}
.blog__box--quote .title a {
  color: #fff;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .blog__box--quote .title a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__box--quote .title a {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 36px;
  }
}
.blog__box--quote .meta span, .blog__box--quote .meta a {
  font-size: 14px;
  color: #fff;
  font-family: "Rubik", sans-serif;
}
.blog__box--quote .meta span:not(:last-child) {
  margin-right: 30px;
}
.blog__box--quote blockquote {
  margin-bottom: 0px;
}
.blog__box--transparent {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog__box--transparent .content {
  position: relative;
  z-index: 2;
}
.blog__box--details {
  padding: 20px;
}
@media (max-width: 767px) {
  .blog__box--details {
    padding: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__box--details {
    padding: 30px;
  }
}
.blog__box--details .content {
  padding: 0px;
}
.blog__box--details .content p {
  line-height: 26px;
}
.blog__box--details .title {
  font-size: 36px;
  line-height: 46px;
}
.blog__box--details blockquote {
  position: relative;
  background: var(--background-main-color);
  padding: 60px 65px;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  z-index: 1;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .blog__box--details blockquote {
    padding: 40px 35px;
  }
}
.blog__box--details blockquote p {
  color: #fff;
  line-height: 38px !important;
}
.blog__box--details blockquote span {
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
}
.blog__box--details blockquote .quote-icon {
  left: auto;
  right: 40px;
  z-index: -1;
  top: 35px;
  position: absolute;
  width: 40px;
}
.blog__box--details .inner-content img {
  width: 100%;
}
.blog__box--details .inner-content h4 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .blog__box--details .inner-content ul {
    padding-left: 0px;
  }
}
.blog__box--details .inner-content ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.blog__box--details .inner-content ul li i {
  margin-right: 10px;
  transform: translateY(5px);
}
.blog__box--details .inner-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.blog__box--details .releted-post-heading {
  font-size: 26px;
}
.blog__box--details:hover .thumb img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.releted-post .blog__box .content {
  padding: 20px 35px;
  padding-bottom: 35px;
  padding-top: 15px;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.releted-post .blog__box .content {
  padding: 10px 15px;
}

.releted-post .blog__box .content .title {
  min-height: 2.2em;
}
.releted-post .blog__box .content .title a {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.releted-post .blog__box .content .post-text {
  min-height: 3.5em;
}
.releted-post .blog__box .content .post-text p {
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.releted-post .blog__box:hover {
  box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}
.releted-post .blog__box:hover .thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-author {
  padding: 40px 35px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .blog-author {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .blog-author {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-author {
    padding: 40px;
  }
}
.blog-author__text {
  padding-left: 20px;
  flex: 0 0 69%;
  -ms-flex: 0 0 69%;
  max-width: 69%;
}
@media (max-width: 991px) {
  .blog-author__text {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    margin-top: 20px;
    text-align: center;
  }
}
.blog-author__text h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 5px;
}
.blog-author__text p {
  margin-bottom: 0;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.blog-author__text span {
  color: var(--background-main-color);
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}

.blog-post-tag span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 7px;
  color: var(--background-second-color);
  font-family: "Roboto", sans-serif;
  letter-spacing: -1px;
}
.blog-post-tag .site-btn {
  margin-top: 10px;
  font-size: 12px;
  height: 35px;
  line-height: 34px;
  padding: 0px 18px;
  font-weight: 500;
  color: var(--background-second-color);
  border: 1px solid #ccc;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  background: #fff;
}
.blog-post-tag a:hover {
  background: var(--background-main-color);
  color: #fff;
  border: 1px solid #fff;
}

.blog-share-icon span {
  font-size: 20px;
  font-weight: 600;
  color: var(--background-second-color);
  display: block;
  margin-bottom: 16px;
  font-family: "Roboto", sans-serif;
  letter-spacing: -1px;
}
.blog-share-icon a {
  color: #B5BECC;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 22px;
}
.blog-share-icon a:last-child {
  margin-right: 0px;
}
.blog-share-icon a:hover {
  color: var(--background-main-color);
}

.bakix-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 0px;
}
.bakix-navigation span a {
  color: var(--background-main-color);
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
}
.bakix-navigation h4 {
  font-size: 24px;
  margin: 0;
  letter-spacing: -2px;
}
.bakix-navigation a {
  color: var(--background-second-color);
  font-family: "Roboto", sans-serif;
}
.bakix-navigation a:hover {
  color: var(--background-main-color);
}

.navigation-border {
  border-top: 2px solid #ddd;
  overflow: hidden;
}

/*Pagination css*/
@media (max-width: 1199px) {
  .pagination-container {
    margin-bottom: 50px;
  }
}
.pagination-container ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination-container ul li:not(:last-child) {
  margin-right: 5px;
}
.pagination-container ul li.PagedList-skipToPrevious a, .pagination-container ul li.PagedList-skipToNext a{
  font-size: larger;
}
.pagination-container ul li:hover a, .pagination-container ul li.active a {
  font-weight: bold;
  font-size: 16px;
  background: var(--background-main-color);
  color: #fff;
  transform: scale();
}
.pagination-container ul a {
  font-size: 16px;
  font-weight: 500;
  color: var(--background-second-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: block;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .pagination-container ul li:hover a, .pagination-container ul li.active a {
    font-size: 14px;
  }
  .pagination-container ul a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pagination-container ul a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

/*Sidebar css*/
.widget .aboutme img {
  border-radius: 50%;
}
.widget .aboutme h4 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.widget .aboutme__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.widget .aboutme__icon a {
  font-size: 14px;
  color: #B3BED3;
}
.widget .aboutme__icon a:hover {
  color: var(--background-main-color);
}
.widget .aboutme__icon a:not(:last-child) {
  margin-right: 20px;
}
.widget .cat li {
  position: relative;
}
.widget .cat li:not(:last-child) {
  margin-bottom: 10px;
}
.widget .cat a {
  display: block;
  color: var(--background-second-color);
  font-weight: 500;
  background: #F7F7F7;
  padding: 12px 30px;
  padding-right: 0;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
}
.widget .cat a:hover {
  background: var(--background-main-color);
  color: #fff;
}
.widget .cat a span {
  background: var(--background-main-color);
  width: 50px;
  text-align: center;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}
.widget .social__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.widget .social__links a {
  font-size: 14px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  color: var(--background-second-color);
  background: #F7F7F7;
  text-align: center;
}
.widget .social__links a:not(:last-child) {
  margin-right: 10px;
}
.widget .social__links a:hover {
  background: var(--background-main-color);
  color: #fff;
}
.widget .twitter__feeds li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
.widget .twitter__feeds li:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.widget .twitter__feeds .t-feed-icon {
  font-size: 14px;
  color: var(--background-main-color);
  margin-top: 3px;
}
.widget .twitter__feeds .t-feed-body {
  padding-left: 20px;
  flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  max-width: 95%;
}
@media (max-width: 400px) {
  .widget .twitter__feeds .t-feed-body {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    margin-top: 15px;
  }
}
.widget .twitter__feeds .t-feed-meta {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}
.widget #pinterestfeed {
  margin: 0 -5px;
  overflow: hidden;
}
.widget #pinterestfeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}
.widget #pinterestfeed li img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}
.widget .tag {
  margin-top: -10px;
}
.widget .tag .site-btn {
  margin-top: 10px;
  font-size: 12px;
  height: 35px;
  line-height: 34px;
  text-transform: uppercase;
  padding: 0px 18px;
  background: #fff;
  color: var(--background-second-color);
}
.widget .tag .site-btn:hover {
  background: var(--background-main-color);
  color: #fff;
}
.widget .tag .site-btn:not(:last-child) {
  margin-right: 5px;
}
.widget.ad__widget {
  padding: 0;
  position: relative;
}
.widget.ad__widget img {
  width: 100%;
}
.widget.ad__widget .ad-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  background: var(--background-main-color);
  text-align: center;
  padding: 19px 15px;
  text-transform: uppercase;
  width: calc(100% - 135px);
}
.widget.ad__widget .ad-text h3 {
  color: #fff;
}
.widget.ad__widget .ad-text span {
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  color: #fff;
}

.sidebar-search-form {
  position: relative;
}
.sidebar-search-form input {
  width: 100%;
  font-size: 12px;
  background: #fff;
  color: var(--background-second-color);
  border: none;
  border-radius: 0px;
  padding: 17px 30px;
  color: var(--background-second-color);
}
.sidebar-search-form input::-webkit-input-placeholder {
  color: var(--background-second-color) !important;
  opacity: 1;
}
.sidebar-search-form input::-moz-placeholder {
  color: var(--background-second-color) !important;
  opacity: 1;
}
.sidebar-search-form input:-ms-input-placeholder {
  color: var(--background-second-color) !important;
  opacity: 1;
}
.sidebar-search-form input:-moz-placeholder {
  color: var(--background-second-color) !important;
  opacity: 1;
}
.sidebar-search-form button {
  border: none;
  position: absolute;
  right: 0;
  background: var(--background-main-color);
  color: #fff;
  font-size: 14px;
  width: 60px;
  height: 60px;
  line-height: 63px;
}
.sidebar-search-form button:hover {
  background: var(--background-second-color);
  color: #fff;
}

.recent-posts li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
}
.recent-posts li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.recent-posts .thumb {
  overflow: hidden;
}
.recent-posts .thumb img{
  width: 100px;
  height:85px;  
  object-fit: cover;
}
.recent-posts .content {
  padding-left: 15px;
  flex: 1 0;
  margin-top: 0px;
}
@media (max-width: 400px) {
  .recent-posts .content {
    flex: 1 0;
    -ms-flex: 1 0;
    padding-left: 10px;
  }
}
@media (max-width: 800px) {
  .recent-posts .content {
    flex: 1 0;
    padding-left: 10px;
  }
}
.recent-posts .content .title{
  min-height: 2.5em;
}

.recent-posts .content .title a {
  color: var(--background-second-color);
  font-size: 16px;
  align-items: unset !important;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.recent-posts .content .title a:hover {
  color: var(--background-main-color);
}
.recent-posts .content .meta {
  font-size: 14px;
  margin-top: 20px;
}

/*Comments css*/
.post-comments {
  padding-bottom: 55px;
}
.post-comments .title {
  font-size: 26px;
  margin-bottom: 25;
  letter-spacing: -2px;
}

.latest__comments .comments-box {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
.latest__comments .comments-text {
  overflow: hidden;
}
.latest__comments .comments-avatar {
  float: left;
}
@media (max-width: 767px) {
  .latest__comments .comments-avatar {
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest__comments .comments-avatar {
    float: left;
    margin-bottom: 0px;
  }
}
.latest__comments .comments-avatar img {
  width: 100px !important;
  margin-right: 30px;
}
.latest__comments li:last-child .comments-box {
  padding-bottom: 0px;
}
.latest__comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}
.latest__comments li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .latest__comments li.children {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest__comments li.children {
    margin-left: 50px;
  }
}
.latest__comments .avatar-name {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.latest__comments .avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 700;
}
.latest__comments .avatar-name span {
  font-size: 12px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.latest__comments .reply {
  color: var(--background-second-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  position: absolute;
  right: 0;
  margin-top: 0;
  top: 0;
}
.latest__comments .reply i {
  margin-right: 5px;
}
.latest__comments .reply:hover {
  color: var(--background-main-color);
}
.latest__comments--2 p {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.comments__form .title {
  font-size: 26px;
  margin-bottom: 25px;
}
.comments__form .form {
  background: #F7F7F7;
}
@media (max-width: 767px) {
  .comments__form .form {
    padding: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comments__form .form {
    padding: 30px;
  }
}
.comments__form .form input {
  border: none;
  height: 60px;
  margin-bottom: 30px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: var(--background-second-color);
  border-radius: 0px;
  background: #fff;
  border-radius: 0px;
}
.comments__form .form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: var(--background-second-color);
  font-size: 14px;
  background: #fff;
  border-radius: 0px;
}
.comments__form .form .contact-icon {
  position: relative;
}
.comments__form .form .contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: var(--background-main-color);
  top: 18px;
  font-weight: 300;
}
.comments__form .form .contact-icon::before {
  display: none;
}
.comments__form .form .contacts-message::after {
  content: "";
}
.comments__form .form .contacts-name::after {
  content: "";
}
.comments__form .form .contacts-email::after {
  content: "";
}
.comments__form .form .contacts-website::after {
  content: "";
}

@media (max-width: 991px) {
  .mmt-30 {
    margin-top: 30px !important;
  }
}

/*cta css*/
.cta-right {
  width: 222px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0px 0px 0px auto;
  align-items: center;
}
.cta-right p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .cta-right {
    text-align: left !important;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    /**margin-top: 50px;**/
  }
}
/* .cta-right .site-btn {
  margin-top: 10px;
} */

/*faq css*/
.faq-area {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.faq-area::after {
  background: #f7f7f7;
  width: 80%;
  height: 95%;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .faq-area::after {
    width: 100%;
  }
}
.faq-area__2::after {
  display: none;
}

.faq-bg {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .faq-bg {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .faq-bg img {
    max-width: 100%;
  }
}

.faqs .card {
  margin-bottom: 8px;
  border-radius: 0px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #E1E1E1;
}
.faqs .card__header {
  padding: 0;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
}
.faqs .card__header .btn-link {
  padding: 25px 0px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 700;
  color: var(--background-second-color);
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 0px;
  position: relative;
  text-decoration: none;
  border: none;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.faqs .card__header .btn-link::after {
  right: 0px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  font-size: 12px;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #707070;
  font-weight: 400;
  line-height: 24px;
}
.faqs .card:last-child {
  margin-bottom: 0;
  border-bottom: 0px;
}
.faqs .card .title > button[aria-expanded=true]::after {
  content: "";
  background: var(--background-main-color);
  border-color: var(--background-main-color);
  color: #fff;
}
.faqs .card__body {
  padding-bottom: 35px;
  position: relative;
}
.faqs .card__body p {
  line-height: 28px;
  text-align: justify;
  font-family: "Rubik", sans-serif;
}
.faqs .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #E1E1E1;
}
.faqs .card:first-of-type {
  border-bottom: 1px solid #E1E1E1;
}
.faqs__2 .card {
  margin-bottom: 20px;
}
.faqs__2 .card__header {
  border: 1px solid #E3E4E6;
  border-bottom: 0px;
}
.faqs__2 .card__header .btn-link {
  padding: 20px 25px;
  font-size: 16px;
}
.faqs__2 .card__header .btn-link::after {
  content: "";
  background: transparent;
  font-size: 15px;
  color: #6B727E;
  right: 25px;
  width: auto;
  height: auto;
}
.faqs__2 .card__header .btn-link.active {
  background: #0D2F64;
  color: #fff;
}
.faqs__2 .card .title > button[aria-expanded=true] {
  background: #0D2F64;
  color: #fff;
}
.faqs__2 .card .title > button[aria-expanded=true]::after {
  content: "";
  background: transparent;
  color: #fff;
  opacity: 0.7;
}
.faqs__2 .card__body {
  padding-bottom: 25px;
  position: relative;
  background: #0D2F64;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 1px;
  margin-right: 1px;
}
.faqs__2 .card__body p {
  line-height: 27px;
  font-family: "Rubik", sans-serif;
  opacity: 0.7;
  color: #fff;
}
.faqs__2 .card:last-of-type {
  border-bottom: 1px solid #E1E1E1;
}

/*brand css*/
.brand-carousel__item {
  /*min-height: 120px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-carousel__item img {
  width: auto !important;
  max-width: 25%;
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: rgb(124, 124, 124); /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  transition: all .5s ease-in-out;
}
.brand-carousel__item:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
  transform: scale(1.1);
}

.logobrand-carousel__item {
  height: 150px;
  width: 160px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
	.logobrand-carousel__item {
		height: 100px;
		width: 110px !important;
	}
}
@media (max-width: 920px) {
	.logobrand-carousel__item {
		height: 150px;
		width: 200px !important;
	}
}

.logobrand-carousel__item img {
  height: 50% !important;
  width: auto !important;
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: rgb(124, 124, 124); /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  transition: all .5s ease-in-out;
}

.logobrand-carousel__item:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
  transform: scale(1.4);
}

/*Video button css*/
@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 0;
  }
}
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 0;
  }
}
.video-link {
  display: inline-block;
}

.wave-pulse {
  width: 2px;
  height: 0;
  margin: 0 auto;
}

.wave-pulse:before,
.wave-pulse:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 115px;
  height: 115px;
  top: 50%;
  left: 50%;
  border: 3px solid #fff;
  -webkit-animation: zoomBig 3.25s linear infinite;
  animation: zoomBig 3.25s linear infinite;
  border-radius: 50%;
}

.video-mark__2 .wave-pulse:before,
.video-mark__2 .wave-pulse:after {
  width: 130px;
  height: 130px;
}
.video-mark__3 .wave-pulse:before,
.video-mark__3 .wave-pulse:after {
  width: 145px;
  height: 145px;
}

.wave-pulse:before {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.video-play-wrap {
  position: relative;
  width: 70px;
  height: 70px;
}
.video-play-wrap__2 {
  height: 80px;
  width: 80px;
}
.video-play-wrap__3 {
  height: 90px;
  width: 90px;
  margin-top: 115px;
}
@media (max-width: 1199px) {
  .video-play-wrap__3 {
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  .video-play-wrap__3 {
    margin-top: 35px;
  }
}

.video-play {
  background: #fff;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  color: var(--background-main-color);
  text-align: center;
  font-size: 16px;
  width: 70px;
  height: 70px;
  line-height: 75px;
  border-radius: 50%;
}
.video-play__2 {
  height: 80px;
  width: 80px;
  line-height: 85px;
  background-color: var(--background-main-color);
  color: #fff;
}
.video-play__3 {
  height: 90px;
  width: 90px;
  line-height: 95px;
  background: #CDDDEA;
}

.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 1px;
  z-index: 2;
}

.video-link:hover .video-play {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.video-text {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  display: inline-block;
  margin-left: 45px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .video-text {
    margin-left: 0px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-text {
    margin-left: 45px;
    margin-top: 0px;
  }
}
.video-text__2 {
  margin-left: 0px;
  margin-top: 45px;
}

/*Video css*/
.video-area {
  padding: 0px 105px;
  margin-top: -170px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1610px) {
  .video-area {
    padding: 0px 80px;
  }
}
@media (max-width: 1560px) {
  .video-area {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .video-area {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .video-area {
    padding: 0px;
  }
}
.video-area__2 {
  padding-left: 0px 0px;
  margin-top: 0px;
  margin-bottom: -225px;
}
.video-area__3 {
  padding-top: 130px;
  padding-bottom: 130px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.quote-wrapper {
  background: #FFB400;
  text-align: center;
  padding: 80px;
}
@media (max-width: 1610px) {
  .quote-wrapper {
    padding: 80px 48px;
  }
}
@media (max-width: 1400px) {
  .quote-wrapper {
    padding: 60px 48px;
  }
}
@media (max-width: 1199px) {
  .quote-wrapper {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .quote-wrapper {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .quote-wrapper {
    padding: 80px 60px;
  }
}
.quote-wrapper .quote-title {
  font-weight: 800;
  font-size: 55px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .quote-wrapper .quote-title {
    font-size: 50px;
  }
}
@media (max-width: 1400px) {
  .quote-wrapper .quote-title {
    font-size: 45px;
  }
}
@media (max-width: 1250px) {
  .quote-wrapper .quote-title {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .quote-wrapper .quote-title {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .quote-wrapper .quote-title {
    font-size: 40px;
  }
}

.quote-form input, .quote-form textarea {
  background: #fff;
  width: 100%;
  border-radius: 3px;
  border: none;
  padding: 20.5px 20px;
}
.quote-form input::-webkit-input-placeholder, .quote-form textarea::-webkit-input-placeholder {
  color: #6B727E !important;
  opacity: 1;
}
.quote-form input::-moz-placeholder, .quote-form textarea::-moz-placeholder {
  color: #6B727E !important;
  opacity: 1;
}
.quote-form input:-ms-input-placeholder, .quote-form textarea:-ms-input-placeholder {
  color: #6B727E !important;
  opacity: 1;
}
.quote-form input:-moz-placeholder, .quote-form textarea:-moz-placeholder {
  color: #6B727E !important;
  opacity: 1;
}
.quote-form textarea {
  min-height: 130px;
}
.quote-form .nice-select {
  width: 100%;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 3px;
  border: none;
  min-height: 65px !important;
  padding-left: 0px;
}
.quote-form .nice-select::after {
  width: 7px;
  height: 7px;
  right: 20px;
}
.quote-form .nice-select .current {
  line-height: 65px;
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  color: #6B727E;
}
.quote-form .nice-select .list {
  width: 100%;
  border-radius: 0px;
}
.quote-form .quote-btn {
  display: block;
  width: 100%;
  margin-left: 0px;
  padding: 19.5px;
}
.quote-form .quote-btn .icon {
  margin-right: 10px;
  color: #fff;
}

.video__bg {
  position: relative;
}
@media (max-width: 1199px) {
  .video__bg {
    min-height: 700px;
  }
}
@media (max-width: 500px) {
  .video__bg {
    min-height: 500px;
  }
}
.video__bg .video-container-wrap {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .video__bg .video-container-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video__bg .video-container-wrap {
    display: inline-block;
    align-items: center;
  }
}
.video__bg .video-container-wrap__2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
  flex-direction: column;
}
.video__bg--2 {
  min-height: 775px;
}
@media (max-width: 991px) {
  .video__bg--2 {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .video__bg--2 {
    min-height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video__bg--2 {
    min-height: 600px;
  }
}

/*Why Choice Us css*/
.wcu-area {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wcu-area {
    padding-bottom: 0px;
  }
}
.wcu-area .wcu-shape {
  position: absolute;
  left: 120px;
  bottom: -25px;
}
@media (max-width: 1750px) {
  .wcu-area .wcu-shape {
    max-width: 680px;
  }
}
@media (max-width: 1650px) {
  .wcu-area .wcu-shape {
    max-width: 640px;
    left: 75px;
    bottom: -14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .wcu-area .wcu-shape {
    max-width: 650px;
    left: 15px;
  }
}
@media (max-width: 1350px) {
  .wcu-area .wcu-shape {
    max-width: 600px;
  }
  .wcu-area .wcu-shape img {
    min-height: 650px;
  }
}
@media (max-width: 1250px) {
  .wcu-area .wcu-shape {
    max-width: 530px;
  }
}
@media (max-width: 1199px) {
  .wcu-area .wcu-shape {
    position: inherit;
    max-width: inherit;
    margin-top: 80px;
  }
  .wcu-area .wcu-shape img {
    width: auto;
    min-height: inherit;
  }
}
@media (max-width: 991px) {
  .wcu-area .wcu-shape {
    max-width: 530px;
  }
}
@media (max-width: 767px) {
  .wcu-area .wcu-shape {
    max-width: 300px;
    left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wcu-area .wcu-shape {
    max-width: 380px;
    left: 30px;
  }
}
@media (max-width: 450px) {
  .wcu-area .wcu-shape {
    left: 15px;
  }
}
@media (max-width: 1199px) {
  .wcu-area__2 {
    padding-bottom: 125px;
  }
}
@media (max-width: 991px) {
  .wcu-area__2 {
    padding-bottom: 125px;
  }
}

.wcu-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.wcu-box__wrapper .wcu-box:not(:last-child) {
  border-bottom: 1px solid #3D5983;
  padding-bottom: 40px;
}
.wcu-box__wrapper--2 .wcu-box:not(:last-child) {
  border-color: #DFE0E1;
}
.wcu-box__icon {
  flex: 0 0 82px;
  -ms-flex: 0 0 82px;
  max-width: 82px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 82px;
}
.wcu-box__icon--2 {
  background-color: #FFB400;
}
.wcu-box__icon--red {
  background-color: var(--background-main-color);
}
.wcu-box__content {
  padding-left: 30px;
  flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  max-width: 85%;
}
@media (max-width: 767px) {
  .wcu-box__content {
    padding-left: 0px;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.wcu-box__title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.wcu-box__title--2 {
  color: var(--background-second-color);
}
.wcu-box p {
  color: #fff;
  opacity: 0.7;
}
.wcu-box__2 p {
  color: var(--background-second-color);
}

/*Working process area*/
.wp-box {
  padding-right: 20px;
}
.wp-box__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 15px;
  background: var(--background-main-color);
}
.wp-box__icon img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wp-box__icon--1 {
  background: #37B546;
}
.wp-box__icon--2 {
  background: #FD4A36;
}
.wp-box__icon--3 {
  background: #FFB400;
}
.wp-box__icon--4 {
  background: #0084FF;
}

.wp-box__icon--center {
  margin: 0 auto;
}
.wp-box__title {
  font-size: 20px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wp-box:hover .wp-box__icon img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.wp-box:hover .wp-box__title {
  color: var(--background-main-color);
}
.wp-box__2 {
  padding: 0px 5px;
}

@media (max-width: 767px) {
  .wp-box.reverse-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .wp-box.reverse-col .mt-35 {
    margin-top: 0px !important;
    margin-bottom: 35px;
  }
}

/* counter section css */
.counter-area {
  padding-top: 355px;
}

.counter-box .odometer {
  font-size: 20px; /*font-size: 60px; */
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: -5px;/*margin-bottom: 3px;*/
}
.breadcrumb1-section .counter-box .odometer span {
  color: #ff9f31;
  //text-shadow: 1px 0 #ffbc00, -1px 0 #ffbc00, 0 1px #ffbc00, 0 -1px #ffbc00, 1px 1px #ffbc00, -1px 1px #ffbc00, 1px -1px #ffbc00, -1px -1px #ffbc00;
}
.counter-box p {
  font-size: 17px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.counter-box__2 .odometer span {
  color: var(--background-second-color);
}
.counter-box__2 p {
  color: #6B727E;
  line-height: 1.5;
}

/*team css*/
.team-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.team-box__thumb {
  position: relative;
  z-index: 2;
  padding: 0px 12px;
}
.team-box__thumb img {
  width: 100%;
}
.team-box__content {
  padding: 10px;
  padding-top: 20px;
  text-align: center;
  border-top: 0px;
  position: relative;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.team-box__content::after, .team-box__content::before {
  top: -95px;
  min-height: 210px;
  width: 100%;
  border: 2px solid #2A4877;
  border-bottom: 0px;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.team-box__content::after {
  top: auto;
  bottom: 0;
  border-top: 0px;
  border-bottom: 2px solid #2A4877;
}
.team-box__content .name {
  font-size: 16px;
  color: #fff;
}
.team-box__content .designation {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
}
.team-box__content--2::after, .team-box__content--2::before {
  border-color: #DCDEE0;
}
.team-box__content--2 .name {
  color: var(--background-second-color);
}
.team-box__content--2 .designation {
  color: #6B727E;
}
.team-box .social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 10px;
}
.team-box .social-links a {
  width: 28px;
  height: 28px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}
.team-box .social-links a:hover {
  color: #fff;
  background: var(--background-main-color);
  border-color: var(--background-main-color);
}
.team-box .social-links a:not(:last-child) {
  margin-right: 15px;
}
.team-box .social-links__2 a {
  border-color: #DFE0E2;
  background: transparent;
  color: var(--background-second-color);
}
.team-box:hover .team-box__content::after,
.team-box:hover .team-box__content::before {
  border-color: var(--background-main-color);
}
.team-box__2:hover .team-box__content--2::after, .team-box__2:hover .team-box__content--2::before {
  border-color: transparent;
  box-shadow: 0px 20px 35px 0px rgba(0, 15, 105, 0.08);
}

/*design-box css*/
.design-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.design-box__thumb {
  position: relative;
  z-index: 2;
  padding: 0px 12px;
}
.design-box__thumb img {
  width: 100%;
}
.design-box__content {
  padding: 20px 25px;
  text-align: right;
  border-top: 0px;
  position: relative;
  position: relative;
  z-index: 1;
}

.design-box__content {
  padding: 20px 25px;
  text-align: right;
  border-top: 0px;
  position: relative;
  position: relative;
  z-index: 1;
}

.design-box__content--2 .design-title {
  min-height: 2em;
}

.design-box__content--2 .design-title > h4{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;/* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.design-box__content::after, .design-box__content::before {
  top: -160px;
  min-height: 210px;
  width: 100%;
  border: 2px solid #2A4877;
  border-bottom: 0px;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.design-box__content::after {
  top: auto;
  bottom: 0;
  border-top: 0px;
  border-bottom: 2px solid #2A4877;
}
.design-box__content .name {
  font-size: 22px;
  color: #fff;
  margin-bottom: 7px;
}
.design-box__content .designation {
  color: #fff;
  opacity: 0.7;
}
.design-box__content--2::after, .design-box__content--2::before {
  border-color: #DCDEE0;
}
.design-box:hover .design-box__content::after,
.design-box:hover .design-box__content::before {
  border-color: var(--background-main-color);
}
.design-box__2:hover .design-box__content--2::after, .design-box__2:hover .design-box__content--2::before {
  border-color: var(--background-main-color);
  box-shadow: 0px 20px 35px 0px rgba(0, 15, 105, 0.08);
}
  .design-box__thumb:hover {
    transform: translate(-5px, -5px);
    transition: .5s cubic-bezier( .5,.03,.41,1);
  }

/*breadcrumb css*/
.breadcrumb-section {
  position: relative;
  background-size: auto;
  z-index: 1;
  background-position: center right;
}
.breadcrumb-section::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  background-image: url(../images/shape/breadcrumb-shape.png);
  z-index: -1;
  width: 50%;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 767px) {
  .breadcrumb-section::after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-section::after {
    display: block;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section .pr-0 {
    padding-right: 15px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-section .pr-0 {
    padding-right: 0px !important;
  }
}
/*breadcumb1*/
.breadcrumb1-section {
  position: relative;
  z-index: 1;
  background-image:  url('/Content/images/about/Artboard 1-80.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb1-section .counter-box{
  align-items: end;
	gap: 30px;
}
.breadcrumb1-section::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  z-index: -1;
  width: 50%;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 767px) {
  .breadcrumb1-section::after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb1-section::after {
    display: block;
  }
}
@media (max-width: 767px) {
  .breadcrumb1-section .pr-0 {
    padding-right: 15px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb1-section .pr-0 {
    padding-right: 0px !important;
  }
}
.banner-img {
    align-items: end;
    display: flex;
}
@media (max-width: 768px) {
.banner-img {
    bottom: 0;
    right: 0;
}
}
/*---------------*/

.breadcrumb-text {
  //text-align: right;
  position: relative;
  z-index: 2;
}
.breadcrumb-text__title {
  font-size: 40px;
  text-align: left;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .breadcrumb-text__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-text__title {
    font-size: 32px;
  }
}
.breadcrumb-text__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2px;
}
.breadcrumb-text__nav li {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  .breadcrumb-text__nav li {
    font-size: 16px;
  }
}
.breadcrumb-text__nav li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.breadcrumb-text__nav li:not(:last-child) {
  margin-right: 8px;
}

/*skill css*/
@media (max-width: 1199px) {
  .strategy-section .pl-60 {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .strategy-section .pl-60 {
    padding-left: 15px;
  }
}

.strategy_bg img {
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .strategy_bg {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .strategy_bg {
    margin-bottom: 60px;
  }
}

.skill-boxs {
  overflow: hidden;
}
.skill-boxs .skill-item {
  position: relative;
}
.skill-boxs .skill-item .bar-title h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--background-second-color);
  font-family: "Rubik", sans-serif;
}
.skill-boxs .skill-item .progress {
  height: 12px;
  border-radius: 4px;
  overflow: visible;
  background: #E6EAEC;
}
.skill-boxs .skill-item .progress .number {
  color: var(--background-second-color);
  font-size: 13px;
  font-weight: 500;
  margin-top: -52px;
  z-index: 2;
  text-align: right;
  position: relative;
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.skill-boxs .skill-item .progress .number::after {
  position: absolute;
  right: 14px;
  top: 29px;
  height: 20px;
  background: #0F418F;
  content: "";
  z-index: 2;
  width: 4px;
  border-radius: 4px;
}
.skill-boxs .skill-item .progress .number__2::after {
  background: #FFB400;
}
.skill-boxs .skill-item .progress .number__3::after {
  background: var(--background-main-color);
}
.skill-boxs .skill-item .progress .progress-bar {
  border-radius: 3px;
  background: #0F418F;
}
.skill-boxs .skill-item .progress .progress-bar__2 {
  background: #FFB400;
}
.skill-boxs .skill-item .progress .progress-bar__3 {
  background: var(--background-main-color);
}

/*pricacy css*/
.privacy__highlight {
  font-weight: 600;
  line-height: 27px;
  font-family: "Roboto", sans-serif;
}
.privacy__highlight p {
  color: var(--background-second-color);
}
.privacy__heading {
  font-size: 22px;
}
.privacy__lists li {
  font-family: "Rubik", sans-serif;
  line-height: 27px;
  position: relative;
  padding-left: 20px;
}
.privacy__lists li::after {
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #F7968A;
  border-radius: 50%;
}
.privacy__lists li:not(:last-child) {
  margin-bottom: 20px;
}

/*contact page css*/

.contact-info {
  background: #F7F7F7;
  padding: 35px 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-info__title {
  font-size: 22px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-info p {
  color: #6B727E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-info a {
  color: #6B727E;
  display: inline-block;
  margin-top: 5px;
}
.contact-info:hover {
  background: var(--background-main-color);
}
.contact-info:hover .contact-info__title {
  color: #fff;
}
.contact-info:hover p {
  color: #fff;
}
.contact-info:hover a {
  color: #fff;
}

/*service details css*/
.sidebar {
  padding: 15px 15px;
}
.sidebar__title {
  font-size: 20px;
  margin-bottom: 15px;
}
.sidebar__title--white {
  color: #fff;
  margin-bottom: 40px;
}
.sidebar__list li {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sidebar__list li a {
  background: #fff;
  color: var(--background-second-color);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  display: block;
  padding: 10px;
  padding-right: 40px;
}
.sidebar__list li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar__list li .icon {
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #E8EAEC;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--background-second-color);
}
.sidebar__list li:hover .icon {
  background: var(--background-main-color);
  color: #fff;
}

.design-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.design-item--icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  max-width: 60px;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #DEE0E3;
  min-height: 60px;
}
.design-item--icon .hover {
  display: none;
}
.design-item--content {
  padding-left: 20px;
}
.design-item--content h4 {
  color: var(--background-second-color);
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.design-item:hover {
  background-color: var(--background-main-color);
}
.design-item:hover .design-item--icon .hover {
  display: flex;
}
.design-item:hover .design-item--icon .default {
  display: none;
}
.design-item:hover .design-item--content h4 {
  color: #fff;
}

@media (max-width: 1199px) {
  .details-content {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .details-content {
    margin-top: 30px;
  }
}
.details-content__thumb img {
  width: 100%;
}
.details-content__title {
  font-size: 25px;
}
@media (max-width: 1199px) {
  .details-content__project {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .details-content__project {
    margin-top: 0px;
  }
}

@media (max-width: 1199px) {
  .design-guideline {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .design-guideline {
    margin-top: 40px;
  }
}
.design-guideline li {
  color: #6B727E;
  overflow: hidden;
  padding-bottom: 15px;
}
.design-guideline li:not(:last-child) {
  margin-bottom: 17px;
  border-bottom: 1px solid #DEE0E3;
}
.design-guideline li span {
  float: right;
}

.postcard-item {
  border: 1px solid #E3E6E8;
  padding: 45px 25px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.postcard-item__price {
  font-size: 36px;
  color: var(--background-main-color);
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.postcard-item:hover {
  background-color: var(--background-main-color);
  border-color: var(--background-main-color);
}
.postcard-item:hover .postcard-item__price {
  color: #fff;
}
.postcard-item:hover p {
  color: #fff;
}

/*project details css*/
.project-details {
  padding: 55px 50px;
}
@media (max-width: 1199px) {
  .project-details {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .project-details {
    margin-top: 50px;
  }
}
.project-details li {
  font-size: 30px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding-bottom: 20px;
}
.project-details li:not(:last-child) {
  margin-bottom: 33px;
  border-bottom: 1px solid #2A4877;
}
.project-details li span {
  font-family: "Rubik", sans-serif;
  display: block;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.9;
  margin-top: 18px;
  color: #fff;
}

.project-thumb {
  height: 100%;
}

/*team details css*/
.cta-box {
  padding-top: 40px;
  margin-bottom: 55px;
}
.cta-box__title {
  font-size: 48px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 25px;
}
.cta-box p {
  color: #fff;
}

.team-details__thumb {
  height: 100%;
}
.team-details__thumb img {
  width: 100%;
}
@media (max-width: 1199px) {
  .team-details__content {
    margin-top: 50px !important;
  }
}
@media (max-width: 991px) {
  .team-details__content {
    margin-top: 50px !important;
  }
}
.team-details__content .name {
  font-size: 30px;
  line-height: 26px;
  margin-bottom: 16px;
}
.team-details__content .designation {
  color: #6B727E;
}
.team-details__content .bio .title {
  font-size: 22px;
  margin-bottom: 20px;
}

.team-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media (max-width: 991px) {
  .team-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.team-info__item {
  flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 15px 0px;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .team-info__item {
    padding-left: 0px;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.team-info__item:not(:last-child) {
  padding-right: 40px;
  border-right: 1px solid #8697B2;
}
@media (max-width: 991px) {
  .team-info__item:not(:last-child) {
    padding-right: 0px;
    border-bottom: 1px solid #8697B2;
    border-right: 0px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .team-info__item:not(:first-child) {
    padding-top: 30px;
  }
}
.team-info__item--title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}
.team-info__item a {
  color: #fff;
}
.team-info .social-links a {
  font-size: 15px;
}
.team-info .social-links a:not(:first-child) {
  margin-left: 15px;
}

@media (max-width: 1199px) {
  .education-box {
    margin-top: 80px !important;
  }
}
@media (max-width: 991px) {
  .education-box {
    margin-top: 80px !important;
  }
}
.education-box__title {
  font-size: 16px;
  margin-bottom: 10px;
}
.education-box span {
  margin-bottom: 12px;
}

/*Footer css*/
.footer {
  background-image: url(../images/bg/bg-footer.png)
}

.footer__logo {
  margin-top: -15px;
  display: inline-block;
}
.footer__bottom {
  background: #003065;
  padding: 22.5px 0;
}
@media (max-width: 991px) {
  .footer__bottom {
  margin-bottom: 50px;
}
}
.footer__bottom--2 {
  border-color: #252D39;
}
@media (max-width: 991px) {
  .footer .copyright-text {
    text-align: center;
  }
}
.footer .copyright-text p {
  color: #d1d3d4;
}
.footer .copyright-text a {
  color: var(--background-main-color);
}
@media (max-width: 991px) {
  .footer .social__links {
    justify-content: center;
    margin-top: 20px;
  }
}
.footer .social__links a {
  background: #004c91;
  color: #fff;
}
.footer .social__links a:hover {
  background-color: var(--background-main-color);
  color: #fff;
}
.footer .social__links--2 a {
  background: #3D444F;
}
@media (max-width: 991px) {
  .footer .pl-70, .footer .pl-45 {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .footer .pr-0 {
    padding-right: 15px;
  }
}
.footer__2 {
  background: #0C1523;
}

.footer-widget .widget-title {
  font-size: 18px;
  position: relative;
  color: #fff;
  display: inline-block;
  margin-bottom: 45px;
}
.footer-widget .widget-title::after {
  position: absolute;
  left: 0;
  content: "";
  width: 60px;
  height: 2px;
  background: var(--background-main-color);
  bottom: -10px;
}
.footer-widget ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget ul li a {
  color: #d1d3d4;
  display: block;
}

.footer-widget ul li span, .footer-widget ul li{
  color: #d1d3d4;
}

.footer-widget ul li a i {
  padding-right: 5px;
}
.footer-widget ul li a:hover {
  color: var(--background-main-color);
}
.footer-widget .recent-news__title {
  font-size: large;
  font-weight: bold;
  color: #999999;
  display: block;
  line-height: 2  7px;
}
.footer-widget .recent-news__title span {
  color: #999999;
}

.footer-widget .recent-news__title:hover {
  color: var(--background-main-color);
}
.footer-widget .recent-news__date {
  font-size: 15px;
  margin-top: 10px;
  color: #999999;
  display: inline-block;
}
.footer-widget .recent-news__date:hover {
  color: #fff;
}
.footer-widget .newslater {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
}
.footer-widget .newslater__title {
  font-size: 22px;
  color: var(--background-second-color);
  line-height: 30px;
  margin-bottom: 20px;
}
.footer-widget .newslater__form {
  position: relative;
}
.footer-widget .newslater__form input {
  background: var(--background-main-color);
  border: none;
  width: 100%;
  padding: 22px 20px;
  border-radius: 3px;
  color: #fff;
}
.footer-widget .newslater__form input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
.footer-widget .newslater__form input::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.footer-widget .newslater__form input:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
.footer-widget .newslater__form input:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.footer-widget .newslater__form button {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 15px;
  background: transparent;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-widget__2 ul li a {
  color: #A4A6A9;
}
.footer-widget__2 .recent-news__title {
  color: #A4A6A9;
}
.footer-widget__2 .recent-news__date {
  color: #A4A6A9;
}

/*# sourceMappingURL=style.css.map */

/*SANG CUSTOM */
.sub-menu-title{
  color: var(--background-main-color);
}

/*TITLE TIN TUC*/
.vi-header {
  border-bottom: solid 1px var(--background-main-color);}
.vi-left-title {
  width: auto;
  background: var(--background-main-color);
  color: #fff;
  padding: 6.6px 10px;
  font-size: 18px;
  position: relative;
  margin: 0;}
.pull-left {
  float: left;}
.pull-left {
  margin-left: 0 !important;}
.vi-left-title a {
  color: #fff;}
/**
.vi-left-title:after {
  border: 15.5px solid transparent;
  border-left-color: var(--background-main-color);
  border-bottom-color: var(--background-main-color);
  position: absolute;
  top: 0;
  left: 100%;
  content: "";}
**/
.pull-right {
  float: right;}
.pull-right {
  margin-right: 0 !important;}
.vi-right-link a:first-child {
  margin-left: 0;}
.vi-right-link a {
  color: #555;
  font-size: 14px;
  margin-left: 15px;}
.vi-right-link a.vi-more, .vi-right-link a:hover {
  color: var(--background-main-color);}

  /*POST-ITEM-NEWS.html*/
.post-item {
    margin-bottom: 2.0em;
    padding-left: 70px;
    position: relative;
}

.post-item .post-time {
    border-right: 1px solid var(--background-main-color);
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
}


.post-item .post-time span {
    color: var(--background-main-color);
    display: block;
    font-family:"Roboto", sans-serif;
    font-size: 1.2em;
    font-weight: 800;
    line-height: 20px;
}

.post-item .post-time {
    text-align: center;
}

.post-item .content .title{
  padding-bottom: 10px;
  min-height: 2.0em;
  height: 55px;
}

.post-item .content .title a {
  color: black;
  font-size:18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.post-item .content .entry-summary{
min-height: 5.4em;
}

.post-item .content .entry-summary p {
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}


.post-item .title a:hover {
    color: var(--background-main-color);
}
.view-more-btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid var(--background-main-color);
    color: var(--background-main-color);
    display: block;
    font-weight: 600;
    height: 35px;
    line-height: 33px;
    position: relative;
    text-align: center;
    width: 100px;
}
.view-more-btn::after {
    border: 1px solid var(--background-main-color);
    content: " ";
    display: block;
    height: 35px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: all 0.1s linear 0s;
    width: 100px;
}
.view-more-btn:hover::after {
    background-color: var(--background-main-color);
    left: 0;
    opacity: 0.2;
    top: 0;
}

/*TGDD CSS*/
.box-common{
  margin-bottom:30px}
.box-common__title{
  float:left;
  font-size:22px;
  font-weight:bold;
  line-height:29px;
  width:100%}

.box-common__top{
  margin-bottom:15px}

.box-common__link{
  float:right;
  font-size:0;
  text-align:right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.box-common__link a:first-child{
  margin-left:0}

.box-common__link a {
  border-right: 1px solid var(--background-main-color);
  /* border-radius: 8px; */
  text-transform: uppercase;
  color: black;
  display: inline-block;
  font-size: 13px;
  line-height: 10px;
  margin: 0px 3px;
  padding: 10px 10px 10px 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 145px;
}
.box-common__link a:hover {
 color: var(--background-main-color);
}

.box-common__link a.readmore-btn {
  border-right: unset;
}

.listproduct{
  display:grid;
  grid-auto-rows:minmax(min-content,max-content);
  grid-template-columns:repeat(5,minmax(0,1fr));
  border-left:1px solid #f1f1f1;
  border-top:1px solid #f1f1f1}

.listproduct.listproduct-col3{
  grid-template-columns:repeat(3,minmax(0,1fr))}

.listproduct .item{
  padding:10px 15px}

.listproduct .item{
  border-bottom:1px solid #f1f1f1;
  border-right:1px solid #f1f1f1;
  padding:10px 15px 20px;
  overflow:hidden}

.listproduct .item{
  display:block}

.listproduct .item a{
  display:block}

.item-label{
  font-size:0;
  height:22px}

.item-label span{
  border-radius:2px;
  font-size:11px;
  line-height:12px;
  display:inline-block;
  margin-right:4px;
  padding:3px}

.ln-banchay{
  background-color:#fbdddd;
  color:#eb5757}

.lb-tragop{background-color:#f1f1f1;
  color:#333}

.listproduct .item-img{
  height:225px;
  line-height:225px}

.listproduct .item .item-img img{
  margin-top:15px;
  -webkit-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  transition:all 300ms ease-in-out}

.listproduct .item a:hover .item-img img{
  margin-bottom:20px;
  margin-top:0}

.listproduct .item a:hover h3{
  color:#288ad6}

.listproduct .item-img img.lbliconimg{
  width:auto !important;
  height:40px}

.prd-promo .listproduct img,.listproduct .item-img img{
  vertical-align:middle;
  line-height:normal}

.prd-promo .listproduct .item-img{
  height:200px;
  line-height:200px}

.prd-promo .listproduct .item-img img{
  width:200px}

.listproduct .item-img{
  height:210px;line-height:210px}

.owl-carousel .owl-item img.lbliconimg.tgdd,.lbliconimg.tgdd{
  height:45px !important}

.owl-carousel .owl-item img.lbliconimg,.lbliconimg{
  width:auto !important;
  height:40px;
  position:absolute;
  left:0;
  bottom:0}

.listproduct h3{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size:14px;
  line-height:20px;
  overflow:hidden;
  text-overflow:ellipsis;
  margin-bottom:5px}

.listproduct .box-p{
  margin-bottom:5px}

.listproduct .price-old{
  color:#666;
  display:inline-block;
  font-size:14px;
  line-height:17px;
  text-decoration-line:line-through}

.listproduct .price-old.black{
  color:#333}

.listproduct-col3 .price-old{
  font-size:12px;
  line-height:16px}

.listproduct .percent{
  color:#333;
  display:inline-block;
  font-size:13px;
  line-height:17px}
  
.listproduct .percent.red{
  color:#d0021c}
.listproduct .price{
  color:#222;
  display:block;
  font-size:16px;
  font-weight:bold;
  line-height:18px;
  margin-bottom:5px}
.listproduct .item-rating{
  margin-bottom:5px;
  display:flex;
  align-items:flex-end}
.listproduct .item-rating p{
  display:inline-block}
.listproduct .item-rating-total{
  color:#333;
  font-size:12px;
  line-height:14px;
  margin-left:5px}
.listproduct .shiping{
  color:#333;
  font-size:12px;
  line-height:16px;
  margin-top:7px}
.icon-star{
  background-position:-205px -60px;
  height:12px;
  width:13px}
.icon-star-half{
  background-position:-205px -74px;
  height:12px;
  width:13px}
.icon-star-dark{
  background-position:-225px -60px;
  height:12px;
  width:13px}
.prd-promo__top{
  padding:0 10px 10px}
.prd-promo__top img{
  display:block;
  max-width:100%}
.prd-promo__title{
  color:#000;
  font-size:24px;
  font-weight:bold;
  font-style:italic;
  float:left;
  line-height:27px}
.clearfix{
  display:block}
.clearfix:after{
  content:"";
  display:block;
  clear:both}
.prd-promo{
    background-color: var(--background-main-color);
    border-radius:4px;
    margin-top:15px;
    padding:10px 0}

.product-box {
  position: relative;
}
.product-box__thumb {
  margin: 0px 8px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 15px;
}
.product-box__thumb img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-box__thumb--2 {
  margin: 0px 0px;
}
.product-box__content {
  background: #F7F7F7;
  position: relative;
  padding: 5px 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 10px 30px 0px rgba(2, 24, 95, 0.04);
}
.product-box__content::after {
  left: 0px;
  top: -130px;
  width: 100%;
  height: 130px;
  background: #F7F7F7;
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 10px 30px 0px rgba(2, 24, 95, 0.04);
}

.product-box__content--2::after {
  display: none;
}
.product-box__content--grey {
  background: #F7F7F7;
  padding: 33px 45px;
  padding-bottom: 35px;
}
.product-box__content--white {
  box-shadow: none;
}

.product-box__cat {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: var(--background-main-color);
  padding: 0px 5px;
  text-transform: uppercase;
}

.product-box__title {
  min-height: 2.5rem;
 margin:5px 0px;
}

.product-box__title a{
  font-family: "Roboto", sans-serif;
  overflow: hidden;
 text-overflow: ellipsis;
 color: #000;
 font-size: 15px;
 line-height: 1.2;
  text-align: left;
 display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
 -webkit-box-orient: vertical;
}

.product-box__title--2 {
  margin-bottom: 17px;
}

.product-box .product-box__content .price {
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  color: black;
  border: 1px solid #fff;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
background-color:#fff;
}

.product-box .product-box__content .price b {
  color: var(--background-main-color);
  font-weight: 600;
}

.product-box:hover .product-box__content .price {
  color: white;
  background-color: var(--background-main-color);
  border: none;
  cursor: pointer;
}

.product-box:hover .product-box__content .price b {
  color: white !important;
}

.product-box:hover .product-box__thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-box:hover .product-box__content {
  background: #ebe6e6;
  cursor: pointer;
}
.product-box:hover .product-box__content::after {
  background: #ebe6e6;
}
.product-box:hover .product-box__content .price {
  color: #fff;
}
.product-box:hover .product-box__content--white {
  background: transparent;
}

.product-box:hover .product-box__content--white .price {
  color: #fff;
}
.product-box:hover .product-box__content--2 {
  background: inherit;
}
.product-box:hover .product-box__title a {
  color: #000;
}

.product-box:hover .product-box__title a:hover {
  color: var(--background-main-color);
}

.product-box:hover .product-box__title--2 a {
  color: var(--background-second-color);
}
.product-box:hover .product-box__title--2 a:hover {
  color: var(--background-main-color);
}
.product-box:hover .inline-btn {
  color: #fff;
}
.product-box:hover .inline-btn .icon {
  color: #fff;
}

/*Sang custom*/
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #6e707e;
  background-color: #fff;
  border-color: #fcaf17;
  outline: 0;
  /**box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);**/
  box-shadow: 0 5px 2px -2px rgba(252, 175, 23, 0.50); /**bottom only**/
}

/*Water fall animation*/
.pre-animate {
  display: none;
}
.slidein {
  -webkit-animation: slidein 1s ease-out;
  animation: slidein 1s ease-out;
}
@-webkit-keyframes slidein {
    from {
      opacity: 0;
      -webkit-transform: translate(-100%);
      transform:         translate(-100%);
      background: transparent;
    }
    to {
      opacity: 1;
    }
}
@keyframes slidein {
    from {
      opacity: 0;
      -webkit-transform: translate(-100%);
      transform:         translate(-100%);
    }
    to {
      opacity: 1;
    }
}

.wp-box__content p{
  text-align: justify;
}

.product-box-badge {
margin-top: 0px;
}

.details-content > span {
  font-size: 18px;
  color: #000;
}

.thumbnails-doc {
  height: 430px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}

.thumbnails-ngang {
  height: auto;
  display: none;
  flex-wrap: nowrap;
  align-content: space-around;
}

h1.design-title {
  font-size: 35px;
  font-family: 'Pattaya', sans-serif;
}
/* Mobile, (
  portrait phones: max-width:575.98px
  landscape phones: max-width: 767.98px) */
@media (max-width: 767.98px) {
  .blog__box--3 .content .title {
    min-height: 1.0em;
  }

  .blog__box--3 .content .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

  .post-item{
    padding-left: unset;
    transition: 0.5s;
  }

  .post-item .post-time {
    background-color: var(--background-main-color);
    border-bottom: 2px solid #fff;
    padding-top: 5px;
    transition: 0.5s
  }

  .post-item .post-time span {
    color: #fff;
  }

  .product-box__title a {
    font-size: 14px;
  }
  .nivoSlider img {
    position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
  width: auto !important;
  height: 215px !important; /* edit the height */
  }
  .product-title h3.title {
    font-size: 25px;
  }
  .feature-area::after {
    min-height: 710px;
  }

  .feature-item{
    padding: 15px 10px;
    height: 250px;
  }
  .feature-item__title {
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 2.5em;
  }

  .vi-left-title {
    font-size: 13px !important;
  }

  .product-box__cat {
    font-size: 8px !important;
  }

  .section-header .section-title__2 {
  font-size: 20px;
  }

  .ab-author-signature {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .ab-author-signature .signature {
    margin-left: 0px;
    margin-top: 30px;
  }

  .about-area {
    overflow: hidden;
  }
  
  .social__links {
    margin-top: 0px;
  }

  .header__info li a {
    padding: 10px 0px;
  }
  
  .header__info li:not(:last-child) {
    padding-right: 0px;
    border: none;
  }
  
  .header__info li:not(:last-child) a {
    padding-bottom: 0;
  }

  .header__info {
    border: none;
    flex-direction: column;
    align-items: center;
  }
  
  .header__info li {
    padding-left: 0px;
  }

  .section-header .section-title {
    font-size: 20px ; 
  }

  .details-content {
    margin-top: 10px;
  }

  h1.design-title {
    font-size: 25px;;
  }
  .thumbnails-ngang {
    display: flex;
    justify-content: space-between;
  }

  .thumbnails-doc {
    display: none;
  }
  
  .details-content__title {
    font-size: 20px;
  }

  .details-content > span {
    font-size: 15px;
  }
  .sideimg img{
    width: 90% !important;
  }
  .team-members > div {
    width: 50%;
  }

  .team-box__content--2 .name {
    font-size: 14px;
  }

  .team-box__content .designation {
    font-size: 12px;
  }

  .team-box .social-links {
    justify-content: space-evenly;
  }

  .team-box .social-links a {
    height: 30px;
    width: 30px;
  }

  .team-box .social-links a {
    font-size: 12px;
  }

  .team-box__content::before {
    top: -100px;
    min-height: 200px;
  }

  .team-box__content {
    padding: 5px 5px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .product-box .product-box__content .price {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }

  .product-box-badge span{
    font-size: 10px;
  }

  .service-item {
    flex-direction: row;
    padding: 10px 5px;
    align-items: center;
  }

  .service-item__content {
    padding-left: 20px;
    padding-bottom: 0px;
  }

  .service-item__content--2 {
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 38px;
  }

  .service-item__icon {
    width: 170px;
  }
  
  .service-item__icon {
    margin-bottom: 0;
    width: auto;
  }

  .service-item__icon--noborder {
    flex: 0 0 170px;
    -ms-flex: 0 0 170px;
    max-width: 170px;
    border-radius: 5px 0px 0px 5px;
    width: auto;
  }
}

/* // Tablets, max-width: 992px */
@media (min-width: 768px) and (max-width: 991.98px) {
   /** <br> when sreen less than md**/
   br.hidden-ss {
    display: none !important;
  }
  .recent-posts .thumb img{
    width: 80px;
    height: 75px;
    object-fit: cover;
  }
  .recent-posts .content .meta{
    margin-top: 10px;
  }
  .recent-posts li:not(:last-child){
    padding-bottom: 10px;
  }
  .product-box__content--white {
    padding: 33px 45px !important;
    padding-bottom: 35px !important;
  }

  .vi-left-title {
    font-size: 14px !important;
  }

  .product-box__cat {
    font-size: 8px !important;
  }
  
  .header__info li a {
    padding: 12px 0px;
  }
  
  .header .p-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  .social__links {
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .navarea {
    justify-content: flex-start;
    display: block;
  }
  
  .mainmenu ul li .sub-menu::after {
    display: none;
  }

  .header__info {
    justify-content: center;
    border-bottom: 1px solid #D6DADC;
  }

  .section-header .section-title__2 {
    font-size: 22px;
  }

  .section-header .section-title {
    font-size: 25px;
    line-height: 1.5em;
  }
  
  .section-header .sub-heading__2 {
    font-size: 16px;
  }

  .product-box .reverse-col {
    flex-direction: column-reverse;
  }

  .breadcrumb-section {
    background-size: 100% !important;
  }

  .cta-right {
    padding-top: 45px;
  }
  .product-box-badge span{
    font-size: 10px;
  }
  
  .thumbnails-doc {
    height: 450px;
  }

  .thumbnails-ngang {
    display: none;
  }

  .product-box .product-box__content .price {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }

  .team-box__content--2 .name {
    font-size: 14px;
  }

  .team-box__content .designation {
    font-size: 12px;
  }

  .team-box .social-links {
    justify-content: space-evenly;
  }

  .team-box .social-links a {
    height: 30px;
    width: 30px;
  }

  .team-box .social-links a {
    font-size: 12px;
  }

  .team-box__content::before {
    top: -100px;
    min-height: 200px;
  }

  .team-box__content {
    padding: 5px 5px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/** Desktops, min-width: 992px **/
@media (min-width: 992px) {
  .vi-left-title {
    font-size: 15px !important;
  }

  .product-box__cat {
    font-size: 10px;
  }

   /** <br> when sreen less than md**/
   br.hidden-ss {
    display: none !important;
  }

  .section-header .section-title__2 {
    font-size: 25px;
  }

  .product-box-badge span{
    font-size: 12px;
  }
}

/**DIV CK EDITOR**/
div.CKEditor-content {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: justify;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 26px;
  color: #000000; /*#6B727E*/ 
}

div.CKEditor-content ul, div.CKEditor-content ol {
  margin-left: 25px;
  list-style: unset;
}

div.CKEditor-content span {
  display: unset;
  /**Mặc định: display: inline-block: Bị lỗi tự động xuống dòng trên điện thoại Android;**/
}

div.CKEditor-content p, div.CKEditor-content li, div.CKEditor-content span {
  color: unset;
}

div.CKEditor-content h1, div.CKEditor-content h2, div.CKEditor-content h3, div.CKEditor-content h4, div.CKEditor-content h5, div.CKEditor-content h6{
  font-size: unset;
  color: unset;
}

.footer-contact-favicon-one {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

    .footer-contact-favicon-one img {
        width: 35px;
        height: 35px;
    }

.footer-contact-website-one > .contact-website__title {
    font-size: large;
    font-weight: bold;
    color: #d1d3d4;
    display: block;
}

    .footer-contact-website-one > .contact-website__title:hover {
        color: var(--background-main-color);
    }

/** Box Categories CSS **/
    .qd-box-danhmuc {
        margin-bottom: 25px;
    }

    .qd-box-danhmuc-content {
        cursor: pointer;
    }

    .col-mobile1 {
        border-top: 1px solid #ebebeb;
        border-bottom: 0.5px solid #ebebeb;
        border-right: 0.5px solid #ebebeb;
        border-left: 0.5px solid #ebebeb;
    }


    .col-mobile2 { 
        border-top: 0.5px solid #ebebeb; 
        border-bottom: 1px solid #ebebeb;
        border-right: 0.5px solid #ebebeb;
        border-left: 0.5px solid #ebebeb;
    }

    .qd-box-danhmuc .qd-box-danhmuc-image {
        min-height: 100px;
        padding: 10px;
    }

    .qd-box-danhmuc-items-drop .qd-box-danhmuc-image {
        
        /*min-height: auto !important;*/
        text-align: center;
    }

    .qd-box-danhmuc-image, .box-img-linhvuc {
        cursor: pointer;
    }

    .qd-box-danhmuc .qd-box-danhmuc-image img {
        max-width: 100%;
		height: auto;
        border-radius: 20px;
    }

    .qd-box-danhmuc .qd-box-danhmuc-title {
        font-size: 13px;
        overflow: hidden;
		padding-bottom: 5px;
		padding-top: 0px;
    }

    .text-center {
        text-align: center !important;
    }
/** End of Box Categories CSS **/

/* Container tổng */
.vision-mission-section {
  position: relative;
  color: #fff;
  padding: 55px 0;
  overflow: hidden;
  align-items: center;
}

.vision-mission-section .side-text {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 3em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
}

.vision-mission-content {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .vision-mission-content {
  	margin-left: 20px;
}
}
.vision-mission-content h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.content-value {
    text-align: left;
	color: #fff;
}

.vision-mission-content .value-box .value-content h3 {
  font-size: 30px;
  margin: 15px 0 10px;
  color: #fff;
}

.vision-mission-content li {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}

.timeline {
  position: relative;
  gap: 100px;
}

/* Đường dọc chính giữa */
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ccc;
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  position: relative;
}

/* Hình ảnh */
.timeline-item .image {
  flex: 1;
  text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
}

.timeline-item .image img {
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Nội dung */
.timeline-item .content {
  flex: 1;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 540px) {
	.timeline-item .content {
		padding: 50px 15px;
	}
}
.timeline-item .title {
  font-size: 20px;
  font-weight: bold;
  color: #ff9900;
  margin-bottom: 10px;
}
.timeline-item .year {
  display: flex;
  font-weight: bold;
  font-size: 7em;
  left: 0px;
  color: var(--background-main-color);
  transform: translateY(-50%) rotate(-90deg);
  justify-content: center;
  align-items:  center;
}

.timeline-item p {
  text-align: justify;
  color: #333;
  line-height: 1.6;
}

.timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.timeline-item:nth-child(even) .year {
  color: #003366;
}
.timeline:hover::before {
	background: #ff9900;
}
@media (max-width: 768px) {
	
  .timeline {
	  gap: 0;
	}
  .timeline::before {
    left: 0px;
  }

  .timeline-item {
    flex-direction: column;
  }

  .timeline-item .year {
    font-size: 6em;
  }
	/* Nội dung */
	.timeline-item .content {
	  flex: 1;
	}
	.timeline-item .col-8 {
	    max-width: 90%;
	}
	.timeline-item:nth-child(odd) {
	  flex-direction: column;
	}
}


@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    from { 
		opacity: 0; transform: translateX(100%);
	}
  to   {
	  opacity: 1; transform: translateX(0); 
	}
}
@keyframes upToDown {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes downToUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from { opacity: 0;}
  to   { opacity: 1; }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}


.animate.animate__slideInLeft.active {
    transform: translateX(-100px);
    animation: slideInLeft 1s ease-out forwards;
}
.animate.about-text.active {
    transform: translateY(-100px);
    animation: upToDown 1s ease-out forwards;
}
.animate.vision-1.active,
.animate.vision-2.active {
	 transform: translateY(100px);
     animation: downToUp 1s ease-out forwards;
}
.animate.timeline-img1.active {
    animation: fadeIn 2s ease-in forwards;
}
.animate.timeline-content1.active {
    animation: slideInRight 1s forwards;
}
.animate.timeline-img2.active {
    animation: fadeIn 2s ease-in forwards;
}
.animate.timeline-content2.active {
    transform: translateX(100px);
    animation: slideInLeft 1s ease-out forwards;
}
.animate.timeline-img3.active {
    animation: fadeIn 2s ease-in forwards;
}
.animate.timeline-content3.active {
    transform: translateX(100px);
    animation: slideInRight 1s ease-out forwards;
}
.service-page-about .list-solution {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem 3.5rem;
    margin: 0;
    list-style: none;
}
.service-page-about .box-text i {
	color: #f8a425ff;
}
.service-page-about .des-icon-box p {
	color: #f8a425ff;
	font-size: 14pt;
	font-weight: 500;
}
.service-page-about  .list-solution a {
	color: #000;
	font-size: 11pt;
	font-weight: 400;
}
.service .list-solution {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem 4.5rem;
    margin: 0;
    list-style: none;
}
.box-text .icon-box {
	border-bottom: 1px #e4e4e4 solid;
	padding-bottom: 5px;
	margin: auto;
}
.service  .list-solution a {
	color: #000;
}
.service  .list-solution i {
	color: #52b92c;
}
.service .box-service:nth-child(2) i{
	color: #00a4dd;;
}
.service .box-service:last-child i{
	color: #dbd000;
}
.service .box-service:first-child  a:hover{
	color: #52b92c;
}
.service .box-service:nth-child(2) a:hover{
	color: #00a4dd;;
}
.service .box-service:last-child a:hover{
	color: #dbd000;
}

.br-mobile {
	display: none;
}
@media (max-width: 768px) {
	.box-service {
		margin-bottom: 20px;
	}
	.sec3-title h2 {
		font-size: 22px;
	}
	.br-mobile {
		display: inline;
	}
	
}
.video-swiper .swiper-slide {
	height: 450px;
}
.video-box__thumb  {
	height: 80%
}
@media (max-width: 768px) {
	.video-swiper .swiper-slide {
		height: 400px;
	}
	.video-box__thumb  {
		height: 70%
	}
}
@media (max-width: 680px) {
	.video-swiper .swiper-slide {
		height: 360px;
	}
	.video-box__thumb  {
		height: 70%
	}
}
.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: inherit;
  z-index: -1;
  animation: pulse 2s linear infinite;
}
.play-button:hover {
	background: red;
}
.play-button::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 25px solid white;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	margin-left: 5px;
	animation-delay: 1s;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	background: rgba(0, 0, 0, 0.6); 
	justify-content: center;
	align-items: center;
	z-index: 1000; 
}

/* Nội dung popup */
.video-popup-content {
	position: relative;
	width: 80%;
	max-width: 1000px;
	aspect-ratio: 16/9;
	background: #000;
}

.video-popup-content iframe {
	width: 100%;
	height: 100%;
	display: block;
}

/* Nút đóng */
.close-popup {
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
@keyframes moveAndScale {
  0% {
    transform: translate(0, 0); /* Bắt đầu tại vị trí ban đầu */
  }
  50% {
    transform: translate(0, 30px); /* Di chuyển xuống dưới */
  }
  100% {
    transform: translate(0, 0); /* Quay về vị trí ban đầu */
  }
}
.animate-img-about img {
 animation: moveAndScale 2s linear infinite;
}
.mobile-menu-footer {
  display: none;
}

@media (max-width: 1024px) {
      .mobile-menu-footer {
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fcb034;
        padding: 8px 0 0 0;
        z-index: 100000;
      }
		.mobile-menu-footer .menu-item {
			display: flex;
		}
      .mobile-menu-footer a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        text-align: center;
        flex: 1;
      }

      .mobile-menu-footer a i {
        display: block;
        font-size: 20px;
      }
	.mobile-menu-footer a:hover {
        color: #00065c;
      }
	.mobile-menu-footer active a {
        color: #00065c;
      }
    }

.sidebar-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%; /* ẩn ra ngoài màn hình */
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: #eae8e8;
  transition: right 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
  padding: 20px
}

/* Khi mở */
.sidebar-mobile-menu.active{
  right: 0;
  padding-bottom: 100px;
}

.offcanvas-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* Logo + Close */
.sidebar-mobile-menu .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
}

.sidebar-mobile-menu .sidebar-header img {
  height: 60px;
}

.sidebar-mobile-menu .sidebar-header .close-btn {
  font-size: 30px;
  cursor: pointer;
  color: #333;
}
.sidebar-mobile-menu .sidebar-header i {
  font-size: 30px;
}
.sidebar-mobile-menu .divider {
  border-top: 1px solid #14007a;
  margin: 10px 0 20px;
}

/* Item chính */
.sidebar-mobile-menu .menu-item,
.sidebar-mobile-menu .highlight-item{
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 12pt;
	font-weight: 600;
}
.sidebar-mobile-menu .menu-item i {
	color: #fcb034;
}
.sidebar-mobile-menu .menu-item .social__links i {
	color: #fff;
}
.sidebar-mobile-menu .menu-item:hover {
	background: #f5d574;
	
}
.back-item {
	background: #fcb034;
    color: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
	border-radius: 6px;
}
.back-item .back-btn {
	color: white;
    font-weight: 500;
    font-size: 14pt;
    background: none;
}
.back-item .back-btn-cat {
	color: white;
    font-weight: 500;
    font-size: 14pt;
    background: none;
}
.icon-box p{
	font-size: 14pt;
    font-weight: 500;
}
.service .img-icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-page-about .img-icon-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-icon-box img {
	max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 1024px) {
	.service .box-service .box-text {
		font-size: 10pt;
        font-weight: 300;	
		
	}
	.service .icon-box p{
		font-size: 13pt;
    	font-weight: 500;
	}
	.service .list-solution {
    	grid-gap: 0rem 1.5rem;
	}
}
@media (max-width: 1180px) {
	.service .box-service .box-text {
		font-size: 10pt;
        font-weight: 300;	
		
	}
	.service .icon-box p{
		font-size: 13pt;
    	font-weight: 500;
	}
	.service .list-solution {
    	grid-gap: 0rem 1.5rem;
	}
}
@media (max-width: 920px) {
	.service .list-solution {
    	grid-gap: 0rem 0.5rem;
	}
	.service .box-service .box-text {
		font-size: 7pt;
        font-weight: 300;	
		
	}
	.service .icon-box p{
		font-size: 10pt;
    	font-weight: 500;
	}
}
@media (max-width: 768px) {
	.service .box-service .box-text {
		font-size: 7pt;
        font-weight: 300;	
		
	}
	.service .icon-box p{
		font-size: 10pt;
    	font-weight: 500;
	}
	.service .icon-box span{
		font-size: 9pt;
    	font-weight: 300;
	}
	.service .list-solution {
    	grid-gap: 0rem 0.5rem;
	}
}
@media (max-width: 768px) {
	.service .box-service .box-text {
		font-size: 11pt;
        font-weight: 300;	
		
	}
	.service .icon-box p{
		font-size: 15pt;
    	font-weight: 500;
	}
	.service .icon-box span{
		font-size: 12pt;
    	font-weight: 300;
	}
	.service .list-solution {
    	grid-gap: 0rem 0.5rem;
	}
}
@media (max-width: 540px) {
	.service .box-service .box-text {
		font-size: 11pt;
        font-weight: 300;	
		
	}
	.service .icon-box p{
		font-size: 14pt;
    	font-weight: 500;
	}
	.service .icon-box span{
		font-size: 11pt;
    	font-weight: 300;
	}
	.service .list-solution {
    	grid-gap: 0rem 2.5rem;
	}
}
/*--------------------------*/
@media (min-width: 768px) and (max-width: 1180px) {
	.service-page-about .list-solution{
		grid-template-columns: none;
	}
	.service-page-about  .list-solution a {
		font-size: 12pt;
		font-weight: 300;
	}
	.service-page-about  .box-text span {
		font-size: 10pt;
		font-weight: 300;
	}
	.service-page-about .des-icon-box p {
		font-size: 12pt;
	}
}

@media (max-width: 920px) {
	.service-page-about .des-icon-box p {
		font-size: 12pt;
	}
	.service-page-about  .list-solution a {
		font-size: 11pt;
	}
	
}
@media (max-width: 767px) {
	.service-page-about .list-solution{
		grid-template-columns: repeat(2, 1fr);
    	grid-gap: 0.5rem 0.5rem;
	}
	.service-page-about .des-icon-box p {
		font-size: 14pt;
	}
	.service-page-about .list-solution a {
		font-size: 10pt;
		font-weight: 300;
	}
	.service-page-about  .box-text span {
		font-size: 10pt;
		font-weight: 300;
	}
}

/*--------------------------*/


.icon-box{
	display: flex;
    align-items: center;
	gap: 10px;
}

.image-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.galleries {
	gap: 30px;
}
.gallery-title {
	text-transform: uppercase;
}
.gallery-popup {
	position: fixed; 
	top:0; 
	left:0;
	right:0; 
	bottom:0;
	background: rgba(0,0,0,0.8);
	display:flex; 
	justify-content:center; 
	align-items:center;
	z-index: 9999;
}
.gallery-popup-content {
	position: relative;
	max-width: 80%;
	max-height: 90%;
}    
.gallery-main {
	margin-bottom: 20px;
}
.gallery-main img {
	max-width:100%; 
	max-height: 80vh;
	display:block; 
	margin:0 auto;
}
.gallery-close {
	position:absolute;
	top: 0px;
	right:-60px;
	font-size:40px; 
	cursor:pointer;
	color: #fff;

}
.gallery-prev, .gallery-next {
	position:absolute; 
	top:50%; 
	transform:translateY(-50%);
	font-size: 30px;
	color:#333; 
	cursor:pointer;
	background:#fff; padding:5px 10px; border-radius:50%;
}
.gallery-prev { left:-88px; }
.gallery-next { right:-88px; }
.gallery-thumbs {
	display:flex; 
	margin-top:10px;
	justify-content: center;
  	overflow-x: auto;      
	overflow-y: hidden;    
	padding: 5px 0;
	scroll-behavior: smooth; 
	white-space: nowrap;
	gap: 10px;
}
.gallery-thumbs .thumb {
	width:60px;
	height:60px;
	background-size:cover;
	background-position:center;
	cursor:pointer;
	border:2px solid transparent;
	flex: 0 0 auto;
    border-radius: 8px;
}
.gallery-thumbs .thumb.active {
	border-color:red;
}

.gallery-item {
	border: 1px solid #ff8d18;
	padding: 5px;
	text-align: center;
	border-radius: 10px;
	max-width: 31%;
}

@media (max-width: 768px) {
	.galleries {
		gap: 20px;
		justify-content: center;
	}
	.gallery-item {
		max-width: 45%;
	}
	.
}
@media (max-width: 1025px) {
	.galleries {
		gap: 24px;
	}
	.gallery-close {
		top: -30px;
		right: 0px;
	}
}
.counter_box__icon .brand-carousel__item i{
		font-size: 75px; 
		color: #ff9f31;
}

@media (max-width: 1024px) {
	.counter_box__icon .brand-carousel__item i{
		font-size: 60px; 
		color: #ff9f31;
	}
}
.vision-mission-content .mission-values{
		width: 60%;
	}
@media (max-width: 1024px) {
	.vision-mission-content .mission-values{
		width: 100%;
	}
}
.breadcrumb1-section .breadcrumb-text .counter-box .odometer span{
	font-size: 32pt;
}
span.plus-about{
	font-size: 32pt;
}
.banner-img img {
	width: 65%;
}
@media (max-width: 1024px) {
	.breadcrumb1-section .breadcrumb-text .counter-box .odometer span {
		font-size: 26pt;
	}
	span.plus-about{
		font-size: 26pt;
	}
	.counter-box p {
    	font-size: 11px;
	}
	.banner-img img {
		width: 100%;
	}
}
@media (max-width: 1180px) {
	.breadcrumb1-section .breadcrumb-text .counter-box .odometer span {
		font-size: 25pt;
	}
	span.plus-about{
		font-size: 25pt;
	}
	.counter-box p {
    	font-size: 10px;
	}
	.banner-img img {
		width: 100%;
	}
}

@media (max-width: 1024px) {
    .footer__bottom {
        margin-bottom: 40px;
    }
}
@media (max-width: 990px) {
	.counter-box p {
    	font-size: 15px;
	}
}

.contact-area {
	position: fixed;
	bottom: 10%;
	right: 20px;
	z-index: 99999;
}

.contact-button{
	position: relative;
	padding-left: 10px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 1.2s ease;
}

.contact-button::before {
	content: '';
	position: absolute;
	top: 0;
	right: -5px;
	width: 100%;
	height: 100%;
	background: rgb(255 210 71);
	border-radius: 50%;
	z-index: 0;
	animation: ripple-button 1s linear infinite;
}
.contact-button img{
	z-index: 99999;
}
.contact-options {
	position: absolute;
	display: none;
	height: 200px;
	bottom: 75px;
	right: 0px;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.contact-options.active {
	display: flex;
	opacity: 1;
	animation: downToUp .3s ease;
	transform: translateY(0%);
}

.zalo-chat-widget {
	bottom: 0 !important;
	right: 0 !important;
	transition: all 0.3s;
	z-index: 9999 !important;
}
.zalo-widget {
	z-index: 9999;
	border: none;
	visibility: visible;
	bottom: 0px;
	right: 5px;
	position: fixed;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.contact-options .messenger-widget {
	z-index: 999;
	border: none;
	visibility: visible;
	bottom: 70px;
	right: 5px;
	position: fixed;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.contact-options .whatsapp-widget {
    z-index: 9999;
    border: none;
    visibility: visible;
    bottom: 210px;
    right: 5px;
    position: fixed;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.contact-options .phone-widget {
	z-index: 999;
	border: none;
	visibility: visible;
	bottom: 140px;
	right: 5px;
	position: fixed;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.image-specialize {
    overflow: hidden;
    background-color: rgb(255 238 187 / 98%);
    margin-top: 35px;
}

.specialize-content {
	--width: 90rem;
	margin: 0 calc((100vw - 130rem) / -2) 0 calc((100vw - 90rem) / -2);
    padding-bottom: 2.4rem;
    position: relative;
    z-index: 2;
}

.specialize-list {
    margin-top: 2.4rem;
    display: grid;
    width: max-content;
    padding: 0 2.4rem;
	gap: 0.5rem;
    grid-template-rows: 15rem;
    grid-template-columns: 20rem 23rem 27rem 15rem 24rem 25rem 11rem 23rem 11rem 24rem 15rem 16rem 11rem 11rem 26rem 12rem 23rem 23rem 35rem 23rem 23rem;
}

.specialize-list {
  animation: aniSlideX 50s linear infinite alternate;
  cursor: grab;
  user-select: none;
}
.specialize-list:hover {
  animation-play-state: paused;
}
@media (max-width: 768px) {
	.specialize-content {
		--width: 20rem;
		margin: 0;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.specialize-content {
		--width: 40rem;
		margin: 0;
	}
}

.specialize-item {
    cursor: pointer;
    border-radius: .8rem;
    border: .2rem solid #fff;
    overflow: hidden;
}

.specialize-item:hover img{
   animation: zoom 3s linear infinite;
}

@keyframes aniSlideX {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% + var(--width)));
    }
}

.about-gallery-popup {
	position: fixed; 
	top:0; 
	left:0;
	right:0; 
	bottom:0;
	background: rgba(0,0,0,0.8);
	display:none; 
	justify-content:center; 
	align-items:center;
	z-index: 9999;
}
.about-gallery-popup.active {
	display:flex; 
}

.about-gallery-popup .gallery-thumbs {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
    scrollbar-width: none;
    padding: 10px;
    width: 900px;
    gap: 10px;
    position: absolute;
    bottom: 0;
}

.about-gallery-popup .thumb {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: center;
	border-radius: 6px;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.2s, transform 0.2s;
}

.about-gallery-popup .thumb.active {
	border: 2px solid #fff;
	opacity: 1;
	transform: scale(1.05);
}
.about-gallery-popup .close-btn{
	position: absolute;
	right: 30%;
	top: 5%;
	font-size: 32pt;
	color: #fff;
	cursor: pointer;
}
.about-gallery-popup .prev-btn{
    left: 5%;
    position: absolute;
	font-size: 32pt;
	color: #fff;
	cursor: pointer;
}
.about-gallery-popup .next-btn{
    right: 5%;
    position: absolute;
	font-size: 32pt;
	color: #fff;
	cursor: pointer;
}
.about-gallery-popup .popup-img {
	width: auto;
	height: 80%;
	margin-bottom: 20px;
}

@media (max-width: 540px) {
	.about-gallery-popup .gallery-thumbs {
		width: 500px;
		bottom: 10%
	}
	.about-gallery-popup .popup-img {
		width: auto;
        height: auto;
        margin-top: -95px;
	}
	.about-gallery-popup {
		padding: 15px;
	}
}
@media (min-width: 541px) and (max-width: 919px) {
	.about-gallery-popup .gallery-thumbs {
		width: 700px;
		bottom: 10%
	}
	.about-gallery-popup .popup-img {
		width: auto;
        height:auto;
        margin-top: -100px;
	}
	.about-gallery-popup {
		padding: 115px;
	}

}
@media (min-width: 920px) and (max-width: 1024px) {
	.about-gallery-popup .gallery-thumbs {
		width: 800px;
		bottom: 10%
	}
	.about-gallery-popup .popup-img {
		width: auto;
        height: auto;
        margin-top: -100px;
	}
	.about-gallery-popup {
		padding: 115px;
	}
}
.icon-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}