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

 ***/


body {
  font-size:17px;
  color:#5a5a68;
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Muli', 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: 1700px;
  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;
  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: 'Muli', 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-size: 17px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  color: #5a5a68;
  margin: 0px;
  transition: all 500ms ease;
}

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

/* Preloader */

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

.preloader-close{
  position: fixed;
  z-index: 999999;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  font-weight: 600;
}

.preloader.style-two .preloader-close{

}

.loader-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.loader-wrap .layer-one {
  position: absolute;
  left: 0%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-two {
  position: absolute;
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-three {
  position: absolute;
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
}


.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{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #fff !important;
  padding: 15px 58px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn i{
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-left: 10px;
}

.theme-btn:before{
  position: absolute;
  content: '';
  background: #1e1e2a;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn:hover:before{
  width: 100%;
  left: 0px;
}

.search-popup {
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transform-origin: 50% 0;
}


.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-family: 'Roboto', sans-serif;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #5a5a68;
  border-radius: 5px;
  background: transparent;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 5px;
  left: -1px;
  top: -1px;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.pagination li a:hover:before,
.pagination li a.active:before{
  transform: scale(1,1);
}

.pagination li a:hover,
.pagination li a.active{
  color: #fff;
}

.sec-pad{
  padding: 120px 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;
  background: #272734;
  border: 1px solid #414153;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: 1s ease;
}

.scroll-top:before{
  position: absolute;
  content: '';
  width: 55px;
  height: 55px;
  left: -1px;
  top: -1px;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.scroll-top:hover:before{
  transform: scale(1,1);
}

.scroll-top.open {
  bottom: 80px;
}

.scroll-top span{
  color: #fff;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.sec-title h6{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  padding-left: 30px;
}

.sec-title.centred h6{
  padding: 0px 30px;
}

.sec-title h6 i{
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  left: 0px;
  top: 1px;
  font-weight: 400;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

.sec-title h2 span{
  font-weight: 400;
}

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




/*** 

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

***/


/** main-header **/

.main-header {
    position: absolute;
    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;
    background: linear-gradient(rgba(0, 0, 0, 0.26), #0000) repeat-x;
    box-shadow: 0 10px 10px -10px #000;
    -moz-box-shadow: 0 10px 10px -10px #000;
    -webkit-box-shadow: 0 10px 10px -10px #000;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #fff;
  left:0px;
  top:0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  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 **/

.main-header.style-one .header-top{
  position: relative;
  display: block;
  background: #1e1e2a;
}

.main-header.style-one .header-top .top-inner{
  position: relative;
  padding-left: 375px;
}

.main-header.style-one .header-top .top-left{
  position: relative;
  margin-top: 11px;
}

.main-header.style-one .header-top .top-left p{
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}

.main-header.style-one .header-top .top-left p i{
  position: relative;
  font-size: 22px;
  font-weight: 400;
  margin-right: 10px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-header.style-one .header-top .top-right .social-links,
.main-header.style-one .header-top .top-right .search-box-outer,
.main-header.style-one .header-top .top-right .btn-box{
  position: relative;
  display: inline-block;
  float: left;
}

.main-header.style-one .header-top .top-right .social-links li{
  position: relative;
  display: inline-block;
  float: left;
}

.main-header.style-one .header-top .top-right .social-links li a{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.main-header.style-one .header-top .top-right .social-links li a:hover{

}

.main-header.style-one .header-top .top-right .social-links li:first-child a{
  border-left: 1px solid rgba(255,255,255,0.1);
}

.main-header.style-one .header-top .top-right .btn-box .theme-btn{
  border-radius: 0px;
  padding: 10px 44px;
}

.main-header.style-one .header-top .top-right .btn-box .theme-btn:before{
  border-radius: 0px;
  background: #393847;
}

/** header-upper **/

.main-header .outer-box{
  position: relative;
  display: block;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 5px;
}
.main-menu .navigation > li > ul > li > a .caret {
right: 10px;
}
.main-header.style-one .header-upper .outer-box .logo-box .logo{
  position: relative;
  display: inline-block;
  padding-top: 13px;
  z-index: 1;
}

.main-header .menu-right-content{
  position: relative;
  margin-top: 23px;
  margin-left: 25px;
}

.main-header .menu-right-content .info-box,
.main-header .menu-right-content .cart-box,
.main-header .menu-right-content .nav-box{
  position: relative;
  display: inline-block;
  float: left;
}

.main-header .menu-right-content .info-box .box{
  position: relative;
  padding: 0px 40px 0px 53px;
}

.main-header .menu-right-content .info-box .box:before{
  position: absolute;
  content: '';
  background: #d8d8d8;
  width: 1px;
  height: 60px;
  top: -3px;
  right: 0px;
}

.main-header .menu-right-content .info-box .box i{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 40px;
  line-height: 40px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-header .menu-right-content .info-box .box h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  margin: 0px;
}

.main-header .menu-right-content .info-box .box h5 a{
  display: inline-block;
  color: #1e1e2a;
}

.main-header .menu-right-content .info-box .box h5 a:hover{

}

.main-header .menu-right-content .info-box .box span{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #5a5a68;
  font-weight: 600;
  margin: 0px;
}

.main-header .menu-right-content .cart-box{
  margin: 13px 63px 0px 30px;
}

.main-header .menu-right-content .cart-box a{
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
  color: #1e1e2a;
}

.main-header .menu-right-content .cart-box a:hover{

}

.main-header .menu-right-content .cart-box a span{
  position: absolute;
  top: 0px;
  right: -22px;
  font-size: 14px;
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
}

.main-header .menu-right-content .nav-box .nav-btn{
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  width: 60px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

/** main-menu **/

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation > li {
    margin: 0 !important;
}

.main-menu .navigation > li {
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
}



.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #1e1e2a;
    padding: 20px 13px;
    z-index: 1;
    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;
}


.main-menu .navigation > li.dropdown.current > a:after,
.main-menu .navigation > li.dropdown:hover > a:after{

}

.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;
  padding: 10px 0px;
  background-color: #fff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.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:600;
  font-family: 'Muli', sans-serif;
  font-size:17px;
  text-transform:capitalize;
  color:#5a5a68;
  border-bottom: 1px solid #e3e3e3;
  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 > ul{
  position:absolute;
  right:100%;
  top:-2px;
  width:230px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  background-color: #fff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.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: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;
  font-size: 17px;
  padding:14px 0px;
  line-height:24px;
  font-weight:600;
  font-family: 'Muli', sans-serif;
  text-transform:capitalize;
  color:#5a5a68;
  border-bottom: 1px solid #e3e3e3;
  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 > a:before{
  position: absolute;
  content: "\f105";
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: -30px;
  top: 14px;
  opacity: 0;
  transition: all 500ms ease;
} */

.main-menu .navigation > li > ul > li > ul > li > a:hover:before{
  left: -17px;
  opacity: 1;
}

.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;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(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;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease; 
}

.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: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #3b3b3b;
  -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;
}



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


/** 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:30px 25px;
  text-align:left;  
}

.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;
  background:#000;
  -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:30px 25px;
}

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

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


/** search pop-up style **/

.main-header.style-one .search-box-outer {
  position: relative;
  padding: 6.5px 21px;
}

.main-header.style-one .search-box-outer .search-toggler{
  position: relative;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  transition: all 500ms ease;
}

.main-header .search-box-outer .search-toggler:hover{
  
}

.search-popup{
  position:fixed;
  left:0;
  top:0px;
  width:100%;
  height:100%;
  z-index:99999;
  visibility:hidden;
  opacity:0;
  overflow:auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform:translateY(101%);
  -ms-transform:translateY(101%);
  transform:translateY(101%);
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.search-popup.popup-visible{
  -webkit-transform:translateY(0%);
  -ms-transform:translateY(0%);
  transform:translateY(0%);
  visibility:visible;
  opacity:1;
}

.search-popup .overlay-layer{
  position:absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  display:block;
}

.search-popup .close-search{
  position:absolute;
  right:25px;
  top:25px;
  font-size:22px;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  transition: all 500ms ease;
}

.search-popup .search-form{
  position:relative;
  padding:0px 15px 0px;
  max-width:1024px;
  margin:0 auto;  
  margin-top:150px;
  margin-bottom: 100px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset{
  position:relative;
  border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"]{
  position:relative;
  height:70px;
  padding:20px 250px 20px 30px;
  background:#ffffff;
  line-height:30px;
  font-size:24px;
  color:#233145;
  border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
  position:absolute;
  display:block;
  right:0px;
  top:0px;
  text-align:center;
  width:220px;
  height:70px;
  padding:20px 10px 20px 10px;
  color:#ffffff !important;
  line-height:30px;
  font-size:20px;
  cursor:pointer;
  text-transform:uppercase;
  border-radius:0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
  transform: translateY(0px);
}

.search-popup h3{
  text-transform:uppercase;
  font-size:20px;
  font-weight:600;
  color:#ffffff;
  margin-bottom:20px;
  letter-spacing:1px;
  text-align:center;  
}

.search-popup .recent-searches{
  font-size:16px;
  color:#ffffff;
  text-align:center;
}

.search-popup .recent-searches li{
  display:inline-block;
  margin:0px 10px 10px 0px; 
}

.search-popup .recent-searches li a{
  display:block;
  line-height:24px;
  border:1px solid #ffffff;
  padding:7px 15px;
  color:#ffffff;
  border-radius:3px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.search-popup .recent-searches li a:hover{
  
}


/** sidebar **/

.xs-sidebar-group .xs-overlay{
  left:0%;
  top:0;
  position:fixed;
  height:100%;
  opacity:0;
  width:100%;
  visibility:hidden;
  -webkit-transition:all .4s ease-in .8s;
  -o-transition:all .4s ease-in .8s;
  transition:all .4s ease-in .8s;
  cursor:url(../images/icons/cross-out.png),
  pointer; 
  z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay{
  opacity:.9;
  visibility:visible;
  -webkit-transition:all .8s ease-out 0s;
  -o-transition:all .8s ease-out 0s;
  transition:all .8s ease-out 0s;
  right:100%;
}

.xs-sidebar-group .widget-heading{
  position:absolute;
  top:0;
  right:0;
  padding:25px;
}

.xs-sidebar-widget{
  position:fixed;
  left:-100%;
  top:0;
  bottom:0;
  width:100%;
  max-width:360px;
  z-index:999999;
  overflow:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  background-color:#1e1e2a;
  -webkit-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility:hidden;
  opacity:0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget{
  opacity:1;
  visibility:visible;
  left:0;
  -webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget{
  padding:100px 30px;
}

.close-side-widget{
  color:#1768dd;
  display:block;
}

.sidebar-widget-container{
  position:relative;
  top:150px;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all .3s ease-in .3s;
  -o-transition:all .3s ease-in .3s;
  transition:all .3s ease-in .3s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container{
  top:0px;
  opacity:1;
  visibility:visible;
  -webkit-transition:all 1s ease-out 1.2s;
  -o-transition:all 1s ease-out 1.2s;
  transition:all 1s ease-out 1.2s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.xs-overlay{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  opacity:.5;
  z-index:0;
}

.xs-bg-black{
  background-color:#000000;
}

.xs-menu-tools>li{
  display:inline-block;
  margin-right:15px;
}

.xs-menu-tools>li:last-child{
  margin-right:0;
}

.xs-menu-tools>li>a{
  color:#000000;
  text-decoration:none;
}

.sidebar-info-contents{
  position:relative;
}

.close-side-widget{
  position:relative;
  color:#fff;
  font-size:24px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.close-side-widget:hover{
  
}

.sidebar-info-contents .content-inner{
  position:relative;
}

.sidebar-info-contents .content-inner .logo {
  padding:0px 0px 40px;
}

.sidebar-info-contents .content-inner .logo img{
  display:inline-block;
  max-width:100%; 
}

.sidebar-info-contents .content-inner .content-box{
  position:relative;
}

.sidebar-info-contents .content-inner .content-box .theme-btn:before{
  background: #393847;
}

.sidebar-info-contents .content-inner .content-box h4{
  position:relative;
  font-size:20px;
  color:#fff;
  font-weight:700;
  margin-bottom:20px;
}

.sidebar-info-contents .content-inner .content-box p{
  position:relative;
  font-size:15px;
  color: #ccc;
  margin-bottom:25px;
}

.sidebar-info-contents .content-inner .content-box .theme-btn-two{
  padding: 10px 50px;
}

.sidebar-info-contents .content-inner .contact-info{
  position:relative;
  margin-top:60px;
}

.sidebar-info-contents .content-inner .contact-info ul li{
  position:relative;
  display: block;
  font-size:15px;
  color: #ccc;
  margin-bottom:3px;
}

.sidebar-info-contents .content-inner .contact-info ul li a{
  color: #ccc;
}

.sidebar-info-contents .content-inner .contact-info ul li a:hover{
  
}

.sidebar-info-contents .content-inner .contact-info h4{
  position:relative;
  font-size:20px;
  color:#fff;
  font-weight:700;
  margin-bottom:20px;
}

.sidebar-info-contents .content-inner .social-box{
  position:relative;
  margin-top:20px;
  margin-bottom:30px;
}

.sidebar-info-contents .content-inner .social-box li{
  position:relative;
  display:inline-block;
  margin-right:6px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a{
  position:relative;
  width:36px;
  height:36px;
  color:#ccc;
  z-index:1;
  font-size:13px;
  line-height:36px;
  text-align:center;
  border-radius:50%;
  display:inline-block;
  background: transparent;
  border: 1px solid #ededed;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover{
  color: #fff;
}


/** banner-section **/

.banner-section{
  position: relative;
}

.banner-carousel{
  position: relative;
}

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

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(53,6,3,0.0), rgba(53,6,3,0.9) 100%);
  top: 0px;
  right: 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 .content-box{
  position: relative;
  display: block;
  z-index:5;
  width: 100%;
}

.banner-carousel .content-box h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  padding-left: 90px;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -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 .content-box h6:before{
  position: absolute;
  content: '';
  width: 70px;
  height: 1px;
  left: 0px;
  top: 13px;
}

.banner-carousel .active .content-box h6{
  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 h1{
  position: relative;
  display: block;
  color: #fff;
  font-size: 70px;
  line-height: 82px;
  font-weight: 900;
  margin-bottom: 8px;
  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 .content-box h1 span{
  font-weight: 700;
}

.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: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 43px;
  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 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: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-section .banner-carousel .content-box a.theme-btn{
  padding: 14px 47px;
}

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

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

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.banner-section .owl-dots{
  position: absolute;
  left: 65px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .owl-theme .owl-dots .owl-dot{
  display: block;
}

.banner-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 16px 0px;
  background: #8f7573;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 6px #8f7573;
  transition: all 500ms ease;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span,
.banner-section .owl-theme .owl-dots .owl-dot span:hover{
  box-shadow: 0 0 0 6px #a1473b;
}


/** booking-section **/

.booking-section{
  position: relative;
}

.booking-section .inner-box{
  position: relative;
  background: #fff;
  padding: 42px 50px 30px 50px;
  margin-top: -100px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.booking-section .title-inner h2{
  position: relative;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 3px;
}

.booking-section .title-inner p{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #5a5a68;
}

.booking-section .title-inner p span{

}

.booking-section .upper-box{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.booking-section .upper-box .link-box{
  margin-top: 24px;
}

.booking-section .upper-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.booking-section .upper-box .link-box a:hover{
  color: #5a5a68;
  border-color: #5a5a68;
}

.booking-section .upper-box .link-box a i{
  position: relative;
  margin-left: 7px;
  top: 1px;
}

.booking-form .form-group{
  position: relative;
  margin: 0px;
}

.booking-form .form-group .field-input{
  position: relative;
  margin-bottom: 20px;
}

.booking-form .form-group .field-input i{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  color: #a6a6af;
  z-index: 1;
}

.booking-form .form-group .field-input input[type='text']{
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid #e3e3e3;
  background: #fff;
  color: #5a5a68;
  border-radius: 5px;
  padding: 10px 50px 10px 20px;
  font-size: 16px;
  transition: all 500ms ease;
}

.booking-section .inner-box .booking-form .form-group .field-input input:focus{

}

.booking-form .form-group button{
  width: 100%;
  display: block;
  padding: 14px 50px;
}

.booking-form .form-group button:hover{

}

.booking-form .form-group button:before{
  background: #fff;
}


/** about-section **/

.about-section{
  position: relative;
  padding: 120px 0px 255px 0px;
}

.about-section .image-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 715px;
  height: 530px;
  background-repeat: no-repeat;
}

#image_block_one .image-box{
  position: relative;
  display: block;
  padding-right: 35px;
  margin-right: 20px;
  padding-bottom: 130px;
}

#image_block_one .image-box .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 100%;
  background-repeat: repeat-y;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

#image_block_one .image-box .image-1{
  position: relative;
  display: block;
}

#image_block_one .image-box .image img{
  width: 100%
}

#image_block_one .image-box .image-2{
  position: absolute;
  right: 35px;
  bottom: 0px;
}

#image_block_one .image-box .image-2:before{
  position: absolute;
  content: '';
  left: 0px;
  top: -20px;
  width: calc(100% - 20px);
  height: 20px;
}

#image_block_one .image-box .image-3{
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  transition: all 500ms ease;
}

#image_block_one .image-box .image-3 i{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 70px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes slide{
  from { background-position: 0 1920px; }
    to { background-position: 0 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 1920px; }
    to { background-position: 0 0; }
}

#content_block_one .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

#content_block_one .content-box .text p{
  margin-bottom: 15px;
  color: #888;
}

#content_block_one .content-box .text p:last-child{
  margin-bottom: 0px;
}

#content_block_one .content-box .area-code{
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  margin-bottom: 12px;
}

#content_block_one .content-box .area-code .form-group{
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  overflow: hidden;
  margin: 0px;
}

#content_block_one .content-box .area-code input[type='text']{
  position: relative;
  width: calc(100% - 200px);
  height: 58px;
  font-size: 18px;
  padding: 10px 20px;
}

#content_block_one .content-box .area-code button{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #1e1e2a;
  background: #f6f6f6;
  padding: 16px 25px;
  width: 200px;
  border-left: 1px solid #e3e3e3;
  cursor: pointer;
  transition: all 500ms ease;
}

#content_block_one .content-box .area-code button:hover{

}

#content_block_one .content-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  margin-bottom: 42px;
}

#content_block_one .content-box h4 a{
  display: inline-block;
}

#content_block_one .content-box h4 a:hover{
  text-decoration: underline;
}

#content_block_one .content-box .sec-title{
  margin-bottom: 32px;
}

#content_block_one .content-box .btn-box .theme-btn{
  padding: 11px 40px;
  margin-right: 30px;
}

#content_block_one .content-box .btn-box a.video-btn{
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 78px;
  font-size: 18px;
  line-height: 28px;
  color: #1e1e2a;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

#content_block_one .content-box .btn-box a.video-btn:hover{

}

#content_block_one .content-box .btn-box a.video-btn i{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px rgba(242, 87, 67, 0.2);
}

#content_block_one .content-box .btn-box a.video-btn i:after{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#content_block_one .content-box .btn-box a{
  float: left;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(242, 87, 67, 0.1);
            box-shadow: 0 0 0 10px rgba(242, 87, 67, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 67, 0.1);
            box-shadow: 0 0 0 0 rgba(242, 87, 67, 0.1);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(242, 87, 67, 0.1);
            box-shadow: 0 0 0 10px rgba(242, 87, 67, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 67, 0.1);
            box-shadow: 0 0 0 0 rgba(242, 87, 67, 0.1);
  }
}


