 
/* Css For Pet Express */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Fact Counter
7. Main Footer
8. About Section
9. Error Section
10. Contact Section
11. Google Map


**********************************************/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');




/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:18px;
  color:#555555;
  line-height:30px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Nunito', 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;
  }
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}
#cookie-banner a {
  color: #f8c102;
  text-decoration: underline;
}
#cookie-banner button {
  background: #f8c102;
  color: black;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 10px;
}

.large-container{
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  font-family: 'Nunito', sans-serif;
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 15px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: 'Nunito', sans-serif;
  color: #555555;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  color: #222222;
  margin: 0px;
  transition: all 500ms ease;
}

.home-1 h1,
.home-1 h2,
.home-1 h3,
.home-1 h4,
.home-1 h5,
.home-1 h6{
  color: #3a1354;
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.img-width{
    width:1179px;
    height:500px;
}

/** button **/

.mr-25{
    margin-top: 25px;
}

.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px 20px 20px;
  padding: 17.5px 30px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one{
  background: #fff;
}

.theme-btn:before{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 0;
  opacity: 0;
  content: "";
  z-index: -1;
  transform: scale(1.0) rotateX(45deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.theme-btn:hover:before{
  opacity: 1.0;
  width: 100%;
  transform: scale(1.0) rotateX(0deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;    
}

.theme-btn:hover{
  color: #fff;
}

.theme-btn .symble{
  font-size: 20px;
  margin-left: 30px;
}

.theme-btn i{
  font-size: 14px;
  margin-left: 15px;
}

.theme-btn.btn-five{
  border-radius: 0px;
  border-top-left-radius: 10px;
  background-color: #F5C94C;
}

.theme-btn.btn-five:before{

}


.theme-btn.btn-six{
  background-color: #fff;
  color: #222;
  border-radius: 30px;
  font-weight: 700;
}

.theme-btn.btn-six:hover{
  color: #fff;
}

.theme-btn.btn-seven{
  border-radius: 30px;
  font-weight: 400;
}

.theme-btn.btn-eight{
  padding: 17.5px 40px;
  border-radius: 30px;
}

.theme-btn.btn-ten{
  padding: 17.5px 43px;
  border-radius: 30px;
}

.theme-btn.btn-eleven{
  padding: 17.5px 43px;
  border-radius: 30px;
}



.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin: 0px 7px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  color: #222;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  box-shadow: none;
}

.pagination li:first-child a{
  color: #ffffff;
}

.pagination li:last-child a{
  color: #ffffff;
}

.sec-pad{
  padding: 90px 0px 60px 0px !important;
}

.mr-0{
  margin: 0px !important;
}

.scroll-top.style-one{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -26px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.scroll-top.style-one:before,
.scroll-top.style-one:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-top.style-one:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.scroll-top.style-two{
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 18px;
  border: 1px solid #ffffff;
  z-index: 99;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 25px;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.sec-title h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.sec-title h2{
  display: block;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 14px;
}

.sec-title.light h5,
.sec-title.light h2{
  color: #ffffff !important;
}

.sec-title .divider{
  position: relative;
  display: inline-block;
  width: 45px;
  height: 14px;
  background-repeat: no-repeat;
}



/*** 


====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  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 **/

.header-top{
  position: relative;
  background: transparent;
  width: 100%;
  padding: 21px 0px 10px 0px;
}

.header-top .phone-box,
.header-top .social-links,
.header-top .search-box{
  position: relative;
  float: left;
  display: inline-block;
}

.header-top .phone-box p{
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.header-top .phone-box p a{
  color: #fff;
}

.header-top .phone-box p i{
  margin-right: 10px;
}

.header-top .phone-box p a:hover{

}

.header-top .phone-box{
  margin-right: 35px;
}

.header-top .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.header-top .social-links li:last-child{
  margin: 0px !important;
}

.header-top .social-links li a{
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #c2bfc3;
  text-align: center;
  border-radius: 50%;
}

.header-top .social-links li a:hover{

}

.header-top .search-box{
  margin-left: 25px;
}

.header-top .search-box .form-group{
  position: relative;
  margin: 0px;
}

.header-top .search-box .form-group input[type="search"]{
  position: relative;
  display: block;
  width: 150px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  padding-right: 25px;
  background: transparent;
}

.header-top .search-box .form-group input::-webkit-input-placeholder{
  color:#fff;
}

.header-top .search-box .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.header-top .search-box .form-group input:focus + button,
.header-top .search-box .form-group button:hover{

}

.header-top .top-inner{
  position: relative;
  display: block;
}

.main-header.style-one .header-top .logo-box{
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  display: inline-block;
  padding: 19px 25px 18px 30px;
  border: 1px solid #cccccc;
  z-index: 1;
  border-radius: 50px 50px 50px 0px;
}

.main-header.style-one .header-top .logo-box .logo{
  position: relative;
  max-width: 153px;
}

.main-header.style-one .header-top .logo-box .logo img{
  width: 100%;
}

.main-header.style-one .header-lower .menu-area{
  position: relative;
  background: rgba(48,0,97,0.5);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 0px 10px 10px 10px;
  padding-left: 30px;
  padding-right: 180px;
}

.main-header.style-one .menu-area .btn-box{
  position: absolute;
  top: -1px;
  right: -1px;
}

.main-header.style-one .menu-area .btn-box .theme-btn{
  padding: 12.5px 30px;
}

.sticky-logo{
  position: relative;
  display: inline-block;
  padding: 15px 0px;
}

.sticky-header .main-menu .navigation > li{
  padding: 26px 0px !important;
}




/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  padding:9px 0px;
  margin: 0px 17px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:16px;
  line-height:30px;
  font-weight:400;
  opacity:1;
  color: #fff;
  padding-right: 17px;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown > a:before{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  top: 0px;
  right: 0px;
  font-weight: 700;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  padding-bottom: 15px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -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 rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding:7px 0px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  color:#222;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{

}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:7px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  padding-bottom: 15px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -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 rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:7px 0px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  color:#222;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0); 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
  background-color: #222;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #0dcbe1;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgb(255 255 255 / 32%);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgb(255 255 255 / 32%);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgb(255 255 255 / 32%);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}

.bg-white{
background-color: #fff;
}


/** banner-section **/

.banner-section{
  position: relative;
  width: 100%;
  padding-top: 165px;
  overflow: hidden;
}

.banner-section .pattern-layer .pattern-1{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80%;
  height: 966px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 83%;
  height: 1074px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section .content-box{
  position: relative;
  display: block;
}

.banner-section .content-box h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 9px;
}

.banner-section .content-box h2{
  display: block;
  font-size: 54px;
  line-height: 72px;
  font-weight: 700;
  margin-bottom: 33px;
}

.banner-section .content-box p{
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 52px;
}

.banner-section .content-box .btn-box .theme-btn.btn-two{
  margin-right: 25px;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-y-2 {
  animation-name: float-bob-y;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x-2{
  animation-name: float-bob-x;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 25s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 25s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 25s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.banner-section .image-box{
  position: relative;
  display: block;
  margin-right: -306px;
  min-height: 935px;
  padding-left: 200px;
  padding-right: 175px;
  padding-top: 45px;
}

.banner-section .image-box .image-1 img{
  position: relative;
  width: 100%;
  z-index: 1;
}

.banner-section .image-box .image-2{
  position: absolute;
  top: 330px;
  left: 348px;
  z-index: 1;
}

.banner-section .image-box .image-3{
  position: absolute;
  left: -24px;
  top: 203px;
}

.banner-section .image-box .image-4{
  position: absolute;
  left: -22px;
  top: 542px;
}

.banner-section .image-box .image-5{
  position: absolute;
  left: 142px;
  top: 459px;
}

.banner-section .image-box .image-6{
  position: absolute;
  right: 285px;
  bottom: 0px;
  z-index: 1;
}

.banner-section .image-box .image-7{
  position: absolute;
  right: 103px;
  bottom: 105px;
}

.banner-section .image-box .image-8{
  position: absolute;
  top: -2px;
  right: 24px;
}

.anim-icon{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}

.anim-icon .icon{
  position: absolute;
  background-repeat: no-repeat;
}

.banner-section .anim-icon .icon-1{
  left: 420px;
  top: 60px;
  width: 279px;
  height: 275px;
  z-index: -1;
}

.banner-section .anim-icon .icon-2{
  left: 40px;
  bottom: 80px;
  width: 301px;
  height: 301px;
}

.banner-section .anim-icon .icon-3{
  left: 40%;
  bottom: 70px;
  width: 188px;
  height: 185px;
}


/** about-section **/

.about-section{
  position: relative;
  padding-bottom: 113px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  margin-right: -32px;
}

.image_block_1 .image-box .image img{
  width: 100%;
}

.image_block_1 .image-box .video-btn{
  position: absolute;
  right: 50px;
  bottom: 80px;
}

.image_block_1 .image-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 110px;
  font-size: 36px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

.image_block_1 .image-box .video-btn a:after, 
.image_block_1 .image-box .video-btn a:before {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(254, 119, 33, 0.9);
  box-shadow: 0 0 0 0 rgba(254, 119, 33, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.image_block_1 .image-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.content_block_1 .content-box{
  position: relative;
  display: block;
}

.ml-70{
  margin-left: 70px;
}

.content_block_1 .content-box .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 49px;
}

.content_block_1 .content-box .tab-btns{
  position: relative;
  display: inline-block;
  width: 300px;
  border-radius: 30px;
  overflow: hidden;
  padding: 0px 18px;
  box-shadow: 0 0px 30px rgba(0,0,0,0.1);
}

.content_block_1 .content-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 30px;
  color: #555;
  font-weight: 400;
  padding: 10px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.content_block_1 .content-box .tab-btns li i{
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
  transition: all 500ms ease;
}

.content_block_1 .content-box .tab-btns li.active-btn,
.content_block_1 .content-box .tab-btns li:hover{

}

.content_block_1 .content-box .tab-btns li span{
  position: relative;
  display: inline-block;
}

.content_block_1 .content-box .tab-btns li span:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: -10px;
  transition: all 500ms ease;
}

.content_block_1 .content-box .tab-btns li.active-btn span:before,
.content_block_1 .content-box .tab-btns li:hover span:before{
  width: 100%;
}

.content_block_1 .content-box .tab-btns li:before{
  position: absolute;
  content: '';
  background: #e9e9e9;
  width: 1px;
  height: calc(100% - 16px);
  top: 8px;
  right: 0px;
}

.content_block_1 .content-box .tab-btns li:last-child:before{
  display: none;
}

.content_block_1 .content-box .tab-btns li:last-child{
  padding-left: 20px;
}

.content_block_1 .content-box .tabs-content .inner p{
  margin-bottom: 38px;
}

.list-style-one{
  position: relative;
  display: block;
}

.list-style-one li{
  position: relative;
  display: block;
  padding-left: 50px;
  margin-bottom: 10px;
}

.list-style-one li:last-child{
  margin-bottom: 0px;
}

.list-style-one li:before{
  position: absolute;
  content: "\f701";
  left: 0px;
  top: 0px;
  color: #01d5eb;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 700;
}

.about-section .sec-title{
  margin-bottom: 56px;
}

.about-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: -60px;
  width: 611px;
  height: 1491px;
  background-repeat: no-repeat;
}


h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h3 a{
  display: inline-block;
  color: #222;
}

h3 a:hover{

}

.home-1 h3 a{
  color: #3a1354;
}

.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots{
  display: none !important;
}


/** skills-section **/

.skills-section{
  position: relative;
  padding: 112px 0px 113px 0px;
}

.skills-section .sec-title{
  margin-bottom: 31px;
}

.skills-section .skills-inner{
  position: relative;
  display: block;
  padding-bottom: 120px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 70px;
}

.skills-section .image-box{
  position: relative;
  display: block;
  padding-right: 100px;
  margin-top: 11px;
}

.skills-section .image-box .image img{
  width: 100%;
}

.content_block_2 .content-box{
  position: relative;
  display: block;
}

.content_block_2 .content-box .text{
  position: relative;
  margin-bottom: 50px;
}

.content_block_2 .content-box .text p{
  line-height: 36px;
}

.progress-box{
  position: relative;
  display: block;
  margin-bottom: 56px;
  padding-right: 50px;
  padding-bottom: 12px;
}

.progress-box .bar-box{
  position: relative;
  padding-left: 53px;
}

.progress-box:last-child{
  margin-bottom: 0px !important;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:5px;
  background:#ede9e7;
  border-radius:0px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  border-radius:0px;
  width:0px;
  height:5px;
  top: -9px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.progress-box .bar-inner:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: -3px;
  right: 0px;
}

.progress-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 44px;
}

.progress-box .count-text{
  position: absolute;
  left: -3px;
  top: -27px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-size: 16px;
  color: #3a1354;
  box-shadow: 3px 3px 0px 0px #dddddd;
}

.progress-box .icon-box{
  position: absolute;
  right: 0px;
  bottom: 7px;
  font-size: 30px;
  line-height: 30px;
}

.counter-block-one{
  position: relative;
  padding-left: 60px;
}

.counter-block-one .inner-box{
  position: relative;
  padding-left: 100px;
}

.counter-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 70px;
  line-height: 70px;
}

.counter-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  color: #3a1354;
  font-weight: 600;
  margin-bottom: 6px;
}

.counter-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #555555;
  font-weight: 600;
}

.skills-section .anim-icon .icon-1{
  top: 120px;
  right: 60px;
  width: 301px;
  height: 301px;
}


/** main-footer -**/


.main-footer{
  position: relative;
}

.footer-top{
  position: relative;
  padding: 115px 0px 94px 0px;
}

.footer-top .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 431px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.footer-top .widget-title{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.footer-top .widget-title h3{
  color: #ffffff;
  margin-bottom: 6px;
}

.footer-top .widget-title .divider{
  position: relative;
  display: inline-block;
  width: 45px;
  height: 14px;
  background-repeat: no-repeat;
}

.footer-top p,
.footer-top a{
  font-size: 16px;
  line-height: 30px;
  color: #9e95ab;
}

.footer-top a:hover{

}

.footer-top .about-widget .text{
  position: relative;
  display: block;
  margin-bottom: 41px;
}

.footer-top .about-widget .social-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 19px;
}

.main-footer .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.main-footer .social-links li:last-child{
  margin: 0px !important; 
}

.main-footer .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c0bfc1;
  border-radius: 50%;
  text-align: center;
}

.main-footer .social-links li a:hover{

}

.footer-top .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.footer-top .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-top .links-widget .links-list li a{
  position: relative;
  display: inline-block;
}

.footer-top .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 5px;
  transition: all 500ms ease;
}

.footer-top .links-widget .links-list li a:hover:before{
  width: 100%;
}

.footer-top .contact-widget .info-list li{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-top .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.footer-top .contact-widget .info-list li h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  padding-left: 28px;
  margin-bottom: 4px;
}

.footer-top .contact-widget .info-list li h4 i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 16px;
}

.footer-top .widget-section{
  position: relative;
  display: block;
  margin-bottom: 87px;
}

.footer-top .footer-subscriber .text h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 4px;
}

