/* Css For Recvite */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/
@font-face {
  font-family: "Krasar-Bold";
  src: url("/assets/fonts/Krasar-Bold.ttf");
}
@font-face {
  font-family: "Krasar-Regular";
  src: url("/assets/fonts/Krasar-Regular.ttf");
}
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("/assets/fonts/sourcesanspro-bold.ttf");
}

@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("/assets/fonts/sourcesanspro-regular.ttf");
}

@font-face {
  font-family: "koulen";
  src: url("/assets/fonts/Koulen-Regular.ttf");
}

@font-face {
  font-family: "battambang-bold";
  src: url("/assets/fonts/KhmerOSBattambang-Bold.ttf");
}

@font-face {
  font-family: "battambang";
  src: url("/assets/fonts/KhmerOSBattambang-Regular.ttf");
}
@font-face {
  font-family: "AKbalthom";
  src: url("/assets/fonts/AKbalthom.ttf");
}@font-face {
  font-family: "AKbalthom Moul";
  src: url("/assets/fonts/AKbalthom Moul.ttf");
}

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

body {
  background-color: #F4F4F4 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  width: 100%;
  /* min-width: 380px; */
  overflow-x: hidden;
}

.row {
  padding: 0;
  margin: 0;
}

.kh {
  font-family: 'Krasar-Bold' !important;
}
.khmer-regular {
  font-family: 'Krasar-Regular' !important;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/

.body-background {
  background-color: #f2f2f2;
}
.max-width {
  max-width: 1200px;
  background-color: #f6f6f6;
  margin: 0 auto;
}

.kh_font {
  font-family: "Krasar-Regular" !important;
}
.kh_font h1 {
  font-family: "Krasar-Bold" !important;
}
.kh_font .fab {
  font-family:'Font Awesome 5 Brands' !important;
  max-width: 12px;
}
.kh_font .footer-top .widget-section .widget-title h4 {
  font-family:"Krasar-Regular" !important;
  font-size: 16px;
}

.kh_font .main-menu .navigation>li>a {
  font-family: "Krasar-Bold" !important;
}

.kh_font .main-menu .navigation li.dropdown .megamenu li h4 {
  font-family: "Krasar-Bold" !important;
}
.kh_font .main-menu .navigation li.dropdown .megamenu li h5 {
  font-family: "Krasar-Regular" !important;
}
.kh_font .banner-carousel .content-box h1 {
  font-family: "Krasar-Bold" !important;
}
.kh_font .milstonetextyellow p{
  position: relative;
    top: 600px !important;
    left: 60px;
}

.kh_font *{
  font-family: "Krasar-Regular" !important;
}
.kh_font .fas.fa-angle-right{
  font-family: 'Font Awesome 5 Pro'!important;
}
.kh_font .fas.fa-angle-left{
  font-family: 'Font Awesome 5 Pro'!important;
}

/*!---font khmer  -- */

.en_font {
  font-family: "SourceSansPro-Regular" !important;
}
.en_font .main-menu .navigation>li>a {
  font-family: "SourceSansPro-Bold" !important;
}
.en_font .main-menu .navigation li.dropdown .megamenu li h4{
  font-family: "SourceSansPro-Bold" !important;
}
.en_font .fab {
  font-family:'Font Awesome 5 Brands' !important;
  max-width: 12px;
}
.en_font .fa-angle-left{
  font-family: 'Font Awesome 5 Pro';

}
.en_font .fa-angle-right{
  font-family: 'Font Awesome 5 Pro';
}
.en_font h1{
  font-family: "SourceSansPro-Bold" !important;
}
.en_font {
  font-family: "SourceSansPro-Regular" !important;
}
.en_font .fa-arrow-up:before{
  font-family: 'Font Awesome 5 Pro';
}
.kh-font-heading .fab{
  font-family: 'Font Awesome 5 Brands' !important;

}


@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.large-container {
  max-width: 1500px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  margin: 0 auto;
  left: 100px !important;
  right: 100px !important;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input,
button,
select,
textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

p {
  position: relative;
  font-family: "SourceSansPro-Regular" !important;
  color: #222222;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 100px;
  margin: 0px;
  font-family: "SourceSansPro-Bold" !important;
  text-align: center;
}

/* Preloader */

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999999;
  opacity: 999999;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../gif/preloading-gif.gif);
  background-size: 350px 350px;
}

.centred {
  text-align: center;
}

figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  /* transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all; */
}

/** button **/

.theme-btn-one {
  position: relative;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  padding: 8px 15px !important;
  letter-spacing: 1px;
  font-family: 'SourceSansPro-Regular';
  z-index: 1;
  border-radius: 0px 10px;
  font-size: 16px;
}

.theme-btn-one:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background: #FABF1E;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:hover:before {
  width: 100%;
  border-radius: 0px 10px;
}

.theme-btn-one:hover:after {
  width: 100%;
  border-radius: 0px 10px;
}

.theme-btn-one:hover {
  border-radius: 0px 10px;
}

.pagination {
  float: right;
}

.page-item.active .page-link {
  z-index: 3;
  color: #6e6e6e;
  background-color: #eff2f5;
  border-color: #c0c1c2;
}

.dataTables_filter {
  float: right;
}

/* .pagination li a:hover,
.pagination li a.current {
  color: #fff;
} */

.pagination li:first-child a:hover,
.pagination li:last-child a:hover {
  background: #272727;
}

.sec-pad {
  padding: 0px 25px 120px 25px;
}

.sec-pad-2 {
  padding: 120px 0px !important;
}

.mr-0 {
  margin: 0px !important;
}

.scroll-top {
  width: 35px;
  height: 35px;
  /* line-height: 55px; */
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 15px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
  border-radius: 4px;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top span {
  color: #fff;
}

.sec-title {
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.sec-title.centred {
  text-align: center !important;
}

.sec-title p {
  position: relative;
  display: block;
  font-size: 25px;
  margin-bottom: 7px;
  color: #46237F;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  margin: 0px;
}

.sec-title.light h2 {
  color: #fff;
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/

/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
}

/** header-top **/

/* .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #46237F;
  padding: 5px 8vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  max-height: 38px;
  height: 38px;
} */

.kh_font .header-top .info-list li {
  font-family: "Krasar-Regular" !important;
  font-size: 12px;
}
.header-top .info-list li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  padding-left: 27px;
  margin-right: 25px;
}

.header-top .right-column {
  display: flex;
  justify-content: space-between;
}

.header-top .info-list li:last-child {
  margin: 0px !important;
}

.header-top .info-list li a {
  color: #ffffff;
}

.header-top .info-list li a:hover {}

.header-top .info-list li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
 
}

.header-top .social-links li {
  position: relative;
  display: inline-block;
  gap: 10px;
}

.header-top .social-links li:last-child {
  margin: 0px !important;
}

.header-top .social-links li a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  height: 16px;
  width: auto;
}

.header-top .social-links li a img{
  height: 100%;
}

.header-top .social-links li a:hover {
  height: 27px;
  width: auto;
}
/* .header-top .social-links li a img:hover {
  height: 100%;
  
} */

.header-top .social-links {
  display: flex;
  gap: 15px;
}

.main-header .language-box {
  /* position: relative; */
  /* float: left; */
  display: inline-block;
  padding-left: 30px;
}

.main-header .language-box img {
  position: absolute;
  left: 0px;
  max-width: fit-content !important;
  top:-5px

}

.main-header .language-box .text {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding-right: 13px;
}

.main-header .language-box .text:before {
  position: absolute;
  content: "\f0dd";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  top: -2px;
  right: 0px;
  font-weight: 700;
}

.main-header .language-box .language-list {
  position: absolute;
  right: 0px;
  top: 50px;
  width: 150px;
  background: #282828;
  padding: 10px 20px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: all 500ms ease;
}

.main-header .language-box:hover .language-list {
  visibility: visible;
  opacity: 1;
  top: 35px;
}

.main-header .language-box .language-list li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #a7a7a7;
  padding: 5px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header .language-box .language-list li:last-child {
  border-bottom: none;
}

.main-header .language-box .language-list li a {
  display: inline-block;
  color: #a7a7a7;
}

