 
/* 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


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



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/
span.flaticon-right-arrow {
    color: #27aa49;
    font-size: 20px;
    font-weight: bold;
}

body {
  font-size:16px;
  color:#757575;
  line-height:32px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Roboto', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @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;
  padding:0px 15px;
  margin:0 auto;
}

.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;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-weight: 400;
      text-align: justify;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #222222;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#272727;
  background-position:center center;
  background-repeat:no-repeat;
  background-image: url(../images/icons/preloader.svg);
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/

.theme-btn-one{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 4.5px 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
}

.theme-btn-one:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #272727;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:hover:before{
  width: 100%;
}

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 3px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: #f4f4f4;
  text-align: center;
  color: #757575;
  z-index: 1;
  transition: all 500ms ease;
}

.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: 50px 0px 120px 0px;
}

.sec-pad-2{
  padding: 120px 0px !important; 
}

.mr-0{
  margin: 0px !important;
}

.scroll-top{
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 24px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.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: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 7px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  margin: 0px;
}

.sec-title.light h2{
 color: #27aa49;;
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #272727;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top{
  position: relative;
  width: 100%;
  background: #272727;
  padding: 3px 100px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-top .info-list li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #a7a7a7;
  font-weight: 500;
  padding-left: 27px;
  margin-right: 25px;
}

.header-top .info-list li:last-child{
  margin: 0px !important;
}

.header-top .info-list li a{
  color: #a7a7a7;
}

.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;
  margin-right: 20px;
}

.header-top .social-links li:last-child{
  margin: 0px !important;
}

.header-top .social-links li a{
  display: inline-block;
  font-size: 14px;
  color: #a7a7a7;
}

.header-top .social-links li a:hover{

}

.header-top .social-links{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 40px;
}

.main-header .language-box{
  position: relative;
  float: left;
  display: inline-block;
  padding-left: 30px;
}

.main-header .language-box img{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}

.main-header .language-box .text{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #a7a7a7;
  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;
  display: none;
}

.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.style-one .header-lower{
  position: relative;
}

.main-header.style-one .outer-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding: 0px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
    border-bottom: 1px solid rgb(0 0 0);
    background: white;
}

.main-header .sticky-header .outer-box{
  position: relative;
  border-bottom: none;
}

.main-header .sticky-header .theme-btn-one:before{
  background: #fff;
}

.main-header .sticky-header .theme-btn-one:hover{

}

.main-header.style-one .sticky-header .main-menu .navigation > li > a:before{
  bottom: -15px;
}

.header-lower .logo-box{
  position: relative;
      width: 100px;

}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/** 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: #fff;
  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: 330px;
  border-radius: 0px;
  background: #ffffff;
  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: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container{
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  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: 32px 0px;
  margin: 0px 22px;
  -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;
  font-size:15px;
  line-height:30px;
  font-weight:500;
  opacity:1;
  color:black;
  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;
  text-transform: uppercase;
}

.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: #272727;
  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;
  text-transform:capitalize;
  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 > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{

}

.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:300px;
  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;
  text-transform:capitalize;
  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;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 4px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color:#000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}

.main-header .sticky-header .logo-box{
/*  padding: 25px 85px 22px 0px; */
width: 100px;
}

.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%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 500;
  padding: 3px 0px;
  color: #fff;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  background:#fff; 
  color: #3b3b3b;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
  background: #272727;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}


/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 280px 0px 200px 0px;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(39,39,39,0.8), rgba(39,39,39,0.0) 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
}

.banner-carousel .slide-item:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-90deg, rgba(39,39,39,0.5)0%, rgba(39,39,39,0.0) 100%);
  top: 0px;
  left: 0px;
  z-index: 1;
}

.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: cover;
  -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;
}

.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  max-width: 600px;
  z-index:5;
}

.banner-carousel .content-box h1{
  position: relative;
  display: block;
  color: #fff;
  font-size: 90px;
  line-height: 95px;
  font-weight: 900;
  margin-bottom: 37px;
  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: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 41px;
  font-style: italic;
  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: relative;
  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 69px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}


.banner-carousel .owl-nav .owl-prev{
  position: absolute;
  left: 50px;
  top: 50%;
  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: 50%;
  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: #f6f6f6;
}


/** 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);
}

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

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 60px;
}

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

.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;
  padding: 60px 0px 60px 0px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-right: 40px;
  margin-right: 20px;
  padding-bottom: 120px;
}

.image_block_1 .image-box img{
  width: 100%;
}

.image_block_1 .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #fff;
  padding: 20px;
}

.image_block_1 .image-box .image-1{
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.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, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .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;
}

.content_block_1 .content-box .text{
  margin-bottom: 45px;
}

.content_block_1 .content-box .text p{
  font-size: 20px;
  line-height: 36px;
}

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

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

.service-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  box-shadow: inset 0px -150px 50px -40px rgba(0, 0, 0, 0.8);
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.service-block-one .inner-box .image-box .category{
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #272727;
  font-weight: 700;
  background: #fff;
  padding: 4.5px 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box .category{
  color: #fff;
}

.service-block-one .inner-box .image-box i{
  position: absolute;
  left: 50px;
  bottom: 35px;
  font-size: 65px;
  line-height: 50px;
  z-index: 2;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box i{
  color: #fff;
}

.service-block-one .inner-box .lower-content{
  position: relative;
  padding: 34px 50px 27px 50px;
     
}

.service-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 23px;
}

.service-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #272727;
}

.service-block-one .inner-box .lower-content h3 a:hover{

}

.service-block-one .inner-box .lower-content p{
  margin-bottom: 28px;
}

.service-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #757575;
  font-weight: 500;
  padding-top: 14px;
  z-index: 1;
}

.service-block-one .inner-box .lower-content .link a:before {
  position: absolute;
  content: '';
  background: url(../images/shape/shape-2.png);
  width: 76px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content .link a:hover{

}

.service-block-one .inner-box .lower-content .light-icon{
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 150px;
  line-height: 100px;
  color: rgb(117 117 117 / 5%);
  transform: rotate(-15deg);
}


/** agency-section **/

.agency-section{
  position: relative;
  padding: 115px 0px 100px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.agency-section:before{
  position: absolute;
  content: '';
  background: #272727;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.content_block_2 .content-box .sec-title{
  margin-bottom: 56px;
}

.content_block_2 .content-box .btn-box .theme-btn-one{
  padding: 22px 60px;
  font-size: 14px;
}

.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{
  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 19px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.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 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.active-btn:before,
.content_block_3 .content-box .tab-btn-box .tab-btns li:hover:before{
  opacity: 0;
}

.content_block_3 .content-box .tab-btn-box .tab-btns li:after{
  position: absolute;
  content: '';
  background: url(../images/shape/shape-3.png);
  width: 154px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%) scale(0,0);
  bottom: -1px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
  opacity: 0;
}

.content_block_3 .content-box .tab-btn-box .tab-btns li.active-btn:after,
.content_block_3 .content-box .tab-btn-box .tab-btns li:hover:after{
  transform: translateX(-50%) scale(1,1);
  opacity: 1;
}

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

.content_block_3 .content-box .tabs-content .inner-box .image-box img{
  width: 100%;
}

.content_block_3 .content-box .tabs-content .inner-box .text p{
  font-size: 18px;
  line-height: 34px;
  color: #bfbfbf;
  margin-bottom: 34px;
}

.content_block_3 .content-box .tabs-content .inner-box .text .list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #bfbfbf;
  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;
}


