
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #444444;
  background: #ffffff;
  overflow-x: hidden;
}

/* 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: #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: 40px;
}
.my-title h2 {
  color: #1b1b1b;
  font-size: 26px;
  margin-bottom: 1px;
}
.my-title .bdr {
  width: 100px;
  height: 3px;
  background: #1CC1E0;
  margin: 0 auto;
  margin-bottom: 20px;
}
.my-title p {
  line-height: 22px;
  color: #1b1b1b;


}





/*.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: 11px 0 7px;
 background: transparent;
}
.header-top-col {
  margin-bottom: 10px;
}
.header-info ul li {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}
.header-info ul li i {
  margin-right: 8px;
}
.consultation-btn {
  background: #29235c;
  padding: 15px 24px;
  height: 50px;
  color: #ffffff;
  border-radius: 6px;
}
.consultation-btn:hover {
  background: #be1522;
  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:#29235c;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 68% !important;
  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: #fff;
  padding: 0;
  margin-left: 38px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  top: -2px !important;
}
.header-navbar .navbar-expand-lg .navbar-nav .button-header {
  color: #fff;
  padding: 0;
  margin-left: 38px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  top: -6px !important;
}
.header-navbar .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #be1522;
}





.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;
  right: 70px;
}
.hero-col h2 {
  color: #ffffff;
  font-size: 56px;
  line-height: 66px;
  margin-bottom: 2px;
}
.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);
}

.around-bdr {
  position: absolute;
  left: 259px;
  top: 295px;
  z-index: 0;
  width: 481px;
  height: 380px;
  border: 20px solid #29235c;
  opacity: 0.5;
  border-radius: 10px;
}
.hero-two-area .hero-col h2 {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 0px;
}
.hero-two-area .hero-col p {
  margin-bottom: 30px;
}

/* Hero Three CSS */
.hero-three-area {
  position: relative;
  background: rgb(229,231,231);
  background: radial-gradient(circle, rgba(229,231,231,1) 0%, rgba(255,251,241,1) 100%);
  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-col {
  background-color: #be1522;
  padding: 32px 34px 46px 46px !important;
  border-radius: 5px;
}
.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: 112px;
 display: none;
 top: -75px;
}

/* 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;
}





/* 
=========== 04. About CSS ===========
*/
.about-area {
  padding: 120px 0 90px;
}
.about-col h2 {
  line-height: 50px;
}
.about-col p {
  margin-bottom: 19px;
}
.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: -73px;
  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: 42px 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(190,21,34,0.804359243697479) 100%);
  background: -webkit-linear-gradient(401deg, rgba(48,51,107,1) 0%, rgba(190,21,34,0.804359243697479) 100%);
  background: linear-gradient(401deg, rgba(48,51,107,1) 0%, rgba(190,21,34,0.804359243697479) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30336b",endColorstr="#1cc1e0",GradientType=1);
}
.call-col {

}
.call-col h2 {
 line-height: 48px;
 font-size: 39px;
 color: #ffffff;
 margin-bottom: 20px;
}
.call-col h2 span {

  font-weight: 300;

}
.call-col h1 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 0;
  display: block;
  padding-bottom: 15px;
}
.call-col p {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 0;
  display: block;
  font-weight: 500;

}
.call-col h1 i {
  color: #be1522;
}
.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: #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%);
}



/* 
=========== 05. Service CSS ===========
*/
.service-area {
  padding: 70px 0 90px;
}
.service-col {
  text-align: center;
}
.service-img {
  position: relative;
}

.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 9px;
  line-height: 22px;
}
.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 {
  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; 
}
.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;
}




/* 
=========== 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: #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;
}



/* 
=========== 07. Portfolio CSS ===========
*/
.portfolio-area {
  padding: 33px 0 36px;
  background: rgb(41,35,92);
  background: linear-gradient(90deg, rgba(41,35,92,1) 9%, rgba(190,22,34,1) 100%);
  margin-bottom: 53px
}
.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;
  border-radius: 5px; 
  -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;
  border-radius: 5px;
  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: 48px !important;
  text-align: center;
  font-size: 33px;
  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 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: -1px;
}
.portfolio-item-text h4 a {
  color: #ffffff;
  font-size: 12px;
}
.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 70px;
  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: 55px;
  height: 100%;
  background: #30336B;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.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: #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;
}