.main-header .language-box .language-list li a:hover {}

/** header-lower **/



.main-header .sticky-header .outer-box {
  padding: 8px 8vw !important;
  position: relative;
  border-bottom: none;
}

.main-header .sticky-header .outer-box .logo-box a img {
  max-height: 75px;
  height: 100%;
  width: auto;
}

.main-header .sticky-header .theme-btn-one:before {
  background: #46237F;
  border-radius: 0px 10px;
  background-color: #bcbcbc;
}

.main-header .sticky-header .theme-btn-one:hover a {
  /* background: black; */
  background-color: #bcbcbc;
  border-radius: 0px 10px;
}

.main-header.style-one .sticky-header .main-menu .navigation>li>a:before {
  bottom: -15px;
}

.main-header.style-one .menu-area {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-header.style-one .menu-right-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}
.menu-right-content a {
  white-space: nowrap;
  color: #46237F;
  font-size: 14px;
  padding: 8px 0;
}
.menu-right-content a:hover {
  /* top: -4px; */
  color: #FABF1E;
}
.menu-right-content .vertical-line {
  border: 1px solid#d6d6d6;
  height: 25px;
}

/** search box btn **/

.main-header .search-box-outer {
  position: relative;
  margin-right: 25px;
}

.main-header .search-box-btn {
  position: relative;
  font-size: 24px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #46237F;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  transition: all 500ms ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-header .search-box-btn:hover {}

.main-header .search-box-outer .dropdown-menu {
  top: 54px !important;
  padding: 0px;
  width: 50px;
  border-radius: 0px;
  background: #FABF1E;
  right: 0;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  transition: 0.5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: absolute;
  transform: scale3d(1, 1, 1) !important;
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container {
  padding: 0px;
}

.main-header .search-panel .form-group {
  position: absolute;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #111111;
  background: #f3f5fe;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}

/** main-menu **/

.main-menu {
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation>li {
  position: inherit;
  float: left;
  z-index: 2;
  padding: 0px;
  margin: 0px 16px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #46237F;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* .main-header.style-one .main-menu .navigation>li>a:before {
  position: absolute;
  content: "";
  background: url(../images/shape/shape-1.png);
  width: 62px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%) scale(0, 0);
  bottom: -34px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.main-header.style-one .main-menu .navigation>li.current>a:before,
.main-header.style-one .main-menu .navigation>li:hover>a:before {
  transform: translateX(-50%) scale(1, 1);
} */

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation>li:hover>ul>li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation>li>ul>li:nth-child(2n + 1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li:nth-child(2n + 2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li:nth-child(2n + 3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li:nth-child(2n + 4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li:nth-child(2n + 5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation>li>ul>li:nth-child(2n + 6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation>li>ul>li:nth-child(2n + 7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation>li>ul>li:nth-child(2n + 8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
  position: relative;
  display: block;
  padding: 14px 0px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #46237F;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>.media>a:hover {
  color: red;
}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 14px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  right: 100%;
  top: 0%;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  background: #272727;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation>li>ul>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation>li>ul>li:hover>ul>li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n + 1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n + 2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n + 3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n + 4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 14px 0px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.main-header .sticky-header .logo-box {
  padding: 0;
}

.main-header .sticky-header .main-menu .navigation>li {
  padding: 27px 0px 30px 0px !important;
}

/** megamenu-style **/

.main-menu .navigation>li.dropdown>.megamenu {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 50px;
  right: 0;
  left: 0;
  display: grid;
  transition: translate(50%, 50%);
  grid-template-columns: repeat(3, 1fr);
}

.main-menu .navigation li.dropdown .megamenu a {
  padding: 10px 8px;
}
.main-menu .navigation li.dropdown .megamenu a p {
  text-align: left !important;
}

.main-menu .navigation li.dropdown .megamenu a h4 {
  font-weight: 500;
  font-size: medium;
  padding: 3px 0px;
  color: #46237F;
  text-align: left;
  font-family: "SourceSansPro-Bold";
}

.main-menu .navigation li.dropdown .megamenu a:hover h4 {
  text-align: left;
  color: #FABF1E;
}

.main-menu .navigation li.dropdown .megamenu a:hover .mainpower {
  /* background: url('/assets/images/menuicon/menuiconmanpower.png');
  background-repeat: no-repeat; */
}

/*........Meun Icon Hover ***********
.main-menu .navigation li.dropdown .megamenu li a:hover .labor{
  
  background: url('/assets/images/menuicon/labor_hover.png');
  background-repeat: no-repeat;
  
}
.main-menu .navigation li.dropdown .megamenu li a:hover .payroll{
  
  background: url('/assets/images/menuicon/payroll_hover.png');
  background-repeat: no-repeat;
  
}
.main-menu .navigation li.dropdown .megamenu li a:hover .hr_consultant{
  
  background: url('/assets/images/menuicon/hr_consultant_hover.png');
  background-repeat: no-repeat;
  
}
.main-menu .navigation li.dropdown .megamenu li a:hover .recruitement{
  
  background: url('/assets/images/menuicon/recruitement_hover.png');
  background-repeat: no-repeat;
  
}
******************/

.main-menu .navigation li.dropdown .megamenu li h5 {
  font-weight: 400;
  font-size: small;
  padding: 3px 0px;
  color: #46237F;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}


.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar {
  background: #fff;
}

div#mCSB_1_container {
  top: 0px !important;
}


/** banner-section **/

.banner-section {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner-section .owl-dots .owl-dot {
  position: relative;
  left: 50%;
  bottom: 50px;
  display: inline-block !important;
}

.banner-carousel {
  position: relative;
}

.banner-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 37% 0 0 0;
  width: 100%;
  height: auto;
}

.banner-carousel .slide-item .auto-container {
  position: absolute;
  top: 100px !important;
  left: 100px !important;
}

.banner-carousel .slide-item .auto-container .content-box .btn-box {
  position: relative;
  top: 1% !important;
}

.banner-carousel .slide-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  padding-top: 50%;
  right: 0px;
  z-index: 1;
}

.banner-carousel .slide-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding-top: 50%;
}

.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
  padding-top: 40%;
}

.banner-carousel .active .slide-item .image-layer {
  height: auto;
  width: 100%;
 /* -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  */
}

.banner-carousel .content-box {
  position: relative;
  display: block;
  z-index: 5;
  max-width: 48%;
}

.banner-carousel .content-box h1 {
  position: relative;
  display: block;
  color: #46237F;
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  text-align: left;
  word-spacing: normal;
  white-space: initial !important;
  word-wrap: break-word !important;
  text-align: left !important;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.banner-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box p {
  position: relative;
  display: block;
  color: #5f5f5f;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 41px;
  font-style: italic;
  white-space: initial !important;
  word-wrap: break-word !important;
  text-align: left !important;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
  position: absolute;
  top: 270px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}

.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-carousel .content-box .btn-box .theme-btn-one {
  /* padding: 22px 30px; */

  border-radius: 0px 10px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.banner-carousel .content-box .btn-box a.theme-btn-one {
  /* padding: 22px 30px; */
  font-size: 20px;
  border-radius: 0px 10px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 60px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

.banner-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 50px;
  top: 30%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #272727;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next {
  position: absolute;
  right: 50px;
  top: 30%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
  color: #272727;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 500ms ease;
}

.banner-carousel:hover .owl-nav .owl-prev,
.banner-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.banner-carousel .owl-nav .owl-prev:hover,
.banner-carousel .owl-nav .owl-next:hover {
  color: #fff;
}

.bg-color-1 {
  background: #f4f4f4;
}

/** feature-section **/

.feature-section {
  position: relative;
  padding-bottom: 120px;
}

.feature-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 30px 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  border-radius: 0px 20px;
}

.feature-block-one .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before {
  height: 20px;
  top: -20px;
  border-radius: 0px 10px;
}

.feature-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 19px;
}

.feature-block-one .inner-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 36px;
}

.feature-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #272727;
  border-radius: 0px 10px;
}

.feature-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box img {
  transform: scale(1.1);
  opacity: 0.5;
}

.feature-block-one .inner-box .image-box .theme-btn-one {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  padding: 7px 21px;
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box .theme-btn-one {
  top: 50%;
  opacity: 1;
}

.quote-box .inner-box {
  position: relative;
  padding: 18px 50px 23px 125px;
  background: #fff;
  max-width: 930px;
  margin: 0 auto;
  margin-top: -60px;
}

.quote-box .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 65px;
  height: 60px;
  line-height: 80px;
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.quote-box .inner-box p {
  font-size: 20px;
  line-height: 36px;
  color: #272727;
  font-style: italic;
  margin: 0px;
}

/** about-section **/

.about-section {
  position: relative;
  
}

.image_block_1 .image-box {
  position: relative;
  display: block;
  padding: 0;
  max-height: 350px;
  /* max-height: 350px; */
  /* margin-right: 20px; */
  
}

.image_block_1 .image-box img {
  width: auto;
  border-radius: 0px 10px;
  height: 100%;
  max-height: 350px;
}

.image_block_1 .image-box .image-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #fff;
  padding: 20px;
  border-radius: 0px 10px;
}

.image_block_1 .image-box .image-1 {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  border-radius: 0px 10px;
}

.image_block_1 .image-box .image-1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  left: 0px;
  bottom: 0px;
}

.image_block_1 .image-box .image-1:after {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_1 .image-box:hover .image-1:after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.image_block_1 .image-box .image-content {
  position: absolute;
  top: 0px;
  left: -195px;
  width: 195px;
  padding: 37px 15px 32px 15px;
  text-align: center;
}

.image_block_1 .image-box .image-content .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: #fff;
  margin-bottom: 10px;
}

.image_block_1 .image-box .image-content h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}

.content_block_1 .content-box {
  position: relative;
  display: block;
  padding: 0 60px 0 20px;
}

.content_block_1 .content-box .text {
  margin-bottom: 45px;
}

.content_block_1 .content-box .text p {
  font-size: 20px;
  white-space: initial !important;
  word-wrap: break-word !important;
}

.content_block_1 .content-box .inner-box {
  position: relative;
  display: block;
  padding-bottom: 50px;
  margin-bottom: 80px;
  border-bottom: 1px solid #e6e6e6;
}

.content_block_1 .content-box .inner-box .single-item {
  position: relative;
  float: left;
  width: 50%;
}

.content_block_1 .content-box .inner-box .single-item h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-left: 60px;
  margin-bottom: 13px;
}

.content_block_1 .content-box .inner-box .single-item h5 span {
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 700;
}

.content_block_1 .content-box .inner-box .single-item h5:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 2px;
  left: 27px;
  top: 12px;
}

.content_block_1 .content-box .inner-box .single-item p {
  font-size: 16px;
  line-height: 30px;
}

.content_block_1 .content-box .lower-box {
  position: relative;
  display: block;
}

.content_block_1 .content-box .lower-box .author-box {
  position: relative;
  display: block;
  padding: 2px 0px 0px 115px;
}

.content_block_1 .content-box .lower-box .author-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 87px;
  height: 87px;
  background: #fff;
  padding: 7px;
  border-radius: 50%;
}

