
/*------------------------------------------------------

*********************************************************
Project Name: Mooxi
Version:  1.0
Author Name: gicotech (https://themeforest.net/user/gicotech)
*********************************************************


01. General CSS
      > Common CSS
      > Form CSS
      > Background Over Layer CSS
      > Section Title CSS
      > Theme btn CSS
      > Scroll To Top CSS
      > Title CSS
      > Back to top
      > Pagination CSS
02. Header CSS
03. Banner CSS
04. About CSS
05. Counter CSS
06. Service CSS
07. Team CSS
08. Portfolio CSS
09. Testimonial CSS
10. Client CSS
11. Blog CSS
12. Slider CSS
13. Features CSS
14. About Two CSS
15. Portfolio Two CSS
16. Video CSS
17. About Three CSS
18. Pricing CSS
19. faq CSS 
20. Error page CSS
21. Blog Two CSS
22. Blog Details CSS
23. Contact CSS
24. Footer CSS



--------------------------------------------------------*/
@font-face {
font-family: "CustomFont";
src: url("../fonts/Qlassik_TB.woff") format("ttf"),
url("../fonts/Qlassik_TB.otf") format("opentype");
}

/*
=========== 01. General CSS ===========
*/
 body {
  font-family: 'CustomFont';
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #333333;
  background: #ffffff;
  overflow-x: hidden;
}

/* Custom Container */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Common CSS */
 h1, h2, h3, h4, h5, h6 {
  font-family: 'CustomFont';
  color: #111111;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  text-transform: capitalize;
}
h1 {
  font-size: 40px;
  line-height: 50px;
}
h2 {
  font-size: 36px;
  line-height: 46px;
}
h3 {
  font-size: 28px;
  line-height: 38px;
}
h4 {
  font-size: 24px;
  line-height: 34px;
}
h5 {
  font-size: 20px;
  line-height: 30px;
}
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;
}


.subscribe-box ::-moz-placeholder {
     color: #666666 !important;
}
.subscribe-box ::-o-placeholder {
     color: #666666 !important;
}
.subscribe-box :-ms-input-placeholder {
     color: #666666 !important;
}
.subscribe-box input:-moz-placeholder {
     color: #666666 !important;
}
.subscribe-box ::-webkit-input-placeholder {
  color: #666666 !important;
}



/* Selection CSS */
 ::-moz-selection {
  color: #ffffff;
  background: #2b234f;
}
 ::selection {
  color: #ffffff;
  background: #2b234f;
}




/* 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 */
.my-btn {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 9px 35px 10px;
  background: #333333;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  height: 42px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.my-btn:hover {
  border: none;
  color: #ffffff;
  background: #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.my-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: #2b234f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;    
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.my-btn:hover:before {
  height: 100%;
  opacity: 1;
  -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 {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 60px;
}
.my-title h2 {
  color: #111111;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 10px;
}
.my-title p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.my-title .my-vr-bdr {
  background: #2b234f;
}




/*.animated{
  opacity:1;
}*/

/* Back to top */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #111111;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -o-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#back-to-top:hover {

}
#back-to-top.show {
    opacity: 1;
}


/* Pagination CSS */
.my-pagination {
  margin-top: 0;
  margin-bottom: 30px;
}
.my-pagination .page-link {
  width: 40px;
  height: 40px;
  line-height: 23px;
  text-align: center;
  margin: 0 5px;
  border-radius: 50%;
  color: #333333;
  font-weight: bold;
  border-color: #333333;
}
.my-pagination .page-link:hover {
  background: #ffffff;
  color: #999999;
  border-color: #999999;
}
.my-pagination .page-item:first-child .page-link {
  font-size: 50px;
  border: none;
  color: #333333;
  padding: 0;
  top: -2px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  margin: 0;
  color: #999999;
  background: none;
}
.my-pagination .page-item:last-child .page-link {
  font-size: 50px;
  border: none;
  color: #333333;
  padding: 0;
  top: -2px;
  left: -8px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  margin: 0;
  background: none;
}




