/*
---------------------- common content ----------
1. body reset content
2. header-area
3. footer-area
4. slide-menu-area
5. banner-area
6. idea-arera
7. services-area
8. section-title
9. btn
10. about-area
11. video-area
12. our-service-area
13. counter-area
14. portfolio-area
15. team-area
16. contact-area
17. testimonial-area
18. breadcumb-area
19. aboutus-area
20. approch-area
21. service-two-area
22. googlemap-area
23. blog-page-area
24. pagination-area
25. sidebar-widgets
26. blog-datails-area
27. portfolio-details-area


/*------------------- Table of content --------------------------------*/


/*------------------------ content end -----------------------*/


/*------------------------ element start ---------------------*/

section,
.section {
  position: relative;
  width: 100%;
  clear: both;
}
[title]::before,
[data-title]section::before,
[data-title].section::before {
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.05;
    display: block;
    font-size: 150px;
    font-weight: 800;
    line-height: 0.8;
    position: absolute;
    content: attr(title);
    bottom: calc(100% - 40px);
    text-transform: uppercase;
}

/*=================================================
    element inheritance
==============================================================*/

.mean-container .mean-nav {
  position: absolute;
  top: 100%;
}

.header-area.stick {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px 0;
}

.header-area.stick .menu-area .main-menu ul li a {
  padding: 0 20px;
}


/*=================================================
    2. header-area
==============================================================*/

.header-area {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding: 40px 0;
  z-index: 9999;
}

.logo-area {
  padding: 3px 0;
}

.header-area.bg {
  background: #ffffff;
}

.header-area .menu-area .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-area .menu-area .main-menu ul li {
  display: inline-block;
}

.header-area .menu-area .main-menu ul li.sub {
  position: relative;
}

.header-area .menu-area .main-menu ul li.sub:hover .sub-menu {
  opacity: 1;
  top: 140%;
  visibility: visible;
}

.header-area .menu-area .main-menu ul li.sub .sub-menu {
  margin: 0px;
  list-style: none;
  width: 200px;
  background: #ffffff;
  padding: 20px 10px;
  position: absolute;
  content: '';
  left: 0;
  top: 200%;
  text-align: left;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}

.header-area .menu-area .main-menu ul li.sub .sub-menu li {
  display: block;
}

.header-area .menu-area .main-menu ul li.sub .sub-menu li a {
  display: block;
  text-align: left;
  text-transform: capitalize;
}

.header-area .menu-area .main-menu ul li.sub .sub-menu li:first-child>a {
  margin-top: 0
}

.header-area .menu-area .main-menu ul li:last-child a {
  padding-right: 0px;
}

.header-area .menu-area .main-menu ul li.current_menu_item a {
  color: #075ac9;
}

.header-area .menu-area .main-menu ul li a {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #969dbe;
  -webkit-transition: transition;
  -o-transition: transition;
  -moz-transition: transition;
  -ms-transition: transition;
  transition: transition;
}

.header-area .menu-area .main-menu ul li a:hover {
  color: #075ac9;
}

.header-area .menu-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-area .menu-right ul li {
  display: inline-block;
}

.header-area .menu-right ul li.menu-bar {
  margin-left: 25px;
}

.header-area .menu-right ul li.menu-bar a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e7f6ff;
  color: #66bfff;
  text-align: center;
}

.header-area .menu-right ul li.menu-bar a:hover {
  color: #ffffff;
  background: #075ac9;
}

.header-area .menu-right ul li.search-area {
  margin-top: 10px;
  position: relative;
}

.header-area .menu-right ul li.search-area a {
  font-size: 14px;
  color: #969dbe;
}

.header-area .menu-right ul li.search-area a:hover {
  color: #075ac9;
}