.content_block_1 .content-box .lower-box .author-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.content_block_1 .content-box .lower-box .author-box .signature-box {
  position: relative;
  margin-bottom: 5px;
}

.content_block_1 .content-box .lower-box .author-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content_block_1 .content-box .lower-box .experienct-box {
  position: absolute;
  top: -20px;
  right: 0px;
  max-width: 230px;
  width: 100%;
  background: #fff;
  padding: 10px 10px;
  border-radius: 0px 10px;
}

.content_block_1 .content-box .lower-box .experienct-box .inner {
  position: relative;
  background: #f6f6f6;
  padding: 29px 30px 25px 25px;
  display: flex;
}

.content_block_1 .content-box .lower-box .experienct-box .inner h2 {
  font-size: 50px;
  line-height: 50px;
  margin-right: 15px;
}

.content_block_1 .content-box .lower-box .experienct-box .inner p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  top: 3px;
}

.content_block_1 .content-box .sec-title {
  margin-bottom: 36px;
}

/** service-section **/

.service-section {
  position: relative;
  margin: 50px 0;
}

.service-block {
  box-shadow: 0 5px 15px rgba(238, 234, 234, 0.06);
  /* background-color: #fff; */
  border-radius: 0px 10px;
  margin-bottom: 10px;
}


/** agency-section **/

.agency-section {
  position: relative;
  height: fit-content;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.agency-section:before {
  position: absolute;
  content: "";
  background: #46237F;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}


.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display: block;
}
.tabs-box .tab.active-tab .inner-box .text p{
  color: #FABF1E;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

.content_block_3 .content-box .tab-btn-box {
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.content_block_3 .content-box .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  padding: 0px 19px 19px 0;
  margin-right: 10px;
  cursor: pointer;
  transition: all 500ms ease;
  text-align: center;
}

.content_block_3 .content-box .tab-btn-box .tab-btns li:last-child {
  margin: 0px !important;
}
.content_block_3 .content-box .tab-btn-box .tab-btns .tab-btn.active-btn{
  color: #FABF1E;
  border-bottom: 2px solid #FABF1E;
  text-align: center;
}

/* .content_block_3 .content-box .tab-btn-box .tab-btns li:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  opacity: 1;
  transition: all 500ms ease;
}*/

.content_block_3 .content-box .tab-btn-box .tab-btns li {
  border-bottom: 2px solid #fff;
 }

.content_block_3 .content-box .tab-btn-box .tab-btns li:hover {
 color: #FABF1E;
 border-bottom: 2px solid #FABF1E;
}

.content_block_3 .content-box .tabs-content .inner-box {
  position: relative;
  padding-left: 245px;
}

.content_block_3 .content-box .tabs-content .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 208px;
  height: 237px;
  border-radius: 0px 10px;
}

.content_block_3 .content-box .tabs-content .inner-box .image-box img {
  width: 100%;
  border-radius: 0px 10px;
}

.content_block_3 .content-box .tabs-content .inner-box .text p {
  font-size: 20px;
  color: white;
}

.content_block_3 .content-box .tabs-content .inner-box .text .list li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: white;
  margin-bottom: 15px;
  padding-left: 28px;
  margin-bottom: 6px;
}

.content_block_3 .content-box .tabs-content .inner-box .text .list li:last-child {
  margin-bottom: 0px;
}

.content_block_3 .content-box .tabs-content .inner-box .text .list li:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  left: 0px;
  top: 0px;
  font-weight: 700;
}

/** project-section **/

.project-section {
  padding-bottom: 50px;
}

.project-section:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0px;
  right: 0px;
  left: 0px;
}

.project-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0px 10px;
}

.project-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one .inner-box .image-box:before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  transform: scale(0, 0);
  opacity: 0.9;
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:before {
  transform: scale(1, 1);
}

.project-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img {
  transform: scale(1.1);
}

.project-block-one .inner-box .link {
  position: absolute;
  top: 10px;
  right: 10px;
}

.project-block-one .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #272727;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transform: scale(0, 0);
  transition-delay: 500ms;
}

.project-block-one .inner-box:hover .link a {
  opacity: 1;
  transform: scale(1, 1);
}

