
/* Css Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style One / Header Style Two / Header Style Three
5. Main Slider
6. Welcome Section
7. About Style One / Norma / Light Version
8. Sponsors Style One
9. Team Style One
10. Testimonials Style One
11. Contact Style One
12. Parallax Section
13. News Section
14. Main Footer / Style One / Style Two / Style Three
15. Latest Work
16. Two Column Fluidga
17. Team Style Two
18. Testimonial Style Two
19. Sponsors Style Two
20. Combo Section
21. Newsletter Style One
22. About Style Two / Normal / Light Version
23. Testimonials Style Three
24. Contact Style Two
25. Newsletter Style One
26. Map Section
27. Services / Services Single
28. Sidebar
29. Sidebar Widgets
30. Content Side
31. Portfolio Three Column
32. Portfolio Four Column
33. Portfolio Single
34. Blog Grid View
35. Blog List View
36. Blog Single
37. Comments Area
38. Comment Form
39. Styled Pagination
40. Contact Us



**********************************************/


@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i');


@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/animate.css);
@import url(../css/owl.css);
@import url(../css/masterslider.css);
@import url(../css/revolution-slider.css);
@import url(../css/ms-vertical.css);
@import url(../css/polyglot-language-switcher.css);
@import url(../css/navigation.css);
@import url(../css/bootstrap.css);
@import url(../css/bootstrap.min.css);
@import url(../css/layers.css);
@import url(../css/settings.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/hover.css);
@import url(../css/nouislider.css);
@import url(../css/jquery-ui.css);
@import url(../css/jquery.bootstrap-touchspin.css);
@import url(../css/timePicker.css);

/* Status rail */
.status-stream-section{
  --status-rail-gap:18px;
  --status-rail-side-padding:0px;
  --status-card-width:128px;
  --status-card-link-gap:8px;
  --status-media-size:108px;
  --status-media-padding:4px;
  --status-content-width:108px;
  --status-title-size:12px;
  --status-title-line:1.2em;
  padding:60px 0 20px;
}
.status-stream-header{
  margin-bottom:30px;
}
.status-stream-section .section-title{
  color:#222;
}
.status-rail{
  display:flex;
  align-items:flex-start;
  gap:var(--status-rail-gap);
  overflow-x:auto;
  overflow-y:visible;
  padding:8px var(--status-rail-side-padding) 18px;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  -ms-overflow-style:none;
  cursor:grab;
  user-select:none;
  -webkit-user-select:none;
  touch-action:pan-x pan-y;
}
.status-rail::-webkit-scrollbar{
  display:none;
}
.status-rail.is-dragging{
  cursor:grabbing;
  scroll-snap-type:none;
}
.status-card{
  position:relative;
  flex:0 0 var(--status-card-width);
  scroll-snap-align:start;
  background:transparent;
  border:none;
  border-radius:0;
  box-shadow:none;
  overflow:visible;
  aspect-ratio:auto;
}
.status-card-link{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:var(--status-card-link-gap);
  width:100%;
  height:auto;
  color:#222;
  text-align:center;
  background:transparent;
  border:none;
  padding:0;
  user-select:none;
  -webkit-user-select:none;
}
.status-card-link:hover{
  color:#222;
}
.status-card-media{
  position:relative;
  inset:auto;
  flex:0 0 auto;
  width:100%;
  max-width:var(--status-media-size);
  height:auto;
  aspect-ratio:1 / 1;
  padding:var(--status-media-padding);
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  border-radius:50%;
  overflow:hidden;
  background:linear-gradient(135deg, #25d366 0%, #4ac3ed 32%, #7b5cff 65%, #ff5ca8 100%);
  box-shadow:0 12px 24px rgba(15, 23, 42, .16);
}
.status-card-media img,
.status-card-media video{
  position:relative;
  inset:auto;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  aspect-ratio:1 / 1;
  border-radius:50%;
  border:4px solid #fff;
  background:#eef2f7;
}
.status-card-media video{
  pointer-events:none;
}
.status-card-overlay{
  display:none;
}
.status-card-content{
  position:static;
  inset:auto;
  width:100%;
  max-width:var(--status-content-width);
  margin:0 auto;
  padding:0;
  color:#222;
  z-index:auto;
}
.status-card-badge{
  display:none;
  padding:0;
  border-radius:0;
  background:none;
  color:#60c5e4;
  font-size:10px;
  font-weight:700;
  line-height:1.4em;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:6px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.status-card-date{
  display:none;
}
.status-card-title{
  color:#16253a;
  font-size:var(--status-title-size);
  line-height:var(--status-title-line);
  margin:0 0 2px;
  font-weight:700;
  letter-spacing:-0.01em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.status-card-subtitle{
  color:#728196;
  font-size:10px;
  line-height:1.22em;
  margin:0;
  word-break:break-word;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.status-modal-open{
  overflow:hidden;
}
.status-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
}
.status-modal.is-visible{
  display:block;
  animation:statusViewerFade .18s ease-out;
}
.status-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(4, 9, 18, .88);
  backdrop-filter:blur(8px);
}
.status-modal-dialog{
  position:fixed;
  top:0;
  bottom:0;
  left:50%;
  z-index:2;
  width:min(430px, 100vw);
  max-width:none;
  height:100vh;
  height:100dvh;
  margin:0;
  transform:translateX(-50%);
  outline:none;
}
.status-modal-frame{
  position:relative;
  width:100%;
  height:100%;
  border-radius:0;
  overflow:hidden;
  background:#0b141a;
  box-shadow:0 30px 90px rgba(0,0,0,.52);
}
.status-modal-progress{
  position:absolute;
  top:14px;
  left:16px;
  right:16px;
  z-index:6;
  display:flex;
  gap:5px;
}
.status-modal-progress-item{
  flex:1 1 0;
  height:3px;
  border-radius:999px;
  background:rgba(255,255,255,.22);
}
.status-modal-progress-item.is-complete{
  background:rgba(255,255,255,.62);
}
.status-modal-progress-item.is-active{
  background:#fff;
}
.status-modal-header{
  position:absolute;
  top:24px;
  left:16px;
  right:16px;
  z-index:7;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}
.status-modal-profile{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.status-modal-avatar-ring{
  width:42px;
  height:42px;
  padding:2px;
  border-radius:50%;
  background:linear-gradient(135deg, #25d366 0%, #4ac3ed 34%, #7b5cff 68%, #ff5ca8 100%);
  flex:0 0 auto;
}
.status-modal-avatar-ring img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:50%;
  border:2px solid #fff;
  background:#e5edf5;
}
.status-modal-profile-text{
  min-width:0;
}
.status-modal-service{
  display:block;
  color:#fff;
  font-size:13px;
  line-height:1.2em;
  font-weight:700;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:230px;
}
.status-modal-date{
  display:block;
  margin-top:3px;
  font-size:11px;
  line-height:1.3em;
  color:rgba(255,255,255,.76);
}
.status-modal-close{
  position:relative;
  z-index:7;
  width:38px;
  height:38px;
  border:none;
  border-radius:50%;
  background:rgba(6, 14, 24, .46);
  color:#fff;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
.status-modal-hitarea{
  position:absolute;
  top:0;
  bottom:0;
  z-index:5;
  width:32%;
  border:none;
  background:transparent;
  padding:0;
}
.status-modal-hitarea-left{
  left:0;
}
.status-modal-hitarea-right{
  right:0;
}
.status-modal-hitarea:disabled{
  pointer-events:none;
}
.status-modal-hiticon{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:36px;
  height:36px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(6, 14, 24, .34);
  color:#fff;
  font-size:22px;
  opacity:0;
  transition:opacity .2s ease, transform .2s ease;
}
.status-modal-hitarea-left .status-modal-hiticon{
  left:14px;
}
.status-modal-hitarea-right .status-modal-hiticon{
  right:14px;
}
.status-modal-dialog:hover .status-modal-hiticon,
.status-modal-hitarea:focus .status-modal-hiticon{
  opacity:.92;
}
.status-modal-hitarea:disabled .status-modal-hiticon{
  opacity:.18;
}
.status-modal-image-wrap,
.status-modal-image-wrap img,
.status-modal-image-wrap video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.status-modal-image-wrap img,
.status-modal-image-wrap video{
  object-fit:cover;
}
.status-modal-image-wrap video{
  background:#000;
}
.status-modal-image-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(6, 13, 24, .75) 0%, rgba(6, 13, 24, .14) 24%, rgba(6, 13, 24, .18) 44%, rgba(6, 13, 24, .62) 72%, rgba(6, 13, 24, .92) 100%);
}
.status-modal-meta{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:6;
  padding:0 16px 18px;
  color:#fff;
}
.status-modal-caption{
  padding:18px 16px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(10, 20, 32, .18) 0%, rgba(10, 20, 32, .72) 35%, rgba(10, 20, 32, .94) 100%);
  backdrop-filter:blur(8px);
}
.status-modal-meta h3{
  color:#fff;
  font-size:24px;
  line-height:1.22em;
  margin-bottom:8px;
  font-weight:700;
}
.status-modal-meta p{
  color:rgba(255,255,255,.92);
  font-size:14px;
  line-height:1.65em;
  margin-bottom:0;
}
.status-modal-meta p[hidden]{
  display:none;
}
.status-modal-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:190px;
  margin-top:14px;
  padding:11px 22px;
  border-radius:999px;
  background:#25d366;
  color:#08141d;
  font-weight:700;
  box-shadow:0 16px 35px rgba(37, 211, 102, .28);
}
.status-modal-action:hover{
  background:#42de7b;
  color:#08141d;
}
@keyframes statusViewerFade{
  from{
    opacity:0;
  }
  to{
    opacity:1;
  }
}
@media (max-width: 767px){
  .status-stream-section{
    --status-rail-gap:10px;
    --status-card-width:calc((100% - 20px) / 3);
    --status-card-link-gap:6px;
    --status-media-size:74px;
    --status-media-padding:3px;
    --status-content-width:100%;
    --status-title-size:10px;
    --status-title-line:1.22em;
    padding:50px 0 0;
  }
  .status-stream-section .container{
    padding-left:12px;
    padding-right:12px;
  }
  .status-rail{
    padding:4px 0 14px;
    scroll-padding-inline:0;
  }
  .status-card{
    min-width:0;
  }
  .status-card-media{
    margin-inline:auto;
    width:100%;
  }
  .status-card-media img,
  .status-card-media video{
    border-width:3px;
  }
  .status-card-content{
    padding-top:0;
  }
  .status-card-title{
    min-height:25px;
  }
  .status-card-subtitle{
    display:none;
  }
  .status-modal-dialog{
    top:0;
    right:0;
    bottom:0;
    left:0;
    transform:none;
    width:100vw;
    height:100vh;
    height:100dvh;
    margin:0;
  }
  .status-modal-frame{
    border-radius:0;
  }
  .status-modal-header{
    top:20px;
    left:12px;
    right:12px;
  }
  .status-modal-progress{
    top:12px;
    left:12px;
    right:12px;
  }
  .status-modal-meta{
    padding:0 12px 14px;
  }
  .status-modal-caption{
    padding:16px 14px;
    border-radius:20px;
  }
  .status-modal-meta h3{
    font-size:20px;
  }
  .status-modal-meta p{
    font-size:13px;
  }
  .status-modal-service{
    max-width:160px;
  }
  .status-modal-action{
    width:100%;
    min-width:0;
  }
  .status-modal-hiticon{
    opacity:.72;
  }
}


@media (min-width:1200px) {
  .container {
    padding: 0px;
  }
}



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:15px;
  color:#777777;
  line-height:1.8em;
  font-weight:400;
  background:#ffffff;
  font-family: 'Open Sans',sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

a{
  text-decoration:none;
  cursor:pointer;
  color:#f8b239;
}

a:hover,a:focus,a:visited{
  text-decoration:none;
  outline:none;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Titillium Web', sans-serif;
  font-weight:normal;
  margin:0px;
  background:none;
  line-height:1.6em;
}

input,button,select,textarea{
  font-family: 'Assistant', sans-serif;
}

p{
  position:relative;
  line-height:1.8em;  
}