/* 
=========== 09. 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: #be1522;
  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 #30336b;
  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: #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;
}




/* 
=========== 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(190,21,34);
  background: -moz-linear-gradient(0deg, rgba(190,21,34,1) 0%, rgba(190,21,34,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(190,21,34,1) 0%, rgba(190,21,34,0) 100%);
  background: linear-gradient(0deg, rgba(190,21,34,1) 0%, rgba(190,21,34,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.list {
  padding: 15px 0;
  padding-left: 20px;
  border-bottom: 1px solid #ffffff;
  display: block;
  color: #444444;
  position: relative;
}
.categories-box ul li a{
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
  display: block;
  color: #444444;
  position: relative;
}
.categories-box ul li a:hover {
  color:#be1623;
}
.categories-box ul li a.list: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: #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: 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: 23px 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: left;
  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;
}



/* 
=========== 14. Partners CSS ===========
*/



/* 
=========== 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: rgb(190 21 34 / 28%); 
  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:rgb(190 21 34 / 28%); 
  cursor: pointer;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.pogoSlider-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.silder-elements {
  text-align: left;
  float: left;
  width: 44% !important;
  position: relative;
  top:170%;
  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;
}
.slider-main-title {
  font-size: 35px !important;
  line-height: 43px !important;
  color: #ffffff;
  margin-bottom: 30px;
}

.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;
}




/* 
=========== 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: 323px;
  padding-top: 150px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.page-title-col {
  width: 570px;
  margin: 0 auto;
  margin-bottom: -50px;
  padding: 50px 20px;
  border-radius: 5px;
  text-align: center;

}
.page-title-col h2{
  color:#29235c;
}
.page-title-col ul li {
  color:#fff;

  display: inline-block;
}
.page-title-col ul li a {
  color:#fff;

}


.copyright-col a{
  color:#fff;
  -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;
}
.copyright-col a:hover{
  text-decoration: underline;
  -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;
}
/* 
=========== 18. Footer CSS ===========
*/
.footer-area {
 padding: 76px 0 0px;
 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;
  left: 0;
  bottom: -7px;
  z-index: 0;
  width: 60px;
  height: 2px;
  background: #1CC1E0;
}
.footer-post ul li {
  display: block;
  min-height: 80px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 100px;
}
.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: 15px;
}
.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;
}
.logoo{
  width: 297px;
  position: relative;
  top: -2px;
}
.font-css{
  display: block;
  font-weight: 300;
}
.pos-ab{
  position: absolute;
  top: -73px;
  width: 87%;
  right: 0;
}
.button2 {
  color: #29235c;
  font-weight: 500;
}
.button2:hover {
  color: #be1522;
  font-weight: 500;
}



