@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap');
@import url(../css/font-awesome-all.css);
@import url(../css/flaticon.css);
@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/animate.css);
@import url(../css/aos.css);
@import url(../css/jquery-ui.css);
@import url(../css/jquery.bootstrap-touchspin.css);
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body {
  font-size:16px;
  color:#5d5d66;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Ubuntu', 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: 1600px;
  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;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}
a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
a:hover{
  text-decoration:none;
  outline:none;
  color: #f2be00;
}
input,button,select,textarea{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
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;
  color: #5d5d66;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 0px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.gray-bg{
  background: #f2f1f0;
}

.black-bg{
  background: #3b3634;
}

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;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.15)
    }
}

@keyframes pulse-2 {
    50% {
        box-shadow: 0 0 0 15px rgba(255, 94, 133, 0.5),
        0 0 0 30px rgba(255, 94, 133, 0.3);
    }
}

@keyframes pulse-3 {
    50% {
        box-shadow: 0 0 0 15px rgba(121, 81, 248, 0.5),
        0 0 0 30px rgba(121, 81, 248, 0.3);
    }
}

/** button **/

.theme-btn-one {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding: 20px 40px;
  background: #9dc638;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.theme-btn-one:hover{
  background: #e72636;
  color: #ffffff;
  transform: translateY(-3px);
}

.sec-pad{
  padding: 154px 0px 120px 0px;
}

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#ffffff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/icons/preloader.gif);
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #2098cb;
  transition: 1s ease;
}
.scroll-top:hover{
  background: #2098cb;
}
.scroll-top.open {
  bottom: 30px;
}
.scroll-top span{
  color: #fff;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.sec-title{
  position: relative;
  display: block;
}
.sec-title h1{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 46px;
  color: #2098cb;
  font-weight: 700;
  margin-bottom: 10px;
}

.sec-title p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
}

.bg-color-1{
  background: #2098cb;
}

.bg-color-2{
  background: #2098cb;
}

.bg-color-3{
  background: #2098cb;
}
/** main-header **/
.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #2098cb;
  left:0px;
  top:0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.main-header .header-top{
  position: relative;
  display: block;
  background: #fff;
  padding: 17px 0px 14px 0px;
}

.main-header .header-top .header-info{
  position: relative;
  margin-top: 2px;
}

.main-header .header-top .header-info li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #585858;
  margin-right: 30px;
}

.main-header .header-top .header-info li:last-child{
  margin-right: 0px;
}

.main-header .header-top .header-info li a{
  color: #3d3d3d;
}

.main-header .header-top .header-info li a:hover{
  color: #2098cb;
}

.main-header .header-top .header-info li i{
  position: relative;
  font-size: 20px;
  margin-right: 10px;
  font-weight: 600;
  top: 3px;
}

.main-header .header-top .header-nav li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #585858;
  margin-right: 20px;
}

.main-header .header-top .header-nav li:last-child{
  margin-right: 0px;
  margin-left: 15px;
}

.main-header .header-top .header-nav li a{
  color: #585858;
}

.main-header .header-top .header-nav li a:hover{
  color: #2098cb;
}

.main-header .header-upper{
  position: relative;
  display: block;
  background: #2098cb;
  padding: 34px 0px 53px 0px;
}

.main-header .header-upper .inner-container .info-box{
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 50px;
}

.main-header .header-upper .inner-container .info-box .icon-box{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  transition: all 500ms ease;
}

.main-header .header-upper .inner-container .info-box:hover .icon-box {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  left: 50%;
  opacity: .10;
}

.main-header .header-upper .inner-container .left-content .info-box{
  margin-right: 290px;
}

.main-header .header-upper .inner-container .info-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main-header .header-upper .inner-container .info-box span{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #cdd0d9;
}

.main-header .header-upper .inner-container .info-box a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #cdd0d9;
}

.main-header .header-upper .inner-container .info-box a:hover{
  color: #fbef55;
}

.main-header .header-upper .inner-container .logo-box{
  position: relative;
  display: inline-block;
  top: -8px;
}

/** language **/

.language {
  position: relative;
  display: inline-block;
  top: -1px;
}

.language > a .icon{
  display: none;
}

.language .dropdown-toggle {
  position: relative;
  height: auto !important;
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 15px;
  width: 75px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
}

.language .dropdown-toggle:before{
  position: absolute;
  content: "\f0dd";
  font-size: 14px;
  color: #b3afaf;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  top: 1px;
  right: 9px;
}

.language .dropdown-toggle:after{
  display: none;
}

.language .dropdown-menu {
  top: 100% !important;
  left: 0px !important;
  transform: none !important;
  width: 100px;
  min-width: 100px;
  border-radius: 10px;
  border: none;
  background-color: #2098cb;
  padding: 0px;
}

