 
/* Css For Craftmax */

/************ 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. Experience 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



**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:18px;
  color:#444444;
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Barlow', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1310px;
  padding: 0px 15px;
  margin: 0 auto;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  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: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

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: 'Barlow', sans-serif;
  color: #444444;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5{
  position:relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #29231f;
  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: 9999999;
}

.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: 20%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-two {
  position: absolute;
  left: 20%;
  top: 0;
  width: 20%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-three {
  position: absolute;
  left: 40%;
  top: 0;
  width: 20%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-four {
  position: absolute;
  left: 60%;
  top: 0;
  width: 20%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer-five {
  position: absolute;
  left: 80%;
  top: 0;
  width: 20%;
  height: 100%;
  overflow: hidden;
}

.loader-wrap .layer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2e1d1f;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.xs-sidebar-group .widget-heading{
  position:absolute;
  top: 50px;
  right: 35px;
  z-index: 1;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 26px;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
  color: red;
}

.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;
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* 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;
  }
}


.centred{
  text-align: center;
}


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: 15px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'Jost', sans-serif;
  text-align: center;
  padding: 16px 31px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  color: #fff !important;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one{
  background: -webkit-linear-gradient(0deg, #d90429, #d92c04 100%);
}

.theme-btn:before{
  position: absolute;
  content: '';
  width: 0px;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  border-radius: 5px;
  transition: all 500ms ease;
}

.theme-btn.btn-one:before{
  background: #2e1d1f;
}

.theme-btn:hover:before{
  width: 100%;
}

.theme-btn span{
  position: relative;
  padding-right: 42px;
}

.theme-btn span:before{
  position: absolute;
  content: "";
  background-image: url(../images/icons/icon-7.png);
  width: 20px;
  height: 20px;
  top: 1px;
  right: 0px;
  background-repeat: no-repeat;
}


.row{
  --bs-gutter-x: 30px;
}

.sec-pad{
  padding: 114px 0px 120px 0px;
}


.mr-0{
  margin: 0px !important;
}

.scroll-top {
  width: 56px;
  height: 56px;
  line-height: 56px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 20px;
  z-index: 99;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top i{
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
}



.sec-title{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.sec-title .sub-title{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
  padding-left: 40px;
  letter-spacing: 2px;
}

.sec-title.centred .sub-title{
  padding-right: 40px;
}

.sec-title .sub-title:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  left: 0px;
  top: 11px;
}

.sec-title.centred .sub-title:after{
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  right: 0px;
  top: 10px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 54px;
  font-weight: 900;
  margin: 0px;
}

.sec-title.light h2{
  color: #fff;
}

.sec-title p{
  display: block;
  margin-top: 21px;
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 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;
  background-color: #fff;
  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-header{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.header-style-one{
  top: 40px;
}

.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 75px;
  padding-right: 245px;
}

.main-header .outer-box .left-column{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .outer-box .logo-box{
  margin-right: 120px;
  padding: 24px 0px;
}

.main-header .menu-right-content{
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 22px;
}

.main-header .menu-right-content .search-toggler{
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 25px;
  transition: all 500ms ease;
}

.main-header .menu-right-content .nav-btn{
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header .support-box{
  position: relative;
  padding: 0px 0px 0px 70px;
}

.main-header .support-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 4px #d8d8d8;
}

.main-header .support-box p{
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}

.main-header .support-box a{
  display: inline-block;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}

.main-header .support-box a:hover{
  text-decoration: underline;
}

.main-header .sticky-header{
  background: #000;
}

.main-header .sticky-header .outer-box{
  padding-left: 50px;
  padding-right: 50px;
}


/*** Search Popup ***/

/** xs-sidebar **/

.xs-sidebar-group .xs-overlay{
  left:0%;
  top:0;
  position:fixed;
  height:100%;
  width:20%;
  transform: scaleX(0);
  transform-origin: left center;
  cursor:url(../images/icons/cross-out.png),
  pointer; 
  z-index: 9999999;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform .65s .3s cubic-bezier(0.7, 0, 0.2, 1);
}

.xs-sidebar-group.isActive .xs-overlay{
  transform: scaleX(1);
  transition-delay: .03s;
}

.xs-sidebar-group .xs-overlay-2{
  left: 20%;
  transition-delay: .06s;
}

