/*------------------------------------------------------

*********************************************************
Theme Name: Hurdacı Theme 
Version:  1.0
Author Name: RenkTeknoloji.com.tr
*********************************************************

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. Banner CSS
--------------------------------------------------------*/

/*
=========== 01. General CSS ===========
*/
 body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #444444;
  background: #ffffff;
  overflow-x: hidden;
}

.header-top-col a {
    color: #fff;
}
.arasimdi {
    text-align: center;
}
.arasimdi a {
    color: #fff;
}
.listele {
    float: left;
}
.listele figure {
	margin:0;
}
.listele h2.yazi-baslik {
    font-size: 24px;
    text-align: center;
}
.listele h2 a {
    color: #333;
    display: block;
    border-bottom: 2px solid #870097;
    padding: 10px;
    background: #f5f5f5;
}
.listele h2 a:hover {
	color:#870097;
}
.hizlimenu {
	display:none;
}
/* Custom Container */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Common CSS */
 h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  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;
}





/* Selection CSS */
 ::-moz-selection {
  color: #ffffff;
  background: #00c0d6;
}
 ::selection {
  color: #ffffff;
  background: #00c0d6;
}




/* 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: #870097;
  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: #870097;
  -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 #870097;
  color: #870097;
  font-size: 20px;
  font-weight: bold;
}
.my-pagination ul li a:hover {
  background: #870097;
  color: #ffffff;
}
.my-pagination ul li a.active {
  background: #870097;
  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;
}

#page.header-area {
  position: relative;
  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;
	padding: 0 0 20px;
	background:#222;
}


/* 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: #227808;
  padding: 15px 24px;
  height: 50px;
  color: #ffffff;
  border-radius: 40px;
}
.consultation-btn:hover {
  background: #186002;
  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;
  right: 0;
  top: 0;
  z-index: 0;
  width: 1080px;
  height: 70px;
  border-top-left-radius: 50px;
  border-bottom-left-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-left: 22px;
  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: #222;
  -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 #870097;*/
  -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: #870097;
}
.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;
  right: 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: #870097;
  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: #870097;
  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="#870097",endColorstr="#870097",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: #870097 !important;
}
.hero-five-area .hero-col .theme-btn:hover {
  color: #ffffff;
}





/* 
=========== 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-left: 25px;
  margin-bottom: 10px;
}
.about-col ul li:before {
  content: "\eed7";
  font-family: IcoFont;
  position: absolute;
  left: 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;
}
.about-two-area .about-two-col ul {
  margin-bottom: 30px;
}





/* 
=========== 04. Call CSS ===========
*/
.call-area {
  padding: 50px 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="#870097",endColorstr="#1cc1e0",GradientType=1);
}
.call-col {

}
.call-col h2 {
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 0;
}
.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;
}
.video-box {
  position: absolute;
  right: 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: #870097;
  opacity: 0.8;
}
.video-box i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 80px;
  color: #ffffff;
  transform: translate(-50%, -50%);
}



/* 
=========== 05. 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: #870097;
  -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: #870097;
  -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: #870097;
  -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: #870097;
  -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;
}




/* 
=========== 06. 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-left: 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;
  left: 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;
  left: -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;
}
.team-info {

}
.team-info ul li {
  margin-bottom: 10px;
}
.team-info ul li i {
  width: 30px;
  margin-right: 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;
}
.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: #870097;
  -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: #870097;
  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: #870097;
}
.team-two-name {
  background: #870097;
  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: #870097;
  -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;
}



/* 
=========== 07. 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%;
}



/* 
=========== 08. 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: left;
  font-size: 24px;
  padding: 13px 20px 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;
  left: 0;
  top: 0;
  z-index: 0;
  width: 5px;
  height: 100%;
  background: #870097;
}
.my-faq-accordion .card .card-header button.btn-link i {
  font-size: 35px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 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: #870097;
  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;
}





/* 
=========== 09. Pricing CSS ===========
*/
.pricing-area {
  padding-top: 120px;
  padding-bottom: 90px;
}
.pricing-col {
  background: #F5F5F5;
}
.pricing-header {
  background: #870097;
  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: #870097;
  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;
}





/* 
=========== 10. 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 42px 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;
}
.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 #870097;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -40px;
  z-index: 1;
}
.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: #870097;
  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;
}




/* 
=========== 11. 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: #870097;
  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;
}




/* 
=========== 12. Timetable CSS ===========
*/
.timetable-area {
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.timetable-col {
  background-color: #870097;
  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: right;
}
.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;
}





/* 
=========== 13. Timetable 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: 0;
}
.contact-info-box a {
    font-size: 22px;
    text-decoration: none;
    color: #870097;
}
.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: #870097;
  border-radius: 50%;
  margin-bottom: 15px;
}
.form-col .form-control {
  min-height: 48px;
  border: none;
}
#map {
  width: 100%;
  height: 470px;
}



/* 
=========== 14. Partners CSS ===========
*/
.partners-area {
  background: #F5F5F5;
  padding: 120px 0 110px;
}


/* 
=========== 15. 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: 22px !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: #870097;
    min-width: 180px;
    height: 55px;
    padding: 15px 10px 15px; 
}
.pogoSlider--navBottom .pogoSlider-nav {
    display: none;
}




/* 
=========== 16. 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);
}



/* 
=========== 17. 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;
}
.main-section {
    padding: 20px 0 50px 0;
}
.breadcrumb {
    width: 100%;
    background: #fff;
}
.breadcrumb a {
    color: #870097;
}
h1.yazi-baslik {
	color: #00C;
	font-size: 24px;
}
.yazilar p {
    margin-bottom: 20px;
}
.widget-area .tagcloud a {
  display: inline-block;
  color: #130947;
  font-weight: 600;
  font-size: 14px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #e62033;
  border-color: #e62033;
}

.widget-area .widget_services_list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_services_list ul li {
  margin-bottom: 12px;
}

.widget-area .widget_services_list ul li a {
  display: block;
  text-transform: uppercase;
  color: #130947;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 14px 20px;
  position: relative;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
}

.widget-area .widget_services_list ul li a i {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_services_list ul li a i::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 8px;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_services_list ul li a:hover {
  background-color: #870097;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);
}

.widget-area .widget_services_list ul li a:hover i {
  right: 15px;
  color: #ffffff;
}

.widget-area .widget_services_list ul li a:hover i::after {

}

.widget-area .widget_services_list ul li.active a {
  background-color: #870097;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);
}

.widget-area .widget_services_list ul li.active a i {
  color: #ffffff;
}

.widget-area .widget_services_list ul li.active a i::after {

}

.widget-area .widget_services_list ul li:last-child {
  margin-bottom: 0;
}


/* 
=========== 18. Footer CSS ===========
*/
.footer-area {
  padding: 90px 0 30px;
  background:#222;
}
.footer-logo img {
  margin-bottom: 30px;
}
.footer-logo p {
  color: #f1f1f1;
  margin-bottom: 30px;
}
.my-social {

}
.copyright-col a {
	color:#fff;
}
.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;
  left: 0;
  bottom: -7px;
  z-index: 0;
  width: 60px;
  height: 2px;
  background: #1CC1E0;
}
.footer-post ul li {
  display: block;
  margin-bottom: 5px;
  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: right;
  padding-top: 10px;
}
.copyright-col p {
  color: #cecece;
}


.mb-30 {
  margin-bottom: 30px;
}
.pb-90 {
  padding-bottom: 90px;
}


/* 
=========== 19. 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;
}