.language .dropdown-menu > li {
  padding-right: 0px !important;
  margin: 0px !important;
  padding: 0;
  float: none;
  display: block !important;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.language .dropdown-menu > li:last-child{
  border-bottom: none;
}

.language .dropdown-menu > li > a {
  padding: 6px 20px !important;
  line-height: 24px;
  font-size: 15px;
  width: auto;
  height: auto;
  display: block;
  color: #fff !important;
  text-align: left;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
/** main-menu **/
.main-menu{
  position: relative;
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  margin: 0px 12px;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:16px;
  font-family: 'Ubuntu', sans-serif;
  color:#18152c;
  line-height:26px;
  font-weight:600;
  opacity:1;
  text-transform:uppercase;
  padding: 24px 0px;
  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.current > a,
.main-menu .navigation > li:hover > a{
  color: #2098cb;
}

.main-menu .navigation{
  position: relative;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top: 100%;
  width:250px;
  z-index:100;
  display:none;
  visibility: hidden;
  opacity: 0;
  background:#ffffff;
  border-top: 3px solid #2098cb;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
  transition: all 500ms ease;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 7px 30px;
  border-bottom: 1px solid rgba(253, 87, 28, 0.3);
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  font-family: 'Ubuntu', sans-serif;
  padding:6px 0px;
  line-height:24px;
  font-size:15px;
  color:#18152c;
  font-weight: 500;
  text-align:left;
  text-transform:capitalize;
  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:hover{
  background: #2098cb;
  border-bottom: 1px solid #2098cb;
}

.main-menu .navigation > li > ul > li:hover a{
  color: #fff;
}

.main-menu .navigation > li > ul > li:last-child:hover{
  border-bottom: none;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 15px;
  top: 8px;
  font-size:18px;
  border: 1px solid #ffffff;
  color:#ffffff;
  width: 35px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor:pointer;
  z-index:5;
  display: none;
}

.navbar-header {
  display: none;
}

/** sub-menu **/

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #2098cb;
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  margin:0px;
  border-bottom: 1px solid rgba(253, 87, 28, 0.3);
}

.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:10px 25px !important;
  line-height:24px;
  font-weight:500;
  font-family: 'Ubuntu', sans-serif;
  font-size:15px;
  text-transform:capitalize;
  color: #18152c !important;
  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:hover > a{
  background:#2098cb;
  color: #fff !important;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  content: "\f105";
  font-size: 16px;
  color: #18152c;
  top: 6px;
  right: -12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
  color: #fff;
}

/** header-bottom **/

.main-header .header-bottom{
  position: relative;
  display: block;
  background: transparent;
}

.main-header .header-bottom .outer-container{
  position: relative;
  width: 100%;
}

.main-header .header-bottom .outer-container .nav-outer{
  position: absolute;
  left: 0px;
  top: -36px;
  width: 100%;
  background: #fff;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box{
  position: relative;
  float: left;
  margin-right: 35px;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  background: #fbef55;
  color: #2098cb;
  text-align: center;
  padding: 24px 29px;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box a:hover{
  background: #f3e426;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box i{
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  transition: all 500ms ease;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box a:hover i{
  transform: rotate(360deg);
}

.main-header .header-bottom .info-box{
  position: relative;
  padding: 15px 15px 17px 15px;
}

.main-header .header-bottom .info-box .social-links,
.main-header .header-bottom .info-box .shop-cart,
.main-header .header-bottom .info-box .search-box{
  position: relative;
  float: left;
}

.main-header .header-bottom .info-box .social-links{
  margin-top: 12px;
}

.main-header .header-bottom .info-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 7px;
}

.main-header .header-bottom .info-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #838383;
}

.main-header .header-bottom .info-box .social-links li a:hover{
  color: #2098cb;
}

.main-header .header-bottom .info-box .shop-cart{
  margin: 0px 8px 0px 20px;
  padding-right: 20px;
}

.main-header .header-bottom .info-box .shop-cart a{
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  color: #0f0e05;
  background: #fbef55;
  padding: 7.5px 12px;
  text-align: center;
  border-radius: 10px;
}

.main-header .header-bottom .info-box .shop-cart a:hover{
  background: #2098cb;
  color: #fff;
}

.main-header .header-bottom .info-box .shop-cart:before{
  position: absolute;
  content: '';
  background: #e1e2e3;
  height: 100%;
  width: 1px;
  top: 0px;
  right: 0px;
}

.main-header .header-bottom .info-box .shop-cart span{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #2098cb;
  width: 20px;
  height: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin-left: 5px;
  top: -3px;
}

.main-header .header-bottom .info-box .search-box .header-flyout-searchbar i{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #101112;
  padding: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header .header-bottom .info-box .search-box{
  margin-top: 6px;
}

.main-header .header-bottom .info-box .search-box .header-flyout-searchbar i:hover{
  color: #2098cb;
}
#hamburger-menu {
  width: 100%;
}
/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding: 15px 30px !important;
}

.sticky-header .main-menu .navigation > li > a{
  color: #fff;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  background: #fbef55;
  color: #2098cb !important;
}

.sticky-header .logo-box{
  position: relative;
  float: left;
  padding: 10px 0px;
}

.sticky-header .menu-area{
  position: relative;
  float: right;
}

.sticky-header .main-menu .navigation > li > a:before{
  display: none;
}

/*!** main-slider **!*/
/*
.main-slider{
  position:relative;
}

.main-slider .slide{
  position:relative;
  padding:230px 0px 220px 0px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.main-slider .slide:before{
  position: absolute;
  content: '';
  background: rgba(7, 14, 32, 0.7);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.main-slider .content-box{
  position: relative;
  width: 100%;
}

.main-slider .content-box h5{
  position:relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fbef55;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 11px;
  text-transform: uppercase;
  opacity:0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.main-slider .active h5{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.main-slider .content-box h1{
  position:relative;
  display: block;
  font-size: 90px;
  line-height: 88px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 23px;
  opacity:0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}

.main-slider .active h1{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1500ms;
}

.main-slider .content-box .text{
  position:relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 16px;
  opacity:0;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}

.main-slider .active .text{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 2000ms;
}

.main-slider .content-box .button-box{
  position:relative;
  display: block;
  opacity:0;
  -webkit-transition: all 2500ms ease;
  -moz-transition: all 2500ms ease;
  -ms-transition: all 2500ms ease;
  -o-transition: all 2500ms ease;
  transition: all 2500ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.main-slider .active .button-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2500ms;
}

.main-slider .content-box .button-box .link-button,
.main-slider .content-box .button-box .video-button{
  position: relative;
  display: inline-block;
}

.main-slider .content-box .button-box .link-button{
  margin-right: 27px;
}

.main-slider .content-box .button-box .link-button a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #2098cb;
  background: #fbef55;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 40px;
}

.main-slider .content-box .button-box .video-button a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fbef55;
  font-weight: 700;
  width: 82px;
  height: 82px;
  line-height: 78px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
}

.main-slider .content-box .button-box .video-button a:hover,
.main-slider .content-box .button-box .link-button a:hover{
  background: #fff;
}

.main-slider .image-box{
  position: relative;
  display: block;
  margin-top: 8px;
  margin-left: -20px;
}

.main-slider .image-box img{
  position: relative;
  display: inline-block;
  width: auto;
  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;
}*/

/* slide nav */

/*
.main-slider .owl-dots{
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 52px;
  display: none;
}

.main-slider .owl-dots .owl-dot span{
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.50);
  cursor: pointer;
  margin: 0px 3px;
  transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active span,
.main-slider .owl-dots .owl-dot:hover span{
  background: #ffffff;
  border: none;
}

.main-slider .owl-nav{
  position:absolute;
  left:0px;
  top:50%;
  z-index:1;
  width:100%;
  transform: translateY(-50%);
}

.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  position: absolute;
  color: rgba(255, 255, 255, 0.10);
}

.main-slider .owl-nav .owl-prev{
  position:absolute;
  left:30px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 32px;
  background: #4c505c;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-slider .owl-nav .owl-next{
  position:absolute;
  right:30px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 32px;
  background: #4c505c;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
  background-color:#fbef55;
  color: #2098cb;
}*/


/** weare-section **/

.weare-section{
  position: relative;
  display: block;
  padding-bottom: 47px;
}

.weare-section h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #2098cb;
  margin-bottom: 6px;
}

.weare-section .content-box .title-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #454547;
}

.weare-section .content-box .title-box{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.weare-section .content-box .inner-box .single-item{
  position: relative;
  float: left;
  width: 40%;
  text-align: center;
}

.weare-section .content-box .inner-box .button-box{
  position: relative;
  float: left;
  width: 20%;
  margin-top: 52px;
}

.weare-section .content-box .inner-box .single-item .item{
  position: relative;
  max-width: 195px;
  width: 100%;
}

.weare-section .content-box .inner-box .single-item .icon-box{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #000;
  font-weight: 500;
  margin-bottom: 3px;
}

.weare-section .content-box .inner-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  background: #fbef55;
  width: 30px;
  height: 30px;
  left: -10px;
  bottom: -5px;
  border-radius: 50%;
  z-index: -1;
}

.weare-section .content-box .inner-box .single-item .text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #424f7a;
  padding-top: 3px;
  border-top: 1px solid #2098cb;
}

.weare-section .content-box .inner-box .single-item h2{
  margin-bottom: 16px;
}

.weare-section .content-box .inner-box .button-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  background: #fbef55;
  color: #2098cb;
  text-transform: uppercase;
  text-align: center;
  padding: 14.5px 20px;
}

.weare-section .content-box .inner-box .button-box a:hover{
  transform: translateY(-5px);
}

.weare-section .inner-content{
  position: relative;
  display: block;
  background: #fff;
  border: 40px solid #fbef55;
  text-align: center;
  margin-left: 40px;
  margin-top: -187px;
  z-index: 1;
}

.weare-section .inner-content .inner-box{
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 15px 55px 15px;
}