/** funfact-section **/

.funfact-section{
  position: relative;
}

.funfact-section:before{
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 100%;
  height: 146px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

.funfact-section .inner-container{
  position: relative;
  background: #fff;
  margin-top: -120px;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.counter-block-one .inner-box{
  position: relative;
  display: block;
  padding: 50px 30px 55px 30px;
}

.counter-block-one .inner-box .icon-box{
  position: relative;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 8px;
}

.counter-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #272727;
      padding-top: 50px;
  margin-bottom: 2px;
}

.counter-block-one .inner-box p{
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
}

.counter-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #e6e6e6;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}

.counter-block:last-child .counter-block-one .inner-box:before{
  display: none;
}


/** project-section **/

.project-section{
  position: relative;
  padding: 115px 60px 0px 60px;
}

.project-section:before{
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 100%;
  height: 380px;
  top: 0px;
  right: 0px;
  left: 0px;
}

.project-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.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;
  background: #fff;
  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: 10px 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: 210px;
  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);
}

.testimonial-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.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;

  -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;
}

.news-section .title-box{
  position: relative;
  margin-right: 50px;
  z-index: 9;
}

.news-section .title-box .text p{
  font-size: 18px;
  line-height: 34px;
}

.news-section .title-box .sec-title{
  margin-bottom: 36px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.news-section .carousel-block{
  position: relative;
  margin-right: -400px;
  margin-top: 6px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
  opacity: 0.2;
}

.news-block-one .inner-box .image-box .post-date{
  position: absolute;
  left: 40px;
  bottom: 0px;
  width: 57px;
  padding: 10px 0px 7px 0px;
  text-align: center;
  z-index: 1;
  box-shadow: 0 0px 0px 10px #fff;
}

.news-block-one .inner-box .image-box .post-date h4{
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.news-block-one .inner-box .image-box .post-date p{
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  padding: 30px 40px 40px 40px;
}

.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 h3{
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 21px;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #272727;
}

.news-block-one .inner-box .lower-content h3 a:hover{

}

.news-block-one .inner-box .lower-content .admin{
  position: relative;
  padding-left: 43px;
}

.news-block-one .inner-box .lower-content .admin .admin-thumb{
  position: absolute;
  left: 0px;
  top: -1px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

.news-block-one .inner-box .lower-content .admin p{
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
}

.news-section .owl-nav{
  position: absolute;
  left: -400px;
  bottom: 15px;
}


/** main-footer **/

.footer-top{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-top:before{
  position: absolute;
  content: '';
  background: #272727;
  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;
      height: 150px;
}

.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: 15px;
    line-height: 19px;
  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;
  padding: 75px 0px 78px 0px;
}

.footer-top .widget-section .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 28px;
}

.footer-top .widget-section .logo-widget p{
  font-size: 16px;
  font-weight: 500;
  color: #a7a7a7;
  margin-bottom: 22px;
}

.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: 70px;
  background: #1f1f1f;
  border: 1px solid #1f1f1f;
  font-size: 14px;
  color: #a7a7a7;
  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: 25px;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50% 50%;
    text-align: center;
    color: green;
}

.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: #27aa49;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-top .widget-section .logo-widget .social-links li a{
  display: inline-block;
  font-size: 16px;
  color: #27aa49;
}

.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:#27aa49;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-top .widget-section .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 8px;


}

.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: 16px;
  line-height: 20px;
  color: #a7a7a7;
}

.footer-top .widget-section .links-widget .links-list li a:hover{

}

.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-bottom{
  position: relative;
  width: 100%;
  padding: 42px 0px;
  background: #272727;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom .copyright p{
  font-size: 16px;
  color: #a7a7a7;
}

.footer-bottom .copyright p a{
  color:#27aa49;
}

.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: #a7a7a7;
}

.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: #272727;
  border-bottom: 1px solid #e6e6e6;
}

.main-header .header-upper .logo-box{
  position: relative;
  width: 120px;

}

.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: #ffffff;
}

.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 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header.style-two .header-lower .main-menu .navigation > li > a{
  color:#000000;
      text-transform: uppercase;
}

.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 20px;
  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: 80px;
  line-height: 86px;
}

.banner-section.style-two .banner-carousel .slide-item{
  padding: 185px 0px 195px 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: 16px;
  line-height: 34px;
  color: rgb(255 255 255);
}

.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, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .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;
   
    padding: 20px 60px 60px 60px;
  
    height: 460px;
}

.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{
 
}

.content_block_6 .content-box .sec-title{
  margin-bottom: 10px;
}

.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 **/

.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: '';
  background: #272727;
  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: 125px;
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.content_block_7 .content-box .video-btn .border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,.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;
}

.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: 16px;
  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;

}

.content_block_9 .content-box .sec-title p{
  color: rgb(0 0 0 / 70%);
}

.content_block_9 .content-box .testimonial-inner .testimonial-content h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 50px;
  font-style: italic;
  color: #000;
  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:40px;
  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: 60px 0px;
 
}


/** 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: 25%;
}

.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: 130px 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;
      text-align: center;
}

.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 **/

.page-title{
  position: relative;
  padding:145px 0px 120px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before{
  position: absolute;
  content: '';
  background: #272727;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.5;
}

.page-title .content-box .title{
  position: relative;
  margin-bottom: 8px;
}

.page-title .content-box .title h1{
  position: relative;
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  font-weight: 900;
}

.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  font-style: italic;
  padding-right: 22px;
  margin-right: 10px;
}

.page-title .content-box .bread-crumb li a{
  color: rgba(255,255,255,0.8);
}

.page-title .content-box .bread-crumb li a:hover{

}

.page-title .content-box .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: '/';
  top: 0px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before{
  display: none;
}

.shadow-none{
  box-shadow: none;
}


/** about-style-three **/

.about-style-three{
     position: relative;
    margin-top: 53px;
}

.about-style-three .inner-container{
  position: relative;
  padding: 0px 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: 34px;
}

.about-style-three .content-box .sec-title{
  margin-bottom: 36px;
}

.about-style-three .content-box .text p{

  font-size: 16px;
    line-height: 34px;
    text-align: justify;
}

.team-section .inner-container{
  position: relative;
  margin-bottom: -120px;
  z-index: 1;
}



/*** 

====================================================================
                        Project-Page
====================================================================

***/


.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
====================================================================

***/


.service-page-section{
  position: relative;
  padding: 120px 0px 90px 0px;
}

.service-page-section .service-block-one .inner-box{
  margin-bottom: 30px;
}

.service-details{
  position: relative;
  padding: 10px 0px;
}



.service-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
}

.service-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  padding: 15px 0px 14px 80px;
  font-size: 16px;
  color: #757575;
  font-weight: 500;
}

.service-sidebar .category-widget .category-list li a.current,
.service-sidebar .category-widget .category-list li a:hover{
  background: #fff;
  color: #272727;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.service-sidebar .category-widget .category-list li a i{
  position: absolute;
  left: 30px;
  top: 16px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  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-sidebar .support-box{
  position: relative;
  display: block;
}

.service-sidebar .support-box .content-box{
  position: relative;
  display: block;
  text-align: center;
  padding: 0px 15px 34px 15px;
}

.service-sidebar .support-box img{
  width: 100%;
}

.service-sidebar .support-box .content-box .icon-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-size: 50px;
  color: #272727;
  margin-top: -49px;
  margin-bottom: 22px;
}

