 /* Css For Shelder */

/************ 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: 16px;
  color: #5a5a68;
  line-height: 24px;
  font-weight: 500;
  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: 16px;
  line-height: 24px;
  font-weight: 500;
  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;
}

.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: 16px;
  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;
}



.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 3px;
}
.page-links .post-page-numbers,
.pagination li span,
.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;
}
.page-links .post-page-numbers:before,
.pagination li span:before,
.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;
}
.page-links .post-page-numbers.current:before,
.page-links .post-page-numbers:hover:before,
.pagination li span:hover:before,
.pagination li span.current:before,
.pagination li a:hover:before,
.pagination li a.active:before{
  transform: scale(1,1);
}
.page-links .post-page-numbers.current,
.page-links .post-page-numbers:hover,
.pagination li span:hover,
.pagination li span.current,
.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 !important;
  -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:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #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: 385px;
}

.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 !important;
  -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: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;
}

.main-header.style-one .header-upper .outer-box .logo-box{
  position: absolute;
  left: 0px;
  top: -111px;
  width: 220px;
  height: 220px;
  line-height: 220px;
  text-align: center;
  padding: 5px;
  z-index: 1;
}

.main-header.style-one .header-upper .outer-box .logo-box:before{
  position: absolute;
  content: '';
  width: 220px;
  height: 220px;
  left: 0px;
  top: 0px;
  z-index: -1;
  transform: rotate(45deg);
}

.main-header.style-one .header-upper .outer-box .logo-box:after{
  position: absolute;
  content: '';
  border: 1px dashed #fff;
  width: calc(220px - 10px);
  height: calc(220px - 10px);
  left: 5px;
  top: 5px;
  transform: rotate(45deg);
}

.main-header.style-one .header-upper .outer-box .logo-box .logo{
  position: relative;
  display: inline-block;
  padding-top: 13px;
  z-index: 1;
}
.main-header.style-one .header-upper .outer-box .logo-box .logo img {
  max-width: 120px;
}
.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 !important;
  -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 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 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{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  padding:36px 0px 34px 0px;
  margin: 0px 13px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:15px;
  line-height:30px;
  font-weight:900;
  opacity:1;
  font-family: 'Roboto', sans-serif;
  color:#1e1e2a;
  padding-right: 15px;
  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 > a:after{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 15px;
  color: #9393a1;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.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:before{
  position: absolute;
  content: "\f105";
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: -30px;
  top: 15px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before{
  left: -17px;
  opacity: 1;
}

.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.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:-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.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.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;
}

.main-header .sticky-header .logo-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 20px 0px;
  z-index: 1;
}

.main-header .sticky-header .logo-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: rotate(45deg);
  z-index: -1;
}

.main-header .sticky-header .logo-box:after {
  position: absolute;
  content: '';
  border: 1px dashed #fff;
  width: calc(100px - 10px);
  height: calc(100px - 10px);
  left: 5px;
  top: 5px;
  transform: rotate(45deg);
}

/** 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; 
}

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: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;
}

.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;
}

/** 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;
}

.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:120px; 
}

.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: 12px;
}
.sidebar-info-contents .content-inner .contact-info ul li span {
  margin-right: 10px;
  color: #f25743;
}
.sidebar-info-contents .content-inner .contact-info ul li a{
  color: #ccc;
}
.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;
}









/** 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;
  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 {
  text-transform: capitalize;
}

.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 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #5a5a68;
}
.news-block-one .inner-box a.read_m {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #1e1e2a;
  margin-top: 15px;
  transition: all 500ms ease;
}
.news-block-one .inner-box a.read_m i {
  margin-left: 10px;
  transition: all 500ms ease;
}
.news-block-one .inner-box a.read_m:hover {
  color: #f15344;
}
.news-block-one .inner-box a.read_m:hover i {
  color: #f15344;
}
.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;
  text-transform: capitalize;
}

.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 .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 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;
}





/** google-map-section **/

.google-map-section{
  position: relative;
}

.google-map-section .google-map-area #gmap_canvas,
.google-map-section .google-map-area #contact-google-map{
  position: relative;
  display: block;
  width: 100%;
  height: 470px;
}


/** main-footer **/

.main-footer{
  position: relative;
}

.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 .logo img {
  max-width: 120px;
}
.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: 400;
  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;
}

.main-footer .widget-section{
  position: relative;
  overflow: hidden;
}

.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 h5,
.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;
  background-image: url(../images/shape/shape-8.png);
}

.main-footer.style-one .links-widget .widget-content .list{
  position: relative;
  display: block;
  width: 50%;
  float: left;
}

.main-footer.style-one .widget-section li,
.main-footer.style-one .links-widget .widget-content .list li{
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.main-footer.style-one .widget-section li:last-child,
.main-footer.style-one .links-widget .widget-content .list li:last-child{
  margin-bottom: 0px;
}
.main-footer.style-one .widget-section li a,
.main-footer.style-one .links-widget .widget-content .list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  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 .widget-section li a:before,
.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 .widget-section li a:hover,
.main-footer.style-one .links-widget .widget-content .list li a:hover{
  color: #fff;
}

.main-footer.style-one .widget-section li a:hover:before,
.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 75px 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;
  width: 80px;
  height: 80px;
}

.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 .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: 16px;
  color: #b0b0bd;
  font-weight: 500;
}

.main-footer.style-one .footer-bottom .copyright p a{
  color: #b0b0bd;
}

.main-footer.style-one .footer-bottom .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.main-footer.style-one .footer-bottom .social-links li:last-child{
  margin-right: 0px;
}

.main-footer.style-one .footer-bottom .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 .footer-bottom .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;
}

.main-footer.style-one .footer-bottom .social-links li a:hover:before{
  transform: scale(1,1);
}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/

.main-header.style-two{
  position: relative;
  display: block;
  background: transparent;
  margin-bottom: 75px;
}

body.home .main-header.style-two {
  margin-bottom: 0px;
}
.main-header.style-two .header-top{
  position: relative;
  display: block;
  background: #1e1e2a;
  padding: 12.5px 0px;
}