.project-block-one .inner-box .text {
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 45px;
  z-index: 2;
  opacity: 0;
  transition-delay: 500ms;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .text {
  bottom: 0px;
  opacity: 1;
  transition-delay: 500ms;
}

.project-block-one .inner-box .text p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.project-block-one .inner-box .text h3 {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}

.project-block-one .inner-box .text h3 a {
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .text h3 a:hover {
  text-decoration: underline;
}

.project-section .owl-nav {
  position: absolute;
  top: -127px;
  right: 305px;
}

.nav-style-one .owl-prev,
.nav-style-one .owl-next {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #272727;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.nav-style-one .owl-prev {
  margin-right: 10px;
}

.nav-style-one .owl-prev:hover,
.nav-style-one .owl-next:hover {
  color: #fff;
}

/** working-process **/

.working-process {
  position: relative;
  padding: 115px 0px;
}

.process-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 222px;
  height: 192px;
  line-height: 192px;
  text-align: center;
  font-size: 65px;
  color: #272727;
  transition: all 500ms ease;
  margin-bottom: 22px;
}

.process-block-one .inner-box:hover .icon-box {}

.process-block-one .inner-box .icon-box .icon-shape {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 222px;
  height: 192px;
  background-repeat: no-repeat;
}

.process-block-one .inner-box .icon-box span {
  position: absolute;
  top: 3px;
  right: 4px;
  width: 67px;
  height: 67px;
  line-height: 67px;
  font-size: 20px;
  font-weight: 700;
  background: #272727;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

.process-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 23px;
}

/** cta-section **/

.cta-section {
  position: relative;
  padding: 100px 0px;
}

.cta-section .inner-box .theme-btn-one {
  background: #272727;
  padding: 22px 60px;
  font-size: 14px;
}

.cta-section .inner-box .theme-btn-one:before {
  background: #fff;
}

.cta-section .inner-box .theme-btn-one:hover {}

.cta-section .inner-box .text h2 {
  font-size: 40px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
}

/** progress-section **/

.progress-section {
  position: relative;
  padding: 115px 0px 240px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.progress-section .sec-title {
  margin-bottom: 0px;
}

.progress-section:before {
  position: absolute;
  content: "";
  background: #272727;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.92;
}

.progress-box {
  margin-bottom: 26px;
  position: relative;
}

.progress-box:last-child {
  margin-bottom: 0px;
}

.progress-box .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0px;
}

.progress-box .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.progress-box .count-text {
  position: absolute;
  top: -43px;
  right: -33px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.progress-box .count-text:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  left: -8px;
  top: 10px;
}

.progress-box .count-text:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: -8px;
  bottom: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.progress-box .bar-inner.counted .count-text {
  opacity: 1;
}

.content_block_4 .content-box {
  position: relative;
  display: block;
  padding-left: 270px;
}

.content_block_4 .content-box .counter-inner {
  position: absolute;
  left: 0px;
  top: 9px;
  width: 215px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
}

.content_block_4 .content-box .counter-inner .inner-box {
  position: relative;
  background: rgba(31, 31, 31, 0.8);
  text-align: center;
  padding: 37px 30px 31px 30px;
}

.content_block_4 .content-box .counter-inner .inner-box .icon-box {
  position: relative;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 8px;
}

.content_block_4 .content-box .counter-inner .inner-box .count-outer {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 3px;
}

.content_block_4 .content-box .counter-inner .inner-box p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #a7a7a7;
}

.content_block_4 .content-box .progress-inner .text {
  margin-bottom: 35px;
}

.content_block_4 .content-box .progress-inner .text p {
  font-size: 18px;
  line-height: 34px;
  color: #a7a7a7;
}

.content_block_4 .content-box .progress-inner .progress-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 9px;
}

/** testimonial-section **/

.testimonial-section {
  position: relative;
}

.testimonial-section .inner-container {
  position: relative;
  margin-top: -120px;
  z-index: 1;
  padding-bottom: 160px;
  border-bottom: 1px solid #e6e6e6;
}

.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 0px 60px 0px 60px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.ourservices .owl-carousel .owl-item{
  max-height: 480px !important;
}
.ourservices .banner-carousel .slide-item .image-layer{
  height: max-content !important;
}
.testimonial-section .owl-carousel .owl-stage-outer {
  overflow: visible;
  margin-left: 30px;
}

.testimonial-section .owl-carousel .owl-item {
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-section .owl-carousel .owl-item.active {
  opacity: 1;
}

.testimonial-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 75px;
  text-align: center;
  margin-bottom: 29px;
}

.testimonial-block-one .inner-box p {
  font-size: 20px;
  line-height: 36px;
  font-style: italic;
  margin-bottom: 27px;
}

.testimonial-block-one .inner-box h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 32px;
}

.testimonial-block-one .inner-box .image-box {
  position: relative;
  display: inline-block;
  margin-bottom: -52px;
}

/** clients-section **/

.clients-section {
  position: relative;
  padding: 120px 0px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.06);
}

.clients-section .clients-logo-box {
  position: relative;
  display: block;
}

.clients-section .clients-logo-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.2;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .clients-logo-box img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/** news-section **/

/* .news-section {
  position: relative;
  top: 50px;
} */

.news-section .title-box {
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.news-section .title-box .text p {
  font-size: 18px;
  line-height: 34px;
}

.news-section .title-box .sec-title {
  margin-bottom: 36px;
  color: #111111;
}

.news-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  height: 470px;
}

.news-block-one .inner-box .lower-content {
  position: relative;
  padding:30px 20px 40px 20px;
  max-height: 50%;
  display: flex;
  flex-direction: column;
}

.news-block-one .inner-box .lower-content .link {
  position: relative;
  background: url(../images/shape/shape-2.png);
  width: 70px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  transition: all 500ms ease;
  left: 70px !important;
  bottom: 5px;
  width: 100px;
  padding-top: 10px;
  
}

.news-block-one .inner-box .lower-content .link a:hover {
  color: #FABF1E;
}

.news-block-one .inner-box .lower-content .link a {
  text-align: center;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  transition: all 500ms ease;
  color: #46237F;
  width: 100px;
}

.news-block-one .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #757575;
  font-weight: 500;
  margin-right: 15px;
  padding-left: 20px;
}

.news-block-one .inner-box .lower-content .post-info li a {
  color: #757575;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a:hover {}

.news-block-one .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 14px;
}

.news-block-one .inner-box .lower-content .admin {
  position: relative;
  min-height: 100px;
}

.news-block-one .inner-box .lower-content .admin .admin-thumb {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 33px;
  height: 33px;
  border-radius: 0px 30px;
}

.news-block-one .inner-box .lower-content .admin p {
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
  text-align: justify;
  line-height: normal;
}

.news-section .owl-nav {
  position: absolute;
  top: 50%;
}
.news-section .owl-nav .owl-prev {
  position: relative;
  left: 0px;
 
}
.news-section .owl-nav .owl-next {
  position: relative;
  left: 1060px;
}

/** main-footer **/
.main-footer  {
  background-color: #f1f1f1;
}
.footer-top {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* .footer-top:before {
  position: absolute;
  content: "";
  background: #edeced;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.95;
} */

.footer-top .footer-info .single-item {
  position: relative;
  float: left;
  width: 33.333%;
}

.footer-top .footer-info .single-item .inner {
  position: relative;
  display: block;
  background: #1f1f1f;
  padding: 41px 30px 45px 115px;
}

.footer-top .footer-info .single-item .inner .icon-box {
  position: absolute;
  left: 50px;
  top: 40px;
  font-size: 45px;
  line-height: 45px;
}

.footer-top .footer-info .single-item .inner h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.footer-top .footer-info .single-item .inner p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #a7a7a7;
}

.footer-top .footer-info .single-item .inner p a {
  color: #a7a7a7;
}

.footer-top .footer-info .single-item .inner p a:hover {
  text-decoration: underline;
}

.footer-top .footer-info .single-item:nth-child(2) .inner {}

.footer-top .footer-info .single-item:nth-child(2) .inner .icon-box {
  color: #fff;
}

.footer-top .footer-info .single-item:nth-child(2) .inner p,
.footer-top .footer-info .single-item:nth-child(2) .inner p a {
  color: #fff;
}

.footer-top .footer-info .single-item:last-child .inner {
  background: #323232;
}

.footer-top .widget-section {
  position: relative;
  margin: 0;
}
.footer-top .widget-section .row {
  margin: auto 0;
}

.footer-top .widget-section .logo-widget .footer-logo {
  position: relative;
  margin-bottom: 28px;
}

.footer-top .widget-section .logo-widget p {
  font-size: 14px;
  font-weight: 500;
  color: #58595b;
  margin-bottom: 8px;
  text-align: left;
}

.footer-top .widget-section .logo-widget form .form-group {
  position: relative;
  margin-bottom: 23px;
}

.footer-top .widget-section .logo-widget form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  height: 45px;
  background: #58595b;
  border: 1px solid #58595b;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 60px 10px 30px;
  transition: all 500ms ease;
}