.xs-sidebar-group .xs-overlay-3{
  left: 40%;
  transition-delay: .09s;
}

.xs-sidebar-group .xs-overlay-4{
  left: 60%;
  transition-delay: .12s;
}

.xs-sidebar-group .xs-overlay-5{
  left: 80%;
  transition-delay: .15s;
}

.xs-sidebar-group .widget-heading{
  position:absolute;
  top: 50px;
  right: 35px;
  z-index: 1;
}

.xs-sidebar-widget{
  position:fixed;
  right:-100%;
  top:0;
  bottom:0;
  width:100%;
  max-width:460px;
  z-index:999999999;
  height: 100%;
  -webkit-overflow-scrolling:touch;
  background-color:#fff;
  transition: all 900ms ease;
  visibility:hidden;
  opacity:0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget{
  opacity:1;
  visibility:visible;
  right:0;
  -webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}

.sidebar-textwidget{
  padding: 50px 40px 50px 40px;
}

.xs-sidebar-group .close-side-widget{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #0e132d;
  color: #0e132d;
  border-radius: 50%;
  font-weight: 400;
  font-size: 20px;
}

.sidebar-widget-container{
  position:relative;
  opacity:0;
  visibility:hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container{
  opacity:1;
  visibility:visible;
}

.xs-bg-black{
  background-color:#2e1d1f;
}

.xs-sidebar-group .logo{
  position: relative;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e0e0e0;
}

.xs-sidebar-group h3{
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #0b1953;
  margin-bottom: 28px;
}

.xs-sidebar-group .content-inner .text{
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.xs-sidebar-group .content-inner p{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #444444;
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .info-box{
  position: relative;
  display: block;
  margin-bottom: 48px;
}

.xs-sidebar-group .content-inner .info-box .info li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #444;
  padding-left: 47px;
  margin-bottom: 25px;
}

.xs-sidebar-group .content-inner .info-box .info li:last-child{
  margin-bottom: 0px !important;
}

.xs-sidebar-group .content-inner .info-box .info li .icon{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 30px;
}

.xs-sidebar-group .content-inner .info-box .info li:first-child .icon{
  top: 7px;
}

.xs-sidebar-group .content-inner .info-box .info li:nth-child(3) .icon{
  left: 8px;
}

.xs-sidebar-group .subscribe-inner .form-group{
  position: relative;
  margin-bottom: 0px;
}

.xs-sidebar-group .subscribe-inner .form-group input[type="email"]{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #e3dfdf;
  background: #f8f8f8;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 18px;
  color: #444;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.xs-sidebar-group .subscribe-inner .form-group input:focus{

}

.xs-sidebar-group .content-inner .info-box .info li a{
  display: inline-block;
  color: #444;
}



/** main-menu **/

.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;
  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:19px;
  line-height:30px;
  padding: 27.5px 0px;
  font-weight:600;
  font-family: 'Barlow', sans-serif;
  opacity:1;
  color: #fff;
  z-index:1;
  text-transform: capitalize;
  -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.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li > ul{
  position:absolute;
  left: inherit;
  top:100%;
  width:240px;
  margin-top: -20px;
  z-index:100;
  background: #fff;
  display:none;
  opacity: 0;
  padding: 10px 0px;
  visibility: hidden;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  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{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:500;
  font-size:17px;
  font-family: 'Barlow', sans-serif;
  color:#222;
  text-align: left;
  padding: 10px 0px;
  text-transform: capitalize;
  transition:all 500ms ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  -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{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li > a:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 12px;
  left: -30px;
  top: 20px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before{
  transform: scale(1,1);
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  position:absolute;
  content: "\f108";
  font-family: 'flaticon';
  right:0px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:20px;
  text-align:center;
  z-index:5;  
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown.current > a:after,
.main-menu .navigation > li > ul > li.dropdown > a:hover:after{

}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-top: 15px;
  margin-left: 10px;
  width:255px;
  z-index:100;
  display:none;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  visibility: hidden;
  border-radius: 25px 25px 0px 25px;
  padding: 10px 0px;
  background: #fff;
  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:before{
  position: absolute;
  content: '';
  left: -10px;
  top: 0px;
  width: 10px;
  height: 100%;
}

.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 > a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:500;
  font-size:17px;
  font-family: 'Barlow', sans-serif;
  color:#222;
  text-align: left;
  padding: 14px 0px;
  text-transform: capitalize;
  transition:all 500ms ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  padding-left: 18px;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before{
  opacity: 1;
}

.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{
  visibility:visible;
  opacity:1;
  margin-top: -10px;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #1c1c1c;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/


/** mobile-menu **/

.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;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #0a0807;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.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 .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{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
  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; 
}

.mobile-menu .social-links li a:hover{
  
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}



/** banner-section **/

.banner-section{
  position: relative;
  background: #a42b1a;
  padding: 350px 0px 210px 0px;
}

.banner-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section .bg-layer{
  position: absolute;
  right: 245px;
  bottom: 10px;
  width: calc(50% + 125px);
  height: calc(100% - 145px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section .bg-layer:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 1px;
  height: 100%;
  left: 300px;
  top: 0px;
  opacity: 0.1;
}

.banner-section .bg-layer:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 1px;
  height: 100%;
  right: 220px;
  top: 0px;
  opacity: 0.1;
}

.banner-section .bg-layer-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 465px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section .bg-layer-2:before{
  position: absolute;
  content: '';
  background: #a42b1a;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.64;
}

.banner-section .content-box{
  position: relative;
  display: block;
  max-width: 550px;
  z-index: 5;
  margin-left: -120px;
}

.banner-section .content-box h2{
  display: block;
  font-size: 67px;
  line-height: 77px;
  color: #fff;
  font-weight: 900;
}

.banner-section .content-box .special-text{
  position: relative;
  display: block;
  font-size: 120px;
  line-height: 120px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.60);
  min-height: 120px;
  margin-bottom: 23px;
}

.banner-section .content-box p{
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 47px;
}

.banner-section .rotate-text{
  position: absolute;
  right: 200px;
  bottom: 25px;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  z-index: 1;
  transform: rotate(180deg);
  letter-spacing: 20px;
}


/** about-section **/

.about-section{
  position: relative;
  background: #2a1e1c;
  padding-bottom: 120px;
}

.about-section .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-section .bg-layer:before{
  position: absolute;
  content: '';
  background: #2a1e1c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.95;
}

.about-section .inner-container{
  padding-bottom: 115px;
}

.about-section .inner-container .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  width: 33.333%;
  padding-right: 1px;
}

.about-section .inner-container .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.content_block_one .content-box{
  position: relative;
  display: block;
  margin-right: 70px;
}

.content_block_one .content-box .sec-title{
  margin-bottom: 31px;
}

.content_block_one .content-box .text-box{
  margin-bottom: 52px;
}

.content_block_one .content-box .text-box .bold-text{
  font-size: 20px;
  color: #f2b9a5;
  font-weight: 500;
  max-width: 580px;
  margin-bottom: 29px;
}

.content_block_one .content-box .text-box p{
  color: #d1b8af;
}

.content_block_one .content-box .lower-box{
  position: relative;
  display: flex;
  align-items: center;
}

.content_block_one .content-box .lower-box .author-box{
  position: relative;
  padding: 5px 0px 6px 85px;
  margin-right: 95px;
}

.content_block_one .content-box .lower-box .author-box:before{
  position: absolute;
  content: '';
  background: #75665c;
  width: 1px;
  height: 65px;
  top: 0px;
  right: -60px;
}

.content_block_one .content-box .lower-box .author-box .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
}

.content_block_one .content-box .lower-box .author-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.content_block_one .content-box .lower-box .author-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
}

.content_block_one .content-box .lower-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.image_block_one .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 14px;
}

.image_block_one .image-box:before{
  position: absolute;
  top: 0;
  left: -85%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_one .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_one .image-box img{
  width: 100%;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


/** service-section **/

.service-section{
  position: relative;
  background: #f7f0e4;
  padding: 114px 0px 80px 0px;
}

.service-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-section .upper-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 35px;
}

.service-section .upper-box .sec-title p{
  max-width: 830px;
}

.service-block-one{
  max-width: 270px;
  margin: 0 auto;
  margin-top: 10px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  padding: 42px 30px 50px 34px;
  margin-bottom: 40px;
}

.service-block-one .inner-box:before{
  position: absolute;
  content: '';
  border: 1px solid #c0b5a1;
  border-radius: 10px;
  width: 100%;
  height: calc(100% - 12px);
  left: 10px;
  bottom: 17px;
  transform: skewY(2deg);
}

.service-block:nth-child(even) .service-block-one .inner-box:before{
  transform: skewY(-2deg);
}

.service-block-one .inner-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .shape{
  opacity: 0;
}

.service-block-one .inner-box .overlay-shape{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0%;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .overlay-shape{
  height: 100%;
  top: 0px;
}

.service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  padding: 0px 0px 0px 85px;
  margin-bottom: 29px;
}

.service-block-one .inner-box h3 a{
  display: inline-block;
  color: #1c1923;
}

.service-block-one .inner-box h3 a:hover{
 text-decoration: underline;
}

.service-block-one .inner-box:hover h3 a{
  color: #fff;
}

.service-block-one .inner-box h3 img{
  position: absolute;
  left: 0px;
  top: -1px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover h3 img.static-icon{
  opacity: 0;
}

.service-block-one .inner-box h3 img.overlay-icon{
  opacity: 0;
}

.service-block-one .inner-box:hover h3 img.overlay-icon{
  opacity: 1;
}

.service-block-one .inner-box p{
  line-height: 25px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover p{
  color: #fff;
}


/** project-section **/

.project-section{
  position: relative;
  background: #2e1d1f;
  padding: 110px 0px 85px 0px;
}

.project-section .sec-title{
  margin-bottom: 60px;
}

.project-section .outer-container{
  position: relative;
  padding: 0px 75px;
}

.project-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
  background: #2e1d1f;
}

.content_block_two .content-box{
  position: relative;
  display: block;
  padding-bottom: 75px;
}

.sec-title{
  margin-bottom: 38px;
}

.content_block_two .content-box .inner-box .single-item{
  position: relative;
  display: block;
  max-width: 280px;
  margin-bottom: 44px;
}

.content_block_two .content-box .inner-box .single-item .inner{
  position: relative;
  display: block;
  padding: 11px 0px 0px 80px;
  margin-bottom: 19px;
}

.content_block_two .content-box .inner-box .single-item .inner .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 50px;
  line-height: 60px;
}

.content_block_two .content-box .inner-box .single-item .inner h4{
  font-size: 21px;
  display: block;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}

.content_block_two .content-box .inner-box .single-item .text p{
  line-height: 26px;
  color: rgba(255, 255, 255, 0.50);
}

.chooseus-section .image-box{
  position: relative;
  display: block;
  top: 122px;
  z-index: 1;
}

.chooseus-section .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.chooseus-section .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.chooseus-section .image-box .image:before{
  position: absolute;
  top: 0;
  left: -85%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.chooseus-section .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}


/** funfact-section **/


/** testimonial-section **/

.testimonial-section{
  position: relative;
  background: #ece8e2;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-top: 5px solid #ca1d1d;
  border-radius: 7px;
  padding: 43px 40px 78px 40px;
  margin-bottom: 25px;
}

.testimonial-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 40px;
  height: 10px;
  left: 48px;
  bottom: -10px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.testimonial-block-one .inner-box .rating{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.testimonial-block-one .inner-box .rating li{
  margin-right: 7px;
}

.testimonial-block-one .inner-box .rating li:last-child{
  margin-right: 0px !important;
}

.testimonial-block-one .inner-box .quote-box{
  position: absolute;
  right: 40px;
  bottom: 25px;
}

.testimonial-block-one .author-box{
  position: relative;
  display: block;
  padding: 15px 0px 14px 95px;
  margin-left: 30px;
}

.testimonial-block-one .author-box .thumb-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 71px;
  height: 71px;
  border-radius: 50%;
}

.testimonial-block-one .author-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .author-box h5{
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.testimonial-block-one .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #717171;
}


/** team-section **/


/** contact-section **/

.contact-section{
  position: relative;
  background: #ede2d1;
  padding-top: 115px;
}

.contact-section:before{
  position: absolute;
  content: '';
  background: #f9f7f4;
  width: 100%;
  height: 180px;
  left: 0px;
  bottom: 0px;
}

.contact-section .inner-container{
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 117px 0px rgba(0, 0, 0, 0.09);
  z-index: 1;
}

.content_block_three .content-box{
  position: relative;
  display: block;
  background: #4c372a;
  padding: 88px 30px 110px 50px;
}

.content_block_three .content-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 9px;
  margin-bottom: 20px;
}

.content_block_three .content-box h3:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.content_block_three .content-box p{
  color: #fff;
  margin-bottom: 23px;
}

.content_block_three .content-box .support-box{
  position: relative;
  display: inline-block;
  margin-top: 8px;
  padding: 6px 0px 8px 96px;
}

.content_block_three .content-box .support-box .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 69px;
  height: 69px;
  border-radius: 50%;
}

.content_block_three .content-box .support-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.content_block_three .content-box .support-box span{
  position: relative;
  display: block;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.content_block_three .content-box .support-box a{
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
}

.content_block_three .content-box .support-box a:hover{

}

.content_block_four .content-box{
  position: relative;
  display: block;
  padding: 70px 65px 79px 35px;
}

.content_block_four .content-box .form-group{
  position: relative;
  margin-bottom: 20px;
}

.content_block_four .content-box .form-group:last-child{
  margin-bottom: 0px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  font-size: 18px;
  color: #444444;
  padding: 10px 25px;
  transition: all 500ms ease;
}

.default-form .form-group textarea{
  height: 149px;
  resize: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{

}

.content_block_four .content-box .form-group .theme-btn{
  width: 100%;
  padding: 13px 31px;
}


/** news-section **/


/** clients-section **/


/** main-footer **/

.main-footer{
  position: relative;
}

.main-footer .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-footer .bg-layer:before{
  position: absolute;
  content: '';
  background: #000000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.28;
}

.main-footer .footer-top{
  position: relative;
  width: 100%;
  background: rgba(6, 15, 33, 0.56);
  padding: 24px 0px 16px 0px;
}

.main-footer .footer-top .info-inner{
  position: relative;
  display: block;
  padding-left: 54px;
}

.main-footer .footer-top .info-inner:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.10);
  width: 1px;
  height: 90px;
  top: -24px;
  right: 10px;
}

.main-footer .footer-top .info-column:last-child .info-inner:before{
  display: none;
}

.main-footer .footer-top .info-inner .icon-box{
  position: absolute;
  left: 0px;
  top: 8px;
}

.main-footer .footer-top .info-inner p{
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.main-footer .footer-top .info-inner p a{
  display: inline-block;
  color: #fff;
}

.main-footer .footer-top .info-inner p a:hover{
  text-decoration: underline;
}

.main-footer .footer-top .info-inner p a.phone{
  font-size: 22px;
  font-weight: 500;
}

.main-footer .footer-top .info-column:first-child .info-inner{
  margin-left: 40px;
}

.main-footer .widget-section{
  position: relative;
  padding: 68px 0px 60px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .logo-widget .footer-logo{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.main-footer .logo-widget p{
  font-size: 17px;
  color: #fff;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.main-footer .widget-title h3{
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.main-footer .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a{
  font-size: 17px;
  color: #fff;
}

.main-footer .links-widget .links-list li a:hover{

}

.main-footer .contact-widget .widget-content p{
  font-size: 17px;
  color: #fff;
  margin-bottom: 15px;
}

.main-footer .contact-widget .widget-content .form-inner .form-group{
  position: relative;
  margin-bottom: 32px;
}

.main-footer .contact-widget .widget-content .form-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.40);
  border: 1px solid transparent;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.50);
  padding: 10px 80px 10px 20px;
  transition: all 500ms ease;
}

.main-footer .contact-widget .widget-content .form-inner .form-group button[type='submit']{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 54px;
  height: 45px;
  line-height: 44px;
  text-align: center;
  border-radius: 0px 2px 2px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-footer .contact-widget .widget-content .form-inner .form-group input:focus{
  color: #fff;
}

.main-footer .contact-widget .social-links{
  position: relative;
  display: flex;
  align-items: center;
}

.main-footer .contact-widget .social-links li{
  margin-right: 15px;
}

.main-footer .contact-widget .social-links li:last-child{
  margin: 0px !important;
}

.main-footer .contact-widget .social-links li a{
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #a0a5b1;
  border-radius: 50%;
  text-align: center;
}

.main-footer .contact-widget .social-links li a:hover{

}

.footer-bottom{
  padding: 26px 0px;
}

.footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .bottom-inner p{
  font-size: 18px;
  color: #fff;
}

.footer-bottom .bottom-inner p a{
  display: inline-block;
  color: #fff;
}

.footer-bottom .bottom-inner p a:hover{

}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/


/** banner-style-two **/
  
.banner-carousel .content-box{
  position: relative;
  z-index: 5;
  max-width: 630px;
}
  
.banner-carousel .content-box h2{
  font-size: 65px;
  line-height: 78px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 37px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .content-box h2 span{
  position: relative;
  display: inline-block;
}

.banner-carousel .content-box h2 span:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-5.png);
  width: 317px;
  height: 9px;
  left: 0px;
  bottom: -10px;
  background-repeat: no-repeat;
}
  
.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
  
.banner-carousel .content-box p{
  font-size: 22px;
  color: #fff;
  margin-bottom: 37px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
  
.banner-carousel .content-box .btn-box{
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}


/** service-style-two **/


/** about-style-two **/


/** chooseus-style-two **/


/** project-style-two **/


/** coupon-section **/


/** video-section **/

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px 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 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px 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);
  }
}