/** funfact-section **/

.funfact-section{
  position: relative;
}

.funfact-section .inner-container{
  position: relative;
  margin-top: -135px;
  z-index: 1;
}

.funfact-section .counter-block-one{
  position: relative;
  display: inline-block;
  width: 25%;
  float: left;
}

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

.counter-block-one:nth-child(2) .inner-box{
  background: #f6f6f6;
}

.counter-block-one:nth-child(3) .inner-box{
  background: #313143;
}

.counter-block-one:last-child .inner-box{
  
}

.counter-block-one .inner-box .shap-box{
  position: absolute;
  left: 30px;
  top: 50px;
  width: 62px;
  height: 9px;
  background-repeat: no-repeat;
}

@keyframes slide-2{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide-2{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.counter-block-one .inner-box .icon-box{
  position: absolute;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  right: 30px;
  top: 30px;
}

.counter-block-one:nth-child(2) .inner-box .icon-box{
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-block-one:nth-child(3) .inner-box .icon-box{
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-block-one .inner-box .count-outer span{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 68px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #fff;
  margin-bottom: 13px;
}

.counter-block-one:nth-child(2) .inner-box .count-outer span{
  color: #1e1e2a;
}

.counter-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  margin: 0px;
}

.counter-block-one:nth-child(2) .inner-box h3{
  color: #1e1e2a;
}


/** service-section **/

.service-section{
  position: relative;
  padding: 250px 0px 120px 0px;
  margin-top: -135px;
}

.service-section .sec-title{
  margin-bottom: 50px;
}

.bg-color-1{
  background: #1e1e2a;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  padding: 0px 30px;
  margin-top: 30px;
  border: 2px solid rgba(255,255,255,0.1);
}


.service-block-one .inner-box:hover:before{
  height: 100%;
  top: 0px;
}

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

.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 .lower-content{
  position: relative;
  padding-top: 67px;
}

.service-block-one .inner-box .lower-content .icon-box{
  position: absolute;
  top: -45px;
  right: 25px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 46px;
  background: #313143;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.service-block-one .inner-box .lower-content .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box:before{
  transform: scale(1,1);
}

.service-block-one .inner-box .lower-content .icon-box i{
  color: transparent !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box i{
  background: -webkit-linear-gradient(-90deg, #fff, #fff 50%);
}

.service-block-one .inner-box .lower-content .shap-box{
  position: absolute;
  left: 0px;
  top: 35px;
  width: 62px;
  height: 9px;
  background-repeat: no-repeat;
}

.service-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 14px;
}

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

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

}

.service-block-one .inner-box .lower-content p{
  font-size: 18px;
  line-height: 28px;
  color: #a6a6b3;
  font-weight: 600;
  margin-bottom: 27px;
}

.service-block-one .inner-box .lower-content .link{
  position: relative;
  display: block;
  padding: 14px 0px;
  z-index: 1;
}

.service-block-one .inner-box .lower-content .link:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.1);
  width: calc(100% + 60px);
  height: 2px;
  left: -30px;
  top: 0px;
}

.service-block-one .inner-box .lower-content .link:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0px;
  right: -30px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .link:after{
  width: calc(100% + 60px);
  left: -30px;
}

.service-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
}