/* 
=========== 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: 20px 0;
  position: relative;
}
/*.header-top-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 192, 214, 0.35);
}*/
.company-contact-col {
  text-align: right;
}
.company-contact-col ul li {
  display: inline-block;
  color: #ffffff;
  margin-left: 30px;
  padding-top: 12px;
}
.company-contact-col ul li i {
  margin-right: 5px;
}
.header-inner-area .company-contact-col ul li {
  color: #333333;
}


/* Header Nav CSS Start */
.header-navbar {
  background: #2b234f;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.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-logo img {
    width: auto;
    height: auto;
}
.stellarnav {
  /*background: #111111;*/
}
.stellarnav ul {
    text-align: left;
}
.stellarnav>ul>li>a {
  color: #ffffff !important;
  text-transform: capitalize;
  padding: 20px 15px;
  position: relative;
  font-weight: 400;
  -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;
}
.stellarnav>ul>li>a:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 3px;
  height: 15px;
  background: #ffffff;
  margin-left: -1.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;
}
.stellarnav.light {
  background: #2b234f;
  margin-left: -18px;
}
.stellarnav>ul>li.active>a {
    
}
.stellarnav ul ul {
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.15);
}
.stellarnav ul li ul li a {
    padding: 18px 15px 18px;
    border-bottom: 1px solid rgba(0,0,0,.15);
    text-transform: capitalize;
}
.stellarnav ul li ul li a:hover {
    padding-left: 20px;
    background: #eeeeee;
}
.stellarnav ul li ul li:last-child a {
    border-bottom: none;
}
.stellarnav.light a, .stellarnav.light li a {
    color: #333333;
}
.current-menu-item {
  position: relative;
}
.current-menu-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 3px;
  height: 15px;
  background: #ffffff;
  margin-left: -1.5px;
}



/* NavBar Fixed CSS */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}


/* Header social css */
.header-socila-icons {
  text-align: right;
  margin-top: 10px;
} 
.header-socila-icons ul li {
  display: inline-block;
  margin-left: 8px;
}
.header-socila-icons ul li a i {
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 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;
}
.header-socila-icons ul li a i:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #2b234f;
    -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-two-area {
  position: relative;
  background-repeat: no-repeat;
}
.header-two-area .header-top-area:before {
  background: none;
}
.header-two-area .company-contact-col ul li {
  color: #333333;
}
.header-two-area .header-navbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


/* 
=========== 03. Banner CSS ===========
*/
.banner-area {
  padding: 455px 0 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.banner-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.banner-col {
  text-align: left;
}
.banner-col h1.cd-headline {
  font-size: 58px;
  font-weight: bold;
  line-height: 64px;
  margin-bottom: 10px;
}
.cd-headline.clip .cd-words-wrapper::after {
  background: #111111;
}
.banner-col h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 35px;
  color: #111111;
}
.banner-col .my-btn {
  padding: 15px 60px 12px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #2b234f;
}
.banner-col .my-btn:hover {
  color: #ffffff;
}

.banner-two-area {
  padding: 360px 0 145px; 
  border-bottom: 3px solid #d2d2d2;
}
.banner-two-area:before {
  background: rgba(255, 255, 255, 0.2);
}
.banner-two-area .banner-col h2 {
  font-size: 60px;
  line-height: 60px;
  line-height: 60px;  
  color: #111111;
  margin-bottom: 10px;
}
.banner-two-area .banner-col p {
  color: #333333;
  font-weight: bold;
}
.banner-two-area .banner-col p a {
  color: #333333;
  font-weight: bold;
}
.banner-two-area .banner-col p a:hover {
  color: #ffffff;
}




/* 
=========== 04. About CSS ===========
*/
.about-area {
  padding: 50px 0 0;
}
.about-col h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
  margin-top: -10px !important;
}
.about-col p {
  margin-bottom: 20px;
}
.about-col .my-btn {
  margin-top: 10px;
}