/** header-style-three **/


/** banner-style-three **/

/** about-style-three **/


/** service-style-three **/

.chooseus-section .image-layer{
  position: absolute;
  right: 170px;
  bottom: 0px;
}


/** cta-section **/


/** testimonial-style-two **/


/** header-style-four **/

/** banner-style-four **/


/** about-style-five **/


/** project-style-three **/



/** chooseus-style-three **/


/** contact-style-two **/


/** countries-section **/


/** header-style-five **/



/** banner-style-five **/


/** faq-section **/


/** header-style-six **/


/** banner-style-six **/


/** about-style-six **/


/** service-style-four **/


/** project-style-four **/


/** faq-style-two **/


/** header-style-seven **/


/** banner-style-seven **/


/** service-style-five **/


/** project-style-five **/


/** team-style-two **/


/** fluid-section **/


/** google-map-section **/

.google-map-section{
  position: relative;
  height: 340px;
}

.google-map-section iframe{
  position: relative;
  width: 100%;
  height: 340px;
}



/** header-style-eight **/


/** banner-style-eight **/


/** service-style-six **/


/** skills-section **/


/** about-style-seven **/


/** contact-style-three **/


/** header-style-nine **/


/** banner-style-nine **/


/** service-style-seven **/


/** process-section **/


/** banner-style-ten **/