.service-block-one .inner-box .lower-content .link a i{
  position: relative;
  font-weight: 400;
  font-size: 22px;
  margin-left: 10px;
  top: 2px;
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
  overflow: hidden;
  padding: 116px 0px 85px 0px;
}

.chooseus-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.chooseus-section .image-layer{
  position: absolute;
  right: 140px;
  bottom: 0px;
  z-index: 1;
}

.chooseus-section .inner-content .content-box-one{
  position: relative;
  max-width: 700px;
  width: 100%;
  margin-bottom: 10px;
}

.chooseus-section .inner-content .single-item{
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  max-width: 225px;
  width: 100%;
  margin-right: 10px;
}

.chooseus-section .inner-content .content-box-one .single-item{
  padding-top: 35px;
}

.chooseus-section .inner-content .content-box-two .single-item{
  padding-bottom: 35px;
}

.chooseus-section .inner-content .single-item:last-child{
  margin-right: 0px;
}

.chooseus-section .inner-content .single-item .content-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 40px 15px 22px 15px;
  text-align: center;
  opacity: 1;
  z-index: 1;
  transition: all 900ms ease;
}

.chooseus-section .inner-content .single-item:hover .content-box{
  opacity: 0;
}

.chooseus-section .inner-content .single-item .content-box .icon-box{
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  z-index: 1;
}