.service-sidebar .support-box .content-box p{
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0px;
}

.service-sidebar .support-box .content-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.service-sidebar .support-box .content-box h3 a{
  display: inline-block;
  color: #fff;
}

.service-sidebar .support-box .content-box h3 a:hover{
  text-decoration: underline;
}

.service-details-content{
  position: relative;
}

.service-details-content .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 32px;
}

.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{
  width: 100%;
}

.service-details-content .image-box .category{
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  padding: 4.5px 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
  transition: all 500ms ease;
}

.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;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 30px;
}

.service-details-content .text p{
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 18px;
}

.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: 45px;
}

.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;

    padding-right: 20px;

}

.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: 15px;
    line-height: 32px;
    color: #ffffff;
    margin: 0px;
    text-align: justify;
    font-weight: 500;
}



/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid{
  position: relative;
  padding: 120px 0px;
}

.blog-grid .news-block-one .inner-box{
  margin-bottom: 30px;
}

.blog-grid .pagination-wrapper{
  position: relative;
  margin-top: 30px;
}

.sidebar-page-container{
  position: relative;
  padding: 120px 0px;
}

.news-block-one .inner-box .lower-content h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 38px;
}

.news-block-one .inner-box .lower-content h2 a{
  display: inline-block;
  color: #272727;
}

.news-block-one .inner-box .lower-content h2 a:hover{

}

.news-block-one .inner-box .lower-content p{
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 20px;
}

.sidebar-page-container .news-block-one .inner-box{
  margin-bottom: 30px;
}

.blog-sidebar .sidebar-search{
  position: relative;
  display: block;
  padding: 15px 30px;
  margin-bottom: 20px;
}

.blog-sidebar .sidebar-search .search-form .form-group{
  position: relative;
  margin: 0px;
}

.blog-sidebar .sidebar-search .search-form .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 60px 10px 20px;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-search .search-form .form-group input:focus{
  border-color: #fff;
}

.blog-sidebar .sidebar-search .search-form .form-group input::-webkit-input-placeholder{
  color:#fff;
}

.blog-sidebar .sidebar-search .search-form .form-group button{
  position: absolute;
  top: 10px;
  right: 19px;
  font-size: 24px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-widget{
  position: relative;
  display: block;
  background: #f6f6f6;
  padding: 40px 50px;
  margin-bottom: 30px;
}

.blog-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-post{
  padding: 44px 15px 18px 15px;
}

.blog-sidebar .sidebar-post .post{
  position: relative;
  display: block;
  padding: 30px 25px 27px 130px;
  min-height: 133px;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-post .post:hover{
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.blog-sidebar .sidebar-post .post .post-thumb{
  position: absolute;
  left: 35px;
  top: 33px;
  width: 70px;
  height: 68px;
  overflow: hidden;
}

.blog-sidebar .sidebar-post .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-post .post:hover .post-thumb img{
  opacity: 0.2;
}

.blog-sidebar .sidebar-post .post .post-date{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-post .post h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.blog-sidebar .sidebar-post .post h6 a{
  display: inline-block;
  color: #272727;
}

.blog-sidebar .sidebar-post .post h6 a:hover{

}

.blog-sidebar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.blog-sidebar .widget-title h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.blog-sidebar .sidebar-post .widget-title{
  padding-left: 35px;
  margin-bottom: 10px;
}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.blog-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #757575;
  padding-left: 50px;
}

.blog-sidebar .category-widget .category-list li a:hover{
  color: #272727;
}

.blog-sidebar .category-widget .category-list li a:before{
  position: absolute;
  left: 0px;
  top: 2px;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 400;
  color: #7e7e7e;
  background: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before{
  color: #fff;
}

.blog-sidebar .category-widget{
  padding: 44px 50px 38px 50px;
}

.blog-sidebar .tags-widget .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-sidebar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 22px;
  font-weight: 700;
  color: #757575;
  text-transform: uppercase;
  background: #fff;
  padding: 9px 24px 7px 24px;
  text-align: center;
}

.blog-sidebar .tags-widget .tags-list li a:hover{
  color: #fff;
}

.blog-sidebar .tags-widget{
  padding: 44px 50px 40px 50px;
}

.blog-sidebar .tags-widget .widget-title{
  margin-bottom: 28px;
}

.blog-details-content .post-share-option .post-tags li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.blog-details-content .post-share-option .post-tags li:last-child{
  margin: 0px !important;
}

.blog-details-content .post-share-option .post-tags li h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
}

.blog-details-content .post-share-option .post-tags li a{
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 22px;
  font-weight: 700;
  color: #757575;
  text-transform: uppercase;
  background: #f6f6f6;
  padding: 9px 20px 7px 20px;
  text-align: center;
  letter-spacing: 1px;
}

.blog-details-content .post-share-option .post-tags li a:hover{
  color: #fff;
}

.blog-details-content .post-share-option .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.blog-details-content .post-share-option .social-links li:last-child{
  margin-right: 0px !important;
}

.blog-details-content .post-share-option .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #757575;
  line-height: 38px;
}

.blog-details-content .post-share-option .social-links li a:hover{

}

.news-block-one .inner-box .lower-content .text{
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 33px;
  margin-bottom: 28px;
}

.blog-details-content .news-block-one .inner-box:hover .image-box img {
  transform: scale(1);
  opacity: 1;
}

.blog-details-content .author-box{
  position: relative;
  display: block;
  background: #f6f6f6;
  padding: 57px 60px 55px 60px;
  margin-bottom: 53px;
}

.blog-details-content .author-box .author-thumb{
  position: absolute;
  left: 60px;
  top: 60px;
  width: 170px;
  height: 160px;
}

.blog-details-content .author-box .author-thumb img{
  width: 100%;
}

.blog-details-content .author-box .inner{
  position: relative;
  padding-left: 210px;
}

.blog-details-content .author-box .inner h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 38px;
}

.blog-details-content .author-box .inner p{
  font-size: 18px;
  line-height: 34px;
}

.sidebar-page-container .blog-details-content .news-block-one .inner-box{
  margin-bottom: 60px;
}