.footer-top .footer-subscriber .text p{
  color: #ffffff;
}

.footer-top .footer-subscriber .subscribe-form .form-group{
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.footer-top .footer-subscriber .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #ffffff;
  background-color: #381c53;
  border: 1px solid #381c53;
  padding: 10px 200px 10px 30px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  transition: all 500ms ease;
}

.footer-top .footer-subscriber .subscribe-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 17.5px 48px;
}

.footer-top .footer-subscriber .subscribe-form .form-group input:focus{

}

.footer-top .footer-subscriber .subscribe-form{
  position: relative;
  margin-top: 6px;
}

.footer-bottom{
  position: relative;
  width: 100%;
  background: #300061;
  padding: 22px 0px;
}

.footer-bottom p,
.footer-bottom a{
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

.footer-bottom a:hover{

}

.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-right: 40px;
}

.footer-bottom .footer-nav li:last-child{
  margin: 0px !important;
}

.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background-color: #ffffff;
  width: 3px;
  height: 1px;
  top: 17px;
  right: -23px;
}

.footer-bottom .footer-nav li:last-child:before{
  display: none;
}

.footer-logo-center{
    margin: 80px;
    text-align: center;
}



/* header-style-two **/

.header-top-two{
  position: relative;
  width: 100%;
}

.header-top-two .top-inner{
  position: relative;
  padding: 10px 80px 10px 50px;
  background-color: #091c42;
}

