
/*------------------------------------------------------

*********************************************************
Project Name: Wemulti
Version:  1.0
Author Name: gicotech (https://themeforest.net/user/gicotech)
*********************************************************


01. General CSS
      > Common CSS
      > Form CSS
      > Background Over Layer CSS
      > Section Title CSS
      > Theme btn CSS
      > Scroll To Top CSS
      > Title CSS
      > Back to top
      > Pagination CSS
02. Header CSS
      > Header Top CSS
      > Header Nav CSS
      > NavBar Fixed CSS
      > Search CSS
      > Header Two CSS
03. Hero CSS
04. About CSS
05. Call CSS
06. Service CSS
07. Team CSS
08. Portfolio 
09. Faq CSS
10. Pricing CSS
11. Testimonial CSS
12. Blog CSS
13. Timetable CSS
14. Contact CSS
15. Partners CSS
16. Slider CSS 
17. Practice CSS
18. Page Title CSS
19. Footer CSS








@font-face {
font-family: "Droid Arabic Kufi";
src: url('../fonts/Droid.Arabic.Kufi.ttf');}
--------------------------------------------------------*/

/*
=========== 01. General CSS ===========
*/
 body {
 font-family: 'Droid Arabic Kufi', serif; 
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #444444;
  background: #ffffff;
  overflow-x: hidden;
  direction:rtl;
  text-align:right
}

/* Custom Container */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Common CSS */
 h1, h2, h3, h4, h5, h6 {
  
  color: #222222;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  text-transform: capitalize;
}
h1{
  font-size:60px;
  line-height: 66px;
}

h2{
  font-size:40px;
  line-height: 46px;
}

h3{
  font-size:32px;
  line-height: 38px;
}

h4{
  font-size:24px;
  line-height: 30px;
}

h5{
  font-size:20px;
  line-height: 28px;
}

h6{
  font-size:16px;
  line-height: 28px;
}
p {
  margin: 0;
  padding: 0;
}
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus, a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}




/* Placeholder CSS */
 ::-moz-placeholder {
     color: #333333 !important;
}
 ::-o-placeholder {
     color: #333333 !important;
}
 :-ms-input-placeholder {
     color: #333333 !important;
}
 input:-moz-placeholder {
     color: #333333 !important;
}
::-webkit-input-placeholder {
  color: #333333 !important;
}


.overlay-content ::-moz-placeholder {
  color: #ffffff !important;
}
.overlay-content ::-o-placeholder {
  color: #ffffff !important;
}
.overlay-content :-ms-input-placeholder {
  color: #ffffff !important;
}
.overlay-content input:-moz-placeholder {
  color: #ffffff !important;
}
.overlay-content ::-webkit-input-placeholder {
  color: #ffffff !important;
}




.subscribe-col .input-group ::-moz-placeholder {
  color: #dddddd !important;
}
.subscribe-col .input-group ::-o-placeholder {
  color: #dddddd !important;
}
.subscribe-col .input-group :-ms-input-placeholder {
  color: #dddddd !important;
}
.subscribe-col .input-group input:-moz-placeholder {
  color: #dddddd !important;
}
.subscribe-col .input-group ::-webkit-input-placeholder {
  color: #dddddd !important;
}








/* Form CSS */
.form-control {
  height: 45px;
  margin-bottom: 30px;
  box-shadow: none;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.form-control:focus {
  border-color: #666666;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

/* Overlay CSS */
.overlay-black {
  position: relative;
}
.overlay-black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(34, 34, 34, 0.8);
}
.overlay-white {
  position: relative;
}
.overlay-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.8);
}




/* Theme btn CSS */
.theme-btn {
  position: relative;
  z-index: 0;
  padding: 13px 20px 15px;
  background: #30336B;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  min-width: 150px;
  height: 50px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.theme-btn:hover {
  border: none;
  color: #ffffff;
  background: #30336B;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}



/* Title CSS */
.my-title {
  margin-top: -10px;
  margin-bottom: 55px;
}
.my-title h2 {
  color: #1b1a17;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 10px;
}
.my-title .bdr {
  width: 100px;
  height: 3px;
  background: #1CC1E0;
  margin: 0 auto;
  margin-bottom: 20px;
}
.my-title p {

}





/*.animated{
  opacity:1;
}*/

/* Back to top */
#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    background: #1CC1E0;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 30px 30px 0 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {

}
#back-to-top.show {
    opacity: 1;
    transition: opacity 0.2s ease-out;
}


/* Pagination CSS */
.my-pagination {
  margin-top: 20px;
  margin-bottom: 30px;
}
.my-pagination ul li {
  margin: 0 5px;
}
.my-pagination ul li a {
  padding: 0;
  display: inline-block;
  background: #ffffff;
  width: 55px;
  height: 55px;
  border-radius: 50% !important;
  text-align: center;
  line-height: 55px;
  border: 2px solid #30336B;
  color: #30336b;
  font-size: 20px;
  font-weight: bold;
}
.my-pagination ul li a:hover {
  background: #30336B;
  color: #ffffff;
}
.my-pagination ul li a.active {
  background: #30336B;
  color: #ffffff;
}
.my-pagination ul li a i {
  font-size: 30px;
  position: relative;
  bottom: -3px;
}






/* 
=========== 02. Header CSS ===========
*/
.header-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



/* Header Top CSS */
.header-top-area {
  padding: 25px 0 15px;
  background: transparent;
}
.header-top-col {
  margin-bottom: 10px;
}
.header-info ul li {
  display: inline-block;
  margin-right: 15px;
  color: #ffffff;
}
.header-info ul li i {
  margin-right: 8px;
}
.consultation-btn {
  background: #30336B;
  padding: 15px 24px;
  height: 50px;
  color: #ffffff;
  border-radius: 40px;
}
.consultation-btn:hover {
  background: #232776;
  color: #ffffff;
}