.main-header.style-two .header-top .top-left .info-column li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #a6a6b3;
  margin-right: 25px;
}

.main-header.style-two .header-top .top-left .info-column li:last-child{
  margin-right: 0px;
}

.main-header.style-two .header-top .top-left .info-column li a{
  color: #a6a6b3;
}

.main-header.style-two .header-top .top-left .info-column li i{
  position: relative;
  font-size: 18px;
  margin-right: 8px;
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.main-header.style-two .header-top .top-right .header-nav li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #a6a6b3;
  margin: 0px 16px;
}

.main-header.style-two .header-top .top-right .header-nav li:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.2);
  width: 1px;
  height: 20px;
  top: 3px;
  right: -17px;
}

.main-header.style-two .header-top .top-right .header-nav li a{
  color: #a6a6b3;
}

.main-header.style-two .header-top .top-right .header-nav li .search-btn button{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #a6a6b3;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header.style-two .header-top .top-right .header-nav li .search-btn button i{
  font-size: 15px;
  margin-right: 8px;
}

.main-header.style-two .header-top .top-right .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.main-header.style-two .header-top .top-right .social-links li:last-child{
  margin-right: 0px;
}

.main-header.style-two .header-top .top-right .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #a6a6b3;
}

.main-header.style-two .header-top .top-right .header-nav{
  position: relative;
  margin-right: 25px;
}

.main-header.style-two .header-upper{
  position: relative;
  display: block;
  background: #f6f6f6;
}

.main-header.style-two .header-upper .upper-inner .logo-box .logo{
  position: relative;
  display: inline-block;
  background: #fff;
  text-align: center;
  padding: 27.5px 40px;
}

.main-header.style-two .header-upper .upper-inner .info-box li{
  position: relative;
  display: inline-block;
  float: left;
}

.main-header.style-two .header-upper .upper-inner .info-box li.btn-box{
  padding: 32.5px 0px;
}

.main-header.style-two .header-upper .upper-inner .info-box li.btn-box .theme-btn{
  padding: 11.5px 33px;
}

.main-header.style-two .header-upper .upper-inner .info-box .single-info{
  padding: 32px 60px 36px 55px;
  margin-right: 40px;
}

.main-header.style-two .header-upper .upper-inner .info-box .single-info:before{
  position: absolute;
  content: '';
  background: #d8d8d8;
  height: 55px;
  width: 1px;
  top: 33px;
  right: 0px;
}

.main-header.style-two .header-upper .upper-inner .info-box .single-info:nth-child(2){
  margin-right: 0px;
}

.main-header.style-two .header-upper .upper-inner .info-box .single-info:nth-child(2):before{
  display: none;
}

.main-header.style-two .header-upper .upper-inner .info-box .single-info i{
  position: absolute;
  left: 0px;
  top: 38px;
  font-size: 40px;
  line-height: 40px;
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.main-header.style-two .header-upper .upper-inner .info-box .single-info h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #1e1e2a;
  margin: 0px;
}

.main-header.style-two .header-upper .upper-inner .info-box .single-info h5 a{
  display: inline-block;
  color: #1e1e2a;
}

.main-header.style-two .header-upper .upper-inner .info-box .single-info p{
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #5a5a68;
  line-height: 26px;
  margin: 0px;
}

.main-header.style-two .header-lower .outer-box{
  position: relative;
  display: block;
  background: transparent;
}

.main-header.style-two .header-lower .outer-box .menu-area{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  background: #fff;
  padding-left: 40px;
}

.main-header.style-two .main-menu .navigation > li{
  padding: 23px 0px 22px 0px;
}

.main-header.style-two .menu-right-content{
  margin: 0;
}

.main-header.style-two .menu-right-content .nav-box .nav-btn{
  background: #1e1e2a;
  height: 75px;
  width: 75px;
  line-height: 75px;
}

.main-header.style-two .menu-right-content .nav-box .nav-btn i{
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.main-header.style-two .menu-right-content .cart-box {
  margin: 23px 52px 0px 0px;
}
















.mr-0{
  margin: 0px !important;
}
h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

h3 a{
  display: inline-block;
  color: #1e1e2a;
}

/** footer-style-two **/

.main-footer.style-two{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-footer.style-two:before{
  position: absolute;
  content: '';
  background: #1e1e2a;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.main-footer.style-two .footer-top{
  position: relative;
  display: block;
  background: #272734;
  padding: 28px 40px 27px 40px;
}

.main-footer.style-two .footer-top .footer-logo .logo{
  position: relative;
  padding-right: 40px;
}

.main-footer.style-two .footer-top .footer-logo .logo:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.2);
  width: 1px;
  height: 65px;
  top: 0px;
  right: 0px;
}

.main-footer.style-two .footer-top .subscribe-inner{
  position: relative;
  margin-top: 5px;
}

.main-footer.style-two .footer-top .subscribe-inner .title-box{
  position: relative;
  margin: 6px 30px 0px 0px;
}

.main-footer.style-two .footer-top .subscribe-inner .title-box h3{
  position: relative;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
}

.main-footer.style-two .footer-top .subscribe-inner .subscribe-form .form-group{
  position: relative;
  width: 530px;
  margin: 0px;
}

.main-footer.style-two .footer-top .subscribe-inner .subscribe-form .form-group span.fa-envelope {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 16px;
  color: #a6a6af;
  z-index: 1;
}

.main-footer.style-two .footer-top .subscribe-inner .subscribe-form .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 54px;
  max-width: 320px;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 10px 20px 10px 50px;
  color: #b0b0bd;
  font-size: 17px;
  background: transparent;
  font-weight: 500;
  transition: all 500ms ease;
}

.main-footer.style-two .footer-top .subscribe-inner .subscribe-form .form-group input::-webkit-input-placeholder{
  color:#b0b0bd;
}

.main-footer.style-two .footer-top .subscribe-inner .subscribe-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #fff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #1e1e2a;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}

.main-footer.style-two .footer-top .subscribe-inner .subscribe-form .form-group button:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}