.header-top-two .top-inner .bg-layer{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 5000px;
  height: 100%;
  background-color: #F5C94C;
}

.header-top-two .top-inner .support-box p{
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding-left: 25px;
}

.header-top-two .top-inner .support-box p a{
  color: #ffffff;
}

.header-top-two .top-inner .support-box p a:hover{

}

.header-top-two .top-inner .support-box p i{
  position: absolute;
  left: 0px;
  top: 5px;
}

.header-top-two .top-inner .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.header-top-two .top-inner .social-links li:last-child{
  margin: 0px !important;
}

.header-top-two .top-inner .social-links li a{
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
}

.header-top-two .top-inner .social-links li a:hover{
  color: #092f44;
}

.header-style-two .header-lower .btn-box{
  position: relative;
  float: left;
}

.header-style-two .header-lower .main-menu .navigation > li > a{
  color: #222;
  font-size: 15px;
  font-weight: 500;
}

.header-style-two .main-menu .navigation > li > ul > li > a:hover, 
.header-style-two .main-menu .navigation > li > .megamenu li > a:hover{

}

.header-style-two .header-lower .logo{
  position: relative;
  padding: 28px 38px;
}

.header-style-two .header-lower .main-menu{
  margin-right: 45px;
}

.header-style-two .header-lower .main-menu .navigation > li{
  padding: 37px 0px 40px 0px;
}

.header-style-two .header-lower .btn-box{
  position: relative;
  margin: 23px 0px;
  margin-right: 45px;
}

.header-style-two .header-lower .btn-box .theme-btn{
  padding: 17.5px 39px;
}




/** project-style-two **/

.project-style-two{
  position: relative;
  padding: 100px 0px 60px 0px;
}

.project-style-two .sec-title .theme-btn{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.project-block-two .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}

.project-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}



.project-block-two .inner-box:hover .image-box .link{
  transform: scale(1,1);
}

.project-block-two .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(-90deg, rgb(245 201 76 / 62%), rgb(1 213 235 / 62%) 100%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  transform: scale(0,0);
  clip-path: polygon(0% 0%, 176% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box:before{
  transform: scale(1,1);
}

.project-block-two .inner-box .text{
  position: relative;
  display: inline-block;
  margin-left: 20px;
  width: 90%;
  text-align: center;
  padding: 17px 20px 17px 20px;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
}
.project-block-two .inner-box .text:hover{
  position: relative;
  display: inline-block;
  margin-left: 20px;
  width: 90%;
  text-align: center;
  padding: 17px 20px 17px 20px;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0px 30px rgb(1 213 235 / 15%);
}


.project-block-two .inner-box .text h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
}

.project-block-two .inner-box .text h5 a{
  display: inline-block;
  color: #222;
}

.project-block-two .inner-box .text h5 a:hover{

}


.project-style-two .dots-style-one .owl-dots{
  position: absolute;
  top: -182px;
  right: 0px;
}

.project-style-two .dots-style-one .owl-dots .owl-dot.active span, 
.project-style-two .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}


/** gallery-section **/

.gallery-style{
     position: relative;
     padding: 100px 0px 60px 0px;
}

.gallery-image{
    padding:10px;
}


/** footer-style-two **/

.footer-style-two{
  position: relative;
  background-color: #091d43;
}

.footer-top-two{
  position: relative;
  padding: 122px 0px 108px 0px;
}

.footer-top-two .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 32px;
}

