@import url("font-awesome-all.css");
@import url("flaticon.css");
@import url("owl.css");
@import url("jquery.fancybox.min.css");
@import url("animate.css");
@import url("nice-select.css");
@import url("color.css");
@import url("datetimepicker.css");
/*Google Fonts*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:400,500,600,700|Open+Sans:400,600,700&amp;display=swap");
/*Google Fonts*/
@import url("https://fonts.googleapis.com/css?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900|Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;display=swap|Roboto:400,500,600,700|Open+Sans:400,600,700&amp;display=swap");
 
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:18px;
  color:#646578;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Lato', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1450px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Lato', 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-family: 'Lato', sans-serif;
  color: #646578;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #0a267a;
  margin: 0px;
  transition: all 500ms ease;
}

h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

h6{
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  padding: 5px 20px 3px 20px;
  cursor: pointer;
  right: 0;
  top: 0;
  font-weight: 600;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-weight: 700;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.4); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/

.thm-btn-one{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #0a267a;
  font-weight: 600;
  padding: 7px 60px 9px 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 500ms ease;
  z-index: 1;
}

.thm-btn-one i{
  position: absolute;
  top: -2px;
  right: -2px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 0px 5px 5px 0px;
}

.thm-btn-one:before{
  position: absolute;
  content: '';
  width: 0%;
  top: 0px;
  right: 44px;
  height: 100%;
  border-radius: 5px 0px 0px 5px;
  z-index: -1;
  transition: all 500ms ease;
}

.thm-btn-one:hover:before{
  width: calc(100% - 44px);
}

.thm-btn-one:hover{
  color: #fff;
}

.theme-btn-two{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #0a267a;
  text-transform: uppercase;
  background: #ffffff;
  padding: 16px 34px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.theme-btn-two:hover{
  color: #ffffff;
}

.thm-btn{
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:before{
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.thm-btn:hover:before{
  top: -40%;
}

.thm-btn.green-color:before{

}

.theme-btn-three{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding: 16px 54px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.theme-btn-three:hover{
  color: #fff !important;
}

.theme-btn-four{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff !important;
  padding: 16px 32px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.theme-btn-four.thm-btn:before{
  background: #0a267a;
}


.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 3px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  color: #0a267a;
  background: #eceff6;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li:last-child a{
  width: 90px;
  font-size: 14px;
  text-transform: uppercase;
  color: #646578;
}

.pagination li:last-child a i{
  margin-left: 5px;
}

.pagination li a:hover,
.pagination li a.current{
  color: #ffffff !important;
}


.sec-pad{
  padding: 113px 0px 120px 0px;
}

.sec-pad-2{
  padding: 120px 0px !important;
}

.mr-0{
  margin: 0px !important;
}

.scroll-top{
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 60px;
  font-size: 20px;
  border-radius: 5px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 60px;
}

.scroll-top span{
  color: #fff;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.sec-title h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.sec-title h2{
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.sec-title.text-left h6{
  padding-left: 70px;
}

.green-color .sec-title h6{

}

.sec-title.text-left h6:before{
  position: absolute;
  content: '';
  background: url(../images/wave-2.png);
  width: 60px;
  height: 7px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

.green-color .sec-title h6:before{
  background: url(../images/wave-5.png) !important;
}

.red-color .sec-title h6:before{
  background: url(../images/wave-6.png) !important;
}

.sec-title.text-center{
  text-align: center !important;
}

.sec-title.text-center h6{
  padding-bottom: 10px;
  margin-bottom: 19px;
}

.sec-title.text-center h6:before{
  position: absolute;
  content: '';
  background: url(../images/wave-2.png);
  width: 60px;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background-repeat: no-repeat;
}

.sec-title.light h6,
.sec-title.light h2{
  color: #fff;
}

.sec-title.light h6:before{
  background: url(../images/wave-3.png);
}



/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.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;
}

.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;
  border-bottom: 1px solid #dcdee5;
}

.header-top .top-inner{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header-top .top-inner .info li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 52.5px;
  padding-left: 28px;
  color: #646578;
  margin-right: 26px;
}

.header-top .top-inner .info li:last-child{
  margin: 0px !important;
}

.header-top .top-inner .info li:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: 16px;
  top: 19px;
  right: -14px;
}

.header-top .top-inner .info li:last-child:before{
  display: none;
}

.header-top .top-inner .info li a{
  color: #646578;
}

.header-top .top-inner .info li a:hover{
  text-decoration: underline;
}

.header-top .top-inner .info li i{
  position: absolute;
  left: 0px;
  top: 1px;
}

.header-top .top-inner .info{
  position: relative;
  padding: 0px 20px;
  border-left: 1px solid #dcdee5;
  border-right: 1px solid #dcdee5;
}

.header-top .top-inner .search-box .form-group{
  position: relative;
  min-width: 430px;
  padding: 0px 20px;
  margin: 0px;
}

.header-top .top-inner .search-box .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 52px;
  font-size: 18px;
  color: #646578;
  padding: 10px 0px;
}

.header-top .top-inner .search-box .form-group button{
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 18px;
  background: transparent;
  font-weight: 600;
  color: #646578;
  cursor: pointer;
  transition: all 500ms ease;
}

.header-top .top-inner .search-box .form-group input:focus + button,
.header-top .top-inner .search-box .form-group button:hover{

}

.header-top .top-inner .social-links li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 52.5px;
  margin: 0px 14px;
}

.header-top .top-inner .social-links li:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: 16px;
  top: 18px;
  right: -17px;
}

.header-top .top-inner .social-links li:last-child:before{
  display: none;
}

.header-top .top-inner .social-links li a{
  display: inline-block;
  font-size: 16px;
  color: #646578;
}

.header-top .top-inner .social-links li a:hover{

}

.header-top .top-inner .social-links{
  position: relative;
  padding: 0px 6px;
  border-left: 1px solid #dcdee5;
  border-right: 1px solid #dcdee5;
}

.header-top .top-inner .support-box{
  position: relative;
  margin-left: 17px;
}

.header-top .top-inner .support-box p{
  position: relative;
  font-size: 18px;
  color: #646578;
  padding-left: 28px;
}

.header-top .top-inner .support-box p a{
  color: #646578;
}

.header-top .top-inner .support-box p a:hover{

}

.header-top .top-inner .support-box p i{
  position: absolute;
  left: 0px;
  top: 0px;
}

.main-header .logo-box{
  position: relative;
  padding: 23px 0px;
}

.main-header .logo-box .logo{
  max-width:353px;
  width: 100%;
}

.main-header .logo-box .logo img{
  width: 100%;
}

.main-header .menu-right-content{
  position: relative;
  float: left;
  padding-left: 18px;
  margin-left: 20px;
  margin-top: 23px;
}

.main-header .menu-right-content:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: 34px;
  left: 0px;
  top: 6px;
}

.main-header .menu-right-content .cart-box,
.main-header .menu-right-content .btn-box{
  position: relative;
  float: left;
}

.main-header .menu-right-content .cart-box{
  margin-right: 53px;
  margin-top: 10px;
}

.main-header .menu-right-content .cart-box a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #0a267a;
}

.main-header .menu-right-content .cart-box a:hover{

}

.main-header .menu-right-content .cart-box a span{
  position: absolute;
  top: 1px;
  right: -13px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.main-header .menu-right-content .cart-box a:hover span{
  background: #222;
}


/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  padding:31.5px 0px;
  margin: 0px 19px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:16px;
  line-height:30px;
  font-family: 'Poppins', sans-serif;
  font-weight:600;
  opacity:1;
  color: #fff;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}


.sticky-header .main-menu .navigation > li > a{
  color: #000;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:85%;
  width:300px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.1);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding:7px 0px;
  line-height:24px;
  font-weight:600;
  font-size:16px;
  font-family: 'Poppins', sans-serif;
  text-transform:capitalize;
  color:#646578;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a{
  border-bottom: 1px solid #dcdee5;
  padding: 14px 0px 13px 0px;
}

.main-menu .navigation > li > ul > li > a:hover{
  padding-left: 11px;
}

.main-menu .navigation > li > ul > li > a:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  left: 0px;
  top: 14px;
  color: #fff;
  opacity: 0;
  font-weight: 400;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before{
  opacity: 1;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{

}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:7px 0px;
  line-height:24px;
  font-weight:500;
  font-size:15px;
  font-family: 'Poppins', sans-serif;
  text-transform:capitalize;
  color:#646578;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 85%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0); 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 500;
  padding: 3px 0px;
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}



/** banner-section **/