.weare-section .inner-content .inner-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/tools-1.png);
  width: 250px;
  height: 200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  z-index: -1;
}

.weare-section .inner-content .inner-box h2{
  line-height: 47px;
  margin-bottom: 16px;
}

.weare-section .inner-content .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #2098cb;
  margin-bottom: 33px;
}

.weare-section .inner-content .inner-box .icon-box{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.weare-section .inner-content .inner-box .icon-box img{
  position: relative;
  display: inline-block;
  width: auto;
  animation-name: rotateme;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 60s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 60s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 60s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.weare-section .inner-content .inner-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #2098cb;
  text-transform: uppercase;
  padding-bottom: 6px;
}

.weare-section .inner-content .inner-box .link-btn a:hover{
  color: #fbef55;
}

.weare-section .inner-content .inner-box .link-btn a:before{
  position: absolute;
  content: '';
  background: #2098cb;
  width: 195px;
  height: 1px;
  left: -47px;
  bottom: 0px;
}

.weare-section .content-box{
  position: relative;
  display: block;
  padding: 110px 0px 0px;
}


/** ourmission-section **/

.ourmission-section{
  position: relative;
  display: block;
  padding: 60px 0px 0px;
}

.ourmission-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/bg-shap-1.png);
  width: 100%;
  height: 740px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.ourmission-section:after{
  position: absolute;
  content: '';
  background: url(../images/icons/factory-icon-1.png);
  width: 493px;
  height: 437px;
  right: 30px;
  bottom: 30px;
  background-repeat: no-repeat;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInRight;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInRight;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInRight;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.ourmission-section .image{
  position: relative;
  display: block;
  margin-top: 28px;
}

.ourmission-section .image img{
  position: relative;
  max-width: none;
  float: right;
}

.ourmission-section .content-box .title-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #2098cb;
  margin-bottom: 6px;
}

.ourmission-section .content-box .title-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}

.counter-block-one{
  position: relative;
  display: inline-block;
  width: 215px;
  height: 215px;
  background: #fbef55;
  text-align: center;
  border-radius: 50%;
  padding: 75px 30px 50px 30px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
}

.counter-block-one .text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #2098cb;
}

.counter-block-one .count-outer span{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #2098cb;
}

.counter-block-one .count-outer span.symble{
  font-size: 22px;
}

.ourmission-section .content-box .inner-box{
  position: relative;
  display: block;
  min-height: 290px;
  z-index: 1;
}

.ourmission-section .content-box .inner-box .counter-block-one:nth-child(2){
  position: absolute;
  left: 172px;
  top: 77px;
  background: #e3eaff;
  z-index: 1;
}

.ourmission-section .content-box .inner-box .counter-block-one:nth-child(2) span{
  color: #2d54c9;
}

.ourmission-section .content-box .inner-box .counter-block-one:last-child{
  background: #ffeaef;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ourmission-section .content-box .inner-box .counter-block-one:last-child span{
  color: #fb4c76;
}

.ourmission-section .content-box .title-box{
  position: relative;
  display: block;
  margin-bottom: 28px;
}


/** service-section **/

.service-section{
  position: relative;
  display: block;
  padding: 93px 0px 100px 0px;
}

.service-section .sec-title{
  margin-bottom: 37px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.service-block-one .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  background: #2098cb;
  overflow: hidden;
}

.service-block-one .inner-box .image-box a{
  position: relative;
  display: inline-block;
  z-index: 1;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  opacity: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.service-block-one .inner-box .content-box{
  position: relative;
  padding: 28px 30px 30px 240px;
  min-height: 300px;
  margin-bottom: 30px;
}

.service-block-one .inner-box .content-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/pattern-1.png);
  width: 255px;
  height: 255px;
  top: 25px;
  right: 35px;
  background-repeat: no-repeat;
}

.service-block-one .inner-box .content-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 55px;
  line-height: 55px;
  color: #000;
  font-weight: 500;
  margin-bottom: 17px;
}

.service-block-one .inner-box .content-box .icon-box:before {
  position: absolute;
  content: '';
  background: #fbef55;
  width: 38px;
  height: 38px;
  left: -10px;
  bottom: -5px;
  border-radius: 50%;
  z-index: -1;
}

.service-block-one .inner-box .content-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #272727;
  margin-bottom: 11px;
}

.service-block-one .inner-box .content-box h3 a{
  color: #272727;
}

.service-block-one .inner-box .content-box h3 a:hover{
  color: #fbef55;
}

.service-block-one .inner-box .content-box .text{
  position: relative;
  display: block;
  color: #585858;
  margin-bottom: 11px;
}

.service-block-one .inner-box .content-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.service-block-one .inner-box .content-box .link-btn i{
  position: relative;
  font-size: 12px;
  margin-left: 10px;
  font-weight: 700;
  transition: all 500ms ease;
}

.service-block-one .inner-box .content-box .link-btn a:hover i{
  transform: rotate(360deg);
}

.service-section .service-block:nth-child(2) .service-block-one .inner-box .content-box,
.service-section .service-block:last-child .service-block-one .inner-box .content-box{
  position: relative;
  padding: 28px 240px 30px 30px;
  min-height: 300px;
  margin-bottom: 30px;
}

.service-section .service-block:nth-child(2) .service-block-one .inner-box .image-box,
.service-section .service-block:last-child .service-block-one .inner-box .image-box{
  right: 0px;
  left: inherit;
}

.service-section .service-block:nth-child(2) .service-block-one .inner-box .content-box:before,
.service-section .service-block:last-child .service-block-one .inner-box .content-box:before{
  left: 80px;
  right: inherit;
}


/** about-section **/

.about-section{
  position: relative;
  display: block;
  padding-top: 93px;
}

.about-section .inner-content{
  position: relative;
  display: block;
  margin-bottom: -110px;
  z-index: 1;
}

.about-section .content-box .top-content .top-text{
  position: relative;
  display: block;
  font-size: 16px;
  color: #fbef55;
  margin-bottom: 6px;
}

.about-section .content-box .top-content h1{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.about-section .content-box .top-content h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 28px;
  color: #fbef55;
  font-weight: 700;
  margin-bottom: 27px;
}

.about-section .content-box .top-content .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #cdd0d9;
}

.about-section .content-box .top-content{
  position: relative;
  display: block;
  margin-bottom: 57px;
}

.about-section .content-box .inner-box .single-item .icon-box{
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 45px;
  color: #fbef55;
  margin-bottom: 15px;
}

.about-section .content-box .inner-box .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.about-section .content-box .inner-box .single-item h5 a{
  color: #fff;
}

.about-section .content-box .inner-box .single-item h5 a:hover{
  color: #fbef55;
}

.about-section .content-box .inner-box .single-item .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #dfe0e6;
}

.about-section .content-box .inner-box{
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.about-section .content-column .lower-content{
  position: relative;
  display: block;
  margin-right: -70px;
  background: #fbef55;
  text-align: center;
  padding: 29px 40px 66px 40px;
}

.about-section .content-column .lower-content h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #2098cb;
  margin-bottom: 20px;
}

.about-section .content-column .lower-content a{
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translateX(-50%);
  font-size: 50px;
  color: #fbef55;
  background: #2098cb;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.about-section .content-column .lower-content a:hover{
  background: #fff;
  color: #2098cb;
  box-shadow: 0 10px 19px rgba(0, 0, 0, 0.5);
}

