 
/* Css For Aculia */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider 
6. Service Section
7. About Section
9. Event Section
8. Fact Counter
10. Single Team
11. News Section
12. Main Footer
14. Footer Bottom
15. Slider Style Two
16. About Style Three
19. Service Style Two
20. Event Style Two
21. Cta Section
22. Team Section
23. Slider Style Three
24. About Style Four
25. Service Style Three
26. Event Style Three
27. Single Team Two
28. Research Page
29. About Style Five
30. Service Style Four
31. Books Page
32. Books Section
33. Articles Page
34. Articles Section
35. Error Page
36. Error Section
37. Team Page
38. Team Details Page
39. Team Details
40. Education Section
41. Award Section
42. Possition Section
43. Event Page
44. Blog Page
45. Blog Details
46. Blog Sidebar
47. Contact Page
48. Contact Section


**********************************************/


/* use font link */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');

/* use style sheet */

@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/animate.css);
@import url(../css/hover.css);



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:15px;
  color:#848484;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Open Sans', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px;
  }
}

.container-fluid{
  padding: 0px;
}
.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  position: relative;
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  font-weight: 400;
  cursor:pointer;
  color:#848484;
  transition: all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #009688;
}

input,button,select,textarea{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-weight: 400;
  color: #848484;
  margin-bottom: 10px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  color: #222222;
  transition: all 500ms ease;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  position:relative;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  color: #222222;
  transition: all 500ms ease;
}

h1{
  font-size: 44px;
  line-height: 55px;
  font-weight: 500;
}
h3{
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
h5{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

h3 a{
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
h4 a{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
h5 a{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}


h3 a:hover,
h4 a:hover,
h5 a:hover{
  color: #009688;
}

.centred{
  text-align: center;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}

figure{
  margin: 0px;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4),
        0 0 0 30px rgba(255, 255, 255, 0.3);
    }
}

/** button **/

.btn{
    color: white;
    background:#009688;
}

.btn:hover{
    background:#960000;
    color: white;
}

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 39px;
  background: #009688;
  color: #ffffff;
  border : 2px solid #009688;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.theme-btn:hover{
  background: transparent;
  color: #960000;
}
.theme-btn-two{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  padding: 13px 52px 13px 53px;
  background: transparent;
  color: #222222;
  border : 1px solid #cccccc;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.theme-btn-two:hover{
  background: #009688;
  border: 1px solid #009688;
  color: #ffffff;
}
.theme-btn-three{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  padding: 12px 41px;
  background: #ffffff;
  color: #222222;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.theme-btn-three:hover{
  background: #009688;
  color: #ffffff;
}


.pagination{
  position: relative;
  display: block;
}
.pagination li{
  display: inline-block;
  margin: 0px 5px;
}
.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  height: 50px;
  font-weight: 600;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #848484;
  transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.active{
  background: #ff5e14;
  border: 1px solid #ff5e14;
  color: #ffffff;
}

.sec-pad{
  padding: 107px 0px 120px 0px;
}

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#ffffff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/icons/preloader.gif);
}

.scroll-top {
  width: 60px;
  height: 60px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 24px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #009688;
  transition: all 500ms ease;
}
.scroll-top:hover{
  background: #1c2026;
}
.scroll-top.open {
  bottom: 30px;
}
.scroll-top span{
  color: #fff;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.sec-title{
  position: relative;
  font-size: 42px;
  font-family: 'Hind', sans-serif;
  line-height: 50px;
  color: #222222;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 19px;
}
.title-text{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #009688;
  text-transform: capitalize;
  padding-left: 111px;
  margin-bottom: 25px;
}
.title-text:before{
  position: absolute;
  content: '';
  background: #009688;
  width: 100px;
  height: 1px;
  left: 0px;
  top: 50%;
  margin-top: 0px;
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #ffffff;
  left:0px;
  top:0px;
  border-bottom: 1px solid #e0e0e0;
  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;
  width: 100%;
  background: #fff;/*#f7f5f5;*/
  padding: 32px 0px 33px 0px;
}
.header-top .top-left{
  position: relative;
  float: left;
}
.header-top .top-right{
  position: relative;
  float: right;
  margin-top: 3px;
}
.header-top .top-right .header-info li{
  position: relative;
  float: left;
  font-size: 16px;
  color: #848484;
  margin-right: 46px;
  padding: 10px 0px 0px 0px;
}
.header-top .top-right .header-info li:last-child{
  margin: 0px;
  padding: 0px;
}
.header-top .top-right .header-info li i:before{
  position: relative;
  font-size: 24px;
  color: #848484;
  top: 3px;
  margin: 0px;
  margin-right: 8px;
}

/** header-bottom **/

.header-bottom{
  position: relative;
  background: #ffffff;
}
.header-bottom .menu-area{
  position: relative;
  float: left;
}
.header-bottom .outer-box{
  position: relative;
  float: right;
}
.header-bottom .outer-box a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #182345;
  background: #f2be00;
  padding: 26px 48px 28px 48px;
  transition: all 500ms ease;
}
.header-bottom .outer-box a:hover{
  background: #ffc800;
}



/** main-menu **/

.main-menu{
  position: relative;
  display: block;
}
.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  margin-right: 42px;
}
.main-header .menu-column{
  padding: 0px;
}
.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:16px;
  font-family: 'Open Sans', sans-serif;
  color:#222222;
  line-height:30px;
  font-weight:400;
  opacity:1;
  text-transform:capitalize;
  padding: 17px 18px 19px 0px;
  letter-spacing: 1px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a,
.main-menu .navbar-collapse > ul li.current.dropdown .dropdown-btn,
.main-menu .navbar-collapse > ul li.dropdown:hover .dropdown-btn{
  color: #ffffff;
}


.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top: 100%;
  width:250px;
  z-index:100;
  display:none;
  background:#ffffff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
  border-top: 3px solid #009688;
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 7px 30px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  font-family: 'Open Sans', sans-serif;
  padding:6px 0px;
  line-height:24px;
  font-size:15px;
  color:#222222;
  font-weight: 500;
  text-align:left;
  text-transform:capitalize;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover{
  background: #009688;
  border-bottom: 1px dashed #009688;
}
.main-menu .navigation > li > ul > li:hover a{
  color: #ffffff;
}
.main-menu .navigation > li > ul > li:last-child:hover{
  border-bottom: none;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 0px;
  top: 19px;
  font-size:16px;
  color:#222222;
  text-align: center;
  cursor:pointer;
  z-index:5;
  transition: all 500ms ease;
}
.navbar-header {
  display: none;
}

/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px;
}
.sticky-header .main-menu .navigation > li > a{
  padding: 14px 30px 16px 30px;
}
.sticky-header .main-menu .navigation > li > a{
  color: #222222;
}
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  background: #ffffff;
  color: #ffffff;
}
.sticky-header .logo-box{
  margin-top: 11px;
}
.sticky-header .menu-area{
  padding: 0px;
  margin: 0px;
  border: none;
}
.sticky-header .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  display: none;
}


/** main slider **/


.main-slider{
  position:relative;
}

.main-slider .slide{
  position:relative;
  padding:142px 0px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment: fixed;
}

.main-slider .slide:before{
  position: absolute;
  content: '';
  background: rgba(18, 25, 48, 0.50);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.main-slider .content{
  position: relative;
  background: #ffffff;
  padding: 79px 60px 75px 70px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 89% 100%, 0% 100%);
}

.main-slider .content h1{
  margin-bottom: 47px;
}
.main-slider .content .theme-btn{
  padding: 12px 28px;
  margin-right: 16px;
}

.main-slider .content{
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active .content{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1300ms;
}

/* slide nav */


.main-slider .owl-dots{
  display: none !important;
}

.main-slider .owl-nav{
  position:absolute;
  left:50%;
  top:80%;
  z-index:1;
  width:92px;
  margin-top:14px;
  margin-left: -325px;
}

.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  position: absolute;
  color: #ffffff;
}