.banner-section{
  position: relative;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  padding: 150px 0px 260px 0px;
  overflow: hidden;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(35,35,35,1), rgba(0,0,0,0.0) 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-carousel .content-box{
  position: relative;
  display: block;
/*  max-width: 480px;*/
  z-index:5;
}

.banner-carousel .content-box h2{
  position: relative;
  display: block;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  margin-bottom: 28px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: 35px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.banner-section .owl-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.banner-section .owl-nav .owl-next,
.banner-section .owl-nav .owl-prev{
  position: absolute;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.banner-section .owl-nav .owl-prev{
  right: 50px;
}

.banner-section .owl-nav .owl-next{
  left: 50px;
}

.banner-section .owl-nav .owl-next:hover,
.banner-section .owl-nav .owl-prev:hover{

}

.banner-section .other-content{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  z-index: 1;
}

.banner-section .other-content .content-inner{
  position: relative;
  padding: 22px 0px 26px 0px;
}

.banner-section .other-content .content-inner .cloud-shape{
  position: absolute;
  right: -120px;
  bottom: 0px;
  width: 577px;
  height: 193px;
  background-repeat: no-repeat;
}

.banner-section .other-content .info-box li{
  position: relative;
  display: inline-block;
  padding-left: 50px;
  margin-right: 85px;
}

.banner-section .other-content .info-box li:last-child{
  margin: 0px !important;
}

.banner-section .other-content .info-box li i{
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
}

.banner-section .other-content .info-box li h6{
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}

.banner-section .other-content .info-box li h6 strong{
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

.banner-section .other-content .mail-box{
  position: relative;
  padding-right: 70px;
  text-align: right;
}

.banner-section .other-content .mail-box i{
  position: absolute;
  top: 1px;
  right: 0px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.banner-section .other-content .mail-box h6{
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.banner-section .other-content .mail-box p{
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #646578;
  font-weight: 600;
}

.banner-section .other-content .mail-box p a{
  display: inline-block;
  color: #646578;
}

.banner-section .other-content .mail-box p a:hover{

}


/** highlights-section **/



.highlights-section{
  position: relative;
  padding-top: 70px;
}

.highlights-section .big-block .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 29px 30px 40px 30px;
  box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.04);
  border-radius: 5px;
  text-align: right;
}

.highlights-section .big-block .inner-box .shape{
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.highlights-section .big-block .inner-box .image-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.highlights-section .big-block .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 71px;
}

.highlights-section .big-block .inner-box .location-box{
  position: relative;
  display: inline-block;
  text-align: left;
}

.highlights-section .big-block .inner-box .location-box h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.highlights-section .big-block .inner-box .location-box .zip-form .form-group{
  position: relative;
  min-width: 270px;
  margin: 0px;
}

.highlights-section .big-block .inner-box .location-box .zip-form .form-group input[type='text']{
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid #dcdee5;
  font-size: 18px;
  color: #dcdee5;
  border-radius: 5px;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.highlights-section .big-block .inner-box .location-box .zip-form .form-group button{
  position: absolute;
  top: 1px;
  right: 1px;
  height: 58px;
  width: 59px;
  line-height: 58px;
  font-size: 24px;
  background: #eceff6;
  text-align: center;
  color: #babac5;
  font-weight: 700;
  border-radius: 0px 5px 5px 0px;
  transition: all 500ms ease;
}

.highlights-section .big-block .inner-box .location-box .zip-form .form-group input:focus{

}

.highlights-section .big-block .inner-box .location-box .zip-form .form-group input:focus + button{
  color: #fff;
}

.highlights-section .small-block .inner-box{
  position: relative;
  display: block;
  padding: 15px;
  background: #eceff6;
  border-radius: 5px;
  transition: all 500ms ease; margin-bottom:20px;
}

.highlights-section .small-block .inner-box li{ line-height:3em;}

.highlights-section input { height:45px; border:1px solid #D8D8D8; border-radius:5px; width:100%; padding-left:10px;}
.highlights-section .sec-title h2{ font-size:32px;}

.highlights-section .small-block  h2 { text-align:center; font-family: 'Poppins', sans-serif; margin-bottom:15px;}

.highlights-section textarea {border:1px solid #D8D8D8; border-radius:5px; width:100%; padding-left:10px;}

.highlights-section .code {  width:60%; float:left; height:45px; border:1px solid #D8D8D8; border-radius:5px;  padding-left:10px; }
.highlights-section .captcha { float:left; background:#fff;  padding:12px 10px; margin-left:10px; }

.highlights-section .message-btn{ background:#F4292C; text-align:center; border-radius:4px; color:#fff; font-weight:500; font-size:16px; padding:10px; margin-top:20px;}

.highlights-section .small-block .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0;
  border-radius: 5px;
  transition: all 500ms ease;
}

.highlights-section .small-block .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 24px;
  transition: all 500ms ease;
}


.highlights-section .small-block .inner-box .icon-box .shape{
  position: absolute;
  top: -15px;
  right: -37px;
  width: 32px;
  height: 32px;
  transform: scale(0,0);
  transition: all 500ms ease;
  background-repeat: no-repeat;
}

.highlights-section .small-block .inner-box:hover .icon-box .shape{
  transform: scale(1,1);
}

.highlights-section .small-block .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 30px;
  margin-bottom: 22px;
}

.highlights-section .small-block .inner-box h4:before{
  position: absolute;
  content: '';
  background: url(../images/wave-1.png);
  width: 60px;
  height: 18px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.highlights-section .small-block .inner-box p{
  position: relative;
  color: #646578;
}


/** about-section **/

.about-section{
  position: relative;
  padding: 113px 0px;
}

.content_block_1 .content-box .text{
  position: relative;
  margin-bottom: 30px;
}

.content_block_1 .content-box .inner-box .left-column li{
  position: relative;
  margin-bottom: 21px;
}

.content_block_1 .content-box .inner-box .left-column li:last-child{
  margin-bottom: 0px;
}

.content_block_1 .content-box .inner-box .left-column li h6{
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #646578;
  text-transform: uppercase;
  margin-bottom: 1px;
}

.content_block_1 .content-box .inner-box .right-column li{
  position: relative;
  display: block;
  padding-left: 75px;
  margin-bottom: 24px;
}

.content_block_1 .content-box .inner-box .right-column li:last-child{
  margin-bottom: 0px;
}

.content_block_1 .content-box .inner-box .right-column li i{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.content_block_1 .content-box .inner-box{
  position: relative;
  margin-bottom: 42px;
}

.content_block_1 .content-box .sec-title{
  margin-bottom: 22px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-right: 60px;
}

.image_block_1 .image-box img{
  width: 100%;
}

.image_block_1 .image-box .image-1{
  position: relative;
  border-radius: 50%;
}

.image_block_1 .image-box .image-1 img{
  border-radius: 50%;
}

.image_block_1 .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 28px;
  border-radius: 50%;
}

.image_block_1 .image-box .image-2 img{
  border-radius: 50%;
}

.image_block_1 .image-box .image-3-bg{
  position: absolute;
  top: 32px;
  right: 0px;
  width: 190px;
  height: 190px;
  background: #fff;
  border: 15px solid #eceff6;
  border-radius: 50%;
  box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.1);
}

.image_block_1 .image-box .image-3-bg:before{
  position: absolute;
  content: '';
  background: #eceff6;
  width: 15px;
  height: 160px;
  top: 3px;
  right: 68px;
  z-index: 1;
  transform: rotate(30deg);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.image_block_1 .image-box .image-3{
  position: absolute;
  top: 63px;
  right: 31px;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/** service-section **/

.service-section{
  position: relative;
  padding-top: 113px;
}

.service-section .image-layer{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-section .image-layer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.tabs-box-2 .tab-2{
  position:relative;
  display:none;
}

.tabs-box-2 .tab-2.active-tab-2{
  display:block;  
}

.tabs-box-2 .tab-2{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box-2 .tab-2.active-tab-2{
  transform:scale(1) translateY(0px);
}

.service-section .tab-btn-one .tab-btns{
  position: relative;
  display: block;
}

.service-section .tab-btn-one .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 600;
  width: 270px;
  background: rgba(255,255,255,0.3);
  padding: 20px 30px;
  text-align: left;
  cursor: pointer;
  margin-right: 7px;
  border-radius: 5px 5px 0px 0px;
  transition: all 500ms ease;
}

.service-section .tab-btn-one .tab-btns li:last-child{
  margin: 0px !important;
}

.service-section .tab-btn-one .tab-btns li:before{
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #b2bbdd;
  border-radius: 50%;
  top: 25px;
  right: 20px;
  transition: all 500ms ease;
}

.service-section .tab-btn-one .tab-btns li.active-btn:before{

}

.service-section .tab-btn-one .tab-btns li:after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #c5cdea;
  border-radius: 50%;
  top: 31px;
  right: 26px;
  transition: all 500ms ease;
}

.service-section .tab-btn-one .tab-btns li.active-btn:after{
  
}

.service-section .tab-btn-one .tab-btns li.active-btn{
  background: #eceff6;
  color: #0a267a;
}

.service-section .tab-buttons-2{
  position: relative;
  display: block;
  background: #eceff6;
  padding: 40px 30px;
  padding-right: 120px;
  border-radius: 0px 5px 5px 5px;
}

.service-section .tab-buttons-2 li{
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #0a267a;
  font-weight: 600;
  background: #fff;
  padding: 16px 30px;
  text-align: left;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}

.service-section .tab-buttons-2 li i{
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 24px;
  transition: all 500ms ease;
}

.service-section .tab-buttons-2 li.active-btn-2{
  color: #fff;
}

.service-section .tab-buttons-2 li.active-btn-2 i{
  transform: rotate(90deg);
}

.service-carousel .owl-nav{
  position: absolute;
  top: 40px;
  right: 30px;
  display: inline-block;
  background: #fff;
  width: 70px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  font-size: 35px;
  margin: 0px 0px;
  padding: 0px 5px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 5px;
  transition: all 500ms ease;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover{

}

.service-section .tabs-content-2{
  position: relative;
  display: block;
  padding: 75px 0px 80px 0px;
}

.service-section .tabs-content-2:before{
  position: absolute;
  content: '';
  background: #ffffff;
  width: calc(100% + 150px);
  height: calc(100% + 90px);
  left: -75px;
  top: -90px;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.08);
  border-radius: 5px;
  z-index: -1;
}

.content_block_2 .content-box h2{
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 24px;
}

.content_block_2 .content-box .text{
  margin-bottom: 28px;
}

.content_block_2 .content-box .list-item{
  margin-bottom: 37px;
}

.content_block_2 .content-box .list-item li{
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 11px;
}

.content_block_2 .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_2 .content-box .list-item li:before{
  position: absolute;
  content: "\f10c";
  font-family: 'Flaticon';
  font-size: 16px;
  left: 0px;
  top: 1px;
}

.content_block_2 .content-box .btn-box{
  margin-bottom: 27px;
}

.content_block_2 .content-box .other-text{
  position: relative;
  display: block;
}

.content_block_2 .content-box .other-text p{
  color: #0a267a;
}

.content_block_2 .content-box .other-text p a{
  display: inline-block;
}

.content_block_2 .content-box .other-text p a:hover{
  color: #0a267a;
  border-color: #0a267a;
}

.content_block_2 .content-box .other-text .arrow{
  position: absolute;
  bottom: 35px;
  right: -23px;
  width: 166px;
  height: 107px;
  background-repeat: no-repeat;
}

.image_block_2 .image-box{
  position: relative;
  display: block;
  padding-left: 65px;
  margin-top: 25px;
}

.image_block_2 .image-box .image{
  position: relative;
  display: block;
  border-radius: 5px;
}

.image_block_2 .image-box .image:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -20px;
  top: -20px;
  border-radius: 5px;
}

.image_block_2 .image-box .image img{
  width: 100%;
  border-radius: 5px;
}

.image_block_2 .image-box .image-content{
  position: absolute;
  left: 0px;
  bottom: 80px;
  width: 130px;
  height: 130px;
  text-align: center;
  border-radius: 50%;
  padding: 36px 15px;
}

.image_block_2 .image-box .image-content h6{
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.image_block_2 .image-box .image-content h2{
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 600;
}


/** works-section **/

.works-section{ background:#E5E5E5;
  position: relative;
}

.works-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 251px;
  background-repeat: no-repeat;
  background-size: cover;
}

.content_block_3 .content-box .text{
  margin-bottom: 43px;
}

.content_block_3 .content-box .inner-box{
  position: relative;
  padding-right: 30px;
  padding-bottom: 30px;
}

.content_block_3 .content-box .inner-box .image{
  position: relative;
  display: block;
  border-radius: 5px;
}

.content_block_3 .content-box .inner-box .image img{
  width: 100%;
  border-radius: 5px;
}

.content_block_3 .content-box .inner-box .progress-inner{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 370px;
  padding: 34px 30px 40px 30px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.08);
  border-radius: 5px;
}

.content_block_3 .content-box .sec-title{
  margin-bottom: 22px;
}

.progress-box{
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.progress-box:last-child{
  margin-bottom: 0px;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:8px;
  background:#eceff6;
  border-radius:5px;
}

.progress-box .bar:before{
  position: absolute;
  content: '';
  width: 2px;
  height: 14px;
  left: 0px;
  top: -6px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  border-radius:5px;
  width:0px;
  height:8px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.progress-box .bar-inner:before{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  top: -4px;
  right: 0px;
}

.progress-box .count-text{
  position:absolute;
  top: -33px;
  right: 0px;
  font-size:14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;  
}

.progress-box h6{
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.content_block_4 .content-box{
  position: relative;
  display: block;
  padding: 0px 90px;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  margin-top: 108px;
}

.content_block_4 .content-box .inner-box{
  position: relative;
  display: inline-block;
  width: 390px;
  height: 390px;
  background: #eceff6;
  border-radius: 50%;
  text-align: center;
  padding: 80px 70px;
}

.content_block_4 .content-box .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 30px;
  margin-bottom: 22px;
}

.content_block_4 .content-box .inner-box h4:before {
  position: absolute;
  content: '';
  background: url(../images/wave-1.png);
  width: 60px;
  height: 18px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background-repeat: no-repeat;
}

.content_block_4 .content-box .inner-box p{
  margin-bottom: 14px;
}

.content_block_4 .content-box .inner-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
}

.content_block_4 .content-box .inner-box a:hover{
  text-decoration: underline;
}

.content_block_4 .content-box .inner-box .step-list{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.content_block_4 .content-box .inner-box .step-list li{
  position: absolute;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  padding: 38px 30px;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}

.content_block_4 .content-box .inner-box .step-list li:before{
  position: absolute;
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  border-radius: 50%;
  opacity: 0;
  transition: all 500ms ease;
}

.content_block_4 .content-box .inner-box .step-list li:hover:before{
  opacity: 1;
}

.content_block_4 .content-box .inner-box .step-list li:first-child{
  left: 50%;
  transform: translateX(-50%);
  top: -105px;
}

.content_block_4 .content-box .inner-box .step-list li:nth-child(2){
  top: 50%;
  transform: translateY(-50%);
  right: -90px;
}

.content_block_4 .content-box .inner-box .step-list li:nth-child(3){
  left: 50%;
  transform: translateX(-50%);
  bottom: -105px;
}

.content_block_4 .content-box .inner-box .step-list li:last-child{
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
}

.content_block_4 .content-box .inner-box .step-list li .icon-box{
  position: relative;
  display: inline-block;
  font-size: 42px;
  line-height: 40px;
  color: #b6b6c2;
  margin-bottom: 9px;
  transition: all 500ms ease;
}

.content_block_4 .content-box .inner-box .step-list li:hover .icon-box{

}

.content_block_4 .content-box .inner-box .step-list li h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.content_block_4 .content-box .inner-box .arrow{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.content_block_4 .content-box .inner-box .arrow{
  position: absolute;
  width: 460px;
  height: 461px;
  left: -35px;
  top: -38px;
  background-repeat: no-repeat;
  z-index: -1;
}


/** project-section **/

.project-section{
  position: relative;
  background:url(../images/service-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0px 50px 0px;
}

.project-section .sec-title h2 { color:#fff;}

.project-section .owl-carousel{
  max-width: 570px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.project-section .owl-stage-outer {
  overflow: visible;
}

.project-section .project-inner{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.project-block-one .inner-box{
  position: relative;
  display: block;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  border-radius: 5px;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
}

.project-block-one .inner-box .text{
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  background: #fff;
  padding: 15px 30px;
  overflow: hidden;
  border-radius: 5px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.project-block-one .inner-box .text a{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.project-block-one .inner-box .text a:hover{
  background: #0a267a;
}

.owl-item.active .project-block-one .inner-box .text{
  transform: scale(1,1);
}

.project-section .owl-nav{
  position: absolute;
  top: 40%;
  width: 100%;
}

.project-section .nav-style-one .owl-nav .owl-prev,
.project-section .nav-style-one .owl-nav .owl-next{
  position: absolute;
}

.nav-style-one .owl-nav .owl-prev,
.nav-style-one .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #b1b6c1;
  width: 50px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin: 0px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  transition: all 500ms ease;
}

.project-section .owl-nav .owl-prev{
  left: -95px;
}

.project-section .owl-nav .owl-next{
  right: -95px;
}

.nav-style-one .owl-nav .owl-prev:hover,
.nav-style-one .owl-nav .owl-next:hover{
  color: #fff;
}

.other-text{
  position: relative;
  display: block;
  margin-top: 53px;
}

.other-text p{
  color: #0a267a;
}

.other-text p a{

}

.other-text p a:hover{
  color: #0a267a;
  border-color: #0a267a;
}


/** booking-section **/

.booking-section{
  position: relative;
  background: #edf0f7;
}

.nice-select:after{
  position: absolute;
  content: "\f0dd";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  color: #b6b6c2;
  top: -7px;
  right: 7px;
  margin: 0px;
  font-weight: 700;
  border: none !important;
  transform: rotate(0deg) !important;
}

.nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  max-width: 100%;
  line-height: 50px;
  border: none !important;
  border-bottom: 1px solid #dcdee5 !important;
  font-size: 15px;
  color: #646578;
  background: transparent;
  border-radius: 0px;
  padding: 0px 0px;
}

.booking-section .single-column{
  position: relative;
  float: left;
  width: 33.333%;
}

.content_block_5 .content-box{
  position: relative;
  display: block;
  padding: 73px 50px 80px 60px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content_block_5 .content-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 478px;
  background-repeat: no-repeat;
}

.content_block_5 .content-box h2{
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 24px;
}

.content_block_5 .content-box .list-item{
  position: relative;
  margin-bottom: 160px;
}

.content_block_5 .content-box .list-item li{
  position: relative;
  display: block;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 10px;
}

.content_block_5 .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_5 .content-box .list-item li:before {
  position: absolute;
  content: "\f10c";
  font-family: 'Flaticon';
  font-size: 16px;
  left: 0px;
  top: 1px;
}

.content_block_5 .content-box .support-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 14.5px 30px;
  border-radius: 5px;
  text-align: center;
}

.content_block_5 .content-box .support-box h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 30px;
}

.content_block_5 .content-box .support-box h6 i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
  font-weight: 400;
}

.content_block_5 .content-box .support-box h6 a{
  display: inline-block;
  color: #0a267a;
}

.content_block_5 .content-box .support-box h6 a:hover{
  text-decoration: underline;
}

.content_block_6 .content-box{
  position: relative;
  display: block;
  padding: 73px 60px 74px 60px;
}

.content_block_6 .content-box .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content_block_6 .content-box .sec-title{
  margin-bottom: 29px;
}

.content_block_6 .content-box .estimate-form .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 10px 30px 24px 30px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.content_block_6 .content-box .estimate-form .form-group{
  position: relative;
  height: 50px;
  margin-bottom: 7px;
}

.content_block_6 .content-box .estimate-form .form-group input[type='text'],
.content_block_6 .content-box .estimate-form .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dcdee5;
  font-size: 15px;
  color: #646578;
  padding: 0px 0px;
  transition: all 500ms ease;
}

.content_block_6 .content-box .estimate-form .form-group input:focus{

}

.content_block_6 .content-box .estimate-form button{
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 30px;
  text-align: center;
  border-radius: 5px;
  transition: all 500ms ease;
}

.content_block_6 .content-box .estimate-form button:hover{
  background: #0a267a;
}

.content_block_7 .content-box{
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 299px 60px 80px 60px;
}

.content_block_7 .content-box .video-btn{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 168px;
}

.content_block_7 .content-box .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 110px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.content_block_7 .content-box .video-btn .border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255,255,255,.5);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.content_block_7 .content-box .video-btn .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.content_block_7 .content-box .video-btn .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.content_block_7 .content-box .other-text{
  position: relative;
  display: block;
  background: #fff;
  padding: 15px 30px;
  border-radius: 5px;
}

.content_block_7 .content-box .other-text h6{
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
}

.content_block_7 .content-box .other-text h6 i{
  margin-right: 6px;
}

.content_block_7 .content-box .other-text .share-option{
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
}

.content_block_7 .content-box .other-text .share-option h6{
  text-transform: uppercase;
}

.content_block_7 .content-box .other-text .share-option:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: 36px;
  left: -20px;
  top: -5px;
}

.content_block_7 .content-box .other-text .share-option .list{
  position: absolute;
  left: 0px;
  top: -10px;
  width: 110px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.content_block_7 .content-box .other-text .share-option:hover .list{
  top: -20px;
  opacity: 1;
  visibility: visible;
}

.content_block_7 .content-box .other-text .share-option .list li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #0a267a;
  margin: 0px 5px;
}

.content_block_7 .content-box .other-text .share-option .list li a{
  color: #0a267a;
}

.content_block_7 .content-box .other-text .share-option .list li a:hover{

}


/** news-section **/

.news-section{
  position: relative; margin-top:20px; margin-bottom:20px;
}

.news-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.news-section .owl-item{
  opacity: 0;
}

.news-section .owl-item.active{
  opacity: 1;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.08);
}

.news-block-one .inner-box .image-box{
  position: relative;
}

.news-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}

.news-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box .post-date{
  position: absolute;
  left: 30px;
  top: -23px;
}

.news-block-one .inner-box .image-box .post-date h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 9.5px 13px;
  text-align: center;
  border-radius: 5px;
}

.news-block-one .inner-box .image-box .post-date h6 span{
  font-size: 24px;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 20px 30px 23px 30px;
}

.news-block-one .inner-box .lower-content .category a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  color: #646578;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #9e9ea9;
  margin-bottom: 13px;
}

.news-block-one .inner-box .lower-content .category a:hover{

}

.news-block-one .inner-box .lower-content h4{
  margin-bottom: 13px;
}

.news-block-one .inner-box .lower-content h4 a{ font-size:18px;
  display: inline-block;
  color: #0a267a; 
}

.news-block-one .inner-box .lower-content h4 a:hover{

}

.news-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 10px;
}

.news-block-one .inner-box .lower-content .link a:before{
  position: absolute;
  content: '';
  width: 2px;
  height: 11px;
  left: 0px;
  top: 6px;
}

.news-block-one .inner-box .lower-content .link a:hover{
  text-decoration: underline;
}

.news-section .owl-nav{
  position: absolute;
  top: -130px;
  right: 0px;
}

.news-section .owl-nav .owl-prev{
  margin-right: 15px;
}

.news-section .sec-title{
  margin-bottom: 52px;
}

.news-section .nav-style-one .owl-nav .owl-prev,
.news-section .nav-style-one .owl-nav .owl-next{
  background: #eceff6;
  box-shadow: none;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
 padding: 33px 0px 30px 0px;
}

.testimonial-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 510px;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-section .bg-layer:before{
  position: absolute;
  content: '';
  background: #eceff6;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.testimonial-section .client-thumb-outer{
  position: relative;
  display: block;
  width: 490px;
  margin: 0 auto;
  margin-top: 60px;
  overflow: hidden;
  padding: 10px 10px;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel{
  position: relative;
  max-width: 100px;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
  overflow:visible;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item{
  position:relative;
  width:100px;
  border-radius:50%;
}

.testimonial-section .client-thumb-outer .thumb-item .thumb-box{
  width:100px;
  height:100px;
  cursor:pointer;
  overflow: hidden;
  border-radius:50%;
}

.testimonial-section .client-thumb-outer .thumb-item .thumb-box:before{
  position: absolute;
  content: '';
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  left: -7px;
  top: -7px;
  border-radius: 50%;
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-section .client-thumb-outer .owl-item.active .thumb-box:before{
  opacity: 1;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img{
  overflow:hidden;
  width:100%;
  height:100%;
  display:block;
  border-radius:50%;
}

.testimonial-section .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.testimonial-section .image-box .image img{
  width: 100%;
  border-radius: 5px;
}

.testimonial-section .image-box .image h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(255,255,255,0.3);
  padding: 6px 20px;
  text-align: center;
  border-radius: 5px;
}

.testimonial-section .image-box .image .before{
  position: absolute;
  left: 20px;
  top: 20px;
}

.testimonial-section .image-box .image .after{
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.testimonial-block-one .inner-box{
  position: relative; text-align:center;
  display: block;
  background: #fff;
  padding: 43px 40px 47px 40px;
  border-radius: 5px;
}

.testimonial-block-one .inner-box h4{
  margin-bottom: 3px;
}

.testimonial-block-one .inner-box .rating-box{
  position: relative;
  margin-bottom: 16px;
}

.testimonial-block-one .inner-box .rating-box li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #b6b6c2;
}

.testimonial-block-one .inner-box .text{
  margin-bottom: 26px;
}

.testimonial-block-one .inner-box .text p{
  line-height: 30px;
}

.testimonial-block-one .inner-box .author-box h4{
  color: #0a267a;
  margin-bottom: 2px;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial-block-one .inner-box .quote-box{
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.testimonial-block-one .inner-box .quote-box .quote{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .quote-box .shape{
  position: absolute;
  left: -37px;
  top: -3px;
  width: 32px;
  height: 32px;
  transition: all 500ms ease;
  background-repeat: no-repeat;
}


/** clients-section **/

.clients-section{
  position: relative;
  padding-bottom: 120px;
}

.clients-section .upper-title .sec-title,
.clients-section .upper-title .text{
  width: 50%;
}

.clients-section .upper-title .text{
  margin-top: 25px;
}

.clients-section .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section .clients-logo-box img:hover{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.clients-section .clients-logo-box{
  position: relative;
  display: block;
}

.clients-section .clients-logo-box:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: 75px;
  top: 0px;
  right: -15px;
}

.clients-section .clients-carousel{
  position: relative;
  border-bottom: 1px solid #dcdee5;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.clients-section .clients-carousel:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: 75px;
  top: 0px;
  right: 0px;
}

.clients-section .clients-carousel:after{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: 75px;
  top: 0px;
  left: 0px;
}


/** subscribe-section **/

.subscribe-section{
  position: relative;
  padding: 27px 0px;
}

.subscribe-section .text h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 56px;
  color: #fff;
  font-weight: 600;
  padding-left: 75px;
}

.subscribe-section .text h3 i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 30px;
  background: #fff;
  border-radius: 5px;
  font-weight: 400;
  text-align: center;
}

.subscribe-section .subscribe-form .form-group{
  position: relative;
  display: block;
  padding-right: 195px;
  margin-bottom: 0px;
}

.subscribe-section .subscribe-form .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 56px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  padding: 10px 30px;
  background: transparent;
  transition: all 500ms ease;
}

.subscribe-section .subscribe-form .form-group input::-webkit-input-placeholder{
  color:#fff;
}

.subscribe-section .subscribe-form .form-group input:focus{
  border-color: #0a267a;
}

.subscribe-section .subscribe-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 16px 40px;
  transition: all 500ms ease;
}

.subscribe-section .subscribe-form .form-group button:hover{
  background: #0a267a;
  color: #fff;
}

.bg-color-2{
  background: #0a267a;
}


/** main-footer **/

.main-footer{
  position: relative;
}

.footer-top{
  position: relative;
  padding: 105px 0px 95px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.footer-top h2{ color:#fff; font-size:18px;}

.footer-top .logo-widget{
  margin-top: -5px;
}

.footer-top .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 32px;
}

.main-footer p,
.main-footer a{
  color: rgba(255,255,255,0.7);
}

.footer-top .logo-widget .text{
  margin-bottom: 29px;
}

.footer-top .logo-widget .award-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer-top .logo-widget .award-list li:last-child{
  margin: 0px !important;
}

.footer-top .widget-title{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.footer-top .widget-title h4{
  display: inline-block;
  color: #fff;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.footer-top .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.footer-top .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-top .links-widget .links-list li a{
  display: inline-block;
}

.footer-top .links-widget .links-list li a:hover{
  color: #fff;
}

.footer-top .contact-widget .info li{
  position: relative;
  display: block;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.7);
}

.footer-top .contact-widget .info li:last-child{
  margin-bottom: 0px;
}

.footer-top .contact-widget .info li a:hover{
  color: #fff;
}

.footer-top .contact-widget .info{
  margin-bottom: 24px;
}

.footer-social li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer-social li:last-child{
  margin: 0px !important;
}

.footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background: #1a378c;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 5px;
}

.footer-social li a:hover{
  background: #ffffff;
}

.footer-bottom{
  position: relative;
  padding: 23px 0px;
}

.footer-bottom a{
  color: #fff;
}

.footer-bottom a:hover{
  text-decoration: underline;
}


/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/

.main-header.style-two{
  position: relative;
  background: #f3f3f3;
  padding: 0px 250px;
}

.main-header.style-two .logo-box{
  position: absolute;
  left: 40px;
  top: 46px;
  padding: 0px;
}

.main-header.style-two .header-top .top-inner{
  display: block;
}

.main-header.style-two .header-top .top-inner .info li i{

}

.main-header.style-two .header-top .top-inner .info li a:hover{

}

.main-header.style-two .header-top .top-inner .info{
  border: none;
}

.main-header.style-two .header-top{
  border-bottom: none;
}

.main-header.style-two .social-links{
  position: absolute;
  top: 45px;
  right: 40px;
  z-index: 1;
}

.main-header.style-two .social-links .social-list{
  position: relative;
  display: inline-block;
  padding: 10px 5px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}

.main-header.style-two .social-links .social-list li{
  position: relative;
  display: inline-block;
  margin: 0px 14px;
}

.main-header.style-two .social-links .social-list li:before{
  position: absolute;
  content: '';
  background: #d2d2d2;
  width: 1px;
  height: 16px;
  top: 6px;
  right: -16px;
}

.main-header.style-two .social-links .social-list li:last-child:before{
  display: none;
}

.main-header.style-two .social-links .social-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #646578;
}

.main-header.style-two .social-links .social-list li a:hover{

}

.main-header.style-two .social-links .social-list li a span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 44px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  transition: all 500ms ease;
}

.main-header.style-two .social-links .social-list li a span:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 14px;
  height: 14px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: -6px;
}

.main-header.style-two .social-links .social-list li a:hover span{
  top: 34px;
  opacity: 1;
  visibility: visible;
}

.main-header.style-two .header-lower{
  position: relative;
  display: block;
  background: #fff;
  padding: 0px 40px;
  border-radius: 5px 5px 0px 0px;
}

.main-header.style-two .menu-right-content{
  float: right;
  padding-left: 0px;
  margin-left: 0px;
}

.main-header.style-two .menu-right-content:before{
  display: none;
}

.main-header.style-two .main-menu .navigation > li.current > a, 
.main-header.style-two .main-menu .navigation > li:hover > a{

}

.main-header.style-two .main-menu .navigation > li > ul, 
.main-header.style-two .main-menu .navigation > li > .megamenu{

}

.main-header.style-two .main-menu .navigation > li > ul > li > a:hover, 
.main-header.style-two .main-menu .navigation > li > .megamenu li > a:hover{

}

.main-header.style-two .main-menu .navigation > li > ul > li > a:hover:before{

}

.main-header.style-two .main-menu .navigation > li > ul > li > ul > li > a:hover{

}

.main-header.style-two .menu-right-content .btn-box .theme-btn-three{
  padding: 16px 32px;
  color: #0a267a;
  background: #f3f3f3;
}

.main-header.style-two .menu-right-content{
  margin-top: 18px;
}

.main-header.style-two .menu-right-content .cart-box{
  margin-top: 15px;
}

.main-header.style-two .menu-right-content .cart-box a:hover{

}

.main-header.style-two .menu-right-content .cart-box a span{
  
}


/** search box btn **/

.main-header .search-box-outer {
  position: relative;
  display: inline-block;
  float: left;
  margin: 14px 40px 0px 0px;
}

.main-header .search-box-outer:before{
  position: absolute;
  content: '';
  background: #e3e3e3;
  width: 2px;
  height: 28px;
  left: -24px;
  top: -1px;
}

.main-header .search-box-btn{
  position: relative;
  font-size: 20px;
  color: #0a267a;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  background: transparent;
  transition: all 500ms ease;
}

.main-header .search-box-btn:hover{
  
}

.main-header .search-box-outer .dropdown-menu {
  top: 55px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  background: #ffffff;
  right: 0;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container{
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #111111;
  background: #f3f5fe;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}


/** banner-style-two **/

.banner-section.style-two{
  position: relative;
}

.banner-section.style-two .banner-carousel .slide-item{
  padding: 230px 0px;
}

.banner-section.style-two .banner-carousel .slide-item:before{
  display: none;
}

.banner-section.style-two .banner-content{
  position: relative;
  max-width: 570px;
  width: 100%;
  background: #fff;
  padding: 41px 30px 50px 30px;
  border-radius: 5px;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section.style-two .active .banner-content{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-section.style-two .banner-content h2{
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 22px;
}

.banner-section.style-two .banner-content p{
  margin-bottom: 34px;
}

.banner-section.style-two .banner-content .support-box .btn-box,
.banner-section.style-two .banner-content .support-box .mail-box{
  position: relative;
  float: left;
}

.banner-section.style-two .banner-content .support-box .btn-box{
  margin-right: 20px;
}

.banner-section.style-two .banner-content .support-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 30px;
  border-radius: 5px;
}

.banner-section.style-two .banner-content .support-box .btn-box a:hover{
  color: #fff;
}

.banner-section.style-two .banner-content .support-box .mail-box{
  position: relative;
  padding-left: 70px;
}

.banner-section.style-two .banner-content .support-box .mail-box i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.banner-section.style-two .banner-content .support-box .mail-box h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.banner-section.style-two .banner-content .support-box .mail-box a{
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
  color: #646578;
  font-weight: 600;
  text-transform: uppercase;
}

.banner-section.style-two .banner-content .support-box .mail-box a:hover{

}

.banner-section.style-two .owl-nav .owl-next, 
.banner-section.style-two .owl-nav .owl-prev{
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  color: #b6b6c2;
  font-size: 40px;
}

.banner-section.style-two .owl-nav .owl-next:hover, 
.banner-section.style-two .owl-nav .owl-prev:hover{
  color: #fff;
}


/** feature-section **/

.feature-section{
  position: relative;
  padding: 120px 0px 120px 0px;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.07);
  padding: 40px 15px 34px 30px;
  border-radius: 5px;
}

.feature-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0;
  border-radius: 5px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before{
  height: 100%;
  opacity: 1;
}

.green-color .feature-block-one .inner-box:before{

}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 35px;
  background: #f3f3f3;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 24px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box{
  color: #fff;
}

.feature-block-one .inner-box .icon-box .shape{
  position: absolute;
  top: -15px;
  right: -37px;
  width: 32px;
  height: 32px;
  transform: scale(0,0);
  transition: all 500ms ease;
  background-repeat: no-repeat;
}

.feature-block-one .inner-box:hover .icon-box .shape{
  transform: scale(1,1);
}

.feature-block-one .inner-box h4{
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 30px;
}

.feature-block-one .inner-box h4:before {
  position: absolute;
  content: '';
  background: url(../images/wave-4.png);
  width: 60px;
  height: 18px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.bg-color-3{
  background: #f3f3f3;
}


/** about-style-two **/

.about-style-two{
  position: relative;
}

.about-style-two .image-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-style-two .image-box{
  position: relative;
  display: block;
  margin-right: 10px;
}

.about-style-two .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.about-style-two .image-box .image img{
  width: 100%;
  border-radius: 5px;
}

.about-style-two .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-style-two .image-box .image:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.content_block_8 .content-box{
  position: relative;
  display: block;
  margin-top: -7px;
}

.content_block_8 .content-box p{
  margin-bottom: 20px;
}

.content_block_8 .content-box .list{
  margin-bottom: 29px;
}

.content_block_8 .content-box .list li{
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 11px;
}

.content_block_8 .content-box .list li:last-child{
  margin-bottom: 0px;
}

.content_block_8 .content-box .list li:before {
  position: absolute;
  content: "\f10c";
  font-family: 'Flaticon';
  font-size: 16px;
  left: 0px;
  top: 2px;
}

.green-color .content_block_8 .content-box .list li:before{

}

.content_block_8 .content-box .signature{
  position: relative;
  margin-bottom: 14px;
}

.content_block_8 .content-box h4 span{
  font-size: 14px;
  text-transform: uppercase;
}

.green-color .content_block_8 .content-box h4 span{

}


/** service-style-two **/

.service-style-two{
  position: relative;
  padding-bottom: 66px;
}

.line-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1170px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.line-box .line{
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e3e3e3;
}

.line-box .line-1{
  left: 0px;
}

.line-box .line-2{
  left: 25%;
}

.line-box .line-3{
  left: 50%;
}

.line-box .line-4{
  left: 75%;
}

.line-box .line-5{
  left: 100%;
}

.tabs-inner .service-block-one{
  float: left;
  width: 25%;
}

.tabs-inner .service-block-one:nth-child(2),
.tabs-inner .service-block-one:last-child{
  margin-top: 30px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.service-block-one .inner-box .lower-content{
  position: relative;
  padding: 24px 20px 20px 20px;
}

.service-block-one .inner-box .lower-content .icon-box{
  position: absolute;
  top: -29px;
  right: 20px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 30px;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box{
  color: #fff;
}

.service-block-one .inner-box .lower-content h4{
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 22px;
}

.service-block-one .inner-box .lower-content h4:before {
  position: absolute;
  content: '';
  background: url(../images/wave-4.png);
  width: 60px;
  height: 18px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.service-block-one .inner-box .lower-content a{
  color: #0a267a;
}

.service-block-one .inner-box .lower-content a:hover{

}

.service-block-one .inner-box .lower-content p{
  margin-bottom: 14px;
}

.service-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-left: 16px;
  text-transform: uppercase;
}

.service-block-one .inner-box .lower-content .link a i{
  position: absolute;
  left: 2px;
  top: 4px;
  font-size: 20px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .link a i{
  opacity: 1;
}

.service-block-one .inner-box .lower-content .link{
  position: relative;
  display: block;
  text-align: right;
}

.service-block-one .inner-box .lower-content .link a:before{
  position: absolute;
  content: '';
  background: #e3e3e3;
  width: 165px;
  height: 0.5px;
  top: 50%;
  transform: translateY(-50%);
  right: 88px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .link a:before{

}

.service-style-two .tab-btn-box{
  position: relative;
  margin-bottom: 50px;
}

.service-style-two .tab-btn-box .tab-btns{
  position: relative;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.service-style-two .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #0a267a;
  font-weight: 600;
  width: 160px;
  padding: 14px 15px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e3e3e3;
  transition: all 500ms ease;
}

.service-style-two .tab-btn-box .tab-btns li:first-child{
  border-right: none;
  border-radius: 5px 0px 0px 5px;
}

.service-style-two .tab-btn-box .tab-btns li:last-child{
  border-left: none;
  border-radius: 0px 5px 5px 0px;
}

.service-style-two .tab-btn-box .tab-btns li.active-btn,
.service-style-two .tab-btn-box .tab-btns li:hover{
  color: #fff;
}

.service-style-two .sec-title{
  margin-bottom: 30px;
}


/** facts-section **/

.facts-section{
  position: relative;
}

.facts-section .single-column{
  position: relative;
  float: left;
  width: 50%;
  overflow: hidden;
}

.facts-section .single-column .inner-box{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 30px;
}

.facts-section .single-column .inner-box:before{
  position: absolute;
  content: '';
  background: #121212;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
}

.facts-section .single-column .inner-box .content-box{
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.facts-section .single-column .inner-box .content-box .icon-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 60px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 23px;
}

.facts-section .single-column .inner-box .content-box h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.facts-section .single-column .inner-box .content-box h2{
  display: block;
  font-size: 40px;
  line-height: 52px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 28px;
}

.facts-section .single-column .inner-box .content-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  padding: 13px 41px;
  border-radius: 5px;
}

.facts-section .single-column .inner-box .content-box a:hover{

}

.facts-section .single-column:first-child .bubble-box{
  position: absolute;
  left: -150px;
  top: 50%;
  width: 554px;
  height: 572px;
  background-repeat: no-repeat;
  -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.facts-section .single-column:last-child .bubble-box{
  position: absolute;
  right: -150px;
  top: 50%;
  width: 572px;
  height: 554px;
  background-repeat: no-repeat;
  -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}


/** works-style-two **/

.works-style-two{
  position: relative;
  padding: 120px 0px;
}

.content_block_9 .content-box{
  position: relative;
  display: block;
  padding-top: 115px;
  max-width: 370px;
  margin: 0 auto;
  margin-right: 130px;
  margin-left: 70px;
}

.content_block_9 .image-box{
  position: relative;
  display: block;
  max-width: 370px;
  margin: 0 auto;
}

.content_block_9 .image-box .image-1{
  position: relative;
  display: block;
  border-radius: 50%;
}

.content_block_9 .image-box .image-1 img{
  width: 100%;
  border-radius: 50%;
}

.content_block_9 .image-box .image-2{
  position: absolute;
  left: 90px;
  top: 90px;
}

.content_block_9 .content-box .icon-list{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.content_block_9 .content-box .icon-list li{
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  font-size: 40px;
  color: #b6b6c2;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}

.content_block_9 .content-box .icon-list li:hover,
.content_block_9 .content-box .icon-list li.active-btn{

}

.content_block_9 .content-box .icon-list li:first-child{
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.content_block_9 .content-box .icon-list li:nth-child(2){
  top: 80px;
  right: -42px;
}

.content_block_9 .content-box .icon-list li:nth-child(3){
  bottom: 140px;
  right: -114px;
}

.content_block_9 .content-box .icon-list li:last-child{
  bottom: -33px;
  right: -47px;
}

.content_block_9 .content-box .icon-list li span{
  position: absolute;
  top: -6px;
  right: -5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50%;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.content_block_9 .content-box .icon-list li:hover span,
.content_block_9 .content-box .icon-list li.active-btn span{
  transform: scale(1,1);
}

.content_block_9 .content-box .stroke-line{
  position: absolute;
  top: 46px;
  right: -71px;
  width: 262px;
  height: 515px;
  background-repeat: no-repeat;
}

.content_block_10 .content-box{
  position: relative;
  display: block;
}

.content_block_10 .content-box .text{
  position: relative;
  margin-bottom: 34px;
}

.content_block_10 .content-box .tabs-inner .inner{
  position: relative;
  padding: 9px 0px 13px 200px;
  margin-bottom: 40px;
}

.content_block_10 .content-box .tabs-inner .inner .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

.content_block_10 .content-box .tabs-inner .inner .image-box img{
  width: 100%;
  border-radius: 50%;
}

.content_block_10 .content-box .tabs-inner .inner h6{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #646578;
  text-transform: uppercase;
  margin-bottom: 1px;
}

.content_block_10 .content-box .tabs-inner .inner h4{
  margin-bottom: 15px;
}

.content_block_10 .content-box .sec-title{
  margin-bottom: 22px;
}

.content_block_10 .content-box .tabs-inner .btn-box .theme-btn-three{
  background: #f3f3f3;
  padding: 16px 50px;
}


/** project-style-two **/

.project-style-two{
  position: relative;
  padding: 113px 0px 90px 0px;
}

.project-block-two .inner-box{
  position: relative;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover{
  box-shadow: 0 40px 20px -30px rgba(0,0,0,0.5);
}

.project-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.project-block-two .inner-box .image-box:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box:before{
  transform: scale(1,1);
}

.project-block-two .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
}

.project-block-two .inner-box .content-box{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 15px;
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-two .inner-box .content-box .link a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
  transform: scale(0,0);
}

.project-block-two .inner-box:hover .content-box .link a{
  transform: scale(1,1);
}

.project-block-two .inner-box .content-box h4{
  position: relative;
  top: 15px;
  opacity: 0;
  display: block;
  transition: all 500ms ease;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.project-block-two .inner-box:hover .content-box h4{
  opacity: 1;
  top: 0px;
}

.project-block-two .inner-box .content-box a{
  display: inline-block;
  color: #fff;
}

.project-block-two .inner-box .content-box a:hover{
  text-decoration: underline;
}

.project-block-two .inner-box .content-box h6{
  position: relative;
  top: 15px;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  transition: all 500ms ease;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.project-block-two .inner-box:hover .content-box h6{
  top: 0px;
  opacity: 1;
}


/** team-section **/

.team-section{
  position: relative;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  overflow: hidden;
  max-width: 270px;
  margin: 0 auto;
}

.team-block-one .inner-box .social-links{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  color: #b6b6c2;
  cursor: pointer;
  z-index: 3;
}

.team-block-one .inner-box .social-links .social-list li{
  position: relative;
  display: block;
  padding-bottom: 5px;
}

.team-block-one .inner-box .social-links .social-list li:last-child{
  padding-bottom: 0px;
}

.team-block-one .inner-box .social-links .social-list li a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.team-block-one .inner-box .social-links .social-list li:nth-child(2) a{
  
}

.team-block-one .inner-box .social-links .social-list li:last-child a{
  
}

.team-block-one .inner-box .social-links .social-list{
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.team-block-one .inner-box .social-links:hover .social-list{
  top: 50px;
  opacity: 1;
  visibility: visible;
}

.team-block-one .inner-box .image-box{
  position: relative;
  margin: 39px 0px 0px 29px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 50%;
}

.team-block-one .inner-box .image-box a{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #fff;
  z-index: 2;
}

.team-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0,0);
  opacity: 0.9;
  z-index: 1;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box:before{
  transform: scale(1,1);
}

.team-block-one .inner-box .lower-content{
  position: relative;
  padding: 24px 30px 32px 30px;
}

.team-block-one .inner-box .lower-content h4{
  display: block;
}

.team-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #0a267a;
}

.team-block-one .inner-box .lower-content h4 a:hover{

}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.team-block-one .inner-box .pattern{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.team-section .sec-title{
  margin-bottom: 30px;
}

.team-section .sec-title .btn-box{
  position: absolute;
  top: 18px;
  right: 0px;
}

.team-section .sec-title .btn-box .theme-btn-three{
  background: #f3f3f3;
  padding: 16px 47px;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 120px 0px;
}

.testimonial-style-two .slider-pager{
  position: relative;
  display: block;
  min-height: 465px;
  margin-right: 40px;
  margin-top: 7px;
  max-width: 530px;
  width: 100%;
}

.testimonial-style-two .slider-pager .thumb-box{
  position: absolute;
  width: 100%;
  min-height: 465px;
}

.testimonial-style-two .slider-pager .thumb-box li{
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 5px;
}

.testimonial-style-two .slider-pager .thumb-box li img{
  width: 100%;
  border-radius: 5px;
}

.testimonial-style-two .slider-pager .thumb-box li:first-child{
  left: 0px;
  top: 0px;
}

.testimonial-style-two .slider-pager .thumb-box li:nth-child(2){
  left: 95px;
  bottom: 0px;
}

.testimonial-style-two .slider-pager .thumb-box li:last-child{
  right: 0px;
  top: 60px;
}

.testimonial-style-two .slider-pager .thumb-box li .thumb{
  position: relative;
  display: inline-block;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  transition: all 500ms ease;
}

.testimonial-style-two .slider-pager .thumb-box li .thumb:before{
  position: absolute;
  content: "\f113";
  font-family: 'Flaticon';
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0,0);
  transition: all 500ms ease;
}

.testimonial-style-two .slider-pager .thumb-box li .active .thumb:before{
  transform: translate(-50%,-50%) scale(1,1);
}

.testimonial-style-two .slider-pager .thumb-box li .active .thumb{
  z-index: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.content_block_11 .content-box{
  position: relative;
  display: block;
}

.content_block_11 .content-box h4{
  margin-bottom: 4px;
}

.content_block_11 .content-box .rating-box li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #b6b6c2;
}

.content_block_11 .content-box .rating-box{
  margin-bottom: 15px;
  position: relative;
}

.content_block_11 .content-box p{
  line-height: 30px;
  margin-bottom: 26px;
}

.content_block_11 .content-box .author-info h4{
  color: #0a267a;
}

.content_block_11 .content-box .author-info h4 span{
  font-size: 14px;
  text-transform: uppercase;
}

.content_block_11 .content-box .sec-title{
  margin-bottom: 22px;
}

.bx-wrapper{
  position: relative;
}

.testimonial-style-two .bx-controls.bx-has-controls-direction{
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: 10px;
  z-index: 99;
}

.testimonial-style-two .bx-controls.bx-has-controls-direction a.bx-prev,
.testimonial-style-two .bx-controls.bx-has-controls-direction a.bx-next{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  background: #f3f3f3;
  color: #b6b6c2;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  z-index: 1;
  margin: 0px 5px;
  transition: all 500ms ease;
}

.testimonial-style-two .bx-controls.bx-has-controls-direction a.bx-prev:hover,
.testimonial-style-two .bx-controls.bx-has-controls-direction a.bx-next:hover{
  color: #fff;
}


/** clients-style-two **/

.clients-section.style-two{
  padding: 60px 0px;
}

.clients-section.style-two .clients-carousel{
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px
}

.clients-section.style-two .clients-logo-box:before{
  background: rgba(0,0,0,0.2);
}

.clients-section.style-two .clients-carousel:before,
.clients-section.style-two .clients-carousel:after{
  background: rgba(0,0,0,0.2);
}


/** news-style-two **/

.news-section.style-two .nav-style-one .owl-nav .owl-prev, 
.news-section.style-two .nav-style-one .owl-nav .owl-next{
  background: #f3f3f3;
  color: #b6b6c2;
}

.news-section.style-two .nav-style-one .owl-nav .owl-prev:hover, 
.news-section.style-two .nav-style-one .owl-nav .owl-next:hover{
  color: #fff;
}


/** appointment-section **/

.appointment-section{
  position: relative;
}

.appointment-section .inner-box{
  position: relative;
  padding: 38px 40px 41px 40px;
  border-radius: 5px;
  margin-bottom: -75px;
  z-index: 1;
}

.appointment-section .inner-box h5{
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 7px;
}

.appointment-section .inner-box .text h3{
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #ffffff;
}

.appointment-section .inner-box .info-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 90px;
  padding-left: 57px;
}

.appointment-section .inner-box .info-list li:before{
  position: absolute;
  content: '';
  background: rgba(0,0,0,0.15);
  width: 2px;
  height: 56px;
  left: -40px;
  top: 0px;
}

.appointment-section .inner-box .info-list li:last-child{
  margin: 0px !important;
  padding: 0px;
}

.appointment-section .inner-box .info-list li i{
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 36px;
  color: #fff;
}

.appointment-section .inner-box .info-list{
  position: relative;
  margin-top: 12px;
}

.appointment-section .inner-box .info-list li h6{
  color: #fff;
  text-transform: uppercase;
}

.appointment-section .inner-box .info-list li h5 a{
  color: #fff;
}

.appointment-section .inner-box .info-list li h5 a:hover{
  text-decoration: underline;
}

.appointment-section .inner-box .info-list li h5{
  margin-bottom: 6px;
}

.appointment-section .inner-box .info-list li.btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  padding: 13px 28px;
  border-radius: 5px;
}

.appointment-section .inner-box .info-list li.btn-box a:hover{
  background: #fff;
}


/** footer-style-two **/

.footer-style-two{
  position: relative;
}

.footer-style-two .footer-top-two{
  position: relative;
  padding: 166px 0px 97px 0px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.footer-style-two p,
.footer-style-two a{
  color: #646578;
}

.footer-top-two .widget-title{
  margin-bottom: 15px;
}

.footer-top-two .logo-widget .text{
  margin-bottom: 34px;
}

.footer-top-two .footer-logo{
  position: relative;
  margin-bottom: 12px;
}

.footer-top-two .links-widget .links-list li{
  position: relative;
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 8px;
}

.footer-top-two .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-top-two .links-widget .links-list li a{
  display: inline-block;
}

.footer-top-two .links-widget .links-list li a:hover{

}

.footer-top-two .post-widget .post h6 {
  position: relative;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 13px;
}

.footer-top-two .post-widget .post h6 a{
  display: inline-block;
}

.footer-top-two .post-widget .post{
  position: relative;
  margin-bottom: 22px;
}

.footer-top-two .post-widget .post:last-child{
  margin-bottom: 0px;
}

.footer-top-two .post-widget .post h5{
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #646578;
  font-weight: 500;
}

.footer-top-two .post-widget .post h5 a{
  display: inline-block;
  color: #646578;
}

.footer-top-two .post-widget .post h5 a:hover{

}

.footer-top-two .location-widget .text{
  position: relative;
  margin-bottom: 24px;
}

.footer-top-two .location-widget .zip-form{
  position: relative;
}

.footer-top-two .location-widget .zip-form input[type='text']{
  position: relative;
  width: 100%;
  height: 56px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  font-size: 15px;
  color: #646578;
  padding: 10px 20px;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.footer-top-two .location-widget .zip-form input:focus{

}

.footer-top-two .location-widget .zip-form button{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 10.5px 37.5px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-top-two .location-widget .zip-form button:hover{
  background: #0a267a;
}

.footer-top-two .anim-icon{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.footer-top-two .anim-icon .icon{
  position: absolute;
  background-repeat: no-repeat;
}

.footer-top-two .anim-icon .icon-1{
  left: 100px;
  top: 100px;
  width: 47px;
  height: 46px;
}

.footer-top-two .anim-icon .icon-2{
  left: 130px;
  bottom: 180px;
  width: 28px;
  height: 27px;
}

.footer-top-two .anim-icon .icon-3{
  left: 310px;
  bottom: 60px;
  width: 39px;
  height: 39px;
}

.footer-top-two .anim-icon .icon-4{
  left: 585px;
  top: 120px;
  width: 46px;
  height: 46px;
}

.footer-top-two .anim-icon .icon-5{
  width: 30px;
  height: 30px;
  border: 9px solid #f3f3f3;
  border-radius: 50%;
  left: 48%;
  top: 90px;
}

.footer-top-two .anim-icon .icon-6{
  width: 30px;
  height: 30px;
  border: 9px solid #f3f3f3;
  border-radius: 50%;
  left: 48%;
  bottom: 50px;
}

.footer-top-two .anim-icon .icon-7{
  right: 690px;
  top: 135px;
  width: 47px;
  height: 46px;
}

.footer-top-two .anim-icon .icon-8{
  width: 30px;
  height: 30px;
  border: 9px solid #f3f3f3;
  border-radius: 50%;
  right: 250px;
  top: 190px;
}

.footer-top-two .anim-icon .icon-9{
  right: 290px;
  bottom: 100px;
  width: 39px;
  height: 39px;
}

.footer-top-two .anim-icon .icon-10{
  right: 100px;
  top: 240px;
  width: 47px;
  height: 46px;
}

.footer-top-two .anim-icon .icon-11{
  right: 80px;
  top: 50px;
  width: 46px;
  height: 46px;
}

.footer-bottom-two{
  position: relative;
  padding: 24px 0px;
}

.footer-bottom-two .footer-nav li{
  position: relative;
  display: inline-block;
  margin: 0px 15px;
}

.footer-bottom-two .footer-nav li:before{
  position: absolute;
  content: '';
  background: #d2d2d2;
  width: 1px;
  height: 16px;
  top: 6px;
  right: -15px;
}

.footer-bottom-two .footer-nav li:last-child:before{
  display: none;
}

.footer-bottom-two .footer-nav li a{
  display: inline-block;
}

.footer-bottom-two .footer-nav li a:hover{

}



/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/


/** header-style-three **/

.header-upper{
  position: relative;
  width: 100%;
  background: #f3f3f3;
  padding-bottom: 38px;
}

.header-upper .logo-box{
  position: relative;
  padding: 21.5px 0px;
}

.header-upper .info-list li{
  position: relative;
  display: inline-block;
  float: left;
  padding-left: 53px;
  margin-right: 60px;
}

.header-upper .info-list li:first-child:before{
  position: absolute;
  content: '';
  background: #dadada;
  width: 2px;
  height: 56px;
  top: -1px;
  right: -31px;
}

.header-upper .right-column{
  position: relative;
  margin-top: 18px;
}

.header-upper .info-list li.btn-box{
  padding: 0px !important;
  margin: 0px !important;
}

.header-upper .info-list li i{
  position: absolute;
  left: 0px;
  top: 14px;
  font-size: 40px;
}

.header-upper .info-list li h6{
  text-transform: uppercase;
  color: #646578;
  margin-bottom: 1px;
}

.header-upper .info-list li h5{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #646578;
  font-weight: 600;
}

.main-header.style-three .header-lower .outer-box{
  position: relative;
  width: 100%;
}

.main-header.style-three .header-lower .outer-box .main-box{
  position: absolute;
  left: 0px;
  top: -38px;
  right: 0px;
  width: 100%;
  background: #fff;
  padding: 0px 40px;
  border-radius: 5px;
}

.main-header.style-three .header-lower .outer-box .main-box:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.4);
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: 100%;
  border-radius: 5px;
}

.main-header.style-three .menu-right-content{
  float: right;
  margin-top: 16px;
  padding-left: 0px;
  margin-left: 0px;
}

.main-header.style-three .menu-right-content:before{
  display: none;
}

.main-header.style-three .menu-right-content .social-links{
  position: relative;
  float: left;
}

.main-header.style-three .menu-right-content .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.main-header.style-three .menu-right-content .social-links li:last-child{
  margin: 0px !important;
}

.main-header.style-three .menu-right-content .social-links li a{
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.main-header.style-three .menu-right-content .social-links li:nth-child(2) a{
  
}

.main-header.style-three .menu-right-content .social-links li:last-child a{
  
}

.main-header.style-three .header-lower .main-menu .navigation > li{
  padding: 23px 0px;
}

.main-header.style-three .search-box-outer{
  margin-top: 10px;
  margin-right: 32px;
}


/** banner-style-three **/

.banner-section.style-three{
  position: relative;
}

.banner-section.style-three .banner-carousel .slide-item{
  padding: 250px 0px 310px 0px;
}

.banner-section.style-three .banner-carousel .slide-item:before{
  background: #000000;
  opacity: 0.3;
}

.banner-section.style-three .content-box{
  max-width: 100%;
}

.banner-section.style-three .content-box h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 19px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 16px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.banner-section.style-three .banner-carousel .active .content-box h6{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-section.style-three .banner-carousel .content-box h2{
  position: relative;
  display: block;
  color: #fff;
  font-size: 72px;
  line-height: 82px;
  font-weight: 600;
  margin-bottom: 24px;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section.style-three .banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-section.style-three .banner-carousel .content-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  padding: 13px 32px;
  border-radius: 5px;
}

.banner-section.style-three .banner-carousel .content-box .btn-box a:hover{
  background: #fff;
}

.banner-section.style-three .owl-nav .owl-next, 
.banner-section.style-three .owl-nav .owl-prev {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  color: #b6b6c2;
  font-size: 40px;
}

.banner-section.style-three .owl-nav .owl-next:hover, 
.banner-section.style-three .owl-nav .owl-prev:hover{
  color: #fff;
}

.banner-section.style-three .more-content{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: transparent;
  z-index: 1;
}

.banner-section.style-three .more-content .content-inner{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.07);
}

.banner-section.style-three .more-content .content-inner .single-column{
  position: relative;
  float: left;
  width: 33.333%;
}

.banner-section.style-three .more-content .inner-box{
  position: relative;
  padding: 25px 30px 25px 92px;
  border-right: 1px solid #e3e3e3;
  text-align: left;
}

.banner-section.style-three .more-content .single-column:nth-child(2) .inner-box{
  padding-left: 30px;
}

.banner-section.style-three .more-content .single-column:last-child .inner-box{
  border: none;
}

.banner-section.style-three .more-content .inner-box .icon-box{
  position: absolute;
  left: 30px;
  top: 35px;
  font-size: 50px;
  line-height: 50px;
}

.banner-section.style-three .more-content .inner-box .link{
  position: absolute;
  top: 30px;
  right: 30px;
}

.banner-section.style-three .more-content .inner-box .link a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f3f3f3;
  text-align: center;
  border-radius: 5px;
  font-size: 24px;
  color: #babac5;
}

.banner-section.style-three .more-content .inner-box .link a:hover{
  color: #fff;
}


/** feature-style-two **/

.feature-style-two{
  position: relative;
  padding-top: 120px;
}

.feature-style-two .inner-container{
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.feature-style-two .inner-container .single-column{
  position: relative;
  float: left;
  width: 33.333%;
}

.feature-style-two .single-column .image-box img{
  width: 100%;
}

.feature-style-two .single-column .review-box{
  position: relative;
  display: block;
  padding: 70px 47px 53px 40px;
}

.feature-style-two .single-column .review-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
  z-index: 1;
}

.feature-style-two .single-column .review-box .icon-box:before{
  position: absolute;
  content: '';
  top: -10px;
  right: -35px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: -1;
}

.feature-style-two .single-column .review-box .text{
  margin-bottom: 26px;
}

.feature-style-two .single-column .review-box .text p{
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
}

.feature-style-two .single-column .review-box .author-info h4{
  color: #ffffff;
  margin-bottom: 0px;
}

.feature-style-two .single-column .review-box .author-info h6{
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
}

.feature-style-two .single-column .inner-box{
  position: relative;
  display: block;
  padding: 53px 40px 61px 40px;
}

.feature-style-two .single-column .inner-box h3{
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
}

.feature-style-two .single-column .inner-box p{
  color: #fff;
  margin-bottom: 18px;
}

.feature-style-two .single-column .inner-box .list li{
  position: relative;
  display: block;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 10px;
}

.feature-style-two .single-column .inner-box .list li:last-child{
  margin-bottom: 0px;
}

.feature-style-two .single-column .inner-box .list li:before {
  position: absolute;
  content: "\f10c";
  font-family: 'Flaticon';
  font-size: 16px;
  left: 0px;
  top: 1px;
}

.feature-style-two .single-column .inner-box .shape{
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 200px;
  height: 205px;
  background-repeat: no-repeat;
}


/** service-style-three **/

.service-style-three{
  position: relative;
  padding: 113px 0px;
}

.service-style-three .sec-title{
  margin-bottom: 128px;
}

.service-block-two .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.service-block-two .inner-box .image-box{
  position: relative;
  display: inline-block;
  margin-bottom: 75px;
}

.service-block-two .inner-box .image-box .image{
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.service-block-two .inner-box .image-box .image img{
  width: 100%;
  border-radius: 50%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .image-box .image img{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.service-block-two .inner-box .image-box .shape-1{
  position: absolute;
  top: -87px;
  right: 0px;
  width: 93px;
  height: 70px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .image-box .shape-1{
  opacity: 0;
}

.service-block-two .inner-box .image-box .shape-2{
  position: absolute;
  top: -87px;
  right: 0px;
  width: 93px;
  height: 70px;
  background-repeat: no-repeat;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .image-box .shape-2{
  transform: scale(1,1);
}

.service-block-two .inner-box .image-box .shape-3{
  position: absolute;
  left: -40px;
  top: -26px;
  width: 240px;
  height: 233px;
  background-repeat: no-repeat;
}

.service-block-two .inner-box .lower-content h4{
  display: block;
  margin-bottom: 10px;
}

.service-block-two .inner-box .lower-content h4 a{
  display: inline-block;
  color: #0a267a;
}

.service-block-two .inner-box .lower-content h4 a:hover{

}

.service-block-two .inner-box .lower-content p{
  margin-bottom: 19px;
}

.service-block-two .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.service-block-two .inner-box .lower-content .link a:hover{

}


/** project-style-three **/

.project-style-three{
  position: relative;
  padding: 113px 0px 110px 0px;
}

.project-style-three .sec-title{
  margin-bottom: 20px;
}

.project-style-three .outer-container{
  position: relative;
  padding: 0px 20px;
}

.project-block-three{
  position: relative;
  margin: 10px 0px;
}

.project-block-three .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover{
  transform: scaleY(1.04);
}

.project-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.project-block-three .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: #000000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.2;
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover .image-box:before{
  opacity: 0.8;
}

.project-block-three .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.project-block-three .inner-box .lower-content{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.project-block-three .inner-box .lower-content .icon-box{
  position: absolute;
  left: 30px;
  top: 40px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #fff;
  border-radius: 5px;
  font-size: 35px;
  text-align: center;
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover .lower-content .icon-box{
  color: #fff;
}

.project-block-three .inner-box .lower-content .text{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px 25px 41px 40px;
}

.project-block-three .inner-box .lower-content .text p{
  position: relative;
  color: #a4a4ae;
  margin-bottom: 27px;
  opacity: 0;
  top: 15px;
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover .lower-content .text p{
  top: 0px;
  opacity: 1;
}

.project-block-three .inner-box .lower-content .text h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
}

.project-block-three .inner-box .lower-content .text .link{
  position: absolute;
  right: 25px;
  bottom: 30px;
}

.project-block-three .inner-box .lower-content .text .link a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
}

.project-block-three .inner-box:hover .lower-content .text .link a{

}

.project-style-three .owl-nav{
  position: absolute;
  top: -100px;
  right: 0px;
  left: 0px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}

.project-style-three .owl-nav .owl-prev{
  margin-right: 10px;
}

.project-style-three .owl-nav .owl-prev,
.project-style-three .owl-nav .owl-next{
  box-shadow: none;
}

.project-style-three .owl-nav .owl-prev:hover,
.project-style-three .owl-nav .owl-next:hover{
  color: #fff;
}


/** works-style-three **/

.works-style-three{
  position: relative;
}

.works-style-three .content_block_5 .content-box {
  padding: 42px 50px 50px 60px;
}

.works-style-three .content_block_5 .content-box .list-item{
  margin-bottom: 47px;
}

.works-style-three .inner-content{
  position: relative;
  display: block;
  margin: 0px -30px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.07);
}

.content_block_12 .content-box{
  position: relative;
  display: block;
}

.content_block_12 .content-box:before{
  position: absolute;
  content: '';
  background: #e3e3e3;
  width: calc(100% - 30px);
  height: 0.5px;
  left: 30px;
  top: 53%;
  transform: translateY(-50%);
}

.content_block_12 .content-box:after{
  position: absolute;
  content: '';
  background: #e3e3e3;
  width: 0.5px;
  height: calc(100% - 100px);
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}

.works-block-one .inner-box{
  position: relative;
  display: block;
  padding: 50px 0px 23px 30px;
}

.works-block:nth-child(2) .works-block-one .inner-box,
.works-block:last-child .works-block-one .inner-box{
  padding-left: 10px;
}

.works-block:nth-child(3) .works-block-one .inner-box,
.works-block:nth-child(4) .works-block-one .inner-box{
  padding-top: 30px;
}

.works-block-one .inner-box .count-text{
  position: absolute;
  top: 60px;
  right: 10px;
  font-size: 60px;
  line-height: 60px;
  font-family: 'Poppins', sans-serif;
  color: #f3f3f3;
  font-weight: 600;
  transition: all 500ms ease;
}

.works-block-one .inner-box:hover .count-text{

}

.works-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 40px;
  width: 77px;
  height: 77px;
  line-height: 77px;
  background: #fff;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 27px;
  box-shadow: -5px 1px 15px 0px rgba(0,0,0,0.06);
  transition: all 500ms ease;
}

.works-block-one .inner-box:hover .icon-box{
  background: #f3f3f3;
  box-shadow: none;
}

.works-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;    
  box-shadow: 3px 3px 0px 0px #eaeaea;
  transition: all 500ms ease;
}

.works-block-one .inner-box:hover .icon-box:before{

}

.red-color .works-block-one .inner-box:hover .icon-box:before{
  box-shadow: 3px 3px 0px 0px #f4544e;
}

.works-block-one .inner-box h4{
  margin-bottom: 10px;
}


/** faq-section **/

.faq-section{
  position: relative;
  overflow: hidden;
}

.faq-section .sec-title{
  margin-bottom: 22px;
}

.faq-section .image-layer{
  position: absolute;
  left: 0px;
  top: 120px;
}

.faq-section .image-layer img{
  width: 100%;
}

.content_block_13 .content-box{
  position: relative;
  display: block;
  margin-right: 30px;
  padding: 45px 30px 17px 30px;
  border-radius: 5px;
  margin-top: 107px;
}

.content_block_13 .content-box .upper-box h3{
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}

.content_block_13 .content-box .upper-box p{
  color: #fff;
}

.content_block_13 .content-box .upper-box{
  position: relative;
  margin-bottom: 31px;
}

.content_block_13 .content-box .single-box{
  position: relative;
  padding: 0px 0px 0px 110px;
  padding-bottom: 37px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

.content_block_13 .content-box .single-box:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.content_block_13 .content-box .single-box .image-box{
  position: absolute;
  left: 0px;
  top: 3px;
  width: 90px;
  height: 90px;
}

.content_block_13 .content-box .single-box h4{
  color: #fff;
  margin-bottom: 10px;
}

.content_block_13 .content-box .single-box p{
  color: #fff;
}

.accordion-box .block{
  position: relative;
  display: block;
  padding: 0px 30px;
  margin-bottom: 13px;
  border-radius: 5px;
  background: #fff;
  transition: all 500ms ease;
}

.accordion-box .block.active-block{
  padding-bottom: 26px;
}

.accordion-box .block:last-child{
  margin-bottom: 0px;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion-box .block .acc-btn{
  position: relative;
  display: block;
  padding: 20px 50px 18px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn h5{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h5{

}

.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  display: inline-block;
  top: 17px;
  right: 0px;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  color: #646578;
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer{
  line-height: 36px;
  color: #fff;
}

.accordion-box .block .acc-btn.active .icon-outer i:before{
  font-family: 'Font Awesome 5 Pro';
  content: "\f0de";
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
  background: #f3f3f3;
  padding: 23px 30px 24px 30px;
  border-radius: 5px;
}


/** testimonial-style-three **/

.testimonial-style-three{
  position: relative;
}

.testimonial-style-three .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-style-three .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-style-three .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.08);
  padding: 49px 20px 41px 30px;
  border: 2px solid transparent;
  transition: all 500ms ease;
}

.testimonial-block-two .inner-box:hover{

}

.testimonial-block-two .inner-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 30px;
  top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  font-size: 20px;
  color: #b6b6c2;
  text-align: center;
  transition: all 500ms ease;
}

.testimonial-block-two .inner-box:hover .icon-box{
  color: #fff;
  box-shadow: 0px 0px 0px 10px rgba(255,255,255,1);
}

.testimonial-block-two .inner-box h4{
  margin-bottom: 4px;
}

.testimonial-block-two .inner-box .rating-box li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #b6b6c2;
}

.testimonial-block-two .inner-box .rating-box{
  margin-bottom: 15px;
}

.testimonial-block-two .inner-box p{
  line-height: 30px;
  margin-bottom: 26px;
}

.testimonial-block-two .inner-box .author-info h4{
  color: #0a267a;
  margin-bottom: 0px;
}

.testimonial-block-two .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial-style-three .owl-nav{
  position: absolute;
  top: -135px;
  right: 0px;
}

.testimonial-style-three .nav-style-one .owl-nav .owl-prev{
  margin-right: 10px;
}

.testimonial-style-three .nav-style-one .owl-nav .owl-prev, 
.testimonial-style-three .nav-style-one .owl-nav .owl-next{
  box-shadow: none;
  background: #f3f3f3;
  color: #b6b6c2;
}

.testimonial-style-three .nav-style-one .owl-nav .owl-prev:hover, 
.testimonial-style-three .nav-style-one .owl-nav .owl-next:hover{
  color: #fff;
}

.testimonial-style-three .sec-title{
  margin-bottom: 52px;
}


/** footer-style-three **/

.footer-style-three{
  position: relative;
}

.footer-top-three{
  position: relative;
  padding: 97px 0px 36px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-top-three .logo-inner .footer-logo,
.footer-top-three .logo-inner .call{
  position: relative;
  float: left;
}

.footer-top-three .logo-inner .footer-logo{
  margin-right: 63px;
}

.footer-top-three .logo-inner .footer-logo:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.1);
  width: 1px;
  height: 56px;
  top: 0px;
  right: -32px;
}

.footer-top-three .logo-inner .call{
  padding-left: 52px;
  margin-top: 3px;
}

.footer-top-three .logo-inner .call i{
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 36px;
}

.footer-top-three .logo-inner .call h6{
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1px;
}

.footer-top-three .logo-inner .call h5{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #a4a4ae;
}

.footer-top-three .logo-inner .call h5 a{
  display: inline-block;
  color: #a4a4ae;
}

.footer-top-three .logo-inner .call h5 a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer-top-three .subscribe-form .form-group{
  position: relative;
  padding-right: 195px;
  margin-bottom: 0px;
}

.footer-top-three .subscribe-form .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 56px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px;
  font-size: 18px;
  color: #a4a4ae;
  background: transparent;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.footer-top-three .subscribe-form .form-group input::-webkit-input-placeholder{
  color:#a4a4ae;
}

.footer-top-three .subscribe-form .form-group input:focus{

}

.footer-top-three .subscribe-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 16px 40px;
  transition: all 500ms ease;
}

.footer-top-three .subscribe-form .form-group .theme-btn-four.thm-btn:before{
  background: #ffffff;
}

.footer-top-three .subscribe-form .form-group .theme-btn-four.thm-btn:hover{

}

.footer-style-three .widget-section{
  position: relative;
  padding: 74px 0px 100px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-style-three .widget-section .widget-title{
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 14px;
}

.footer-style-three .widget-section .widget-title h4{
  color: #fff;
}

.footer-style-three .widget-section .widget-title:before{
  position: absolute;
  content: '';
  background: url(../images/wave-6.png);
  width: 60px;
  height: 7px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.footer-style-three .widget-section .links-widget .links-list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 14px;
}

.footer-style-three .widget-section .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-style-three .widget-section .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #a4a4ae;
  padding-left: 16px;
}

.footer-style-three .widget-section .links-widget .links-list li a:before{
  position: absolute;
  content: '\f101';
  font-family: 'Font Awesome 5 Pro';
  left: 0px;
  top: 2px;
  font-size: 15px;
}

.footer-style-three .widget-section .links-widget .links-list li a:hover{

}

.footer-style-three .widget-section .post-widget .post{
  position: relative;
  padding: 0px 0px 0px 100px;
  margin-bottom: 15px;
  min-height: 88px;
}

.footer-style-three .widget-section .post-widget .post:last-child{
  margin-bottom: 0px;
}

.footer-style-three .widget-section .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 7px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.footer-style-three .widget-section .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 5px;
}

.footer-style-three .widget-section .post-widget .post h6{
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer-style-three .widget-section .post-widget .post h6 a{
  display: inline-block;
  line-height: 18px;
}

.footer-style-three .widget-section .post-widget .post h6 a:hover{
  color: #fff;
  border-color: #fff;
}

.footer-style-three .widget-section .post-widget .post h5{
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #a4a4ae;
}

.footer-style-three .widget-section .post-widget .post h5 a{
  display: inline-block;
  color: #a4a4ae;
}

.footer-style-three .widget-section .post-widget .post h5 a:hover{

}

.footer-style-three .widget-section .subscribe-widget .form-group{
  position: relative;
  margin-bottom: 12px;
  min-height: 60px;
}

.footer-style-three .widget-section .subscribe-widget .form-group:last-child{
  margin-bottom: 0px;
}

.footer-style-three .widget-section .subscribe-widget .form-group input[type='text'],
.footer-style-three .widget-section .subscribe-widget .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px;
  font-size: 15px;
  color: #a4a4ae;
  background: transparent;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.footer-style-three .widget-section .subscribe-widget .form-group input::-webkit-input-placeholder{
  color:#a4a4ae;
}

.footer-style-three .widget-section .subscribe-widget .form-group input:focus{

}

.footer-style-three .widget-section .subscribe-widget .form-group .nice-select{
  font-size: 15px;
  color: #a4a4ae;
  height: 60px;
  border: 1px solid rgba(255,255,255,0.1) !important;
  padding: 5px 20px;
  border-radius: 5px;
}

.footer-style-three .widget-section .subscribe-widget .form-group .nice-select:after{
  top: 0px;
  right: 27px;
}

.footer-style-three .widget-section .subscribe-widget .form-group button{
  display: block;
  width: 100%;
  padding: 18px 30px;
  transition: all 500ms ease;
}

.footer-style-three .widget-section .subscribe-widget .form-group button:before{
  background: #ffffff;
}

.footer-style-three .widget-section .subscribe-widget .form-group button:hover{

}

.footer-style-three .widget-section .subscribe-widget .widget-title{
  margin-bottom: 30px;
}

.footer-bottom-three{
  position: relative;
  padding: 34px 0px;
}

.footer-bottom-three .copyright p{
  color: #a4a4ae;
}

.footer-bottom-three .copyright p a{

}

.footer-bottom-three .copyright p a:hover{
  color: #fff; 
}

.footer-bottom-three .footer-nav li{
  position: relative;
  display: inline-block;
  color: #a4a4ae;
  float: left;
  margin-right: 30px;
}

.footer-bottom-three .footer-nav li:last-child{
  margin: 0px !important;
}

.footer-bottom-three .footer-nav li a{
  color: #a4a4ae;
}

.footer-bottom-three .footer-nav li a:hover{

}

.footer-bottom-three .footer-nav li a:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.1);
  width: 1px;
  height: 15px;
  top: 8px;
  right: -16px;
}

.footer-bottom-three .footer-nav li:last-child a:before{
  display: none;
}


/*** 

====================================================================
                        About-Page
====================================================================

***/

/** page-title **/

.page-title{
  position: relative;
  padding: 124px 0px 129px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before{
  position: absolute;
  content: '';
  background: #131313;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.2;
}

.page-title .content-box .title{
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.page-title .content-box .title h1{
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  color: #fff;
  padding-right: 16px;
  margin-right: 7px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  color: #fff;
}

.page-title .bread-crumb li a:hover{
  text-decoration: underline;
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 6px;
  height: 6px;
  top: 11px;
  right: 0px;
  transform: rotate(45deg);
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}


/** feature-style-two **/

.feature-style-two .upper-content{
  position: relative;
  display: block;
  margin-bottom: 54px;
}

.feature-style-two .upper-content .sec-title{
  margin-bottom: 0px;
}

.feature-style-two .upper-content .sec-title h2{
  margin-bottom: 22px;
}

.feature-style-two .upper-content .inner-box{
  position: relative;
  display: block;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  margin-top: 7px;
}

.feature-style-two .upper-content .inner-box .single-item{
  position: relative;
  float: left;
  width: 50%;
  padding: 31px 30px 28px 30px;
  overflow: hidden;
}

.feature-style-two .upper-content .inner-box .single-item:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: calc(100% - 70px);
  top: 35px;
  right: 0px;
}

.feature-style-two .upper-content .inner-box .single-item:last-child:before{
  display: none;
}

.feature-style-two .upper-content .inner-box .single-item .icon-box{
  position: absolute;
  top: 47px;
  right: 20px;
  font-size: 60px;
  color: #eceff6;
}

.feature-style-two .upper-content .inner-box .single-item h2{
  display: block;
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 8px;
}

.feature-style-two .upper-content .inner-box .single-item h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 28px;
}

.feature-style-two .upper-content .inner-box .single-item .link a i{
  position: absolute;
  left: -11px;
  top: 3px;
  font-size: 20px;
  opacity: 0;
  transition: all 500ms ease;
}

.feature-style-two .upper-content .inner-box .single-item .link a:hover i{
  opacity: 1;
}

.feature-style-two .upper-content .inner-box .single-item .link{
  position: relative;
  display: block;
  text-align: right;
}

.feature-style-two .upper-content .inner-box .single-item .link a:before{
  position: absolute;
  content: '';
  background: #e3e3e3;
  width: 113px;
  height: 0.5px;
  top: 50%;
  transform: translateY(-50%);
  right: 111px;
  transition: all 500ms ease;
}

.feature-style-two .upper-content .inner-box .single-item .link a:hover:before{

}

.feature-style-two .upper-content .inner-box .single-item .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  color: #646578;
  font-weight: 600;
  text-transform: uppercase;
}

.feature-style-two .upper-content .inner-box .single-item:last-child .link a:before{
  width: 123px;
  right: 101px;
}


/** award-section **/

.award-section{
  position: relative;
  padding-top: 113px;
}

.award-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 445px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.award-section .bg-layer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.award-section .owl-stage-outer{
  overflow: visible;
}

.award-section .owl-stage-outer .owl-item{
  opacity: 0;
}

.award-section .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.award-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 47px 20px 47px 140px;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.08);
}

.award-block-one .inner-box:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 5px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
}

.award-block-one .inner-box .award-image{
  position: absolute;
  left: 30px;
  top: 50px;
}

.award-block-one .inner-box h4{
  margin-bottom: 10px;
}

.award-section .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 55px;
}

.award-section .nav-style-one .owl-nav .owl-prev, 
.award-section .nav-style-one .owl-nav .owl-next{
  box-shadow: none;
  margin: 0px 5px;
  width: 70px;
  height: 50px;
  line-height: 50px;
  background: #eceff6;
}

.team-section.about-page .team-block-one .inner-box{
  border: none;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
}

.page-links{
  position: relative;
  padding: 38px 0px 42px 0px;
}

.page-links:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}

.page-links .text-column:first-child{
  padding-right: 30px;
}

.page-links .text-column:first-child .text a{
  right: 30px;
}

.page-links .text-column:last-child{
  padding-left: 30px;
}

.page-links .text h4{
  color: #fff;
}

.page-links .text a{
  position: absolute;
  top: 1px;
  right: 0px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.page-links .text a i{
  position: relative;
  top: 3px;
  margin-left: 10px;
  font-size: 24px;
}

.page-links .text a:hover{
  text-decoration: underline;
}

.page-links .text .icon-box{
  position: absolute;
  top: 5px;
  right: 140px;
  font-size: 90px;
  color: rgba(0,0,0,0.1);
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
  background: #eceff6;
}

.chooseus-section .tabs-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 50px 50px;
}

.chooseus-section .tabs-box .tabs-content{
  position: relative;
  padding: 0px 180px;
}

.chooseus-section .tabs-box .tab-buttons{
  position: absolute;
  top: 50px;
  z-index: 1;
}

.chooseus-section .tabs-box .tab-btns-one{
  left: 50px;
}

.chooseus-section .tabs-box .tab-btns-two{
  right: 50px;
}

.chooseus-section .tabs-box .tab-buttons li{
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  background: #eceff6;
  border-radius: 5px;
  text-align: center;
  padding: 30px 30px;
  cursor: pointer;
  z-index: 1;
  margin-bottom: 12px;
  transition: all 500ms ease;
}

.chooseus-section .tabs-box .tab-buttons li:last-child{
  margin-bottom: 0px;
}

.chooseus-section .tabs-box .tab-buttons li .icon-box{
  position: relative;
  display: inline-block;
  font-size: 45px;
  line-height: 40px;
  color: #aeaeba;
  transition: all 500ms ease;
  margin-bottom: 8px;
}

.chooseus-section .tabs-box .tab-buttons li h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  transition: all 500ms ease;
}

.chooseus-section .tabs-box .tab-buttons li.active-btn,
.chooseus-section .tabs-box .tab-buttons li:hover{

}

.chooseus-section .tabs-box .tab-buttons li.active-btn .icon-box,
.chooseus-section .tabs-box .tab-buttons li:hover .icon-box{
  color: #fff;
}

.chooseus-section .tabs-box .tab-buttons li.active-btn h5,
.chooseus-section .tabs-box .tab-buttons li:hover h5{
  color: #fff;
}

.chooseus-section .tabs-content .tabs-inner{
  position: relative;
}

.chooseus-section .tabs-content .tabs-inner .image-box{
  position: relative;
  display: block;
  border-radius: 5px;
}

.chooseus-section .tabs-content .tabs-inner .image-box img{
  width: 100%;
  border-radius: 5px;
}

.chooseus-section .tabs-content .tabs-inner .content-box{
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  background: #fff;
  border-radius: 5px;
  padding: 35px 30px 33px 30px;
}

.chooseus-section .tabs-content .tabs-inner .content-box h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.chooseus-section .tabs-content .tabs-inner .content-box p{
  margin-bottom: 14px;
}

.chooseus-section .tabs-content .tabs-inner .content-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.chooseus-section .tabs-content .tabs-inner .content-box a:hover{
  text-decoration: underline;
}


/*** 

====================================================================
                        Project-Page
====================================================================

***/

/** header-style-four **/

.main-header.style-four{
  position: relative;
}

.main-header.style-four .header-lower{
  position: relative;
  background: transparent;
}

.main-header.style-four .header-lower .main-box{
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background: transparent;
}

.main-header.style-four .header-lower .main-menu .navigation > li > a{
  color: #ffffff;
}

.main-header.style-four .header-lower .menu-right-content .cart-box a{
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
}

.main-header.style-four .header-lower .menu-right-content .cart-box a:hover{

}

.main-header.style-four .header-lower .menu-right-content .btn-box{
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 12px 25px 12px 70px;
}

.main-header.style-four .header-lower .menu-right-content .btn-box i{
  position: absolute;
  left: 20px;
  top: 18px;
  font-size: 40px;
  line-height: 40px;
}

.main-header.style-four .header-lower .menu-right-content .btn-box h6{
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main-header.style-four .header-lower .menu-right-content .btn-box a{
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  color: #75768a;
  font-weight: 600;
}

.main-header.style-four .header-lower .menu-right-content .btn-box a:hover{

}

.main-header.style-four .header-lower .main-menu .navigation > li{
  padding-top: 40px;
}

.main-header.style-four .header-top{
  border-bottom: none;
}

.main-header.style-four .header-lower .menu-right-content:before{
  background: rgba(255,255,255,0.3);
  top: 10px;
  height: 50px;
}

.main-header.style-four .header-lower .menu-right-content{
  margin-top: 20px;
}

.main-header.style-four .header-lower .menu-right-content .cart-box{
  margin-top: 13px;
}

.page-title.style-two{
  padding: 145px 0px;
}

.project-style-two .pagination-wrapper{
  position: relative;
  margin-top: 20px;
}


/** project-details **/

.project-details{
  position: relative;
  padding: 120px 0px 55px 0px;
}

.project-details-content .two-column .image-box{
  position: relative;
  display: block;
  border-radius: 5px;
}

.project-details-content .two-column .image-box img{
  width: 100%;
  border-radius: 5px;
}

.project-details-content .two-column .content-box{
  position: relative;
  display: block;
  background: #eceff6;
  padding: 34px 40px 32px 40px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.project-details-content .two-column .content-box h4{
  position: relative;
  display: block;
  padding-bottom: 14px;
  margin-bottom: 24px;
}

.project-details-content .two-column .content-box h4:before{
  position: absolute;
  content: '';
  background: url(../images/wave-2.png);
  width: 60px;
  height: 7px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.project-details-content .two-column .content-box .left-column,
.project-details-content .two-column .content-box .right-column{
  position: relative;
  float: left;
  width: 50%;
}

.project-details-content .two-column .content-box .single-box{
  position: relative;
  margin-bottom: 18px;
}

.project-details-content .two-column .content-box .single-box:last-child{
  margin-bottom: 0px;
}

.project-details-content .two-column .content-box .single-box h6{
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.project-details-content .two-column .content-box .single-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 13px;
}

.project-details-content .two-column .content-box .single-box .social-box li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.project-details-content .two-column .content-box .single-box .social-box li:last-child{
  margin: 0px !important;
}

.project-details-content .two-column .content-box .single-box .social-box li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
}

.project-details-content .two-column .content-box .single-box .social-box li:first-child a{
  background: #3b5998;
}

.project-details-content .two-column .content-box .single-box .social-box li:nth-child(2) a{
  background: #55acee;
}

.project-details-content .two-column .content-box .single-box .social-box li:nth-child(3) a{
  background: #dc4e41;
}

.project-details-content .two-column .content-box .single-box .social-box li:last-child a{
  background: #cd201f;
}

.project-details-content .two-column .content-box .single-box .social-box{
  padding-top: 6px;
}

.project-details-content .text{
  position: relative;
  display: block;
  padding: 43px 0px 54px 0px;
  border-bottom: 1px solid #dcdee5;
}

.project-details-content .text p{
  margin-bottom: 17px;
}

.project-details-content .text p:last-child{
  margin-bottom: 0px;
}

.project-details-content .single-discription{
  position: relative;
  display: block;
  padding: 44px 0px 43px 0px;
  border-bottom: 1px solid #dcdee5;
}

.project-details-content .single-discription .title-inner,
.project-details-content .single-discription .text-inner{
  position: relative;
  float: left;
  width: 50%;
}

.project-details-content .single-discription .title-inner h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  padding-left: 75px;
}

.project-details-content .single-discription .title-inner h3 i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 6px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 35px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
}

.project-details-content .single-discription .title-inner{
  padding-right: 50px;
}

.project-details-content .single-discription .title-inner:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: 150px;
  top: 7px;
  right: 30px;
}

.project-details-content .single-discription .text-inner{
  position: relative;
  padding-left: 30px;
}

.project-details-content .single-discription .text-inner:before {
  position: absolute;
  content: "\f10c";
  font-family: 'Flaticon';
  font-size: 16px;
  left: 0px;
  top: 1px;
}

.project-details-content .single-discription .text-inner p{
  margin-bottom: 17px;
}

.project-details-content .single-discription .text-inner .list li{
  position: relative;
  display: block;
  padding-left: 18px;
  margin-bottom: 7px;
}

.project-details-content .single-discription .text-inner .list li:last-child{
  margin-bottom: 0px;
}

.project-details-content .single-discription .text-inner .list li:before{
  position: absolute;
  content: '';
  background: #b6b6c2;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 11px;
  transform: rotate(45deg);
}

.related-project{
  position: relative;
  padding-bottom: 120px;
}

.related-project .title-box{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.related-project .title-box h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.related-project .project-block-two .inner-box{
  margin-bottom: 0px;
}


/** feedback-section **/

.feedback-section{
  position: relative;
  background: #eceff6;
}

.feedback-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}

.feedback-block-one .inner-box .video-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.feedback-block-one .inner-box .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  width: 90px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  background: rgba(0,0,0,0.8);
}

.feedback-block-one .inner-box .video-btn a:hover{

}

.feedback-block-one .inner-box .share-option{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.feedback-block-one .inner-box .share-option span{
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.feedback-block-one .inner-box .share-option span i{
  color: #0a267a;
  margin-right: 8px;
}

.feedback-block-one .inner-box .share-option .share-links{
  position: absolute;
  right: 0px;
  top: 35px;
  width: 90px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.feedback-block-one .inner-box .share-option:hover .share-links{
  opacity: 1;
  visibility: visible;
  top: 25px;
}

.feedback-block-one .inner-box .share-option .share-links li{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.feedback-block-one .inner-box .share-option .share-links li a{
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.feedback-block-one .inner-box .share-option .share-links li a:hover{

}


/** review-page-section **/

.review-page-section{
  position: relative;
  padding-bottom: 65px;
  padding-top: 25px;
  background: #eceff6;
}

.review-page-section .testimonial-block-two .inner-box{
  margin-bottom: 55px;
}


/*** 

====================================================================
                        Faq-Page
====================================================================

***/

.faq-search{
  position: relative;
  padding-top: 120px;
  padding-bottom: 70px;
}

.faq-search .title-inner{
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.faq-search .title-inner .icon-box{
  position: relative;
  font-size: 55px;
  line-height: 50px;
  margin-bottom: 23px;
}

.faq-search .title-inner h2{
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.faq-search .search-inner{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.faq-search .search-inner .search-form .form-group{
  position: relative;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.faq-search .search-inner .search-form .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  font-size: 18px;
  color: #646578;
  padding: 10px 140px 10px 50px;
}

.faq-search .search-inner .search-form .form-group i{
  position: absolute;
  left: 20px;
  top: 17px;
  font-size: 18px;
  font-weight: 700;
  color: #646578;
  z-index: 1;
}

.faq-search .search-inner .search-form .form-group input:focus{

}

.faq-search .search-inner .search-form .form-group button{
  position: absolute;
  top: 8px;
  right: 8px;
  width: 120px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  transition: all 500ms ease;
}

.faq-search .search-inner .search-form .form-group button:hover{
  background: #0a267a;
}

.faq-search .other-text{
  margin: 0px;
}

.faq-search .other-text a{
  border-bottom: none;
}


/** faq-style-two **/

.faq-style-two{
  position: relative;
  padding-bottom: 120px;
}

.faq-style-two .accordion-box .block,
.faq-style-three .accordion-box .block{
  background: #eceff6;
}

.faq-style-two .accordion-box .block .acc-content,
.faq-style-three .accordion-box .block .acc-content{
  background: #ffffff;
}

.faq-style-two .content_block_7 .content-box{
  padding-top: 200px;
  padding-bottom: 20px;
  border-radius: 5px;
}

.faq-style-two .content_block_7 .content-box .video-btn{
  margin-bottom: 150px;
}

.faq-style-two .content_block_14 .content-box{
  margin-top: -6px;
}

.faq-style-two .content_block_14 .title-box{
  position: relative;
  display: block;
  padding-bottom: 17px;
  margin-bottom: 40px;
}

.faq-style-two .content_block_14 .title-box:before {
  position: absolute;
  content: '';
  background: url(../images/wave-2.png);
  width: 60px;
  height: 7px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.faq-style-two .content_block_14 .title-box h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}


/** faq-style-three **/

.faq-style-three{
  position: relative;
  padding-bottom: 120px;
  border-bottom: 1px solid #dcdee5;
}

.faq-style-three .tab-btn-box{
  position: relative;
  display: block;
  border-top: 1px solid #dcdee5;
  border-bottom: 1px solid #dcdee5;
  margin-bottom: 60px;
}

.faq-style-three .tab-btn-box .tab-btns li{
  position: relative;
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #0a267a;
  font-weight: 600;
  padding: 26px 0px 25px 0px;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}

.faq-style-three .tab-btn-box .tab-btns li i{
  margin-right: 10px;
}

.faq-style-three .tab-btn-box .tab-btns li:last-child{
  padding-left: 30px;
}

.faq-style-three .tab-btn-box .tab-btns li.active-btn{
  background: #eceff6;
}

.faq-style-three .tab-btn-box .tab-btns li:before{
  position: absolute;
  content: '';
  background: #eceff6;
  width: 5000px;
  height: 100%;
  top: 0px;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}

.faq-style-three .tab-btn-box .tab-btns li.active-btn:before{
  opacity: 1;
}

.faq-style-three .tab-btn-box .tab-btns li:first-child:before{
  right: 0px;
}

.faq-style-three .tab-btn-box .tab-btns li:last-child:before{
  left: 0px;
}

.faq-style-three .tab-btn-box .tab-btns li:after{
  position: absolute;
  content: "\f105";
  font-family: 'Flaticon';
  font-size: 24px;
  top: 27px;
  right: 0px;
  color: #bbbbc6;
  font-weight: 400;
  transition: all 500ms ease;
}

.faq-style-three .tab-btn-box .tab-btns li:first-child:after{
  right: 30px;
}

.faq-style-three .tab-btn-box .tab-btns li.active-btn:after{
  transform: rotate(90deg);
}


/** ask-section **/

.ask-section{
  position: relative;
  padding: 93px 0px 120px 0px;
}

.ask-section .title-inner{
  position: relative;
  margin-bottom: 44px;
}

.ask-section .title-inner h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 8px;
}

.ask-section .title-inner h3:before {
  position: absolute;
  content: '';
  background: url(../images/wave-2.png);
  width: 60px;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background-repeat: no-repeat;
}

.ask-section .ask-form .form-group{
  position: relative;
  margin-bottom: 30px;
}

.ask-section .ask-form .form-group:last-child{
  margin-bottom: 0px;
}

.ask-section .ask-form .form-group input[type='text'],
.ask-section .ask-form .form-group input[type='email'],
.ask-section .ask-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  font-size: 15px;
  color: #646578;
  padding: 10px 30px;
  text-align: left;
  transition: all 500ms ease;
}

.ask-section .ask-form .form-group textarea{
  height: 140px;
  resize: none;
}

.ask-section .ask-form .form-group input:focus,
.ask-section .ask-form .form-group textarea:focus{

}

/** error-section **/

.error-section{
  position: relative;
  padding: 100px 0px 120px 0px;
}

.error-section .inner-box .theme-btn-one i{
  margin-right: 10px;
}

.error-section .inner-box .error-image{
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.error-section .inner-box h1{
  font-size: 200px;
  line-height: 200px;
  font-weight: 700;
  margin-bottom: 10px;
}

.error-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 60px;
}


/*** 

====================================================================
                        Service-Page
====================================================================

***/

.about-service{
  position: relative;
  padding: 120px 0px 115px 0px;
}

.content_block_15 .content-box{
  position: relative;
}

.content_block_15 .content-box .text{
  position: relative;
  margin-bottom: 20px;
}

.content_block_15 .content-box .list-item li{
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 11px;
}

.content_block_15 .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.content_block_15 .content-box .list-item li:before {
  position: absolute;
  content: "\f10c";
  font-family: 'Flaticon';
  font-size: 16px;
  left: 0px;
  top: 2px;
}

.content_block_15 .content-box .sec-title{
  margin-bottom: 22px;
}

.service-block-three .inner-box{
  position: relative;
  display: block;
}

.service-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 10px;
}

.service-block-three .inner-box .image-box img{
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover .image-box img{
  opacity: 0.2;
  transform: scale(1.05);
}

.service-block-three .inner-box .lower-content{
  position: relative;
  display: block;
  background: #fff;
  padding: 34px 20px 34px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
}

.service-block-three .inner-box .lower-content h4{
  display: block;
  margin-bottom: 5px;
}

.service-block-three .inner-box .lower-content h4 a{
  display: inline-block;
  color: #0a267a;
}

.service-block-three .inner-box .lower-content h4 a:hover{

}

.bg-color-6{
  background: #eceff6;
}

.service-style-two.service-page .service-block-one .inner-box .lower-content h4:before{
  background: url(../images/wave-1.png);
}

.service-style-two.service-page .owl-nav{
  position: absolute;
  top: -110px;
  right: 0px;
}

.mt-30{
  margin-top: 30px;
}

.service-style-two.service-page .nav-style-one .owl-nav .owl-prev, 
.service-style-two.service-page .nav-style-one .owl-nav .owl-next{
  box-shadow: none;
}

.service-style-two.service-page .nav-style-one .owl-nav .owl-prev{
  margin-right: 10px;
}


/** pricing-section **/

.pricing-section{
  position: relative;
  padding: 113px 0px 70px 0px;
}

.pricing-section .pricing-inner{
  margin-top: 7px;
}

.content_block_16 .content-box{
  position: relative;
  display: block;
}

.content_block_16 .content-box .inner-box .single-item{
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.content_block_16 .content-box .inner-box .single-item .icon-box{
  position: relative;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 21px;
}

.content_block_16 .content-box .inner-box .single-item h4{
  margin-bottom: 9px;
}

.content_block_16 .content-box .sec-title h2{
  margin-bottom: 22px;
}

.content_block_16 .content-box .sec-title{
  margin-bottom: 32px;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  background: #fff;
  padding: 36px 30px 30px 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
}

.pricing-block-one .pricing-table .table-header{
  position: relative;
  text-align: center;
  margin-bottom: 22px;
}

.pricing-block-one .pricing-table .table-header h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 1px;
}

.pricing-block-one .pricing-table .table-header p{
  font-size: 15px;
  margin-bottom: 25px;
}

.pricing-block-one .pricing-table .table-header a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background: #eceff6;
  padding: 16px 20px;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
}

.pricing-block-one .pricing-table .table-header a:hover{
  color: #fff;
}

.pricing-block-one .pricing-table .table-content .list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  padding: 12px 0px;
  border-bottom: 1px solid #dcdee5;
}

.pricing-block-one .pricing-table .table-content .list li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  font-weight: 700;
  top: 13px;
  right: 0px;
}

.pricing-block-one .pricing-table .table-content .list li.remove:before{
  content: "\f00d";
  color: #b6b6c2;
}

.pricing-block-one .pricing-table .table-content{
  position: relative;
  margin-bottom: 20px;
}

.pricing-block-one .pricing-table .table-footer h2{
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  padding-left: 15px;
}

.pricing-block-one .pricing-table .table-footer h2 span{
  position: absolute;
  left: 0px;
  top: -6px;
  font-size: 20px;
}

.pricing-block:first-child{
  padding-top: 80px;
}


/** service-details **/

.service-details{
  position: relative;
  padding: 120px 0px;
}

.service-sidebar .category-widget{
  position: relative;
  display: block;
  background: #eceff6;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.service-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.service-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.service-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  color: #0a267a;
  font-weight: 600;
  background: #ffffff;
  border-radius: 5px;
  padding: 18.5px 20px;
  z-index: 1;
}

.service-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: '\f0da';
  font-family: 'Font Awesome 5 Pro';
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d0d4dd;
  color: #646578;
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
  top: 18px;
  right: 20px;
  transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  border-radius: 5px;
  transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a.current:after,
.service-sidebar .category-widget .category-list li a:hover:after{
  width: 100%;
}

.service-sidebar .category-widget .category-list li a.current,
.service-sidebar .category-widget .category-list li a:hover{
  color: #fff;
}

.service-sidebar .category-widget .category-list li a.current:before,
.service-sidebar .category-widget .category-list li a:hover:before{
  border-color: #ffffff;
}

.service-sidebar .banner-widget{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.08);
}

.service-sidebar .banner-widget .widget-content{
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-sidebar .banner-widget .widget-content .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-sidebar .banner-widget .content-box{
  position: relative;
  max-width: 200px;
  width: 100%;
}

.service-sidebar .banner-widget .content-box .icon-box{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background: #ffffff;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape{
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover{
  background: #0a267a;
}

.service-sidebar .banner-widget .form-inner{
  position: relative;
  display: block;
  padding: 33px 30px 40px 30px;
}

.service-sidebar .banner-widget .form-inner h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 22px;
}

.service-sidebar .banner-widget .form-inner .form-group{
  position: relative;
  min-height: 56px;
  margin-bottom: 20px;
}

.service-sidebar .banner-widget .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.service-sidebar .banner-widget .form-inner .form-group input[type='text'],
.service-sidebar .banner-widget .form-inner .form-group input[type='email'],
.service-sidebar .banner-widget .form-inner .form-group .nice-select,
.service-sidebar .banner-widget .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 36px;
  background: #eceff6;
  border: 1px solid #eceff6;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  color: #646578;
  transition: all 500ms ease;
}

.service-sidebar .banner-widget .form-inner .form-group .nice-select{
  border: 1px solid #eceff6 !important;
}

.service-sidebar .banner-widget .form-inner .form-group textarea{
  resize: none;
  height: 110px;
}

.service-sidebar .banner-widget .form-inner .form-group input:focus,
.service-sidebar .banner-widget .form-inner .form-group textarea:focus{

}

.service-sidebar .banner-widget .form-inner .form-group .nice-select:after{
  top: 3px;
  right: 25px;
  font-size: 18px;
  color: #b6b6c2;
}

.service-sidebar .banner-widget .form-inner .form-group .theme-btn-four{
  display: block;
  width: 100%;
}

.service-details-content{
  position: relative;
}

.service-details-content .content-one .image-box{
  position: relative;
  display: block;
  margin-bottom: 35px;
  border-radius: 5px;
}

.service-details-content .content-one .image-box img{
  width: 100%;
  border-radius: 5px;
}

.service-details-content .content-one h3{
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-details-content .content-one .text p{
  margin-bottom: 17px;
}

.service-details-content .content-one .text p:last-child{
  margin-bottom: 0px;
}

.service-details-content .content-one{
  position: relative;
  margin-bottom: 48px;
}

.service-details-content .content-two .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 27px;
}

.service-details-content .content-two .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.service-details-content .content-two .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
  display: inline-block;
  width: 77px;
  height: 77px;
  line-height: 77px;
  text-align: center;
  background: #eceff6;
  border-radius: 50%;
  font-size: 40px;
}

.service-details-content .content-two .inner-box .single-item h4{
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 23px
}

.service-details-content .content-two .inner-box .single-item h4:before {
  position: absolute;
  content: '';
  background: url(../images/wave-1.png);
  width: 60px;
  height: 18px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.service-details-content .content-two .image-box{
  position: relative;
  display: block;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  margin-top: 6px;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.08);
}

.service-details-content .content-two .image-box img{
  width: 100%;
}

.service-details-content .content-two .image-box .doc-content{
  position: relative;
  padding: 17px 20px 19px 20px;
}

.service-details-content .content-two .image-box .doc-content h6{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0px;
}

.service-details-content .content-two .image-box .doc-content span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  color: #5a5a68;
  font-weight: 600;
  text-transform: uppercase;
}

.service-details-content .content-two .image-box .doc-content a{
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff !important;
  padding: 8px 22px;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}

.service-details-content .content-two .image-box .doc-content a:hover{
  background: #0a267a;
}

.service-details-content .content-two{
  position: relative;
  margin-bottom: 54px;
}

.service-details-content .content-three .inner-box{
  position: relative;
  display: block;
  padding-left: 360px;
  border-radius: 5px;
  overflow: hidden;
}

.service-details-content .content-three .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.service-details-content .content-three .inner-box .image-box img{
  width: 100%;
}

.service-details-content .content-three .inner-box .text{
  position: relative;
  padding: 36px 30px 34px 40px;
}

.service-details-content .content-three .inner-box .text .shape {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 200px;
  height: 205px;
  background-repeat: no-repeat;
}

.service-details-content .content-three .inner-box .text h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 11px;
}

.service-details-content .content-three .inner-box .text p{
  color: #ffffff;
  margin-bottom: 17px;
}

.service-details-content .content-three .inner-box .text .list li{
  position: relative;
  color: #ffffff;
  padding-left: 18px;
  margin-bottom: 7px;
}

.service-details-content .content-three .inner-box .text .list li:last-child{
  margin-bottom: 0px;
}


.service-details-content .content-three .inner-box .text .list li:before{
  position: absolute;
  content: '';
  background: #ffffff;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 11px;
  transform: rotate(45deg);
}

.service-details-content .content-three{
  margin-bottom: 56px;
}

.service-details-content .content-four h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 23px;
}

.service-details-content .content-four .cost-box{
  position: relative;
  display: block;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  overflow: hidden;
}

.service-details-content .content-four .cost-box .single-item{
  position: relative;
  float: left;
  width: 33.333%;
}

.service-details-content .content-four .cost-box .single-item li{
  position: relative;
  display: block;
  padding: 15px 20px 19px 30px;
}

.service-details-content .content-four .cost-box .single-item li.title{
  padding: 27px 20px 25px 30px;
}

.service-details-content .content-four .cost-box .single-item li h5{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.service-details-content .content-four .cost-box .single-item li:nth-child(2n+1) {
  background: #eceff6;
}

.service-details-content .content-four .cost-box .single-item li{
  border-right: 1px solid #dcdee5;
}

.service-details-content .content-four .cost-box .single-item:last-child li{
  border: none !important;
}

.mr-30{
  margin-right: 30px;
}


/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.sidebar-page-container{
  position: relative;
  padding: 120px 0px;
}

.blog-sidebar .sidebar-widget{
  position: relative;
  display: block;
  background: #e9ecf3;
  padding: 32px 30px 40px 30px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.blog-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .widget-title{
  position: relative;
  margin-bottom: 22px;
}

.blog-sidebar .sidebar-search .search-form .form-group{
  position: relative;
  padding-right: 62px;
  margin: 0px;
}

.blog-sidebar .sidebar-search .search-form .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 52px;
  background: #fff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 18px;
  color: #646578;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-search .search-form .form-group input:focus{

}

.blog-sidebar .sidebar-search .search-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 18px;
  color: #646578;
  background: #ffffff;
  padding: 15px 40px 9px 45px;
  border-radius: 5px;
}

.blog-sidebar .category-widget .category-list li a span{
  position: absolute;
  top: 12px;
  right: 20px;
  color: #ffffff;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: "\f07b";
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  font-weight: 400;
  color: #b6b6c2;
  left: 20px;
  top: 15px;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before{
  color: #ffffff;
}

.blog-sidebar .category-widget .category-list li a:hover{
  color: #ffffff;
}

.blog-sidebar .post-widget .post .post-thumb{
  position: relative;
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 5px;
}

.blog-sidebar .post-widget .post .category a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  color: #646578;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #9e9ea9;
  margin-bottom: 9px;
}

.blog-sidebar .post-widget .post .category a:hover{

}

.blog-sidebar .post-widget .post h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.blog-sidebar .post-widget .post h5 a{
  display: inline-block;
  color: #0a267a;
}

.blog-sidebar .post-widget .post h5 a:hover{

}

.blog-sidebar .post-widget .owl-nav{
  position: absolute;
  top: -55px;
  right: -5px;
}

.blog-sidebar .post-widget .owl-nav .owl-prev,
.blog-sidebar .post-widget .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  color: #b6b6c2;
  margin: 0px 5px;
  font-weight: 400;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .owl-nav .owl-prev:hover,
.blog-sidebar .post-widget .owl-nav .owl-next:hover{

}

.blog-sidebar .post-widget{
  padding-bottom: 32px;
}

.blog-sidebar .tags-widget .tags-list li{
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-sidebar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #646578;
  background: #ffffff;
  padding: 9px 12px;
  text-align: center;
  border-radius: 5px;
}

.blog-sidebar .tags-widget .tags-list li a:hover{
  color: #ffffff;
}

.blog-sidebar .tags-widget{
  padding-bottom: 30px;
}

.blog-sidebar .archives-widget .widget-content{
  position: relative;
  padding-right: 62px;
}

.blog-sidebar .archives-widget .widget-content .icon-box{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}

.blog-sidebar .archives-widget .widget-content .select-box{
  position: relative;
  min-height: 52px;
}

.blog-sidebar .archives-widget .widget-content .select-box .nice-select:after{
  display: none;
}

.blog-sidebar .archives-widget .widget-content .select-box .nice-select{
  height: 52px;
  line-height: 52px;
  background: #ffffff;
  border-radius: 5px;
  padding: 0px 20px;
  border: none !important;
  font-size: 18px;
  color: #646578;
}

.sidebar-page-container .news-block-one .inner-box{
  position: relative;
  box-shadow: none;
  border: 1px solid #dcdee5;
  margin-bottom: 63px;
}

.sidebar-page-container .news-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0;
  border-radius: 5px;
  transition: all 500ms ease;
}