.chooseus-section .inner-content .single-item .content-box .icon-box:before{
  position: absolute;
  content: '';
  background: #eeeef5;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  top: -10px;
  right: -30px;
  z-index: -1;
}

.chooseus-section .inner-content .single-item .content-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0px;
}

.chooseus-section .inner-content .single-item .overlay-box{
  position: absolute;
  left: 0px;
  width: 100%;
  background: #fff;
  padding: 30px 15px 23px 15px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.chooseus-section .inner-content .content-box-one .single-item .overlay-box{
  top: 30px;
}

.chooseus-section .inner-content .content-box-two .single-item .overlay-box{
  bottom: 30px;
}

.chooseus-section .inner-content .content-box-one .single-item:hover .overlay-box{
  opacity: 1;
  top: 0px;
}

.chooseus-section .inner-content .content-box-two .single-item:hover .overlay-box{
  opacity: 1;
  bottom: 0px;
}

.chooseus-section .inner-content .single-item .overlay-box .icon-box{
  position: relative;
  display: inline-block;
  width: 86px;
  height: 86px;
  line-height: 86px;
  background: #eeeef5;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 14px;
}

.chooseus-section .inner-content .single-item .overlay-box p{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #5a5a68;
  font-weight: 700;
}

.chooseus-section .inner-content .content-box-two{
  position: relative;
  display: block;
  width: 100%;
}

.chooseus-section .inner-content .single-item .image-box{
  position: relative;
  display: block;
  text-align: center;
  padding: 10px 0px;
}

.chooseus-section .sec-title{
  margin-bottom: 15px;
}


/** project-section **/

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

.project-section .sec-title{
  margin-bottom: 50px;
}

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

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #2a2a38;
}