.main-slider .owl-nav .owl-prev{
  position:absolute;
  left:0px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  background: transparent;
  margin: 0px 0px;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .owl-nav .owl-next{
  position:absolute;
  right:0px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  background: transparent;
  margin: 0px 0px;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .owl-theme .owl-controls .owl-nav .owl-next:hover,
.main-slider .owl-theme .owl-controls .owl-nav .owl-prev:hover{
  color:#009688;
}


 /*------New try-------*/

  /*------New try-------*/
 .btnS{
    float: right;
    background-color:  #009688;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: left;
    font-size: 20px;
    margin-right: 100px;
}

    
.btnS:focus{
    outline:none;}
    
.btnS:before {
    content: "Less";
    float: right;
    margin-left: 3px;}
    
.btnS.collapsed:before {
    content: "More";}
 /*------New try-------*/

 /*-------Event------*/

 .event-list {
     list-style: none;
     font-family: 'Lato', sans-serif;
     margin: 0px;
     padding: 0px;
 }
 .event-list > li {
     background-color: rgb(255, 255, 255);
     box-shadow: 0px 0px 5px rgb(51, 51, 51);
     box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
     padding: 0px;
     margin: 0px 0px 20px;
 }
 .event-list > li > time {
     display: inline-block;
     width: 100%;
     color: rgb(255, 255, 255);
     background-color: rgb(197, 44, 102);
     padding: 5px;
     text-align: center;
     text-transform: uppercase;
 }
 .event-list > li:nth-child(even) > time {
     background-color: rgb(165, 82, 167);
 }
 .event-list > li > time > span {
     display: none;
 }
 .event-list > li > time > .day {
     display: block;
     font-size: 56pt;
     font-weight: 100;
     line-height: 1;
 }
 .event-list > li time > .month {
     display: block;
     font-size: 24pt;
     font-weight: 900;
     line-height: 1;
 }
 .event-list > li > img {
     width: 100%;
 }
 .event-list > li > .info {
     padding-top: 5px;
     text-align: center;
 }
 .event-list > li > .info > .title {
     font-size: 17pt;
     font-weight: 700;
     margin: 0px;
 }
 .event-list > li > .info > .desc {
     font-size: 13pt;
     font-weight: 300;
     margin: 0px;
 }
 .event-list > li > .info > ul,
 .event-list > li > .social > ul {
     display: table;
     list-style: none;
     margin: 10px 0px 0px;
     padding: 0px;
     width: 100%;
     text-align: center;
 }
 .event-list > li > .social > ul {
     margin: 0px;
 }
 .event-list > li > .info > ul > li,
 .event-list > li > .social > ul > li {
     display: table-cell;
     cursor: pointer;
     color: rgb(30, 30, 30);
     font-size: 11pt;
     font-weight: 300;
     padding: 3px 0px;
 }
 .event-list > li > .info > ul > li > a {
     display: block;
     width: 100%;
     color: rgb(30, 30, 30);
     text-decoration: none;
 } 
 .event-list > li > .social > ul > li {    
     padding: 0px;
 }
 .event-list > li > .social > ul > li > a {
     padding: 3px 0px;
 } 
 .event-list > li > .info > ul > li:hover,
 .event-list > li > .social > ul > li:hover {
     color: rgb(30, 30, 30);
     background-color: rgb(200, 200, 200);
 }
 .facebook a,
 .twitter a,
 .google-plus a {
     display: block;
     width: 100%;
     color: rgb(75, 110, 168) !important;
 }
 .twitter a {
     color: rgb(79, 213, 248) !important;
 }
 .google-plus a {
     color: rgb(221, 75, 57) !important;
 }
 .facebook:hover a {
     color: rgb(255, 255, 255) !important;
     background-color: rgb(75, 110, 168) !important;
 }
 .twitter:hover a {
     color: rgb(255, 255, 255) !important;
     background-color: rgb(79, 213, 248) !important;
 }
 .google-plus:hover a {
     color: rgb(255, 255, 255) !important;
     background-color: rgb(221, 75, 57) !important;
 }


     @media (min-width: 768px) {
     .event-list > li {
         position: relative;
         display: block;
         width: 100%;
         height: 120px;
         padding: 0px;
     }
     .event-list > li > time,
     .event-list > li > img  {
         display: inline-block;
     }
     .event-list > li > time,
     .event-list > li > img {
         width: 120px;
         float: left;
     }
     .event-list > li > .info {
         background-color: rgb(245, 245, 245);
         overflow: hidden;
     }
     .event-list > li > time,
     .event-list > li > img {
         width: 120px;
         height: 120px;
         padding: 0px;
         margin: 0px;
     }
     .event-list > li > .info {
         position: relative;
         height: 120px;
         text-align: left;
         padding-right: 40px;
     }	
     .event-list > li > .info > .title, 
     .event-list > li > .info > .desc {
         padding: 0px 10px;
     }
     .event-list > li > .info > ul {
         position: absolute;
         left: 0px;
         bottom: 0px;
     }
     .event-list > li > .social {
         position: absolute;
         top: 0px;
         right: 0px;
         display: block;
         width: 40px;
     }
     .event-list > li > .social > ul {
         border-left: 1px solid rgb(230, 230, 230);
     }
     .event-list > li > .social > ul > li {			
         display: block;
         padding: 0px;
     }
     .event-list > li > .social > ul > li > a {
         display: block;
         width: 40px;
         padding: 10px 0px 9px;
     }
 }
 

 /** service-section **/
 
 .service-section {
     position: relative;
     padding: 120px 0px 0px 0px;
 }
 
 .service-section.style-two {
     padding-bottom: 120px;
 }
 
 .inner-box {
     position: relative;
 }
 
 .inner-box .image-box {
     position: relative;
     overflow: hidden;
 }
 
 .inner-box .image-box img {
     width: 100%;
 }
 
 .inner-box .image-box .overlay {
     position: absolute;
     left: 0px;
     top: 0px;
     padding: 0 15px;
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100%;
     opacity: 0;
     z-index: 2;
     color: #ffffff;
     text-align: center;
     visibility: hidden;
     -webkit-transition: all 700ms ease;
     -ms-transition: all 700ms ease;
     -o-transition: all 700ms ease;
     transition: all 700ms ease;
     -webkit-transform-origin: left top;
     -ms-transform-origin: left top;
     -moz-transform-origin: left top;
     transform-origin: left top;
     -moz-transform: translateX(-100%);
     -webkit-transform: translateX(-100%);
     -ms-transform: translateX(-100%);
     -o-transform: translateX(-100%);
     transform: translateX(-100%);
 }
 
 .inner-box .image-box .overlay:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     opacity: 0;
     display: block;
     visibility: hidden;
     transition: all 900ms ease;
     -moz-transition: all 900ms ease;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
     background-color: rgba(255, 255, 255, 0.8);
 }
 
 .inner-box:hover .overlay:before {
     opacity: 1;
     visibility: visible;
 }
 
 .inner-box:hover .overlay {
     opacity: 1;
     visibility: visible;
     -moz-transform: translateX(0%);
     -webkit-transform: translateX(0%);
     -ms-transform: translateX(0%);
     -o-transform: translateX(0%);
     transform: translateX(0%);
 }
 
 .inner-box .image-box .overlay .wrapper a {
     position: relative;
     display: inline-block;
     font-size: 15px;
     width: 45px;
     height: 45px;
     line-height: 45px;
     text-align: center;
     margin: 0px 3px;
     background: #ffffff;
     color: #009688;
 }
 
 .single-service-content {
     position: relative;
     background: #ffffff;
     z-index: 1;
     box-shadow: 0 5px 40px rgba(229, 229, 229, 0.60);
 }
 
 .service-section .single-service-content {
     margin-bottom: -135px;
 }
 
 .service-section.style-two .single-service-content {
     margin-bottom: 0;
 }
 
 .single-service-content .lower-content {
     position: relative;
     padding: 27px 15px 30px 25px;
     transition: all 500ms ease;
 }
 
 .single-service-content .lower-content h5 a {
     display: inline-block;
     margin-bottom: 14px;
 }
 
 .single-service-content .lower-content .text {
     margin-bottom: 23px;
     transition: all 500ms ease;
 }
 
 .single-service-content .lower-content .link .theme-btn-two {
     padding: 5px 17px;
 }
 
 .gray-bg {
     background: #f7f5f5;
 }
 /** about-section **/
 
 .about-section {
     position: relative;
     padding: 120px 0px 120px 0px;
 }
 
 .about-style-two {
     padding-top: 252px;
 }
 
 .about-section .about-content {
     position: relative;
     margin-right: 35px;
 }
 
 .about-section .about-content .text {
     font-size: 17px;
     line-height: 30px;
     margin-bottom: 32px;
 }
 
 .about-section .about-content .title-text {
     margin-bottom: 34px;
 }
 
 .about-section .about-content .link {
     padding-top: 15px;
 }
 
 .about-section .about-content .link .theme-btn {
     padding: 12px 38px;
 }
 
 .video-gallery {
     text-align: center;
     position: relative;
     margin-left: 50px;
     margin-top: 5px;
     clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 14%);
 }
 
 .video-gallery:before {
     position: absolute;
     content: '';
     background: rgba(0, 0, 0, 0.60);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
 }
 
 .video-gallery img {
     width: 100%;
 }
 
 .video-gallery .overlay-gallery {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     transition: all 500ms ease;
 }
 
 .video-gallery .overlay-gallery .icon-holder {
     display: table;
     height: 100%;
     width: 100%;
 }
 
 .video-gallery .overlay-gallery .icon-holder .icon {
     display: table-cell;
     vertical-align: middle;
 }
 
 .video-gallery .overlay-gallery .icon-holder .icon a {
     position: relative;
     display: inline-block;
     width: 120px;
     height: 120px;
     line-height: 120px;
     text-align: center;
     background: #ffffff;
     border-radius: 50%;
     -webkit-animation: pulse 3s infinite;
     -o-animation: pulse 3s infinite;
     animation: pulse 3s infinite;
 }
 
 .video-gallery .overlay-gallery .icon-holder .icon i:before {
     position: relative;
     font-weight: 700;
     font-size: 24px;
     color: #222222;
     margin: 0px;
 }
 /** event-section **/
 
 .event-section {
     position: relative;
     padding: 120px 0px;
 }
 
 .event-section .latest-event {
     position: relative;
     display: block;
     background: #2e3030;
     padding: 47px 30px 23px 30px;
 }
 
 .event-section .event-title {
     position: relative;
     font-size: 26px;
     font-family: 'Hind', sans-serif;
     color: #ffffff;
     line-height: 35px;
     font-weight: 500;
     margin-bottom: 15px;
 }
 
 .event-section .latest-event .single-item h5 a {
     display: inline-block;
     color: #ffffff;
     margin-bottom: 3px;
 }
 
 .event-section .single-item h5 a:hover {
     color: #009688;
 }
 
 .event-section .latest-event .single-item .text {
     position: relative;
     color: #abacac;
 }
 
 .event-section .latest-event .single-item .text i:before {
     position: relative;
     font-size: 16px;
     margin: 0px;
     color: #009688;
     margin-right: 11px;
 }
 
 .event-section .latest-event .single-item {
     margin-bottom: 22px;
 }
 
 .event-section .event-content {
     position: relative;
     background: #ffffff;
 }
 
 .event-section .event-content .content-box {
     position: relative;
     padding: 47px 70px 29px 15px;
 }
 
 .event-section .event-content .content-box .event-title {
     color: #222222;
 }
 
 .event-section .event-content .content-box h5 a {
     display: inline-block;
     margin-bottom: 0px;
 }
 
 .event-section .event-content .content-box .odi-text {
     font-size: 14px;
     margin-bottom: 8px;
 }
 
 .event-section .event-content .content-box .text i:before {
     position: relative;
     font-size: 16px;
     color: #009688;
     margin: 0px;
     margin-right: 9px;
 }
 
 .event-section .event-content .content-box .single-item {
     margin-bottom: 22px;
 }
 
 .event-section .event-content .image-box {
     position: relative;
     clip-path: polygon(0% 0%, 82% 0%, 100% 13%, 100% 100%, 0% 100%);
 }
 
 .event-section .event-content .image-box img {
     width: 100%;
 }
 /** fact-counter **/
 
 .fact-counter {
     position: relative;
     padding: 45px 0px 48px 0px;
 }
 
 .counter-bg {
     position: relative;
     background: #009688;
 }
 
 .counter-bg:before {
     position: absolute;
     content: '';
     background: url(../images/background/pattern-bg.png);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     background-repeat: no-repeat;
     background-size: cover;
 }
 
 .single-counter-content .icon-box i:before {
     position: relative;
     font-size: 48px;
     color: #ffffff;
     margin: 0px;
 }
 
 .single-counter-content .count-outer span {
     position: relative;
     display: inline-block;
     font-size: 42px;
     line-height: 50px;
     font-family: 'Hind', sans-serif;
     color: #ffffff;
     font-weight: 500;
     margin-bottom: 1px;
 }
 
 .single-counter-content .text {
     font-size: 17px;
     color: #ffffff;
 }
 
 .single-counter-content {
     position: relative;
     padding: 0px 0px 0px 68px;
 }
 
 .single-counter-content .icon-box {
     position: absolute;
     left: 0px;
     top: 17px;
 }
 /** single-team **/
 
 .single-team {
     position: relative;
     padding: 120px 0px 120px 0px;
 }
 
 .single-team .image-box {
     position: relative;
     float: left;
 }
 
 .single-team .image-box img {
     width: 100%;
 }
 
 .single-team .inner-column {
     position: relative;
     margin: 45px 0px 0px 50px;
 }
 
 .single-team .title-text {
     margin-bottom: 34px;
 }
 
 .single-team .inner-column .text {
     font-size: 17px;
     line-height: 30px;
     margin-bottom: 30px;
 }
 
 .single-team .inner-column .link {
     padding-top: 16px;
 }
 
 .single-team .inner-column .link .theme-btn {
     padding: 12px 38px;
 }
 /** news-section **/
 
 .news-section {
     position: relative;
     padding: 117px 0px 120px 0px;
 }
 
 .news-section .title-box {
     padding-bottom: 18px;
 }
 
 .single-news-content {
     position: relative;
 }
 
 .single-news-content .image-box {
     position: relative;
     overflow: hidden;
 }
 
 .single-news-content .image-box img {
     width: 100%;
     transition: all 500ms ease;
     transform: scale(1.0);
 }
 
 .single-news-content:hover .image-box img {
     transform: scale(1.1);
 }
 
 .single-news-content .content-box {
     position: absolute;
     right: 0px;
     bottom: 50px;
     max-width: 270px;
     background: #ffffff;
     padding: 26px 30px 17px 30px;
 }
 
 .single-news-content .content-box h5 a {
     display: inline-block;
     margin-bottom: 5px;
     font-weight: 600;
 }
 
 .single-news-content .content-box .info-content li {
     position: relative;
     display: inline-block;
     margin-right: 11px;
 }
 
 .single-news-content .content-box .info-content li:before {
     position: absolute;
     content: '/';
     font-size: 15px;
     color: #848484;
     top: 0px;
     right: -10px;
 }
 
 .single-news-content .content-box .info-content li:last-child:before {
     display: none;
 }
 
 .single-news-content .content-box .info-content li:last-child {
     margin-right: 0px;
 }
 
 .single-news-content .content-box .info-content li span {
     color: #009688;
 }
 
 .single-news-content .content-box .info-content {
     margin-bottom: 14px;
 }
 
 .single-news-content .content-box a.link i:before {
     position: relative;
     font-size: 18px;
     color: #848484;
     margin: 0px;
     font-weight: 700;
     transition: all 500ms ease;
 }
 
 .single-news-content .content-box a.link:hover i:before {
     color: #009688;
 }
 
 .news-section .owl-dots {
     display: none !important;
 }
 
 .news-section .owl-nav {
     position: absolute;
     top: -130px;
     right: -5px;
 }
 
 .news-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
     width: 80px;
     height: 80px;
     line-height: 80px;
     text-align: center;
     background: #ffffff;
     color: #909090;
     margin: 0px 5px;
     transition: all 500ms ease;
 }
 
 .news-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
     background: #009688;
     color: #ffffff;
 }
 /** main-footer **/
 
 .main-footer {
     position: relative;
     background: #22262e;
     color: #d4dae3;
     padding: 133px 0px 121px 0px;
 }
 
 .main-footer .widgets-section {
     position: relative;
 }
 
 .main-footer .widgets-section:before {
     position: absolute;
     content: '';
     background: url(../images/background/footer-pattern.png);
     left: 40%;
     top: -45px;
     width: 100%;
     height: 100%;
     min-height: 322px;
     background-repeat: no-repeat;
     animation-name: float-bob;
     animation-duration: 45s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
     -webkit-animation-name: float-bob;
     -webkit-animation-duration: 45s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -moz-animation-name: float-bob;
     -moz-animation-duration: 45s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: linear;
     -ms-animation-name: float-bob;
     -ms-animation-duration: 45s;
     -ms-animation-iteration-count: infinite;
     -ms-animation-timing-function: linear;
     -o-animation-name: float-bob;
     -o-animation-duration: 45s;
     -o-animation-iteration-count: infinite;
     -o-animation-timing-function: linear;
 }
 
 .main-footer .logo-widget {
     margin-top: -12px;
 }
 
 .main-footer .logo-widget .footer-logo {
     position: relative;
     margin-bottom: 11px;
 }
 
 .main-footer .logo-widget .text {
     margin-bottom: 36px;
 }
 
 .main-footer .logo-widget .footer-social li {
     position: relative;
     float: left;
     margin-right: 12px;
 }
 
 .main-footer .logo-widget .footer-social li:last-child {
     margin-right: 0px;
 }
 
 .main-footer .logo-widget .footer-social li a {
     position: relative;
     display: inline-block;
     font-size: 14px;
     color: #ffffff;
     width: 47px;
     height: 47px;
     line-height: 47px;
     background: #2f333b;
     text-align: center;
     border-radius: 50%;
 }
 
 .main-footer .logo-widget .footer-social li a:hover {
     background: #009688;
 }
 
 .footer-title {
     position: relative;
     font-size: 20px;
     font-family: 'Hind', sans-serif;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: 30px;
     color: #ffffff;
     margin-bottom: 31px;
 }
 
 .main-footer .link-widget .link-list li {
     position: relative;
     display: block;
     margin-bottom: 14px;
 }
 
 .main-footer .link-widget .link-list li:last-child {
     margin-bottom: 0px;
 }
 
 .main-footer .link-widget .link-list li a {
     position: relative;
     display: inline-block;
     color: #d4dae3;
     padding: 0px 0px 0px 15px;
 }
 
 .main-footer .link-widget .link-list li a:before {
     position: absolute;
     content: "\f105";
     font-family: 'FontAwesome';
     font-size: 16px;
     color: #d4dae3;
     left: 0px;
     top: 0px;
     transition: all 500ms ease;
 }
 
 .main-footer .link-widget .link-list li a:hover {
     color: #009688;
     text-decoration: underline;
 }
 
 .main-footer .link-widget .link-list li a:hover:before {
     color: #009688;
 }
 
 .main-footer .link-widget {
     margin-left: 70px;
 }
 
 .main-footer .event-widget .single-event .link a {
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 24px;
     font-family: 'Hind', sans-serif;
     color: #d4dae3;
     margin-bottom: 3px;
 }
 
 .main-footer .event-widget .single-event .link a:hover {
     color: #009688;
 }
 
 .main-footer .event-widget .single-event .text i:before {
     position: relative;
     font-size: 18px;
     color: #009688;
     margin: 0px;
     margin-right: 10px;
 }
 
 .main-footer .event-widget .single-event .text {
     font-size: 10px;
     color: #8d929b;
 }
 
 .main-footer .event-widget .single-event {
     margin-bottom: 20px;
 }
 
 .main-footer .event-widget .footer-title {
     margin-bottom: 34px;
 }
 
 .main-footer .event-widget {
     margin-right: 45px;
 }
 
 .form-group {
     position: relative;
     margin: 0px;
 }
 
 .main-footer .newsletter-widget .text {
     margin-bottom: 26px;
     line-height: 24px;
 }
 
 .main-footer .newsletter-widget .form-group input[type='email'] {
     width: 100%;
     height: 50px;
     background: #009688;
     padding: 10px 20px;
     color: #d4dae3;
     border: 1px solid teal;
     transition: all 500ms ease;
 }
 
 .main-footer .newsletter-widget .form-group {
     position: relative;
     margin-bottom: 20px;
 }
 
 .main-footer .newsletter-widget .form-group input[type='email']:focus {
     border: 1px solid #009688;
 }
 
 .main-footer .newsletter-widget .form-group:last-child {
     margin-bottom: 0px;
 }
 
 .main-footer .newsletter-widget .form-group button i:before {
     position: relative;
     font-size: 14px;
     color: #fff;
     font-weight: 700;
     margin: 0px;
     margin-left: 10px;
     transition: all 500ms ease;
 }
 
 .main-footer .newsletter-widget .form-group button:hover i:before {
     color: #009688;
 }
 
 .main-footer .newsletter-widget .form-group button.theme-btn {
     padding: 10px 33px;
 }
 
 .main-footer ::-webkit-input-placeholder {
     /* Chrome */
     color: #d4dae3;
 }
 
 .main-footer :-ms-input-placeholder {
     /* IE 10+ */
     color: #d4dae3;
 }
 
 .main-footer ::-moz-placeholder {
     /* Firefox 19+ */
     color: #d4dae3;
 }
 
 .main-footer :-moz-placeholder {
     /* Firefox 4 - 18 */
     color: #d4dae3;
 }
 
 .main-footer .newsletter-widget .footer-title {
     margin-bottom: 30px;
 }
 /** footer-bottom **/
 
 .footer-bottom {
     position: relative;
     background: #1c2026;
     color: #d4dae3;
     padding: 20px 0px 19px 0px;
 }
 
 .footer-bottom .copyright {
     font-weight: 500;
 }
 
 .footer-bottom .copyright a {
     color: #009688;
     font-weight: 500;
 }
 
 .footer-bottom .copyright a:hover {
     color: #d4dae3;
 }