.strike-through{
  text-decoration:line-through; 
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.page-wrapper{
  position:relative;
  margin:0 auto;
  width:100%;
  min-width:300px;
  overflow: hidden;
  
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

.theme-btn{
  display:inline-block;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  font-family: 'Assistant', sans-serif;
}

.centered{
  text-align:center;  
}

.anim-3,.anim-3-all *{
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;  
}

.anim-5,.anim-5-all *{
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;  
}

.anim-7,.anim-7-all *{
  transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -webkit-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;  
}

a.btn-style-one{
  position: relative;
  color: #ffffff;
  font-size: 14px;
  background: #60c5e4;
  border: 1px solid #60c5e4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 26px 12px 28px;
  text-transform: uppercase;
  display: inline-block;
  transition:all 500ms ease;
}
a.btn-style-one:hover{
  color: #60c5e4;
  background: transparent;
  border: 1px solid #60c5e4;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transition:all 500ms ease;
}
.banner a.btn-style-one:hover{
  transform: none;
  -webkit-transform: none;
}

.btn-style-two{
  position: relative;
  color: #2f323c !important;
  font-size: 14px;
  text-align: center !important;
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 26px 12px 28px;
  transition:all 500ms ease;
}
.btn-style-two:hover{
  color: #fff !important;
  background: #60c5e4 !important;
  border: 1px solid #60c5e4 !important;
  transition:all 500ms ease;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.btn-style-three{
  position: relative;
  color: #222222 !important;
  font-size: 16px;
  font-family: 'Rasa', serif;
  background: #ffffff !important;
  text-align: center;
  display: inline-block;
  border: 1px solid #ffffff !important;
  line-height: 26px;
  font-weight: 600;
  padding: 10px 30px;
  transition:all 500ms ease;
}
.btn-style-three:hover{
  position: relative;
  color: #ffffff !important;
  background: #f8b239 !important;
  border: 1px solid #f8b239 !important;
  font-weight: 600;
  transition:all 500ms ease;
}

.theme-btn .fa{
  position:relative;
  top:2px;
  padding-left:7px;
}

.theme_color{
  color:#fbca00;  
}

.light-font{
  font-weight:300;  
}

.regular-font{
  font-weight:400;  
}

.semibold-font{
  font-weight:600;  
}

.bold-font{
  font-weight:700;  
}

.padd-top-10{
  padding-top:10px !important;  
}

.padd-top-20{
  padding-top:20px !important;  
}

.padd-top-30{
  padding-top:30px !important;  
}

.padd-top-40{
  padding-top:40px !important;  
}

.padd-top-50{
  padding-top:50px !important;  
}

.padd-top-60{
  padding-top:60px !important;  
}

.padd-top-70{
  padding-top:70px !important;  
}

.padd-left-10{
  padding-left:10px !important; 
}

.padd-left-20{
  padding-left:20px !important; 
}

.padd-left-30{
  padding-left:30px !important; 
}

.padd-left-40{
  padding-left:40px !important; 
}

.padd-left-50{
  padding-left:50px !important; 
}

.padd-left-60{
  padding-left:60px !important; 
}

.padd-left-70{
  padding-left:70px !important; 
}

.padd-bott-10{
  padding-bottom:10px !important; 
}

.padd-bott-20{
  padding-bottom:20px !important; 
}

.padd-bott-30{
  padding-bottom:30px !important; 
}

.padd-bott-40{
  padding-bottom:40px !important; 
}

.padd-bott-50{
  padding-bottom:50px !important; 
}

.padd-bott-60{
  padding-bottom:60px !important; 
}

.padd-bott-70{
  padding-bottom:70px !important; 
}

.padd-bott-90{
  padding-bottom:90px !important; 
}

.padd-bott-100{
  padding-bottom:100px !important;  
}

.padd-right-10{
  padding-right:10px !important;  
}

.padd-right-20{
  padding-right:20px !important;  
}

.padd-right-30{
  padding-right:30px !important;  
}

.padd-right-40{
  padding-right:40px !important;  
}

.padd-right-50{
  padding-right:50px !important;  
}

.padd-right-60{
  padding-right:60px !important;  
}

.padd-right-70{
  padding-right:70px !important;  
}

.margin-top-10{
  margin-top:10px !important; 
}

.margin-top-20{
  margin-top:20px !important; 
}

.margin-top-30{
  margin-top:30px !important; 
}

.margin-top-40{
  margin-top:40px !important; 
}

.margin-top-50{
  margin-top:50px !important; 
}

.margin-top-60{
  margin-top:60px !important; 
}

.margin-top-70{
  margin-top:70px !important; 
}

.margin-bott-10{
  margin-bottom:10px !important;  
}

.margin-bott-20{
  margin-bottom:20px !important;  
}

.margin-bott-30{
  margin-bottom:30px !important;  
}

.margin-bott-40{
  margin-bottom:40px !important;  
}

.margin-bott-50{
  margin-bottom:50px !important;  
}

.margin-bott-60{
  margin-bottom:60px !important;  
}

.margin-bott-70{
  margin-bottom:70px !important;  
}

.no-padd-bottom{
  padding-bottom:0px !important;  
}

.no-padd-top{
  padding-top:0px !important; 
}

.no-margin-bottom{
  margin-bottom:0px !important; 
}

.no-margin-top{
  margin-bottom:0px !important; 
}

.no-padd-left{
  padding-left:0px !important;  
}

.no-padd-right{
  padding-right:0px !important; 
}

.bg-lightgrey{
  background-color:#f6f6f6 !important;  
}

.no-bg{
  background:none !important; 
}

.text-uppercase{
  text-transform:uppercase !important;  
}

.preloader{position: fixed; left:0px;top:0px;height:100%;width: 100%;z-index:999999;background-color:#ffffff;background-position:center center;background-repeat:no-repeat;background-image:url(../images/icons/preloader.gif);}

/*** 

====================================================================
  Scroll To Top style
====================================================================

***/

.scroll-to-top{
  position:fixed;
  bottom:15px;
  right:15px;
  color:#ffffff;
  font-size:12px;
  line-height:32px;
  width:35px;
  height:35px;
  border: 1px solid #60c5e4;
  background: #60c5e4;
  text-align:center;
  z-index:100;
  cursor:pointer;
  display: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;
}

.scroll-to-top:hover{
  border: 1px solid #60c5e4;
  color: #60c5e4;
  background: transparent;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transition: all 500ms ease;
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.27);
}



/*** 

====================================================================
                        Home-Page
====================================================================

***/

/** main header **/


.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  background: #f7f7f7;
  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%;
  background: #071740;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}


.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.main-header .header-upper{
  position: relative;
  background: #60c5e4;
  padding: 9px 0px;
}
.main-header .header-upper:before {
    background: #60c5e4 none repeat scroll 0 0;
    content: "";
    height: 73px;
    right: -53px;
    position: absolute;
    top: -28px;
    transform: skewX(139deg);
    width: 60px;
    z-index: -1;
}
.main-header .header-upper:after {
    background: #60c5e4 none repeat scroll 0 0;
    content: "";
    height: 73px;
    left: -53px;
    position: absolute;
    top: -28px;
    transform: skewX(-139deg);
    width: 60px;
    z-index: -1;
}
.main-header .header-upper .top-left .text{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
}
.main-header .header-upper .top-right{
  position: relative;
  display: inline-block;
  float: right;
}
.main-header .header-upper .top-right .text{
  position: relative;
  display: inline-block;
  margin-right: 38px;
}
.main-header .header-upper .top-right .text:before{
  position: absolute;
  content:'';
  background: #a9d9e7;
  height: 19px;
  width: 1px;
  right: -27px;
  top: 4px;
}
.main-header .header-upper .top-right .text a{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 25px;
  color: #fff;
}
.main-header .header-upper .top-right .social-link{
  position: relative;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.main-header .header-upper .top-right .social-link li{
  display: inline-block;
  margin-left: 13px;
}
.main-header .header-upper .top-right .social-link li a{
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  transition: all 500ms ease;
}
.main-header .header-upper .top-right .social-link li a:hover{
  color: #262833;
  transition: all 500ms ease;
}
.language-switcher{
  display: inline-flex;
  align-items: center;
  margin-right: 18px;
  vertical-align: middle;
}
.language-switcher__button{
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  margin-left: 6px;
  padding: 6px 8px;
  text-transform: uppercase;
  transition: all 300ms ease;
}
.language-switcher__button:first-child{
  margin-left: 0px;
}
.language-switcher__button:hover,
.language-switcher__button.is-active{
  background: #e33a0c;
  border-color: #e33a0c;
  color: #fff;
}
.language-switcher__button:focus{
  outline: none;
}
.main-header .outer-area{
  position: relative;
  padding: 20px 0px;
}
.main-header .outer-area .logo{
  position: relative;
  padding: 8px 0px;
  display: inline-block;
}
.main-header .outer-area .single-info-box{
  position: relative;
  display: inline-block;
  padding: 8px 0px 0px 0px;
  float: right;
}
.main-header .outer-area .single-info{
  position: relative;
  display: inline-block;
  margin-left: 17px;
  padding: 12px 0px 0px 50px;
  vertical-align: top;
}
.main-header .outer-area .single-info .icon-box{
  position: absolute;
  left: 0px;
  top: 22px;
}
.main-header .outer-area .single-info .icon-box i:before{
  font-size: 33px;
  color: #000;
  margin: 0px;
}
.main-header .outer-area .single-info.single-info--phones .icon-box i:before{
  color: #60c5e4;
}
.main-header .outer-area .single-info .title{
  font-size: 17px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 27px;
  color: #222;
  margin-bottom: -5px;
}
.main-header .outer-area .single-info .text{
  font-size: 18px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 28px;
  color: #777777;
}
.main-header .outer-area .single-info .text a{
  color: #777777;
}
.main-header .outer-area .single-info .text-phone{
  font-size: 18px;
  font-family: 'Open Sans',sans-serif;
  line-height: 28px;
  color: #60c5e4;
  font-weight: 700;
}
.main-header .outer-area .single-info--phones{
  min-width: 190px;
}
.main-header .outer-area .single-info--phones .icon-box{
  top: 22px;
}
.header-phone-dropdown{
  position: relative;
}
.header-phone-toggle,
.header-mobile-phone-toggle{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0px;
  background: transparent;
  border: none;
}
.main-header .outer-area .single-info .header-phone-toggle{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  font-size: 17px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 27px;
  color: #222;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0px;
}
.header-phone-toggle-row{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header-phone-note{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Titillium Web',sans-serif;
  color: #777777;
  font-weight: 400;
  margin-top: -6px;
}
.header-phone-toggle i,
.header-mobile-phone-toggle i{
  transition: transform 300ms ease;
}
.header-phone-dropdown.is-open .header-phone-toggle i,
.header-phone-dropdown.is-open .header-mobile-phone-toggle i{
  transform: rotate(180deg);
}
.header-phone-menu{
  display: none;
}
.main-header .outer-area .header-phone-menu{
  position: absolute;
  top: calc(100% + 10px);
  left: 0px;
  min-width: 220px;
  padding: 12px 0px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  z-index: 30;
}
.header-phone-dropdown.is-open .header-phone-menu{
  display: block;
}
.main-header .outer-area .header-phone-menu a{
  display: block;
  padding: 7px 16px;
  font-size: 15px;
  line-height: 24px;
  color: #60c5e4;
  font-weight: 700;
}
.main-header .outer-area .header-phone-menu a:hover{
  background: #f4f8fb;
}
.header-mobile-contacts{
  display: none;
  background: #071740;
  border: 1px solid #ffffff;
  border-top: none;
  padding: 14px 14px 16px;
}
.header-mobile-contact{
  padding: 10px 0px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.header-mobile-contact:first-child{
  border-top: none;
  padding-top: 0px;
}
.header-mobile-contact-label{
  color: #60c5e4;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.header-mobile-contact-value,
.header-mobile-contact-link{
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  word-break: break-word;
}
.header-mobile-contact-link:hover{
  color: #60c5e4;
}
.header-mobile-phone-toggle{
  width: 100%;
  justify-content: space-between;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.header-mobile-contacts .header-phone-menu{
  padding-top: 10px;
}
.header-mobile-contacts .header-phone-menu a{
  display: block;
  padding: 6px 0px;
  color: #60c5e4;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}
.floating-contact-widget{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:1200;
}
.floating-contact-toggle{
  position:relative;
  width:64px;
  height:64px;
  border:none;
  border-radius:50%;
  background:linear-gradient(135deg, #071740 0%, #0f4c81 100%);
  color:#ffffff;
  font-size:26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 42px rgba(7, 23, 64, 0.28);
  transition:transform 250ms ease, box-shadow 250ms ease, background 250ms ease;
}
.floating-contact-toggle:hover,
.floating-contact-toggle:focus{
  color:#ffffff;
  outline:none;
  transform:translateY(-2px);
  box-shadow:0 22px 48px rgba(7, 23, 64, 0.34);
}
.floating-contact-menu{
  position:absolute;
  right:0;
  bottom:calc(100% + 14px);
  width:220px;
  padding:12px;
  border-radius:18px;
  background:#ffffff;
  box-shadow:0 22px 50px rgba(15, 23, 42, 0.18);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(18px) scale(0.96);
  transform-origin:bottom right;
  transition:opacity 250ms ease, visibility 250ms ease, transform 250ms ease;
}
.floating-contact-widget.is-open .floating-contact-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}
.floating-contact-widget.is-open .floating-contact-toggle{
  background:linear-gradient(135deg, #0f4c81 0%, #1f8dd6 100%);
}
.floating-contact-link{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border-radius:14px;
  color:#1a2433;
  transition:background 220ms ease, transform 220ms ease;
}
.floating-contact-link + .floating-contact-link{
  margin-top:8px;
}
.floating-contact-link:hover,
.floating-contact-link:focus{
  background:#f4f8fc;
  color:#1a2433;
  transform:translateX(-3px);
  outline:none;
}
.floating-contact-link__icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 42px;
  font-size:20px;
  color:#ffffff;
}
.floating-contact-link--whatsapp .floating-contact-link__icon{
  background:#25d366;
}
.floating-contact-link--phone .floating-contact-link__icon{
  background:#0f4c81;
}
.floating-contact-link__body{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.floating-contact-link__title{
  font-size:15px;
  line-height:20px;
  font-weight:700;
}
.floating-contact-link__value{
  font-size:13px;
  line-height:18px;
  color:#5f6f82;
}
.header-lower{
  position: relative;
  background: #262833;
  width: 100%;
}

.main-menu{
  position:relative;
  display: inline-block;
}

.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation{
  position:relative;
  margin:0px;
}

.main-menu .navigation > li{
  position:relative;
  display: inline-block;
  margin-right: 40px;
}
.main-menu .navigation > li:last-child{
  margin-right: 0px;
}

.main-menu .navigation > li > a > i:before{
  margin-right: 5px;
  font-size: 16px;
}
.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:16px;
  color: #fff;
  line-height: 29px;
  font-weight:600;
  padding:19px 17px 17px 0px;
  text-align: center;
  text-transform:uppercase;
  font-family: 'Open Sans', sans-serif;
  opacity:1;
  -webkit-transition:all 500ms ease;
}
.sticky-header .main-menu .navigation > li > a{
  line-height: 39px;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  color: #60c5e4;
  background: none;
  transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a:after{
  opacity:1;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top:130%;
  margin-top: 0px;
  width:220px;
  padding:0px;
  z-index:100;
  display:none;
  background:#a29afb;
  border-top:3px solid #60c5e4;
  transition:all 1000ms ease;
  -moz-transition:all 1000ms ease;
  -webkit-transition:all 1000ms ease;
  -ms-transition:all 1000ms ease;
  -o-transition:all 1000ms ease;
}
.sticky-header .main-menu .navigation > li > ul{
  margin-top: 0px;
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  border-bottom:1px solid rgba(255,255,255,0.30);
}
.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 15px;
  line-height:28px;
  font-weight:400;
  background: #071740;
  font-size:15px;
  font-family: 'Rubik', sans-serif;
  text-transform:capitalize;
  color: #ffffff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
  background: #fff;
  color: #60c5e4;
  transition:all 500ms ease;
  padding: 10px 15px 10px 18px;
}


.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
    color:#ffffff;
    transition:all 500ms ease;  
}
.main-menu .navigation > li > ul.services-dropdown-menu{
  width:480px;
  max-height:70vh;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
}
.main-menu .navigation > li > ul.services-dropdown-menu > li.services-dropdown-menu__overview{
  border-bottom:1px solid rgba(255,255,255,0.30);
}
.main-menu .navigation > li > ul.services-dropdown-menu > li.services-dropdown-menu__columns{
  padding:0;
  border-bottom:none;
  background:#071740;
}
.main-menu .navigation > li > ul.services-dropdown-menu .services-dropdown-menu__columns{
  display:flex;
  align-items:flex-start;
}
.main-menu .navigation > li > ul.services-dropdown-menu .services-dropdown-menu__column{
  width:50%;
  margin:0;
  padding:0;
}
.main-menu .navigation > li > ul.services-dropdown-menu .services-dropdown-menu__column + .services-dropdown-menu__column{
  border-left:1px solid rgba(255,255,255,0.16);
}
.main-menu .navigation > li > ul.services-dropdown-menu .services-dropdown-menu__column > a{
  position:relative;
  display:block;
  padding:10px 15px;
  line-height:28px;
  font-weight:400;
  background:#071740;
  font-size:15px;
  font-family:'Rubik', sans-serif;
  color:#ffffff;
  transition:all 500ms ease;
}
.main-menu .navigation > li > ul.services-dropdown-menu .services-dropdown-menu__column > a + a{
  border-top:1px solid rgba(255,255,255,0.30);
}
.main-menu .navigation > li > ul.services-dropdown-menu .services-dropdown-menu__column > a:hover{
  background:#fff;
  color:#60c5e4;
  padding:10px 15px 10px 18px;
}
.main-menu .navigation > li > ul.services-dropdown-menu::-webkit-scrollbar{
  width:8px;
}
.main-menu .navigation > li > ul.services-dropdown-menu::-webkit-scrollbar-thumb{
  background:rgba(96, 197, 228, 0.55);
  border-radius:999px;
}

.main-menu .navigation > li.dropdown:hover > ul{
    visibility:visible;
    opacity:1;
  top:100%;
  transition:all 500ms ease;  
}


.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  display: none;
  right: 2px;
  top: 5px;
  border:none;
  font-size:16px;
  line-height:28px;
  color:#d4dae3;
  cursor:pointer;
  z-index:5;
}
.main-menu .navbar-collapse > ul li.current .dropdown-btn{
  color: #a29afb;
}
.sticky-header .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  top: 0px;
}
.more-option {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0px;
    border-radius: 5px;
}
.sticky-header .more-option{
  top: 26px;
}
.more-option li {
    padding: 10px 0px;
    position: relative;
    display: inline-block;
}
.more-option .seach-toggle {
    background: transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 21px;
    position: relative;
    text-align: center;
    padding: 0px 15px 0px 20px;
    transition: all 500ms ease;
}
.more-option .seach-toggle:hover{
  color: #60c5e4;
  transition: all 500ms ease;
}
.more-option .search-box {
    opacity: 0;
    position: absolute;
    right: 125px;
    top: 321%;
    transition: all 500ms ease 0s;
    visibility: hidden;
}
.more-option li {
    padding: 10px 0px;
    position: relative;
    display: inline-block;
}
.more-option .search-box .form-group {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}
.more-option .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #60c5e4;
    color: #60c5e4;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 50px;
}
.more-option .search-box .form-group button, .nav_right_area .search-box .form-group input[type="submit"] {
    background: #60c5e4;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0px;
    width: 40px;
    transition: all 500ms ease 0s;
}
.more-option .search-box.now-visible {
    top: 216%;
    right: 0%;
    opacity: 1;
    visibility: visible;
}
.sticky-header .more-option .search-box.now-visible{
  top: 234%;
}

/** banner section **/

.home-hero-banner{
  position: relative;
}
.home-hero-carousel,
.home-hero-carousel .carousel-inner,
.home-hero-carousel .item{
  min-height: 650px;
}
.home-hero-slide{
  position: relative;
  min-height: 650px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 17, 28, .78) 0%, rgba(12, 17, 28, .35) 55%, rgba(12, 17, 28, .08) 100%);
}
.home-hero-content{
  position: relative;
  z-index: 2;
  max-width: 680px;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 0 110px;
}
.home-hero-content .text{
  max-width: 560px;
  margin-top: 18px;
}
.home-hero-content .banner-title h1,
.home-hero-content .banner-title h2,
.home-hero-content .text,
.home-hero-content .btn-style-one{
  left: 0;
}
.home-hero-actions{
  margin-top: 34px;
}
.home-hero-carousel .carousel-control{
  width: 60px;
  background: none;
  opacity: 1;
  text-shadow: none;
}
.home-hero-carousel .carousel-control span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: rgba(34, 34, 34, .35);
  border: 1px solid rgba(255, 255, 255, .25);
}
.home-hero-carousel .left.carousel-control span{
  left: 10px;
}
.home-hero-carousel .right.carousel-control span{
  right: 10px;
}

.banner-title h2{
  font-size: 36px;
  font-family: 'Titillium Web',sans-serif;
  color: #60c5e4;
  line-height: 40px;
  font-weight: 600;
}
.banner-title h1{
  font-size: 58px;
  font-family: 'Titillium Web',sans-serif;
  color: #fff;
  line-height: 60px;
  font-weight: 600;
}
.banner .text{
  position: relative;
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
  line-height: 25px;
  color: #fff;
}

/** about-section **/

.about-section{
  position: relative;
  background: #fff;
}
.about-section .about-content{
  position: relative;
  padding: 218px 55px 220px 0px;
}
.about-section .about-content:before{
  position: absolute;
  content: '';
  background: url(../images/about/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  right: 30%;
  top: 0px;
  width: 150%;
  height: 100%;
}
.about-section .about-content .text{
  position: relative;
  font-size: 30px;
  font-family: 'Titillium Web',sans-serif;
  color: #60c5e4;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 3px;
}
.title{
  position: relative;
  font-size: 44px;
  font-family: 'Titillium Web',sans-serif;
  color: #222;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 26px;
}
.about-section .about-content h4{
  font-size: 17px;
  font-family: 'Open Sans',sans-serif;
  line-height: 28px;
  color: #222;
  margin-bottom: 15px;
}
.about-section .about-content p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 32px;
}
.about-section .about-btn a.btn-style-one{
  padding: 12px 29px;
  margin-right: 17px;
}
.about-section .about-btn a.btn-style-two{
  padding: 12px 20px;
}
#html5-watermark {
    background: #ff2b58;
    display: none !important;
    z-index: 9999999999;
}
.video-section{
  position: relative;
  margin: 100px 0px 64px 0px;
}
.video-section:before{
  position: absolute;
  content: '';
  background: url(../images/about/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 100px;
  top: 0px;
  width: 250%;
  height: 550px;
}
.video-section:after{
  position: absolute;
  content: '';
  background: #60c5e4;
  left: 100px;
  top: 0px;
  width: 5000px;
  height: 550px;
  opacity: .8;
}
.video-section .fluid-image img{
  position: relative;
  z-index: 1;
  left: 3px;
  padding: 75px 0px 0px 0px;
}
.video-section .fluid-image span{
  position: absolute;
  top: 50%;
  left: 45%;
  background: #fff;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  box-shadow: 0px 0px 0px 10px rgba(245, 245, 245, 0.33);
  z-index: 1;
}
.video-section .fluid-image span:before{
  font-size: 32px;
  color: #60c5e4;
  margin: 0px;
}
.section-title{
  position: relative;
  font-size: 40px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 44px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 73px;
}
.section-title:before{
  position: absolute;
  content: "\f118";
  font-family: 'Flaticon';
  left: 50%;
  margin-left: -25px;
  bottom: -40px;
  font-size: 32px;
  font-weight: 400;
  color: #60c5e4;
  transform: rotate(135deg);
}

/** service-section **/

.service-section{
  position: relative;
  padding: 90px 0px 100px 0px;
  background: url(../images/service/service-bg.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-section:before{
  position: absolute;
  content: '';
  background: #101516;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .3;
}
.service-section--media-bg{
  background:none;
  overflow:hidden;
  isolation:isolate;
}
.service-section--media-bg:before{
  display:none;
}
.service-section--media-bg .service-section-bg,
.service-section--media-bg .service-section-shade{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.service-section--media-bg .service-section-bg{
  z-index:0;
}
.service-section--media-bg .service-section-bg img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:scale(1.03);
}
.service-section--media-bg .service-section-shade{
  z-index:1;
  background:linear-gradient(180deg, rgba(10, 18, 24, .84) 0%, rgba(13, 24, 32, .68) 40%, rgba(12, 22, 30, .78) 100%);
}
.service-section--media-bg > .container{
  position:relative;
  z-index:2;
}
.service-section .single-item{
  position: relative;
  background: #fff;
  padding: 20px 20px 22px 20px;
}
.home-services-grid,
.home-experts-grid,
.home-news-grid{
  display:flex;
  flex-wrap:wrap;
}
.home-services-grid__item,
.home-experts-grid__item,
.home-news-grid__item{
  display:flex;
  float:none;
  margin-bottom:30px;
}
.home-service-card,
.home-expert-card,
.home-news-card{
  display:flex;
  flex-direction:column;
  width:100%;
  height:100%;
}
.home-service-card .inner-box,
.home-expert-card .inner-box,
.home-news-card .inner-box{
  position:relative;
  overflow:hidden;
}
.home-service-card__media,
.home-expert-card__media,
.home-news-card__media,
.home-choose-media{
  position:relative;
  overflow:hidden;
  background:#eef2f7;
}
.home-service-card__media{
  aspect-ratio: 4 / 3;
}
.home-expert-card__media{
  aspect-ratio: 4 / 5;
}
.home-news-card__media{
  aspect-ratio: 16 / 10;
}
.home-choose-media{
  aspect-ratio: 5 / 6;
  border-radius:18px;
  box-shadow:0 22px 48px rgba(15, 23, 42, .12);
}
.home-service-card__media img,
.home-expert-card__media img,
.home-news-card__media img,
.home-choose-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
}
.home-service-card .inner-box{
  display:flex;
  flex-direction:column;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 40px rgba(15, 23, 42, .08);
}
.home-service-card .overlay-box{
  display:none;
}
.home-service-card .img-content{
  position:static;
  left:auto;
  right:auto;
  top:auto;
  bottom:auto;
  width:100%;
  height:auto;
  opacity:1;
  visibility:visible;
  text-align:left;
  padding:18px 0 0;
  background:none;
}
.home-service-card .img-content p{
  color:#6c7a89;
  margin-bottom:14px;
}
.home-service-card .img-title{
  padding-top:18px;
}
.home-service-card .img-title a{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.home-expert-card .inner-box{
  border-radius:18px;
}
.home-expert-card .single-content{
  flex:1 1 auto;
  padding-top:18px;
}
.home-news-card{
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 40px rgba(15, 23, 42, .08);
}
.home-news-card .img-box,
.home-news-card .img-box figure,
.home-news-card .img-box a{
  display:block;
  height:100%;
}
.home-news-card .news-content{
  flex:1 1 auto;
  padding:0 18px 20px;
}
.home-news-card .news-content .top-content{
  margin-left:76px;
}
.home-news-card .news-content p{
  min-height:78px;
}
.home-choose-media figure{
  position:relative;
  width:100%;
  height:100%;
  margin:0;
}
.service-section .img-box img{
  position: relative;
  width: 100%;
}
.service-section .overlay-box {
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}
.service-section .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0%;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
    background: #60c5e4;
    opacity: .9;
}
.service-section .inner-box:hover .overlay-box {
    top: 0px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.service-section .inner-box {
    position: relative;
    overflow: hidden;
}
.service-section .img-content{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 500ms ease;
    opacity: 0;
}
.service-section .inner-box:hover .img-content{
    opacity: 1;
    text-align: center;
    left: 0px;
    top: 20%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    -moz-transition: all 500ms ease 500ms;
}
.service-section .img-content p {
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #fff;
  padding: 0px 10px;
  margin-bottom: 25px;
  font-weight: 400;
}
.service-section .img-content a{
  font-size: 13px;
  font-family: 'Open Sans',sans-serif;
  line-height: 24px;
  color: #000022;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 22px;
  background: #fff;
  transition: all 500ms ease;
}
.service-section .img-content a:hover{
  color: #60c5e4;
  transition: all 500ms ease;
}
.service-section .img-title a{
  font-size: 20px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  padding: 0px 0px;
  display: inline-block;
  margin-top: 15px;
  transition: all 500ms ease;
}
.service-section .single-item:hover .img-title a{
  color: #60c5e4;
  transition: all 500ms ease;
}

/** catagory-section **/

.catagory-section{
  position: relative;
  background: #fff;
  padding: 93px 0px 70px 0px;
}
.catagory-section .section-title{
  color: #222;
}
.catagory-section .single-item{
  position: relative;
  display: block;
  padding: 25px 0px 22px 85px;
  border: 1px solid #e5e5e5;
  margin-left: 35px;
  margin-bottom: 30px;
  text-decoration: none;
}
.catagory-section .single-item .icon-box{
  position: absolute;
  left: -35px;
  top: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}
.catagory-section .single-item:hover .icon-box{
  background: #60c5e4;
  border: 1px solid #60c5e4;
  transition: all 500ms ease;
}
.catagory-section .single-item .icon-box i:before{
  margin: 0px;
  line-height: 90px;
  font-size: 30px;
  color: #848484;
  transition: all 500ms ease;
}
.catagory-section .single-item:hover i:before{
  color: #fff;
  transition: all 500ms ease;
}
.catagory-section .single-item h3{
  font-size: 20px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  margin-bottom: 11px;
}
.catagory-section .single-item p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 25px;
  color: #848484;
}
.catagory-section .categories-grid{
  display:flex;
  flex-wrap:wrap;
}
.catagory-section .categories-grid__item{
  display:flex;
  margin-bottom:30px;
}
.catagory-section .category-card{
  width:100%;
  min-height:206px;
  margin-bottom:0;
  display:flex;
  align-items:center;
}
.catagory-section .category-card .catagory-content{
  display:flex;
  min-height:128px;
  flex-direction:column;
  justify-content:flex-start;
  width:100%;
  padding-right:18px;
}
.catagory-section .category-card h3{
  min-height:60px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.catagory-section .category-card p{
  margin-bottom:0;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/** fact-counter **/

.fact-counter{
  position: relative;
  padding: 77px 0px 86px 0px;
  background: url(../images/home/counter-bg.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fact-counter:before{
  position: absolute;
  content: '';
  background: #101516;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .3;
}
.fact-counter span{
  position: relative;
  font-size: 50px;
  color: #fff;
  font-family: 'Titillium Web',sans-serif;
  font-weight: 600;
  display: inline-block;
}
.fact-counter h1{
  position: relative;
  font-size: 50px;
  color: #fff;
  font-family: 'Titillium Web',sans-serif;
  font-weight: 600;
  display: inline-block;
}
.fact-counter span:before{
  position: absolute;
  content: '';
  background: #4791aa;
  height: 2px;
  width: 50px;
  left: 3px;
  bottom: -22px;
}
.fact-counter .text{
  font-size: 18px;
  font-family: 'Open Sans',sans-serif;
  line-height: 28px;
  color: #fffefe;
  font-weight: 600;
}
.fact-counter .single-item-two{
  position: relative;
  padding: 0px 0px 0px 30px;
}
.fact-counter .single-item-three{
  position: relative;
  padding: 0px 0px 0px 73px;
}
.fact-counter .single-item-four{
  position: relative;
  float: right;
}
.fact-counter .count-outer {
    margin-bottom: 9px;
}

/** choose-section **/

.choose-section{
  position: relative;
  padding: 90px 0px 0px 0px;
}
.choose-section .choose-row{
  display:block;
  overflow:visible;
}
.choose-section .choose-column{
  display:block;
  min-height:1px;
}
.choose-section .choose-column--left{
  padding-left:15px;
  padding-right:15px;
}
.choose-section .choose-column--right{
  padding-left:15px;
  padding-right:15px;
}
.choose-section .section-title{
  color: #222;
}
.choose-section .img-box img{
  width: 100%;
  padding: 0px 10px;
}
.choose-section .single-item{
  position: relative;
  width: 100%;
  overflow: visible;
  padding: 28px 116px 34px 0px;
}
.choose-section .choose-right .single-item{
  position: relative;
  width: 100%;
  overflow: visible;
  padding: 28px 0px 34px 116px;
}
.choose-section .single-item .icon-box{
  position: absolute;
  top: 30px;
  right: 35px;
  border: 1px solid #e5e5e5;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 79px;
}
.choose-section .single-item .icon-box i:before{
  font-size: 36px;
  color: #60c5e4;
  margin: 0px;
}
.choose-section .choose-right .single-item .icon-box{
  position: absolute;
  top: 30px;
  left: 35px;
}
.choose-section .single-item h4{
  font-size: 20px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  margin-bottom: 6px;
}
.choose-section .single-item p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 10px;
}

/** appointment-section **/

.appointment-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -136px;
}
.home-appointment-section{
  margin-top: 0;
}
.appointment-section:before{
  position: absolute;
  content: '';
  background: url(../images/home/appointment-bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.appointment-section .has-overlay{
  position: relative;
}
.appointment-section .has-overlay:before{
  position: absolute;
  content: '';
  background: url(../images/home/appointment-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  top: 0px;
  right: 0px;
}
.appointment-section .appointment-area {
  position: relative;
  padding: 93px 0px 100px 55px;
}
.appointment-section .appointment-area:before{
  position: absolute;
  content: '';
  background: #101516;
  top: 0px;
  left: -16px;
  width: 5000px;
  height: 100%;
  opacity: .8;
}
.appointment-section .appointment-area input{
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px solid #8a9699;
  margin-bottom: 20px;
  background: transparent;
  color: #fff;
}
.appointment-section .appointment-area option{
  position: relative;
}
.ui-selectmenu-button {
  width: 100% !important;
  height: 50px;
  padding: 10px;
  border: 1px solid #8a9699;
  margin-bottom: 30px;
  background: transparent;
  color: #dee2e7;
  cursor: pointer;
  display: block;
  border-radius: 0px;
}
.ui-selectmenu-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    text-indent: 0px;
    display: block;
    float: right;
}
.ui-selectmenu-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 4px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #dee2e7;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}
.appointment-section .appointment-area button{
    position: relative;
    color: #ffffff;
    font-size: 14px;
    background: #60c5e4;
    border: 1px solid #60c5e4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 47px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 500ms ease;
}
.appointment-section .appointment-area button:hover{
    color: #60c5e4;
    background: transparent;
    border: 1px solid #60c5e4;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 500ms ease;
}
label{
  display: none !important;
}
 ::-webkit-input-placeholder { /* Chrome */
  color: #dee2e7;
}

 :-ms-input-placeholder { /* IE 10+ */
  color: #dee2e7;
}
 ::-moz-placeholder { /* Firefox 19+ */
  color: #dee2e7;
  opacity: 1;
}
 :-moz-placeholder { /* Firefox 4 - 18 */
  color: #dee2e7;
  opacity: 1;
}
.appointment-section .appointment-area .title{
    position: relative;
    font-size: 30px;
    font-family: 'Titillium Web',sans-serif;
    color: #60c5e4;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}
.appointment-section .appointment-area i:before{
  font-size: 14px;
  margin: 0px;
  color: #dee2e7;
  font-weight: 600;
}
.appointment-section .appointment-area i{
  position: absolute;
  top: 10px;
  right: 30px;
}
.appointment-section .section-title{
  font-size: 44px;
  margin-bottom: 46px;
} 
.appointment-section .section-title:before{
  display: none;
}

/** team-section **/

.team-section{
  position: relative;
  padding: 95px 0px 80px 0px;
}
.team-section .section-title{
  color: #222;
}
.team-section .overlay-box {
    position: absolute;
    left: 0px;
    bottom: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}
.team-section .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0%;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
    background: #60c5e4;
    opacity: .75;
}
.team-section .inner-box:hover .overlay-box {
    bottom: 0px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.team-section .inner-box {
    position: relative;
    overflow: hidden;
}
.team-section .img-content{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 10ms ease;
    opacity: 0;
}
.team-section .inner-box:hover .img-content{
    opacity: 1;
    text-align: center;
    left: 0px;
    bottom: -80%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    -moz-transition: all 500ms ease 500ms;
}
.team-section .img-content li{
  display: inline-block;
}
.team-section .img-content li a{
  position: relative;
  font-size: 14px;
  color: #fff;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  line-height: 45px;
  display: block;
  text-align: center;
  transition: all 500ms ease;
}
.team-section .img-content li a:hover{
  background: #000;
  border: 1px solid #000;
  transition: all 500ms ease;
}
.team-section .img-box img{
  width: 100%;
}
.team-section .single-content h4{
  font-size: 20px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: 22px;
  transition: all 500ms ease;
}
.team-section .single-content h4:hover{
  color: #60c5e4;
  transition: all 500ms ease;
}
.team-section .single-content p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 10px;
}
.team-section .single-content .expert-experience{
  color: #60c5e4;
  font-weight: 700;
  margin-bottom: 6px;
}
.team-section .single-content .expert-experience span{
  color: #58606b;
  font-weight: 600;
}

/** working-section **/

.working-section{
  position: relative;
  padding: 95px 0px 90px 0px;
  background: url(../images/home/working-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.working-section:before{
  position: absolute;
  content: '';
  background: #101516;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .7;
}
.working-section .single-item-one{
  position: relative;
  float: right;
  padding: 0px 2px 0px 0px;
}
.working-section .single-item-two{
  position: relative;
  float: right;
  padding: 0px 35px 0px 0px;
}
.working-section .single-item-three{
  position: relative;
  float: right;
  padding: 0px 67px 0px 0px;
}
.working-section .single-item-four{
  position: relative;
  float: right;
  padding: 0px 100px 0px 0px;
}
.working-section .icon-box{
  width: 130px;
  height: 130px;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 13px;
}
.working-section .icon-box i:before{
  font-size: 36px;
  color: #fff;
  margin: 0px;
  line-height: 130px;
  font-weight: 400;
}
.working-section .number{
  position: absolute;
  left: -39px;
  top: 40px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #60c5e4;
  font-size: 26px;
  font-family: 'Titillium Web',sans-serif;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}
.working-section h4{
  font-size: 20px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

/** testimonial-faq-section **/

.testimonial-faq-section{
  position: relative;
  padding: 93px 0px 100px 0px;
}
.testimonial-faq-section .section-title{
  color: #222;
}
.testimonial-faq-section .section-title:before{
  left: 0px;
  margin-left: 0px;
}
.testimonial-faq-section .testimonial-content{
  position: relative;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 34px 36px 30px 36px;
  margin-top: 48px;
}
.testimonial-faq-section .testimonial-content:before{
  position: absolute;
  top: 26px;
  right: 30px;
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 28px;
  color: rgba(96, 197, 228, 0.24);
}
.testimonial-faq-section .testimonial-area{
  position: relative;
  padding: 0px 10px 0px 0px;
}
.testimonial-faq-section .testimonial-area .section-title{
  margin-bottom: 0px;
}
.owl-dots {
  display: none !important;
}
.owl-nav {
    position: absolute;
    right: 35px;
    bottom: -40px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none repeat scroll 0 0 #fff;
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    margin: 5px;
    line-height: 43px;
    width: 55px;
    height: 55px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
}
.owl-theme .owl-controls .owl-prev [class*="owl-"] {
    background: none repeat scroll 0 0 #fff;
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    margin: 5px;
    line-height: 43px;
    width: 55px;
    height: 55px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
}
.testimonial-faq-section .testimonial-content p{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 19px;
  margin-top: 0px;
}
.testimonial-faq-section .testimonial-rating{
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 14px;
  color: #f8b239;
  font-size: 14px;
  line-height: 1;
}
.testimonial-faq-section .testimonial-autor h4{
  font-size: 20px;
  font-family: 'Titillium web',sans-serif;
  line-height: 30px;
  color: #222;
  font-weight: 600;
}
.testimonial-faq-section .testimonial-autor{
  position: relative;
  margin-bottom: 0px;
}
.testimonial-faq-section .testimonial-autor .text{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
}
.testimonial-faq-section .accrodian-area{
  position: relative;
  padding: 0px 0px 0px 10px;
}
.accordion {
  position: relative;
  margin-bottom: 0px;
}
.accordion-box{
  border: 1px solid #e5e5e5;
}

.accordion .acc-btn .left-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  color: #9c9c9c;
  font-size: 20px;
  text-align: center; 
}

.accordion .acc-btn.active .left-icon {
  color: #fff;
}

.accordion .left-icon span {
  position: relative;
  top: 18px;  
}

.accordion .acc-btn {
  color: #222;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  padding: 9px 0px 11px 0px;
  margin: 0px 19px;
  font-family: 'Titillium Web', sans-serif;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}
.accordion:last-child .acc-btn{
  border-bottom: 1px solid #fff;
  transition: all 500ms ease;
}
.accordion:last-child .acc-btn.active{
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}
.accordion .acc-btn .toggle-icon {
  color: #848484;
  display: block;
  font-weight: 200;
  padding: 15px 20px;
  position: absolute;
  right: 8px;
  top: -24px;
}

.accordion .acc-btn .toggle-icon.left {
  color: #9c9c9c;
  display: block;
  font-weight: 100;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 30px;
}

.accordion .acc-btn .toggle-icon .plus::before {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 500ms ease;
}


.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
  opacity: 0;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus {
  opacity: 0;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus::before {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 500ms ease;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  opacity: 1;
}


.accordion-box .accordion .acc-content {
  color: #848484;
  font-family: 'Open Sans',sans-serif;
  display: none;
  font-size: 14px;
  line-height: 26px;
  padding: 5px 10px 0px 10px;
}


.accordion-box .accordion .acc-content.collapsed {
  display: block;
}

.accordion-box .accordion .acc-content p {
  color: #848484;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  padding: 8px 0px 26px 0px;
  margin: 0px 14px;
  border-bottom: 1px solid #e5e5e5;
}
.accordion-box .accordion:last-child .acc-content p{
  border-bottom: none;
  transition: all 500ms ease;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  color: #222;
  position: absolute;
  padding: 13px;
  margin-top: 14px;
  right: -6px;
  top: 20px;
}

/** cta-section **/

.cta-section{
  position: relative;
  background: url(../images/home/cta-bg.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cta-section:before{
  position: absolute;
  content: '';
  background: #0f1c1f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .7;
}
.cta-section .cta-content{
  position: relative;
  padding: 96px 0px 83px 0px;
  display: inline-block;
  left: -10px;
}
.cta-section .cta-content .title{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 15px;
}
.cta-section .cta-content .title span{
  color: #60c5e4;
}
.cta-section .cta-content .cta-btn{
  position: relative;
  float: right;
  display: inline-block;
  right: -10px;
}
.cta-section .cta-content .cta-btn a.btn-style-one{
  padding: 12px 36px 12px 38px;
  top: -3px;
}
.cta-section .cta-content p{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
}
.cta-section .img-box{
  position: relative;
}
.cta-section .img-box:before{
  position: absolute;
  content: '';
  background: url(../images/home/cta-1.png);
  right: 30px;
  top: -50px;
  width: 513px;
  height: 350px;
}

/** news-section **/

.news-section{
  position: relative;
  padding: 95px 0px 90px 0px;
}
.news-section .section-title{
  color: #222;
}
.news-section .single-item img{
  width: 100%;
}
.news-section .single-item{
  position: relative;
  padding: 0px 0px 0px 0px;
}
.news-section .single-item .news-content{
  position: relative;
  padding: 0px 0px 0px 0px;
}
.news-section .single-item .news-content .top-content{
  position: relative;
  padding: 23px 0px 13px 0px;
  margin: 0px 0px 23px 76px;
  border-bottom: 1px solid #e5e5e5;
}
.news-section .single-item .news-content .top-content .date{
  position: absolute;
  left: -76px;
  top: 30px;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 16px;
  width: 55px;
  height: 52px;
  text-align: center;
  background: #60c5e4;
  color: #fff;
}
.news-section .single-item .news-content .top-content .date:before {
    background: #60c5e4 none repeat scroll 0 0;
    content: "";
    height: 30px;
    right: 0px;
    position: absolute;
    bottom: -9px;
    transform: skewY(25deg);
    width: 30px;
    z-index: -1;

}
.news-section .single-item .news-content .top-content .date:after {
    background: #60c5e4 none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 0px;
    position: absolute;
    bottom: -9px;
    transform: skewY(-25deg);
    width: 30px;
    z-index: -1;

}
.news-section .single-item .news-content .top-content .date span{
  font-size: 22px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 34px;
  font-weight: 600;
}
.news-section .single-item .news-content .top-content .title {
  margin-bottom: 0px;
}
.news-section .single-item .news-content .top-content .title a{
  position: relative;
  display: block;
  font-size: 22px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  margin-bottom: 3px;
  transition: all 500ms ease;
}
.news-section .single-item .news-content .top-content .title a:hover{
  color: #60c5e4;
  transition: all 500ms ease;
}
.news-section .single-item .news-content .top-content .list{
  position: relative;
  padding: 0px;
  margin: 0px;
}
.news-section .single-item .news-content .top-content .list li{
  display: inline-block;margin: 0px 20px 0px 0px;
  font-size: 14px;
  color: #848484;
}
.news-section .single-item .news-content .top-content .list li i:before{
  font-size: 14px;
  color: #848484;
  margin-right: 7px;
}
.news-section .single-item .news-content .top-content .list span{
  color: #60c5e4;
}
.news-section .single-item .news-content p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 13px;
}
.news-section .single-item .news-content a{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #222;
  margin-bottom: 10px;
  transition: all 500ms ease;
}
.news-section .single-item .news-content a:hover{
  color: #60c5e4;
  transition: all 500ms ease;
}

/** footer-section **/

.footer-section{
  position: relative;
  background: #262833;
  width: 100%;
  padding: 100px 0px 0px 0px;
}
.footer-section .footer-top{
  position: relative;
  padding: 0px 0px 90px 0px;
}
.footer-section .logo-widget{
  position: relative;
  padding: 0px 10px 0px 0px;
}
.footer-section .logo-widget .footer-logo{
  position: relative;
  padding: 0px 0px 22px 0px;
}
.footer-section .logo-widget .widget-content p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #bec2c6;
  margin-bottom: 25px;
}
.footer-section .logo-widget .footer-social{
  position: relative;
  padding: 0px;
  margin: 0px;
}
.footer-section .logo-widget .footer-social li{
  display: inline-block;margin-right: 5px;
}
.footer-section .logo-widget .footer-social li a{
  position: relative;
  font-size: 14px;
  color: #fff;
  border: 1px solid #bebfc2;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  transition: all 500ms ease;
}
.footer-section .logo-widget .footer-social li a:hover{
  background: #60c5e4;
  border: 1px solid #60c5e4;
  transition: all 500ms ease;
  transform: translateZ(0);
}
.footer-section .footer-title{
  font-size: 22px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 40px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-widget.contact-widget{
  position: relative;
  padding: 0px 0px 0px 10px;
}
.footer-section .link-widget{
  position: relative;
  left: -8px;
}
.footer-section .link-widget .list{
  position: relative;
  padding: 0px;
  margin: 0px;
}
.footer-section .link-widget .list li{
  position: relative;
  padding: 0px 0px 0px 13px;
}
.footer-section .link-widget .list li:before{
  position: absolute;
  content: "\f105";
  color: #bec2c6;
  font-size: 14px;
  font-weight: 500;
  font-family: 'FontAwesome';
  left: 0px;
  top: 0px;

}
.footer-section .link-widget .list li:hover:before{
  color: #60c5e4;
}
.footer-section .link-widget .list li a{
  position: relative;
  display: block;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #bec2c6;
  margin-bottom: 12px;
  transition: all 500ms ease;
}
.footer-section .link-widget .list li:hover a{
  color: #60c5e4;
  transition: all 500ms ease;
}
.footer-section .link-widget .list li i{
  margin-right: 8px;
}
.footer-section .contact-widget p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #bec2c6;
  margin-bottom: 15px;
}
.footer-section .contact-widget .text{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #bec2c6;
  margin-bottom: 5px;
}
.footer-section .subscribe-widget p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #bec2c6;
  margin-bottom: 23px;
}
.footer-section .subscribe-widget input{
  width: 100%;
  height: 52px;
  background: #353a44;
  border: 1px solid #262833;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #fff;
}
.footer-section .subscribe-widget button{
    position: relative;
    color: #ffffff;
    font-size: 14px;
    background: #60c5e4;
    border: 1px solid #60c5e4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 31px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 500ms ease;
}
.footer-section .subscribe-widget button:hover{
    color: #60c5e4;
    background: transparent;
    border: 1px solid #60c5e4;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 500ms ease;
}
.footer-section input[type="text"]:focus, .footer-section input[type="search"]:focus, .footer-section input[type="password"]:focus, .footer-section input[type="date"]:focus, .footer-section input[type="datetime"]:focus, .footer-section input[type="url"]:focus, .footer-section input[type="time"]:focus, .footer-section select:focus, .footer-section textarea:focus {
    border-color: #1cc9ce;
    background-color: rgba(28, 28, 28, 0.53);
}
.footer-section .footer-bottom{
  position: relative;
  background: #353a44;
  width: 100%;
  padding: 14px 0px;
}
.footer-section .footer-bottom .text{
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
  line-height: 27px;
  color: #bec2c6;
  margin: 0px;
}
.footer-section .footer-bottom .text span{
  color: #60c5e4;
}
.footer-section .footer-bottom:before {
    background: #353a44 none repeat scroll 0 0;
    content: "";
    height: 73px;
    right: -53px;
    position: absolute;
    top: 0px;
    transform: skewX(-139deg);
    width: 70px;
}
.footer-section .footer-bottom:after {
    background: #353a44 none repeat scroll 0 0;
    content: "";
    height: 73px;
    left: -53px;
    position: absolute;
    top: 0px;
    transform: skewX(139deg);
    width: 70px;
}




/*** 

====================================================================
                        about-page
====================================================================

***/

.page-title{
  position: relative;
  background: #f5f5f5;
  padding: 50px 0px;
}
.page-title .title{
  font-size: 45px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 50px;
  color: #222;
  margin-bottom: 0px;
  display: inline-block;
}
.page-title .bread-crumb{
  position: relative;
  display: inline-block;
  float: right;
  top: 15px;
}
.page-title .bread-crumb li{
  display: inline-block;
  color: #222;
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
}
.page-title .bread-crumb li a{
  display: inline-block;
  color: #222;
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  transition: all 500ms ease;
}
.page-title .bread-crumb li a:hover{
  color: #60c5e4;
  transition: all 500ms ease;
}
.page-title .bread-crumb li i:before{
  margin-left: 7px;
  font-size: 16px;
}




/*** 

====================================================================
                        Our-Service Page
====================================================================

***/

.service-section.style-2{
  position: relative;
  background: #fff;
  padding: 100px 0px 70px 0px;
}
.service-section.style-2:before{
  display: none;
}
.service-section.style-2 .single-item{
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}


/*** 

====================================================================
                        Service Detail
====================================================================

***/

.sidebar-page-container{
  position: relative;
  padding: 100px 0px;
}
.sidebar-page-container .sidebar .list{
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #e5e5e5;
  margin-bottom: 42px;
}
.sidebar-page-container .sidebar .list li{
  position: relative;
  border-bottom: 1px solid #e5e5e5; 
  padding: 11px 0px 11px 29px;
}
.sidebar-page-container .sidebar .list li:before{
  position: absolute;
  content: '';
  background: #60c5e4;
  width: 3px;
  height: 25px;
  left: 10px;
  top: 12px;
  opacity: 0;
  transition: all 500ms ease;
}
.sidebar-page-container .sidebar .list li.active:before{
  opacity: 1;
}
.sidebar-page-container .sidebar .list li:hover:before{
  opacity: 1;
}
.sidebar-page-container .sidebar .list li:last-child{
  border-bottom: none;
}
.sidebar-page-container .sidebar .list li a{
  font-size: 16px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 26px;
  color: #222;
  display: block;
  transition: all 500ms ease;
}
.sidebar-page-container .sidebar .list li.active a{
  font-weight: 600;
}
.sidebar-page-container .sidebar .list li:hover a{
  color: #60c5e4;
  transition: all 500ms ease;
}
.sidebar-page-container .service-detail{
  position: relative;
  padding: 0px 0px 0px 20px;
}
.sidebar-page-container .service-detail .img-box img{
  width: 100%;
}
.sidebar-page-container .service-detail .service-detail-content .title{
  font-size: 30px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 37px;
  color: #222;
  font-weight: 600;
  padding: 0px 10px 0px 0px;
  margin-bottom: 18px;
}
.sidebar-page-container .service-detail .img-box{
  margin-bottom: 42px;
}
.sidebar-page-container .service-detail .service-detail-content p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 26px;
  padding: 0px 0px 0px 0px;
}
.sidebar-page-container .service-detail .service-detail-content{
  position: relative;
  padding: 0px 0px 11px 0px;
}
.sidebar-page-container .service-detail .lower-content .title{
  font-size: 22px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  padding: 0px 0px 0px 0px;
  margin-bottom: 16px;
}
.sidebar-page-container .service-detail .lower-content p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 10px;
  padding: 0px 0px 0px 0px;
}



/*** 

====================================================================
                        team-page
====================================================================

***/



.team-page {
  position: relative;
  padding: 100px 0px 46px 0px;
}
.team-page .single-item{
  margin-bottom: 44px;
}




/*** 

====================================================================
                        shop-page
====================================================================

***/

.shop-page{
  position: relative;
  padding: 100px 0px 90px 0px;
}
.shop-page .more-option {
    position: relative;
    top: 0px;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 26px;
    display: inline-block;
    right: 0px;
}
.shop-page .sidbar-search .form-group input {
    width: 100%;
    color: #fff;
    border: 1px solid #e5e5e5;
    padding: 22px;
    height: 50px;
    transition: all 500ms ease;
}
 .shop-page .sidbar-search .form-group input[type="text"]:focus, .shop-page .sidbar-search .form-group input[type="search"]:focus, .shop-page .sidbar-search .form-group input[type="password"]:focus, .shop-page .sidbar-search .form-group input[type="date"]:focus, .shop-page .sidbar-search .form-group input[type="datetime"]:focus, .shop-page .sidbar-search .form-group input[type="url"]:focus, .shop-page .sidbar-search .form-group input[type="time"]:focus, .shop-page .sidbar-search .form-group select:focus, .shop-page .sidbar-search .form-group textarea:focus {
    border-color: #00f8ff;
    background-color: #000;
    transition: all 500ms ease;
}
.shop-page .more-option button {
    position: absolute;
    color: #848484;
    top: 10px;
    right: 23px;
    background: transparent;
    transition: all 500ms ease;
}
.shop-page .more-option button:hover{
  color: #60c5e4;
  transition: all 500ms ease;
}
 .shop-page ::-webkit-input-placeholder { /* Chrome */
  color: #222;
}

 .shop-page :-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
 .shop-page ::-moz-placeholder { /* Firefox 19+ */
  color: #222;
  opacity: 1;
}
 .shop-page :-moz-placeholder { /* Firefox 4 - 18 */
  color: #222;
  opacity: 1;
}
 .shop-page .sidebar-title{
  position: relative;
  display: block;
  font-size: 20px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  margin-bottom: 22px;
 }
 .shop-page .overlay-box {
    position: absolute;
    left: 0px;
    bottom: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}
 .shop-page .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0%;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
    background: #60c5e4;
    opacity: .75;
}
 .shop-page .inner-box:hover .overlay-box {
    bottom: 0px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
 .shop-page .inner-box {
    position: relative;
    overflow: hidden;
}
 .shop-page .img-content{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 500ms ease;
    opacity: 0;
}
 .shop-page .inner-box:hover .img-content{
    opacity: 1;
    text-align: center;
    left: 0px;
    bottom: -30%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    -moz-transition: all 500ms ease 500ms;
}
.shop-page .single-item .img-content a{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  font-weight: 700;
  padding: 13px 35px;
  display: inline-block;
  margin-bottom: 10px;
  transition: all 500ms ease;
}
.shop-page .single-item .img-content a.img-btn-one{
  background: #262833;
  color: #fff;
}
.shop-page .single-item .img-content a.img-btn-two{
  background: #fff;
  color: #848484;
}
.shop-page .single-item .img-content a.img-btn-one:hover{
  background: #fff;
  color: #262833;
  transition: all 500ms ease;
}
.shop-page .single-item .img-content a.img-btn-two:hover{
  background: #262833;
  color: #fff;
  transition: all 500ms ease;
}
.shop-page .single-item .single-content h4{
  font-size: 20px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  margin-bottom: 7px;
  font-weight: 600;
  margin-top: 25px;
  transition: all 500ms ease;
}
.shop-page .single-item .single-content h4:hover{
  color: #60c5e4;
  transition: all 500ms ease;
}
.shop-page .single-item .single-content .text{
  font-size: 20px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #848484;
  font-weight: 600;
  margin-bottom: 45px;
}
.shop-page .img-box img{
  width: 100%;
}
.shop-page .shop-btn{
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-top: 13px;
}
.shop-page .shop-btn li{
  display: inline-block;
  margin: 0px 2px;
}
.shop-page .shop-btn li a{
  font-size: 18px;
  color: #848484;
  height: 45px;
  width: 45px;
  background: transparent;
  line-height: 45px;
  display: inline-block;
  transition: all 500ms ease;
}
.shop-page .shop-btn li a:hover{
  background: #60c5e4;
  color: #fff;
  transition: all 500ms ease;
}
.shop-page .shop-btn li a.current{
  background: #60c5e4;
  color: #fff;
  transition: all 500ms ease;
}
.shop-page .shop-btn i:before{
  font-size: 12px;
  margin-top: 0px;
}
.shop-page .content-side{
  position: relative;
}
.noUi-background{
  background: #e5e5e5;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  height: 4px;
  margin-bottom: 19px;
}
.noUi-connect{
  background: #60c5e4;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    left: -1px;
    top: -6px;
    border: 2px solid #60c5e4;
}
.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    background: #FFF;
    cursor: default;
}
.noUi-origin.noUi-connect.noUi-dragable{
  left: 0% !important;
}
.shop-page .price-title{
  font-size: 20px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  margin-bottom: 26px;
}
.shop-page .price-text{
  position: relative;
}
.shop-page .price-text button{
  font-size: 13px;
  font-family: 'Open Sans',sans-serif;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 20px;
  background: #60c5e4;
  display: inline-block;
  cursor: pointer;
}
.shop-page .price-text p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #222;
  display: inline-block;
  float: right;
  margin-top: 5px;
}
.shop-page .price-text input {
    width: auto;
    border: none;
    outline: none;
    width: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #272727;
}




/*** 

====================================================================
                        single-product page
====================================================================

***/


.single-product-page{
  position: relative;
  padding: 100px 0px 45px 0px;
}
.shop-page .single-product{
  position: relative;
}
.shop-page .single-product .img-box img{
  width: 100%;
}
.shop-page .single-product .single-content h2{
  font-size: 30px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 40px;
  color: #222;
  font-weight: 600;
  margin-top: -8px;
  margin-bottom: 26px;
}
.shop-page .single-product .single-content .text{
  font-size: 22px;
  font-family: 'Open Sans',sans-serif;
  line-height: 30px;
  color: #60c5e4;
  font-weight: 600;
  margin-bottom: 28px;
}
.shop-page .single-product .single-content p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 8px;
}
.shop-page .single-product .addto-cart-box{
  position: relative;
  margin-bottom: 29px;
}
.shop-page .single-product .addto-cart-box .quantity-spinner{
  position: relative;
  height: 50px;
  width: 66px;
  border: 1px solid #e5e5e5;
  color: #848484;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  padding: 0px 0px;
  display: inline-block;
  z-index: -1;
}
.shop-page .single-product .addto-cart-box button{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #fff;
  padding: 12px 32px;
  background: #60c5e4;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 17px;
}
.shop-page .single-product .addto-cart-box .input-group{
  display: inline-block;
}
.shop-page .single-product .addto-cart-box .btn.btn-default {
  background: transparent;
  color: #666;
  border: none;
  margin-left: 0px;
  margin: 0px 0px;
}
.shop-page .single-product .addto-cart-box .input-group.bootstrap-touchspin {
    float: none;
    width: 66px;
}
.shop-page .single-product .single-content .catagories{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #222;
  margin-bottom: 37px;
}
.shop-page .single-product .single-content .catagories span{
  color: #60c5e4;
}
.shop-page .single-product .single-content .share-care .text{
  position: relative;
  font-size: 20px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  display: inline-block;
  margin-right: 15px;
}
.shop-page .single-product .single-content .cart-social{
  position: relative;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
.shop-page .single-product .single-content .cart-social li{
  display: inline-block;
  margin-right: 3px;
}
.shop-page .single-product .single-content .cart-social li a i{
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  background: #3b5999;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.shop-page .single-product .single-content .cart-social li a i.fa-twitter{
  background: #55acee;
}
.shop-page .single-product .single-content .cart-social li a i.fa-rss{
  background: #bd081c;
}
.shop-page .single-product .single-content .cart-social li a i.fa-skype{
  background: #00aff0;
}
.shop-page .single-product .single-content .cart-social li a i.fa-linkedin{
  background: #0077b5;
}
.shop-page .single-product{
  margin-bottom: 80px;
}
.shop-page .single-product .img-box{
  position: relative;
  padding: 0px 48px 0px 0px;
}
.shop-page .single-product .single-content {
  position: relative;
  left: -48px;
}
.shop-page .related-products .title{
  font-size: 30px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 40px;
  color: #222;
  margin-bottom: 29px;
}
.shop-page .product-discription{
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 31px 0px 20px 0px;
  margin-bottom: 68px;
}
.shop-page .tab-title {
  position: relative;
  padding: 0px 0px 0px 0px;
  border-bottom:  1px solid #e5e5e5;
  margin: 0px 50px;
  margin-bottom: 14px;
}
.shop-page .tab-title  li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Open Sans',sans-serif;
  line-height: 28px;
  font-weight: 600;
  margin-right: 18px;
  padding: 12px 0px 8px 0px;
  cursor: pointer;
}
.shop-page .tab-title  li.active{
  position: relative;
  color: #60c5e4;
}
.shop-page .tab-title  li.active:before{
  position: absolute;
  content: '';
  background: #60c5e4;
  width: 57px;
  height: 1px;
  left: 0px;
  bottom: -2px;
}
.shop-page .tab-content{
  position: relative;
  padding: 20px 50px;
}
.shop-page .tab-content p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 10px;
  padding: 0px 50px 0px 0px;
}
.shop-page .tab-content .title{
  font-size: 22px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  margin-bottom: 27px;
}



/*** 

====================================================================
                        cart-page
====================================================================

***/

.cart-page{
  position: relative;
  padding: 100px 0px 70px 0px;
}
.cart-page .cart-table{
  position: relative;
  padding: 0px 0px 0px 0px;
}
.cart-page .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
}
.cart-page .cart-table {
    width: 100%;
    min-width: 770px;
    border-top: none !important;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #fff;
}
.cart-page .table-title{
  position: relative;
  font-size: 22px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  background: #f5f5f5;
  display: block;
  font-weight: 600;
  padding: 13px 0px 13px 32px;
  min-width: 770px;
}
.cart-page .table-data{
  position: relative;
  display: block;
  padding: 30px 0px 30px 32px;
  border: 1px solid #e5e5e5;
  border-top: none;
  width: 100%;
}
.cart-page .table-data .product{
  font-size: 17px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 28px;
  color: #222;
  padding: 0px 0px 0px 20px;
  width: 200px;
}
.cart-page .table-data .quentity {
  color: #848484;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  padding: 0px 100px 0px 95px;
}
.cart-page .table-data .quentity input{
  position: relative;
  width: 65px;
}
.cart-page .table-data .price{
  position: relative;
  font-size: 20px;
  font-family: 'Open Sans',sans-serif;
  line-height: 30px;
  color: #60c5e4;
  padding: 0px 100px 0px 0px;
}
.cart-page .table-data .del-item{
  position: relative;
  font-size: 18px;
  font-family: 'Open Sans',sans-serif;
  line-height: 30px;
  color: #848484;
  padding: 0px 31px 0px 22px;
}
.cart-page ::-webkit-input-placeholder { /* Chrome */
  color: #848484;
}

.cart-page :-ms-input-placeholder { /* IE 10+ */
  color: #848484;
}
.cart-page ::-moz-placeholder { /* Firefox 19+ */
  color: #848484;
  opacity: 1;
}
.cart-page :-moz-placeholder { /* Firefox 4 - 18 */
  color: #848484;
  opacity: 1;
}
.cart-page .coupon-code .coupon-title{
  font-size: 22px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  display: block;
  font-weight: 600;
  background: #f5f5f5;
  padding: 11px 0px 15px 30px;
}
.cart-page .coupon-code .coupon-content{
  position: relative;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 23px 0px 11px 29px;
}
.cart-page .coupon-code p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #222;
  margin-bottom: 12px;
}
.cart-page .coupon-code input{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  padding: 9px 0px 10px 0px;
  width: 170px;
  text-align: center;
  margin-right: 7px;
}
.cart-page .coupon-code button{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  color: #848484;
  border: 1px solid #60c5e4;
  padding: 8px 26px 8px 26px;
  font-weight: 700;
  text-align: center;
  background: transparent;
  transition: all 500ms ease;
}
.cart-page .coupon-code button:hover{
  color: #60c5e4;
  transition: all 500ms ease;
}
.cart-page .cart-totals .cart-title{
  font-size: 22px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  display: block;
  font-weight: 600;
  background: #f5f5f5;
  padding: 11px 0px 15px 30px;
}
.cart-page .cart-totals .cart-content{
  position: relative;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 4px 0px 31px 0px;
}
.cart-page .cart-totals .cart-content .single-item{
  position: relative;
  margin: 0px 29px;
}
.cart-page .cart-totals .cart-content .single-item {
  font-size: 17px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 28px;
  color: #222;
  display: block;
  margin: 13px 29px 11px 29px;
  padding: 0px 0px 11px 0px;
}
.cart-page .coupon-code{
  position: relative;
  margin-bottom: 30px;
}
.cart-page .cart-totals .cart-content .single-item.border{
  border-bottom: 1px solid #e5e5e5;
  margin: 20px 29px 13px 29px;
}
.cart-page .cart-totals .cart-content .single-item .text{
  font-size: 20px;
  font-family: 'Open Sans',sans-serif;
  line-height: 30px;
  color: #848484;
  font-weight: 600;
  float: right;
}
.cart-page .cart-totals .cart-content .single-item span{
  position: relative;
  color: #60c5e4;
  float: right;
}
.cart-page .cart-totals .cart-content a{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  background: #60c5e4;
  border: 1px solid #60c5e4;
  margin: 0px 30px;
  padding: 9px 0px 10px 0px;
  transition: all 500ms ease;
}
.cart-page .cart-totals .cart-content a:hover{
  color: #60c5e4;
  background: transparent;
  border: 1px solid #60c5e4;
  transition: all 500ms ease;
}




/*** 

====================================================================
                        checkout-content page
====================================================================

***/


.checkout-content{
  position: relative;
  padding: 95px 0px;
}
.checkout-content label{
  display: block !important;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #222;
  margin-bottom: 2px;
  font-weight: 400;
}
.checkout-content .billing-form input,
.checkout-content .billing-form select{
  position: relative;
  border: 1px solid #e5e5e5;
  height: 45px;
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 23px;
}
.checkout-content .billing-form select{
  cursor: pointer;
}
.checkout-content .billing-form input[type="checkbox"] {
    height: 17px;
    width: 17px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
}
.checkout-content .billing-form span{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #222;
  display: inline-block;
  top: -3px;
}
.checkout-content .top-content{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 27px;
  color: #222;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 12px 29px 14px 29px;
  margin-bottom: 30px;
}
.checkout-content .top-content:before{
  position: absolute;
  content: '';
  background: #60c5e4;
  width: 1px;
  height: 100%;
  left: -2px;top: -1px;
}
.checkout-content .top-content a{
  color: #60c5e4;
}
.checkout-content .title{
  position: relative;
  display: block;
  background: #f5f5f5;
  font-size: 22px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  padding: 12px 0px 13px 30px;
  margin-bottom: 0px;
}
.checkout-content .billing-form{
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 23px 30px 7px 29px;
  margin-bottom: 30px;
  border-top: none;
}
.checkout-content .additional-content{
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 23px 29px 30px 29px;
  border-top: none;
}
.checkout-content .additional-content .notes{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #222;
  margin-bottom: 1px;
}
.checkout-content .additional-content textarea{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  display: block;
  border: 1px solid #e5e5e5;
  height: 120px;
  padding: 8px 0px 0px 18px;
  width: 100%;
  resize: none;
}
.checkout-content .your-order{
  position: relative;
  padding: 0px 0px 0px 0px;
  border: 1px solid #e5e5e5;
  border-top: none;
  margin-bottom: 30px;
}
.checkout-content .your-order .single-item{
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 30px 31px 30px;
}
.checkout-content .your-order .sub-total{
  border-bottom: 1px solid #e5e5e5;
}
.checkout-content .your-order .single-item .img-box{
  display: inline-block;
  padding: 0px 16px 0px 0px;
}
.checkout-content .your-order .single-item .text{
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-size: 17px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 28px;
  color: #222;
  margin: 0px;
}
.checkout-content .your-order .single-item .text span{
  position: absolute;
  font-size: 20px;
  font-family: 'Open Sans',sans-serif;
  line-height: 30px;
  color: #848484;
  right: 30px;
  top: 56px;
}
.checkout-content .your-order .sub-total,
.checkout-content .your-order .order-total{
  position: relative;
  font-size: 17px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 28px;
  color: #222;
  padding: 25px 30px 11px 30px;
  display: block;
}
.checkout-content .your-order .sub-total span,
.checkout-content .your-order .order-total span{
  float: right;
  position: relative;
  font-size: 20px;
  font-family: 'Open Sans',sans-serif;
  line-height: 30px;
  color: #848484;
}
.checkout-content .your-order .order-total{
  padding: 13px 30px 22px 30px; 
}
.checkout-content .your-order .order-total span{
  color: #60c5e4;
}
.checkout-content .payment-process .payment-system{
  position: relative;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 26px 29px 25px 29px;
}
.checkout-content .payment-process .payment-system input[type="checkbox"] {
    height: 17px;
    width: 17px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.checkout-content .payment-process .payment-system span{
  position: relative;
  font-size: 17px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 28px;
  color: #222;
  top: -3px;
  margin-right: 25px;
}
.checkout-content .payment-process .payment-system .text{
  font-size: 13px;
  font-family: 'Open Sans',sans-serif;
  line-height: 24px;
  color: #848484;
  padding: 0px 15px 0px 31px;
  margin-bottom: 22px;
}
.checkout-content .payment-process .payment-system a{
  position: relative;
  font-size: 13px;
  font-family: 'Open Sans',sans-serif;
  line-height: 24px;
  color: #60c5e4;
  text-decoration: underline;
  top: -5px;
  display: inline-block;
  margin-bottom: 18px;
}
.checkout-content .payment-process .payment-system a.pay-btn{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: #60c5e4;
  display: block;
  padding: 9px 0px 10px 0px;
  margin-top: 10px;
}



/*** 

====================================================================
                        Home-Page-ten
====================================================================

***/


.our-blog{
  position: relative;
  padding: 100px 0px;
}
.shop-page.our-blog .shop-btn {
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}
.our-blog .single-item{
  margin-bottom: 42px;
}




/*** 

====================================================================
                        blog-single page
====================================================================

***/

.blog-single{
  position: relative;
  padding: 100px 0px;
}
.blog-single .news-style-one .upper-content{
  position: relative;
  padding: 0px 0px 3px 0px;
}
.blog-single .news-style-one img{
  width: 100%;
}
.blog-single .top-content{
  position: relative;
  padding: 23px 0px 13px 0px;
  margin-left: 79px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-single .top-content .date {
    position: absolute;
    left: -79px;
    top: 30px;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    line-height: 4px;
    width: 62px;
    height: 62px;
    text-align: center;
    background: #60c5e4;
    color: #fff;
}
.blog-single .top-content .date span{
  font-size: 22px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 44px;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-bottom: 0px;
}
.blog-single .top-content .date:before {
    background: #60c5e4 none repeat scroll 0 0;
    content: "";
    height: 30px;
    right: 0px;
    position: absolute;
    bottom: -9px;
    transform: skewY(25deg);
    width: 31px;
    z-index: -1;
}
.blog-single .top-content .date:after {
    background: #60c5e4 none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 0px;
    position: absolute;
    bottom: -9px;
    transform: skewY(-25deg);
    width: 31px;
    z-index: -1;
}
.blog-single .top-content .list {
    position: relative;
    padding: 0px;
    margin: 0px;
}
.blog-single .top-content .list li {
    display: inline-block;
    margin: 0px 20px 0px 0px;
    font-size: 14px;
    color: #848484;
}
.blog-single .top-content .list li i:before {
    font-size: 14px;
    color: #848484;
    margin-right: 7px;
}
.blog-single .top-content .list span {
    color: #60c5e4;
}
.blog-single .top-content .title{
  font-size: 30px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 40px;
  color: #222;
  margin-bottom: 1px;
}
.blog-single .upper-content p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 26px;
}
.blog-single .post-share-option .tag-left{
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
.blog-single .post-share-option .tag-left li{
  position: relative;
  display: inline-block;
  color: #2f323c;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  margin-right: 4px;
}
.blog-single .post-share-option .tag-left li a{
  position: relative;
  display: inline-block;
  color: #2f323c;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  transition: all 500ms ease;
}
.blog-single .post-share-option .tag-left li a:hover{
  color: #60c5e4;
  transition: all 500ms ease;
}
.blog-single .post-share-option .social-link{
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  float: right;
  top: -4px;
}
.blog-single .post-share-option .social-link li{
  display: inline-block;
  margin-left: 6px;
}
.blog-single .post-share-option .social-link li a{
  font-size: 13px;
  color: #848484;
  width: 38px;
  height: 38px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  transition: all 500ms ease;
}
.blog-single .post-share-option{
  position: relative;
  margin-bottom: 77px;
}
.blog-single .post-share-option .social-link li a:hover{
  color: #60c5e4;
  border: 1px solid #60c5e4;
  transition: all 500ms ease;
}
.blog-single .comment-area .title{
  font-size: 22px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  margin-bottom: 26px;
}
.blog-single .comment-area .comment-box{
  position: relative;
  padding: 0px 0px 15px 106px;
}
.blog-single .comment-area .comment-box .img-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
}
.blog-single .comment-area .comment-box.replay-comment{
  position: relative;
  left: 104px;
  padding: 0px 0px 5px 93px;
}
.blog-single .comment-area .comment-box.replay-comment .img-box{
  width: 61px;
  height: 61px;
}
.blog-single .comment-area .comment-box .comment-inner .comment-title{
  font-size: 16px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 28px;
  color: #222;
  font-weight: 600;
  margin-bottom: 5px;
}
.blog-single .comment-area .comment-box .comment-inner .comment-time{
  font-size: 13px;
  font-family: 'Open Sans',sans-serif;
  line-height: 24px;
  color: #848484;
  margin-bottom: 12px;
}
.blog-single .comment-area .comment-box .comment-inner .comment-time i:before{
  font-size: 13px;
  color: #838383;
  margin-right: 8px;
}
.blog-single .comment-area .comment-box .comment-inner p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 9px;
}
.blog-single .comment-area .comment-box .comment-inner a{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #60c5e4;
  text-transform: uppercase;margin-bottom: 0px;
}
.blog-single .comment-inner {
    top: -10px;
    position: relative;
}
.blog-single .comment-form{
  position: relative;
  padding: 0px 0px 0px 0px;
}
.blog-single .comment-form .title{
    font-size: 22px;
    font-family: 'Titillium Web',sans-serif;
    line-height: 30px;
    color: #222;
    margin-bottom: 23px;
}
.blog-single .comment-form input{
  position: relative;
  color: #fff;
  width: 100%;
  height: 50px;
  padding: 19px;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.blog-single .comment-form input[type="text"]:focus, .blog-single .comment-form input[type="search"]:focus, .blog-single .comment-form input[type="password"]:focus, .blog-single .comment-form input[type="date"]:focus, .blog-single .comment-form input[type="datetime"]:focus, .blog-single .comment-form input[type="url"]:focus, .blog-single .comment-form input[type="time"]:focus, .blog-single .comment-form select:focus, .blog-single .comment-form textarea:focus {
    border-color: #00f8ff;
    background-color: #000;
    transition: all 500ms ease;
}
.blog-single .comment-form textarea{
  position: relative;
  color: #fff;
  width: 100%;
  height: 160px;
  padding: 19px;
  border: 1px solid #e5e5e5;
  margin-bottom: 22px;
  resize: none;
  transition: all 500ms ease;
}
.blog-single .comment-form ::-webkit-input-placeholder { /* Chrome */
  color: #848484;
}

.blog-single .comment-form :-ms-input-placeholder { /* IE 10+ */
  color: #848484;
}
.blog-single .comment-form ::-moz-placeholder { /* Firefox 19+ */
  color: #848484;
  opacity: 1;
}
.blog-single .comment-form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #848484;
  opacity: 1;
}
.blog-single .comment-form button {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    background: #60c5e4;
    border: 1px solid #60c5e4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 33px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 500ms ease;
}
.blog-single .comment-form button:hover {
    color: #60c5e4;
    background: transparent;
    border: 1px solid #60c5e4;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 500ms ease;
}
.blog-single .comment-area{
  position: relative;
  padding: 0px 0px 42px 0px;
}
.blog-single .popular-posts .sidbar-title{
  font-size: 20px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  margin-bottom: 15px;
}
.blog-single .popular-posts .single-item{
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 0px 7px 0px;
  margin-bottom: 8px;
}
.blog-single .popular-posts .post-title a{
  position: relative;
  display: block;
  font-size: 16px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 25px;
  color: #222;
  margin-bottom: 3px;
  transition: all 500ms ease;
}
.blog-single .popular-posts .post-title a:hover{
  color: #60c5e4;
  transition: all 500ms ease;
}
.blog-single .popular-posts .post-info{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 10px;
}
.blog-single .popular-posts .post-info i:before{
  font-size: 13px;
  color: #848484;
  margin-right: 10px;
}




/*** 

====================================================================
                        faq-page
====================================================================

***/

.faq-page{
  position: relative;
  padding: 100px 0px 60px 0px;
}
.faq-page .faq-content .faq-title{
  font-size: 22px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  margin-bottom: 15px;
}
.faq-page .faq-content p{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 10px;
  padding: 0px 60px 0px 25px;
}
.faq-page .faq-content .single-item{
  position: relative;
  margin-bottom: 38px;
}




/*** 

====================================================================
                        contact-page
====================================================================

***/


.contact-section{
  position: relative;
  padding: 105px 0px 50px 0px;
}
.contact-section .single-item{
  position: relative;
}
.contact-section .single-item .icon-box i:before{
  color: #60c5e4;
  font-size: 40px;
  margin: 0px;
  margin-bottom: 18px;
  display: block;
}
.contact-section .single-item .title-info{
  font-size: 22px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 30px;
  color: #222;
  display: block;
  margin-bottom: 10px;
}
.contact-section .single-item .text{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 10px;
  display: block;
}
.contact-section .single-item .text a{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 0px;
  display: block;
}
.contact-section .contact-map-action{
  margin-top: 14px;
}
.contact-section .single-item.style-two{
  padding: 0px 72px 0px 0px;
}
.contact-section .single-item.style-three{
  padding: 0px 0px 0px 24px;
}
.contact-section .contact-info{
  position: relative;
  padding: 0px 0px 35px 0px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
}
.google-map-area {
    position: relative;
}
.contact-map-frame {
    height: 500px;
    width: 100%;
    display: block;
}
.footer-section .contact-widget .text a{
  color: #bdbfc9;
  text-decoration: underline;
}
.footer-section .contact-widget .text a:hover{
  color: #60c5e4;
}
.contact-area{
  position: relative;
  padding: 55px 0px 70px 0px;
  max-width: 860px;
  margin: 0 auto;
}
.contact-area .default-form input{
  position: relative;
  color: #222222;
  width: 100%;
  height: 54px;
  border: 1px solid #d8e0e8;
  background: #ffffff;
  border-radius: 8px;
  padding: 12px 18px;
  margin-bottom: 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  transition: all 500ms ease;
}
.contact-area .default-form textarea{
  position: relative;
  color: #222222;
  width: 100%;
  height: 190px;
  border: 1px solid #d8e0e8;
  background: #ffffff;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 22px;
  resize: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  transition: all 500ms ease;
}
.contact-area .default-form input[type="text"]:focus, .contact-area .default-form input[type="search"]:focus, .contact-area .default-form input[type="password"]:focus, .contact-area .default-form input[type="date"]:focus, .contact-area .default-form input[type="datetime"]:focus, .contact-area .default-form input[type="url"]:focus, .contact-area .default-form input[type="time"]:focus, .contact-area .default-form select:focus, .contact-area .default-form textarea:focus {
    border-color: #60c5e4;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(96, 197, 228, 0.12);
    transition: all 500ms ease;
}
.contact-area .default-form ::-webkit-input-placeholder { /* Chrome */
  color: #848484;
}

.contact-area .default-form :-ms-input-placeholder { /* IE 10+ */
  color: #848484;
}
.contact-area .default-form ::-moz-placeholder { /* Firefox 19+ */
  color: #848484;
  opacity: 1;
}
.contact-area .default-form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #848484;
  opacity: 1;
}
.contact-area .default-form button {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    background: #60c5e4;
    border: 1px solid #60c5e4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 33px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 16px 30px rgba(96, 197, 228, 0.22);
    transition: all 500ms ease;
}
.contact-area .default-form button:hover {
    color: #60c5e4;
    background: #ffffff;
    border: 1px solid #60c5e4;
    transition: all 500ms ease;
}
.contact-area .form-title .title{
  position: relative;
  font-size: 30px;
  font-family: 'Titillium Web',sans-serif;
  line-height: 40px;
  color: #222;
  margin-bottom: 8px;
  top: 0px;
}
.contact-area .form-title .text{
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #848484;
  margin-bottom: 28px;
}
.contact-area .alert{
  text-align: left;
  border-radius: 8px;
}