.sidebar-page-container .news-block-one .inner-box:hover:before{
  height: 100%;
  opacity: 1;
}

.news-block-one .inner-box .lower-content .post-date{
  position: absolute;
  left: 30px;
  top: -24px;
}

.news-block-one .inner-box .lower-content .post-date h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 9.5px 13px;
  text-align: center;
  border-radius: 5px;
}

.news-block-one .inner-box .lower-content .post-date h6 span{
  font-size: 24px;
}

.news-block-one .inner-box .lower-content p{
  margin-bottom: 15px;
  padding-top: 2px;
}

.news-block-one .inner-box .lower-content{
  padding: 42px 30px 32px 30px;
}

.ml-30{
  margin-left: 30px;
}

.news-block-two .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 19px;
}

.news-block-two .inner-box .lower-content .link a:before{
  position: absolute;
  content: '';
  width: 11px;
  height: 2px;
  left: 0px;
  top: 11px;
}

.news-block-two .inner-box .lower-content .link a:hover{
  text-decoration: underline;
}

.news-block-two .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.06);
  margin-bottom: 60px;
}

.news-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 30px 30px 43px 130px;
}

.news-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.news-block-two .inner-box .lower-content .info-box{
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 40px 0px 0px 30px;
}

.news-block-two .inner-box .lower-content .info-box .post-date h3{
  position: relative;
  display: inline-block;
  width: 70px;
  background: #eceff6;
  border-radius: 5px;
  padding: 14px 10px 8px 10px;
  font-size: 24px;
  line-height: 24px;
  color: #646578;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.news-block-two .inner-box .lower-content .info-box .post-date h3 span{
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.news-block-two .inner-box .lower-content .info-box .share-box{
  position: relative;
  display: inline-block;
  width: 70px;
  background: transparent;
  width: 70px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #b6b6c2;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 500ms ease;
}

.news-block-two .inner-box .lower-content .info-box .share-box:hover{
  height: 135px;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
}

.news-block-two .inner-box .lower-content .info-box .share-box .social-links{
  position: absolute;
  left: 0px;
  top: 34px;
  text-align: center;
  width: 70px;
  background: #fff;
  padding: 0px 10px 10px 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 500ms ease;
}

.news-block-two .inner-box .lower-content .info-box .share-box:hover .social-links{
  transform: scaleY(1);
}

.news-block-two .inner-box .lower-content .info-box .share-box .social-links .social-box{
  border: 1px solid #dcdee5;
  border-radius: 5px;
}

.news-block-two .inner-box .lower-content .info-box .share-box .social-links .social-box li{
  position: relative;
  display: block;
}

.news-block-two .inner-box .lower-content .info-box .share-box .social-links .social-box li a{
  position: relative;
  display: block;
  border-bottom: 1px solid #dcdee5;
  font-size: 12px;
  color: #b6b6c2;
  height: 30px;
  line-height: 30px;
}

.news-block-two .inner-box .lower-content .info-box .share-box .social-links .social-box li:last-child a{
  border-bottom: none;
}

.news-block-two .inner-box .lower-content .info-box .share-box .social-links .social-box li a:hover{

}

.news-block-two .inner-box .lower-content .inner .category a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  color: #646578;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #9e9ea9;
  margin-bottom: 15px;
}