.blog-details-content .group-title{
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.blog-details-content .group-title h3{
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

.blog-details-content .comment-box .comment{
  position: relative;
  display: block;
  padding-left: 180px;
  padding-bottom: 53px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 55px;
}

.blog-details-content .comment-box .comment:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 142px;
  height: 142px;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment .comment-info h4{
  position: relative;
  font-size: 20px;
  line-height: 28px;
  float: left;
  font-weight: 700;
  margin-right: 12px;
}

.blog-details-content .comment-box .comment .comment-info .post-date{
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.blog-details-content .comment-box .comment .comment-info .post-date i{
  margin-right: 5px;
}

.blog-details-content .comment-box .comment .comment-info{
  position: relative;
  margin-bottom: 34px;
}

.blog-details-content .comment-box .comment .reply-btn{
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 20px 5px 20px;
  letter-spacing: 1px;
  z-index: 1;
}

.blog-details-content .comment-box .comment .reply-btn:hover{
  background: #272727;
}

.blog-details-content .comment-box .comment .comment-inner p{
  font-size: 18px;
  line-height: 34px;
}

.blog-details-content .comment-box{
  margin-bottom: 53px;
}

.default-form .form-group{
  position: relative;
  margin-bottom: 20px;
}

.default-form .form-group:last-child{
  margin-bottom: 0px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #757575;
  padding: 10px 30px;
  transition: all 500ms ease;
}

.default-form .form-group textarea{
  resize: none;
  height: 170px;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{

}

.default-form .form-group .theme-btn-one{
  padding: 22px 60px;
  font-size: 14px;
}


/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-info-section{
  position: relative;
  background: #f7f7f7;
  padding: 100px 0px;
}

.contact-info-section .single-info-box .inner-box{
  position: relative;
  display: block;
  min-height: 68px;
  padding: 0px 0px 0px 85px;
}

.contact-info-section .single-info-box .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
}

.contact-info-section .single-info-box .inner-box p{
  position: relative;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.contact-info-section .single-info-box .inner-box p a{
  color: #757575;
}

.contact-info-section .single-info-box .inner-box p a:hover{

}


/** 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;
}

.three-item-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.three-item-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}














.looking-job .media .media-body p {
    color: #ffffff;
    margin-bottom: 5px;
        text-align: left;
}
.looking-job {
    background: #27aa49;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    height: 250px;
}
.looking-job .media .media-body h5 {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
        text-align: left;
}
.looking-job .bottom-icon {
    position: absolute;
    color: #ff886a;
    font-size: 75px;
    bottom: 0;
    right: 10px;
    line-height: 1;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.flaticon-group:before {
    content: "\f10b";
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.looking-job .media .media-body a {
    color: #ffffff;
    font-size: 15px;
        float: left;
}
.looking-job .bottom-icon {
    position: absolute;
    color: #ffffff82;
    font-size: 75px;
    bottom: 0;
    right: 10px;
    line-height: 1;

}
looking-job .media .media-body h5 {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}
looking-job .media .media-body a i {
    background: none;
    width: unset;
    height: unset;
    color: #ffffff;
    line-height: 1;
    font-size: 18px;
    top: 4px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.bx-chevrons-right:before {
    content: "\ea22";
}
.looking-job .media i {
    background: #fbd3d3;
    color: #fd1616;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    line-height: 55px;
    text-align: center;
    font-size: 30px;
}

i.bx.bx-chevrons-right {
    width: 30px;
    height: 30px;
    font-size: 19px;
    line-height: 37px;
}

.looking-job .media i {
    background: #ffffff;
    color: #27aa49;
   
    text-align: center;
    font-size: 25px;
}

.recruiting-card {
    background: #010c29;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
  }


  .recruiting-card .media i {
    background: #9a9ca2;
    color: #001935;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    line-height: 55px;
    text-align: center;
    font-size: 30px;
}
.flaticon-resume:before {
    content: "\f110";
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}



{
    color:  #87 64 0 0;
}
h2 {
    font-size: 33px;
    font-weight: 800;
    line-height: 50px;
}

h6.h6-company {
    font-size: 21px;
    padding-top: 20px;
    color: #27aa49;
    font-weight: 700;
    padding-bottom: 20px;
}


i.fas.fa-angle-right {
    background: #28aa4a;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    color: white;
    margin-right: 4px;

}


.servicelandingForm .form-control {
    height: 70px;
    border: none;
    display: block;
    width: 100%;
    padding: 0px 12px;
    font-size: 15px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px transparent;
    box-shadow: inset 0 1px 1px transparent;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.question {
    width: 70%;
    height: 35px;
    padding: 6px 10px;
    float: left;
    background: #faebd7;
    margin-bottom: 10px;
}
.answer {
    width: 25%;
    float: right;
    margin-bottom: 10px;
}
p.p-list {
    padding: 10px;
}

.defaultBtn {
    background: #28aa4a;
    padding: 13px 10px;
    color: #333;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    width: 100%;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}










.signup-form .form-group .form-control {
    height: 50px;
    border-radius: 50px;
    padding: 5px 20px;
    background: #f9f6f6;
}

.signup-form {
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    padding: 50px;
    border-radius: 30px;
}
.form-group {
    margin-bottom: 1rem;
}
.signup-form .signup-btn {
    margin-top: 40px;
    margin-bottom: 30px;
}
.signup-form .create-btn {
    margin-top: 35px;
}
.text-center {
    text-align: center!important;
}

.signup-form .create-btn a {
   color: #27aa49;
    -webkit-transition: .8s;
    transition: .8s;
    font-weight: 800;
    font-size: 20px;
}
.signup-form .signup-btn button {
    padding: 10px 30px;
    border-radius: 30px;
    background: #27aa49;
    color: #ffffff;
    -webkit-transition: .8s;
    transition: .8s;
    font-size: 16px;
}
.signin-form .form-group .form-control {
    height: 50px;
    border-radius: 50px;
    padding: 5px 20px;
    background: #f9f6f6;
}

.signin-form .create-btn a {
    color: #27aa49;
    -webkit-transition: .8s;
    transition: .8s;
      font-weight: 800;
    font-size: 20px;
}


.signin-form .signin-btn button {
    padding: 10px 30px;
    border-radius: 30px;
    background: #27aa49;
    color: #ffffff;
    -webkit-transition: .8s;
    transition: .8s;
    font-size: 16px;
}


.signin-form .signin-btn button:hover {
    background: #272727cc;
}

.signup-form .signup-btn button:hover {
    background: #272727cc;
}


.signin-form {
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    padding: 50px;
    border-radius: 30px;
}

p.llp {
    color: white;
}














#heading {
    text-transform: uppercase;
    color: #27aa49;
    font-weight: bold;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #27aa49;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #272727
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #27aa49;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #27aa49;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #27aa49
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #27aa49;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #27aa49
}

.fit-image {
    width: 100%;
    object-fit: cover
}










.job-card-two .company-logo {
    background: #fddcd4;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 100px;
    border: 1px dashed #fd1616;
}
.job-card-two .theme-btn .default-btn {
    margin-right: 0;
}
.theme-btn .default-btn {
       font-size: 16px;
    font-weight: 500;
    font-family: "Catamaran", sans-serif;
    background: #27aa49;
    color: #ffffff;
    margin-right: 15px;
    border: 1px solid transparent;
    padding: 10px 10px;
    display: inline-block;
}
.job-card-two .job-info {
    padding-left: 35px;
}
.job-card-two .job-info h3 {
    margin-bottom: 10px;
}

job-card-two .job-info span {
    background: #fdd6cc;
    display: inline-block;
    padding: 5px 10px;
    color: #fd1616;
    margin-bottom: 10px;
    border: 1px dashed #fd1616;
    font-size: 14px;
}
.job-card-two .job-info ul {
    padding-left: 0;
}
.job-card-two {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 40px 30px;
}

.job-card-two .job-info ul li {
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
}
.job-card-two .job-info span {
    background: #d1e7d7;
    display: inline-block;
    padding: 5px 10px;
    color: #27aa49;
    margin-bottom: 10px;
    border: 1px dashed #27aa49;
    font-size: 14px;
}
.job-card-two .job-info h3 a {
    color: black;
}






.job-details-text .job-card {
    background: #ffffff;
    border: 0;
    padding: 0;
    margin-bottom: 50px;
}
.job-card {
    border: 1px dashed #d9dbdf;
    padding: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
    background: #fde7e7;
}


.job-details-text .job-card .job-info h3 {
    font-size: 25px;
}
.job-card .job-info h3 {
    margin-bottom: 10px;
    font-size: 20px;
}


.job-details-text .job-card .job-info ul {
    margin-bottom: 6px;
}
.job-card .job-info ul {
    padding-left: 0;
    margin-bottom: 0;
}

.job-details-text .job-card .job-info ul li {
    display: inline-block;
    font-size: 18px;
    padding-right: 10px;
    font-weight: 500;
}
.job-card .job-info ul li {
    display: block;
    font-size: 15px;
    padding-right: 10px;
    margin-bottom: 5px;
}
.job-details-text .job-card .job-info span {
    color: #fd1616;
    font-size: 16px;
    font-weight: 500;
}



.job-details-text .job-card .job-info span i {
    top: 4px;
    position: relative;
    font-size: 20px;
    display: inline-block;
}
.bx {
    font-family: 'boxicons'!important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.job-details-text .details-text {
    margin-bottom: 30px;
}


.job-details-text .theme-btn {
    margin-top: 45px;
}
.job-details-text .job-card .job-info h3 {
    font-size: 25px;
        font-weight: 700;
}


.ptb-100 {
    padding-top: 60px;
    padding-bottom: 80px;
}
.job-details-text .details-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.theme-btn .default-btn {
    font-size: 18px;
    font-weight: 500;
    font-family: "Catamaran", sans-serif;
    background: #27aa49;
    color: #ffffff;
    margin-right: 15px;
    border: 1px solid transparent;
    padding: 10px 25px;
    display: inline-block;
}








.section-title {
    margin-bottom: 60px;
}


.section-title h2 {
    line-height: 1.4;
}
.section-title h2 {
    font-size: 38px;
    font-weight: 600;

    margin: 0 auto 10px;
    line-height: 1;
    text-transform: capitalize;
}
.category-item {
    position: relative;
    padding-left: 30px;
    border: 1px dashed #27aa49;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
        height: 100px;
}
.category-item i {
    position: absolute;
    font-size: 40px;
    background: #fccdcd;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    color: #fd1616;
    left: 15px;
    top: 9px;
    border: 1px dashed #fd1616;
}
.category-item h3 {
    font-size: 20px;
    margin-bottom: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
        font-weight: 500;
}
.category-item p {
    font-size: 15px;
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.pb-70 {
    padding-bottom: 70px;
}

.category-item:hover {
    background: #27aa49;
}


h5.hr-services {
    padding-top: 10px;
    font-weight: 600;
}




span#color {
    color: #272727;
}







#one {
    height: auto;
    max-width: 410px;
    float: right;
}

.servicelandingForm {
    background: #fff;
    padding: 24px;
    margin-top: 30px;
    box-shadow: 0 0 8px 0 #7c7c7c;
    margin-bottom: 45px;
    z-index: 1;
    position: relative;
    border-radius: 5px;
}
.servicelandingForm {
    background: #fff;
    padding: 24px;
    margin-top: 40px;
    box-shadow: 0 0 26px #000;
    margin-bottom: 45px;
}
.servicelandingForm, .servicelandingForm_v4 {
    background: #fff;
    padding: 24px;
  
}

servicelandingForm .form-control {
    padding: 0;
}
.servicelandingForm .form-control {
    height: calc(2.25rem + 9px) !important;
    border: none;
    display: block;
    width: 100%;
    padding: 0px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px transparent;
    box-shadow: inset 0 1px 1px transparent;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.inputStyles {
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    border: 1px solid #d6d6d6;
    background: #f2f2f2;
    margin-bottom: 20px!important;
    height: 50px;
    border-radius: 0;
    box-shadow: 0 0 0 #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.servicelandingForm .form-control {
    height: calc(2.25rem + 9px) !important;
    border: none;
    display: block;
    width: 100%;
    padding: 0px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px transparent;
    box-shadow: inset 0 1px 1px transparent;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.servicelandingForm .form-control {
    padding: 0;
}

textarea.form-control {
    height: auto;
}

.free3 {
    font-size: 20px;
}
.free3 {
    color: #363636;
}
.free3 {
    line-height: 31px;
    font-weight: bold;
    font-family: 'lato';
    text-align: center;
    font-size: 22px;
    text-transform: capitalize;
    margin: -6px 0 5px;
    color: green;
}



section.service-details-cs {
    padding: 59px;
}

p.p-text {
    text-align: justify;
}

h6.h6-color {
     color: #27aa49;
    font-size: 25px;
    font-weight: 500;
}

p.p-color {
    color: white;
    font-size: 18px;
}























/*** Dash board ***/

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
    font-weight: 700;
}
.wysihtml5-toolbar a.btn {
    background: #e8edf1;
    color: #252d40;
    margin-right: 5px;
    box-shadow: none;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}
.btn {
    font-size: 14px;
    border-radius: 2px;
    padding: 14px 20px;
    letter-spacing: .5px;
    text-shadow: none;
    box-shadow: 0 2px 8px rgb(102 103 107 / 15%);
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.wysihtml5-toolbar a.btn {
    background: #e8edf1;
    color: #252d40;
    margin-right: 5px;
    box-shadow: none;
}
.wysihtml5-toolbar a.btn {
    background: #e8edf1;
    color: #252d40;
    margin-right: 5px;
    box-shadow: none;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}
.btn {
    font-size: 14px;
    border-radius: 2px;
    padding: 14px 20px;
    letter-spacing: .5px;
    text-shadow: none;
    box-shadow: 0 2px 8px rgb(102 103 107 / 15%);
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.icon-list {
    background-position: -360px -48px;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}


.form-group {
    width: 100%;
}
.form-group {
    margin-bottom: 15px;
}

label {
    font-size: 13px;
    font-weight: 600;
    color: #495677;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

form-control {
    height: 50px;
    border: 1px solid #dde6ef;
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 0;
    background: #fbfdff;
    font-size: 15px;
    color: #445461;
    font-weight: 400;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

.select2-container {
    width: 100%!important;
    vertical-align: inherit;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6a7884;
    border: 1px solid #dde6ef;
    background: #fbfdff;
    font-size: 16px;
    line-height: 50px;
    padding-left: 15px;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-caption-wrap {
    padding: 2rem;
}



.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6a7884;
    border: 1px solid #dde6ef;
    background: #fbfdff;
    font-size: 16px;
    line-height: 50px;
    padding-left: 15px;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6a7884;
    border: 1px solid #dde6ef;
    background: #fbfdff;
    font-size: 16px;
    line-height: 50px;
    padding-left: 15px;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a.btn.btn-gary.manage-btn {
    background: #f4f5f7;
    box-shadow: none;
}
.dashboard-body .table>tbody>tr>td, .dashboard-body .table>tbody>tr>th, .dashboard-body .table>tfoot>tr>td, .dashboard-body .table>tfoot>tr>th, .dashboard-body .table>thead>tr>td, .dashboard-body .table>thead>tr>th {
    padding: 16px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #eceff5;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.ti-download:before {
    content: "\e6a7";
}
.dashboard-caption-header h4 {
    flex: 1;
    font-size: 18px;
    margin-bottom: 0;
}
.btn.manage-btn {
    margin: 0 2px;
    padding: 10px 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn {
    font-size: 14px;
    border-radius: 2px;
    padding: 14px 20px;
    letter-spacing: .5px;
    text-shadow: none;
    box-shadow: 0 2px 8px rgb(102 103 107 / 15%);
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.form-control {
    height: 50px;
    border: 1px solid #dde6ef;
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 0;
    background: #fbfdff;
    font-size: 15px;
    color: #445461;
    font-weight: 400;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group {
    width: 100%;
}
.form-group {
    margin-bottom: 15px;
}
.dashboard-body {
    padding: 2rem 2rem 2rem 0;
    background: #f6f7f9;
}
.dashboard-caption {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #eef2fd;
}
.dashboard-caption-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem;
    border-bottom: 1px solid #f3f5f9;
}


ul.wysihtml5-toolbar {
    margin: 0;
    padding: 0;
    display: block;
}
ul.wysihtml5-toolbar>li {
    float: left;
    display: list-item;
    list-style: none;
    margin: 0 5px 10px 0;
}
.dropdown, .dropup {
    position: relative;
}



.dashboard-wrap {
    background: #f6f7f9;
    padding-bottom: 0;
}
.side-dashboard {
    background: #fff;
    padding: 2rem 0;
    min-height: 100vh;
}
.dashboard-avatar {
    width: 100%;
    padding: 2rem;
    text-align: center;
}
.dashboard-avatar-thumb {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: table;
    margin: 0 auto 10px;
    border: 5px solid #e9ecf3;
}
.dashboard-avatar-thumb img {
    border-radius: 50%;
    max-width: 110px;
}
.dashboard-avatar-text h4 {
    font-size: 18px;
    margin-bottom: 3px;
}
.dashboard-avatar-text span {
    font-size: 13px;
    margin-bottom: 3px;
}
.dashboard-body {
    padding: 2rem 2rem 2rem 0;
    background: #f6f7f9;
}
.dashboard-caption {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #eef2fd;
}
.dashboard-caption-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem;
    border-bottom: 1px solid #f3f5f9;
}
.dashboard-caption-wrap {
    padding: 2rem;
}
.dashboard-caption-header h4 {
    flex: 1;
    font-size: 18px;
    margin-bottom: 0;
}
.dashboard-caption-header h4 i {
    margin-right: 8px;
    color: #b0bad6;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.dashboard-menu h4 {
    margin-top: 12px;
    margin-left: 17px;
}
.dashboard-menu ul {
    padding: 0;
    margin: 0;
}
.dashboard-menu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dashboard-menu ul li a {
    color: #8894a9;
    width: 100%;
    display: inline-block;
    padding: 1.4rem 0 1.4rem 1.5rem;
    border-bottom: 1px solid #f3f5f9;
}
.dashboard-menu ul li:last-child a {
    border: none;
}
.dashboard-menu ul li a i {
    margin-right: 8px;
}
.dashboard-menu ul li.active a {
    background: rgba(17, 183, 25, 0.1);
    color: #11b719;
    border-color: rgba(17, 183, 25, 0.1);
}
.dashboard-stat {
    display: inline-block;
    padding: 0;
    height: 160px;
    background-color: #444;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    transition: 0.3s;
    cursor: default;
}
.dashboard-stat-content {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
}
.dashboard-stat-content h4 {
    font-size: 42px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
}
.dashboard-stat-content span {
    font-size: 18px;
    margin-top: 4px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block;
}
.dashboard-stat-icon {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-40%);
    font-size: 80px;
    opacity: 0.2;
    font-size: 65px;
}
.dashboard-stat.widget-1 {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1));
    background-color: #1baf65;
}
.dashboard-stat.widget-2 {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1));
    background-color: #f39f00;
}
.dashboard-stat.widget-3 {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1));
    background-color: #002758;
}
.dashboard-stat.widget-4 {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.1));
    background-color: #ce024b;
}
.dashboard-gravity-list {
    margin: 0 0 30px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}