.footer-top .widget-section .logo-widget form .form-group button {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-top .widget-section .logo-widget form .form-group input:focus {}

.footer-top .widget-section .logo-widget form .form-group input::-webkit-input-placeholder {
  color: #a7a7a7;
}

.footer-top .widget-section .logo-widget .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 8%;
}
.footer-top .widget-section .logo-widget .social-links img {
  position: relative;
  display: inline-block;
  height: 15px;
  max-height: 15px;
  width: auto;

}

.footer-top .widget-section .logo-widget .social-links li:last-child {
  margin: 0px !important;
}

.footer-top .widget-section .logo-widget .social-links li h6 {
  font-size: 16px;
  color: #58595b;
  font-weight: 700;
}

.footer-top .widget-section .logo-widget .social-links li a {
  display: inline-block;
  font-size: 16px;
  color: #a7a7a7;
}

.footer-top .widget-section .logo-widget .social-links li a:hover {}

.footer-top .widget-section .logo-widget {
  /* margin-right: 30px; */
  /* margin-top: 6px; */
}

.ml-30 {
  margin-left: 30px;
}

.footer-top .widget-section .widget-title {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-top .widget-section .widget-title h4 {
  font-size: 20px;
  line-height: 28px;
  color: #58595b;
  font-weight: 700;
  text-align: left;
}

.footer-top .widget-section .links-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #58595b;
}

.footer-top .widget-section .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.footer-top .widget-section .links-widget .links-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #58595b;
}

.footer-top .widget-section .links-widget .links-list li a:hover {
  color: #FABF1E;
}

.footer-top .widget-section .links-widget .links-list li a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.footer-top .widget-section .links-widget .links-list li a:hover:before {
  width: 100%;
  opacity: 1;
}

.ml-50 {
  margin-left: 50px;
}

.footer-top .widget-section .post-widget .post {
  position: relative;
  padding-left: 100px;
  margin-bottom: 35px;
  min-height: 85px;
}

.footer-top .widget-section .post-widget .post:last-child {
  margin-bottom: 0px;
}

.footer-top .widget-section .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.footer-top .widget-section .post-widget .post .post-thumb img {
  width: 100%;
  transition: all 500ms ease;
}

.footer-top .widget-section .post-widget .post:hover .post-thumb img {
  opacity: 0.2;
}

.footer-top .widget-section .post-widget .post h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #a7a7a7;
  font-weight: 500;
  margin-bottom: 5px;
}

.footer-top .widget-section .post-widget .post h6 a {
  display: inline-block;
  color: #a7a7a7;
}

.footer-top .widget-section .post-widget .post h6 a:hover {}

.footer-top .widget-section .post-widget .post .post-date {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.footer-top .widget-section .footer-widget .social-links .fb {
  /* background-image: url(assets/images/icons/footerfbicon.png); */
}

.footer-bottom {
  position: relative;
  width: 100%;
  padding: 15px 0px;
  background: #46237F;
}

.footer-bottom .copyright p {
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  padding-top: 15px;
}

.footer-bottom .copyright p a {
  color: #ffffff;
}

.footer-bottom .copyright p a:hover {}

.footer-bottom .footer-nav li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.footer-bottom .footer-nav li:last-child {
  margin: 0px !important;
}

.footer-bottom .footer-nav li a {
  font-size: 16px;
  color: #ffffff;
}
.footer-nav{
  margin-right: 70px;
}
.footer-bottom .footer-nav li a:hover {
 
}

/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

/** header-style-two **/

.main-header.style-two .header-top .text p {
  font-size: 14px;
  font-weight: 500;
  color: #a7a7a7;
}

.main-header.style-two .header-top .header-nav {
  position: relative;
  float: left;
}

.main-header.style-two .header-top .header-nav li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.main-header.style-two .header-top .header-nav li:last-child {
  margin: 0px !important;
}

.main-header.style-two .header-top .header-nav li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #a7a7a7;
}

.main-header.style-two .header-top .header-nav li a:hover {}

.main-header .header-upper {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.main-header .header-upper .logo-box {
  position: relative;
  padding: 39px 0px;
}

.main-header .header-upper .upper-info li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 40px;
  padding: 4px 0px 4px 70px;
}

.main-header .header-upper .upper-info li:last-child {
  padding: 0px !important;
  margin: 0px !important;
}

.main-header .header-upper .upper-info li .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f6f6f6;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
}

.main-header .header-upper .upper-info li p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.main-header .header-upper .upper-info li h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.main-header .header-upper .upper-info li h6 a {
  display: inline-block;
  color: #272727;
}

.main-header .header-upper .upper-info li h6 a:hover {}

.main-header .header-upper .upper-info {
  padding: 30px 0px;
}

.main-header .sticky-header .outer-box {
  padding: 0px 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header.style-two .header-lower .main-menu .navigation>li>a {
  color: #757575;
}

.main-header.style-two .header-lower .main-menu .navigation>li.current>a,
.main-header.style-two .header-lower .main-menu .navigation>li:hover>a {
  color: #272727;
}

.main-header.style-two .search-box-outer {
  float: left;
  margin-right: 15px;
}

.main-header.style-two .header-lower .search-box-btn {
  color: #272727;
}

.main-header.style-two .header-lower .search-box-btn:hover {}

.main-header.style-two .header-lower .main-menu .navigation>li {
  margin: 0px 35px;
  padding: 22px 0px;
}

.main-header.style-two .header-lower .main-menu .navigation>li>a:before {
  position: absolute;
  content: "";
  background: url(../images/shape/shape-5.png);
  width: 62px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%) scale(0, 0);
  top: -24px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.main-header.style-two .header-lower .main-menu .navigation>li.current>a:before,
.main-header.style-two .header-lower .main-menu .navigation>li:hover>a:before {
  transform: translateX(-50%) scale(1, 1);
}

.main-header.style-two .header-lower .menu-right-content {
  margin-top: 11px;
}

.main-header.style-two .language-box {
  margin-top: 11px;
  padding-left: 35px;
}

.main-header.style-two .language-box img {
  width: 25px;
  height: 25px;
  top: 2px;
}

/** banner-style-two **/

.banner-section.style-two .banner-carousel .content-box {
  max-width: 870px;
  margin: 0 auto;
}

.banner-section.style-two .banner-carousel .content-box h1 {
  font-size: 100px;
  line-height: 100px;
}

.banner-section.style-two .banner-carousel .slide-item {
  padding: 0px 0px 0px 0px;
}

.banner-section.style-two .banner-carousel .slide-item:before {
  background: #272727;
  opacity: 0.5;
}

/** about-agency **/

.about-agency {
  position: relative;
  padding: 114px 0px 105px 0px;
}

.about-agency .sec-title p {
  color: rgba(255, 255, 255, 0.7);
}

.about-agency .text p {
  font-size: 18px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.7);
}

.about-agency .text {
  margin-top: 32px;
}

.about-agency .sec-title {
  margin-bottom: 0px;
}

/** about-style-two **/

.about-style-two {
  position: relative;
  padding-bottom: 120px;
}

.about-style-two .bg-layer {
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  width: 100%;
  height: calc(100% - 60px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-style-two .upper-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style-two .upper-box .image-box img {
  width: 100%;
}

.about-style-two .upper-box .image-box:after {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-style-two .upper-box .image-box:hover:after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-two .upper-box {
  position: relative;
  margin-top: -60px;
  z-index: 1;
}

.content_block_5 .content-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 70px 60px 60px 60px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

.content_block_5 .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 102px;
  line-height: 102px;
  background: #f6f6f6;
  font-size: 56px;
  text-align: center;
  margin-bottom: 21px;
}

.content_block_5 .content-box h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 36px;
}

.content_block_5 .content-box p {
  font-size: 16px;
  line-height: 34px;
}

.about-style-two .lower-box {
  padding-top: 115px;
}

.content_block_6 .content-box .text {
  margin-bottom: 57px;
}

.content_block_6 .content-box .text p {
  line-height: 34px;
}

.content_block_6 .content-box .sec-title {
  margin-bottom: 38px;
}

.content_block_6 .content-box .progress-inner h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.content_block_6 .content-box .progress-inner .progress-box h5 {
  margin-bottom: 9px;
}

.content_block_6 .content-box .progress-inner .progress-box .count-text {
  color: #272727;
}

.content_block_6 .content-box .progress-inner .progress-box .bar {
  background: #e7e8e7;
}

.content_block_6 .content-box .progress-inner {
  position: relative;
  padding-right: 270px;
}

.content_block_6 .content-box .progress-inner .box {
  position: absolute;
  top: 39px;
  right: 0px;
  width: 195px;
  background: #fff;
  text-align: center;
  padding: 37px 15px 32px 15px;
}

.content_block_6 .content-box .progress-inner .box .icon-box {
  position: relative;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 10px;
}

.service-section.home-2:before {
  position: absolute;
  content: "";
  background: #f6f6f6;
  width: 100%;
  height: 505px;
  left: 0px;
  top: 0px;
}

/** video-section **/

.service-details-content .video-btn {
  max-height: 328px;
}

.video-section {
  position: relative;
  width: 100%;
  padding-bottom: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.video-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.7;
}

.content_block_7 .content-box {
  position: relative;
  padding-top: 115px;
}

.content_block_7 .content-box .video-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 300px;
  height: 300px;
  max-height: 300px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}