/* 
=========== 05. Counter CSS ===========
*/
.counter-area {
  padding: 20px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.counter-col h2 {
  color: #ffffff;
}
.counter-col p {
  color: #ffffff;
  margin-top: 10px;
}
.counter-col .row.top-space {
  margin-top: 45px;
}
.counter-box {
  text-align: center;
}
.number-box {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: #ffffff;
  position: relative;
  text-align: center;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -o-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.number-box .count {
  font-size: 30px;
  color: #2b234f;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.my-vr-bdr {
  width: 5px;
  height: 30px;
  background: #ffffff;
  margin: 0 auto;
}



/* 
=========== 06. Service CSS ===========
*/

.service-area {
  padding: 50px 0 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-col {
  padding: 0px 0px 0px;
  margin-bottom: 30px;
  text-align: center;
  background: url(../images/service/bg1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -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 {
  background: url(../images/service/bg2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 10px 12px 0px rgba(0,193,214,0.1);
  -moz-box-shadow: 0px 10px 12px 0px rgba(0,193,214,0.1);
  box-shadow: 0px 10px 12px 0px rgba(0,193,214,0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-col i {
  font-size: 80px;
  color: #2b234f;
  margin-bottom: 0;
}
.service-col h4 {
  line-height: 30px;
  margin-top: 10px;
}
.service-col a i {
  color: #111111;
  font-size: 24px;
  line-height: 27px;
  width: 83px;
  height: 30px;
  border: 1px solid #111111;
  border-radius: 10px;
  margin-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;
}
.service-col a i:hover {
  color: #ffffff;
  background: #2b234f;
  border-color: #2b234f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}




/* 
=========== 07. Team CSS ===========
*/
.team-area {
  padding: 0 0 70px;
}
.team-col {
  margin-bottom: 30px;
}
.team-img {
  position: relative;
  background: url(../images/team/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.team-img img {
  display: block;
  margin: 0 auto;
  padding-top: 5px;
}
.team-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 0%;
  background: #2b234f; 
  background: -moz-linear-gradient(0deg, rgba(0,192,214,1) 0%, rgba(218,218,218,0) 100%); 
  background: -webkit-linear-gradient(0deg, rgba(0,192,214,1) 0%, rgba(218,218,218,0) 100%); 
  background: linear-gradient(0deg, #2b234f 0%, rgba(218,218,218,0) 100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team-col:hover .team-img:before {
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team-img ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 2;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team-col:hover .team-img ul {
  bottom: -5px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team-img ul li {
  display: inline-block;
  margin: 0 15px;
}
.team-img ul li a i {
  color: #ffffff;
  font-size: 40px;
  -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-img ul li a i:hover {
  color: #111111;
  -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-name {
  text-align: center;
  background: #2b234f;
  padding: 20px 20px;
}
.team-name h4 {
  line-height: 30px;
  margin-bottom: 0;
  color: #ffffff;
}
.team-name p {
  color: #f1f1f1;
}
.team-area.top-space-100 {
  padding-top: 100px;
}



/* 
=========== 08. Portfolio CSS ===========
*/
.portfolio-area {
  background: #F2FCFD;
  padding: 100px 0 70px;
}
.portfolio-area .gallery-nav {
  text-align: center;
}
.portfolio-area .gallery-nav ul {
  margin-bottom: 60px;
}
.portfolio-area .gallery-nav ul li {
  display: inline-block;
  margin: 0 10px;
}
.portfolio-area .gallery-nav ul li a {
  color: #333333;
}
.portfolio-area .gallery-nav ul li a.active {
  color: #2b234f;
}
.portfolio-area .gallery-container .item {
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio-area .gallery-container .item img {
  width: 100%;
  height: auto;
}
.portfolio-area .gallery-container .item .portfolio-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  opacity: 0;
  background: rgba(17, 17, 17, 0.85);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio-area .gallery-container .item:hover .portfolio-overlay {
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio-area .gallery-container .item .portfolio-overlay ul li {
  width: 70px;
  height: 70px;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -o-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio-area .gallery-container .item .portfolio-overlay ul li a i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  font-size: 25px;
  color: #2b234f;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio-area .gallery-container .item .portfolio-overlay .portfolio-item-content {
  position: absolute;
  left: 20px;
  bottom: -100px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio-area .gallery-container .item:hover .portfolio-overlay .portfolio-item-content {
  bottom: 12px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio-area .gallery-container .item .portfolio-overlay .portfolio-item-content h4 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 5px;
}
.portfolio-area .gallery-container .item .portfolio-overlay .portfolio-item-content p {
  color: #ffffff;
}
#html5-watermark {
  display: none !important;
}


.portfolio-three-area {
  padding-top: 90px;
}
.portfolio-three-area .container-fluid {
  padding: 0 30px;
}
.portfolio-three-area .item {
  width: 18.7%;
  margin-bottom: 30px;
}



/* 
=========== 09. Testimonial CSS ===========
*/
.testimonial-area {
  padding: 100px 0 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-area .my-title {
  margin-bottom: 25px;
}
.testimonial-col .item {
  padding: 35px 30px;
}
.testimonial-box {
  padding: 50px 30px;
  text-align: center;
  background: url(../images/testimonial/testimonial-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0,192,214,0.1);
  -moz-box-shadow: 0px 15px 30px 0px rgba(0,192,214,0.1);
  box-shadow: 0px 15px 30px 0px rgba(0,192,214,0.1);
}
.testimonial-box img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  margin: 0 auto;
  border: 3px solid #2b234f;
  margin-bottom: 10px;
}
.testimonial-box h4 {
  margin-bottom: 5px;
  line-height: 30px;
}
.testimonial-box p {
  margin-top: 10px;
  font-size: 18px;
}
.testimonial-col .owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 40px;
  background: #333333;
  border-radius: 0;
  margin: 5px 5px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -o-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.testimonial-col .owl-theme .owl-dots .owl-dot.active span {
  background: #2b234f;
}
.testimonial-area .owl-theme .owl-nav {
  margin-top: 30px;
}
.bottom-space {
  padding-bottom: 85px;
}




/* 
=========== 10. Client CSS ===========
*/
.client-area {
  padding: 92px 0 85px;
  background: #F2FCFD;
}
.client-col img {
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}
.client-col .owl-theme .owl-nav [class*=owl-] {
  width: 60px;
  height: 20px;
  font-size: 25px;
  color: #ffffff;
  background: #333333;
  border-radius: 50px;
  margin: 0 15px;
  margin-top: 30px;
}
.client-col .owl-theme .owl-nav [class*=owl-]:hover {
  background: #2b234f;
}
.client-col .owl-theme .owl-nav [class*=owl-] i {
  line-height: 10px;
  position: relative;
  top: -8px;
}


/* 
=========== 11. Blog CSS ===========
*/
.blog-area {
  padding: 100px 0 70px;
}
.blog-col {
  margin-bottom: 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;
}
.blog-col:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,192,214,0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,192,214,0.1);
  box-shadow: 0px 10px 20px 0px rgba(0,192,214,0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-img {
  position: relative;
}
.blog-img img {
  width: 100%;
  height: auto;
}
.blog-img ul {
  padding: 0 10px 0 15px;
  background: rgba(17, 17, 17, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.blog-img ul li {
  display: inline-block;
  margin-right: 10px;
}
.blog-img ul li i {
  color: #ffffff;
  margin-right: 3px;
}
.blog-img ul li a {
  color: #ffffff;
}
.blog-content {
  background: url(../images/blog/bg1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 20px 30px 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;
}
.blog-col:hover .blog-content {
  background: url(../images/blog/bg2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -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-content .post-admin {
  position: relative;
  margin-bottom: 40px;
}
.blog-content .post-admin img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.blog-content .post-admin p {
  margin-top: -50px;
  margin-left: 90px;
  font-size: 20px;
  text-transform: capitalize;
}
.blog-content h4 {
  margin-bottom: 20px;
  line-height: 30px;
}
.blog-content h4 a {
  color: #111111;
}

.custom-top-space-two {
  padding-top: 85px !important;
}



/* 
=========== 12. Slider CSS ===========
*/
.main-slider-section {
}
.pogoSlider {
    height: 80vh;
}
.pogoSlider-dir-btn {
  z-index: 1;
  width: 30px;
  height: 30px;
}
.pogoSlider--dirBottomRight .pogoSlider-dir-btn--next, 
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next, 
.pogoSlider--dirTopRight .pogoSlider-dir-btn--next {
    right: 50px;
}
.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev, 
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev, 
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev {
    left: 50px;
}
.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev, 
.pogoSlider--dirBottomRight .pogoSlider-dir-btn--prev, 
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev, 
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev, 
.pogoSlider--dirTopRight .pogoSlider-dir-btn--prev {
    border-width: 0 0 2px 2px;
}
.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--next, 
.pogoSlider--dirBottomRight .pogoSlider-dir-btn--next, 
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next, 
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--next, 
.pogoSlider--dirTopRight .pogoSlider-dir-btn--next {
    border-width: 2px 2px 0 0;
}
.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(17, 17, 17, 0.7);
}
.silder-elements {
    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 50px;
}
.slider-main-title {
    font-size: 58px !important;
    line-height: 1.1;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: capitalize;
    display: inline-block;
}
.silder-elements h3 {
    color: #ffffff;
    font-size: 24px !important;
    line-height: 30px;
    margin-bottom: 50px;
}
.silder-elements .my-btn {
    font-size: 16px;
    color: #2b234f;
    text-transform: capitalize;
    background: #ffffff;
    padding: 15px 38px 15px;
    min-width: 150px;
    height: 55px;
    border: none;
    border-radius: 10px;
    margin: 0 10px;
}
.silder-elements .my-btn:before {
  background: #111111;
}
.pogoSlider--navBottom .pogoSlider-nav {
  margin-bottom: 20px;
}
.pogoSlider-nav-btn {
  width: 35px;
  height: 35px;
  background: #ffffff;
  box-shadow: none;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -o-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.pogoSlider-nav-btn.pogoSlider-nav-btn--selected {
  width: 35px;
  height: 35px;
  background: #01C0D6;
}
.pogoSlider--navBottom .pogoSlider-nav li {
  margin: 0 5px;
}





/* 
=========== 13. Features CSS ===========
*/
.features-area {
  padding: 100px 0 60px;
}
.features-col {
  margin-bottom: 30px;
  text-align: center;
}
.features-col .features-icon {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  background: #E9F2F3;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -o-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: relative;
  -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;
}
.features-col:hover .features-icon {
  background: #2b234f;
  -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;
}
.features-col .features-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 50px;
  color: #2b234f;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  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;
}
.features-col:hover .features-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;
}
.features-col h4 {
  margin-top: 10px;
}


/* 
=========== 14. About Two CSS ===========
*/
.about-two-area {
  padding: 100px 0 70px;
  overflow: hidden;
}
.about-two-col {
  margin-bottom: 30px;
}
.about-two-col h4.mt-5 {
  margin-top: 40px !important;
}
.about-two-col p {
  margin-bottom: 15px;
}
.about-two-col ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 5px;
}
.about-two-col ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 0;
  width: 30px;
  height: 3px;
  background: #01BFD5;
}


/* 
=========== 15. Portfolio Two CSS ===========
*/
.portfolio-two-area {
  padding: 0;
  background: transparent;
}
.portfolio-title {
  background: #333333;
  height: 100%;
  padding: 30px 20px;
  padding-bottom: 0;
}
.portfolio-title h2 {
  font-size: 40px;
  color: #ffffff;
}
.portfolio-title p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 15px;
}
.portfolio-title .vr-bdr {
  width: 5px;
  height: 30px;
  background: #ffffff;
  margin-bottom: 55px;
}
.portfolio-two-area .gallery-nav {
  text-align: left;
}
.portfolio-two-area .gallery-nav ul li {
  display: block;
  margin: 0;
  margin-bottom: 10px;
}
.portfolio-two-area .gallery-nav ul li a {
  color: #ffffff;
}
.portfolio-two-area .gallery-nav ul li a.active {
  color: #01C0D6;
}
.portfolio-two-area .gallery-container .item {
  margin-bottom: 0;
}



/* 
=========== 16. Video CSS ===========
*/
.video-area {
  position: relative;
  padding: 0;
  min-height: 560px;
}
.video-col h2 {
  font-size: 40px;
  line-height: 46px;
  color: #111111;
  margin-bottom: 30px;
  margin-top: 0;
}
.video-col p {
  margin-bottom: 50px;
}
.video-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 850px;
}
.video-img img {
  
}
.video-img .video-lower-img {
  /*clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);*/
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.video-img .video-over-img {
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,192,214,0.3);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,192,214,0.3);
  box-shadow: 0px 0px 40px 0px rgba(0,192,214,0.3);
}
.video-img .overlay-img {
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 2;
}
.video-img i {
  position: absolute;
  left: 40px;
  top: 75px;
  z-index: 3;
  font-size: 75px;
  color: #2b234f;
}
.helpline i {
  font-size: 100px;
}
.helpline h4 {
  margin-top: 20px;
}
.helpline h2 {
  color: #2b234f;
}




/* 
=========== 17. About Three CSS ===========
*/
.about-three-area {
  padding: 100px 0 192px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.about-three-col h2 {
  padding-top: 100px;
  font-size: 40px;
  margin-bottom: 20px;
}
.about-three-col p {
  margin-bottom: 25px;
}
.about-three-img {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 0;
  width: 930px;
}
.about-three-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.about-three-img i {
  font-size: 100px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}





/* 
=========== 18. Pricing CSS ===========
*/
.pricing-area {
  padding: 100px 0 70px;
}
.pricing-col {
  margin-bottom: 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;
}
.pricing-col:hover {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,192,214,0.75);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,192,214,0.75);
  box-shadow: 0px 0px 50px 0px rgba(0,192,214,0.75);
  -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;
}
.pricing-header {
  padding: 50px 30px 110px;
  background: url(../images/bg/pricing-header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -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;
}
.pricing-col:hover .pricing-header {
  background: url(../images/bg/pricing-header-bg-white.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -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;
}
.pricing-header h2 {
  font-size: 40px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 0;
  display: inline-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;
}
.pricing-col:hover h2 {
  color: #2b234f;
  -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;
}
.pricing-header p {
  color: #ffffff;
  display: inline-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;
}
.pricing-col:hover p {
  color: #333333;
  -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;
}
.pricing-header h3 {
  color: #2b234f;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  bottom: 90px;
  z-index: 0;
  margin-bottom: 0;
  -ms-transform: rotate(-30deg); 
  -webkit-transform: rotate(-30deg); 
  transform: rotate(-30deg); 
}
.pricing-content {
  text-align: center;
  background: #111111;
  padding-bottom: 35px;
}
.pricing-content ul li {
  color: #ffffff;
  padding: 15px 10px;
}
.pricing-content .my-btn {
  margin-top: 20px;
  font-size: 20px;
  color: #ffffff;
  background: #01C0D6;
  min-width: 180px;
  height: 50px;
}
.pricing-content .my-btn:hover {
  color: #2b234f;
}
.pricing-content .my-btn:before {
  background: #ffffff;
}
.bg-black {
  background: #000000;
}





/* 
=========== 19. faq CSS ===========
*/
.faq-area {
  padding: 100px 0 70px;
}
.faq-col {
  margin-bottom: 30px;
  padding: 40px 30px;
  background: #F2FCFD;
  position: relative;
  overflow: hidden;
}
.faq-col h2 {
  margin-bottom: 0;
  font-size: 100px;
  opacity: 0.25;
  color: #2b234f;
  position: absolute;
  left: 25px;
  top: 15px;
  z-index: 0;
}
.faq-col h4,
.faq-col p {
  position: relative;
  z-index: 1;
}


/* 
=========== 20. Error page CSS ===========
*/
.error-area {
  padding: 100px 0 70px;
}
.error-col {
  text-align: center;
}
.error-col img {
  margin-bottom: 100px;
}
.error-col h2 {
  font-size: 60px;
  color: #2b234f;
  margin-bottom: 30px;
}
.error-col h3 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 100px;
}
.error-col .my-btn {
  margin-bottom: 30px;
  color: #ffffff;
  background: #111111;
  width: 260px;
  height: 70px;
  font-size: 20px;
  line-height: 50px;
}
.error-col .my-btn:before {
  background: #2b234f;
}



/* 
=========== 21. Blog Two CSS ===========
*/
.blog-two-area {
  padding: 100px 0 70px;
}
.blog-two-col {
  
}
.blog-item {
  margin-bottom: 30px;
}
.blog-item-content {
  padding: 25px 30px 40px;
  background: #F2FCFD;
}
.blog-info-bar {
  background: #f5f5f5;
  padding: 20px 20px 20px 90px;
  margin: 25px 0 50px;
  margin-left: 55px;
  position: relative;
  border-radius: 80px;
}
.blog-item-content img {
  position: absolute;
  left: -55px;
  top: -25px;
  z-index: 0;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -o-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.blog-info-bar ul li {
  display: inline-block;
  margin-right: 25px;
}
.blog-info-bar ul li a {
  color: #333333;
}
.blog-info-bar ul li a i {
  margin-right: 5px;
  color: #2b234f;
}
.blog-item-content h4 a {
  color: #111111;
}
.blog-item-content p {
  margin-bottom: 20px;
}
.blog-two-col .my-pagination {
  margin-top: 0;
}

/* Sidebar CSS Start */
.blog-sedebar {
  margin-bottom: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.sidebar-title {
  color: #111111;
  line-height: 30px;
  padding: 15px 30px;
  background: #F5F5F5;
  margin-bottom: 0;
}
.box-content {
  padding: 50px 30px; 
  background: #F2FCFD;
}
.search-box button {
  background: #333333;
  width: 55px;
  height: 50px;
  border-radius: 0;
  color: #ffffff;
}
.search-box .form-control {
  height: 50px;
  border: none;
}
.categorys-box .box-content ul li {
  position: relative;
}
.categorys-box .box-content ul li:before {
  content: "\eaca";
  font-family: 'CustomFont';
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 0;
  color: #333333;
  font-size: 20px;
}
.categorys-box ul li a {
  padding: 10px 0;
  padding-left: 20px;
  display: block;
  border-bottom: 1px solid #ffffff;
  color: #333333;
  -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;
}
.categorys-box ul li a:hover {
  padding-left: 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;
}
.categorys-box .box-content ul li a span {
  float: right;
}
.post-box {

}
.post-box ul li {
  position: relative;
  padding-left: 90px;
  min-height: 80px;
  margin-bottom: 25px;
}
.post-box ul li:last-child {
  margin-bottom: 0;
}
.post-box ul li img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 80px;
  height: 80px;
}
.post-box ul li a {
  font-weight: bold;
  color: #333333;
  position: relative;
  top: -5px;
}
.post-box ul li p a {
  font-weight: normal;
}
.tags-box {

}
.tags-box ul li {
  display: inline-block;
}
.tags-box ul li a {
  padding: 5px 12px;
  border: 1px solid #999999;
  display: block;
  margin: 0 5px 8px 0;
  color: #333333;
  -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;
}
.tags-box ul li a:hover {
  background: #333333;
  border-color: #333333;
  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;
}


/* 
=========== 22. Blog Details CSS ===========
*/
.blog-details-area {

}
.blog-details-col {
  margin-bottom: 30px;
}
.blog-details-col .blog-info-bar {
  margin-top: 50px;
}
.blog-comment-box {
  padding: 20px 30px;
  background: #F2FCFD;
  position: relative;
  margin: 5px 0 30px;
}
.blog-comment-box p {
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.blog-comment-box i {
  color: #eeeeee;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tag-bar {
  padding: 12px 20px;
  margin: 40px 0 45px;
  background: #F2FCFD;
}
.tag-bar-col ul li {
  display: inline-block;
}
.tag-bar-col ul li i {
  margin-right: 15px;
  font-size: 24px;
  color: #00c0d5;
  position: relative;
  top: 3px;
}
.tag-bar-col ul li a {
  color: #333333;
}
.share-col {
  text-align: right;
}
.share-col ul li {
  display: inline-block;
}
.share-col ul li i {
  font-size: 24px;
  color: #00c0d5;
  position: relative;
  top: 3px;
}
.share-col ul li a i {
  color: #333333;
  font-size: 16px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.link-bar {
  margin-bottom: 50px;
}
.link-bar-col {
  position: relative;
}
.previous-link {
  padding-left: 70px;
}
.previous-link a img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.link-bar-col h4 {
  margin-bottom: 0;
}
.next-link {
  padding-right: 70px;
  text-align: right;
}
.next-link a img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.all-comments h4 {
  margin-bottom: 40px;
}
.comment-item {
  margin-bottom: 50px;
  position: relative;
  padding-left: 140px;
}
.comment-item img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -o-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.comment-item span {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: bold;  
}
.comment-item i {
  color: #00c0d5;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.comment-item.left-space {
  margin-left: 110px;
}
.comment-form h4 {
  margin-bottom: 20px;
}
.comment-form-box {
  padding: 30px 30px;
  background: #F2FCFD;
}
.comment-form .form-control {
  height: 50px;
  background: rgba(179, 179, 179, 0.5);
  border: none;
}
.comment-form textarea {
  height: 120px !important;
  resize: none;
}




/* 
=========== 23. Contact CSS ===========
*/
.contact-info-area {
  padding: 50px 0 0px;
}
.contact-info-col {
  margin-bottom: 30px;
  text-align: center;
  background: #F2FCFD;
  padding: 50px 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;
}
.contact-info-col:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,192,214,0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,192,214,0.15);
  box-shadow: 0px 0px 30px 0px rgba(0,192,214,0.15);
  -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;
}
.contact-info-col .contact-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 40px;
  border: 1px solid #2b234f;
  position: relative;
  text-align: center;
  -ms-transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); 
  transform: rotate(-45deg);
}
.contact-info-col .contact-icon i {
  color: #2b234f;
  font-size: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  z-index: 0;
  -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);
}
.contact-info-col p {
  margin-bottom: 5px;
}
.contact-area {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-col {
  padding: 50px 30px;
  background: rgba(255,255,255,0.75);
}
.contact-col  h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 60px;
}
.contact-form-box .form-control {
  height: 50px;
  background: rgba(179, 179, 179, 0.5);
  border: none;
  border-radius: 5px;
}
.contact-form-box textarea {
  height: 140px !important;
}
.map-area {
  padding: 50px 0;
}
#map {
  width: 100%;
  height: 450px;
}




/* 
=========== 24. Footer CSS ===========
*/
.footer-area {
  padding: 25px 0 0;
  background: #2b234f;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer-woman-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.footer-col {
  margin-bottom: 30px;
}
.footer-col p {
  color: #ffffff;
}
.footer-col h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.about-widget img {
  margin-top: 0;
  margin-bottom: 5px;
}
.about-widget p {
  margin-bottom: 15px;
}
.about-widget ul li {
  color: #ffffff;
  margin-bottom: 10px;
}
.about-widget ul li:last-child {
  margin-bottom: 0;
}
.about-widget ul li i {
  margin-right: 10px;
}
.post-widget ul li {
  position: relative;
  padding-left: 110px;
  min-height: 105px;
  margin-bottom: 20px;
}
.post-widget ul li:last-child {
  margin-bottom: 0;
}

.post-widget ul li img {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 0;
}
.post-widget ul li p {
  margin-bottom: 10px;
  margin-top: -5px;
}
.post-widget ul li p a {
  color: #ffffff;
}
.post-widget ul li a {
  color: #333333;
}
.subscribe-box {
  border: 1px solid #ffffff;
  padding: 45px 30px;
}
.subscribe-box p {
  margin-bottom: 20px;
}
.subscribe-box .form-control {
  border: none;
  height: 55px;
  background: #ffffff;
  color: #666666;
  margin-bottom: 20px;
}
.subscribe-box .my-btn {
  height: 55px;
  background: #111111;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
}
.subscribe-box .my-btn:hover {
  color: #2b234f;
}
.subscribe-box .my-btn:before {
  background: #ffffff;
  border-radius: 0;
}
.socila-icons ul {
  text-align: center;
  margin-top: 30px;
}
.socila-icons ul li {
  display: inline-block;
  margin: 0 5px;
}
.socila-icons ul li a i {
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 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;
}
.socila-icons ul li a i:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #2b234f;
  -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;
}
.copy-right {
  color: #454545;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.top-space-100 {
  padding-top: 100px;
}
.vidhide{display: none;}