.dashboard-gravity-list h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 20px 30px;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-radius: 4px 4px 0 0;
}
.dashboard-gravity-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}
.dashboard-gravity-list ul li {
    padding: 23px 30px;
    border-bottom: 1px solid #eaeaea;
    transition: 0.3s;
    position: relative;
}
.dashboard-gravity-list ul li:last-child {
    border-bottom: none;
}
.list-box-listing {
    display: flex;
    padding: 5px 0;
    position: relative;
}
.list-box-listing-img {
    flex: 1;
    max-width: 150px;
    position: relative;
}
.list-box-listing-img a {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.list-box-listing-img a:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(22, 22, 22, 0.2);
    border-radius: 4px;
    z-index: 11;
}
.list-box-listing-img a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px;
}
.list-box-listing-content {
    flex: 1;
    padding-left: 25px;
}
.list-box-listing-content .inner {
    position: relative;
    top: 14px;
    vertical-align: top;
}
.list-box-listing-content .inner h3 {
    font-size: 18px;
    bottom: -2px;
    position: relative;
    font-weight: 500;
    margin: 0;
    line-height: 27px;
}
.star-rating .ti-star {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #ff9500;
    float: left;
    margin-right: 4px;
    position: relative;
}
span.ti-star.empty {
    color: #b1b9c1;
}
.list-box-listing-content .inner span {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
}
.list-box-listing-content .inner .star-rating {
    margin: 5px 0 0;
    display: block;
}
.bookings .list-box-listing-img img {
    max-width: 100%;
}
.rating-counter {
    color: #909090;
    padding-left: 5px;
    display: inline-block;
    font-size: 15px;
}
.star-rating .rating-counter {
    top: -3px;
    position: relative;
    font-size: 14px;
}
.buttons-to-right,
.dashboard-gravity-list .button.to-right {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate3d(0, -49%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    opacity: 0;
    transition: 0.4s;
    box-shadow: 0 0 10px 15px #fbfbfb;
}
.dashboard-gravity-list .button {
    padding: 8px 15px;
    line-height: 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.dashboard-gravity-list .button.gray {
    background-color: #e4e8ef;
    color: #636a7b;
}
.dashboard-gravity-list .button.gray:hover,
.dashboard-gravity-list .button.gray:focus {
    background: #da0136;
    color: #fff;
}
.dashboard-gravity-list .button i {
    padding-right: 2px;
    position: relative;
    top: 1px;
}
.dashboard-gravity-list li:hover .buttons-to-right,
.dashboard-gravity-list li:hover .button.to-right {
    opacity: 1;
}
.dashboard-gravity-list.with-icons ul li {
    padding-left: 87px;
    font-size: 14px;
}
.dashboard-gravity-list.with-icons ul li strong {
    color: #414b5a;
}
.dashboard-gravity-list ul li i.dash-icon-box {
    height: 38px;
    width: 38px;
    color: #7f8bab;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    transition: 0.3s;
    display: inline-block;
    background-color: #f4f5f7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
.numerical-rating {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    height: 26px;
    width: 44px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    letter-spacing: -0.5px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 15px 32px;
}
.dashboard-gravity-list .numerical-rating {
    margin: 0 3px;
}
.numerical-rating:before {
    content: attr(data-rating);
}
a.close-list-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    opacity: 0;
    padding: 4px;
    color: #ea2828;
    transition: 0.3s;
}
.dashboard-gravity-list.invoices li {
    padding: 20px 30px;
}
.dashboard-gravity-list ul li:hover a.close-list-item {
    opacity: 1;
}
.dashboard-gravity-list.invoices ul ul {
    line-height: 22px;
    color: #7c8796;
    padding: 0;
    margin: 0;
}
.dashboard-gravity-list ul ul li {
    padding: 0;
    border: none;
    transition: 0.3s;
    background-color: transparent;
    display: inline-block;
}
.dashboard-gravity-list.invoices ul ul li {
    padding: 0;
}
.dashboard-gravity-list.invoices ul ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #e0e0e0;
    position: relative;
    margin: 0 10px;
}
.dashboard-gravity-list.invoices ul ul li:last-child:after {
    display: none;
}
.numerical-rating.high {
    background-color: #1baf65;
}
.numerical-rating.mid {
    background-color: #ffc10a;
}
.numerical-rating.low {
    background-color: #db2929;
}
.unpaid {
    color: #d4222b;
}
.paid {
    color: #00ba74;
}
.dashboard-gravity-list ul ul {
    background-color: transparent;
}
.dashboard-gravity-list ul ul li {
    padding: 0;
    border: none;
    transition: 0.3s;
    background-color: transparent;
    display: inline-block;
}
.inner-booking-list ul li:after {
    content: "";
    display: inline-block;
    position: relative;
    margin: 0 10px;
    height: 12px;
    top: 1px;
    background-color: #ddd;
    width: 1px;
}
.inner-booking-list ul li.highlighted:after {
    display: none;
}
.inner-booking-list ul li.highlighted {
    padding: 2px 10px;
    line-height: 22px;
    font-weight: 500;
    font-size: 14px;
    background-color: #f4f5f7 !important;
    color: #7e8b9a;
    border-radius: 50px;
    display: inline-block;
    border: none;
}
.pending-booking .inner-booking-list ul li.highlighted {
    background-color: rgba(49, 167, 255, 0.1) !important;
    color: #31a7ff;
}
.approved-booking .inner-booking-list ul li.highlighted {
    background-color: rgba(29, 183, 92, 0.1) !important;
    color: #1db75c;
}
.dashboard-gravity-list ul ul li:nth-last-child(2n + 1) {
    background-color: transparent;
}
a.rate-review {
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
    padding: 5px 20px;
    margin-top: 20px;
    display: inline-block;
    transition: 0.3s;
}
.dashboard-gravity-list a.rate-review {
    border: none;
    background-color: #eceef3;
    color: #636a7b;
    padding: 6px 18px;
}
a.rate-review i {
    padding-right: 3px;
}
.dashboard-gravity-list a.rate-review:hover {
    color: #fff;
    background: #e21f1f;
}
.comission-taken {
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background: #333;
    display: inline-block;
    padding: 6px 10px;
    float: right;
    position: relative;
    top: -3px;
}
#SendMessage .modal-header {
    padding: 12px 15px;
}
#SendMessage .modal-header.theme-bg h4.modal-title {
    color: #fff;
    font-size: 20px;
}
#SendMessage .modal-header.theme-bg .close {
    color: #fff;
    opacity: 1;
}
#SendMessage .modal-content {
    padding: 0;
}
#SendMessage .modal-body {
    position: relative;
    padding: 15px;
}
#SendMessage .modal-body label {
    font-weight: 400;
}
#SendMessage .form-control {
    height: 50px;
    border: 1px solid #dde6ef;
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 0;
    background: #fbfdff;
    font-size: 15px;
    color: #6b7c8a;
    font-weight: 400;
}
#SendMessage .form-control.big-height {
    height: 150px;
}
#SendMessage .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e0ebf1;
    background: #eef5f9;
}
#SendMessage .btn {
    padding: 6px 14px;
    border-radius: 2px;
}
input.form-control.wide-width {
    width: auto;
}
ul.list {
    margin: 0;
    padding: 0;
}
.job-info.premium-job:before {
    content: "\f005";
    position: absolute;
    left: 10px;
    top: -10px;
    font-family: "FontAwesome";
    color: #ff9800;
}
.mysp-jobs-list ul {
    margin-bottom: 35px;
}
#themesListFilter > li,
.mysp-jobs-list ul > li {
    list-style: none;
}
.manage-list-row {
    background: #fff;
    border: 1px solid #e9f0f3;
    border-radius: 4px;
    padding: 20px 0;
    margin-bottom: 15px;
    margin-left: 0;
    list-style: none;
    box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.02);
    -webkit-box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.02);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
}
.manage-list-row:hover,
.manage-list-row:focus {
    box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.06);
    -webkit-box-shadow: 0 3px 10px 0 rgba(62, 28, 131, 0.06);
}
.mysp-sites-list .site-name,
.manage-list-row .job-info {
    float: left;
    padding-left: 80px;
    position: relative;
}
.manage-list-row .job-info {
    padding-left: 25px;
}
.mysp-sites-list .site-options,
.manage-list-row .job-buttons {
    float: right;
    margin-right: 25px;
    position: relative;
}
.manage-list-row .job-buttons {
    margin-top: 7px;
}
.manage-list-row .job-info .job-img {
    border-radius: 2px;
    float: left;
    margin-right: 25px;
    width: 60px;
}
.manage-list-row .job-info .job-img img {
    display: block;
    max-width: 70px;
}
.manage-list-row .job-details {
    display: inline-block;
    font-size: 16px;
}
.manage-list-row .job-info h3 {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
    line-height: 1.3;
}
.manage-list-row .job-info h3 a:hover,
.manage-list-row .job-info h3 a:focus {
    text-decoration: none;
}
.manage-list-row small {
    color: #546e7a;
    display: inline-block;
    line-height: 1.3;
    margin-right: 15px;
}
.manage-list-row small i {
    margin-right: 7px;
}
.button.button-medium.button-icon {
    height: 40px;
    line-height: 43px;
    width: 43px;
}
.btn.manage-btn {
    margin: 0 2px;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.btn.btn-gary.manage-btn {
    background: #f4f5f7;
    box-shadow: none;
}
a.btn.btn-blue.manage-btn {
    background: #2196f3;
    color: #fff;
}
a.btn.btn-success.manage-btn {
    background: #30ab4a;
    color: #fff;
}
a.btn.btn-shortlist.manage-btn {
    background: #353535;
    color: #fff;
}
a.btn.btn-shortlist.manage-btn:hover,
a.btn.btn-shortlist.manage-btn:focus {
    background: #30ab4a;
    color: #fff;
}
a.btn.btn-cancel.manage-btn {
    background: #f44336;
    color: #fff;
}
.job-details .j-type {
    display: table;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
}
.dashboard-caption .job-details .j-type {
    margin-top: 4px;
    font-size: 13px;
}
.job-details .full-time {
    background: #4caf50;
}
.job-details .part-time {
    background: #ff9800;
}
.job-details .freelancer {
    background: #2196f3;
}
.job-details .internship {
    background: #e91e63;
}
.shortlisted-can {
    position: relative;
    height: 26px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background-color: #30ab4a;
    text-align: center;
    font-weight: 500;
    border-radius: 4px;
    padding: 0 8px 0 0;
    margin: 0;
    padding-left: 34px;
    line-height: 27px;
    text-transform: capitalize;
}
.shortlisted-can:before {
    content: "\e64c";
    font-family: "themify";
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px 0 0 4px;
    line-height: 26px;
    height: 26px;
    width: 26px;
    display: inline-block;
    background-color: #38b653;
}
.skill-tag {
    background-color: #eaedf3;
    border-radius: 0 2px 2px 0;
    color: #8492af;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2727272727;
    margin: 2px 15px 2px 0;
    padding: 3px 7px;
    position: relative;
    text-transform: uppercase;
}
.skill-tag:before {
    border-top: 10px solid transparent;
    border-left: 9px solid #eaedf3;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    right: -8px;
    width: 0;
}
.skill-tag:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    right: -2px;
    width: 4px;
}
.form-control.big-height {
    height: 150px;
}
.skill-show {
    font-size: 12px;
    font-weight: 500;
}
.dashboard-body .banner-caption .select2-container--default .select2-selection--single,
.dashboard-body .select2-container--default .select2-selection--multiple {
    min-height: 50px;
    border: 1px solid #dde6ef !important;
}
.dashboard-body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 36px;
}
.dashboard-body .form-control:hover,
.form-control:focus {
    box-shadow: none;
    outline: none;
}
.btn-savepreview,
.btn-savepreview:hover,
.btn-savepreview:focus {
    border: none;
    padding: 1.6rem 4rem;
    color: #fff;
    font-size: 17px;
    border-radius: 6px;
    background: #11a457;
    display: inline-block;
}
.btn-savepreview.small-btn,
.btn-savepreview.small-btn:hover,
.btn-savepreview.small-btn:focus {
    border: none;
    padding: 1rem 2.5rem;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    background: #11a457;
    display: inline-block;
}
.btn-savepreview i {
    margin-right: 1rem;
}
.publish {
    font-size: 18px;
    color: #11b768;
}
.unpublish {
    font-size: 18px;
    color: #d41515;
}
.dashboard-body .table > thead > tr > th {
    border-bottom: 1px solid #eceff5;
}
.dashboard-body .table > tbody > tr > td,
.dashboard-body .table > tbody > tr > th,
.dashboard-body .table > tfoot > tr > td,
.dashboard-body .table > tfoot > tr > th,
.dashboard-body .table > thead > tr > td,
.dashboard-body .table > thead > tr > th {
    padding: 16px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #eceff5;
}
.dashboard-body .table tbody tr th a {
    color: #4683da;
}
.filt-width {
    min-width: 200px;
}
.dashboard-body .input-group {
    width: 100%;
}
.custom-file {
    height: calc(2.8em + 0.75rem + 2px);
}
.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.8em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.8em + 0.75rem + 3px);
    padding: 1.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2.9em + 0.75rem);
    padding: 1.388rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #43525f;
    position: fixed !important;
    top: 0;
    z-index: 999;
    overflow: auto;
}
.w3-animate-right {
    position: relative;
    animation: animateright 0.4s;
}
@keyframes animateright {
    from {
        right: -300px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}
button.w3-bar-item.w3-button.w3-large {
    background: #2f3b46;
    border: none;
    width: 100%;
    padding: 10px 0;
    color: #889bab;
}
button.w3-button.w3-teal.w3-xlarge.w3-right {
    background: #3b4b56;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    color: #728696;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
ul#styleOptions {
    margin: 30% 0 0;
    padding: 0;
}
ul#styleOptions li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}
a.cl-box {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}
a.cl-box.blue {
    background: #0084ff;
}
a.cl-box.red {
    background: #dd2027;
}
a.cl-box.purple {
    background: #aa68fc;
}
a.cl-box.dark-red {
    background: #de185a;
}
a.cl-box.green {
    background: #07b107;
}
a.cl-box.orange {
    background: #ec5525;
}
a.cl-box.sea-blue {
    background: #02b9b5;
}
a.cl-box.pink {
    background: #ff569c;
}
.spin {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    top: 12px;
    left: 15px;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.feature-block-one1 {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 30px 30px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 6%);
    height: 450px;
}


.feature-block-one1 .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 19px;
}
.feature-block-one1 .inner-box .icon-box {
    color: #28aa4a;
}