.content_block_7 .content-box .video-btn a:hover {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 120px;
  line-height: 300px;
  height: 300px;
  font-size: 30px;
  color: #46237F;
  text-align: center;
  /* border-radius: 0px 50px; */
}

.content_block_7 .content-box .video-btn .border-animation {
  position: absolute;
  top: 34%;
  left: 40%;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  /* animation: squares 2.9s linear 0s infinite; */
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  border-radius: 0px 10px;
  z-index: 99;
}

.content_block_7 .content-box .video-btn .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.content_block_7 .content-box .video-btn .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.content_block_7 .content-box .sec-title {
  /* margin-bottom: 90px; */
}

.content_block_8 .content-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 71px 80px 0px 80px;
}

.content_block_8 .content-box .text {
  margin-bottom: 49px;
}

.content_block_8 .content-box .text p {
  font-size: 18px;
  line-height: 34px;
}

.content_block_8 .content-box .inner-box .single-item {
  position: relative;
  display: block;
  padding-left: 105px;
  margin-bottom: 36px;
  min-height: 94px;
}

.content_block_8 .content-box .inner-box .single-item:last-child {
  margin-bottom: 0px;
}

.content_block_8 .content-box .inner-box .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 60px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #f6f6f6;
  text-align: center;
}

.content_block_8 .content-box .inner-box .single-item .icon-box:before {
  position: absolute;
  content: "";
  background: #f6f6f6;
  width: 80px;
  height: 100%;
  left: -80px;
  top: 0px;
}

.content_block_8 .content-box .inner-box .single-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

.content_block_8 .content-box .inner-box .single-item p {
  font-size: 16px;
  line-height: 30px;
}

.content_block_8 .content-box .inner-box {
  margin-bottom: 22px;
}

.content_block_8 .content-box .btn-box {
  position: relative;
  top: 34px;
  z-index: 1;
}

.content_block_8 .content-box .btn-box .theme-btn-one {
  display: block;
  width: 100%;
  padding: 22px 30px;
}

.project-section.alternat-2 {
  padding-left: 0px;
  padding-right: 0px;
}

.project-section.alternat-2:before {
  display: none;
}

/** team-section **/

.team-section {
  position: relative;
}

.team-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
  transform: scale(1.05);
}

.team-block-one .inner-box .image-box .content-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.team-block-one .inner-box .image-box .content-box span {
  position: absolute;
  display: inline-block;
  right: -27px;
  bottom: 26px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #272727;
  background: #fff;
  transform: rotate(-90deg);
  padding: 5.5px 10px;
  width: 82px;
  height: 29px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
}

.team-block-one .inner-box .image-box .content-box .social-links {
  position: absolute;
  display: inline-block;
  right: 0px;
  bottom: -64px;
  background: #fff;
  text-align: center;
  padding: 8.5px 8.5px;
  transform: rotate(180deg);
  opacity: 0;
  width: 29px;
  visibility: hidden;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .content-box .social-links {
  bottom: 81px;
  opacity: 1;
  visibility: visible;
}

.team-block-one .inner-box .image-box .content-box .social-links li {
  position: relative;
  display: block;
  transform: rotate(90deg);
}

.team-block-one .inner-box .image-box .content-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #272727;
}

.team-block-one .inner-box .image-box .content-box .social-links li a:hover {}

.team-block-one .inner-box .lower-content {
  position: relative;
  text-align: center;
  padding: 25px 15px;
}

.team-block-one .inner-box .lower-content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 3px;
}

.team-block-one .inner-box .lower-content h4 a {
  display: inline-block;
  color: #272727;
}

.team-block-one .inner-box .lower-content h4 a:hover {}

.team-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

/** testimonial-style-two **/

.testimonial-style-two {
  position: relative;
}

.testimonial-style-two .inner-container {
  position: relative;
  padding-bottom: 100px;
}

.testimonial-style-two .inner-container:before {
  position: absolute;
  content: "";
  width: 5000px;
  height: calc(100% - 67px);
  left: 0px;
  top: 67px;
}

.image_block_2 .image-box {
  position: relative;
  display: block;
  margin-right: 70px;
}

.image_block_2 .image-box .image {
  position: relative;
  display: block;
  background: #fff;
  padding-right: 30px;
  padding-bottom: 30px;
}

.image_block_2 .image-box .image img {
  width: 100%;
}

.image_block_2 .image-box .icon-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.image_block_2 .image-box .icon-box span {
  position: relative;
  display: inline-block;
  width: 77px;
  height: 77px;
  line-height: 117px;
  text-align: center;
  font-size: 80px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.content_block_9 .content-box {
  position: relative;
  display: block;
  padding-top: 160px;
}

.content_block_9 .content-box .sec-title p {
  color: rgba(255, 255, 255, 0.7);
}

.content_block_9 .content-box .testimonial-inner .testimonial-content h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 50px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 44px;
  font-weight: 400;
}

.content_block_9 .content-box .testimonial-inner .testimonial-content h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}