.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.05);
  opacity: 0.05;
}

.project-block-one .inner-box .lower-content .box{
  position: absolute;
  left: 30px;
  top: 25px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .lower-content .box{
  transform: translateY(0px);
  opacity: 1;
}

h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

h3 a{
  display: inline-block;
  color: #1e1e2a;
}

h3 a:hover{

}

.project-block-one .inner-box .lower-content{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  padding: 25px 30px;
}

.project-block-one .inner-box .lower-content .box h3{
  color: #fff;
  margin-bottom: 0px;
}

.project-block-one .inner-box .lower-content .box h3 a{
  color: #fff;
}

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

}

.project-block-one .inner-box .lower-content .box p{
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.project-block-one .inner-box .lower-content .view-btn{
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 900ms ease;
}

.project-block-one .inner-box:hover .lower-content .view-btn{
  opacity: 1;
}

.project-block-one .inner-box .lower-content .view-btn a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}


/** working-section **/

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

.working-section:before{
  position: absolute;
  content: '';
  background: #1e1e2a;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.85;
}

.working-section .inner-content{
  position: relative;
  margin: 0px -10px -170px -10px;
  z-index: 1;
}

.working-section .sec-title{
  margin-bottom: 90px;
}

.working-section .working-block{
  padding: 0px 25px;
}

.working-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 0px 50px 33px 50px;
  margin-top: 90px;
  min-height: 298px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover{
  transform: translateY(-15px);
}

.working-block-one{
  position: relative;
}

.working-block-one:before{
  position: absolute;
  content: "\f112";
  font-family: 'Flaticon';
  font-size: 24px;
  line-height: 24px;
  top: 52px;
  right: -37px;
}

.working-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  line-height: 170px;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #b1b1bc;
  padding: 5px;
  margin-top: -90px;
  margin-bottom: 19px;
}

.working-block-one .inner-box .icon-box .count-box{
  position: absolute;
  top: 8px;
  right: -12px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
  z-index: 2;
}

.working-block-one .inner-box .icon-box .icon{
  position: absolute;
  display: inline-block;
  left: 3px;
  top: 3px;
  width: 160px;
  height: 160px;
  line-height: 160px;
  font-size: 60px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.working-block-one .inner-box .icon-box .icon:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover .icon-box .icon:before{
  opacity: 0.8;
}

.working-block-one .inner-box .lower-content h3{
  margin-bottom: 12px;
}

.working-block-one .inner-box .lower-content .pattern-layer{
  position: relative;
  display: block;
  max-width: 62px;
  width: 100%;
  height: 9px;
  margin: 0 auto;
  margin-bottom: 23px;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover .lower-content .pattern-layer{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}


/** team-section **/

.team-section{
  position: relative;
  padding: 285px 0px 250px 0px;
}

.team-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.team-section .sec-title{
  margin-bottom: 50px;
}

.team-section .sec-title .btn-box{
  position: absolute;
  top: 36px;
  right: 0px;
}

.team-section .sec-title .btn-box .theme-btn{
  padding: 11px 33px;
}

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

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  background: #2a2a38;
  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{
  opacity: 0.2;
}

.team-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  bottom: 10px;
  background: #fff;
  max-width: 200px;
  width: 100%;
  opacity: 1;
  padding: 11px 20px 11px 30px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .content-box{
  opacity: 0;
}

.team-block-one .inner-box .content-box:before{
  position: absolute;
  content: '';
  width: 7px;
  height: calc(100% - 30px);
  top: 15px;
  left: 0px;
}

.team-block-one .inner-box .content-box h3{
  margin: 0px;
}

.team-block-one .inner-box .content-box .designation{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #5a5a68;
  font-weight: 700;
  margin-bottom: 6px;
}

.team-block-one .inner-box .overlay-box{
  position: absolute;
  left: 85px;
  bottom: -160px;
  opacity: 0;
  width: calc(100% - 170px);
  transition: all 900ms ease;
}

.team-block-one .inner-box:hover .overlay-box{
  bottom: 0px;
  opacity: 1;
}

.team-block-one .inner-box .overlay-box .designation{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px;
}

.team-block-one .inner-box .overlay-box h3{
  color: #fff;
  margin: 0px;
}

.team-block-one .inner-box .overlay-box h3 a{
  color: #fff;
}

.team-block-one .inner-box .overlay-box .box{
  position: relative;
  padding: 26px 20px 25px 25px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.team-block-one .inner-box .overlay-box .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.5);
}

.team-block-one .inner-box .overlay-box .social-links li:last-child{
  border: none;
}

.team-block-one .inner-box .overlay-box .social-links li a{
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 14px;
  color: #fff;
}

.team-block-one .inner-box .overlay-box .social-links li a span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #1e1e2a;
  width: 80px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-one .inner-box .overlay-box .social-links li a span:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 12px;
  height: 12px;
  left: 33px;
  bottom: -4px;
  transform: rotate(45deg);
  z-index: -1;
}

.team-block-one .inner-box .overlay-box .social-links li a:hover span{
  opacity: 1;
  top: -20px;
}


/** repair-section **/