/*  merck */

.lib-panel {
    margin-bottom: 20Px;
}
.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}
  
  
  

 /** slider-style-two **/
 
 .slider-style-two {
     position: relative;
 }
 
 .slider-style-two h1 {
     font-size: 55px;
     line-height: 62px;
     color: #ffffff;
     font-weight: 500;
     opacity: 0;
     margin-bottom: 41px;
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 100ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
     -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
     -ms-transform: translateY(50px);
     -o-transform: translateY(50px);
     transform: translateY(50px);
 }
 
 .slider-style-two .active h1 {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     transition-delay: 1000ms;
 }
 
 .slider-style-two .slider-btn {
     position: relative;
     opacity: 0;
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 100ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
     -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
     -ms-transform: translateY(50px);
     -o-transform: translateY(50px);
     transform: translateY(50px);
 }
 
 .slider-style-two .active .slider-btn {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     transition-delay: 1300ms;
 }
 
 .slider-style-two .slider-btn .theme-btn {
     padding: 12px 45px;
 }
 
 .slider-style-two .slide {
     padding: 214px 0px 217px 0px;
 }
 
 .slider-style-two .owl-nav {
     position: absolute;
     right: 50px;
     bottom: 40px;
     margin-top: 0px;
     margin-left: 0px;
     width: 160px;
     left: inherit;
     top: inherit;
 }
 
 .slider-style-two .owl-theme .owl-controls .owl-nav [class*="owl-"] {
     display: inline-block;
     width: 80px;
     height: 80px;
     line-height: 80px;
     background: #172424;
     text-align: center;
     color: #ffffff;
     border-radius: 0px;
     margin: 0px;
 }
 
 .slider-style-two .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
     background: #009688;
     color: #ffffff;
 }
 /** about-style-three **/
 
 .about-style-three {
     position: relative;
     padding: 141px 0px 103px 0px;
 }
 
 .about-style-three .title-box {
     margin-right: 20px;
     margin-top: 2px;
 }
 
 .about-style-three .title-box .sec-title {
     line-height: 54px;
     margin-bottom: 17px;
 }
 
 .about-style-three .content-box .top-text {
     position: relative;
     font-size: 18px;
     line-height: 30px;
     color: #222222;
     margin-bottom: 31px;
 }
 
 .about-style-three .content-box .text {
     line-height: 30px;
 }
 /** service-style-two **/
 
 .service-style-two {
     padding-bottom: 130px;
 }
 
 .service-style-two .single-service-content {
     box-shadow: none;
 }
 
 .service-style-two .single-service-content .lower-content {
     background: #f7f5f5;
 }
 /** event-style-two **/
 
 .event-style-two {
     padding: 0px 0px 120px 0px;
 }
 
 .event-style-two .event-content {
     background: #f7f5f5;
 }
 
 .event-style-two .event-content .image-box {
     clip-path: polygon(16% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 12%);
 }
 
 .event-style-two .event-content .image-box img {
     width: 100%;
 }
 
 .event-style-two .event-content .content-box {
     padding: 47px 30px 29px 45px;
 }
 /** cta-section **/
 
 .cta-section {
     position: relative;
     padding: 101px 0px 110px 0px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     background-attachment: fixed;
 }
 
 .cta-section:before {
     position: absolute;
     content: '';
     background-image: -webkit-linear-gradient( 0deg, rgba(0, 150, 136, 0.90) 0%, hsla(0, 0%, 100%, 0.10) 100%);
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
 }
 
 .cta-section .content-box .cta-title {
     position: relative;
     font-size: 48px;
     line-height: 55px;
     font-family: 'Hind', sans-serif;
     font-weight: 400;
     color: #ffffff;
     margin-bottom: 11px;
 }
 
 .cta-section .content-box .text {
     position: relative;
     font-size: 16px;
     color: #ffffff;
     margin-bottom: 43px;
 }
 
 .cta-section .content-box .link a {
     position: relative;
     display: inline-block;
     font-size: 16px;
     color: #222222;
     background: #ffffff;
     padding: 14px 52px 14px 51px;
 }
 
 .cta-section .content-box .link a:hover {
     color: #009688;
 }
 /** team-section **/
 
 .team-section {
     position: relative;
     padding: 114px 0px 84px 0px;
 }
 
 .team-section .title-box {
     padding-bottom: 1px;
     padding-top: 20px;
 }
 
 .single-team-content .lower-content {
     position: relative;
     padding: 24px 0px 0px 0px;
     margin-bottom: 30px;
 }
 
 .single-team-content .lower-content h4 a {
     display: inline-block;
     margin-bottom: 2px;
 }
 
 .single-team-content .lower-content .text {
     position: relative;
     font-size: 16px;
     color: #009688;
     padding-left: 50px;
 }
 
 .single-team-content .lower-content .text:before {
     position: absolute;
     content: '';
     background: #009688;
     width: 40px;
     height: 1px;
     left: 0px;
     top: 50%;
 }

 /*
            --------------NEWS AND EVENT------------
 */



  /*
            --------------Webinars------------
 */