.news-block-two .inner-box .lower-content .inner .category a:hover{

}

.news-block-two .inner-box .lower-content .inner h2{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 14px;
}

.news-block-two .inner-box .lower-content .inner h2 a{
  display: inline-block;
  color: #0a267a;
}

.news-block-two .inner-box .lower-content .inner h2 a:hover{
  
}

.news-block-two .inner-box .lower-content .inner p{
  margin-bottom: 15px;
}

.page-title.blog-single{
  padding-bottom: 0px;
}

.page-title.blog-single .content-box{
  position: relative;
  padding-bottom: 145px;
}

.page-title.blog-single .bread-crumb{
  position: absolute;
  left: 0px;
  bottom: 24px;
}

.blog-details-content{
  position: relative;
}

.blog-details-content .content-one .top-text{
  position: relative;
  margin-bottom: 34px;
}

.blog-details-content .content-one .image-box{
  position: relative;
  display: block;
  border-radius: 5px;
  margin-bottom: 34px;
}

.blog-details-content .content-one .image-box img{
  width: 100%;
  border-radius: 5px;
}

.blog-details-content .content-one .text p{
  margin-bottom: 17px;
}

.blog-details-content .content-one .text .list li{
  position: relative;
  display: block;
  padding-left: 27px;
  margin-bottom: 11px;
}

.blog-details-content .content-one .text .list li:last-child{
  margin-bottom: 0px;
}

.blog-details-content .content-one .text .list li:before{
  position: absolute;
  content: "\f12f";
  font-size: 14px;
  font-family: 'Flaticon';
  color: #b6b6c2;
  left: 0px;
  top: 1px;
}

.blog-details-content .content-one .text .list{
  margin-bottom: 43px;
}

.blog-details-content .content-one .text h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}

.blog-details-content .content-one{
  padding-bottom: 17px;
}

.blog-details-content .content-two .image-box{
  position: relative;
  display: block;
  border-radius: 5px;
}

.blog-details-content .content-two .image-box img{
  width: 100%;
  border-radius: 5px;
}

.blog-details-content .content-two blockquote{
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 30px 52px 30px;
  border-radius: 5px;
  margin: 0px;
}

.blog-details-content .content-two blockquote .icon-box{
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 100px;
  line-height: 100px;
  color: rgba(0,0,0,0.07);
}

.blog-details-content .content-two blockquote p{
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 17px;
}

.blog-details-content .content-two h4{
  color: #ffffff;
}

.blog-details-content .content-two .two-column{
  position: relative;
  margin-bottom: 33px;
}

.blog-details-content .content-two{
  position: relative;
  margin-bottom: 47px;
}

.blog-details-content .post-share-option .post-tags li{
  position: relative;
  display: inline-block;
  color: #646578;
}

.blog-details-content .post-share-option .post-tags li a{
  color: #646578;
}

.blog-details-content .post-share-option .post-tags li a:hover{

}

.blog-details-content .post-share-option .post-tags li h6{
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-left: 27px;
}

.blog-details-content .post-share-option .post-tags li h6 i{
  position: absolute;
  left: 0px;
  top: 4px;
}

.blog-details-content .post-share-option .post-tags{
  position: relative;
  margin-bottom: 20px;
}

.blog-details-content .post-share-option .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
}

.blog-details-content .post-share-option .social-links li a{
  position: relative;
  display: inline-block;
  width: 170px;
  text-align: center;
  padding: 14px 15px;
  font-size: 14px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
}

.blog-details-content .post-share-option .social-links li a i{
  margin-right: 10px;
}

.blog-details-content .post-share-option .social-links li:first-child a{

}

.blog-details-content .post-share-option .social-links li:nth-child(2) a{

}

.blog-details-content .post-share-option .social-links li:nth-child(3) a{

}

.blog-details-content .post-share-option .social-links li:last-child a{

}

.blog-details-content .post-share-option .social-links{
  position: relative;
  margin-right: -30px;
}

.blog-details-content .post-share-option{
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #dcdee5;
  margin-bottom: 30px;
}

.blog-details-content .post-nav{
  position: relative;
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdee5;
  margin-bottom: 55px;
}

.blog-details-content .post-nav .image-box{
  position: absolute;
  top: 10px;
  width: 80px;
  height: 80px;
  background: #000;
  overflow: hidden;
  border-radius: 5px;
}

.blog-details-content .post-nav .image-box img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.blog-details-content .post-nav .image-box i{
  position: absolute;
  left: 30px;
  top: 27px;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.blog-details-content .post-nav .left-nav:hover .image-box i,
.blog-details-content .post-nav .right-nav:hover .image-box i{
  opacity: 1;
}

.blog-details-content .post-nav .left-nav:hover .image-box img,
.blog-details-content .post-nav .right-nav:hover .image-box img{
  opacity: 0.25;
}

.blog-details-content .post-nav .left-nav .image-box{
  left: 0px;
}

.blog-details-content .post-nav .right-nav .image-box{
  right: 0px;
}

.blog-details-content .post-nav .left-nav{
  position: relative;
  padding-left: 100px;
}

.blog-details-content .post-nav .right-nav{
  position: relative;
  padding-right: 100px;
}

.blog-details-content .post-nav span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  color: #646578;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #9e9ea9;
  margin-bottom: 9px;
}

.blog-details-content .post-nav h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.blog-details-content .post-nav h5 a{
  display: inline-block;
  color: #0a267a;
}

.blog-details-content .post-nav h5 a:hover{

}

.blog-details-content .group-title{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.blog-details-content .group-title h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.blog-details-content .comment-box .comment{
  position: relative;
  display: block;
  padding-left: 110px;
  padding-bottom: 36px;
  border-bottom: 1px solid #dcdee5;
  margin-bottom: 34px;
}

.blog-details-content .comment-box .comment.reply-comment{
  margin-left: 40px;
}

.blog-details-content .comment-box .comment:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 7px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.blog-details-content .comment-box .comment .thumb-box img{
  width: 100%;
  border-radius: 5px;
}

.blog-details-content .comment-box .comment .comment-info .post-date{
  float: right;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-details-content .comment-box .comment .comment-info h4{
  float: left;
}

.blog-details-content .comment-box .comment .comment-info{
  margin-bottom: 14px;
}

.blog-details-content .comment-box .comment .comment-inner p{
  margin-bottom: 14px;
  line-height: 28px;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #b6b6c2;
  text-transform: uppercase
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn i{
  margin-right: 8px;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn:hover{

}

.default-form .form-group{
  position: relative;
  margin-bottom: 30px;
}

.default-form .form-group:last-child{
  margin-bottom: 0px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  color: #727383;
  transition: all 500ms ease;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{

}

.default-form .form-group textarea{
  height: 120px;
  resize: none;
}

.blog-details-content .default-form .form-group button{
  display: block;
  width: 100%;
  color: #ffffff !important;
}

.default-form .form-group button:before{
  background: #0a267a;
}

.blog-details-content .comments-form-area .group-title h3{
  margin-bottom: 5px;
}

.blog-details-content .comment-box{
  margin-bottom: 14px;
}

.blog-details-content .comments-form-area .group-title{
  margin-bottom: 34px;
}


/*** 

====================================================================
                        Shop-Page
====================================================================

***/

.shop-page-section{
  position: relative;
  padding: 120px 0px;
}

.shop-sidebar{
  position: relative;
  display: block;
}

.shop-sidebar .sidebar-search .search-form .form-group{
  position: relative;
  margin: 0px;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 52px;
  background: #eceff6;
  border: 1px solid #eceff6;
  border-radius: 5px;
  font-size: 18px;
  color: #646578;
  padding: 10px 60px 10px 20px;
  transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .search-form .form-group button{
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 3px;
  transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .search-form .form-group input:focus{

}

.shop-sidebar .sidebar-search{
  margin-bottom: 30px;
}

.shop-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background: #e9ecf3;
  padding: 35px 30px 37px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.shop-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.shop-sidebar .sidebar-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.shop-sidebar .sidebar-widget .widget-title h5{
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.shop-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.shop-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #646578;
  font-weight: 400;
  padding-left: 20px;
}

.shop-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: "\f101";
  font-family: 'Font Awesome 5 Pro';
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 400;
}

.shop-sidebar .category-widget .category-list li a:hover{

}

.range-slider{
  position:relative;
}

.range-slider .title {
  position: relative;
  display: inline-block;
}

.range-slider p{
  position: relative;
  display: inline-block;
  color: #646578;
  margin-right: 10px !important;
}

.range-slider .title:before {
  position: absolute;
  content: '$';
  left: -5px;
  top: -19px;
  color: #646578;
  font-size: 18px;
}

.range-slider .input{
  color:#646578;
  max-width: 75px;
  font-size:18px;
  margin-top:5px;
  position: relative;
  display: inline-block;
}

.range-slider .input input{
  background:none;
  color:#646578;
  font-size:15px;
  text-align:left;
}

.range-slider .ui-widget.ui-widget-content{
  height:4px;
  border:none;
  margin-bottom:14px;
  background:#d0d4dd; 
  border-radius: 2px;
}

.range-slider .ui-slider .ui-slider-range{
  top:0px;
  height:4px;
}

.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default{
  top:-5px;
  width:14px;
  height:14px;
  border: none;
  border-radius:50%;
  cursor:pointer; 
  margin-left: 0px;
}

.range-slider .ui-state-default:before,
.range-slider .ui-widget-content .ui-state-default:before{
  position: absolute;
  content: '';
  background: #ffffff;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}

.shop-sidebar .price-filters .widget-title{
  margin-bottom: 28px;
}

.shop-sidebar .post-widget .post{
  position: relative;
  padding-left: 90px;
  padding-bottom: 24px;
  margin-bottom: 23px;
  min-height: 108px;
  border-bottom: 1px solid #d0d4dd;
}

.shop-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}

.shop-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 7px;
  width: 70px;
  height: 70px;
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  transition: all 500ms ease;
}

.shop-sidebar .post-widget .post:hover .post-thumb{

}

.shop-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 5px;
}

.shop-sidebar .post-widget .post a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #646578;
  margin-bottom: 7px;
}

.shop-sidebar .post-widget .post a:hover{

}

.shop-sidebar .post-widget .post .price{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #0a267a;
}

.shop-sidebar .post-widget{
  padding-bottom: 9px;
}

.our-shop .item-shorting{
  position: relative;
  display: block;
  background: #eceff6;
  border-radius: 5px;
  padding: 13px 30px;
  margin-bottom: 30px;
}

.our-shop .item-shorting .short-box p,
.our-shop .item-shorting .short-box .select-box{
  float: left;
}

.our-shop .item-shorting .short-box .nice-select{
  height: 26px;
  line-height: 26px;
  padding: 0px;
  border: none !important;
  font-size: 18px;
  color: #0a267a;
  font-family: 'Lato', sans-serif;
  padding-right: 78px;
  margin-left: 5px;
}

.our-shop .item-shorting .short-box .nice-select:after{
  color: #646578;
  top: -3px;
}

.shop-block-one .inner-box{
  position: relative;
  display: block;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  margin-bottom: 30px;
  background: #ffffff;
  overflow: hidden;
  transition: all 500ms ease;
}

.shop-block-one .inner-box:hover{

}

.shop-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.shop-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-one .inner-box:hover .image-box img{
  opacity: 0.3;
}

.shop-block-one .inner-box .image-box .info-list{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.shop-block-one .inner-box .image-box .info-list li{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.shop-block-one .inner-box .image-box .info-list li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #0a267a;
  border-radius: 50%;
  text-align: center;
  transform: scale(0,0);
}

.shop-block-one .inner-box:hover .image-box .info-list li a{
  transform: scale(1,1);
}

.shop-block-one .inner-box .image-box .info-list li a:hover{

}

.shop-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 22px 30px;
}

.shop-block-one .inner-box .lower-content:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: calc(100% - 60px);
  height: 1px;
  left: 30px;
  top: 0px;
}

.shop-block-one .inner-box .lower-content .rating-box li{
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin-right: 4px;
}

.shop-block-one .inner-box .lower-content .rating-box li.light{
  color: #b6b6c2;
}

.shop-block-one .inner-box .lower-content .rating-box li:last-child{
  margin: 0px !important;
}

.shop-block-one .inner-box .lower-content .rating-box{
  margin-bottom: 6px;
}

.shop-block-one .inner-box .lower-content a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #646578;
  margin-bottom: 9px;
}

.shop-block-one .inner-box .lower-content a:hover{

}

.shop-block-one .inner-box .lower-content .price h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
}

.shop-block-one .inner-box .lower-content .price del{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #b6b6c2;
  text-transform: uppercase;
}

.our-shop .pagination-wrapper{
  margin-top: 10px;
}


/** shop-details **/

.shop-details{
  position: relative;
  padding: 120px 0px 92px 0px;
}

.product-details-content .slider-content{
  position: relative;
  display: block;
}

.product-details-content .slider-content .slider-pager{
  position: absolute;
  left: 0px;
  top: 0px;
}

.product-details-content .slider-content .slider-pager .thumb-box li{
  margin-bottom: 20px;
  position: relative;
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  z-index: 9;
}

.product-details-content .slider-content .slider-pager .thumb-box li:last-child{
  margin-bottom: 0px;
}

.product-details-content .slider-content .product-image{
  position: relative;
  padding-left: 100px;
}

.product-details-content .slider-content .product-image .image{
  position: relative;
  display: block;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
}

.product-details-content .slider-content .product-image .image img{
  width: 100%;
}

.product-details-content .slider-inner{
  position: relative;
  margin-right: 30px;
}

.product-details-content .product-details .title-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  color: #646578;
  margin-bottom: 8px;
}

.product-details-content .product-details .title-box .customer-review .rating-box{
  position: relative;
  float: left;
  margin-right: 10px;
}

.product-details-content .product-details .title-box .customer-review .rating-box li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.product-details-content .product-details .title-box .customer-review a{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 18px;
  color: #0a267a;
  z-index: 1;
}

.product-details-content .product-details .title-box .customer-review a:hover{

}

.product-details-content .product-details .title-box .customer-review{
  position: relative;
  margin-bottom: 18px;
}

.product-details-content .product-details .title-box h4{
  display: block;
  text-transform: uppercase;
}

.product-details-content .product-details .title-box h4 del{
  color: #b6b6c2;
  margin-left: 10px;
}

.product-details-content .product-details .title-box{
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 33px;
  border-bottom: 1px solid #dcdee5;
}

.product-details-content .product-details .text .category li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #0a267a;
}

.product-details-content .product-details .text .category li a{
  display: inline-block;
}

.product-details-content .product-details .text .category li a:hover{
  text-decoration: underline;
}

.product-details-content .product-details .text .category{
  margin-bottom: 17px;
}

.product-details-content .product-details .text{
  margin-bottom: 34px;
}

.product-details-content .product-details .product-info{
  position: relative;
  display: block;
  padding: 14px 0px 16px 0px;
  border-top: 1px solid #dcdee5;
  border-bottom: 1px solid #dcdee5;
  margin-bottom: 33px;
}

.product-details-content .product-details .product-info li{
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  font-size: 18px;
  line-height: 30px;
  color: #0a267a;
  padding-left: 27px;
}

.product-details-content .product-details .product-info li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  left: 0px;
  top: 2px;
  font-weight: 700;
}

.product-details-content .product-details .product-info li:after{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 12px;
}

.product-details-content .product-details .product-info li:last-child:after{
  display: none;
}

.product-details-content .addto-cart-box{
  margin-bottom: 33px;
}

.addto-cart-box .clearfix li{
  position: relative;
  display: inline-block;
  float: left;
}

.addto-cart-box .input-group{
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 50px;
  width: 100%;
  height: 33px;
}

.addto-cart-box .cart-btn button{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 63px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 20px;
  transition: all 500ms ease;
}

.addto-cart-box button:hover{
  background: #0a267a;
}

.addto-cart-box .like-btn a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #0a267a;
  background: #eceff6;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 5px;
}

.addto-cart-box .like-btn a:hover{
  color: #fff;
}

.addto-cart-box .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 146px;
  width: 100%;
  float: left;
  padding: 0px 45px;
  margin-right: 20px;
  z-index: 1;
}

.addto-cart-box input.quantity-spinner {
  line-height: 56px;
  height: 56px;
  width: 56px !important;
  padding: 0px !important;
  box-shadow: none !important;
  font-family: 'Poppins', sans-serif;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #0a267a;
  background: #eceff6;
  border-radius: 5px !important;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  height: 56px;
  line-height: 56px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  left: -45px;
  top: -56px;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  text-align: center;
  z-index: 1
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 56px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  right: -45px;
  top: -56px;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  text-align: center;
  z-index: 1;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 12px;
  font-style: normal;
  color: #0a267a;
  font-family: 'Font Awesome 5 pro';
  font-weight: 700;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 12px;
  font-style: normal;
  color: #0a267a;
  font-weight: 700;
  font-family: 'Font Awesome 5 pro';
}

.bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  margin-top: 0px;
}

.product-details-content .product-details .addto-cart-box p{
  display: block;
  margin-bottom: 9px;
}

.product-details-content .product-details .share-option p{
  position: relative;
  display: block;
  color: #0a267a;
  margin-bottom: 9px;
}

.product-details-content .product-details .share-option .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.product-details-content .product-details .share-option .social-links li:last-child{
  margin: 0px !important;
}

.product-details-content .product-details .share-option .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
}

.product-details-content .product-details .share-option .social-links li:first-child a{

}

.product-details-content .product-details .share-option .social-links li:nth-child(2) a{

}

.product-details-content .product-details .share-option .social-links li:nth-child(3) a{

}

.product-details-content .product-details .share-option .social-links li:last-child a{

}

.product-details-content .product-details{
  position: relative;
  margin-top: -7px;
}

.product-details-content{
  position: relative;
  display: block;
  margin-bottom: 96px;
}

.product-discription .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.product-discription .tab-btn-box:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}

.product-discription .tab-btn-box .tab-buttons li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  color: #0a267a;
  font-weight: 600;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  background: #ffffff;
  text-align: center;
  padding: 14px 35px;
  cursor: pointer;
  margin: 0px 8px;
  transition: all 500ms ease;
}

.product-discription .tab-btn-box .tab-buttons li.active-btn{
  background: #eceff6;
  border-color: #eceff6;
}

.product-discription .tabs-content .text p{
  position: relative;
  margin-bottom: 17px;
}

.product-discription .tabs-content .text p:last-child{
  margin-bottom: 0px;
}

.product-discription .tabs-content .single-review-box{
  position: relative;
  display: block;
  padding: 30px 30px 33px 125px;
  border: 1px solid #dcdee5;
  border-radius: 5px;
}

.product-discription .tabs-content .single-review-box .image-box{
  position: absolute;
  left: 30px;
  top: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.product-discription .tabs-content .single-review-box .image-box img{
  width: 100%;
  border-radius: 50%;
}

.product-discription .tabs-content .single-review-box .rating-box li{
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
}

.product-discription .tabs-content .single-review-box .rating-box{
  margin-bottom: 6px;
}

.product-discription .tabs-content .single-review-box h5{
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

.product-discription .tabs-content .single-review-box h5 span{
  font-size: 14px;
  text-transform: uppercase;
}

.product-discription .tabs-content .reviews-box{
  margin-bottom: 65px;
}

.product-discription .tabs-content .comment-form{
  position: relative;
  display: block;
  border: 1px solid #dcdee5;
  padding: 55px 60px 60px 60px;
  border-radius: 5px;
}

.product-discription .tabs-content .comment-form .title-box{
  position: relative;
  margin-bottom: 27px;
}

.product-discription .tabs-content .comment-form .title-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}

.product-discription .tabs-content .comment-form .form-group label{
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.product-discription .tabs-content .comment-form .form-group{
  margin-bottom: 22px;
}

.product-discription .tabs-content .comment-form .rating-box p{
  float: left;
  margin-right: 20px;
}

.product-discription .tabs-content .comment-form .rating-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 13px;
}

.product-discription .tabs-content .comment-form .rating-box{
  margin-bottom: 33px;
}

.product-discription .tabs-content .comment-form .theme-btn-three{
  padding: 16px 50px;
  float: left;
  margin-right: 15px;
}

.product-discription .tabs-content .comment-form .message-btn .custom-controls-stacked{
  float: left;
  line-height: 56px;
}

.custom-control.material-checkbox {
  --color: #ebebeb;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px !important;
}

.custom-control.material-checkbox .material-control-input {
  display: none;
}

.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: #eceff6;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  cursor: pointer;
}

.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  border-color: var(--color);
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 8px;
  border: 2px solid #4f68c5;
  border-top: 0px;
  border-left: 0px;
  background: transparent;
  border-radius: 0px;
}

.product-discription .tabs-content .comment-form .message-btn .custom-controls-stacked .custom-control .text{
  margin-left: 26px;
  font-size: 18px;
  display: block;
  cursor: pointer;
}

.related-products{
  position: relative;
  padding-bottom: 90px;
}

.related-products .title-box{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.related-products .title-box h3{
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}


/** cart-section **/

.cart-section{
  position: relative;
  padding: 120px 0px;
}

.cart-section .cart-title{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.cart-outer{
  position:relative;  
}

.cart-outer .table-outer{
  position:relative;
  width:100%;
  overflow-x: auto;
  margin-bottom:40px;
}

.cart-outer .cart-table{
  width:100%;
  min-width:900px;
  border-bottom:1px solid #dcdee5;
  border-radius: 5px;
}

.cart-outer .cart-table tbody{
  padding-bottom:30px;
}

.cart-table .cart-header{
  position:relative;
  width:100%;
  border:1px solid #e3e3e3;
}

.cart-table thead tr th{
  line-height:28px;
  padding: 16px 28px 15px 40px;
  font-weight:600;
  font-size:16px;
  font-family: 'Poppins', sans-serif;
  color: #0a267a;
  border-right:1px solid #dcdee5;
}

.cart-table thead tr th .fa{
  font-size:18px; 
}

.cart-table tbody tr td{
  padding: 30px 30px 30px 30px;
}

.cart-table tbody tr .qty .item-quantity{
  border:1px solid #dddddd;
}

.cart-table tbody tr .qty .quantity-spinner{
  background:#ffffff; 
}

.cart-table tbody tr .prod-column .column-box{
  position: relative;
  min-height: 80px;
  padding-top: 13px;
  padding-left: 140px;
}

.cart-table tbody tr td.prod-column{
  position: relative;
}

.cart-table tbody tr td.prod-column:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: 100%;
  left: 140px;
  top: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
  position:absolute;
  left:0px;
  top:5px;
  width: 70px;
  height: 70px;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  transition: all 500ms ease;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb:hover{

}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
  width: 100%;
  border-radius: 5px;
}

.cart-table tbody tr .prod-column .column-box h4{
  position:relative;
  font-size:18px;
  line-height: 26px;
  color: #646578;
  margin: 0px;
}

.cart-table tbody tr .sub-total{
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #0a267a;
}

.cart-table tbody tr .remove-btn{
  position:relative;
  display: inline-block;
  font-size:18px;
  color:#bfbfc9;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #bfbfc9;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn:hover{

}

.cart-table tbody tr td{
  vertical-align:middle;
  border-left:1px solid #dcdee5;
  border-bottom: 1px solid #dcdee5;
}

.cart-table tbody tr .total-price{
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.cart-table tbody tr td:last-child{
  border-right:1px solid #dcdee5;
}

.cart-section .cart-outer .totle-table{
  position: relative;
  margin-bottom: 12px;
}

.cart-section .cart-outer .totle-table p{
  font-weight: 500;
}

.cart-section .cart-outer .totle-table p span{
  color: #1e1e2a;
}

.cart-section .cart-outer .totle-table .total p{

}

.cart-table tbody tr td.qty input{
  width: 90px;
  height: 50px;
  text-align: center;
  padding: 10px 10px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #0a267a;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #dcdee5;
}

.cart-section .apply-coupon .form-group{
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 0px;
}

.cart-section .apply-coupon .form-group:last-child{
  margin-right: 0px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  position: relative;
  display: block;
  border: 1px solid #dcdee5;
  width: 250px;
  height: 56px;
  font-size: 18px;
  font-weight: 400;
  color: #646578;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 5px;
  transition: all 500ms ease;
}

.cart-section .apply-coupon .form-group input:focus{

}

.cart-section .apply-coupon .form-group button{
  background: #eceff6;
  padding: 16px 42px;
}

.cart-section .apply-coupon .form-group button:hover{
  color: #fff;
}

.cart-section .btn-box button{
  float: left;
  margin-right: 20px;
}

.cart-section .btn-box button:last-child{
  margin-right: 0px;
}

.cart-section .btn-box .cart-btn{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #dcdee5;
  background: transparent;
  padding: 14px 46px;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.cart-section .btn-box .cart-btn:hover{
  color: #ffffff;
}

.cart-section .btn-box button.theme-btn-four{
  padding: 16px 56px;
  color: #ffffff;
}



/** myaccount-section **/

.myaccount-section{
  position: relative;
  padding: 115px 0px;
}

.myaccount-section .column h3{
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}

.myaccount-section .form-group{
  position: relative;
  margin-bottom: 30px;
}

.myaccount-section .form-group:last-child{
  margin-bottom: 0px;
}

.myaccount-section .form-group input[type='text'],
.myaccount-section .form-group input[type='email'],
.myaccount-section .form-group input[type='password']{
  position: relative;
  width: 100%;
  height: 56px;
  border: 1px solid #dcdee5;
  font-size: 16px;
  color: #646578;
  border-radius: 5px;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.myaccount-section .form-group input:focus{

}

.myaccount-section .form-group i{
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 14px;
  color: #b6b6c2;
  z-index: 1;
}

.myaccount-section .form-group .theme-btn-three{
  padding: 16px 73px;
  background: #eceff6;
  color: #0a267a;
}

.myaccount-section .custom-controls-stacked .description{
  font-size: 16px;
  cursor: pointer;
  margin-left: 23px;
}

.myaccount-section .custom-controls-stacked{
  top: -14px;
  display: inline-block;
}

.myaccount-section .custom-control.material-checkbox .material-control-indicator{
  top: 6px;
}

.myaccount-section .login-inner .other-option{
  position: absolute;
  right: 0px;
  bottom: 58px;
}

.myaccount-section .login-inner .other-option li{
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.myaccount-section .login-inner .other-option li:last-child{
  margin-right: 0px;
}

.myaccount-section .login-inner .other-option li p{
  font-size: 16px;
  padding-right: 9px;
}

.myaccount-section .login-inner .other-option li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
}

.myaccount-section .login-inner .other-option li:nth-child(2) a{

}

.myaccount-section .login-inner .other-option li:nth-child(3) a{

}

.myaccount-section .login-inner .other-option li:last-child a{

}

.myaccount-section .login-inner{
  position: relative;
}

.myaccount-section .form-group button.theme-btn-four{
  padding: 16px 62px;
}

.myaccount-section .register-inner{
  position: relative;
}

.myaccount-section .register-inner .form-group input{
  border-radius: 5px;
}

.myaccount-section .register-inner .text{
  position: absolute;
  right: 0px;
  bottom: 14px;
}

.myaccount-section .register-inner .text p{
  font-size: 16px;
}

.myaccount-section .register-inner .text p span{

}


/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-info-section{
  position: relative;
  padding-bottom: 20px;
}

.contact-info-section .inner-container{
  position: relative;
  background: #ffffff;
  margin-top: -80px;
  border-radius: 5px;
  z-index: 1;
  box-shadow: -23px 0px 30px 0px rgba(0,0,0,0.1);
}

.contact-info-section .inner-container:before{
  position: absolute;
  content: '';
  background: #ffffff;
  width: 5000px;
  height: 100%;
  left: -30px;
  top: 0px;
  border-radius: 5px;
}

.contact-info-section .inner-container:after{
  position: absolute;
  content: '';
  background: #e3e6ec;
  width: 5000px;
  height: 20px;
  left: 0px;
  bottom: -20px;
  border-bottom-left-radius: 5px;
}

.contact-info-section .single-info-box .inner-box{
  position: relative;
  display: block;
  padding: 53px 15px 54px 90px;
}

.contact-info-section .single-info-box .inner-box:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: 88px;
  top: 60px;
  right: 0px;
}

.contact-info-section .info-column:last-child .single-info-box .inner-box:before{
  display: none;
}

.contact-info-section .single-info-box .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 60px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  background: #eceff6;
  text-align: center;
  border-radius: 5px;
}

.contact-info-section .single-info-box .inner-box h6{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.contact-info-section .single-info-box .inner-box h6:before {
  position: absolute;
  content: '';
  background: url(../images/wave-2.png);
  width: 60px;
  height: 7px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.contact-info-section .single-info-box .inner-box p a{
  color: #646578;
}

.contact-info-section .single-info-box .inner-box p a:hover{

}


/** contect-section **/

.contact-section{
  position: relative;
}

.contact-section .default-form .theme-btn-three{
  background: #eceff6;
  padding: 16px 43px;
}

.contact-section .sec-title h2{
  margin-bottom: 12px;
}

.contact-section .default-form .form-group input{
  height: 60px;
}

.contact-section .default-form .form-group textarea{
  height: 140px;
}


/** area-section **/

.area-section{
  position: relative;
}

.area-section .inner-container {
  position: relative;
  background: #ffffff;
  margin-bottom: -165px;
  border-radius: 5px;
  padding: 48px 0px 50px 0px;
  z-index: 1;
  box-shadow: -23px 0px 30px 0px rgba(0,0,0,0.1);
}

.area-section .inner-container:before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 5000px;
  height: 100%;
  left: -30px;
  top: 0px;
  border-radius: 5px;
}

.area-section .inner-container:after {
  position: absolute;
  content: '';
  background: #e3e6ec;
  width: 5000px;
  height: 20px;
  left: 0px;
  top: -20px;
  border-top-left-radius: 5px;
}

.google-map-section{
  position: relative;
  width: 100%;
}

.google-map-section #contact-google-map{
  position: relative;
  width: 100%;
  height: 665px;
}

.area-section .text h4{
  margin-bottom: 5px;
}

.area-section .single-area-box h6{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 11px;
  margin-bottom: 13px;
}

.area-section .single-area-box h6:before {
  position: absolute;
  content: '';
  background: url(../images/wave-2.png);
  width: 60px;
  height: 7px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.area-section .single-area-box .area-list li{
  position: relative;
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 5px;
  padding-left: 18px;
}

.area-section .single-area-box .area-list li:before{
  position: absolute;
  content: '';
  background: #b6b6c2;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 11px;
  transform: rotate(45deg);
}

.area-section .owl-nav{
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.area-section .owl-nav:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: 124px;
  left: -20px;
  top: -40px;
}

.area-section .owl-nav .owl-prev,
.area-section .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  color: #b6b6c2;
  margin: 0px 5px;
  font-weight: 400;
  cursor: pointer;
  transition: all 500ms ease;
}

.area-section .owl-nav .owl-prev:hover,
.area-section .owl-nav .owl-next:hover{

}

.elements .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.elements .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.elements .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}


/** checkout **/

.checkout-page-section{
  position: relative;
  padding: 120px 0px;
}

.checkout-page-section .information-inner{
  position: relative;
  display: block;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  padding: 54px 60px 36px 60px;
}

.checkout-page-section h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 22px;
}