.main-footer.style-two .footer-top .subscribe-inner .subscribe-form .form-group button:hover:before{
  width: 100%;
  left: 0px;
}

.main-footer.style-two .footer-top .subscribe-inner .subscribe-form .form-group button:hover{
  color: #fff;
}

.main-footer.style-two .footer-top .subscribe-inner .subscribe-form .form-group button i{
  font-size: 22px;
  font-weight: 400;
  margin-left: 10px;
}

.main-footer.style-two .widget-section{
  position: relative;
  padding: 95px 0px 100px 0px;
}

.main-footer.style-two .widget-section .footer-widget p{
  position: relative;
  font-size: 16px;
  color: #b0b0bd;
  font-weight: 500;
  margin-bottom: 15px;
}

.main-footer.style-two .widget-section .about-widget .widget-content a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 700;
  margin-top: 3px;
}

.main-footer.style-two .widget-section .about-widget .widget-content a i{
  font-size: 22px;
  font-weight: 400;
  margin-left: 10px;
}

.main-footer.style-two .widget-section .about-widget{
  margin-right: 20px;
}

.main-footer.style-two .widget-section .links-widget ul.menu li,
.main-footer.style-two .widget-section .links-widget .widget-content ul li{
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.main-footer.style-two .widget-section .links-widget ul.menu li:last-child,
.main-footer.style-two .widget-section .links-widget .widget-content ul li:last-child{
  margin-bottom: 0px;
}

.main-footer.style-two .widget-section .links-widget ul.menu li a,
.main-footer.style-two .widget-section .links-widget .widget-content ul li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #b0b0bd;
  padding-left: 30px;
}