.footer-top-two .logo-widget .text{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.footer-top-two .logo-widget .text p{
  font-size: 16px;
  color: #ffffff;
}

.footer-top-two .logo-widget .subscribe-form .form-group{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 5px 155px 5px 5px;
  border-top-left-radius: 10px;
}

.footer-top-two .logo-widget .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #555;
  padding: 10px 30px;
}

.footer-top-two .logo-widget .subscribe-form .form-group button{
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 12.5px 40px;
  font-size: 16px;
  font-weight: 400;
  transition: all 500ms ease;
}

.footer-top-two .logo-widget{
  position: relative;
  margin-top: -22px;
}

.footer-top-two .widget-title{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.footer-top-two .widget-title h3{
  color: #ffffff;
}

.footer-top-two .links-widget .links-list li{
  position: relative;
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 6px;
}

.footer-top-two .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  padding-left: 27px;
}

.footer-top-two .links-widget .links-list li a:hover{

}

.footer-top-two .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0px;
  top: 9px;
}

.footer-top-two .gallery-widget .image-list{
  position: relative;
  display: block;
  margin: 0px -7.5px;
}

.footer-top-two .gallery-widget .image-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 7.5px 15px 7.5px;
}

.footer-top-two .gallery-widget .image-list .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-top-two .gallery-widget .image-list .image img{
  width: 100%;
  transition: all 500ms ease;
}

.footer-top-two .gallery-widget .image-list .image:hover img{
  opacity: 0.5;
}

.footer-top-two .gallery-widget .widget-title{
  margin-bottom: 36px;
}

.footer-style-two .footer-bottom{
  background-color: #091d43;
}

.footer-style-two .footer-bottom a:hover{

}

.footer-style-two .scroll-top.style-one{
  background-color: #fff;
  color: #091d43;
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 300px 0px 250px 0px;
}

.banner-style-three .content-box{
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
}

.banner-style-three .content-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 27px;
}

.banner-style-three .content-box p{
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 26px;
}

.banner-style-three .content-box .theme-btn.btn-six{
  padding: 17.5px 41px;
  margin-right: 30px;
}

.banner-style-three .content-box .theme-btn.btn-seven{
  padding: 17.5px 47px;
}

.banner-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
}

.mr-100{
  margin-right: 100px;
}

.ml-100{
  margin-left: 100px;
}


/** about-style-three **/

.about-style-three{
  position: relative;
  padding-bottom: 60px;
}

.about-style-three .image-box{
  position: relative;
  display: block;
  margin-right: 70px;
}

.about-style-three .image-box .image img{
  position: relative;
  max-width: none;
  float: right;
}

.content_block_7 .content-box{
  position: relative;
  display: block;
}

.content_block_7 .content-box .sec-title{
  margin-bottom: 24px;
}

.content_block_7 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.content_block_7 .content-box .text p{
  margin-bottom: 30px;
}

.content_block_7 .content-box .text p:last-child{
  margin-bottom: 0px;
}

.content_block_7 .content-box .btn-box .theme-btn{
  font-weight: 500;
  padding: 17.5px 43px;
}


/** funfact-section **/

.funfact-section{
  position: relative;
  display: block;
  padding: 100px 0 100px 0px;
}

.funfact-section .inner-container{
  position: relative;
  display: block;
  padding-top: 58px;
}

.counter-block-two .inner-box{
  position: relative;
  display: flex;
  align-items: center;
}

.counter-block-two .inner-box .count-outer{
  position: relative;
  margin-right: 15px;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
}

.counter-block-two .inner-box h4{
  font-size: 20px;
  line-height: 30px;
  color: #999999;
  font-weight: 500;
}


/** project-style-three **/

.project-style-three{
  position: relative;
  padding: 113px 0px 142px 0px;
  background-color: #f5f5f5;
}

.project-block-three .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.project-block-three .inner-box{
  box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
}

.project-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.project-block-three .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.project-block-three .inner-box .image-box .link{
  position: absolute;
  right: 23px;
  bottom: 23px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #222;
  background-color: #ffffff;
  text-align: center;
  z-index: 1;
  transform: scale(0,0);
}

.project-block-three .inner-box:hover .image-box .link{
  transform: scale(1,1);
}

.project-block-three .inner-box .image-box .link:hover{
  color: #ffffff;
}

.project-block-three .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(-90deg, rgb(245 201 76 / 62%), rgb(1 213 235 / 62%) 100%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  transform: scale(0,0);
  clip-path: polygon(0% 0%, 176% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.project-block-three .inner-box:hover .image-box:before{
  transform: scale(1,1);
}

.project-block-three .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 0px 20px;
}

.project-block-three .inner-box .lower-content .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 56px;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 50%;
  text-align: center;
  margin-top: -15px;
  top: -17px;
  margin-bottom: 6px;
  z-index: 1;
}

.project-block-three .inner-box .lower-content .icon-box img{
  display: inline-block;
}

.project-block-three .inner-box .lower-content h3{
  font-size: 22px;
  margin-bottom: 10px;
}

.project-block-three .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.project-block-three .inner-box .lower-content h3 a:hover{

}

.project-block-three .inner-box .lower-content p{
  font-size: 16px;
  margin-bottom: 7px;
}

.project-block-three .inner-box .lower-content .btn-box{
  position: relative;
  display: inline-block;
  bottom: -15px;
}

.project-block-three .inner-box .lower-content .btn-box .theme-btn{
  padding: 7.5px 25px;
  font-size: 14px;
}

.project-style-three .dots-style-one .owl-dots .owl-dot.active span, 
.project-style-three .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}

.project-style-three .dots-style-one .owl-dots{
  position: relative;
  display: block;
  margin-top: 37px;
}


/** faq-section **/

.accordion-box .block{
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 10px;
  transition: all 500ms ease;
}