.accordion {
  width: 100%;
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin: 39px auto;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}
.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion ul li div a {
  display: block;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease;
}
.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion ul li div a h2 {
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}
.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
}
.accordion ul li:nth-child(1) {
  background-image: url("../images/projeler.jpg");
}
.accordion ul li:nth-child(2) {
  background-image: url("../images/projeler-1.jpg");
}
.accordion ul li:nth-child(3) {
  background-image: url("../images/projeler-2.jpg");
}
.accordion ul li:nth-child(4) {
  background-image: url("../images/projeler-3.jpg");
}
.accordion ul li:nth-child(5) {
  background-image: url("../images/projeler-4.jpg");
}
.accordion ul li:nth-child(6) {
  background-image: url("../images/projeler-5.jpg");
}
.accordion ul li:nth-child(7) {
  background-image: url("../images/projeler-6.jpg");
}
.accordion ul li:nth-child(8) {
  background-image: url("../images/projeler-7.jpg");
}
.accordion ul:hover li, .accordion ul:focus-within li {
  width: 8%;
}
.accordion ul li:focus {
  outline: none;
}
.accordion ul:hover li:hover,
.accordion ul li:focus, .accordion ul:focus-within li:focus {
  width: 60%;
}
.accordion ul:hover li:hover a,
.accordion ul li:focus a, .accordion ul:focus-within li:focus a {
  background: rgba(0, 0, 0, 0.4);
}
.accordion ul:hover li:hover a *,
.accordion ul li:focus a *, .accordion ul:focus-within li:focus a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.accordion ul:hover li {
  width: 8% !important;
}
.accordion ul:hover li a * {
  opacity: 0 !important;
}
.accordion ul:hover li:hover {
  width: 60% !important;
}
.accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}
.accordion ul:hover li:hover a * {
  opacity: 1 !important;
  color: #fff;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 600px) {

  .accordion {
    height: auto;
  }
  .accordion ul li, .accordion ul li:hover, .accordion ul:hover li, .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
.about {
  text-align: center;
  font-size: 12px;
  color: #666;
}
.about a {
  color: blue;
  text-decoration: none;
}
.about a:hover {
  text-decoration: underline;
}

.projec1 a{
 color: #fff;
 border: 1px solid #fff;
 font-size: 16px;
 padding: 11px 21px;
 border-radius: 51px;
}


.projec1 a:hover{
  color: #fff;
  background: #be1522;
  border: 1px solid #be1522;
  font-size: 16px;
  padding: 11px 21px;

  border-radius: 51px;
}


.projec1 {
 text-align: center;
}
.accordion ul li div a h2 {
  text-overflow: clip;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: -9px;
  top: 160px;
}
.button-header{
  background: #be1623;
  padding: 4px 25px !important;
  border-radius: 35px;
}

.button-header:hover{
  background: #fff;
  color:#be1623 !important;
  padding: 4px 25px !important;
  border-radius: 35px;
}
.pos-1{
  top: 1px!important;
}
.cozum-list li{
  font-weight: 500;
  margin-bottom: 5px;
}
.bg-color{
  background-color: #be1623;
  color: #fff;
  padding: 7px 8px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 20px;
}
.ref img{
  margin-bottom: 20px;
  border:1px solid #cccccc80;
  padding: 15px;
  transition: all 500ms ease;
  border-radius: 10px;
}
.ref img:hover{
  margin-bottom: 20px;
  border:1px solid #fff;
  padding: 15px;
  box-shadow: 0 0px 20px rgba(0,0,0,0.10);
  transition: all 500ms ease;
}
.iletisimegec{
  padding: 15px 31px;
  color: #fff;
  font-size: 19px;
  position: relative;
  border-radius: 45px;
  border: 1px solid #fff;
  top: 36px;
  float: right;
}
.iletisimegec:hover{
  padding: 15px 31px;
  color: #fff;
  background: #29235c;
  font-size: 19px;
  position: relative;
  border-radius: 45px;
  border: 1px solid #29235c;
  top: 36px;
  float: right;
}

.eye{
 opacity:0;
 background: #fff;
 position: absolute;
 padding: 29px 0px 13px;
 top: 70px;
 border-radius: 0 0 15px 15px;
}
.eye a{
  color: #be1623;
}
.eye li{
  margin-bottom: 15px;
  padding: 0 21px;
}
.eye li:hover{
  margin-bottom: 15px;
  padding: 0 21px;
  background: #f1f1f1;
}
.eye a:hover{
  color: #be1623;
}
.pos-22:hover .eye{
 opacity: 1;
}
.pos-15{
  display: none;




}
.color-s{
  color:#be1623;
}

.bottom-img .portfolio-item {
  margin-bottom:20px;
}
@media all and (max-width: 768px) {

  .eye{
    display: none;



  }
  .iletisimegec {
    padding: 15px 31px;
    color: #fff;
    font-size: 19px;
    position: relative;
    display: table;
    margin: auto;
    border-radius: 45px;
    border: 1px solid #fff;
    top: 36px;
    float: none;
    margin-bottom: 10px;
}
  
  .pogoSlider-slide {
  
    background-position: right !important;
  
}
  .pos-15{
    display: block;
    margin-bottom: 15px;
    margin-left: 15px;
    position: relative;
    left: 20px;




  }
  .sizee{
    font-size: 15px;
    margin-bottom: 15px;
  }
}