.main-footer.style-two .widget-section .links-widget ul.menu li a:before,
.main-footer.style-two .widget-section .links-widget .widget-content ul li a:before{
  position: absolute;
  content: "\f150";
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 400;
  color: #b0b0bd;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.main-footer.style-two .widget-section .links-widget ul.menu li a:hover:before,
.main-footer.style-two .widget-section .links-widget .widget-content ul li a:hover:before{
  transform: rotate(-90deg);
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column{
  position: relative;
  float: left;
  width: 50%;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .location-box{
  position: relative;
  padding-left: 70px;
  margin-bottom: 19px;
  min-height: 56px;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .location-box i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 50px;
  line-height: 50px;
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .location-box h3{
  color: #fff;
  line-height: 28px;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .social-links li:last-child{
  margin-right: 0px;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #a6a6af;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  z-index: 1;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .social-links li a:hover:before {
  transform: scale(1,1);
}
.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .social-links li a:before {
  position: absolute;
  content: '';
  width: 43px;
  height: 43px;
  left: -1px;
  top: -1px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .social-links li a:hover{
  color: #fff;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column p{
  margin-bottom: 22px;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .info-list li{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .info-list li:last-child{
  margin-bottom: 0px;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .info-list li h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .info-list li p{
  margin: 0px;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column .info-list li p a{
  position: relative;
  display: inline-block;
  color: #b0b0bd;
}

.main-footer.style-two .widget-section .contact-widget .widget-content .single-column:first-child{
  margin-top: 5px;
}

.main-footer.style-two .footer-bottom{
  position: relative;
  display: block;
  padding: 22px 0px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.main-footer.style-two .footer-bottom .copyright p{
  position: relative;
  font-size: 16px;
  color: #b0b0bd;
  font-weight: 500;
}

.main-footer.style-two .footer-bottom .copyright p a{
  color: #b0b0bd;
}

.main-footer.style-two .footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.main-footer.style-two .footer-bottom .footer-nav li:last-child{
  margin-right: 0px;
}

.main-footer.style-two .footer-bottom .footer-nav li a{
  position: relative;
  font-size: 16px;
  color: #b0b0bd;
  font-weight: 500;
}


/*** 

====================================================================
                        About-Page
====================================================================

***/

/** page-title **/

.page-title{
  position: relative;
  padding: 140px 0px;
  background-color: #646464;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .content-box h1{
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 65px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding-right: 15px;
  margin-right: 5px;
}

.page-title .content-box .bread-crumb li a{
  color: #fff;
}

.page-title .content-box .bread-crumb li a:hover{
  text-decoration: underline;
}

.page-title .content-box .bread-crumb li:last-child{
  padding: 0px;
  margin: 0px;
}

.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 6px;
  height: 2px;
  top: 13px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before{
  display: none;
}

.about-style-two.about-page{
  padding-top: 120px;
}

.about-style-two.about-page .image-layer{
  position: relative;
  display: block;
  margin-bottom: 70px !important;
}

.about-style-two.about-page .image-layer img{
  width: 100%;
}




.bg-color-1{
  background: #1e1e2a;
}

  
.bg-color-2{
  background: #f6f6f6;
}
  
.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}


/** chooseus-style-three **/

.chooseus-style-three{
  position: relative;
  padding: 115px 0px 90px 0px;
}

.chooseus-style-three .single-item{
  position: relative;
  margin: 30px 0px;
}

.chooseus-style-three .single-item .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 30px 25px 30px;
  transition: all 500ms ease;
}

.chooseus-style-three .single-item .inner-box:hover{
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}

.chooseus-style-three .single-item .inner-box .count-box{
  position: absolute;
  display: block;
  top: 20px;
  right: 15px;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Roboto', sans-serif;
  color: #f0f0f0;
  font-weight: 900;
}

.chooseus-style-three .single-item .inner-box .icon-box{
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.chooseus-style-three .single-item .inner-box h3{
  margin-bottom: 12px;
}

.chooseus-style-three .single-item .inner-box .line{
  position: relative;
  max-width: 62px;
  width: 100%;
  height: 9px;
  margin-bottom: 22px;
  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;
}

.chooseus-style-three .single-item .inner-box:hover .line{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.chooseus-style-three .single-item .inner-box p{
  font-size: 16px;
  font-weight: 500;
  color: #5a5a68;
  margin-bottom: 17px;
}

.chooseus-style-three .single-item .inner-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #1e1e2a;
  font-weight: 700;
}

.chooseus-style-three .single-item .inner-box a i{
  position: relative;
  font-size: 22px;
  font-weight: 400;
  top: 2px;
  margin-left: 10px;
}

.chooseus-style-three .owl-nav{
  position: absolute;
  right: 0px;
  top: -90px;
}

.chooseus-style-three .owl-nav .owl-prev, 
.chooseus-style-three .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;
}

.chooseus-style-three .owl-nav .owl-prev{
  margin-right: 10px;
}

.chooseus-style-three .sec-title{
  margin-bottom: 20px;
}


/** team-style-three **/

.team-style-three{
  position: relative;
  padding: 115px 0px 110px 0px;
}

.team-style-three .sec-title{
  margin-bottom: 20px;
}

.team-style-three .four-item-carousel .team-block-two{
  margin: 30px 0px;
}

.team-style-three .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.team-style-three .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;
}


/*** 

====================================================================
                        Error-Page
====================================================================

***/


.error-page-section{
  background: #fff;
  padding: 120px 0px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.error-page-section .image-box{
  position: relative;
  display: block;
  margin-left: -230px;
}

.error-page-section .image-box img{
  width: 100%;
}

.error-page-section .content-box h1{
  font-size: 250px;
  line-height: 220px;
  color: #1e1e2a;
  font-weight: 700;
  margin-bottom: 9px;
}

.error-page-section .content-box h2{
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  color: #1e1e2a;
  margin-bottom: 13px;
}

.error-page-section .content-box p{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 42px;
}

.error-page-section .content-box .search-form .form-group{
  position: relative;
  margin-bottom: 41px;
}

.error-page-section .content-box .search-form .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 54px;
  border: 1px solid #e3e3e3;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 60px 10px 20px;
  transition: all 500ms ease;
}

.error-page-section .content-box .search-form .form-group button{
  position: absolute;
  top: 12px;
  right: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #a7a7ba;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}

.error-page-section .content-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #1e1e2a;
  border-bottom: 3px solid #1e1e2a;
}

.error-page-section .content-box a i{
  position: relative;
  font-size: 22px;
  font-weight: 400;
  margin-left: 10px;
  top: 2px;
}

.error-page-section .anim-icon{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.error-page-section .anim-icon .icon{
  position: absolute;
  background-repeat: no-repeat;
}

.error-page-section .anim-icon .icon-1 {
  width: 100%;
  height: 92px;
  background-repeat: no-repeat;
  left: 0px;
  top: 90px;
  animation: slide-2 100s linear infinite;
  -webkit-animation: slide-2 100s linear infinite;
}

.error-page-section .anim-icon .icon-2 {
  width: 100%;
  height: 135px;
  background-repeat: no-repeat;
  left: 30%;
  top: 120px;
  animation: slide-2 100s linear infinite;
  -webkit-animation: slide-2 100s linear infinite;
}

.error-page-section .anim-icon .icon-3 {
  width: 100%;
  height: 127px;
  background-repeat: no-repeat;
  left: 50%;
  top: 60px;
  animation: slide-2 100s linear infinite;
  -webkit-animation: slide-2 100s linear infinite;
}

.error-page-section .anim-icon .icon-4 {
  width: 100%;
  height: 107px;
  background-repeat: no-repeat;
  left: 70%;
  top: 150px;
  animation: slide-2 100s linear infinite;
  -webkit-animation: slide-2 100s linear infinite;
}

.error-page-section .anim-icon .icon-5 {
  width: 100%;
  height: 164px;
  background-repeat: no-repeat;
  left: 80%;
  top: 120px;
  animation: slide-2 100s linear infinite;
  -webkit-animation: slide-2 100s linear infinite;
}

.error-page-section .anim-icon .icon-6{
  width: 100%;
  height: 124px;
  background-repeat: no-repeat;
  left: 95%;
  top: 60px;
  animation: slide-2 100s linear infinite;
  -webkit-animation: slide-2 100s linear infinite;
}




.service-details{
  position: relative;
  padding: 113px 0px 110px 0px;
}

.group-title{
  position: relative;
  display: block;
  padding-bottom: 19px;
  margin-bottom: 33px;
}

.group-title h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #1e1e2a;
  margin-bottom: 0px;
}

.group-title .line{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 62px;
  height: 9px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/line-4.png);
}

.service-details-content{
  position: relative;
  display: block;
}

.service-details-content .upper-box .text{
  position: relative;
  margin-bottom: 45px;
}

.service-details-content .upper-box .text p {
  font-size: 16px;
  font-weight: 600;
  color: #5a5a68;
  margin-bottom: 25px;
}

.service-details-content .upper-box .text p:last-child{
  margin-bottom: 0px;
}

.service-details-content .two-column{
  position: relative;
  margin-bottom: 46px;
}

.service-details-content .two-column .image-box{
  position: relative;
  margin-top: 7px;
}

.service-details-content .two-column .image-box img{
  width: 100%
}

.service-details-content .two-column .content-box .inner-box .single-item{
  position: relative;
  margin-bottom: 27px;
}

.service-details-content .two-column .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.service-details-content .two-column .content-box .inner-box .single-item h3{
  padding-left: 30px;
  margin-bottom: 15px;
}

.service-details-content .two-column .content-box .inner-box .single-item h3:before{
  position: absolute;
  content: "\f12e";
  font-family: 'Flaticon';
  font-size: 24px;
  left: 0px;
  top: -1px;
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.service-details-content .two-column .content-box .inner-box .single-item p {
  font-size: 16px;
  font-weight: 500;
  color: #5a5a68;
  margin: 0px;
}






.default-sidebar .widget-title{
  position: relative;
  display: block;
  padding-bottom: 21px;
  margin-bottom: 29px;
}

.default-sidebar .widget-title h3{
  position: relative;
  margin: 0px;
}

.default-sidebar .widget-title .line{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 62px;
  height: 9px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/line-4.png);
}

.default-sidebar .sidebar-widget{
  position: relative;
  display: block;
  background: #f6f6f6;
  padding: 35px 30px 40px 30px;
  margin-bottom: 40px;
}
.default-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.service-sidebar .sidebar-categories .categories-list li{
  position: relative;
  display: block;
}

.service-sidebar .sidebar-categories .categories-list li a{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background: #fff;
  color: #1e1e2a;
  padding: 18px 30px 17px 60px;
  border-bottom: 1px solid #e3e3e3;
}

.service-sidebar .sidebar-categories .categories-list li:last-child a{
  border-bottom: 1px solid #fff;
}

.service-sidebar .sidebar-categories .categories-list li a:hover{
  border-bottom: 1px solid #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.service-sidebar .sidebar-categories .categories-list li a:before {
  position: absolute;
  content: "\f150";
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 400;
  color: #b0b0bd;
  left: 30px;
  top: 17px;
  transition: all 500ms ease;
}

.service-sidebar .sidebar-categories .categories-list li a:hover:before{
  transform: rotate(-90deg);
}

.service-sidebar .sidebar-brochures .download-file{
  position: relative;
  margin: 0px -5px;
}

.service-sidebar .sidebar-brochures .download-file li{
  position: relative;
  display: inline-block;
  float: left;
  max-width: 150px;
  width: 100%;
  margin: 0px 5px;
}

.service-sidebar .sidebar-brochures .download-file li a{
  position: relative;
  display: block;
  max-width: 150px;
  text-align: center;
  background: #fff;
  padding: 30px 10px 22px 10px;
}

.service-sidebar .sidebar-brochures .download-file li a:hover{
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.service-sidebar .sidebar-brochures .download-file li a i{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: #262632;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.service-sidebar .sidebar-brochures .download-file li a h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #1e1e2a;
  font-weight: 500;
  margin-bottom: 5px;
}

.service-sidebar .sidebar-brochures .download-file li a span{
  position: relative;
  display: block;
  font-size: 17px;
  color: #5a5a68;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  margin: 0px;
}

.service-sidebar .sidebar-support .support-inner{
  position: relative;
}

.service-sidebar .sidebar-support .support-inner .image-box{
  position: relative;
  display: block;
}

.service-sidebar .sidebar-support .support-inner .image-box img{
  width: 100%;
}

.service-sidebar .sidebar-support .support-inner .content-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 30px 30px 22px 30px;
  z-index: 1;
}

.service-sidebar .sidebar-support .support-inner .content-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 225px;
  left: 0px;
  bottom: 0px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-sidebar .sidebar-support .support-inner .content-box:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 155px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-sidebar .sidebar-support .support-inner .content-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 15px;
}

.service-sidebar .sidebar-support .support-inner .content-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 4px;
}

.service-sidebar .sidebar-support .support-inner .content-box .phone-box a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 700;
  z-index: 1;
}

.service-sidebar .sidebar-support .support-inner .content-box .phone-box a:hover{
  text-decoration: underline;
}

.service-sidebar .sidebar-support .support-inner .content-box .mail-box{
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.service-sidebar .sidebar-support .support-inner .content-box .mail-box a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}



/*** 

====================================================================
                        Work-Page
====================================================================

***/

.nice-select:after{
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #9393a1;
  border-right: 2px solid #9393a1;
  right: 20px;
}





.mr-10{
  margin-right: 10px;
}

.ml-10{
  margin-left: 10px;
}

.project-section.masonry-view2 .project-block-two{
  margin-bottom: 50px;
}

.project-section.masonry-view2{
  padding: 120px 0px 70px 0px;
}



/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid .news-block-one{
  margin-bottom: 30px;
}

.blog-grid .pagination-wrapper{
  position: relative;
  display: block;
  margin-top: 10px;
}

.sidebar-page-container{
  position: relative;
}

.news-block-three .inner-box{
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 60px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.news-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-three .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-three .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-three .inner-box:hover .image-box:before,
.news-block-three .inner-box:hover .image-box:after{
  height: 100%
}

.news-block-three .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-three .inner-box .image-box img{
  width: 100%;
  transition: all 6s ease;
}

.news-block-three .inner-box:hover .image-box img{
  transform: scale(1.5);
}

.news-block-three .inner-box .image-box .category{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.news-block-three .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-three .inner-box .image-box .category p i{
  position: relative;
  color: #fff;
  margin-right: 8px;
}

.news-block-three .inner-box .lower-content{
  position: relative;
  padding: 33px 30px 35px 30px;
}

.news-block-three .inner-box .lower-content .upper-box{
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 23px;
  margin-bottom: 23px;
}

.news-block-three .inner-box .lower-content .upper-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #1e1e2a;
  margin-bottom: 13px;
  word-break: break-word;
}

.news-block-three .inner-box .lower-content .upper-box h2 a{
  display: inline-block;
  color: #1e1e2a;
}


.news-block-three .inner-box .lower-content .upper-box .post-info li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  padding-right: 15px;
  margin-right: 3px;
  color: #5a5a68;
}

.news-block-three .inner-box .lower-content .upper-box .post-info li:before{
  position: absolute;
  content: "||";
  font-size: 15px;
  font-family: 'Muli', sans-serif;
  color: #c4c4c4;
  top: -1px;
  right: 0px;
}

.news-block-three .inner-box .lower-content .upper-box .post-info li:last-child:before{
  display: none;
}

.news-block-three .inner-box .lower-content .upper-box .post-info li:last-child{
  padding-right: 0px;
  margin-right: 0px;
}

.news-block-three .inner-box .lower-content .upper-box .post-info li a{
  color: #5a5a68;
  text-transform: capitalize;
}

.news-block-three .inner-box .lower-content .upper-box .post-info li i{
  font-size: 13px;
  color: #f25743;
  margin-right: 8px;
}

.news-block-three .inner-box .lower-content .text p{
  font-size: 18px;
  font-weight: 600;
  color: #5a5a68;
  margin: 0px;
}

.news-block-three .inner-box .lower-content .text{
  position: relative;
  margin-bottom: 27px;
}

.news-block-three .inner-box .lower-content .lower-box .link-box .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #1e1e2a;
}

.news-block-three .inner-box .lower-content .lower-box .link-box .link a i{
  position: relative;
  font-size: 22px;
  margin-left: 10px;
  font-weight: 400;
  top: 2px;
}

.news-block-three .inner-box .lower-content .lower-box .share-box{
  position: relative;
  display: inline-block;
}

.news-block-three .inner-box .lower-content .lower-box .share-box a.share-btn{
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #5a5a68;
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  margin: 0px;
}

.news-block-three .inner-box .lower-content .lower-box .share-box a.share-btn i{
  margin-right: 10px;
}

.news-block-three .inner-box .lower-content .lower-box .share-box .social-links{
  position: absolute;
  display: inline-block;
  left: 0px;
  bottom: -25px;
  width: 120px;
  height: 20px;
  background: transparent;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.news-block-three .inner-box .lower-content .lower-box .share-box:hover .social-links{
  bottom: -12px;
  opacity: 1;
  visibility: visible;
}

.news-block-three .inner-box .lower-content .lower-box .share-box .social-links li{
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}

.news-block-three .inner-box .lower-content .lower-box .share-box .social-links li a{
  font-size: 13px;
  color: #5a5a68;
}

.sidebar-page-container .sidebar .sidebar-search{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.default-sidebar .sidebar-search .form-group{
  position: relative;
  margin: 0px;
}

.default-sidebar .sidebar-search .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid #e3e3e3;
  font-size: 17px;
  font-weight: 500;
  color: #5a5a68;
  padding: 10px 80px 10px 20px;
  transition: all 500ms ease;
}

.default-sidebar .sidebar-search .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #1e1e2a;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}
 
.sidebar-page-container .sidebar .sidebar-categories .categories-list li{
  position: relative;
  display: block;
  border-bottom: 1px solid #e3e3e3;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li:last-child{
  border-bottom: none;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #1e1e2a;
  padding: 13px 0px 12px 30px;
}

.sidebar-page-container .sidebar .sidebar-categories .categories-list li a:before{
  position: absolute;
  content: "\f07b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-size: 16px;
  color: #9f9fb4;
  left: 0px;
  top: 13px;
  transition: all 500ms ease;
}

.sidebar-page-container .sidebar .sidebar-categories .widget-title{
  margin-bottom: 9px;
}

.sidebar-page-container .sidebar .sidebar-categories{
  padding-bottom: 20px;
}

.sidebar-page-container .sidebar .sidebar-post .post{
  position: relative;
  display: block;
  padding-left: 100px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 26px;
  margin-bottom: 26px;
  min-height: 115px;
}

.sidebar-page-container .sidebar .sidebar-post .post:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}

.sidebar-page-container .sidebar .sidebar-post .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 80px;
  height: 80px;
  background: #1e1e2a;
  overflow: hidden;
}

.sidebar-page-container .sidebar .sidebar-post .post .post-thumb img{
  height: 80px;
  width: 80px;
  transition: all 500ms ease;
}

.sidebar-page-container .sidebar .sidebar-post .post:hover .post-thumb img{
  opacity: 0.1;
}

.sidebar-page-container .sidebar .sidebar-post .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}

.sidebar-page-container .sidebar .sidebar-post .post h5 a{
  position: relative;
  display: inline-block;
  color: #1e1e2a;
}

.sidebar-page-container .sidebar .sidebar-post .post p i{
  font-size: 13px;
  margin-right: 8px;
}

.sidebar-page-container .sidebar .sidebar-post .widget-title{
  margin-bottom: 25px;
}

.sidebar-page-container .sidebar .sidebar-post{
  padding-bottom: 10px;
}

.sidebar-page-container .sidebar .sidebar-archives .widget-content .select-box{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
}

.sidebar-page-container .sidebar .sidebar-archives .widget-content .select-box .nice-select{
  background: #fff;
  border: none;
  height: 56px;
  line-height: 56px;
  padding: 0px 20px 0px 60px;
  font-size: 17px;
  font-weight: 500;
}

.sidebar-page-container .sidebar .sidebar-archives .widget-content .select-box .nice-select:before{
  position: absolute;
  content: "\f133";
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #9f9fb4;
  left: 30px;
  top: 20px;
}

.sidebar-page-container .sidebar .sidebar-gallery .widget-content .image-list{
  position: relative;
  margin: 0px -10px;
}

.sidebar-page-container .sidebar .sidebar-gallery .widget-content ul li{
  position: relative;
  display: inline-block;
  float: left;
  width: 90px;
  height: 90px;
  background: #1e1e2a;
  overflow: hidden;
  margin: 0px 10px;
  margin-bottom: 20px;
}

.sidebar-page-container .sidebar .sidebar-gallery .widget-content ul li .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.sidebar-page-container .sidebar .sidebar-gallery .widget-content ul li .image-box:hover img{
  opacity: 0.1;
}

.sidebar-page-container .sidebar .sidebar-gallery{
  padding-bottom: 20px;
}

.sidebar-page-container .sidebar .tagcloud .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 10px 10px 0px;
}