/* Sections Header
--------------------------------*/
.section-header {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
  }
  .section-header::before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #f82249;
    bottom: 0;
    left: calc(50% - 25px);
  }
  .section-header h2 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .section-header p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #9195a2;
  }
  
  .section-with-bg {
    background-color: #f6f7fd;
  }
  
  
  
  
  
  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    height: 100vh;
    background: url(../assets/img/malaria.jpg) top center;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }
  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }
  #hero:before {
    content: "";
    background: rgba(6, 12, 34, 0.082);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  #hero .hero-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 90px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
  }
  @media (max-width: 991px) {
    #hero .hero-container {
      top: 70px;
    }
  }
  #hero h1 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
  }
  #hero h1 span {
    color: #960000;
  }
  @media (max-width: 991px) {
    #hero h1 {
      font-size: 34px;
    }
  }
  #hero p {
    color: #ebebeb;
    font-weight: 700;
    font-size: 20px;
  }
  @media (max-width: 991px) {
    #hero p {
      font-size: 16px;
    }
  }
  #hero .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#960000 50%, rgba(101, 111, 150, 0.15) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
  }
  #hero .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  #hero .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid rgba(163, 163, 163, 0.4);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }
  #hero .play-btn:hover::after {
    border-left: 15px solid #960000;
    transform: scale(20);
  }
  #hero .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
  }
  #hero .about-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #960000;
  }
  #hero .about-btn:hover {
    background: #960000;
    color: #fff;
  }
  
  @-webkit-keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  /*--------------------------------------------------------------
  # About Section
  --------------------------------------------------------------*/
  #about {
    background: url("../assets/img/about-bg.jpg");
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 60px 0 40px 0;
  }
  @media (min-width: 1024px) {
    #about {
      background-attachment: fixed;
    }
  }
  #about:before {
    content: "";
    background: rgba(13, 20, 41, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  #about h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
  }
  #about h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
  }
  #about p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
  }
  
  /*--------------------------------------------------------------
  # Speakers Section
  --------------------------------------------------------------*/
  #speakers {
    padding: 60px 0 30px 0;
  }
  #speakers .speaker {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  #speakers .speaker .details {
    background: rgba(6, 12, 34, 0.76);
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    text-align: center;
    padding-top: 10px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #speakers .speaker .details h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #speakers .speaker .details p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    font-style: italic;
  }
  #speakers .speaker .details .social {
    height: 40px;
  }
  #speakers .speaker .details .social i {
    line-height: 0;
    margin: 0 2px;
  }
  #speakers .speaker .details a {
    color: #fff;
  }
  #speakers .speaker .details a:hover {
    color: #960000;
  }
  #speakers .speaker:hover .details {
    bottom: 0;
  }
  
  #speakers-details {
    padding: 60px 0;
  }
  #speakers-details .details h2 {
    color: #009688;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  #speakers-details .details .social {
    margin-bottom: 15px;
  }
  #speakers-details .details .social a {
    background: #e9edfb;
    color: #009688;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #speakers-details .details .social a:hover {
    background: #960000;
    color: #fff;
  }
  #speakers-details .details .social a i {
    font-size: 16px;
    line-height: 0;
  }
  #speakers-details .details p {
    color: #009688;
    font-size: 15px;
    margin-bottom: 10px;
  }
  
  
  
  /*--------------------------------------------------------------
  # Sponsors Section
  --------------------------------------------------------------*/
  #supporters {
    padding: 60px 0;
  }
  #supporters .supporters-wrap {
    border-top: 1px solid #e0e5fa;
    border-left: 1px solid #e0e5fa;
    margin-bottom: 30px;
  }
  #supporters .supporter-logo {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e0e5fa;
    border-bottom: 1px solid #e0e5fa;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    height: 160px;
  }
  #supporters .supporter-logo:hover img {
    transform: scale(1.2);
  }
  #supporters img {
    transition: all 0.4s ease-in-out;
  }
  
  


  /*
            --------------End of WEBINARS------------*/
 

 .news-and-event{
     position: relative;
     background-color: #f44336;
     color: rgb(255, 255, 255);
     padding-top: 10px;
     height: 50px;
 }
 .news-and-event .title{
     font-size: 40px;
 }
 .event-row{
     border-style: solid;

     border-color: #f44336;
     margin-bottom: 200px;
 }
 .news-text{
     margin-left: 10px;
 }
 /*** 

====================================================================
                        Home-Page-Three
====================================================================

***/



 
 .slider-style-two.slider-style-three .owl-nav {
     bottom: 50%;
     margin-bottom: 40px;
 }
 /** about-style-four **/
 
 .about-style-four {
     position: relative;
     padding: 143px 0px 120px 0px;
 }
 
 .about-style-four .sec-title {
     line-height: 54px;
     margin-bottom: 17px;
 }
 
 .about-style-four .title-box {
     padding-bottom: 21px;
 }
 
 .about-style-four .about-content .top-text {
     font-size: 18px;
     color: #222222;
     line-height: 30px;
     margin-bottom: 31px;
 }
 
 .about-style-four .about-content .text {
     font-size: 15px;
     line-height: 30px;
 }
 
 .about-style-four .video-gallery {
     position: relative;
     margin: 6px 70px 0px 50px;
     clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 17%);
 }
 
 .about-style-four .video-content {
     position: relative;
 }
 
 .about-style-four .video-content:after {
     position: absolute;
     content: '';
     background: #f7f5f5;
     height: 300px;
     width: 300px;
     right: 0px;
     bottom: 70px;
     z-index: -1;
 }
 
 .about-style-four .video-gallery .overlay-gallery .icon-holder .icon a {
     width: 90px;
     height: 90px;
     line-height: 90px;
     background: #009688;
 }
 
 .about-style-four .video-gallery .overlay-gallery .icon-holder .icon i:before {
     color: #ffffff;
 }
 /** service-style-three **/
 
 .service-style-three {
     position: relative;
     background: #f7f5f5;
     padding: 120px 0px 240px 0px;
 }
 
 .service-style-three .single-service-content {
     box-shadow: none;
 }
 
 .service-style-two .single-service-content:hover .lower-content,
 .service-style-three .single-service-content:hover .lower-content {
     background: #009688;
 }
 
 .service-style-two .single-service-content:hover .lower-content h5 a,
 .service-style-three .single-service-content:hover .lower-content h5 a,
 .service-style-two .single-service-content:hover .lower-content .text,
 .service-style-three .single-service-content:hover .lower-content .text {
     color: #ffffff;
 }
 
 .service-style-two .single-service-content:hover .lower-content .link .theme-btn-two,
 .service-style-three .single-service-content:hover .lower-content .link .theme-btn-two {
     border: 1px solid #ffffff;
     background: #ffffff;
 }
 
 .service-style-two .single-service-content:hover .lower-content .link .theme-btn-two,
 .service-style-three .single-service-content:hover .lower-content .link .theme-btn-two {
     color: #222222;
 }
 
 .event-style-three {
     padding: 0px 0px 0px 0px;
     margin-top: -120px;
 }
 
 .event-style-three .event-content {
     background: transparent;
 }
 
 .event-style-three .event-content .content-box {
     background: #ffffff;
     box-shadow: 0 5px 40px rgba(229, 229, 229, 0.60)
 }
 /** single-team-two */
 
 .single-team-two .inner-column {
     margin: 45px 60px 0px 0px;
 }
 
 .single-team-two .image-box {
     float: right;
 }
 /*** 

====================================================================
                        Home-Page-Four
====================================================================

***/
 /** header-style-two **/
 
 .header-style-two .header-top {
     position: relative;
     background: #22262e;
     padding: 23px 0px 22px 0px;
 }
 
 .header-style-two .header-top .bg-column {
     position: absolute;
     top: 0px;
     right: 0px;
     background: url(../images/background/header-bg.jpg);
     width: 57%;
     height: 100%;
     top: 0px;
     right: 0px;
     background-repeat: no-repeat;
     background-size: cover;
 }
 
 .header-style-two .header-top .bg-column:before {
     position: absolute;
     content: '';
     background: rgba(0, 150, 136, 0.70);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
 }
 
 .header-style-two .header-top .top-right .header-info li,
 .header-style-two .header-top .top-right .header-info li i:before {
     color: #ffffff;
 }
 
 .header-style-two .header-top .top-right .theme-btn {
     background: #ffffff;
     border: 2px solid #ffffff;
     color: #222222;
     border-radius: 2px;
 }
 
 .header-style-two .header-top .top-right .theme-btn:hover {
     color: #009688;
 }
 
 .header-style-two .main-menu .navigation>li>a {
     padding: 25px 18px 25px 0px;
 }
 
 .header-style-two .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
     top: 26px;
 }
 
 .header-style-two .sticky-header .main-menu .navigation>li>a {
     padding: 14px 30px 16px 30px;
 }
 /** slider-style-four **/
 
 .slider-style-four h1 {
     font-size: 45px;
     line-height: 55px;
     font-weight: 700;
     margin-bottom: 12px;
 }
 
 .slider-style-four h1 span {
     color: #009688;
 }
 
 .main-slider .content-box .text {
     position: relative;
     font-size: 17px;
     font-family: 'Open Sans', sans-serif;
     line-height: 28px;
     color: #ffffff;
     margin-bottom: 31px;
 }
 
 .slider-style-four .slide {
     padding: 200px 0px 299px 0px;
 }
 
 .main-slider .text {
     position: relative;
     opacity: 0;
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 100ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
     -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
     -ms-transform: translateY(50px);
     -o-transform: translateY(50px);
     transform: translateY(50px);
 }
 
 .main-slider .active .text {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     transition-delay: 1150ms;
 }
 /** feature-section **/
 
 .feature-section {
     position: relative;
     z-index: 1;
 }
 
 .feature-section .feature-column {
     padding: 0px;
 }
 
 .feature-section .feature-content {
     position: relative;
     margin: -100px 15px 0px 15px;
 }
 
 .feature-section .single-item {
     position: relative;
     background: #f7f5f5;
     padding: 58px 45px 50px 45px;
     transition: all 500ms ease;
 }
 
 .feature-section .single-item:hover {
     background: #ffffff;
     box-shadow: 0 5px 20px rgba(229, 229, 229, 0.60);
     z-index: 1;
 }
 
 .feature-section .single-item .icon-box {
     position: relative;
     margin-bottom: 24px;
     -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
     transition: all .3s cubic-bezier(.645, .045, .355, 1);
 }
 
 .feature-section .single-item:hover .icon-box {
     -webkit-transform: translateY(-10px);
     -ms-transform: translateY(-10px);
     transform: translateY(-10px);
     -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
     transition: all .3s cubic-bezier(.645, .045, .355, 1);
 }
 
 .feature-section .single-item .icon-box i:before {
     position: relative;
     font-size: 48px;
     font-weight: 500;
     color: #009688;
     margin: 0px;
 }
 
 .feature-section .single-item h4 a {
     display: inline-block;
     margin-bottom: 12px;
 }
 /** about-style-six **/
 
 .about-style-six {
     position: relative;
     padding: 120px 0px 146px 0px;
 }
 
 .about-style-six .about-content .text p {
     line-height: 30px;
     margin-bottom: 30px;
 }
 
 .about-style-six .about-content .text {
     padding-bottom: 13px;
 }
 
 .about-style-six .about-content {
     margin-right: 50px;
 }
 
 .about-style-six .title-box {
     padding-bottom: 7px;
 }
 
 .about-style-six .about-content .theme-btn {
     padding: 12px 38px;
 }
 
 .about-style-six .video-gallery {
     position: relative;
     clip-path: none;
 }
 
 .about-style-six .video-gallery .overlay-gallery .icon-holder .icon a {
     background: #009688;
 }
 
 .about-style-six .video-gallery .overlay-gallery .icon-holder .icon i:before {
     color: #ffffff;
 }
 
 .about-style-six .video-gallery:after {
     position: absolute;
     content: '';
     background: url(../images/resource/video-pattern.png);
     width: 495px;
     height: 370px;
     right: -65px;
     bottom: -65px;
     z-index: -1;
 }
 /** service-style-five **/
 
 .service-style-five {
     position: relative;
     padding: 115px 0px 170px 0px;
 }
 
 .service-style-five:before {
     position: absolute;
     content: '';
     background: url(../images/background/service-pattern.png);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     background-size: cover;
     background-repeat: no-repeat;
 }
 
 .service-style-five .title-box {
     margin-bottom: 60px;
 }
 
 .service-style-five .title-box .top-text {
     position: relative;
     display: inline-block;
     font-size: 16px;
     font-weight: 400;
     color: #009688;
     text-transform: capitalize;
 }
 
 .service-style-five .title-box .top-text:before {
     position: absolute;
     content: '';
     background: #009688;
     width: 91px;
     height: 1px;
     left: -100%;
     margin-left: -22px;
     top: 50%;
     margin-top: 0px;
 }
 
 .service-style-five .title-box .top-text:after {
     position: absolute;
     content: '';
     background: #009688;
     width: 91px;
     height: 1px;
     right: -100%;
     margin-right: -22px;
     top: 50%;
     margin-top: 0px;
 }
 
 .service-style-five .custom-tab-title {
     margin-bottom: 45px;
 }
 
 .service-style-five .custom-tab-title .tab-title {
     position: relative;
     background: rgba(255, 255, 255, 0.50);
     padding: 10px;
 }
 
 .service-style-five .custom-tab-title .tab-title li {
     position: relative;
     display: inline-block;
     margin: 0px 26px;
     font-size: 16px;
     color: #848484;
     font-weight: 600;
     cursor: pointer;
     padding: 7px 0px;
     transition: all 500ms ease;
 }
 
 .service-style-five .custom-tab-title .tab-title li.active {
     color: #009688;
 }
 
 .service-style-five .custom-tab-title .tab-title li.active:before {
     position: absolute;
     content: '';
     background: #009688;
     width: 50px;
     height: 2px;
     left: 50%;
     margin-left: -25px;
     bottom: -10px;
 }
 
 .service-style-five .single-tab-content .content-box .title {
     position: relative;
     font-size: 30px;
     font-family: 'Hind', sans-serif;
     font-weight: 600;
     line-height: 38px;
     color: #222222;
     margin-bottom: 21px;
 }
 
 .service-style-five .single-tab-content .content-box p {
     margin-bottom: 26px;
 }
 
 .service-style-five .single-tab-content .content-box .link {
     padding-top: 7px;
 }
 
 .service-style-five .single-tab-content .content-box .link .theme-btn {
     padding: 12px 38px;
 }
 
 .service-style-five .single-tab-content .image-box {
     position: relative;
     margin-right: 20px;
     margin-top: 5px;
     z-index: 1;
 }
 
 .service-style-five .single-tab-content .image-box img {
     width: 100%;
 }
 
 .service-style-five .single-tab-content .image-box:before {
     position: absolute;
     content: '';
     background: url(../images/resource/service-pattern.png);
     width: 289px;
     height: 194px;
     left: 83px;
     bottom: -38px;
     z-index: -1;
 }
 
 .service-style-five .single-tab-content .content-box {
     margin: 0px 0px 0px 20px;
 }
 /** counter-style-two **/
 
 .counter-style-two {
     position: relative;
     padding: 70px 0px 73px 0px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     background-attachment: fixed;
 }
 
 .counter-style-two:before {
     position: absolute;
     content: '';
     background: rgba(14, 13, 21, 0.80);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
 }
 
 .counter-style-two .single-counter-content .count-outer span {
     color: #009688;
 }
 /** gallery-section **/
 
 .gallery-section {
     position: relative;
     padding: 115px 0px 90px 0px;
 }
 
 .gallery-section .gallery-item .wrapper .text {
     position: relative;
     display: block;
     color: #ffffff;
     margin-bottom: 13px;
 }
 
 .gallery-section .gallery-item .wrapper .title a {
     position: relative;
     display: inline-block;
     background: transparent;
     width: 100%;
     color: #ffffff;
     height: 100%;
     font-size: 20px;
     line-height: 30px;
     font-weight: 500;
 }
 
 .gallery-section .gallery-item .inner-box {
     margin-bottom: 30px;
 }
 
 .gallery-section .filter-tabs {
     position: relative;
     margin-top: -24px;
     float: right;
 }
 
 .gallery-section .filter-tabs li {
     position: relative;
     float: left;
     font-size: 16px;
     margin-left: 26px;
     color: #222222;
     cursor: pointer;
 }
 
 .gallery-section .filter-tabs li:first-child {
     margin-left: 0px;
 }
 
 .gallery-section .filter-tabs li.active {
     color: #009688;
 }
 
 .gallery-section .filters {
     margin-bottom: 51px;
 }
 
 .title-text {
     margin-bottom: 0px;
 }
 /** testimonial-section **/
 
 .testimonial-section {
     position: relative;
     background: #ffffff;
     width: 100%;
     padding: 117px 0px 0px 0px;
 }
 
 .testimonial-section:before {
     position: absolute;
     content: '';
     background: url(../images/resource/testimonial-pattern.png);
     width: 61px;
     height: 403px;
     top: 0px;
     right: 0px;
 }
 
 .testimonial-section .bg-column {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 60%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-attachment: fixed;
 }
 
 .testimonial-section .bg-column:before {
     position: absolute;
     content: '';
     background: rgba(14, 13, 21, 0.80);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
 }
 
 .testimonial-section .content-box {
     margin-right: 20px;
     margin-top: 24px;
 }
 
 .testimonial-section .content-box .title {
     position: relative;
     display: block;
     font-size: 42px;
     font-family: 'Hind', sans-serif;
     color: #ffffff;
     line-height: 52px;
     font-weight: 500;
     margin-bottom: 24px;
 }
 
 .testimonial-section .content-box .text {
     color: #ffffff;
     margin-bottom: 53px;
     line-height: 30px;
 }
 
 .testimonial-section .content-box .theme-btn {
     padding: 12px 38px;
 }
 
 .testimonial-section .testimonial-content {
     position: relative;
     display: block;
     background: #f7f5f5;
     margin-top: 30px;
     padding: 100px 55px 100px 80px;
 }
 
 .testimonial-section .testimonial-content:before {
     position: absolute;
     content: "\f10e";
     font-family: 'FontAwesome';
     font-size: 80px;
     color: #fababd;
     top: -8px;
     right: 80px;
 }
 
 .testimonial-section .owl-dots {
     display: none !important;
 }
 
 .testimonial-section .testimonial-content .text {
     position: relative;
     font-size: 17px;
     line-height: 30px;
     color: #222222;
     padding-top: 34px;
     margin-bottom: 31px;
 }
 
 .testimonial-section .testimonial-content .text:before {
     position: absolute;
     content: '';
     background: #cccccc;
     width: 50px;
     height: 2px;
     left: 0px;
     top: 0px;
 }
 
 .testimonial-section .testimonial-content .authore {
     position: relative;
     padding: 19px 0px 10px 104px;
 }
 
 .testimonial-section .testimonial-content .authore .autho-thumb {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 84px;
     height: 84px;
     overflow: hidden;
     border-radius: 50%;
 }
 
 .testimonial-section .testimonial-content .authore .autho-thumb img {
     width: 100%;
     border-radius: 50%;
 }
 
 .testimonial-section .testimonial-content .authore .name {
     position: relative;
     display: inline-block;
     font-size: 18px;
     font-family: 'Hind', sans-serif;
     font-weight: 600;
     color: #222222;
     margin-bottom: 1px;
 }
 
 .testimonial-section .testimonial-content .authore .title {
     display: block;
     font-size: 14px;
     color: #009688;
     font-style: italic;
 }
 
 .testimonial-section .owl-controls {
     position: absolute;
     right: 70px;
     bottom: 110px;
 }
 
 .testimonial-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
     color: #cccccc;
     transition: all 500ms ease;
 }
 
 .testimonial-section .owl-theme .owl-controls .owl-nav [class*="owl-"] span:before {
     font-size: 24px;
 }
 
 .testimonial-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
     color: #009688;
 }
 /** news-style-two **/
 
 .news-style-two {
     position: relative;
     padding: 115px 0px 90px 0px;
 }
 
 .news-style-two .title-box .top-text {
     position: relative;
     display: inline-block;
     font-size: 16px;
     font-weight: 400;
     color: #009688;
     text-transform: capitalize;
 }
 
 .news-style-two .title-box {
     margin-bottom: 60px;
 }
 
 .news-style-two .title-box .top-text:before {
     position: absolute;
     content: '';
     background: #009688;
     width: 91px;
     height: 1px;
     left: -100%;
     margin-left: -22px;
     top: 50%;
     margin-top: 0px;
 }
 
 .news-style-two .title-box .top-text:after {
     position: absolute;
     content: '';
     background: #009688;
     width: 91px;
     height: 1px;
     right: -100%;
     margin-right: -22px;
     top: 50%;
     margin-top: 0px;
 }
 
 .news-style-two .single-news-content.small-column .column {
     padding: 0px;
 }
 
 .news-style-two .single-news-content .content-box {
     position: relative;
     right: 0px;
     bottom: 0px;
     max-width: 100%;
     padding: 26px 30px 19px 30px;
     box-shadow: 0 2px 40px rgba(229, 229, 229, 0.60);
 }
 
 .news-style-two .single-news-content.small-column {
     margin: 0px 15px 30px 15px;
 }
 
 .news-style-two .single-news-content .content-box .travel a {
     position: relative;
     display: inline-block;
     font-size: 14px;
     font-family: 'Hind', sans-serif;
     color: #222222;
     line-height: 18px;
     background: #ebe8e8;
     font-weight: 500;
     text-transform: uppercase;
     padding: 3px 11px 0px 11px;
     margin-bottom: 16px;
 }
 
 .news-style-two .single-news-content .content-box .travel a:hover {
     background: #009688;
     color: #ffffff;
 }
 
 .news-style-two .single-news-content .content-box h4 a {
     display: inline-block;
     line-height: 26px;
     margin-bottom: 5px;
 }
 
 .news-style-two .single-news-content {
     transition: all 500ms ease;
 }
 
 .news-style-two .single-news-content:hover {
     box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
 }
 /** brand-section **/
 
 .brand-section {
     position: relative;
     display: block;
     padding: 55px 0px;
     background: #f7f5f5;
 }
 
 .brand-section .brand-outer {
     position: relative;
     margin: 0 -30px;
 }
 
 .brand-section .image-box {
     position: relative;
     display: block;
     text-align: center;
     margin-bottom: 0;
 }
 
 .brand-section .image-box img {
     display: block;
     max-width: 100%;
     width: auto;
     margin: 0 auto;
     opacity: 1;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .brand-section .slide-item:hover .image-box img {
     opacity: 0.6;
 }
 
 .brand-section .owl-theme .owl-controls {
     display: none;
 }
 /*** 

====================================================================
                        Home-Page-Five
====================================================================

***/
 /** header-style-three **/
 
 .header-style-three {
     position: relative;
     background: transparent;
 }
 
 .header-style-three .header-bottom {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     background: transparent;
 }
 
 .header-style-three .header-bottom .nav-outer {
     position: relative;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: space-between;
     flex-wrap: wrap;
     padding: 28px 170px;
 }
 
 .header-style-three .header-bottom .nav-outer .logo-box {
     position: relative;
 }
 
 .header-style-three .header-bottom .nav-outer .menu-area {
     position: relative;
 }
 
 .header-style-three .header-bottom .nav-outer .nav-link {
     position: relative;
     padding: 0px;
 }
 
 .header-style-three .main-menu .navigation>li>a,
 .header-style-three .main-menu .navbar-collapse>ul li.current.dropdown .dropdown-btn,
 .header-style-three .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn,
 .header-style-three .sticky-header .main-menu .navigation>li.current>a,
 .header-style-three .sticky-header .main-menu .navigation>li:hover>a {
     color: #ffffff;
 }
 
 .header-style-three .sticky-header .main-menu .navigation>li>a {
     color: #222222;
 }
 
 .header-style-three .main-menu .navigation>li {
     margin: 0px 21px;
 }
 
 .header-style-three .sticky-header .main-menu .navigation>li {
     margin: 0px;
 }
 /** slider-style-five **/
 
 .slider-style-five {
     position: relative;
 }
 
 .slider-style-five .slide:after {
     position: absolute;
     content: '';
     /* background: url(../images/main-slider/1.png); */
     width: 55%;
     height: 100%;
     left: 0px;
     top: 0px;
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
 }
 
 .main-slider .content-box {
     position: relative;
     display: block;
     z-index: 3;
 }
 
 .slider-style-five .theme-btn-three:hover {
     background: #ffffff;
     color: #009688;
 }
 
 .slider-style-five .theme-btn-three {
     border: none;
     padding: 14px 54px !important;
 }
 
 .slider-style-five h1 {
     margin-bottom: 16px;
 }
 
 .slider-style-five .slide {
     padding: 315px 0px 246px 0px;
 }
 
 .slider-style-five .bg-column {
     position: absolute;
     background: url(../images/main-slider/2.png);
     width: 856px;
     height: 100%;
     left: 0px;
     top: 0px;
     z-index: 2;
 }
 
 .slider-style-five .active h1 {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     transition-delay: 1000ms;
 }
 
 .slider-style-five .active .text {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     transition-delay: 1300ms;
 }
 
 .slider-style-five .active .slider-btn {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     transition-delay: 2000ms;
 }
 /** about-style-seven **/
 
 .about-style-seven {
     position: relative;
     padding: 113px 0px 6px 0px;
 }
 
 .about-style-seven:before {
     position: absolute;
     content: '';
     background: url(../images/background/about-pattern.png);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     background-size: cover;
     background-repeat: no-repeat;
 }
 
 .about-style-seven .title-box {
     padding-bottom: 34px;
 }
 
 .about-style-seven .about-content {
     margin-right: 50px;
 }
 
 .about-style-seven .appointment-content {
     position: relative;
     display: block;
     background: #ffffff;
     box-shadow: 0 2px 40px rgba(229, 229, 229, 0.60);
     margin-top: 131px;
     margin-bottom: -131px;
     z-index: 2;
 }
 
 .about-style-seven .appointment-content .appointment-title {
     position: relative;
     display: block;
     background: #ffd6d6;
     font-size: 24px;
     font-family: 'Hind', sans-serif;
     color: #222222;
     font-weight: 500;
     padding: 34px 40px 31px 40px;
 }
 
 .about-style-seven .appointment-content .appointment-title span {
     color: #009688;
 }
 
 .about-style-seven .appointment-content .form-area {
     position: relative;
     padding: 33px 40px 38px 40px;
 }
 
 .about-style-seven .appointment-content .form-area .form-group {
     position: relative;
     margin-bottom: 13px;
 }
 
 .about-style-seven .appointment-content .form-area .form-group label {
     position: relative;
     display: block;
     font-size: 14px;
     color: #222222;
     margin-bottom: 6px;
 }
 
 .about-style-seven .appointment-content .form-area .form-group input[type='text'],
 .about-style-seven .appointment-content .form-area .form-group input[type='email'],
 .about-style-seven .appointment-content .form-area .form-group textarea,
 .about-style-seven .appointment-content .form-area .form-group select {
     width: 100%;
     height: 50px;
     border: 1px solid #e5e5e5;
     padding: 10px 20px;
     color: #848484;
     font-size: 14px;
     transition: all 500ms ease;
 }
 
 .about-style-seven .appointment-content .form-area .form-group select {
     cursor: pointer;
 }
 
 .about-style-seven .appointment-content .form-area .form-group textarea {
     height: 87px;
     resize: none;
 }
 
 .about-style-seven .appointment-content .form-area .form-group select:focus,
 .about-style-seven .appointment-content .form-area .form-group input:focus,
 .about-style-seven .appointment-content .form-area .form-group textarea:focus {
     border: 1px solid#009688;
 }
 
 .about-style-seven .appointment-content .form-area .form-group .theme-btn {
     padding: 12px 37px;
 }
 /** feature-style-two **/
 
 .feature-style-two {
     position: relative;
     overflow: hidden;
     padding: 245px 0px 90px 0px;
 }
 
 .feature-style-two .feature-content {
     margin: 0px;
 }
 
 .feature-style-two .feature-column {
     padding: 0px 15px;
 }
 
 .feature-style-two .feature-column .single-item {
     margin-bottom: 30px;
 }
 
 .feature-style-two .shape-1 {
     position: absolute;
     left: 0px;
     bottom: -200px;
     background: url(../images/resource/shape-1.png);
     width: 535px;
     height: 668px;
     background-repeat: no-repeat;
     background-position: center;
 }
 
 .feature-style-two .shape-2 {
     position: absolute;
     right: 0px;
     bottom: -200px;
     background: url(../images/resource/shape-2.png);
     width: 535px;
     height: 668px;
     background-repeat: no-repeat;
     background-position: center;
 }
 /** feature-style-three **/
 
 .feature-style-three {
     position: relative;
     overflow: hidden;
     padding: 120px 0px 90px 0px;
 }
 
 .feature-style-three .feature-content {
     margin: 0px;
 }
 
 .feature-style-three .feature-column {
     padding: 0px 15px;
 }
 
 .feature-style-three .feature-column .single-item {
     margin-bottom: 40px;
     box-shadow: 0 2px 4px 0 rgba(12, 0, 46, .04);
     padding: 70px 35px;
     border: 1px solid #f4f4f9;
     background: #fff;
     text-align: left;
 }
 
 .feature-style-three .shape-1 {
     position: absolute;
     left: 0px;
     bottom: -200px;
     background: url(../images/resource/shape-1.png);
     width: 535px;
     height: 668px;
     background-repeat: no-repeat;
     background-position: center;
 }
 
 .feature-style-three .shape-2 {
     position: absolute;
     right: 0px;
     bottom: -200px;
     background: url(../images/resource/shape-2.png);
     width: 535px;
     height: 668px;
     background-repeat: no-repeat;
     background-position: center;
 }
 
 .feature-style-three .single-item:hover .icon-box {
     -webkit-transform: translateY(0px);
     -ms-transform: translateY(0px);
     transform: translateY(0px);
     -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
     transition: all .3s cubic-bezier(.645, .045, .355, 1);
 }
 /** cta-style-two **/
 
 .cta-style-two {
     position: relative;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     background-attachment: fixed;
     padding: 153px 0px 79px 0px;
 }
 
 .cta-style-two:before {
     position: absolute;
     content: '';
     background: rgba(46, 48, 48, 0.60);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
 }
 
 .cta-style-two .content-box .cta-title {
     position: relative;
     font-size: 45px;
     font-family: 'Hind', sans-serif;
     line-height: 54px;
     color: #ffffff;
     font-weight: 700;
     margin-bottom: 34px;
 }
 
 .cta-style-two .content-box .theme-btn {
     padding: 12px 48px;
 }
 
 .cta-style-two .content-box {
     padding-bottom: 153px;
 }
 
 .cta-style-two .lower-cta-content {
     position: relative;
     display: block;
     background: #313233;
     padding: 64px 100px 45px 100px;
     margin-bottom: -290px;
     z-index: 1;
 }
 
 .cta-style-two .lower-cta-content:before {
     position: absolute;
     content: '';
     background: url(../images/resource/2.png);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     background-size: cover;
     background-repeat: no-repeat;
 }
 
 .cta-style-two .lower-cta-content .title {
     position: relative;
     font-size: 30px;
     line-height: 36px;
     font-family: 'Hind', sans-serif;
     font-weight: 600;
     color: #ffffff;
     margin-bottom: 33px;
 }
 
 .cta-style-two .lower-cta-content .list {
     position: relative;
     float: left;
     width: 25%;
     padding-right: 25px;
 }
 
 .cta-style-two .lower-cta-content .list li {
     position: relative;
     display: block;
     font-size: 16px;
     color: #ffffff;
     padding: 0px 0px 0px 16px;
     margin-bottom: 16px;
 }
 
 .cta-style-two .lower-cta-content .list li:before {
     position: absolute;
     content: "\f105";
     font-family: 'FontAwesome';
     color: #ff7277;
     font-size: 18px;
     left: 0px;
     top: 0px;
 }
 
 .cta-style-two .lower-cta-content .list-content {
     position: relative;
     margin-right: 0px;
 }
 /** about-style-seven **/
 
 .about-style-eight {
     position: relative;
     padding: 361px 0px 120px 0px;
 }
 
 .about-style-eight:before {
     position: absolute;
     content: '';
     background: #f7f5f5;
     width: 35%;
     height: 100%;
     left: 0px;
     top: 0px;
 }
 
 .about-style-eight .video-gallery {
     margin: 0px 30px 0px 0px;
     clip-path: none;
 }
 
 .about-style-eight .video-gallery .overlay-gallery .icon-holder .icon a {
     width: 120px;
     height: 120px;
     line-height: 120px;
 }
 
 .about-style-eight .about-content {
     position: relative;
     margin: 16px 0px 0px 29px;
 }
 
 .about-style-eight .title-box {
     padding-bottom: 55px;
 }
 /** testimonial-style-two **/
 
 .testimonial-style-two {
     position: relative;
     width: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     background-attachment: fixed;
     padding: 105px 0px 111px 0px;
 }
 
 .testimonial-style-two:before {
     position: absolute;
     content: '';
     background-image: -webkit-linear-gradient( 0deg, #272829 0%, hsla(0, 0%, 100%, 0.10) 100%);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
 }
 
 .testimonial-style-two .testimonial-content {
     position: relative;
     max-width: 530px;
     margin: 30px 0px 34px 0px;
 }
 
 .testimonial-style-two .testimonial-content .icon-box {
     position: relative;
     margin-bottom: 27px;
 }
 
 .testimonial-style-two .testimonial-content .icon-box i:before {
     position: relative;
     font-size: 60px;
     color: #009688;
     margin: 0px;
 }
 
 .testimonial-style-two .testimonial-content .text {
     position: relative;
     font-size: 20px;
     line-height: 32px;
     color: #ffffff;
     margin-bottom: 31px;
 }
 
 .testimonial-style-two .testimonial-content .author {
     position: relative;
     padding: 14px 0px 3px 94px;
 }
 
 .testimonial-style-two .testimonial-content .author .author-thumb {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 70px;
     height: 70px;
     border-radius: 50%;
 }
 
 .testimonial-style-two .testimonial-content .author .author-thumb img {
     width: 100%;
     border-radius: 50%;
 }
 
 .testimonial-style-two .testimonial-content .author .name {
     position: relative;
     font-size: 18px;
     font-family: 'Hind', sans-serif;
     font-weight: 500;
     color: #ffffff;
     margin-bottom: 1px;
 }
 
 .testimonial-style-two .testimonial-content .author .title {
     position: relative;
     font-size: 14px;
     color: #009688;
     font-style: italic;
 }
 
 .testimonial-style-two .owl-dots {
     display: none! important;
 }
 
 .testimonial-style-two .owl-theme .owl-controls .owl-nav [class*="owl-"] {
     color: #cccccc;
 }
 
 .testimonial-style-two .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
     color: #009688;
 }
 
 .testimonial-style-two .owl-nav {
     position: relative;
     left: -10px;
 }
 /*** 

====================================================================
                        Research-Page
====================================================================

***/
 /** page-title **/
 
 .page-title {
     position: relative;
     width: 100%;
     padding: 75px 0px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     background-attachment: fixed;
 }
 
 .page-title:before {
     position: absolute;
     content: '';
     background: rgba(20, 22, 26, 0.50);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
 }
 
 .page-title .content-box {
     position: relative;
     display: inline-block;
     background: rgba(0, 150, 136, 0.80);
     padding: 26px 59px 33px 56px;
 }
 
 .page-title .content-box .title {
     position: relative;
     font-size: 34px;
     line-height: 45px;
     font-family: 'Hind', sans-serif;
     color: #c70707;
     font-weight: 500;
     border-bottom: 1px solid #ffffff;
     padding-bottom: 6px;
     margin-bottom: 12px;
 }
 
 .page-title .content-box .bread-crumb li {
     position: relative;
     display: inline-block;
     font-size: 15px;
     color: #ffffff;
     padding-right: 18px;
     margin-right: 6px;
 }
 
 .page-title .content-box .bread-crumb li a {
     font-size: 15px;
     color: #ffffff;
 }
 
 .page-title .content-box .bread-crumb li:last-child {
     padding: 0px;
     margin: 0px;
 }
 
 .page-title .content-box .bread-crumb li:before {
     position: absolute;
     content: "\f105";
     font-family: 'FontAwesome';
     color: #ffffff;
     font-size: 15px;
     top: 1px;
     right: 0px;
 }
 
 .page-title .content-box .bread-crumb li:last-child:before {
     display: none;
 }
 
 .about-style-five {
     padding-bottom: 120px;
 }
 
 .about-style-five .about-inner {
     border-bottom: 1px solid #e5e5e5;
     padding-bottom: 78px;
 }
 
 .service-style-four {
     padding-bottom: 90px;
 }
 
 .service-style-four .single-service-content {
     margin-bottom: 30px;
 }
 /*** 

====================================================================
                        Books-Page
====================================================================

***/
 
 .book-section .book-inner {
     position: relative;
     padding: 116px 0px 56px 0px;
 }
 
 .book-section .book-inner:before {
     position: absolute;
     content: '';
     background: #edeff2;
     width: 1px;
     height: 100%;
     left: -93px;
     top: 0px;
 }
 
 .book-section .book-inner .single-item {
     position: relative;
     padding: 6px 0px 35px 130px;
     margin-bottom: 40px;
 }
 
 .book-section .book-inner .single-item .image-box {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100px;
     height: 150px;
 }
 
 .book-section .book-inner .single-item .image-box a {
     position: relative;
     display: inline-block;
 }
 
 .book-section .book-inner .single-item .image-box a:before {
     position: absolute;
     content: '';
     background: rgba(255, 0, 0, 0.50);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     opacity: 0;
     transition: all 500ms ease;
 }
 
 .book-section .book-inner .single-item:hover .image-box a:before {
     opacity: 1;
 }
 
 .book-section .book-inner .single-item h5 a {
     display: inline-block;
     margin-bottom: 17px;
 }
 
 .book-section .book-inner .single-item .text {
     font-size: 14px;
     line-height: 22px;
 }
 
 .book-section .book-inner .single-item .image-box img {
     width: 100%;
 }
 
 .book-section .book-inner .year .year-name {
     position: relative;
     font-size: 16px;
     font-family: 'Hind', sans-serif;
     color: #009688;
     font-weight: 600;
     margin-bottom: 20px;
 }
 
 .book-section .book-inner .year .year-name:before {
     position: absolute;
     content: '';
     background: #009688;
     width: 15px;
     height: 15px;
     border-radius: 50%;
     left: -100px;
     top: 4px;
 }
 
 .book-section .book-inner .year .year-name:after {
     position: absolute;
     content: '';
     background: #edeff2;
     width: 55px;
     height: 1px;
     left: -85px;
     top: 11px;
 }
 
 .book-section .book-inner .year {
     padding-bottom: 26px;
 }
 /*** 

====================================================================
                        Articles-Page
====================================================================

***/
 
 .articles-section {
     position: relative;
     padding: 120px 0px 90px 0px;
 }
 
 .articles-section .products-discription .custom-tab-title {
     margin-bottom: 50px;
 }
 
 .articles-section .products-discription .custom-tab-title li {
     position: relative;
     display: inline-block;
     font-size: 15px;
     font-family: 'Hind', sans-serif;
     font-weight: 600;
     color: #222222;
     border: 1px solid #e5e5e5;
     padding: 7px 27px 5px 28px;
     margin: 0px 3px;
     cursor: pointer;
     transition: all 500ms ease;
 }
 
 .articles-section .products-discription .custom-tab-title li.active {
     border: 1px solid #009688;
     background: #009688;
     color: #ffffff;
 }
 
 .articles-section .tab-details-content .single-tab-content .single-item {
     position: relative;
     display: block;
     background: #f7f5f5;
     padding: 36px 40px 34px 40px;
     margin-bottom: 30px;
 }
 
 .articles-section .tab-details-content .single-tab-content h5 {
     display: block;
     margin-bottom: 12px;
 }
 
 .articles-section .tab-details-content .single-tab-content span {
     color: #009688;
 }
 
 .articles-section .tab-details-content .single-tab-content .text {
     position: relative;
     font-size: 14px;
     line-height: 22px;
     margin-bottom: 14px;
 }
 
 .articles-section .tab-details-content .single-tab-content .lower-content .text {
     margin-bottom: 0px;
     float: left;
 }
 
 .articles-section .tab-details-content .single-tab-content .lower-content .link {
     position: relative;
     float: right;
     margin-top: -24px;
 }
 
 .articles-section .tab-details-content .single-tab-content .lower-content .link a {
     position: relative;
     display: inline-block;
     font-size: 15px;
     font-weight: 400;
     font-family: 'Hind', sans-serif;
     color: #ffffff;
     background: #009688;
     padding: 7px 23px 6px 24px;
 }
 
 .articles-section .tab-details-content .single-tab-content .lower-content .link a:hover {
     background: #222222;
 }
 
 .articles-section .tab-details-content .single-tab-content .lower-content .link i:before {
     font-size: 15px;
     margin-right: 8px;
 }
 /*** 

====================================================================
                        Error-Page
====================================================================

***/
 
 .error-section {
     position: relative;
     padding: 78px 0px 97px 0px;
 }
 
 .error-section .error-title {
     position: relative;
     display: inline-block;
     font-size: 200px;
     line-height: 200px;
     font-family: 'Hind', sans-serif;
     color: #009688;
     font-weight: 700;
     margin-bottom: 30px;
 }
 
 .error-section .error-text {
     position: relative;
     font-size: 44px;
     line-height: 52px;
     color: #222222;
     font-weight: 600;
     margin-bottom: 21px;
 }
 
 .error-section .text a {
     color: #009688;
 }
 
 .error-section .text a:hover {
     text-decoration: underline;
 }
 /*** 

====================================================================
                        Team-Page
====================================================================

***/
 
 .team-page {
     position: relative;
     padding: 120px 0px 70px 0px;
 }
 
 .team-page .single-team-content {
     padding-bottom: 13px;
 }
 /** team-details **/
 
 .team-details {
     position: relative;
     padding: 120px 0px 79px 0px;
 }
 
 .team-details .image-box img {
     width: 100%;
 }
 
 .team-details .team-details-content {
     position: relative;
     margin: 0px 50px 0px 40px;
 }
 
 .team-details .team-details-content .top-content .title {
     position: relative;
     font-size: 36px;
     line-height: 45px;
     font-family: 'Hind', sans-serif;
     color: #222222;
     font-weight: 600;
     margin-bottom: 20px;
 }
 
 .team-details .team-details-content .top-content span {
     position: relative;
     display: inline-block;
     font-size: 16px;
     color: #009688;
     margin-bottom: 3px;
 }
 
 .team-details .team-details-content .top-content .text {
     position: relative;
     font-size: 16px;
     line-height: 30px;
 }
 
 .team-details .team-details-content .top-content {
     margin-bottom: 27px;
 }
 
 .team-details .team-details-content .lower-content .title {
     position: relative;
     margin-bottom: 19px;
 }
 
 .team-details .team-details-content .lower-content p {
     line-height: 30px;
     margin-bottom: 30px;
 }
 /** inner-section **/
 
 .inner-section {
     position: relative;
     padding: 116px 0px 80px 0px;
 }
 
 .inner-section .inner-content .education-title {
     position: relative;
     margin-bottom: 32px;
 }
 
 .inner-section .inner-content {
     padding-left: 40px;
 }
 
 .inner-section .inner-content .content-box {
     position: relative;
     padding-left: 60px;
 }
 
 .inner-section .inner-content .content-box:before {
     position: absolute;
     content: '';
     background: #edeff2;
     width: 3px;
     height: 100%;
     left: 0px;
     top: 0px;
 }
 
 .inner-section .inner-content .single-item .date {
     position: relative;
     display: block;
     font-size: 14px;
     font-weight: 600;
     color: #009688;
     margin-bottom: 1px;
 }
 
 .inner-section .inner-content .single-item h4 {
     position: relative;
     margin-bottom: 11px;
 }
 
 .inner-section .inner-content .single-item h4:before {
     position: absolute;
     content: '';
     background: #009688;
     width: 15px;
     height: 15px;
     border-radius: 50%;
     left: -66px;
     top: 7px;
 }
 
 .inner-section .inner-content .single-item {
     margin-bottom: 34px;
 }
 /** award-section **/
 
 .award-section {
     position: relative;
     padding: 115px 0px 80px 0px;
 }
 
 .award-section h3.award-title {
     margin-bottom: 33px;
 }
 
 .award-section .content-box .single-item span {
     position: relative;
     display: block;
     font-size: 14px;
     color: #009688;
     font-weight: 500;
     margin-bottom: 1px;
 }
 
 .award-section .content-box .single-item h4 {
     display: inline-block;
     margin-bottom: 11px;
 }
 
 .award-section .content-box .single-item {
     margin-bottom: 34px;
 }
 
 .award-section .award-content {
     margin-left: 40px;
 }
 /*** 

====================================================================
                        Event-Page
====================================================================

***/
 /** our-event **/
 
 .our-event {
     position: relative;
     padding: 120px 0px 70px 0px;
 }
 
 .single-event-content {
     position: relative;
     background: #f7f5f5;
     padding: 47px 50px 43px 185px;
     margin-bottom: 50px;
 }
 
 .single-event-content .date {
     position: absolute;
     left: 40px;
     top: 40px;
     background: url(../images/resource/event-3.jpg);
     width: 110px;
     height: 110px;
     background-size: cover;
     background-repeat: no-repeat;
     font-size: 42px;
     font-weight: 600;
     font-family: 'Hind', sans-serif;
     color: #ffffff;
     padding: 34px 0px 20px 0px;
     z-index: 1;
 }
 
 .single-event-content .date:before {
     position: absolute;
     content: '';
     background: rgba(255, 0, 0, 0.75);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     transition: all 500ms ease;
     z-index: -1;
 }
 
 .single-event-content:hover .date:before {
     background: #009688;
 }
 
 .single-event-content .date span {
     position: relative;
     display: block;
     font-weight: 500;
     color: #ffffff;
     font-size: 15px;
     font-family: 'Open Sans', sans-serif;
 }
 
 .single-event-content h4 a {
     display: inline-block;
     margin-bottom: 10px;
 }
 
 .single-event-content .info-content li i:before {
     position: relative;
     font-size: 20px;
     color: #009688;
     margin-right: 8px;
 }
 
 .single-event-content .info-content li {
     display: block;
     margin-bottom: 2px;
 }
 
 .single-event-content .link {
     position: relative;
     float: right;
     margin-top: 0px;
 }
 
 .single-event-content .link i:before {
     position: relative;
     font-size: 20px;
     font-weight: 700;
     margin: -10px;
 }
 /** event-details **/
 
 .event-details {
     position: relative;
     padding: 120px 0px 81px 0px;
 }
 
 .event-details .image-box img {
     width: 100%;
 }
 
 .event-details-content .content-style-one .image-box {
     margin-bottom: 45px;
 }
 
 .event-details-content .content-style-one .event-title {
     position: relative;
     display: block;
     font-size: 36px;
     line-height: 45px;
     font-family: 'Hind', sans-serif;
     font-weight: 500;
     color: #222222;
     margin-bottom: 6px;
 }
 
 .event-details-content .content-style-one .info-content li {
     position: relative;
     display: inline-block;
     font-size: 14px;
     margin-right: 15px;
 }
 
 .event-details-content .content-style-one .info-content li:last-child {
     margin-right: 0px;
 }
 
 .event-details-content .content-style-one .info-content li i:before {
     position: relative;
     font-size: 20px;
     color: #009688;
     margin-right: 8px;
     top: 2px;
 }
 
 .event-details-content .content-style-one .info-content {
     margin-bottom: 18px;
 }
 
 .event-details-content .content-style-one .top-text {
     position: relative;
     font-size: 18px;
     line-height: 30px;
     color: #222222;
     margin-bottom: 31px;
 }
 
 .event-details-content .text p {
     line-height: 30px;
 }
 
 .event-details-content .content-style-one {
     padding-bottom: 61px;
 }
 
 .event-details-content .content-style-two .image-box {
     margin-bottom: 70px;
 }
 
 .event-details-content .content-style-two p {
     margin-bottom: 30px;
 }
 
 .event-details-content .content-style-two .text {
     margin-right: 55px;
 }
 /*** 

====================================================================
                        Blog-Page
====================================================================

***/
 
 .our-blog-content .single-news-content {
     margin-bottom: 30px;
 }
 
 .our-blog {
     padding: 120px 0px 90px 0px;
 }
 
 .sidebar-page-container .sidebar {
     position: relative;
     background: #ffffff;
     padding: 45px 40px 50px 40px;
 }
 
 .sidebar-page-container .sidebar .sidebar-search .form-group {
     position: relative;
     margin-bottom: 45px;
 }
 
 .sidebar-page-container .sidebar .sidebar-search .form-group input[type='search'] {
     width: 100%;
     height: 50px;
     border: 1px solid #f2f2f2;
     padding: 10px 65px 10px 20px;
     transition: all 500ms ease;
 }
 
 .sidebar-page-container .sidebar .sidebar-search .form-group button {
     position: absolute;
     top: 0px;
     right: 0px;
     color: #ffffff;
     font-size: 15px;
     width: 50px;
     height: 50px;
     text-align: center;
     background: #009688;
     cursor: pointer;
 }
 
 .sidebar-page-container .sidebar .sidebar-search .form-group input:focus {
     border: 1px solid #009688;
 }
 
 .sidebar-page-container .sidebar .sidebar-title h4 {
     margin-bottom: 20px;
     font-weight: 600;
 }
 
 .sidebar-page-container .sidebar .sidebar-category li {
     position: relative;
     display: block;
     padding: 12px 0px;
     border-bottom: 1px solid #f2f2f2;
 }
 
 .sidebar-page-container .sidebar .sidebar-category li a {
     position: relative;
     display: inline-block;
     font-size: 14px;
 }
 
 .sidebar-page-container .sidebar .sidebar-category {
     padding-bottom: 44px;
 }
 
 .sidebar-page-container .sidebar .sidebar-category .sidebar-title h4 {
     margin-bottom: 0px;
 }
 
 .sidebar-page-container .sidebar .sidebar-post .single-post {
     position: relative;
     padding-bottom: 15px;
     margin-bottom: 16px;
     border-bottom: 1px solid #f2f2f2;
 }
 
 .sidebar-page-container .sidebar .sidebar-post .single-post h5 a {
     display: inline-block;
     margin-bottom: 5px;
 }
 
 .sidebar-page-container .sidebar .sidebar-post .single-post .post-date {
     font-size: 14px;
 }
 
 .sidebar-page-container .sidebar .sidebar-post .single-post .post-date i:before {
     position: relative;
     font-size: 18px;
     color: #009688;
     margin: 0px;
     top: 2px;
     margin-right: 5px;
 }
 
 .sidebar-page-container .sidebar .sidebar-post .sidebar-title h4 {
     margin-bottom: 16px;
 }
 
 .sidebar-page-container .sidebar .sidebar-post {
     padding-bottom: 28px;
 }
 
 .sidebar-page-container .sidebar .sidebar-archives li {
     position: relative;
     display: block;
     padding: 12px 0px;
     border-bottom: 1px solid #f2f2f2;
 }
 
 .sidebar-page-container .sidebar .sidebar-archives li a {
     position: relative;
     display: inline-block;
     font-size: 14px;
 }
 
 .sidebar-page-container .sidebar .sidebar-archives .sidebar-title h4 {
     margin-bottom: 0px;
 }
 
/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}