.header-area .menu-right ul li.search-area .search-form {
  position: absolute;
  right: 0;
  top: 150%;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.header-area .menu-right ul li.search-area .search-form.active {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header-area .menu-right ul li.search-area .search-form form input {
  width: 200px;
  height: 50px;
  border: 1px solid #075ac9;
  padding: 10px;
  text-transform: capitalize;
  color: #969dbe;
}

.aboutus-bg-3 {
  position: relative;
}

.aboutus-bg-3::before {
  left: 0;
  right: 0;
  content: "";
  top: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-position: right center;*/
  background-position:calc(100% - 70%) center; 
  background-image: url(images/bg/aboutus3.png);
}

.about-caption {
  padding: 0 0 11px;
}

.about-caption>.title {
  font-size: 55px;
  font-weight: bold;
  margin: 0 0 27px;
}

.about-caption>p {
  margin: 0 0 40px;
}


/*=================================================
    3. footer-area
==============================================================*/

.footer-area {
  background: url(images/bg/1.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.footer-area .footer-top {
  padding: 90px 0 81px 0;
  border-top: 2px solid #efefef;
}

.footer-area .footer-top .footer-widget .widget-title h2 {
  font-size: 30px;
  line-height: 1.55;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #1d274e;
}

.footer-area .footer-top .footer-widget .widget-text p {
  font-size: 16px;
  color: #747da1;
  line-height: 26px;
}

.footer-area .footer-top .footer-widget .widget-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-area .footer-top .footer-widget .widget-menu ul li {
  display: block;
}

.footer-area .footer-top .footer-widget .widget-menu ul li a {
  position: relative;
  display: block;
  padding-bottom: 12px;
  font-size: 16px;
  color: #747da1;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-area .footer-top .footer-widget .widget-menu ul li a:hover {
  padding-left: 26px;
}

.footer-area .footer-top .footer-widget .widget-menu ul li a:hover:before {
  margin-left: 0px;
  opacity: 1;
}

.footer-area .footer-top .footer-widget .widget-menu ul li a:before {
  position: absolute;
  content: '\f178';
  font-family: 'FontAwesome';
  color: #a200ff;
  left: 0;
  top: -1px;
  margin-left: -15px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-area .footer-bottom .copyright-area {
  position: relative;
  padding: 40px 0 35px 0;
}

.footer-area .footer-bottom .copyright-area:after {
  position: absolute;
  content: ' ';
  background: url(images/line.png) no-repeat;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
}

.footer-area .footer-bottom .copyright-area p {
  margin: 0px;
  font-size: 16px;
  color: #747da1;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-area .footer-bottom .copyright-area p a {
  font-weight: 500;
  color: #a200ff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-area .footer-bottom .copyright-area p a:hover {
  color: #015dc7;
}


/*=================================================
    4. slide-menu-area
==============================================================*/

.slide-menu-area {
  background: #075ac9;
  width: 0px;
  height: 100vh;
  position: fixed;
  right: -360px;
  top: 0px;
  padding: 130px 30px;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.slide-menu-area .close {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  opacity: 1;
  padding: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 400;
}

.slide-menu-area .close:hover {
  color: #cccccc;
}

.slide-menu-area.highlight {
  right: 0px;
  opacity: 1;
  width: 300px;
  visibility: visible;
  z-index: 9999;
}

.slide-menu-area h3 {
  color: #ffffff;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
}

.slide-menu-area h3:after {
  position: absolute;
  content: "";
  top: 30px;
  left: 0px;
  width: 60px;
  height: 2px;
  font-style: normal;
  background: #ffffff;
}

.slide-menu-area ul {
  text-align: left;
  margin: 0;
  padding: 0;
}

.slide-menu-area ul li {
  display: block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0;
}

.slide-menu-area ul li a {
  display: block;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.slide-menu-area ul li a:hover {
  color: #dddddd;
}

.slide-menu-area ul li i {
  color: #ffffff;
  margin-right: 10px;
  font-size: 12px;
}


/*=================================================
    5. banner-area
==============================================================*/

.banner-area {
  position: relative;
  padding-top: 330px;
  padding-bottom: 110px;
}

.banner-area .banner-img {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  /*width: 65%;*/
  height: 100%;
  z-index: -1;
}

.banner-area .banner-img img {
  width: 100%;
  height: 100%;
}

.banner-area .banner-info .banner-title h1 {
  font-size: 70px;
  line-height: 80px;
  color: #1d274e;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}

.banner-area .banner-info .banner-title h1 span {
  display: block;
}

.banner-area .banner-info .banner-content {
  padding-right: 120px;
}

.banner-area .banner-info .banner-content p {
  font-size: 18px;
  line-height: 28px;
  color: #747da1;
  margin-bottom: 40px;
}

.banner-area .banner-info .banner-btn .btn {
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 17px 40px;
  font-size: 14px;
  color: #a3accf;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}

.banner-area .banner-info .banner-btn .btn:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  background: linear-gradient(90deg, #075ac9, #9806fc);
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}

.banner-area .banner-info .banner-btn .btn.active {
  color: #ffffff;
  -webkit-box-shadow: 0 6px 15px #868686;
  -o-box-shadow: 0 6px 15px #868686;
  -moz-box-shadow: 0 6px 15px #868686;
  -ms-box-shadow: 0 6px 15px #868686;
  box-shadow: 0 6px 15px #868686;
  border: 2px solid rgba(0, 0, 0, 0.4);
}

.banner-area .banner-info .banner-btn .btn.active:after {
  opacity: 1;
  height: 100%;
}

.banner-area .banner-info .banner-btn .btn:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 6px 15px #868686;
  -o-box-shadow: 0 6px 15px #868686;
  -moz-box-shadow: 0 6px 15px #868686;
  -ms-box-shadow: 0 6px 15px #868686;
  box-shadow: 0 6px 15px #868686;
  border: 2px solid rgba(0, 0, 0, 0.4);
}

.banner-area .banner-info .banner-btn .btn:hover:after {
  opacity: 1;
  height: 100%;
}


/*=================================================
    6. idea-arera
==============================================================*/

.idea-arera .idea-title h2 {
  font-size: 50px;
  line-height: 1.2;
  color: #1d274e;
  margin: 0;
}

.idea-arera .idea-title h2 span {
  display: block;
}

.idea-arera .idea-content {
  padding-left: 30px;
  margin-top: 20px;
  position: relative;
}

.idea-arera .idea-content:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 80px;
  background: #7e34e4;
  top: 3px;
  left: -2px;
}

.idea-arera .idea-content p {
  font-size: 18px;
  color: #747da1;
  line-height: 28px;
  margin-bottom: 0px;
}


/*=================================================
    7. services-area
==============================================================*/

.services-area {
  background: #f3f3ff;
}

.services-area .single-service {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  overflow: hidden;
  padding: 36px 40px 60px 40px;
  z-index: 1;
  margin-top: 30px;
}

.services-area .single-service:hover:after {
  opacity: 1;
}

.services-area .single-service:hover .service-icon i:before {
  color: #ffffff;
}

.services-area .single-service:hover .service-title h3 {
  color: #ffffff;
}

.services-area .single-service:hover .service-content p {
  color: #ffffff;
}

.services-area .single-service:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #6747ee;
  background-image: -webkit-gradient(linear, left top, right top, from(#6747ee), to(#9124dc));
  background-image: -webkit-linear-gradient(left, #6747ee, #9124dc);
  background-image: -moz-linear-gradient(left, #6747ee, #9124dc);
  background-image: -ms-linear-gradient(left, #6747ee, #9124dc);
  background-image: -o-linear-gradient(left, #6747ee, #9124dc);
  background-image: linear-gradient(left, #6747ee, #9124dc);
  opacity: 0;
  z-index: -1;
}

.services-area .single-service .service-icon {
  margin-bottom: 3px;
}

.services-area .single-service .service-icon i {
  font-size: 79px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.services-area .single-service .service-icon i:before {
  margin-left: 0px;
  color: #6747ee;
}

.services-area .single-service .service-title h3 {
  font-size: 26px;
  color: #1d274e;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.services-area .single-service .service-content p {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #747da1;
}


/*=================================================
    8. section-title
==============================================================*/

.section-title {
  margin-bottom: 50px;
}

.section-title span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.2em;
  font-family: inherit;
  display: inline-block;
  color: #075ac9;
}

.section-title h2 {
  font-size: 60px;
  line-height: 1.16667;
  letter-spacing: -0.03em;
  margin: 0;
  color: #1d274e;
}

.section-title h2+p {
  margin-top: 9px;
}

.section-title p {
  margin: 0 auto;
  margin-bottom: 19px;
  max-width: 660px;
}

.svg-icon {
  width: 114px;
  height: 28px;
  margin: 0 auto;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(images/border-icon.png);
}


/*=================================================
    9. btn
==============================================================*/

.btn-primary {
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  border: none;
  font-size: 14px;
  padding: 0 54px;
  line-height: 60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
}

.btn-primary:hover {
  color: #ffffff;
  background: #1d274e;
}


/*=================================================
    10. about-area
==============================================================*/

.about-area {
  position: relative;
  overflow: hidden;
}

.about-area .about-title h2 {
  font-size: 60px;
  line-height: 1.16667;
  letter-spacing: -0.03em;
  color: #1d274e;
  margin-bottom: 35px;
}

.about-area .about-feature {
  margin-bottom: 35px;
}

.about-area .about-feature ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-area .about-feature ul li {
  display: block;
  font-size: 16px;
  color: #747da1;
  line-height: 28px;
  margin-bottom: 10px;
}

.about-area .about-feature ul li i {
  margin-right: 9px;
  color: #015dc7;
}

.about-area .about-img {
  position: absolute;
  content: '';
  width: 50%;
  top: 0;
  height: 86%;
}

.about-area .about-img img {
  width: 100%;
  height: 100%;
}


/*=================================================
    11. video-area
==============================================================*/

.video-area {
  background: url(images/video/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 140px 0 180px 0;
}

.video-area .video-info {
  padding: 95px 60px 94px 80px;
  background-color: rgba(1, 93, 199, 0.9);
  color: #fff;
}

.video-area .video-info h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 25px;
}

.video-area .video-info p {
  font-size: 29px;
  font-family: "Poppins", sans-serif;
  line-height: 1.6666;
  font-weight: 600;
  margin-bottom: 0px;
}

.video-area .video {
  position: absolute;
  bottom: -245px;
}

.video-area .video .video-inner {
  position: relative;
}

.video-area .video .video-inner img {
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.video-area .video .video-inner:before {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6747ee;
  background-image: -webkit-gradient(linear, left top, right top, from(#6747ee), to(#9124dc));
  background-image: -webkit-linear-gradient(left, #6747ee, #9124dc);
  background-image: -moz-linear-gradient(left, #6747ee, #9124dc);
  background-image: -ms-linear-gradient(left, #6747ee, #9124dc);
  background-image: -o-linear-gradient(left, #6747ee, #9124dc);
  background-image: linear-gradient(left, #6747ee, #9124dc);
  background-color: transparent;
  opacity: 0.9;
}

.video-area .video .video-inner .play-btn {
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin: 0 auto;
}

.video-area .video .video-inner .play-btn a {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 4px solid #ffffff;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.video-area .video .video-inner .play-btn a i {
  font-size: 20px;
}

.video-area .video .video-inner .play-btn a:hover {
  color: #075ac9;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px #000000;
  -o-box-shadow: 0 0 30px #000000;
  -moz-box-shadow: 0 0 30px #000000;
  -ms-box-shadow: 0 0 30px #000000;
  box-shadow: 0 0 30px #000000;
}


/*=================================================
    12. our-service-area
==============================================================*/

.our-service-area.pt-112 {
  padding-top: 175px;
}

.our-service-area .section-title {
  margin-bottom: 38px;
}

.our-service-area .single-service {
  margin-top: 30px;
}

.our-service-area .single-service:hover .media .service-icon {
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.our-service-area .single-service:hover .media .service-icon i {
  color: #9806fc;
}

.our-service-area .single-service .media .service-icon {
  padding-right: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.our-service-area .single-service .media .service-icon i {
  font-size: 60px;
  color: #075ac9;
  line-height: 60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.our-service-area .single-service .media .media-body h3 {
  margin-bottom: 13px;
  text-transform: capitalize;
}

.our-service-area .single-service .media .media-body h3 a {
  color: #1d274e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.our-service-area .single-service .media .media-body h3 a:hover {
  color: #015dc7;
}

.our-service-area .single-service .media .media-body p {
  margin-bottom: 0px;
}


/*=================================================
    13. counter-area
==============================================================*/

.counter-area {
  background: url(images/bg/counter.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.counter-area:before {
  position: absolute;
  content: '';
  background-color: rgba(1, 93, 199, 0.9);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 93, 199, 0.9)), to(rgba(162, 0, 255, 0.9)));
  background-image: -webkit-linear-gradient(left, rgba(1, 93, 199, 0.9), rgba(162, 0, 255, 0.9));
  background-image: -moz-linear-gradient(left, rgba(1, 93, 199, 0.9), rgba(162, 0, 255, 0.9));
  background-image: -ms-linear-gradient(left, rgba(1, 93, 199, 0.9), rgba(162, 0, 255, 0.9));
  background-image: -o-linear-gradient(left, rgba(1, 93, 199, 0.9), rgba(162, 0, 255, 0.9));
  background-image: linear-gradient(left, rgba(1, 93, 199, 0.9), rgba(162, 0, 255, 0.9));
  background-color: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

.counter-area .single-counter {
  color: #ffffff;
}

.counter-area .single-counter .counter-icon {
  margin-bottom: 27px;
}

.counter-area .single-counter .counter-icon i {
  font-size: 100px;
  line-height: 100px;
}

.counter-area .single-counter h1 {
  font-size: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.counter-area .single-counter .counter-title span {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}


/*=================================================
    14. portfolio-area
==============================================================*/

.portfolio-area .portfolio .filtering-button {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  border: 1px solid #f7f7f7;
  text-align: center;
  margin-top: 30px;
}

.portfolio-area .portfolio .filtering-button a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #aab2d2;
  padding: 0 36px;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  line-height: 58px;
  display: inline-block;
  z-index: 1;
}

.portfolio-area .portfolio .filtering-button a.active {
  color: #ffffff;
}

.portfolio-area .portfolio .filtering-button a.active:before {
  opacity: 1;
}

.portfolio-area .portfolio .filtering-button a:hover {
  color: #ffffff;
}

.portfolio-area .portfolio .filtering-button a:hover:before {
  opacity: 1;
}

.portfolio-area .portfolio .filtering-button a:before {
  position: absolute;
  content: '';
  opacity: 0;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-color: #015dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio {
  margin-top: 30px;
  overflow: hidden;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio:hover .images a img {
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio:hover .images .overlay {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images {
  overflow: hidden;
  position: relative;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images a {
  overflow: hidden;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images a img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay {
  position: absolute;
  -webkit-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 93, 199, 0.4);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 93, 199, 0.4)), to(rgba(162, 0, 255, 0.4)));
  background-image: -webkit-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  background-image: -moz-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  background-image: -ms-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  background-image: -o-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  background-image: linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  padding: 34px 40px 40px 40px;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay .overlay-content .portfolio-sub-title a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 8px;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay .overlay-content .portfolio-title h3 {
  line-height: 1.416;
  font-size: 24px;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay .overlay-content .portfolio-title h3 a {
  color: #ffffff;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay .overlay-content .meta-box {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay .overlay-content .meta-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay .overlay-content .meta-box ul li {
  display: inline-block;
  margin-right: 15px;
}

.portfolio-area .portfolio .grid .grid-item .single-portfolio .images .overlay .overlay-content .meta-box ul li a {
  color: #ffffff;
  font-size: 16px;
}


/*=================================================
    15. team-area
==============================================================*/

.team-area {
  background: url(images/bg/team-bg.jpg) no-repeat;
}

.team-area .section-title span {
  color: #ffffff;
}

.team-area .section-title h2 {
  color: #ffffff;
}

.team-area .single-member {
  margin-top: 30px;
  margin-bottom: 10px;
}

.team-area .single-member:hover .member-img:after {
  opacity: 1;
}

.team-area .single-member:hover .member-img .social-media {
  opacity: 1;
  bottom: 22px;
}

.team-area .single-member .member-img {
  margin-bottom: 35px;
  position: relative;
}

.team-area .single-member .member-img img {
  width: 100%;
  height: 100%;
}

.team-area .single-member .member-img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(29, 39, 78, 0.6);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.team-area .single-member .member-img .social-media {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.team-area .single-member .member-img .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-area .single-member .member-img .social-media ul li {
  display: inline-block;
}

.team-area .single-member .member-img .social-media ul li a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  padding: 0 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.team-area .single-member .member-img .social-media ul li a:hover {
  color: #015dc7;
}

.team-area .single-member .member-name h3 {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  color: #1d274e;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.team-area .single-member .member-position span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #075ac9;
  letter-spacing: 0.2em;
}


/*=================================================
    16. contact-area
==============================================================*/

.contact-area {
  background: url(images/bg/contact-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.contact-area:before {
  content: '';
  background-color: #015dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

.contact-area-trans {
  background: #f9f9ff;
}

.contact-area-trans::before {
  display: none;
}

.contact-area .section-title {
  margin-bottom: 31px;
}

.contact-area .section-title span {
  color: #ffffff;
}

.contact-area .section-title h2 {
  color: #ffffff;
  font-size: 57px;
}

.contact-area .contact-info {
  background-color: rgba(45, 0, 88, 0.2);
  padding: 40px 40px;
  margin-top: 35px;
}

.contact-area .contact-info .media .service-icon {
  font-size: 60px;
  padding-right: 15px;
  line-height: 60px;
  color: #fff;
}

.contact-area .contact-info .media .media-body span {
  display: block;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  color: #adb0ef;
}

.contact-area .contact-info .media .media-body h2 {
  margin-bottom: 0px;
  font-size: 36px;
  margin: 0;
  color: #fff;
  font-weight: normal;
  letter-spacing: -0.03em;
  margin-top: 17px;
}

.contact-area .contact-form .form-group {
  margin-bottom: 32px;
}

.contact-area .contact-form .form-group:last-child {
  margin-bottom: 0px;
}

.contact-area .contact-form .form-group label {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
  color: #ffffff;
}

.contact-area .contact-form .form-group input {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 70px;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.contact-area .contact-form .form-group input::-moz-placeholder {
  opacity: 0.9;
  color: #fff;
}

.contact-area .contact-form .form-group input::-webkit-input-placeholder {
  opacity: 0.9;
  color: #fff;
}

.contact-area .contact-form .form-group input::-ms-input-placeholder {
  color: #ffffff;
}

.contact-area .contact-form .form-group input::-webkit-input-placeholder {
  color: #ffffff;
}

.contact-area .contact-form .form-group input:focus {
  border: 2px solid #ffffff;
}

.contact-area .contact-form .form-group textarea {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 140px;
  padding-top: 22px;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.contact-area .contact-form .form-group textarea::-moz-placeholder {
  opacity: 0.9;
  color: #fff;
}

.contact-area .contact-form .form-group textarea::-webkit-input-placeholder {
  opacity: 0.9;
  color: #fff;
}

.contact-area .contact-form .form-group textarea:focus {
  border: 2px solid #ffffff;
}

.contact-area .contact-form .form-group button {
  margin-top: 25px;
  border-radius: 0px;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 21px 54px;
  font-weight: 500;
  outline: none;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border: none;
  background-color: #7100b3;
  background-image: -webkit-gradient(linear, left top, right top, from(#7100b3), to(#610099));
  background-image: -webkit-linear-gradient(left, #7100b3, #610099);
  background-image: -moz-linear-gradient(left, #7100b3, #610099);
  background-image: -ms-linear-gradient(left, #7100b3, #610099);
  background-image: -o-linear-gradient(left, #7100b3, #610099);
  background-image: linear-gradient(left, #7100b3, #610099);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.contact-area .contact-form .form-group button:hover {
  background: #1d274e;
}

.contact-area.contact-area-trans .section-title h2,
.contact-area.contact-area-trans .contact-info .media .media-body h2 {
  color: #1d274e;
}

.contact-area.contact-area-trans .contact-form .form-group textarea,
.contact-area.contact-area-trans .contact-form .form-group input {
  border-width: 2px;
  border-color: #e7e5f9;
}

.contact-area.contact-area-trans .contact-form .form-group input::-moz-placeholder {
  color: #8788b1;
}

.contact-area.contact-area-trans .contact-form .form-group input::-webkit-input-placeholder {
  color: #8788b1;
}

.contact-area.contact-area-trans .contact-info {
  color: #8788b1;
  background: #fff;
}

.contact-area.contact-area-trans .contact-form .form-group label,
.contact-area.contact-area-trans .contact-info .media .service-icon {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #015dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
}


/*=================================================
    17. testimonial-area
==============================================================*/

.testimonial-area.pb-112.pt-112 {
  padding-bottom: 40px;
}

.testimonial-info {
  padding-top: 10px;
}

.testimonial-inner .testimonial-info {
  padding: 0;
}

.testimonial-area .testimonial-info .sub-title span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
  font-family: inherit;
  display: inline-block;
  color: #075ac9;
}

.testimonial-area .testimonial-info .title h2 {
  font-size: 45px;
  line-height: 1.16667;
  letter-spacing: -0.03em;
  margin-bottom: 35px;
  color: #1d274e;
}

.testimonial-area .testimonial-info .description p {
  margin-bottom: 0px;
}

.single-testimonial {
  padding: 10px 10px 40px 10px;
  position: relative;
}

.single-testimonial:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 80%;
  height: 15px;
  bottom: 30px;
  margin: 0 auto;
  background-image: -webkit-linear-gradient(left, #77a1d4, #bb6dee);
  background-image: -moz-linear-gradient(left, #77a1d4, #bb6dee);
  background-image: -ms-linear-gradient(left, #77a1d4, #bb6dee);
  background-image: -o-linear-gradient(left, #77a1d4, #bb6dee);
  background-image: linear-gradient(left, #77a1d4, #bb6dee);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  transition-delay: .1s;
}

.single-testimonial:before {
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(left, #e2eaf4, #eedef8);
  background-image: -moz-linear-gradient(left, #e2eaf4, #eedef8);
  background-image: -ms-linear-gradient(left, #e2eaf4, #eedef8);
  background-image: -o-linear-gradient(left, #e2eaf4, #eedef8);
  background-image: linear-gradient(left, #e2eaf4, #eedef8);
  left: 0;
  right: 0;
  width: 70%;
  height: 15px;
  bottom: 30px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  transition-delay: .2s;
}

.single-testimonial:hover:after {
  opacity: 1;
  bottom: 25px;
}

.single-testimonial:hover:before {
  opacity: 1;
  bottom: 10px;
}

.single-testimonial:hover .testimonial-inner .catagory-title a {
  color: #ffffff;
}

.single-testimonial:hover .testimonial-inner .testimonial-title h3 a {
  color: #ffffff;
}

.single-testimonial:hover .testimonial-inner .testimonial-content p {
  color: #ffffff;
}

.single-testimonial:hover .testimonial-inner:after {
  opacity: 1;
}

.single-testimonial .testimonial-inner {
  padding: 32px 30px 32px 40px;
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.single-testimonial .testimonial-inner:after {
  background-color: #015dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}

.single-testimonial .testimonial-inner .catagory-title a {
  display: block;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #015dc7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.single-testimonial .testimonial-inner .testimonial-title h3 {
  font-size: 26px;
  line-height: 1.384;
  margin-top: 17px;
  margin-bottom: 13px;
}

.single-testimonial .testimonial-inner .testimonial-title h3 a {
  color: #1d274e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.single-testimonial .testimonial-inner .testimonial-content p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #747da1;
  line-height: 26px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}


/*=================================================
    18. breadcumb-area
==============================================================*/

.breadcumb-area {
  padding: 188px 0 174px;
  background-color: #015dc7;
  background-image: url(images/bg/breadcumb-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 120px;
}

.breadcumb-area .breadcumb-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcumb-area .breadcumb-page ul li {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffffff;
  display: inline-block;
  margin-right: 11px;
  position: relative;
}

.breadcumb-area .breadcumb-page ul li:first-child:before {
  display: none;
}

.breadcumb-area .breadcumb-page ul li:before {
  content: "|";
  margin-right: 13px;
}

.breadcumb-area .breadcumb-page ul li a {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.breadcumb-area .breadcumb-page ul li a:hover {
  color: #12315a;
}

.breadcumb-area .page-title h2 {
  font-size: 70px;
  line-height: 1.142;
  font-weight: 600;
  color: #ffffff;
  margin-top: 21px;
  margin-bottom: 0;
  text-transform: capitalize;
}


/*=================================================
    19. aboutus-area
==============================================================*/

.aboutus-area .about-img {
  position: relative;
}

.aboutus-area .about-img img {
  width: 100%;
  height: auto;
}

.aboutus-area .about-img .play-btn {
  z-index: 5;
  position: absolute;
  left: 60px;
  bottom: 60px;
}

.aboutus-area .about-img .play-btn a {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 110px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #015dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  text-align: center;
}

.aboutus-area .about-img .play-btn a i {
  font-size: 20px;
}

.aboutus-area .about-img .play-btn a:hover {
  color: #075ac9;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px #000000;
  -o-box-shadow: 0 0 30px #000000;
  -moz-box-shadow: 0 0 30px #000000;
  -ms-box-shadow: 0 0 30px #000000;
  box-shadow: 0 0 30px #000000;
}

.aboutus-area .about-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50px;
  left: -50px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(images/bg/path.png);
  z-index: -1;
}

.aboutus-area .about-info {
  padding-top: 41px;
  padding-left: 20px;
}

.aboutus-area .about-info .about-title span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
  font-family: inherit;
  display: inline-block;
  color: #015dc7;
}

.aboutus-area .about-info .about-title h2 {
  font-size: 60px;
  line-height: 1.16667;
  letter-spacing: -0.03em;
  color: #1d274e;
  margin-bottom: 40px;
}


/*=================================================
    20. approch-area
==============================================================*/

.approch-area {
  background-color: #f8f7ff;
}

.approch-area .single-approch {
  background: url(images/approch/bg.jpg);
  overflow: hidden;
}

.approch-area .single-approch:hover .approch-inner:before {
  opacity: 0;
  visibility: hidden;
}

.approch-area .single-approch:hover .approch-inner:after {
  opacity: 1;
  visibility: visible;
}

.approch-area .single-approch:hover .approch-inner .approcho-info .approch-icon i {
  color: #ffffff;
}

.approch-area .single-approch:hover .approch-inner .approcho-info .approch-title h3 {
  color: #ffffff;
}

.approch-area .single-approch:hover .approch-inner .approcho-info .approch-content p {
  color: #ffffff;
}

.approch-area .single-approch .approch-inner {
  padding: 80px 40px;
  position: relative;
  z-index: 4;
}

.approch-area .single-approch .approch-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.approch-area .single-approch .approch-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 93, 199, 0.6)), to(rgba(162, 0, 255, 0.6)));
  background-image: -webkit-linear-gradient(left, rgba(1, 93, 199, 0.6), rgba(162, 0, 255, 0.6));
  background-image: -moz-linear-gradient(left, rgba(1, 93, 199, 0.6), rgba(162, 0, 255, 0.6));
  background-image: -ms-linear-gradient(left, rgba(1, 93, 199, 0.6), rgba(162, 0, 255, 0.6));
  background-image: -o-linear-gradient(left, rgba(1, 93, 199, 0.6), rgba(162, 0, 255, 0.6));
  background-image: linear-gradient(left, rgba(1, 93, 199, 0.6), rgba(162, 0, 255, 0.6));
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
}

.approch-area .single-approch .approch-inner .approcho-info .approch-icon {
  margin-bottom: 36px;
  line-height: 1;
}

.approch-area .single-approch .approch-inner .approcho-info .approch-icon i {
  font-size: 79px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #075ac9;
}

.approch-area .single-approch .approch-inner .approcho-info .approch-title h3 {
  font-size: 26px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 22px;
  color: #1d274e;
}

.approch-area .single-approch .approch-inner .approcho-info .approch-content p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  line-height: 26px;
  color: #747da1;
  margin-bottom: 32px;
}

.approch-area .single-approch .approch-inner .approcho-info .approch-btn a {
  display: inline-block;
  color: #ffffff;
  padding: 0;
  height: 60px;
  line-height: 60px;
  width: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  background-color: #015dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.approch-area .single-approch .approch-inner .approcho-info .approch-btn a:hover {
  background: #ffffff;
  color: #000000;
}


/*=================================================
    21. service-two-area
==============================================================*/

.service-two-area .single-service {
  padding: 60px 30px 56px 30px;
  position: relative;
  background-color: #fff;
  position: relative;
  z-index: 3;
  margin-top: 30px;
}

.service-two-area .single-service:hover:after {
  opacity: 0;
}

.service-two-area .single-service:hover .service-icon i {
  color: #ffffff;
}

.service-two-area .single-service:hover .service-title h3 a {
  color: #ffffff;
}

.service-two-area .single-service:hover .service-content p {
  color: #ffffff;
}

.service-two-area .single-service:after {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.service-two-area .single-service:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #015dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.service-two-area .single-service .service-icon {
  line-height: 1;
  margin-bottom: 25px;
}

.service-two-area .single-service .service-icon i {
  color: #015dc7;
  font-size: 60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.service-two-area .single-service .service-title h3 {
  margin-bottom: 13px;
}

.service-two-area .single-service .service-title h3 a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #1d274e;
}

.service-two-area .single-service .service-content p {
  color: #747da1;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}


/*=================================================
    22. googlemap-area
==============================================================*/

.googlemap-area .google-map-area .gmap-area {
  height: 800px;
  width: 100%;
  position: relative;
  overflow: hidden;
}


/*=================================================
    23. blog-page-area
==============================================================*/

.blog-page-area.section {
  padding-bottom: 115px;
}

.blog-page-area .single-blog {
  overflow: hidden;
  margin-bottom: 10px;
}

.blog-page-area .single-blog:hover .blog-img a img {
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.blog-page-area .single-blog .blog-img {
  overflow: hidden;
}

.blog-page-area .single-blog .blog-img a {
  overflow: hidden;
}

.blog-page-area .single-blog .blog-img a img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  -moz-transition: all 10s;
  -ms-transition: all 10s;
  transition: all 10s;
}

.blog-page-area .single-blog .blog-info {
  padding: 30px;
  margin-top: -90px;
}

.blog-page-area .single-blog .blog-info .blog-inner {
  background-color: #fff;
  padding: 36px 40px 30px 40px;
  -webkit-box-shadow: 0 8px 16px rgba(127, 127, 127, 0.1);
  -o-box-shadow: 0 8px 16px rgba(127, 127, 127, 0.1);
  -moz-box-shadow: 0 8px 16px rgba(127, 127, 127, 0.1);
  -ms-box-shadow: 0 8px 16px rgba(127, 127, 127, 0.1);
  box-shadow: 0 8px 16px rgba(127, 127, 127, 0.1);
  position: relative;
  z-index: 99;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-meta {
  margin-bottom: 15px;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-meta ul li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0 20px 0 0;
  color: #6747ee;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-meta ul li i {
  margin-right: 10px;
  position: relative;
  top: -1px;
  color: #6747ee;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-title h3 {
  font-size: 24px;
  line-height: 1.416;
  margin-bottom: 17px;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-title h3 a {
  color: #1d274e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-title h3 a:hover {
  color: #075ac9;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-content p {
  font-size: 16px;
  color: #747da1;
  line-height: 26px;
  margin-bottom: 0px;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-tags {
  margin-top: 30px;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-tags ul li {
  display: inline-block;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-tags ul li a {
  background-color: #f9f7ff;
  display: inline-block;
  color: #747da1;
  text-transform: uppercase;
  font-size: 12px !important;
  border: none;
  padding: 0 17px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-page-area .single-blog .blog-info .blog-inner .blog-tags ul li a:hover {
  background-color: #015dc7;
  color: #fff;
}


/*=================================================
    25. sidebar-widgets
==============================================================*/

.sidebar-widgets .single-widget {
  margin-bottom: 40px;
  border: 2px solid #e3e3e3;
  padding: 38px 28px;
}

.sidebar-widgets .single-widget .widget-title h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 31px;
}

.sidebar-widgets .single-widget .widget-title h2 span {
  display: inline-block;
  padding: 0 58px;
  position: relative;
}

.sidebar-widgets .single-widget .widget-title h2 span:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ebebeb;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sidebar-widgets .single-widget .widget-title h2 span:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ebebeb;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sidebar-widgets .single-widget.widget_search .search-form .from-grupe {
  position: relative;
}

.sidebar-widgets .single-widget.widget_search .search-form .from-grupe input {
  background-color: #f9f7ff;
  height: 60px;
  padding-left: 30px;
  padding-right: 70px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  border: none;
  width: 100%;
}

.sidebar-widgets .single-widget.widget_search .search-form .from-grupe button {
  padding: 0;
  border: none;
  line-height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  /*color: #ffffff;*/
  font-size: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /*background-color: #015dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.sidebar-widgets .single-widget.widget_search .search-form .from-grupe button:hover {
  color: #ffffff;
  background: #1d274e;
}

.sidebar-widgets .single-widget.social_widget .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-widgets .single-widget.social_widget .social-media ul li {
  display: inline-block;
}

.sidebar-widgets .single-widget.social_widget .social-media ul li a {
  display: block;
  color: #a09acd;
  background-color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid #e5e5e5;
  z-index: 1;
  margin: 0 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-widgets .single-widget.social_widget .social-media ul li a:hover {
  color: #ffffff;
  background-color: #6747ee;
  background-image: -webkit-gradient(linear, left top, right top, from(#6747ee), to(#9124dc));
  background-image: -webkit-linear-gradient(left, #6747ee, #9124dc);
  background-image: -moz-linear-gradient(left, #6747ee, #9124dc);
  background-image: -ms-linear-gradient(left, #6747ee, #9124dc);
  background-image: -o-linear-gradient(left, #6747ee, #9124dc);
  background-image: linear-gradient(left, #6747ee, #9124dc);
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul li {
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul li span {
  float: right;
  margin-top: 13px;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul li:last-child {
  border-bottom: none;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul li a {
  color: #747da1;
  display: inline-block;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul li a:hover {
  padding-left: 26px;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul li a:hover:before {
  opacity: 1;
  margin-left: 0;
}

.sidebar-widgets .single-widget.categories_widget .categories-list ul li a:before {
  content: "\f178";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-family: "FontAwesome";
  color: #015dc7;
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-widgets .single-widget.recentpost_widget .recentpost-list .single-post {
  margin-bottom: 15px;
}

.sidebar-widgets .single-widget.recentpost_widget .recentpost-list .single-post .media .post-img {
  padding-right: 5px;
}

.sidebar-widgets .single-widget.recentpost_widget .recentpost-list .single-post .media .media-body h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
}

.sidebar-widgets .single-widget.recentpost_widget .recentpost-list .single-post .media .media-body h4 a {
  color: #1d274e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-widgets .single-widget.recentpost_widget .recentpost-list .single-post .media .media-body h4 a:hover {
  color: #075ac9;
}

.sidebar-widgets .single-widget.recentpost_widget .recentpost-list .single-post .media .media-body .time p {
  font-size: 14px;
  color: #747da1;
  display: inline-block;
  margin: 0;
}

.sidebar-widgets .single-widget.recentpost_widget .recentpost-list .single-post .media .media-body .time p i {
  padding-right: 8px;
  color: #747da1;
}

.sidebar-widgets .single-widget.tags_widget .tags-list ul {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}

.sidebar-widgets .single-widget.tags_widget .tags-list ul li {
  display: inline-block;
}

.sidebar-widgets .single-widget.tags_widget .tags-list ul li a {
  background: #f2f6ff;
  padding: 0 16px 2px;
  color: #747da1;
  display: inline-block;
  font-size: 14px;
  line-height: 38px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
}

.sidebar-widgets .single-widget.tags_widget .tags-list ul li a:hover {
  /*background-color: #015dc7;*/
  /*border-color: #015dc7;*/
  color: #ffffff;
}


/*=================================================
    26. blog-datails-area
==============================================================*/

.blog-datails-area .single-blog {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}

.blog-datails-area .single-blog .blog-img {
  margin-bottom: 25px;
  overflow: hidden;
}

.blog-datails-area .single-blog .blog-img:hover img {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-datails-area .single-blog .blog-img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  -moz-transition: all 10s;
  -ms-transition: all 10s;
  transition: all 10s;
  overflow: hidden;
}

.blog-datails-area .single-blog .blog-meta p {
  color: #6747ee;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}

.blog-datails-area .single-blog .blog-meta p i {
  margin-right: 10px;
  position: relative;
  top: -1px;
  color: #6747ee;
}

.blog-datails-area .single-blog .blog-title h2 {
  font-size: 30px;
  line-height: 40px;
  color: #1d274e;
  margin-bottom: 20px;
}

.blog-datails-area .single-blog .blog-content blockquote {
  overflow: hidden;
  background-color: #6747ee;
  background-image: -webkit-gradient(linear, left top, right top, from(#6747ee), to(#9124dc));
  background-image: -webkit-linear-gradient(left, #6747ee, #9124dc);
  background-image: -moz-linear-gradient(left, #6747ee, #9124dc);
  background-image: -ms-linear-gradient(left, #6747ee, #9124dc);
  background-image: -o-linear-gradient(left, #6747ee, #9124dc);
  background-image: linear-gradient(left, #6747ee, #9124dc);
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding: 24px 30px 24px 90px;
  clear: both;
  margin: 40px 0;
  color: #f5f5f5;
}

.blog-datails-area .single-blog .blog-content blockquote:before {
  content: '\f10d';
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 28px;
  position: absolute;
  left: 35px;
  top: 50px;
  font-style: normal;
}

.blog-datails-area .single-blog .blog-content blockquote p {
  margin-bottom: 0;
}

.blog-datails-area .single-blog .blog-content blockquote span {
  font-style: normal;
  display: block;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 11px;
}

.blog-datails-area .single-blog .related-tags h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1d274e;
  display: block;
  margin-bottom: 14px;
}

.blog-datails-area .single-blog .related-tags .tags-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-datails-area .single-blog .related-tags .tags-list ul li {
  display: inline-block;
}

.blog-datails-area .single-blog .related-tags .tags-list ul li a {
  margin-right: 16px;
  margin-bottom: 20px;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  color: #9494b2;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 46px;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-datails-area .single-blog .related-tags .tags-list ul li a:hover {
  background-color: #015dc7;
  color: #fff;
  border-color: #015dc7;
}

.social-share.ss-padding {
  padding-left: 60px;
}

.blog-datails-area .single-blog .social-share h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1d274e;
  display: block;
  margin-bottom: 14px;
}

.blog-datails-area .single-blog .social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-datails-area .single-blog .social-share ul li {
  display: inline-block;
  margin-right: 15px;
}

.blog-datails-area .single-blog .social-share ul li a {
  font-size: 18px;
  color: #b5becc;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-datails-area .single-blog .social-share ul li a:hover {
  color: #015dc7;
}

.blog-datails-area .comment-area {
  padding: 34px 0 0;
  border-bottom: 1px solid #eaeaea;
}

.blog-datails-area .comment-area .comment-section-title h2 {
  font-size: 26px;
  color: #1d274e;
  margin-bottom: 33px;
}

.blog-datails-area .comment-area .single-comment {
  margin-bottom: 50px;
}

.blog-datails-area .comment-area .single-comment:last-child {
  margin-bottom: 35px;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-img {
  float: left;
}

.blog-datails-area .comment-area .single-comment .comment-inner img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  margin-right: 30px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content {
  overflow: hidden;
  position: relative;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content .comment-date {
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 14px;
  color: #6747ee;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content .comment-title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1d274e;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content .comment-text p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #747da1;
  margin-bottom: 0px;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content .comment-reply {
  position: absolute;
  right: 20px;
  top: 0;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content .comment-reply a {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: #aca8c9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content .comment-reply a:before {
  content: "\f112";
  font-family: FontAwesome;
  margin-right: 4px;
  font-weight: normal;
  color: inherit;
}

.blog-datails-area .comment-area .single-comment .comment-inner .comment-content .comment-reply a:hover {
  color: #6747ee;
}

.blog-datails-area .comment-form {
  padding: 34px 0 0;
}

.blog-datails-area .comment-form .comment-section-title h2 {
  font-size: 26px;
  color: #1d274e;
  margin-bottom: 33px;
}

.blog-datails-area .comment-form form .form-group {
  position: relative;
}

.blog-datails-area .comment-form form .form-group.comment i {
  position: absolute;
  right: 27px;
  top: 20%;
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.blog-datails-area .comment-form form .form-group input {
  background-color: #fff;
  border: 2px solid #e5e5e5;
  color: #a7a7c1;
  padding: 8px 28px;
  line-height: normal;
  font-size: 14px;
  height: 60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  outline: none;
  padding-right: 67px;
}

.blog-datails-area .comment-form form .form-group input:focus {
  outline: 0;
  border-color: #015dc7;
}

.blog-datails-area .comment-form form .form-group textarea {
  background-color: #fff;
  border: 2px solid #e5e5e5;
  color: #a7a7c1;
  padding: 20px 28px;
  line-height: normal;
  font-size: 14px;
  height: 150px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  outline: none;
  padding-right: 67px;
  resize: none;
}

.blog-datails-area .comment-form form .form-group textarea:focus {
  outline: 0;
  border-color: #015dc7;
}

.blog-datails-area .comment-form form .form-group i {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.blog-datails-area .comment-form form .form-submit {
  margin-top: 40px;
}

.blog-datails-area .comment-form form .form-submit button {
  background-color: #015dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 0 54px;
  line-height: 60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  font-weight: 500;
  outline: none;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.blog-datails-area .comment-form form .form-submit button:hover {
  background: #1d274e;
}


/*=================================================
    27. portfolio-details-area
==============================================================*/

.portfolio-details-area .portflio-list .single-portfolio {
  margin-bottom: 40px;
  overflow: hidden;
}

.portfolio-details-area .portflio-list .single-portfolio:hover a img {
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
  transition: all 5s;
}

.portfolio-details-area .portflio-list .single-portfolio a {
  display: block;
  overflow: hidden;
}

.portfolio-details-area .portflio-list .single-portfolio a img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
  transition: all 5s;
}

.portfolio-details-area .portfolio-content {
  padding-left: 30px;
  margin-bottom: 40px;
}

.portfolio-details-area .portfolio-content p {
  font-size: 16px;
  color: #747da1;
  line-height: 26px;
}

.portfolio-details-area .portfolio-content .portfolio-subtitle a {
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #015dc7;
  margin-top: -5px;
  display: block;
}

.portfolio-details-area .portfolio-content .portfolio-title h2 {
  font-size: 40px;
  margin-top: 14px;
  margin-bottom: 33px;
  color: #1d274e;
}

.portfolio-details-area .portfolio-content blockquote {
  font-size: 16px;
  line-height: 26px;
  padding: 24px 30px 24px 40px;
  overflow: hidden;
  background-color: #6747ee;
  background-image: -webkit-gradient(linear, left top, right top, from(#6747ee), to(#9124dc));
  background-image: -webkit-linear-gradient(left, #6747ee, #9124dc);
  background-image: -moz-linear-gradient(left, #6747ee, #9124dc);
  background-image: -ms-linear-gradient(left, #6747ee, #9124dc);
  background-image: -o-linear-gradient(left, #6747ee, #9124dc);
  background-image: linear-gradient(left, #6747ee, #9124dc);
  position: relative;
  clear: both;
  margin: 40px 0;
}

.portfolio-details-area .portfolio-content blockquote:before {
  position: absolute;
  content: '';
  width: 116px;
  height: 85px;
  right: 20px;
  left: auto;
  top: auto;
  bottom: 10px;
  background-image: url(images/icon-blockquote.png);
}

.portfolio-details-area .portfolio-content blockquote p {
  font-size: 14px;
  line-height: 24px;
  color: #f5f5f5;
  margin-bottom: 0px;
}

.portfolio-details-area .portfolio-content .portfolio-meta .single-meta {
  margin-bottom: 24px;
}

.portfolio-details-area .portfolio-content .portfolio-meta .single-meta span {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #9d97cb;
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}

.portfolio-details-area .portfolio-content .portfolio-meta .single-meta h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #1d274e;
  margin-bottom: 0px;
}

.portfolio-details-area .portfolio-content .portfolio-footer {
  margin-top: 15px;
}

.portfolio-details-area .portfolio-content .portfolio-footer .footer-button .btn {
  background-color: #015dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 0 54px;
  line-height: 60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  font-weight: 500;
  outline: none;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.portfolio-details-area .portfolio-content .portfolio-footer .footer-button .btn:hover {
  background: #1d274e;
}

.portfolio-details-area .portfolio-content .portfolio-footer .portfolio-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-details-area .portfolio-content .portfolio-footer .portfolio-social ul li {
  display: inline-block;
}

.portfolio-details-area .portfolio-content .portfolio-footer .portfolio-social ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #65656f;
  background-color: #e5e5e5;
  z-index: 1;
  margin-top: 5px;
  margin-left: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-details-area .portfolio-content .portfolio-footer .portfolio-social ul li a:hover {
  color: #ffffff;
  background-color: #015dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
}

.portfolio-details-area .portfolio-nave {
  margin-top: 45px;
}

.portfolio-details-area .portfolio-nave .prev {
  width: 50%;
  float: left;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner:hover {
  padding-left: 55px;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner:hover .nav-icon {
  opacity: 1;
  left: 0;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner .nav-icon {
  position: absolute;
  left: 30px;
  top: -15px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner .nav-icon a i {
  font-size: 40px;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  color: #9124dc;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner .nav-content span {
  font-size: 14px;
  color: #9d97cb;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner .nav-content h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 5px 0 0;
}

.portfolio-details-area .portfolio-nave .prev .nav-inner .nav-content h3 a {
  color: #9d97cb;
}

.portfolio-details-area .portfolio-nave .nav-portfolios {
  position: absolute;
  line-height: 1;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 120px;
  height: 120px;
}

.portfolio-details-area .portfolio-nave .nav-portfolios a {
  font-size: 56px;
  color: #6747ee;
  display: block;
}

.portfolio-details-area .portfolio-nave .next {
  width: 50%;
  float: right;
}

.portfolio-details-area .portfolio-nave .next .nav-inner {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  text-align: right;
}

.portfolio-details-area .portfolio-nave .next .nav-inner:hover {
  padding-right: 55px;
}

.portfolio-details-area .portfolio-nave .next .nav-inner:hover .nav-icon {
  opacity: 1;
  right: 0;
}

.portfolio-details-area .portfolio-nave .next .nav-inner .nav-icon {
  position: absolute;
  right: 30px;
  top: -15px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-details-area .portfolio-nave .next .nav-inner .nav-icon a i {
  font-size: 40px;
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  color: #9124dc;
}

.portfolio-details-area .portfolio-nave .next .nav-inner .nav-content span {
  font-size: 14px;
  color: #9d97cb;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.portfolio-details-area .portfolio-nave .next .nav-inner .nav-content h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 5px 0 0;
}

.portfolio-details-area .portfolio-nave .next .nav-inner .nav-content h3 a {
  color: #9d97cb;
}

.woocommerce .star-rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.woocommerce .star-rating-wrap .star-rating {
  margin: 0;
}

.woocommerce .star-rating-wrap .count-rating {
  font-size: 14px;
  margin-left: 8px;
  color: #808a98;
}

.woocommerce .woocommerce-product-category a {
  margin-bottom: 8px;
  display: inline-block;
  background-color: #6747ee;
  background-image: -webkit-gradient(linear, left top, right top, from(#6747ee), to(#9124dc));
  background-image: -webkit-linear-gradient(left, #6747ee, #9124dc);
  background-image: -moz-linear-gradient(left, #6747ee, #9124dc);
  background-image: -ms-linear-gradient(left, #6747ee, #9124dc);
  background-image: -o-linear-gradient(left, #6747ee, #9124dc);
  background-image: linear-gradient(left, #6747ee, #9124dc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='#9124dc', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-category a {
    margin-bottom: 4px;
    font-size: 14px;
  }
}

.woocommerce span.onsale {
  height: 45px;
  width: 45px;
  min-width: inherit;
  min-height: inherit;
  font-size: 16px;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 45px;
  background-color: #6747ee;
  background-image: -webkit-gradient(linear, left top, right top, from(#6747ee), to(#9124dc));
  background-image: -webkit-linear-gradient(left, #6747ee, #9124dc);
  background-image: -moz-linear-gradient(left, #6747ee, #9124dc);
  background-image: -ms-linear-gradient(left, #6747ee, #9124dc);
  background-image: -o-linear-gradient(left, #6747ee, #9124dc);
  background-image: linear-gradient(left, #6747ee, #9124dc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='#9124dc', gradientType='1');
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 0 !important;
  top: 14px !important;
  left: 29px !important;
  right: auto !important;
  font-weight: normal;
  z-index: 1;
}

.woocommerce .star-rating {
  margin: 0;
  letter-spacing: 0.2em;
  width: 90px;
  height: 18px;
}

.woocommerce .star-rating span::before,
.woocommerce .star-rating:before {
  content: "\f27d\f27d\f27d\f27d\f27d";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
}

.woocommerce .star-rating span::before {
  color: #ffab00;
}

.woocommerce .star-rating:before {
  color: #d4d4d4;
}

.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.woocommerce .products .product {
  margin-bottom: 50px;
  margin-right: 0;
  padding: 0 15px;
}

.woocommerce .products .product.last {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce .products .product {
    width: 50% !important;
  }
}

@media screen and (max-width: 575px) {
  .woocommerce .products .product {
    width: 100% !important;
  }
}

@media screen and (min-width: 992px) {
  .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
    width: 33.33%;
  }
}

.woocommerce .products .product .woocommerce-product-title,
.woocommerce .woocommerce-product-title {
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .woocommerce .products .product .woocommerce-product-title,
  .woocommerce .woocommerce-product-title {
    font-size: 18px;
  }
}

.woocommerce .products .product .woocommerce-product-title a,
.woocommerce .woocommerce-product-title a {
  color: #1e2331;
}

.woocommerce .products .product .woocommerce-product-title a:hover,
.woocommerce .woocommerce-product-title a:hover {
  color: #015dc7;
}

.woocommerce .products .product .price {
  font-size: 16px;
  font-weight: 600;
  color: #1d274e;
  margin-bottom: 0;
}

.woocommerce .products .product .price del {
  color: #c4c9dc;
}

.woocommerce .products .product .price ins {
  color: #1d274e;
}

.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
  z-index: 99;
}

.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  margin: 15px 30px 15px 0px;
  flex-grow: 1;
}

.woocommerce .woocommerce-topbar .woocommerce-result-count,
.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
}

.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 220px;
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
  background-color: #fff;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  overflow: hidden;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  width: auto;
  display: inline-block;
  margin-bottom: 0 !important;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(103, 71, 238, 0.7);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(103, 71, 238, 0.7)), to(rgba(145, 36, 220, 0.7)));
  background-image: -webkit-linear-gradient(left, rgba(103, 71, 238, 0.7), rgba(145, 36, 220, 0.7));
  background-image: -moz-linear-gradient(left, rgba(103, 71, 238, 0.7), rgba(145, 36, 220, 0.7));
  background-image: -ms-linear-gradient(left, rgba(103, 71, 238, 0.7), rgba(145, 36, 220, 0.7));
  background-image: -o-linear-gradient(left, rgba(103, 71, 238, 0.7), rgba(145, 36, 220, 0.7));
  background-image: linear-gradient(left, rgba(103, 71, 238, 0.7), rgba(145, 36, 220, 0.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(103, 71, 238, 0.7)', endColorStr='rgba(145, 36, 220, 0.7)', gradientType='1');
  z-index: 99;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  transform: perspective(500px) rotateX(-90deg);
  opacity: 0;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 60px;
  color: #1d274e;
  display: inline-block;
  background-image: none;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
  display: none;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward {
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading {
  opacity: 1;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
  letter-spacing: 0;
  top: 0;
  right: 12px;
}

@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
    padding-left: 32px;
    padding-right: 32px;
    line-height: 48px;
    letter-spacing: 0.05em;
  }
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
  opacity: 1;
  transform: perspective(500px) rotateX(0deg);
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
  padding: 24px 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-holder {
    display: block;
  }
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .product-holder-left {
  margin-right: 30px;
  flex-grow: 1;
}

@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-holder .product-holder-left {
    margin-right: 0;
  }
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .product-holder-right .price {
  line-height: 1;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .product-holder-right del {
  display: block !important;
  margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-holder .product-holder-right del {
    display: inline-block !important;
  }
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
  float: none;
  margin: 0 auto 8px auto;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 8px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
  padding: 0px !important;
}

@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
    margin-bottom: 15px;
  }
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
  color: inherit;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
  color: #015dc7;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
  color: rgba(51, 51, 51, 0.66);
  font-size: 14px;
  margin-bottom: 12px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
  margin-bottom: 12px;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
  width: auto !important;
  margin: 0 !important;
}

.woocommerce .woocommerce-product-inner+.button.yith-wcqv-button {
  display: none !important;
}

.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
  display: none !important;
}

.woocommerce .products .product .price del {
  color: inherit;
  opacity: .5;
  display: inline-block;
}

.woocommerce .products .product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}

.woocommerce .woocommerce-pagination {
  margin-top: 20px;
}

.woocommerce .woocommerce-pagination ul.page-numbers {
  border: none;
  text-align: center;
  margin-bottom: 50px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li {
  border: none;
  margin: 4px;
  display: inline-block;
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers {
  padding: 0;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  border: none;
  color: #9fa7c5;
  background-color: #f8f8f8;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next,
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev {
  font-size: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.next:before {
  font-size: 16px;
  content: '\f2ee';
  font-family: 'Material-Design-Iconic-Font';
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
  font-size: 16px;
  content: '\f2ea';
  font-family: 'Material-Design-Iconic-Font';
}

.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers.current,
.woocommerce .woocommerce-pagination ul.page-numbers .page-numbers:hover {
  background-color: #6747ee;
  background-image: -webkit-gradient(linear, left top, right top, from(#6747ee), to(#9124dc));
  background-image: -webkit-linear-gradient(left, #6747ee, #9124dc);
  background-image: -moz-linear-gradient(left, #6747ee, #9124dc);
  background-image: -ms-linear-gradient(left, #6747ee, #9124dc);
  background-image: -o-linear-gradient(left, #6747ee, #9124dc);
  background-image: linear-gradient(left, #6747ee, #9124dc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='#9124dc', gradientType='1');
  color: #fff;
}

.single-product .woocommerce-summary-wrap {
  margin: 0 -25px;
}

.single-product .woocommerce-summary-wrap>.col-xl-6 {
  padding: 0 25px;
}

.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}

.single-product #shop-newsletter {
  margin-top: 30px;
}

.single-product section.related h2 {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 37px;
}

.single-product section.related ul.products {
  margin-bottom: 0;
}

.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
}

.single-product div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
  margin-bottom: 37px;
}

.single-product div.product form.cart {
  margin-bottom: 24px;
}

.single-product div.product form.cart button.button {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.single-product div.product form.cart .single_add_to_cart_button {
  background-color: #015dc7;
  padding-left: 54px;
  padding-right: 54px;
  line-height: 60px;
}

.single-product div.product form.cart label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 700;
  color: #232323;
}

@media screen and (max-width: 767px) {
  .single-product div.product form.cart label {
    font-size: 15px;
    line-height: normal;
  }
}

.single-product div.product form.cart .reset_variations {
  display: none !important;
}

.single-product div.product form.cart .variations {
  margin-bottom: 10px;
}

.single-product div.product form.cart .variations td {
  padding-bottom: 20px;
}

.single-product div.product form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #1d274e;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}

.single-product div.product form.cart .button-variable-wrapper .button-variable-item span {
  font-size: 14px;
}

.single-product div.product form.cart .button-variable-wrapper .button-variable-item.selected,
.single-product div.product form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: #015dc7;
  color: #fff;
}

.single-product div.product form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}

.single-product div.product form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.single-product div.product form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}

.single-product div.product .woocommerce-gallery span.onsale {
  display: none;
}

.single-product div.product .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 50px;
  }
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 575px) {
  .single-product div.product .woocommerce-product-gallery .flex-control-nav {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav li {
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .single-product div.product .woocommerce-product-gallery .flex-control-nav li {
    padding: 0 5px;
  }
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
  outline: 5px solid rgba(0, 0, 0, 0.1);
  outline-offset: -9px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
  content: '';
  background-image: -webkit-linear-gradient(45deg, #015dc7 5%, #a200ff 100%);
  background-image: -moz-linear-gradient(45deg, #015dc7 5%, #a200ff 100%);
  background-image: -ms-linear-gradient(45deg, #015dc7 5%, #a200ff 100%);
  background-image: -o-linear-gradient(45deg, #015dc7 5%, #a200ff 100%);
  background-image: linear-gradient(45deg, #015dc7 5%, #a200ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#015dc7 5%', endColorStr='#a200ff 100%');
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
  content: "\e659";
  font-family: 'themify';
  font-size: 16px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  background-color: #fff;
  text-align: center;
  color: #015dc7;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
  opacity: 0.8;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
  opacity: 1;
}

.single-product div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 80px;
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .single-product div.product .entry-summary {
    position: sticky;
    top: 62px;
  }
}

.single-product div.product .entry-summary .woocommerce-product-rating {
  margin-bottom: 0;
}

.single-product div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}

.single-product div.product .entry-summary .woocommerce-product-rating .star-rating-wrap {
  margin-bottom: 25px;
}

.single-product div.product .entry-summary .woocommerce-product-category a {
  font-size: 14px;
  margin-bottom: 5px;
}

.single-product div.product .entry-summary .entry-title {
  font-size: 30px;
  margin-bottom: 9px;
}

.single-product div.product .entry-summary .price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 9px;
  color: #ff1c67;
  align-items: center;
}

.single-product div.product .entry-summary .price .amount {
  font-size: 50px;
  font-weight: 200;
  color: #ff1c67;
}

@media screen and (max-width: 991px) {
  .single-product div.product .entry-summary .price .amount {
    font-size: 36px;
  }
}

.single-product div.product .entry-summary .price ins {
  margin-right: 22px;
}

.single-product div.product .entry-summary .price del {
  color: #bfc7d3;
}

.single-product div.product .entry-summary .price del .amount {
  color: #bfc7d3;
}

.single-product div.product .entry-summary .woocommerce-sg-product-excerpt>h3 {
  font-size: 30px;
  margin-bottom: 11px;
}

.single-product div.product .entry-summary .single_add_to_cart_button {
  clear: left;
  margin-top: 30px;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs {
  padding: 0;
  margin-bottom: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs:before {
  content: '';
  background-color: #f0f0f0;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 24px;
  left: 0;
  border: none;
}

@media screen and (max-width: 575px) {
  .single-product div.product .woocommerce-tabs ul.wc-tabs:before {
    display: none;
  }
}

.single-product div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none !important;
}

@media screen and (max-width: 575px) {
  .single-product div.product .woocommerce-tabs ul.wc-tabs {
    display: block;
  }
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 0;
  padding: 0 10px;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 99;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li:before,
.single-product div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}

@media screen and (max-width: 575px) {
  .single-product div.product .woocommerce-tabs ul.wc-tabs li {
    display: block;
    padding: 0;
    margin-bottom: 5px;
  }
  .single-product div.product .woocommerce-tabs ul.wc-tabs li a {
    display: block;
  }
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
  border: 2px solid #f0f0f0;
  line-height: 46px;
  padding: 0 45px;
  position: relative;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #747da1;
  position: relative;
  z-index: 1;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li a:before {
  content: '';
  width: calc(100% + 4px);
  width: -webkit-calc(100% + 4px);
  height: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  left: -2px;
  top: -2px;
  background-color: #6747ee;
  background-image: -webkit-gradient(linear, left top, right top, from(#6747ee), to(#9124dc));
  background-image: -webkit-linear-gradient(left, #6747ee, #9124dc);
  background-image: -moz-linear-gradient(left, #6747ee, #9124dc);
  background-image: -ms-linear-gradient(left, #6747ee, #9124dc);
  background-image: -o-linear-gradient(left, #6747ee, #9124dc);
  background-image: linear-gradient(left, #6747ee, #9124dc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='#9124dc', gradientType='1');
  z-index: -1;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li a:after {
  display: none !important;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li.active>a {
  color: #fff;
}

.single-product div.product .woocommerce-tabs ul.wc-tabs li.active>a:before {
  opacity: 1;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel ul.sg-product-list {
  margin: 0;
  list-style: none;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel ul.sg-product-list li {
  padding: 5px 5px 5px 30px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel ul.sg-product-list li:before {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  font-size: 15px;
  color: #015dc7;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2 {
  display: none;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
  margin-bottom: 42px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom: 1px solid #dee2e6;
  font-family: inherit;
  color: #1d274e;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-left: 1px solid #dee2e6;
}

.single-product div.product .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}

.single-product div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}

.single-product div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  margin-bottom: 10px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
  margin-bottom: 8px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  font-size: 30px;
  margin-bottom: 22px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title,
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
  display: none;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
  padding-top: 15px;
  height: 120px;
  padding-bottom: 22px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
  padding: 30px;
  border: 1px solid #e9e9e9;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 0;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 10px;
  top: 0;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}

@media screen and (max-width: 991px) {
  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 6px;
  }
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
  position: relative;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
  padding: 0;
  width: 80px;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  border: 5px solid #fff;
}

@media screen and (max-width: 575px) {
  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 40px;
    border: none;
  }
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 100px;
}

@media screen and (max-width: 767px) {
  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
    float: none;
  }
}

@media screen and (max-width: 575px) {
  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    padding-left: 60px;
  }
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  font-size: 16px;
}

@media screen and (max-width: 575px) {
  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: block;
  }
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
  display: block;
  font-style: 14px;
  color: #1d274e;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
  font-weight: 600;
  color: #1d274e;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date:before {
  content: "\f017";
  font-family: FontAwesome;
  margin: 0 4px;
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
  margin: 0;
}

.single-product div.product .quantity {
  margin-right: 20px;
}

.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as {
  display: block;
  font-weight: 600;
  font-size: 15px;
}

.single-product div.product .product_meta .sku_wrapper span,
.single-product div.product .product_meta .posted_in span,
.single-product div.product .product_meta .tagged_as span,
.single-product div.product .product_meta .sku_wrapper a,
.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .tagged_as a {
  color: #015dc7;
  margin-left: 7px;
}

.single-product div.product .product_meta .sku_wrapper a:hover,
.single-product div.product .product_meta .posted_in a:hover,
.single-product div.product .product_meta .tagged_as a:hover {
  color: #a200ff;
}

.single-product div.product .product_meta .posted_in {
  display: none;
}

.ct-list {
  margin: 0 0 30px;
  list-style: none;
}

.ct-list.layout1 li i {
  margin-right: 9px;
  color: #015dc7;
}

.ct-list.layout1 li+li {
  margin-top: 10px;
}

.ct-list.layout1.green-color li i {
  color: #1cae0d;
}

.ct-list.layout2 li {
  border-bottom: 1px solid #f0f0f0;
  padding: 17px 0;
}

.ct-list.layout2 li label {
  font-weight: 600;
  color: #1d274e;
  width: 28%;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .ct-list.layout2 li label {
    width: 42%;
  }
}

@media screen and (max-width: 575px) {
  .ct-list.layout2 li label {
    width: 100%;
  }
}

.ct-list.layout2 li:last-child {
  border: none;
}

.ct-list.layout3 li {
  position: relative;
}

.ct-list.layout3 li+li {
  margin-top: 17px;
}

.ct-list.layout3 i {
  font-size: 19px;
  position: absolute;
  top: 6px;
  left: 0;
}

.ct-list.layout3 i+span {
  padding-left: 39px;
}

.ct-list.layout3 span {
  font-size: 18px;
  color: #747da1;
  line-height: 1.6666;
  display: inline-block;
}

.ct-list.layout4 {
  font-size: 16px;
}

.ct-list.layout4 li {
  display: flex;
  flex-wrap: nowrap;
}

.ct-list.layout4 li+li {
  margin-top: 18px;
}

.ct-list.layout4 label {
  font-weight: 500;
  min-width: 60px;
}

.ct-list.layout4.color-light {
  color: #fff;
}

.ct-list.layout4.color-light span {
  color: rgba(255, 255, 255, 0.7);
}


/*
==============================================================
    SECTION HEADING CSS START
==============================================================
*/

.oscar-section-heading-2 .sub-heading {
  margin: 0 0 22px;
  z-index: 2;
  font-size: 14px;
  font-weight: 800;
  line-height: 32px;
  position: relative;
  text-transform: uppercase;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -webkit-box!important;
  display: -ms-inline-flexbox!important;
  display: -webkit-inline-flexbox!important;
  display: inline-flex !important;
  clear: both;
}

.oscar-section-heading-2 .sub-heading::before {
  height: 2px;
  width: 30px;
  content: "";
  margin-right: 20px;
  background: #49bf8f;
}

.oscar-section-heading-2 .title {
  z-index: 1;
  font-size: 52px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
  text-transform: capitalize;
}

.oscar-section-heading-2 .title:last-child {
  margin: 0 0 37px;
}

.oscar-section-heading-2.text-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.oscar-section-heading-2 .sub-heading::after {
  height: 2px;
  width: 30px;
  content: "";
  margin-left: 20px;
  background: #49bf8f;
}
.oscar-section-heading-2.text-left .sub-heading::after{
  display: none;
}
.text-grd {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
}

.grd-bg-op {
  position: relative;
}

.grd-bg-op::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
}

.text-block .small-thumb {
  margin: 0 0 12px;
}

.small-thumb figure {
  max-width: 160px;
  margin: 0;
}

.small-thumb figure::before {
  opacity: 0.6;
}

.small-thumb .text p:last-child {
  margin: 0;
}

.small-thumb .play-btn {
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin: 0 auto;
}

.small-thumb .play-btn a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 59px;
  border: 4px solid rgba(255, 255, 255, .4);
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.small-thumb .play-btn a i {
  font-size: 20px;
}

.small-thumb .play-btn a:hover {
  color: #075ac9;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px #000000;
  -o-box-shadow: 0 0 30px #000000;
  -moz-box-shadow: 0 0 30px #000000;
  -ms-box-shadow: 0 0 30px #000000;
  box-shadow: 0 0 30px #000000;
}

.portfolio-style-2 .overlay {
  width: auto !important;
  height: auto !important;
  left: 20px !important;
  right: 20px !important;
  top: 20px !important;
  bottom: 20px !important;
  padding: 0 !important;
}

.portfolio-style-2 .overlay-content {
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-style-2 .overlay-content>a:only-child {
  font-size: 30px;
  color: #fff;
}

.single-member2 {
  margin: 0 0 30px;
  position: relative;
  padding: 0 20px 22px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.single-member2::after,
.single-member2::before {
  top: 60px;
  bottom: 0;
  left: 20px;
  right: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background: #f5f4ff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.single-member2::after {
  opacity: 0;
  background-image: -moz-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
}

.single-member2:hover::after {
  opacity: 1;
}

.single-member2 .member-img img {
  width: 100%;
  display: block;
}

.single-member2 .member-img {
  margin: 0 0 20px;
}

.single-member2 .member-name h3 {
  font-size: 26px;
  line-height: normal;
  margin: 0 0 3px;
}

.single-member2 .member-position {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.single-member2 .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-member2 .social-media ul li {
  display: inline-block;
}

.single-member2 .social-media ul li a {
  display: block;
  font-size: 14px;
  color: #bdb2d7;
  padding: 0 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.single-member2 .social-media ul li a:hover {
  color: #015dc7;
}

.single-member2:hover * {
  color: #fff !important;
  background: transparent;
  -webkit-text-fill-color: currentcolor;
  -webkit-background-clip: unset;
}

.single-member2 .member-position,
.single-member2 .social-media,
.single-member2 .member-name {
  padding-left: 40px;
}

.play-btn {
  z-index: 5;
  text-align: center;
}

.play-btn a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 59px;
  border: 4px solid rgba(255, 255, 255, .4);
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.play-btn a i {
  font-size: 20px;
}

.play-btn a:hover {
  color: #075ac9;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px #000000;
  -o-box-shadow: 0 0 30px #000000;
  -moz-box-shadow: 0 0 30px #000000;
  -ms-box-shadow: 0 0 30px #000000;
  box-shadow: 0 0 30px #000000;
}

.counter-list {
  float: left;
  width: 100%;
  position: relative;
}

.counter-list li {
  float: left;
  width: 50%;
  padding: 40px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .2);
  border-width: 0 0 2px 2px;
}

.counter-list li:nth-child(1) {
  border-left-width: 0;
}

.counter-list li:nth-child(2) {
  border-right-width: 0;
}

.counter-list li:nth-child(3) {
  border-left-width: 0;
  border-bottom-width: 0;
}

.counter-list li:nth-child(4) {
  border-bottom-width: 0;
}

.osr-counter-thumb-2 {
  width: 100%;
  text-align: center;
  position: relative;
}

.osr-counter-thumb-2>i {
  width: 66px;
  height: 66px;
  font-size: 65px;
  margin-right: 20px;
}

.osr-counter-thumb-2 .text {}

.osr-counter-thumb-2 .title {
  font-size: 50px;
  margin: 0 0 12px;
  font-weight: 500;
  line-height: 40px;
}

.osr-counter-thumb-2 .title i {
  font-size: 40px;
}

.osr-counter-thumb-2 p {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.osr-counter-thumb-2 * {
  color: #fff;
}

.video-btn-outer {
  display: block;
  min-width: 32px;
  min-height: 120px;
  position: relative;
}

.video-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.video-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.video-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-btn:hover:after {
  background-color: #1d274e;
}

.video-btn span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #1d274e;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.video-btn:hover span {
  border-left-color: #fff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.blog-thumb.single-testimonial {
  padding-right: 0;
  padding-left: 0;
  margin: 0 0 30px;
}

.blog-thumb.single-testimonial figure {
  margin: 0;
}

.blog-thumb.single-testimonial .testimonial-inner {
  padding: 22px 20px;
}

.blog-thumb.single-testimonial .testimonial-inner .testimonial-title h3 {
  font-size: 22px;
}

.blog-thumb.single-testimonial .testimonial-inner .catagory-title a i {
  margin-right: 10px;
}

.grd-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -moz-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
}




































/******************************************************************************************Oscar Themes Style Start*/
/*Header Style 1 Css Start*/
.header-style1-1 {
  padding: 40px 0;
}
.logo {
  margin: 0;
  line-height: 0;
}
.logo img {
  width: auto;
}
.header-style1-1 .container {
  max-width: 1520px;
}
.header-style1-1 .navigation li a {
  color: #42495b;
  font-size: 16px;
  padding: 1px 0 0;
  line-height: normal;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}
.header-style1-1 .navigation li a i {
  margin-left: 10px;
  line-height: normal;
  font-weight: normal;
}
.header-style1-1 .navigation ul.sub-menu li {
  margin: 0;
}
.header-style1-1 .navigation ul.sub-menu li a {
  font-size: 14px;
  color: #42495b;
}
.helping-box .icon-box {
  font-size: 24px;
  margin-right: 15px;
  color: rgb(69, 130, 255);
}
.helping-box .title {
  font-size: 16px;
  font-weight: bold;
  color: rgb(0, 25, 91);
  line-height: normal;
  margin: 0 0 6px;
}
.helping-box p a {
  font-size: 14px;
  color: rgb(69, 130, 255);
}
.helping-box p {
  margin: 0;
  line-height: normal;
}
/*Header Style 1 Css End*/
/*Header Style 2 Css Start*/
.top-nav{
  line-height: normal;
}
.top-nav li {
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  margin-left:25px; 
}
.top-nav li:first-child{
  margin-left:0; 
}
.top-nav li i{
  margin-right:8px; 
}
.top-nav li a{
  font-size: inherit;
  color: currentColor;
}

.top-bar .btn {
  font-size: 12px;
  padding: 8px 20px 9px;
  font-weight: bold;
  margin-left:10px !important; 
  text-transform: uppercase;
  border-radius: 5px !important;
  background-color: rgb(237, 237, 237);
  border:none;
}
.top-bar .btn:first-child{
  margin-left:0 !important; 
}
.top-bar .btn:hover{
  color: #fff;
}
/*Header Style 2 Css End*/
.main-banner {
  position: relative;
}
.main-slider.nav-style-1 .owl-controls{
  margin: 0;
}
.main-slider.nav-style-1 .owl-controls .owl-pagination{
  display: none;
}
.main-slider.nav-style-1 .owl-buttons [class*="owl-"]{
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-transform: uppercase;
  padding: 6px;
  word-break: break-all;
  line-height: 17px;
  letter-spacing: 2px;
  color: #fff;
  border-color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.main-slider.nav-style-1 .owl-buttons .owl-prev{
  left: 10px;
}
.main-slider.nav-style-1 .owl-buttons .owl-next{
  right: 10px;
}
.main-banner figure {
  margin: 0;
}
.banner-slide figure::before {
  background-color: rgb(21, 25, 72);
}
.banner-slide figure::after{
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  content: "";
  width: 485px;
  height: 280px;
  background-repeat: no-repeat;
  background-image: url(images/bg/banner-line.png); 
}
.banner-slide .banner-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-bottom: 1px;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.banner-slide .small-title {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px 10px 6px;
  margin-bottom: 25px;
}
.small-title.th-bg {
  color: #fff;
}
.banner-slide .title {
  font-size: 85px;
  font-weight: bold;
  line-height: 85px;
  letter-spacing: -2px;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
}
.banner-slide .description {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 43px;
}
[data-overlay] .banner-caption .description,
[data-overlay] .banner-caption .title,
[data-overlay]+.banner-caption .description,
[data-overlay]+.banner-caption .title {
  color: #fff;
}
.banner-slide .btn {
  color: #fff;
  font-size: 14px;
  margin-left: 11px;
  font-weight: bold;
  padding: 21px 40px 22px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.banner-slide .btn:first-child {
  margin-left: 0;
}
.banner-slide .btn.white-bg{
  background-color: #fff;
  border-color: #fff;
  color: #42495b;
}
.banner-slide .btn:hover{
  color: #fff;
}
/*main-slider-2*/
.main-slider-2{
  
}
.main-slider-2 [data-overlay]::before{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151948+0,151948+100&0.92+0,0.83+25,0.69+52,0.51+79,0.43+100 */
  background: -moz-linear-gradient(top,  rgba(21,25,72,0.92) 0%, rgba(21,25,72,0.83) 25%, rgba(21,25,72,0.69) 52%, rgba(21,25,72,0.51) 79%, rgba(21,25,72,0.43) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(21,25,72,0.92) 0%,rgba(21,25,72,0.83) 25%,rgba(21,25,72,0.69) 52%,rgba(21,25,72,0.51) 79%,rgba(21,25,72,0.43) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(21,25,72,0.92) 0%,rgba(21,25,72,0.83) 25%,rgba(21,25,72,0.69) 52%,rgba(21,25,72,0.51) 79%,rgba(21,25,72,0.43) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb151948', endColorstr='#6e151948',GradientType=0 ); /* IE6-9 */

}
.main-slider-2 figure::after{
  display: none;
}











.services-3 {
  border-radius: 10px;
  box-shadow: 0px 15px 18px 0px rgba(156, 156, 156, 0.15);
  background-color: rgb(255, 255, 255);
}

.services-3::after,
.services-3::before {
  border-radius: 10px;
}

.services-3::after {
  left: 0 !important;
  top: 0!important;
  bottom: 0!important;
  right: 0!important;
}

.services-3:hover .service-icon i {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  color: #fff !important;
  background: none;
}

.services-7 {
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 35px 40px 31px;
  box-shadow: 0px 3px 32px 0px rgba(242, 242, 242, 0.72);
}
.services-7:after, 
.services-7:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  border-color: #ffd322;
  z-index: -1;
}
.services-7:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  border-top: none;
  border-color: #ffd322;
  border-bottom: none;
}
.services-7:hover:after,
.services-7:hover:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.services-7 .icon-block {
  font-size: 40px;
  min-width: 50px;
  min-height: 50px;
  line-height: 50px;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 18px;
}

.services-7 .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 11px;
}

.services-7 p {
  margin: 0;
}


/*Services Style 8*/

.services-8 {
  margin: 0 0 30px;
}
.services-8 .icon-block {
  min-width: 60px;
  min-height: 60px;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  margin-right: 20px;
  border-radius: 100%;
  text-align: center;
}
.services-8 figure.icon-block{
  max-width:85px; 
  margin-bottom:0; 
}
.services-8 .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 3px;
  letter-spacing: -1px;
}
.services-8 p {
  margin: 0;
  line-height: 26px;
}
/*Services Style 9*/
.services-9 {
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  padding:59px 40px 70px;
  box-shadow: 0px 8px 16px 0px rgba(34, 156, 255, 0.1);
}
.services-9 .icon-block {
  font-size: 40px;
  min-width: 50px;
  min-height: 50px;
  line-height: 50px;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 31px;
}
.services-9 .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 11px;
}
.services-9 p {
  margin: 0 0 7px;
  color: #5583a6;
}
.services-9:hover .icon-block,
.services-9:hover .btn,
.services-9:hover .readmore-btn,
.services-9:hover .title,
.services-9:hover p{
  color: #fff;
}
.services-9:hover .readmore-btn{
  border-color: #fff;
}




.aboutus-area2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/bg/aboutus-bg.jpg);
}

.about-info.about-info2 {
  padding: 0;
}

.about-info.about-info2 h2.title {
  font-size: 50px;
  color: #1d274e;
  text-transform: capitalize;
}

.about-info.about-info2 .title em {
  font-style: normal;
}

.read-btn {
  font-size: 14px;
  color: #12a9ff;
  text-decoration: underline;
  text-underline-position: bottom;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.read-btn:hover {
  color: #000;
  text-decoration: underline;
}

.services-4 {
  background: #f7f7ff;
}

.services-4::after,
.services-4::before {
  display: none;
}

.services-4 .service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(125, 125, 125, 0.31);
}

.services-4:hover .service-icon {
  background-image: -moz-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
}

.services-4 .service-icon i {
  line-height: 80px;
  font-size: 40px !important;
}

.services-4:hover * {
  color: inherit !important;
}

.services-4:hover .service-icon i {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  color: #fff !important;
  background: none;
}

.video-area2 {
  padding: 0 0 180px;
  background-image: url(images/bg/aboutus2.png);
  background-position: bottom;
  background-size: contain;
}

.video-info2 {
  /*max-width: 460px;*/
  position: relative;
  z-index: 1;
  padding: 50px 30px !important;
  background-color: transparent !important;
}

.video-info2::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  opacity: .85;
  z-index: -1;
  position: absolute;
  background-image: -moz-linear-gradient( 0deg, rgb(102, 71, 238) 0%, rgb(145, 36, 220) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(102, 71, 238) 0%, rgb(145, 36, 220) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(102, 71, 238) 0%, rgb(145, 36, 220) 100%);
}

.video-info2 .play-btn {
  margin-top: 30px;
}

.video-info2 .play-btn a {
  margin: 0;
}

.ct-team-member-layout4 {
  margin-bottom: 30px;
  padding: 50px 30px 70px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);
  -khtml-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);
  -moz-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);
  -ms-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);
  -o-box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);
  box-shadow: 0 15px 18px rgba(156, 156, 156, 0.15);
  text-align: center;
  position: relative;
}

.ct-team-member-layout4 .ct-team-image {
  max-width: 160px;
  margin: 0 auto 34px auto;
}

.ct-team-member-layout4 .ct-team-image img {
  -webkit-border-radius: 160px;
  -khtml-border-radius: 160px;
  -moz-border-radius: 160px;
  -ms-border-radius: 160px;
  -o-border-radius: 160px;
  border-radius: 160px;
}

.ct-team-member-layout4 .ct-team-position {
  color: #aab2d2;
  font-size: 14px;
}

.ct-team-member-layout4 .ct-team-title {
  margin-bottom: 5px;
}

.subtitle,
.woocommerce .woocommerce-product-category a {
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ct-team-member-layout4 .ct-team-social {
  position: absolute;
  bottom: -22px;
  left: 50%;
  padding: 0 16px;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #015dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#015dc7', endColorStr='#a200ff', gradientType='1');
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  display: flex;
  flex-wrap: nowrap;
}

.ct-team-member-layout4 .ct-team-social a {
  font-size: 14px;
  line-height: 44px;
  height: 44px;
  width: 30px;
  color: #fff;
  display: inline-block;
}

.ct-team-member-layout4 .ct-team-social a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.blog-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/bg-blog.jpg);
}

.grid-item-inner {
  -webkit-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);
  -khtml-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);
  -moz-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);
  -ms-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);
  -o-box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);
  box-shadow: 0 15px 15px rgba(156, 156, 156, 0.15);
  margin: 0 0 30px;
  background-color: #fff;
}

.grid-item-inner .item-author {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 20px;
  flex-grow: 1;
}

.grid-item-inner .item-author img {
  max-width: 45px;
  min-width: 45px;
  -webkit-border-radius: 45px;
  -khtml-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  margin-right: 20px;
}

.grid-item-inner .item-author a {
  color: #747da1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-weight: 500;
}

.grid-item-inner .item-body {
  padding: 0 7px;
}

.grid-item-inner .item-holder {
  border-bottom: 1px solid #ddd;
  padding: 31px 23px 28px 23px;
}

.grid-item-inner .item-bottom {
  padding: 30px 23px 50px 23px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.grid-item-inner .item-title {
  font-size: 26px;
  line-height: 1.38;
}

.grid-item-inner .item-title a {
  color: inherit;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.grid-item-inner .item-title a:hover {
  color: #12a9ff;
}

.grid-item-inner .item-date {
  color: #747da1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-weight: 500;
}

.grid-item-inner .item-favorite a {
  color: #747da1;
  font-size: 16px;
  position: relative;
}

.grid-item-inner .item-favorite a .ct-tooltip {
  position: absolute;
  bottom: 18px;
  margin-bottom: 10px;
  background-color: #12a9ff;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  line-height: 22px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  white-space: nowrap;
}

.grid-item-inner .item-favorite a .ct-tooltip:before {
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: #12a9ff transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.grid-item-inner .item-favorite a:hover .ct-tooltip {
  opacity: 1;
  visibility: visible;
}

.mid-bar {}

.mid-bar .title {
  font-size: 60px;
  font-weight: 600;
}

.mid-bar .btn {
  background-image: -moz-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  font-size: 14px;
  box-shadow: 0px 16px 32px 0px rgba(134, 134, 134, 0.3);
  color: rgb(255, 255, 255);
  padding: 16px 20px 14px;
  text-transform: uppercase;
  border-radius: 0;
  float: right;
}

.ct-grid-portfolio-layout2 .item-holder {
  position: absolute;
  top: 21px;
  right: 21px;
  left: 21px;
  bottom: 21px;
  background-color: rgba(1, 93, 199, 0.4);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 93, 199, 0.4)), to(rgba(162, 0, 255, 0.4)));
  background-image: -webkit-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  background-image: -moz-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  background-image: -ms-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  background-image: -o-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  background-image: linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(1, 93, 199, 0.4)', endColorStr='rgba(162, 0, 255, 0.4)', gradientType='1');
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.ct-grid-portfolio-layout2 .item-holder a {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.ct-grid-portfolio-layout2 .item-holder a:before,
.ct-grid-portfolio-layout2 .item-holder a:after {
  content: '';
  background-color: #fff;
  position: absolute;
}

.ct-grid-portfolio-layout2 .item-holder a:before {
  width: 100%;
  height: 2px;
  top: 24px;
  left: 0;
}

.ct-grid-portfolio-layout2 .item-holder a:after {
  height: 100%;
  width: 2px;
  left: 24px;
  top: 0;
}

.ct-grid-portfolio-layout2 .grid-item-inner {
  position: relative;
  overflow: hidden;
}

.ct-grid-portfolio-layout2 .grid-item-inner img {
  width: 100%;
}

.ct-grid-portfolio-layout2 .grid-item-inner:hover .item-holder {
  opacity: 1;
}

.ct-grid-portfolio-layout2.owl-carousel .grid-item-inner,
.ct-grid-portfolio-layout2.owl-carousel .item-holder {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.ct-grid-portfolio-layout2.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  background-image: none;
  background-color: #cecece;
}

.ct-grid-portfolio-layout2.owl-carousel .owl-dots .owl-dot.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6747ee), to(#9124dc));
  background-image: -webkit-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: -moz-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: -ms-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: -o-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: linear-gradient(bottom, #6747ee, #9124dc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='#9124dc');
}

.ct-grid-portfolio-layout2.owl-carousel .owl-item {
  padding: 0 15px;
}

.ct-grid-portfolio-layout2.owl-carousel .owl-pagination .owl-page {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 100%;
  background-image: none;
  background-color: #cecece;
}

.ct-grid-portfolio-layout2.owl-carousel .owl-pagination .owl-page.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6747ee), to(#9124dc));
  background-image: -webkit-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: -moz-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: -ms-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: -o-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: linear-gradient(bottom, #6747ee, #9124dc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='#9124dc');
}

.ct-short-text.layout3 {
  background-color: #6747ee;
  background-image: -webkit-gradient(linear, left top, right top, from(#6747ee), to(#9124dc));
  background-image: -webkit-linear-gradient(left, #6747ee, #9124dc);
  background-image: -moz-linear-gradient(left, #6747ee, #9124dc);
  background-image: -ms-linear-gradient(left, #6747ee, #9124dc);
  background-image: -o-linear-gradient(left, #6747ee, #9124dc);
  background-image: linear-gradient(left, #6747ee, #9124dc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='#9124dc', gradientType='1');
  max-width: 790px;
  padding: 33px 40px 103px 33px;
  font-size: 18px;
  line-height: 1.5555;
  color: #fff;
  position: relative;
  -webkit-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);
  -khtml-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);
  -moz-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);
  -ms-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);
  -o-box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);
  box-shadow: 0 16px 32px rgba(185, 193, 255, 0.3);
}

.ct-short-text.layout3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(images/bg/bg-map.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.ct-short-text.layout3 .short-text-description {
  max-width: 615px;
  position: relative;
  z-index: 1;
}

.ct-counter-layout2 {
  text-align: center;
  background-color: #fff;
  padding: 40px 30px 37px 30px;
  -webkit-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);
  -khtml-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);
  -moz-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);
  -ms-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);
  -o-box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);
  box-shadow: 0 8px 21px rgba(101, 96, 96, 0.14);
  position: relative;
}
.ct-counter-layout2:after,
.ct-counter-layout2:before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  left: auto;
  bottom: 0;
  right: 0;
  border-width: 0 4px 4px 0px;
  border-color: #ff9900;
  border-style: solid;
}
.ct-counter-layout2:after{
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  border-width: 4px 0px 0px 4px;
}
.ct-counter-layout2 .ct-counter-icon {
  line-height: 1;
  margin-bottom: 25px;
}

.ct-counter-layout2 .ct-counter-icon i {
  font-size: 50px;
}

.ct-counter-layout2 .ct-counter-icon i:not(.colored) {
}

.ct-counter-layout2 .ct-counter-digit {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #1d274e;
}

.ct-counter-layout2 .ct-counter-title {
  margin-top: 6px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 18px;
}

.mt-75 {
  margin-top: -75px;
}

.mt-45 {
  margin-top: -45px;
}

.footer-2 {
  z-index: 1;
  position: relative;
}

.footer-2::before {
  top: 72px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/bg/footer-bg.png);
}

.footer-2 .copyright-area *,
.footer-2 .footer-top * {
  color: #fff;
}

.newform .form-control {
  min-height: 56px;
  position: relative;
  border-color: #e4e4e4;
  background: #fff;
  border-radius: 0;
  margin-bottom: 40px;
}

.newform textarea.form-control {
  min-height: 155px;
}

.newform .btn {
  background-image: -moz-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0, 94, 199) 0%, rgb(162, 0, 255) 100%);
  font-size: 14px;
  box-shadow: 0px 16px 32px 0px rgba(134, 134, 134, 0.3);
  color: rgb(255, 255, 255);
  padding: 16px 20px 14px;
  text-transform: uppercase;
  border-radius: 0;
  float: left;
}

.contact-bg {
  padding: 50px;
  background: #fff;
  margin: 0 0 118px;
  box-shadow: 0px 0px 35px 0px rgba(156, 156, 156, 0.23);
}

.ct-list.layout3 li {
  position: relative;
}

.ct-list.layout3 li+li {
  margin-top: 17px;
}

.ct-list.layout3 i {
  font-size: 19px;
  position: absolute;
  top: 6px;
  left: 0;
}

.ct-list.layout3 i+span {
  padding-left: 39px;
}

.ct-list.layout3 span {
  font-size: 18px;
  color: #747da1;
  line-height: 1.6666;
  display: inline-block;
}

.mb-30 {
  margin-bottom: 30px;
}

.footer-2 .copyright-area {
  margin-top: 30px;
  padding: 40px 0 0;
  border-top: 1px solid #fff;
}

.gird-list .nav-tabs {
  border: none;
}

.gird-list .nav-tabs .nav-item {
  margin: 0;
  margin-right: 20px;
}

.gird-list .nav-tabs .nav-item .nav-link {
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  border-radius: 50%;
  border: none;
  background: #ffe0dd;
  position: relative;
}

.gird-list .nav-tabs .nav-item .nav-link.active {
  box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
  background: #a200ff;
}

.gird-list .nav-tabs .nav-item .nav-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.d-inline {
  display: inline-block !important;
}

.t-right {
  text-align: right;
}

.shop-search input {
  border: 1px solid #e5e5e5;
  padding: 12px 30px;
  width: 270px;
  border-radius: 50px;
}

.shop-search input::placeholder {
  font-size: 16px;
  color: #5f708f;
}

.shop-search {
  position: relative;
  margin-left: 20px;
}

.shop-search button {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #5f708f;
  padding: 0;
  cursor: pointer;
}

.short-by {
  margin-left: 20px;
}

.result-count p {
  margin: 0;
}

.product-header {
  position: relative;
  overflow: hidden;
}

.product-header img {
  width: 100%;
}

.product-holder-top h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}

.product-holder-top h4:hover a {
  color: #a200ff;
}

.product-price span {
  color: #78809f;
}

.product-rating i {
  color: #ffba00;
  font-size: 14px;
  margin: 0 1px;
}

.product-meta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a200ffe6;
  z-index: 99;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  transform: perspective(500px) rotateX(-90deg);
  opacity: 0;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.shop-product-inner:hover .product-meta {
  opacity: 1;
  transform: perspective(500px) rotateX(0deg);
}

.add-to-cart {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.add-to-cart .btn {
  padding: 20px 45px;
  background: #fff;
  border-color: #fff;
  color: #a200ff;
}

.add-to-cart .btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.p-holder-top h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 9px;
  text-transform: capitalize;
}

.product-content p {
  padding: 25px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 25px 0;
}

.product-action span {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

.p-holder-btn a {
  width: 65px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #a200ff;
  color: #a200ff;
  border-radius: 50px;
  margin-right: 10px;
}

.product-cart-btn button {
  width: 150px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #a200ff;
  border-radius: 50px;
  margin-right: 10px;
  background: #a200ff;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
}

.product-cart-btn button i {
  margin-right: 5px;
}

.product-cart-btn button:hover {
  background: transparent;
  color: #a200ff;
}

.p-holder-btn a:hover {
  background: #a200ff;
  color: #fff;
}

.p-holder-top h4:hover a {
  color: #a200ff;
}
.single-d-thumb{
  padding: 70px;
  background-color: #f4f9fd;
}
.shop-detail-slider.nav-style-1 .owl-buttons [class*="owl-"]{
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  border-radius:100% !important;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color:#fff;
  border-color: #fff; 
  box-shadow: 0px 16px 32px 0px rgba(218, 218, 218, 0.56);
}
.shop-detail-slider.nav-style-1 .owl-buttons .owl-prev{
  left: 20px;
}
.shop-detail-slider.nav-style-1 .owl-buttons .owl-next{
  right: 20px;
}
.shop-detail-slider.nav-style-1 .owl-buttons [class*="owl-"]:hover{
  box-shadow: 0px 16px 32px 0px rgba(255, 153, 0, 0.56);
  color: #fff;
}
.single-d-thumb img {
  width: 100%;
}

.product-thumbnail .nav-tabs {
  border-bottom: none;
  display: block;
}

.product-thumbnail .nav-tabs {
  margin-left: -15px;
  margin-right: -15px;
}

.product-thumbnail .nav-tabs .nav-item {
  float: left;
  margin: 0;
  width: 33.3%;
  padding: 0 15px;
}

.product-thumbnail .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.product-thumbnail .nav-tabs .nav-item .nav-link {
  color: unset;
  background: none;
  border: none;
  border-radius: unset;
  padding: 0;
}

.product-details-t h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 9px;
  display: inline-block;
}
.product-details-t h5 {
  font-size: 36px;
  color: rgb(66, 73, 91);
  font-weight: bold;
  margin-bottom:13px; 
}
.product-d-price span {
  font-size: 14px;  
  font-weight: bold;
  text-transform: uppercase;
}
.product-d-price .old-price {
  margin-right: 15px;
  text-decoration: line-through;
}
.shop-d-content .product-rating{
  margin-bottom:12px; 
}
.shop-d-content .product-details-t{
  margin-bottom: 21px;
}
.shop-d-content .btn-group{
  margin-bottom: 30px; 
}
.product-d-price{
  margin-bottom:10px; 
}
.product-best-features ul li {
  margin-bottom: 5px;
}

.product-best-features ul li:last-child {
  margin-bottom: 0;
  color: #1cae0d;
}

.product-best-features ul li span {
  width: 145px;
  display: inline-block;
  color: #152136;
  font-weight: 500;
}

.product-details-t p {
  margin-bottom: 0;
}

.product-rating .count-rev {
  font-size: 14px;
  margin-left: 5px;
}

.cart-plus {
  width: 165px;
  position: relative;
  margin-right: 20px;
}

.cart-plus-minus input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 12px 50px;
  text-align: center;
  border-radius: 5px;
}

.qtybutton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  font-size: 23px;
  color: #838b97;
  cursor: pointer;
}

.inc.qtybutton {
  right: 25px;
  left: auto;
}

.dec.qtybutton {
  font-size: 38px;
}

.cart-plus-minus {
  position: relative;
}

.cart-plus-minus::before {
  content: "";
  position: absolute;
  left: 55px;
  height: 100%;
  width: 2px;
  background: #e5e5e5;
  top: 0;
}

.cart-plus-minus::after {
  content: "";
  position: absolute;
  right: 55px;
  height: 100%;
  width: 2px;
  background: #e5e5e5;
  top: 0;
}

.product-details-meta a {
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  background: #fff4f4;
  line-height: 50px;
  border-radius: 50%;
  font-size: 14px;
  color: #db8e93;
  margin-right: 15px;
}

.product-details-meta a:hover {
  background: #a200ff;
  color: #fff;
}
.product-social-meta .style-2.social-meta li a{
  background-color:#4582ff;
  color: #fff; 
}
.product-details-meta>a>i {
  line-height: 52px;
}

.d-cart-btn .btn {
  padding: 20px 50px;
}
/*
.d-cart-btn .btn:hover {
  color: #a200ff;
}*/

.product-desc-wrap .nav-tabs {
  border-bottom: none;
}

.product-desc-wrap .nav {
  display: block;
  text-align: center;
  position: relative;
}

.product-desc-wrap .nav::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background: #f0f0f0;
  height: 2px;
  z-index: -1;
  border-radius: 50%;
}

.product-desc-wrap .nav .nav-item {
  display: inline-block;
  margin: 0 10px;
}

.product-desc-wrap .nav .nav-item .nav-link {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  border: 2px solid #f0f0f0;
  border-radius: 50px;
  padding: 16px 50px;
  color: #747da1;
  background: #fff;
}

.product-desc-wrap .nav .nav-item .nav-link.active {
  border-color: #a200ff !important;
  color: #fff;
  background: #a200ff;
}

.desc-title h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}

.desc-list ul li {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 17px;
  margin-bottom: 17px;
}

.desc-list ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.desc-list ul li span {
  font-size: 16px;
  font-weight: 500;
  color: #1d274e;
  min-width: 260px;
  display: inline-block;
  text-transform: capitalize;
}

.desc-content p {
  padding-right: 50px;
}

.desc-features ul li {
  margin-bottom: 7px;
}

.desc-features ul li i {
  color: #1cae0d;
  margin-right: 10px;
}

.review-wrap {
  border: 1px solid #f0f0f0;
  padding: 25px 30px;
  margin-bottom: 5px;
}

.left-rc {
  display: inline-block;
}

.left-rc p {
  margin-bottom: 0;
}

.right-rc {
  float: right;
  display: block;
}

.right-rc a {
  color: #5f708f;
}

.right-rc a:hover {
  color: #a200ff;
}

.method-content p {
  margin-bottom: 0;
}
.edu-tab-nav.nav{
  text-align: left;
  border-bottom: 2px solid #dddddd;
}
.edu-tab-nav.nav::before{
  display: none;
}
.edu-tab-nav.nav .nav-item{
  padding: 0;
  margin:0 0 -2px 50px; 
  vertical-align: bottom;
  line-height: normal;
}
.edu-tab-nav.nav .nav-item:first-child{
  margin-left:0; 
}
.edu-tab-nav.nav .nav-item .nav-link{
  padding: 0 0 13px;
  border:none;
  border-radius: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  text-transform: capitalize;
  border-bottom:2px solid #dddddd;
}
.edu-tab-nav.nav .nav-item .nav-link.active{
  background-color: transparent;
  color: #4582ff;
  border-color: #4582ff !important;  
  font-weight: bold;
}
/*.shop-d-content .btn {
  -moz-user-select: none;
  background: #a200ff;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 25px 45px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border: 2px solid #a200ff;
}*/
/*
.shop-d-content .btn:hover {
  color: #fff;
}*/

.team-3 {
  margin: 0 0 30px;
  text-align: center;
  position: relative;
}

.team-3 .ct-team-image {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #1d274e;
  margin-bottom: 26px;
}

.team-3 .ct-team-image:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6747ee), to(rgba(145, 36, 220, 0.2)));
  background-image: -webkit-linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));
  background-image: -moz-linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));
  background-image: -ms-linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));
  background-image: -o-linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));
  background-image: linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='rgba(145, 36, 220, 0.2)');
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.team-3:hover .ct-team-image:before {
  opacity: 0.9;
}

.team-3 .ct-team-image img {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.team-3 .ct-team-image .ct-team-social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.team-3 .ct-team-image .ct-team-social a {
  font-size: 14px;
  color: #fff;
  padding: 0 6px;
}

.team-3 .ct-team-image .ct-team-social a:hover {
  color: #015dc7;
}

.team-3 .ct-team-title {
  margin-bottom: 4px;
}

.team-3 .ct-team-position {
  display: inline-block;
  font-size: 14px;
  background-color: #015dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#015dc7', endColorStr='#a200ff', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.team-3:hover .ct-team-social {
  bottom: 24px;
  opacity: 1;
}

.team-3:hover .ct-team-image img {
  opacity: 0.5;
}

.join-text .title {
  margin-bottom: 33px;
  font-size: 50px;
  text-transform: capitalize;
}

.contact-form3 .form-group {
  margin: 0 0 30px;
  position: relative;
}

.contact-form3 .form-control {
  height: 70px;
  color: #6e7caf;
  font-size: 16px;
  position: relative;
  padding-left: 38px;
  padding-right: 38px;
  background-color: transparent;
  border-color: rgba(157, 149, 223, 0.2);
}

.contact-form3 textarea.form-control {
  min-height: 250px;
  padding-top: 25px;
}

.contact-form3 .form-group>i {
  color: #c9cce4;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 36px;
}

.contact-form3 .form-group>textarea+i {
  top: 25px;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}

.contact-form3 .form-control:focus {
  border-color: #015dc7;
}

.contact-form3 select.form-control {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.join-text .btn,
.contact-form3 button {
  background-color: #015dc7;
  background-image: -webkit-gradient(linear, left top, right top, from(#015dc7), to(#a200ff));
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -moz-linear-gradient(left, #015dc7, #a200ff);
  background-image: -ms-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#015dc7', endColorStr='#a200ff', gradientType='1');
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 0 54px;
  line-height: 60px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 500;
  outline: none;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.contact-form3 button {
  margin-top: 3px;
  padding-left: 45px;
  padding-right: 45px;
  line-height: 70px;
}

.font-35 {
  font-size: 35px !important;
}

.home-4 h1,
.home-4 h2,
.home-4 h3,
.home-4 h4,
.home-4 h5,
.home-4 h6 {
  color: #0c121f
}

.home-4 {
  color: #0f192d;
}

.home-4 {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url(images/banner/graphics-main-bg.png);
}

.home-4 .header-area .menu-area .main-menu ul li a {
  color: #0f192d;
}

.home4-banner::before {
  display: none;
}

.home4-banner .btn3 {
  padding-left: 45px;
  padding-right: 45px;
}

.ct-grid-portfolio-layout3 .item-holder {
  position: absolute;
  top: 21px;
  right: 21px;
  left: 21px;
  bottom: 21px;
  background-color: rgba(1, 93, 199, 0.4);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(1, 93, 199, 0.4)), to(rgba(162, 0, 255, 0.4)));
  background-image: -webkit-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  background-image: -moz-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  background-image: -ms-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  background-image: -o-linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  background-image: linear-gradient(left, rgba(1, 93, 199, 0.4), rgba(162, 0, 255, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(1, 93, 199, 0.4)', endColorStr='rgba(162, 0, 255, 0.4)', gradientType='1');
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  border: none;
}

.ct-grid-portfolio-layout3 .item-holder a {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.ct-grid-portfolio-layout3 .item-holder a:before,
.ct-grid-portfolio-layout3 .item-holder a:after {
  content: '';
  background-color: #fff;
  position: absolute;
}

.ct-grid-portfolio-layout3 .item-holder a:before {
  width: 100%;
  height: 2px;
  top: 24px;
  left: 0;
}

.ct-grid-portfolio-layout3 .item-holder a:after {
  height: 100%;
  width: 2px;
  left: 24px;
  top: 0;
}

.ct-grid-portfolio-layout3 .grid-item-inner {
  position: relative;
  overflow: hidden;
}

.ct-grid-portfolio-layout3 .grid-item-inner img {
  width: 100%;
}

.ct-grid-portfolio-layout3 .grid-item-inner:hover .item-holder {
  opacity: 1;
}

.ct-grid-portfolio-layout3.owl-carousel .grid-item-inner,
.ct-grid-portfolio-layout3.owl-carousel .item-holder {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.ct-grid-portfolio-layout3.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  background-image: none;
  background-color: #cecece;
}

.ct-grid-portfolio-layout3.owl-carousel .owl-dots .owl-dot.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6747ee), to(#9124dc));
  background-image: -webkit-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: -moz-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: -ms-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: -o-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: linear-gradient(bottom, #6747ee, #9124dc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='#9124dc');
}

.ct-grid-portfolio-layout3.owl-carousel .owl-item {
  padding: 0 15px;
}

.ct-grid-portfolio-layout3.owl-carousel .owl-pagination .owl-page {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 100%;
  background-image: none;
  background-color: #cecece;
}

.ct-grid-portfolio-layout3.owl-carousel .owl-pagination .owl-page.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6747ee), to(#9124dc));
  background-image: -webkit-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: -moz-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: -ms-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: -o-linear-gradient(bottom, #6747ee, #9124dc);
  background-image: linear-gradient(bottom, #6747ee, #9124dc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='#9124dc');
}

.services-5 {
  background: #fff;
  border-radius: 5px;
  padding: 44px 30px 42px;
  border-bottom: 3px solid #dddddd;
}

.services-5:hover {
  border-top-color: #fff !important;
  border-right-color: #fff !important;
  border-left-color: #fff !important;
  box-shadow: 0px 0px 20px 0px rgba(205, 205, 205, 0.3);
}

.services-5 .icon-block {
  width: 73px;
  height: 73px;
  display: block;
  font-size: 73px;
  line-height: 73px;
  margin-bottom: 21px;
  text-align: center;
}

.services-5 .title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 28px;
  text-transform: capitalize;
}

.services-5 .title a {
  color: currentColor;
}

.services-5 p:last-child {
  margin: 0;
}

.services-6 {
  position: relative;
  padding: 50px 0 0 50px;
  margin: 0px 0 30px;
}

.services-6 .icon-block,
.services-6 .caption {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dddddd;
}

.services-6 .icon-block {
  width: 100px;
  height: 100px;
  display: block;
  font-size: 60px;
  line-height: 100px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
}

.services-6:hover .icon-block {
  color: #fff;
}

.services-6 .caption {
  padding: 26px 30px 21px;
}

.services-6 .icon-block+.caption {
  padding: 76px 30px 21px;
}

.services-6:hover .icon-block,
.services-6:hover .caption {
  border-color: #fff !important;
  box-shadow: 0px 0px 20px 0px rgba(205, 205, 205, 0.3);
}

.services-6 .title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 18px;
  text-transform: capitalize;
}

.services-6 .title a {
  color: currentColor;
}

.services-6 p:last-child {
  margin: 0;
}

.text-block {
  padding: 4px 0 2px;
}

.text-block .title {
  margin: 0 0 25px;
  font-size: 35px;
  font-weight: bold;
  text-transform: capitalize;
}

.text-block p {
  margin: 0 0 38px;
}

.text-block p+p {
  margin-top: -7px;
}

.text-block p:last-child {
  margin: 0 !important;
}

.btn3 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  display: inline-block;
  vertical-align: bottom;
  padding: 12px 25px 11px;
}

[class*="th-bg"].btn3 {
  color: #fff;
}

.osr-testimonial {
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.osr-testimonial figure {
  margin: 0;
  z-index: 1;
  padding: 0 9px 9px 0;
  border-radius: 5px;
  position: relative;
}

.osr-testimonial figure::after {
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  position: absolute;
  border-style: solid;
  border-width: 0 0 142px 142px;
  border-top-color: transparent!important;
  border-right-color: transparent!important;
  border-bottom-color: #007bff;
  border-left-color: transparent!important;
  border-style: inset -webkit-transform:rotate(360deg)
}

.osr-testimonial .text {
  padding: 0 0 0 30px;
}

.osr-testimonial p {
  margin-bottom: 11px;
}

.osr-testimonial p:last-child {
  margin-bottom: 0;
}

.designation a {
  color: #0c121f;
  font-size: 20px;
  margin-right: 15px;
}

.osr-team {
  margin: 0 0 30px;
  position: relative;
}

.osr-team figure {
  margin: 0;
  border-radius: 5px;
}

.osr-team figure .social-list {
  margin: 0;
  top: 25px;
  padding: 0;
  left: 10px;
  opacity: 0;
  list-style: none;
  position: absolute;
}

.osr-team:hover figure .social-list {
  left: -18px;
  opacity: 1;
}

.osr-team figure .social-list li {
  display: block;
  margin: 0 0 15px;
}

.osr-team figure .social-list li a {
  width: 36px;
  height: 36px;
  display: block;
  font-size: 14px;
  background: #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #dddddd;
}

.osr-team figure .social-list li a:hover {
  color: #fff;
}

.osr-team .text {
  position: relative;
  padding: 15px 30px 12px;
  width: calc(100% - 20%);
}

.osr-team figure+.text {
  left: 0;
  bottom: 0;
  position: absolute;
}

.osr-team .text::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: .8;
  position: absolute;
}

.osr-team .text * {
  color: #fff;
  position: relative;
}

.osr-team .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 3px;
}

.osr-team .designation {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0;
}

.testimon-slider .owl-buttons {
  bottom: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 50px;
}

.testimon-slider .owl-controls .owl-buttons div {
  font-size: 20px;
  margin: 0 0 0 15px;
}

.osr-blog {
  margin: 0 0 30px;
}

.osr-blog figure {
  margin: 0;
  padding: 0;
  border-radius: 5px;
  position: relative;
}

.date-meta {
  width: 65px;
  display: block;
  text-align: center;
  border-radius: 5px;
  line-height: normal;
  padding: 9px 10px 10px;
  text-transform: capitalize;
}

.date-meta strong {
  font-weight: 600;
  font-size: 26px;
}

.date-meta span {
  font-size: 18px;
}

.date-meta * {
  display: block;
  width: 100%;
}

.osr-blog figure .date-meta {
  top: 30px;
  left: 30px;
  position: absolute;
}

.date-meta.th-bg {
  color: #fff;
}

.osr-blog .text {
  padding: 42px 30px 50px;
  background: #fff;
  margin: -200px 0 auto;
  box-shadow: 0px 0px 20px 0px rgba(205, 205, 205, 0.36);
}

.osr-blog .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin: 0 0 19px;
}

.osr-blog .title a {
  color: currentColor;
}

.osr-blog .text p {
  margin: 0 0 27px;
}

.osr-blog .text .btn3 {
  padding-left: 35px;
  padding-right: 35px;
}

.blog-slider .owl-buttons {
  bottom: 15%;
  position: absolute;
}

.blog-slider .owl-controls .owl-buttons div {
  font-size: 20px;
  margin: 0 0 0 15px;
}

.osr-counter .ct-short-text.layout3 {
  background-image: none;
}

.osr-counter .ct-counter-layout2 .ct-counter-icon i:not(.colored) {
  text-fill-color: inherit;
  -moz-text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
}

.osr-contect-section {
  padding: 120px 0;
  position: relative;
  background: linear-gradient(to right, #fff 50%, #ff5a3c 50%);
}

.osr-contect-section::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  content: "";
  position: absolute;
  background-size: cover;
  width: calc(50% - -38px);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/pattren-bg.png);
}

.osr-form {
  padding: 0 80px;
}

.osr-form-caption .title {
  font-size: 35px;
  font-weight: bold;
  line-height: 55px;
  margin: 0 0 50px;
}

.osr-form-caption .title span.th-cl {
  text-decoration: underline;
}

.layout5 {
  margin: 0;
}

.layout5 li {
  margin: 0 0 2px;
  color: #0f192d;
  font-size: 16px;
}

.osr-form .form-control {
  max-height: 30px;
  min-height: 30px;
  line-height: 1;
  border-width: 0 0 1px 0;
  border-color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  color: #fff;
  background: transparent;
}

.osr-form textarea.form-control {
  max-height: 100px;
  min-height: 100px;
}

.osr-form .form-control::-moz-placeholder {
  color: #fff;
}

.osr-form .form-control::-webkit-input-placeholder {
  color: #fff;
}

.osr-form .btn3.th-cl {
  background: #fff;
  border: none;
  cursor: pointer;
}


/*
      ============================================================
           Default Color Start
      ============================================================
*/

.blog-slider .owl-controls .owl-buttons div:hover,
.home-4 .footer-area .footer-top .footer-widget .widget-menu ul li a:hover,
.home-4 .footer-area .footer-top .footer-widget .widget-menu ul li a:hover::before,
.home-4 .footer-area .footer-bottom .copyright-area p a,
.home-4 .footer-area .footer-bottom .copyright-area p a:hover,
.home-4 .header-area .menu-area .main-menu ul li.current_menu_item>a,
.home-4 .header-area .menu-area .main-menu ul li:hover>a,
.osr-team figure .social-list li a,
.services-5:hover .title,
.th-cl {
  color: #ff5a3c
}


/*
      ============================================================
           Default Background Color Start
      ============================================================
*/

.home-4 #scrollUp:hover,
.osr-counter .ct-short-text.layout3,
.osr-counter .ct-counter-layout2::before,
.osr-team figure .social-list li a:hover,
.osr-team .text::before,
.services-6:hover .icon-block,
.th-bg {
  background-color: #ff5a3c
}


/*
      ============================================================
           Default Border Color Start
      ============================================================
*/

.th-bdr,
.osr-team figure .social-list li a:hover,
.osr-testimonial figure::after,
.services-6:hover .icon-block,
.services-5:hover {
  border-color: #ff5a3c
}


/*
      ============================================================
           Default Transition Start
      ============================================================
*/

.osr-team,
.osr-team *,
.services-5 *,
.services-6,
.services-6 *,
.main-menu ul li a,
.blog-slider .owl-controls .owl-buttons div,
.services-5 {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.gray-bg2 {
  background: #fff6f4;
}


/*EDUCATION CSS START*/

.sub-banner {
  margin: 0 0 148px;
  padding-top: 600px;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(images/bg/sub-banner.jpg);
}

.sub-banner::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.8;
  position: absolute;
  background-color: rgb(21, 25, 72);
}

.sub-banner .container {
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateY(-148px);
  -o-transform: translateY(-148px);
  -ms-transform: translateY(-148px);
  -moz-transform: translateY(-148px);
  -webkit-transform: translateY(-148px);
}

.sub-banner-caption {
  width: auto;
  min-width: 90%;
  display: inline-block;
  padding: 72px 30px 85px;
}

.sub-banner-caption .title {
  margin: 0 0 6px;
  font-size: 85px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -3px;
}

.sub-banner-caption .breadcrumb {
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.sub-banner-caption .breadcrumb li {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  vertical-align: bottom;
  text-transform: capitalize;
}

.sub-banner-caption .breadcrumb li a {
  color: currentColor;
}

.sub-banner-caption .breadcrumb-item+.breadcrumb-item {
  padding-left: 14px;
}

.sub-banner-caption .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 18px;
  color: #6c757d;
  content: "\f105";
  font: normal normal normal 24px/1 FontAwesome;
  font-size: 24px;
}

.sub-banner-caption.th-bg .breadcrumb-item+.breadcrumb-item::before,
.sub-banner-caption.th-bg * {
  color: #fff;
}

.blog-thumb {
  margin: 0 0 30px;
}

.blog-thumb figure {
  margin: 0;
}

.blog-thumb .text {
  padding: 27px 30px 26px;
  background: #f5f5f540
}

.blog-thumb .blog-meta {
  display: block;
  margin: 0 0 11px;
}

.blog-thumb .title {
  margin: 0 0 14px;
  letter-spacing: -0.6px
}

.blog-thumb .text p {
  margin: 0 0 10px;
}


/*hover*/

.blog-thumb:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.68);
}


/*Blog Full Css Start*/

.blog-thumb-full figure {
  margin: 0 0 27px;
}

.blog-thumb-full .text {
  padding: 0;
}

.blog-thumb-full .blog-meta {
  margin: 0 0 23px;
}

.blog-thumb-full .text p {
  margin: 0 0 20px;
}

.soundcloud-thumb iframe {
  min-height: 166px;
  width: 100%;
  display: block;
}


/*Hover*/

.blog-thumb-full:hover {
  box-shadow: none;
  background: transparent;
}


/*Blog Detail Css Start*/

.blog-detail .blog-img {
  margin: 0 0 31px;
}

.blog-detail .blog-meta {
  margin: 0 0 22px;
}

.blog-detail .title {
  margin: 0 0 14px;
}

.blog-detail .text blockquote {
  clear: both;
  margin: 40px 0 45px;
  color: #f5f5f5;
  font-size: 20px;
  overflow: hidden;
  font-weight: 500;
  line-height: 32px;
  font-style: italic;
  position: relative;
  padding: 32px 40px 31px;
  font-family: 'Montserrat', sans-serif;
}

.blog-detail .text blockquote p {
  margin-bottom: 0;
  padding-left: 40px;
  position: relative;
}

.blog-detail .text blockquote p:only-child:before {
  content: '\f10d';
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 28px;
  position: absolute;
  left: 0px;
  top: 4px;
  font-style: normal;
}

.blog-detail .text blockquote span {
  display: block;
  color: #ffffff;
  margin-top: 13px;
  font-weight: 500;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
}

.small-title {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
}

.post-share-tags {
  line-height: 1;
  padding: 13px 0;
  margin: 0 0 33px
}

.post-share-tags strong,
.blog_tag_meta a {
  color: #42495b;
  font-size: 18px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.blog_tag_meta a {
  color: #808080;
  font-size: 14px;
  font-weight: normal;
}

.blog_tag_meta a::after {
  content: ",";
  margin: 0 5px;
}

.blog_tag_meta a:last-child::after {
  display: none;
}

.post-share-tags .social-meta {
  text-align: right;
}


/*Admin Box Css Start*/

.admin-box {
  padding: 50px;
  display: inline-block;
  background-color: rgb(21, 25, 72);
}

.admin-box figure {
  float: left;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  margin: 8px 40px 8px 0px;
}

.admin-box .text {
  width: auto;
  overflow: hidden;
}

.admin-box .title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 15px;
}

.admin-box p {
  color: #fff;
  margin: 0 0 18px;
}

.admin-box .social-meta a {
  color: #fff;
}

.related-post .small-title {
  font-size: 30px;
  margin: 0 0 32px;
}

.related-post .event-thumb-2 .text {
  padding: 0 30px 30px;
}

.related-post .event-thumb-2 .title {
  font-size: 18px;
  line-height: normal;
}

.media-list-wrap .small-title {
  font-size: 30px;
  margin: 0 0 32px;
}

.media-list-wrap .media img {
  max-width: 80px;
}

.media-list-wrap .media-body p {
  margin: 0 0 16px;
}

.media-list-wrap .media-body .designnation {
  margin: 0 0 11px;
}

.media-list-wrap .readmore-btn {
  vertical-align: top;
}


/*Event Thumb Css Start*/

.event-thumb {
  margin: 0 0 30px;
}

.event-thumb figure {
  margin: 0 0 25px;
}

.event-thumb .text {
  padding: 0;
  background: transparent;
}

.event-thumb .title {
  margin: 0 0 4px;
  letter-spacing: -0.6px
}

.event-thumb .text p {
  margin: 0 0 16px;
}

.event-thumb .event-meta {
  display: block;
  margin: 0 0 27px;
  text-transform: uppercase;
}

.event-thumb .btn {
  padding-top: 17px;
  padding-bottom: 17px;
  background: #eaeff7;
  border-color: #eaeff7;
}


/*Hover*/

.event-thumb .btn:hover {
  color: #fff;
}


/*Gallery Css Start*/

.event-bg {
  background-size: contain;
  background-repeat: repeat;
  background-position: left;
  background-image: url(images/bg/event-bg.png);
}

.event-thumb-2 {
  text-align: left;
  position: relative;
  margin: 0 0 30px;
}

.event-thumb-2 figure {
  margin: 0;
  position: relative;
  background-color: #000;
}

.event-thumb-2 figure:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(231, 56, 39, 0);
  background: -moz-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(29%, rgba(31, 32, 72, 0.29)), color-stop(49%, rgba(31, 32, 72, 0.49)), color-stop(50%, rgba(31, 32, 72, 0.5)), color-stop(100%, rgba(31, 32, 72, 1)));
  background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
  background: -o-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
  background: -ms-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
  background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#1f2048', GradientType=0);
}
.event-thumb-2 figure img {
  width: 100%;
}
.event-thumb-2:hover figure img{
  opacity: 0.5
}

.event-thumb-2 .text {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0px;
  position: absolute;
  padding: 0 40px 52px;
  transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
}

.event-thumb-2 .max-w {
  float: left;
  max-width: 350px;
}

.event-thumb-2 .event-meta {
  margin: 0 0 20px;
}

.event-thumb-2 .event-meta li {
  color: #fff;
}

.event-thumb-2 .title {
  margin: 0 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
}

.event-thumb-2 .btn {
  float: right;
  font-size: 24px;
  padding: 33px 21px;
  border-radius: 0;
  margin-top: 13px;
}

.event-thumb-2 .btn::after {
  margin: 0;
}

.event-thumb-2 .btn:hover {
  color: #fff;
}


/*Event List Thumb Css Start*/

.event-list-thumb {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}

.event-list-thumb figure {
  float: left;
  max-width: 252px;
  margin: 0 30px 0 0;
}

.event-list-thumb .text {
  padding: 0;
  width: auto;
  overflow: hidden;
  background: transparent;
}

.event-list-thumb .title {
  margin: 0 0 4px;
  letter-spacing: -0.6px
}

.event-list-thumb .text p {
  margin: 0 0 16px;
}

.event-list-thumb .event-meta {
  display: block;
  margin: 0 0 27px;
  text-transform: uppercase;
}

.event-list-thumb .btn {
  padding: 17px 30px;
  background: #eaeff7;
  border-color: #eaeff7;
}


/*Hover*/

.event-list-thumb .btn:hover {
  color: #fff;
}


/*Event List Thumb Css Start*/

.event-list-thumb-2 {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 30px;
  background: #fff;
}

.event-list-thumb-2 figure {
  float: left;
  max-width: 218px;
  margin: 0 30px 0 0;
}

.event-list-thumb-2 .text {
  padding: 0;
  width: auto;
  overflow: hidden;
  background: transparent;
}

.event-list-thumb-2 .title {
  margin: 0 0 4px;
  letter-spacing: -0.6px
}

.event-list-thumb-2 .text p {
  margin: 0 0 16px;
}

.event-list-thumb-2 .event-meta {
  display: block;
  margin: 0 0 27px;
  text-transform: uppercase;
}


/*Team Thumb Css Start*/

.team-bg {
  background-size: contain;
  background-repeat:repeat;
  background-position: center;
  background-image: url(images/bg/team-bg-2.png);
}
.team-bg.blue-bg .nav-style-1 .owl-buttons [class*="owl-"]{
  border-color: #fff !important;
  color: #fff !important;
}
.team-thumb {
  margin: 0 0 30px;
}

.team-thumb figure {
  margin: 0;
}

.team-thumb .text {
  padding: 27px 30px 26px;
  background: #f8f8f8;
}

.team-thumb .title {
  font-size: 22px;
  margin: 0 0 9px;
  line-height: normal;
  letter-spacing: -0.6px
}

.team-thumb .text .designation {
  font-size: 14px;
  margin: 0 0 13px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}

.team-thumb .social-meta {
  display: block;
  margin: 0 0px;
}


/*hover*/

.team-thumb:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(223, 223, 223, 0.68);
}

.blue-bg .team-thumb .text {
  background-color: #fff;
}

.gallery-nav .port-filter {
  width: auto;
  line-height: 1;
  border-width: 2px;
  border-style: solid;
  border-radius: 100px;
  display: inline-block;
  vertical-align: bottom;
  padding: 28px 100px;
  border-color: rgb(238, 238, 238);
}

.gallery-nav .port-filter li {
  margin: 0 13px;
  display: inline-block;
}

.gallery-nav .port-filter li:first-child {
  margin-left: 0;
}

.gallery-nav .port-filter li:last-child {
  margin-right: 0;
}

.gallery-nav .port-filter li a {
  color: #42495b;
  display: block;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.gallery-nav .port-filter li a::before {
  content: '';
  position: absolute;
  top: calc(100% + 28px);
  width: 0;
  right: 0;
  height: 2px;
}

.gallery-nav .port-filter li .active::before {
  width: 100%;
  left: 0;
}


/*Gallery Css Start*/

.filterable-gallery.no-gutters .gallery-thumb {
  margin: 0;
}

.gallery-thumb {
  text-align: center;
  position: relative;
  margin: 0 0 30px;
}

.gallery-thumb figure {
  margin: 0;
  position: relative;
}

.gallery-thumb figure:after {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background: rgba(231, 56, 39, 0);
  background: -moz-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(29%, rgba(31, 32, 72, 0.29)), color-stop(49%, rgba(31, 32, 72, 0.49)), color-stop(50%, rgba(31, 32, 72, 0.5)), color-stop(100%, rgba(31, 32, 72, 1)));
  background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
  background: -o-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
  background: -ms-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
  background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, rgba(31, 32, 72, 0.29) 29%, rgba(31, 32, 72, 0.49) 49%, rgba(31, 32, 72, 0.5) 50%, rgba(31, 32, 72, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#1f2048', GradientType=0);
}

.gallery-thumb:hover figure:after {
  opacity: 1;
  height: 100%;
}

.gallery-thumb figure img {
  width: 100%;
}

.gallery-thumb .text {
  left: 0;
  right: 0;
  top: auto;
  opacity: 0;
  bottom: 20px;
  position: absolute;
  transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
}

.gallery-thumb:hover .text {
  opacity: 1;
  bottom: 40px;
}

.gallery-thumb .title {
  margin: 0 0 6px;
  color: #fff;
  font-size: 30px;
  line-height: normal;
  letter-spacing: -0.6px;
}

.courses-bg::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
  background-color: transparent;
  background-position: top;
  background-size: contain;
  background-repeat: repeat;
  background-image: url(images/pattren/pattren-1.png);
}

.owl-item [class*="col-"] {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.nav-style-1 .owl-controls {
  margin: 50px 0 0;
}

.nav-style-1 .owl-buttons [class*="owl-"] {
  width: 50px !important;
  height: 50px !important;
  color: #4582ff;
  line-height: 46px;
  font-size: 16px !important;
  border-radius: 5px !important;
  border: 2px solid #4582ff;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.courses-thumb {
  margin-bottom: 30px;
  background-color: #f8f8f8;
}

.gray-bg .courses-thumb {
  background-color: #fff;
}

.courses-thumb figure {
  margin: 0;
}

.courses-thumb .text {
  padding: 40px 35px;
}

.badge-group {
  line-height: normal;
}

.courses-thumb .badge {
  clear: both;
  font-size: 14px;
  margin: 0 0 26px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: uppercase;
}
.courses-thumb [class*="-bg"].badge{
  color: #fff;
}

.courses-thumb .courses-meta {
  margin: 0 0 17px;
}

.courses-thumb .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 1px;
}

.courses-thumb .text p {
  margin: 0 0 20px;
}

.courses-thumb .text p:last-child {
  margin: 0;
}

.courses-thumb .btn {
  color: #fff;
  font-weight: bold;
  border-color: #42495b;
  background-color: #42495b;
}

.courses-thumb .btn:hover {
/*  color: #42495b;
  background-color: transparent;*/
}


/*Courses List Thumb Css Strat*/

.bg-transparent {
  background: transparent!important;
}

.courses-list-thumb {
  clear: both;
}

.courses-list-thumb figure {
  max-width: 370px;
  float: left;
}

.courses-list-thumb .text {
  overflow: hidden;
  float: none;
  width: auto;
  padding: 43px 30px 33px;
}


/*Courses Detail Page Css Start*/

.courses-detail {}

.courses-detail>figure {
  margin: 0 0 43px;
}

.courses-detail .text>.title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 7px;
}

.courses-detail .text>p {
  margin: 0 0 20px;
}

.courses-detail .text>p+.tabs-area-2 {
  margin-top: 30px;
  margin-bottom: 47px;
}


/*Registration Form Section Start*/

.register-form {
  float: left;
  width: 100%;
  position: relative;
  padding: 61px 200px 70px 70px;
  border: 1px solid #e9e9e9;
}

.register-form .title {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 47px;
}

.register-form .form-group {
  margin: 0 0 20px;
}

.register-form .form-control {
  padding-left:80px;
  border: 2px solid #f4f4f4;
}

.ml-lg-minus-3 {
  margin-left: -25%;
}

.register-img-thumb {}

.register-img-thumb figure {
  margin: 0;
  border: 10px solid #f4f4f4;
}

.register-img-thumb figure {
  max-width: 450px;
}

.register-img-thumb {
  padding-top: 60px;
}

.countdown {
  margin: 0;
  float: left;
  width: 100%;
  background: red;
  list-style: none;
  max-width: 530px;
  padding: 51px 40px 58px;
}

.register-img-thumb figure+.countdown {
  margin-top: -100px;
}

.countdown li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 15px;
}

.countdown li span {
  font-size: 55px;
  font-weight: bold;
  color: currentColor;
  margin: 0 0 2px;
  line-height: 55px;
  display: block;
}

.countdown li p {
  font-size: 18px;
  font-weight: bold;
  color: currentColor;
  margin: 0;
  line-height: 18px;
  text-transform: uppercase;
}

.countdown.blue-bg li {
  color: #fff;
}


/*Tabs Section Start*/

.tabs-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/bg/tabs-bg.jpg);
}

.tabs-area {
  width: 100%;
  padding: 70px 100px;
  position: relative;
  background-color: rgb(255, 255, 255);
}

.tabs-area .nav {
  text-align: center;
  display: block;
  list-style: none;
}

.tabs-area .nav li,
.tabs-area>li {
  float: none;
  margin: 0 0 0 17px;
  display: inline-block;
}

.tabs-area li:first-child {
  margin-left: 0;
}

.tabs-area li a {
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  padding: 17px 45px 16px;
  color: rgb(97, 107, 132);
  background-color: #ecf2ff;
}

.tabs-area li a.active {
  color: #fff;
}

.image-thumb-1 {
  float: left;
  width: 100%;
  z-index: 1;
  margin: 0;
  position: relative;
  padding: 0 20px 20px 0;
}

.image-thumb-1::after {
  top: 20px;
  left: 20px;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #efefef;
}

.tabs-caption p {
  margin: 0 0 16px;
}

.tabs-caption .small-title {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: bold;
}


/*tabs-area-2*/

.tabs-area-2 {}

.tabs-area-2 .nav {
  text-align: left;
  display: block;
  list-style: none;
}

.tabs-area-2 .nav li,
.tabs-area-2>li {
  float: none;
  margin: 0 0 0 17px;
  display: inline-block;
}

.tabs-area-2 li:first-child {
  margin-left: 0;
}

.tabs-area-2 li a {
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  padding: 17px 30px 16px;
  color: rgb(97, 107, 132);
  background-color: #ecf2ff;
}

.tabs-area-2 li a.active {
  color: #fff;
}


/*Counter Style 1 Css Start*/

.counter-style-1 {
  margin: 0 0 30px;
}

.counter-style-1 .icon-box {
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 16px;
}

.text-center .icon-box {
  margin-left: auto;
  margin-right: auto;
}

.counter-style-1 .count-area {
  font-size: 55px;
  margin: 0 auto 10px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.counter-style-1 .count-area .counter-icon {
  /* top: 0;
  right: 0;
  font-weight: 400;
  font-size: 40px;
  position: absolute;*/
}

.counter-style-1 .title {
  font-size: 18px;
  margin: 0;
}


/*Brand Slider Css Start*/

.brand-slide {
  padding: 70px 0px;
  border: 1px dotted #e5e5e5;
}

.brand-thumb {
  text-align: center;
}


/*Footer Css Start*/

.footer-style-1 {
  color: #fff;
  padding: 94px 0 0px;
  background-color: #151948;
}

.footer-style-1 * {
  color: currentColor;
}

.footer-style-1 .widget_nav_menu li:hover>a {
  color: #fff;
}

.footer-style-1 .widget_categories ul li:hover::before,
.footer-style-1 .widget_nav_menu ul li a:hover::before {
  background-color: #fff;
}

.footer-style-1 .widget-title {
  margin: 0 0 25px;
}

.footer-style-1 .widget-title .title {
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-size: 24px;
}
.footer-style-1 .style-2.social-meta li a{
  color: currentColor;
}
.copy-right {
  padding: 21px 0;
  border-top: 1px solid rgb(44, 49, 110);
}

.footer-style-1 .container+.copy-right {
  margin-top: 96px;
}

.copy-right p {
  font-size: 14px;
  margin: 0;
}


/*Contact Form Page Css Start*/

.info-section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/info-bg.jpg);
}

.heading-title {
  font-size: 40px;
  margin: 0 0 30px;
  font-weight: bold;
  line-height: normal;
}

.contact-form-area .form-group {
  margin: 0 0 30px;
}

.contact-form-area .form-control {
  border-radius: 5px;
  border: 2px solid #ececec;
}

.contact-form-area-2 .heading-title {
  color: #fff;
}

.contact-form-area-2 .form-control {
  color: #fff;
  border: 2px solid rgb(88, 143, 255);
  border-radius: 0;
}

.form-control::-moz-placeholder {
  color: currentColor;
}

.form-control::-webkit-input-placeholder {
  color: currentColor;
}

.contact-form-area-2 textarea.form-control {
  min-height: 270px;
}

.contact-form-area-2 .btn {
  background-color: #fff;
  border-color: #fff;
}

.info-box {
  padding: 0 60px;
  margin: 0 0 30px;
  text-align: center;
}

.info-box .icon-box {
  font-size: 60px;
  display: block;
  width: 70px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 28px
}

.info-box p {
  font-size: 24px;
  margin: 0;
}

[data-overlay] .info-box .title,
[data-overlay] .info-box p {
  color: #fff;
}

.h-750 .gmap-area {
  min-height: 750px;
}


/*Shop Page Css Start*/

.shop-thumb {
  margin: 0 0 30px;
}

.shop-thumb figure {
  margin: 0;
  position: relative;
  background-color: #f4f9fd;
}

.shop-thumb figure img {
  width: 100%;
}

.shop-thumb figure .shop-overlay {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(66, 73, 91, 0.8);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.shop-thumb:hover figure .shop-overlay {
  opacity: 1;
}

.shop-thumb:hover figure .shop-overlay ul {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.shop-thumb figure .shop-overlay ul {
  top: 50%;
  left: 50%;
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.shop-thumb figure .shop-overlay ul li {
  display: inline-block;
}

.shop-thumb figure .shop-overlay ul li a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background: #fff;
  margin: 0 5px;
  color: #4582ff;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.shop-thumb figure .shop-overlay ul li a:hover {
  background: #4582ff;
  color: #fff;
}

.shop-thumb .shop-content {
  padding: 28px 0 21px;
  background-color: #04040403;
}

.shop-thumb .shop-content .title {
  font-size: 18px;
  font-weight: bold;
}

.shop-thumb .shop-content ul {
  padding-top: 5px;
}

.shop-thumb .shop-content ul li:first-child {
  text-decoration: line-through;
  font-size: 14px;
  color: #8f8f8f;
}

.shop-thumb .shop-content ul li {
  display: inline-block;
  margin: 0 8px;
}

.shop-thumb .shop-content ul li:last-child {
  color: #0c59db;
  font-size: 14px;
  font-weight: bold;
}

.shop-thumb .shop-content ul li {
  display: inline-block;
  margin: 0 8px;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

nav .pagination li:first-child a {
  color: #002249;
}

nav .pagination li a {
  padding: 0;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-color: #f4f9fd;
  margin: 0 7px;
  border: 0;
  border-radius: 100% !important;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 600;
  background-color: #f4f9fd;
}

nav .pagination li a:hover {
  color: #fff;
  background-color: ;
}


/*Sidebar Css Start*/

.sidebar-widgets-style-1 .single-widget {
  padding: 25px 30px 30px;
}

.sidebar-widgets-style-1 .single-widget,
.sidebar-widgets .single-widget.widget_search .search-form .from-grupe input {
  border: 2px solid #eaedf4;
  background: transparent;
}

.sidebar-widgets-style-1 .single-widget .widget-title h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 30px;
  position: relative;
  padding-bottom: 16px;
}

.sidebar-widgets-style-1 .single-widget .widget-title h2::before,
.sidebar-widgets-style-1 .single-widget .widget-title h2::after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  height: 2px;
  width: 42px;
  content: "";
  background-color: #4582ff;
}

.sidebar-widgets-style-1 .single-widget .widget-title h2::before {
  width: 7px !important;
  left: 10px;
  right: auto;
  background-color: #fff !important;
  z-index: 1;
}

.sidebar-widgets-style-1 .single-widget .widget-title h2 span {
  padding: 0 !important;
}

.sidebar-widgets-style-1 .single-widget .widget-title h2 span::after,
.sidebar-widgets-style-1 .single-widget .widget-title h2 span::before {
  display: none;
}

.sidebar-widgets-style-1 .widget_search {
  padding: 0 !important;
  border: none;
  margin-top: 0 !important
}

.sidebar-widgets-style-1 .widget_search .search-form .from-grupe button {
  background: transparent;
  background-image: none;
}

.sidebar-widgets-style-1 .categories_widget {
  padding-bottom: 11px;
}

.sidebar-widgets-style-1 .categories_widget .widget-title h2 {
  margin-bottom: 11px;
}

.sidebar-widgets-style-1 .tags_widget {
  padding-bottom: 20px;
}


/*Faq Page Css Start*/

.faq-list .card {
  margin-bottom: 30px;
  border-radius: 0;
  border: 1px solid rgb(226, 226, 226) !important;
}

.faq-list .card-header,
.faq-list .card-body {
  padding: 0 30px;
}

.faq-list .card-header {
  font-size: 16px;
  color: #42495b;
  font-weight: bold;
  background: transparent;
  border: none;
  padding-top: 26px;
  padding-bottom: 25px;
  line-height: normal;
}

.faq-list .card-header a {
  color: currentColor;
}

.faq-list .card-body {
  padding-top: 0px;
  padding-bottom: 21px;
}

.faq-list .card-body p:last-child {
  margin: 0;
}

.faq-list {
  list-style: none;
  counter-reset: my-awesome-counter;
}

.faq-list .card .card-header {
  counter-increment: my-awesome-counter;
}

.faq-list .card .card-header::before {
  content: "0" counter(my-awesome-counter) ".";
}


/*Reservation Form Css Start*/

.reservation-form {}

.reservation-form .input-field {
  margin-bottom: 30px;
}

.reservation-form .form-control {
  color: #fff;
}

.reservation-form .form-control::-moz-placeholder {
  color: currentColor;
}

.reservation-form .form-control::-webkit-input-placeholder {
  color: currentColor;
}

.reservation-form .form-control:focus {
  background-color: transparent !important;
}


/*Price Thumb Start*/

.price-thumb {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}

.price-thumb:hover {
  box-shadow: 0px 10px 32px 0px rgba(228, 228, 228, 0.88);
}

.price-thumb .icon-box {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 26px;
}

.price-thumb .icon-box img {
  width: auto;
}

.price-thumb .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}

.price-thumb p {
  margin: 0 0 11px;
  word-break: break-all;
}

.price-thumb .price-number {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 22px;
}


/*Staff Detail Page Css Start*/

.staff-details .sidebar-widgets .single-widget {
  margin: 0;
}

.staff-details figure {
  margin: 0;
}

.staff-details .title {
  font-size: 35px;
  margin: 0 0 7px;
}

.staff-details .designation {
  margin: 0 0 21px;
  text-transform: uppercase;
  font-weight: bold;
}

.staff-details .text p {
  margin: 0 0 21px;
}

.staff-details .text p:last-child {
  margin-bottom: 0;
}


/*About Us Page Start*/

.image-thumb-3 {
  margin: 0;
  padding: 0 50px 50px 0;
  position: relative;
}

.image-thumb-3 figcaption.position-absolute {
  right: 0;
  bottom: 0;
}

.image-thumb-3 figcaption {
  padding: 53px 60px 59px;
  max-width: 515px;
}

.image-thumb-3 figcaption .title {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 13px;
}

.image-thumb-3 figcaption p {
  margin: 0 0 21px;
}

.image-thumb-3 figcaption.blue-bg * {
  color: #fff;
}

.about-caption-3 {
  padding: 30px 0 0;
}

.services-bg+.counter-bg::before,
.services-bg {
  background-color: #151948;
}

.services-bg .services-7 {
  background-color: #1c2156;
  box-shadow: none;
}

.services-bg .services-7 .title {
  color: #fff;
}

.services-bg .services-7 p {
  color: #939be8;
}

.services-bg .services-7:hover {
  background-color: #fff;
  box-shadow: none;
}

.services-bg .services-7:hover .title {
  color: #42495b;
}

.services-bg .services-7:hover p {
  color: #808080;
}

.services-bg+.counter-bg .container {
  background-color: #4582ff;
  background-image: url(images/bg/counter-bg.png);
}

.services-bg+.counter-bg .container {
  padding: 70px;
  position: relative;
}

.services-bg+.counter-bg .counter-style-1 .count-area,
.services-bg+.counter-bg .counter-style-1 {
  color: #fff;
}

.services-bg+.counter-bg::before {
  position: absolute;
  top: 0;
  height: 50%;
  left: 0;
  right: 0;
  content: "";
  bottom: 0;
}


/*video-section*/

.video-section {
  padding: 126px 0 130px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/bg/video-bg.jpg);
}

.video-section::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(left, #0952e7 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0952e7 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0952e7 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}

.video-section * {
  position: relative;
}

.video-section .title,
.video-section .btn,
.video-section .small-title {
  color: #fff;
}

.video-section .small-title {
  font-size: 14px;
  margin: 0 0 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.video-section .title {
  font-size: 55px;
  margin: 0 0 27px;
  font-weight: bold;
}

.video-section .btn {
  border-color: #fff;
}

.video-section .video-btn {
  top: 50%;
  right: 0;
  left: auto;
  position: absolute;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/*Index 4  Education Start***************************************************************/
.main-banner-4{
  overflow:hidden; 
}
.main-banner-4 .banner-slide{
  /*min-height: 869px;*/
  
}
.main-banner-4 .banner-slide > figure{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.main-banner-4 .banner-slide figure{
  width: 564px;
}
.banner-slide figure::after {
  display: none;
}
.main-banner-4 .banner-caption{
  position: static;
  padding:65px 0 70px;
  transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
.main-banner-4 .banner-caption .description{
  font-size: 18px;
  color: #a7c7d6;
}

/*thumb-stlye-2*/
.thumb-stlye-2{
  z-index: 1;
  margin-bottom:0; 
  position: relative;
}
.thumb-stlye-2::after,
.thumb-stlye-2::before{
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 119px 143px 0 0;
  border-color: #eefaff transparent transparent transparent;
  -webkit-transform:rotate(360deg);
  /*border-style: inset;*/
  z-index: -1;

}
.thumb-stlye-2::before{
  left: -30px;
  top: -30px;
}
.thumb-stlye-2::after{
  width: 0;
  height: 0;
  bottom: -30px;
  left: -30px;
  border-style: solid;
  border-width: 232px 0 0 193px;
  border-color: transparent transparent transparent #007bff;
  -webkit-transform:rotate(360deg);
  /*border-style: inset;*/
}
.thumb-stlye-2.pink-angle::after{
  border-color: transparent transparent transparent #ffb3bd;
}
.about-section .row [class*="col-"]:last-child .thumb-stlye-2::before{
  right: -30px;
  left: auto;
  border-width: 118px 144px 0 0;
  border-color: #71d2ff transparent transparent transparent;
}
.about-section .row [class*="col-"]:last-child .thumb-stlye-2::after{
  right: -30px;
  left: auto;
  border-width: 233px 0 0 195px;
  border-color: transparent transparent transparent #ff78a1;

}

/**/
.courses-footer{
  line-height: normal;
}
.courses-footer ul{
  width: 100%;
 text-align: center;
  margin:0 !important; 
}
.courses-footer ul li{
}
.courses-thumb-2 figure{
  position: relative;
}
.courses-thumb-2 figure::before{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient( 90deg, rgba(0,34,57,0.70196) 0%, rgba(0,27,46,0.35) 20%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(0,34,57,0.70196) 0%, rgba(0,27,46,0.35) 20%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(0,34,57,0.70196) 0%, rgba(0,27,46,0.35) 20%, rgba(0,0,0,0) 100%);
}

.courses-thumb-2 figure .badge{
  padding:8px 15px 8px;
  margin:0; 
}
.courses-thumb-2 .figcaption{
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  position: absolute;
}
.courses-thumb-2 .rating_down{
  margin-left:10px; 
}
.courses-thumb-2 .title{
  margin-bottom:14px;
  font-size: 23px;
  font-weight: bold;  
}
.courses-thumb-2 .courses-footer{
  margin-top: 9px;
  padding-top:26px; 
  border-top: 1px solid #e3ebff;
}
/*counter-style-2*/
.counter-style-2{
  margin: 0 0 30px;
}
.counter-style-2 .count-area{
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: normal; 
}
.counter-style-2 .count-area::before {
  height: 8px;
  content: "";
  display: block;
  max-width: 83px;
  margin: 0 auto 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/heading-icon.png);
}
.counter-style-2 .title{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: normal; 
}
[data-overlay] .counter-style-2 .count-area,
[data-theme-overlay] .counter-style-2 .count-area,
[data-theme-overlay] .counter-style-2 .title{
  color: rgb(255, 255, 255);
}
[data-overlay] .counter-style-2 .count-area::before{
  background-image: url(images/heading-icon-pink.png);
}
[data-theme-overlay] .counter-style-2 .count-area::before{
  background-image: url(images/heading-icon-w.png);
}
/*team-thumb-2*/
.team-thumb-2{
  margin: 0 0 30px;
}
.team-thumb-2 figure{
  width: 231px;
  height: 231px;
  border-radius: 100%;
  overflow:hidden;  
  position: relative;
  padding: 15px;
  margin:0 auto 25px; 
  background-size: contain !important;
}
.team-thumb-2 figure img{
  border-radius: 100%;
}
.team-thumb-2 .title{
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
.team-thumb-2  .designation {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

/*text-block*/
.text-block .services-8 .title{
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 7px;
}
.event-thumb-2 .overlay {
  position: absolute;
  -webkit-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

  padding: 34px 40px 40px 40px;
}
.event-thumb-2:hover .overlay {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1
}
.event-thumb-2 .overlay .meta-box {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.event-thumb-2 .overlay .meta-box ul li {
    display: inline-block;
    margin-right: 15px;
}
.event-thumb-2 .overlay .meta-box ul li a {
    color: #ffffff;
    font-size: 16px;
    position: relative;
}
/*event-list-2*/
.event-list-2{
  padding: 20px;
  background-color:#fff; 
}
.event-list-2 figure{
  margin: 0;
}
.event-list-2 .text{
  padding:0 30px 6px;
}
.event-list-2 .title {
  font-size: 34px;
  font-weight: bold;
  margin:0 0 13px; 
}
.event-list-2 p{
  margin:0 0 20px; 
}
.event-list-2 p:last-child{
  margin:0; 
}
.event-list-2 .badge-group{

}
.event-list-2 .badge-group .badge{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-left: 16px;
  border-radius: 20px;
  padding:6px 30px;
  line-height: normal;
}
.event-list-2 .badge-group .badge:first-child{
  margin-left:0; 
}
/*blog-thumb-2*/
.blog-thumb-2 .badge {
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding:8px 20px 9px;
  border-radius: 0;
  top: -15px;
  position: relative;
  margin-bottom:8px; 
}

.blog-thumb-2 .text{
  padding:0 40px 0;
  border-width: 0 2px 2px;
  border-style: solid;
  border-color: #c9e4ff;
  background-color:transparent; 
}
.blog-thumb-2 .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 2px;
}
.blog-thumb-2 .text p{
  margin: 0 0 21px;
}
.blog-thumb-2 .blog-meta{
  margin: 0;
  padding: 16px 0; 
  border-top:1px solid #c9e4ff;
}
.blockquote-1{
  padding: 0 0 0 20px;
  border-left:8px solid #04d1c7;
  background-color: transparent;
}
/*quote-form*/
.quote-form{
  clear: both;
}
.quote-form .form-control{
  color: #5583a6;
  border:2px solid #ecf2ff;
}
.quote-form .icon-box{
  right: 24px;
  left: auto;
  color: #5583a6;
  position: absolute;
}
.quote-form select.form-control{
  background-position: calc(100% - 36px) center;
}
.quote-form .form-control::-moz-placeholder{
  color: currentColor;
}
.quote-form .form-control::-webkit-input-placeholder{
  color: currentColor;
}
/*team-bg-2*/
.staff-bg::before{
  opacity: 0.94;
  background-color: #4582ff; 
}
.staff-bg .team-thumb-2 figure{
  background-color: #2463e3;
}
.staff-bg .team-thumb-2 .title{
  color: #fff;
}
.staff-bg .team-thumb-2 .designation{
  color: rgba(255,255,255,0.60);
}
/*video-section*/
.video-section-2{

}
.video-section-2 .title{
  font-size: 55px;
  color: #fff;
  line-height: normal;
  margin: 0 0 26px;
  position: relative;
}
.video-section-2 .video-btn-outer{
  margin-bottom: 50px;
}
.video-section-2 .video-btn::after{
  background-color:#04d1c7; 
}
.video-section-2 .video-btn span{
  border-left-color: #fff;
}
.video-section-2 .btn-wrap .btn{
  margin-left:26px; 
}
.video-section-2 .btn-wrap .btn:first-child{
  margin-left:0; 
}
/*event-thumb-3*/
.event-thumb-3{
  padding: 50px;
  margin: 0 0 30px;
  position: relative;
}
.event-thumb-3 .event-time{
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  position: relative;
  text-align: center;
  margin-right:40px; 
}
.event-thumb-3 .event-time strong{
  display: block;
  font-size: 55px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom:8px; 
  font-family: 'Montserrat', sans-serif;
}

.event-thumb-3 .overflow-text{
  position: relative;
}
.event-thumb-3 .title{
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 14px;
}
.event-thumb-3 p{
  margin: 0 0 10px;
}
[data-overlay].event-thumb-3 .blog-meta li,
[data-overlay].event-thumb-3 p{
  color: #a8bed7;
}
[data-overlay].event-thumb-3 .event-time,
[data-overlay].event-thumb-3 .title{
  color: #fff;
}


.team-thumb figure,
.blog-thumb figure{
  overflow:hidden; 
  background-color: #ff9900 ; 
}
.team-thumb figure::before,
.blog-thumb figure::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: color 300ms 0ms, opacity 300ms 0ms, -webkit-transform 300ms 300ms;
    -moz-transition: color 300ms 0ms, opacity 300ms 0ms, -moz-transform 300ms 300ms;
    -o-transition: color 300ms 0ms, opacity 300ms 0ms, -o-transform 300ms 300ms;
    transition: color 300ms 0ms, opacity 300ms 0ms, transform 300ms 300ms;
}
.team-thumb:hover figure::before,
.blog-thumb:hover figure::before{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.team-thumb figure img,
.blog-thumb figure img{
    -webkit-transition: -webkit-transform 800ms, opacity 700ms;
    -moz-transition: -moz-transform 800ms, opacity 700ms;
    -o-transition: -o-transform 800ms, opacity 700ms;
    transition: transform 800ms, opacity 700ms;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}
.team-thumb:hover figure img,
.blog-thumb:hover figure img{
    opacity: 0.2;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}