.repair-section{
  position: relative;
}

.repair-section .inner-content{
  position: relative;
  margin-top: -138px;
  z-index: 1;
}

.repair-section .single-item .inner-box{
  position: relative;
  display: block;
}

.repair-section .single-item .inner-box .content-box{
  position: relative;
  display: inline-block;
  float: left;
  max-width: 270px;
  width: 100%;
  overflow: hidden;
  background: #2a2a38;
  min-height: 263px;
  padding: 38px 37px 34px 40px;
}

.repair-section .single-item .inner-box .image-box{
  position: relative;
  display: block;
  float: left;
  max-width: 300px;
  width: 100%;
  overflow: hidden;
}

.repair-section .single-item .inner-box .image-box:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: rgba(42, 42, 56, 0.8);
  transition: all 500ms ease;
}

.repair-section .single-item .inner-box:hover .image-box:before{
  width: 100%;
  right: 0px;
}

.repair-section .single-item .inner-box .image-box img{
  width: 100%;
}

.repair-section .single-item .inner-box .content-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 23px;
}

.repair-section .single-item .inner-box .content-box .light-icon{
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 120px;
  line-height: 120px;
  color: rgba(255,255,255,0.1);
}

.repair-section .single-item .inner-box .content-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 18px;
}

.repair-section .single-item .inner-box .content-box h3:last-child{
  margin-bottom: 0px;
}

.repair-section .single-item .inner-box .content-box h3 a{
  color: #fff;
}

.repair-section .single-item .inner-box .content-box h3 a:hover{

}

.repair-section .single-item .inner-box .content-box .rating-box{
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 7px 0px 0px 98px;
}

.repair-section .single-item .inner-box .content-box .rating-box span{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.repair-section .single-item .inner-box .content-box .rating-box h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.repair-section .single-item .inner-box .content-box .rating-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 1px;
}

.repair-section .single-item .inner-box .content-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
}

.repair-section .single-item .inner-box .content-box h5 a{
  display: inline-block;
  color: #fff;
}

.repair-section .single-item .inner-box .content-box h5 a i{
  position: relative;
  font-size: 22px;
  font-weight: 400;
  top: 2px;
  margin-left: 10px;
}

.repair-section .single-item .inner-box .content-box h5 a:hover{

}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 240px 0px 90px 0px;
  margin-top: -126px;
}

.bg-color-2{
  background: #f6f6f6;
}

.testimonial-section .testimonial-content .inner-box{
  position: relative;
  display: block;
  background: #fff;
  margin: 40px 15px 30px 15px;
  padding: 43px 30px 41px 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-section .testimonial-content .inner-box .image-box{
  position: absolute;
  top: -40px;
  right: 40px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.testimonial-section .testimonial-content .inner-box .image-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .testimonial-content .inner-box .image-box i{
  position: absolute;
  right: -10px;
  bottom: 0px;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.testimonial-section .testimonial-content .inner-box .rating-box{
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.testimonial-section .testimonial-content .inner-box .rating-box li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 7px;
}

.testimonial-section .testimonial-content .inner-box .rating-box li:last-child{
  margin-right: 0px;
}

.testimonial-section .testimonial-content .inner-box p{
  font-size: 18px;
  line-height: 28px;
  color: #5a5a68;
  font-weight: 600;
  margin-bottom: 17px;
}

.testimonial-section .testimonial-content .inner-box h3{
  margin: 0px;
}

.testimonial-section .testimonial-content .inner-box h3 span{
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  color: #5a5a68;
}

.testimonial-section .testimonial-inner{
  position: relative;
  margin: 0px -15px;
}

.testimonial-section .sec-title{
  margin-bottom: 50px;
}


/** news-section **/

.news-section{
  position: relative;
  padding: 115px 0px 120px 0px;
}

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

.news-section .sec-title .btn-box {
  position: absolute;
  top: 36px;
  right: 0px;
}

.news-section .sec-title .btn-box .theme-btn {
  padding: 11px 40px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

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

.news-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: #1e1e2a;
  width: 50%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  opacity: 0.9;
  z-index: 1;
  transition: all 500ms ease;
}

.news-block-one .inner-box .image-box:after{
  position: absolute;
  content: '';
  background: #1e1e2a;
  width: 50%;
  height: 0%;
  right: 0px;
  top: 0px;
  opacity: 0.9;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box:before,
.news-block-one .inner-box:hover .image-box:after{
  height: 100%
}

.news-block-one .inner-box .image-box .link{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #fff;
  z-index: 1;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
}

.news-block-one .inner-box .image-box .category{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.news-block-one .inner-box .image-box .category p{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 4px 19px;
  text-align: center;
  z-index: 1;
  border-top-left-radius: 15px;
}

.news-block-one .inner-box .image-box .category p i{
  position: relative;
  color: #fff;
  margin-right: 8px;
}

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

.news-block-one .inner-box .lower-content h3{
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
}

.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #5a5a68;
  font-weight: 500;
  padding-right: 18px;
  margin-right: 3px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: "||";
  font-size: 15px;
  font-family: 'Muli', sans-serif;
  color: #c4c4c4;
  top: -2px;
  right: 0px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  padding: 0px;
  margin: 0px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}

.news-block-one .inner-box .lower-content .post-info li a{
  color: #5a5a68;
}

.news-block-one .inner-box .lower-content .post-info li i{
  position: relative;
  font-size: 13px;
  margin-right: 8px;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content p{
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #5a5a68;
}

.news-block-one .inner-box .lower-content p span{

}

.news-block-one .inner-box .lower-content .upper-box{
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid #e3e3e3;
}

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

.news-block-one .inner-box .lower-content .lower-box .comment-box p a{
  position: relative;
  font-size: 15px;
  color: #5a5a68;
}

.news-block-one .inner-box .lower-content .lower-box .comment-box p i{
  position: relative;
  font-size: 13px;
  margin-right: 8px;
}

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

}

.news-block-one .inner-box .lower-content .lower-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.news-block-one .inner-box .lower-content .lower-box .link-box a i{
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #71717d;
  margin-left: 10px;
  top: 2px;
  transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .lower-box .link-box a:hover i{
  
}

.news-block-one .inner-box .lower-content .lower-box .link-box a span{
  position: absolute;
  right: 20px;
  top: 0px;
  min-width: 90px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .lower-box .link-box a:hover span{
  visibility: visible;
  opacity: 1;
  right: 30px;
}


/** brochure-section **/

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

.brochure-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.brochure-section .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 695px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.brochure-section .image-layer{
  position: absolute;
  right: 0px;
  bottom: -65px;
}

.brochure-section .image-box{
  position: relative;
  display: block;
}

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

.brochure-section .image-box h3{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  color: #fff;
  margin: 0px;
  padding: 20px 20px 23px 20px;
}

#content_block_two .content-box .subscribe-form .form-group{
  position: relative;
  margin-bottom: 20px;
}

#content_block_two .content-box .subscribe-form .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 55px;
  background: #3c3c4d;
  border: 1px solid #3c3c4d;
  padding: 10px 80px 10px 20px;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #b0b0bd;
}

#content_block_two .content-box .subscribe-form .form-group input::-webkit-input-placeholder{
  color:#b0b0bd;
}

#content_block_two .content-box .subscribe-form .form-group button{
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}

#content_block_two .content-box .subscribe-form .form-group input:focus + button,
#content_block_two .content-box .subscribe-form .form-group button:hover{

}

#content_block_two .content-box .subscribe-form .form-group input:focus{

}

