 /* Css For Hanta */

/************ 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:15px;
  color:#5b5858;
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Open Sans', 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: 1540px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #5b5858;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
  color: #131313;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
}

.preloader-close{
  position: fixed;
  z-index: 999999;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 5px 20px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  font-weight: 600;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  color: #b73604;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #b73604;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #b73604;
  border-top-color: rgba(183, 54, 4, 0.3); 
}

/* AnimaciÃƒÂ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/

.theme-btn-one{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #fff!important;
  text-align: center;
  padding: 17px 45px;
  text-transform: uppercase;
  z-index: 1;
}

.theme-btn-one:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #131313;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:hover:before{
  width: 100%;
}

.theme-btn-two{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 17px 45px;
  text-transform: uppercase;
  z-index: 1;
}

.theme-btn-two:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #131313;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-two:hover:before{
  width: 100%;
}

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 12px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #faf4ec;
  text-align: center;
  color: #5b5858;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
}

.pagination li a:before,.pagination li span:before{
  position: absolute;
  content: '';
  border: 2px solid #ececec;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  width: 80px;
  height: 80px;
}

.sec-pad{
  padding: 125px 0px 130px 0px;
}

.sec-pad-2{
  padding: 130px 0px !important;
}

.mr-0{
  margin: 0px !important;
}

.scroll-top{
  width: 75px;
  height: 75px;
  line-height: 75px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 24px;
  z-index: 99;
  color: #ffffff;
  font-weight: 400;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top span{
  color: #fff;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.sec-title.centred,
.centred .sec-title{
  text-align: center !important;
}

.sec-title p{
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 11px;
}

.sec-title .sub-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
}

.sec-title.light h2{
  color: #fff;
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  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;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-lower **/

.main-header.style-one .header-lower{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
}

.main-header .outer-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px;
}

.main-header .logo-box{
  position: relative;
  padding: 25px 0px;
  width: 100%;
  max-width: 170px;
}