.blog-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.blog-posts .title a:hover {
  color: var(--accent-color);
}

.blog-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Author Section
--------------------------------------------------------------*/
.blog-author {
  padding: 10px 0 40px 0;
}

.blog-author .author-container {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog-author h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog-author .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-right: 5px;
}

.blog-author p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}

/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  font-weight: bold;
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  background-color: var(--surface-color);
  padding: 30px;
  margin: 60px 0 30px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.widget-item {
  margin-bottom: 40px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  padding: 3px 10px;
  position: relative;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: var(--accent-color);
  color: var(--contrast-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget {
  margin-bottom: -10px;
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 1px solid var(--accent-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}
 /**
====================================================================
                        Contact-Page
====================================================================

***/
 
 .contact-section {
     position: relative;
     padding: 115px 0px 120px 0px;
 }
 
 .contact-section .inner-content .inner-title {
     position: relative;
     display: block;
     font-size: 36px;
     line-height: 45px;
     font-family: 'Hind', sans-serif;
     font-weight: 500;
     color: #222222;
     margin-bottom: 16px;
 }
 
 .contact-section .inner-content p {
     line-height: 30px;
 }
 
 .contact-section .inner-content .content-style-one p {
     margin-bottom: 30px;
 }
 
 .contact-section .inner-content .content-style-one {
     padding-bottom: 36px;
 }
 
 .contact-section .inner-content .content-style-two {
     padding-bottom: 56px;
 }
 
 .contact-section .inner-content .content-style-three {
     margin-bottom: 64px;
 }
 
 .contact-section .contact-form-area .form-group {
     position: relative;
     margin-bottom: 23px;
 }
 
 .contact-section .contact-form-area .form-group input[type='text'],
 .contact-section .contact-form-area .form-group input[type='email'],
 .contact-section .contact-form-area .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     height: 54px;
     border: 1px solid #ededed;
     padding: 10px 20px;
     transition: all 500ms ease;
 }
 
 .contact-section .contact-form-area .form-group textarea {
     height: 150px;
     resize: none;
 }
 
 .contact-section .contact-form-area .form-group label {
     font-size: 16px;
     color: #222222;
     margin-bottom: 8px;
 }
 
 .contact-section .contact-form-area .form-group input:focus,
 .contact-section .contact-form-area .form-group textarea:focus {
     border: 1px solid #009688;
 }
 
 .contact-section .contact-form-area .contact-button {
     padding-top: 7px;
 }
 
 .contact-section .contact-form-area .contact-button .theme-btn {
     padding: 12px 38px;
 }
 
 .contact-section .sidebar-content {
     position: relative;
     display: block;
     background: #f7f5f5;
     padding: 45px 40px 50px 40px;
 }
 
 .contact-section .sidebar-content .single-item h4 {
     margin-bottom: 13px;
 }
 
 .contact-section .sidebar-content .single-item .text,
 .contact-section .sidebar-content .single-item p {
     color: #222222;
 }
 
 .contact-section .sidebar-content .single-item {
     margin-bottom: 38px;
 }
 
 .contact-section .sidebar-content .single-item p {
     margin-bottom: 5px;
 }
 
 .contact-section .sidebar-content .link {
     padding-top: 5px;
 }
 
 .contact-section .sidebar-content .link .theme-btn {
     padding: 12px 38px;
 }
 
 .single-blog-post {
     position: relative;
     display: block;
     overflow: hidden;
     margin-bottom: 40px;
 }
 
 .single-blog-post .img-holder {
     position: relative;
     display: block;
     overflow: hidden;
 }
 
 .single-blog-post .img-holder:after {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
     background: rgba(0, 0, 0, 0.73);
     transform: scaleX(0);
     transition: .5s ease;
 }
 
 .single-blog-post:hover .img-holder:after {
     transform: scaleY(1);
     transition: .5s ease;
 }
 
 .single-blog-post .img-holder img {
     transition: all 0.5s ease-in-out 0.6s;
     width: 100%;
 }
 
 .single-blog-post:hover .img-holder img {
     transform: scale(1.2, 1.2);
 }
 
 .single-blog-post .img-holder .categorie-button {
     position: absolute;
     top: 30px;
     left: 30px;
     z-index: 3;
 }
 
 .single-blog-post .img-holder .categorie-button a {
     padding: 12px 20px 12px;
 }
 
 .single-blog-post:hover .img-holder .categorie-button a {
     background: #ffffff;
     color: #f00;
 }
 
 .single-blog-post .text-holder {
     position: relative;
     display: block;
     border: 1px solid #eeeeee;
     padding: 28px 30px 22px;
 }
 
 .single-blog-post .text-holder .meta-box {
     position: relative;
     display: block;
     margin-bottom: 15px;
 }
 
 .single-blog-post .text-holder .meta-box .author-thumb {
     width: 25px;
 }
 
 .single-blog-post .text-holder .meta-box .author-thumb img {
     border-radius: 50%;
     transform: none;
 }
 
 .single-blog-post .text-holder .meta-box .author-thumb,
 .single-blog-post .text-holder .meta-box .meta-info {
     display: table-cell;
     vertical-align: middle;
 }
 
 .single-blog-post .text-holder .meta-box .meta-info {
     position: relative;
 }
 
 .single-blog-post .text-holder .meta-box .meta-info li {
     display: inline-block;
     float: left;
     line-height: 20px;
     margin-right: 10px;
     padding-right: 10px;
     border-right: 1px solid #eeeeee;
 }
 
 .single-blog-post .text-holder .meta-box .meta-info li:last-child {
     margin-right: 0;
     padding-right: 0;
     border: none;
 }
 
 .single-blog-post .text-holder .meta-box .meta-info li a {
     color: #848484;
     font-size: 15px;
     font-weight: 400;
     text-transform: capitalize;
     font-family: 'Rubik', sans-serif;
     transition: all 500ms ease;
 }
 
 .single-blog-post .text-holder .meta-box .meta-info li a:hover {
     color: #009688;
 }
 
 .single-blog-post .text-holder .blog-title {
     position: relative;
     display: block;
     font-size: 18px;
     line-height: 26px;
     font-weight: 500;
 }
 
 .single-blog-post .text-holder .blog-title a {
     color: #303030;
     transition: all 500ms ease;
 }
 
 .single-blog-post .text-holder .blog-title a:hover {
     color: #009688;
 }
 
 .single-blog-post .text-holder .text-box {
     display: block;
     margin-top: 12px;
 }
 
 .single-blog-post .text-holder .text-box p {
     margin: 0;
 }
 
 .single-blog-post .btn-one {
     position: relative;
     display: inline-block;
     background: #009688;
     color: #ffffff;
     font-size: 13px;
     line-height: 13px;
     font-weight: 600;
     padding: 21px 30px 21px;
     text-transform: uppercase;
     transition: all 500ms ease;
     border-radius: 0;
 }
 
 .single-blog-post .text-holder .readmore-button {
     position: relative;
     display: block;
     margin-top: 20px;
 }
 
 .single-blog-post .text-holder .readmore-button a {
     color: #222;
     font-size: 16px;
     font-weight: 600;
 }
 
 .single-blog-post:hover .text-holder .readmore-button a {
     color: #009688;
 }
 
 .single-blog-post .text-holder .readmore-button a span:before {
     margin-left: 10px;
     position: relative;
     top: 2px;
 }
 /***

====================================================================
  Subscribe section
====================================================================

***/
 
 .subscribe-section {
     position: relative;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     background-attachment: fixed;
     width: 100%;
 }
 
 .subscribe-section .outer-box {
     position: relative;
     background-color: #960000;
     padding: 40px 50px 15px;
     z-index: 1;
     width: 100%;
     margin-bottom: -80px;
 }
 
 .subscribe-section .title-column,
 .subscribe-section .call-btn {
     margin-bottom: 30px;
 }
 
 .subscribe-section h2 {
     position: relative;
     font-size: 30px;
     line-height: 1.2em;
     color: #ffffff;
     font-weight: 600;
     margin: 3.5px 0;
 }
 
 .subscribe-section .text {
     color: #ffffff;
     font-size: 15px;
     font-weight: 400;
 }
 /*newsletter form*/
 
 .subscribe-section .subscribe-form {
     margin-top: 12px;
 }
 
 .subscribe-section .subscribe-form .form-group {
     position: relative;
     display: block;
     margin-bottom: 20px;
 }
 
 .subscribe-section .subscribe-form .form-group input[type="text"],
 .subscribe-section .subscribe-form .form-group input[type="tel"],
 .subscribe-section .subscribe-form .form-group input[type="email"],
 .subscribe-section .subscribe-form .form-group textarea {
     position: relative;
     display: inline-block;
     width: 100%;
     line-height: 40px;
     padding: 10px 50px 10px 30px;
     height: 60px;
     font-size: 16px;
     border: 2px solid #ffffff;
     background: #ffffff;
     -webkit-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     width: calc(100% - 223px);
 }
 
 .subscribe-section input::-webkit-input-placeholder {
     /* Chrome/Opera/Safari */
     color: #ffffff;
     font-size: 15px;
 }
 
 .subscribe-section input::-moz-placeholder {
     /* Firefox 19+ */
     color: rgb(0, 0, 0);
     font-size: 15px;
 }
 
 .subscribe-section input:-ms-input-placeholder {
     /* IE 10+ */
     color: rgb(0, 0, 0);
     font-size: 15px;
 }
 
 .subscribe-section input:-moz-placeholder {
     /* Firefox 18- */
     color: rgb(0, 0, 0);
     font-size: 15px;
 }
 
 .subscribe-section .subscribe-form .form-group input[type="text"]:focus,
 .subscribe-section .subscribe-form .form-group input[type="tel"]:focus,
 .subscribe-section .subscribe-form .form-group input[type="email"]:focus,
 .subscribe-section .subscribe-form .form-group textarea:focus {}
 
 .subscribe-section .subscribe-form .form-group input[type="submit"],
 .subscribe-section .subscribe-form button {
     position: relative;
     cursor: pointer;
 }
 
 .subscribe-section .theme-btn {
     background: #33ab9f;
     border-color: #fff;

     color: #22262e;
     font-weight: 600;
     padding: 15px 50px;
     transition: all 500ms ease;
 }
 
 .subscribe-section .theme-btn:hover {
     color: #ffffff;
 }
 
 .about-text,
 .team-profile-text {
     text-align: justify;
     line-height: 40px;
 }
 
 .about-text {
     font-size: 20px;
 }
 
 .team-profile-text {
     font-size: 28px;
 }
 
 .team-profile-img {
     text-align: center;
 }
 
 .team-profile-img img {
     width: 30%;
     height: 30%;
     border-radius: 1.5rem;
 }
 
 .pavon-logo {
     width: 170px;
     position: absolute;
     left: -250px;
     top: 55%;
 }
 
 .pavon-logo-index {
     width: 160px;
     position: absolute;
     left: 75px;
     top: 55%;
 }
 
 .pavon-logo-secondary {
     width: 100px;
     position: absolute;
     top: 5%;
 }
 
 .inner-box {
     width: 225px !important;
 }
 
 .pavon-team-img {
     height: 225px;
     border-radius: 1.5rem;
 }
 
 .home-popup-text {
     font-size: 28px !important;
     line-height: 55px !important;
     text-align: justify !important;
 }
 
 .pavon-color {
     background: #009688;
 }
 
 .white-text {
     color: #ffffff !important;
 }
 
 .white-color {
     background-color: #fff !important;
 }
 
 .nav-bar-right {
     float: right !important;
 }
 
 .accordion-text {
     font-size: 20px !important;
 }


 /*----------Profile----------*/

 a {
    color: #f96332;
}
.m-t-5{
    margin-top: 5px;   
}
.card {
    background: #fff;
    margin-bottom: 30px;
    transition: .5s;
    border: 0;
    border-radius: .1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    box-shadow: none;
}
.card .body {
    font-size: 14px;
    color: #424242;
    padding: 20px;
    font-weight: 400;
}

.profile-page .profile-header {
    position: relative;
}

.profile-page .profile-header .profile-image img {
    border-radius: 50%;
    width: 140px;
    border: 3px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.profile-page .profile-header .social-icon a {
    margin: 0 5px
}

.profile-page .profile-sub-header {
    min-height: 60px;
    width: 100%
}

.profile-page .profile-sub-header ul.box-list {
    display: inline-table;
    table-layout: fixed;
    width: 100%;
    background: #eee
}

.profile-page .profile-sub-header ul.box-list li {
    border-right: 1px solid #e0e0e0;
    display: table-cell;
    list-style: none
}

.profile-page .profile-sub-header ul.box-list li:last-child {
    border-right: none
}

.profile-page .profile-sub-header ul.box-list li a {
    display: block;
    padding: 15px 0;
    color: #424242
}

 /*------End of Profile-----------*/
 /*=======================================================
  9. Sections Styles
========================================================*/

.page-section,
.small-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 0;
}

.page-section.mb-0 {
    padding: 70px 0 40px 0;
}

.small-section {
    padding: 70px 0;
}

.small-title {
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.3em;
}

.section-icon {
    margin-bottom: 7px;
    text-align: center;
    font-size: 32px;
}

.small-title .serif {
    text-transform: none;
    font-weight: 400;
}

.small-title.white {
    color: #fff;
}

.bg-scroll {
    background-attachment: scroll !important;
}

.bg-pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bg-pattern-over:before,
.bg-pattern-over .YTPOverlay:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: url(../images/pattern-bg-2.png);
}

.bg-gray {
    background-color: #f4f4f4;
}
.bg-gray-dark {
    background: rgb(238, 238, 238);
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: linear-gradient(to top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);

}

.bg-gray-lighter {
    background-color: #f8f8f8;
}

.light-content .owl-prev, .light-content .owl-next {
    color: #000;
}

.light-content .owl-page.active span {
    border: 1px solid rgba(0, 0, 0, .8);
}

.light-content .owl-page span {
    background: rgba(0, 0, 0, .7);
}

.light-content .owl-page:hover span {
    background: rgba(0, 0, 0, 1);
}

.bg-gray-lighter .hs-line-4, .bg-gray-lighter .hs-line-3 {
    color: #000;
}

.bg-gray .hs-line-4, .bg-gray .hs-line-3 {
    color: #000;
}

.bg-dark,
.bg-dark-lighter,
.bg-dark-alfa-30,
.bg-dark-alfa-50,
.bg-dark-alfa-70,
.bg-dark-alfa-90,
.bg-dark-alfa,
.bg-color,
.bg-color-lighter,
.bg-color-alfa-30,
.bg-color-alfa-50,
.bg-color-alfa-70,
.bg-color-alfa-90,
.bg-color-alfa {
    color: #fff;
}

.bg-dark a,
.bg-dark-lighter a,
.bg-dark-alfa-30 a,
.bg-dark-alfa-50 a,
.bg-dark-alfa-70 a,
.bg-dark-alfa-90 a,
.bg-dark-alfa a,
.bg-color a,
.bg-colorlighter a,
.bg-color-alfa-30 a,
.bg-color-alfa-50 a,
.bg-color-alfa-70 a,
.bg-color-alfa-90 a,
.bg-color-alfa a {
    color: #fff;
    padding-bottom: 3px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.bg-dark a:hover,
.bg-dark-lighter a:hover,
.bg-dark-alfa-30 a:hover,
.bg-dark-alfa-50 a:hover,
.bg-dark-alfa-70 a:hover,
.bg-dark-alfa-90 a:hover,
.bg-dark-alfa a:hover,
.bg-color a:hover,
.bg-color-lighter a:hover,
.bg-color-alfa-30 a:hover,
.bg-color-alfa-50 a:hover,
.bg-color-alfa-70 a:hover,
.bg-color-alfa-90 a:hover,
.bg-color-alfa a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.bg-color .text,
.bg-color-lighter .text,
.bg-color-alfa-30 .text,
.bg-color-alfa-50 .text,
.bg-color-alfa-70 .text,
.bg-color-alfa-90 .text,
.bg-color-alfa .text,
.bg-color .section-text,
.bg-color-lighter .section-text,
.bg-color-alfa-30 .section-text,
.bg-color-alfa-50 .section-text,
.bg-color-alfa-70 .section-text,
.bg-color-alfa-90 .section-text,
.bg-color-alfa .section-text {
    color: rgba(255, 255, 255, .75);
}

.bg-color .white,
.bg-color-lighter .whitet,
.bg-color-alfa-30 .white,
.bg-color-alfa-50 .white,
.bg-color-alfa-70 .white,
.bg-color-alfa-90 .white,
.bg-color-alfa .white {
    color: #fff;
}

.bg-dark {
    background-color: #111;
}

.bg-dark-lighter {
    background-color: #252525;
}

.bg-dark-alfa:before,
.bg-dark-alfa .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(17, 17, 17, .97);
}

.bg-dark-alfa-30:before,
.bg-dark-alfa-30 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, .3);
}