.accordion-box .block:last-child{
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 50%;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer{
  background: transparent;
}

.accordion-box .block .acc-btn .icon-outer i{
  opacity: 1;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer i{
  opacity: 0;
}

.accordion-box .block .acc-btn .icon-outer:after{
  position: absolute;
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro';
  opacity: 0;
  font-weight: 700;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer:after{
  opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer{
  right: 18px;
  top: 5px;
}

.accordion-box .block .acc-btn{
  position: relative;
  display: block;
  padding: 5px 55px 5px 30px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 30px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #222;
  margin: 0px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h5{
  color: #ffffff;
}

.accordion-box .block .acc-btn.active{
  padding: 12px 80px 10px 30px;
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
  padding: 12px 40px 11px 25px;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion-box .block .acc-content p{
  font-size: 16px;
}


.faq-section .accordion-box{
  position: relative;
  display: block;
  margin-bottom: 100px;
}



/** about-style-five **/

.about-style-five{
  position: relative;
  padding: 90px 0px 60 0px;
}

.about-style-five .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.about-style-five .image-box{
  position: relative;
  display: block;
  margin-left: -212px;
  margin-right: 30px;
}

.about-style-five .image-box img{
  width: 100%;
}

.content_block_11 .content-box{
  position: relative;
  display: block;
}

.content_block_11 .content-box .sec-title{
  margin-bottom: 18px;
}

.content_block_11 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.content_block_11 .content-box .inner-box{
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.content_block_11 .content-box .inner-box .single-item{
  position: relative;
  display: block;
}

.content_block_11 .content-box .inner-box .single-item {
  position: relative;
  min-height: 67px;
  margin-bottom: 33px;
}

.content_block_11 .content-box .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  color: #222;
  padding-bottom: 15px;
  margin-bottom: 13px;
}

.content_block_11 .content-box .inner-box .single-item h3:before{
  position: absolute;
  content: '';
  width: 45px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.content_block_11 .content-box .inner-box .single-item p{
  font-size: 16px;
}


/** project-style-four **/

.project-style-four{
  position: relative;
  padding: 90px 0px 60px 0px;
}

.project-style-four .outer-container{
  position: relative;
  padding: 0px 75px;
}

.project-block-four .inner-box{
  position: relative;
  display: block;
}

.project-block-four .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.project-block-four .inner-box .image-box:before{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 0;
  opacity: 0;
  content: "";
  z-index: 1;
  transform: scale(1.0) rotateX(45deg);
  -webkit-transition: all 2.0ms linear;
    -o-transition: all 2.0ms linear;
    transition: all 2.0ms linear;
}

.project-block-four .inner-box:hover .image-box:before{
  opacity: 1.0;
  width: 100%;
  transform: scale(1.0) rotateX(0deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;    
}

.project-block-four .inner-box .image-box img{
  width: 100%;
}

.project-block-four .inner-box .text{
    position: relative;
    display: inline-block;
    margin-left: 17px;
    top: -29px;
    background-color: #ffffff;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    padding: 15px 30px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
    z-index: 1;
    width: 90%;
}

.project-block-four .inner-box .text h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.project-block-four .inner-box .text h5 a{
  display: inline-block;
  color: #222;
}

.project-block-four .inner-box .text h5 a:hover{

}

.project-block-four{
  margin-bottom: 42px;
}

.project-style-four .other-links{
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 30px;
  max-width: 770px;
  margin: 0 auto;
  padding: 20px 200px 17px 40px;
}

.project-style-four .other-links h5{
  font-size: 18px;
  font-weight: 600;
}

.project-style-four .other-links .theme-btn{
  position: absolute;
  top: -1px;
  right: -1px;
}

.project-style-four .dots-style-one .owl-dots{
  position: absolute;
  top: -140px;
  right: -5px;
  left: 0px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}

.project-style-four .dots-style-one .owl-dots .owl-dot.active span, 
.project-style-four .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}

.project-style-four .dots-style-one .owl-dots .owl-dot span, 
.project-style-four .dots-style-one .owl-dots .owl-dot span{
  background-color: #f5c94c;
}


/** team-style-two **/

.team-style-two{
  position: relative;
  padding: 113px 0px 120px 0px;
}

.team-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.team-block-two .inner-box{
  position: relative;
  display: block;
}


.team-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  padding: 35px 25px;
  margin-right: 20px;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box .image{
  box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
}

.team-block-two .inner-box:hover .image-box{
 border-radius: 10%;
}

.team-block-two .inner-box .image-box .image{
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.team-block-two .inner-box .image-box .image:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}

.team-block-two .inner-box .image-box .image img{
  width: 100%;
  border-radius: 50%;
}

.team-block-two .inner-box .lower-content .social-links{
  position: absolute;
  left: 45%;
  bottom: -62px;
  width: 40px;
  height: 40px;
}

.team-block-two .inner-box:hover .lower-content .social-links{
}

.team-block-two .inner-box .lower-content .social-links li a{
  position: absolute;
  display: inline-block;
  top: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #f5c94c;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

.team-block-two .inner-box .lower-content .social-links li:first-child a{
  top: -0px;
  left: -60px;
}

.team-block-two .inner-box .lower-content .social-links li:nth-child(2) a{
  top: -0px;
  left: -12px;
}

.team-block-two .inner-box .lower-content .social-links li:nth-child(4) a{
  top: 0px;
  right: -52px;
}

.team-block-two .inner-box .lower-content .social-links li:last-child a{
  top: -1px;
  right: -40px;
}

.team-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 22px;
}

.team-block-two .inner-box .lower-content h3{
  margin-bottom: 2px;
  text-align:center;
}

.team-block-two .inner-box .lower-content .designation{
  position: relative;
  align-items: center;
  text-align:center;
}



.team-block-two .inner-box .lower-content .designation p{
  position: relative;
  font-size: 16px;
  display: block;
  margin-right: 10px;
}



.team-style-two .more-btn{
  position: relative;
  display: block;
  margin-top: 70px;
}

.team-style-two .more-btn .theme-btn{
  padding: 12.5px 31px;
}

/** footer-style-five **/

.footer-style-five{
  position: relative;
}

.footer-style-five .footer-top-two{
  position: relative;
  padding: 105px 0px 87px 0px;
  border-bottom: none;
}

.footer-style-five .footer-top-two .logo-widget .footer-logo{
  margin-bottom: 0px;
}

.footer-style-five .footer-top-two .logo-widget{
  margin-top: 0px;
}

.footer-style-five .footer-top-two .logo-widget .widget-title{
  margin-bottom: 17px;
}

.footer-style-five .footer-top-two .logo-widget .text{
  margin-bottom: 6px;
}

.footer-style-five .footer-top-two .links-widget .links-list li a:before{

}

.footer-style-five .footer-top-two .links-widget .links-list li a:hover{
  
}

.footer-style-five .contact-widget .info-list li{
  position: relative;
  display: block;
  padding-left: 32px;
  margin-bottom: 12px;
}

.footer-style-five .contact-widget .info-list li p{
  position: relative;
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.footer-style-five .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.footer-style-five .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.footer-style-five .contact-widget .info-list li a{
  display: inline-block;
  color: #ffffff;
}

.footer-style-five .contact-widget .info-list li a:hover{

}

.footer-style-five .contact-widget .info-list{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-style-five .contact-widget .social-links h3{
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  margin-right: 15px;
}

.footer-style-five .social-links li a:hover{
  
}

.footer-style-five .footer-bottom{
  padding: 38px 0px 14px 0px;
  background: #F5C94C;
}

.footer-style-five .pattern-layer{
  position: absolute;
  width: 100%;
  height: 135px;
  left: 0px;
  bottom: -25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center
}

.footer-style-five .footer-bottom a:hover{

}

.footer-style-five .scroll-top.style-one{
  top: -20px;
}

.footer-style-five .scroll-top.style-one:hover{

}



/** faq-style-two **/

.faq-style-two{
  position: relative;
}

.faq-style-two .image-box{
  position: relative;
  display: block;
  margin-right: 25px;
  margin-left: -110px;
}

.faq-style-two .image-box img{
  width: 100%;
}

.faq-style-two .image-box .shape .shape-1{
  position: absolute;
  left: -6px;
  top: 74px;
  width: 47px;
  height: 48px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}

.faq-style-two .image-box .shape .shape-2{
  position: absolute;
  left: -14px;
  bottom: 56px;
  width: 65px;
  height: 57px;
  background-repeat: no-repeat;
}

.faq-style-two .image-box .shape .shape-3{
  position: absolute;
  top: 44px;
  right: 70px;
  width: 50px;
  height: 46px;
  background-repeat: no-repeat;
}

.content_block_16 .content-box{
  position: relative;
  display: block;
}

.content_block_16 .content-box .accordion-box .block.active-block{
  border-radius: 10px;
}

.content_block_16 .content-box .accordion-box .block{
  padding: 0px;
}

.content_block_16 .content-box .accordion-box .block .acc-btn{
  background: transparent;
  padding: 19px 80px 20px 30px;
  border-radius: 0px;
}

.content_block_16 .content-box .accordion-box .block .acc-btn h6{
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  font-weight: 500;
}

.content_block_16 .content-box .accordion-box .block .acc-btn.active{

}

.content_block_16 .content-box .accordion-box .block .acc-btn .icon-outer{
  top: 4px;
  right: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.content_block_16 .content-box .accordion-box .block .acc-btn.active .icon-outer{
  background: transparent;
  right: 17px;
}

.content_block_16 .content-box .accordion-box .block .acc-content p{
  font-weight: 500;
}

.content_block_16 .content-box .accordion-box .block .acc-content {
  padding: 16px 30px 13px 30px;
}

.content_block_16 .content-box .sec-title{
  margin-bottom: 34px;
}


/** solutions-section **/

.dots-style-one{
  position: relative;
  display: block;
}

.dots-style-one .owl-dots{
  height: 10px;
  line-height: 10px;
}

.dots-style-one .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.solutions-section .dots-style-one .owl-dots .owl-dot.active span,
.solutions-section .dots-style-one .owl-dots .owl-dot span:hover{
  background: #fff;
  width: 30px;
  border-radius: 5px;
}

.solutions-section .dots-style-one .owl-dots{
  margin-top: 90px;
}

/** solutions-style-two **/

.solution-title{
    font-size: 60px!important;
    font-weight: 800!important;
    margin-bottom: 25px!important;
}
.solution-sub-title{
    font-size: 25px!important;
    font-weight: 600!important;
    margin-bottom: 25px!important;
}

.solutions-style-two{
  position: relative;
  background-color: #070023;
}

.solutions-style-two .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content_block_17 .content-box{
  position: relative;
  display: block;
  text-align: center;

}

.content_block_17 .content-box .text p{
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
}

.content_block_17 .content-box .sec-title{
  margin-bottom: 24px;
}

.content_block_17 .content-box .text .theme-btn{
  padding: 12.5px 37px;
  margin-top: 19px;
}


/** testimonial-style-five **/

.testimonial-style-five{
  position: relative;
  padding: 100px 0px 60px 0px;
}

.testimonial-style-five .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-style-five .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-style-five .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-style-five .testimonial-block{
  position: relative;
  display: block;
  margin: 0px 25px;
  margin-bottom: 60px;
}

.testimonial-style-five .testimonial-block .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 155px 45px 225px 75px/15px 125px 15px 155px;
  padding: 48px 50px 30px 50px;
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 10%);
}

.testimonial-style-five .testimonial-block .inner-box:hover{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 155px 45px 225px 75px/15px 125px 15px 155px;
  padding: 48px 50px 30px 50px;
  box-shadow: 0px 10px 40px 0px rgb(1 213 235 / 28%);
  transition: .42s ease;
  transition-delay: .1s;
}

.testimonial-style-five .testimonial-block .inner-box .light-icon{
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 130px;
  line-height: 130px;
  color: #f2f2f2;
}

.testimonial-style-five .testimonial-block .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.testimonial-style-five .testimonial-block .inner-box .text p{
  font-size: 16px;
}

.testimonial-style-five .testimonial-block .inner-box .author-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 110px;
}

.testimonial-style-five .testimonial-block .inner-box .author-box .author-thumb{
  position: absolute;
  left: -90px;
  top: -20px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.testimonial-style-five .testimonial-block .inner-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
  max-width: 160px;
  max-height: 160px;
}

.testimonial-style-five .testimonial-block .inner-box .author-box .author-thumb .shape{
  position: absolute;
  left: 35px;
  top: 35px;
  width: 139px;
  height: 138px;
  background-repeat: no-repeat;
}

.testimonial-style-five .testimonial-block .inner-box .author-box .author-thumb:before{
  position: absolute;
  content: '';
  border: 10px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.testimonial-style-five .testimonial-block .inner-box .author-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 4px;
}

.testimonial-style-five .testimonial-block .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.testimonial-style-five .testimonial-block .inner-box .author-box .rating{
  position: absolute;
  top: 0px;
  right: -15px;
}

.testimonial-style-five .testimonial-block .inner-box .author-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 18px;
}

.testimonial-style-five .dots-style-one .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 61px;
}

.testimonial-style-five .dots-style-one .owl-dots .owl-dot span{
  background-color: #f5c94c;
}

.testimonial-style-five .dots-style-one .owl-dots .owl-dot.active span, 
.testimonial-style-five .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}


/** contact-style-two **/

.contact-style-two{
  position: relative;
}

.contact-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-style-two .default-form .form-group{
  position: relative;
  margin-bottom: 45px;
}

.contact-style-two .default-form .form-group:last-child{
  margin-bottom: 0px;
}

.contact-style-two .default-form .form-group input[type='text'],
.contact-style-two .default-form .form-group input[type='email'],
.contact-style-two .default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #f5c94c;
  border-radius: 30px;
  font-size: 16px;
  color: #555555;
  text-align: left;
  background-color: #ffffff;
  transition: all 500ms ease;
  padding: 15px 60px 15px 30px;
}

.contact-style-two .default-form .form-group i{
  position: absolute;
  top: 22px;
  right: 45px;
  font-size: 16px;
  color: #555;
  z-index: 1;
}

.contact-style-two .default-form .form-group textarea{
  resize: none;
  height: 145px;
}

.contact-style-two .default-form .form-group input:focus,
.contact-style-two .default-form .form-group textarea:focus{

}

.contact-style-two .default-form .form-group .theme-btn{
  padding: 17.5px 60px;
  margin-top: 15px;
}


/** subscribe-section **/

.subscribe-section{
  position: relative;
}

.subscribe-section .inner-box{
  position: relative;
  display: block;
  padding: 67px 100px 61px 100px;
  border-radius: 100px;
  margin-bottom: 100px;
  margin-top: 75px;
  z-index: 1;
}

.subscribe-section .inner-box .text{
  position: relative;
  display: block;
  padding-left: 115px;
}

.subscribe-section .inner-box .text .icon-box{
  position: absolute;
  left: 0px;
  top: -28px;
}

.subscribe-section .inner-box .text h2{
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 600;
}

.subscribe-section .inner-box .subscribe-form .form-group{
  position: relative;
  display: block;
  margin: 0px;
}

.subscribe-section .inner-box .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  font-size: 16px;
  color: #555;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 40px;
  padding: 15px 50px 15px 30px;
  transition: all 500ms ease;
}

.subscribe-section .inner-box .subscribe-form .form-group button{
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.subscribe-section .inner-box .subscribe-form .form-group input:focus + button,
.subscribe-section .inner-box .subscribe-form .form-group button:hover{

}

.subscribe-section .inner-box .subscribe-form .form-group input:focus{

}


/** banner-style-eight **/

.banner-style-eight{
  position: relative;
  padding: 100px 0px 200px 0px;
}

.banner-style-eight .content-box{
  position: relative;
  display: block;
}

.banner-style-eight .content-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
  margin-bottom: 34px;
}

.banner-style-eight .content-box p{
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 41px;
}

.banner-style-eight .content-box .theme-btn{
  padding: 17.5px 52px;
  font-size: 18px;
  color: #fff;
}

.banner-style-eight .content-box .theme-btn:hover{
  color: #ffffff;
}

.banner-style-eight .image-box{
  position: relative;
  display: block;
  margin-left: 40px;
  margin-right: -171px;
}

.banner-style-eight .image-box img{
  width: 100%;
}

.banner-style-eight .pattern-layer .pattern-1{
  position: absolute;
  top: 100px;
  right: 0px;
  width: 869px;
  height: 746px;
  background-repeat: no-repeat;
}

.banner-style-eight .pattern-layer .pattern-2{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 182px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.banner-style-eight .anim-icon .icon-1{
  left: 170px;
  top: 285px;
  width: 43px;
  height: 37px;
}

.banner-style-eight .anim-icon .icon-2{
  left: 60px;
  bottom: 420px;
  width: 87px;
  height: 87px;
}

.banner-style-eight .anim-icon .icon-3{
  left: 220px;
  bottom: 265px;
  width: 38px;
  height: 37px;
}

.banner-style-eight .anim-icon .icon-4{
  top: 215px;
  left: 30%;
  width: 55px;
  height: 51px;
}

.banner-style-eight .anim-icon .icon-5{
  left: 40%;
  bottom: 300px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
}

.banner-style-eight .anim-icon .icon-6{
  bottom: 300px;
  left: 62%;
  width: 70px;
  height: 67px;
}


/** benefits-style-two **/

.benefits-style-two{
  position: relative;
  padding: 113px 0px 60px 0px;
}

.benefits-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.benefits-block-one{
  position: relative;
  display: block;
  padding-left: 34px;
  padding-bottom: 37px;
  max-width: 245px;
  margin: 0 auto;
}

.benefits-block-one .arrow-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

.benefits-block-one .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 23px 30px 28px 30px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
}

.benefits-block-one .inner-box .icon-box{
  position: absolute;
  top: 16px;
  right: 17px;
}

.benefits-block-one .inner-box span{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.benefits-block-one .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #555555;
  font-weight: 600;
  margin-bottom: 10px;
}

.benefits-block-one .inner-box p{
  font-size: 14px;
  line-height: 24px;
}

.benefits-block:nth-child(2) .benefits-block-one .inner-box span{

}

.benefits-block:nth-child(3) .benefits-block-one .inner-box span{
  
}

.benefits-block:last-child .benefits-block-one .inner-box span{
  
}


/** page-title **/

.page-title{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 92px 0px 60px 0px;
}

.page-title .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
}

.page-title .content-box h1{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 28px;
}

.page-title .content-box .bread-crumb{
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 30px;
}

.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 27px;
  text-align: center;
}