.main-header .menu-area{
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-header .nav-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-header .menu-right-content{
  position: relative;
  display: inline-block;
  margin-left: 17px;
}

.main-header .menu-right-content li{
  position: relative;
  display: inline-block;
  margin: 0px 14px;
}

.main-header .menu-right-content li.cart-btn a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

.main-header .menu-right-content li.cart-btn a span{
  position: absolute;
  top: -16px;
  right: -9px;
}

.main-header .menu-right-content li.like-btn a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

.main-header .nav-right-content .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.main-header .nav-right-content .social-links li:last-child{
  margin: 0px !important;
}

.main-header .nav-right-content .social-links li a{
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.main-header .nav-right-content .nav-box{
  position: relative;
  display: inline-block;
  margin-left: 30px;
}

.main-header .nav-right-content .nav-box button{
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0px 12px;
  background: #fff;
  border-radius: 3px;
}

.main-header .nav-right-content .nav-box button .bar{
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background: #333333;
  margin: 7px 0px;
}



/** search box btn **/

.main-header .search-box-outer {
  top: 1px;
}

.main-header .search-box-btn{
  position: relative;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  transition: all 500ms ease;
}


.main-header .search-box-outer .dropdown-menu {
  top: 54px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  background: #ffffff;
  right: 0;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container{
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #111111;
  background: #f3f5fe;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}

/** xs-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:.8;
  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-group .widget-heading a{
  color: #131313;
  font-size: 20px;
  font-weight: 400;
}

.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:#fff;
  -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: 70px 30px;
}

.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:#131313;
}

.xs-sidebar-group .content-inner .logo{
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box{
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p{
  color: #848484;
}

.xs-sidebar-group .content-inner .form-inner .form-group{
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea{
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus{
  border-color: #00224f;
}


/** 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: 52px 0px 52px 0px;
  margin: 0px 22px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:15px;
  line-height:30px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight:700;
  opacity:1;
  color:#fff;
  z-index:1;
  text-transform: uppercase;
  letter-spacing: 1px;
  -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,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:250px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  background: #131313;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding:14px 0px;
  line-height:24px;
  font-weight:600;
  font-size:15px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform:capitalize;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li: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 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  background: #131313;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:14px 0px;
  line-height:24px;
  font-weight:600;
  font-size:15px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform:capitalize;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 99%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0); 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}


.main-menu .navigation li.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{
  padding: 20px 0px;
}

.main-header .sticky-header .main-menu .navigation > li{
  padding: 25px 0px !important;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 700;
  padding: 3px 0px;
  color: #fff;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  background:#fff; 
  color: #3b3b3b;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.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: 40px 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;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.pt-90{
  padding-top: 90px;
}

.mr-100{
  margin-right: 100px;
}

.ml-100{
  margin-left: 100px;
}


/** main-footer **/

.main-footer{
  position: relative;
  background-color: #fdf4e8;
}

.main-footer .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-top{
  position: relative;
  padding: 73px 0px 80px 0px;
  border-bottom: 2px solid #f2e2d1;
}

.footer-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.footer-widget .widget-title h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-top .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.footer-top .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-top .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #5b5858;
  font-weight: 600;
}

.footer-top .links-widget .links-list li a:hover{

}

.footer-top .contact-widget .widget-content h6{
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 13px;
  color: #5b5858;
  font-family: 'Open Sans', sans-serif;
}

.footer-top .contact-widget .social-links{
  position: relative;
  margin-bottom: 12px;
}

.footer-top .contact-widget .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.footer-top .contact-widget .social-links li:last-child{
  margin: 0px !important;
}

.footer-top .contact-widget .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #5b5858;
}


.footer-top .contact-widget .call-box p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
}

.footer-top .contact-widget .call-box p a{
  display: inline-block;
  color: #5b5858;
}


.footer-top .contact-widget .call-box p i{
  position: relative;
  margin-right: 8px;
  font-weight: 500;
}

.footer-top .contact-widget{
  margin-right: 70px;
}

.footer-top .post-widget .post-inner .post{
  position: relative;
  padding: 2px 0px 4px 110px;
  margin-bottom: 20px;
  min-height: 80px;
}

.footer-top .post-widget .post-inner .post:last-child{
  margin-bottom: 0px;
}

.footer-top .post-widget .post-inner .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 90px;
  height: 80px;
}

.footer-top .post-widget .post-inner .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
}

.footer-top .post-widget .post-inner .post:hover .post-thumb img{
  opacity: 0.2;
}

.footer-top .post-widget .post-inner .post h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 6px;
  font-family: 'Open Sans', sans-serif;
}

.footer-top .post-widget .post-inner .post h6 a{
  display: inline-block;
  color: #5b5858;
}

.footer-top .post-widget{
  margin-left: -30px;
}