.about-section .image-box{
  position: relative;
  display: block;
  margin-left: 40px;
  margin-top: 7px;
}

.about-section .image-box img{
  width: 100%;
}


/** factory-section **/

.factory-section{
  position: relative;
  display: block;
  padding: 200px 0px 70px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.factory-section:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.factory-section .content-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #363f5b;
  margin-bottom: 27px;
}

/* progress-box */

.single-progress-box{
  position: relative;
  margin-bottom: 30px;
}

.single-progress-box:last-child{
  margin-bottom: 0px;
}

.single-progress-box .progress {
  position: relative;
  background-color: #f6f9fb;
  height: 8px;
  border-radius: 5px;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
  overflow: visible;
}

.single-progress-box .progress-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fbef55;
  height: 8px;
  box-shadow: none;
  border-radius: 5px;
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -ms-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  width: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-progress-box .progress-bar .value-holder {
  position: absolute;
  bottom: 18px;
  right: 0px;
  color: #2098cb;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.single-progress-box .progress-bar .value-holder:before {
  position: absolute;
  content: '';
  background: #fbef55;
  width: 20px;
  height: 20px;
  top: 30px;
  right: 0px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.single-progress-box h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #2098cb;
  margin-bottom: 10px;
}


/** project-section **/

.project-section{
  position: relative;
  display: block;
  background: #fff;
  padding: 94px 0px 130px 0px;
}

.project-section:before{
  position: absolute;
  content: '';
  background: url(../images/background/project-shap.jpg);
  width: 100%;
  height: 1085px;
  left: 0px;
  top: 230px;
  background-repeat: no-repeat;
  background-position: center;
}

.project-section .sec-title{
  margin-bottom: 148px;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #3f4862;
  margin-bottom: 20px;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one:hover .inner-box .image-box img{
  opacity: 0.2;
  transform: scale(1.05);
}

.project-block-one .inner-box .image-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  opacity: 0;
}

.project-block-one:hover .inner-box .image-box a{
  opacity: 1;
}

.project-block-one .inner-box{
  position: relative;
  overflow: hidden;
}

.project-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 40px 25px 40px;
}

.project-block-one .inner-box .lower-content:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 12px;
  height: 12px;
  left: 50%;
  top: -3px;
  margin-left: -6px;
  transform: rotate(-45deg);
  transition: all 1500ms ease;
  z-index: -1;
}

.project-block-one:hover .inner-box .lower-content:after{
  background: #fbef55;
}

.project-block-one .inner-box .lower-content:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(.9) translateY(20px);
  -ms-transform: scale(.9) translateY(20px);
  transform: scale(.9) translateY(20px);
  background: #fbef55;
  transition: all 500ms ease;
}

.project-block-one:hover .inner-box .lower-content:before {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.project-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #2098cb;
  font-weight: 700;
  margin-bottom: 12px;
}

.project-block-one .inner-box .lower-content h3 a{
  color: #2098cb;
}

.project-block-one .inner-box .lower-content .count-number{
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 60px;
  color: #e1e3e8;
  line-height: 50px;
}

.project-block-one .inner-box .lower-content .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #616b8c;
  transition: all 500ms ease;
}


/** main-footer **/

.main-footer{
  position: relative;
  display: block;
}

.main-footer .footer-top{
  position: relative;
  display: block;
  padding: 122px 0px 65px 0px;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1;
}

.main-footer .footer-top .bg-column{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #fff 0%, #fbef55 50%, #fff 100%);
}

.main-footer .footer-top .logo-widget{
  position: relative;
  margin-top: 7px;
}

.main-footer .footer-top .logo-widget .footer-logo{
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.main-footer .footer-top .logo-widget .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #616b8c;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #2098cb;
  margin-bottom: 19px;
}

.main-footer .footer-top .links-widget .widget-content ul li{
  position: relative;
  display: block;
  margin-bottom: 4px;
}

.main-footer .footer-top .links-widget .widget-content ul li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-top .links-widget .widget-content ul li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #616b8c;
}

.main-footer .footer-top .links-widget .widget-content ul li a:hover{
  color: #2098cb;
}

.main-footer .footer-top .company-widget{
  margin-left: 60px;
}

.main-footer .footer-bottom{
  position: relative;
  display: block;
  padding: 38px 0px;
  z-index: 1;
}

.main-footer .footer-bottom .copyright{
  position: relative;
  font-size: 15px;
  color: #616b8c;
}

.main-footer .footer-bottom .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.main-footer .footer-bottom .footer-social li:last-child{
  margin-right: 0px;
}

.main-footer .footer-bottom .footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #2098cb;
}

.main-footer .footer-bottom .footer-social li a:hover{
  color: #fbef55;
}

/*required*/
/** project-style-two **/

.project-style-two{
  position: relative;
  display: block;
  padding: 178px 0px 85px 0px;
}