.page-title .content-box .bread-crumb li a{
  color: #ffffff;
}

.page-title .content-box .bread-crumb li a:hover{
  
}

.page-title .content-box .bread-crumb li:first-child{
  background-color: #f5c94c;
}


.skills-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: -480px;
  width: 945px;
  height: 1263px;
  background-repeat: no-repeat;
  z-index: -1;
}

.skills-section.about-page{
  padding: 90px 0px 60px 0px;
}


/** contact-info-two **/

.mb-30{
margin-bottom: 30px;
}


.contact-block_border{
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 33px 45px 23px 45px;
    border-radius: 10px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
}

.contact-info-two{
  position: relative;
  padding-bottom: 120px;
}

.content_block_21 .content-box{
  position: relative;
  display: block;
}

.content_block_21 .content-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: #222;
  font-weight: 500;
}

.content_block_21 .content-box .single-item{
  position: relative;
  padding: 30px 20px 32px 100px;
  margin-bottom: 35px;
}

.content_block_21 .content-box .single-item:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}

.content_block_21 .content-box .single-item .icon-box{
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 48px;
  line-height: 50px;
}

.content_block_21 .content-box .single-item h3{
  font-weight: 500;
  color: #f5c94c;
  margin-bottom: 2px;
}

.content_block_21 .content-box .single-item span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.content_block_21 .content-box .single-item p{
  font-size: 16px;
}