#content_block_two .content-box .subscribe-form .form-group button:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.1);
  width: 1px;
  height: 25px;
  left: -22px;
  top: 0px;
}

#content_block_two .content-box .download-btn h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

#content_block_two .content-box .download-btn h5 a{
  display: inline-block;
}

#content_block_two .content-box .download-btn h5 a i{
  margin-right: 10px;
}

#content_block_two .content-box .download-btn h5 a:hover{
  color: #fff;
}


/** clients-section **/

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

.clients-section .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section .clients-logo-box img:hover{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.clients-section .clients-logo-box{
  position: relative;
  display: block;
}

.clients-section .clients-logo-box:before{
  position: absolute;
  content: '';
  background: #f3f3f3;
  width: 1px;
  height: 95px;
  top: 20px;
  right: -15px;
}

.clients-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #d9d9e1;
  border-radius: 50%;
  margin: 0px 7px;
  cursor: pointer;
  transition: all 500ms ease;
}

.clients-section .owl-theme .owl-dots .owl-dot.active span,
.clients-section .owl-theme .owl-dots .owl-dot span:hover{

}


/** google-map-section **/

.google-map-section{
  position: relative;
}

.google-map-section .google-map-area #contact-google-map{
  position: relative;
  display: block;
  width: 100%;
  height: 470px;
}


/** main-footer **/

.main-footer{
  position: relative;
	clear: both;
}

.main-footer.style-one .footer-top{
  position: relative;
  padding-top: 90px;
}

.main-footer.style-one .footer-top:before{
  position: absolute;
  content: '';
  background: #13131c;
  width: 30%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.main-footer.style-one .footer-top .logo-widget{
  position: relative;
  display: block;
  overflow: hidden;
  background: #272734;
  margin-right: 20px;
  padding: 0px 30px 100px 30px;
}

.main-footer.style-one .footer-top .logo-widget .footer-logo{
  position: relative;
  left: 0px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin: -75px auto 64px auto;
  text-align: center;
  padding: 5px;
  z-index: 1;
}

.main-footer.style-one .footer-top .logo-widget .footer-logo:before{
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  left: 0px;
  top: 0px;
  z-index: -1;
  transform: rotate(45deg);
}

.main-footer.style-one .footer-top .logo-widget .footer-logo .logo{
  position: relative;
  display: inline-block;
  padding-top: 18px;
  z-index: 1;
}

.main-footer.style-one .footer-top .logo-widget .footer-logo:after {
  position: absolute;
  content: '';
  border: 1px dashed #fff;
  width: calc(200px - 10px);
  height: calc(200px - 10px);
  left: 5px;
  top: 5px;
  transform: rotate(45deg);
}

.footer-top .logo-widget .text{
  position: relative;
  margin-bottom: 25px;
}

.footer-top .logo-widget .text p{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0px;
}

.footer-top .logo-widget .subscribe-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 13px;
}

.footer-top .logo-widget .subscribe-box .subscribe-form .form-group{
  position: relative;
  margin: 0px;
}

.footer-top .logo-widget .subscribe-box .subscribe-form .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 52px;
  background: #414153;
  color: #b0b0bd;
  border: 1px solid #414153;
  padding: 10px 70px 10px 20px;
  transition: all 500ms ease;
}

.footer-top .logo-widget .subscribe-box .subscribe-form .form-group input::-webkit-input-placeholder{
  color:#b0b0bd;
}


.footer-top .logo-widget .subscribe-box .subscribe-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-top .logo-widget .subscribe-box .subscribe-form .form-group input:focus{

}

.main-footer .widget-section{
  position: relative;
}

.main-footer .widget-section .pattern-scale{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 760px;
  height: 35px;
  background-repeat: repeat-x;
  animation: slide-2 60s linear infinite;
  -webkit-animation: slide-2 60s linear infinite;
}

.main-footer.style-one .widget-section .links-widget{
  position: relative;
  padding: 70px 0px 93px 0px;
}

.main-footer .footer-widget .widget-title{
  position: relative;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 32px;
}

.main-footer .footer-widget .widget-title h3{
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.main-footer .footer-widget .widget-title .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 62px;
  height: 9px;
  background-repeat: no-repeat;
}

.main-footer.style-one .links-widget .widget-content .list{
  position: relative;
  display: block;
  width: 50%;
  float: left;
}

.main-footer.style-one .links-widget .widget-content .list li{
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.main-footer.style-one .links-widget .widget-content .list li:last-child{
  margin-bottom: 0px;
}

.main-footer.style-one .links-widget .widget-content .list li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  padding-left: 28px;
}