/** header-style-11 **/


/** header-style-12 **/


/** banner-style-12 **/


/** about-style-eight **/


/** service-style-eight **/


/** testimonial-style-four **/


/** process-style-two **/


/** chooseus-style-four **/


/** page-title **/

.page-title{
  position: relative;
  padding: 330px 0px 210px 0px;
}

.page-title .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .pattern-layer:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.2;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 65px;
  line-height: 70px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 11px;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin-right: 15px;
}

.page-title .bread-crumb li:last-child{
  margin: 0px !important;
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 1px;
  height: 15px;
  top: 8px;
  right: -10px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: #fff;
}

.page-title .bread-crumb li a:hover{
  text-decoration: underline;
}

.page-title .image-layer{
  position: absolute;
  right: 245px;
  bottom: 0px;
}

.page-title .image-layer:before,
.page-title .image-layer:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 1px;
  height: 100%;
  top: 0px;
  opacity: 0.1;
}

.page-title .image-layer:before{
  left: 250px;
}

.page-title .image-layer:after{
  right: 250px;
}

.page-title .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 465px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title .bg-layer:before{
  position: absolute;
  content: '';
  background: #a42b1a;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.66;
}

.page-title .rotate-text{
  position: absolute;
  right: 200px;
  bottom: 25px;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  z-index: 1;
  transform: rotate(180deg);
  letter-spacing: 20px;
}