.project-style-two:before{
  position: absolute;
  content: '';
  background: url(../images/background/project-shap-2.jpg);
  width: 100%;
  height: 806px;
  left: 0px;
  top: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.project-style-two .sec-title{
  margin-bottom: 108px;
}

.project-block-two .inner-box{
  position: relative;
  display: block;
}

.project-block-two .inner-box .image-box{
  position: relative;
  display: block;
  background: #2098cb;
  overflow: hidden;
}

.project-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-two:hover .inner-box .image-box img{
  opacity: 0.2;
}

.project-block-two .inner-box .image-box a{
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  font-size: 40px;
  line-height: 40px;
  color: #f8f8f8;
  opacity: 0;
}

.project-block-two:hover .inner-box .image-box a{
  opacity: 1;
}

.project-block-two .inner-box .lower-content{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #2098cb;
  padding: 30px 30px 26px 45px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.project-block-two:hover .inner-box .lower-content{
  transform: scale(1,1);
}

.project-block-two .inner-box .lower-content .count-number{
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 60px;
  line-height: 50px;
  color: #fe6a36;
}

.project-block-two .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 11px;
}

.project-block-two .inner-box .lower-content h3 a{
  color: #fff;
}

.project-block-two .inner-box .lower-content .text{
  position: relative;
  display: block;
  color: #ffe4df;
}




/** footer-style-three **/

.main-footer.style-three{
  position: relative;
  background: #161212;
}

.main-footer.style-three .widget-title{
  color: #fff;
}

.main-footer.style-three .footer-top .company-widget{
  margin-left: 0px;
}

.main-footer.style-three .footer-top .links-widget .widget-content ul li a,
.main-footer.style-three .footer-top .logo-widget .text,
.main-footer.style-three .footer-bottom .copyright{
  color: #cdcdcd;
}

.main-footer.style-three .footer-top .links-widget .widget-content ul li a:hover,
.main-footer.style-three .footer-bottom .footer-social li a:hover{
  color: #2098cb;
}

.main-footer.style-three .footer-bottom .footer-social li a{
  color: #fff;
}

.main-footer.style-three .footer-top{
  border-bottom: 1px solid #251f1f;
}

/** project-style-four **/

.project-style-four{
  position: relative;
  display: block;
  background: #fff7f7;
  padding: 93px 0px 70px 0px;
  z-index: 1;
}

.project-style-four:before{
  position: absolute;
  content: '';
  background: url(../images/icons/pattern-7.png);
  width: 470px;
  height: 475px;
  left: 0px;
  bottom: 270px;
  background-repeat: no-repeat;
}

.project-style-four:after{
  position: absolute;
  content: '';
  background: url(../images/icons/pattern-7.png);
  width: 470px;
  height: 475px;
  right: 0px;
  bottom: 270px;
  background-repeat: no-repeat;
  z-index: -1;
}

.project-style-four .top-content{
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.project-style-four .top-content .title-box{
  position: relative;
  display: block;
  float: left;
  max-width: 500px;
  width: 100%;
}

.project-style-four .top-content .title-box .top-text{
  position: relative;
  display: block;
  font-size: 16px;
  color: #2098cb;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.project-style-four .top-content .title-box .sec-title h1{
  color: #0c0d24;
}

.project-style-four .top-content .title-box .text{
  position: relative;
  display: block;
  line-height: 28px;
}

.project-style-four .top-content .filters{
  position: relative;
  float: right;
}

.project-style-four .top-content .filters .filter-btns{
  position: relative;
  display: block;
  background: #fff;
  padding: 15px;
  margin-top: 80px;
}

.project-style-four .top-content .filters .filter-btns li{
  position: relative;
  float: left;
  font-size: 16px;
  color: #1d2060;
  text-transform: uppercase;
  padding: 2px 10px;
  text-align: center;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.project-style-four .top-content .filters .filter-btns li.active,
.project-style-four .top-content .filters .filter-btns li:hover{
  background: #2098cb;
  color: #fff;
}

.project-block-four{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-block-four .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-four .inner-box img{
  width: 100%;
  transform: scale(1.01);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: all;
  transition-property: all;
}

.project-block-four:hover .inner-box img{
  transform: scale(1.2) rotate(0deg);
}

.project-block-four .inner-box .overlay-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
}

.project-block-four:hover .overlay-box{
  opacity: 1;
}

.project-block-four .inner-box .overlay-box .box{
  display: table;
  height: 100%;
  width: 100%;
}

.project-block-four .inner-box .overlay-box .box .inner{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0px 15px;
}

.project-block-four .inner-box .overlay-box .box .inner h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1d2060;
  margin-bottom: 23px;
  transform: translateY(-50px);
  transition: all .4s ease-in-out .1s;
}

.project-block-four .inner-box .overlay-box .box .inner h3 a{
  color: #1d2060;
}

.project-block-four .inner-box .overlay-box .box .inner h3 a:hover{
  color: #2098cb;
}

.project-block-four:hover .inner-box .overlay-box .box .inner h3{
  transform: translateY(0px);
}

.project-block-four .inner-box .overlay-box .box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  background: #2098cb;
  padding: 7px 35px;
  text-align: center;
  border-radius: 10px;
  transform: translateY(50px);
  transition: all .4s ease-in-out .1s;
}

.project-block-four .inner-box .overlay-box .box .btn-box a:hover{
  background: #1d2060;
}

.project-block-four:hover .inner-box .overlay-box .box .btn-box a{
  transform: translateY(0px);
}

/** project-style-five **/

.project-style-five{
  position: relative;
  display: block;
  padding: 63px 0px 0px;
  background: #19191d;
}

.project-tab .p-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.project-tab .p-tab.active-tab {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

.project-tab .p-tabs-content {
  position: relative;
  display: block;
}

.project-tab .p-tab.active-tab .project-block-five {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.project-tab .p-tab .project-block-five {
  position: relative;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}

.project-style-five .top-content{
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.project-style-five .top-content .title-box{
  position: relative;
  max-width: 500px;
  width: 100%;
  float: left;
}

.project-style-five .top-content .title-box .top-text{
  position: relative;
  display: block;
  font-size: 16px;
  color: #4ed63c;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.project-style-five .top-content .title-box h1{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 9px;
}

.project-style-five .top-content .title-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #dfdfdf
}

.project-style-five .top-content .tab-btn-box{
  position: relative;
  float: right;
}

.project-style-five .top-content .tab-btn-box .product-tab-btns{
  position: relative;
  display: block;
  margin-top: 95px;
}

.project-style-five .top-content .tab-btn-box .product-tab-btns li.active-btn,
.project-style-five .top-content .tab-btn-box .product-tab-btns li:hover {
  background: #4ed63c;
}

.project-style-five .top-content .tab-btn-box .product-tab-btns li {
  position: relative;
  float: left;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 10px;
  text-align: center;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.project-block-five .inner-box{
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}

.project-block-five .inner-box .image-box{
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
}

.project-block-five .inner-box img{
  width: 100%;
  transform: scale(1.0);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: all;
  transition-property: all;
}

.project-block-five:hover .inner-box img{
  opacity: 0.5;
  transform: scale(1.2) rotate(0deg);
}

.project-style-five .owl-dots,
.project-style-five .owl-nav{
  display: none;
}

.project-block-five .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  box-shadow: inset 0px -140px 50px -40px rgba(0, 0, 0, 0.7);
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-five .inner-box .content-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 70px 60px 40px 60px;
  z-index: 1;
}

.project-block-five .inner-box .content-box h4{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.project-block-five .inner-box .content-box h4 a{
  position: relative;
  display: inline-block;
  color: #fff;
}

.project-block-five:hover .inner-box .content-box h4,
.project-block-five:hover .inner-box .content-box h4 a{
  color: #4ed63c;
}

.project-style-five .lower-content{
  position: relative;
  display: block;
  background: #4ed63c;
  padding: 40px 0px 44px 0px;
}

.project-style-five .lower-content .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  max-width: 800px;
  width: 100%;
}

.project-style-five .lower-content .inner-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #0c0d24;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  padding: 12px 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.project-style-five .lower-content .inner-box .btn-box a:hover{
  transform: translateY(-5px);
}

.project-style-five .lower-content .inner-box .btn-box{
  position: relative;
  margin-top: 10px;
}

/** news-style-three **/

.news-style-three{
  position: relative;
  display: block;
  padding: 52px 0px 170px 0px;
}

.news-style-three .title-box{
  position: relative;
  display: block;
  margin-right: 25px;
  margin-top: 50px;
}

.news-style-three .title-box .top-text{
  position: relative;
  display: block;
  font-size: 16px;
  color: #2098cb;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.news-style-three .title-box h1{
  position: relative;
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #0c0d24;
  line-height: 48px;
  margin-bottom: 13px;
}

.news-style-three .title-box .text{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 13px;
}

.news-style-three .title-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #0c0d24;
  font-style: italic;
  border-bottom: 1px solid #0c0d24;
}

.news-style-three .title-box .link-btn a:hover{
  color: #2098cb;
  border-color: #2098cb;
}

.news-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 40px 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.news-block-two:hover .inner-box{
  transform: translateY(-10px);
}

.news-block-two .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #242425;
  margin-bottom: 0px;
}

.news-block-two .inner-box h4 a{
  position: relative;
  display: inline-block;
  color: #242425;
}

.news-block-two .inner-box h4 a:hover{
  color: #2098cb;
}

.news-block-two .inner-box .post-info{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #70697c;
  margin-bottom: 18px;
}

.news-block-two .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 17px;
  color: #5c5c66;
}

.news-block-two .inner-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #0c0d24;
}

.news-block-two .inner-box .link-btn a i{
  position: relative;
  font-size: 20px;
  margin-left: 8px;
  top: 4px;
}

.news-block-two .inner-box .link-btn a:hover{
  color: #2098cb;
}


.main-header.style-four{
  position: relative;
}