.bg-dark-alfa-50:before,
.bg-dark-alfa-50 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, .5);
}

.bg-dark-alfa-70:before,
.bg-dark-alfa-70 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(17, 17, 17, .7);
}

.bg-dark-alfa-90:before,
.bg-dark-alfa-90 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(3, 3, 3, .9);
}

.bg-light-alfa:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, .97);
}

.bg-light-alfa-30:before,
.bg-light-alfa-30 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, .30);
}

.bg-light-alfa-50:before,
.bg-light-alfa-50 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, .50);
}

.bg-light-alfa-70:before,
.bg-light-alfa-70 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, .7);
}

.bg-light-alfa-90:before,
.bg-light-alfa-90 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, .9);
}

.bg-color {
    background-color: #e41919;
}

.bg-color-alfa:before,
.bg-color-alfa .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: .97;
}

.bg-color-alfa-30:before,
.bg-color-alfa-30 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e41919;
    opacity: .3;
}

.bg-color-alfa-50:before,
.bg-color-alfa-50 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e41919;
    opacity: .5;
}

.bg-color-alfa-70:before,
.bg-color-alfa-70 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: .7;
}

.bg-color-alfa-90:before,
.bg-color-alfa-90 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: .9;
}

.bg-orange {
    background-color: #f47631 !important;
}