/* Header Nav CSS Start */
.header-navbar {
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.header-navbar:before {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 1080px;
  height: 70px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.header-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-navbar .navbar {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 16px;
}
.header-navbar .navbar-expand-lg .navbar-nav .nav-link {
  color: #444444;
  padding: 0;
  margin-right: 34px;
  text-transform: capitalize;
  font-weight: 500;
}
.header-navbar .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #05c3e2;
}




/* NavBar Fixed CSS */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background: #30336B;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-navbar.sticky {
  /*border-bottom: 1px solid #30336B;*/
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
.header-navbar.sticky .stellarnav>ul>li>a {
  color: #1b1a17 !important;
  padding: 30px 16px;
}
.header-navbar.sticky .header-search-area ul li a {
  color: #1b1a17;
}
.logo-white {
  display: block;
}
.logo-black {
  display: none;
}
.header-navbar.sticky .logo-white {
  display: none;
}
.header-navbar.sticky .logo-black {
  display: block;
}
.header-navbar.sticky .header-search-area {
  padding-top: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-navbar.sticky .header-logo {
  margin-top: -5px;
}



/* Full Screen Form CSS */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: rgba(49,51,108, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 50%;
  width: 100%;
  margin-top: 0;
  transform: translateY(-50%);
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #ffffff;
  z-index: 9999999;
}
.overlay-content-col h2 {
  text-align: center;
  color: #ffffff;
  line-height: 46px;
  margin-bottom: 60px;
}
.overlay-content-col .form-control {
  border: none;
  border-bottom: 3px solid #1CC1DF;
  background: transparent;
  color: #ffffff;
  resize: none;
  padding-left: 0;
}
.overlay-content-col select.form-control option {
  background: #30336B;
}
.overlay-content-col .theme-btn {
  min-width: 180px;
  height: 60px;
  background: #1CC1DF;
}




/* 
=========== 03. Hero CSS ===========
*/
.hero-area {
  padding: 350px 0 250px;
  position: relative;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-area.overlay-black:before {
  background-color: rgba(34, 34, 34, 0.5);
} 
.hero-doctor-img {
  position: absolute;
  bottom: 0;
  left: 70px;
}
.hero-col h2 {
  color: #ffffff;
  font-size: 56px;
  line-height: 66px;
  margin-bottom: 30px;
}
.hero-col p {
  color: #ffffff;
  margin-bottom: 40px;
}
.hero-col .theme-btn {
  min-width: 180px;
  height: 60px;
  padding-top: 18px;
  background: #05C3E2;
  margin-right: 20px;
}
.hero-col .theme-btn:hover {
  color: #444444;
  background: #ffffff;
}


/* Hero Two */
.hero-two-area:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.hero-two-area .hero-col {
  background: #30336B;
  padding: 50px 30px;
  border-radius: 5px;
  position: relative;
  z-index: 99;
}
.around-bdr {
  position: absolute;
  left: 115px;
  top: -68px;
  z-index: 0;
  width: 618px;
  height: 528px;
  border: 20px solid #00B9FC;
  opacity: 0.5;
  border-radius: 10px;
}
.hero-two-area .hero-col h2 {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 20px;
}
.hero-two-area .hero-col p {
  margin-bottom: 30px;
}

/* Hero Three CSS */
.hero-three-area {
  position: relative;
  background: #30336B;
  overflow: hidden;
}
.hero-three-area .hero-img {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 0;
}
.hero-three-area .hero-img img {
  height: 100vh;
}
.hero-three-area .hero-col {
  background-color: #E866A6;
  padding: 40px 40px;
  min-width: 665px;
  border-radius: 5px;
  left: 65px;
}
.hero-three-area .hero-col .theme-btn {
  background-color: #31336C !important;
}
.hero-three-area .hero-col .theme-btn:hover {
  background-color: #ffffff !important;
  color: #444444;
}
.hero-three-area .around-bdr {
  border-color: #ffffff;
  opacity: 0.5;
  left: 200px;
  top: -78px;
}

/* Hero Four CSS */
.hero-four-area {
  position: relative;
}
.hero-four-area.overlay-black:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.hero-right-img {
  position: absolute;
  right: 250px;
  bottom: 0;
  z-index: 0;
}

/* Hero Five CSS */
.hero-five-area {

}
.hero-five-area.overlay-black:before {
  background: rgb(48,51,107);
  background: -moz-linear-gradient(180deg, rgba(48,51,107,1) 0%, rgba(48,51,107,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(48,51,107,1) 0%, rgba(48,51,107,0) 100%);
  background: linear-gradient(180deg, rgba(48,51,107,1) 0%, rgba(48,51,107,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30336b",endColorstr="#30336b",GradientType=1);
}
.hero-five-area .around-bdr {
  border-color: #ffffff;
  left: auto;
  right: 200px;
  top: -65px;
}
.hero-five-area .hero-col {
  background: #FF9405;
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
.hero-five-area .hero-col .theme-btn {
  background: #30336B !important;
}
.hero-five-area .hero-col .theme-btn:hover {
  color: #ffffff;
}


/* cv-one-hero CSS */
.cv-one-hero {
  position: relative;
}
.cv-hero-img {
  position: absolute;
  right: 250px;
  bottom: 0;
  z-index: 0;
}
.cv-one-hero .hero-col h2 {
  color: #222222;
  font-size: 80px;
  line-height: 1.1;
}
.cv-one-hero .hero-col p {
  color: #222222;
  font-weight: bold;
}
.cv-one-hero .theme-btn {
  background: #30336B;
  min-width: 250px;
  height: 70px;
  line-height: 38px;
  font-size: 24px;
}

.cv-hero-social {
  position: absolute;
  top: 50%;
  left: 100px;
  z-index: 0;
  transform: translateY(-50%);
}
.cv-hero-social:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  z-index: 0;
  width: 2px;
  height: 80px;
  background: #111111;
  margin-left: -1px;
}
.cv-hero-social:after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  z-index: 0;
  width: 2px;
  height: 80px;
  background: #111111;
  margin-left: -1px;
}
.cv-hero-social ul li {
  margin: 30px 0;
}
.cv-hero-social ul li a i {
  font-size: 35px;
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cv-hero-social ul li a i:hover {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



/* 
=========== 04. About CSS ===========
*/
.about-area {
  padding: 120px 0 90px;
}
.about-col h2 {
  line-height: 50px;
}
.about-col p {
  margin-bottom: 20px;
}
.about-col ul {
  margin-bottom: 45px;
}
.about-col ul li {
  position: relative;
  padding-right: 25px;
  margin-bottom: 10px;
}
.about-col ul li:before {
  content: "\eed7";
  font-family: IcoFont;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  color: #1CC1E0;
}
.about-two-col img {
  border-radius: 5px;
}
.about-two-col-text {
  min-width: 570px;
  margin-left: -100px;
  margin-top: 56px;
  padding: 30px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
}
.about-two-col-text ul {
  margin-bottom: 20px;
}
/* About Two CSS */
.about-two-area {

}
.about-two-area .about-two-col img {
  border-radius: 0;
  border-top-right-radius: 200px;
}
.about-two-area .about-two-col ul {
  margin-bottom: 30px;
}





/* 
=========== 05. Call CSS ===========
*/
.call-area {
  padding: 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.call-area:before {
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgb(48,51,107);
  background: -moz-linear-gradient(401deg, rgba(48,51,107,1) 0%, rgba(28,193,224,0.804359243697479) 100%);
  background: -webkit-linear-gradient(401deg, rgba(48,51,107,1) 0%, rgba(28,193,224,0.804359243697479) 100%);
  background: linear-gradient(401deg, rgba(48,51,107,1) 0%, rgba(28,193,224,0.804359243697479) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30336b",endColorstr="#1cc1e0",GradientType=1);
}
.call-col {

}
.call-col h2 {
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 20px;
}
.call-col h1 {
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 0;
  display: block;
  border-bottom: 2px solid #05c3e2;
  padding-bottom: 15px;
}
.call-col h1 i {
  color: #05c3e2;
  float:right;
  font-size: 33px;
    line-height: 1.5;
    margin-left: 10px;
}
.video-box {
  position: absolute;
  left: 375px;
  top: -50px;
  z-index: 0;
  width: 530px;
  height: 530px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 33% 67% 60% 40% / 35% 44% 56% 65%;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.5);
}
.video-box:before {
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #30336B;
  opacity: 0.8;
}
.video-box i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 80px;
  color: #ffffff;
  transform: translate(-50%, -50%);
  display:none
}



/* 
=========== 06. Service CSS ===========
*/
.service-area {
  padding: 120px 0 90px;
}
.service-col {
  text-align: center;
}
.service-img {
  position: relative;
}
.service-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: rgb(28,193,224);
  background: -moz-linear-gradient(0deg, rgba(28,193,224,1) 0%, rgba(28,193,224,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(28,193,224,1) 0%, rgba(28,193,224,0) 100%);
  background: linear-gradient(0deg, rgba(28,193,224,1) 0%, rgba(28,193,224,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cc1e0",endColorstr="#1cc1e0",GradientType=1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-col:hover .service-img:before {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-img{
  overflow: hidden;
}
.service-img img {
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-col:hover .service-img img {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-content {
  background: #F5F5F5;
  padding: 30px 30px;
}
.service-content h4 {
  font-size: 24px;
  line-height: 30px;
}
.service-content p {
  margin-bottom: 15px;
}

/* Service Two CSS*/
.service-two-area {
  padding-bottom: 0;
}
.service-two-col {
  background: #F5F5F5;
  padding: 25px 20px 25px 135px;
  margin-left: 100px;
  margin-top: 30px;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-two-col:hover {
  background: #30336B;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-two-col img {
  position: absolute;
  left: -100px;
  top: -30px;
  z-index: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}
.service-two-col h4 {
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-two-col:hover h4 {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-two-col p {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.service-two-col:hover p {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Service Three CSS */
.service-three-area {

}
.service-three-col {
  text-align: center;
  padding: 30px 30px;
  background: #F5F5F5;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-three-col:hover {
  background: #0BE881;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-three-col i {
  font-size: 70px;
  color: #0BE881;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-three-col:hover i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-three-col h4 {
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-three-col:hover h4 {
  color: #30336b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-three-col p {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-three-col:hover p {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}




/* 
=========== 07. Team CSS ===========
*/
.team-area {
  padding: 120px 0 100px;
  background: #F5F5F5;
}
.team-area .my-title .bdr {
  margin: initial;
  margin-bottom: 20px;
}
.team-item {
  position: relative;
  padding-right: 470px;
  padding-bottom: 65px;
}
.item-number {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 0;
}
.item-number h2 {
  font-style: italic;
  font-size: 60px;
  line-height: 60px;
  color: #cacaca;
}
.team-item .team-img {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}
.team-item .team-img img {
  border-radius: 5px;
}
.team-item .team-img:before {
  content: "";
  width: 370px;
  height: 438px;
  border: 10px solid #1CC1E0;
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: -1;
  border-radius: 10px;
}
.team-item h4 {
  margin-bottom: 0;
  line-height: 30px;
}
.team-item span {
  font-weight: 500;
  color: #888888;
}
.team-item .bdr {
  width: 60px;
  height: 3px;
  background: #1CC1E0;
  margin-top: 5px;
  margin-bottom: 20px;
  float:right;
  display:block
}
.team-info {

}
.team-info ul li {
  margin-bottom: 10px;
}
.team-info ul li i {
  width: 30px;
  margin-left: 5px;
  color: #1CC1E0;
}
.team-social {
  margin-bottom: 25px;
}
.team-social ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #1CC1E0;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-social ul li i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: -2px;
  color: #1CC1E0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-social ul li:hover {
  background: #1CC1E0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-social ul li:hover i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-area .owl-controls {
  position: absolute;
  right: 0;
  top: -110px;
  z-index: 0;
}
.team-area .owl-theme .owl-nav {
  margin-top: 0;
  padding: 0;
  display:none
}
.team-area .owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  font-size: 52px;
  color: #1cc1e0;
  margin: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-area .owl-theme .owl-nav [class*=owl-]:hover {
  color: #30336b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Team two Start */
.team-two-area {
  padding-bottom: 80px;
}
.pt-120 {
  padding-top: 120px !important;
}
.team-two-item {
  position: relative;
}
.team-two-img {
  position: relative;
  overflow: hidden;
}
.team-two-img img {
  border-radius: 5px;
}
.team-two-img ul {
  position: absolute;
  right: -40px;
  bottom: 0;
  z-index: 0;
  width: 40px;
  height: 200px;
  background: #0BE881;
  border-top-left-radius: 20px;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-two-item:hover .team-two-img ul {
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-two-img ul li {
  margin-bottom: 7px;
}
.team-two-img ul li i {
  color: #ffffff;
  font-size: 20px;
}
.team-two-img ul li i:hover {
  color: #30336B;
}
.team-two-name {
  background: #30336B;
  max-width: 300px;
  text-align: center;
  padding: 15px 15px;
  border-radius: 5px 50px 5px 50px;
  position: relative;
  z-index: 1;
  bottom: 40px;
  left: 32px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-two-item:hover .team-two-name {
  left: 0;
  background: #0BE881;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-two-name h4 {
  color: #ffffff;
  margin-bottom: 0;
}
.team-two-name p {
  color: #ffffff;
}



/* 
=========== 08. Portfolio CSS ===========
*/
.portfolio-area {
  padding: 120px 0 90px;
}
.portfolio-area .gallery-filters ul {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 50px;
}

.portfolio-area .gallery-filters ul li {
  display: inline-block;
  margin: 0 15px;
}

.portfolio-area .gallery-filters ul li a {
  color: #484848;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0;
}

.portfolio-area .gallery-filters ul li a:hover {
  color: #1CC1E0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-area .gallery-filters ul li a.active {
  color: #1CC1E0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-area .masonry-gallery .grid {
  width: 25%;
  float: left;
  padding: 0 15px;
  padding-bottom: 30px;
}

.portfolio-area .grid img {
  width: 100%;
  height: auto;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
}
/*****.portfolio-item-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: rgba(48, 51, 107, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-item:hover .portfolio-item-overlay {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-item-overlay i {
  position: absolute;
  right: 0;
  left: 0;
  top: 20%;
  text-align: center;
  font-size: 48px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-item:hover .portfolio-item-overlay i {
  opacity: 1;
  top: 50%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio-item-text {
  position: absolute;
  left: 80px;
  bottom: 25px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-item:hover .portfolio-item-text {
  opacity: 1;
  left: 25px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}***/
.portfolio-item-text h4 {
  line-height: 30px;
  margin-bottom: 5px;
}
.portfolio-item-text h4 a {
  color: #ffffff;
}
.portfolio-item-text p {
  color: #ffffff;
}
#html5-watermark {
  display: none !important;
}
.portfolio-area .masonry-gallery .grid.wd-50percent {
  width: 50%;
}



/* 
=========== 09. Faq CSS ===========
*/
.faq-area {
  padding: 0 ;
}
.faq-area .my-title .bdr {
    margin: initial;
    margin-bottom: 20px;
}
.my-faq-accordion {
  position: relative;
}
.my-faq-accordion .card {
  border: none;
}
.my-faq-accordion .card .card-header {
  padding: 0;
  margin-bottom: 15px;
  border: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.my-faq-accordion .card .card-header h5 button {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 24px;
  padding: 13px 70px 13px 20px;
  position: relative;
  cursor: pointer;
  line-height: 30px;
  color: #1c1b42;
  font-weight: 600;
  color: #1c1b42;
  background: #F5F5F5;
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.my-faq-accordion .card .card-header h5 button {
  
}
.my-faq-accordion .card .card-header h5 button:hover,
.my-faq-accordion .card .card-header h5 button:focus {
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.my-faq-accordion .card .card-body {
  position: relative;
  padding: 8px 20px 20px 20px;
  margin-bottom: 0;
  line-height: 1.8em;
  font-size: 16px;
  color: #1c1b42;
}
.my-faq-accordion .card .card-header button.btn-link {
  position: relative;
}
.my-faq-accordion .card .card-header button.btn-link:before { 
  content: "";
  position: absolute;
  right: 0;
    top: 0;
    z-index: 0;
    width: 55px;
    height: 100%;
    background: #30336B;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.my-faq-accordion .card .card-header button.btn-link i {
  font-size: 35px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translateY(-50%);
}
.my-faq-accordion .card .card-header button.btn-link.collapsed i {
  -ms-transform: rotate(-90deg); /* IE 9 */
  transform: rotate(-90deg); /* Standard syntax */
}
.counter-col {
  text-align: center;
  margin-top: 10px;
}
.counter-col ul li {
  display: inline-block;
  width: 49.5%;
  background: #F5F5F5;
  min-height: 320px;
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: -9px;
  margin-left: -4px;
}
.counter-col ul li:nth-child(2) {
  background: #EEEEEE;
}
.counter-col ul li:nth-child(3) {
  background: #EEEEEE;
}
.counter-col ul li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
  text-align: center;
  transform: translateY(-50%);

}
.counter-col ul li span i {
  color: #30336b;
  font-size: 40px;
}
.counter-col ul li span h2 {
  font-size: 40px;
  line-height: 46px;
  color: #1cc1e0;
  margin-bottom: 10px;
  margin-top: 20px;
}
.counter-col ul li span h2 span {
  display: block;
}
.counter-col ul li span h4 {
  margin-bottom: 0;
}





/* 
=========== 10. Pricing CSS ===========
*/
.pricing-area {
  padding-top: 120px;
  padding-bottom: 90px;
}
.pricing-col {
  background: #F5F5F5;
}
.pricing-header {
  background: #30336B;
  padding: 70px 50px;
  border-bottom-right-radius: 150px;
}
.pricing-header {
  text-align: center;
  position: relative;
}
.pricing-header h2 {
  font-size: 40px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 0;
}
.pricing-header h2 span {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
}
.pricing-header h4 {
  font-size: 24px;
  line-height: 30px;
  color: #dddddd;
  -ms-transform: rotate(-90deg); /* IE 9 */
  transform: rotate(-90deg); /* Standard syntax */
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -17px;
  margin-bottom: 0;
}
.pricing-content {
  padding: 30px 0;
  text-align: center;
}
.pricing-content ul li {
  background: #EEEEEE;
  padding: 18px 10px;
}
.pricing-content ul li:nth-child(2) {
  background: #F5F5F5;
}
.pricing-content ul li:nth-child(4) {
  background: #F5F5F5;
}
.pricing-content ul li:nth-child(6) {
  background: #F5F5F5;
}
.pricing-content .theme-btn {
  margin-top: 10px;
}
.middile-pricing {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}
.middile-pricing .pricing-header {
  background: #1CC1E0;
}


/* Pricing Two CSS */
.pricing-two-area {
  padding: 120px 0 90px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pricing-two-col {
  text-align: center;
  background: #30336B;
  border-radius: 5px;
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.pricing-two-col:hover {
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.35);
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.pricing-two-header {
  background: #ffffff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 2px solid #E866A5;
  padding: 22px 10px;
}
.pricing-two-header h4 {
  margin-bottom: 0;
}
.pricing-two-content {
  padding: 140px 25px 30px 25px;
  position: relative;
}
.pricing-two-content p {
  color: #ffffff;
  margin-bottom: 25px;
}
.pricing-two-content .theme-btn {
  background: #E866A5;
}
.pricing-two-content .theme-btn:hover {
  background: #ffffff;
  color: #444444;
}
.pricing-two-content h2 {
  color: #ffffff;
  margin: 0;
  position: absolute;
  right: 30px;
  top: 25px;
  z-index: 0;
}
.pricing-two-img {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 0;
  width: 100px;
  height: 120px;
  background: #E866A6;
  border-radius: 0 0 50px 50px;
}
.pricing-two-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* Pricing Three CSS */
.pricing-three-area {
  padding-top: 110px;
}





/* 
=========== 11. Testimonial CSS ===========
*/
.testimonial-area {
  padding: 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-col .owl-carousel .owl-item {
  padding: 8px 18px 55px 18px;
}
.testimonial-item {
  position: relative;
  text-align: center;
  background: #FFFFFF;
  padding: 30px 25px 55px 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
}
.testimonial-item i {
  position: absolute;
  left: 50%;
  top: 30px;
  z-index: 0;
  transform: translateX(-50%);
  font-size: 80px;
  color: #E5E5E5;
}
.testimonial-item p {
  font-style: italic;
  position: relative;
  z-index: 1;
  font-weight: 500;
  margin-bottom: 6%;
}
.testimonial-item h4 {
  margin-bottom: 0;
  margin-top: 5px;
}
.testimonial-item .testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #30336b;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: -50px;
  margin-left: -40px;
  z-index: 1;
  display:none
}
.testimonial-col .owl-theme .owl-dots {
  width: 200px;
  height: 40px;
  margin: 0 auto;
  margin-top: 60px;
  padding-top: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
  border-radius: 40px;
}
.testimonial-col .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: #D1C9C9;
  margin-right: 10px;
  margin-left: 10px;
}
.testimonial-col .owl-theme .owl-dots .owl-dot.active span {
  background: #1CC1E0;
}

/* Testimonial Two CSS */
.testimonial-two-area {
  padding: 120px 0 110px;
}
.testimonial-item-two {
  background: #30336B;
  text-align: center;
  border-radius: 5px;
  padding: 50px 30px;
}
.testimonial-item-two .testimonial-two-img {
  margin-bottom: 15px;
}
.testimonial-item-two .testimonial-two-img img {
  width: 80px !important;
  height: 80px !important;
  margin: 0 auto;
  border-radius: 40% 60% 62% 38% / 72% 62% 38% 28%;
}
.testimonial-item-two h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
.testimonial-item-two span {
  color: #ffffff;
}
.testimonial-item-two p {
  color: #ffffff;
  margin-top: 15px;
}
.testimonial-two-area .owl-theme .owl-nav {
  margin-top: 40px;
}
.testimonial-two-area .owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 10px;
}
.testimonial-two-area .owl-theme .owl-dots .owl-dot.active span {
  background: #00B9FC;
  width: 200px;
  height: 10px;
}
/* Testimonial Three */
.testimonial-three-area {

}
.testimonial-three-area .testimonial-item-two {
  padding-left: 60px;
  padding-right: 60px;
}




/* 
=========== 12. Blog CSS ===========
*/
.blog-area {
  padding: 120px 0 90px;
}
.blog-col {
  margin-bottom: 30px;
}
.blog-img {
  position: relative;
  overflow: hidden;
}
.blog-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: rgb(28,193,224);
  background: -moz-linear-gradient(0deg, rgba(28,193,224,1) 0%, rgba(28,193,224,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(28,193,224,1) 0%, rgba(28,193,224,0) 100%);
  background: linear-gradient(0deg, rgba(28,193,224,1) 0%, rgba(28,193,224,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cc1e0",endColorstr="#1cc1e0",GradientType=1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-col:hover .blog-img:before {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-img img {
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-col:hover .blog-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-col-content {
  padding: 45px 30px 30px 30px;
  background-color: #F5F5F5;
}
.blog-info-bar {
  background-color: #FFFFFF;
  border-radius: 0 50px 50px 0;
  position: relative;
  max-height: 52px;
  padding: 15px 15px 15px 80px;
  margin-left: 20px;
  margin-bottom: 40px;
}
.blog-info-bar img {
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  left: -20px;
  top: -10px;
  z-index: 0;
  border-radius: 50%;
  border: 3px solid #1CC1E0;
}
.blog-info-bar ul li {
  display: inline-block;
  margin-right: 15px;
}
.blog-info-bar ul li i {
  margin-right: 5px;
}
.blog-info-bar ul li a {
  color: #444444;
}
.blog-col-content h4 {
  margin-bottom: 15px;
}
.blog-col-content h4 a {
  color: #222222;
}
.blog-col-content .theme-btn {
  margin-top: 10px;
}
.blog-area .owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  background-color: transparent;
  color: #30336B;
  font-size: 50px;
  margin: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-area .owl-theme .owl-nav [class*=owl-]:hover {
  color: #1cc1e0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-inner-area {
  padding-top: 160px;
}

/* Blog Details Start */
.bolg-details-area {
  padding-top: 160px;
  padding-bottom: 90px;
}
.big-img img {
  border-radius: 5px;
}
.bolg-details-col .blog-info-bar {
  background: #f5f5f5;
  margin-top: 50px;
  max-width: 400px;
}
.heighlight-box {
  background: #f5f5f5;
  padding: 30px 20px 30px 200px;
  margin-left: 70px;
  margin-top: 110px;
  margin-bottom: 45px;
  border-radius: 5px;
  position: relative;
}
.heighlight-box img {
  border-radius: 5px;
  position: absolute;
  left: -70px;
  top: -65px;
  z-index: 0;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
}
.heighlight-box i {
  color: #d0cdcd;
  font-size: 40px;
}
.heighlight-box p {
  font-style: italic;
}
.tag-bar {
  padding: 15px 20px;
  border-radius: 5px;
  background: #f5f5f5;
  margin-top: 50px;
  margin-bottom: 50px;
}
.tag-bar-col ul li {
  display: inline-block;
}
.tag-bar-col ul li i {
  color: #1cc1e0;
  font-size: 24px;
  margin-right: 5px;
  position: relative;
  bottom: -2px;
}
.tag-bar-col ul li a {
  color: #444444;
  position: relative;
}
.tag-bar-col ul li a i {
  color: #333333;
  font-size: 16px;
  position: relative;
  bottom: 0;
  margin-left: 8px;
}
.share-icons {
  text-align: right;
}
.comments-box h4 {
  margin-bottom: 30px;
}
.comments-box-item {
  position: relative;
  padding-left: 120px;
  margin-bottom: 40px;
  min-height: 100px;
}
.comments-box-item img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #1CC1E0;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.35);
}
.comments-box-item p strong {
  font-weight: bold;
}
.comments-box-item p a {
  float: right;
}
.comments-box-item p a i {
  font-size: 30px;
  color: #1cc1e0;
}
.comments-box-item span {
  color: #868585;
  font-size: 12px;
  font-style: italic;
}
.middle-comment {
  margin-left: 100px;
}
.comment-form-box {
  padding: 30px 30px;
  background: #F5F5F5;
  border-radius: 5px;
  margin-top: 30px;
}
.comment-form-box form .form-control {
  background: #D8D8E0;
  resize: none;
  height: 50px;
  border-radius: 5px;
}
.comment-form-box form textarea.form-control {
  height: 100%;
  min-height: 120px;
}

/* Sidebar CSS */
.bolg-sidebar-col {

}
.bolg-sidebar-box {
  background: #F5F5F5;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}
.bolg-sidebar-box h4 {
  padding: 12px 30px;
  background: #EEEEEE;
  margin-bottom: 0;
}
.search-box {
  padding: 30px 30px;
}
.search-box .input-group-text button {
  background: #1CC1E0;
  border-radius: 0;
  border: none;
  height: 48px;
  width: 58px;
}
.search-box .form-control {
  height: 50px;
  border-radius: 0;
  border: none;
}
.search-box .input-group-text button i {
  font-size: 24px;
}
.categories-box {
  padding: 30px 30px;
}
.categories-box ul li a {
  padding: 15px 0;
  padding-left: 20px;
  border-bottom: 1px solid #ffffff;
  display: block;
  color: #444444;
  position: relative;
}
.categories-box ul li a:hover {
  color: #1CC1E0;
}
.categories-box ul li a:before {
  content: "\eaca";
  font-family: IcoFont;
  font-size: 16px;
  color: #444444;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
}
.categories-box ul li a span {
  float: right;
}
.categories-box ul li:first-child a {
  padding-top: 0;
}
.categories-box ul li:first-child a:before {
  top: 14px;
}
.post-box {
  padding: 30px 30px;
}
.post-box ul li {
  position: relative;
  padding-left: 90px;
  min-height: 80px;
  margin-bottom: 30px;
}
.post-box ul li img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 80px;
  height: 80px;
}
.post-box ul li a {
  color: #222222;
  font-weight: bold;
}
.post-box ul li span {
  color: #666666;
  display: block;
}
.post-box ul li:last-child {
  margin-bottom: 0;
}
.tag-box {
  padding: 30px 30px;
  padding-bottom: 20px;
}
.tag-box ul li {
  min-height: 30px;
  border: 1px solid #dddddd;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 3px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.tag-box ul li a {
  padding: 10px 10px;
  color: #444444;
}
.tag-box ul li:hover a {
  color: #ffffff;
}
.tag-box ul li:hover {
  background: #1CC1E0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.advertisement {
  text-align: center;
}




/* 
=========== 13. Timetable CSS ===========
*/
.timetable-area {
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.timetable-col {
  background-color: #30336B;
  padding: 40px 30px;
}
.timetable-col h4 {
  color: #ffffff;
}
.timetable-col p {
  color: #ffffff;
  margin-bottom: 30px;
}
.timetable-col ul li {
  background-color: #383B78;
  margin-bottom: 20px;
  padding: 12px 20px;
  color: #ffffff;
}
.timetable-col ul li:last-child {
  margin-bottom: 0;
}
.timetable-col ul li span {
  float: left;
}
.timetable-footer {
  background-color: #383B78;
  padding: 30px 30px;
}
.timetable-footer h4 {
  margin-bottom: 0;
  color: #ffffff;
}
.timetable-footer span {
  color: #ffffff;
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}





/* 
=========== 14. Contact CSS ===========
*/
.contact-area {
  padding: 120px 0 0;
  background: transparent;
  margin-bottom: -70px;
  position: relative;
  z-index: 999;
}
.contact-col {
  background-color: #F5F5F5;
  padding: 50px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 60px 80px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 60px 80px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 60px 80px 0px rgba(0,0,0,0.15);
}
.contact-info-box {
  text-align: center;
  margin-bottom: 30px;
}
.contact-info-box i {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  line-height: 50px;
  background-color: #30336B;
  border-radius: 50%;
  margin-bottom: 15px;
}
.form-col .form-control {
  min-height: 48px;
  border: none;
}
#map {
  width: 100%;
  height: 470px;
}



/* 
=========== 15. Partners CSS ===========
*/
.partners-area {
  background: #F5F5F5;
  padding: 120px 0 110px;
}


/* 
=========== 16. Slider CSS ===========
*/
.main-slider-section {

}
.pogoSlider {
    height: 100vh;
    padding-bottom: 0 !important;
}
.pogoSlider-dir-btn {
  z-index: 1;
  width: 30px;
  height: 30px;
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev {
  top: 50%;
  left: 0;
  position: relative;
  width: 80px;
  height: 70px;
  margin-top: 0;
  border: none;
  margin-bottom: -40px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform: translateY(-50%);
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev:before {
  content: "\ea93";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  font-family: IcoFont;
  font-size: 50px;
  line-height: 70px;
  color: #ffffff;
  width: 80px;
  height: 70px;
  background: rgba(11, 232, 129, 0.4); 
  cursor: pointer;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next {
  margin-top: 0;
  right: 0;
  top: 50%;
  border: none;
  width: 80px;
  height: 70px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform: translateY(-50%);
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next:before {
  content: "\ea94";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
  font-family: IcoFont;
  font-size: 50px;
  line-height: 70px;
  color: #ffffff;
  width: 80px;
  height: 70px;
  background: rgba(11, 232, 129, 0.4); 
  cursor: pointer;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.pogoSlider-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pogoSlider-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
}
.silder-elements {
    text-align: center;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    padding: 0;
}
.slider-para {
    color: #ffffff;
    font-size: 16px !important;
    margin-bottom: 35px !important;
    padding: 0 250px; 
}
.slider-main-title {
    font-size: 56px !important;
    line-height: 65px !important;
    color: #ffffff;
    margin-bottom: 30px;
}
.slider-main-title span {
    color: #ffa733;
}
.silder-elements .theme-btn {
    margin: 0 5px;
    color: #ffffff;
    background: #0BE881;
    min-width: 180px;
    height: 55px;
    padding: 15px 10px 15px; 
}
.pogoSlider--navBottom .pogoSlider-nav {
    display: none;
}




/* 
=========== 17. Practice CSS ===========
*/
.practice-area {
  padding: 120px 0 70px;
}
.practice-col {
  min-height: 120px;
  margin-bottom: 50px;
  position: relative;
  padding-left: 130px;
}
.icon-bdr {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 3px solid #c7b88f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f5f5f5;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-icon i {
  color: #c7b88f;
  font-size: 50px;
  line-height: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-col:hover .practice-icon {
  background: #c7b88f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-col:hover .practice-icon i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-col:hover .icon-bdr {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
}



/* 
=========== 18. Page Title CSS ===========
*/
.page-title-area {
  min-height: 405px;
  padding-top: 260px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.page-title-col {
  width: 570px;
  margin: 0 auto;
  margin-bottom: -50px;
  background: #ffffff;
  padding: 50px 20px;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 12px 30px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 12px 30px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 12px 30px 0px rgba(0,0,0,0.15);
}
.page-title-col ul li {
  display: inline-block;
}
.page-title-col ul li a {
  color: #444444;
}




/* 
=========== 19. Footer CSS ===========
*/
.footer-area {
  padding: 120px 0 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-logo img {
  margin-bottom: 30px;
}
.footer-logo p {
  color: #f1f1f1;
  margin-bottom: 30px;
}
.my-social {

}
.my-social ul li {
  display: inline-block;
  margin-right: 20px;
}
.my-social ul li:first-child {
  margin-right: 13px;
}
.my-social ul li a i {
  color: #f1f1f1;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.my-social ul li a i:hover {
  color: #05C3E2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-col h4 {
  position: relative;
  color: #ffffff;
  margin-bottom: 35px;
}
.footer-col h4:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  z-index: 0;
  width: 60px;
  height: 2px;
  background: #1CC1E0;
}
.footer-post ul li {
  display: block;
 
  position: relative;
}
.footer-post ul li img {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 0;
  width: 80px;
  height: 80px;
}
.footer-post ul li a {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: -0.6px;
}
.footer-post ul li p {
  color: #999999;
}
.my-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.my-flex-container div {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  margin-right: 0;
  overflow: hidden;
}
.my-flex-container div a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.my-flex-container div:hover a img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.subscribe-col {

}
.subscribe-col .input-group-text {
  padding: 0;
  border: none;
}
.subscribe-col .input-group .form-control {
  min-height: 55px;
  border: none;
  border-bottom: 2px solid #1CC1E0;
  background: transparent;
  color: #cecece;
  font-size: 18px;
  padding-left: 0;
}
.subscribe-col .input-group .btn {
  min-width: 150px;
  min-height: 55px;
  border-radius: 0;
  font-size: 24px;
  text-transform: capitalize;
  background: #1CC1E0;
  border: none;
}
.subscribe-col .btn-primary.focus, .subscribe-col .btn-primary:focus {
  border-color: transparent;
}
.copyright-col {
  text-align: left;
  padding-top: 10px;
}
.copyright-col p {
  color: #cecece;
  text-align: center;
}


.mb-30 {
  margin-bottom: 30px;
}
.pb-90 {
  padding-bottom: 90px;
}



/* 
=========== CV One Theme All CSS ===========
*/
.cv-one-theme {
  
}



/* ------ CV Header CSS Start ------- */
.cv-one-theme .header-navbar .navbar {
  padding: 30px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cv-one-theme .header-navbar:before {
  background: transparent;
}
.cv-one-theme .header-navbar .navbar-expand-lg .navbar-nav .nav-link {
  color: #000000;
}
.cv-one-theme .header-navbar.sticky {
  background: #ffffff;
}
.cv-one-theme .header-navbar.sticky .navbar {
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/* ------ About CSS Start ------- */
.cv-one-theme .about-area {
  padding-bottom: 190px;
}
.cv-one-theme #back-to-top {
  background: #FACA22;
}
.cv-one-theme .man-img {
  text-align: center;
  background: rgb(250,202,34);
  background: -moz-linear-gradient(0deg, rgba(250,202,34,1) 0%, rgba(0,212,255,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(250,202,34,1) 0%, rgba(0,212,255,0) 100%);
  background: linear-gradient(0deg, rgba(250,202,34,1) 0%, rgba(0,212,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca22",endColorstr="#00d4ff",GradientType=1);
}
.cv-one-theme .about-col ul li:before {
  color: #FACA22;
}
.btnandvideo {
  display: flex;
  align-items: center;
}
.video-circle {
  border-left: 2px solid #FACA22;
  margin-left: 50px;
  padding-left: 50px;
}
.video-circle i {
  font-size: 80px;
  color: #FACA22;
  border-radius: 50%;
}
.btnandvideo .theme-btn {
  padding: 17px 40px 18px;
  height: 58px;
}


/* ------ Service CSS Start ------- */
.cv-one-service-area {
  padding: 120px 0 250px;
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cv-one-service-area .img1 {
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 0;
}
.cv-title {
  margin-bottom: 60px;
}
.cv-title h2 {
  color: #1b1a17;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 10px;
}
.cv-title p {

}
.cv-one-service-area .cv-title {
  max-width: 500px;
}
.cv-one-service-area .cv-title h2 {
}
.cv-one-service-area .cv-title p {
  color: #ffffff;
}
.cv-service-carousel {
  padding-right: 15px;
}
.cv-one-service-col h4 {
  
  margin-top: 20px;
}
.cv-one-service-col p {
  color: #ffffff;
}
.cv-one-service-col a {
  color: #444444;
}
.cv-one-service-col a:hover {
  color: #ffffff;
}
.cv-one-service-col a i {
  color: #444444;
  font-size: 30px;
  position: relative;
  bottom: -6px;
}
.cv-one-service-area  .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  font-size: 40px;
  border: 1px solid #ffffff;
  margin-top: 30px;
}



/* ------ Work Story CSS Start ------- */
.work-stroey-area {
  padding: 100px 0 0;
}
.main-timeline{
    
}
.main-timeline:after{
  content: '';
  display: block;
  clear: both;
}
.main-timeline:before{
  content: '';
  background-color: #F5F5F5;
  height: 100%;
  width: 5px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50px;
}
.main-timeline .timeline{
  width: 100%;
  padding: 0 0 0 50px;
  margin-bottom: 50px;
  float: right;
  position: relative;
  z-index: 1;
}
.main-timeline .timeline:before{
  content: '';
  background-color: #fff;
  height: 5px;
  width: 80px;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: -1;
}
.main-timeline .timeline-content{
  display: block;
  margin-left: 50px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-timeline .timeline-content:hover{ 
  text-decoration: none; 
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-timeline .timeline-year{
  color: #121365;
  background: rgb(250,202,34);
  background: -moz-linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  background: -webkit-linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  background: linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca22",endColorstr="#e58304",GradientType=1);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
}
.main-timeline .timeline-year:before{
  content: '';
  background-color: #fff;
  height: 80%;
  width: 80%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
}
.main-timeline .title{
  background: #F5F5F5;
  padding: 10px 20px;
  text-align: left;
  margin-bottom: 0;
}
.main-timeline .description{
  text-align: left;
  padding: 20px 20px;
  color: #444444;
}
.main-timeline .description span {
  font-weight: bold;
  color: #30336B;
}
.main-timeline .timeline:nth-child(even){
  padding: 0 0 0 50px;
  margin-bottom: 50px;
  float: right;
}
.main-timeline .timeline:nth-child(even):before{
  right: auto;
  left: 50px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
  right: auto;
  left: 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
  right: auto;
  left: 20px;
}



/* 
=========== CV portfolio CSS ===========
*/
.cv-portfolio-area {
  padding: 120px 0 90px;
}
.cv-portfolio-area .container-fluid {
  padding: 0 30px;
}
.box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.box:hover {
  
}
/*.box:before{
  content: "";
  background: #30336B;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: blur(10px);
  transform: rotate(110deg);
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}*/
.box:hover:before{
  opacity: 0.7;
  filter: blur(0);
  left: 35%;
}
.box img{
  width: 100%;
  height: auto;
  transform: scale3d(1.1, 1.1, 1);
  transition: all 0.3s ease-in-out;
}
.box:hover img{
  opacity: 0.5;
  transform: scale(1);
}
.box .box-content {
  text-align: center;
  padding: 15px 5px;
  transform: skew(-10deg) rotate(-12deg) translateX(-150%) translateY(-50%);
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 25px;
  right: 25px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background: rgb(250,202,34);
  background: -moz-linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  background: -webkit-linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  background: linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca22",endColorstr="#e58304",GradientType=1);
}
.box:hover .box-content{
  opacity: 1;
  transform: skew(-10deg) rotate(-10deg) translateX(0) translateY(-50%);
}
.box .title{
  color: #ffffff;
  letter-spacing: 0;
  margin: 0;
}
.box .post{
  color: #ffffff;
  letter-spacing: 0;
  text-transform: capitalize;
}
.box .icon{
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(15px) rotate(-90deg);
  transform-origin: top right;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.box:hover .icon{
  opacity: 1;
  transform: translateX(0) rotate(0);
}
.box .icon li{
  display: inline-block;
  margin-left: 10px;
  transition: 0.4s ease 0.3s;
}
.box .icon li a{
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 0 3px rgba(0,0,0,0.5);
  line-height: 35px;
  height: 40px;
  width: 40px;
  border: 2px solid #fff;
  display: block;
  transition: 0.3s ease-in-out;
  background: rgb(250,202,34);
  background: -moz-linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  background: -webkit-linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  background: linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca22",endColorstr="#e58304",GradientType=1);
}
.box .icon li a:hover{
  color: #ffffff;
  border-radius: 50%;
  background: rgb(250,202,34);
  background: -moz-linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  background: -webkit-linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  background: linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca22",endColorstr="#e58304",GradientType=1);
}



/* 
=========== CV Testimonial CSS ===========
*/
.cv-one-theme .testimonial-area {
  background: #30336B;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cv-one-theme .testimonial-area .testimonial-item-two {
  background: rgb(250,202,34);
  background: -moz-linear-gradient(0deg, rgba(250,202,34,1) 0%, rgba(0,212,255,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(250,202,34,1) 0%, rgba(0,212,255,0) 100%);
  background: linear-gradient(0deg, rgba(250,202,34,1) 0%, rgba(0,212,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca22",endColorstr="#00d4ff",GradientType=1);
}
.cv-one-theme .testimonial-area .cv-title h2 {
  color: #ffffff;
}
.cv-one-theme .testimonial-area .cv-title p {
  color: #ffffff;
}
.cv-one-theme .testimonial-two-area .owl-theme .owl-dots .owl-dot span {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 15px solid #ffffff;
}
.cv-one-theme .testimonial-two-area .owl-theme .owl-dots .owl-dot.active span {
  width: 60px;
  height: 60px;
  border: 15px solid #FACA22;
}
.cv-one-theme .testimonial-item-two .testimonial-two-img img {
  border-radius: 50%;
  border: 5px solid #FACA22;
  width: 100px !important;
  height: 100px !important;
}



/* 
=========== CV Blog CSS ===========
*/
.cv-one-theme .blog-area {

}
.cv-one-theme .blog-area .container-fluid {
  padding: 0 30px;
}
.cv-one-theme .blog-area .blog-img:before {
  background: rgb(250,202,34);
  background: -moz-linear-gradient(0deg, rgba(250,202,34,1) 0%, rgba(0,212,255,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(250,202,34,1) 0%, rgba(0,212,255,0) 100%);
  background: linear-gradient(0deg, rgba(250,202,34,1) 0%, rgba(0,212,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca22",endColorstr="#00d4ff",GradientType=1);
}
.cv-one-theme .blog-area .blog-col-content {
  padding: 30px 30px;
}
.cv-one-theme .blog-area .blog-col-content p {
  margin-bottom: 10px;
}
.cv-one-theme .blog-area .blog-info-bar {
  margin-left: 0;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 0;
  background: transparent;
  text-align: left;
}
.cv-one-theme .blog-area .blog-col h4 {
  margin-bottom: 20px;
}
.cv-one-theme .blog-area .blog-col h4 a {
  color: #222222;
}


/* 
=========== CV Contact CSS ===========
*/
.cv-one-theme .contact-area {
  background: #30336B;
  padding: 120px 0 120px; 
  margin-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cv-one-theme .contact-area .form-col {
  background-color: rgb(245, 245, 245, 0.12);
  padding: 50px 30px;
}
.cv-one-theme .contact-area .contact-info-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cv-one-theme .contact-area .contact-info-col .contact-info-box {
  background-color: rgb(245, 245, 245, 0.12);
  padding: 30px 30px;
  width: 31.5%;
  height: 200px;
  color: #ffffff;
}
.cv-title.cv-title-white h2,
.cv-title.cv-title-white p {
  color: #ffffff;
}
.cv-one-theme .form-col .form-control {
  color: #ffffff;
  background-color: rgb(245, 245, 245, 0.3);
}
.cv-one-theme .form-col ::-moz-placeholder {
  color: #ffffff !important;
}
.cv-one-theme .form-col ::-o-placeholder {
  color: #ffffff !important;
}
.cv-one-theme .form-col :-ms-input-placeholder {
  color: #ffffff !important;
}
.cv-one-theme .form-col input:-moz-placeholder {
  color: #ffffff !important;
}
.cv-one-theme .form-col ::-webkit-input-placeholder {
  color: #ffffff !important;
}



/* 
=========== CV Footer CSS ===========
*/
.footer-two-area {
  padding: 120px 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-logo-box {
  
}
.footer-logo-box img {
  margin-bottom: 30px;
}
.footer-logo-box h4 {
  color: #ffffff;
  margin-top: 20px;
}
.footer-logo-box h2 {
  /*color: #ffffff;*/
}
.footer-two-area .subscribe-col .input-group .btn {
  background: #30336B;
}
.footer-two-area .subscribe-col .input-group .form-control {
  border-color: #30336B;
  color: #ffffff;
}
.footer-two-area .subscribe-col {
  padding: 50px 30px;
  border-radius: 20px;
  background: rgb(250,202,34);
  background: -moz-linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  background: -webkit-linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  background: linear-gradient(156deg, rgba(250,202,34,1) 0%, rgba(229,131,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca22",endColorstr="#e58304",GradientType=1);s
}
.footer-two-area .my-social ul li a i {
  color: #000000;
}
.footer-two-area .my-social ul li a i:hover {
  color: #30336B;
}
.footer-two-area .copyright-col {
  padding-top: 20px;
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: center;
  border-top: 1px solid #dddddd;
}
.footer-two-area .copyright-col p {
  color: #444444;
}
.footer-two-area .footer-col h4 {
  color: #000000;
}
.footer-two-area .footer-col h4:before {
  background: #000000;
}


.footer-two-area .subscribe-col .input-group ::-moz-placeholder {
  color: #ffffff !important;
}
.footer-two-area .subscribe-col .input-group ::-o-placeholder {
  color: #ffffff !important;
}
.footer-two-area .subscribe-col .input-group :-ms-input-placeholder {
  color: #ffffff !important;
}
.footer-two-area .subscribe-col .input-group input:-moz-placeholder {
  color: #ffffff !important;
}
.footer-two-area .subscribe-col .input-group ::-webkit-input-placeholder {
  color: #ffffff !important;
}





/* 
=========== CV Two Theme All CSS ===========
*/
.cv-two-theme {

}
body.cv-two-theme {
  background: #101010;
  background-image: url(../images/cv-two/bg/cartographer.png);
  background-repeat: repeat;
}
body.cv-two-theme h1,
body.cv-two-theme h2,
body.cv-two-theme h3,
body.cv-two-theme h4,
body.cv-two-theme h5,
body.cv-two-theme h6 {
  color: #ffffff;
}
body.cv-two-theme p,
body.cv-two-theme a {
  color: #dddddd;
}


/* 
=========== CV Two Header CSS ===========
*/
.cv-two-theme {

}
.cv-two-theme .header-navbar:before {
  background: transparent;
}
.cv-two-theme .header-navbar .navbar-expand-lg .navbar-nav .nav-link {
  color: #ffffff;
}
.cv-two-theme .header-navbar .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #09c75f;
}
.cv-two-theme .header-navbar .navbar {
  padding: 30px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cv-two-theme .header-navbar.sticky .navbar {
  background: #09c75f;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cv-two-theme .header-navbar.sticky .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #000000;
}




/* 
=========== CV Tow Hero CSS ===========
*/
.cv-two-hero {
  padding: 0;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cv-two-hero .cv-hero-img {
  right: 250px;
}
.cv-two-hero .cv-hero-img img {
  width: 550px;
}
.cv-two-hero .hero-col {
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: normal;
}
.cv-two-hero .hero-col h5 {
  color: #09C75F;
  letter-spacing: 0.8px;
}
.cv-two-hero .hero-col h2 {
  font-size: 75px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.cv-two-hero .hero-col p {
  color: #09C75F;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-bottom: 35px;
}
.cv-two-hero .hero-col .theme-btn {
  background: #09C75F;
  font-weight: bold;
  font-size: 20px;
  min-width: 220px;
  height: 65px;
}
.cv-two-hero .hero-col .theme-btn:hover {
  background: #ffffff;
}



/* 
=========== CV Tow About CSS ===========
*/
.cv-two-theme .about-area {
  position: relative;
}
.cv-two-theme .about-area .about-img-1 {
  position: absolute;
  left: 100px;
  bottom: 0;
  z-index: 0;
}
.cv-two-theme .about-col ul li {
  color: #ffffff;
}
.cv-two-theme .about-col ul li:before {
  color: #09C75F;
}


/* 
=========== CV Tow Video CSS ===========
*/
.cv-two-vedio-area {
  background: #101010;
  padding: 150px 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cv-two-vedio-area h1 {
  text-align: center;
  margin-bottom: 50px;
  background-color: rgb(9, 199, 95, 0.5);
  display: inline-block;
  padding: 5px 30px;
  text-align: center;
  border-radius: 5px;
}
.cv-two-vedio-col {
  position: relative;
  z-index: 1;
  margin-bottom: -200px;
}
.cv-two-vedio-col:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  background-color: rgb(9, 199, 95, 0.12);
  width: 106%;
  height: 106%;
  margin-left: -53%;
  border-radius: 10px;
}
.cv-two-vedio-col:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -2;
  background-color: rgb(9, 199, 95, 0.08);
  width: 112%;
  height: 112%;
  margin-left: -56%;
  border-radius: 10px;
}
.cv-two-vedio-col div {
  border: 20px solid #eeeeee;
  border-radius: 10px;
}


/* 
=========== CV Tow Service CSS ===========
*/
.cv-two-service-area {
  padding: 390px 0 90px;
}
.cv-two-serviceBox{
  text-align: center;
  padding: 0 15px;
  border: 1px solid #2f2f2f;
  padding: 50px 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cv-two-serviceBox:hover {
  background: #09C75F;
  border-color: #09C75F;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cv-two-serviceBox .service-icon{
  background: #09C75F;
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.cv-two-serviceBox:hover .service-icon{ 
  box-shadow: 0 0 25px -5px rgba(255,255,255,0.7); 
}
.cv-two-serviceBox .service-icon:before,
.cv-two-serviceBox .service-icon:after{
  content: "";
  width:100px;
  height:100px;
  margin: 0 auto;
  position:absolute;
  top: 50%;
  left:0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  margin-top: -50px;
  transition: all 0.3s ease 0s;
  background-image: url(../images/cv-two/icons/1.png);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.cv-two-serviceBox .service-icon:after{
  color: #fff;
  background: #30336B;
  border-radius: 50%;
  top: 100%;
  left: 0;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background-image: url(../images/cv-two/icons/1.png);
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
}
.cv-two-serviceBox:hover .service-icon:before{ top: -100%; }
.cv-two-serviceBox:hover .service-icon:after{ top: 0; }
.cv-two-serviceBox .title{
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
}
.cv-two-serviceBox:hover .title{ 
  text-shadow: 0 0 2px rgba(0,0,0,0.25);
}
.cv-two-serviceBox:hover .description {
  color: #ffffff;
} 

.cv-two-serviceBox .service-icon.selling:before,
.cv-two-serviceBox .service-icon.selling:after {
  background-image: url(../images/cv-two/icons/2.png);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.cv-two-serviceBox .service-icon.support:before,
.cv-two-serviceBox .service-icon.support:after {
  background-image: url(../images/cv-two/icons/3.png);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}


/* 
=========== CV Tow Work Story CSS ===========
*/
.cv-two-work-stroey-area {

}
.cv-two-work-stroey-area .container-fluid {
  padding: 0 30px;
}
.work-story {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.work-story:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  background: #2f2f2f;
}
.work-story-box {
  background: #141414;
  padding: 20px 25px;
  text-align: center;
  margin-top: 80px;
  position: relative;
}
.work-story-box:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -80px;
  z-index: 0;
  margin-left: -0.5px;
  width: 1px;
  height: 80px;
  background: #2f2f2f;
}
.work-story-box:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -87.5px;
  z-index: 0;
  margin-left: -7.5px;
  width: 15px;
  height: 15px;
  background: #09C75F;
  border-radius: 50%;
}
.work-story-box span {
  font-weight: bold;
}


/* 
=========== CV Tow Portfolio CSS ===========
*/
.cv-two-portfolio-area {
  padding: 120px 0 90px;
}
.cv-two-portfolio-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.4s ease 0s;
  border-radius: 0;
}
.cv-two-portfolio-box:hover {
  border-radius: 0;
}
.cv-two-portfolio-box:before{
  content: "";
  opacity: 0;
  transform-origin: bottom center;
  transform: scaleY(0);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  border-radius: 5px;
  transition: all 0.4s ease 0s;
  background: rgb(9,199,95);
  background: -moz-linear-gradient(0deg, rgba(9,199,95,0.700717787114846) 0%, rgba(255,255,255,0.9472163865546218) 100%);
  background: -webkit-linear-gradient(0deg, rgba(9,199,95,0.700717787114846) 0%, rgba(255,255,255,0.9472163865546218) 100%);
  background: linear-gradient(0deg, rgba(9,199,95,0.700717787114846) 0%, rgba(255,255,255,0.9472163865546218) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#09c75f",endColorstr="#ffffff",GradientType=1);
}
.cv-two-portfolio-box:hover:before{
  opacity: 1;
  transform: scaleY(1);
}
}
.cv-two-portfolio-box img{
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
  transform: scale(1); 
}
.cv-two-portfolio-box:hover img { 
  /*transform: scale(1.2);*/ 
  transition: all 0.3s ease 0s;
}
.cv-two-box-content {
  text-align: center;
  width: 100%;
  padding: 0 10px;
  opacity: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 2;
  transition: all 0.4s ease 0s;
}
.cv-two-portfolio-box:hover .cv-two-box-content {
  opacity: 1;
  top: 50%;
}
.cv-two-portfolio-box h4 {
  color: #101010 !important;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.cv-two-portfolio-box span {
  color: #101010;
  font-weight: bold;
  display: block;
  text-transform: capitalize;
}
.cv-two-portfolio-box ul {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}
.cv-two-portfolio-box ul li {
  margin: 0 3px;
  display: inline-block;
}
.cv-two-portfolio-box ul li a {
  color: #09C75F;
  background-color: #fff;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: 0 0 15px -3px rgba(0,0,0,0.2);
  display: block;
  transition: all 0.3s ease 0s;
}
.cv-two-portfolio-box ul li a:hover{
  color: #fff;
  background-color: #09C75F;
}
.cv-two-portfolio-box ul li a i {
  font-size: 24px;
  line-height: 50px;
}
.cv-two-portfolio-area .container-fluid {
  padding: 0 30px;
}
.portfolio-container {
  width: 100%;
}
.portfolio-container .grid-item.cv-two-portfolio-box {
  width: 31%;
  margin-left: 30px;
  margin-right: 0;
}
.portfolio-container .cv-two-portfolio-box img {
  width: 100%;
  height: auto;
}



/* 
=========== CV Two Testimonial CSS ===========
*/
.cv-two-theme .testimonial-area {
  background: #101010;
  position: relative;
}
.cv-two-theme .testimonial-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/cv-two/bg/3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cv-two-theme .testimonial-area .cv-title {
  padding-left: 15px;
  padding-right: 15px;
}
.cv-two-theme .testimonial-area .testimonial-col-two {
  padding-left: 15px;
  padding-right: 15px;
}
.cv-two-theme .testimonial-two-area .owl-theme .owl-dots .owl-dot.active span {
  width: 50px;
  background: #09C75F;
}
.cv-two-theme .testimonial-item-two {
  background: #141414;
}
.cv-two-theme #back-to-top {
  background: #09C75F;
}


/* 
=========== CV Two Blog CSS ===========
*/
.cv-two-theme .blog-area {

}
.cv-two-theme .blog-col {
  border: 1px solid #2f2f2f;
}
.cv-two-theme .blog-col h4 {
  padding: 20px 30px;
  margin-bottom: 0;
}
.cv-two-theme .blog-col-content {
  background: transparent;
}
.cv-two-theme .blog-img:before {
  background: rgb(9,199,95);
  background: -moz-linear-gradient(0deg, rgba(9,199,95,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(9,199,95,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(0deg, rgba(9,199,95,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#09c75f",endColorstr="#ffffff",GradientType=1);
}
.cv-two-theme .blog-info-bar {
  margin-left: 0;
  border-radius: 50px;
  padding: 15px 15px 15px 20px;
  margin-bottom: 20px;
  background-color: rgba(255,255,255,0.1);
  color: #ffffff;
}
.cv-two-theme .blog-info-bar ul li a {
  color: #ffffff;
}
.cv-two-theme .blog-col p {
  margin-bottom: 10px;
}


/* 
=========== CV Two Contact CSS ===========
*/
.cv-two-theme .contact-area {
  padding: 120px 0 170px;
  background: #101010;
  margin-bottom: 0;
  z-index: 0;
}
.cv-two-theme .contact-area .contact-info-col {
  display: flex;
  justify-content: space-between;
}
.cv-two-theme .contact-area .contact-info-col .contact-info-box {
  border: 1px solid #2f2f2f;
  padding: 30px 20px;
  min-width: 220px;
  height: 180px;
  border-radius: 5px;
}
.cv-two-theme .contact-area .form-col {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #2f2f2f;
  border-radius: 5px;
}
.cv-two-theme .contact-area .form-col .form-control {
  background: #141414;
  color: #ffffff;
}
.cv-two-theme .contact-area .contact-info-box i {
  background: #09C75F;
}

.cv-two-theme .contact-area .form-col ::-moz-placeholder {
  color: #ffffff !important;
}
.cv-two-theme .contact-area .form-col ::-o-placeholder {
  color: #ffffff !important;
}
.cv-two-theme .contact-area .form-col :-ms-input-placeholder {
  color: #ffffff !important;
}
.cv-two-theme .contact-area .form-col input:-moz-placeholder {
  color: #ffffff !important;
}
.cv-two-theme .contact-area .form-col ::-webkit-input-placeholder {
  color: #ffffff !important;
}


/* 
=========== CV Two Footer CSS ===========
*/
.cv-two-theme .footer-two-area {
  padding-top: 0;
  position: relative;
  z-index: 1;
  background: rgb(9,199,95);
  background: -moz-linear-gradient(0deg, rgba(9,199,95,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(9,199,95,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(0deg, rgba(9,199,95,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#09c75f",endColorstr="#ffffff",GradientType=1);
}
.cv-two-theme .subscribe-col {
  margin-top: -50px;
  background: #09C75F !important;
  margin-bottom: 80px;
  border-radius: 10px;
}
.cv-two-theme .footer-col {
  text-align: center;
}
.cv-two-theme .footer-col ul li a i {
  color: #ffffff;
}
.cv-two-theme .footer-col h4 {
  color: #ffffff;
}
.cv-two-theme .footer-col h4:before {
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}








/* 
=========== Wedding One Header CSS ===========
*/
body.wedding-one-theme {
  background-image: url(../images/wedding-one/bg/texture.png);
  background-repeat: repeat;
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
body.wedding-one-theme h1,
body.wedding-one-theme h2,
body.wedding-one-theme h3,
body.wedding-one-theme h4,
body.wedding-one-theme h5,
body.wedding-one-theme h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  color: #09C75F;
}


/* 
=========== Wedding One Header CSS ===========
*/
.wedding-one-theme .header-area {

}
.wedding-one-theme .header-area .container-fluid {
  padding: 0 200px;
}
.wedding-one-theme .header-area .header-navbar:before {
  background-color: transparent;
}
.wedding-one-theme .header-area .header-navbar .navbar {
  background-color: rgba(0, 0, 0, 0.5);
}
.wedding-one-theme .header-area .header-navbar .navbar-expand-lg .navbar-nav .nav-link {
  color: #ffffff;
}
.wedding-one-theme .header-area .header-navbar .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #09C75F;
}



/* 
=========== Wedding One Hero CSS ===========
*/
.widding-one-hero {
  height: 100vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.widding-one-hero .hero-col {
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: normal;
}
.widding-one-hero .hero-col h2 {
  font-family: 'Great Vibes', cursive;
  font-weight: normal;
  font-size: 70px;
  line-height: 1.3;
  color: #09C75F;
  margin-bottom: 15px;
}
.widding-one-hero .hero-col h4 {
  color: #ffffff;
  margin-bottom: 25px;
}
.widding-one-hero-content {
  padding: 50px 30px;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.5);
  margin-left: 200px;
}
.widding-one-hero .hero-col .theme-btn {
  background-color: #09C75F;
}
.widding-one-hero .hero-col .theme-btn:hover {
  background-color: #ffffff;
}
.wedding-two-theme .widding-one-hero {
  background-position: bottom;
}


/* 
=========== Wedding One Date CSS ===========
*/
.wedding-date-area {
  padding: 120px 0 0;
}
.wedding-date-area .Wedding-date-col {
  text-align: center;
}
.wedding-date-area .Wedding-date-col h4 {
  font-weight: normal;
}
.wedding-date-area .Wedding-date-col h2 {
  color: #09C75F;
  font-family: 'Great Vibes', cursive;
  font-weight: normal;
  font-size: 60px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}
.countdown .countdown-container {
  margin: 0 30px;
  text-align: center;
}
.countdown .countdown-container span {
  font-weight: bold;
}
.countdown .countdown-container span.countdown-heading {
  margin-right: 5px;
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
.countdown .countdown-container span.countdown-value {
  color: #09C75F;
  font-size: 50px;
}




/* 
=========== Wedding One Couple CSS ===========
*/
.couple-area {
  padding: 120px 0 0;
}
.wedding-one-title {
  margin-bottom: 60px;
  text-align: center;
}
.wedding-one-title h2 {
  color: #09C75F;
  font-family: 'Great Vibes', cursive !important;
  font-weight: normal;
  font-size: 60px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.couple-col {
  text-align: center;
}
.couple-col .couple-img {
  margin-bottom: 50px;
}
.couple-col .couple-img img {
  border-radius: 50%;
  border: 5px solid #09C75F;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.50);
}
.couple-col p {
  margin-bottom: 15px;
}
.couple-col ul li {
  display: inline-block;
  margin: 0 10px;
}
.couple-col ul li i {
  color: #09C75F;
  font-size: 24px;
}



/* 
=========== Wedding One Couple CSS ===========
*/
.wedding-one-story-area {
  padding: 120px 0 120px;
}
.wedding-one-story-col img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 3px solid #09C75F;
}
.wedding-box-container {
  display: flex;
  min-height: 384px;
  justify-content: flex-start;
  align-items: center;
}
.wedding-one-story-content p {
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
  border-top: 1px solid #dddddd;
}



/* 
=========== Wedding One Video CSS ===========
*/
.wedding-one-theme .cv-two-vedio-area h1 {
  font-family: 'Great Vibes', cursive;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.3;
  background-color: #09C75F;
  margin-bottom: 0;
  margin-bottom: 50px;
  padding: 20px 50px 10px;
}



/* 
=========== Wedding One People CSS ===========
*/
.people-area {
    padding: 400px 0 120px;
}
.people-col .nav-tabs {
    border: none;
}
.people-col .nav-tabs .nav-link {
    border: none;
    font-size: 18px;
    color: #333333;
}
.people-col .nav-tabs .nav-link:hover {
    border: none;
}
.my-tab-content {
    padding-bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 10px;
}
.people-box {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.people-img {
    overflow: hidden;
}
.people-img img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.people-box:hover .people-img img {
    -ms-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    transform: scale(1.1);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.people-box-content {
    background: #f5f5f5;
    padding: 30px 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.people-box-content h4 {
    margin-bottom: 8px;
}
.people-box-content p {
    color: #868686;
    margin-bottom: 12px;
}
.people-box-content .social-group ul li {
  display: inline-block;
  margin: 0 10px;
}
.people-box-content .social-group ul li i {
  color: #09C75F;
}
.wedding-one-theme #back-to-top {
  background-color: #09C75F;
}
/*Tab CSS Start*/
.skltbs {
  margin: 0;
}
.skltbs-panel {
  padding: 0;
}
.skltbs-panel-group,
.skltbs-panel {
  background-color: transparent;
}
.skltbs-tab-group {
  text-align: center;
  margin-bottom: 30px;
}
.skltbs-tab-item {
  float: none;
  display: inline-block !important;
}
.skltbs-panel-heading  {
  display: inline-block !important;
  display: none !important;
}
.skltbs-tab-group {
  display: block !important;
}
.skltbs-tab {
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 24px;
}
.skltbs-tab:focus {
  box-shadow: none;
}
.is-active > .skltbs-tab {
  background-color: #09C75F;
  text-shadow: none;
}



/* 
=========== Wedding One Portfolio CSS ===========
*/
.wedding-one-theme .cv-two-portfolio-area {
  background-color: #ecfff5;
  overflow: hidden;
  padding-bottom: 120px;
}
.wedding-one-theme .cv-two-portfolio-area .container-fluid {
  padding: 0;
}
.wedding-one-theme .portfolio-container .grid-item.cv-two-portfolio-box {
  width: 25%;
  margin-left: 0;
  margin: 0;
}


/* 
=========== Wedding One Event CSS ===========
*/
.event-area {
  padding: 120px 0 0;
}
.event-col {
  position: relative;
  padding: 50px 20px 30px;
}
.event-col:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgb(9,199,95);
  background: -moz-linear-gradient(0deg, rgba(9,199,95,0.700717787114846) 0%, rgba(255,255,255,0.9472163865546218) 100%);
  background: -webkit-linear-gradient(0deg, rgba(9,199,95,0.700717787114846) 0%, rgba(255,255,255,0.9472163865546218) 100%);
  background: linear-gradient(0deg, rgba(9,199,95,0.700717787114846) 0%, rgba(255,255,255,0.9472163865546218) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#09c75f",endColorstr="#ffffff",GradientType=1);
}
.event-col h4 {
  position: relative;
  z-index: 1;
  color: #222222 !important;
  margin-bottom: 20px;
}
.event-col ul {
  position: relative;
  z-index: 1;
}
.event-col ul li {
  color: #222222 !important;
  margin-bottom: 10px;
}
.event-col ul li i {
  margin-right: 5px;
}



/* 
=========== Wedding One rsvp CSS ===========
*/
.rsvp-area {
  padding: 120px 0;
}
.rsvp-area .form-col {
  padding: 50px 30px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.18);
  box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.18);
}
.rsvp-area .form-col h4 {
  margin-bottom: 25px;
}
.rsvp-area .form-col form .form-control {
  background-color: #f3f3f3;
}
.rsvp-area .form-col form select.form-control select option {
  text-transform: capitalize;
}


/* 
=========== Wedding One Partners CSS ===========
*/
.wedding-partners-area {
  background: #ECFFF5;
  padding: 120px 0;
}
.wedding-partners-area .container-fluid {
  padding: 0 30px;
}
.wedding-partners-area .wedding-partners-col {
  display: flex;
  justify-content: space-between;
}




/* 
=========== Wedding One Footer CSS ===========
*/
.wedding-one-theme .footer-two-area {
  padding: 120px 0 0;
  position: relative;
  overflow: hidden;
}
.wedding-one-theme .footer-logo-box {
  text-align: center;
}
.wedding-one-theme .footer-col h4:before {
  left: 50%;
  margin-left: -30px;
  bottom: -10px;
}
.thankyou-box {
  padding: 30px;
  background-color: #09C75F;
  border-radius: 5px;
}
.thankyou-box h2 {
  color: #ffffff !important;
  margin-bottom: 20px;
}
.thankyou-box h1 {
  font-family: 'Great Vibes', cursive !important;
  color: #ffffff !important;
  font-size: 60px;
  line-height: 1.3;
}
.wedding-one-theme .footer-couple-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}


/* 
=========== Wedding Two All CSS ===========
*/
.wedding-two-theme {
  background-color: #ffeac7;
  background-image: none !important;
}
body.wedding-two-theme h1, 
body.wedding-two-theme h2, 
body.wedding-two-theme h3, 
body.wedding-two-theme h4, 
body.wedding-two-theme h5, 
body.wedding-two-theme h6 {
  color: #222222;
}


/* 
=========== Wedding Two Header CSS ===========
*/
.wedding-two-theme .header-area .header-navbar .navbar {
  background-color: #FFEAC7;
  background-image: url(../images/wedding-two/bg/texture.png);
  background-repeat: repeat;
}
.wedding-two-theme .header-area .header-navbar .navbar-expand-lg .navbar-nav .nav-link {
  color: #222222;
}
.wedding-two-theme .header-area .header-navbar .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #218D7B;
}




/* 
=========== Wedding Two Hero CSS ===========
*/
.wedding-two-theme .widding-one-hero {

}
.wedding-two-theme .widding-one-hero .wedding-couple-img {
  position: absolute;
  right: 150px;
  top: 50%;
  z-index: 0;
  max-width: 650px;
  transform: translateY(-50%);
}
.wedding-two-theme .widding-one-hero-content {
  margin-left: 0;
  background-color: #FFEAC7;
  background-image: url(../images/wedding-two/bg/texture.png);
  background-repeat: repeat;
}
.wedding-two-theme .widding-one-hero-content h2 {
  color: #218D7B;
}
.wedding-two-theme .widding-one-hero-content h4 {
  color: #444444;
}
.wedding-two-theme .widding-one-hero-content .theme-btn {
  background-color: #218D7B;
}
.wedding-two-theme #back-to-top {
    background-color: #218D7B;
}



/* 
=========== Wedding Two Countdown CSS ===========
*/
.wedding-two-theme .wedding-date-area {
  padding-top: 90px;
  padding-bottom: 120px;  
  position: relative;
}
.wedding-two-theme .countdown {
  background-image: url(../images/wedding-two/bg/2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 700px;
  height: 650px;
  margin: 0 auto;
  padding-top: 270px;
}
.wedding-two-theme .wedding-date-area .Wedding-date-col h2 {
  color: #218D7B;
  margin-bottom: 5px;
}
.wedding-two-theme .wedding-one-title h2 {
  color: #218D7B;
}
.wedding-two-theme .countdown .countdown-container span.countdown-value {
  color: #218D7B;
  font-size: 50px;
}



/* 
=========== Wedding Two Couple CSS ===========
*/
.wedding-two-theme .couple-area {
  background-image: url(../images/wedding-two/bg/texture.png);
  background-repeat: repeat;
  padding-bottom: 120px;
}
.wedding-two-theme .couple-area .couple-img img {
  box-shadow: none !important;
  border: none;
  border-radius: 0;
}
.wedding-two-theme .couple-col .couple-img {
  margin-bottom: 30px;
}
.wedding-couple-img-two {
  display: none;
}
.wedding-two-theme .couple-col ul li i {
  color: #218D7B;
}



/* 
=========== Wedding Two story CSS ===========
*/
.story-area {
  padding: 120px 0 90px;
}
.story-col {
  margin-bottom: 30px;
  min-height: 380px;
  display: flex;
  align-items: center;
}
.story-img {
  position: relative;
}
.story-img img {
  border-radius: 5px;
  border: 3px solid #218D7B;
}
.love-arrow-img {
  min-height: 380px;
  display: flex;
  align-items: center;
}
.story-col h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}
.story-col h6 {
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}



/* 
=========== Wedding Two Video CSS ===========
*/
.wedding-two-theme .cv-two-vedio-area {

}
.wedding-two-theme .cv-two-vedio-area h1 {
  background-image: url(../images/wedding-two/bg/texture.png);
  background-repeat: repeat;
  background-color: #FFEAC7;
  color: #218D7B;
}
.wedding-two-theme .cv-two-vedio-col:before {
  background-image: url(../images/wedding-two/bg/texture.png);
  background-repeat: repeat;
  background-color: rgba(33, 141, 123, 0.2);
}
.wedding-two-theme .cv-two-vedio-col:after {
  background-image: url(../images/wedding-two/bg/texture.png);
  background-repeat: repeat;
  background-color: rgba(33, 141, 123, 0.2);
}



/* 
=========== Wedding Two People CSS ===========
*/
.wedding-two-theme .people-area {
  padding-bottom: 90px;
}
.wedding-two-theme .people-area .people-img img {
  border-radius: 50%;
  border: 5px solid transparent;
}
.wedding-two-theme .people-box:hover .people-img img {
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  border-color: #218D7B;
}
.wedding-two-theme .people-box {
  border: 1px solid #dddddd;
  padding: 20px 5px 5px 5px;
  border-radius: 5px;
}
.wedding-two-theme .people-box .people-box-content {
  background-color: #FFEAC7;
  background-image: url(../images/wedding-two/bg/texture.png);
  background-repeat: repeat;
  margin-top: 20px;
}
.wedding-two-theme .is-active > .skltbs-tab {
  background-color: #218D7B;
}
.wedding-two-theme .people-box-content .social-group ul li i {
  color: #218D7B;
}
.wedding-two-theme .people-box-content p {
  color: #444444;
}
.skltbs-panel:focus {
  box-shadow: none;
}




/* 
=========== Wedding Two Gallery CSS ===========
*/
.wedding-two-gallery-area {
  padding: 120px 0 110px;
  overflow: hidden;
  background-image: url(../images/wedding-two/bg/texture.png);
  background-repeat: repeat;
}
.wedding-two-gallery-area .container-fluid {
  padding: 0;
}
.wedding-two-gallery-area .item {
  position: relative;
}
.wedding-two-gallery-area .item img {
  cursor: zoom-in;
}
.wedding-two-gallery-area .owl-theme .owl-nav [class*=owl-] {
  width: 50px;
  height: 50px;
  background: #218D7B;
  border-radius: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
}
.wedding-two-gallery-area .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  padding-right: 20px;
  transform: translateY(-50%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.wedding-two-gallery-area .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.gallery-item-title {
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 1;
  width: 50%;
  background: #218D7B;
  padding: 10px 20px;
  border-top-right-radius: 200px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wedding-two-gallery-area .item:hover .gallery-item-title {
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-item-title p {
  color: #ffffff;
  text-transform: capitalize;
}
.lb-data .lb-number {
  display: none !important;
}



/* 
=========== Wedding Two Event Two CSS ===========
*/
.event-two-area {
    padding: 120px 0 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.event-two-col {
    text-align: center;
    margin-bottom: 30px;
}
.event-two-col h1 {
  font-family: 'Great Vibes', cursive !important;
    font-size: 36px;
    margin-bottom: 30px;
    color: #218D7B;
}
.event-two-col h2 {
    font-family: 'Great Vibes', cursive !important;
    font-weight: normal;
    font-size: 36px;
    color: #FF91B1;
    margin-bottom: 20px;
    border-top: 1px solid #ffffff;
    padding-top: 50px;
}
.event-two-col p {
    line-height: 16px;
}
.time-box {
    margin-bottom: 50px;
}
.time-box i {
  color: #218D7B;
  margin-bottom: 15px;
  display: block;
  font-size: 30px;
}


/* 
=========== Wedding Two RSVP CSS ===========
*/
.wedding-two-theme .rsvp-area {
  background-image: url(../images/wedding-two/bg/texture.png);
  background-repeat: repeat;
}
.wedding-two-theme .rsvp-area .form-col {
  background-color: rgba(255, 255, 255, 0.5);
}
.wedding-two-theme .rsvp-area .form-col form .form-control {
    background-color: rgb(33 141 123 / 21%);
}
.wedding-two-theme .theme-btn {
  background-color: #218D7B;
}


/* 
=========== Wedding Two Partners CSS ===========
*/
.wedding-two-theme .wedding-partners-area {
  background-color: #FFEAC7;
  padding-bottom: 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
.wedding-two-theme .wedding-partners-area .wedding-partners-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wedding-two-theme .wedding-partners-area .wedding-partners-col .wedding-partners-logo {
  width: 30%;
  margin-bottom: 30px;
  text-align: center;
}




/* 
=========== Wedding Two Footer CSS ===========
*/
.wedding-two-theme .footer-two-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  padding-top: 200px;
}
.wedding-two-theme .thankyou-box {
  background-color: #218D7B;
}
.wedding-two-theme .footer-two-area .copyright-col {
  border-color: #ffffff;
}
.wedding-two-theme .footer-two-area .copyright-col p {
  color: #000000;
}



/* 
=========== Demo CSS ===========
*/
.main-demo-heading {
    padding: 120px 0;
    background: #f3f3f3;
}
.main-demo-heading.over-layer-black:before {
    background: rgba(0,0,0,0.5);
}
.main-demo-heading h1 {
    font-size: 50px;
    margin-bottom: 0;
}
.main-demo-heading h2 {
    color: #f1f1f1;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.buy-btn {
    background: #00A4EF;
    color: #ffffff;
    border: 1px solid #00A4EF;
    padding: 10px 40px;
    border-radius: 0;
    text-transform: capitalize;
}
.buy-btn:hover {
    background: #00A4EF;
    color: #ffffff;
    border-color: #00A4EF;
}




/* Live Preview CSS */
.live-preview-area {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.live-preview-area h2 {
  margin-bottom: 50px;
}
.live-preview-area h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 60px;
}
.live-preview-area h3 a {
    color: #111111;
}
.live-preview-area h3 a:hover {
    color: #00A4EF;
}
.demo-box {
    margin-bottom: 40px;
    position: relative;
    height: 330px;
    overflow: hidden;
    -webkit-box-shadow: 0px 20px 45px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 20px 45px rgba(0,0,0,0.3);
    box-shadow: 0px 20px 45px rgba(0,0,0,0.3);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.demo-box:hover {
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.demo-box img {
  width: 100%;
}
.demo-over-layer {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.demo-box:hover .demo-over-layer {
    bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.demo-over-layer h4 a {
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -10px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.demo-over-layer h4 a:hover {
    color: #05C3E2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.more-demo-link p {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
}
.coming-soon-text {
    font-size: 36px;
    line-height: 42px;
    background: #f5f5f5;
    padding: 50px 20px;
}

.testimonial-item span{position:relative;z-index:3;float: left;
    font-weight: 600;}
iframe{height: 500px;}
footer .two-columns li{width:50%;float:right}
.portfolio-item-text{display:none}
.contact-info-box a,.team-info a{color:#444}
.call-area a{color:#fff;font-size:50px}
.header-top-area a,.copyright-col a,.timetable-footer a{color:#fff}
footer .my-social img{margin-bottom:0}




a.imgbox{
  text-decoration: none;
}

#photogrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px;
}

.imgbox {
  display: flex;
  width: 90px;
  height: 90px;
  flex-grow: 1;
  border: 0px;
  margin: 10px;
  box-shadow: 0px 0px 0px 5000px rgba(0,0,0,.3) inset;
  transition: transform 200ms;
  -moz-transition: -moz-transform 200ms; 
  -webkit-transition: -webkit-transform 200ms; 
  -o-transition: -o-transform 200ms;
  justify-content: center;
  align-items: flex-end;
}

.boxtitle {
  position: relative;
  display: flex;
  font-family: 'Muli', sans-serif;
  font-size: 800;
  width: 92%;
  background: rgba(0,0,0,.7);
  justify-content: center;
  text-align: center;
  font-size: 20px;
  margin: 0px;
  color: white;
  visibility: hidden;
  margin-bottom: 10px;
}

.boxtitle p {
  margin: 10px;
}


.box1 {
  background: url("../images/medical/instagram/1.jpg");
  background-position: center center;
  background-size: cover;  
}

.box2 {
  background: url("../images/medical/instagram/2.jpg");
  background-position: center center;
  background-size: cover;  
}

.box3 {
  background: url("../images/medical/instagram/3.jpg");
  background-position: center center;
  background-size: cover;  
}

.box4 {
  background: url("../images/medical/instagram/4.jpg");
  background-position: center center;
  background-size: cover;  
}

.box5 {
  background: url("../images/medical/instagram/5.jpg");
  background-position: center center;
  background-size: cover;  
}

.box6 {
  background: url("../images/medical/instagram/6.jpg");
  background-position: center center;
  background-size: cover;  
}



.imgbox:hover {  
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform:  scale(1.03);
  -o-transform: scale(1.03);
  box-shadow: 0px 0px 0px 9000px rgba(0,0,0,0) inset;
  box-shadow: 0px 0px 0px 1px grey inset;
}



.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
}

.lightbox:target {
	outline: none;
	display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
  border: solid 2px grey;
}