/*** 

====================================================================
                        Error Page
====================================================================

***/

.error-section{
 position: relative;
 padding-top: 75px;
 padding-bottom: 130px;
}
.error-section .error-text h1{
 font-size: 200px;
 line-height: 242px;
 font-weight: 400;
 color: #60c5e4;
 font-family: 'Titillium Web', sans-serif;
}
.error-section .error-text h2{
 font-size: 30px;
 line-height: 42px;
 font-weight: 400;
 color: #222;
 padding-bottom: 10px;
 font-family: 'Titillium Web', sans-serif;
}
.error-section .error-text p{
 font-size: 14px;
 line-height: 26px;
 font-weight: 400;
 color: #848484;
 font-family: 'Open Sans', sans-serif;
 margin-bottom: 30px;
}
.error-section .link-btn a{
 font-size: 14px;
 line-height: 26px;
 font-weight: 400;
 color: #fff;
 font-family: 'Open Sans', sans-serif;
 background: #60c5e4;
 padding: 13px 19px;
 border-radius: 25px;
 font-weight: 600;
 border: 1px solid #60c5e4;
 transition: all 500ms ease;
}
.error-section .link-btn a:hover{
  background: transparent;
  color: #60c5e4;
  transition: all 500ms ease;
}

@media only screen and (max-width: 767px){
  .language-switcher{
    display: flex;
    justify-content: flex-start;
    margin: 0px 0px 10px 0px;
  }
}