.main-header.style-four .header-top{
  background: #0c0d24;
}

.main-header.style-four .header-bottom .outer-container .nav-outer{
  top: 40px;
  padding-left: 30px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.main-header.style-four .header-bottom .outer-container .nav-outer:before{
  position: absolute;
  content: '';
  background: #fff;
  width: calc(100% - 26px);
  height: 100%;
  left: 13px;
  top: 15px;
  z-index: -1;
}

.main-header.style-four .header-top .header-info li a{
  color: #dededf;
  text-transform: uppercase;
}

.main-header.style-four .header-top .header-info li a:hover,
.main-header.style-four .header-top .header-nav li a:hover{
  color: #2098cb;
}

.main-header.style-four .header-top .header-nav li,
.main-header.style-four .header-top .header-nav li a,
.main-header.style-four .header-top .header-nav .language a:hover{
  color: #dededf;
}

.main-header.style-four .header-top .header-nav li.phone i{
  position: relative;
  font-size: 20px;
  margin-right: 10px;
  font-weight: 600;
  color: #ced6dd;
  top: 3px;
}

.main-header.style-four .header-top .header-nav .language .dropdown-toggle{
  border-color: #313363;
}

.main-header.style-four .header-bottom .logo-box {
  position: relative;
  float: left;
  margin: 0px 60px 0px 0px;
  padding: 12px 0px 10px 0px;
}

.main-header.style-four .header-bottom .info-box .btn-box{
  float: left;
}

.main-header.style-four .header-bottom .info-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #2098cb;
  padding: 24px 31px;
  text-align: center;
}

.main-header.style-four .header-bottom .info-box .btn-box a i{
  font-size: 12px;
  margin-right: 8px;
  transition: all 500ms ease;
}

.main-header.style-four .header-bottom .info-box .btn-box a:hover i{
  transform: rotate(360deg);
}

.main-header.style-four .header-bottom .info-box{
  padding: 0px;
}

.main-header.style-four .header-bottom .info-box .shop-cart a{
  background: transparent;
  font-weight: 600;
}

.main-header.style-four .header-bottom .info-box .shop-cart span{
  background: #2098cb;
  color: #fff;
  margin-left: -7px;
  top: -8px;
}

.main-header.style-four .header-bottom .info-box .shop-cart a:hover{
  color: #2098cb;
}

.main-header.style-four .header-bottom .info-box .shop-cart{
  padding: 0px;
  margin: 15px 8px 0px 0px;
}

.main-header.style-four .header-bottom .info-box .search-box{
  margin-top: 21px;
  margin-right: 13px;
}

.main-header.style-four .header-bottom .info-box .shop-cart:before{
  display: none;
}

.main-header.style-four .header-bottom .info-box .shop-cart:after {
  position: absolute;
  content: '';
  background: #e1e2e3;
  height: 100%;
  width: 1px;
  top: 0px;
  left: -3px;
}



/** header-style-six **/

.main-header.style-six{
  position: relative;
}

.main-header.style-six .header-top{
  background: #fff;
}

.main-header.style-six .header-top .header-info li a,
.main-header.style-six .header-top .header-nav li,
.main-header.style-six .header-top .header-nav li a,
.main-header.style-six .header-top .header-nav .language a:hover,
.main-header.style-six .header-top .header-nav li.phone i{
  color: #5d5d66;
}

.main-header.style-six .header-top .header-info li a:hover,
.main-header.style-six .header-top .header-nav li a:hover{
  color: #2098cb;
}

.main-header.style-six .header-top .header-nav .language .dropdown-toggle{
  border-color: #e7e7e7;
}

.main-header.style-six .header-upper{
  background: #fff;
  padding: 0px;
  box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.05);
}

.main-header.style-six .header-upper .left-content{
  position: relative;
  padding: 32px 0px 22px 0px;
}

.main-header.style-six .header-upper .right-content{
  padding: 16px 0px 15px 0px;
}

.main-header.style-six .header-upper .inner-container{
  position: relative;
  display: block;
  border-bottom: 1px solid #e1e2e3;
}

.main-header.style-six .header-upper .info-box,
.main-header.style-six .header-upper .btn-box{
  position: relative;
  display: inline-block;
}

.main-header.style-six .header-upper .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #2098cb;
  text-align: center;
  padding: 24px 51px;
}

.main-header.style-six .header-upper .btn-box a:hover{
  background: #2098cb;
}

.main-header.style-six .header-upper .info-box{
  position: relative;
  padding: 0px 30px 0px 55px;
  top: 15px;
}

.main-header.style-six .header-upper .info-box .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 45px;
  line-height: 45px;
  color: #000;
}

.main-header.style-six .header-upper .info-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
}

.main-header.style-six .header-upper .info-box h3 a{
  color: #000;
  font-size: 24px;
}

.main-header.style-six .header-upper .info-box h3 a:hover{
  color: #2098cb;
}

.main-header.style-six .header-upper .info-box .text{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #77787f;
}

.main-header.style-six .header-bottom .outer-container .nav-outer{
  position: relative;
  top: 0px;
  box-shadow: none;
  padding: 0px;
}

.main-header.style-six .header-bottom .outer-container .nav-outer:before{
  display: none;
}

.main-header.style-six .header-bottom .info-box .social-links li{
  margin: 0px 3px;
}

.main-header.style-six .header-bottom .info-box .social-links li a{
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ececec;
  border-radius: 50%;
  font-size: 15px;
  color: #0c0d24;
}

.main-header.style-six .header-bottom .info-box .social-links li a:hover{
  border-color: #2098cb;
  color: #2098cb;
}

.main-header.style-six .header-bottom .info-box .search-box{
  margin-left: 20px;
}

.main-header.style-six .header-bottom .info-box .shop-cart span{
  background: #2098cb;
}

.main-header.style-six .header-bottom .info-box .shop-cart a:hover,
.main-header.style-six .header-bottom .info-box .search-box .header-flyout-searchbar i:hover{
  color: #2098cb;
}

.main-header.style-six .main-menu .navigation > li > a{
  padding: 26px 0px;
}

.main-header.style-six .header-bottom .info-box .social-links{
  margin-top: 15px;
}

.main-header.style-six .header-bottom .info-box .shop-cart{
  margin-right: 0px;
}

.main-header.style-six .header-bottom .info-box .shop-cart a{
  padding-right: 0px;
}

.main-header.style-six .header-bottom{
  background: #fff;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.05);
}


/** service-style-four **/

.service-style-four{
  position: relative;
  display: block;
  padding: 95px 0px 100px 0px;
}

.service-style-four .title-box{
  position: relative;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 62px;
}

.service-style-four .title-box .top-text{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #2098cb;
  margin-bottom: 10px;
}

.service-style-four .title-box h1{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  color: #0c0d24;
  font-weight: 700;
  margin-bottom: 23px;
}

.service-style-four .title-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #5d5d66;
}

.service-block-four .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 48px 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.service-block-four .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: #2098cb;
  margin-bottom: 22px;
}

.service-block-four .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #0c0d24;
  font-weight: 700;
  margin-bottom: 9px;
}

.service-block-four .inner-box h3 a{
  position: relative;
  display: inline-block;
  color: #0c0d24;
}

.service-block-four .inner-box h3 a:hover{
  color: #2098cb;
}

.service-block-four .inner-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 24px;
}