.testimonial-style-two .owl-nav {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.testimonial-style-two .nav-style-one .owl-prev,
.testimonial-style-two .nav-style-one .owl-next {
  opacity: 0.5;
}

.testimonial-style-two .nav-style-one .owl-prev:hover,
.testimonial-style-two .nav-style-one .owl-next:hover {
  background: #fff;
  opacity: 1;
  color: #272727;
}

.testimonial-style-two .sec-title {
  margin-bottom: 33px;
}

.clients-section.alternat-2 {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 240px;
  padding-top: 0px;
  background-attachment: fixed;
}

.clients-section.alternat-2:before {
  position: absolute;
  content: "";
  background: #272727;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.clients-section.alternat-2 .inner-container {
  position: relative;
  padding: 120px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/** feature-style-two **/

.feature-style-two {
  position: relative;
}

.feature-style-two .inner-container {
  position: relative;
  background: #fff;
  display: block;
  margin-top: -120px;
  z-index: 1;
  padding: 55px 70px 53px 70px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

.feature-style-two .single-item {
  position: relative;
  float: left;
  width: 33.333%;
}

.feature-style-two .single-item .inner-box {
  position: relative;
  padding: 0px 20px 0px 80px;
}

.feature-style-two .single-item .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.feature-style-two .single-item .inner-box .icon-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  left: 0px;
  top: -60px;
}

.feature-style-two .single-item .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 22px;
}

.feature-style-two .single-item .inner-box p {
  font-size: 16px;
  line-height: 30px;
}

.news-section .inner-container {
  position: relative;
  z-index: 1;
  margin-bottom: -120px;
}

.pb-0 {
  padding-bottom: 0px;
}

/** cta-style-two **/

.cta-style-two {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 230px 0px 120px 0px;
}

.cta-style-two:before {
  position: absolute;
  content: "";
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.cta-style-two .inner-box .text {
  position: relative;
  display: block;
  padding: 0px 160px;
  margin-bottom: 57px;
}

.cta-style-two .inner-box .text h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 6px;
}

.cta-style-two .inner-box .text p {
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
}

.cta-style-two .inner-box .shape .shape-1 {
  position: absolute;
  left: 60px;
  top: -45px;
  width: 93px;
  height: 145px;
  background-repeat: no-repeat;
}

.cta-style-two .inner-box .shape .shape-2 {
  position: absolute;
  right: 80px;
  top: -40px;
  width: 128px;
  height: 130px;
  background-repeat: no-repeat;
}

.cta-style-two .inner-box .btn-box .theme-btn-one {
  padding: 22px 65px;
}

.sticky-header .main-menu .navigation>li>a:before {
  display: none;
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {}

/*** 

====================================================================
                        About-Page
====================================================================

***/

/** page-title **/



.shadow-none {
  box-shadow: none;
}

/** about-style-three **/

.about-style-three {
  position: relative;
}

.about-style-three .inner-container {
  position: relative;
  padding: 120px 0px 110px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.about-style-three .big-column .image {
  position: relative;
  float: left;
  margin-right: 30px;
}

.about-style-three .big-column .image:last-child {
  margin: 0px !important;
}

.about-style-three .image img {
  width: 100%;
}

.about-style-three .content-box {
  position: relative;
  display: block;
  margin-top: 54px;
}

.about-style-three .content-box .sec-title {
  margin-bottom: 36px;
}

.about-style-three .content-box .text p {
  font-size: 18px;
  line-height: 34px;
}

.team-section .inner-container {
  position: relative;
  margin-bottom: -120px;
  z-index: 1;
}

/*** 

====================================================================
                        Project-Page
====================================================================

***/
.default-color{
  color: #46237F;
}
.default-bg-color{
  background-color: #46237F;

}
.ql-editor{
  font-family: "SourceSansPro-Regular" !important;
}
.ql-editor ul{
  padding-left:0px !important;
}

.porject-page-section {
  position: relative;
  padding: 115px 0px 90px 0px;
}

.porject-page-section .project-block-one .inner-box {
  margin-bottom: 30px;
}

.sortable-masonry .filter-tabs {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.sortable-masonry .filter-tabs li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #757575;
  margin: 0px 20px;
  cursor: pointer;
  transition: all 500ms ease;
  padding-bottom: 10px;
}

.sortable-masonry .filter-tabs li:before {
  position: absolute;
  content: "";
  background: url(../images/shape/shape-8.png);
  width: 57px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%) scale(0, 0);
  bottom: 0px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.sortable-masonry .filter-tabs li.active:before,
.sortable-masonry .filter-tabs li:hover:before {
  transform: translateX(-50%) scale(1, 1);
}

.sortable-masonry .filter-tabs li.active,
.sortable-masonry .filter-tabs li:hover {
  color: #272727;
}

.sortable-masonry .filter-tabs li span {
  position: absolute;
  top: -4px;
  right: -15px;
  font-size: 12px;
}

/** project-details **/

.project-details {
  position: relative;
}

.project-details-content {
  position: relative;
  padding: 120px 0px 115px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.project-details-content .image-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-details-content img {
  width: 100%;
}

.project-details-content .info-box .single-info-box {
  position: relative;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 33px 50px 29px 50px;
  transition: all 500ms ease;
}

.project-details-content .info-box .single-info-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.project-details-content .info-box .single-info-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0px;
  top: -1px;
  right: 0px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.project-details-content .info-box .single-info-box:hover:before {
  transform: scale(1, 1);
}

.project-details-content .info-box .single-info-box h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}

.project-details-content .info-box .single-info-box p {
  font-size: 18px;
}

.project-details-content .info-box {
  position: relative;
  margin-bottom: 51px;
}

.project-details-content .text h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 32px;
}

.project-details-content .text p {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 58px;
}

.project-details-content .text p:last-child {
  margin-bottom: 0px;
}

.project-details-content .text h3 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 34px;
}

.project-details-content .text {
  position: relative;
  margin-bottom: 52px;
}

.project-details-content .two-column .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 6px;
  padding-left: 25px;
}

.project-details-content .two-column .list-item li:last-child {
  margin-bottom: 0px;
}

.project-details-content .two-column .list-item li:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  left: 0px;
  top: 0px;
  font-weight: 700;
}

/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section {
  position: relative;
  padding: 100px 0px 120px 0px;
}

.error-section .inner-box .theme-btn-one i {
  margin-right: 10px;
}

.error-section .inner-box .error-image {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.error-section .inner-box h1 {
  font-size: 200px;
  line-height: 200px;
  font-weight: 900;
  margin-bottom: 10px;
}

.error-section .inner-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 60px;
}

/*** 

====================================================================
                        Service-Page
====================================================================

***/

.page-title {
  border: none;
  padding: 0 !important;
  position: relative;
}
.page-title .image-container {
  height: 30vw;
  width: auto;
}
.page-title img {
  max-height: 30vw;
  width: 100%;
  height: 100%;
  max-width: auto;
  margin: 0 auto;
}

.page-title .banner_title {
  position: absolute;
  top: 20vw;
  left: 100px;
}
.page-title .banner_title p {
  font-size: 2rem;
  font-weight: bold;
}

.service-details {
  position: relative;
  /* background: url("/assets/gif/body-background.gif") repeat scroll 0 0 transparent; */
  /* overflow-x: hidden; */
  max-width: 1200px;
  background-color: #f6f6f6;
  margin: 0 auto;
}
.kh_font .service-details {
  position: relative;
  padding: 120px 0px 300px 0px;
}

.serviceclass {
  position: relative;
}

/* .service-details .auto-container {
  height: auto;
  margin-top: 70px;
} */

.service-sidebar .category-widget-services {
  position: relative;
  display: block;
  background: #ededed;
  padding: 32px 20px;
  margin-bottom: 30px;
  top: 110px;
  border-radius: 0px 50px;
  width: 260px;
  height: 460px;
  margin-left: 70px;
}

.service-sidebar .category-widget .category-list li:hover a {
  color: #FABF1E;
}

.service-sidebar .category-widget .category-list li a.current {
  color: #FABF1E;
}

.service-sidebar .category-widget .category-list li a i {
  position: absolute;
  left: 30px;
  top: 16px;
  width: 28px;
  /* height: 28px; */
  line-height: 20px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #757575;
  transition: all 900ms ease;
}

.service-sidebar .category-widget .category-list li a.current i,
.service-sidebar .category-widget .category-list li a:hover i {
  color: #fff;
}
.service-details-content {
  position: relative;
}

.service-details-content a .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
  height: auto;
  /* max-height: 328px; */
}

.service-details-content .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  /* box-shadow: inset 0px -300px 350px -40px rgba(0, 0, 0, 0.8); */
  z-index: 1;
  transition: all 500ms ease;
}

.service-details-content img {
  height: auto;
  max-height: 320px;
  margin-right: 20px;
}

.playbtn{
  font-family: 'Font Awesome 5 Pro';
  font-weight: 999;
  background: rgba(73, 73, 73, 0.60);
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  left: 240px;
  /* padding: 30px; */
  font-size: large;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.service-details-content .text .list-item .arrow-text {
  display: flex;
  align-items:first baseline;
  margin-bottom: 10px;
  color: #757575;
}
.service-details-content .text .list-item .arrow-text p {
  margin: 0;
  text-align: left;
}
.service-details-content .text .list-item li img {
  height: 100%;
  max-height: 12px;
  margin: 0 10px;
}

.service-details-content .image-box .category {
  position: absolute;
  display: inline-block;
  top: 50px;
  /* right: 20px; */
  left: 0px;
  width: auto;
  /* font-size: 12px; */
  /* line-height: 20px; */
  color: #46237F;
  font-weight: bolder;
  padding: 4.5px 10px;
  /* text-align: center; */
  /* text-transform: uppercase; */
  letter-spacing: normal;
  z-index: 2;
  transition: all 500ms ease;
  background: rgba(84, 46, 135, 0.15);
  text-align: left;
  height: 50px;
  padding-left: 80px;
}

.service-details-content .image-box i {
  position: absolute;
  left: 50px;
  bottom: 35px;
  font-size: 65px;
  line-height: 50px;
  z-index: 2;
  transition: all 500ms ease;
}

.service-details-content .text h2 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-align: left;
  color: #46237F;

}