.sidebar-page-container .sidebar .tagcloud .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 17px !important;
  font-family: 'Muli', sans-serif;
  line-height: 28px;
  font-weight: 500;
  color: #5a5a68;
  background: #fff;
  padding: 4px 14px;
  text-align: center;
  z-index: 1;
}

.sidebar-page-container .sidebar .tagcloud .tags-list li a:hover{
  color: #fff;
}

.sidebar-page-container .sidebar .tagcloud .tags-list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.sidebar-page-container .sidebar .tagcloud .tags-list li a:hover:before{
  width: 100%;
  left: 0px;
}
.sidebar-page-container .sidebar .tagcloud {
  overflow: hidden;
}
.sidebar-page-container .sidebar .sidebar-tags{
  padding-bottom: 30px;
}

.blog-details-content .news-block-three .inner-box{
  box-shadow: none;
  margin: 0px;
}

.blog-details-content .news-block-three .inner-box .lower-content{
  padding: 0px 0px 0px 0px;
}
.blog-details-content .news-block-three .inner-box .image-box {
  margin-bottom: 32px;
}

.blog-details-content .news-block-three .inner-box .lower-content .upper-box{
  margin-bottom: 33px;
}

.blog-details-content .news-block-three .inner-box .lower-content h2{
  font-size: 36px;
  line-height: 45px;
}