.service-block-four .inner-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #0c0d24;
  line-height: 26px;
  border: 1px solid #e9e9e9;
  padding: 6px 35px;
  text-align: center;
}

.service-block-four .inner-box .btn-box a:hover{
  color: #fff;
  background: #2098cb;
  border-color: #2098cb;
}

.service-block-four .inner-box .left-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}

.service-block-four .inner-box .right-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}

.service-block-four .inner-box .left-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block-four .inner-box .left-layer:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block-four .inner-box .right-layer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block-four .inner-box .right-layer:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: #f4f4f4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block-four:hover .inner-box .left-layer:before,
.service-block-four:hover .inner-box .left-layer:after {
  height: 100%;
}

.service-block-four:hover .inner-box .right-layer:before,
.service-block-four:hover .inner-box .right-layer:after {
  height: 100%;
}

/** industries-section **/

.industries-section{
  position: relative;
  display: block;
  padding: 80px 0px 0px;
  margin-bottom: -130px;
  z-index: 1;
}

.industries-section .content-box .top-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 47px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}

.industries-section .content-box .top-box .text p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}

.industries-section .content-box .top-box .text p:last-child{
  margin-bottom: 0px;
}

.industries-section .content-box .top-box .text{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.industries-section .content-box .top-box .list-text li{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #5d5d66;
  padding: 0px 0px 0px 20px;
}

.industries-section .content-box .top-box .list-text li:before{
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  color: #3d3d50;
  font-weight: 700;
  left: 0px;
  top: 1px;
}

.industries-section .content-box .top-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.industries-section .content-box .lower-box{
  position: absolute;
  left: 0px;
  bottom: 3px;
  background: #2098cb;
  padding: 31px 30px 45px 40px;
  min-width: 675px;
  width: 100%;
  z-index: 1;
}

.industries-section .content-box{
  position: relative;
  display: block;
  min-height: 750px;
}

.industries-section .image-box{
  position: relative;
  display: block;
  margin-top: 9px;
}

.industries-section .image-box img{
  width: 100%;
}

.industries-section .content-box .lower-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 47px;
  color: #fff;
  font-weight: 700;
}

.industries-section .content-box .lower-box a{
  position: absolute;
  right: 30px;
  bottom: 15px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}

.industries-section .content-box .lower-box a:hover{
  color: #2098cb;
  border-color: #2098cb;
}
/** news-style-four **/

.news-style-four{
  position: relative;
  display: block;
  padding: 12px 0px 100px 0px;
}

.news-style-four .sec-title .top-text{
  position: relative;
  display: block;
  font-size: 16px;
  color: #2098cb;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.news-style-four .sec-title h1{
  color: #0c0d24;
}

.news-style-four .sec-title{
  margin-bottom: 48px;
}

.news-block-three .inner-box{
  padding: 0px;
  overflow: hidden;
}

.news-block-three .inner-box:hover{
  transform: translateY(0px);
}

.news-block-three .inner-box .image-box{
  position: relative;
  display: block;
  background: #2098cb;
  overflow: hidden;
}

.news-block-three .inner-box .image-box img{
  width: 100%;
  transition: all 1500ms ease;
}

.news-block-three:hover .inner-box .image-box img{
  opacity: 0.2;
  transform: scale(1.1);
}

.news-block-three .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 33px 15px 37px 30px;
}
/** fabrics-section **/

.fabrics-section{
  position: relative;
  display: block;
  padding: 70px 0px 0px;
}

.fabrics-section .single-item-carousel .owl-dots{
  display: none;
}

.fabrics-section .single-item-carousel .owl-nav{
  position: absolute;
  left: 0px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 32px 40px 12px 40px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.fabrics-section .single-item-carousel .owl-nav .owl-prev,
.fabrics-section .single-item-carousel .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  margin: 0px 10px;
  color: #d0d0d7;
  cursor: pointer;
  transition: all 500ms ease;
}

.fabrics-section .single-item-carousel .slide-item img{
  width: 100%;
}

.fabrics-section .single-item-carousel .owl-nav .owl-prev:hover,
.fabrics-section .single-item-carousel .owl-nav .owl-next:hover{
  color: #ff5e85;
}

.fabrics-section .content-box .top-text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #ff5e85;
  font-weight: 700;
  margin-bottom: 10px;
}

.fabrics-section .content-box h1{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  color: #0c0d24;
  font-weight: 700;
  margin-bottom: 11px;
}

.fabrics-section .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.fabrics-section .content-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  background: #ff5e85;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  padding: 14.5px 39px;
  text-transform: capitalize;
  box-shadow: 0 15px 15px rgba(255, 94, 133, 0.2);
}

.fabrics-section .content-box .btn-box a:hover{
  transform: translateY(-5px);
}

.fabrics-section .content-box{
  position: relative;
  display: block;
  margin-left: 45px;
  padding: 85px 0px 82px 0px;
}
/** signup-section **/

.signup-section{
  position: relative;
  padding-top: 165px;
}

.signup-section .inner-container{
  position: relative;
}

.signup-section .inner-container .inner-box{
  position: absolute;
  left: 0px;
  top: -50px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding: 25px 50px;
}

.signup-section .inner-container .inner-box h5{
  position: relative;
  font-size: 18px;
  display: block;
  line-height: 28px;
  color: #2098cb;
  font-weight: 700;
  margin-top: 12px;
}

.signup-section .inner-container .inner-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  background: #2098cb;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  padding: 14.5px 56px;
  text-transform: capitalize;
  z-index: 1;
}

.signup-section .inner-container .inner-box a:hover{
  background: #5f30f3;
}
/** service-single **/
.page-title-two{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title-two:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.6);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.page-title-two .content-box{
  position: relative;
  padding: 220px 0px 205px 0px;
}

.page-title-two .content-box h1 {
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 88px;
  font-weight: 700;
  color: #0c0d24;
  margin-bottom: 16px;
}

.page-title-two .content-box .bread-crumb{
  position: absolute;
  display: inline-block;
  right: 0px;
  bottom: 0px;
  background: #fff;
  padding: 23px 25px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.page-title-two .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  color: #0c0d24;
  margin-right: 5px;
  padding-right: 15px;
}

.page-title-two .content-box .bread-crumb li a{
  color: #0c0d24;
}

.page-title-two .content-box .bread-crumb li a:hover{
  color: #2098cb;
}

.page-title-two .content-box .bread-crumb li:last-child{
  margin: 0px;
  padding: 0px;
}

.page-title-two .content-box .bread-crumb li:before{
  position: absolute;
  content: '';
  background: #0c0d24;
  width: 5px;
  height: 2px;
  right: 0px;
  top: 15px;
}

.page-title-two .content-box .bread-crumb li:last-child:before{
  display: none;
}

.solution-method.type-one{
  position: relative;
  padding: 100px 0px 70px 0px;
}

.solution-method.type-one .image-box{
  position: relative;
  display: block;
  margin-right: 50px;
}

.solution-method.type-one .image-box img{
  width: 100%;
}

.solution-method.type-one .content-box{
  position: relative;
  display: block;
  background: #fff;
  margin-left: -200px;
  padding: 40px 30px 42px 60px;
  border-top-left-radius: 10px;
  margin-top: 90px;
  z-index: 1;
}

.solution-method .content-box h1{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 47px;
  color: #0c0d24;
  font-weight: 700;
  margin-bottom: 9px;
}