.checkout-page-section .information-inner .field-input{
  position: relative;
  display: block;
  margin-bottom: 20px;
  min-height: 60px;
}

.checkout-page-section .information-inner .field-input input[type='text'],
.checkout-page-section .information-inner .field-input input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #eceff6;
  border: 1px solid #eceff6;
  border-radius: 5px;
  font-size: 15px;
  color: #646578;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.checkout-page-section .information-inner .field-input input:focus{

}

.checkout-page-section .information-inner .field-input .nice-select{
  border: 1px solid #eceff6 !important;
  color: #646578;
  background: #eceff6;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  padding: 0px 20px;
}

.checkout-page-section .information-inner .field-input .nice-select:after{
  right: 20px;
  color: #646578;
  top: -5px;
}

.checkout-page-section .information-inner .custom-control.material-checkbox .material-control-indicator{
  top: 6px;
}

.checkout-page-section .information-inner .description{
  position: relative;
  display: inline-block;
  margin-left: 22px;
  cursor: pointer;
  font-size: 15px;
  color: #646578;
}

.checkout-page-section .information-inner .custom-controls-stacked{
  position: relative;
  margin-top: -8px;
}

.checkout-page-section .information-inner .contact-information{
  position: relative;
  padding-bottom: 22px;
}

.checkout-page-section .order-summary{
  position: relative;
  display: block;
  background: #eceff6;
  padding: 33px 30px 34px 30px;
  border-radius: 5px;
}

.checkout-page-section .order-summary h4{
  margin-bottom: 15px;
}

.checkout-page-section .order-summary .inner-box .single-item{
  position: relative;
  padding-left: 90px;
  padding-bottom: 24px;
  margin-bottom: 23px;
  border-bottom: 1px solid #d0d4dd;
  min-height: 108px;
}

.checkout-page-section .order-summary .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.checkout-page-section .order-summary .inner-box .single-item .image-box{
  position: absolute;
  left: 0px;
  top: 7px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 1px solid #d0d4dd;
  border-radius: 5px;
}

.checkout-page-section .order-summary .inner-box .single-item p{
  margin-bottom: 7px;
}

.checkout-page-section .order-summary .total-box{
  position: relative;
  display: block;
  padding: 22px 0px 24px 0px;
  border-bottom: 1px solid #d0d4dd;
}

.checkout-page-section .order-summary .total-box li{
  position: relative;
  display: block;
  color: #0a267a;
  margin-bottom: 8px;
}

.checkout-page-section .order-summary .total-box li:last-child{
  margin-bottom: 0px;
}

.checkout-page-section .order-summary .total-box li span{
  float: right;
  color: #646578;
}

.checkout-page-section .order-summary .tax-box{
  position: relative;
  display: block;
  padding: 18px 0px 15px 0px;
  border-bottom: 1px solid #d0d4dd;
  margin-bottom: 30px;
}

.checkout-page-section .order-summary .tax-box h5{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.checkout-page-section .order-summary .tax-box h5 span{
  float: right;
}

.checkout-page-section .order-summary .btn-box .theme-btn-four{
  padding: 16px 60px;
}

.checkout-page-section .order-information{
  position: relative;
  margin-bottom: 94px;
}

.checkout-page-section .accordion .payment-info .field-input{
  position: relative;
  margin-bottom: 20px;
}

.checkout-page-section .accordion .payment-info .field-input input[type='text']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #dcdee5;
  border-radius: 5px;
  font-size: 15px;
  color: #646578;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.checkout-page-section .accordion .payment-info .field-input input:focus{

}

.checkout-page-section .accordion .payment-info .field-input .theme-btn-four{
  display: block;
  width: 100%;
}

.checkout-page-section .accordion-box .block .acc-content{
  background: #ffffff;
  padding: 30px 30px 10px 30px;
}

.checkout-page-section .accordion-box .block{
  background: #eceff6;
  margin-bottom: 10px;
}

.checkout-page-section .accordion-box .block:last-child{
  margin-bottom: 0px;
}

.checkout-page-section .accordion-box .block.active-block{
  padding-bottom: 40px;
}

.checkout-page-section .payment-method h3{
  margin-bottom: 32px;
}

.checkout-page-section .accordion-box .block .acc-btn .icon-outer{
  background: transparent !important;
  border-color: transparent !important;
  color: #646578 !important;
}

.checkout-page-section .accordion-box .block .acc-btn.active .icon-outer i:before{
  content: "\f0dd";
}


/** page-header-mobile-info **/

.page-header-mobile-info{
  position: relative;
  display: none;
  padding: 0px 0px;
}

.page-header-mobile-info .toggle-box{
  position: relative;
  display: block;
  padding: 0px 30px;
  background: #fff;
}

.page-header-mobile-info .toggle-box .link{
  position: relative;
  float: right;
}

.page-header-mobile-info-toggle {
  position: relative;
  z-index: 1;
  top: 7px;
  height: 35px;
  width: 35px;
  text-align: center;
  padding: 0px 0px;
  color: #462b34;
  cursor: pointer;
  display: none;
  float: left;
  border: 1px solid #462b34;
}

.page-header-mobile-info-content {
  display: none;
  padding: 30px 30px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.page-header-mobile-info-toggle:before {
  position: absolute;
  left: 0px;
  top: -7px;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  content: '\f104';
  font-size: 16px;
  line-height: 50px;
  font-weight: 900;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.page-header-mobile-info-toggle.opened:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.page-title.contact-page{
  padding-bottom: 225px;
}

.footer-style-three{
  background: #262626;
}


/** modify-section **/

.banner-section.style-one .banner-carousel .slide-item{
  padding: 160px 0px 170px 0px;
}

.banner-section.style-one .owl-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
}

.banner-section.style-one .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0px 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-section.style-one .owl-theme .owl-dots .owl-dot span:before{
  position: absolute;
  content: '';
  border: 2px solid #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -4px;
  top: -4px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.banner-section.style-one .owl-theme .owl-dots .owl-dot.active span:before,
.banner-section.style-one .owl-theme .owl-dots .owl-dot span:hover:before{
  transform: scale(1,1);
}

.main-header.style-five{
  position: relative;
}

.header-top-two .top-inner .info li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 52.5px;
  padding-left: 28px;
  color: rgba(255,255,255,0.7);
  margin-right: 26px;
}

.header-top-two .top-inner .info li:last-child{
  margin: 0px !important;
}

.header-top-two .top-inner .info li:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.1);
  width: 1px;
/*  height: 16px;
*/  right: -14px;
}

.header-top-two .top-inner .info li:last-child:before{
  display: none;
}

.header-top-two .top-inner .info li i {
  position: absolute;
  left: 0px;
  top: 1px;
  color: #ffffff;
}

.header-top-two .top-inner .info li a {
  color: rgba(255,255,255,0.7);
}

.header-top-two .top-inner .info li a:hover{
  color: #fff;
  text-decoration: underline;
}

.header-top-two{ background:#0a267a;
  position: relative;
  width: 100%;
 
}

.header-top-two ul { margin-bottom:0px;}

.main-header.style-five .header-upper{
  background: transparent;
  padding: 0px;
}

.main-header.style-five .header-upper .upper-inner{
  position: relative;
  background: #fff;
 
}

.main-header.style-five .header-lower{
  background: #0a267a;
}



.main-header.style-five .header-upper .logo-box {
  padding: 25px 0px 45px 0px;
}

.main-header.style-five .header-upper .info-list li i{
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #4547f8;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  font-size: 35px;
  top: -2px;
}

.main-header.style-five .header-upper .info-list li{
  padding-left: 80px;
  padding-top: 0px;
  margin-right: 100px;
}

.main-header.style-five .header-upper .info-list li h6,
.main-header.style-five .header-upper .info-list li h5{
  color: #000;
}

.main-header.style-five .header-upper .info-list li:first-child:before{
  background: rgba(255,255,255,0.2);
  width: 1px;
}

.main-header.style-five .header-upper .info-list li h6{
  margin-bottom: 3px;
}

.main-header.style-five .header-upper .info-list li:nth-child(2){
  margin-right: 60px;
}

.main-header.style-five .header-upper .right-column{
  margin-top: 30px;
}

.main-header.style-five .header-upper .right-column .theme-btn-four{
  background: #4547f8;
}

.main-header.style-five .header-upper .info-list li .shape{
  position: absolute;
  left: -42px;
  top: -2px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.main-header.style-five .menu-right-content{
  float: right;
  margin-top: 16px;
  padding-left: 0px;
  margin-left: 0px;
}

.main-header.style-five .menu-right-content .restore-option,
.main-header.style-five .menu-right-content .social-links{
  position: relative;
  float: left;
}

.main-header.style-five .menu-right-content:before{
  display: none;
}

.main-header.style-five .search-box-outer{
  margin-top: 0px;
}

.main-header.style-five .menu-right-content .cart-box{
  margin-top: 0px;
}

.main-header.style-five .menu-right-content .restore-option{
  margin-right: 35px;
}

.main-header.style-five .menu-right-content .restore-option a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #0a267a;
}

.main-header.style-five .menu-right-content .restore-option a:hover{

}

.main-header.style-five .menu-right-content .restore-option a i{
  margin-right: 10px;
}

.main-header.style-five .menu-right-content .social-links li{
  position: relative;
  float: left;
  margin-right: 10px;
}

.main-header.style-five .menu-right-content .social-links li:last-child{
  margin: 0px;
}

.main-header.style-five .menu-right-content .social-links li a{
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #e3e8ed;
  color: #0a267a;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
}

.main-header.style-five .menu-right-content .social-links li a:hover{
  color: #fff;
}

.main-header.style-five .main-menu .navigation > li{
  padding: 10px 28px 10px 28px;
}

.main-header.style-five .search-box-outer:after {
  position: absolute;
  content: '';
  background: #e3e3e3;
  width: 2px;
  height: 28px;
  right: -22px;
  top: 7px;
}

.main-header.style-five .search-box-btn:hover{

}

.main-header.style-five .search-box-outer{
  margin-right: 46px;
}

.main-header.style-five .search-box-btn{
  line-height: 42px;
}

.main-header.style-five .search-box-outer:before{
  left: -22px;
  top: 7px;
}

.main-header.style-five .menu-right-content .cart-box a{
  line-height: 42px;
}

.main-header.style-five .page-header-mobile-info-content{
  background: transparent;
}

.main-header.style-five .page-header-mobile-info .toggle-box .btn-box a{
  background: #4547f8;
}

.main-header.style-five .page-header-mobile-info .toggle-box .btn-box a:before {
  background: #0a267a;
}

.main-header.style-five .page-header-mobile-info .toggle-box .btn-box{
  float: right;
  display: flex;
}

.main-header.style-five .page-header-mobile-info-toggle{
  top: 10px;
}