.blog-details-content .news-block-three .inner-box .image-box:before,
.blog-details-content .news-block-three .inner-box .image-box:after{
  display: none;
}

.blog-details-content .news-block-three .inner-box:hover .image-box img{
  transform: scale(1);
}

.blog-details-content .news-block-three .inner-box .lower-content .text p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

.blog-details-content .news-block-three .inner-box .lower-content .text h3{
  font-size: 24px;
  line-height: 32px;
  padding-top: 21px;
  margin-bottom: 24px;
}

.blog-details-content .news-block-three .inner-box .lower-content .text h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 30px;
  padding-top: 2px;
}

.blog-details-content .news-block-three .inner-box .lower-content .text h4:before{
  position: absolute;
  content: "\f116";
  font-family: 'Flaticon';
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  left: 0px;
  top: 4px;
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.blog-details-content .two-column .image-box{
  position: relative;
  display: block;
}

.blog-details-content .two-column .image-box img{
  width: 100%;
}

.blog-details-content .two-column .content-box blockquote{
  position: relative;
  display: block;
  background: #f6f6f6;
  text-align: center;
  margin: 0px;
  padding: 51px 20px 52px 20px;
}

.blog-details-content .two-column .content-box blockquote i{
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 80px;
  line-height: 80px;
  color: #e3e3e3;
}

.blog-details-content .two-column .content-box blockquote p{
  font-size: 20px !important;
  line-height: 32px;
  font-weight: 500 !important;
  color: #5a5a68 !important;
  margin-bottom: 16px !important;
}

.blog-details-content .two-column .content-box blockquote h3{
  margin: 0px !important;
  padding: 0 !important;
}

.blog-details-content .news-block-three .inner-box .lower-content .text{
  margin-bottom: 0px;
}

.blog-details-content .two-column{
  position: relative;
  display: block;
  margin-bottom: 54px;
}

.blog-details-content .maintenance-tips h3{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
}

.blog-details-content .maintenance-tips p{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.blog-details-content .maintenance-tips .list-item li{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 24px;
}

.blog-details-content .maintenance-tips .list-item li:last-child{
  margin-bottom: 0px;
}

.blog-details-content .maintenance-tips .list-item li:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

.blog-details-content .maintenance-tips{
  position: relative;
  display: block;
}

.blog-details-content .post-share-option{
  position: relative;
  display: block;
  padding: 17px 0px 0px;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 43px;
  margin-top: 52px;
}

.blog-details-content .post-share-option .post-tags li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-family: 'Muli', sans-serif;
  color: #5a5a68;
  font-weight: 500;
}

.blog-details-content .post-share-option .post-tags li a{
  color: #5a5a68;
}

.blog-details-content .post-share-option .post-tags li:first-child{
  color: #1e1e2a;
}

.blog-details-content .post-share-option .post-tags li:first-child i{
  margin-right: 8px;
}

.blog-details-content .post-share-option .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.blog-details-content .post-share-option .social-links li:last-child{
  margin-right: 0px;
}

.blog-details-content .post-share-option .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #8d8d9c;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
}