.footer-top .post-widget .post-inner .post .post-date{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-top .post-widget .widget-title{
  margin-bottom: 26px;
}

.main-footer .image-layer .image-1{
  position: absolute;
  left: 50px;
  top: 0px;
}

.main-footer .image-layer .image-2{
  position: absolute;
  right: 30px;
  top: 0px;
}

.footer-bottom{
  position: relative;
  padding: 25px 0px;
}

.footer-bottom .text p{
  font-size: 15px;
}


.footer-bottom .text p a:hover{
  text-decoration: underline; 
}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

.main-header.style-two{
  position: relative;
  background: #fff;
}

.main-header.style-two .header-lower .main-menu .navigation > li > a,
.main-header.style-two .header-lower .search-box-btn,
.main-header.style-two .header-lower .menu-right-content li.cart-btn a,
.main-header.style-two .header-lower .menu-right-content li.like-btn a{
  color: #131313;
}


.main-header.style-two .header-lower .main-menu .navigation > li{
  padding: 35px 0px;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



/*** 

====================================================================
                        About-Page
====================================================================

***/

/** page-title **/

.page-title{
  position: relative;
  padding: 150px 0px 150px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before{
  position: absolute;
  content: '';
  background: #131313;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.7;
}

.page-title .title{
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.page-title .title h1{
  font-size: 130px;
  line-height: 130px;
  font-weight: 700;
  color: #fff;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  padding-right: 20px;
  margin-right: 15px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  color: #fff;
}

.page-title .bread-crumb li a:hover{
  text-decoration: underline;
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-size: 17px;
  top: 2px;
  right: 0px;
  color: #fff;
  font-weight: 400;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

.border-bottom{
  border-bottom: 2px solid #eeeeee;
}

.bg-color-1{
  background: #faf4ec;
}
.google-map-section{
  position: relative;
  width: 100%;
}

.google-map-section #contact-google-map{
  position: relative;
  width: 100%;
  height: 750px;
}

.mb-30{
  margin-bottom: 30px;
}

.white-bg{
  background: #fff !important;
}

.mr-0{
  margin: 0px !important;
}

/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section{
  position: relative;
  padding: 100px 0px 120px 0px;
}

.error-section .inner-box .theme-btn-one i{
  margin-right: 10px;
}

.error-section .inner-box .error-image{
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.error-section .inner-box h1{
  font-size: 200px;
  line-height: 200px;
  font-weight: 900;
  margin-bottom: 10px;
}

.error-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 60px;
}

/** news-section **/

.news-section{
  position: relative;
}

.news-section .inner-container{
  position: relative;
  margin-top: -270px;
  z-index: 1;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
  opacity: 0.2;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  padding: 32px 40px 40px 40px;
  border: 1px solid #e9e9e9;
}

.news-block-one .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.news-block-one .inner-box .lower-content h5 a{
  display: inline-block;
  color: #131313;
}


.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #5b5858;
  margin-right: 25px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a{
  color: #5b5858;
}



.news-block-one .inner-box .lower-content .post-info li i{
  margin-right: 8px;
}

.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  margin-bottom: 15px;
}

.news-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #5b5858;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #5b5858;
}


/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid{
  padding: 120px 0px 130px 0px;
}

.blog-grid .news-block-one .inner-box{
  margin-bottom: 30px;
}

.blog-grid .pagination-wrapper{
  position: relative;
  margin-top: 50px;
}

.sidebar-page-container{
  position: relative;
  padding: 120px 0px 130px 0px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content h2 a{
  display: inline-block;
  color: #131313;
}


.sidebar-page-container .news-block-one .inner-box .lower-content p{
  margin-bottom: 26px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content .post-info li{
  text-transform: uppercase;
}

.sidebar-page-container .news-block-one .inner-box .lower-content{
  border: 2px solid #ebebeb;
  padding-right: 100px;
  padding-top: 34px;
}


.sidebar-page-container .news-block-one .inner-box{
  margin-bottom: 30px;
}

.sidebar-page-container .pagination-wrapper{
  padding-top: 60px;
}

.blog-sidebar{
  position: relative;
}

.sidebar-page-container .blog-standard-content{
  margin-right: 30px;
}

.blog-sidebar .bg-color{
  position: absolute;
  left: -30px;
  top: -120px;
  background: #fbf8f2;
  width: 5000px;
  height: calc(100% + 120px);
  z-index: -1;
}

.blog-sidebar{
  position: relative;
  padding-bottom: 30px;
}

.blog-sidebar .sidebar-search{
  position: relative;
  display: block;
  background: #fff;
  padding: 15px 30px;
  margin-bottom: 30px;
}

.blog-sidebar .sidebar-search .search-form .form-group{
  position: relative;
  margin: 0px;
}

.blog-sidebar .sidebar-search .search-form .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #5b5858;
  font-weight: 600;
  padding: 10px 50px 10px 20px;
  border: 1px solid transparent;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-search .search-form .form-group button{
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 18px;
  color: #131313;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}


.blog-sidebar .sidebar-widget{
  position: relative;
  display: block;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.blog-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-widget .widget-title{
  position: relative;
  margin-bottom: 21px;
}

.blog-sidebar .sidebar-widget .widget-title h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.blog-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #5b5858;
  font-weight: 600;
  padding-left: 12px;
}

.blog-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  left: 0px;
  top: 0px;
}

.blog-sidebar .post-widget .post{
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.blog-sidebar .post-widget .widget-title{
  margin-bottom: 28px;
}

.blog-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post .post-thumb{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 13px;
}

.blog-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post:hover .post-thumb img{
  opacity: 0.2;
  transform: scale(1.05);
}

.blog-sidebar .post-widget .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.blog-sidebar .post-widget .post h5 a{
  display: inline-block;
  color: #131313;
}

.blog-sidebar .post-widget .post .post-date{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-sidebar .advice-box{
  position: relative;
  display: block;
  min-height: 530px;
  padding: 43px 30px 50px 30px;
}

.blog-sidebar .advice-box p{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 2px;
  text-transform: uppercase;
  z-index: 1;
}

.blog-sidebar .advice-box h2{
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}

.blog-sidebar .advice-box .image{
  position: absolute;
  top: 0px;
}

.blog-sidebar .advice-box .btn-box{
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0px;
  text-align: center;
  z-index: 1;
}

.blog-sidebar .advice-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #131313;
  text-transform: uppercase;
  background: #fff;
  padding: 17px 50px;
}

.blog-sidebar .advice-box .btn-box a:hover{
  color: #fff;
}

.blog-details-content .news-block-one .inner-box:hover .image-box img{
  opacity: 1;
  transform: scale(1);
}

.blog-details-content .news-block-one .inner-box .lower-content .image-box{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.blog-details-content .news-block-one .inner-box .lower-content .image-box img{
  width: 100%;
}

.blog-details-content{
  position: relative;
  margin-right: 30px;
}

.blog-details-content .news-block-one .inner-box .lower-content .tags-list li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #5b5858;
  font-weight: 600;
}

.blog-details-content .news-block-one .inner-box .lower-content .tags-list li h5,
.blog-details-content .news-block-one .inner-box .lower-content .share-links li h5{
  font-family: 'Open Sans', sans-serif;
  color: #131313;
  text-transform: capitalize;
}

.blog-details-content .news-block-one .inner-box .lower-content .tags-list li a{
  color: #5b5858;
}


.blog-details-content .news-block-one .inner-box .lower-content .share-links li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #5b5858;
  margin-right: 15px;
}

.blog-details-content .news-block-one .inner-box .lower-content .share-links li:last-child{
  margin: 0px !important;
}

.blog-details-content .news-block-one .inner-box .lower-content .share-links li a{
  color: #5b5858;
}


.blog-details-content .news-block-one .inner-box .lower-content .post-tags{
  margin-bottom: 4px;
}

.blog-details-content .news-block-one .inner-box .lower-content{
  padding-bottom: 22px;
}

.blog-details-content .author-box{
  position: relative;
  display: block;
  background: #fbf8f2;
  padding: 49px 25px 51px 40px;
  min-height: 294px;
  margin-bottom: 60px;
}

.blog-details-content .author-box .author-thumb{
  position: absolute;
  left: 35px;
  top: 40px;
  width: 210px;
  height: 213px;
}

.blog-details-content .author-box .author-thumb img{
  width: 100%;
}

.blog-details-content .author-box .inner{
  position: relative;
  padding-left: 230px;
}

.blog-details-content .author-box .inner h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog-details-content .author-box .inner p{
  position: relative;
  margin-bottom: 14px;
}

.blog-details-content .author-box .inner .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 13px;
}

.blog-details-content .author-box .inner .social-links li:last-child{
  margin: 0px !important;
}

.blog-details-content .author-box .inner .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #696969;
}


.blog-details-content .comment-box{
  position: relative;
  display: block;
  border: 2px solid #ebebeb;
  padding: 51px 40px 56px 40px;
  margin-bottom: 30px;
  padding: 30px;
  overflow: hidden;
}

.blog-details-content .group-title{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.blog-details-content .group-title h3{
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.news-block-one {
  overflow: hidden;
}
.blog-details-content .comment-box .comment{
  position: relative;
  padding-left: 130px;
}

.blog-details-content .comment-box .comment.replay-comment{
  margin-left: 60px;
}

.blog-details-content .comment-box .comment:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 15px;
  width: 100px;
  height: 100px;
  background: #d9dde0;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment .thumb-box img{
  width: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
}

.blog-details-content .comment-box .comment .comment-info h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.blog-details-content .comment-box .comment .comment-info h5 span{
  font-size: 13px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #5b5858;
  margin-left: 0px;
}

.blog-details-content .comment-box .comment p{
  margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .reply-btn{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #131313;
}

.blog-details-content .comment-box .comment .reply-btn i{
  margin-left: 10px;
  color: #616161;
  font-size: 17px;
  top: 3px;
  font-weight: 400;
  position: relative;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area{
  position: relative;
  display: block;

}
.blog-details-content .comments-form-area .comment-respond{
  border: 2px solid #ebebeb;
  padding: 30px;
}
.blog-details-content .comment-form .form-group{
  position: relative;
  margin-bottom: 20px;
}

.blog-details-content .comment-form .form-group input[type='text'],
.blog-details-content  .comment-form .form-group input[type='email'],
.blog-details-content  .comment-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 70px;
  border: 1px solid #dbdbdb;
  font-size: 15px;
  font-weight: 600;
  color: #5b5858;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}
.wp-block-calendar table th {
  background: transparent;
  }
.blog-details-content .comment-form .form-group textarea{
  resize: none;
  height: 170px;
  display: block;
}


.blog-details-content .comment-form .form-group i{
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 14px;
  z-index: 1;
}

.blog-details-content .comments-form-area .group-title{
  margin-bottom: 34px;
}

.blog-sidebar .widget_calendar .wp-calendar-table {
  margin-bottom: 0;
}


/** clients-section **/

.clients-section{
  position: relative;
  padding: 130px 0px;
}

.clients-section .clients-logo-box{
  position: relative;
  display: block;
}

.clients-section .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section .clients-logo-box img:hover{
  opacity: 0.5;
  transform: scale(0.9);
}

.clients-section.alternat-2{
  background: #131313;
  padding: 80px 0px;
}

.clients-section.alternat-2 .clients-logo-box img{
  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;
}

.clients-section.alternat-2 .clients-logo-box img:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  transform: scale(1);
  opacity: 1;
}


/*update css*/

/* Portfolio Details */

.portfolio-details {
  position: relative;
  padding: 120px 0 0;
}

.portfolio-details .image-box {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-details .text {
  margin-bottom: 30px;
}

.portfolio-details .top-content {
  position: relative;
}

.portfolio-details .single-project-info {
  position: absolute;
  right: auto;
  bottom: 30px;
  -webkit-box-shadow: 0px 8px 16px 0px rgb(123 123 123 / 10%);
  box-shadow: 0px 8px 16px 0px rgb(123 123 123 / 10%);
  padding: 20px 20px 0px 35px;
  background: #fff;
  z-index: 9;
  left: 40px;
}

.portfolio-details .single-project-info h3 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.portfolio-details .single-project-info table {
  margin-bottom: 30px;
}

.portfolio-details .single-project-info table tr td {
  font-size: 16px;
  padding-right: 20px;
}

.portfolio-details .single-project-info .social-links {
  position: relative;
}

.portfolio-details .single-project-info .social-links li {
  position: relative;
  margin-right: 8px;
  display: inline-block;
}

.portfolio-details .single-project-info .social-links li a {
  position: relative;
  display: block;
  color: #9ea0a9;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  background: transparent;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 2px solid #f1f1f1;
}

.portfolio-details .single-project-info .social-links li a:hover {
  color: #ffffff;
  border-color: #b73604;
  background: #b73604;
}

.portfolio-details .single-project-info .social-links li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.portfolio-details .single-project-info .social-links li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-details .single-project-info .social-links li a span {
  position: relative;
}

/* Project Post Pagination */

.project-post-pagination {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
}

.project-post-pagination .wrapper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project-post-pagination .next-post,
.project-post-pagination .prev-post {
  position: relative;
  border: 2px solid #ebebeb;
  padding: 19px 30px 20px;
  cursor: pointer;
}

.project-post-pagination h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
  color: #282828;
}

.project-post-pagination h4 {
  font-size: 24px;
  font-weight: 700;
}

.project-post-pagination .next-post {
  text-align: right;
}

.project-post-pagination .page-view {
  width: 100px;
  height: 100px;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #b73604;
}

.project-post-pagination .page-view span {
  display: inline;
}

.large-container {
  max-width: 1540px!important;
  padding: 0px 15px!important;
  margin: 0 auto!important;
}
.comment-box .comment-list .comment-respond {
  margin-top: 21px;
  overflow: hidden;
  clear: both;
  float: left;
  width: 100%;
}
.comment-box .comment-list .comment-respond .group-title{
  margin-bottom: 0px;
}
.comment-box .comment-list .comment-respond .comment-form{
  margin-bottom: 0px;
}
.base-theme .sidebar-page-container .news-block-one .inner-box .lower-content p {
  margin: 0 0 15px;
  line-height: 1.5em;
}
.base-theme .blog-details-content .news-block-one .inner-box .lower-content .post-tags ul li h5{
  margin-bottom: 0;
  font-size: 15px;
}
.base-theme .blog-details-content .news-block-one .inner-box .lower-content .post-tags ul li a{
  font-size: 15px;
}
.base-theme .blog-details-content .news-block-one .inner-box .lower-content .post-tags{
  margin-bottom: 0;
}

.blog-details-content .comment-form .textarea-comment-field i {
  top: 10px;
}
.blog-details-content .comment-box .comment.yes-ping .comment-inner {
min-height: auto;
}
p.cart-empty.woocommerce-info {
  margin-bottom: 16px !important;
}
.tinv-wishlist td.product-stock p {
  margin-bottom: 0 !important;
}



/** sinlge service page css **/


/* Services details page */
.service-details-page {
  position: relative;
  padding: 120px 0 90px;
}

.service-category {
  position: relative;
  padding: 40px;
  box-shadow: 0px 10px 50px 0px rgba(12, 21, 41, 0.1);
  margin-bottom: 30px;
}

.service-category .widget-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #222;
  font-family: 'Barlow Condensed', sans-serif;
}

.service-category ul {
  position: relative;

}

.service-category ul li {
  margin-bottom: 14px;
}

.service-category ul li a {
  font-size: 20px;
  color: #222;
  font-weight: 500;
  transition: .5s;
  font-family: 'Barlow Condensed', sans-serif;
  position: relative;
}

.service-category ul li:last-child {
  margin-bottom: 0;
}

.service-category ul li.current a,
.service-category ul li a:hover {
  padding-left: 30px;
  color: #da3c22;
}

.service-category ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f152";
  font-family: 'Font Awesome 5 Pro';
  color: #da3c22;
  font-size: 20px;
  opacity: 0;
  transition: .5s;
}

.service-category ul li.current a:before,
.service-category ul li a:hover:before {
  opacity: 1!important;
}

/* Service Details */

.service-details {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 39px;
  padding-bottom: 30px;
}

.service-details h2 {
  position: relative;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}

.service-details .text {
  margin-bottom: 30px;
}

.service-details .text p {
  margin-bottom: 30px;
}

.service-details .image {
  position: relative;
  margin-bottom: 45px;
}

.service-details .image-gallery {
  position: relative;
  margin-bottom: 15px;
  margin-top: 45px;
}

.service-details .image-gallery .image-two {
margin-bottom: 20px;
}

.service-details h3 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.service-details ul.list {
  position: relative;
  margin-bottom: 30px;
}

.service-details ul.list li {
  font-size: 20px;
  color: #222;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: 'Barlow Condensed', sans-serif;
  position: relative;
  padding-left: 30px;
}

.service-category ul li a:before{
  position: absolute!important;
  top: -2px!important;
  left: 0!important;
  content: "\f152"!important;
  font-family: 'Font Awesome 5 Pro'!important;
  color: #da3c22!important;
  font-size: 20px!important;
  opacity: 0!important;
  transition: .5s!important;
}

.content_block_2 .content-box .inner-box .single-item h5 a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color:#131313;
}
.portfolio-details .top-content:before {
  content: "";
  background: #0000004f;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