.content_block_21 .content-box .single-item p a{
  display: inline-block;
  color: #555;
}

.content_block_21 .content-box .single-item p a:hover{

}

.contact-info-two .map-inner{
  position: relative;
  display: block;
}

.contact-info-two .map-inner #contact-google-map{
  position: relative;
  width: 100%;
  height: 560px;
}


/** error-page-section **/

.error-page-section{
  position: relative;
  padding: 120px 0px;
}

.error-page-section .inner-box{
  position: relative;
  display: block;
}

.error-page-section .inner-box .image-box{
  position: relative;
  display: block;
  margin-bottom: 114px;
}

.error-page-section .inner-box .image-box img{
  width: 100%;
}

.error-page-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #222;
  font-weight: 500;
  margin-bottom: 67px;
}

.error-page-section .inner-box .theme-btn{
  font-size: 18px;
  font-weight: 500;
}



/*** 

====================================================================
                        Project-Page
====================================================================

***/

.sortable-masonry .filters{
  position: relative;
  display: block;
  margin-bottom: 94px;
}

.sortable-masonry .filters .filter-btns li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #222;
  cursor: pointer;
  margin: 0px 20px;
  transition: all 500ms ease;
}

.sortable-masonry .filters .filter-btns li.active,
.sortable-masonry .filters .filter-btns li:hover{

}