/** about-style-nine **/

.about-style-nine{
  position: relative;
  background: #efedea;
  padding: 120px 0px;
}

.about-style-nine .image-box{
  position: relative;
  display: block;
  margin-right: 44px;
  padding-bottom: 37px;
}

.about-style-nine .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style-nine .image-box .image:before{
  position: absolute;
  top: 0;
  left: -85%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-style-nine .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.about-style-nine .image-box .image img{
  width: 100%;
}

.about-style-nine .image-box .image-content{
  position: absolute;
  right: 30px;
  bottom: 0px;
  width: 210px;
  background: #a92a19;
  text-align: center;
  padding: 36px 10px 32px 10px;
  border-radius: 8px;
}

.about-style-nine .image-box .image-content h2{
  display: block;
  font-size: 58px;
  line-height: 44px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}

.about-style-nine .image-box .image-content h2 span{
  position: relative;
  display: inline-block;
  font-size: 30px;
  top: -20px;
}

.about-style-nine .image-box .image-content h4{
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
}

.about-style-nine .content-box{
  position: relative;
  display: block;
}

.about-style-nine .content-box .sec-title{
  margin-bottom: 28px;
}

.about-style-nine .content-box .text-box h3{
  font-size: 24px;
  line-height: 30px;
  font-family: 'Barlow', sans-serif;
  color: #000;
  margin-bottom: 28px;
}

.about-style-nine .content-box .text-box p{
  margin-bottom: 30px;
  line-height: 30px;
}

.about-style-nine .content-box .text-box p:last-child{
  margin-bottom: 0px;
}


/** history-section **/

.history-section{
  position: relative;
  padding: 115px 0px;
}

.history-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(50% - 140px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.history-section .content-box{
  position: relative;
  display: block;
}

.history-section .content-box .sec-title{
  margin-bottom: 28px;
}

.history-section .content-box .text-box p{
  line-height: 30px;
  margin-bottom: 42px;
}

.history-section .content-box .text-box p:last-child{
  margin-bottom: 0px;
}

.history-section .content-box .text-box h4{
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 28px;
  color: #3c3c3c;
  font-weight: 700;
  margin-bottom: 10px;
}


/** service-style-nine **/

/** service-text-section **/



/** service-details **/


/** project-style-six **/


/** project-style-seven **/


/** project-style-eight **/


/** project-details **/


/** faq-page-section **/


/** faq-form-section **/


/** pricing-section **/


/** pricing-style-two **/


/** team-page-section **/


/** testimonial-page-section **/

/** error-section **/


.about-section .inner-container{
  padding-bottom: 108px;
  border-bottom: 1px solid #c5c5c5;
}


/** blog-grid **/


/** sidebar-page-container **/


/** contact-style-four **/

.contact-style-four{
  position: relative;
  background: #f9f7f4;
  padding: 115px 0px 120px 0px;
}

.contact-style-four .content-box{
  position: relative;
  display: block;
}

.contact-style-four .content-box .form-inner .form-group{
  position: relative;
  margin-bottom: 20px;
}

.contact-style-four .content-box .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.contact-style-four .content-box .form-inner .form-group input[type='text'],
.contact-style-four .content-box .form-inner .form-group input[type='email'],
.contact-style-four .content-box .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #cfc4bc;
  border-radius: 5px;
  font-size: 18px;
  color: #797979;
  padding: 10px 20px;
}

.contact-style-four .content-box .form-inner .form-group textarea{
  height: 220px;
  resize: none;
}

.contact-style-four .content-box .form-inner .form-group input:focus,
.contact-style-four .content-box .form-inner .form-group textarea:focus{

}

.contact-style-four .info-inner{
  position: relative;
  display: block;
}

.contact-style-four .info-inner h3{
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  padding-bottom: 13px;
  margin-bottom: 31px;
}

.contact-style-four .info-inner h3:before{
  position: absolute;
  content: '';
  background: #d90429;
  width: 50px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.contact-style-four .info-inner p{
  line-height: 26px;
}

.contact-style-four .info-inner .box-one p{
  margin-bottom: 15px;
}

.contact-style-four .info-inner .box-one a{
  display: inline-block;
  color: #444;
}

.contact-style-four .info-inner .box-one a:hover{
  color: #d90429;
}

.contact-style-four .info-inner .box-one{
  padding-bottom: 36px;
  border-bottom: 1px solid #afadac;
  margin-bottom: 31px;
}

.contact-style-four .info-inner h4{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-style-four .info-inner .box-two a{
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  color: #242424;
  margin-bottom: 22px;
}

.contact-style-four .info-inner .box-two a:hover{
  color: #d90429;
}

.contact-style-four .info-inner .box-two p{
  line-height: 31px;
  color: #242424;
}










