/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Typography
2. Spacing
3. General
4. Preloader
5. Header
6. Button
7. Slider
8. Slider
9. Section Heading
10. Icon box
11. Text Block
12. Text Block
13. Video Block
14. Image Box
15. Funfact
16. Isotope
17. Image Gallery
18. Skill
19. Member
20. CTA
21. Pricing Table
22. Post
23. Logo carousel
24. Testimonial
25. Newsletter
26. Contact Form
27. Blog Details
28. Comments
29. Tab
30. Select
31. Accordian
32. Before After Slider
33. Footer

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
body,
html { color:#666; background-color:#FFF; font-family:'Montserrat', sans-serif; font-size:15px; font-weight:400; line-height:1.6em; overflow-x:hidden; }
h1,h2,h3,h4,h3,h6 { clear:both; color:#111; padding:0; margin:0 0 10px 0; font-weight:600; line-height:1.2em; }
h1 { font-size:40px; }
h2 { font-size:34px; }
h3 { font-size:26px; }
h4 { font-size:22px; }
h5 { font-size:18px; }
h6 { font-size:15px; }
p { margin-bottom:12px; }ul { margin:0 0 15px 0; padding-left:15px; list-style:square outside none; }
ol { padding-left:15px; margin-bottom:15px; }
dfn,cite,em,i { font-style:italic; }
blockquote { margin:0 15px; }
address { margin:0 0 15px; }
img { border:0; max-width:100%; height:auto; }
a { color:inherit; -webkit-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }
a:hover { text-decoration:none; color:inherit; }
.cl { clear:both; }
@media screen and (max-width:991px) { 
body, html { font-size:14px; }
}
/*--------------------------------------------------------------
2. Spacing
----------------------------------------------------------------*/
@media screen and (min-width:992px) { 
.st-height-b0 { height:0px; }
.st-height-b5 { height:5px; }
.st-height-b10 { height:10px; }
.st-height-b15 { height:15px; }
.st-height-b20 { height:20px; }
.st-height-b25 { height:25px; }
.st-height-b30 { height:30px; }
.st-height-b35 { height:35px; }
.st-height-b40 { height:40px; }
.st-height-b45 { height:45px; }
.st-height-b50 { height:50px; }
.st-height-b55 { height:55px; }
.st-height-b60 { height:60px; }
.st-height-b65 { height:65px; }
.st-height-b70 { height:70px; }
.st-height-b75 { height:75px; }
.st-height-b80 { height:80px; }
.st-height-b85 { height:85px; }
.st-height-b90 { height:90px; }
.st-height-b95 { height:95px; }
.st-height-b100 { height:100px; }
.st-height-b105 { height:105px; }
.st-height-b110 { height:110px; }
.st-height-b115 { height:115px; }
.st-height-b120 { height:120px; }
.st-height-b125 { height:125px; }
.st-height-b130 { height:130px; }
.st-height-b135 { height:135px; }
.st-height-b140 { height:140px; }
.st-height-b145 { height:145px; }
.st-height-b150 { height:150px; }
.st-height-b155 { height:155px; }
.st-height-b160 { height:160px; }
.st-height-b165 { height:165px; }
.st-height-b170 { height:170px; }
.st-height-b175 { height:175px; }
.st-height-b180 { height:180px; }
.st-height-b185 { height:185px; }
.st-height-b190 { height:190px; }
.st-height-b195 { height:195px; }
.st-height-b200 { height:200px; }
.st-height-b205 { height:205px; }
.st-height-b210 { height:210px; } 
}
@media screen and (max-width:991px) { 
.st-height-lg-b0 { height:0px; }
.st-height-lg-b5 { height:5px; }
.st-height-lg-b10 { height:10px; }
.st-height-lg-b15 { height:15px; }
.st-height-lg-b20 { height:20px; }
.st-height-lg-b25 { height:25px; }
.st-height-lg-b30 { height:30px; }
.st-height-lg-b35 { height:35px; }
.st-height-lg-b40 { height:40px; }
.st-height-lg-b45 { height:45px; }
.st-height-lg-b50 { height:50px; }
.st-height-lg-b55 { height:55px; }
.st-height-lg-b60 { height:60px; }
.st-height-lg-b65 { height:65px; }
.st-height-lg-b70 { height:70px; }
.st-height-lg-b75 { height:75px; }
.st-height-lg-b80 { height:80px; }
.st-height-lg-b85 { height:85px; }
.st-height-lg-b90 { height:90px; }
.st-height-lg-b95 { height:95px; }
.st-height-lg-b100 { height:100px; }
.st-height-lg-b105 { height:105px; }
.st-height-lg-b110 { height:110px; }
.st-height-lg-b115 { height:115px; }
.st-height-lg-b120 { height:120px; }
.st-height-lg-b125 { height:125px; }
.st-height-lg-b130 { height:130px; }
.st-height-lg-b135 { height:135px; }
.st-height-lg-b140 { height:140px; }
.st-height-lg-b145 { height:145px; }
.st-height-lg-b150 { height:150px; }
.st-height-lg-b155 { height:155px; }
.st-height-lg-b160 { height:160px; }
.st-height-lg-b165 { height:165px; }
.st-height-lg-b170 { height:170px; }
.st-height-lg-b175 { height:175px; }
.st-height-lg-b180 { height:180px; }
.st-height-lg-b185 { height:185px; }
.st-height-lg-b190 { height:190px; }
.st-height-lg-b195 { height:195px; }
.st-height-lg-b200 { height:200px; }
.st-height-lg-b205 { height:205px; }
.st-height-lg-b210 { height:210px; } 
}
/*--------------------------------------------------------------
3. General
----------------------------------------------------------------*/
.st-mp0 { list-style:none; margin:0; padding:0; }
.st-flex-center { display:flex; align-items:center; justify-content:center; }
.st-zoom { position:relative; overflow:hidden; }
.st-zoom .st-zoom-in { transition:all 0.4s ease-in-out; }
.st-zoom:hover .st-zoom-in { transform:scale(1.07); }
.st-vertical-middle { display:flex; align-items:center; height:100%; }
.st-vertical-middle .st-vertical-middle-in { width:100%; }
.st-bg { background-repeat:no-repeat; background-position:center center; background-size:cover; }
.mtb { margin:50px 0 30px 0; } 
.st-content { position:relative; background-color:#FFF; z-index:10; overflow-x:hidden; }
.st-sticky-footer { width:100%; /*position:fixed;*/ bottom:0; left:0; overflow:hidden; }
.st-gray-bg { background-color:#9E539D; }
.st-gray-overlay { position:relative; }
.st-gray-overlay:before { content:''; position:absolute; left:0; top:0; height:100%; width:100%; background-color:rgba(249, 250, 252, 0.86); }
.st-gray-overlay .container { position:relative; z-index:1; }
hr { margin:0; width:100%; border-color:#eaeaea; }
.st-parallax-shape-wpra { position:relative; }
.st-parallax-shape.st-style1 { position:absolute; height:250px; width:250px; border-radius:50%; border:30px solid #f9fafc; right:-60px; top:300px; }
.st-parallax-shape.st-style2 { height:300px; width:300px; position:absolute; background-color:#f9fafc; transform:rotate(-25deg); top:675px; left:-9.5%; }
.st-hover-layer,
.st-hover-layer1,
.st-hover-layer2,
.st-hover-layer3,
.st-hover-layer4,
.st-hover-transform-children { position:relative; -webkit-transition:-webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); transition:-webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition:all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transition:all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); transition:all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); transition:all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform:perspective(600px) translate3d(0, 0, 0); transform:perspective(600px) translate3d(0, 0, 0); }
.st-fixed-bg { background-attachment:fixed; }
.st-google-map iframe { width:100%; height:500px; display:block; border:none; }
.st-light-blue { color:#27b1d9; }
.st-blue-box { color:#0cb8b6; fill:#0cb8b6; background-color:rgba(12, 184, 182, 0.1); }
.st-purple-box { color:#6758f3; fill:#6758f3; background-color:rgba(103, 88, 243, 0.1); }
.st-green-box { color:#37af47; fill:#37af47; background-color:rgba(55, 175, 71, 0.1); }
.st-red-box { color:#e6492d; fill:#e6492d; background-color:rgba(230, 73, 45, 0.1); }
.st-dip-blue-box { color:#1665d8; fill:#1665d8; background-color:rgba(22, 101, 216, 0.1); }
.st-orange-box { color:#f6ab2f; fill:#f6ab2f; background-color:rgba(246, 171, 47, 0.1); }
.st-gray-box { color:#9ea0a5; fill:#9ea0a5; background-color:rgba(158, 160, 165, 0.1); }
.st-pink-box { color:#FF375F; fill:#FF375F; background-color:rgba(255, 55, 95, 0.1); }

.st-light-blue1 { color:#27b1d9; }
.st-blue-box1 { color:#0cb8b6; fill:#0cb8b6; background-color:rgba(12, 184, 182, 0.9); }
.st-purple-box1 { color:#6758f3; fill:#6758f3; background-color:rgba(103, 88, 243, 0.9); }
.st-green-box1 { color:#37af47; fill:#37af47; background-color:rgba(55, 175, 71, 0.9); }
.st-red-box1 { color:#e6492d; fill:#e6492d; background-color:rgba(230, 73, 45, 0.9); }
.st-dip-blue-box1 { color:#1665d8; fill:#1665d8; background-color:rgba(22, 101, 216, 0.9); }
.st-orange-box1 { color:#f6ab2f; fill:#f6ab2f; background-color:rgba(246, 171, 47, 0.9); }
.st-gray-box1 { color:#9ea0a5; fill:#9ea0a5; background-color:rgba(158, 160, 165, 0.9); }
.st-pink-box1 { color:#FF375F; fill:#FF375F; background-color:rgba(255, 55, 95, 0.9); }

.st-about-wrap { position:relative; }
.st-about-wrap .st-shape-bg { position:absolute; bottom:0; width:100%; left:0; z-index:-1; }  
.st-about-wrap .st-shape-bg img { width:100%; height:500px; }  
.st-about-wrap .st-shape-bg:before { content:''; position:absolute; height:100px; width:100%; background-image:linear-gradient(transparent, #FFF); bottom:0; left:0; }
.st-tab { display:none; }
.st-tab.active { display:block; }
.st-link-hover-wrap .st-link-hover { position:absolute; z-index:2; top:-100px; right:20px; width:50px; height:120px; background:#A23FA0; border-radius:0 0 40px 40px; display:flex; align-items:flex-end; justify-content:center; opacity:0; transition:all 0.3s ease; }
.st-link-hover-wrap .st-link-hover i { color:#A23FA0; background-color:#FFF; height:40px; width:40px; display:flex; align-items:center; justify-content:center; border-radius:50%; margin-bottom:5px; opacity:0; transform:scale(0.5) rotate(180deg); transition:all 0.3s ease; }
.st-link-hover-wrap:hover .st-link-hover { opacity:1; top:0px; }
.st-link-hover-wrap:hover .st-link-hover i { opacity:1; transform:scale(1) rotate(0deg); transition-delay:0.15s; }
.st-shape-wrap { position:relative; }
.st-shape-wrap .st-shape1,
.st-shape-wrap .st-shape2,
.st-shape-wrap .st-shape3,
.st-shape-wrap .st-shape6 { position:absolute; }
.st-shape-wrap .st-shape1 { left:0; top:0; }
.st-shape-wrap .st-shape2 { bottom:0; right:0; }
.st-shape-wrap .st-shape6 { top:0; right:0; }
.st-shape-wrap .st-shape3 { top:0; right:0; }
.st-shape-wrap .st-shape4 { position:absolute; height:150px; width:100%; bottom:0; left:0; }  
.st-shape-wrap .st-shape4 img { height:100%; width:100%; }
.st-shape-wrap .st-shape5 { position:absolute; width:100%; height:calc(100% - 40px); }  
.st-shape-wrap .st-shape5 img { height:100%; width:100%; }
.st-about-img { min-height:300px; height:calc(100% - 30px); width:calc(100% - 30px); border-radius:7px; background:rgba(12, 184, 182, 0.1); margin-top:30px; }
.st-about-img .st-about-img-in { height:100%; border-radius:inherit; position:relative; left:30px; top:-30px; }
.ui-widget.ui-widget-content { z-index:10 !important; }
.st-doctors-info-title,
.st-working-hour-title { font-size:20px; margin-bottom:15px; }
.st-doctors-info,
.st-working-hour { border:1px solid #eaeaea; border-radius:5px; padding:20px 20px; }
.st-working-hour-list li { display:flex; justify-content:space-between; position:relative; }
.st-working-hour-list li b { font-weight:400; }
.st-working-hour-list li:not(:last-child) { margin-bottom:10px; }
.st-working-hour-list li .st-offday { color:#b5b5b5; }
.st-doctors-info-list li { position:relative; padding-left:30px; }
.st-doctors-info-list li:not(:last-child) { margin-bottom:10px; }
.st-doctors-info-list li i { position:absolute; left:0; top:5px; color:#b5b5b5; }
.st-doctor-name { font-size:24px; margin-bottom:2px; }
.st-doctor-designation { font-size:16px; line-height:1.6em; font-weight:400; color:#111; }
.st-doctor-desc { margin-top:10px; font-size:16px; line-height:1.6em; color:#111; }
.st-doctor-details-box h2 { font-size:20px; margin-bottom:10px; }
.st-doctor-details-box p:last-child { margin-bottom:0; }
.st-doctor-details-box ul { padding:0; margin:0; list-style:none; }
.st-doctor-details-box ul li:not(:last-child) { margin-bottom:10px; }
.st-doctors-special { font-size:16px; line-height:1.6em; display:flex; flex-wrap:wrap; font-weight:500; }
.st-doctors-special b { display:inline-block; font-weight:600; color:#0cb8b6; margin-right:15px; flex:none; min-width:105px; }
.st-doctors-special li { width:50%; margin-bottom:10px; display:flex; }
.st-doctor-details-box { font-size:16px; line-height:1.6em; }
@media screen and (max-width:1199px) { 
.st-parallax-shape.st-style1,
.st-parallax-shape.st-style2 { display:none; }
}

@media screen and (max-width:991px) { 
.st-content { margin:0 !important; }
.st-vertical-middle { display:block; }
.st-google-map iframe { height:400px; }
.st-about-wrap .st-shape-bg { display:none; }
.st-doctors-info-right { padding-left:0; }
}

@media screen and (max-width:767px) { 
.st-doctors-special li { width:100%; } 

}

/*top social media css start*/
.top_bg { background:#924a91; margin:0px auto; line-height:40px; height:40px; border-bottom:1px solid rgba(146, 74, 145, 0.4); }
.phone ul { float:left; margin:0px; padding:0px; list-style:none; }
.phone li { float:left; font-family:'Open Sans', sans-serif; font-size:14px; color:#FFF; text-decoration:none; text-align:center; }
.phone li a { color:#FFF; margin:0 0 0 10px; text-decoration:none; font-weight:500; }
.phone li a:hover { color:#FF8300; text-decoration:none; }
.phone li i { margin-right:5px; color:#FFAE00; }

.reg ul { float:right; margin:0px; padding:0px; list-style:none; }
.reg li { float:left; font-family:'Open Sans', sans-serif; font-size:14px; color:#FFF; text-decoration:none; text-align:center; }
.reg li a { color:#FFF; margin:0 0 0 30px; text-decoration:none; font-weight:500; }
.reg li a:hover { color:#FF8300; text-decoration:none; }
.reg li i { margin-right:5px; color:#FFAE00; }
/*top social media css end*/

/*--------------------------------------------------------------
5. Header
----------------------------------------------------------------*/
.st-top-header { overflow:hidden; border-bottom:1px solid rgba(146, 74, 145, 0.4); }
.st-top-header .st-top-header-in { height:45px; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; transition:all 0.4s ease; }
.st-sticky-active .st-top-header-in { height:0; }
.st-sticky-active .st-top-header { margin-top:-1px; }
.st-top-header-list { list-style:none; padding:0; margin:0; display:flex; flex-wrap:wrap; }
.st-top-header-list svg { width:18px; margin-right:10px; fill:#b5b5b5; }
.st-top-header-list li { margin-right:35px; color:#FFF; font-size:14px; display:flex; align-items:center; }  
.st-top-header-list li:last-child { margin-right:0; }  
.st-top-header-list li i { margin-right:10px; }  
.st-top-header-list li a:hover { color:#0cb8b6; }  
.st-top-header-list li span { color:#b5b5b5; font-weight:500; }
.st-top-header-btn { font-size:15px; font-weight:700; color:#FF8300; }
.st-top-header-btn:hover { color:#fff; }
.st-site-header.st-style1 { background-color:rgba(255, 255, 255, 0.9); box-shadow:0 10px 10px -10px rgba(33, 43, 53, 0.1); transition:all 0.4s ease; }
.st-site-header.st-style1 .st-main-header-in { display:flex; align-items:center;  justify-content:space-between; height:80px; }
.st-site-header.st-style1.st-sticky-active { background-color:#FFF; }
.st-site-header.st-style1 .st-social-btn.st-style1 li { font-size:18px; color:#b5b5b5; margin-right:20px; }  
.st-site-header.st-style1 .st-social-btn.st-style1 li:last-child { margin-right:0; }
.st-site-header.st-style1.st-type1 { position:relative; z-index:11; background:#FFF; }
@media screen and (max-width:991px) { 
.st-main-header .container { max-width:100%; }
/*.st-top-header { display:none; }*/
.st-site-header.st-style1 { background-color:#FFF; }
.st-site-header.st-style1 .st-nav { display:flex; }
.st-site-header.st-style1.st-type1 .st-btn { display:inline-flex !important; } 
}

.st-nav ul { margin:0; padding:0; list-style:none; }
.st-site-header.st-style1.st-type1 
.st-top-header { overflow:hidden; border-bottom:1px solid #eaeaea; }
.st-site-header.st-style1.st-type1 .st-top-header .st-top-header-in { height:70px; }
.st-site-header.st-style1.st-type1 .st-main-header-in { height:70px; }
@media screen and (min-width:992px) { 
.st-main-header { position:relative; }  
.st-main-header .container-fluid { padding-right:40px; padding-left:40px; }
.st-nav { display:flex; align-items:center; }  
.st-nav > .st-btn { margin-left:35px; }    
.st-nav > .st-btn.st-style2 { font-size:14px; padding:0.43em 1.6em; border-radius:2.5em; }  
.st-nav .st-nav-list { display:flex !important; flex-wrap:wrap; }    
.st-nav .st-nav-list > li { margin-right:20px; }      
.st-nav .st-nav-list > li:last-child { margin-right:0; }      
.st-nav .st-nav-list > li > a { padding:15px 0; display:inline-block; font-size:14px; font-weight:600; color:#666; position:relative; }
.st-nav.st-nav-list > li > a:before { content:''; position:absolute; bottom:10px; left:50%; transform:translateX(-50%); height:2px; width:0%; background-color:#924a91; transition:all 0.3s ease; }        
.st-nav .st-nav-list > li > a:hover { color:#111; }      
.st-nav .st-nav-list > li > ul { left:0; top:calc(100% + 15px); }        
.st-nav .st-nav-list > li > ul:before { content:''; position:absolute; height:10px; width:10px; border:1px solid #eaeaea; transform:rotate(45deg); background-color:#FFF; border-right:none; border-bottom:none; top:-6px; left:16px; }      
.st-nav .st-nav-list > li:hover > ul { top:100%; opacity:1; visibility:visible; transition:all 0.4s ease; }    
.st-nav .st-nav-list li { position:relative; }      
.st-nav .st-nav-list li a.active { color:#924a91; }        
.st-nav .st-nav-list li a.active:before { width:100%; }    
.st-nav .st-nav-list ul { width:250px; background-color:#FFF; position:absolute; border:1px solid #eaeaea; border-radius:7px; padding:10px 0; z-index:100; opacity:0; visibility:hidden; display:block !important; transition:all 0.1s ease; }      
.st-nav .st-nav-list ul li:hover ul { top:0px; }      
.st-nav .st-nav-list ul li:hover > ul { opacity:1; visibility:visible; transition:all 0.4s ease; }      
.st-nav .st-nav-list ul a { font-size:calc(100% - 1px); display:block; line-height:1.6em; padding:9px 20px; }      
.st-nav .st-nav-list ul a:hover { background-color:#F1E5F1; }      
.st-nav .st-nav-list ul ul { top:15px; left:100%; }
.st-munu-toggle, .st-munu-dropdown-toggle { display:none; } 
}

@media screen and (max-width:991px) { 
.st-munu-dropdown-toggle { position:absolute; height:30px; width:30px; right:20px; top:5px; }  
.st-munu-dropdown-toggle:before, .st-munu-dropdown-toggle:after { content:''; display:block; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); height:2px; width:10px; background-color:#666; transition:all 0.3s ease; }  
.st-munu-dropdown-toggle:before { transform:translate(-50%, -50%) rotate(90deg); }  
.st-munu-dropdown-toggle.active:before { transform:translate(-50%, -50%) rotate(0deg); }
.st-nav .st-nav-list { position:absolute; width:100vw; left:0; background-color:#FFF; padding:10px 0; display:none; top:100%; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea; overflow:auto; max-height:calc(100vh - 80px); }  
.st-nav .st-nav-list ul { padding-left:15px; display:none; }  
.st-nav .st-nav-list a { display:block; padding:8px 20px; }
.st-nav .menu-item-has-children { position:relative; } 
/*Mobile Menu Button*/
.st-munu-toggle { position:relative; display:inline-block; width:28px; height:27px; margin:15px 0px 15px 0px; cursor:pointer; }  
.st-munu-toggle span, .st-munu-toggle span:before, .st-munu-toggle span:after { width:100%; height:2px; background-color:#666; display:block; }  .st-munu-toggle span { margin:0 auto; position:relative; top:12px; transition-duration:0s; transition-delay:0.2s; }    
.st-munu-toggle span:before { content:''; position:absolute; margin-top:-8px; transition-property:margin, transform; transition-duration:0.2s; transition-delay:0.2s, 0s; }    
.st-munu-toggle span:after { content:''; position:absolute; margin-top:8px; transition-property:margin, transform; transition-duration:0.2s; transition-delay:0.2s, 0s; }
.st-toggle-active span { background-color:rgba(0, 0, 0, 0); transition-delay:0.2s; }  
.st-toggle-active span:before { margin-top:0; transform:rotate(45deg); transition-delay:0s, 0.2s; }  
.st-toggle-active span:after { margin-top:0; transform:rotate(-45deg); transition-delay:0s, 0.2s; } 

.attr-nav { margin-top:10px;}
}
	  
.st-sticky-header { position:fixed; z-index:200; width:100%; top:0; left:0; }
.st-site-branding { display:inline-block; }
.st-opening-hr { margin-top:57px; }
.st-opening-hr .st-opening-hr-title { font-size:16px; margin-bottom:5px; }
.st-opening-hr .st-opening-date { font-size:15px; line-height:1.6em; color:#b5b5b5; font-weight:400; margin-bottom:-1px; }
.st-opening-hr .st-opening-time { font-size:15px; line-height:1.6em; }

@media screen and (min-width:991px) { 
.st-site-header.st-style2 { width:300px; background:#FFF; height:100vh; border-right:1px solid #eaeaea; overflow:auto; }  
.st-site-header.st-style2 .st-nav .st-nav-list { flex-direction:column; }    
.st-site-header.st-style2 .st-nav .st-nav-list > li { margin-right:0; }      
.st-site-header.st-style2 .st-nav .st-nav-list > li > a { padding:10px 0; }  
.st-site-header.st-style2 .st-main-header { position:relative; padding:40px 25px 80px; }    
.st-site-header.st-style2 .st-main-header:after { content:''; position:fixed; height:80px; width:299px; left:0; bottom:0; background-color:#FFF; }  .st-site-header.st-style2 .st-social-btn.st-style1 { position:fixed; bottom:40px; left:40px; }    
.st-site-header.st-style2 .st-social-btn.st-style1 li { color:#b5b5b5; margin-right:20px; font-size:18px; }      
.st-site-header.st-style2 .st-social-btn.st-style1 li:last-child { margin-right:0; }      
.st-site-header.st-style2 .st-social-btn.st-style1 li a:hover { color:#666; }  
.st-site-header.st-style2 .st-main-header-left { margin-bottom:24px; }  
.st-site-header.st-style2 .st-btn.st-style1 { margin-top:20px; font-size:14px; padding:0.6em 1.3em; }
.st-get-sidebar { padding-left:300px; }  
.st-get-sidebar .st-sticky-footer { left:300px; max-width:calc(100% - 300px); } 
}
	  
@media screen and (max-width:991px) { 
.st-site-header .st-btn,
.st-site-header.st-style2 .st-opening-hr,
.st-site-header.st-style2 .st-social-btn.st-style1 { display:none !important; }
.st-site-header.st-style2 { background-color:#FFF; }  
.st-site-header.st-style2 .st-nav { display:flex; }  
.st-site-header.st-style2 .st-main-header-in { display:flex; align-items:center; justify-content:space-between; height:70px; }
}
	  
/*--------------------------------------------------------------
6. Button
----------------------------------------------------------------*/
.st-btn.st-style1,
.st-btn.st-style2 { display:inline-flex; justify-content:center; font-size:15px; line-height:1.6em; font-weight:600; padding:0.8em 2.5em; border-radius:7px; border:none; outline:none; transition:all 0.4s ease; }
.st-btn.st-style1.st-type1 { font-size:16px; border-radius:1.6em; }
.st-btn.st-style2 { border:1px solid; padding:0.734em 3.2em; }
.st-btn.st-style1:hover,
.st-btn.st-style2:hover { transform:translateY(-1px); box-shadow:0px 5px 10px 0px rgba(68, 68, 68, 0.1); }
.st-btn.st-style1.st-color1 {  background-color:#FF8300; color:#FFF; }
.st-btn.st-style1.st-color2 { background:#111; color:#FFF; }
.st-btn.st-style1.st-color3 { background:#FFF; color:#222; }
.st-btn.st-style1.st-color4 { background-color:#FF375F; color:#FFF; }
.st-btn.st-style1.st-color5 { background:linear-gradient(45deg, #1446ea 0%, #03dcec 88%, #03dcec 100%); color:#FFF; }
.st-btn.st-style1.st-color6 { background-color:#27b1d9; color:#FFF; }
.st-btn.st-style2.st-color1 { background-color:#FFF; border-color:#FF8300; color:#FF8300; }
.st-btn.st-style2.st-color1:hover { background-color:#FF8300; color:#FFF; }
.st-btn.st-size-medium { padding:0.6em 1.8em; }
.st-btn.st-style2.st-color2 { border-color:#FFF; color:#FFF; }
.st-btn.st-style2.st-color2:hover { background-color:#FFF; color:#222; }
.st-hero-btn-group .st-btn:not(:last-child) { margin-right:12px; }
@media screen and (max-width:991px) { 
.st-btn.st-style1,
.st-btn.st-style2 { font-size:14px; padding:0.72em 1.8em; }
}
	
/*--------------------------------------------------------------
7. Slider
----------------------------------------------------------------*/
.st-slider.st-style1 { position:relative; }
.swipe-arrow.st-hidden, .pagination.st-hidden { display:none; }
.pagination.st-style1 ul, .pagination.st-style2 ul { padding:0; margin:0; display:flex !important; list-style:none; }
.pagination.st-style1 li, .pagination.st-style2 li { height:12px; width:12px; border-radius:6px; background-color:#666; margin-right:8px; cursor:pointer; transition:all 0.4s ease; }
.pagination.st-style1 li.slick-active, .pagination.st-style2 li.slick-active { background-color:#0cb8b6; }
.pagination.st-style1 button, .pagination.st-style2 button { display:none; }
.pagination.st-style2 { position:absolute; bottom:17px; left:50%; transform:translateX(-50%); }
.pagination.st-style1.container { position:absolute; left:50%; transform:translateX(-50%); bottom:60px; padding-left:15px; }
.st-slider.st-style2 { position:relative; }
.st-slider.st-style2 .slick-slide { padding-left:15px; padding-right:15px; }  
.st-slider.st-style2 .slick-slide > div { display:flex; }    
.st-slider.st-style2 .slick-slide > div > .slick-slide-in { width:100%; }
.st-slider.st-style2 .slick-list { padding-top:20px; padding-bottom:20px; margin-top:-20px; margin-bottom:-20px; margin-left:-15px; margin-right:-15px; }
.st-slider.st-style2 .slick-arrow { box-shadow:0px 5px 10px 0px rgba(106, 106, 106, 0.15); position:absolute; height:50px; width:50px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:18px; top:50%; transform:translateY(-50%); z-index:1; background-color:#FFF; opacity:0; visibility:hidden; cursor:pointer; transition:all 0.4s ease; }  
.st-slider.st-style2 .slick-arrow:before { content:''; position:absolute; height:100%; width:30px; }  
.st-slider.st-style2 .slick-arrow.slick-arrow-left { left:0px; }    
.st-slider.st-style2 .slick-arrow.slick-arrow-left:before { right:-20px; }  
.st-slider.st-style2 .slick-arrow.slick-arrow-right { right:0px; }    
.st-slider.st-style2 .slick-arrow.slick-arrow-right:before { left:-20px; }  
.st-slider.st-style2 .slick-arrow:hover { color:#111; }
.st-slider.st-style2:hover .slick-arrow { opacity:1; visibility:visible; }  
.st-slider.st-style2:hover .slick-arrow.slick-arrow-left { left:-70px; }  
.st-slider.st-style2:hover .slick-arrow.slick-arrow-right { right:-70px; }
@media screen and (max-width:991px) { 
.st-slider .pagination.st-hidden { display:block; margin-top:20px; }
.st-slider .pagination.st-style1 ul,
.st-slider .pagination.st-style2 ul { justify-content:center; }
.swipe-arrow.st-style1 { display:none; }
.st-hidden.st-hidden-md,
.swipe-arrow.st-style2 { display:none !important; } 
}

/*--------------------------------------------------------------
8. Slider
----------------------------------------------------------------*/
.st-hero.st-style1 { height:820px; display:flex; align-items:center; justify-content:center; flex-wrap:wrap; position:relative; overflow:hidden; }
.st-hero.st-style1.st-size1 { height:750px; }
.st-hero.st-style1 .container { position:relative; z-index:2; }
.st-hero.st-style1 .st-hero-title { font-size:56px; margin-bottom:19px; }  
.st-hero.st-style1 .st-hero-title b { font-weight:inherit; color:inherit; }  
.st-hero.st-style1 .st-hero-title span { padding:5px 0; margin-top:-5px; margin-bottom:-5px; }  
.st-hero.st-style1 .st-hero-title.cd-headline b:before { content:''; position:absolute; height:75px; width:100%; background-image:url(../images/shape/hero-shape.svg); bottom:-5px; z-index:-1; }
.st-hero.st-style1 .st-hero-text.st-style1 .st-hero-title { font-weight:400; }
.st-hero.st-style1 .st-hero-subtitle { font-size:18px; line-height:1.6em; margin-bottom:42px; }
.st-hero.st-style1.st-white .st-hero-title { color:#FFF; }
.st-hero.st-style1.st-white .st-hero-subtitle { color:rgba(12, 184, 182, 0.8); }
.st-hero.st-style1 .st-hero-social-group { position:absolute; left:0; bottom:50px; width:100%; }
.st-hero.st-style1 .st-shedule-wrap { position:absolute; right:0; top:-22%; width:380px; background:rgba(255, 255, 255, 0.9); border-radius:20px; z-index:1; }  
.st-hero.st-style1 .st-shedule-wrap .st-shedule { border-radius:inherit; }  
.st-hero.st-style1 .st-shedule-wrap .st-shedule-title { margin-bottom:14px; text-align:center; color:#111; }  
.st-hero.st-style1 .st-shedule-wrap .st-shedule-list li { padding:15px 0; font-size:16px; font-weight:600; }
.st-hero.st-style1 .st-appointment-form { width:460px; background:#FFF; padding:60px 40px; border-radius:20px; position:absolute; top:50%; margin-top:-253px; right:0; z-index:1; border:1px solid #eaeaea; }  
.st-hero.st-style1 .st-appointment-form .row { margin-left:-7px; margin-right:-7px; }    
.st-hero.st-style1 .st-appointment-form .row > div { padding-left:7px; padding-right:7px; }  
.st-hero.st-style1 .st-appointment-form .st-form-field.st-style1 { margin-bottom:15px; }    
.st-hero.st-style1 .st-appointment-form .st-form-field.st-style1 textarea { height:100px; }  
.st-hero.st-style1 .st-appointment-form .st-appointment-form-title { font-size:24px; margin-bottom:34px; margin-top:-5px; }  
.st-hero.st-style1 .st-appointment-form .st-wave-animation { z-index:-1; pointer-events:none; }
.st-hero.st-style1.st-type1 .st-hero-title { font-size:72px; }
.st-hero.st-style1.st-type1 .st-hero-subtitle { font-size:20px; line-height:1.6em; font-weight:500; }
.st-hero-text.st-white .st-hero-title { color:#FFF; }
.st-hero-text.st-white .st-hero-subtitle { color:rgba(255, 255, 255, 0.8); }
.st-full-screen { min-height:100vh; }
.st-hero-shape { position:absolute; bottom:0; left:0; height:590px; width:100%; }
.st-hero-shape img { height:100%; width:100%; }
.st-hero-shape.st-style1 { width:72%; height:100%; opacity:0.8; }
.st-color-overlay:before,
.st-hero-overlay:before { content:''; position:absolute; height:100%; width:100%; left:0; top:0; background:rgba(0, 0, 0, 0.8); }
.st-hero-overlay:before { z-index:1; background:rgba(0, 0, 0, 0.5); }
.st-hero-img-group { height:450px; width:400px; position:absolute; top:50%; transform:translateY(-50%); right:-10%; z-index:2; }
.st-hero-img-group .st-lg-img { height:100%; width:65%; margin-left:auto; }
.st-hero-img-group .st-sm-img { position:absolute; height:55%; width:60%; top:50%; transform:translateY(-50%); z-index:1; left:0; }
.st-hero-text.st-style1 { background-color:rgba(255, 255, 255, 0.6); backdrop-filter:blur(22px); padding:35px 35px 50px; border-radius:10px; max-width:880px; margin:auto; }.st-hero-text.st-style1 .st-btn { min-width:152px; }
.st-hero.st-style1 .st-hero-bg { position:absolute; height:100%; width:100%; left:0; top:0; }
.st-slider-animation1 .st-hero.st-style1 .st-hero-bg { transform:scale(1.1); transition:all 2s ease; }
.st-slider-animation1 .st-hero.st-style1 .st-hero-title { opacity:0; position:relative; top:30px; transition:all 0.4s ease-in-out; }
.st-slider-animation1 .st-hero.st-style1 .st-hero-subtitle { opacity:0; position:relative; top:30px; transition:all 0.4s ease-in-out; }
.st-slider-animation1 .st-hero-btn-group { opacity:0; position:relative; top:30px; transition:all 0.4s ease-in-out; }
.st-slider-animation1 .slick-active .st-hero.st-style1 .st-hero-bg { transform:scale(1); transition-delay:0.7s; }
.st-slider-animation1 .slick-active .st-hero.st-style1 .st-hero-title { opacity:1; top:0; transition-delay:0.8s; }
.st-slider-animation1 .slick-active .st-hero.st-style1 .st-hero-subtitle { opacity:1; top:0; transition-delay:0.9s; }
.st-slider-animation1 .slick-active .st-hero-btn-group { opacity:1; top:0; transition-delay:1s; }
.st-hero-wrap { position:relative; }.st-hero-wrap.st-color1 { position:relative; background-color:rgba(12, 184, 182, 0.1); }
.st-hero-wrap .st-hero.st-style1 .st-hero-text { position:relative; z-index:1; }
.st-hero-wrap .st-hero-slider1 { position:absolute; right:100px; width:580px; bottom:-20px; }
.st-hero-wrap .st-hero-slider2 { position:absolute; height:100%; width:100%; left:0; top:0; }  
.st-hero-wrap .st-hero-slider2 .st-hero-img { height:820px; width:100%; }    
.st-hero-wrap .st-hero-slider2 .st-hero-img img { height:inherit; width:inherit; object-fit:cover; }  
.st-hero-wrap .st-hero-slider2 .pagination.st-style1 { display:none; }
.st-hero.st-style1 .st-hero-title.cd-headline-style1 b { font-weight:500; color:#0cb8b6; }
.st-hero.st-style1 .st-hero-title.cd-headline-style1 b:before { display:none; }
.cd-headline.clip.cd-headline-style1 .cd-words-wrapper::after { background-color:#0cb8b6; }
.st-white-overlay:before { content:''; position:absolute; height:100%; width:100%; left:0; top:0; background:rgba(255, 255, 255, 0.15); z-index:1; }

@media screen and (min-width:1200px) { 
.youtube-bg .st-hero.st-style1 { min-height:100vh; }
}

@media screen and (max-width:991px) { 
.st-hero-wrap .st-hero-slider1 { display:none; }
.st-hero.st-style1 { height:550px; }
.st-hero.st-style1 .st-hero-title { font-size:38px; }
.st-hero.st-style1 .st-hero-subtitle { font-size:16px; margin-bottom:32px; }
.st-hero-shape { height:400px; }
.st-hero.st-style1 .st-hero-title.cd-headline.slide b:before { height:45px; }
.st-hero.st-style1.st-size1 { height:580px; } 
}

@media screen and (max-width:1450px) { 
.st-hero-img-group { right:0; } 
}

@media screen and (max-width:1400px) { 
.st-hero-wrap .st-hero-slider1 { right:50px; } 
}

@media screen and (max-width:1199px) { 
.st-hero-img-group { position:relative; transform:initial; right:initial; top:initial; margin-top:40px; }
.st-hero.st-style1.st-type1 { padding-top:80px; padding-bottom:100px; height:inherit; }
.st-hero-img-group .st-lg-img { margin-left:0; }
.st-hero-img-group .st-sm-img { left:initial; right:0; } 
}
	
@media screen and (max-width:575px) { 
.st-hero.st-style1 .st-hero-title br,
.st-hero.st-style1 .st-hero-subtitle br { display:none; }
.st-hero-text.st-style1 { padding:25px 30px 40px; }
.st-hero-btn-group { margin-bottom:-10px; }  
.st-hero-btn-group .st-btn { margin-bottom:10px; }
.st-hero-img-group { width:100%; }
.st-hero.st-style1 .st-hero-social-group { bottom:0; }
.st-hero.st-style1 .st-hero-title { font-size:32px; }
.animated-icon-wrap { display:none; }
.top_bg {  line-height:40px; height:80px;} 

}

.st-wave-animation { width:1500px; height:1500px; position:absolute; bottom:0; left:-1500px; }
.st-wave-animation:before, .st-wave-animation:after { position:absolute; display:inline-block; content:""; width:100%; height:100%; border-radius:50%; background-color:rgba(12, 184, 182, 0.2); top:50%; left:50%; border:1px solid rgba(12, 184, 182, 0.5); transform:translate(-50%, -50%); animation:st-wave-animation 6s linear infinite; }
.st-wave-animation.st-white:before, .st-wave-animation.st-white:after { background-color:rgba(255, 255, 255, 0.2); border:1px solid rgba(255, 255, 255, 0.5); }
.st-wave-animation:after { animation-delay:-3s; }
.st-wave-animation.st-wave-animation-2 { bottom:100%; left:initial; right:0; }
.animation-version-2 .st-wave-animation { bottom:50%; }
.animation-version-2 .st-wave-animation.st-wave-animation-2 { bottom:50%; }
.st-wave-animation.st-left-top { bottom:100%; }

/*Stray Wave*/
@keyframes st-wave-animation { 
0% { transform:scale(0, 0); opacity:0.5; filter:alpha(opacity=50); }  
100% { transform:scale(1, 1); opacity:0; filter:alpha(opacity=0); }
}
	
/*End Animation Version*/

.animated-icon { position:absolute; animation:12s ease-in 0s normal forwards infinite running animated-icon; transform:scale(0) translate(-50%, -50%); transform-origin:left top 0; color:rgba(255, 255, 255, 0.8); }
.animated-icon:nth-child(1) { -webkit-animation-delay:0s; animation-delay:0s; left:30%; top:39%; }
.animated-icon:nth-child(2) { -webkit-animation-delay:5s; animation-delay:5s; left:50%; top:30%; }
.animated-icon:nth-child(3) { -webkit-animation-delay:1s; animation-delay:1s; left:10%; top:24%; }
.animated-icon:nth-child(4) { -webkit-animation-delay:3s; animation-delay:3s; left:82%; top:25%; }
.animated-icon:nth-child(5) { -webkit-animation-delay:2s; animation-delay:2s; left:16%; top:80%; }
.animated-icon:nth-child(6) { -webkit-animation-delay:4s; animation-delay:4s; left:57%; top:80%; }
.animated-icon:nth-child(7) { -webkit-animation-delay:0s; animation-delay:0s; left:92%; top:72%; }

@keyframes animated-icon { 
to { opacity:0; -webkit-transform:scale(20) translate(-50%, -50%); transform:scale(20) translate(-50%, -50%); } 
from { opacity:1; -webkit-transform:scale(0) translate(-50%, -50%); transform:scale(0) translate(-50%, -50%); }
}
.st-hero-wrap.st-gradient { background:linear-gradient(to right, #1446ea 0%, #03dcec 88%, #03dcec 100%); }
@media screen and (min-width:992px) { 
.st-hero-text.st-style2 .st-hero-mini-title { font-size:28px; line-height:1.2em; font-weight:500; color:#6758f3; margin-bottom:15px; }.st-hero-text.st-style2 .st-hero-title { font-size:80px; margin-bottom:10px; }
.st-hero-text.st-style2 .st-hero-subtitle { margin-bottom:40px; font-size:24px; font-weight:300; } 
}
@media screen and (max-width:1199px) { 
.st-hero.st-style1 .st-appointment-form { position:initial; margin-top:60px; width:100%; } 
}
@media screen and (max-width:991px) { 
.st-hero-seperator { width:120px; height:20px; }  .st-hero-seperator img { top:-23px; }
.st-hero-text.st-style2 .st-hero-mini-title { font-size:18px; margin-bottom:6px; color:#6758f3; }
.st-hero-text.st-style2 .st-hero-title { margin-bottom:0; }
.st-hero.st-style1 .st-shedule-wrap { position:initial; margin-top:40px; width:100%; }
}
@media screen and (max-width:575px) { 
.st-hero.st-style1 .st-appointment-form { padding:40px 30px; } 
}
	
@media screen and (min-width:992px) { 
.st-hero-text.st-style3 .st-hero-title { font-size:80px; }
.st-hero-text.st-style3 .st-hero-subtitle { font-size:20px; } 
}
.st-hero-seperator { width:190px; height:30px; position:relative; overflow:hidden; }
.st-hero-seperator img { width:100%; position:absolute; left:0; top:-37px; }

/*--------------------------------------------------------------
9. Section Heading
----------------------------------------------------------------*/
.st-section-heading.st-style1 { text-align:center; }
.st-section-heading.st-style1 .st-section-heading-title { font-size:36px; color:#FF8300; margin-bottom:0; margin-top:-8px; }
.st-section-heading.st-style1 .st-section-heading-subtitle { font-size:16px; line-height:1.6em; }
.st-section-heading.st-style2 { text-align:center; }
.st-section-heading.st-style2 .st-section-heading-subtitle { font-size:18px; display:inline-block; position:relative; margin-bottom:20px; color:#27b1d9; padding:0 10px; }  
.st-section-heading.st-style2 .st-section-heading-subtitle:after, .st-section-heading.st-style2 .st-section-heading-subtitle:before { content:''; height:1px; width:100px; background-color:#475874; position:absolute; bottom:7px; }  
.st-section-heading.st-style2 .st-section-heading-subtitle:after { left:100%; }  
.st-section-heading.st-style2 .st-section-heading-subtitle:before { right:100%; }  
.st-section-heading.st-style2 .st-section-heading-subtitle span:after, .st-section-heading.st-style2 .st-section-heading-subtitle span:before { content:''; height:1px; width:50px; background-color:#27b1d9; position:absolute; bottom:9px; }  
.st-section-heading.st-style2 .st-section-heading-subtitle span:after { left:100%; }  
.st-section-heading.st-style2 .st-section-heading-subtitle span:before { right:100%; }
.st-section-heading.st-style2 .st-section-heading-title { font-size:48px; margin-bottom:0; }
.st-section-heading-seperator { width:70px; height:1px; background-color:#111; margin:auto; margin-bottom:10px; margin-top:10px; }
.st-seperator { width:135px !important; margin:auto; display:flex; justify-content:center; align-items:center; margin-top:12px; margin-bottom:15px; }
.st-seperator .st-seperator-left,
.st-seperator .st-seperator-right { background-color:#FF8300; height:2px; width:42px; flex:none; }
.st-seperator .st-seperator-center { margin:0 15px; animation:rotateAnimation 6s linear infinite; }
@keyframes rotateAnimation { 
0% { -webkit-transform:rotateX(-20deg) rotateY(0deg); transform:rotateX(-20deg) rotateY(0deg); }
75% { -webkit-transform:rotateX(-20deg) rotateY(360deg); transform:rotateX(-20deg) rotateY(360deg); }
100% { -webkit-transform:rotateX(-20deg) rotateY(360deg); transform:rotateX(-20deg) rotateY(360deg); }
}
	
@media screen and (max-width:991px) { 
.st-section-heading.st-style1 .st-section-heading-title { font-size:28px; margin-top:-6px; }
.st-section-heading.st-style1 .st-section-heading-subtitle { font-size:15px; } 
}

@media screen and (max-width:575px) { 
.st-section-heading.st-style1 .st-section-heading-subtitle br { display:none; } 
}

/* End Section Heading */
/*--------------------------------------------------------------
10. Icon box
----------------------------------------------------------------*/
.st-iconbox.st-style1 { text-align:center; padding:30px 30px 25px; border-radius:7px; transition:all 0.4s ease; border:1px solid #eaeaea; background-color:#FFF; }
.st-iconbox.st-style1:hover { border-color:transparent; box-shadow:0px 1px 30px 0px rgba(112, 112, 112, 0.15); }
.st-iconbox.st-style1 .st-iconbox-icon { display:flex; align-items:center; justify-content:center; height:90px; width:90px; border-radius:50%; margin:auto; font-size:50px; margin-bottom:25px; transition:all 0.4s ease; }  
.st-iconbox.st-style1 .st-iconbox-icon svg { width:52px; }
.st-iconbox.st-style1 .st-iconbox-title { font-weight:600; line-height:1.2em; font-size:20px; margin-bottom:10px; }
.st-iconbox.st-style1.st-type1 { margin-top:50px; padding-top:0; }  
.st-iconbox.st-style1.st-type1 .st-iconbox-icon { background-color:#0cb8b6; color:#FFF; position:relative; top:-50px; margin-bottom:-25px; }
.st-iconbox.st-style1.st-type2 { background-color:transparent; border:none; text-align:left; padding:0; max-width:300px; }  .st-iconbox.st-style1.st-type2:hover { background:transparent; box-shadow:none; }  
.st-iconbox.st-style1.st-type2 .st-iconbox-icon { font-size:50px; margin-left:0; height:72px; width:72px; }    
.st-iconbox.st-style1.st-type2 .st-iconbox-icon svg { width:38px; }
/*--------------------------------------------------------------
11. Text Block
----------------------------------------------------------------*/
.st-text-block.st-style1 .st-text-block-subtitle { font-size:18px; color:#0cb8b6; margin-bottom:0; }
.st-text-block.st-style1 .st-text-block-title { font-size:32px; margin-bottom:-4px; }
.st-text-block.st-style1 .st-text-block-text p { margin-bottom:15px; }
.st-text-block.st-style1 .st-text-block-text p:last-child { margin-bottom:0; }
.st-text-block.st-style1.st-type1 .st-text-block-title { font-size:48px; margin-bottom:0; }
.st-text-block.st-style1.st-type1 .st-text-block-text { font-size:16px; line-height:1.6em; }
.st-list.st-style1 li { font-size:15px; line-height:1.6em; margin-bottom:5px; position:relative; padding-left:20px; }
.st-list.st-style1 li:last-child { margin-bottom:0; }
.st-list.st-style1 li:before { content:''; position:absolute; height:6px; width:6px; border-radius:50%; background:#0cb8b6; top:8px; left:0; }
.st-text-block-avatar { display:flex; align-items:center; }
.st-text-block-avatar .st-avatar-name { margin-bottom:2px; font-size:20px; line-height:1.4em; color:#0cb8b6; }
.st-text-block-avatar .st-avatar-designation { font-size:15px; line-height:1.6em; }
.st-text-block-avatar .st-avatar-img { flex:none; height:70px; width:70px; border-radius:50%; overflow:hidden; margin-right:20px; }
@media screen and (max-width:991px) { 
.st-text-block.st-style1 .st-text-block-title { font-size:24px; } 
}

/*--------------------------------------------------------------
12. Text Block
----------------------------------------------------------------*/
.st-shedule-wrap { padding:20px; background:#f9fafc; margin-left:30px; }
.st-shedule { border:1px solid #924a91; padding:30px 20px; }
.st-shedule-title { font-size:24px; font-weight:600; color:#0cb8b6; margin-bottom:8px; }
.st-shedule-list { list-style:none; margin:0; padding:0; }
.st-shedule-list li { display:flex; justify-content:space-between; border-bottom:1px dashed #b5b5b5; padding:10px 0; }
.st-call.st-style1 { display:flex; align-items:center; }
.st-call.st-style1 .st-call-icon { flex:none; width:32px; margin-right:15px; }  
.st-call.st-style1 .st-call-icon svg { fill:#111; }
.st-call.st-style1 .st-call-title { font-size:15px; margin-bottom:1px; line-height:1.2em; }
.st-call.st-style1 .st-call-number { font-size:18px; font-weight:700; color:#0cb8b6; }
.st-shedule-wrap.st-style1 { margin-left:0; }
.st-shedule-wrap.st-style2 { margin-left:0; }
@media screen and (max-width:991px) { 
.st-shedule-wrap { margin-left:0; }
}

/*--------------------------------------------------------------
13. Video Block
----------------------------------------------------------------*/
.st-video-block.st-style1 { border-radius:50% 7px 50% 50%; }
.st-video-block.st-style1 .st-video-block-img { height:475px; width:100%; background-size:cover; background-position:center; }
.st-video-block.st-style1 .st-video-block-img:before { content:''; position:absolute; left:0; top:0; height:100%; width:100%; background-color:#000; opacity:0.1; transition:all 0.3s ease; }
.st-video-block.st-style1:hover .st-video-block-img:before { opacity:0.3; }
.st-play-btn.st-style1 { position:absolute; z-index:1; top:50%; left:50%; transform:translate(-50%, -50%); display:flex; color:#FFF; font-size:80px; }
.st-play-btn.st-style1 svg { width:80px; fill:#FFF; }
.st-video-animaiton, .st-video-animaiton span { position:absolute; top:0; width:72px; height:71px; left:0; right:0; bottom:0; margin:auto; display:block; border-radius:50%; -webkit-animation:st-video-animaion 2s linear infinite; animation:st-video-animaion 2s linear infinite; -webkit-box-shadow:0 0 0 11px #FFF; box-shadow:0 0 0 5px #FFF; }
@keyframes st-video-animaion { 
0% { transform:scale(1); opacity:0.0; }  
25% { transform:scale(1); opacity:.75; }  
100% { transform:scale(1.5); opacity:0; } 
}
	
/*===Video Popup===*/
.st-pd-video .st-video-open, .st-sample-img .st-video-open { position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); color:#FFF; font-size:68px; -webkit-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; line-height:48px; }
.st-pd-video .st-video-open:hover, .st-sample-img .st-video-open:hover { color:rgba(255, 255, 255, 0.7); }
.st-video-popup { position:fixed; z-index:1000; top:0; width:100%; height:100%; left:-100%; -webkit-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
.st-video-popup.active { left:0; -webkit-transition-delay:0s; -o-transition-delay:0s; transition-delay:0s; left:0; }
.st-video-popup-overlay { position:absolute; left:0; right:0; background:#000; -webkit-transition:all 0.4s ease-out; -o-transition:all 0.4s ease-out; transition:all 0.4s ease-out; opacity:0; }
.st-video-popup.active .st-video-popup-overlay { opacity:0.8; height:100%; background:rgba(0, 0, 0, 0.5); }
.st-video-popup-content { position:absolute; left:0; top:0; right:0; bottom:0; overflow:auto; -webkit-overflow-scrolling:touch; font-size:0; text-align:center; -webkit-transition:all 0.4s ease-out; -o-transition:all 0.4s ease-out; transition:all 0.4s ease-out; -webkit-transform:translateY(100px); -ms-transform:translateY(100px); transform:translateY(100px); opacity:0; visibility:hidden; padding:15px; }
.st-video-popup.active .st-video-popup-content { -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0); opacity:1; visibility:visible; }
.st-video-popup-content:after { content:""; display:inline-block; height:100%; vertical-align:middle; }
.st-video-popup-container { display:inline-block; position:relative; text-align:left; background:#FFF; max-width:1100px; width:100%; vertical-align:middle; }
.st-video-popup-container .embed-responsive { width:100%; }
.embed-responsive { position:relative; display:block; height:0; padding:0; overflow:hidden; height:100%; }
.st-video-popup-close { position:absolute; top:0; right:0; width:40px; height:40px; background:#d90d0d; cursor:pointer; -webkit-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out; }
.st-video-popup iframe { width:100%; height:100%; position:absolute; }
.st-video-popup-close:before { content:""; display:block; position:absolute; top:50%; left:50%; width:20px; height:1px; background:#FFF; margin-left:-10px; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out; }
.st-video-popup-close:after { content:""; display:block; position:absolute; top:50%; left:50%; width:20px; height:1px; background:#FFF; margin-left:-10px; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out; }
.st-video-popup-close:hover:before,
.st-video-popup-close:hover:after { background:#000; }
.st-video-popup-layer { position:absolute; left:0; bottom:0; right:0; }
.st-video-popup-align { overflow:hidden; }
/*End Video Popup*/
@media screen and (max-width:1199px) { 
.st-video-block.st-style1 { border-radius:7px; } 
}

/*--------------------------------------------------------------
14. Image Box
----------------------------------------------------------------*/
.st-imagebox.st-style1 { text-align:center; border-radius:7px; overflow:hidden; box-shadow:0px 5px 10px 0px rgba(106, 106, 106, 0.15); }
.st-imagebox.st-style1 .st-imagebox-img { display:block; overflow:hidden; }  
.st-imagebox.st-style1 .st-imagebox-img img { width:100%; }
.st-imagebox.st-style1 .st-imagebox-info { padding:25px 30px; }
.st-imagebox.st-style1 .st-imagebox-title { font-size:18px; margin-bottom:10px; }  
.st-imagebox.st-style1 .st-imagebox-title a:hover { color:#0cb8b6; }
.st-imagebox.st-style2 .st-imagebox-text { margin-bottom:33px; }
.st-imagebox.st-style2 .st-imagebox-title { font-size:32px; margin-bottom:6px; }
.st-imagebox.st-style2 .st-imagebox-title span { color:#a54aa4; }
.st-imagebox.st-style2 .st-imagebox-subtitle { font-size:15px; line-height:1.6em; margin-bottom:17px; }
.st-imagebox.st-style2 .st-imagebox-info { margin-bottom:33px; }
@media screen and (max-width:991px) { 
.st-imagebox.st-style2 .st-imagebox-title { font-size:24px; margin-bottom:8px; }
}
	
/*--------------------------------------------------------------
15. Funfact
----------------------------------------------------------------*/
.st-funfact.st-style1 { text-align:center; background-color:#FFF; border-radius:7px; padding:30px 20px; border:1px solid #eaeaea; transition:all 0.3s ease; }
.st-funfact.st-style1:hover { border-color:transparent; box-shadow:0px 1px 30px 0px rgba(112, 112, 112, 0.15); }
.st-funfact.st-style1 .st-funfact-icon { font-size:36px; margin-bottom:22px; height:70px; width:70px; margin-left:auto; margin-right:auto; display:flex; align-items:center; justify-content:center; border-radius:50%; }  
.st-funfact.st-style1 .st-funfact-icon svg { width:40px; height:40px; }
.st-funfact.st-style1 .st-funfact-number { font-size:36px; margin-bottom:3px; }
.st-funfact.st-style1 .st-funfact-title { font-size:20px; line-height:1.6em; font-weight:600; margin-bottom:-8px; }
/*--------------------------------------------------------------
16. Isotope
----------------------------------------------------------------*/
.st-isotop { -webkit-transition:all 0.4s ease; -o-transition:all 0.4s ease; transition:all 0.4s ease; }
.st-isotop.st-has-gutter { margin-left:-15px; margin-right:-15px; margin-bottom:-30px; }
.st-isotop.st-has-gutter .st-isotop-item { padding:0 15px; margin-bottom:30px; }
.st-port-col-6 .st-grid-sizer, .st-port-col-6 .st-isotop-item { width:16.666667%; }
.st-port-col-5 .st-grid-sizer, .st-port-col-5 .st-isotop-item { width:20%; }
.st-port-col-4 .st-grid-sizer, .st-port-col-4 .st-isotop-item { width:25%; }
.st-port-col-3 .st-grid-sizer, .st-port-col-3 .st-isotop-item { width:33.333333%; }
.st-port-col-2 .st-grid-sizer, .st-port-col-2 .st-isotop-item { width:50%; }
.st-port-col-1 .st-grid-sizer, .st-port-col-1 .st-isotop-item { width:100%; }
.st-grid-sizer { width:33.333333%; }
.st-port-col-5 .st-w20, .st-port-col-4 .st-w20, .st-port-col-3 .st-w20, .st-port-col-2 .st-w20, .st-port-col-1 .st-w20 { width:20%; }
.st-port-col-5 .st-w25, .st-port-col-4 .st-w25, .st-port-col-3 .st-w25, .st-port-col-2 .st-w25, .st-port-col-1 .st-w25 { width:25%; }
.st-port-col-5 .st-w33, .st-port-col-4 .st-w33, .st-port-col-3 .st-w33, .st-port-col-2 .st-w33, .st-port-col-1 .st-w33 { width:33.333333%; }
.st-port-col-5 .st-w50, .st-port-col-4 .st-w50, .st-port-col-3 .st-w50, .st-port-col-2 .st-w50, .st-port-col-1 .st-w50 { width:50%; }
.st-port-col-5 .st-w66, .st-port-col-4 .st-w66, .st-port-col-3 .st-w66, .st-port-col-2 .st-w66, .st-port-col-1 .st-w66 { width:66.666666%; }
.st-port-col-5 .st-w100, .st-port-col-4 .st-w100, .st-port-col-3 .st-w100, .st-port-col-2 .st-w100, .st-port-col-1 .st-w100 { width:100%; }
@media screen and (max-width:991px) { 
.st-port-col-4 .st-grid-sizer, .st-port-col-4 .st-isotop-item { width:50%; }
.st-port-col-4 .st-w50 { width:100%; }
.st-port-col-3 .st-grid-sizer, .st-port-col-3 .st-isotop-item { width:50%; } 
}

@media screen and (max-width:767px) { 
.st-port-col-5 .st-w50, .st-port-col-4 .st-w50, .st-port-col-3 .st-w50, .st-port-col-2 .st-w50, .st-port-col-1 .st-w50, .st-port-col-5 .st-w66,
.st-port-col-4 .st-w66, .st-port-col-3 .st-w66, .st-port-col-2 .st-w66, .st-port-col-1 .st-w66 { width:100%; }
.st-port-col-5 .st-grid-sizer, .st-port-col-5 .st-isotop-item { width:100%; }
.st-port-col-4 .st-grid-sizer, .st-port-col-4 .st-isotop-item { width:100%; }
.st-port-col-3 .st-grid-sizer, .st-port-col-3 .st-isotop-item { width:100%; }
.st-port-col-2 .st-grid-sizer, .st-port-col-2 .st-isotop-item { width:100%; } 
}
/*Isotop Menu Style1*/
.st-isotop-filter.st-style1 { margin-bottom:30px; }
.st-isotop-filter.st-style1 ul { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; border-bottom:2px solid #eaeaea; }
.st-isotop-filter.st-style1 li { margin:0 5px; }  
.st-isotop-filter.st-style1 li a { padding:7px 15px; padding-top:0; border:1px solid transparent; border-radius:7px; font-size:15px; display:inline-block; font-weight:600; position:relative; }    
.st-isotop-filter.st-style1 li a:before { content:''; position:absolute; bottom:-2px; left:50%; transform:translateX(-50%); height:2px; width:0%; background-color:#0cb8b6; transition:all 0.4s ease; }    
.st-isotop-filter.st-style1 li a:hover { color:#0cb8b6; }  
.st-isotop-filter.st-style1 li.active a { color:#0cb8b6; }    
.st-isotop-filter.st-style1 li.active a:before { width:100%; }
.st-project { display:block; position:relative; }
.st-project:before { content:''; position:absolute; height:100%; width:100%; left:0; top:0; background:rgba(0, 0, 0, 0.5); transition:all 0.4s ease; opacity:0; z-index:1; }
.st-project:hover:before { opacity:1; }
.st-project .st-project-img img { width:100%; }
.st-plus { position:absolute; height:52px; width:52px; transition:all 0.4s ease; top:50%; z-index:2; left:50%; transform:translate(-50%, -50%); }
.st-plus:before, .st-plus:after, .st-plus span:before, .st-plus span:after { content:''; width:50%; height:2px; background-color:#FFF; position:absolute; transition:all 0.4s ease; opacity:0; }
.st-plus:before { left:-20px; top:50%; }
.st-plus:after { right:-20px; top:50%; }
.st-plus span { position:absolute; height:100%; width:100%; }
.st-plus span:before { transform:rotate(90deg); top:25%; left:25%; margin-top:-20px; }
.st-plus span:after { transform:rotate(90deg); bottom:25%; left:25%; margin-bottom:-20px; }
.st-project:hover .st-plus:before { left:0; opacity:1; }
.st-project:hover .st-plus:after { opacity:1; right:0; }
.st-project:hover .st-plus span:before { opacity:1; margin-top:0; }
.st-project:hover .st-plus span:after { opacity:1; margin-bottom:0; }
@media screen and (max-width:575px) { 
.st-isotop-filter.st-style1 li a { padding:7px 15px; font-size:13px; } 
}
	
/*--------------------------------------------------------------
17. Image Gallery
----------------------------------------------------------------*/
.st-gallery-img.st-style1 { height:430px; border-radius:5px; }
/*--------------------------------------------------------------
18. Skill
----------------------------------------------------------------*/
.st-skill-title { font-size:36px; margin-bottom:17px; margin-top:-7px; }
.st-progressbar-heading { display:flex; justify-content:space-between; flex-wrap:wrap; margin-bottom:3px; }
.st-progressbar-title { font-size:18px; margin-bottom:0; }
.st-progressbar-percentage { color:#0cb8b6; font-weight:400; }
.st-progressbar { width:100%; height:8px; background-color:#eaeaea; padding:2px; }
.st-progressbar-in { background-color:#0cb8b6; height:4px; }
.swipe-arrow.st-style2 .slick-arrow-left,
.swipe-arrow.st-style2 .slick-arrow-right { position:absolute; height:50px; width:50px; border-radius:50%; top:50%; transform:translateY(-50%); background-color:#FFF; display:flex; justify-content:center; align-items:center; font-size:18px; opacity:0; color:#666; cursor:pointer; transition:all 0.3s ease; }
.swipe-arrow.st-style2 .slick-arrow-left:hover,
.swipe-arrow.st-style2 .slick-arrow-right:hover { color:#111; }
.swipe-arrow.st-style2 .slick-arrow-right { right:30px; padding-left:2px; }
.swipe-arrow.st-style2 .slick-arrow-left { left:30px; padding-right:2px; }
.st-slider:hover .swipe-arrow.st-style2 .slick-arrow-left,
.st-slider:hover .swipe-arrow.st-style2 .slick-arrow-right { opacity:1; }
@media screen and (max-width:991px) { 
.st-skill-title { font-size:28px; } 
}

/*--------------------------------------------------------------
19. Member
----------------------------------------------------------------*/
.st-member.st-style1 { position:relative; border-radius:5px; overflow:hidden; border:1px solid #eaeaea; transition:all 0.3s ease; }
.st-member.st-style1 .st-member-img { overflow:hidden; position:relative; }
.st-member.st-style1 .st-doctor-link { display:block; position:absolute; background-color:#a54aa4; color:#FFF; display:flex; justify-content:center; align-items:center; border-radius:5px; top:15px; right:15px; height:36px; width:36px; transition:all 0.4s ease-in-out; transform:scale(0.4); opacity:0; }
.st-member.st-style1:hover .st-zoom-in { transform:scale(1.08); }
.st-member.st-style1 .st-zoom-in { width:100%; transition:all 1s ease; }
.st-member.st-style1 .st-member-meta { text-align:center; width:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; transition:all 0.4s ease; padding-top:15px; padding-bottom:15px; }
.st-member.st-style1 .st-member-name { font-size:18px; color:#FF8300; margin-bottom:4px; position:relative; opacity:1; visibility:visible; transition:all 0.4s ease; }  
.st-member.st-style1 .st-member-name a:hover { color:#924a91; }
.st-member.st-style1 .st-member-designation { position:relative; opacity:1; visibility:visible; transition:all 0.4s ease; }
.st-member.st-style1 .st-member-social-wrap { position:absolute; bottom:0; left:0; width:100%; }  
.st-member.st-style1 .st-member-social-wrap .st-member-social-bg { height:110px; width:100%; opacity:0; transition:all 0.4s ease; }
.st-member.st-style1 .st-member-social { display:flex; position:absolute; font-size:22px; bottom:30px; left:50%; transform:translateX(-50%); }  .st-member.st-style1 .st-member-social li { margin:0 10px; }  
.st-member.st-style1 .st-member-social a { color:#FFF; transform:scale(0); display:block; }    
.st-member.st-style1 .st-member-social a:hover { opacity:0.8; }
.st-member.st-style1:hover .st-member-social a { transform:scale(1); transition-delay:0.2s; }
.st-member.st-style1:hover .st-member-social-wrap .st-member-social-bg { opacity:1; }
.st-member.st-style1:hover .st-doctor-link { transform:scale(1); opacity:1; }
/*--------------------------------------------------------------
20. CTA
----------------------------------------------------------------*/
.st-cta.st-style1 .st-cta-title { font-size:36px; margin-bottom:16px; }
.st-cta.st-style1 .st-cta-subtitle { font-size:16px; margin-bottom:33px; line-height:1.6em; }
@media screen and (max-width:991px) { 
.st-cta.st-style1 .st-cta-title { font-size:28px; }
.st-cta.st-style1 .st-cta-subtitle { font-size:14px; margin-bottom:23px; } 
}
@media screen and (max-width:575px) { 
.st-cta.st-style1 .st-cta-subtitle br { display:none; } 
}	
/*--------------------------------------------------------------
21. Pricing Table
----------------------------------------------------------------*/
.st-pricing-table.st-style1 { background-color:#FFF; box-shadow:0px 5px 10px 0px rgba(106, 106, 106, 0.15); text-align:center; border-radius:7px; overflow:hidden; transition:all 0.4s ease; }
.st-pricing-table.st-style1 .st-pricing-head { margin-bottom:20px; position:relative; height:160px; }  
.st-pricing-table.st-style1 .st-pricing-head .st-pricing-head-shape { position:absolute; top:-4px; left:0; height:100%; width:100%; }
.st-pricing-table.st-style1 .st-price { font-size:60px; font-weight:500; color:#FFF; transition:all 0.4s ease; position:relative; z-index:1; margin-bottom:0; padding-top:22px; }
.st-pricing-table.st-style1 .st-price-per { font-size:16px; color:#b5b5b5; font-weight:400; transition:all 0.4s ease; }
.st-pricing-table.st-style1 .st-pricing-feature-title { font-size:20px; margin-bottom:20px; }
.st-pricing-table.st-style1 .st-pricing-feature-list { margin-bottom:24px; }  
.st-pricing-table.st-style1 .st-pricing-feature-list li { margin-bottom:12px; }    
.st-pricing-table.st-style1 .st-pricing-feature-list li:last-child { margin-bottom:0; }  
.st-pricing-table.st-style1 .st-pricing-feature-list i { margin-right:8px; color:#b5b5b5; font-size:13px; }    
.st-pricing-table.st-style1 .st-pricing-feature-list i.fa-check { color:#37af47; }    
.st-pricing-table.st-style1 .st-pricing-feature-list i.fa-times { color:#e6492d; }
.st-pricing-wrap:hover .st-pricing-table:hover { transform:scale(1); opacity:1; }
.st-pricing-wrap:hover .st-pricing-table:hover .st-btn { background-color:#0cb8b6; color:#FFF; }
.st-pricing-wrap:hover .st-pricing-table:hover .st-price { color:#FFF; }
.st-pricing-wrap:hover .st-pricing-table:hover .st-price-per { color:rgba(255, 255, 255, 0.8); }
.st-pricing-table.st-style1.st-active { transform:scale(0.92); opacity:0.5; }
.st-pricing-table.st-style1.st-active.no-hover { transform:scale(1); opacity:1; }
/*--------------------------------------------------------------
22. Post
----------------------------------------------------------------*/
.st-post.st-style3 a:hover { color:#0cb8b6; }
.st-post.st-style3 .st-post-thumb { display:block; margin-bottom:25px; overflow:hidden; position:relative; }
.st-post.st-style3 .st-post-thumb:after { content:''; position:absolute; height:100%; width:100%; background-color:#111; opacity:0; left:0; top:0; transition:all 0.3s ease; }
.st-post.st-style3 .st-post-thumb img { width:100%; }
.st-post.st-style3 .st-post-thumb:hover:after { opacity:0.3; }
.st-post.st-style3 .st-post-info { margin-bottom:33px; }
.st-post.st-style3 .st-post-title { font-size:20px; font-weight:600; margin-bottom:9px; }
.st-post.st-style3 .st-post-meta { display:flex; flex-wrap:wrap; margin-bottom:16px; }
.st-post.st-style3 .st-post-meta > span { position:relative; color:#b5b5b5; }  
.st-post.st-style3 .st-post-meta > span:not(:last-child) { padding-right:15px; margin-right:15px; }  
.st-post.st-style3 .st-post-meta > span:not(:last-child):after { content:''; position:absolute; height:12px; width:1px; background-color:#eaeaea; top:6px; right:0; }
.st-post.st-style2 { box-shadow:0px 5px 10px 0px rgba(106, 106, 106, 0.15); text-align:center; border-radius:7px; overflow:hidden; }
.st-post.st-style2 .st-post-thumb { overflow:hidden; display:block; }  
.st-post.st-style2 .st-post-thumb img { width:100%; }
.st-post.st-style2 .st-post-info { position:relative; padding:66px 20px 25px 20px; }
.st-post.st-style2 .st-post-avatar { position:absolute; top:-40px; left:50%; transform:translateX(-50%); border-radius:50%; overflow:hidden; display:block; }  
.st-post.st-style2 .st-post-avatar .st-post-avatar-text { position:absolute; top:0; left:0; height:100%; width:100%; border-radius:50%; background-color:rgba(12, 184, 182, 0.9); display:flex; align-items:center; justify-content:center; padding:10px; color:#FFF; font-weight:400; opacity:0; transition:all 0.4s ease; }    
.st-post.st-style2 .st-post-avatar .st-post-avatar-text:hover { opacity:1; }
.st-post.st-style2 .st-post-title { font-size:18px; margin-bottom:11px; }  
.st-post.st-style2 .st-post-title:hover a { color:#0cb8b6; }
.st-post.st-style2 .st-post-date { border-top:1px solid #eaeaea; padding:12px 20px; }
.st-post.st-style2 .st-post-footer { position:relative; height:49px; }  
.st-post.st-style2 .st-post-footer .st-post-btn { position:absolute; height:100%; width:100%; top:55px; left:0; display:flex; align-items:center; justify-content:center; font-weight:500; background-color:#0cb8b6; color:#FFF; }    
.st-post.st-style2 .st-post-footer .st-post-btn:hover { color:rgba(255, 255, 255, 0.8); }
.st-post.st-style2:hover .st-post-btn { top:0; }
.st-post.st-style2.st-size-lg .st-post-title { font-size:28px; }
.st-post-widget-list > li:not(:last-child) { margin-bottom:15px; }
.st-post.st-style1 { display:flex; }
.st-post.st-style1 .st-post-thumb { flex:none; margin-right:10px; width:70px; }
.st-post.st-style1 .st-post-title { font-size:15px; font-weight:500; margin-bottom:4px; }  
.st-post.st-style1 .st-post-title a:hover { color:#0cb8b6; }
.st-post.st-style1 .st-post-date { font-size:13px; line-height:1.6em; }
.st-categories.st-style1 { margin-top:-4px; }
.st-categories.st-style1 li { font-size:14px; line-height:1.6em; margin-bottom:-2px; color:#b5b5b5; }  
.st-categories.st-style1 li a:hover { color:#0cb8b6; }
.st-sidebar-widget .st-post-widget-list > li:not(:last-child) { border-bottom:1px solid #eaeaea; padding-bottom:12px; margin-bottom:12px; }
.st-sidebar-widget .st-post.st-style1 .st-post-thumb { width:80px; }
.st-post-pagination { margin:0; justify-content:center; }
.st-post-pagination .page-link { padding:.73rem 1.15rem; color:#666; background-color:#FFF; border-color:#eaeaea; }  
.st-post-pagination .page-link:hover { background-color:#f9fafc; color:#111; }
.st-post-pagination .page-item.disabled .page-link { color:#b5b5b5; }
.st-post-pagination .page-item.active .page-link { color:#FFF; background-color:#0cb8b6; border-color:#0cb8b6; position:relative; z-index:1; }
/*--------------------------------------------------------------
23. Logo carousel
----------------------------------------------------------------*/
.st-logo-carousel.st-style1 { height:120px; align-items:center; justify-content:center; padding:10px; border-radius:7px; transition:all 0.4s ease; text-align:center; }
.st-logo-carousel.st-style1 img { text-align:center;}
.st-logo-carousel.st-style1.st-type1 { border:none !important; }  
.st-logo-carousel.st-style1.st-type1:hover { box-shadow:none !important; }
/*--------------------------------------------------------------
24. Testimonial
----------------------------------------------------------------*/
.st-testimonial.st-style1 { border-radius:7px; transition:all 0.4s ease; background-color:#FFF; position:relative; padding:30px 30px; border:1px solid #eaeaea; } 
.st-testimonial.st-style1 .st-quote { position:absolute; bottom:-6px; right:0; font-size:50px; line-height:1em; color:#f5f5f5; transition:all 0.4s ease; }
.st-testimonial.st-style1:hover { border-color:transparent; box-shadow:0px 1px 30px 0px rgba(112, 112, 112, 0.15); }
.st-testimonial.st-style1:hover .st-quote { color:#924a91; }  
.st-testimonial.st-style1:hover .st-testimonial-name { color:#924a91; }
.st-testimonial.st-style1 .st-testimonial-text { text-align:center; font-size:15px; line-height:1.6em; }
.st-testimonial.st-style1 .st-testimonial-info { align-items:center; text-align:center; margin-bottom:17px; }
.st-testimonial.st-style1 .st-testimonial-img { flex:none; height:90px; width:90px; border-radius:50%; margin:auto; margin-bottom:10px; }  .st-testimonial.st-style1 .st-testimonial-img img { height:100%; width:100%; object-fit:cover; }
.st-testimonial.st-style1 .st-testimonial-name { font-size:20px; margin-bottom:1px; transition:all 0.4s ease; color:#FF8300; }
.st-testimonial.st-style1 .st-testimonial-designation { line-height:1.3em; }
/*--------------------------------------------------------------
25. Newsletter
----------------------------------------------------------------*/
.st-news-letter-form h5 { display:none !important; }
.st-news-letter { max-width:570px; margin:auto; }
.st-news-letter-number { font-weight:bold; font-size:24px; text-align:center; margin-top:30px; color:#0cb8b6; }
.st-news-letter-form { display:flex; flex-wrap:wrap; position:relative; margin:0; }
.st-news-letter-form .subscription-label { display:block; width:100%; margin:0; }  
.st-news-letter-form .subscription-label.error { color:#e6492d; }
.st-news-letter-form #subscriber-email { border:1px solid #eaeaea; border-radius:7px; padding:0 20px; height:50px; outline:none; transition:all 0.3s ease; flex:1; padding-right:65px; background-color:#FFF; }  
.st-news-letter-form #subscriber-email:focus { border-color:#0cb8b6; }
.st-news-letter-form .st-mailchimp-btn { position:absolute; right:1px; top:7px; border:none; background-color:transparent; height:36px; width:55px; padding:0; font-size:18px; color:#0cb8b6; background-color:#FFF; transition:all 0.3s ease; }  
.st-news-letter-form .st-mailchimp-btn:before { content:''; position:absolute; height:26px; width:1px; background-color:#eaeaea; left:0; top:50%; transform:translateY(-50%); }  
.st-news-letter-form .st-mailchimp-btn:hover { outline:none; opacity:0.5; }
.st-contact-number { padding-left:55px; position:relative; }
.st-contact-number i { position:absolute; left:0; font-size:46px; top:3px; color:#0cb8b6; }
.st-contact-number h3 { font-size:18px; color:#666; margin-top:-3px; margin-bottom:8px; }
.st-contact-number .st-mobile-number { display:block; font-size:24px; font-weight:400; color:#0cb8b6; }
@media screen and (max-width:991px) { 
.st-news-letter-number { font-size:20px; margin-top:20px; } 
}
	
@media screen and (max-width:575px) { 
.st-news-letter-form { display:block; }
.st-news-letter-form #subscriber-email { margin-right:0; width:100%; margin-bottom:15px; } 
}	
/*--------------------------------------------------------------
26. Contact Form
----------------------------------------------------------------*/
.st-form-field.st-style1 { margin-bottom:23px; position:relative; }
.st-form-field.st-style1 input, .st-form-field.st-style1 textarea, .st-form-field.st-style1 select { display:block; height:42px; border:1px solid #BFBEBE; border-radius:7px; width:100%; padding:10px 15px; color:#111; transition:all 0.3s ease; }  
.st-form-field.st-style1 input:focus, .st-form-field.st-style1 textarea:focus, .st-form-field.st-style1 select:focus { border-color:#924a91; outline:none; }
.st-form-field.st-style1 textarea { height:50px; }
.st-form-field.st-style1 label { display:block; font-size:15px; font-weight:500; color:#666; margin-bottom:3px; }.st-form-field.st-style1 #submit { margin-top:-3px; }
.st-form-field.st-style1 .form-field-icon { position:absolute; bottom:8px; right:15px; color:#b5b5b5; }
::placeholder { color:#b5b5b5; }
:-ms-input-placeholder { color:#b5b5b5; }
::-ms-input-placeholder { color:#b5b5b5; }
.st-form-field.st-style2 { position:relative; margin-bottom:30px; width:100%; }
.st-form-field.st-style2 input, 
.st-form-field.st-style2 textarea, 
.st-form-field.st-style2 select { font-size:14px; display:block; border:none; border-bottom:1px solid #FFF; margin-bottom:0; padding:10px 0px; color:#FFF; background-color:transparent; padding-top:0; }
.st-form-field.st-style2 input:focus, 
.st-form-field.st-style2 textarea:focus, 
.st-form-field.st-style2 select:focus { outline:none; }
.st-form-field.st-style2 label { color:#666; font-size:15px; font-weight:normal; position:absolute; pointer-events:none; left:20px; top:10px; margin:0; -o-transition:all 0.4s ease; transition:all 0.4s ease; -moz-transition:all 0.4s ease; -webkit-transition:all 0.4s ease; background:#FFF; padding:0 5px; }
.st-form-field.st-style2 input:focus ~ label,
.st-form-field.st-style2 input:valid ~ label,
.st-form-field.st-style2 textarea:focus ~ label,
.st-form-field.st-style2 textarea:valid ~ label,
.st-form-field.st-style2 select:focus ~ label,
.st-form-field.st-style2 select:valid ~ label { top:-20px; left:0px; font-size:12px; color:#FFF; letter-spacing:0.5px; font-weight:400; background-color:#0cb8b6; line-height:20px; padding:0 8px; }
.st-form-field.st-style2 .bar { position:absolute; bottom:-1px; left:0; height:2px; width:0%; background-color:#2caee2; -webkit-transition:all 0.4s ease; -o-transition:all 0.4s ease; transition:all 0.4s ease; }
.st-form-field.st-style2 input:focus ~ .bar,
.st-form-field.st-style2 textarea:focus ~ .bar,
.st-form-field.st-style2 select:focus ~ .bar { width:100%; -webkit-transition:all 0.4s ease; -o-transition:all 0.4s ease; transition:all 0.4s ease; }
.st-form-field.st-style2 textarea::-webkit-input-placeholder,
.st-form-field.st-style2 select::-webkit-input-placeholder,
.st-form-field.st-style2 input::-webkit-input-placeholder { color:#FFF; }
.st-form-field.st-style2 textarea::-moz-placeholder,
.st-form-field.st-style2 select::-moz-placeholder,
.st-form-field.st-style2 input::-moz-placeholder { color:#FFF; }
.st-form-field.st-style2 textarea:-ms-input-placeholder,
.st-form-field.st-style2 select:-ms-input-placeholder,
.st-form-field.st-style2 input:-ms-input-placeholder { color:#FFF; }
.st-form-field.st-style2 textarea:-moz-placeholder,
.st-form-field.st-style2 select:-moz-placeholder,
.st-form-field.st-style2 input:-moz-placeholder { color:#FFF; }
.st-contact-form .st-form-field.st-style2 input,
.st-contact-form .st-form-field.st-style2 textarea,
.st-contact-form .st-form-field.st-style2 selec { border:1px solid #eaeaea; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; color:#666; padding:10px 20px; width:100%; }
.st-contact-form .st-form-field.st-style2 textarea { height:227px; }
.st-contact-form .st-form-field.st-style2 input:focus,
.st-contact-form .st-form-field.st-style2 textarea:focus,
.st-contact-form .st-form-field.st-style2 select:focus,
.st-contact-form .st-form-field.st-style2 input:valid,
.st-contact-form .st-form-field.st-style2 textarea:valid { border-color:#0cb8b6; }
.st-contact-info-title, .st-shidule-title { font-size:18px; margin-bottom:15px; margin-top:-3px; }
.st-contact-info-list li { padding-left:26px; position:relative; margin-bottom:10px; }
.st-contact-info-list li:last-child { margin-bottom:0; }.st-contact-info-list li i { position:absolute; top:4px; font-size:16px; left:0; color:#0cb8b6; }.st-contact-info-list li a:hover { color:#0cb8b6; }
.st-shidule-list li { display:flex; justify-content:space-between; margin-bottom:5px; position:relative; }
.st-shidule-list li:last-child { margin-bottom:0; }
.st-shidule-list li:before { content:'.......................'; position:absolute; left:100px; top:-4px; color:#b5b5b5; }
.st-contact-info, .st-shidule { padding-left:10px; }
.ui-widget.ui-widget-content { border:1px solid #0cb8b6; background:#FFF; padding:0 10px 5px; border-radius:7px; margin-top:-1px; }
/*End Special Input*/
/*--------------------------------------------------------------
27. Blog Details
----------------------------------------------------------------*/
.st-page-heading { height:650px; display:flex; align-items:center; justify-content:center; position:relative; padding-top:120px; background-size:cover; background-attachment:fixed; }
.st-page-heading.st-size-md { height:450px; }
.st-page-heading:before { content:''; position:absolute; height:100%; width:100%; left:0; top:0; background-color:rgba(0, 0, 0, 0.6); }
.st-page-heading > div { position:relative; z-index:1; }
.st-page-heading-title { color:#FFF; font-size:48px; text-align:center; margin-bottom:7px; }
.st-breadcamp { list-style:none; display:flex; flex-wrap:wrap; justify-content:center; padding:0; margin:0; }
.st-breadcamp li { color:rgba(255, 255, 255, 0.7); list-style:none; }  
.st-breadcamp li:not(:last-child):after { content:'/'; padding-right:6px; margin-left:6px; }
.st-breadcamp a:hover { color:#FFF; }
.st-page-heading.st-style1 { padding-top:0; height:320px; }
.st-widget { border:1px solid #eaeaea; border-radius:7px; padding:30px; }
.st-widget .st-widget-title { font-size:16px; position:relative; padding-bottom:0; margin-bottom:17px; margin-top:-3px; overflow:hidden; } 
.st-widget .st-widget-title span { position:relative; display:inline-block; padding-right:15px; }    
.st-widget .st-widget-title span:before { content:''; background-color:#eaeaea; position:absolute; left:100%; bottom:50%; height:1px; width:1000px; }
.st-widget-list { padding:0; margin:0; list-style:none; margin-top:-16px; margin-bottom:-16px; font-size:14px; }
.st-widget-list li:not(:last-child) { border-bottom:1px solid #eaeaea; }
.st-widget-list a { display:block; padding:10px 0; }  
.st-widget-list a:hover { color:#0cb8b6; }
.st-tagcloud { margin-bottom:-10px; }
.st-tagcloud .st-tag { display:inline-block; font-size:13px; padding:2px 10px; border:1px solid #eaeaea; border-radius:7px; margin-right:6px; margin-bottom:10px; }  
.st-tagcloud .st-tag:hover { color:#FFF; background-color:#0cb8b6; border-color:#0cb8b6; }
.st-sidebar-social-btn { display:flex; flex-wrap:wrap; align-items:center; margin-top:-4px; margin-bottom:-5px; }
.st-sidebar-social-btn a:not(:last-child) { margin-right:15px; }
.st-post-details.st-style1 { font-weight:300; font-size:18px; line-height:1.8em; }
.st-post-details.st-style1 .slick-slide { line-height:0; }
.st-post-details.st-style1 .st-post-thumb { margin-bottom:25px; }  
.st-post-details.st-style1 .st-post-thumb img { width:100%; }
.st-post-details.st-style1 .st-post-title { font-size:28px; margin-bottom:9px; }
.st-post-details.st-style1 blockquote { background-color:#f9fafc; margin:0; padding:30px 40px 27px; font-size:24px; line-height:1.6em; border-left:5px solid #0cb8b6; color:#111; border-radius:7px; font-weight:400; margin:20px 0; }  
.st-post-details.st-style1 blockquote small { display:block; line-height:inherit; margin-top:4px; color:#b5b5b5; font-size:inherit; font-size:16px; }    .st-post-details.st-style1 blockquote small span { color:#0cb8b6; }
.st-post-details.st-style1 .st-post-label { margin-bottom:15px; }
.st-post-details.st-style1 .st-post-text p { margin-bottom:15px; }
.st-post-details.st-style1 .st-post-meta { display:flex; justify-content:space-between; padding:25px 0; line-height:1.6em; font-size:15px; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea; }
.st-post-details.st-style1 h2 { font-size:28px; margin-bottom:10px; }
.st-post-details.st-style1 p { margin-bottom:15px; }
.st-post-details.st-style1 img { margin-bottom:20px; border-radius:7px; margin-top:5px; }
.st-post-details.st-style1 .embed-responsive { margin-top:15px; margin-bottom:15px; }
.st-post-label > span { display:inline-block; position:relative; }
.st-post-label > span:not(:last-child) { padding-right:15px; margin-right:15px; }  
.st-post-label > span:not(:last-child):before { content:''; position:absolute; height:16px; width:1px; background-color:#b5b5b5; right:0; top:3px; }.st-post-label a:hover { color:#0cb8b6; }
.st-post-tage-list { display:flex; flex-wrap:wrap; font-size:15px; font-weight:400; }
.st-post-tage-list li { margin-right:5px; }  
.st-post-tage-list li:not(:last-child):after { content:','; }  
.st-post-tage-list li a:hover { color:#0cb8b6; }
.st-post-tages, 
.st-post-share { display:flex; }
.st-post-tages .st-post-tage-title,
.st-post-tages .st-post-share-title,
.st-post-share .st-post-tage-title,
.st-post-share .st-post-share-title { margin:0; font-size:16px; margin-right:10px; line-height:1.6em; }
.st-post-share-btn-list { display:flex; flex-wrap:wrap; font-size:15px; }
.st-post-share-btn-list a:not(:last-child) { margin-right:12px; }
.st-post-share-btn-list a:hover { color:#0cb8b6; }
.st-post-btn-gropu { display:flex; justify-content:space-between; }
.st-post-btn-gropu .st-btn { min-width:170px; justify-content:center; }
.st-page-heading-in .st-post-label { color:rgba(255, 255, 255, 0.75); display:flex; justify-content:center; margin-top:6px; }
.st-page-heading-in .st-post-label > span:not(:last-child):before { background-color:rgba(255, 255, 255, 0.15); }
.st-page-heading-in .st-post-label > span:not(:last-child) { color:rgba(255, 255, 255, 0.75); }
.st-page-heading-in .st-post-label a:hover { color:#FFF; }
.st-page-heading-subtitle { color:rgba(255, 255, 255, 0.7); font-size:18px; font-weight:300; margin-top:7px; }
@media screen and (max-width:991px) { 
.st-page-heading-title { font-size:38px; }
.st-page-heading-subtitle { font-size:16px; }
.st-page-heading.st-size-md { height:350px; padding-top:80px; }
.st-page-heading-title br { display:none; }
.st-page-heading { height:500px; padding-top:80px; }
.st-post-details.st-style1 { font-size:16px; }
.st-post-details.st-style1 blockquote { padding:20px 20px 17px; font-size:20px; } 
}
	
@media screen and (max-width:767px) { 
.st-post-details.st-style1 .st-post-meta { display:block; }
.st-post-btn-gropu .st-btn { min-width:140px; justify-content:center; padding:0.6em 1.5em; } 
}	
/*--------------------------------------------------------------
28. Comments
----------------------------------------------------------------*/
.comments-title, .comment-reply-title { font-size:18px; color:#222; font-weight:500; letter-spacing:0.25px; margin-bottom:25px; }
.comments-area { padding-top:56px; border-top:1px solid #eaeaea; }
.comment-body { position:relative; margin-left:60px; margin-bottom:25px; min-height:50px; }
.comments-area ol { list-style:none; padding-left:0; }
.comments-area .children .children { padding-left:0px; }
.comment-author .avatar { height:50px; width:50px; position:absolute; top:0; left:-60px; border-radius:6px; }
.comment-author { margin-bottom:-6px; }
.comment-author .nm, .comment-author .nm a { font-weight:500; color:#111; font-size:14px; display:block; }
.comment-author .nm { padding-top:4px; }
.comment-author .nm a:hover, .comment-author .nm:hover, .comment-metadata a:hover { color:#0cb8b6; }
.comment-metadata a { color:#b5b5b5; font-weight:400; font-size:13px; }
.comment-content { font-size:14px; margin-bottom:0px; margin-top:0px; }
.comment-content p { margin:0; color:inherit; font-size:inherit; }
.comment-reply-link { font-size:14px; color:#0cb8b6; position:relative; }
.comment-reply-link:hover, .comment-reply-link:focus { color:#FF0000; }
.comment-reply-link:before { content:"\f112"; font-family:'FontAwesome'; margin-right:4px; }
.children .comment-body { margin-left:60px; }
.children .comment-author .avatar { left:-60px; }
.comment-respond { display:block; width:100%; margin-top:56px; padding-bottom:0px; margin-bottom:0px; border-top:1px solid #eaeaea; padding-top:57px; }
.comment-form { display:flex; flex-wrap:wrap; }
.comment-form-author, .comment-form-email { width:50%; }
.comment-form-email { padding-left:10px; }
.comment-form-comment { width:100%; }
.comment-form-author { padding-right:10px; }
.comment-form-url { padding-left:0px; width:100%; }
.form-submit { margin-bottom:0; }
.comment-form p { margin:0; }
.comment-form textarea, .comment-form input { border:1px solid #eaeaea; padding:8px 10px; width:100%; background-color:transparent; display:block; margin-bottom:20px; transition:all 0.3s ease; border-radius:7px; }
.comment-form textarea:focus, .comment-form input:focus { outline:none; border-color:#0cb8b6; }
.post-navigation { display:flex; flex-wrap:wrap; justify-content:center; align-items:center; }
.post-navigation > div { display:inline-block; }
.nav-previous a:before { content:"\f100"; font-family:'FontAwesome'; margin-right:4px; }
.nav-next a:after { content:"\f101"; font-family:'FontAwesome'; margin-left:4px; }
.nav-all-post { min-width:120px; text-align:center; margin:0 25px; }
/*--------------------------------------------------------------
29. Tab
----------------------------------------------------------------*/
.st-tab-links.st-style1 { display:flex; margin-left:-5px; margin-right:-5px; overflow-x:auto; overflow-y:hidden; padding-bottom:15px; }
.st-tab-links.st-style1 li { flex:1; margin:0 5px; }  
.st-tab-links.st-style1 li a { text-align:center; padding:10px 15px; height:110px; min-width:120px; display:flex; flex-direction:column; justify-content:center; align-items:center; position:relative; border-radius:7px; box-shadow:0px 3px 8px 0px #FBFBFB; }    
.st-tab-links.st-style1 li a svg { width:48px; height:48px; }    
.st-tab-links.st-style1 li a img { height:38px; }    
.st-tab-links.st-style1 li a span { display:block; font-weight:600; color:#111; margin-top:4px; margin-bottom:-6px; }    
.st-tab-links.st-style1 li a:before { content:''; position:absolute; height:20px; width:20px; bottom:0px; left:50%; opacity:0; transform:translateX(-50%) rotate(45deg); border-radius:0px 0px 7px 0px; transition:all 0.3s ease; }  
.st-tab-links.st-style1 li.active a span { color:#FFF; }  
.st-tab-links.st-style1 li.active a:before { bottom:-10px; opacity:1; }  
.st-tab-links.st-style1 li.active a svg { fill:#FFF; }  
.st-tab-links.st-style1 li.active a.st-blue-box { color:#FFF; background-color:#0cb8b6; }    
.st-tab-links.st-style1 li.active a.st-blue-box:before { background-color:#0cb8b6; }  
.st-tab-links.st-style1 li.active a.st-purple-box { color:#FFF; background-color:#6758f3; }    
.st-tab-links.st-style1 li.active a.st-purple-box:before { background-color:#6758f3; }  
.st-tab-links.st-style1 li.active a.st-green-box { color:#FFF; background-color:#37af47; }    
.st-tab-links.st-style1 li.active a.st-green-box:before { background-color:#37af47; }  
.st-tab-links.st-style1 li.active a.st-red-box { color:#FFF; background-color:#e6492d; }    
.st-tab-links.st-style1 li.active a.st-red-box:before { background-color:#e6492d; }  
.st-tab-links.st-style1 li.active a.st-dip-blue-box { color:#FFF; background-color:#1665d8; }    
.st-tab-links.st-style1 li.active a.st-dip-blue-box:before { background-color:#1665d8; }  
.st-tab-links.st-style1 li.active a.st-orange-box { color:#FFF; background-color:#f6ab2f; }    
.st-tab-links.st-style1 li.active a.st-orange-box:before { background-color:#f6ab2f; }  
.st-tab-links.st-style1 li.active a.st-gray-box { color:#FFF; background-color:#9ea0a5; }    
.st-tab-links.st-style1 li.active a.st-gray-box:before { background-color:#9ea0a5; }  
.st-tab-links.st-style1 li.active a.st-pink-box { color:#FFF; background-color:#FF375F; }    
.st-tab-links.st-style1 li.active a.st-pink-box:before { background-color:#FF375F; }
.st-fade-tabs.st-style2 { background:#f9fafc; padding:18px 30px 25px; }
.st-tab-links.st-style2 { display:flex; justify-content:center; flex-wrap:wrap; font-size:20px; font-weight:600; color:#111; border-bottom:1px solid #b5b5b5; }
.st-tab-links.st-style2 li { margin:0 35px; }  
.st-tab-links.st-style2 li.active a { color:#0cb8b6; }    
.st-tab-links.st-style2 li.active a:after { width:100%; }
.st-tab-links.st-style2 a { display:inline-block; padding:10px 0px; position:relative; }  
.st-tab-links.st-style2 a:after { content:''; height:3px; width:0%; background-color:#0cb8b6; position:absolute; left:50%; transform:translateX(-50%); bottom:-2px; transition:all 0.3s ease; }
@media screen and (max-width:575px) { 
.st-tab-links.st-style2 li { margin:0 10px; } 
}
@media screen and (max-width:350px) { 
.st-fade-tabs.st-style2 { padding:18px 20px 25px; }
.st-tab-links.st-style2 { font-size:18px; } 
}
/*--------------------------------------------------------------
30. Select
----------------------------------------------------------------*/
.select2-container { box-sizing:border-box; display:inline-block; margin:0; position:relative; vertical-align:middle; flex:1; }
.select2-container .select2-selection--single { height:42px; }
.select2-container--default .select2-selection--single { border-color:#eaeaea; border-radius:7px; }
.select2-container--default .select2-selection--single:focus { outline:none; }
.select2-container .select2-selection--single .select2-selection__rendered { padding-left:15px; padding-right:30px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color:#111; line-height:1.6em; font-size:15px; height:100%; display:flex; align-items:center; outline:none; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color:#b5b5b5 transparent transparent transparent; }
.select2-search--dropdown .select2-search__field { border-radius:7px; height:36px; padding:5px 15px; }
.select2-dropdown { border-color:#eaeaea; border-radius:7px; }
.select2-search--dropdown { padding:8px; padding-bottom:0; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height:40px; width:30px; background:transparent; }
.st_pos_invoice_topbar .select2-container--default .select2-selection--single { margin-right:-1px; outline:none; }
.select2-results__options { padding:8px; }
.select2-results__option { font-size:15px; line-height:1.2em; padding:10px 12px; border-radius:7px; margin-bottom:1px; color:#666; }
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color:rgba(12, 184, 182, 0.1); color:#0cb8b6; }
.select2-container--default .select2-search--dropdown .select2-search__field { outline:none; border-color:#b5b5b5; font-size:15px; line-height:1.6em; }
.st_large_select { flex:1; }
.st_large_select .select2-container,
.st_small_select .select2-container { width:100% !important; }
.select2-container--default .select2-selection--single { border-radius:5; }
.st_pos_search .select2-container--default .select2-selection--single { border-radius:5px 0 0 5px; }
.st_small_select { flex:none; width:120px; }
.st_small_select .select2-container--default .select2-selection--single { border-radius:5px 0 0 5px; }
.st_small_select .select2-container--default .select2-selection--single .select2-selection__rendered { color:#34c759; font-weight:500; }
/*--------------------------------------------------------------
31. Accordian
----------------------------------------------------------------*/
.st-accordian-heading { font-size:24px; font-weight:600; margin-bottom:25px; margin-top:-4px; }
.st-faq-img { padding:0 15px; margin-top:5px; }
.st-accordian { margin-bottom:15px; }
.st-accordian:last-child { margin-bottom:0; }
.st-accordian .st-accordian-toggle { position:absolute; top:17px; right:20px; color:#b5b5b5; transition:all 0.3s ease; }
.st-accordian .st-accordian-title { border:1px solid #eaeaea; padding:12px 20px; font-weight:600; color:#111; position:relative; padding-right:30px; cursor:pointer; border-radius:7px; background-color:#FFF; transition:all 0.3s ease; }  
.st-accordian .st-accordian-title:hover { color:#FFF; background-color:rgba(255, 131, 0, 0.9); }
.st-accordian .st-accordian-body { border:1px solid #eaeaea; padding:22px 20px; margin-top:-1px; background-color:#FFF; border-radius:0 0 7px 7px; }
.st-accordian.active .st-accordian-title { color:#FFF; background-color:#924a91; border-color:#924a91; pointer-events:none; border-radius:7px 7px 0 0; }
.st-accordian.active .st-accordian-toggle { transform:rotate(180deg); color:#FFF; }
/*--------------------------------------------------------------
32. Before After Slider
----------------------------------------------------------------*/
.st-before-after-wrap { position:relative; }
.st-before-after-wrap:before { content:''; position:absolute; height:50%; width:100%; background:#FFF; bottom:0; left:0; }
.st-before-after { max-width:760px; width:100%; position:relative; height:450px; border:10px solid #FFF; margin:auto; border-radius:7px; box-shadow:0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.15); }
.st-before-after:before,
.st-before-after:after { content:''; position:absolute; height:calc(50% - 25px); width:100%; z-index:2; left:0; }
.st-before-after:before { top:0; }
.st-before-after:after { bottom:0; }
.st-before-after .st-single-slide { position:absolute; top:0; left:0; right:0; height:100%; background-position:top left; background-repeat:no-repeat; }
.st-before-after .st-single-slide.st-before { right:50%; }
.st-before-after .st-handle-before-after { position:absolute; top:0; bottom:0; width:30px; left:50%; margin-left:-15px; cursor:ew-resize; }
.st-handle-before-after span { position:absolute; height:50px; width:50px; border-radius:50%; border:2px solid #FFF; top:50%; left:50%; transform:translate(-50%, -50%); background-color:#FFF; box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.1); }
.st-before-after .st-handle-before-after:before { content:''; display:block; position:absolute; top:0; width:2px; height:100%; left:50%; margin-left:-1px; background:#FFF; }
.st-handle-before-after span:before,
.st-handle-before-after span:after { content:''; border-top:5px solid transparent; border-bottom:5px solid transparent; border-left:7px solid #222; display:block; position:absolute; top:50%; transform:translateY(-50%); left:14px; }
.st-handle-before-after span:before { left:25px; }
.st-handle-before-after span:after { transform:translateY(-50%) rotate(180deg); }
/*--------------------------------------------------------------
33. Footer
----------------------------------------------------------------*/
.st-site-footer { background-color:#f9fafc; }
.st-main-footer { padding-top:100px; padding-bottom:60px; }
.st-social-btn.st-style1 { display:flex; flex-wrap:wrap; }
.st-social-btn.st-style1 li { font-size:22px; color:#A456A3; margin-right:15px; }  
.st-social-btn.st-style1 li a { display:flex; }    
.st-social-btn.st-style1 li a:hover {  color:#FF8300; transform:scale(1.1); }
.st-footer-widget { margin-bottom:40px; }
.st-footer-widget-title { font-size:20px; position:relative; padding-bottom:17px; margin:0; margin-bottom:30px; margin-top:-4px; color:#FF8300; font-weight:600; }
.st-footer-widget-title:before { content:''; position:absolute; height:1px; width:100%; max-width:170px; background-color:#eaeaea; bottom:0; left:0; }
.st-footer-widget-nav { margin-top:-5px; }
.st-footer-widget-nav li { position:relative; margin-bottom:15px; }  
.st-footer-widget-nav li:last-child { margin-bottom:0; }
.st-footer-widget-nav a { display:inline-block; padding-left:15px; position:relative; }  
.st-footer-widget-nav a:hover { color:#924a91; margin-left:4px; }
.st-footer-widget-nav i { position:absolute; left:0; top:6px; font-size:12px; }
.st-footer-text { margin-top:-1px; }
.st-copyright-wrap { background-color:rgba(158, 160, 165, 0.1); }
.st-copyright-in { display:flex; justify-content:space-between; padding:15px 0; align-items:center; }
.st-copyright-text { font-size:14px; line-height:1.6em; }
#st-backtotop { height:40px; width:40px; border-radius:50%; display:flex; align-items:center; justify-content:center; background-color:#924a91; color:rgba(255, 255, 255, 0.8); font-size:18px; cursor:pointer; transition:all 0.3s ease; }  
#st-backtotop:hover { background-color:rgba(12, 184, 182, 0.8); }
.st-footer-contact-list li { display:flex; margin-bottom:15px; }
.st-footer-contact-list li span { margin-right:8px; font-weight:600; min-width:70px; }
.st-footer-contact-list li:last-child { margin-bottom:0; }
@media screen and (max-width:991px) { 
.st-sticky-footer { position:initial; }
.st-main-footer { padding-top:60px; padding-bottom:20px; } 
}

/*--------------------------------------------------------------
RTL - Right to Left
----------------------------------------------------------------*/
.rtl { text-align:right; direction:rtl; }
.rtl .st-sticky-header { left:initial; right:0; }
.rtl .st-perloader .st-wave-second { direction:ltr; }
.rtl .st-top-header-list li:not(:last-child) { margin-right:0; margin-left:35px; }
.rtl .st-site-header.st-style1 .st-social-btn.st-style1 li { margin-right:0; margin-left:20px; }
.rtl .st-site-header.st-style1 .st-social-btn.st-style1 li:last-child { margin-left:0; }
.rtl .st-top-header-list svg { margin-right:0; margin-left:10px; }
.rtl .st-slider-animation1 .slick-active .st-hero-btn-group { direction:rtl; }
.rtl .st-hero.st-style1 .st-appointment-form { right:initial; left:0; }
.rtl .select2-search--dropdown .select2-search__field { text-align:right; }
.rtl .st-wave-animation.st-wave-appointment { left:-1040px; }
.rtl .st-wave-animation.st-wave-right-corner { left:400px; }
.rtl .st-wave-animation.st-right-top { bottom:100%; left:400px; }
.rtl .st-hero-wrap.st-gradient { background:linear-gradient(to left, #1446ea 0%, #03dcec 88%, #03dcec 100%); }
.rtl .st-hero-shape { left:initial; right:0; }
.rtl .st-hero-wrap .st-hero-slider1 { right:initial; left:100px; }
.rtl .cd-words-wrapper { text-align:right; }
.rtl .st-hero-btn-group .st-btn:not(:last-child) { margin-right:0; margin-left:12px; }
.rtl .st-hero.st-style1 .st-shedule-wrap { right:initial; left:0; }
.rtl .st-shedule-wrap { margin-left:0; margin-right:30px; }
.rtl .st-call.st-style1 .st-call-icon { margin-right:0; margin-left:15px; }
.rtl .st-text-block-avatar .st-avatar-img { margin-right:0; margin-left:20px; }
.rtl .st-slider { direction:ltr; }
.rtl .st-form-field.st-style1 .form-field-icon { right:initial; left:15px; }
.rtl .st-accordian .st-accordian-toggle { right:initial; left:20px; }
.rtl .st-news-letter-form #subscriber-email { padding:0 20px; padding-left:65px; }
.rtl .st-news-letter-form .st-mailchimp-btn { right:initial; left:1px; }
.rtl .st-news-letter-form .st-mailchimp-btn:before { left:initial; right:0; }
.rtl .st-post.st-style3 .st-post-meta > span:not(:last-child) { padding-right:0; padding-left:15px; margin-right:0; margin-left:15px; }
.rtl .st-post.st-style3 .st-post-meta > span:not(:last-child):after { right:initial; left:0; }
.rtl .st-link-hover-wrap .st-link-hover { right:initial; left:20px; }
.rtl .st-pricing-table.st-style1 { direction:rtl; }
.rtl .st-pricing-table.st-style1 .st-pricing-feature-list i { margin-right:0; margin-left:8px; }
.rtl .lg-outer { direction:ltr; }
.rtl .st-footer-contact-list li span { margin-right:0; margin-left:8px; }
.rtl .st-footer-widget-nav a { padding-left:0; padding-right:15px; }
.rtl .st-footer-widget-nav a:hover { margin-left:0; margin-right:4px; }
.rtl .st-footer-widget-nav i { left:initial; right:0; transform:rotate(180deg); }
.rtl .st-social-btn.st-style1 li { margin-right:0; margin-left:15px; }
.rtl .st-post.st-style1 .st-post-thumb { margin-right:0; margin-left:10px; }
.rtl .st-tagcloud .st-tag { margin-right:0; margin-left:6px; }
.rtl .st-post-details.st-style1 blockquote { border-left:none; border-right:5px solid #0cb8b6; }
.rtl .comments-area ol { padding-left:0; padding-right:0; }
.rtl .comment-body { margin-left:0; margin-right:60px; }
.rtl .comment-author .avatar { right:-60px; left:initial; }
.rtl .st-post-tages .st-post-tage-title,
.rtl .st-post-share .st-post-share-title { margin-right:0; margin-left:10px; }
.rtl .st-post-share-btn-list a:not(:last-child) { margin-right:0; margin-left:12px; }
.rtl .comment-form-author { padding-right:0; padding-left:10px; }
.rtl .comment-form-email { padding-left:0; padding-right:10px; }
.rtl .cd-headline.clip .cd-words-wrapper::after { left:0; right:initial; }
.rtl .select2-container--default .select2-selection--single .select2-selection__rendered { justify-content:flex-end; }
.rtl .select2-container .select2-selection--single .select2-selection__rendered { padding-right:15px; padding-left:30px; }
.rtl .select2-container--default .select2-selection--single .select2-selection__arrow { right:initial; left:1px; }
.rtl .st-about-img { margin-right:auto; }
.rtl .st-doctors-special b { margin-right:0; margin-left:15px; }
.rtl .st-doctors-info-list li { padding-left:0; padding-right:30px; }
.rtl .st-doctors-info-list li i { left:initial; right:0; }
.rtl .st-shedule-wrap.st-style1 { margin-right:0; }
.rtl .st-shedule-wrap.st-style2 { margin-right:0; }
@media screen and (min-width:992px) { 
.rtl .offset-lg-1 { margin-left:0; margin-right:8.333333%; }
.rtl .st-nav > .st-btn { margin-left:0; margin-right:35px; }
.rtl .st-nav .st-nav-list > li { margin-right:0; margin-left:35px; }
.rtl .st-nav .st-nav-list > li:last-child { margin-right:0; margin-left:0; } 
}
@media screen and (min-width:991px) { 
.rtl.st-get-sidebar { padding-left:0; padding-right:300px; }
.rtl .st-site-header.st-style2 { border-right:none; border-left:1px solid #eaeaea; }
.rtl .st-site-header.st-style2 .st-main-header:after { left:inherit; right:0; }
.rtl .st-site-header.st-style2 .st-social-btn.st-style1 { left:initial; right:40px; }
.rtl .st-site-header.st-style2 .st-social-btn.st-style1 li { margin-right:0; margin-left:20px; }
.rtl.st-get-sidebar .st-sticky-footer { left:initial; right:300px; max-width:calc(100% - 300px); } 

.attr-nav {
    display: block;
    float: right;
}

}
@media screen and (max-width:991px) { 
.rtl .st-munu-dropdown-toggle { right:initial; left:20px; }
.rtl .st-nav .st-nav-list ul { padding-right:15px; padding-left:0; } 
}

#appointment .st-section-heading-title { color:#FFF; }
#appointment .st-section-heading.st-style1 .st-section-heading-subtitle { color:#FFF; }
#appointment .st-form-field.st-style1 label { color:#FFF; }
#appointment .st-btn.st-style1.st-color1 { background-color:#FF8300; }
#doctors .st-section-heading.st-style1 .st-section-heading-title { color:#FF8300; }
#contact .st-section-heading.st-style1 .st-section-heading-title { color:#FF8300; }
#contact .st-btn.st-style1.st-color1 { background-color:#924a91; }
.st-gray-bg. st-section-heading.st-style1 .st-section-heading-title { color:#FF8300; }
.st-about-wrap .st-text-block-title { color:#924a91;}
.st-about-wrap .st-text-block-text p{ color:#333;}
.st-post.st-style3 .st-post-title { color:#924a91;}
.st-post.st-style3 .st-post-title a:hover { color:#000;}
.st-funfact.st-style1 .st-funfact-number{ color:#FF8300;}

/*patient registration form css start*/
.registration { background-color:#FFF; margin:auto 0px; padding:20px 40px; margin-bottom:40px; border:#E7E5E5 1px solid; }
.registration h3 { font-family:'Roboto', sans-serif; font-size:30px; color:#924a91; text-align:center; padding:5px 5px 10px 5px; margin-top:10px; font-weight:400;  }
.registration h4 { font-family:'Roboto', sans-serif; font-size:18px; font-weight:normal; color:#333; text-align:center; line-height:25px; margin-bottom:15px;  }
.registration .form-group { margin:8px 0 8px 0; font-family:'Open Sans', sans-serif; }
.registration ::-webkit-input-placeholder { font-family:'Open Sans', sans-serif; font-size:14px; color:#B0AEAE; }
.registration .form-group input { width:100%; border:#CCCCCC 1px solid; border-radius:0px; }
.registration .form-group select { width:100%; border:#CCCCCC 1px solid;  border-radius:0px; } 
.registration .form-group textarea { width:100%; border:#CCCCCC 1px solid;  border-radius:0px; } 
.registration .form-group input.code { float:left; width:65%; border:#CCCCCC 1px solid; margin-right:5px; border-radius:0px; }
.registration .captcha { padding:9px; background:#FFF; border:#C1C1C1 1px solid; border-radius:0px; }

.registration .submit { font-family:'Open Sans', serif; font-size:16px; color:#FFF; padding:10px; background:#FF8300; cursor:pointer; outline:none; margin-top:8px; border:none; display:inline-block; }
.registration .submit:hover { background:#924a91; color:#FFF;  outline:none; border-radius:none; }
.registration ul { margin:0px; padding:0px; list-style-type:none;}
.registration li { font-family:"Open Sans", sans-serif; font-size:14px; color:#333; line-height:2.3em; font-weight:500;}
.registration li i { color:#924a91;}
.registration label { margin:0px; padding:0px; font-family:'Open Sans', sans-serif; font-size:11px; color:#333; line-height:0px;  font-weight:400; cursor:pointer; }
.registration .condition { font-family:'Open Sans', sans-serif; font-size:12px; color:#333; margin-top:15px;}
.registration .condition a {color:#E40000; text-decoration:none;}
.registration .condition a:hover {color:#E40000; text-decoration:none;}
/*patient registration form css end*/

/*listing css start*/
.listing_bg { background:#FCFCFC; font-family:'Open Sans', serif; padding-top:160px; }
.listing_main { background:#FFF; border:1px solid #ebebeb; padding:15px; overflow:hidden; margin-bottom:15px; }
.listing_main h1 { font-family:'Roboto', serif; font-size:20px; font-weight:500; color:#00ac1f; letter-spacing:.02em; margin-bottom:15px; }
.listing_main p { font-size:14px; font-weight:400; color:#333; }

.listing { margin-bottom:15px; }

.listing { background:#FFF; border:1px solid #ebebeb; overflow:hidden; }
.listing:hover { box-shadow:0px 0px 15px rgba(219,219,219,0.8); -webkit-box-shadow:0px 0px 15px rgba(219,219,219,0.8); -moz-box-shadow:0px 0px 15px rgba(219,219,219,0.8); }

.listing_inner { padding:15px; overflow:hidden; }

.listing_inner .list_left { width:20%; float:left; margin-right:3%; }
.listing_inner .list_left img { border:1px solid #ebebeb; }
.listing_inner .list_left .patients { margin-top:10px; }
.listing_inner .list_left .patients_l { width:20%; float:left; margin-right:20%; font-family:'Roboto', serif; font-size:18px; font-weight:700; color:#F7475E; }
.listing_inner .list_left .patients_r { width:60%; float:left; font-size:14px; font-weight:400; color:#333; }

.listing_inner .list_right { width:76%; float:right; }
.listing_inner .list_right h2 { font-family:'Roboto', serif; font-size:18px; font-weight:500; color:#924a91; letter-spacing:.02em; line-height:1.6em; text-decoration:none; }
.listing_inner .list_right h2 a { color:#924a91; text-decoration:none; }
.listing_inner .list_right h2 a:hover { color:#333982; text-decoration:none; }
.listing_inner .list_right .name { font-size:14px; font-weight:400; color:#333; letter-spacing:.02em; line-height:1.6em; }
.listing_inner .list_right .verified { background:url(../images/verified.png) left 4px no-repeat; padding-left:30px; font-size:14px; font-weight:400; color:#13B800; letter-spacing:.02em; line-height:2em; }
.listing_inner .list_right .verified img { margin-bottom:4px; margin-right:5px; }
.listing_inner .list_right .list ul { margin:0px; padding:0px; list-style:none; margin-top:10px; }
.listing_inner .list_right .list li { background:url(../images/arrow.png) 0px 6px no-repeat;  font-size:14px; font-weight:400; color:#333; letter-spacing:.02em; line-height:1.5em; }

.listing .bot_but { border-top:1px solid #ebebeb; padding:15px; overflow:hidden; }

.listing .bot_but_r { float:right; font-family:'Roboto', serif; font-size:16px; font-weight:700; color:#00ac1f; letter-spacing:.02em; line-height:1.6em; text-transform:uppercase; margin-top:4px; margin-right:30px; }
.listing .bot_but_r a { color:#FF8300; text-decoration:none; }
.listing .bot_but_r a:hover { color:#924a91; text-decoration:none; }

.listing .bot_but_l { float:right; font-family:'Roboto', serif; font-size:16px; font-weight:700; color:#F7475E; letter-spacing:.02em; line-height:1.6em; text-transform:uppercase; border:1px solid #FF8300; padding:4px 15px; border-radius:3px; }
.listing .bot_but_l a { color:#FF8300; text-decoration:none; }
.listing .bot_but_l a:hover { color:#924a91; text-decoration:none; }
.listing .bot_but_l i { margin-right:5px; }

.listing .str_rating { float:left;}
/*listing css end*/

/*profile css start*/
.profile_bg { background:#F8F8F8; font-family:'Open Sans', serif; }
.profile { background:#FFF; border:1px solid #ebebeb; overflow:hidden; margin-bottom:15px; }
.profile_inner { padding:15px; overflow:hidden; }

.profile_inner .list_left { width:20%; float:left; margin-right:3%; }
.profile_inner .list_left img { border:1px solid #ebebeb; }
.profile_inner .list_left .patients { margin-top:10px; }
.profile_inner .list_left .patients_l { width:20%; float:left; margin-right:20%; font-family:'Roboto', serif; font-size:18px; font-weight:700; color:#E41937; }
.profile_inner .list_left .patients_r { width:60%; float:left; font-size:14px; font-weight:400; color:#333; }

.profile_inner .list_right { width:76%; float:right; }
.profile_inner .list_right h2 { font-family:'Roboto', serif; font-size:18px; font-weight:500; color:#924a91; letter-spacing:.02em; line-height:1.6em; }
.profile_inner .list_right h2 span { float:right; background:#924a91; font-family:'Roboto', serif; font-size:16px; font-weight:700; color:#FFF; letter-spacing:.02em; line-height:1.6em; text-transform:uppercase; border:1px solid #924a91; padding:4px 15px; border-radius:3px;  }
.profile_inner .list_right h2 span a { color:#FFF; text-decoration:none; }
.profile_inner .list_right h2 span a:hover { color:#FFF; text-decoration:none; }
.profile_inner .list_right h2 span i { margin-right:5px; }

.profile_inner .list_right .name { font-size:14px; font-weight:400; color:#333; letter-spacing:.02em; line-height:1.6em; }
.profile_inner .list_right .verified { background:url(../images/verified.png) left 4px no-repeat; padding-left:30px; font-size:14px; font-weight:400; color:#13B800; letter-spacing:.02em; line-height:2em; }
.profile_inner .list_right .verified img { margin-bottom:4px; margin-right:5px; }
.profile_inner .list_right .list ul { margin:0px; padding:0px; list-style:none; margin-top:10px; }
.profile_inner .list_right .list li { background:url(../images/arrow.png) 0px 6px no-repeat; padding-left:15px; font-size:14px; font-weight:400; color:#333; letter-spacing:.02em; line-height:1.5em; }

.profile .bot_but { border-top:1px solid #ebebeb; padding:15px; overflow:hidden; }

.profile .bot_but_r { float:right; background:#FF8300; font-family:'Roboto', serif; font-size:16px; font-weight:700; color:#FFF; letter-spacing:.02em; line-height:1.6em; text-transform:uppercase; border:1px solid #FF8300; padding:4px 15px; border-radius:3px;  }
.profile .bot_but_r a { color:#FFF; text-decoration:none; }
.profile .bot_but_r a:hover { color:#FFF; text-decoration:none; }
.profile .bot_but_r i { margin-right:5px; }

.profile .bot_but_l { float:right; background:#FF8300; font-family:'Roboto', serif; font-size:16px; font-weight:700; color:#FFF; letter-spacing:.02em; line-height:1.6em; text-transform:uppercase; border:1px solid #FF8300; padding:4px 15px; border-radius:3px; margin-right:15px;  }
.profile .bot_but_l a { color:#FFF; text-decoration:none; }
.profile .bot_but_l a:hover { color:#FFF; text-decoration:none; }
.profile .bot_but_l i { margin-right:5px; }

.about { background:#FFF; border:1px solid #ebebeb; overflow:hidden; padding:15px; margin-bottom:15px; }
.about h1 { font-family:'Roboto', serif; font-size:20px; font-weight:500; color:#924a91; letter-spacing:.02em; margin-bottom:15px; }
.about img { float:left; margin:5px 20px 10px 0; padding:5px; border:1px solid #CCC; -webkit-box-shadow:1px 1px 3px 1px rgba(0, 0, 0, 0.04); -moz-box-shadow:1px 1px 3px 1px rgba(0, 0, 0, 0.04); box-shadow:1px 1px 3px 1px rgba(0, 0, 0, 0.04); }
.about .text { font-size:14px; font-weight:400; color:#333; line-height:1.6em; text-align:justify; text-decoration:none; }
.about .text a { color:#333; text-decoration:none; }
.about .text a:hover { color:#333; text-decoration:none; }

.about .list ul { margin:10px; padding:10px; list-style:none; margin-top:10px; }
.about .list li { background:url(../images/arrow.png) 0px 8px no-repeat; padding-left:15px; font-size:14px; font-weight:400; color:#333; letter-spacing:.02em; line-height:1.8em; }
.about .list li span { float:right; }

.about .contact { font-size:14px; font-weight:400; color:#333; line-height:1.8em; text-align:left; text-decoration:none; }
.about .contact span i { margin-right:10px; color:#BDBDBD; }

.about .social { border-top:1px solid #ebebeb; margin-top:10px; }
.about .social span { margin-right:5px; font-weight:600; }
.about .social i { margin-top:10px; width:30px; height:30px; line-height:32px; text-align:center; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; margin-right:10px; background:#BDBDBD; color:#FFF; }
.about .social a i:hover { background:#AAAAAA; color:#FFF; }

.about .bot_but_r { float:right; background:#FF8300; font-family:'Roboto', serif; font-size:16px; font-weight:700; color:#FFF; letter-spacing:.02em; line-height:1.6em; text-transform:uppercase; border:1px solid #FF8300; padding:4px 15px; border-radius:3px;  }
.about .bot_but_r a { color:#FFF; text-decoration:none; }
.about .bot_but_r a:hover { color:#FFF; text-decoration:none; }
.about .bot_but_r i { margin-right:5px; }

.about .bot_but_l { float:right; background:#FF8300; font-family:'Roboto', serif; font-size:16px; font-weight:700; color:#FFF; letter-spacing:.02em; line-height:1.6em; text-transform:uppercase; border:1px solid #FF8300; padding:4px 15px; border-radius:3px; margin-right:15px;  }
.about .bot_but_l a { color:#FFF; text-decoration:none; }
.about .bot_but_l a:hover { color:#FFF; text-decoration:none; }
.about .bot_but_l i { margin-right:5px; }
/*profile css end*/

/*review css start*/
.review { background:#FFF; border:1px solid #ebebeb; overflow:hidden; padding:15px; margin-bottom:15px; }
.review h1 { font-family:'Roboto', serif; font-size:20px; font-weight:500; color:#924a91; letter-spacing:.02em; margin-bottom:15px; }
.review .text { font-size:14px; font-weight:400; color:#333; line-height:1.6em; text-align:justify; text-decoration:none; }
.review .text a { color:#333; text-decoration:none; }
.review .text a:hover { color:#333; text-decoration:none; }
.review .reviwer_name { margin-top:5px; font-size:13px; font-weight:600; color:#333; margin-bottom:18px; }
.review .review_text {font-size:14px; font-weight:400; color:#333; line-height:1.6em; text-align:justify; text-decoration:none; font-style:italic; }
.review .form-control { font-size:14px;}
.review .btn-default { padding:6px 30px; margin-top:5px; background:#1F386B; color:#FFF; border-color:#7E468E; }
.review .bot_but_r { float: right; background: #FF8300; font-family: 'Roboto', serif; font-size:15px; font-weight:500; color:#FFF; letter-spacing: .02em; line-height: 1.6em; text-transform: uppercase; border: 1px solid #FF8300; padding: 4px 15px; border-radius: 3px; margin-bottom:15px;}
.review .bot_but_r a {color:#FFF; text-decoration:none;}
.review .collapse.in{display:block}
/*review css start*/

/*ask a question css start*/
.ask_ques { background:#FFF; border:1px solid #ebebeb; overflow:hidden; padding:15px; margin-bottom:15px; }
.ask_ques h1 { font-family:'Roboto', serif; font-size:20px; font-weight:500; color:#924a91; letter-spacing:.02em; margin-bottom:15px; }
.ask_ques .text { font-size:14px; font-weight:400; color:#333; line-height:1.6em; text-align:justify; text-decoration:none; }
.ask_ques .text a { color:#333; text-decoration:none; }
.ask_ques .text a:hover { color:#333; text-decoration:none; }
.ask_ques .p_name { margin-top:5px; font-size:13px; font-weight:600; color:#333; margin-bottom:18px; }
.ask_ques .p_name span { color:#00ac1f;}
.ask_ques_m { margin-top:20px; }
.ask_ques .text { mfont-size:14px; font-weight:400; color:#333; line-height:1.6em; text-align:justify; text-decoration:none;  margin-top:10px; }
.ask_ques .form-control { font-size:14px;}
.ask_ques .btn-default { padding:6px 30px; margin-top:5px; background:#924a91; color:#FFF; border-color:#924a91; }
.ask_ques .ans {font-size:14px; font-weight:400; color:#333; line-height:1.6em; text-align:justify; text-decoration:none; border-bottom:1px dashed #D0D0D0; padding-bottom:8px; background:#F8F8F8; padding:7px;}

.ask_ques .bot_but { border-top:1px solid #ebebeb; padding:15px; overflow:hidden; margin-top:10px; }

.ask_ques .bot_but_r { float:right; background:#FF8300; font-family:'Roboto', serif; font-size:16px; font-weight:700; color:#FFF; letter-spacing:.02em; line-height:1.6em; text-transform:uppercase; border:1px solid #FF8300; padding:4px 15px; border-radius:3px;  }
.ask_ques .bot_but_r a { color:#FFF; text-decoration:none; }
.ask_ques .bot_but_r a:hover { color:#FFF; text-decoration:none; }
.ask_ques .bot_but_r i { margin-right:5px; }

.ask_ques .bot_but_l { float:right; background:#FF8300; font-family:'Roboto', serif; font-size:16px; font-weight:700; color:#FFF; letter-spacing:.02em; line-height:1.6em; text-transform:uppercase; border:1px solid #FF8300; padding:4px 15px; border-radius:3px; margin-right:15px;  }
.ask_ques .bot_but_l a { color:#FFF; text-decoration:none; }

.ask_ques .bot_but_l a:hover { color:#FFF; text-decoration:none; }
.ask_ques .bot_but_l i { margin-right:5px; }
/*review css start*/

/*callback form css start*/
.callback { background:#924a91; padding:15px; overflow:hidden; margin-bottom:10px;  }
.callback h3 { font-family:'Roboto', serif; font-size:24px; font-weight:400; color:#FFF; padding:10px 0 10px 0; line-height:1.1em; }
.form-group { margin:8px 0 8px 0; }
.callback ::-webkit-input-placeholder { font-family:'Open Sans', sans-serif; font-size:13px; color:#CCC; }
.callback .form-group input { width:100%; border-radius:0px; border:#CCCCCC 1px solid; box-shadow:none; }
.callback label {font-family:'Open Sans', sans-serif; font-size:13px; color:#FFF; margin-bottom:0px; font-weight:400; cursor:pointer; }
.callback input[type=checkbox], input[type=radio] { width:16px; height:16px; }
.callback p { font-family:'Open Sans', sans-serif; font-size:13px; color:#FFF; } 
.callback .form-group input.code { float:left; width:60%; border-radius:0px; border:#CCCCCC 1px solid; margin-right:20px; box-shadow:none; }
.callback .captcha { padding:9px; background:#FFF; border-radius:0px; border:#CCCCCC 1px solid; }
.callback input[type=text]:focus { box-shadow:0px 0px 5px #333982 !important; border:1px solid #333982 !important; outline:none; }
.callback textarea:focus { box-shadow:0px 0px 5px #333982 !important; border:1px solid #333982 !important; outline:none; }
.callback .form-group select  { color:#000000; }
 
.submit { width:100%; font-family:'Open Sans', serif; font-size:16px; color:#FFF; padding:7px 0px; background:#FF8300; cursor:pointer; border:none; border-radius:0px; margin:10px 0; }
.submit:hover { background:#00ac1f; color:#FFF; outline:none; border-radius:none; }
/*callback form css end*/

/*booking form css start*/
.offer_popup { width:600px; background-color:#FBFBFB; padding-bottom:10px; padding:20px;}
.offer_popup h3 { font-family:'Roboto', sans-serif; font-size:30px; color:#ff1a86; text-align:center; padding:5px 5px 10px 5px; margin-top:10px; font-weight:400;  }
.offer_popup h4 { font-family:'Open Sans', sans-serif; font-size:18px; color:#333; text-align:center; line-height:25px; margin-bottom:15px;  }
.offer_popup .form-group { margin:8px 0 8px 0; font-family:'Open Sans', sans-serif; }
.offer_popup ::-webkit-input-placeholder { font-family:'Open Sans', sans-serif; font-size:13px; color:#B0AEAE; }
.offer_popup .form-group input { width:100%; border-radius:none; border:#CCCCCC 1px solid; border-radius:0px; } 
.offer_popup .form-group textarea { width:100%; border-radius:none; border:#CCCCCC 1px solid;  border-radius:0px; } 
.offer_popup .form-group input.code { float:left; width:65%; border-radius:none; border:#CCCCCC 1px solid; margin-right:5px;  border-radius:0px; }
.offer_popup .captcha { padding:9px; background:#FFF; border-radius:none; border:#C1C1C1 1px solid;  border-radius:0px; }
.offer_popup .submit { font-family:'Roboto', serif; font-size:16px; color:#FFF; padding:10px; background:#945CA4; cursor:pointer; outline:none; border-radius:none; margin-top:8px; border:none; }
.offer_popup .submit:hover { background:#ff1a86; color:#FFF;  outline:none; border-radius:none; }
.offer_popup ul { margin:0px; padding:0px; list-style-type:none;}
.offer_popup li { font-family:"Open Sans", sans-serif; font-size:14px; color:#333; line-height:2.3em; font-weight:500;}
.offer_popup li i { color:#975fa7;}
.offer_popup label { margin:0px; padding:0px; font-family:'Open Sans', sans-serif; font-size:11px; color:#333; line-height:0px;  font-weight:400; cursor:pointer; }
.offer_popup .condition { font-family:'Open Sans', sans-serif; font-size:12px; color:#333; margin-top:15px;}
.offer_popup .condition a {color:#E40000; text-decoration:none;}
.offer_popup .condition a:hover {color:#E40000; text-decoration:none;}
/*booking form css end*/

/*start popup form css start*/
#facebox { position:fixed; top:0; left:0; margin-top:100px; z-index:9999; text-align:left; background:#FFF; }
#facebox .popup { position:relative; overflow:auto;  }

#facebox .close{ position:absolute; top:0px; right:0px;  }
#facebox .close img { opacity:0.8; }
#facebox .close:hover img { opacity:1.0;}
#facebox .loading { text-align:center;}
#facebox_overlay { position:fixed; top:0px; left:0px; height:100%; width:100%; }
.facebox_hide { z-index:-100; }
.facebox_overlayBG { background-color:#000; z-index:99;}
/*popup form css end*/

/*search css start*/
.search-overlay { border:1px solid #ddd; right:0; opacity:0; position:absolute; min-width:300px; top:100%; transition:all 0.25s ease-in-out 0s; visibility:hidden; width:100%; z-index:999; background-color:#FFF; padding:15px; -webkit-transform:scale(0); transform:scale(0); -webkit-transform-origin:-webkit-calc(100% - 30px) 0; transform-origin:calc(100% - 30px) 0; }
.search-overlay.open { visibility:visible; opacity:1; -webkit-transform:scale(1); transform:scale(1); }
.search_trigger.open i::before { content:"\f00d";  }
.search_wrap { position:relative; }
.search_icon { font-size:26px; position:absolute; right:15px; top:8px; border:0; background-color:transparent; cursor:pointer; padding:0; }
.search_wrap .form-control { border-radius:0; padding:10px; height:auto; }
/*search css end*/

/*blog page css start*/
.blog_page_main { margin-top:80px; text-align:center;  }
.blog_page {  background:#FFF; text-align:center;}
.blog_page .blog_tittle h2 { font-family:'Roboto', sans-serif; font-size:28px; font-weight:600;  color:#000; margin:10px auto; text-transform:uppercase; }
.blog_page .blog_tittle p { width:70%; margin:0px auto; font-family:'Open Sans', sans-serif; line-height:1.8em;  font-size:14px;   color:#000;}
.blog_page .blog_box {border:1px solid #EDEAEA; padding:10px; margin-bottom:30px;}
.blog_page { margin:50px auto; }
.blog_page .hovereffect {  overflow:hidden; position:relative; text-align:center; cursor:default; margin-bottom:10px; }
.blog_page .hovereffect img { display:block; position:relative; -webkit-transition:all .4s linear; transition:all .4s linear; }
.blog_page .hovereffect:hover img { -ms-transform:scale(1.2); -webkit-transform:scale(1.2); transform:scale(1.2);}

.blog_page h4 { font-family:'Roboto', sans-serif; font-size:20px; font-weight:500; color:#924a91; margin:30px 0px 10px;  }
.blog_page h4 a { color:#924a91; text-decoration:none;}
.blog_page h4 a:hover { color:#000; text-decoration:none; }
.blog_page p { font-family:'Open Sans', sans-serif; font-size:14px; font-weight:400; line-height:1.7em;  color:#000000; }

.blog_page .read { padding:10px 16px; font-weight:400; font-size:14px; font-family:'Open Sans', sans-serif; border:1px solid #FFF; color:#FFF; background:#ff8300; border-radius:0; text-transform:uppercase; webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out;  -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.blog_page .read:hover { background-color:#924a91; color:#FFF; }
/*blog page css end*/

/*blog page keyword css start*/
.key_word{ margin-top:10px; }
.key_word ul { margin:0px; padding:0px; list-style-type:none;}
.key_word li { background:#F0F0F0; font-family:"Roboto", sans-serif; font-size:14px; border:1px solid #D3D3D3; display:inline-block; margin:4px;}
.key_word li a { color:#000; padding:8px; text-decoration:none; font-weight:600; }
.key_word li a:hover {color:#000; text-decoration:underline;}
/*blog page keyword css end*/

/*onload popup css start*/
#enquirypopup .modal-dialog { width:500px; padding:0px ;position:relative; margin-top:80px;}
#enquirypopup .modal-body { padding:0px;}
#enquirypopup .modal-content { border-radius:0px; flex-direction: row;}
#enquirypopup .popup_from { }
#enquirypopup .popup_from h2 { background:#0013AD; font-family:'Roboto', sans-serif; font-weight:600; font-size:22px; color:#FFF; text-transform:uppercase; margin-bottom:10px; text-align:center; padding:20px; line-height:1.8em; clear:none; }
#enquirypopup .popup_from h2 span { font-size:26px; color:#FFF; margin-left:40px; }
#enquirypopup .popup_from h2 span a { color:#FFF; }
#enquirypopup .popup_from h2 span a:hover { color:#FFF; }
#enquirypopup .popup_from p { font-family:'Open Sans', sans-serif;  font-weight:400; font-size:14px; color:#000; text-align:center; margin-top:20px; padding:0px 12px;  }
#enquirypopup .popup_from .popup_from_inner { padding:20px; overflow:hidden; }
#enquirypopup .popup_from .popup_from_inner .form-group {font-family:'Open Sans', sans-serif;  }
#enquirypopup .popup_from .popup_from_inner .form-control { font-family:'Open Sans', sans-serif; font-size:16px; border-color:#dbdbdb; padding:0 10px; height:45px; background-color:#FFF; box-shadow:none; }
#enquirypopup .popup_from .popup_from_inner .form-group input.code { float:left; width:70%; border-radius:none; margin-right:15px; }
#enquirypopup .popup_from .popup_from_inner .captcha { padding:14px; background:#fafafa; border-radius:3px; border:#dbdbdb 1px solid; }
#enquirypopup .popup_from .popup_from_inner .submit { width:100%; font-family:'Open Sans', sans-serif; font-size:16px; color:#FFF; font-weight:600; padding:12px 0; background:#FF0707; cursor:pointer; outline:none; border:none; margin-bottom:20px; box-shadow:none; }
#enquirypopup .popup_from .popup_from_inner .submit:hover { background:#FF0707; color:#FFF; outline:none; border-radius:none; }
#enquirypopup .close { float:right; font-family:'Open Sans', sans-serif; font-size:40px; font-weight:normal; color:#FF0000; text-shadow:none; filter:alpha(opacity=20); opacity:1; margin-right:5px; position:relative; z-index:99999; }
/*onload popup css end*/

/*whatsapp css start*/
.whatsapp_main{ position:fixed; width:60px; height:60px; bottom:120px; left:40px; background-color:#25d366; color:#FFF; border-radius:50px;
text-align:center; font-size:30px; box-shadow: 2px 2px 3px #999;  z-index:100;}
.whatsapp_icon {margin-top:16px;}
.whatsapp_main:hover { color:#fff;}
/*whatsapp css end*/

/*fix phone icss css start*/
.phone_icon_main{ position:fixed; width:60px; height:60px; bottom:40px; left:40px; background-color:#E51024; color:#FFF; border-radius:50px;
text-align:center; font-size:30px; box-shadow: 2px 2px 3px #999;  z-index:100;}
.phone_icon {margin-top:16px;}
.phone_icon_main:hover { color:#FFEE08;}
/*fix phone icss css end*/

.su-table td {margin: 0px; padding:5px;  border:1px solid #000000; outline: none; text-align:center;}

.list_li ol li{ list-style-type:decimal;}


.powered_by {  float:right; font-family: 'Open Sans', sans-serif; font-size:14px; color:#FFF; }
.powered_by img { margin-left:10px; height:30px; }
.powered_by a { text-decoration:none; color:#FFF; }
.powered_by a:hover { color:#b0d52f; text-decoration:none; font-weight:bold;}