.project-block-one .inner-box .image-box .icon{
  position: absolute;
  display: inline-block;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: inset 0 0px 30px rgb(0 0 0 / 10%);
}

.project-block-one .inner-box .image-box .icon img{
  width: auto;
}

.sortable-masonry .project-block-one .inner-box{
  margin-bottom: 72px;
}

.project-section .pagination-wrapper{
  position: relative;
  display: block;
  padding-top: 50px;
  border-top: 1px solid #a4a4a4;
}

.project-style-three.project-page-2{
  padding: 120px 0px;
  background: #ffffff;
}

.project-style-three.project-page-2 .project-block-three .inner-box{
  margin-bottom: 80px;
}

.project-style-three.project-page-2 .pagination-wrapper{
  position: relative;
  padding-top: 35px;
}


.page-title .content-box .icon-box{
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 17px;
}

.page-title .content-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 11px;
}

.page-title .content-box p{
  font-size: 18px;
  font-weight: 600;
}


/** project-details **/

.mb{
    margin-bottom: 20px;
}

.project-details{
  position: relative;
  padding: 120px 0px 50px 0px;
}

.project-sidebar{
  position: relative;
  display: block;
}

.project-sidebar .project-info{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 33px 45px 23px 45px;
  border-radius: 10px;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
}

.project-sidebar .project-info .single-item{
  position: relative;
  display: block;
  padding-bottom: 27px;
  margin-bottom: 31px;
  padding-left: 46px;
  border-bottom: 2px solid #e1e1e1;
}

.project-sidebar .project-info .single-item:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.project-sidebar .project-info .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 18px;
  line-height: 20px;
}

.project-sidebar .project-info .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.project-sidebar .project-info .single-item p a{
  color: #555;
}

.project-sidebar .project-info .single-item p a:hover{

}

.project-details-content{
  position: relative;
  display: block;
}

.project-details-content h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 28px;
}

.project-details-content p{
  font-size: 16px;
}

.project-details-content .content-one .text{
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.project-details-content .content-one .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
}

.project-details-content .content-one .image-box img{
  width: 100%;
  border-radius: 10px;
}

.project-details-content .content-one{
  position: relative;
  display: block;
  margin-bottom: 39px;
}

.project-details-content .two-column .single-item h3{
  font-size: 24px;
  line-height: 30px;
  color: #01d5eb;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.project-details-content .two-column .single-item span{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 19px;
  margin-bottom: 18px;
}

.project-details-content .two-column .single-item span:before{
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.project-details-content .two-column{
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.project-details-content .content-two .inner-box{
  position: relative;
  display: block;
  padding-right: 285px;
  margin-bottom: 40px;
}

.project-details-content .content-two .inner-box .image-box{
  position: absolute;
  top: -4px;
  right: 0px;
}

.project-details-content .content-two .inner-box .image-box img{
  width: 100%;
}

.project-details-content h3{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 27px;
}

.project-details-content .content-two .text p{
  margin-bottom: 30px;
}

.project-details-content .content-two .text p:last-child{
  margin-bottom: 0px;
}

.project-details .related-project{
  position: relative;
  display: block;
  padding-top: 91px;
  margin-top: 93px;
  border-top: 2px solid #959595;
}

.project-details .related-project .dots-style-one .owl-dots{
  position: absolute;
  top: -90px;
  right: 0px;
}

.project-details .related-project .dots-style-one .owl-dots .owl-dot.active span, 
.project-details .related-project .dots-style-one .owl-dots .owl-dot span:hover{
  height: 30px;
  border-radius: 5px;
  transform: translateY(10px);
}

.project-details .related-project .dots-style-one .owl-dots .owl-dot span{
  background: #f5c94c;
}

.project-details .related-project .sec-title{
  margin-bottom: 40px;
}


.team-page-section{
  position: relative;
  padding: 90px 0px 60px 0px;
}

.team-page-section .team-block-two .inner-box{
  margin-bottom: 60px;
}

.team-block-two{
  max-width: 270px;
  margin: 0 auto;
}



.accordion-box-two .block{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
  border: 1px solid transparent;
  transition: all 500ms ease;
}

.accordion-box-two .block:last-child{
  margin-bottom: 0px;
}

.accordion-box-two .block.active-block{
  border-color: #dddddd;
  box-shadow: none;
}

.accordion-box-two .block .acc-btn .icon-outer{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 24px;
  line-height: 30px;
  color: #999;
  font-weight: 600;
  font-family: 'Nunito', sans-serif;
}

.accordion-box-two .block .acc-btn .icon-outer:before{
  position: absolute;
  content: '+';
  top: 14px;
  right: 23px;
  opacity: 1;
  transition: all 500ms ease;
}

.accordion-box-two .block .acc-btn.active .icon-outer:before{
  opacity: 0;
}

.accordion-box-two .block .acc-btn .icon-outer:after{
  position: absolute;
  content: '-';
  top: 14px;
  right: 23px;
  opacity: 0;
  transition: all 500ms ease;
}

.accordion-box-two .block .acc-btn.active .icon-outer:after{
  opacity: 1;
}

.accordion-box-two .block .acc-btn{
  position: relative;
  display: block;
  padding: 15px 55px 15px 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.accordion-box-two .block .acc-btn.active{
  padding-top: 24px;
}

.accordion-box-two .block .acc-btn h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
}

.accordion-box-two .block .acc-btn.active h5{

}

.accordion-box-two .block .acc-content{
  position:relative;
  display:none;
  padding: 7px 30px 32px 30px;
}

.accordion-box-two .block .acc-content.current{
  display:block;  
}

.accordion-box-two .block .acc-content p{
  font-size: 16px;
}

.faq-page-section{
  position: relative;
}

.faq-page-section .content-box-one{
  position: relative;
  display: block;
  padding: 93px 0px 80px 0px;
  border-bottom: 1px solid #959595;
}

.faq-page-section .content-box-two{
  padding: 93px 0px 100px 0px;
}

.faq-page-section .sec-title{
  margin-bottom: 40px;
}


/*pricing section */


.pricing-style-two {
    position: relative;
    padding: 113px 0px 100px 0px;
}
.centred {
    text-align: center;
}

.pricing-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 718px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