.service-details-content .text p {}

.service-details-content .text h4 {
  display: block;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  font-style: italic;
  padding-top: 6px;
}

.service-details-content .text {
  margin-bottom: 15px;
}

.service-details-content .content_block_1 .content-box .inner-box .single-item {
  padding-right: 20px;
}

.service-details-content .two-column .text h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 37px;
}

.service-details-content .two-column .text p {
  font-size: 20px;
}

.service-details-content .two-column .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #757575;
  margin-bottom: 15px;
  padding-left: 28px;
  margin-bottom: 6px;
}

.service-details-content .two-column .list-item li:last-child {
  margin-bottom: 0px;
}

.service-details-content .two-column .list-item li:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  left: 0px;
  top: 0px;
  font-weight: 700;
}

.service-details-content .content_block_1 .content-box .inner-box {
  margin-bottom: 55px;
}

.service-details-content .two-column .text {
  margin-bottom: 0px;
}

.service-details-content .two-column {
  margin-bottom: 57px;
}

.accordion-box .block {
  position: relative;
  display: block;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  background: #fff;
  transition: all 500ms ease;
}

.accordion-box .block.active-block {}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 21px;
  right: 38px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
  color: #fff;
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
  position: relative;
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin: 0px;
  content: "\f068";
  color: #fff;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding-left: 45px;
  padding-bottom: 11px;
}

.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  padding: 20px 80px 23px 40px;
  cursor: pointer;
}

.accordion-box .block .acc-btn h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h5 {
  color: #fff;
}

.accordion-box .block .acc-content .text {
  position: relative;
  margin: 0px;
  padding-bottom: 15px;
  padding-top: 7px;
}

.accordion-box .block .acc-content .text p {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0px;
}

/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-info-section {
  position: relative;
  padding: 70px 120px;
}

.contact-info-section .single-info-box .inner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px 0 !important;
}

.contact-info-section .single-info-box .inner-box .img-container {
  height: 45px !important;
  display: flex;
  justify-content: center;
  align-items: center;  
  overflow: hidden;
  margin-bottom: 30px;
}

.contact-info-section .single-info-box .inner-box .img-container img {
  height: 100%;
  width: auto;
}

.contact-info-section .single-info-box .inner-box .contactphonenumber{
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}

.contact-info-section .single-info-box .inner-box a,p {
  color: #757575;
  /* font-size: 20px; */
  /* line-height: 34px; */
  font-weight: 500;
  /* white-space: nowrap; */
}

.contact-info-section .single-info-box .inner-box a:hover {
color: #FABF1E;
}

/** contact-section **/

.contact-section {
  position: relative;
}

.contact-section .title-inner {
  position: relative;
  margin-right: -10px;
}

.contact-section .title-inner .text {
  margin-bottom: 40px;
}

.contact-section .title-inner .text p {
  font-size: 18px;
  line-height: 34px;
}

.contact-section .title-inner .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.contact-section .title-inner .social-links li:last-child {
  margin-right: 0px !important;
}

.contact-section .title-inner .social-links li h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.contact-section .title-inner .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}

.contact-section .title-inner .social-links li a:hover {}

.contact-section .sec-title {
  margin-bottom: 26px;
}

.contact-section .form-inner {
  position: relative;
  margin-top: 6px;
}

.google-map-section {
  position: relative;
  width: 100%;
}

.google-map-section #contact-google-map {
  position: relative;
  width: 100%;
  height: 550px;
}

.main-header.style-two .outer-box {
  position: relative;
}

.three-item-carousel .owl-stage-outer {
  overflow: visible;
  margin-left: 70px;
  margin-right: 100px;
}

.three-item-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}

.three-item-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

/*/--Custom CSS*/
.mainpower {
  background: url("/assets/images/menuicon/menuiconmanpower.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-top: 5px;
}

.compliance {
  background: url("/assets/images/menuicon/menuiconcompliance.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-top: 5px;
}

.incoporation {
  background: url("/assets/images/menuicon/menuiconincorporation.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-top: 5px;
}

.payroll {
  background: url("/assets/images/menuicon/menuiconpayroll.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-top: 5px;
}

.hr_consultant {
  background: url("/assets/images/menuicon/menuiconhrconsulting.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-top: 5px;
}

.recruitement {
  background: url("/assets/images/menuicon/menuiconrecuritement.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-top: 5px;
}

/*............Milstone section -------------------*/
.milstonetext .title {
  float: left;
  font-family: "SourceSansPro-Bold";
}

.milstonetextyellow p {
  color: #46237F;
  font-family: "SourceSansPro-Regular";
  float: left;
  text-align: center;
  line-height: normal;
  font-weight: inherit;
  top: 400px;
  font-size: 15px;
  max-width: 120px;
  left: 60px;
 
}

.milstonetextpurple p {
  color: #46237F;
  font-family: "SourceSansPro-Regular";
  float: left;
  text-align: center;
  line-height: normal;
  font-weight: inherit;
  top: 40px;
  font-size: 15px;
  max-width: 120px;
  left: 0px;
}

.milestoneimage {
 
  display: inline-block;
    vertical-align: center;
    left: 50px;
    top: 0px;
}

.milestoneimage .image-box {
  float: left;
  max-width: 100px;
  left: 50px;
  position: relative;
}

.milestoneimage .oftheyearpurpal {
  font-family: "SourceSansPro-Bold";
  color: #46237F;
  position: relative;
  top: 135px;
  left: 40px;
}

.milestoneimage .oftheyearyellow {
  font-family: "SourceSansPro-Bold";
  color: #FABF1E;
  position: relative;
  top: 55px;
  left: 40px;
}

.fitalign {
  text-align: center;
  align-items: center;
  position: relative;
  top: 30px;
}

.fitcenter {
  text-align: start;
  align-items: center;
  position: relative;
  top: 40px;
  color: #46237F;
}

.top-buffer {
  margin-top: 40px;
}

.left-buffer {
  margin-right: 30px;
}

.ourclient .owl-nav {
  text-align: center;
  position: relative;
  top: 50px;
  font-size: xxx-large;
  color: #46237F;
}

.ourclient .owl-nav .owl-next {
  top: -48px;
  position: relative;
  left: 50px;
}

/*------Service page service detial ---------*/
/* .service-details-services .auto-container .service-sidebar .category-widget {
  width: 100%;
  position: relative;
  top: 0px;
}

.service-details-services .auto-container .service-sidebar {
  width: auto;
  position: relative;
  top: 0px;
}
/*-----------Start service Menu list -----------------------------------*/

.service-details-services .service-sidebar .category-widget .category-list-service li.active i {
  margin-left:0px !important;
}
.service-details-services .service-sidebar .category-widget .category-list-service li.active img {
  width: 35px;
  height: 35px;
}
.service-details-services .service-sidebar .category-widget .category-list-service li i {
  color: #606161;
  margin-bottom: 10px;
  margin-left: 10px;
  padding:10px;
}
.service-details-services .service-sidebar .category-widget .category-list-service li:hover a {
  background-color: white;
  width: 250px !important;
  box-shadow: 0px 0px 10px #f1e0e0;
}
.service-details-services .service-sidebar .category-widget .category-list-service li a {
  color: #606161;
  min-width: 250px !important;
  margin-bottom: 10px;
  padding: 10px;
  font-family: 'SourceSansPro-Bold';
  width: 250px;
  display: inline-block;
}
.service-details-services .service-sidebar .category-widget .category-list-service li a i {
  background: none;
  font-size: xx-large;
  left: 0px;
}

.service-details-services .service-sidebar .category-widget .category-list-service li img {
  margin-left: -1px !important;

}
.prev-next {
  position: absolute;
  bottom: 10px;
  right: 100px;
  height: 1.8rem;
  width: 4rem;
  background-image: url("/assets/images/story/background-click.png");
  background-repeat: no-repeat;
  background-size: 4rem 1.8rem;
  float: right;
  justify-content: space-around;
}
.click-container {
  max-height: 100%;
  width: auto;
}
.click-container img {
  height: 100%;
  max-height: 1rem;
  width: auto;
}