h3.sole {
    font-weight: 800;
    font-size: 20px;
    margin-top: 20px;
}



.gray-bg-g {
    background-image: linear-gradient(0deg, #fcfcfc 0%, #ffffff 100%);
}
.shapes-section {
    position: relative;
    overflow: hidden;
}
.p-50px-r {
    padding-right: 50px;
}



.feature-box:not(:hover) {
    background: #fff;
}
.feature-box {
    border: 1px solid #eee;
    padding: 10%;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    height: 400px;
    margin-top: 30px;
}

.feature-box .feature-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}
.dark-color {
    color: #111;
}

.theme-before:before, .theme-after:after, .btn-theme, .theme-bg, .theme-hover:hover, .fixed-header .header-nav a.btn {
  
 
    background: #27aa49;
    background: -webkit-linear-gradient(to right, #3c1053, #ad5389);
    background: linear-gradient(to right, #2fdd5c, #27aa49);
    color: white;
}


.gray-bg-g {
    background-image: linear-gradient(0deg, #fcfcfc 0%, #ffffff 100%);
}
.box-shadow {
    box-shadow: 0 8px 50px -6px rgb(84 84 120 / 26%);
}
i.fab.fa-facebook-square {
    padding: 7px;
}

i.fab.fa-linkedin{
 padding: 7px;

}

i.fab.fa-instagram {
padding: 7px;
  }
i.fas.fa-dot-circle {
    color: gray;
        padding-right: 10px;
}




.step1 {
        width: 200px;
    height: 130px;
    background: #ef9500;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


.step2 {
       width: 200px;
    height: 130px;
    background: #e36d2b;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.step3 {
       width: 200px;
    height: 130px;
    background: #2e135a;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.step4 {
       width: 200px;
    height: 130px;
    background: #126fce;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.step5 {
        width: 200px;
    height: 130px;
    background: red;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


.text-white {
    color: #fff!important;
}


.hP {
    margin-bottom: 0;
}
.YP {
    overflow-x: auto;
}
.tatsu-module {
    margin-bottom: 50px;
}

.YP table.aP {
    width: auto;
    min-width: 100%;
}
.y {
    width: 100%;
}
.Y {
    border-image: none;
    border-color: #000;
}
.ZC {
    border-left-width: 1px;
    table-layout: fixed;
    border-top-width: 1px;
}


.HB {
    background: rgba(233,239,245,1);
}

.JC {
    width: 681px;
}
.r {
    border-right-width: 1px;
    border-bottom-width: 1px;
}
.RB {
    vertical-align: middle;
}
.TC {
    padding: 20px 10px;
}
.BC {
    width: 165px;
}


.Y {
    border-image: none;
    border-color: #000;
}
.pB {
    padding: 10px 10px;
}

.aP, .bP, .tatsu-table-cell, .tatsu-table-header-col {
    border-style: solid;
    border-width: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
.bg-primary {
    background-color: #27aa49 !important;
}
tr:nth-child(even){background-color: #f2f2f2}









#mobile-call-btn {
  bottom: 14px;
  position: fixed;
  right: 20px;
  z-index: 99;
  text-align: center;
  top: 50;
}

#mobile-call-btn span {
 
  text-align: center;
  font-size:15px;
  color: #fff;
 background: #03d665; 
  /* change background color of text */
  padding: 0 5px 0;
  border-radius: 10px;
  box-shadow: 0 2px 10px #03d665;
 
}

#mobile-call-btn a {
  text-decoration: none;
}

#mobile-call-btn img {
  position: relative;
  /* background: rgb(3, 214, 101); */
  /* change background color of phone icon */
  max-width: 45px;
  border: solid 1px transparent;
     margin-bottom: 106px;
  z-index: 99 !important;
  width: 100%;
  animation: pulse 1s infinite;
  /* box-shadow: 0 2px 10px rgb(3, 214, 101); */
  /* border: solid 3px rgb(3, 214, 101); */
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}