.blog-details-content .post-share-option .social-links li a:hover{
  color: #fff;
}

.blog-details-content .post-share-option .post-tags{
  position: relative;
  margin-top: 8px;
}

.blog-details-content .author-box{
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 35px 40px 33px 40px;
  margin-bottom: 52px;
}

.blog-details-content .author-box .author-inner{
  position: relative;
  padding-left: 130px;
}

.blog-details-content .author-box .author-inner .author-thumb{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-details-content .author-box .author-inner .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .author-box .author-inner .info h4{
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}

.blog-details-content .author-box .author-inner .info a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
  color: #5a5a68;
  font-weight: 500;
}

.blog-details-content .author-box .author-inner .info{
  position: relative;
  margin-bottom: 16px;
}

.blog-details-content .author-box .author-inner .text p {
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
}

.blog-details-content .author-box .author-inner .text{
  position: relative;
  margin-bottom: 16px;
}

.blog-details-content .author-box .author-inner .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.blog-details-content .author-box .author-inner .social-links li:last-child{
  margin-right: 0px;
}

.blog-details-content .author-box .author-inner .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #8d8d9c;
}

.blog-details-content .post-btn{
  position: relative;
  display: block;
}

.blog-details-content .post-btn .btn-box{
  width: 50%;
}

.blog-details-content .post-btn .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #5a5a68;
  margin-bottom: 12px;
}

.blog-details-content .post-btn .btn-box .box{
  position: relative;
  padding-top: 6px;
  padding-bottom: 8px;
  min-height: 70px;
}

.blog-details-content .post-btn .prev-btn .box{
  padding-left: 90px;
  padding-right: 10px;
}

.blog-details-content .post-btn .next-btn{
  text-align: right;
}

.blog-details-content .post-btn .next-btn .box{
  padding-right: 90px;
}