/* Home image fit overrides */
.home-services-section .home-services-grid,
.team-section .home-experts-grid,
.news-section .home-news-grid{
  display:flex;
  flex-wrap:wrap;
}
.home-services-section .home-services-grid__item,
.team-section .home-experts-grid__item,
.news-section .home-news-grid__item{
  display:flex;
  float:none;
}
.home-services-section .home-service-card,
.team-section .home-expert-card,
.news-section .home-news-card{
  display:flex;
  flex-direction:column;
  width:100%;
  height:100%;
}
.home-services-section .home-service-card .inner-box{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 40px rgba(15, 23, 42, .08);
}
.home-services-section .home-service-card__media,
.team-section .home-expert-card__media,
.news-section .home-news-card__media,
.choose-section .home-choose-media{
  position:relative;
  overflow:hidden;
  background:#eef2f7;
}
.home-services-section .home-service-card__media{
  aspect-ratio:4 / 3;
}
.team-section .home-expert-card__media{
  aspect-ratio:4 / 5;
}
.news-section .home-news-card__media{
  aspect-ratio:16 / 10;
}
.choose-section .home-choose-media{
  aspect-ratio:5 / 6;
  border-radius:18px;
  box-shadow:0 22px 48px rgba(15, 23, 42, .12);
}
.home-services-section .home-service-card__media img,
.team-section .home-expert-card__media img,
.news-section .home-news-card__media img,
.choose-section .home-choose-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  padding:0;
  object-fit:cover;
  object-position:center center;
}
.choose-section .home-choose-media figure,
.news-section .home-news-card__media figure,
.news-section .home-news-card__media a{
  display:block;
  width:100%;
  height:100%;
  margin:0;
}
.home-services-section .home-service-card .overlay-box{
  display:none;
}
.home-services-section .home-service-card .img-content{
  position:static;
  left:auto;
  right:auto;
  top:auto;
  bottom:auto;
  width:100%;
  height:auto;
  opacity:1;
  visibility:visible;
  text-align:left;
  background:none;
  padding:18px 0 0;
}
.home-services-section .home-service-card .img-content p{
  color:#6c7a89;
  margin-bottom:14px;
}
.home-services-section .home-service-card .img-title{
  padding-top:18px;
}
.home-services-section .home-service-card .img-title a{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.team-section .home-expert-card .inner-box{
  border-radius:18px;
}
.team-section .home-expert-card .single-content{
  flex:1 1 auto;
  padding-top:18px;
}
.team-section--home-experts .home-experts-carousel{
  margin-top:14px;
}
.team-section--home-experts .home-experts-carousel__item{
  height:100%;
  padding:0 2px 4px;
}
.team-section--home-experts .home-expert-card{
  height:100%;
}
.team-section--home-experts .owl-stage-outer{
  padding:6px 0;
}
.team-section--home-experts .owl-controls{
  margin-top:18px;
}
.team-section--home-experts .owl-nav{
  position:static;
  right:auto;
  bottom:auto;
  display:flex;
  justify-content:center;
  align-items:center;
}
.team-section--home-experts .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  margin:0 6px;
}
.news-section .home-news-card{
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 40px rgba(15, 23, 42, .08);
}
.news-section .home-news-card .news-content{
  flex:1 1 auto;
  padding:0 18px 20px;
}
.news-section .home-news-card .news-content .top-content{
  margin-left:76px;
}
.news-section .home-news-card .news-content p{
  min-height:78px;
}