.solution-method .content-box h1 span{
  font-size: 40px;
  font-weight: 400;
}

.solution-method .content-box .text p{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.solution-method .content-box .text p:last-child{
  margin-bottom: 0px;
}

.solution-method .content-box .text{
  padding-bottom: 21px;
}

.solution-method .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #5d5d66;
  margin-bottom: 9px;
  padding-left: 30px;
}

.solution-method .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.solution-method .content-box .list-item li:before{
  position: absolute;
  content: "\f132";
  font-family: "Flaticon";
  font-size: 16px;
  color: #000;
  left: 0px;
  top: 0px;
  font-weight: 600;
}


/** solution-method/type-two **/

.solution-method.type-two{
  position: relative;
  padding-bottom: 170px;
}

.solution-method.type-two .image-box{
  position: relative;
  display: block;
  margin-left: 50px;
}

.solution-method.type-two .image-box img{
  width: 100%;
}

.solution-method.type-two .content-box{
  position: relative;
  display: block;
  background: #fff;
  margin-right: -200px;
  padding: 40px 60px 42px 15px;
  border-top-right-radius: 10px;
  margin-top: 90px;
  z-index: 1;
}

.solution-method.type-two .upper-box{
  margin-bottom: 70px;
}

.solution-method.type-two .lower-box .single-item .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 26px 30px 28px 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.solution-method.type-two .lower-box .single-item:hover .inner-box{
  background: #2098cb;
}

.solution-method.type-two .lower-box .single-item .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 55px;
  line-height: 55px;
  color: #000;
  margin-bottom: 12px;
  transition: all 500ms ease;
}

.solution-method.type-two .lower-box .single-item:hover .inner-box .icon-box,
.solution-method.type-two .lower-box .single-item:hover .inner-box h4,
.solution-method.type-two .lower-box .single-item:hover .inner-box h4 a,
.solution-method.type-two .lower-box .single-item:hover .inner-box .text,
.solution-method.type-two .lower-box .single-item:hover .inner-box .link-btn a{
  color: #fff;
}

.solution-method.type-two .lower-box .single-item .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #242425;
  margin-bottom: 11px;
  transition: all 500ms ease;
}

.solution-method.type-two .lower-box .single-item .inner-box h4 a{
  position: relative;
  display: inline-block;
  color: #242425;
}

.solution-method.type-two .lower-box .single-item .inner-box .text{
  position: relative;
  color: #5c5c66;
  display: block;
  margin-bottom: 17px;
  transition: all 500ms ease;
}

.solution-method.type-two .lower-box .single-item .inner-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #0c0d24;
}

.solution-method.type-two .lower-box .single-item .inner-box .link-btn a i{
  position: relative;
  font-size: 20px;
  top: 4px;
  margin-left: 8px;
}
/** clients-style-two **/

.clients-style-two{
  position: relative;
}

.clients-style-two .sec-title{
  margin-bottom: 40px;
}

.clients-style-two .sec-title h1{
  color: #0c0d24;
  margin-bottom: 5px;
}

.clients-style-two .sec-title p{
  line-height: 26px;
}

.clients-style-two .inner-container{
  position: relative;
  display: block;
  padding: 58px 0px 60px 0px;
  border-bottom: 1px solid #dedede;
}

.clients-style-two .clients-logo {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
}

.clients-style-two .clients-logo img{
  opacity: 1;
  transition: all 500ms ease;
}

.clients-style-two .clients-logo:hover img{
  opacity: 0.5;
  transform: scale(1.03);
}

.case-banner{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 125px 0px 145px 0px;
}

.case-banner:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.25);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.case-banner .content-box h1{
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 88px;
  font-weight: 700;
  color: #0c0d24;
  margin-bottom: 17px;
}

.case-banner .content-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #0c0d24;
}

.blog-grid {
  position: relative;
  padding: 80px 0px 80px 0px;
}
.contact-info-section{
  position: relative;
}

.contact-info-section .single-info-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 24px 30px;
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contact-info-section .single-info-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 55px;
  line-height: 55px;
  color: #000;
  margin-bottom: 6px;
  transition: all 500ms ease;
}

.contact-info-section .single-info-box:hover .icon-box{
  color: #2098cb;
}
.contact-info-section .single-info-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #0c0d24;
  padding-bottom: 15px;
  border-bottom: 1px solid #2098cb;
  margin-bottom: 14px;
}

.contact-info-section .single-info-box .text{
  position: relative;
  display: block;
  color: #3c3c49;
}

.contact-info-section .single-info-box .text a{
  color: #3c3c49;
}

.contact-info-section .single-info-box .text a:hover{
  color: #2098cb;
}
.contact-section{
  padding: 85px 0px 90px 0px;
}

.contact-section .contact-form-area .form-group{
  margin-bottom: 30px;
}

.contact-section .contact-form-area .form-group:last-child{
  margin-bottom: 0px;
}

.contact-section .contact-form-area .form-group input[type='text'],
.contact-section .contact-form-area .form-group input[type='email'],
.contact-section .contact-form-area .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #0c0d24;
  padding: 10px 15px;
  transition: all 500ms ease;
}

.contact-section .contact-form-area .form-group input::-webkit-input-placeholder,
.contact-section .contact-form-area .form-group textarea::-webkit-input-placeholder{
  color:#0c0d24;
}
.contact-section .contact-form-area .form-group textarea{
  height: 220px;
  resize: none;
}
.contact-section .contact-form-area .form-group input:focus,
.contact-section .contact-form-area .form-group textarea:focus{
  border-color: #2098cb;
}
.contact-section .contact-form-area .form-group button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  background: #2098cb;
  text-align: center;
  border-radius: 30px;
  padding: 12px 40px;
  cursor: pointer;
  transition: all 500ms ease;
}
.contact-section .contact-form-area .form-group button:hover{
  transform: translateY(-5px);
}
.contact-section .contact-form-area h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #0c0d24;
  font-weight: 700;
  margin-bottom: 26px;
}
.contact-banner-two{
  position: relative;
  background: #e5f1fd;
  padding: 75px 0px 90px 0px;
}
.contact-info-section.contact-page-1{
  padding: 100px 0px 50px 0px;
}
/** case-page-1 **/

.project-style-two.case-page-1{
  position: relative;
  padding: 0px;
}

.project-style-two.case-page-1:before{
  display: none;
}

.project-style-two.case-page-1 .top-content{
  position: relative;
}

.project-style-two.case-page-1 .top-content .title-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 64px 60px 35px 60px;
  margin: -45px -60px 0px -60px;
}

.project-style-two.case-page-1 .top-content .title-box .title-inner{
  position: relative;
  display: block;
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
}

.project-style-two.case-page-1 .top-content .title-box .title-inner .top-text{
  position: relative;
  display: block;
  color: #2098cb;
  font-weight: 700;
  margin-bottom: 10px;
}

.project-style-two.case-page-1 .top-content .title-box .title-inner h1{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  color: #0c0d24;
  font-weight: 700;
  margin-bottom: 23px;
}

.project-style-two.case-page-1 .top-content .title-box .title-inner h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #5d5d66;
}

.project-style-two.case-page-1 .lower-content-box{
  position: relative;
  background: #fff;
  padding: 80px 0px;
}

.project-style-two.case-page-1 .lower-content-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/pattern-9.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-style-two.case-page-1 .lower-content-box .project-block-two{
  margin-bottom: 30px;
}
/*required*/