.blog-details-content .post-btn .btn-box .box .image-box{
  position: absolute;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-details-content .post-btn .prev-btn .box .image-box{
  left: 0px;
}

.blog-details-content .post-btn .next-btn .box .image-box{
  right: 0px;
}

.blog-details-content .post-btn .btn-box .box .image-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .post-btn .btn-box .box h4{
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin: 0px;
  max-width: 80%;
}
.blog-details-content .post-btn .btn-box.pull-right .box h4 {
  float: right;
}

.blog-details-content .post-btn{
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 52px;
}

.blog-details-content .post-btn:before{
  position: absolute;
  content: '';
  background: #e3e3e3;
  width: 1px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}

.comments-area .comment{
  position: relative;
  display: block;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  margin-bottom: 55px;
  padding: 35px 30px 30px 140px;
}
.comments-area .comment .thumb-box{
  position: absolute;
  left: 40px;
  top: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.comments-area .comment .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.comments-area .comment .comment-info h4{
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin: 0px;
  text-transform: capitalize;
}

.comments-area .comment .comment-info .comment-time{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
}

.comments-area .comment .comment-info{
  position: relative;
  margin-bottom: 16px;
}

.comments-area .comment p{
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.comments-area .comment a.comment-reply-link {
  position: absolute;
  right: 40px;
  bottom: -26px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  border: 1px solid #e3e3e3;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #5a5a68;
  z-index: 1;
}

.comments-area .comment a.comment-reply-link:before{
  position: absolute;
  content: '';
  width: 52px;
  height: 52px;
  left: -1px;
  top: -1px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.comments-area .comment a.comment-reply-link:hover:before{
  transform: scale(1,1);
}

.comments-area .comment a.comment-reply-link:hover{
  color: #fff;
}

.comments-area .comment.replay-comment{
  background: transparent;
  border-color: #e3e3e3;
  margin-left: 40px;
}

.comments-area .group-title{
  margin-bottom: 11px;
}

.comments-area{
  position: relative;
  margin-bottom: 52px;
  margin-top: 52px;
}

.comments-form-area .group-title p{
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  margin: 0px;
}

.comments-form-area .comment-form .form-group{
  position: relative;
  margin-bottom: 30px;
}
.comments-form-area.default-form {
  clear: both;
  margin-top: 55px;
}
.comments-form-area .comment-form .form-group input[type='text'],
.comments-form-area .comment-form .form-group input[type='email'],
.comments-form-area .comment-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  color: #5a5a68;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.comments-form-area .comment-form .form-group textarea{
  display: block;
  height: 160px;
  resize: none;
}

.comments-form-area .group-title{
  margin-bottom: 10px;
}

.comments-form-area .comment-form .form-group button{
  padding: 11px 56px;
}

.comments-form-area .comment-form .form-group:last-child{
  margin-bottom: 0px;
}



.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block !important;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

/*** 

====================================================================
                        Contact-Page
====================================================================

***/






.google-map-section.style-two{
  position: relative;
  padding-bottom: 120px;
}

.google-map-section.style-two #contact-google-map{
  position: relative;
  display: block;
  width: 100%;
  height: 470px;
}

.google-map-section.style-two .map-inner{
  margin-bottom: 80px;
}


/** page-header-mobile-info **/

.page-header-mobile-info{
  position: relative;
  display: none;
}

.page-header-mobile-info .toggle-box{
  position: relative;
  display: block;
  padding: 15px;
  background: #1e1e2a;
  text-align: right;
}

.page-header-mobile-info .toggle-box .link{
  position: relative;
  float: right;
}

.page-header-mobile-info .toggle-box .link .theme-btn{
  padding: 10px 35px;
}

.page-header-mobile-info .toggle-box .link .theme-btn:hover{
  background: #ffffff;
  color: #ff7c4e;
  transform: translateY(0px);
}

.page-header-mobile-info-toggle {
  position: relative;
  z-index: 1;
  top: 11px;
  height: 35px;
  width: 35px;
  text-align: center;
  padding: 0px 0px;
  color: #fff;
  cursor: pointer;
  display: none;
  float: left;
  border: 1px solid #ffffff;
}

.page-header-mobile-info-content {
  display: none;
  padding: 30px 15px;
  background-color: #1e1e2a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.page-header-mobile-info-toggle:before {
  position: absolute;
  left: 0px;
  top: -7px;
  display: block;
  font-family: 'Font Awesome 5 Free';
  content: '\f104';
  font-size: 16px;
  line-height: 50px;
  font-weight: 900;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.page-header-mobile-info-toggle.opened:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.page-header-mobile-info-content .text p{
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-header-mobile-info-content .text p i{
  position: relative;
  font-size: 22px;
  font-weight: 400;
  margin-right: 10px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-header-mobile-info-content .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.page-header-mobile-info-content .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

.page-header-mobile-info-content .social-links{
  position: relative;
  display: inline-block;
  float: left;
}

.page-header-mobile-info-content .search-box-outer{
  position: relative;
  display: inline-block;
  float: left;
  padding: 0px !important;
}

.page-header-mobile-info-content .search-box-outer .search-toggler{
  position: relative;
  display: inline-block;
  font-size: 15px !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0px !important;
  transition: all 500ms ease;
}

.page-header-mobile-info .theme-btn{
  padding: 12px 20px !important;
}

.page-header-mobile-info .theme-btn:before {
  background: #393847;
}

.page-header-mobile-info .info-box{
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.page-header-mobile-info .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;
}

.page-header-mobile-info .info-box .box{
  position: relative;
  padding-left: 55px;
  margin-bottom: 25px;
}

.page-header-mobile-info .info-box .box h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  margin: 0px;
  color: #fff;
}

.page-header-mobile-info .info-box .box h5 a{
  display: inline-block;
  color: #fff;
}

.page-header-mobile-info .info-box .box span {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #aaa;
  font-weight: 600;
  margin: 0px;
}

.page-header-mobile-info .top-inner{
  margin-bottom: 25px;
}

.page-header-mobile-info .top-inner .info-column li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #a6a6b3;
  margin-right: 15px;
}

.page-header-mobile-info .top-inner .info-column li:last-child{
  margin-right: 0px;
}

.page-header-mobile-info .top-inner .info-column li a{
  color: #a6a6b3;
}
.page-header-mobile-info .top-inner .info-column li i{
  position: relative;
  font-size: 18px;
  margin-right: 8px;
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

li.search-box-outer {
  float: left;
}
.margin-right-0{
  margin-right: 0 !important;
}
.review-box label {
  display: block;
}
.main-header .sticky-header .logo-box img.main-logo {
  max-width: 80px;
}
.content-column .content-box blockquote:before{
  display:none;
}
.footer-column.footer-widget.links-widget {
  padding-left: 15px !important;
  padding-right: 15px !important;
}