.main-footer.style-one .links-widget .widget-content .list li a:before{
  position: absolute;
  content: "\f105";
  font-size: 18px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.main-footer.style-one .links-widget .widget-content .list li a:hover{
  color: #fff;
}

.main-footer.style-one .links-widget .widget-content .list li a:hover:before{
  color: #fff;
}

.main-footer.style-one .widget-section .post-widget{
  position: relative;
  padding: 70px 0px 98px 0px;
}

.main-footer.style-one .widget-section .post-widget .post-inner{
  position: relative;
  margin-bottom: 17px;
}

.main-footer.style-one .widget-section .post-widget .widget-content .link h5{
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.main-footer.style-one .widget-section .post-widget .widget-content .link h5 a{
  display: inline-block;
}

.main-footer.style-one .widget-section .post-widget .widget-content .link h5 a i{
  position: relative;
  font-size: 20px;
  margin-left: 10px;
  top: 2px;
}

.main-footer.style-one .widget-section .post-widget .widget-content .link h5 a:hover{
  color: #fff;
}

.main-footer.style-one .widget-section .post-widget .post-inner .post{
  position: relative;
  display: block;
  padding-left: 110px;
  margin-bottom: 34px;
  min-height: 80px;
}

.main-footer.style-one .widget-section .post-widget .post-inner .post:last-child{
  margin-bottom: 0px;
}

.main-footer.style-one .widget-section .post-widget .post-inner .post .image-box{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.main-footer.style-one .widget-section .post-widget .post-inner .post .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.main-footer.style-one .widget-section .post-widget .post-inner .post:hover .image-box img{
  opacity: 0.2;
}

.main-footer.style-one .widget-section .post-widget .post-inner .post h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 9px;
}

.main-footer.style-one .widget-section .post-widget .post-inner .post h4 a{
  display: inline-block;
  color: #fff;
}

.main-footer.style-one .widget-section .post-widget .post-inner .post h4 a:hover{

}

.main-footer.style-one .widget-section .post-widget .post-inner .post .post-date{
  position: relative;
  display: block; 
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  padding-left: 50px;
}

.main-footer.style-one .widget-section .post-widget .post-inner .post .post-date:before{
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  left: 0px;
  top: 15px;
}

.main-footer.style-one .widget-section .post-widget .post-inner .post .post-date i{
  font-size: 13px;
  margin-right: 8px;
}

.main-footer.style-one .footer-top .image-layer{
  position: absolute;
  left: 0px;
  bottom: 1px;
}

.main-footer.style-one .footer-bottom{
  position: relative;
  display: block;
  background: #13131c;
  padding: 17px 0px;
}

.main-footer.style-one .footer-bottom .copyright{
  position: relative;
  margin-top: 8px;
}

.main-footer.style-one .footer-bottom .copyright p{
  position: relative;
  font-size: 17px;
  color: #b0b0bd;
  font-weight: 500;
}

.main-footer.style-one .footer-bottom .copyright p a{
  color: #b0b0bd;
}

.main-footer.style-one .footer-bottom .copyright p a:hover{

}

.main-footer.style-one  .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.main-footer.style-one .social-links li:last-child{
  margin-right: 0px;
}

.main-footer.style-one .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #2f2f3e;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.main-footer.style-one .social-links li a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}





/** news-style-two **/

.news-style-two{
  position: relative;
  padding: 115px 0px 120px 0px;
}

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

.news-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #1e1e2a;
}

.news-block-two .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  box-shadow: inset 0px -200px 100px -40px rgba(30, 30, 42, 0.9);
  z-index: 1;
  transition: all 900ms ease;
}

.news-block-two .inner-box:hover .image-box:before{
  opacity: 0;
}

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

.news-block-two .inner-box:hover .image-box img{
  opacity: 0.1;
}

.news-block-two .inner-box .category{
  position: absolute;
  top: 0px;
  right: 0px;
}

.news-block-two .inner-box .category p{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 4px 19px;
  text-align: center;
  z-index: 1;
  border-bottom-left-radius: 15px;
}

.news-block-two .inner-box .category p i{
  position: relative;
  color: #fff;
  margin-right: 8px;
}

.news-block-two .inner-box .content-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 20px 30px 33px 30px;
  z-index: 2;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .content-box{
  opacity: 0;
}

.news-block-two .inner-box .content-box h3{
  line-height: 32px;
  color: #fff;
  margin-bottom: 14px;
}

.news-block-two .inner-box .content-box h3 a{
  color: #fff;
}

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

}

.news-block-two .inner-box .content-box .post-info li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-right: 3px;
  padding-right: 16px;
}

.news-block-two .inner-box .content-box .post-info li a{
  color: #bfbfcc;
}

.news-block-two .inner-box .content-box .post-info li a:hover{

}

.news-block-two .inner-box .content-box .post-info li i{
  font-size: 13px;
  margin-right: 8px;
}

.news-block-two .inner-box .content-box .post-info li:last-child i{
  color: #bfbfcc;
}

.news-block-two .inner-box .content-box .post-info li:last-child{
  margin: 0px;
  padding: 0px;
}

.news-block-two .inner-box .content-box .post-info li:before{
  position: absolute;
  content: '||';
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  top: -1px;
  right: 0px;
  font-weight: 400;
}

.news-block-two .inner-box .content-box .post-info li:last-child:before{
  display: none;
}

.news-block-two .inner-box .overlay-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .overlay-box{
  opacity: 1;
}

.news-block-two .inner-box .overlay-box .link-btn{
  position: absolute;
  left: 30px;
  bottom: 20px;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .overlay-box .link-btn{
  bottom: 35px;
}

.news-block-two .inner-box .overlay-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
}

.news-block-two .inner-box .overlay-box .link-btn a i{
  position: relative;
  font-size: 22px;
  font-weight: 400;
  margin-left: 10px;
  top: 2px;
}

.news-block-two .inner-box .overlay-box .link-btn a:hover{

}

.news-block-two .inner-box .overlay-box .view-btn{
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%);
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .overlay-box .view-btn{
  top: 50%;
}

.news-block-two .inner-box .overlay-box .view-btn a{
  font-size: 30px;
  color: #fff;
}

.news-block-two .inner-box .overlay-box .view-btn a:hover{

}

.news-style-two .owl-nav{
  position: absolute;
  top: -120px;
  right: 0px;
}

.news-style-two .owl-nav .owl-prev,
.news-style-two .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  color: #9f9fb4;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.news-style-two .owl-nav .owl-prev{
  margin-right: 10px;
}

.news-style-two .owl-nav .owl-prev:hover,
.news-style-two .owl-nav .owl-next:hover{

}

.news-style-two .sec-title{
  margin-bottom: 50px;
}