.bg-yellow {
    background-color: #ffce02 !important;
}

.bg-cyan {
    background-color: #27c5c3 !important;
}

.bg-green {
    background-color: #58bf44 !important;
}

.bg-blue {
    background-color: #43a5de !important;
}

.bg-purple {
    background-color: #375acc !important;
}

.bg-red {
    background-color: #fff1f1 !important;
}

.alert.bg-alert-info {
    background: rgba(41, 122, 211, .2);
    border-color: rgba(41, 122, 211, 1);
    color: rgba(41, 122, 211, 1);
}

.alert.bg-alert-success {
    background: rgba(54, 163, 103, .2);
    border-color: rgba(54, 163, 103, 1);
    color: rgba(54, 163, 103, 1);
}

.alert.bg-alert-notice {
    background: rgba(233, 160, 10, .2);
    border-color: rgba(233, 160, 10, 1);
    color: rgba(233, 160, 10, 1);
}

.alert.bg-alert-error {
    background: rgba(250, 240, 240, 0.2);
    border-color: rgba(227, 49, 49, 1);
    color: rgb(255, 255, 255);
}

.section-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.4;
}

.section-title.progress-title {
    text-align: left;
}

.section-more {
    margin-top: 7px;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.section-more:hover {
    text-decoration: none;
    color: #000;

}

.section-more .fa {
    font-size: 18px;
}

.section-heading {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5em;
    line-height: 1.3;
}

.section-line {
    width: 55px;
    height: 1px;
    margin: 30px auto;
    background: #000;
}

.section-text {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 1.7;
}

.section-text blockquote {
    margin-top: -5px;
}

.section-bot-image {
    margin: 140px 0 -140px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.image-fullwidth img {
    width: 100%;
}

.mod-breadcrumbs {
    margin-top: -5px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.mod-breadcrumbs span {
    opacity: .65;
}

.mod-breadcrumbs a {
    text-decoration: none;
}

.mod-breadcrumbs a:hover {
    text-decoration: none;
    opacity: .65;
}

.mod-breadcrumbs .fa {
    font-size: 12px;
}

.mod-breadcrumbs-mini {
    text-align: left;
}

.home-bot-image {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.fixed-height-large,
.fixed-height-medium,
.fixed-height-small {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fixed-height-large {
    min-height: 800px;
}

.fixed-height-medium {
    min-height: 700px;
}

.fixed-height-small {
    min-height: 600px;
}

.split-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.split-section-headings {
    width: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ssh-table {
    width: 100%;
    min-height: 500px;
    display: table;
}

.ssh-cell {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.split-section-content {
    width: 50%;
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.split-section-wrapper {
    padding: 0 80px;
}

/*=======================================================
  10. Alternative Services
========================================================*/

.alt-service-grid {
    margin-top: -60px;
}

.alt-services-image {
    text-align: center;
}

.alt-services-image > img {
    display: block;
    width: 100%;
}

.alt-service-item {
    margin: 60px 0 0 0;
    position: relative;
    padding-left: 55px;
    padding-top: 3px;
    font-size: 13px;
    font-weight: 300;
    color: #999;
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.alt-service-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    color: #111;
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.alt-services-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #111;
}

/*=======================================================
  11. Team
========================================================*/

.team-item-image {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.team-item-image img {
    width: 100%;
}

.team-item-image:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 1;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.team-item-detail {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px 23px 55px;
    font-size: 14px;
    font-weight: 300;
    color: #777;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.team-item-descr {
    color: #777;
    text-align: center;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.team-item-name {
    margin-top: 15px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}

.team-item-role {
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: #aaa;
}

.team-social-links {
    font-size: 14px;
    cursor: pointer;
}

.team-social-links a {
    display: inline-block;
    padding: 3px 7px;
    color: rgba(0, 0, 0, .4);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.no-mobile .team-item:hover .team-item-image:after {
    background: rgba(255, 255, 255, .93);
}

.no-mobile .team-item:hover .team-item-detail {
    opacity: 1;
}

.no-mobile .team-item:hover .team-item-descr {
    color: #111;
}

.no-mobile .team-social-links a:hover {
    color: rgba(0, 0, 0, .75);
}

.team-item.js-active .team-item-image:after {
    background: rgba(255, 255, 255, .93);
}

.team-item.js-active .team-item-detail {
    opacity: 1;
}

.team-item.js-active .team-item-descr {
    color: #111;
}

.team-item.js-active .team-social-links a:hover {
    color: rgba(0, 0, 0, .75);
}

/*=======================================================
  12. Features
========================================================*/

.features-item {
    padding: 15px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.features-icon {
    font-size: 48px;
    line-height: 1.3;
    color: #fff;
}

.features-title {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.features-descr {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.features-icon.black {
    color: rgba(0, 0, 0, .9);
}

.features-title.black {
    color: rgba(0, 0, 0, .9);
}

.features-descr.black {
    color: rgba(0, 0, 0, .75);
}

.alt-features-grid {
    margin-top: -70px;
}

.alt-features-item {
    margin-top: 70px;
}

.alt-features-icon {
    padding-top: 10px;
    font-size: 48px;
    line-height: 1.3;
    color: #000;
}

.alt-features-icon img {
    width: 100%;
}

.alt-features-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.alt-features-descr {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86
}

.feature-boxes-container {
    counter-reset: count;
}

.feature-box-04 .feature-box-inner {
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #fff;
    padding: 25px 30px;
    transition: all 0.5s ease 0s;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.1);
    cursor: pointer;
}

.feature-box-04 .feature-box-inner i {
    color: #111;
    font-size: 40px;
}

.feature-box-04 i {
    width: 100%;
    text-align: right;
    position: relative;
}

.feature-box-04 i:before {
    float: left;
}

.feature-box-04 i:after {
    font-weight: 700;
    font-size: 65px;
    line-height: 0.6em;
    color: rgba(0, 0, 0, 0.05);
    counter-increment: count;
    content: "0" counter(count);
    float: right;
    font-family: "Open Sans", sans-serif;
}

.feature-box-04 .sepratar {
    width: 50px;
    border: 1px solid #111;
    margin-bottom: 10px;
}

.feature-box-04 .feature-box-inner:hover {
    background: #333;
}

.feature-box-04 .feature-box-inner:hover .section-text,
.feature-box-04 .feature-box-inner:hover h4,
.feature-box-04 .feature-box-inner:hover i {
    color: #fff;
}

.feature-box-04 .feature-box-inner:hover i:after {
    color: rgba(255, 255, 255, 0.2);
}

.feature-box-04 .feature-box-inner:hover .sepratar {
    border: 1px solid #fff;
}

.service-block4 {
    position: relative;
    border: 1px solid #f7f7f7;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    cursor: pointer;
}

.services-block-two {
    position: relative;
    cursor: pointer;
}

.services-block-two .inner-box {
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 30px 30px 40px 90px;
    height: 100%;
    position: relative;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s
}

.services-block-two p {
    margin-bottom: 0
}

.services-block-two h3 {
    margin-bottom: 0;
    line-height: normal;
    display: inline-block;
    margin-top: 10px;
}

.services-block-two h3 a {
    color: #3c3c3c;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    text-decoration: none;
}

.services-block-two h3 a:hover {
    color: #111
}

.services-block-two h2 {
    bottom: 0;
    color: #f0f0f0;
    font-size: 36px;
    font-weight: 600;
    right: 10px;
    margin-bottom: 0;
    position: absolute
}

.services-block-two .icon-box {
    color: #111;
    font-size: 36px;
    left: 35px;
    position: absolute;
    top: 35px
}

.services-block-two.dark .inner-box {
    background: #000;
    border: 1px solid #000
}

.services-block-two.dark .inner-box:hover {
    background: #000
}

.services-block-two.dark .inner-box:hover h5 a, .services-block-two.dark .inner-box:hover p, .services-block-two.dark .inner-box:hover .icon-box {
    color: #fff
}

.services-block-two.dark h3 a {
    color: #6f6f6f
}

.services-block-two.dark h2 {
    color: rgba(255, 255, 255, 0.1)
}

.services-block-two.dark .inner-box:hover h2 {
    color: rgba(255, 255, 255, 0.04)
}

.services-block-two.dark .icon-box {
    color: #6f6f6f
}

@media screen and (max-width: 991px) {
    .services-block-two h2 {
        font-size: 36px
    }

    .services-block-two h3 a {
        font-size: 18px;
        margin-bottom: 10px
    }

    .services-block-two .icon-box {
        top: 25px;
        left: 21px;
        font-size: 28px
    }

    .services-block-two .inner-box {
        padding: 20px 20px 20px 75px
    }
}

.service-block4:before {
    position: absolute;
    top: -42px;
    right: -100px;
    z-index: 0;
    content: " ";
    width: 250px;
    height: 120px;
    background: #f4f4f4;
    border-bottom-left-radius: 0;
    transition: all 0.4s ease-in-out;
    transform: rotate(45deg);
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.service-block4 .service-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 1;
    text-align: center;
}

.service-block4 i {
    color: #111;
    font-size: 38px;
    line-height: normal;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin-bottom: 0;
}

.service-block4 .service-desc {
    position: relative;
}

.service-block4 .service-desc h4 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.service-block4 .service-desc h5 {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}

.service-block4 .service-desc h5:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #111;
    margin-top: 10px;
    margin-bottom: 15px;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.service-block4 p {
    margin-top: 25px;
    padding-right: 50px;
    margin-bottom: 0;
}

.service-block4:hover:before {
    background: #111;
}

.service-block4:hover i {
    color: #fff;
}

.services-block-three > a {
    display: block;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
    text-decoration: none;
}

.services-block-three > a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid #111;
    border-right: 3px solid #111;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

 
 @media only screen and (max-width: 765px) and (min-width: 400px) {
     .pavon-logo {
         width: 100px;
         position: absolute;
         right: 80px;
         top: 45%;
     }
 }
 
 @media only screen and (max-width: 785px) and (min-width: 765px) {
     .pavon-logo {
         width: 100px;
         left: -350px;
         top: 45%;
     }
 }
 
 @media screen and (max-width: 1400px) and (min-width: 992px) {
     .pavon-logo {
         width: 100px;
         left: 10px;
     }
 }
 
 @media screen and (max-width: 2011px) and (min-width: 1414px) {
     .pavon-logo {
         left: 10px;
     }
 }
 
 @media screen and (max-width: 2051px) and (min-width: 2011px) {
     .pavon-logo {
         left: -200px;
     }
 }
 
 @media screen and (max-width: 2259px) {
     .pavon-logo {
         left: -250px;
     }
 }
 