@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800');

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900');
@import url('../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* -----------------------------------
    01. General CSS
-------------------------------------*/

:root {
  --orange: #F07C00;
  --green: #009035;
}


.bg-green {
  background-color: var(--green) !important;
  color: #fff !important
}
.bg-orange {
  background-color: var(--orange) !important;
  color: #fff !important
}
.ob{
    border:1px solid var(--orange) !important;
}
.gb{
    border:1px solid var(--green) !important;
}

.d-flex{
    display:flex;
} 
.justify-content-between{
    justify-content:space-between;
} 
.align-items-center{
    align-items:center;
}


.modal-body h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
  border: 2px dashed var(--orange);
  color: var(--orange);
  padding: 15px;
  border-radius: 5px;
  text-align: center;

}

.modal-body i {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 17px;
  margin-right: 8px;
  background-color: var(--orange);
  color: white;
  padding: 10px;
  border-radius: 5px;
}

#tsparticles {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
}

#tsparticles .tsparticles-canvas-el {
  position: inherit !important;
  background-color: inherit !important;
}

.modal-body li {
  font-size: 20px;
  display: flex;
  align-items: center;
  /* font-weight: 700; */
  /* margin-bottom: 20px; */
  margin-top: 10px;
  /* background-color: var(--orange); */
  color: var(--orange);
  /* padding: 10px; */
  border-radius: 5px;
}

/** laksh **/
.bg-orange {
  background-color: var(--orange);
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal-container {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  background: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}



/** custome css **/
.theme1 .counter-item {
  background: rgba(0, 144, 53, 0.2);
  text-align: center;
  padding: 10px;
  border-radius: 6px;
}

.theme1 .counter-item img {
  width: 110px;
  display: block;
  border: 1px dashed var(--green);
  border-radius: 4px;
  padding: 6px;
  object-fit: scale-down;
}


html,
body {
  font-size: 15px;
  color: #505050;
  font-family: 'Rubik', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 26px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
  color: #111111;
  margin: 0 0 26px;
  line-height: 1.2;
}

h1 {
  font-size: 70px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  font-weight: 700;
}

h3 {
  font-size: 26px;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

.home-style2 h1,
.home-style2 h2,
.home-style2 h3,
.home-style2 h4,
.home-style2 h5,
.home-style2 h6 {
  color: #112958;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.bold-text {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
}

.extra-bold {
  font-weight: 800 !important;
}

a {
  color: var(--green);
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: var(--green);
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: var(--green);
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: var(--green);
  text-shadow: none;
  color: #ffffff;
}

.border-none:last-child {
  border-right: none !important;
}

.width-unset {
  width: unset !important;
}

.white-bg {
  background-color: #ffffff;
}

.primary-bg {
  background: var(--green);
}

.secondary-bg {
  background: #273c66;
}

.title-bg {
  background: #111111;
}

.gray-bg {
  background: #f3f8f9;
}

.gray-bg3 {
  background: #e7f9fb;
}

.gray-bg2 {
  background: #e7f6f9;
}

.gray-bg4 {
  background: #F9F7F8;
}

.event-bg {
  background: #f9f8f8;
}

.event2-bg {
  background: #F4F6F5;
}

.dark-red {
  background: #1D0E15;
}

.bg-light-gray {
  background: #f9f9f9;
}

.transparent-bg {
  background: transparent;
}

.home5color {
  color: #54647b !important;
}

.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.bg1 {
  background: url(assets/images/bg/bg1.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg2 {
  background: url(assets/images/bg/bg2.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg3 {
  background: url(assets/img/bg/bg3.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.bg4 {
  background: url(assets/images/bg/home6/bg.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg5 {
  background: url(assets/images/bg/home7/bg.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}

.bg6 {
  background: url(assets/img/bg/home-8-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg7 {
  background: url(assets/images/bg/home8-bg2.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg8 {
  background: url(assets/images/bg/home12/dotted.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0 50px;
}

.bg9 {
  background: url(assets/images/bg/home13/counter-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg10 {
  background: url(assets/images/bg/home13/logo-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg11 {
  background: url(assets/images/bg/home13/subscribe-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg12 {
  background: url(assets/images/bg/home13/footer-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg13 {
  background: url(assets/images/bg/video-text-bg15.html);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 60px 140px 60px;
}

.course-shape-bg {
  background: url(assets/images/bg/course-shape-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-unset {
  background: unset !important;
}

.menu-toggle {
  color: var(--green);
  text-align: right;
}

button {
  cursor: pointer;
}

.glyph-icon:before {
  margin: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

.pagenav-link ul {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  display: inline-block;
  padding: 0 3px;
}

.pagenav-link ul li {
  display: inline-block;
  padding: 0 18px;
  margin: 14px 0;
  border-right: 1px solid #E6E6E6;
  color: var(--green);
  font-size: 16px;
}

.pagenav-link ul li a {
  color: #505050;
}

.pagenav-link ul li a i:before {
  color: #505050;
  font-size: 13px;
  transition: all 0.3s ease;
}

.pagenav-link ul li a:hover {
  color: var(--green);
}

.pagenav-link ul li a:hover i:before {
  color: var(--green);
}

.pagenav-link ul li:last-child {
  border-right: none;
}

.pagenav-link.orange-color ul li,
.pagenav-link.orange-color ul li a:hover,
.pagenav-link.orange-color ul li a:hover i:before {
  color: #ff5421;
}

.gridFilter button {
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  outline: none;
  color: #505050;
  cursor: pointer;
}

.gridFilter button.active {
  color: #ff5421;
}

.gridFilter button+button {
  margin-left: 20px;
}

.gridFilter.style2 button {
  background: #f9f7f8;
  border: none;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  color: #101010;
  padding: 10px 30px;
  outline: none;
  margin: 0 10px 20px;
}

.gridFilter.style2 button.active,
.gridFilter.style2 button:hover {
  background: #fff;
  color: #ff5421;
  box-shadow: 0 0 30px #eee;
}

.gridFilter.style2.modify1 button {
  margin: 0 0px 20px;
}

blockquote {
  margin: 35px 0;
  padding: 40px;
  color: #666;
  position: relative;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  clear: both;
  box-shadow: 0 0 150px #eee;
}

blockquote:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: var(--green);
}

blockquote p {
  font-size: 16px;
  margin: 0;
}

.check-square li {
  position: relative;
  padding-left: 35px;
  line-height: 34px;
  border: none;
  color: #ffffff;
}

.check-square li:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: "\f046";
  font-family: fontawesome;
  color: #ff5421;
  font-size: 20px;
}

/*-- Blog Button Css --*/
.blog-btn {
  color: #111111;
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-right: 43px;
  text-transform: capitalize;
  font-weight: 600;
}

.blog-btn:after {
  position: absolute;
  content: "\f133";
  right: 20px;
  top: 50%;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  font-family: "Flaticon";
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.blog-btn:hover {
  color: var(--green);
}

.blog-btn:hover:after {
  right: 17px;
  color: var(--green);
}

/*--------------------------------------
                Acheivment
----------------------------------------*/
.about-intro h2 {
  font-size: 28px;
}

.bg-2 {
  background: #F9F7F8;
}

.chairman_fig {
  float: left;
  padding-right: 4em;
  position: relative;
}

.chairman figure {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.chairman figure img {
  float: left;
  width: 100%;
}

.chairman_experiance {
  position: absolute;
  right: 25px;
  bottom: 0px;
  padding: 40px 40px;
  border-radius: 10px;
  z-index: 1;
  background-color: #d52845;
}

.chairman {
  display: flex;
  position: relative;
  padding-right: 30px;
}

.chairman_experiance:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px dashed #fff;
  border-radius: 10px;
  z-index: -1;
}

.chairman_experiance span {
  display: block;
  color: #fff;
  font-size: 27px;
}

.chairman_experiance h3 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 0px;
}

.chairman_experiance p {
  color: #fff;
  margin-bottom: 0px;
  letter-spacing: 5px;
}

.chairmanMsg p {
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  color: #333;
}

.chairmanMsg span {
  font-size: 30px;
  display: block;
  color: #333;
}

.chairmanWrap p {
  margin: 0 0 16px;
}

.chairmanWrap img {
  border-radius: 8px;
  width: 400px;
}

.igcsmSchools .schoolsInfo img {
  width: 45%;
  float: left;
  padding-right: 2em;
  border-radius: 12px;
}

/**** media ****/
.mediaIndex .categories-items,
.galleryIndex .categories-items {
  border-radius: 12px;
}

.awardIndex .cate-images {
  height: 220px;
  border-radius: 12px;
}

.awardIndex .cate-images img {
  height: 100%;
  width: 100% !important;
  border-radius: 12px;
}

.linkagesIndex .partner-item {
  border-radius: 12px;
  border: 1px solid #c4b5b5;
  height: 140px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.teamIndex .team-item img {
  height: 270px;
}

.call:hover,
.whatsapp:hover {
  right: 0;
}

.whatsapp,
.whatsapp:hover,
.call,
.call:hover {
  transition-timing-function: ease-in-out;
  transition-duration: .2s;
}

.whatsapp,
.whatsapp:hover {
  background: #00d09c;
  color: #fff;
}

.whatsapp {
  right: -133px;
  top: 50%;
}

.whatsapp i {
  font-size: 17px;
}

.call,
.whatsapp {
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  z-index: 9999;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.call a,
.whatsapp a {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  font-weight: 500;
}

.whatsapp i,
.call i {
  position: relative;
  color: #fff;
  vertical-align: middle;
  top: -1px;
  padding: 5px 10px;
}

.call span,
.whatsapp span {
  padding: 0 9px 0 0;
  position: relative;
  top: 1px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.call {
  top: 56%;
  right: -126px;
  background: #007aff;
}

.call i {
  transform: rotate(56deg);
  font-size: 13px;
}


.appreciation .text,
.awardIndex .text,
.galleryPage .text,
.galleryIndex .text,
.mediaIndex .text {
  background-color: rgba(240, 124, 0, 0.5);
  padding: 0px 7px;
  border-radius: 8px;
  cursor: pointer;
  display: none;
  transition: .4s ease-in-out;
}

.awardIndex .text,
.galleryPage .text {
  background-color: rgb(240, 124, 0);
}

.appreciation .team-item:hover .text,
.awardIndex .categories-items:hover .text,
.galleryPage .gallery-img:hover .text,
.galleryIndex .cate-images:hover .text,
.mediaIndex .cate-images:hover .text {
  display: block;
}

.galleryPage .gallery-img img {
  height: 298px;
  width: 298px;
  border-radius: 8px;
}


.galleryPage .text {
  background-color: rgba(240, 124, 0, 0.7);
  width: 290px;
  height: 298px;
  position: absolute;
  top: 59%;
  left: 49.5%;
  transform: translate(-50%, -50%);
}

.galleryPage .text .textarea {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}

.galleryPage .text .textarea p {
  font-size: 14px;
  line-height: 1.3;
}

.galleryPage .gallery-img a {
  position: relative;
}

.news span.title {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Nunito', sans-serif;
  color: #111111;
  margin: 0 0 26px;
}

.news marquee {
  height: 710px;
}

.courseIndex .courses-item {
  height: 345px;
}

.courseIndex .content-part .title {
  margin-bottom: 0px;
}


.apprePage .team-item {
  border: 1px solid #dfd5d5;
  padding: 8px;
  border-radius: 4px;
  position: relative;
}

.apprePage .team-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff5421;
  width: 100%;
  height: 0;
  transition: .4s all ease-in-out;
  opacity: 0.8;
}

.apprePage .appreBox:hover .team-item:before {
  height: 100%;
}

.apprePage .team-item img {
  width: 100%;
}

.apprePage .team-item .text {
  background: transparent;
  width: 100%;
  transition: .4s all ease-in-out;
}

.apprePage .team-item .text p {
  margin-bottom: 0px;
}

.apprePage .team-item .text small {
  font-size: 13px;
  line-height: 14px;
  display: block;
  margin-bottom: 8px;
}



.bankingIndex .team-item {
  border: 1px solid #403333;
  height: 100px;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 5%;
}

.bankingIndex .team-item img {
  object-fit: scale-down;
}



.teampage2 .content-part span.teamText {
  line-height: 22px;
}

@property --k {
  syntax: "<number>";
  initial-value: 0;
  inherits: false;
}

.hightlighTag {
  --k: 0;
  place-self: center;
  background: linear-gradient(90deg, hsl(calc(var(--k)*1turn), 95%, 65%), hsl(calc(var(--k)*1turn + 90deg), 95%, 65%));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font: 900 clamp(.875em, 7.25vw, 2em) arial black, sans-serif;
  filter: url(#f);
  text-align: center;
  text-transform: uppercase;
  animation: k 4s linear infinite;
}

@keyframes k {
  to {
    --k: 1;
  }
}

.howToF ul {
  list-style-type: disc;
  padding-left: 1em;
}

.gallery,
.announcement,
.circulars {
  height: 320px;
  border-radius: 8px;
}

.circulars {
  background-color: #fff;
}

.announcement {
  background-color: var(--orange);
}

.announcement .events-short {
  background-color: inherit !important;
}

.gallery {
  background-color: var(--green);
  /* height:290px; */
}

.circulars h3,
.gallery h3,
.announcement h3 {
  padding: 0.7em 1em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
  margin-bottom: 0
}

.circulars marquee,
.announcement marquee {
  height: 225px;
}

.circulars marquee p,
.announcement marquee p {
  padding-left: 10px;
  margin-bottom: 0px;
}

.circulars marquee p::before,
.announcement marquee p::before {
  content: "\f061";
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  left: 0
}

.announcement marquee p {
  color: #fff;
  line-height: 21px;
}

.announcement marquee p a {
  padding-left: 2px;
}

.circulars marquee p a {
  padding-left: 2px;
}

.news .gallery .owl-carousel .owl-item img {
  width: 100%;
  height: 225px;
  border-radius: 6px;
}

.news .gallery .carousel .owl-dots {
  display: none;
}


.higherEdu .higherImg img {
  float: left;
  padding-right: 2em;
  height: 420px;
}

.moraImgImg img {
  float: left;
  padding-right: 2em;
  height: 240px;
  border-radius: 12px;
}

.moraImgImg .overlap {
  background-color: rgba(240, 124, 0, 0.7);
  width: 335px;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.moraImgImg:hover .overlap {
  opacity: 1;
}

.moraImgImg .overlap i {
  position: relative;
  top: 48%;
  left: 48%;
}

.moraTable {
  padding-top: 1em;
  clear: both;
}

.higherEduLogo .moraImgImg img {
  float: left;
  padding-right: 0;
  height: 240px;
  width: 100%;
  border-radius: 12px;
}

.higherEduLogo .moraImgImg .overlap {
  width: 100%;
  border-radius: 12px;
}

.higherEduLogo .moraImgImg .overlap i {
  color: #fff;
  font-size: 18px;
}

.nsdcLogo img {
  width: 100%;
  height: 180px;
  background: #fff;
  object-fit: scale-down;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(234, 226, 226) 0px 0px 0px 3px;
  border-radius: 12px;
}



.recognition .rgdata li {
  margin-bottom: 8px;
}

.recognition .rgdata li a {
  color: var(--orange);
  transition: .4s all ease-in-out;
  font-size: 18px;
}

.recognition .rgdata li:hover a {
  color: var(--green);
}


.login-btn {
  background: var(--green);
  color: #fff;
  padding: 6px 45px;
  transition: .4s all ease-in-out;
}

.login-btn:hover {
  background: var(--orange);
  color: #fff;
}
.loginpage a{
    color:var(--orange);
}
.loginpage a:hover{
    color:var(--green);
}
#user_pass{
    margin-bottom:20px;
}

.gpcont img.gp {
  width: 220px;
  object-fit: scale-down;
  margin-bottom: 0.5em;
}

.gpcont img.gps {
  width: 120px;
  object-fit: scale-down;
}

.gpcontBlk {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 12px;
  padding: 1em;
}

.gpcont .imgcnt h6 {
  background: var(--orange);
  width: 35px;
  height: 35px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2.4;
  margin-right: 0.5em;
}







/****************** start custome canvas menu ************************/

.sidebar-navigation {
  width: auto;
  height: auto;
  -webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.sidebar-navigation>ul>li>a {
  text-transform: uppercase;
}

.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}

.sidebar-navigation ul li {
  display: block;
}

.sidebar-navigation ul li a {
  position: relative;
  display: block;
  font-size: 1em;
  font-weight: 600;
  padding: 10px 10px;
  text-decoration: none;
  color: #2e2e2e;
  color: #f2f2f2;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: left;
}

.sidebar-navigation ul li a em {
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}

.sidebar-navigation ul li:hover>a,
.sidebar-navigation ul li.selected>a {
  background-color: #ecf0f1;
  color: #495d62;
  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul {
  display: none;
}

.sidebar-navigation ul li ul.open {
  display: block;
}

.sidebar-navigation ul li ul li a {
  color: #495d62;
  color: #f2f2f2;
  border-color: rgba(180, 173, 173, 0.1);
}

.sidebar-navigation ul li ul li a:before {
  content: "";
  width: 10px;
  height: 1px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #495d62;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sidebar-navigation ul li ul li:hover>a,
.sidebar-navigation ul li ul li.selected>a {
  background-color: #e6ebed;
}

.sidebar-navigation ul li ul li:hover>a:before,
.sidebar-navigation ul li ul li.selected>a:before {
  margin-right: 10px;
}

.sidebar-navigation ul li ul li.selected.selected--last>a {
  background-color: #94aab0;
  color: #fff;
}

.sidebar-navigation ul li ul li.selected.selected--last>a:before {
  background-color: #fff;
}

/****************** End custome canvas menu ************************/


.smTitle{
  font-size: 17px;
  width: fit-content;
}









/** courses **/
.filter-form .form-group {
  margin-bottom: .2rem;
}

.inner-blog .widget-area .widget-title {
  padding-bottom: 6px;
  margin-bottom: 0.5rem;
}

#particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.coursePage .courses-item {
  padding: 12px !important;
}

.coursePage .content-part .title {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  color: #111111;
  line-height: 1.2;
  height: 54px;
}

.coursePage .search-widget {
  padding: 12px !important;
}



.display-date {
  font-size: 14px;
}

.display-time {
  font-size: 14px;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 5px;
  transition: ease-in-out 0.1s;
  transition-property: background, box-shadow, color;
  -webkit-box-reflect: below 2px linear-gradient(transparent, rgba(255, 255, 255, 0.05));
}

.display-time:hover {
  background: #ffffff;
  box-shadow: 0 0 5px#ffd868;
  color: #272727;
  cursor: pointer;
}


.downloadPage .content-part a h5 {
  font-size: 15px !important;
}

.downloadPage .service-item {
  border-radius: 12px;
}

.downloadPage .service-item .pdfButton {
  border-radius: 10px;
  filter: drop-shadow(0 10px 0 #625f64);
  color: #ab91c4;
  cursor: pointer;
  transition: all 0.1s ease;
}

.downloadPage .service-item .press:active {
  filter: drop-shadow(0 0 0 #15111a);
  transform: translate(0, 10px);
}




/*******fixed-btn********/
.topBlk {
  position: fixed;
  left: 0;
  top: 215px;
  z-index: 10;
}

.topBlk .topBlk1,
.topBlk .topBlk2 {
  position: relative;
  left: -1px;
  /*transition: 0.3s ease-in-out;*/
  transition: 0.3s ease-in;
  display: grid;
}

.topBlk .topBlk1 .hoverImg1 img,
.topBlk .topBlk2 .hoverImg2 img {
  height: 152px;
  width: 130px;
}

.topBlk .topBlk1 .hoverImg1,
.topBlk .topBlk2 .hoverImg2 {
  position: absolute;
  top: 0;
  width: 130px;
  left: -135px;
  transition: all 1000ms ease-in-out;
}

.topBlk .topBlk1 img,
.topBlk .topBlk2 img {
  width: 60px;
}

.topBlk .topBlk1 img,
.topBlk .topBlk2 img {
  position: relative;
  animation: myfirst 1s 2;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  border-radius: 7px;
}

@keyframes myfirst {
  0% {
    left: 0px;
    top: 0px;
  }

  50% {
    left: 5px;
    top: 0px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

.topBlk .topBlk1:hover .hoverImg1,
.topBlk .topBlk2:hover .hoverImg2 {
  left: 2px;
  transition: all 1000ms ease-in-out;
}


/*** appria ***/
/* .appreciationBlk {
  position: relative;
  height: 200px;
}
.appreciation .imgWrapCircle{
  width: 135px;
  border: 6px solid var(--orange);
  height: 135px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.appreciation .imgWrapCircle img{
  width: 116px;
  display: flex;
  align-items: center;
  height: 116px;
  margin-top: 3px;
  margin-left: 4px;
}
.appreciation .appreciationText{
  width: 173px;
  padding: 0.7em 1em;
  background-color: var(--green);
  color: #fff;
  border-radius: 1.2em;
  padding-top: 2.7em;
  position: absolute;
  bottom: 0;
  right: -20px;
  text-align: center;
}
.appreciation .title{
  font-family: Arial;
  font-size: 24px;
  color: #F7EFE2;
  border-bottom: 1px solid #7fb971;
  padding-bottom: 1px;
}
.appreciation .designation{
  font-family: Arial;
  text-transform: uppercase;
  line-height: 23px;
  color:#F7EFE2;
}


.appreciationBlk.app2 .imgWrapCircle {
  border: 6px solid var(--green);
}
.appreciationBlk.app2 .appreciationText{
  background-color: var(--orange);
}
.appreciationBlk.app2 .title{
  border-bottom: 1px solid #d99f6c;
}
.appreciationBlk.app2 .appreciationText{

} */

/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.readon {
  border: 1px solid var(--green);
  display: inline-block;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.readon.banner-style {
  color: #ffffff;
  background: var(--green);
  padding: 10px 22px;
}

.dark-gray {
  background-color: #171f32;
}

.readon.banner-style:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
}

.readon.purple-btn {
  color: #ffffff;
  background: #625eaa;
  border: none;
  padding: 16px 40px;
}

.readon.purple-btn:hover {
  background: #4e49a1;
}

.readon.green-btn {
  color: #FFFFFF;
  background: #0C8B51;
  border-color: #02010100;
  border-radius: 30px;
  font-size: 14px;
  padding: 10px 30px 10px 30px;
}

.readon.green-btn:hover {
  opacity: 0.9;
  background: #0C8B51;
}

.readon.green-banner {
  font-size: 16px;
  line-height: 38px;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 4px;
  background-color: #0c8b51;
  border-color: transparent;
  color: #ffffff;
}

.readon.green-banner:hover {
  background: #08a355;
}

.readon.white-color {
  color: #ffffff !important;
  background: none !important;
  border: 1px solid #ffffff;
  padding: 16px 40px;
}

.readon.white-color:hover {
  background: #ffffff !important;
  color: #4e49a1 !important;
}

.readon.orange-btn {
  color: #ffffff;
  background: #ff5421;
  border-color: #ff5421;
  border-radius: 5px 5px 5px 5px;
  outline: none;
  padding: 12px 35px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.readon.orange-btn.main-home {
  padding: 10px 20px 10px 20px !important;
}

.readon.orange-btn.main-home:hover {
  color: #ffffff;
  background: #171F32;
  border-color: #171F32;
}

.readon.orange-btn:hover {
  color: #ffffff;
  background: #ed3600;
  border-color: #ed3600;
}

.readon.orange-btn.transparent:hover {
  color: #101010;
  background: #ffffff;
  border-color: #ffffff;
}

.readon.yellow-btn {
  background: #F4BF00;
  border-color: #F4BF00;
  border-radius: 4px 4px 4px 4px;
}

.readon.yellow-btn:hover {
  color: #ffffff;
  background: #171F32;
  border-color: #171F32;
}

.readon.yellow-btn.transparent3:hover {
  color: #1c335f;
  background: #ffffff;
  border-color: #ffffff;
}

.readon.transparent2 {
  background: var(--green);
  color: #111111;
  border: 1px solid var(--green);
}

.readon.transparent2:hover {
  color: #111111;
  background: transparent;
  border: 1px solid var(--green);
}

.readon.register-btn {
  padding: 10px 50px;
  color: #ffffff;
  background: #ff5421;
  border-color: #ff5421;
  font-weight: 500;
  width: 100%;
  border-radius: 5px;
}

.readon.register-btn:hover {
  background: #ff4007;
}

.readon.submit-btn {
  border: 2px solid;
  border-color: #ff5421;
  padding: 10px 50px;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  background: #ff5421;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 12px;
  width: 100%;
}

.readon.submit-btn:hover {
  background: transparent;
  color: #ff5421;
}

.readon.submit-requset {
  background-color: #0FCB75;
  margin: 0px 0px 0px 0px;
  padding: 13px 35px 13px 35px;
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.readon.submit-requset:hover {
  opacity: 0.9;
  background-color: #0FCB75;
}

.readon.border-less {
  border: none;
}

.readon.border-less:hover {
  background: rgba(243, 248, 239, 0.8);
  color: #111111;
}

.readon:hover {
  background: var(--green);
  color: #ffffff;
}

.readon2 {
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: var(--green);
  position: relative;
  overflow: hidden;
}

.readon2.banner-style {
  padding: 16px 40px;
}

.readon2.mod {
  text-transform: uppercase;
  padding: 14px 31px;
}

.readon2.transparent {
  background: transparent;
  color: var(--green);
  border: 1px solid var(--green);
}

.readon2.transparent:hover {
  color: #ffffff;
  background: var(--green);
}

.readon2.orange-transparent {
  background: transparent;
  color: #ff5421;
  border: 1px solid #ff5421;
}

.readon2.orange-transparent:hover {
  color: #ffffff;
  background: #ff5421;
}

.readon2.orange {
  background: #ff5421;
}

.readon2.orange:hover {
  background: #ff4007;
}

.readon2:hover {
  background: #1e95ba;
  color: #ffffff;
}

.readon2.gym-btn {
  background: #ff5421;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  padding: 17px 28px;
}

.readon2.gym-btn:hover {
  opacity: 0.80;
}

.readon2.gym-btn.get-now:hover {
  background: #ffffff;
  color: #ff5421;
}

.readon2.cta-btn {
  background: #ff5421;
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 30px 12px 30px;
}

.readon2.cta-btn:hover {
  color: #F0E3E3;
  background: #FF5421;
}

.readon2.cta-btn {
  background: #ff5421;
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 30px 12px 30px;
}

.readon2.cta-btn:hover {
  color: #F0E3E3;
  background: #FF5421;
}

.readon2.apply {
  padding: 10px 30px 10px 30px;
}

.readon2.apply:hover {
  color: unset;
}

.readon3 {
  outline: none;
  padding: 12px 50px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: var(--green);
  position: relative;
}

.readon3:after,
.readon3:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s ease;
}

.readon3:after {
  right: 30px;
}

.readon3:before {
  left: 30px;
}

.readon3.active {
  background: #f3f8f9;
  color: var(--green);
}

.readon3.active:after,
.readon3.active:before {
  background: var(--green);
}

.readon3.active:hover {
  color: #ffffff;
  background: var(--green);
}

.readon3.active:hover:after,
.readon3.active:hover:before {
  background: #ffffff;
}

.readon3.dark-hov:hover {
  background: #111111;
  color: #ffffff;
}

.readon3.dark-hov:hover:after,
.readon3.dark-hov:hover:before {
  background: #ffffff;
}

.readon3:hover {
  background: #f3f8f9;
  color: var(--green);
}

.readon3:hover:after,
.readon3:hover:before {
  background: var(--green);
}

.readon-arrow {
  color: #111111;
  padding-right: 22px;
  position: relative;
  font-weight: 500;
}

.readon-arrow:after {
  position: absolute;
  content: "\f136";
  font-family: Flaticon;
  font-style: normal;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  color: #111111;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 14px;
}

.readon-arrow:hover {
  color: var(--green);
}

.readon-arrow:hover:after {
  right: 0;
  color: var(--green);
}

.btn-shop {
  outline: none;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  background: var(--green);
  font-size: 15px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}

.btn-shop:hover {
  background: #273c66;
  color: #ffffff;
}

.btn-shop.orange-color {
  background: #ff5421;
  color: #ffffff;
}

.btn-shop.orange-color:hover {
  background: #ed3600;
}

/*Pagination*/
.pagination-area .pagination-part {
  display: inline-block;
  padding: 0 5px 0 10px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
}

.pagination-area .pagination-part li {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 15px;
  text-align: center;
  cursor: pointer;
}

.pagination-area .pagination-part li a {
  display: inline-flex;
  align-items: center;
  color: #111111;
}

.pagination-area .pagination-part li a:hover {
  color: var(--green);
}

.pagination-area .pagination-part li i {
  margin-left: 10px;
}

.pagination-area .pagination-part li i:before {
  font-size: 28px;
  margin: 0;
  line-height: 60px;
}

.pagination-area .pagination-part li:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d6fbff;
}

.pagination-area .pagination-part li:last-child:before {
  display: none;
}

.pagination-area .pagination-part li:hover a,
.pagination-area .pagination-part li.active a {
  color: var(--green);
}

.pagination-area.orange-color .pagination-part li a:hover {
  color: #ff5421;
}

.pagination-area.orange-color .pagination-part li:before {
  background: #ff5421;
}

.pagination-area.orange-color .pagination-part li:hover a,
.pagination-area.orange-color .pagination-part li.active a {
  color: #ff5421;
}

/*Video Icon*/
.media-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.media-icon .popup-videos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: var(--green);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
}

.media-icon .popup-videos:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease;
  z-index: -1;
}

.media-icon .popup-videos i {
  margin-left: 5px;
}

.media-icon .popup-videos i:before {
  font-size: 30px;
  line-height: 70px;
}

.media-icon .popup-videos:hover:before {
  background: var(--green);
}

.media-icon.orange-color .popup-videos {
  color: #ff5421;
  background: #ffffff;
}

.media-icon.orange-color .popup-videos i:before {
  font-size: 30px;
  line-height: 70px;
}

.media-icon.orange-color .popup-videos:hover:before {
  background: #ffffff;
}

.media-icon.orange-color2 .popup-videos {
  color: #ffffff;
  background: #ff5421;
  animation: circle-ripple 3s linear linear infinite;
  -webkit-animation: circle-ripple 3s linear infinite;
}

.media-icon.orange-color2 .popup-videos:before {
  display: none;
}

.media-icon.orange-color2 .popup-videos:hover:before {
  background: #ff5421;
}

.media-icon.yellow-color .popup-videos {
  color: #273c66;
  background: #f4bf00;
}

.media-icon.yellow-color .popup-videos:hover:before {
  background: #1c335f;
}

.video-home9 {
  background: url(assets/images/video/video2.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 300px 0 300px;
}

.video-home9 .media-icon {
  display: block;
}

.video .video-item {
  background: url(assets/images/bg/video-bg-15.html);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 299px 0 299px 0;
  transition: .3s;
  position: relative;
}

.video .video-item .icon-area {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video .video-item .icon-area a {
  width: 70px;
  height: 70px;
  border: 5px solid;
  display: inline-block;
  color: #ff5421;
  line-height: 70px;
  border-radius: 50px;
}

.video .video-item .icon-area a i {
  position: relative;
  left: 24px;
  top: -23px;
}

.video .video-item .icon-area a i:before {
  color: #ff5421;
}

.video .video-item:hover {
  opacity: .8;
}

.call-action {
  position: relative;
}

.call-action .spiners {
  position: absolute;
  bottom: 0;
}

.call-action .spiners.one {
  top: 12%;
}

.call-action .spiners.two {
  bottom: 18%;
  right: 56%;
}

.call-action .spiners.three {
  top: 16%;
  right: 39%;
}

.margin-remove {
  margin: 0 !important;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}

.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.container-fluid2 {
  padding-left: 0px;
  padding-right: 60px;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.relative {
  position: relative;
}

.body-color {
  color: #505050 !important;
}

.white-color {
  color: #ffffff !important;
}

.title-color {
  color: #111111 !important;
}

.title-color2 {
  color: #112958 !important;
}

.secondary-color {
  color: #273c66;
}

.primary-color {
  color: var(--green) !important;
}

.orangeColor {
  color: #ff5421 !important;
}

.dark-parimary-bg {
  background: var(--orange) !important;
}

ul.listing-style li {
  position: relative;
  padding-left: 30px;
  line-height: 34px;
}

ul.listing-style li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: 'FontAwesome';
  color: var(--green);
  font-size: 20px;
}

ul.listing-style.modify li {
  padding-left: 23px;
}

ul.listing-style.modify li:before {
  font-size: 15px;
}

.carousel.nav-style1 {
  position: relative;
}

.carousel.nav-style1 .owl-nav {
  display: block;
}

.carousel.nav-style1 .owl-nav .owl-next,
.carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: var(--green);
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}

.carousel.nav-style1 .owl-nav .owl-next i:before,
.carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}

.carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}

.carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f137";
}

.carousel.nav-style1:hover .owl-nav .owl-next,
.carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}

.carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}

.carousel.nav-style2 {
  position: relative;
  display: flex;
  align-items: center;
}

.carousel.nav-style2 .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}

.carousel.nav-style2 .owl-nav .owl-prev,
.carousel.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}

.carousel.nav-style2 .owl-nav .owl-prev i,
.carousel.nav-style2 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}

.carousel.nav-style2 .owl-nav .owl-prev i:before,
.carousel.nav-style2 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}

.carousel.nav-style2 .owl-nav .owl-prev:hover i,
.carousel.nav-style2 .owl-nav .owl-next:hover i {
  color: var(--green);
}

.carousel.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}

.carousel.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}

.carousel.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}

.carousel.orange-color .owl-nav .owl-prev:hover i,
.carousel.orange-color .owl-nav .owl-next:hover i {
  color: #ff5421;
}

.carousel .owl-dots {
  text-align: center;
  margin: 40px auto 0;
  line-height: 15px;
  display: block;
}

.carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: 1px solid var(--green);
  background: transparent;
  opacity: 0.7;
  cursor: pointer;
}

.carousel .owl-dots .owl-dot:hover {
  background: var(--green);
}

.carousel .owl-dots .active {
  background: var(--green);
  opacity: 1;
}

.owl-carousel .owl-item img {
  width: auto;
}

.sec-title .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.sec-title .sub-title.primary {
  color: var(--green);
}

.sec-title .sub-title.secondary {
  color: #273c66;
}

.sec-title .sub-title.white {
  color: #ffffff;
}

.sec-title .sub-title.dark {
  color: #111111;
}

.sec-title .sub-title.orange {
  color: #ff5421;
}

.sec-title .desc.big {
  font-size: 18px;
  line-height: 30px;
}

.sec-title .midline {
  font-size: 36px;
  color: #111111;
}

.sec-title2 .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sec-title2 .sub-title.white-color {
  color: #ffffff;
}

.sec-title2 .title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
  color: #031a3d;
}

.sec-title2 .title.white-color {
  color: #ffffff;
}

.sec-title2 .title.purple-color {
  color: #4e49a1 !important;
}

.sec-title3 .sub-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #ff5421;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sec-title3 .sub-title.yellow-color {
  color: #f4bf00;
}

.sec-title3 .sub-title.green-color {
  color: #0c8b51;
}

.sec-title3 .sub-title.no-big {
  text-transform: capitalize;
  color: #ffffff;
  letter-spacing: 3px;
}

.sec-title3 .sub-title.big {
  font-size: 18px !important;
  color: #f4bf00 !important;
  font-weight: 500;
}

.sec-title3 .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  color: #031a3d;
}

.sec-title3 .title.white-color {
  color: #ffffff;
}

.sec-title3 .title.black-color {
  color: #101010;
}

.sec-title3 .title.new-title {
  color: #101010;
  line-height: 1.2;
  font-weight: 700;
}

.sec-title3 .title.title2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 700;
  color: #ffffff;
}

.sec-title3 .title.title3 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 800;
  color: #ffffff;
}

.sec-title3 .desc {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}

.sec-title3 .desc.white-color {
  color: #ffffff;
}

.sec-title3 .new-desc {
  font-size: 18px;
  line-height: 31px;
  color: #333333;
}

.sec-title4 .sub-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #0c8b51;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sec-title4 .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #101010;
  position: relative;
  padding: 0px 0px 20px 0px;
}

.sec-title4 .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 4px;
  z-index: 9;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #0c8b51;
}

.sec-title4 .desc {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}

.sec-title5 .description {
  color: #ffffff;
}

.sec-title5 .description.title-color {
  color: #7A7A7A;
  font-weight: 400;
}

.sec-title5 .description span a {
  color: #ff5421;
}

.sec-title5 .description span a i {
  margin-left: 5px;
}

.sec-title5 .description span a i:before {
  top: 2.5px;
  position: relative;
}

.sec-title6 .sub-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FF5421;
  display: block;
  margin: 0;
}

.sec-title6 .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #031a3d;
}

.sec-title6 .title.title2 {
  font-weight: 800;
  margin: 0;
}

.left-top-shape {
  position: absolute;
  left: -55px;
  top: 65px;
}

.right-top-shape {
  position: absolute;
  right: -115px;
  top: 25px;
}

/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header .header {
  z-index: 99;
}

.full-width-header .header .topbar-area {
  background: #273c66;
}

.full-width-header .header .topbar-area .topbar-contact li {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  margin-right: 17px;
  padding-right: 20px;
  color: #ffffff;
  border-right: 1px solid #fff;
}

.full-width-header .header .topbar-area .topbar-contact li i {
  margin-right: 2px;
}

.full-width-header .header .topbar-area .topbar-contact li i.flaticon-email:before {
  bottom: -1.5px;
  position: relative;
}

.full-width-header .header .topbar-area .topbar-contact li i:before {
  font-size: 16px;
  color: #ffffff;
}

.full-width-header .header .topbar-area .topbar-contact li a {
  color: #ffffff;
}

.full-width-header .header .topbar-area .topbar-contact li a:hover {
  color: var(--green);
}

.full-width-header .header .topbar-area .topbar-contact li:last-child {
  margin: 0;
  border: none;
}

.full-width-header .header .topbar-area .topbar-right li {
  display: inline-block;
  margin-right: 30px;
}

.full-width-header .header .topbar-area .topbar-right li.login-register {
  color: #ffffff;
}

.full-width-header .header .topbar-area .topbar-right li.login-register i {
  margin-right: 10px;
  color: #ffffff;
}

/*.full-width-header .header .topbar-area .topbar-right li.login-register a {*/
/*  color: #ffffff;*/
/*}*/

/*.full-width-header .header .topbar-area .topbar-right li.login-register a:hover {*/
/*  color: var(--green);*/
/*}*/

.full-width-header .header .topbar-area .topbar-right li a.apply-btn {
  color: var(--orange);
  background: #fff;
  padding: 0px 18px;
  display: inline-block;
  border-radius: 4px;
}

.full-width-header .header .topbar-area .topbar-right li a.apply-btn:hover {
  background: var(--green);
  color: #ffffff;
}

.full-width-header .header .topbar-area .topbar-right li:last-child {
  margin: 0;
}

.full-width-header .header .topbar-area.home8-topbar {
  background: #f9f8f8 !important;
}

.full-width-header .header .topbar-area.home8-topbar .topbar-contact li {
  color: #363636;
  border-right: 1px solid #fff;
}

.full-width-header .header .topbar-area.home8-topbar .topbar-contact li i {
  margin-right: 2px;
}

.full-width-header .header .topbar-area.home8-topbar .topbar-contact li i:before {
  font-size: 16px;
  color: #363636;
}

.full-width-header .header .topbar-area.home8-topbar .topbar-contact li a {
  color: #363636;
}

.full-width-header .header .topbar-area.home8-topbar .topbar-contact li a:hover {
  color: #ff5421;
}

.full-width-header .header .topbar-area.home8-topbar .topbar-contact li:last-child {
  margin: 0;
  border: none;
}

.full-width-header .header .topbar-area.home8-topbar .topbar-right li.login-register {
  color: #363636;
}

.full-width-header .header .topbar-area.home8-topbar .topbar-right li.login-register i {
  margin-right: 10px;
  color: #363636;
}

.full-width-header .header .topbar-area.home8-topbar .topbar-right li.login-register a {
  color: #363636;
}

.full-width-header .header .topbar-area.home8-topbar .topbar-right li.login-register a:hover {
  color: #ff5421;
}

.full-width-header .header .topbar-area.home8-topbar .topbar-right li a.apply-btn {
  background: #ff5421;
  text-transform: uppercase;
}

.full-width-header .header .topbar-area.home8-topbar .topbar-right li a.apply-btn:hover {
  color: #ffffff;
  background: #ed3600;
}

.full-width-header .header .topbar-area.home8-topbar .topbar-right li:last-child {
  margin: 0;
}

.full-width-header .header .topbar-area.home8-topbar.inner-part {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.full-width-header .header .topbar-area.home8-topbar.inner-part .topbar-contact li {
  color: #ffffff !important;
}

.full-width-header .header .topbar-area.home8-topbar.inner-part .topbar-contact li i {
  margin-right: 2px;
}

.full-width-header .header .topbar-area.home8-topbar.inner-part .topbar-contact li i:before {
  font-size: 16px;
  color: #ffffff;
}

.full-width-header .header .topbar-area.home8-topbar.inner-part .topbar-contact li a {
  color: #ffffff !important;
}

.full-width-header .header .topbar-area.home8-topbar.inner-part .topbar-contact li a:hover {
  color: #ff5421;
}

.full-width-header .header .topbar-area.home8-topbar.inner-part .topbar-contact li:last-child {
  margin: 0;
  border: none !important;
}

.full-width-header .header .topbar-area.home8-topbar.inner-part .topbar-right li.login-register {
  color: #ffffff;
}

.full-width-header .header .topbar-area.home8-topbar.inner-part .topbar-right li.login-register i {
  margin-right: 10px;
  color: #ffffff !important;
}

.full-width-header .header .topbar-area.home8-topbar.inner-part .topbar-right li.login-register a {
  color: #ffffff !important;
}

.full-width-header .header .topbar-area.home8-topbar.inner-part .topbar-right li.login-register a:hover {
  color: #ff5421;
}

.full-width-header .header .topbar-area.home8-topbar.inner-part .topbar-right li a.apply-btn {
  background: #ff5421;
  text-transform: uppercase;
}

.full-width-header .header .topbar-area.home8-topbar.inner-part .topbar-right li a.apply-btn:hover {
  color: #ffffff;
  background: #ed3600;
}

.full-width-header .header .topbar-area.home8-topbar.inner-part .topbar-right li:last-child {
  margin: 0;
}

.full-width-header .header .topbar-area.home9-topbar {
  background: #273c66 !important;
}

.full-width-header .header .topbar-area.home9-topbar .topbar-contact li {
  color: #ffffff;
  border-right: 1px solid #1b315e;
}

.full-width-header .header .topbar-area.home9-topbar .topbar-contact li i {
  margin-right: 2px;
}

.full-width-header .header .topbar-area.home9-topbar .topbar-contact li i:before {
  font-size: 16px;
  color: #f4bf00;
}

.full-width-header .header .topbar-area.home9-topbar .topbar-contact li a {
  color: #ffffff;
}

.full-width-header .header .topbar-area.home9-topbar .topbar-contact li a:hover {
  color: #f4bf00;
}

.full-width-header .header .topbar-area.home9-topbar .topbar-contact li:last-child {
  margin: 0;
  border: none;
}

.full-width-header .header .topbar-area.home9-topbar .topbar-right li.login-register {
  color: #ffffff;
}

.full-width-header .header .topbar-area.home9-topbar .topbar-right li.login-register i {
  margin-right: 10px;
  color: #ffffff;
}

.full-width-header .header .topbar-area.home9-topbar .topbar-right li.login-register a {
  color: #ffffff;
}

.full-width-header .header .topbar-area.home9-topbar .topbar-right li.login-register:hover i,
.full-width-header .header .topbar-area.home9-topbar .topbar-right li.login-register:hover a {
  color: #f4bf00;
}

.full-width-header .header .topbar-area.home9-topbar .topbar-right li a.apply-btn {
  background: #f4bf00;
  text-transform: uppercase;
}

.full-width-header .header .topbar-area.home9-topbar .topbar-right li a.apply-btn:hover {
  color: #ffffff;
  background: #c19700;
}

.full-width-header .header .topbar-area.home9-topbar .topbar-right li:last-child {
  margin: 0;
}

.full-width-header .header .topbar-area.home11-topbar {
  background: #0c8b51 !important;
}

.full-width-header .header .topbar-area.home11-topbar .topbar-contact li {
  color: #ffffff;
  border-right: 1px solid #00822b;
}

.full-width-header .header .topbar-area.home11-topbar .topbar-contact li i {
  margin-right: 4px;
}

.full-width-header .header .topbar-area.home11-topbar .topbar-contact li i:before {
  font-size: 14px;
  color: #ffffff;
}

.full-width-header .header .topbar-area.home11-topbar .topbar-contact li a {
  color: #ffffff;
}

.full-width-header .header .topbar-area.home11-topbar .topbar-contact li a:hover {
  color: #d1d1d1;
}

.full-width-header .header .topbar-area.home11-topbar .topbar-contact li:last-child {
  margin: 0;
  border: none;
}

.full-width-header .header .topbar-area.home11-topbar .toolbar-sl-share .opening {
  color: #ffffff;
  display: inline-block;
  border-right: 1px solid #00822b;
  font-size: 14px;
  line-height: 50px;
  margin-right: 15px;
  padding-right: 18px;
}

.full-width-header .header .topbar-area.home11-topbar .toolbar-sl-share .opening i {
  margin-right: 5px;
}

.full-width-header .header .topbar-area.home11-topbar .toolbar-sl-share .opening i:before {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.full-width-header .header .topbar-area.home11-topbar .toolbar-sl-share li {
  display: inline-block;
  margin-right: 14px;
}

.full-width-header .header .topbar-area.home11-topbar .toolbar-sl-share li a {
  line-height: 30px;
  color: #ffffff;
}

.full-width-header .header .topbar-area.home11-topbar .toolbar-sl-share li a:hover {
  color: #ff5421;
}

.full-width-header .header .topbar-area.home11-topbar .toolbar-sl-share li:last-child {
  margin: 0;
  border: none;
}

.full-width-header .header .topbar-area.home11-topbar.modify1 {
  background: #f9f7f8 !important;
}

.full-width-header .header .topbar-area.home11-topbar.modify1 .topbar-contact li {
  color: #333333;
  border-right: 1px solid #f0ecee;
}

.full-width-header .header .topbar-area.home11-topbar.modify1 .topbar-contact li i {
  margin-right: 4px;
}

.full-width-header .header .topbar-area.home11-topbar.modify1 .topbar-contact li i:before {
  font-size: 14px;
  color: #ff5421;
}

.full-width-header .header .topbar-area.home11-topbar.modify1 .topbar-contact li a {
  color: #333333;
}

.full-width-header .header .topbar-area.home11-topbar.modify1 .topbar-contact li a:hover {
  color: #ff5421;
}

.full-width-header .header .topbar-area.home11-topbar.modify1 .toolbar-sl-share .opening {
  color: #333333;
  border-right: 1px solid #f0ecee;
}

.full-width-header .header .topbar-area.home11-topbar.modify1 .toolbar-sl-share .opening i:before {
  color: #ff5421;
}

.full-width-header .header .topbar-area.home11-topbar.modify1 .toolbar-sl-share li a {
  color: #333333;
}

.full-width-header .header .topbar-area.home11-topbar.modify1 .toolbar-sl-share li a:hover {
  color: #ff5421;
}

.full-width-header .header .topbar-area.home11-topbar.modify1 .toolbar-sl-share li:last-child {
  margin: 0;
  border: none;
}

.full-width-header .header .topbar-area.home11-topbar.modify1.home15-style {
  padding-left: 15.5%;
  padding-right: 10px;
}

.full-width-header .header .logo-part {
  position: relative;
  z-index: 9;
}

.full-width-header .header .logo-part img {
  max-height: 55px;
}

.full-width-header .header .menu-area {
  transition: all 0.3s ease;
}

.full-width-header .header .menu-area .logo-area {
  position: relative;
  height: 90px;
  line-height: 90px;
}

.full-width-header .header .menu-area .logo-area img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  max-height: 48px;
}

.full-width-header .header .menu-area .logo-area .dark {
  display: none;
}

.full-width-header .header .menu-area .logo-area .light {
  display: inherit;
}

.full-width-header .header .menu-area .responsive-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.full-width-header .header .menu-area .responsive-logo img {
  max-height: 30px;
}

.full-width-header .header .menu-area .logo-cat-wrap {
  display: flex;
  align-items: center;
  height: 90px;
  line-height: 90px;
}

.full-width-header .header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner {
  top: 120px;
}

.full-width-header .header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner li {
  height: 45px;
  line-height: 45px;
}

.full-width-header .header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner li a {
  padding: 0 30px;
}

.full-width-header .header .menu-area .menu-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li {
  display: inline-block;
  /* margin-right: 50px; */
  padding-right: 27px;
}

.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  height: 90px;
  line-height: 90px;
  padding-right: 0;
  margin-right: -12px;
  color: #ffffff;
  z-index: 1;
  position: relative;
}

.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: var(--green);
}

.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li.menu-item-has-children a {
  padding-right: 12px;
}

.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li.menu-item-has-children a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all .5s ease;
}

.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li.menu-item-has-children a:hover:before {
  content: "-";
}

.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li:last-child {
  margin-right: 0 !important;
}

.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li:last-child i {
  margin: 0;
}

.full-width-header .header .menu-area .main-menu .menu ul.nav-menu.onepage-menu .active-menu a {
  color: var(--green) !important;
}

.full-width-header .header .menu-area .main-menu .menu ul.sub-menu {
  background: var(--green);
  margin: 0;
  padding: 0px 0;
}

.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li {
  margin: 0;
}

.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li a {
  height: unset !important;
  line-height: unset !important;
  /* color: #ffffff !important;
  font-weight: 400 !important; */
  text-transform: capitalize;
  padding: 6px 10px !important;
}

.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #273c66 !important;
}

.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li a:before {
  display: none !important;
}

.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li:last-child {
  margin: 0;
  border-bottom: 0 !important;
}

.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li.current-menu-item>a,
.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li.active>a {
  color: #273c66 !important;
}

.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li.children-mega-menu .child-mega-menu {
  width: 100%;
  opacity: 1 !important;
  position: unset;
  transform: translateY(0px);
}

.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li.children-mega-menu .child-mega-menu .child-single-megamenu {
  width: 50%;
  float: left;
}

.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li.children-mega-menu .child-mega-menu .child-single-megamenu .sub-menu {
  padding: 0;
}

.full-width-header .header .menu-area .main-menu .menu ul.sub-menu.right-menu {
  left: unset;
  right: 0;
}

.full-width-header .header .menu-area .main-menu .menu ul.mega-menu {
  background: #273c66;
}

.full-width-header .header .menu-area .main-menu .menu ul.mega-menu .mega-menu-container {
  padding: 0;
  margin: 0;
}

.full-width-header .header .menu-area .main-menu .menu ul.mega-menu .mega-menu-container .single-megamenu {
  width: 50%;
  float: left;
}

.full-width-header .header .menu-area .main-menu .menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.full-width-header .header .menu-area .main-menu .menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
  color: #ffffff;
}

.full-width-header .header .menu-area .main-menu .menu ul li a:hover,
.full-width-header .header .menu-area .main-menu .menu ul li.active a,
.full-width-header .header .menu-area .main-menu .menu ul li.current-menu-item>a {
  color: var(--green) !important;
}

.full-width-header .header .menu-area .nav-expander {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.full-width-header .header .menu-area .nav-expander span {
  height: 2px;
  width: 30px;
  display: block;
  background: #ffffff;
  margin: 6px 0;
  transition: all 0.3s ease;
}

.full-width-header .header .menu-area .nav-expander span.dot1 {
  margin-top: 0;
}

.full-width-header .header .menu-area .nav-expander span.dot3 {
  margin-bottom: 0;
}

.full-width-header .header .menu-area .nav-expander:hover span {
  background: #ff5421;
}

.full-width-header .header .menu-area .nav-expander.style2 span {
  background: #111111;
}

.full-width-header .header .menu-area .nav-expander.style2:hover span {
  background: #ff5421;
}

.full-width-header .header .menu-area .nav-expander.style3 span {
  background: #111111;
}

.full-width-header .header .menu-area .nav-expander.style3:hover span {
  background: var(--green);
}

.full-width-header .header .menu-area .nav-expander.style4 span {
  background: #ffffff;
}

.full-width-header .header .menu-area .nav-expander.style4:hover span {
  background: var(--green);
}

.full-width-header .header .menu-area .nav-expander.style5 span {
  background: #ffffff;
}

.full-width-header .header .menu-area .nav-expander.style5:hover span {
  background: #ccc;
}

.full-width-header .header .menu-area .nav-expander.style6 span {
  background: #ffffff;
}

.full-width-header .header .menu-area .nav-expander.style6:hover span {
  background: #f4bf00;
}

.full-width-header .header .menu-area .appointment-cart {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

.full-width-header .header .menu-area .appointment-cart ul.cart {
  text-align: right;
}

.full-width-header .header .menu-area .appointment-cart ul.cart li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}

.full-width-header .header .menu-area .appointment-cart ul.cart li i {
  color: #ffffff;
  transition: all 0.3s ease;
}

.full-width-header .header .menu-area .appointment-cart ul.cart li i:hover {
  color: #ffffff;
}

.full-width-header .header .menu-area .expand-btn-inner {
  margin-right: 55px;
}

.full-width-header .header .menu-area .expand-btn-inner li {
  display: inline-block;
  margin-right: 25px;
}

.full-width-header .header .menu-area .expand-btn-inner li.cart-inner {
  position: relative;
  margin-right: 15px;
  padding-right: 20px;
}

.full-width-header .header .menu-area .expand-btn-inner li.cart-inner .cart-icon {
  position: relative;
  height: auto;
  z-index: 1;
  top:-14px;
  
}

.full-width-header .header .menu-area .expand-btn-inner li.cart-inner .cart-icon .cart-count {
  position: absolute;
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
  font-size: 11px;
  border-radius: 50%;
  background: #f2f2f2;
  color: #505050;
  top: -13px;
  right: -17px;
  text-align: center;
  transition: all 0.3s ease;
}

.full-width-header .header .menu-area .expand-btn-inner li.cart-inner:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #7d8aa3;
}

.full-width-header .header .menu-area .expand-btn-inner li.cart-inner.no-border {
  padding-right: 0;
}

.full-width-header .header .menu-area .expand-btn-inner li.cart-inner.no-border:before {
  display: none;
}

.full-width-header .header .menu-area .expand-btn-inner li>a {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.full-width-header .header .menu-area .expand-btn-inner li>a.short-border {
  position: relative;
  padding-right: 20px;
}

.full-width-header .header .menu-area .expand-btn-inner li>a.short-border:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #7d8aa3;
}

.full-width-header .header .menu-area .expand-btn-inner li>a i:before {
  font-size: 15px;
  font-weight: 600;
}

.full-width-header .header .menu-area .expand-btn-inner li>a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}

.full-width-header .header .menu-area .expand-btn-inner li>a:hover {
  color: #ffffff;
}

.full-width-header .header .menu-area .expand-btn-inner li a.apply-btn {
  text-transform: uppercase;
  color: #ffffff;
}

.full-width-header .header .menu-area .expand-btn-inner li a.apply-btn:hover {
  color: var(--green);
}

.full-width-header .header .menu-area .expand-btn-inner li:last-child {
  margin-right: 0 !important;
}

.full-width-header .header .menu-area .categories-btn .cat-btn {
  display: inline-flex;
  align-items: center;
  background: transparent;
  padding: 0;
  border: none;
  outline: unset;
  color: #ffffff;
  text-transform: uppercase;
}

.full-width-header .header .menu-area .categories-btn .cat-btn i {
  margin-right: 5px;
  transition: all 0.3s ease;
}

.full-width-header .header .menu-area .categories-btn .cat-btn:hover i {
  color: var(--green);
}

.full-width-header .header .menu-area .categories-btn .cat-menu-inner {
  position: absolute;
  top: 120px;
  width: 200px;
  background: var(--green);
  padding: 15px 0;
}

.full-width-header .header .menu-area .categories-btn .cat-menu-inner li a {
  color: #ffffff;
  padding: 10px 30px;
  display: inline-block;
  text-transform: capitalize;
  width: 100%;
}

.full-width-header .header .menu-area .categories-btn .cat-menu-inner li a:hover {
  color: #273c66;
}

.full-width-header .header .menu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(39, 60, 102, 0.9) !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.full-width-header .header .menu-area.sticky .logo-area img {
  max-height: 35px;
}

.full-width-header .header .menu-area.sticky .logo-area .dark {
  display: inherit;
}

.full-width-header .header .menu-area.sticky .logo-area .light {
  display: none;
}

.full-width-header .header .menu-area.sticky .logo-cat-wrap {
  height: 90px;
  line-height: 90px;
}

.full-width-header .header .menu-area.sticky .logo-cat-wrap .categories-btn .cat-menu-inner {
  top: 90px;
}

.full-width-header .header .menu-area.sticky .main-menu .menu ul.nav-menu>li>a {
  height: 90px;
  line-height: 90px;
  color: #494949;
}

.full-width-header .header .menu-area.sticky .main-menu .menu ul.nav-menu>li>a:hover {
  color: var(--green);
}

.full-width-header .header .menu-area.sticky .nav-expander span {
  background: #111111;
}

.full-width-header .header .menu-area.sticky .nav-expander:hover span {
  background: #ff5421;
}

.full-width-header .header .menu-area.sticky .nav-expander.style3 span {
  background: #111111;
}

.full-width-header .header .menu-area.sticky .nav-expander.style3:hover span {
  background: var(--green);
}

.full-width-header .header .menu-area.sticky .nav-expander.style5 span {
  background: #ffffff;
}

.full-width-header .header .menu-area.sticky .nav-expander.style5:hover span {
  background: #ccc;
}

.full-width-header .header .menu-area.sticky .appointment-cart ul.cart li i {
  color: #494949;
}

.full-width-header .header .menu-area.sticky .appointment-cart ul.cart li i:hover {
  color: var(--green);
}

.full-width-header .header .menu-area.sticky .expand-btn-inner li.cart-inner .cart-icon {
  height: 90px;
  line-height: 90px;
}

.full-width-header .header .menu-area.sticky .expand-btn-inner li.cart-inner .woocommerce-mini-cart {
  padding-top: 90px;
}

.full-width-header .header .menu-area.sticky .expand-btn-inner li .cart-icon .cart-count {
  background: var(--green);
  color: #ffffff;
}

.full-width-header .header .menu-area.sticky .expand-btn-inner li>a {
  color: #494949;
}

.full-width-header .header .menu-area.sticky .expand-btn-inner li>a:hover {
  color: var(--green);
}

.full-width-header .header .right_menu_togle {
  /* background: rgba(255, 255, 255, 0.4); */
  opacity: 0.9 !important;
  padding: 30px;
  padding-left: 15px;
  padding-right: 0;
  width: 350px;
  right: -500px;
  z-index: 999999;
  text-align: center;
  transition: all 0.3s ease;
}

.full-width-header .header .right_menu_togle .close-btn {
  overflow: visible;
  padding: 0;
}

.full-width-header .header .right_menu_togle .close-btn .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.full-width-header .header .right_menu_togle .close-btn .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px !important;
  height: 20px !important;
  background: #ffffff;
  border: none !important;
  transition: all 0.3s ease;
}

.full-width-header .header .right_menu_togle .close-btn .line span.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.full-width-header .header .right_menu_togle .close-btn #nav-close {
  position: relative;
  float: unset;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: unset;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  background: var(--green);
}

.full-width-header .header .right_menu_togle .close-btn #nav-close:hover {
  transform: rotate(180deg);
}

.full-width-header .header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 10px;
}

.full-width-header .header .right_menu_togle .canvas-logo img {
  max-height: 50px;
  width: 250px;
  object-fit: scale-down;
  margin-left: -35px;
}

.full-width-header .header .right_menu_togle .offcanvas-gallery {
  display: inline-block;
}

.full-width-header .header .right_menu_togle .offcanvas-gallery .gallery-img {
  width: 33%;
  float: left;
  padding: 0 5px 10px;
}

.full-width-header .header .right_menu_togle .offcanvas-gallery .gallery-img .image-popup {
  display: block;
  overflow: hidden;
}

.full-width-header .header .right_menu_togle .offcanvas-gallery .gallery-img .image-popup img {
  transition: all 0.3s ease;
}

.full-width-header .header .right_menu_togle .offcanvas-gallery .gallery-img .image-popup:hover img {
  transform: scale(1.1);
}

.full-width-header .header .right_menu_togle .map-img {
  margin-top: 25px;
}

.full-width-header .header .right_menu_togle .sidebarnav_menu li a {
  font-size: 16px;
  color: #222;
  color: var(--orange);
  padding-left: 50px;
  border-bottom: 2px solid var(--orange);
  margin-bottom: 10px;
  /* text-align: center; */
  border-radius: 10px;

}

.full-width-header .header .right_menu_togle .sidebarnav_menu li a:hover {
  color: var(--green);
  border: 2px solid var(--green);
}

.full-width-header .header .right_menu_togle .canvas-contact {
  padding: 50px 0 0;
}

.full-width-header .header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
  padding-right: 20px;
}

.full-width-header .header .right_menu_togle .canvas-contact .social li a {
  color: #111111;
}

.full-width-header .header .right_menu_togle .canvas-contact .social li a i {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.full-width-header .header .right_menu_togle .canvas-contact .social li a:hover {
  color: var(--green);
}

.full-width-header .header .right_menu_togle .canvas-contact .social li:last-child {
  padding: 0;
}

.full-width-header.header-style1 {
  width: 100%;
  z-index: 999;
}

.full-width-header.header-style1 .header .menu-area {
  background: #273c66;
}

.full-width-header.header-style1 .header .menu-area .main-menu .mobile-logo-part {
  display: none;
}

.full-width-header.header-style1 .header .menu-area .main-menu .menu ul.nav-menu li.logo-part {
  padding: 0;
  margin: 0 90px 0 60px;
}

.full-width-header.header-style1 .header .menu-area .main-menu .menu .mega-menu .mega-menu {
  left: unset;
  right: 0;
  background: #ffffff;
  min-width: 770px;
}

.full-width-header.header-style1 .header .menu-area .main-menu .menu .mega-menu .mega-menu .mega-menu-container .single-megamenu {
  width: 33.33%;
  float: left;
}

.full-width-header.header-style1 .header .menu-area .main-menu .menu .mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
  background: unset;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.full-width-header.header-style1 .header .menu-area.sticky {
  background: #273c66 !important;
}

.full-width-header.header-style1 .header .menu-area.sticky .main-menu .menu ul.nav-menu>li>a {
  color: #ffffff;
}

.full-width-header.header-style1 .header .menu-area.sticky .expand-btn-inner li>a {
  color: #ffffff;
}

.full-width-header.header-style1 .header .menu-area.sticky .expand-btn-inner li>a:hover {
  color: #ffffff;
}

.full-width-header.header-style1 .header .menu-area.sticky .expand-btn-inner li a.apply-btn {
  color: #ffffff;
}

.full-width-header.header-style1 .header .menu-area.sticky .expand-btn-inner li a.apply-btn:hover {
  color: var(--green);
}

.full-width-header.header-style1.home12-modifiy .header .menu-area {
  background: #ffffff !important;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .menu-area {
  justify-content: flex-end;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .menu-area .main-menu .menu ul.nav-menu li {
  margin-right: 35px;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a {
  color: #333333;
  font-weight: 500;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: #0c8b51 !important;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:hover,
.full-width-header.header-style1.home12-modifiy .header .menu-area .menu-area .main-menu .menu ul.nav-menu li.current-menu-item>a {
  color: #0c8b51 !important;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .menu-area .main-menu .menu ul.sub-menu {
  background: #0c8b51;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .menu-area .main-menu .menu ul.sub-menu li {
  margin-right: 35px;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a {
  color: #333333;
  font-weight: 500;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #0c8b51 !important;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: #0c8b51 !important;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .menu-area .main-menu .nav-expander {
  color: #111111;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .menu-area .main-menu .nav-expander:hover {
  color: #273c66;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .expand-btn-inner {
  margin-right: 0;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .expand-btn-inner li .woocommerce-mini-cart .cart-bottom-part {
  background: #0c8b51;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .expand-btn-inner li .woocommerce-mini-cart .crt-btn {
  background: #ffffff;
  color: #111111;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .expand-btn-inner li .woocommerce-mini-cart .crt-btn:hover {
  background: #f2f2f2;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .expand-btn-inner li.cart-inner {
  border-color: #a9b1c2;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .expand-btn-inner li>a {
  color: #394459;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area .expand-btn-inner li>a:hover {
  color: #0c8b51 !important;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area.sticky {
  background: #ffffff !important;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area.sticky .logo-cat-wrap {
  display: flex;
  align-items: center;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area.sticky .logo-cat-wrap .logo-part .dark-logo {
  display: none;
}

.full-width-header.header-style1.home12-modifiy .header .menu-area.sticky .logo-cat-wrap .logo-part .light-logo {
  display: inherit;
}

.full-width-header.header-style1.home14-style .header .menu-area .menu-area {
  justify-content: flex-end;
}

.full-width-header.header-style1.home14-style .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a {
  margin-right: 0;
}

.full-width-header.header-style1.home14-style .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: #ff5421 !important;
}

.full-width-header.header-style1.home14-style .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:hover,
.full-width-header.header-style1.home14-style .header .menu-area .menu-area .main-menu .menu ul.nav-menu li.current-menu-item>a {
  color: #ff5421 !important;
}

.full-width-header.header-style1.home14-style .header .menu-area .menu-area .main-menu .menu ul.sub-menu {
  background: #ff5421 !important;
}

.full-width-header.header-style1.home14-style .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a {
  color: #ffffff !important;
  margin-right: 0;
}

.full-width-header.header-style1.home14-style .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #ccc !important;
}

.full-width-header.header-style1.home14-style .header .menu-area .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: #ccc !important;
}

.full-width-header.header-style1.home14-style .header .menu-area .menu-area .main-menu .menu ul.sub-menu.right {
  left: auto;
  right: 100%;
}

.full-width-header.header-style1.home14-style .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu {
  left: unset;
  right: 0;
  background: #ff5421;
}

.full-width-header.header-style1.home14-style .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu .mega-menu-container .single-megamenu {
  width: 33.33%;
  float: left;
}

.full-width-header.header-style1.home14-style .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
  padding-right: 30px;
  padding-left: 40px;
  padding-bottom: 40px;
  padding-top: 35px;
  background: unset;
}

.full-width-header.header-style1.home14-style .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu li a {
  color: #f00;
}

.full-width-header.header-style1.home14-style .expand-btn-inner li a:hover i {
  color: #ff5421;
}

.full-width-header.header-style1.home14-style .expand-btn-inner li.cart-inner {
  border-color: #1c2f5e !important;
}

.full-width-header.header-style1.home14-style .expand-btn-inner li>a {
  color: #111111 !important;
}

.full-width-header.header-style1.home14-style .expand-btn-inner li>a:hover {
  color: #ff5421 !important;
}

.full-width-header.header-style1.home14-style .expand-btn-inner li .woocommerce-mini-cart .cart-bottom-part {
  background: #ff5421;
}

.full-width-header.header-style1.home14-style .expand-btn-inner li .woocommerce-mini-cart .crt-btn {
  background: #ffffff;
  color: #111111;
}

.full-width-header.header-style1.home14-style .expand-btn-inner li .woocommerce-mini-cart .crt-btn:hover {
  background: #f2f2f2;
}

.full-width-header.header-style2 {
  width: 100%;
  z-index: 999;
}

.full-width-header.header-style2 .header .menu-area {
  background: #ffffff;
}

.full-width-header.header-style2 .header .menu-area .logo-cat-wrap .logo-part .dark-logo {
  display: inherit;
}

.full-width-header.header-style2 .header .menu-area .logo-cat-wrap .logo-part .light-logo {
  display: none;
}

.full-width-header.header-style2 .header .menu-area .menu-area {
  justify-content: flex-end;
}

.full-width-header.header-style2 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li {
  margin-right: 35px;
}

.full-width-header.header-style2 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a {
  color: #394459;
}

.full-width-header.header-style2 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: var(--green);
}

.full-width-header.header-style2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu {
  background: var(--green);
}

.full-width-header.header-style2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li {
  margin: 0;
}

.full-width-header.header-style2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a {
  font-weight: 400 !important;
  color: #ffffff;
}

.full-width-header.header-style2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #ddd !important;
}

.full-width-header.header-style2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: #ddd !important;
}

.full-width-header.header-style2 .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu {
  left: unset;
  right: 0;
  background: var(--green);
  min-width: 770px;
}

.full-width-header.header-style2 .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu .mega-menu-container .single-megamenu {
  width: 33.33%;
  float: left;
}

.full-width-header.header-style2 .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.full-width-header.header-style2 .header .menu-area .menu-area .main-menu .menu ul li a:hover,
.full-width-header.header-style2 .header .menu-area .menu-area .main-menu .menu ul li.active a,
.full-width-header.header-style2 .header .menu-area .menu-area .main-menu .menu ul li.current-menu-item>a {
  color: var(--green) !important;
}

.full-width-header.header-style2 .header .menu-area .expand-btn-inner li.cart-inner {
  border-color: #a9b1c2;
}

.full-width-header.header-style2 .header .menu-area .expand-btn-inner li>a {
  color: #394459;
}

.full-width-header.header-style2 .header .menu-area .expand-btn-inner li>a:hover {
  color: var(--green);
}

.full-width-header.header-style2 .header .menu-area .categories-btn .cat-btn {
  color: #394459;
}

.full-width-header.header-style2 .header .menu-area .categories-btn .cat-btn i {
  margin-right: 10px;
}

.full-width-header.header-style2 .header .menu-area .categories-btn .cat-btn:hover i {
  color: var(--green);
}

.full-width-header.header-style2 .header .menu-area .categories-btn .cat-menu-inner {
  background: var(--green);
}

.full-width-header.header-style2 .header .menu-area .categories-btn .cat-menu-inner li a {
  color: #ffffff;
}

.full-width-header.header-style2 .header .menu-area .categories-btn .cat-menu-inner li a:hover {
  color: #273c66;
}

.full-width-header.header-style2 .header .menu-area.sticky {
  background: #273c66 !important;
}

.full-width-header.header-style2 .header .menu-area.sticky .logo-cat-wrap {
  display: flex;
  align-items: center;
}

.full-width-header.header-style2 .header .menu-area.sticky .logo-cat-wrap .logo-part .dark-logo {
  display: none;
}

.full-width-header.header-style2 .header .menu-area.sticky .logo-cat-wrap .logo-part .light-logo {
  display: inherit;
}

.full-width-header.header-style2 .header .menu-area.sticky .main-menu .menu ul.nav-menu>li>a {
  color: #ffffff;
}

.full-width-header.header-style2 .header .menu-area.sticky .expand-btn-inner li>a {
  color: #ffffff;
}

.full-width-header.header-style2 .header .menu-area.sticky .expand-btn-inner li>a:hover {
  color: var(--green);
}

.full-width-header.header-style2 .header .menu-area.sticky .nav-expander.style3 span {
  background: #ffffff;
}

.full-width-header.header-style2 .header .menu-area.sticky .nav-expander.style3:hover span {
  background: #ccc;
}

.full-width-header.header-style2 .header .menu-area.sticky .categories-btn .cat-btn {
  color: #ffffff;
}

.full-width-header.header-style2 .header .menu-area.sticky .categories-btn .cat-btn:hover i {
  color: var(--green);
}

.full-width-header.header-style2.modify1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.full-width-header.header-style2.modify1 .header .menu-area {
  background: transparent;
}

.full-width-header.header-style2.modify1 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a {
  color: #ffffff;
}

.full-width-header.header-style2.modify1 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: var(--green);
}

.full-width-header.header-style2.modify1 .header .menu-area .menu-area .main-menu .menu ul.sub-menu {
  background: var(--green);
}

.full-width-header.header-style2.modify1 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a {
  font-weight: 400 !important;
  color: #ffffff;
}

.full-width-header.header-style2.modify1 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #ddd !important;
}

.full-width-header.header-style2.modify1 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: #ddd !important;
}

.full-width-header.header-style2.modify1 .header .menu-area .menu-area .main-menu .menu ul li a:hover,
.full-width-header.header-style2.modify1 .header .menu-area .menu-area .main-menu .menu ul li.active a,
.full-width-header.header-style2.modify1 .header .menu-area .menu-area .main-menu .menu ul li.current-menu-item>a {
  color: var(--green) !important;
}

.full-width-header.header-style2.modify1 .header .menu-area .expand-btn-inner li.cart-inner {
  border-color: #a9b1c2;
}

.full-width-header.header-style2.modify1 .header .menu-area .expand-btn-inner li>a {
  color: #ffffff;
}

.full-width-header.header-style2.modify1 .header .menu-area .expand-btn-inner li>a:hover {
  color: var(--green);
}

.full-width-header.header-style2.modify1 .header .menu-area .categories-btn .cat-btn {
  color: #ffffff;
}

.full-width-header.header-style2.modify1 .header .menu-area .categories-btn .cat-btn:hover i {
  color: var(--green);
}

.full-width-header.header-style2.modify1 .header .menu-area.sticky {
  background: #273c66 !important;
}

.full-width-header.header-style2.modify1 .header .menu-area.sticky .logo-cat-wrap {
  display: flex;
  align-items: center;
}

.full-width-header.header-style2.modify1 .header .menu-area.sticky .logo-cat-wrap .logo-part .dark-logo {
  display: none;
}

.full-width-header.header-style2.modify1 .header .menu-area.sticky .logo-cat-wrap .logo-part .light-logo {
  display: inherit;
}

.full-width-header.header-style2.modify1 .header .menu-area.sticky .main-menu .menu ul.nav-menu>li>a {
  color: #ffffff;
}

.full-width-header.header-style2.modify1 .header .menu-area.sticky .expand-btn-inner li>a {
  color: #ffffff;
}

.full-width-header.header-style2.modify1 .header .menu-area.sticky .expand-btn-inner li>a:hover {
  color: var(--green);
}

.full-width-header.header-style2.modify1 .header .menu-area.sticky .categories-btn .cat-btn {
  color: #ffffff;
}

.full-width-header.header-style2.modify1 .header .menu-area.sticky .categories-btn .cat-btn:hover i {
  color: var(--green);
}

.full-width-header.header-style2.modify1 .header .menu-area.sticky .nav-expander span {
  background: #ffffff;
}

.full-width-header.header-style2.modify1 .header .menu-area.sticky .nav-expander:hover span {
  background: #ccc;
}

.full-width-header.header-style2.modify1.header-home6 .header .menu-area .main-menu .menu ul.nav-menu li {
  margin-right: 35px;
}

.full-width-header.header-style2.modify1.header-home6 .header .menu-area .main-menu .menu ul.nav-menu li a {
  color: #ffffff;
}

.full-width-header.header-style2.modify1.header-home6 .header .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: #f4bf00 !important;
}

.full-width-header.header-style2.modify1.header-home6 .header .menu-area .main-menu .menu ul.sub-menu {
  background: #ffffff !important;
}

.full-width-header.header-style2.modify1.header-home6 .header .menu-area .main-menu .menu ul.sub-menu li {
  margin: 0;
}

.full-width-header.header-style2.modify1.header-home6 .header .menu-area .main-menu .menu ul.sub-menu li a {
  font-weight: 400 !important;
  color: #111111 !important;
}

.full-width-header.header-style2.modify1.header-home6 .header .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #f4bf00 !important;
}

.full-width-header.header-style2.modify1.header-home6 .header .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: #f4bf00 !important;
}

.full-width-header.header-style2.modify1.header-home6 .header .menu-area .main-menu .menu .mega-menu .mega-menu {
  background: #ffffff;
}

.full-width-header.header-style2.modify1.header-home6 .header .menu-area .main-menu .menu ul li a:hover,
.full-width-header.header-style2.modify1.header-home6 .header .menu-area .main-menu .menu ul li.active a,
.full-width-header.header-style2.modify1.header-home6 .header .menu-area .main-menu .menu ul li.current-menu-item>a {
  color: #f4bf00 !important;
}

.full-width-header.header-style3 {
  width: 100%;
  z-index: 999;
}

.full-width-header.header-style3 .header .menu-area {
  background: var(--green);
}

.full-width-header.header-style3 .header .menu-area .logo-part {
  position: absolute;
  left: -260px;
  top: 50%;
  transform: translateY(-50%);
}

.full-width-header.header-style3 .header .menu-area .logo-part .small-logo {
  display: none;
}

.full-width-header.header-style3 .header .menu-area .logo-cat-wrap .categories-btn {
  padding-left: 45px;
}

.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li {
  margin-right: 35px;
}

.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a {
  color: #394459;
}

.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: var(--green);
}

.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .menu ul.sub-menu {
  background: var(--green);
}

.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li {
  margin: 0;
}

.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a {
  font-weight: 400 !important;
  color: #ffffff;
}

.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #273c66 !important;
}

.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: #273c66 !important;
}

.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu {
  left: unset;
  right: 0;
  background: var(--green);
  min-width: 780px;
}

.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu .mega-menu-container .single-megamenu {
  width: 33.33%;
  float: left;
}

.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
  padding-right: 32px;
  padding-left: 32px;
  padding-bottom: 32px;
  padding-top: 32px;
}

.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .menu ul li a:hover,
.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .menu ul li.active a,
.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .menu ul li.current-menu-item>a {
  color: var(--green) !important;
}

.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .nav-expander {
  color: #111111;
}

.full-width-header.header-style3 .header .menu-area .menu-area .main-menu .nav-expander:hover {
  color: #273c66;
}

.full-width-header.header-style3 .header .menu-area .expand-btn-inner li.cart-inner {
  border-color: #a9b1c2;
}

.full-width-header.header-style3 .header .menu-area .expand-btn-inner li>a {
  color: #394459;
}

.full-width-header.header-style3 .header .menu-area .expand-btn-inner li>a:hover {
  color: var(--green);
}

.full-width-header.header-style3 .header .menu-area .categories-btn .cat-btn {
  color: #394459;
}

.full-width-header.header-style3 .header .menu-area .categories-btn .cat-btn i {
  margin-right: 10px;
}

.full-width-header.header-style3 .header .menu-area .categories-btn .cat-btn:hover i {
  color: var(--green);
}

.full-width-header.header-style3 .header .menu-area .categories-btn .cat-menu-inner {
  background: var(--green);
}

.full-width-header.header-style3 .header .menu-area .categories-btn .cat-menu-inner li a {
  color: #ffffff;
}

.full-width-header.header-style3 .header .menu-area .categories-btn .cat-menu-inner li a:hover {
  color: #273c66;
}

.full-width-header.header-style3 .header .menu-area.sticky {
  background: var(--green) !important;
}

.full-width-header.header-style3 .header .menu-area.sticky .logo-cat-wrap {
  display: flex;
  align-items: center;
}

.full-width-header.header-style3 .header .menu-area.sticky .logo-cat-wrap .logo-part .dark-logo {
  display: none;
}

.full-width-header.header-style3 .header .menu-area.sticky .logo-cat-wrap .logo-part .light-logo {
  display: inherit;
}

.full-width-header.header-style3 .header .right_menu_togle .close-btn #nav-close {
  background: #4e49a1;
}

.full-width-header.header-style3 .header .right_menu_togle .close-btn #nav-close:hover {
  transform: rotate(180deg);
}

.full-width-header.header-style3 .header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 30px;
  margin-top: 50px;
}

.full-width-header.header-style3 .header .right_menu_togle .canvas-logo img {
  max-height: 35px;
}

.full-width-header.header-style3 .header .right_menu_togle .canvas-contact {
  padding: 50px 0 0;
}

.full-width-header.header-style3 .header .right_menu_togle .canvas-contact .social li a:hover {
  color: #4e49a1;
}

.full-width-header.header-style3 .header .right_menu_togle .canvas-contact .social li:last-child {
  padding: 0;
}

.full-width-header.header-style3.modify .header .menu-area {
  display: flex;
  background: #ffffff;
}

.full-width-header.header-style3.modify .header .menu-area .logo-part {
  background: var(--green);
  left: 0;
  height: 120px;
  line-height: 120px;
  width: 350px;
  text-align: center;
}

.full-width-header.header-style3.modify .header .menu-area .logo-cat-wrap {
  display: flex;
  align-items: center;
  float: left;
}

.full-width-header.header-style3.modify .header .menu-area .menu-area {
  float: right;
  margin-right: -130px;
}

.full-width-header.header-style3.modify .header .menu-area .expand-btn-inner {
  margin: 0;
  margin-left: 50px;
}

.full-width-header.header-style3.modify .header .menu-area .expand-btn-inner .apply-btn {
  background: var(--green);
  color: #ffffff;
  line-height: 1;
  padding: 11px 24px;
  border-radius: 30px;
}

.full-width-header.header-style3.modify .header .menu-area .expand-btn-inner .apply-btn:hover {
  background: #1a84a4;
}

.full-width-header.header-style3.modify .header .menu-area .expand-btn-inner .nav-expander {
  top: 0;
  right: 0;
  width: 130px;
  height: 120px;
  line-height: 120px;
  background: var(--green);
  text-align: center;
  transform: unset;
}

.full-width-header.header-style3.modify .header .menu-area .expand-btn-inner .nav-expander .bar {
  display: inline-block;
}

.full-width-header.header-style3.modify .header .menu-area .expand-btn-inner .nav-expander:hover {
  color: #e6e6e6;
}

.full-width-header.header-style3.modify .header .menu-area.sticky .main-menu .menu ul.nav-menu>li>a,
.full-width-header.header-style3.modify .header .menu-area.sticky .categories-btn .cat-btn,
.full-width-header.header-style3.modify .header .menu-area.sticky .expand-btn-inner li>a {
  color: #ffffff;
}

.full-width-header.header-style3.modify .header .menu-area.sticky .main-menu .menu ul.nav-menu>li>a:hover,
.full-width-header.header-style3.modify .header .menu-area.sticky .categories-btn .cat-btn:hover,
.full-width-header.header-style3.modify .header .menu-area.sticky .expand-btn-inner li>a:hover {
  color: #111111 !important;
}

.full-width-header.header-style3.modify .header .menu-area.sticky .main-menu .menu ul.nav-menu>li>a:hover i,
.full-width-header.header-style3.modify .header .menu-area.sticky .categories-btn .cat-btn:hover i,
.full-width-header.header-style3.modify .header .menu-area.sticky .expand-btn-inner li>a:hover i {
  color: #111111 !important;
}

.full-width-header.header-style3.modify .header .menu-area.sticky .main-menu .menu ul li.current-menu-item>a {
  color: #111111 !important;
}

.full-width-header.header-style3.modify .header .menu-area.sticky .logo-part {
  height: 90px;
  line-height: 90px;
}

.full-width-header.header-style3.modify .header .menu-area.sticky .expand-btn-inner {
  margin: 0;
  margin-left: 50px;
}

.full-width-header.header-style3.modify .header .menu-area.sticky .expand-btn-inner li.cart-inner {
  border-color: #ffffff;
}

.full-width-header.header-style3.modify .header .menu-area.sticky .expand-btn-inner .apply-btn {
  background: #ffffff;
  color: var(--green);
}

.full-width-header.header-style3.modify .header .menu-area.sticky .expand-btn-inner .apply-btn:hover {
  color: #111111;
}

.full-width-header.header-style3.modify .header .menu-area.sticky .expand-btn-inner .nav-expander {
  height: 90px;
  line-height: 90px;
}

.full-width-header.header-style3.modify.home-7-modify2 .header .menu-area .categories-btn .cat-btn {
  color: #505050;
}

.full-width-header.header-style3.modify.home-7-modify2 .header .menu-area .categories-btn .cat-btn:hover {
  color: var(--green);
}

.full-width-header.header-style3.home11-modify2 .header .menu-area {
  display: flex;
  background: #ffffff;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .logo-part {
  left: 0;
  height: 120px;
  line-height: 120px;
  width: 350px;
  text-align: center;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .logo-cat-wrap {
  float: left;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .logo-cat-wrap .categories-btn .cat-btn {
  color: #394459;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .logo-cat-wrap .categories-btn .cat-btn i {
  margin-right: 10px;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .logo-cat-wrap .categories-btn .cat-btn:hover i {
  color: #4e49a1;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner {
  background: #4e49a1;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner li a {
  color: #ffffff;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .logo-cat-wrap .categories-btn .cat-menu-inner li a:hover {
  color: var(--green);
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .menu-area {
  justify-content: flex-end;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li {
  margin-right: 35px;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a {
  color: #394459;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: var(--green);
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu {
  background: #4e49a1;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li {
  margin: 0;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a {
  font-weight: 400 !important;
  color: #ffffff !important;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #ccc !important;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: #ccc !important;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu {
  background: #4e49a1;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .menu-area .main-menu .menu ul li a:hover,
.full-width-header.header-style3.home11-modify2 .header .menu-area .menu-area .main-menu .menu ul li.current-menu-item>a {
  color: #4e49a1 !important;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .expand-btn-inner {
  margin: 0;
  margin-left: 50px;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .expand-btn-inner li .woocommerce-mini-cart .cart-bottom-part {
  background: #4e49a1;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .expand-btn-inner li .woocommerce-mini-cart .crt-btn {
  background: #ffffff;
  color: #111111;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .expand-btn-inner li .woocommerce-mini-cart .crt-btn:hover {
  background: #f2f2f2;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .expand-btn-inner .apply-btn {
  background: #4e49a1;
  color: #ffffff;
  line-height: 1;
  padding: 16px 24px;
  border-radius: 30px;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .expand-btn-inner .apply-btn:hover {
  background: #625eaa;
  color: #ffffff;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .expand-btn-inner .nav-expander {
  top: 0;
  right: 0;
  width: 130px;
  height: 120px;
  line-height: 120px;
  background: #4e49a1;
  text-align: center;
  transform: unset;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .expand-btn-inner .nav-expander .bar {
  display: inline-block;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area .expand-btn-inner .nav-expander:hover {
  color: #e6e6e6;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area.sticky {
  background: #ffffff !important;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area.sticky .main-menu .menu ul.nav-menu>li>a,
.full-width-header.header-style3.home11-modify2 .header .menu-area.sticky .categories-btn .cat-btn,
.full-width-header.header-style3.home11-modify2 .header .menu-area.sticky .expand-btn-inner li>a {
  color: #394459;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area.sticky .main-menu .menu ul.nav-menu>li>a:hover,
.full-width-header.header-style3.home11-modify2 .header .menu-area.sticky .categories-btn .cat-btn:hover,
.full-width-header.header-style3.home11-modify2 .header .menu-area.sticky .expand-btn-inner li>a:hover {
  color: #111111 !important;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area.sticky .main-menu .menu ul li.current-menu-item>a {
  color: #4e49a1 !important;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area.sticky .expand-btn-inner li.cart-inner {
  border-color: #ffffff;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area.sticky .expand-btn-inner .apply-btn {
  background: #4e49a1;
  color: #ffffff;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area.sticky .expand-btn-inner .apply-btn:hover {
  background: #625eaa;
  color: #ffffff !important;
}

.full-width-header.header-style3.home11-modify2 .header .menu-area.sticky .expand-btn-inner .nav-expander {
  height: 90px;
  line-height: 90px;
}

.full-width-header.header-style3.home-7-modify2 .header .menu-area {
  background: #ffffff !important;
}

.full-width-header.header-style3.home-7-modify2 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a {
  color: #111111 !important;
  font-weight: 600 !important;
  padding-right: 18px !important;
}

.full-width-header.header-style3.home-7-modify2 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: var(--green) !important;
}

.full-width-header.header-style3.home-7-modify2 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:last-child {
  margin-right: none !important;
}

.full-width-header.header-style3.home-7-modify2 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li.current-menu-item>a {
  color: var(--green) !important;
}

.full-width-header.header-style3.home-7-modify2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu {
  background: #ffffff !important;
}

.full-width-header.header-style3.home-7-modify2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li {
  margin: 0;
}

.full-width-header.header-style3.home-7-modify2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a {
  font-weight: 400 !important;
  color: #111111 !important;
}

.full-width-header.header-style3.home-7-modify2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: var(--green) !important;
}

.full-width-header.header-style3.home-7-modify2 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: var(--green) !important;
}

.full-width-header.header-style3.home-7-modify2 .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu {
  background: #fff;
}

.full-width-header.header-style3.home-7-modify2 .header .menu-area.sticky {
  background: #ffffff !important;
}

.full-width-header.header-style3.home-7-modify2 .header .menu-area.sticky .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: var(--green);
}

.full-width-header.header-style3.home-style15 .header .menu-area {
  background: #fff;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .header-logo .custom-logo-area {
  position: absolute;
  top: -51px;
  background: #ff5421;
  padding: 25px 42px 26px 51px;
  left: 0;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .header-logo .custom-logo-area a img {
  max-height: 93px;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .header-logo .custom-logo-area:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 30px solid #ff5421;
  border-left: 30px solid transparent;
  transform: rotate(180deg);
  left: 0;
  bottom: -30px;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .categore-menu {
  padding-right: 175px;
  display: flex;
  flex: 1;
  align-items: center;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .categore-menu .logo-cat-wrap {
  height: 70px;
  line-height: 70px;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .categore-menu .logo-cat-wrap .categories-btn {
  padding-left: 45px;
  padding-right: 45px;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .categore-menu .logo-cat-wrap .categories-btn .cat-btn:hover i {
  color: #ff5421;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .categore-menu .logo-cat-wrap .cat-menu-inner {
  top: 93px;
  background: #ff5421;
  width: 240px;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .categore-menu .logo-cat-wrap .cat-menu-inner li {
  height: 45px;
  line-height: 45px;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .categore-menu .logo-cat-wrap .cat-menu-inner li a {
  padding: 0 30px;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .categore-menu .logo-cat-wrap .cat-menu-inner li a:hover {
  color: #cccccc;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .categore-menu .search-widget .search-wrap {
  position: relative;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .categore-menu .search-widget .search-wrap [type=search] {
  outline: none;
  border: 1px solid #ddd;
  color: #444;
  padding: 9px 17px;
  width: 100%;
  border-radius: 5px;
  width: 320px;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .categore-menu .search-widget .search-wrap button {
  background: 0 0 !important;
  border: none;
  padding: 12px 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 16px;
  outline: none;
  border-radius: 0;
  color: #171f32;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .categore-menu .search-widget .search-wrap button i:before {
  font-size: 18px;
  font-weight: 600;
  color: #ebebeb;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu ul.nav-menu li {
  margin-right: 35px;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu ul.nav-menu li a {
  color: #394459;
  height: 90px;
  line-height: 90px;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: #ff5421;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu ul.nav-menu li.menu-item-has-children a {
  padding-right: 12px;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu ul.nav-menu li.menu-item-has-children a:before {
  transition: unset;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu ul.nav-menu li.menu-item-has-children a:hover:before {
  content: "-";
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu ul.sub-menu {
  background: #ff5421 !important;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu ul.sub-menu li {
  margin: 0;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu ul.sub-menu li a {
  font-weight: 400 !important;
  color: #ffffff;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #ccc !important;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: #ccc !important;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu .mega-menu .mega-menu {
  right: 270px;
  margin: 0 auto;
  max-width: 800px;
  background: #ff5421 !important;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu .mega-menu .mega-menu .mega-menu-container .single-megamenu {
  width: 33.33%;
  float: left;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu .mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
  background: #ff5421 !important;
  padding-right: 32px;
  padding-left: 32px;
  padding-bottom: 32px;
  padding-top: 32px;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu ul li a:hover,
.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu ul li.active a,
.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .menu-area .main-menu .menu ul li.current-menu-item>a {
  color: #ff5421 !important;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .expand-btn-inner .icon-bar .cart-icon {
  position: relative;
  z-index: 1;
  padding-right: 10px;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .expand-btn-inner .icon-bar .cart-icon i:before {
  font-size: 18px;
  color: #111111;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .expand-btn-inner .icon-bar .cart-icon i:hover:before {
  color: #ff5421 !important;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .expand-btn-inner .user-icon {
  margin-left: 0;
  padding-left: 25px;
  border-left: 1px solid #ebebeb;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .expand-btn-inner .user-icon a {
  font-size: 18px;
  border: none;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .expand-btn-inner .user-icon a:hover {
  color: #ff5421;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .expand-btn-inner li .apply-btn {
  background: #ff5421;
  color: #ffffff;
  padding: 10px 23px;
  line-height: 16px;
  border-radius: 30px;
  font-size: 14px;
}

.full-width-header.header-style3.home-style15 .header .menu-area .custom-table .expand-btn-inner li .apply-btn:hover {
  opacity: 0.7;
}

.full-width-header.header-style3.home-style15 .header .menu-area.sticky {
  background: #ffffff !important;
}

.full-width-header.header-style3.home-style15 .header .menu-area.sticky .custom-table .header-logo .custom-logo-area {
  top: -34px;
  background: #ff5421;
  padding: 51px 42px 26px 51px;
}

.full-width-header.header-style3.home-style15 .header .menu-area.sticky .custom-table .header-logo .custom-logo-area a img {
  max-height: 50px;
}

.full-width-header.header-style3.home-style15 .header .menu-area.sticky .custom-table .categore-menu {
  padding-right: 0;
}

.full-width-header.header-style3.home-style15 .header .menu-area.sticky .custom-table .categore-menu .logo-cat-wrap .categories-btn {
  padding-right: 700px;
  padding-left: 0;
}

.full-width-header.header-style3.home-style15 .header .menu-area.sticky .custom-table .categore-menu .logo-cat-wrap .categories-btn .cat-menu-inner {
  top: 93px;
  background: #ff5421;
  width: 240px;
}

.full-width-header.header-style3.home-style15 .header .menu-area.sticky .custom-table .categore-menu .logo-cat-wrap .categories-btn .cat-menu-inner li {
  height: 45px;
  line-height: 45px;
}

.full-width-header.header-style3.home-style15 .header .menu-area.sticky .custom-table .categore-menu .logo-cat-wrap .categories-btn .cat-menu-inner li a {
  padding: 0 30px;
}

.full-width-header.header-style3.home-style15 .header .menu-area.sticky .custom-table .categore-menu .logo-cat-wrap .categories-btn .cat-menu-inner li a:hover {
  color: #cccccc;
}

.full-width-header.header-style3.home-style15 .header .menu-area.sticky .categore-menu .search-widget {
  display: none;
}

.full-width-header.header-style3.home-style15 .header .menu-area.sticky .expand-btn-inner .icon-bar {
  display: none;
}

.full-width-header.header-style3.home-style15 .header .menu-area.sticky .expand-btn-inner .user-icon {
  display: none;
}

.full-width-header.home8-style4 {
  width: 100%;
  z-index: 999;
}

.full-width-header.home8-style4 .header .menu-area {
  background: #ffffff !important;
}

.full-width-header.home8-style4 .header .menu-area .logo-part {
  position: relative;
  z-index: 9;
}

.full-width-header.home8-style4 .header .menu-area .logo-area {
  position: relative;
  height: 90px;
  line-height: 90px;
}

.full-width-header.home8-style4 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a {
  color: #111111 !important;
}

.full-width-header.home8-style4 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: #ff5421 !important;
}

.full-width-header.home8-style4 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:last-child {
  margin-right: none !important;
}

.full-width-header.home8-style4 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li.current-menu-item>a {
  color: #ff5421 !important;
}

.full-width-header.home8-style4 .header .menu-area .menu-area .main-menu .menu ul.sub-menu {
  background: #ffffff !important;
}

.full-width-header.home8-style4 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li {
  margin: 0;
}

.full-width-header.home8-style4 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a {
  font-weight: 400 !important;
  color: #111111 !important;
}

.full-width-header.home8-style4 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #ff5421 !important;
}

.full-width-header.home8-style4 .header .menu-area .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: #ff5421 !important;
}

.full-width-header.home8-style4 .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu {
  left: unset;
  right: 0;
  background: #ffffff;
  min-width: 770px;
}

.full-width-header.home8-style4 .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu .mega-menu-container .single-megamenu {
  width: 33.33%;
  float: left;
}

.full-width-header.home8-style4 .header .menu-area .menu-area .main-menu .menu .mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.full-width-header.home8-style4 .header .menu-area .expand-btn-inner .cart-icon i {
  font-size: 20px;
}

.full-width-header.home8-style4 .header .menu-area .expand-btn-inner li.cart-inner {
  border-color: #1c2f5e !important;
}

.full-width-header.home8-style4 .header .menu-area .expand-btn-inner li>a {
  color: #111111 !important;
}

.full-width-header.home8-style4 .header .menu-area .expand-btn-inner li>a:hover {
  color: #ff5421 !important;
}

.full-width-header.home8-style4 .header .menu-area .expand-btn-inner li .woocommerce-mini-cart .cart-bottom-part {
  background: #ff5421;
}

.full-width-header.home8-style4 .header .menu-area .expand-btn-inner li .woocommerce-mini-cart .crt-btn {
  background: #ffffff;
  color: #111111;
}

.full-width-header.home8-style4 .header .menu-area .expand-btn-inner li .woocommerce-mini-cart .crt-btn:hover {
  background: #f2f2f2;
}

.full-width-header.home8-style4 .header .menu-area .expand-btn-inner .apply-btn {
  background: #ff5421;
  color: #ffffff !important;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 24px;
  border-radius: 30px;
}

.full-width-header.home8-style4 .header .menu-area .expand-btn-inner .nav-expander {
  color: #111111;
}

.full-width-header.home8-style4 .header .menu-area.sticky {
  background: #ffffff !important;
}

.full-width-header.home8-style4 .header .menu-area.sticky .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: var(--green);
}

.full-width-header.home8-style4 .header .right_menu_togle .close-btn #nav-close {
  background: #ff5421;
}

.full-width-header.home8-style4 .header .right_menu_togle .sidebarnav_menu li a:hover {
  color: #ff5421;
}

.full-width-header.home8-style4 .header .right_menu_togle .canvas-contact .social li a:hover {
  color: #ff5421;
}

.full-width-header.home8-style4.main-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.full-width-header.home8-style4.main-home .menu-area {
  background: transparent !important;
}

.full-width-header.home8-style4.main-home .menu-area .logo-part .sticky-logo {
  display: none;
}

.full-width-header.home8-style4.main-home .menu-area .menu-area .main-menu .menu ul.nav-menu li {
  margin-right: 45px;
}

.full-width-header.home8-style4.main-home .menu-area .menu-area .main-menu .menu ul.nav-menu li a {
  color: #ffffff !important;
}

.full-width-header.home8-style4.main-home .menu-area .menu-area .main-menu .menu ul.sub-menu {
  background: #ffffff !important;
  min-width: 250px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-radius: 0px;
  border-bottom: 5px solid #ff5421;
  border-color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .menu-area .menu-area .main-menu .menu ul.sub-menu li {
  margin: 0;
}

.full-width-header.home8-style4.main-home .menu-area .menu-area .main-menu .menu ul.sub-menu li a {
  font-weight: 400 !important;
  color: #111111 !important;
}

.full-width-header.home8-style4.main-home .menu-area .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .menu-area .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .menu-area .menu-area .main-menu .menu-toggle {
  color: #ffffff !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .logo-part .sticky-logo {
  display: block;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .logo-part .normal-logo {
  display: none;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .menu-area .main-menu .menu ul.nav-menu li a {
  color: #111111 !important;
  padding-right: 18px !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .menu-area .main-menu .menu ul.nav-menu li a:last-child {
  margin-right: none !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .menu-area .main-menu .menu ul.nav-menu li.current-menu-item>a {
  color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner li .cart-icon .cart-count {
  background: var(--green);
  color: #ffffff;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner li>a {
  color: #494949;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner li>a i:before {
  color: #111111 !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner li>a:hover {
  color: var(--green);
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner li>a:hover i:before {
  color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner .user-icon>a {
  line-height: 90px;
  height: 90px;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner .woocommerce-mini-cart {
  padding-top: 90px;
}

.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .expand-btn-inner .nav-expander {
  color: #111111 !important;
}

.full-width-header.home8-style4.main-home .expand-btn-inner .cart-icon i {
  font-size: 20px;
}

.full-width-header.home8-style4.main-home .expand-btn-inner li a i:before {
  color: #ffffff !important;
}

.full-width-header.home8-style4.main-home .expand-btn-inner li a:hover i:before {
  color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .expand-btn-inner .user-icon>a {
  position: relative;
  line-height: 120px;
  height: 120px;
  display: flex;
  align-items: center;
}

.full-width-header.home8-style4.main-home .expand-btn-inner .user-icon>a i {
  color: #fff;
  border: 1px solid #eee;
  width: 32px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  height: 32px;
  line-height: 29px;
}

.full-width-header.home8-style4.main-home .expand-btn-inner .user-icon>a i:before {
  color: #ffffff;
}

.full-width-header.home8-style4.main-home .expand-btn-inner .nav-expander {
  color: #ffffff !important;
}

.full-width-header.home8-style4.main-home .expand-btn-inner .nav-expander:hover {
  color: #ff5421 !important;
}

.full-width-header.home8-style4.main-home .right_menu_togle .close-btn #nav-close {
  background: #ff5421;
}

.full-width-header.home8-style4.main-home .right_menu_togle .sidebarnav_menu li a:hover {
  color: #ff5421;
}

.full-width-header.home8-style4.main-home .right_menu_togle .canvas-contact .social li a:hover {
  color: #ff5421;
}

.full-width-header.home8-style4.home9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.full-width-header.home8-style4.home9 .menu-area {
  background: transparent !important;
  box-shadow: unset !important;
}

.full-width-header.home8-style4.home9 .menu-area .logo-part .sticky-logo {
  display: none;
}

.full-width-header.home8-style4.home9 .menu-area .menu-area .main-menu .menu ul.nav-menu li a {
  color: #ffffff !important;
  font-weight: 600 !important;
  padding-right: 18px !important;
}

.full-width-header.home8-style4.home9 .menu-area .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area .menu-area .main-menu .menu ul.nav-menu li a:last-child {
  margin-right: none !important;
}

.full-width-header.home8-style4.home9 .menu-area .menu-area .main-menu .menu ul.nav-menu li.current-menu-item>a {
  color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area .menu-area .main-menu .menu ul.sub-menu {
  background: #ffffff !important;
  min-width: 250px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-radius: 0px;
  border-bottom: 5px solid #f4bf00;
  border-color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area .menu-area .main-menu .menu ul.sub-menu li {
  margin: 0;
}

.full-width-header.home8-style4.home9 .menu-area .menu-area .main-menu .menu ul.sub-menu li a {
  font-weight: 400 !important;
  color: #111111 !important;
}

.full-width-header.home8-style4.home9 .menu-area .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .logo-part .sticky-logo {
  display: block;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .logo-part .normal-logo {
  display: none;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .menu-area .main-menu .menu ul.nav-menu li a {
  color: #111111 !important;
  padding-right: 18px !important;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .menu-area .main-menu .menu ul.nav-menu li a:last-child {
  margin-right: none !important;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .menu-area .main-menu .menu ul.nav-menu li.current-menu-item>a {
  color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .expand-btn-inner li .cart-icon .cart-count {
  background: var(--green);
  color: #ffffff;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .expand-btn-inner li>a {
  color: #494949;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .expand-btn-inner li>a i:before {
  color: #111111 !important;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .expand-btn-inner li>a:hover {
  color: var(--green);
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .expand-btn-inner li>a:hover i:before {
  color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .menu-area.menu-sticky.sticky .expand-btn-inner .user-icon>a {
  line-height: 90px;
  height: 90px;
}

.full-width-header.home8-style4.home9 .expand-btn-inner .cart-icon i {
  font-size: 20px;
}

.full-width-header.home8-style4.home9 .expand-btn-inner li a i:before {
  color: #ffffff !important;
}

.full-width-header.home8-style4.home9 .expand-btn-inner li a:hover i:before {
  color: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .expand-btn-inner li .woocommerce-mini-cart .cart-bottom-part {
  background: #f4bf00 !important;
}

.full-width-header.home8-style4.home9 .expand-btn-inner .user-icon>a {
  position: relative;
  line-height: 120px;
  height: 120px;
  display: flex;
  align-items: center;
}

.full-width-header.home8-style4.home9 .expand-btn-inner .user-icon>a i:before {
  color: #ffffff;
}

.full-width-header.home8-style4.home9 .right_menu_togle .close-btn #nav-close {
  background: #f4bf00;
}

.full-width-header.home8-style4.home9 .right_menu_togle .sidebarnav_menu li a:hover {
  color: #f4bf00;
}

.full-width-header.home8-style4.home9 .right_menu_togle .canvas-contact .social li a:hover {
  color: #f4bf00;
}

.full-width-header.home8-style4.home13 .menu-area .menu-area {
  justify-content: flex-end;
}

.full-width-header.home8-style4.home13 .menu-area .menu .nav-menu .mega-menu .mega-menu {
  background: #fff;
  left: unset;
  right: 0;
}

.full-width-header.home8-style4.home13 .menu-area .menu .nav-menu .mega-menu .mega-menu .mega-menu-container .single-megamenu {
  width: 33.33%;
  float: left;
}

.full-width-header.home8-style4.home13 .menu-area .menu .nav-menu .mega-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
  background: unset;
  padding-right: 30px;
  padding-left: 41px;
}

.full-width-header.home8-style4.home13 .expand-btn-inner {
  margin-right: unset;
}

.full-width-header.home8-style4.home13 .expand-btn-inner li a i {
  border-right: 1px solid #fff;
  padding-right: 24px;
}

.full-width-header.home8-style4.home13 .expand-btn-inner .user-icon>a i {
  border: unset;
}

.full-width-header.transparent {
  position: absolute;
}

.full-width-header.transparent .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a {
  color: #ffffff !important;
}

.full-width-header.transparent .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: var(--green);
}

.full-width-header.transparent .header .menu-area .expand-btn-inner li.cart-inner {
  border-color: #1c2f5e !important;
}

.full-width-header.transparent .header .menu-area .expand-btn-inner li>a {
  color: #ffffff !important;
}

.full-width-header.transparent .header .menu-area .expand-btn-inner li>a:hover {
  color: var(--green);
}

.full-width-header.transparent .header .menu-area.menu-sticky {
  background: none;
  border-bottom: none;
}

.full-width-header.home7-style4 .header .menu-area {
  background: #ffffff !important;
}

.full-width-header.home7-style4 .header .menu-area .logo-cat-wrap .logo-part {
  background: red !important;
}

.full-width-header.home7-style4 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a {
  color: #111111 !important;
}

.full-width-header.home7-style4 .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: var(--green);
}

.full-width-header.home7-style4 .header .menu-area .expand-btn-inner .nav-expander {
  right: -196px;
  position: absolute;
  color: #ffffff !important;
  background: var(--green);
  padding: 40px 40px;
}

.full-width-header.home1-modifiy .header .menu-area {
  background: #ffffff !important;
}

.full-width-header.home1-modifiy .header .menu-area .menu-area .main-menu .menu ul.nav-menu li {
  margin-right: 0px !important;
}

.full-width-header.home1-modifiy .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a {
  color: #111111 !important;
}

.full-width-header.home1-modifiy .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: var(--orange) !important;
}

.full-width-header.home1-modifiy .header .menu-area .menu-area .main-menu .menu ul.nav-menu li a:last-child {
  margin-right: 0 !important;
}

.full-width-header.home1-modifiy .header .menu-area .menu-area .main-menu .menu ul.nav-menu li.current-menu-item>a {
  color: var(--green) !important;
}

.full-width-header.home1-modifiy .header .menu-area .menu-area .main-menu .menu ul.sub-menu {
  background: #ffffff !important;
  border-radius: 4px;
}

.full-width-header.home1-modifiy .header .menu-area .menu-area .main-menu .menu ul.sub-menu li {
  margin: 0;
  margin-right: 0 !important;
  padding: 4px 0;
  border-bottom: 2px solid lightgray;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.full-width-header.home1-modifiy .header .menu-area .menu-area .main-menu .menu ul.sub-menu li i.fa {
  margin-right: 0;
  margin-left: 0.5em;
}

.full-width-header.home1-modifiy .header .menu-area .menu-area .main-menu .menu ul.sub-menu li:hover {
  background-color: lightgray
    /* border-bottom: 2px dashed #fff; */
}


.full-width-header.home1-modifiy .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a {
  font-weight: 400 !important;
  width: max-content;
  /* color: var(--orange);
  font-size: 16px;
  padding-bottom: 0 !important; */
}

.full-width-header.home1-modifiy .header .menu-area .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #fff !important;
}

.full-width-header.home1-modifiy .header .menu-area .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: #fff !important;
}

.full-width-header.home1-modifiy .header .menu-area .expand-btn-inner .cart-icon i {
  font-size: 20px;
}

.full-width-header.home1-modifiy .header .menu-area .expand-btn-inner li.cart-inner {
  border-color: #1c2f5e !important;
}

.full-width-header.home1-modifiy .header .menu-area .expand-btn-inner li>a {
  color: #111111 !important;
}

.full-width-header.home1-modifiy .header .menu-area .expand-btn-inner li>a:hover {
  color: var(--green) !important;
}

.full-width-header.home1-modifiy .header .menu-area .expand-btn-inner .apply-btn {
  background: var(--green);
  color: #ffffff !important;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 24px;
  border-radius: 30px;
}

.full-width-header.home1-modifiy .header .menu-area .expand-btn-inner .nav-expander {
  color: #111111;
}

.full-width-header.home1-modifiy .header .menu-area.sticky {
  background: #ffffff !important;
}

.full-width-header.home1-modifiy .header .menu-area.sticky .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: var(--green);
}

body .search-modal .modal-content {
  background: transparent;
  position: initial;
  border: 0;
}

body .search-modal .search-block input {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

body .search-modal .close {
  color: #ffffff;
  margin-top: 20px;
  font-size: 14px;
  background-color: transparent;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  opacity: 1;
  outline: none;
  transition: all 0.3s ease;
}

body .search-modal .close:hover {
  color: #ff5421 !important;
  opacity: 1 !important;
}

body .modal-backdrop {
  opacity: 0.95 !important;
}


/**** custome menu ****/
.sub-menu.menu250 {
  width: auto;
  /* width:200px */
}

.sub-menu.menu270 {
  width: 270px
}

.sub-menu.menu250 li,
.sub-menu.menu250 a {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 7px !important;
  padding-left: 7px !important;
}

.sub-menu.menu250 a {
  font-size: 15px !important;
}


a.highlight1 {
  display: inline-block;
  transition: .3 ease-in-out;
}

a.highlight1:before {
  content: " ";
  display: block;
  height: 20px;
  /* width: 100%; */
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  background: #ffd500;
  transform: rotate(2deg);
  z-index: -1;
  top: 36px;
  left: -5px;
  border-radius: 20% 25% 20% 24%;
  padding: 10px 3px 3px 10px;
  animation: light 1.5s ease-in-out infinite;
}

@keyframes light {
  0% {
    width: 0%;
  }

  50% {
    width: 100%;
  }

  51% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}








/*------------------------------------
    04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ------------------------------------
    05. Banner Section CSS
---------------------------------------*/
.banner.style1 {
  padding: 125px 0 425px;
  background: url(assets/images/banner/home1.html);
  background-size: cover;
  background-position: center;
}

.banner.style1 .banner-content {
  max-width: 750px;
  margin: 0 auto;
}

.banner.style1 .banner-content .banner-title {
  font-size: 55px;
  margin-bottom: 16px;
}

.banner.style1 .banner-content .desc {
  font-size: 20px;
  line-height: 30px;
}

.banner.style3 {
  background: url(assets/images/banner/home3.html);
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: grid;
  align-items: center;
}

.banner.style3 .banner-content .banner-title {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 19px;
}

.banner.style3 .banner-content .banner-desc {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 41px;
  position: relative;
  z-index: 9;
}

.banner.style3 .banner-content .banner-btn li {
  display: inline;
  margin-right: 30px;
}

.banner.style3 .banner-content .banner-btn li:last-child {
  margin: 0;
}

.banner.style3 .banner-content .banner-image {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.banner.style4 {
  background: url(assets/images/banner/home4.html);
  background-size: cover;
  background-position: center;
  min-height: 935px;
  display: grid;
  align-items: center;
}

.banner.style4 .banner-content .banner-title {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.banner.style4 .banner-line-shape {
  position: absolute;
  top: -205px;
  left: -25px;
}

.banner.style4 .banner-circle-shape {
  text-align: right;
  position: absolute;
  bottom: -125px;
  right: -15px;
}

.banner.style4 .banner-dots-shape {
  position: absolute;
  bottom: -220px;
  left: -200px;
}

.banner.style5 {
  position: relative;
  background-color: #f3fafc;
  min-height: 750px;
  display: grid;
  align-items: flex-end;
  z-index: 9;
}

.banner.style5 .banner-content {
  padding-bottom: 200px;
}

.banner.style5 .banner-content .sub-title {
  color: #111111;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
}

.banner.style5 .banner-content .banner-title {
  color: #111111;
  font-size: 75px;
  line-height: 1.2;
  margin-bottom: 39px;
}

.banner.style5 .banner-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner.style6 {
  background: url(assets/images/banner/home6/bg.html);
  background-size: cover;
  background-position: center;
  margin-bottom: 54px;
}

.banner.style6 .container {
  position: relative;
}

.banner.style6 .banner-content {
  padding: 232px 0 388px;
}

.banner.style6 .banner-content .banner-title {
  font-weight: 700;
  line-height: 80px;
  font-size: 60px;
}

.banner.style6 .banner-content .desc {
  font-size: 18px;
  line-height: 30px;
}

.banner.style6 .shape-img {
  position: absolute;
  bottom: -54px;
}

.banner.style6 .shape-img.left {
  left: 15px;
  z-index: 1;
}

.banner.style6 .shape-img.center {
  left: 50%;
  transform: translateX(-50%);
}

.banner.style6 .shape-img.center .inner {
  width: 810px;
  height: 385px;
  margin: 0 auto;
  position: relative;
}

.banner.style6 .shape-img.center .inner .spiner {
  position: absolute;
  content: '';
}

.banner.style6 .shape-img.center .inner .spiner.one {
  top: 0;
  left: 37%;
}

.banner.style6 .shape-img.center .inner .spiner.one img:nth-child(1) {
  position: relative;
  right: 4px;
  top: 9px;
}

.banner.style6 .shape-img.center .inner .spiner.two {
  top: 56%;
  left: 0;
}

.banner.style6 .shape-img.center .inner .spiner.two img:nth-child(1) {
  max-width: 16px;
}

.banner.style6 .shape-img.center .inner .spiner.two img:nth-child(2) {
  position: relative;
  right: -3px;
  top: -4px;
  max-width: 25px;
}

.banner.style6 .shape-img.center .inner .spiner.three {
  top: 40%;
  right: 0;
}

.banner.style6 .shape-img.center .inner .spiner.three img:nth-child(1) {
  max-width: 16px;
  position: relative;
  top: 29px;
  left: 31px;
}

.banner.style6 .shape-img.center .inner .spiner.three img:nth-child(2) {
  position: relative;
  right: 7px;
  top: 1px;
  max-width: 25px;
}

.banner.style6 .shape-img.right {
  right: 15px;
}

.banner.style7 {
  background: url(assets/images/banner/home7/banner-bg.html);
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 870px;
}

.banner.style7 .banner-content {
  position: relative;
  padding: 200px 0;
}

.banner.style7 .banner-content .banner-title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 800;
}

.banner.style7 .icons {
  position: absolute;
}

.banner.style7 .icons.one {
  top: 136px;
  right: 50px;
}

.banner.style7 .icons.two {
  left: 50%;
  bottom: 100px;
}

.banner.style7 .icons.three {
  top: 95px;
  left: -160px;
}

.banner.style7 .icons.four {
  bottom: 210px;
  left: -62px;
}

.banner.style7 .img-part {
  position: absolute;
  right: 0;
  bottom: 88px;
}

.banner.style8 {
  background: url(assets/images/banner/home9.html);
  background-size: cover;
  background-position: center;
  display: grid;
  align-items: center;
  min-height: 960px;
}

.banner.style8 .banner-content {
  margin-top: 30px;
}

.banner.style8 .banner-content .sl-sub-title {
  font-size: 48px;
  line-height: 50px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 22px;
}

.banner.style8 .banner-content .sl-title {
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  color: #ffffff;
  padding-right: 374px;
  margin-bottom: 45px;
}

.banner.style9 {
  background: url(assets/images/banner/home11/banner.html);
  background-size: cover;
  display: grid;
  align-items: center;
  min-height: 880px;
  position: relative;
}

.banner.style9 .banner-content {
  max-width: 615px;
}

.banner.style9 .banner-content .banner-title {
  font-size: 70px;
  line-height: 1.3;
  color: #4e49a1;
}

.banner.style9 .banner-content .desc {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #4e49a1;
}

.banner.style9 .shape-img .spiner {
  position: absolute;
  bottom: 0;
}

.banner.style9 .shape-img .spiner.one {
  top: -40%;
  right: 70%;
}

.banner.style9 .shape-img .spiner.two {
  left: 56%;
}

.banner.style9 .shape-img .spiner.three {
  left: 290px;
  bottom: -118px;
}

.banner.style9 .shape-img .spiner.four {
  top: 0%;
  left: -14%;
}

.banner.style9 .social-icon {
  position: absolute;
  bottom: 35px;
  left: 70px;
}

.banner.style9 .social-icon .icon-cart li {
  display: inline;
  margin-right: 8px;
}

.banner.style9 .social-icon .icon-cart li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 100%;
  background: #ffffff;
  color: #4e49a1;
  text-align: center;
}

.banner.style9 .social-icon .icon-cart li a:hover {
  color: var(--green);
}

.banner.style9 .social-icon .icon-cart li i {
  font-size: 20px;
}

.banner.style10 {
  background: url(assets/images/banner/home12/banner-home12.html);
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  align-items: center;
  min-height: 820px;
  position: relative;
}

.banner.style10 .banner-content {
  padding: 120px 0 100px;
}

.banner.style10 .banner-content .sl-sub-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #0c8b51;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.banner.style10 .banner-content .sl-title {
  font-size: 50px;
  line-height: 70px;
  font-weight: 800;
  color: #171f32;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.banner.style10 .img-part {
  width: 550px;
  position: absolute;
  top: 70px;
  left: 17%;
  z-index: 111;
}

.banner.style10 .banner-intro-box .shape-img {
  position: absolute;
  top: 55px;
  left: 45px;
}

.banner.style10 .banner-intro-box .shape-img img {
  width: 110px;
}

.banner.style10 .banner-intro-box .intro-img {
  position: absolute;
  right: 8%;
  top: 60px;
}

.banner.style10 .banner-intro-box .intro-img img {
  width: 600px;
}

.banner.style11 {
  background: url(assets/images/banner/home13/banner.html);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: grid;
  align-items: center;
  min-height: 950px;
  z-index: 1;
}

.banner.style11 .content-part {
  padding: 180px 0 100px;
}

.banner.style11 .content-part .sub-title {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #ff5421;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.banner.style11 .content-part .title {
  font-size: 70px;
  line-height: 75px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 32px;
}

.banner.style11 .images-part {
  padding-top: 100px;
}

.banner.style11 .images-part img {
  max-width: unset;
  width: 700px;
}

.banner.style11 .icons-spiner .circle {
  top: 18%;
  right: 81%;
  position: absolute;
}

.banner.style11 .icons-spiner .squre-img {
  position: absolute;
  right: 60%;
  bottom: 20%;
}

.banner.style11 .icons-spiner .dot-img {
  position: absolute;
  right: 15%;
  top: 20%;
  z-index: -111;
}

.banner.style12 {
  background-color: #F9F7F8;
  background-image: url(assets/images/banner/home14/border.html);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 100px 0px 100px 0px;
}

.banner.style12 .banner-content .sub-text {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #ff5421;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.banner.style12 .banner-content .title {
  font-size: 48px;
  line-height: 62px;
  font-weight: 800;
  color: #101010;
  margin-bottom: 30px;
}

.banner.style12 .banner-content .title span {
  color: #ff5421;
}

.banner.style12 .banner-content .desc {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 45px;
}

.banner.style12 .banner-content .search-widget .search-wrap {
  position: relative;
}

.banner.style12 .banner-content .search-widget .search-wrap [type=search] {
  outline: none;
  padding: 20px 30px;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  padding-right: 77px;
  width: 100%;
}

.banner.style12 .banner-content .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #ff5421;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  z-index: 10;
  font-size: 20px;
  font-weight: 700;
}

.banner.style12 .banner-img img {
  max-width: unset;
  width: 620px;
}

.banner.style13 {
  background-image: url(assets/images/banner/home15/banner-1.html);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 136px 0px 0px 0px;
  position: relative;
  z-index: 111;
  overflow: hidden;
}

.banner.style13 .banner-content {
  padding: 30px 0 0;
}

.banner.style13 .banner-content .sub-text {
  font-size: 16px;
  font-weight: 700;
  color: #ff5421;
  text-transform: uppercase;
  font-family: "Nunito", Sans-serif;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

.banner.style13 .banner-content .title {
  font-size: 52px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.banner.style13 .banner-content .desc {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 35px;
}

.banner.style13 .banner-content .search-widget .search-wrap {
  position: relative;
}

.banner.style13 .banner-content .search-widget .search-wrap [type=search] {
  outline: none;
  padding: 20px 30px;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  padding-right: 77px;
  width: 100%;
}

.banner.style13 .banner-content .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #ff5421;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  z-index: 10;
  font-size: 20px;
  font-weight: 700;
}

.banner.style13 .banner-content .search-widget .search-wrap button i:before {
  font-size: 20px;
}

.banner.style13 .banner-content ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #363636;
  opacity: 0.3;
}

.banner.style13 .banner-content ::-moz-placeholder {
  /* Firefox 19+ */

  color: #363636;
  opacity: 0.3;
}

.banner.style13 .banner-content :-ms-input-placeholder {
  /* IE 10+ */

  color: #363636;
  opacity: 0.3;
}

.banner.style13 .banner-content :-moz-placeholder {
  /* Firefox 18- */

  color: #363636;
  opacity: 0.3;
}

.banner.style13 .banner-img img {
  position: relative;
  max-width: 925px;
  right: 5%;
  bottom: -8px;
}

.banner.style13 .animation-part .animate-style {
  position: absolute;
  bottom: 0;
  z-index: -111;
}

.banner.style13 .animation-part .animate-style.one {
  left: 10%;
  top: 42%;
}

.banner.style13 .animation-part .animate-style.two {
  left: 10%;
  bottom: 10%;
}

.banner.style13 .animation-part .animate-style.three {
  left: 30%;
  top: 3%;
}

.banner.style13 .animation-part .animate-style.four {
  left: 48%;
  top: 10%;
}

.banner.style13 .animation-part .animate-style.five {
  right: 25%;
  top: 17%;
}

.banner.style13 .animation-part .animate-style.six {
  left: 12%;
  top: 40%;
}

.banner .left-shape {
  position: absolute;
  top: -30px;
  left: 40px;
  z-index: -1;
}

.banner .right-shape {
  position: absolute;
  top: 65px;
  right: -90px;
  z-index: -1;
}

.banner .bottom-shape {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.banner .bottom-shape img {
  width: 100%;
}

/* ------------------------------------
    06. Slider Section CSS
---------------------------------------*/
.slider.style1 {
  position: relative;
}

.slider.style1 .slider-content {
  padding: 250px 0;
}

.slider.style1 .slider-content .sl-sub-title {
  font-size: 48px;
  line-height: 58px;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 24px;
}

.slider.style1 .slider-content .sl-title {
  font-size: 90px;
  line-height: 100px;
  margin-bottom: 39px;
  margin-left: -5px;
}

.slider.style1 .slider-content.slide1 {
  background: url(assets/images/slider/h2-1.html);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider.style1 .slider-content.slide2 {
  background: url(assets/images/slider/h2-2.html);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider.style1 .owl-nav .owl-next,
.slider.style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: var(--green);
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}

.slider.style1 .owl-nav .owl-next i:before,
.slider.style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}

.slider.style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}

.slider.style1 .owl-nav .owl-next i:before {
  content: "\f137";
}

.slider.style1:hover .owl-nav .owl-next,
.slider.style1:hover .owl-nav .owl-prev {
  left: 50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}

.slider.style1:hover .owl-nav .owl-next {
  right: 50px;
  left: unset;
}

.slider.style2 .slide-part {
  background: #f9f8f8;
  padding: 100px 0 0;
}

.slider.style2 .slide-part .img-part {
  margin-bottom: -80px;
  overflow: hidden;
}

.slider.style2 .slide-part .content {
  padding: 100px 0 100px;
}

.slider.style2 .slide-part .content .title {
  font-size: 55px;
  line-height: 70px;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 40px;
  color: #031a3d;
}

.slider.style2 .slide-part .content .sub-title {
  font-size: 16px;
  line-height: 25px;
  color: #ff5421;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.slider.style2 .owl-nav .owl-next,
.slider.style2 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}

.slider.style2 .owl-nav .owl-next i:before,
.slider.style2 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}

.slider.style2 .owl-nav .owl-next:hover,
.slider.style2 .owl-nav .owl-prev:hover {
  background: #ff5421;
  color: #ffffff;
}

.slider.style2 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}

.slider.style2 .owl-nav .owl-next i:before {
  content: "\f137";
}

.slider.style2:hover .owl-nav .owl-next,
.slider.style2:hover .owl-nav .owl-prev {
  left: 50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}

.slider.style2:hover .owl-nav .owl-next {
  right: 50px;
  left: unset;
}

.slider.style2 .owl-carousel .owl-stage-outer {
  padding: 0 0 80px;
  margin: 0 0 -80px;
}

.slider.main-home {
  position: relative;
}

.slider.main-home .slider-content {
  text-align: center;
}

.slider.main-home .slider-content .content-part {
  /* padding: 250px 35px 280px;
  max-width: 900px; */
  margin: 0 auto;
}
.slider.main-home .slider-content .content-part img{
  width:100%;
  height:530px;
}


.slider.main-home .slider-content .content-part .sl-sub-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #ff5421;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.slider.main-home .slider-content .content-part .sl-title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 65px;
}

.slider.main-home .slider-content.slide1 {
  background: url(assets/img/slider/slider-1.html);
  background-size: 100% 530px;
  background-position: center;
  background-repeat: no-repeat;
}

.slider.main-home .slider-content.slide2 {
  background: url(assets/img/slider/slider-2.html);
  background-size: 100% 530px;
  background-position: center;
  background-repeat: no-repeat;
}

.slider.main-home .slider-content.slide3 {
  background: url(assets/img/slider/slider-3.html);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.slider.main-home .slider-content.slide4 {
  background: url(assets/img/slider/slider-4.html);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* .slider.main-home .slider-content.slide5 {
  background: url(assets/img/slider/9.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
} */

.slider.main-home .owl-nav .owl-next,
.slider.main-home .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #ff5421;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}

.slider.main-home .owl-nav .owl-next i:before,
.slider.main-home .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}

.slider.main-home .owl-nav .owl-next:hover,
.slider.main-home .owl-nav .owl-prev:hover {
  background: #ed3600;
}

.slider.main-home .owl-nav .owl-next {
  right: 30px;
  left: unset;
}

.slider.main-home .owl-nav .owl-next i:before {
  content: "\f137";
}

.slider.main-home:hover .owl-nav .owl-next,
.slider.main-home:hover .owl-nav .owl-prev {
  left: 50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}

.slider.main-home:hover .owl-nav .owl-next {
  right: 50px;
  left: unset;
}

/* ------------------------------------
    06. Breadcrumbs Section CSS
---------------------------------------*/
.breadcrumbs {
  position: relative;
}

.breadcrumbs .breadcrumbs-img img {
  width: 100%;
  height: 391px;
  /* object-fit: cover; */
  object-fit: fill;
}

.breadcrumbs .breadcrumbs-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.breadcrumbs .breadcrumbs-text .page-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #ff5421;
}

.breadcrumbs .breadcrumbs-text ul {
  padding: 0;
}

.breadcrumbs .breadcrumbs-text ul li {
  color: #505050;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumbs .breadcrumbs-text ul li a {
  position: relative;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #505050;
}

.breadcrumbs .breadcrumbs-text ul li a:before,
.breadcrumbs .breadcrumbs-text ul li a:after {
  background-color: #505050;
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 2px;
  transform: rotate(26deg);
}

.breadcrumbs .breadcrumbs-text ul li a:before {
  right: 13px;
}

.breadcrumbs .breadcrumbs-text ul li a:hover {
  color: #ff5421;
}

.breadcrumbs .breadcrumbs-text.white-color .page-title {
  color: #ffffff;
}

.breadcrumbs .breadcrumbs-text.white-color ul li {
  color: #ffffff;
}

.breadcrumbs .breadcrumbs-text.white-color ul li a {
  color: #ffffff;
}

.breadcrumbs .breadcrumbs-text.white-color ul li a:before,
.breadcrumbs .breadcrumbs-text.white-color ul li a:after {
  background-color: #ffffff;
}

.breadcrumbs .breadcrumbs-text.white-color ul li a:before {
  right: 13px;
}

.breadcrumbs .breadcrumbs-text.white-color ul li a:hover {
  color: #ff5421;
}

.breadcrumbs .breadcrumbs-text.padding {
  padding-top: 100px;
}
.breadcrumbs .breadcrumbs-img:after{
/* .breadcrumbs-overlay:after { */
  content: '';
  position: absolute;
  background-color: rgba(17, 17, 17, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.breadcrumbs1 {
  background-image: url(assets/images/1.html);
  background-size: cover;
  background-position: center;
  background-position: center top;
}

/* ------------------------------------
    07. About Section CSS
---------------------------------------*/
.about .histort-part {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: none;
  display: block;
}

.about .histort-part .single-history {
  display: block;
  margin-bottom: 30px;
}

.about .histort-part .single-history a {
  padding: 28px 20px 22px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 5px;
  width: 230px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background: #171F32;
  transition: all 0.3s ease;
}

.about .histort-part .single-history a .icon-part {
  display: block;
  margin-bottom: 15px;
}

.about .histort-part .single-history a .icon-part i:before {
  font-size: 45px;
  line-height: 1;
  color: #ffffff;
}

.about .histort-part .single-history a:hover,
.about .histort-part .single-history a.active {
  background: #ff5421;
}

.about .histort-part .last-item {
  margin-bottom: 0;
}

.about .history-list .title {
  font-size: 22px;
  padding: 0;
  margin-bottom: 15px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #111111;
}

.about .history-list .title:before {
  display: none;
}

.about .history-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

.about .history-list li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 25px;
  width: 5px;
  height: 5px;
  background: #111111;
}

.about .history-list li:last-child {
  margin-bottom: 0;
}

.about.style1 .about-part {
  background: #e7f4f6;
  padding: 45px 41px 45px;
  border-radius: 5px;
  margin-top: -60px;
  border-bottom-right-radius: 20em;
}

.about.style1 .about-part .desc {
  font-size: 18px;
  line-height: 30px;
  color: #505050;
}

.about.style1 .about-part .sign-part {
  display: flex;
  align-items: center;
}

.about.style1 .about-part .sign-part .img-part {
  padding-right: 30px;
}

.about.style1 .about-part .sign-part .author-part span {
  display: block;
}

.about.style1 .about-part .sign-part .author-part .post {
  font-size: 18px;
}

.about.style1 .notice-bord.style1 {
  margin-top: -60px;
}

.about.style1 .notice-bord.style1 .title {
  background: var(--green);
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 25px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.about.style1 .notice-bord.style1 li {
  position: relative;
  background: #e7f4f6;
  margin-bottom: 12px;
  border-radius: 3px;
  padding: 20px;
  padding-left: 0 !important;
  overflow: hidden;
}

.about.style1 .notice-bord.style1 li .date {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: var(--green);
  border-right: 1px solid var(--green);
  padding-right: 10px;
  font-weight: 600;
  width: 60px;
}

.about.style1 .notice-bord.style1 li .date span {
  font-size: 22px;
  font-family: 'Nunito', sans-serif;
  display: block;
}

.about.style1 .notice-bord.style1 li .desc {
  padding-left: 95px;
  font-weight: 500;
}

.about.style1 .notice-bord.style1 li:last-child {
  margin-bottom: 0;
}

.about.style1 .img-part {
  position: relative;
}

.about.style1 .img-part .shape {
  position: absolute;
}

.about.style1 .img-part .top-center {
  top: -30px;
  left: 49%;
  z-index: -1;
}

.about.style1 .img-part .left-bottom {
  left: 0;
  bottom: 0;
}

.about.style1 .img-part .left-bottom.second {
  bottom: -40px;
}

.about.style2 .about-intro {
  border-radius: 3px;
  background: url(assets/images/bg/about-intro-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 88px 50px 95px;
  box-shadow: 0 0 20px 0px rgba(17, 41, 88, 0.2);
}

.about.style2 .couter-area .counter-item {
  text-align: center;
  padding: 34px 15px;
  border-radius: 3px;
  height: 100% !important;
}

.about.style2 .couter-area .counter-item .number {
  margin-bottom: 7px;
  font-size: 42px;
}

.about.style2 .couter-area .counter-item .title {
  font-size: 22px;
  color: #394459;
}

.about.style2 .couter-area .counter-item.one {
  background: #fbf8cc;
}

.about.style2 .couter-area .counter-item.two {
  background: #e9fbd5;
  height: 100%;
}

.about.style2 .couter-area .counter-item.three {
  background: #dcf1fd;
}

.about.style2 .grid-area .image-grid img {
  border-radius: 3px;
}

.about.style3 .couter-area .counter-item {
  text-align: center;
  padding: 34px 15px;
  border-radius: 10px;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about.style3 .couter-area .counter-item div {
  border: 1px solid black;
  border-radius: 10px;

  padding: 10px;
}

.about.style3 .couter-area .counter-item .count-img {
  display: block;
  margin: 0 auto 23px;
}

.about.style3 .couter-area .counter-item .number {
  margin-bottom: 7px;
  font-size: 42px;
  color: #111111;
}

.about.style3 .couter-area .counter-item .title {
  font-size: 22px;
  color: #505050;
}

.about.style3 .couter-area .counter-item.one {
  background: #fbf8cc;
}

.about.style3 .couter-area .counter-item.two {
  background: #e9fbd5;
}

.about.style3 .couter-area .counter-item.three {
  background: #dcf1fd;
}

.about.style4 .img-part {
  position: relative;
}

.about.style4 .img-part .about-main {
  position: relative;
  z-index: 9;
}

.about.style4 .img-part .shape {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.about.style4 .img-part .circle-bg {
  z-index: 1;
}

.about.style4 .about-content .title {
  font-size: 36px;
  font-weight: 800;
}

.about.style4 .about-content .sub-title {
  color: #54647b;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.about.style4 .about-content .contact-part li {
  display: inline-flex;
  align-items: center;
  margin: 0 30px 0 0;
  float: left;
}

.about.style4 .about-content .contact-part li span {
  display: block;
}

.about.style4 .about-content .contact-part li .img-part {
  float: left;
  width: 70px;
  height: 70px;
  line-height: 60px;
  border-radius: 50%;
  border: 5px solid #e5e8eb;
  text-align: center;
  margin-right: 30px;
}

.about.style4 .about-content .contact-part li .desc {
  font-size: 18px;
  font-weight: 500;
  color: #54647b;
}

.about.style4 .about-content .contact-part li .desc span a {
  font-size: 24px;
  color: #111111;
}

.about.style4 .about-content .contact-part li .desc a {
  color: #031a3d;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.about.style4 .about-content .contact-part li .desc a:hover {
  color: var(--green);
}

.about.style4 .about-content .contact-part li:last-child {
  margin: 0;
}

.about.style4 .about-content .book-part {
  position: absolute;
  right: 0;
  bottom: -25px;
  width: 775px;
}

.about.style4 .about-content .book-part .single-book {
  padding: 20px 60px;
  background: #f3f8f9;
  float: left;
}

.about.style5 {
  background-image: url(assets/img/bg/about-bg.html);
  background-size: cover;
  background-position: center;
}

.about.style5 .about-content .title {
  font-size: 42px;
  font-weight: 800;
}

.about.style5 .about-content .sub-title {
  color: #505050;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.about.style5 .about-content .contact-part li {
  position: relative;
  margin-bottom: 40px;
}

.about.style5 .about-content .contact-part li span {
  display: block;
}

.about.style5 .about-content .contact-part li .img-part {
  position: absolute;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 60px;
  border-radius: 50%;
  border: 5px solid #e5e8eb;
  text-align: center;
  margin-right: 30px;
}

.about.style5 .about-content .contact-part li .desc {
  font-size: 18px;
  font-weight: 500;
  color: #505050;
  padding-left: 95px;
}

.about.style5 .about-content .contact-part li .desc p {
  color: #031a3d;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 0;
}

.about.style5 .about-content .contact-part li .desc a {
  color: #111111;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.about.style5 .about-content .contact-part li .desc a:hover {
  color: var(--green);
}

.about.style5 .about-content .contact-part li .desc .address {
  color: #111111;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.about.style5 .about-content .contact-part li:last-child {
  margin-bottom: 0;
}

.about.style6 .desc {
  font-size: 16px;
  color: #505050;
  font-weight: 400;
}

.about.style6 .shape-animate {
  position: relative;
}

.about.style6 .shape-animate .transparent {
  position: absolute;
}

.about.style6 .shape-animate .transparent.left {
  left: 27%;
}

.about.style6 .shape-animate .transparent.right {
  right: 20%;
}

.about.style9 .content .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #f4bf00;
  text-transform: uppercase;
}

.about.style9 .content .sl-title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #111111;
}

.about.style9 .content .desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #505050;
}

.about.video-style {
  position: relative;
}

.about.video-style .icon-shape {
  position: absolute;
  top: -130px;
  left: -130px;
}

.about.video-style .dot-shape {
  position: absolute;
  right: -90px;
  bottom: 30px;
}

.about.video-style .about-content {
  padding: 70px 70px 70px 160px;
  margin-left: -120px;
  margin-top: -70px;
}

.about.video-img {
  background: url(assets/images/video/bg.html);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  padding-bottom: 500px;
}

.about.video-img .shape-img {
  position: absolute;
  bottom: 0;
}

.about.video-img .shape-img.left {
  left: 100px;
}

.about.video-img .shape-img.center {
  left: 50%;
  transform: translateX(-50%);
}

.about.video-img .shape-img.right {
  right: 100px;
}

.about.style8 .main-content {
  padding: 40px 33px;
  background: #f9f8f8;
  position: relative;
  border-radius: 6px;
}

.about.style8 .main-content .img-part {
  position: absolute;
  left: -240px;
  top: -50px;
  z-index: 111;
}

.about.style8 .main-content .img-part img {
  border-radius: 6px;
}

.about.style8 .main-content .images-title img {
  border-radius: 6px;
}

.about.style9 .content-part {
  background-color: #F9F8F8;
  padding: 65px 30px 70px 100px;
  position: relative;
}

.about.style9 .content-part .about-img {
  position: absolute;
  z-index: 111;
  left: -480px;
  top: 83px;
}

.about.style9 .content-part .about-img img {
  border-radius: 6px;
}

.about.orange-color .histort-part .single-history .icon-part i:before {
  color: #ff5421;
}

.about.style10 {
  position: relative;
}

.about.style10 .shape-icons .shape {
  position: absolute;
  bottom: 0;
}

.about.style10 .shape-icons .shape.one {
  right: 49%;
  bottom: 28%;
}

.about.style10 .shape-icons .shape.two {
  top: 19%;
  left: 23%;
}

/* ------------------------------------
    08. Services Section CSS
---------------------------------------*/
.services.style1 .service-item {
  position: relative;
  overflow: hidden;
}

.services.style1 .service-item .scale-img {
  transition: all 0.3s ease;
  transform: scale(1);
}

.services.style1 .service-item .content-part {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  text-align: center;
}

.services.style1 .service-item .content-part i {
  font-size: 40px;
  color: #ffffff;
}

.services.style1 .service-item .content-part i:before {
  font-size: 40px;
}

.services.style1 .service-item .content-part .title {
  font-size: 22px;
  margin: 17px 0 0 0;
}

.services.style1 .service-item .content-part .title a {
  color: #ffffff;
}

.services.style1 .service-item .content-part .title a:hover {
  opacity: 0.8;
}

.services.style1 .service-item:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #273c66;
  opacity: 0.9;
}

.services.style1 .service-item.overly1:after {
  background: #273c66;
}

.services.style1 .service-item.overly2:after {
  background: var(--green);
}

.services.style1 .service-item.overly3:after {
  background: #772bea;
}

.services.style1 .service-item.overly4:after {
  background: #16aaca;
}

.services.style1 .service-item:hover .scale-img {
  transform: scale(1.1);
}

.services.style2 .service-item {
  text-align: center;
  background: #f3fafc;
}

.services.style2 .service-item .content-part {
  position: unset;
  transform: unset;
  padding: 60px 35px 50px;
}

.services.style2 .service-item .content-part .icon-part i {
  color: var(--green);
}

.services.style2 .service-item .content-part .icon-part i:before {
  font-size: 75px;
}

.services.style2 .service-item .content-part .title {
  font-size: 22px;
  margin: 20px 0 0 0;
}

.services.style2 .service-item .content-part .title a {
  color: #111111;
}

.services.style2 .service-item .content-part .title a:hover {
  color: var(--green);
}

.services.style2 .service-item .content-part .desc {
  margin-bottom: 15px;
  margin-top: 5px;
}

.services.style2 .service-item .content-part .service-btn {
  position: relative;
  padding-right: 20px;
  color: #111111;
}

.services.style2 .service-item .content-part .service-btn i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.services.style2 .service-item .content-part .service-btn:hover {
  color: var(--green);
}

.services.style2 .service-item .content-part .service-btn:hover i {
  right: -5px;
}

.services.style6 .services-wrap {
  text-align: center;
  padding: 50px 30px 50px;
  border-radius: 10px;
}

.services.style6 .services-wrap .services-item {
  transition: all .8s ease;
  position: relative;
}

.services.style6 .services-wrap .services-item .services-desc .title {
  font-size: 22px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.services.style6 .services-wrap .services-item .services-desc .title a {
  color: #111111;
}

.services.style6 .services-wrap .services-item .services-desc .title a:hover {
  color: var(--green);
  transition: all 0.3s ease;
}

.services.style6 .services-wrap .services-item .services-desc p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #505050;
  margin: 0;
}

.services.style6 .services-wrap.bg1 {
  background: #fdfcdb;
}

.services.style6 .services-wrap.bg2 {
  background: #fbe7e4;
}

.services.style6 .services-wrap.bg3 {
  background: #e7f6fa;
}

.services.style6 .services-wrap.bg4 {
  background: #f3e9fe;
}

.services.style6 .services-wrap:hover .services-item {
  transform: translateY(-10px);
}

.services.style6 .services-wrap:hover .services-item .services-desc .title a {
  color: var(--green);
}

.services.style7 .services-item {
  position: relative;
}

.services.style7 .services-item .img-part img {
  width: 100%;
}

.services.style7 .services-item .content-part {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 30px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.services.style7 .services-item .content-part .title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}

.services.style7 .services-item .content-part .title a {
  color: #ffffff;
}

.services.style7 .services-item .content-part .title a:hover {
  color: var(--green);
  transition: all 0.3s ease;
}

.services.style7 .services-item .content-part .desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.services.style7 .services-item:hover .content-part {
  top: -10px;
}

.services.style8 .services-item .services-icon {
  margin-bottom: 20px;
}

.services.style8 .services-item .services-icon img {
  width: 55px;
}

.services.style8 .services-item .services-title .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}

.services.style8 .services-item .services-title .title:hover {
  color: #ff5421;
}

.services.style8 .services-item .services-txt {
  color: #ffffff;
  margin: 0;
}

.services.home12-style {
  background: url(assets/images/bg/home12/services-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 0;
}

.services.home12-style .services-item {
  padding: 45px 15px 40px 15px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 30px #eee;
}

.services.home12-style .services-item .services-image .services-icons {
  padding-bottom: 20px;
}

.services.home12-style .services-item .services-image .services-icons img {
  width: 100px;
}

.services.home12-style .services-item .services-image .services-text .services-title .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #171f32;
  padding-bottom: 15px;
  margin: 0;
}

.services.home12-style .services-item .services-image .services-text .text {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #363636;
  margin: 0;
  padding-bottom: 10px;
}

.services.home12-style .services-item:hover .services-image .services-text .services-title .title {
  color: #0c8b51;
}

/* ------------------------------------
    09. Subject Section CSS
---------------------------------------*/
.subject.style1 .subject-wrap {
  text-align: center;
  background: #d3fcf8;
  border-radius: 10px;
  padding: 50px 30px 45px;
}

.subject.style1 .subject-wrap img {
  transition: all 0.3s ease;
  transform: translateY(0);
}

.subject.style1 .subject-wrap .title {
  margin: 20px 0 5px 0;
}

.subject.style1 .subject-wrap .title a {
  color: #111111;
}

.subject.style1 .subject-wrap .title a:hover {
  opacity: .8;
}

.subject.style1 .subject-wrap:hover img {
  transition: all 0.3s ease;
  transform: translateY(-7px);
}

.subject.style1 .subject-wrap.bgc1 {
  background: #d3fcf8;
}

.subject.style1 .subject-wrap.bgc2 {
  background: #16aaca;
}

.subject.style1 .subject-wrap.bgc3 {
  background: #f9e8e8;
}

.subject.style1 .subject-wrap.bgc4 {
  background: #f8f6d1;
}

.subject.style1 .subject-wrap.bgc5 {
  background: #eaddf8;
}

.subject.style1 .subject-wrap.bgc6 {
  background: #e9fbd5;
}

.subject.style1 .subject-wrap.text-light {
  color: #ffffff;
}

.subject.style1 .subject-wrap.text-light .title a {
  color: #ffffff;
}

/* ------------------------------------
    10. Categories Section CSS
---------------------------------------*/
.categories.style1 .categories-item {
  border: 1px solid #dfe9eb;
  background: #ffffff;
  overflow: hidden;
  padding: 30px 20px;
  display: block;
  color: #505050;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.categories.style1 .categories-item .icon-part {
  float: left;
  margin-right: 25px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  background: rgba(240, 124, 0, 0.2);
  text-align: center;
  transition: all 0.3s ease;
  min-width: 70px;
}

.categories.style1 .categories-item .icon-part img {
  -webkit-transition: all 0.4s ease;
  transform: scale(1);
}

.categories.style1 .categories-item .content-part .title {
  color: #111111;
  margin-bottom: 5px;
  font-size: 22px;
  transition: all 0.3s ease;
}

.categories.style1 .categories-item:hover {
  background: var(--green);
  color: #ffffff;
  border-color: var(--green);
}

.categories.style1 .categories-item:hover .icon-part {
  background: #ffffff;
}

.categories.style1 .categories-item:hover .icon-part img {
  transform: scale(0.9);
}

.categories.style1 .categories-item:hover .content-part .title {
  color: #ffffff;
}

.categories.main-home .categories-items {
  position: relative;
  transition: all 0.3s ease;
}

.categories.main-home .categories-items .cate-images a img {
  box-shadow: 0 0 30px #eee;
  background: #fff;
  border-radius: 0 0 5px 5px;
  position: relative;
  transition: all 500ms ease;
  border-radius: 5px;
}

.categories.main-home .categories-items .contents {
  position: absolute;
  left: 0px;
  z-index: 3;
  width: 100%;
  text-align: left;
  transition: all 500ms ease;
  padding: 30px 40px;
  bottom: 0;
  display: flex;
  align-items: center;
}

.categories.main-home .categories-items .contents .img-part img {
  width: 42px;
  margin: 0 20px 8px 0;
}

.categories.main-home .categories-items .contents .content-wrap .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

.categories.main-home .categories-items .contents .content-wrap .title a {
  color: #ffffff;
}

.categories.main-home .categories-items .contents .content-wrap .title a:hover {
  color: #ff5421;
}

.categories.main-home .categories-items .contents .content-wrap .course-qnty {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #ffffff;
  transition: all 500ms ease;
  margin: 0px;
}

.categories.main-home .categories-items:before {
  content: "";
  background: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  border-radius: 5px;
  transition: all 500ms ease;
  z-index: 1;
}

.categories.main-home .categories-items:hover {
  transform: translateY(-10px);
}

.categories.home9-style .categories-items {
  position: relative;
  transition: all 0.3s ease;
}

.categories.home9-style .categories-items .images-part a img {
  border-radius: 4px 4px 0px 0px;
}

.categories.home9-style .categories-items .image-content {
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18);
  padding: 70px 30px 25px 40px;
  background-color: #ffffff;
  position: relative;
}

.categories.home9-style .categories-items .image-content .effect-icon {
  background: #1c335e;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -44px;
  text-align: center;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 0 50px #eee;
}

.categories.home9-style .categories-items .image-content .effect-icon i {
  color: #f4bf00;
  font-size: 35px;
}

.categories.home9-style .categories-items .image-content .title {
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: #101010;
  margin-bottom: 17px;
}

.categories.home9-style .categories-items .image-content .title a {
  color: #101010;
}

.categories.home9-style .categories-items .image-content .title a:hover {
  color: #f4bf00;
}

.categories.home9-style .categories-items .image-content .description p {
  font-weight: 400;
  color: #505050;
  font-size: 16px;
  padding-right: 50px;
}

.categories.home9-style .categories-items .image-content .button-bottom .button-effect {
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  transition: all .8s ease;
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}

.categories.home9-style .categories-items .image-content .button-bottom .button-effect a {
  text-transform: uppercase;
  color: #1c335f;
  padding: 13px 35px 13px 35px;
  background-color: #f4bf00;
  border-radius: 30px 30px 30px 30px;
}

.categories.home9-style .categories-items .image-content .button-bottom .button-effect a:hover {
  color: #ffffff;
  background: #1c335f;
}

.categories.home9-style .categories-items:hover {
  transform: translateY(-10px);
}

.categories.home9-style .categories-items:hover .image-content .title a {
  color: #f4bf00;
}

.categories.home9-style .categories-items:hover .image-content .button-bottom .button-effect {
  opacity: 1;
  visibility: visible;
}

.categories.home11-style {
  background-position: center;
}

.categories.home11-style .img-part {
  background: url(assets/images/categories/home11/1.html);
  background-size: cover;
  background-repeat: no-repeat;
}

.categories.home11-style .main-part {
  background: #e7f8fb;
  padding: 100px 300px 100px 70px;
}

.categories.home11-style .main-part .categories-item {
  display: flex;
}

.categories.home11-style .main-part .categories-item .icon-part {
  margin-right: 15px;
}

.categories.home11-style .main-part .categories-item .content-part .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.categories.home11-style .main-part .categories-item .content-part .title a {
  color: #4e49a1;
}

.categories.home11-style .main-part .categories-item .content-part .title a:hover {
  color: var(--green);
}

.categories.home11-style .main-part .categories-item .content-part p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #54647b;
  margin: 0;
}

.categories.home-style14 .categories-items {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.categories.home-style14 .categories-items .cate-images {
  position: relative;
  transition: all 500ms ease;
}

.categories.home-style14 .categories-items .cate-images:before {
  content: "";
  left: 0;
  display: block;
  background: rgba(23, 31, 50, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 5px;
}

.categories.home-style14 .categories-items .cate-images a img {
  box-shadow: 0 0 30px #eee;
  background: #fff;
  border-radius: 0 0 5px 5px;
  position: relative;
  transition: all 500ms ease;
  border-radius: 5px;
}

.categories.home-style14 .categories-items .contents {
  position: absolute;
  left: 50%;
  bottom: -185px;
  z-index: 3;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
  padding: 26px 20px 20px 20px;
}

.categories.home-style14 .categories-items .contents .img-part img {
  width: 42px;
  margin: 0 0px 15px 0;
}

.categories.home-style14 .categories-items .contents .content-wrap .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

.categories.home-style14 .categories-items .contents .content-wrap .title a {
  color: #ffffff;
}

.categories.home-style14 .categories-items .contents .content-wrap .title a:hover {
  color: #ff5421;
}

.categories.home-style14 .categories-items .contents .content-wrap .course-qnty {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  margin: 7px 0;
  display: inline-block;
}

.categories.home-style14 .categories-items .contents .content-wrap .btn2 a {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  margin-top: 12px;
  background: #ff5421;
  color: #fff;
  display: inline-block;
  padding: 6px 22px;
  border-radius: 5px;
}

.categories.home-style14 .categories-items:hover {
  transform: translateY(-10px);
}

.categories.home-style14 .categories-items:hover .contents {
  bottom: -80px;
}

.categories.home-style14 .categories-items:hover .contents .content-wrap .course-qnty {
  visibility: visible;
  opacity: 1;
}

.categories.home-style14 .categories-items:hover .contents .content-wrap .btn2 a {
  visibility: visible;
  opacity: 1;
}

.categories.style2 .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}

.categories.style2 .categories-items .cate-item {
  position: relative;
  transition: all 500ms ease;
  box-shadow: 0 0 30px #eee;
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 10px #eae4e4;
  padding: 30px 35px 35px;
  text-align: center;
}

.categories.style2 .categories-items .cate-item .cate-img img {
  width: 60px;
  margin: 0 auto;
}

.categories.style2 .categories-items .cate-item .cate-content .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin: 25px 0px 20px 0px;
}

.categories.style2 .categories-items .cate-item .cate-content .title a {
  color: #101010;
}

.categories.style2 .categories-items .cate-item .cate-content .title a:hover {
  color: #ff5421;
}

.categories.style2 .categories-items .cate-item .cate-content .course-qnty {
  color: #101010;
}

.categories.style2 .categories-items .cate-item:hover {
  transform: translateY(-10px);
}

.categories.style2 .owl-nav .owl-next,
.categories.style2 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border: 1px solid #101010;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #101010;
  background: 0 0;
  transition: .4s;
  margin: 0 auto;
  text-align: center;
}

.categories.style2 .owl-nav .owl-next i,
.categories.style2 .owl-nav .owl-prev i {
  margin-top: 13px;
}

.categories.style2 .owl-nav .owl-next i:before,
.categories.style2 .owl-nav .owl-prev i:before {
  content: "\f133";
  font-family: Flaticon;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.categories.style2 .owl-nav .owl-next:hover,
.categories.style2 .owl-nav .owl-prev:hover {
  background: #ff5421;
  color: #ffffff;
  border: 1px solid #ff5421;
}

.categories.style2 .owl-nav .owl-next {
  right: -75px;
  left: unset;
}

.categories.style2 .owl-nav .owl-next i:before {
  content: "\f133";
  font-size: 18px;
  font-weight: 400;
}

.categories.style2 .owl-nav .owl-prev {
  right: unset;
  left: -105px;
}

.categories.style2 .owl-nav .owl-prev i:before {
  content: "\f134";
  font-size: 18px;
  font-weight: 400;
}

/* ------------------------------------
    11. Popular Courses Section CSS
---------------------------------------*/
.popular-courses.style1 .courses-item {
  padding: 15px;
  border: 1px solid #dfe9eb;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.popular-courses.style1 .courses-item .img-part {
  margin-bottom: 22px;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: var(--orange);
}

.popular-courses.style1 .courses-item .img-part:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.popular-courses.style1 .courses-item .img-part img {
  width: 100%;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
  height: 200px;
  /* object-fit: scale-down; */
}

.popular-courses.style1 .courses-item .content-part .meta-part {
  margin-bottom: 8px;
}

.popular-courses.style1 .courses-item .content-part .meta-part li {
  display: inline;
  margin-right: 10px;
}

.popular-courses.style1 .courses-item .content-part .meta-part li span.price {
  display: inline-block;
  padding: 1px 10px;
  color: #ffffff;
  font-weight: 500;
  background: var(--green);
  border-radius: 3px;
  transition: all 0.3s ease;
}

.popular-courses.style1 .courses-item .content-part .meta-part li a.categorie {
  color: #505050;
}

.popular-courses.style1 .courses-item .content-part .meta-part li:last-child {
  margin: 0;
}

/* .popular-courses.style1 .courses-item .content-part .title {
  font-size: 24px;
} */

.popular-courses.style1 .courses-item .content-part .title a {
  color: #111111;
}
.ebookPage.popular-courses.style1 .courses-item .content-part .title a {
  font-size: 20px;
}

.popular-courses.style1 .courses-item .content-part .bottom-part {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.popular-courses.style1 .courses-item .content-part .bottom-part .info-meta {
  float: left;
  padding-top: 10px;
}

.popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li {
  display: inline;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li.user i {
  color: #505050;
  margin-right: 8px;
  transition: all 0.3s ease;
}

.popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li.ratings i {
  color: #fcb903;
}

.popular-courses.style1 .courses-item .content-part .bottom-part .info-meta li:last-child {
  margin: 0;
}

.popular-courses.style1 .courses-item .content-part .bottom-part .btn-part {
  text-align: center;
}

.popular-courses.style1 .courses-item .content-part .bottom-part .btn-part a {
  padding: 0px 13px;
  background: #f3f8f9;
  border: 1px solid var(--green);
  display: inline-block;
  border-radius: 3px;
  color: #111111;
}

.popular-courses.style1 .courses-item .content-part .bottom-part .btn-part a i:before {
  font-size: 18px;
  font-weight: 700;
}

.popular-courses.style1.modify1 .courses-item {
  overflow: hidden;
  transition: all 0.3s ease;
}

.popular-courses.style1.modify1 .courses-item .img-part {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 4px;
}

.popular-courses.style1.modify1 .courses-item .img-part img {
  transition: all 500ms ease;
  transform: scale(1);
  object-fit: scale-down;
}

.popular-courses.style1.modify1 .courses-item .content-part .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.popular-courses.style1.modify1 .courses-item .content-part .title a {
  color: #111111;
}

.popular-courses.style1.modify1 .courses-item .content-part .title a:hover {
  color: #ff5421;
}

.popular-courses.style1.modify1 .courses-item:hover .img-part img {
  transform: scale(1.1);
}

.popular-courses.style2 .course-wrap {
  background: #c7e8f0;
  position: relative;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  overflow: hidden;
  padding: 30px;
}

.popular-courses.style2 .course-wrap .front-part {
  z-index: 1;
  position: relative;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.popular-courses.style2 .course-wrap .front-part .img-part {
  margin-bottom: 21px;
}

.popular-courses.style2 .course-wrap .front-part .content-part a.categorie {
  color: #505050;
}

.popular-courses.style2 .course-wrap .front-part .content-part .title {
  margin: 7px 0 0 0;
}

.popular-courses.style2 .course-wrap .front-part .content-part .title a {
  color: #111111;
}

.popular-courses.style2 .course-wrap .inner-part {
  z-index: 1;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.popular-courses.style2 .course-wrap .inner-part .content-part a.categorie {
  color: #ffffff;
}

.popular-courses.style2 .course-wrap .inner-part .content-part a.categorie:hover {
  color: #111111;
}

.popular-courses.style2 .course-wrap .inner-part .content-part .title {
  margin: 10px 0 25px;
}

.popular-courses.style2 .course-wrap .inner-part .content-part .title a {
  color: #ffffff;
}

.popular-courses.style2 .course-wrap .inner-part .content-part .title a:hover {
  color: #111111;
}

.popular-courses.style2 .course-wrap .inner-part .content-part .course-meta li {
  color: #ffffff;
  display: inline;
  margin-right: 15px;
}

.popular-courses.style2 .course-wrap .inner-part .content-part .course-meta li.course-user i {
  margin-right: 6px;
}

.popular-courses.style2 .course-wrap .inner-part .content-part .course-meta li.ratings i {
  margin-right: 3px;
  color: #fcb903;
}

.popular-courses.style2 .course-wrap .inner-part .content-part .course-meta li:last-child {
  margin: 0;
}

.popular-courses.style2 .course-wrap .price-btn {
  position: absolute;
  bottom: 0;
  padding-bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.popular-courses.style2 .course-wrap .price-btn a {
  font-weight: 500;
  background: #ffffff;
  border-radius: 3px;
  color: #111111;
  display: inline-block;
  padding: 5px 5px 5px 10px;
}

.popular-courses.style2 .course-wrap .price-btn a i {
  padding-left: 5px;
}

.popular-courses.style2 .course-wrap .price-btn a i:before {
  font-size: 15px;
  color: #ffffff;
  width: 41px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: var(--green);
  display: inline-block;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.popular-courses.style2 .course-wrap .price-btn a:hover i:before {
  background: #111111;
}

.popular-courses.style2 .course-wrap:after,
.popular-courses.style2 .course-wrap:before {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 0;
  background: #b5e2ec;
}

.popular-courses.style2 .course-wrap:after {
  width: 146px;
  height: 146px;
  left: -73px;
  bottom: 70px;
}

.popular-courses.style2 .course-wrap:before {
  width: 412px;
  height: 412px;
  right: -133px;
  top: -80px;
}

.popular-courses.style2 .course-wrap:hover {
  background: #16aaca;
}

.popular-courses.style2 .course-wrap:hover .front-part {
  opacity: 0;
  visibility: hidden;
}

.popular-courses.style2 .course-wrap:hover .inner-part,
.popular-courses.style2 .course-wrap:hover .price-btn {
  opacity: 1;
  visibility: visible;
}

.popular-courses.style2 .course-wrap:hover:after,
.popular-courses.style2 .course-wrap:hover:before {
  background: #1ca6c7;
}

.popular-courses.style3 .courses-item {
  border: 1px solid #dfe9eb;
  transition: all 0.3s ease;
}

.popular-courses.style3 .courses-item .img-part img {
  width: 100%;
  transition: all 0.3s ease;
}

.popular-courses.style3 .courses-item .content-part {
  position: relative;
  padding: 40px 25px;
}

.popular-courses.style3 .courses-item .content-part a.categories {
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 500;
  background: var(--green);
  border-radius: 3px;
  transition: all 0.3s ease;
  position: absolute;
  top: -20px;
}

.popular-courses.style3 .courses-item .content-part .meta-part {
  margin-bottom: 17px;
}

.popular-courses.style3 .courses-item .content-part .meta-part li {
  display: inline;
  margin-right: 10px;
  font-weight: 700;
}

.popular-courses.style3 .courses-item .content-part .meta-part li:last-child {
  margin: 0;
}

.popular-courses.style3 .courses-item .content-part .title a {
  color: #111111;
}

.popular-courses.style3 .courses-item .content-part .bottom-part {
  overflow: hidden;
}

.popular-courses.style3 .courses-item .content-part .bottom-part .info-meta {
  float: left;
}

.popular-courses.style3 .courses-item .content-part .bottom-part .info-meta li {
  display: inline;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.popular-courses.style3 .courses-item .content-part .bottom-part .info-meta li.ratings i {
  color: #fcb903;
}

.popular-courses.style3 .courses-item .content-part .bottom-part .info-meta li:last-child {
  margin: 0;
}

.popular-courses.style3 .courses-item .content-part .bottom-part .btn-part {
  text-align: right;
}

.popular-courses.style3 .courses-item .content-part .bottom-part .btn-part a {
  color: #505050;
}

.popular-courses.style3 .courses-item .content-part .bottom-part .btn-part a i:before {
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
}

.popular-courses.style4 .sec-title .title {
  font-weight: 800;
}

.popular-courses.style4 .sec-title .sub-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  color: #485973;
}

.popular-courses.style4 .courses-item {
  border: 1px solid #dfe9eb;
  transition: all 0.3s ease;
}

.popular-courses.style4 .courses-item .img-part img {
  width: 100%;
  transition: all 0.3s ease;
}

.popular-courses.style4 .courses-item .content-part {
  position: relative;
  padding: 40px 25px;
}

.popular-courses.style4 .courses-item .content-part .price {
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 500;
  background: var(--green);
  border-radius: 3px;
  transition: all 0.3s ease;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.popular-courses.style4 .courses-item .content-part a.categories {
  color: #485973;
  display: inline-block;
  margin-bottom: 10px;
}

.popular-courses.style4 .courses-item .content-part .meta-part {
  margin-bottom: 17px;
}

.popular-courses.style4 .courses-item .content-part .meta-part li {
  display: inline;
  margin-right: 10px;
  font-weight: 700;
}

.popular-courses.style4 .courses-item .content-part .meta-part li:last-child {
  margin: 0;
}

.popular-courses.style4 .courses-item .content-part .title {
  font-size: 24px;
}

.popular-courses.style4 .courses-item .content-part .title a {
  color: #111111;
}

.popular-courses.style4 .courses-item .content-part .bottom-part {
  overflow: hidden;
}

.popular-courses.style4 .courses-item .content-part .bottom-part .user {
  float: left;
  margin-right: 20px;
}

.popular-courses.style4 .courses-item .content-part .bottom-part .info-meta {
  float: left;
}

.popular-courses.style4 .courses-item .content-part .bottom-part .info-meta li {
  display: inline;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.popular-courses.style4 .courses-item .content-part .bottom-part .info-meta li.ratings i {
  color: #fcb903;
}

.popular-courses.style4 .courses-item .content-part .bottom-part .info-meta li:last-child {
  margin: 0;
}

.popular-courses.style4 .courses-item .content-part .bottom-part .btn-part {
  text-align: right;
}

.popular-courses.style4 .courses-item .content-part .bottom-part .btn-part a {
  color: #505050;
}

.popular-courses.style4 .courses-item .content-part .bottom-part .btn-part a i:before {
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
}

.popular-courses.style5 .courses-item .courses-grid .img-part {
  overflow: hidden;
}

.popular-courses.style5 .courses-item .courses-grid .img-part a img {
  border-radius: 5px;
  transition: all 500ms ease;
  transform: scale(1);
}

.popular-courses.style5 .courses-item .courses-grid .content-part {
  padding: 50px 30px 50px;
  position: relative;
  text-align: center;
  background: #F9F8F8;
  border-color: #F9F8F8;
}

.popular-courses.style5 .courses-item .courses-grid .content-part .course-price .price {
  padding: 9px 20px;
  color: #ffffff;
  font-weight: 500;
  background: #ff5421;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.popular-courses.style5 .courses-item .courses-grid .content-part .title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 18px;
}

.popular-courses.style5 .courses-item .courses-grid .content-part .title a {
  color: #031a3d;
}

.popular-courses.style5 .courses-item .courses-grid .content-part .title a:hover {
  color: var(--green);
}

.popular-courses.style5 .courses-item .courses-grid .content-part .meta-part {
  text-align: center;
}

.popular-courses.style5 .courses-item .courses-grid .content-part .meta-part .user {
  display: inline-block;
  margin-right: 8px;
  color: #363636;
}

.popular-courses.style5 .courses-item .courses-grid .content-part .meta-part .user i:before {
  color: #ff5421;
  padding-right: 6px;
}

.popular-courses.style5 .courses-item .courses-grid .content-part .meta-part .user i:before:last-child {
  padding-left: 0;
}

.popular-courses.style5 .courses-item .courses-grid .content-part .meta-part .user:last-child {
  margin-right: 0;
}

.popular-courses.style5 .courses-item:hover .courses-grid .img-part a img {
  transform: scale(1.1);
}

.popular-courses.style6 .courses-item {
  background: #fff;
  border-radius: 5px;
  transition: .4s;
  overflow: hidden;
}

.popular-courses.style6 .courses-item .img-part {
  overflow: hidden;
}

.popular-courses.style6 .courses-item .img-part img {
  border-radius: 5px;
  transition: all 500ms ease;
  transform: scale(1.1);
}

.popular-courses.style6 .courses-item .content-part {
  padding: 25px 0px 25px 20px;
}

.popular-courses.style6 .courses-item .content-part .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}

.popular-courses.style6 .courses-item .content-part .title a {
  color: #101010;
}

.popular-courses.style6 .courses-item .content-part .title a:hover {
  color: #ff5421;
}

.popular-courses.style6 .courses-item .content-part .meta-part li .price {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #ff5421;
}

.popular-courses.style6 .courses-item:hover .img-part img {
  transform: scale(1);
}

.popular-courses.course-view-style .course-part {
  margin: 0 -15px;
}

.popular-courses.course-view-style .course-part .courses-item {
  float: left;
  width: 46%;
  margin: 0 15px;
  margin-bottom: 30px;
}

.popular-courses.course-view-style .course-part .courses-item.right {
  float: right;
}

.popular-courses.course-view-style .course-search-part {
  background-color: #fff;
  border: 1px solid #e0e0e08c;
  margin-bottom: 30px;
  padding: 15px 30px;
  display: inline-flex;
  width: 100%;
}

.popular-courses.course-view-style .course-search-part .course-view-part {
  display: flex;
  align-items: center;
  float: left;
  width: 90%;
}

.popular-courses.course-view-style .course-search-part .course-view-part .view-icons {
  float: left;
  margin-right: 20px;
  line-height: 1;
}

.popular-courses.course-view-style .course-search-part .course-view-part .view-icons a {
  color: #505050;
  font-size: 20px;
  opacity: 0.7;
}

.popular-courses.course-view-style .course-search-part .course-view-part .view-icons a.view-grid {
  color: var(--orange);
  opacity: 1;
}

.popular-courses.course-view-style .course-search-part .course-view-part .view-icons a:hover {
  color: #ff5421;
  opacity: 1;
}

.popular-courses.course-view-style .course-search-part .type-form {
  position: relative;
  float: right;
}

.popular-courses.course-view-style .course-search-part .type-form select {
  display: block;
  width: 100%;
  min-width: 125px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding: 0 40px 0 20px;
  background: #ff5421;
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.popular-courses.course-view-style .course-search-part .type-form .custom-select-box {
  position: relative;
}

.popular-courses.course-view-style .course-search-part .type-form .custom-select-box:before {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}

.popular-courses.course-view-style.list-view .course-part {
  margin: 0;
}

.popular-courses.course-view-style.list-view .course-part .courses-item {
  width: 100%;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}

.popular-courses.course-view-style.list-view .course-part .courses-item .img-part {
  margin: 0;
  margin-right: 30px;
}

.popular-courses.course-view-style.list-view .course-search-part .course-view-part .view-icons a.view-grid {
  color: #505050;
  opacity: 0.7;
}

.popular-courses.course-view-style.list-view .course-search-part .course-view-part .view-icons a.view-list {
  color: #ff5421;
  opacity: 1;
}

.popular-courses.course-view-style .widget-archives .categories {
  margin-left: 0px;
}

.popular-courses.course-view-style .filter-widget {
  position: relative;
}

.popular-courses.course-view-style .filter-widget h5 {
  position: relative;
  padding: 12px 25px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  color: #03382e;
  display: block;
  border-bottom: 1px solid #f0f5fb;
}

.popular-courses.course-view-style .filter-form {
  position: relative;
}

.popular-courses.course-view-style .filter-form span {
  position: relative;
  color: #626262;
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}

.popular-courses.course-view-style .filter-form .radio-box {
  position: relative;
  margin-left: 25px;
  margin-bottom: 12px;
}

.popular-courses.course-view-style .filter-form .radio-box label {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.popular-courses.course-view-style .filter-form .radio-box label:before {
  position: absolute;
  left: 0;
  top: 3px;
  height: 10px;
  width: 10px;
  background: #b6b6b6;
  content: "";
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid transparent;
}

.popular-courses.course-view-style .filter-form .radio-box label:after {
  position: absolute;
  left: 0px;
  top: 0;
  height: 15px;
  line-height: 15px;
  max-width: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  overflow: hidden;
  background: transparent;
  text-align: center;
  font-family: 'FontAwesome';
  -webkit-transition: max-width 500ms ease;
  -moz-transition: max-width 500ms ease;
  -ms-transition: max-width 500ms ease;
  -o-transition: max-width 500ms ease;
  transition: max-width 500ms ease;
}

.popular-courses.course-view-style .filter-form .radio-box input[type="radio"]:checked+label {
  border-color: #25a9e0;
}

.popular-courses.course-view-style .filter-form .radio-box input[type="radio"] {
  display: none;
}

.popular-courses.course-view-style .filter-form .radio-box input[type="radio"]:checked+label:before {
  border: 5px solid #ff5421;
  background: #ffffff;
}

.popular-courses.course-view-style .filter-form .radio-box input[type="radio"]:checked+label:after {
  max-width: 20px;
  opacity: 1;
}

.popular-courses.course-view-style .filter-form .radio-box:last-child {
  margin-bottom: 0px;
}

.popular-courses.course-view-style .filter-form .check-box {
  margin-left: 25px;
  margin-bottom: 12px;
}

.popular-courses.course-view-style .filter-form .check-box label {
  padding-left: 10px;
  line-height: 1;
}

.popular-courses.main-home .courses-item .courses-grid {
  padding: 0px;
  box-shadow: 0 0 30px #eee;
  border-radius: 0 0 4px 4px;
  background: #ffffff;
}

.popular-courses.main-home .courses-item .courses-grid .img-part {
  margin-bottom: 0px;
  overflow: hidden;
}

.popular-courses.main-home .courses-item .courses-grid .img-part a img {
  border-radius: 4px 4px 0 0;
  transition: all .8s ease;
  transform: scale(1);
}

.popular-courses.main-home .courses-item .courses-grid .content-part {
  padding: 32px 35px 35px 35px;
}

.popular-courses.main-home .courses-item .courses-grid .content-part .info-meta {
  padding-bottom: 10px;
}

.popular-courses.main-home .courses-item .courses-grid .content-part .info-meta li {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.popular-courses.main-home .courses-item .courses-grid .content-part .info-meta li i {
  color: #fcb903;
}

.popular-courses.main-home .courses-item .courses-grid .content-part .course-price .price {
  padding: 3px 15px;
  color: #ffffff;
  font-weight: 500;
  background: #ff5421;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: absolute;
  top: 20px;
  right: 38px;
}

.popular-courses.main-home .courses-item .courses-grid .content-part .title {
  margin: 0 0 10px;
  line-height: 30px;
  font-size: 22px;
}

.popular-courses.main-home .courses-item .courses-grid .content-part .title a {
  color: #101010;
}

.popular-courses.main-home .courses-item .courses-grid .content-part .title a:hover {
  color: #ff5421;
}

.popular-courses.main-home .courses-item .courses-grid .content-part .meta-part {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 25px 0 0;
  padding: 25px 0 0;
  font-size: 14px;
  border-top: 1px solid #f4f0f0;
}

.popular-courses.main-home .courses-item .courses-grid .content-part .meta-part .user {
  display: inline-block;
  margin-right: 8px;
  color: #363636;
}

.popular-courses.main-home .courses-item .courses-grid .content-part .meta-part .user i:before {
  color: #ff5421;
  padding-right: 6px;
}

.popular-courses.main-home .courses-item:hover .courses-grid .img-part a img {
  transform: scale(1.1);
}

.popular-courses.main-home.home12-style .courses-item .courses-grid .content-part {
  padding: 32px 35px 35px 35px;
}

.popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .info-meta {
  padding-bottom: 10px;
}

.popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .info-meta li i {
  color: #fcb903;
}

.popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .course-price .price {
  background: #0c8b51;
}

.popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .title {
  margin: 0 0 10px;
  line-height: 30px;
  font-size: 22px;
}

.popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .title a {
  color: #101010;
}

.popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .title a:hover {
  color: #0c8b51;
}

.popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .meta-part {
  border-top: 1px solid #f4f0f0;
}

.popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .meta-part .user {
  display: inline-block;
  margin-right: 8px;
  color: #363636;
}

.popular-courses.main-home.home12-style .courses-item .courses-grid .content-part .meta-part .user i:before {
  color: #0c8b51;
  padding-right: 6px;
}

.popular-courses.orange-color .courses-item .content-part .meta-part li span.price {
  background: #ff5421;
}

.popular-courses.orange-color .courses-item .content-part .title a:hover {
  color: #ff5421;
}

.popular-courses.orange-color .courses-item .content-part .bottom-part .btn-part a {
  border: 1px solid #f2f2f2;
  background: transparent;
}

.popular-courses.orange-color .courses-item .content-part .bottom-part .btn-part a:hover {
  background: var(--orange);
  color: #ffffff;
}

.popular-courses.orange-color.style2 .course-wrap {
  background: #ff5421;
}

.popular-courses.orange-color.style2 .course-wrap .price-btn a i:before {
  background: #ff5421;
}

.popular-courses.orange-color.style2 .course-wrap .price-btn a:hover i:before {
  background: #ff4007;
}

.popular-courses.orange-color.style2 .course-wrap:after,
.popular-courses.orange-color.style2 .course-wrap:before {
  background: #ff5421;
}

.popular-courses.orange-color.style2 .course-wrap:hover {
  background: #ff5421;
}

.popular-courses.orange-color.style2 .course-wrap:hover:after,
.popular-courses.orange-color.style2 .course-wrap:hover:before {
  background: #ff5421;
}

.popular-courses.orange-color.style3 .courses-item .content-part a.categories {
  background: #ff5421;
  color: #ffffff;
}

.popular-courses.orange-color.style3 .courses-item .content-part .meta-part li span.price {
  background: unset;
}

.popular-courses.orange-color.style3 .courses-item .content-part .title a {
  color: #111111;
}

.popular-courses.orange-color.style3 .courses-item .content-part .title a:hover {
  color: #ff5421;
}

.popular-courses.orange-color.style3 .courses-item .content-part .bottom-part .btn-part a {
  border: unset;
}

.popular-courses.orange-color.style3 .courses-item .content-part .bottom-part .btn-part a:hover {
  background: transparent;
  color: #ff5421;
}

.popular-courses.orange-color.style4 .courses-item .content-part .price {
  background: #ff5421;
}

.popular-courses.orange-color.style4 .courses-item .content-part .bottom-part .btn-part a {
  border: unset;
}

.popular-courses.orange-color.style4 .courses-item .content-part .bottom-part .btn-part a {
  border: unset;
}

.popular-courses.orange-color.style4 .courses-item .content-part .bottom-part .btn-part a:hover {
  background: transparent;
  color: #ff5421;
}

.popular-courses.home11-style .courses-item {
  border: 1px solid #e5e4f1;
  padding: 30px;
  position: relative;
  transition: all .4s ease;
}

.popular-courses.home11-style .courses-item .content-part {
  padding: 30px 0 0px;
}

.popular-courses.home11-style .courses-item .content-part .course-body .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  margin-bottom: 12px;
}

.popular-courses.home11-style .courses-item .content-part .course-body .title a {
  color: #4e49a1;
}

.popular-courses.home11-style .courses-item .content-part .course-body .title a:hover {
  color: var(--green);
}

.popular-courses.home11-style .courses-item .content-part .course-body p {
  font-size: 16px;
  line-height: 28px;
  color: #54647b;
  font-weight: 400;
  margin-bottom: 20px;
}

.popular-courses.home11-style .courses-item .content-part .bottom-part {
  border-top: 1px solid #e5e4f1;
  padding: 20px 0 0;
}

.popular-courses.home11-style .courses-item .content-part .bottom-part .course-footer {
  display: inline-block;
  border-right: 1px solid #e5e4f1;
  padding-right: 15px;
  padding-left: 15px;
}

.popular-courses.home11-style .courses-item .content-part .bottom-part .course-footer .label {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #54647b;
  font-weight: 500;
}

.popular-courses.home11-style .courses-item .content-part .bottom-part .course-footer .desc {
  font-size: 14px;
  line-height: 23px;
  color: var(--green);
  font-weight: 400;
}

.popular-courses.home11-style .courses-item .btn-part {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  clip-path: none;
  background: #4e49a1;
  position: absolute;
  text-align: center;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.popular-courses.home11-style .courses-item .btn-part a {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
}

.popular-courses.home11-style .courses-item .btn-part a:hover {
  color: var(--green);
}

.popular-courses.home11-style .courses-item:hover .btn-part {
  bottom: -20px;
  opacity: 1;
  visibility: visible;
}

.popular-courses.home11-style .owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.popular-courses.home13-style .courses-item .courses-grid {
  border-radius: 0 0 4px 4px;
}

.popular-courses.home13-style .courses-item .courses-grid .img-part {
  margin-bottom: 0px;
  overflow: hidden;
}

.popular-courses.home13-style .courses-item .courses-grid .img-part a img {
  border-radius: 4px 4px 0 0;
  transition: all .8s ease;
  transform: scale(1);
}

.popular-courses.home13-style .courses-item .courses-grid .content-part {
  padding: 25px 25px 25px 25px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #252525;
}

.popular-courses.home13-style .courses-item .courses-grid .content-part .course-price .price {
  padding: 3px 15px;
  color: #ffffff;
  font-weight: 500;
  background: #ff5421;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: absolute;
  top: 20px;
  right: 38px;
}

.popular-courses.home13-style .courses-item .courses-grid .content-part .title {
  margin: 0 0 10px;
  line-height: 30px;
  font-size: 22px;
}

.popular-courses.home13-style .courses-item .courses-grid .content-part .title a {
  color: #ffffff;
}

.popular-courses.home13-style .courses-item .courses-grid .content-part .title a:hover {
  color: #ff5421;
}

.popular-courses.home13-style .courses-item .courses-grid .content-part .meta-part {
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-size: 15px;
  margin: 0 0 20px;
}

.popular-courses.home13-style .courses-item .courses-grid .content-part .meta-part .user {
  display: inline-block;
  margin-right: 8px;
  color: #ffffff;
}

.popular-courses.home13-style .courses-item .courses-grid .content-part .meta-part .user i:before {
  color: #ff5421;
  padding-right: 6px;
}

.popular-courses.home13-style .courses-item .courses-grid .content-part .avatar-part {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.popular-courses.home13-style .courses-item .courses-grid .content-part .avatar-part .avatar-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.popular-courses.home13-style .courses-item .courses-grid .content-part .avatar-part .avatar-img img {
  border-radius: 50%;
}

.popular-courses.home13-style .courses-item .courses-grid .content-part .avatar-part .title {
  font-size: 15px;
  color: #ffffff;
  line-height: 27px;
  margin-bottom: 0;
}

.popular-courses.home13-style .courses-item:hover .courses-grid .img-part a img {
  transform: scale(1.1);
}

.free-course-contact {
  margin: 0px;
  padding: 40px 50px 50px;
  background: url(assets/images/bg/course-contact-bg.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.free-course-contact span {
  font-size: 30px;
  color: #111111;
  display: block;
}

.free-course-contact form input,
.free-course-contact form textarea,
.free-course-contact form select {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #767676;
  background: #ffffff;
  padding: 10px 18px;
}

.free-course-contact form input,
.free-course-contact form select {
  margin-bottom: 30px;
  height: 45px;
}

.free-course-contact form textarea {
  height: 140px;
  display: inherit;
}

.free-course-contact form .select-option {
  position: relative;
}

.free-course-contact form .select-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 11;
  position: relative;
}

.free-course-contact form .select-option:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #767676;
  right: 15px;
  position: absolute;
  top: 16px;
  font-size: 20px;
  pointer-events: none;
}

.free-course-contact form ::-webkit-input-placeholder {
  color: #767676;
}

.free-course-contact form :-ms-input-placeholder {
  color: #767676;
}

.free-course-contact form ::placeholder {
  color: #767676;
}

.latest-couses .course-item {
  align-items: flex-start;
  border-radius: 300px 5px 5px 300px;
  display: flex;
  border: 1px solid #ceeaf0;
  background: #ffffff;
}

.latest-couses .course-item .course-image a {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 100%;
  display: block;
}

.latest-couses .course-item .course-image a img {
  object-fit: cover;
  object-position: left;
  height: 100%;
  width: 100%;
}

.latest-couses .course-item .course-info {
  align-self: center;
  padding: 0px 30px;
}

.latest-couses .course-item .course-info .meta-part {
  padding-bottom: 5px;
}

.latest-couses .course-item .course-info .meta-part li {
  display: inline;
  margin-right: 10px;
  font-weight: 700;
}

.latest-couses .course-item .course-info .course-title {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}

.latest-couses .course-item .course-info .course-title a {
  color: #111111;
}

.latest-couses .course-item .course-info .course-title a:hover {
  color: var(--green);
  transition: all 0.3s ease;
}

.latest-couses .course-item .course-info .bottom-part .info-meta {
  float: left;
}

.latest-couses .course-item .course-info .bottom-part .info-meta ul .ratings {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.latest-couses .course-item .course-info .bottom-part .info-meta ul .ratings i {
  color: #fcb903;
}

.latest-couses .course-item .course-info .bottom-part .btn-part {
  text-align: right;
}

.latest-couses .course-item .course-info .bottom-part .btn-part a {
  color: #505050;
}

.latest-couses .course-item .course-info .bottom-part .btn-part a i:before {
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
}

.latest-couses .course-item .course-info .bottom-part .btn-part a:hover {
  color: var(--green);
  transition: all 0.3s ease;
}

.latest-couses .course-item:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
}

.latest-couses.orange-color .course-item {
  border: 1px solid #FF542129;
}

.latest-couses.orange-color .course-item .course-info .course-title a:hover,
.latest-couses.orange-color .course-item .bottom-part .btn-part a:hover {
  color: #ff5421;
}

.latest-couses.orange-color .course-item:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
}

.featured-courses {
  background: #e7f8fb;
}

.featured-courses .carousel .owl-dots {
  text-align: center;
}

.featured-courses .carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  background: #111111;
}

.featured-courses .carousel .owl-dots .owl-dot:hover {
  background: var(--green);
}

.featured-courses .carousel .owl-dots .active {
  background: var(--green);
}

.featured-courses .owl-stage-outer {
  padding-bottom: 10px;
}

.featured-courses .courses-item {
  padding: 0 30px;
  position: relative;
  transition: all 0.3s ease;
}

.featured-courses .courses-item .img-part {
  position: relative;
  z-index: 111;
}

.featured-courses .courses-item .content-part {
  padding: 30px 0;
  position: relative;
  z-index: 111;
}

.featured-courses .courses-item .content-part span .categories {
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 3px;
  transition: all 0.3s ease;
  position: absolute;
  top: -20px;
  left: 32px;
}

.featured-courses .courses-item .content-part span .categories.bg1 {
  background: #c701f1;
}

.featured-courses .courses-item .content-part span .categories.bg2 {
  background: #065ce8;
}

.featured-courses .courses-item .content-part span .categories.bg3 {
  background: #f6075b;
}

.featured-courses .courses-item .content-part .meta-part {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 12px;
}

.featured-courses .courses-item .content-part .meta-part .user {
  display: inline;
  margin-right: 10px;
  font-weight: 700;
}

.featured-courses .courses-item .content-part .meta-part .ratings {
  padding-left: 25px;
}

.featured-courses .courses-item .content-part .meta-part .ratings i {
  color: #fcb903;
}

.featured-courses .courses-item .content-part .title {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
}

.featured-courses .courses-item .content-part .title a {
  color: #031a3d;
}

.featured-courses .courses-item .content-part .title a:hover {
  color: var(--green);
}

.featured-courses .courses-item .content-part .images {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e8eb;
  padding-bottom: 35px;
}

.featured-courses .courses-item .content-part .images .img-part img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.featured-courses .courses-item .content-part .images span {
  color: #54647b;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  padding-left: 15px;
}

.featured-courses .courses-item .content-part .bottom-part .info-meta {
  float: left;
}

.featured-courses .courses-item .content-part .bottom-part .info-meta li {
  color: #031a3d;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}

.featured-courses .courses-item .content-part .bottom-part .btn-part {
  text-align: right;
}

.featured-courses .courses-item .content-part .bottom-part .btn-part a {
  color: #031a3d;
  font-size: 15px;
  line-height: 25px;
}

.featured-courses .courses-item .content-part .bottom-part .btn-part a i:before {
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
}

.featured-courses .courses-item .content-part .bottom-part .btn-part a:hover {
  color: var(--green);
}

.featured-courses .courses-item:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 78%;
  background: #ffff;
  border-radius: 3px;
}

.featured-courses .courses-item:hover {
  transform: translateY(-10px);
}

.features {
  position: relative;
  margin-top: -245px;
  z-index: 111;
}

.features .features-wrap {
  border-radius: 5px 5px 5px 5px;
  background: #171f32;
  padding: 25px 40px 25px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  height: 164px;
}

.features .features-wrap .icon-part img {
  width: 50px;
  border: 1px solid #dbd1d1;
  padding: 4px;
  border-top-left-radius: 10px;
  margin-bottom: 4px;
}

.features .features-wrap .content-part .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.features .features-wrap .content-part .title .watermark {
  color: #ffffff;
}

.features .features-wrap .content-part .dese {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.features .features-wrap:hover {
  transform: translateY(-10px);
}

.features.style2 {
  margin-top: -110px;
}

.features.style2 .iconbox-area {
  position: relative;
  transition: all 0.3s ease;
  padding: 50px;
  background-color: #1C335F;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
}

.features.style2 .iconbox-area .icon-area {
  margin-bottom: 32px !important;
}

.features.style2 .iconbox-area .icon-area img {
  width: 80px;
  height: 80px;
}

.features.style2 .iconbox-area .text-area .icon-title {
  font-size: 22px;
  line-height: 700;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
}

.features.style2 .iconbox-area:hover {
  transform: translateY(-10px);
}

.features.main-home {
  width: 100%;
  position: absolute;
  bottom: -90px;
  margin: 0;
}

.features.style3 {
  margin: unset;
}

.features.style3 .features-item {
  position: relative;
  transition: all 0.3s ease;
}

.features.style3 .features-item .content-part {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  padding: 50px 35px 0;
  text-align: center;
}

.features.style3 .features-item .content-part .icon-part {
  padding-bottom: 20px;
}

.features.style3 .features-item .content-part .icon-part img {
  -webkit-transition: all 0.4s ease;
  transform: scale(1);
}

.features.style3 .features-item .content-part .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.features.style3 .features-item .content-part .title a {
  color: #ffffff;
}

.features.style3 .features-item .content-part p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 4px;
}

.features.style3 .features-item:hover {
  transform: translateY(-10px);
}

.features.style3 .features-item:hover .content-part .icon-part img {
  transform: scale(0.9);
}

.features.style4 {
  position: unset;
  margin-top: unset;
  z-index: unset;
}

.features.style4 .features-wrap {
  background: unset;
  display: unset;
  align-items: unset;
  position: unset;
}

.features.style4 .features-wrap .icon-part {
  margin: 0 0px 17px 0;
}

.features.style4 .features-wrap .content-part .title {
  margin-bottom: 10px;
}

.features.style4 .features-wrap .content-part .title .watermark {
  color: #333333;
}

.features.style4 .features-wrap .content-part .dese {
  color: #505050;
}

.degree.style1 .degree-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.degree.style1 .degree-wrap img {
  width: 100%;
}

.degree.style1 .degree-wrap .title-part {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 21px;
  opacity: 1;
  transition: all 0.3s ease;
}

.degree.style1 .degree-wrap .title-part .title {
  margin: 0;
  color: #ffffff;
}

.degree.style1 .degree-wrap .content-part {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateY(90deg);
  text-align: center;
  background: rgba(17, 41, 88, 0.9);
  border-radius: 3px;
  padding: 78px 35px 0;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}

.degree.style1 .degree-wrap .content-part .title {
  margin-bottom: 13px;
}

.degree.style1 .degree-wrap .content-part .title a {
  color: #ffffff;
}

.degree.style1 .degree-wrap .content-part .title a:hover {
  color: #cccccc;
}

.degree.style1 .degree-wrap .content-part .desc {
  margin-bottom: 15px;
}

.degree.style1 .degree-wrap .content-part .btn-part a {
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 0;
  border-bottom: 1px solid #ffffff;
}

.degree.style1 .degree-wrap .content-part .btn-part a:hover {
  color: #cccccc;
}

.degree.style1 .degree-wrap:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(transparent, #273c66);
}

.degree.style1 .degree-wrap:hover .content-part {
  transform: translate(-50%, -50%) rotateY(0);
  opacity: 1;
}

.degree.style1 .degree-wrap:hover .title-part {
  bottom: -60px;
  opacity: 0;
}

/* -----------------------------------
    12. Course Single Section CSS
-------------------------------------*/
/*Intro Section*/
.intro-section {
  position: relative;
  /*Video Column Style*/

  /*Intro Tabs Style*/

}

.intro-section .video-column {
  position: relative;
  z-index: 1;
}

.intro-section .video-column .intro-video {
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
}

.intro-section .video-column .intro-video h4 {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.intro-section .video-column .intro-video .intro-video-box {
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 99;
  color: #00aa15;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  padding-left: 7px;
  line-height: 60px;
  display: inline-block;
  background-color: #ffffff;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.intro-section .video-column .intro-video:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

.intro-section .video-column .course-features-info {
  margin: 50px 0;
  border-radius: 3px;
  padding: 30px 40px 30px;
  background: #ffffff;
  box-shadow: 0 0 30px #eee;
}

.intro-section .video-column .course-features-info ul li {
  display: block;
  padding: 10px 0;
}

.intro-section .video-column .course-features-info ul li i {
  color: #ff5421;
}

.intro-section .video-column .course-features-info ul li .label {
  padding-left: 10px;
}

.intro-section .video-column .course-features-info ul li .value {
  float: right;
  padding-right: 5px;
}

.intro-section .video-column .btn-part {
  background: #ffffff;
  box-shadow: 0 0 35px #eee;
  padding: 50px 50px 35px;
  border-radius: 5px;
}

.intro-section .video-column .btn-part .btn {
  margin: 0 0 15px;
  width: 100%;
}

.intro-section .intro-tabs {
  position: relative;
  border: none;
}

.intro-section .intro-tabs .tab-btns {
  position: relative;
  text-align: center;
  width: 25%;
}

.intro-section .intro-tabs .tab-btns .tab-btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  background: none;
  background: #ffffff;
  color: #626262;
  border: 1px solid #eee;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  float: left;
  padding: 12px 40px 10px;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.intro-section .intro-tabs .tab-btns .tab-btn:hover,
.intro-section .intro-tabs .tab-btns .tab-btn.active {
  color: #ffffff;
  background: #ff5421;
  border-color: #ff5421;
}

.intro-section .intro-tabs .tabs-content {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.intro-section .intro-tabs .tabs-content .minutes {
  position: relative;
  color: var(--green);
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
}

/* Course Overview */
.course-overview {
  position: relative;
}

.course-overview .instructor-title {
  position: relative;
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 18px;
}

.course-overview .inner-box {
  position: relative;
  padding: 0px 40px 40px;
}

.course-overview .inner-box h4 {
  position: relative;
  color: #111111;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.course-overview .inner-box h3 {
  position: relative;
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 18px;
}

.course-overview .inner-box p {
  position: relative;
  color: #626262;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 15px;
}

.course-overview .inner-box .student-list {
  position: relative;
  margin-top: 25px;
  margin-bottom: 30px;
}

.course-overview .inner-box .student-list li {
  position: relative;
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  margin-right: 80px;
  display: inline-block;
  list-style: disc;
  margin-bottom: 10px;
}

.course-overview .inner-box .student-list li .fa {
  color: #ff5421;
  margin: 0px 2px;
}

.course-overview .inner-box .student-list li:last-child {
  margin-right: 0px;
}

.course-overview .inner-box .review-list {
  position: relative;
  margin-bottom: 20px;
}

.course-overview .inner-box .review-list li {
  position: relative;
  color: #626262;
  font-size: 16px;
  margin-bottom: 14px;
  padding-left: 30px;
}

.course-overview .inner-box .review-list li:before {
  position: absolute;
  content: "\f101";
  left: 0px;
  top: 5px;
  color: #ff5421;
  font-size: 14px;
  line-height: 1em;
  font-family: "FontAwesome";
}

.course-overview .inner-box .review-list li:last-child {
  margin-bottom: 0px;
}

/*Course Review*/
.cource-review-box {
  position: relative;
  padding: 0px 40px;
}

.cource-review-box h4 {
  position: relative;
  color: #111111;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.cource-review-box .rating {
  position: relative;
  color: #626262;
  font-size: 16px;
}

.cource-review-box .rating .fa {
  position: relative;
  color: #ff5421;
  margin: 0px 2px;
  font-size: 16px;
}

.cource-review-box .total-rating {
  position: relative;
  color: #ff5421;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}

.cource-review-box .text {
  position: relative;
  color: #626262;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 50px;
}

.cource-review-box .helpful {
  position: relative;
  color: #393939;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 12px;
  font-weight: 500;
  margin-bottom: 15px;
}

.cource-review-box .like-option {
  position: relative;
}

.cource-review-box .like-option li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.cource-review-box .like-option li i {
  position: relative;
  width: 36px;
  height: 36px;
  color: #626262;
  text-align: center;
  line-height: 36px;
  border-radius: 50px;
  display: inline-block;
  background-color: #eaeff5;
}

.cource-review-box .like-option li i:hover {
  color: var(--green);
}

.cource-review-box .like-option .report {
  position: relative;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.cource-review-box .like-option .report:hover {
  color: var(--green);
}

.cource-review-box .more {
  position: relative;
  color: #ff5421;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  display: inline-block;
}

/* -----------------------------------
    13. Accordion Section CSS
-------------------------------------*/
.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  background-color: #ffffff;
  border: none;
  border-bottom: 4px solid #f6f6f6;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.accordion-box .block .acc-btn {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  line-height: 24px;
  font-weight: 600;
  color: #111111;
  padding: 0 25px;
  height: 65px;
  line-height: 65px;
  text-decoration: none !important;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f077";
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 400;
  color: #111111;
  padding: unset;
  transition: all 0.3s ease;
}

.accordion-box .block .acc-btn.collapsed:after {
  content: "\f078";
}

.accordion-box .block .card-header {
  position: relative;
  padding: 0;
  border: none;
  border-radius: unset;
}

.accordion-box .block .content {
  position: relative;
  padding: 0px 40px 25px;
}

.accordion-box .block .play-icon {
  position: relative;
  color: #626262;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #ffffff;
}

.accordion-box .block .play-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease;
}

.accordion-box .block .play-icon .fa {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  z-index: 99;
  color: #ff5421;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  margin-right: 30px;
  display: inline-block;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ffffff;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.accordion-box .block .play-icon:hover:before {
  background: #ff5421;
}

/* ------------------------------------
    14. Why Choose US Section CSS
---------------------------------------*/
.why-choose-us .choose-us-part .facilities-part .single-facility .icon-part {
  position: relative;
  float: left;
  margin-right: 5px;
}

.why-choose-us .choose-us-part .facilities-part .single-facility .icon-part .shape-img {
  position: relative;
}

.why-choose-us .choose-us-part .facilities-part .single-facility .icon-part i {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--green);
}

.why-choose-us .choose-us-part .facilities-part .single-facility .icon-part i:before {
  font-size: 28px;
}

.why-choose-us .choose-us-part .facilities-part .single-facility .text-part .title {
  font-size: 22px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 10px;
}

.why-choose-us.style2 .facilities-two .content-part {
  display: flex;
  align-items: center;
}

.why-choose-us.style2 .facilities-two .content-part .icon-part {
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  transition: all 0.3s ease;
}

.why-choose-us.style2 .facilities-two .content-part .icon-part img {
  -webkit-transition: all 0.4s ease;
  transform: scale(1);
}

.why-choose-us.style2 .facilities-two .content-part .icon-part.purple-bg {
  background: #4e49a1;
}

.why-choose-us.style2 .facilities-two .content-part .icon-part.pink-bg {
  background: #ff6666;
}

.why-choose-us.style2 .facilities-two .content-part .icon-part.orange-bg {
  background: #ffaf40;
}

.why-choose-us.style2 .facilities-two .content-part .icon-part.green-bg {
  background: #95cc47;
}

.why-choose-us.style2 .facilities-two .content-part .icon-part:hover {
  transform: scale(0.9);
}

.why-choose-us.style2 .facilities-two .content-part .text-part .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  color: #4e49a1;
  margin-bottom: 0;
}

.why-choose-us.style2 .video-wrap {
  position: relative;
  display: inline-block;
}

.why-choose-us.style2 .video-wrap .popup-videos {
  color: #4e49a1;
  display: block;
  overflow: hidden;
  max-width: 270px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.why-choose-us.style2 .video-wrap .popup-videos i {
  width: 70px;
  height: 70px;
  line-height: 61px;
  border: 5px solid #4e49a1;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  float: left;
  margin-right: 20px;
}

.why-choose-us.style2 .video-wrap .popup-videos i:before {
  padding-left: 5px;
}

.why-choose-us.style2 .video-wrap .popup-videos:hover {
  opacity: 0.7;
}

.why-choose-us.style3 {
  background: url(assets/images/bg/home12/why-learn-bg.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0;
}

.why-choose-us.style3 .services-part {
  display: flex;
  box-shadow: 0 0 30px #eee;
  background: #ffffff;
  padding: 15px 30px 20px 30px;
}

.why-choose-us.style3 .services-part .services-icon {
  margin-right: 29px;
}

.why-choose-us.style3 .services-part .services-icon img {
  width: 90px;
}

.why-choose-us.style3 .services-part .services-text .title {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  padding-bottom: 5px;
  margin: 0;
  color: #171f32;
}

.why-choose-us.style3 .services-part .services-text .services-txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  color: #333333;
}

/* ------------------------------------
    15. Team Section CSS
---------------------------------------*/
.team.style1 .team-item {
  position: relative;
  overflow: hidden;
}

.team.style1 .team-item img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #d5cdcd;
}

.teampage2.team.style1 .team-item img {
  height: 360px;
}

.team.style1 .team-item .content-part {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 0;
}

.team.style1 .team-item .content-part .name {
  margin-bottom: 8px;
  font-size: 22px;
}

.teampage2.team.style1 .team-item .content-part .name {
  font-size: 19px;
}

.team.style1 .team-item .content-part .name a {
  color: #ffffff;
}

.team.style1 .team-item .content-part .name a:hover {
  color: #111111;
}

.team.style1 .team-item .content-part .designation {
  color: #ffffff;
  margin-bottom: 16px;
  display: block;
}

.team.style1 .team-item .content-part .social-links li {
  display: inline;
  margin-right: 35px;
}

.team.style1 .team-item .content-part .social-links li a {
  display: inline-block;
  color: #ffffff;
}

.team.style1 .team-item .content-part .social-links li a:hover {
  color: #111111;
}

.team.style1 .team-item .content-part .social-links li:last-child {
  margin: 0;
}

.team.style1 .team-item:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%) scale(0.1);
  background: var(--green);
  opacity: 0;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.team.style1 .team-item:hover .content-part {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.team.style1 .team-item:hover:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}

.team.style1 .owl-item.center .team-item .content-part {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.team.style1 .owl-item.center .team-item:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}

.team.style1 .nav-style {
  position: relative;
}

.team.style1 .nav-style .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}

.team.style1 .nav-style .owl-nav .owl-prev,
.team.style1 .nav-style .owl-nav .owl-next {
  display: inline-block;
}

.team.style1 .nav-style .owl-nav .owl-prev i,
.team.style1 .nav-style .owl-nav .owl-next i {
  transition: all 0.3s ease;
}

.team.style1 .nav-style .owl-nav .owl-prev i:before,
.team.style1 .nav-style .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}

.team.style1 .nav-style .owl-nav .owl-prev:hover i,
.team.style1 .nav-style .owl-nav .owl-next:hover i {
  color: var(--green);
}

.team.style1 .nav-style .owl-nav .owl-prev i:before {
  content: "\f134";
}

.team.style1 .nav-style .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}

.team.style1 .nav-style .owl-nav .owl-next i:before {
  content: "\f133";
}

.team.style1.orange-color .team-item:after {
  background: var(--orange);
}

.team.style7 .team-item {
  position: relative;
  overflow: hidden;
}

.team.style7 .team-item:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%) scale(0.1);
  background: #c701f1 !important;
  opacity: 0;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.team.style7 .team-item:hover .content-part {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.team.style7 .team-item:hover:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}

.team.inner-style .team-item {
  overflow: hidden;
}

.team.inner-style .team-item .content-part {
  top: unset !important;
  bottom: -215px;
  transform: translateX(-50%) !important;
  width: 100% !important;
  height: 320px !important;
  background: #ffffff;
  border-radius: 50%;
  padding-top: 30px;
  opacity: 1 !important;
  transition: all 0.3s ease;
}

.team.inner-style .team-item .content-part .name a {
  color: #111111 !important;
}

.team.inner-style .team-item .content-part .name a:hover {
  color: var(--green) !important;
}

.team.inner-style .team-item .content-part .designation {
  color: #505050 !important;
}

.team.inner-style .team-item .content-part .social-links {
  display: none;
}

.team.inner-style .team-item:hover .content-part {
  bottom: unset;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 80% !important;
  height: unset !important;
  background: transparent;
  border-radius: unset;
  padding-top: 0;
  opacity: 1 !important;
  color: #fff;
}

.team.inner-style .team-item:hover .content-part .name a {
  color: #ffffff !important;
}

.team.inner-style .team-item:hover .content-part .name a:hover {
  color: #111111 !important;
}

.team.inner-style .team-item:hover .content-part .designation {
  color: #ffffff !important;
}

.team.inner-style .team-item:hover .content-part .social-links {
  display: block;
}

.team.home11-style .team-item .team-thumbnail {
  position: relative;
  overflow: hidden;
}

.team.home11-style .team-item .team-thumbnail .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.team.home11-style .team-item .team-thumbnail .team-img .team-social-link {
  display: grid;
  border: 30px solid #4e49a1;
  border-radius: 50%;
  width: 196px;
  height: 193px;
  grid-template-columns: auto auto;
  position: absolute;
  right: -196px;
  bottom: -193px;
  padding: 30px 30px 30px 30px;
  opacity: 0;
  z-index: 9;
  transition: all 0.3s ease;
}

.team.home11-style .team-item .team-thumbnail .team-img .team-social-link li {
  display: inline-block;
}

.team.home11-style .team-item .team-thumbnail .team-img .team-social-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
}

.team.home11-style .team-item .team-thumbnail .team-img .team-social-link li a:hover {
  color: var(--green);
}

.team.home11-style .team-item .team-thumbnail .team-img:before {
  content: '';
  transition: all ease-in-out 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
  opacity: 0;
}

.team.home11-style .team-item .team-thumbnail .team-header {
  text-align: center;
  padding-top: 35px;
}

.team.home11-style .team-item .team-thumbnail .team-header .name {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 5px;
}

.team.home11-style .team-item .team-thumbnail .team-header .name a {
  color: #4e49a1;
}

.team.home11-style .team-item .team-thumbnail .team-header .name a:hover {
  color: var(--green);
}

.team.home11-style .team-item .team-thumbnail .team-header .subject {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #54647b;
  margin-bottom: 10px;
}

.team.home11-style .team-item .team-thumbnail:hover .team-img .team-social-link {
  right: -50px;
  bottom: -45px;
  opacity: 1;
}

.team.home11-style .team-item .team-thumbnail:hover .team-img .team-social-link li a:hover {
  color: var(--green);
}

.team.home11-style .team-item .team-thumbnail:hover .team-img:before {
  opacity: 0.4;
}

.team.home-style15 .team-item .team-wrap {
  position: relative;
  overflow: hidden;
}

.team.home-style15 .team-item .team-wrap .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.team.home-style15 .team-item .team-wrap .team-img .team-social-link {
  position: absolute;
  top: 10px;
  right: -20px;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  background: #ff5421;
  padding: 5px 5px 5px 10px;
  border-radius: 3px;
}

.team.home-style15 .team-item .team-wrap .team-img .team-social-link li {
  display: block;
  color: #fff;
}

.team.home-style15 .team-item .team-wrap .team-content {
  text-align: center;
  padding-top: 35px;
}

.team.home-style15 .team-item .team-wrap .team-content .name {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

.team.home-style15 .team-item .team-wrap .team-content .name a {
  color: #ff5421;
}

.team.home-style15 .team-item .team-wrap .team-content .name a:hover {
  color: #ff5421;
}

.team.home-style15 .team-item .team-wrap .team-content .subject {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #54647b;
  margin-bottom: 10px;
}

.team.home-style15 .team-item .team-wrap:hover .team-img .team-social-link {
  opacity: 1;
  visibility: visible;
  right: 10px;
}

.team.home-style15 .team-item .team-wrap:hover .team-img .team-social-link li {
  display: block;
  color: #fff;
}

.team.home-style15 .team-item .team-wrap:hover .team-img .team-social-link li a {
  color: #ffffff;
}

.team.home-style15 .team-item .team-wrap:hover .team-img .team-social-link li a:hover {
  color: #171F32;
}

/* -----------------------------------
    16. Team Single Section CSS
-------------------------------------*/
.profile-section {
  position: relative;
}

.profile-section .content-part .title {
  color: #111111;
  font-weight: 600;
  line-height: 1.3em;
  font-size: 26px;
}

.profile-section .content-part p {
  font-size: 16px;
  margin: 0;
}

.profile-section .content-column {
  position: relative;
}

.profile-section .content-column .inner-column {
  position: relative;
}

.profile-section .content-column .inner-column h2 {
  position: relative;
  color: #111111;
  font-weight: 700;
  margin: 0;
}

.profile-section .content-column .inner-column h4 {
  position: relative;
  color: #111111;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 15px;
  margin-bottom: 20px;
}

.profile-section .content-column .inner-column h5 {
  position: relative;
  color: #111111;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 12px;
  margin-bottom: 0px;
}

.profile-section .content-column .inner-column p {
  position: relative;
  color: #626262;
  font-weight: 400;
  line-height: 1.9em;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.profile-section .content-column .inner-column .student-list {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}

.profile-section .content-column .inner-column .student-list li {
  position: relative;
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  margin-right: 80px;
  display: inline-block;
  list-style: disc;
  margin-bottom: 20px;
}

.profile-section .content-column .inner-column .student-list li .fa {
  color: #ff5421;
  margin: 0px 2px;
}

.profile-section .content-column .inner-column .student-list li:last-child {
  margin-right: 0px;
}

.profile-section .image-column {
  position: relative;
}

.profile-section .image-column .inner-column {
  position: relative;
  padding: 30px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}

.profile-section .image-column .inner-column .image {
  position: relative;
}

.profile-section .image-column .inner-column .image img {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
}

.profile-section .image-column .team-content h3 {
  position: relative;
  font-weight: 700;
  color: #111111;
  margin-top: 30px;
  margin-bottom: 10px;
}

.profile-section .image-column .team-content .text {
  position: relative;
  color: #626262;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 8px;
}

/* .profile-section .image-column .team-content .personal-info {
  margin-bottom: 20px;
}

.profile-section .image-column .team-content .personal-info li {
  margin: 5px 0;
  display: inline-block;
  padding-right: 15px;
}

.profile-section .image-column .team-content .personal-info li:last-child {
  margin-right: none;
}

.profile-section .image-column .team-content .personal-info li a {
  color: #111111;
}

.profile-section .image-column .team-content .personal-info li a:hover {
  color: #ff5421;
}

.profile-section .image-column .team-content .personal-info li span i:before {
  font-size: 16px;
  margin-right: 10px;
} 

.profile-section .image-column .social-box {
  position: relative;
  text-align: center;
}

.profile-section .image-column .social-box a {
  position: relative;
  color: #626262;
  font-size: 28px;
  margin: 0px 5px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.profile-section .image-column .social-box a:hover {
  color: #ff5421;
}*/

.profile-section .browse-course-section {
  position: relative;
  margin-top: 50px;
}

.profile-section .browse-course-section .styled-pagination {
  margin-top: 20px;
}

.profile-section .skill-title {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 30px;
}

/* .profile-section .progress {
  height: 8px;
  border: 1px solid #ff5421;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
  background: #fff;
  margin-top: 25px;
}

.profile-section .progress+.progress {
  margin-top: 50px;
}

.profile-section .progress .progress-bar {
  position: relative;
  text-align: left;
  line-height: 4px;
  border-radius: 0;
  box-shadow: none;
  background-color: #ff5421;
  overflow: visible;
}

.profile-section .progress .progress-bar .pb-label {
  position: absolute;
  left: 0px;
  top: -24px;
  color: #666;
  font-size: 15px;
  font-weight: 600;
}

.profile-section .progress .progress-bar .pb-percent {
  position: absolute;
  right: -13px;
  font-weight: 500;
  color: #fff;
  font-size: 10px;
  top: -30px;
  background: #ff5421;
  padding: 8px 5px;
}

.profile-section .progress .progress-bar .pb-percent:after {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  left: 50%;
  border-top-color: #ff5421;
  top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
} */

/* ------------------------------------
    17. Testimonial Section CSS
---------------------------------------*/
.testimonial.style1 .testi-item {
  background: #f3f8f9;
  max-width: 1000px;
  margin: 0 0 0 auto;
  position: relative;
}

.testimonial.style1 .testi-item .img-part {
  position: absolute;
  left: -240px;
  top: 50px;
}

.testimonial.style1 .testi-item .img-part img {
  border-radius: 5px;
  max-width: 450px;
}

.testimonial.style1 .testi-item .content-part {
  padding: 98px 0 98px 320px;
}

.testimonial.style1 .testi-item .content-part .desc {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  color: #111111;
  font-size: 36px;
  line-height: 46px;
  position: relative;
}

.testimonial.style1 .testi-item .content-part .desc:before,
.testimonial.style1 .testi-item .content-part .desc:after {
  content: "\f151";
  font-family: Flaticon;
  font-size: 20px;
  color: #111111;
}

.testimonial.style1 .testi-item .content-part .desc:before {
  transform: rotateY(180deg);
  position: absolute;
  left: -30px;
  top: -13px;
}

.testimonial.style1 .testi-item .content-part .desc:after {
  position: relative;
  bottom: -7px;
  right: -8px;
}

.testimonial.style1 .testi-item .content-part .desc.title-color {
  color: #111111;
}

.testimonial.style1 .testi-item .content-part .name {
  margin: 0;
  color: #111111;
  font-weight: 500;
}

.testimonial.style1 .carousel.nav-style2 .owl-nav {
  bottom: 35px;
  right: 50px;
  top: unset;
}

.testimonial.style2 .donation-part img {
  border-radius: 5px;
  margin-bottom: 22px;
}

.testimonial.style2 .testi-wrap {
  overflow: hidden;
  background: #f3f8f9;
  border-radius: 5px;
  padding: 30px;
}

.testimonial.style2 .testi-wrap .img-part {
  max-width: 209px;
  float: left;
  margin-right: 58px;
}

.testimonial.style2 .testi-wrap .img-part img {
  border-radius: 5px;
}

.testimonial.style2 .testi-wrap .content-part .desc {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  font-family: 'Nunito', sans-serif;
  color: #112958;
  display: inline;
  position: relative;
}

.testimonial.style2 .testi-wrap .content-part .desc:before,
.testimonial.style2 .testi-wrap .content-part .desc:after {
  content: "\f151";
  font-family: Flaticon;
  font-size: 20px;
  color: #112958;
}

.testimonial.style2 .testi-wrap .content-part .desc:after {
  position: relative;
  bottom: -7px;
  right: -8px;
}

.testimonial.style2 .testi-wrap .content-part .desc:before {
  transform: rotateY(180deg);
  position: absolute;
  left: -30px;
  top: -13px;
}

.testimonial.style2 .testi-wrap .content-part .desc.title-color {
  color: #111111;
}

.testimonial.style2 .testi-wrap .content-part .info {
  margin-top: 20px;
  color: #505050;
}

.testimonial.style2 .testi-wrap .content-part .info .name {
  margin: 0;
  font-weight: 600;
}

.testimonial.style2 .testi-wrap .content-part.new-content .desc {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  font-family: 'Nunito', sans-serif;
  color: #111111;
  display: inline;
  position: relative;
}

.testimonial.style2 .testi-wrap .content-part.new-content .desc:before,
.testimonial.style2 .testi-wrap .content-part.new-content .desc:after {
  content: "\f151";
  font-family: Flaticon;
  font-size: 20px;
  color: #111111;
}

.testimonial.style2 .testi-wrap .content-part.new-content .desc:after {
  position: relative;
  bottom: -7px;
  right: -8px;
}

.testimonial.style2 .testi-wrap .content-part.new-content .desc:before {
  transform: rotateY(180deg);
  position: absolute;
  left: -30px;
  top: -13px;
}

.testimonial.style3 .testi-item {
  background-color: #f3f8f9;
  background-image: url(assets/images/testimonial/cloud-pattern.html);
  background-repeat: no-repeat;
  background-size: 130%;
  background-position: 0 70px;
  border-radius: 10px;
  padding: 40px 45px;
}

.testimonial.style3 .testi-item .user-info img {
  max-width: 84px;
  height: auto;
  margin-bottom: 22px;
}

.testimonial.style3 .testi-item .user-info .name {
  font-size: 20px;
  margin-bottom: 5px;
}

.testimonial.style3 .testi-item .user-info .designation {
  font-size: 14px;
  color: #555555;
  font-weight: 500;
}

.testimonial.style3 .testi-item .user-info .ratings {
  margin-top: 10px;
}

.testimonial.style3 .testi-item .user-info .ratings li {
  display: inline;
}

.testimonial.style3 .testi-item .user-info .ratings li i {
  color: #fcb903;
}

.testimonial.style3 .testi-item .desc {
  font-size: 17px;
  font-style: italic;
}

.testimonial.style3 .owl-dots {
  text-align: center;
  margin-top: 47px;
}

.testimonial.style3 .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 5px;
  border-radius: 2.5px;
  background: var(--green);
  margin: 0 5px;
  opacity: 0.5;
}

.testimonial.style3 .owl-dots .owl-dot.active {
  opacity: 1;
}

.testimonial.style4 .testi-item {
  border-radius: 10px;
  padding: 30px;
  padding-right: 20px;
  background: #ffffff;
  border: 1px solid rgba(33, 167, 208, 0.1);
  transition: all 0.3s ease;
}

.testimonial.style4 .testi-item .user-img img {
  max-width: 100px;
  height: auto;
}

.testimonial.style4 .testi-item .user-info {
  padding-left: 20px;
}

.testimonial.style4 .testi-item .user-info .name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  color: #111111;
}

.testimonial.style4 .testi-item .user-info .name:hover {
  color: var(--green);
}

.testimonial.style4 .testi-item .user-info .designation {
  display: block;
}

.testimonial.style4 .testi-item .user-info .desc {
  margin-bottom: 20px;
}

.testimonial.style4 .testi-item .user-info .quote {
  color: #111111;
  font-weight: bold;
}

.testimonial.style4 .center .testi-item {
  border: none;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
}

.testimonial.style4 .owl-dots {
  text-align: center;
  margin-top: 47px;
}

.testimonial.style4 .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 5px;
  border-radius: 2.5px;
  background: var(--green);
  margin: 0 5px;
  opacity: 0.5;
}

.testimonial.style4 .owl-dots .owl-dot.active {
  opacity: 1;
}

.testimonial.style4 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}

.testimonial.style5 {
  background: url(assets/images/bg/testi-bg.html);
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial.style5 .testi-item .author-desc {
  position: relative;
  text-align: center;
  padding: 35px 15px;
}

.testimonial.style5 .testi-item .author-desc .desc {
  position: relative;
  background: #ffffff;
  padding: 25px 25px 55px;
}

.testimonial.style5 .testi-item .author-desc .desc .quote {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.testimonial.style5 .testi-item .author-desc .desc:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #dbf2f7;
  z-index: -1;
  transform: rotate(10deg);
  border-radius: 10px;
}

.testimonial.style5 .testi-item .author-desc .author-img {
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.testimonial.style5 .testi-item .author-desc .author-img img {
  width: auto;
  border-radius: 50%;
}

.testimonial.style5 .testi-item .author-part {
  text-align: center;
}

.testimonial.style5 .testi-item .author-part .name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  margin-top: 15px;
}

.testimonial.style6 .testimonial-item {
  display: flex;
}

.testimonial.style6 .testimonial-item .content-part {
  padding: 0 30px;
}

.testimonial.style6 .testimonial-item .content-part .content-wrap .text p {
  font-size: 24px;
  line-height: 40px;
  color: #222222;
  font-style: italic;
}

.testimonial.style6 .testimonial-item .content-part .content-wrap .info .name {
  font-size: 22px;
  line-height: 38px;
  color: #031a3d;
  margin-bottom: 10px;
}

.testimonial.style6 .testimonial-item .content-part .content-wrap .info .position {
  font-size: 16px;
  line-height: 28px;
  color: #54647b;
}

.testimonial.style7 {
  background: #e7f8fb;
}

.testimonial.style7 .testi-item {
  background: #ffffff !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) !important;
}

.testimonial.style7 .testi-item .user-info img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  display: block !important;
}

.testimonial.style8 .testi-item .author-desc {
  position: relative;
  text-align: center;
  padding: 35px 15px;
}

.testimonial.style8 .testi-item .author-desc .desc {
  position: relative;
  background-color: #f9f8f8;
  padding: 25px 25px 55px;
}

.testimonial.style8 .testi-item .author-desc .desc .quote {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.testimonial.style8 .testi-item .author-desc .desc:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f9f8f8;
  z-index: -1;
  transform: rotate(10deg);
  border-radius: 10px;
}

.testimonial.style8 .testi-item .author-desc .author-img {
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.testimonial.style8 .testi-item .author-desc .author-img img {
  margin: auto;
  max-width: 70px;
  border-radius: 50%;
}

.testimonial.style8 .testi-item .author-part {
  text-align: center;
}

.testimonial.style8 .testi-item .author-part .name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  margin-top: 15px;
}

.testimonial.style8 .owl-dots {
  text-align: center;
  margin-top: 47px;
}

.testimonial.style8 .owl-dots .owl-dot {
  width: 25px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  background: #ed3600;
  border: none;
  transition: all 0.3s ease;
}

.testimonial.style8 .owl-dots .owl-dot:hover,
.testimonial.style8 .owl-dots .owl-dot.active {
  width: 40px;
  opacity: 1;
  background: #ff5421;
}

.testimonial.style8 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}

.testimonial.main-home {
  background: url(assets/images/bg/main-home.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial.main-home .testi-item .author-desc {
  padding: 70px 15px;
  background-color: #171F3296;
  border-radius: 5px 5px 5px 5px;
}

.testimonial.main-home .testi-item .author-desc .desc {
  text-align: center;
  position: relative;
  color: #ffffff;
  padding: 80px 40px 30px;
  font-size: 23px;
  line-height: 33px;
  font-weight: 500;
  font-style: italic;
}

.testimonial.main-home .testi-item .author-desc .desc .quote {
  width: 66px;
  top: -13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial.main-home .testi-item .author-desc .desc:before {
  content: none;
}

.testimonial.main-home .testi-item .author-desc .author-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
}

.testimonial.main-home .testi-item .author-desc .author-img img {
  width: auto;
  border-radius: 50%;
}

.testimonial.main-home .testi-item .author-part {
  text-align: center;
  padding-top: 45px;
}

.testimonial.main-home .testi-item .author-part .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  color: #ffffff;
  display: block;
}

.testimonial.main-home .testi-item .author-part .designation {
  font-size: 16px;
  color: #ffffff;
}

.testimonial.main-home .owl-dots {
  text-align: center;
  margin-top: 47px;
}

.testimonial.main-home .owl-dots .owl-dot {
  width: 25px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  background: #ed3600;
  border: none;
  transition: all 0.3s ease;
}

.testimonial.main-home .owl-dots .owl-dot:hover,
.testimonial.main-home .owl-dots .owl-dot.active {
  width: 40px;
  background: #ff5421;
  opacity: 1;
}

.testimonial.main-home .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}

.testimonial.home9-style .testi-item p {
  font-size: 25px;
  font-style: italic;
  color: #111111;
  padding: 15px 0px 15px 0px;
  margin-bottom: 30px;
}

.testimonial.home9-style .testi-item .testi-information {
  color: #505050;
}

.testimonial.home9-style .testi-item .testi-information .name {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 15px;
}

.testimonial.home9-style .testi-item .testi-information .designation {
  font-size: 22px;
  font-weight: 500;
}

.testimonial.home-style1 .testi-item .author-desc {
  padding: 70px 15px;
  background-color: #f3f8f9;
  border-radius: 5px 5px 5px 5px;
  padding-top: 40px;
  height: 428px;
}

.testimonial.home-style1 .testi-item .author-desc .desc {
  text-align: center;
  position: relative;
  color: #505050;
  padding: 80px 40px 30px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  font-style: italic;
}

.testimonial.home-style1 .testi-item .author-desc .desc .quote {
  width: 66px;
  top: -13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial.home-style1 .testi-item .author-desc .desc:before {
  content: none;
}

.testimonial.home-style1 .testi-item .author-desc .author-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
}

.testimonial.home-style1 .testi-item .author-desc .author-img img {
  width: 100px;
  border-radius: 50%;
}

.testimonial.home-style1 .testi-item .author-part {
  text-align: center;
  padding-top: 45px;
}

.testimonial.home-style1 .testi-item .author-part .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  color: #000;
  display: block;
}

.testimonial.home-style1 .testi-item .author-part .designation {
  font-size: 16px;
  color: #000;
}

.testimonial.home-style1 .owl-dots {
  text-align: center;
  margin-top: 47px;
}

.testimonial.home-style1 .owl-dots .owl-dot {
  width: 40px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  background: var(--green);
  border: none;
}

.testimonial.home-style1 .owl-dots .owl-dot:hover,
.testimonial.home-style1 .owl-dots .owl-dot.active {
  background: var(--green);
  opacity: 1;
}

.testimonial.home-style1 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}

.testimonial.home11-style .carousel .owl-dots {
  text-align: center;
}

.testimonial.home11-style .carousel .owl-dots .owl-dot {
  position: relative;
  border: none;
  border-radius: 50%;
  background: var(--green);
  width: 10px;
  height: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  margin-right: 11px;
}

.testimonial.home11-style .carousel .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: -4px;
  top: -4px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #4e49a1;
  border-image: initial;
}

.testimonial.home11-style .carousel .owl-dots .active {
  background: #4e49a1;
}

.testimonial.home11-style .testi-item .user-info {
  position: relative;
  padding: 25px 30px;
  background: #e7f9fb;
  border: 1px solid #e7f9fb;
}

.testimonial.home11-style .testi-item .user-info .desc {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #54647b;
  margin-bottom: 15px;
}

.testimonial.home11-style .testi-item .user-info .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #4e49a1;
  margin-bottom: 0;
}

.testimonial.home11-style .testi-item .user-info .name:hover {
  color: var(--green);
}

.testimonial.home11-style .testi-item .user-info .position {
  font-size: 15px;
  margin-bottom: 0;
}

.testimonial.home11-style .testi-item .user-info .position span {
  font-weight: 500;
}

.testimonial.home11-style .testi-item .user-info::before {
  content: "";
  height: 0;
  width: 0;
  top: 30px;
  right: 100%;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
}

.testimonial.home11-style .testi-item .user-info:before {
  border-right-color: #e7f9fb;
  border-width: 15px;
}

.testimonial.orange-color .testi-item .user-info .ratings li i {
  color: #ff5421;
}

.testimonial.orange-color .owl-dots .owl-dot {
  border-color: #ff5421 !important;
  background: #ff5421 !important;
}

.testimonial.home12-style {
  background: url(assets/images/bg/home12/testi-bg.html);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 150px 0;
}

.testimonial.home12-style .testi-item {
  padding: 100px 40px 40px 40px;
  background-color: #ffffff;
  margin-right: 14px;
  margin-bottom: 0px;
}

.testimonial.home12-style .testi-item .item-content-basic {
  position: relative;
  text-align: center;
}

.testimonial.home12-style .testi-item .item-content-basic .desc {
  font-style: italic;
  margin-bottom: 28px;
}

.testimonial.home12-style .testi-item .item-content-basic .desc .quote {
  width: 46px;
  top: -70px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial.home12-style .testi-item .item-content-basic .testi-content .img-wrap {
  margin-bottom: 20px;
}

.testimonial.home12-style .testi-item .item-content-basic .testi-content .img-wrap img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

.testimonial.home12-style .testi-item .item-content-basic .testi-content .name {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
}

.testimonial.home12-style .testi-item .item-content-basic .testi-content .designation {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #555555;
}

.testimonial.home13-style .content {
  margin-bottom: -170px;
}

.testimonial.home13-style .content .sub-title {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #ff5421;
  text-transform: uppercase;
}

.testimonial.home13-style .content .title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  color: #ffffff;
}

.testimonial.home13-style .slick-part .slider-nav .slick-list {
  padding: 0 7px !important;
  margin-bottom: 32px;
}

.testimonial.home13-style .slick-part .slider .images-single {
  padding: 0 0 0 6.5px;
}

.testimonial.home13-style .slick-part .slider .images-single img {
  border-radius: 3px;
}

.testimonial.home13-style .slick-part .slider .images-single .polite {
  background: #f00;
}

.testimonial.home13-style .slick-part .slider .images-slide-single .single-testimonial {
  display: flex;
  align-items: center;
}

.testimonial.home13-style .slick-part .slider .images-slide-single .single-testimonial .images-part {
  width: 50%;
}

.testimonial.home13-style .slick-part .slider .images-slide-single .single-testimonial .content-part {
  width: 50%;
}

.testimonial.home13-style .slick-part .slider .images-slide-single .content-part {
  width: 50%;
  padding: 0px 0px 0px 34px;
}

.testimonial.home13-style .slick-part .slider .images-slide-single .content-part .quote {
  width: 40px;
  margin-bottom: 20px;
}

.testimonial.home13-style .slick-part .slider .images-slide-single .content-part p {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  padding: 0px 0px 30px 0px;
}

.testimonial.home13-style .slick-part .slider .images-slide-single .content-part .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #ffffff;
}

.testimonial.home13-style .slick-part .slider button {
  border: none;
  font-size: 0px;
  background: none;
}

.testimonial.home13-style .slick-part .slider button.slick-prev:before {
  content: "\f137";
  font-family: Flaticon;
  color: #fff;
  font-size: 18px;
  background: #ff5421;
  width: 45px;
  display: block;
  height: 45px;
  line-height: 45px;
  border-radius: 35px;
  right: 40%;
  bottom: 50px;
  position: absolute;
  z-index: 10;
}

.testimonial.home14-style .owl-stage-outer {
  padding: 10px 10px 10px;
  margin: 0 10px;
}

.testimonial.home14-style .testi-item {
  padding: 38px 37px 30px 37px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
}

.testimonial.home14-style .testi-item .image-wrap {
  position: relative;
  margin-bottom: 25px;
}

.testimonial.home14-style .testi-item .image-wrap img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  position: relative;
}

.testimonial.home14-style .testi-item .item-content {
  position: relative;
}

.testimonial.home14-style .testi-item .item-content .quote-positions {
  width: 18px;
  top: 136px;
  position: absolute;
  z-index: 1;
  left: 154px;
}

.testimonial.home14-style .testi-item .item-content p {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #505050;
  margin-bottom: 18px;
}

.testimonial.home14-style .testi-item .testi-content .testi-name {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #101010;
}

.testimonial.home14-style .testi-item .testi-content .testi-title {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #505050;
  display: block;
}

/* ------------------------------------
    18. Blog Section CSS
---------------------------------------*/
.blog.style1 .blog-item {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #dfe9eb;
}

.blog.style1 .blog-item .image-part {
  overflow: hidden;
  height: 100%;
}

.blog.style1 .blog-item .image-part a img {
  transition: all 0.5s;
  transform: scale(1);
  height: 100%;
  width: 100%;
}

.blog.style1 .blog-item .blog-content {
  padding: 7px 15px 30px;
}

.blog.style1 .blog-item .blog-content .title {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 21px;
}

.blog.style1 .blog-item .blog-content .title a {
  color: #111111;
}

.blog.style1 .blog-item .blog-content .title a:hover {
  color: var(--green);
}

.blog.style1 .blog-item .blog-content .blog-meta {
  margin-bottom: 11px;
}

.blog.style1 .blog-item .blog-content .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
}

.blog.style1 .blog-item .blog-content .blog-meta li i {
  padding-right: 3px;
  font-size: 14px;
}

.blog.style1 .blog-item .blog-content .blog-meta li i.fa-calendar {
  padding-right: 7px;
}

.blog.style1 .blog-item .blog-content .blog-meta li a {
  color: #505050;
}

.blog.style1 .blog-item .blog-content .blog-meta li:last-child {
  margin: 0;
  padding: 0;
}

.blog.style1 .blog-item .blog-content .readon-arrow {
  text-transform: uppercase;
}

.blog.style1 .blog-item:hover .image-part a img {
  transform: scale(1.07);
}

.blog.style1 .events-short {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
  padding: 6px 10px;
  /* border: 1px solid #dfe9eb; */
  border-radius: 3px;
  width: 100%;
}

/* .blog.style1 .events-short .date-part {
  position: absolute;
  background: #f3f8f9;
  width: 100px;
  text-align: center;
  padding: 11px 0 22px;
  border-radius: 3px;
}

.blog.style1 .events-short .date-part .month {
  margin-bottom: 10px;
  display: block;
}

.blog.style1 .events-short .date-part .date {
  font-size: 50px;
  font-family: 'Nunito', sans-serif;
  color: var(--green);
  font-weight: 700;
} */

.blog.style1 .events-short .content-part .categorie a {
  color: #505050;
}

.blog.style1 .events-short .content-part .categorie a:hover {
  color: var(--green);
}

.blog.style1 .events-short .content-part .title {
  line-height: 1.5;
}

.blog.style1 .events-short .content-part .title a {
  color: #111111;
}

.blog.style1 .events-short .content-part .title a:hover {
  color: var(--green);
}

.blog.style1 .events-short.new-style {
  padding: unset;
  border: none;
}

.blog.style1 .events-short.new-style .date-part {
  position: absolute;
  width: 100px;
  text-align: center;
  padding: 11px 0 22px;
  border-radius: 3px;
}

.blog.style1 .events-short.new-style .date-part .month {
  color: #ffffff;
}

.blog.style1 .events-short.new-style .date-part .date {
  color: #ffffff;
}

.blog.style1 .events-short.new-style .date-part.bg1 {
  background: #4e49a1;
}

.blog.style1 .events-short.new-style .date-part.bg2 {
  background: #ff6666;
}

.blog.style1 .events-short.new-style .date-part.bg3 {
  background: #ffaf40;
}

.blog.style1 .events-short.new-style .date-part.bg4 {
  background: #95cc47;
}

.blog.style1 .events-short.new-style .content-part .categorie .timesec {
  color: #54647b;
}

.blog.style1 .events-short.new-style .content-part .categorie a {
  color: #4e49a1;
}

.blog.style1 .events-short.new-style .content-part .title {
  padding-right: 62px;
  font-size: 22px;
}

.blog.style1 .events-short.new-style .content-part .title a {
  color: #4e49a1;
}

.blog.style1 .events-short.new-style .content-part .title a:hover {
  color: #ff5421;
}

.blog.style1.modify1 .blog-item {
  border: 1px solid #c7e8f0;
}

.blog.style1.modify1 .blog-item .blog-content {
  padding: 33px 30px 34px;
}

.blog.style1.modify1 .events-short {
  overflow: visible;
  background: #ffffff;
  padding: 6px 0;
  border: none;
  border-radius: 0;
}

.blog.style1.modify1 .events-short .date-part {
  background: #f3f8f9;
}

.blog.style1.modify1 .events-short .date-part.bgc1 {
  background: #dcf1fd;
}

.blog.style1.modify1 .events-short .date-part.bgc2 {
  background: #eaddf8;
}

.blog.style1.modify1 .events-short .date-part.bgc3 {
  background: #f8f6d1;
}

.blog.style1.modify1 .events-short .date-part.bgc4 {
  background: #f9e8e8;
}

.blog.style1.modify1 .events-short .content-part .title {
  font-size: 22px;
}

.blog.style1.home11-style .blog-item {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #dfe9eb;
}

.blog.style1.home11-style .blog-item .blog-content {
  padding: 37px 25px 30px;
}

.blog.style1.home11-style .blog-item .blog-content .title a {
  color: #4e49a1;
}

.blog.style1.home11-style .blog-item .blog-content .title a:hover {
  color: var(--green);
}

.blog.style1.home11-style .blog-item .blog-content .blog-meta {
  margin-bottom: 11px;
}

.blog.style1.home11-style .blog-item .blog-content .blog-meta li {
  color: #54647b;
}

.blog.style1.home11-style .blog-item .blog-content .btn-part .readon-arrow {
  color: #4e49a1;
}

.blog.style1.home11-style .blog-item .blog-content .btn-part .readon-arrow:after {
  color: #4e49a1;
}

.blog.style1.home11-style .blog-item .blog-content .btn-part .readon-arrow:hover {
  color: var(--green);
}

.blog.style1.home11-style .blog-item .blog-content .btn-part .readon-arrow:hover:after {
  color: var(--green);
}

.blog.style1.home11-style .blog-item:hover .image-part a img {
  transform: scale(1.07);
}

.blog.style2 .blog-item {
  border-radius: 3px;
  background: #ffffff;
  overflow: hidden;
}

.blog.style2 .blog-item .image-part {
  overflow: hidden;
  height: 100%;
}

.blog.style2 .blog-item .image-part img {
  transition: all 0.5s;
  transform: scale(1);
}

.blog.style2 .blog-item .blog-content {
  padding: 21px 30px 30px;
  color: #273c66;
  background: #fcfcfc;
}

.blog.style2 .blog-item .blog-content .title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 34px;
}

.blog.style2 .blog-item .blog-content .title a {
  color: #111111;
}

.blog.style2 .blog-item .blog-content .title a:hover {
  color: var(--green);
}

.blog.style2 .blog-item .blog-content .categories {
  color: #505050;
}

.blog.style2 .blog-item .blog-content .desc {
  color: #505050;
}

.blog.style2 .blog-item .blog-content .blog-meta {
  margin-bottom: 11px;
  color: #505050;
}

.blog.style2 .blog-item .blog-content .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
}

.blog.style2 .blog-item .blog-content .blog-meta li i {
  padding-right: 3px;
  font-size: 14px;
}

.blog.style2 .blog-item .blog-content .blog-meta li i.fa-calendar {
  padding-right: 7px;
}

.blog.style2 .blog-item .blog-content .blog-meta li a {
  color: #273c66;
}

.blog.style2 .blog-item .blog-content .blog-meta li:last-child {
  margin: 0;
  padding: 0;
}

.blog.style2 .blog-item .blog-content .blog-bottom {
  overflow: hidden;
  padding-top: 21px;
  margin-top: 21px;
  border-top: 1px solid #dcdfe6;
}

.blog.style2 .blog-item .blog-content .blog-bottom li {
  display: inline;
}

.blog.style2 .blog-item .blog-content .blog-bottom li.cmnt-part a {
  color: #273c66;
}

.blog.style2 .blog-item .blog-content .blog-bottom li.cmnt-part a:hover {
  color: var(--green);
}

.blog.style2 .blog-item .blog-content .blog-bottom li.btn-part {
  float: right;
}

.blog.style2 .blog-item .blog-content .blog-bottom li.btn-part .readon-arrow {
  text-transform: uppercase;
  color: #273c66;
}

.blog.style2 .blog-item .blog-content .blog-bottom li.btn-part .readon-arrow:hover {
  color: var(--green);
}

.blog.style2 .blog-item .blog-content.primary-border {
  border: 1px solid rgba(33, 167, 208, 0.1);
  border-top: none;
}

.blog.style2 .blog-item .blog-content.new-style .title a {
  color: #112958;
}

.blog.style2 .blog-item .blog-content.new-style .title a:hover {
  color: var(--green);
}

.blog.style2 .blog-item .blog-content.new-style .blog-bottom li {
  display: inline;
}

.blog.style2 .blog-item .blog-content.new-style .blog-bottom li.cmnt-part a {
  color: #505050;
}

.blog.style2 .blog-item .blog-content.new-style .blog-bottom li.cmnt-part a:hover {
  color: var(--green);
}

.blog.style2 .blog-item .blog-content.new-style .blog-bottom li.btn-part {
  float: right;
}

.blog.style2 .blog-item .blog-content.new-style .blog-bottom li.btn-part .readon-arrow {
  text-transform: uppercase;
  color: #112958;
}

.blog.style2 .blog-item .blog-content.new-style .blog-bottom li.btn-part .readon-arrow:hover {
  color: var(--green);
}

.blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.cmnt-part a {
  color: #505050;
}

.blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.cmnt-part a:hover {
  color: var(--green);
}

.blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.btn-part {
  float: right;
}

.blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.btn-part .readon-arrow {
  text-transform: uppercase;
  color: #111111;
}

.blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.btn-part .readon-arrow:hover {
  color: var(--green);
}

.blog.style2 .blog-item:hover .image-part img {
  transform: scale(1.07);
}

.blog.style2.modify .blog-item .blog-content {
  border: none;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.blog.style2.modify .blog-item .blog-content .blog-bottom .btn-part {
  font-weight: 600;
  color: #111111;
}

.blog.style2.modify .blog-item .blog-content .blog-bottom .btn-part .readon-arrow {
  font-weight: 600;
  color: #111111;
}

.blog.style2.modify2 .owl-stage-outer {
  padding-bottom: 10px;
  margin: -10px;
  padding-left: 10px;
}

.blog.style2.modify2 .blog-item {
  overflow: visible !important;
}

.blog.style2.modify2 .blog-item .blog-content {
  background: #ffffff !important;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2) !important;
  transition: all 500ms ease;
  position: relative;
}

.blog.style2.modify2 .blog-item .blog-content .categories.color-bg1 {
  color: #c701f1;
}

.blog.style2.modify2 .blog-item .blog-content .categories.color-bg2 {
  color: #065ce8;
}

.blog.style2.modify2 .blog-item .blog-content .categories.color-bg3 {
  color: #f6075b;
}

.blog.style2.modify2 .blog-item:hover .blog-content {
  transform: translateY(-10px);
}

.blog.main-home .owl-stage-outer {
  padding: 0 10px 10px;
  margin: 0 -10px;
}

.blog.main-home .blog-item {
  background: #fff;
  transition: all 500ms ease;
  border-radius: 5px;
}

.blog.main-home .blog-item .blog-content {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 35px 16px;
}

.blog.main-home .blog-item .blog-content .blog-meta {
  margin-bottom: 11px;
}

.blog.main-home .blog-item .blog-content .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
}

.blog.main-home .blog-item .blog-content .blog-meta li i {
  padding-right: 3px;
  font-size: 14px;
}

.blog.main-home .blog-item .blog-content .blog-meta li i:before {
  padding-right: 7px;
  color: #ff5421;
}

.blog.main-home .blog-item .blog-content .blog-meta li a {
  color: #505050;
}

.blog.main-home .blog-item .blog-content .blog-meta li:last-child {
  margin: 0;
  padding: 0;
}

.blog.main-home .blog-item .blog-content .title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 34px;
}

.blog.main-home .blog-item .blog-content .title a {
  color: #101010;
}

.blog.main-home .blog-item .blog-content .title a:hover {
  color: #ff5421;
}

.blog.main-home .blog-item .blog-content .desc {
  color: #505050;
  padding-bottom: 20px;
}

.blog.main-home .blog-item .blog-content .btn-btm {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f4f0f0;
  padding-top: 20px;
}

.blog.main-home .blog-item .blog-content .btn-btm .cat-list .post-categories {
  display: flex;
  position: relative;
  padding-left: 22px;
}

.blog.main-home .blog-item .blog-content .btn-btm .cat-list .post-categories:before {
  content: "\f02d";
  font-family: fontawesome;
  font-size: 15px;
  color: #ff5421;
  position: absolute;
  left: 0px;
  top: 1px;
}

.blog.main-home .blog-item .blog-content .btn-btm .cat-list .post-categories li {
  font-size: 14px;
  text-transform: capitalize;
}

.blog.main-home .blog-item .blog-content .btn-btm .cat-list .post-categories li a {
  color: #505050;
}

.blog.main-home .blog-item .blog-content .btn-btm .cat-list .post-categories li a:hover {
  color: #ff5421;
}

.blog.main-home .blog-item .blog-content .btn-btm .view-btn a {
  padding: 0px 0px 0px 0px;
  font-family: "Rubik", Sans-serif;
  font-weight: 400;
  color: #505050;
  font-size: 15px;
  position: relative;
}

.blog.main-home .blog-item .blog-content .btn-btm .view-btn a:after {
  content: "\f054";
  font-family: fontawesome;
  font-size: 12px;
  position: relative;
  right: 0px;
  top: 0px;
  display: inline-block;
  margin-left: 3px;
}

.blog.main-home .blog-item .blog-content .btn-btm .view-btn a:hover {
  color: #ff5421;
}

.blog.main-home .blog-item:hover {
  transform: translateY(-10px);
}

.blog.main-home.modify1 .blog-item .blog-content {
  background-color: #F3FCF8;
  padding: 30px 25px 30px 25px;
  border-radius: 0 0 5px 5px;
  box-shadow: unset;
}

.blog.main-home.modify1 .blog-item .blog-content .blog-meta {
  font-size: 14px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
}

.blog.main-home.modify1 .blog-item .blog-content .blog-meta .date {
  color: #333333;
  font-size: 14px;
}

.blog.main-home.modify1 .blog-item .blog-content .blog-meta .date i:before {
  color: #0c8b51;
  padding-right: 5px;
}

.blog.main-home.modify1 .blog-item .blog-content .blog-meta .admin {
  color: #333333;
  font-size: 14px;
}

.blog.main-home.modify1 .blog-item .blog-content .blog-meta .admin i:before {
  color: #0c8b51;
  padding-right: 5px;
}

.blog.main-home.modify1 .blog-item .blog-content .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.blog.main-home.modify1 .blog-item .blog-content .title a {
  color: #101010;
}

.blog.main-home.modify1 .blog-item .blog-content .title a:hover {
  color: #0c8b51;
}

.blog.main-home.modify1 .blog-item .blog-content .btn-btm .cat-list .post-categories:before {
  color: #0c8b51;
}

.blog.main-home.modify1 .blog-item .blog-content .btn-btm .cat-list .post-categories li {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.blog.main-home.modify1 .blog-item .blog-content .btn-btm .cat-list .post-categories li a {
  color: #333333;
}

.blog.main-home.modify1 .blog-item .blog-content .btn-btm .cat-list .post-categories li a:hover {
  color: #0c8b51;
}

.blog.main-home.modify1 .blog-item .blog-content .btn-btm .view-btn a {
  font-weight: 500;
  color: #333333;
  font-size: 15px;
}

.blog.main-home.modify1 .blog-item .blog-content .btn-btm .view-btn a:hover {
  color: #0c8b51;
}

.blog.home9-style .blog-item {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #dfe9eb;
}

.blog.home9-style .blog-item .image-part {
  overflow: hidden;
  height: 100%;
}

.blog.home9-style .blog-item .image-part a img {
  transition: all 0.5s;
  transform: scale(1);
  height: 100%;
  width: 100%;
}

.blog.home9-style .blog-item .blog-content {
  padding: 10px 20px 0px 30px;
}

.blog.home9-style .blog-item .blog-content .title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 34px;
}

.blog.home9-style .blog-item .blog-content .title a {
  color: #101010;
}

.blog.home9-style .blog-item .blog-content .title a:hover {
  color: #f4bf00;
}

.blog.home9-style .blog-item .blog-content .txt {
  font-size: 16px;
  color: #505050;
  font-weight: 400;
  margin: 0;
}

.blog.home9-style .blog-item .blog-content .blog-meta {
  margin-bottom: 11px;
}

.blog.home9-style .blog-item .blog-content .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
  font-size: 16px;
  color: #505050;
  font-weight: 400;
}

.blog.home9-style .blog-item .blog-content .blog-meta li i {
  padding-right: 3px;
  font-size: 14px;
}

.blog.home9-style .blog-item .blog-content .blog-meta li i:before {
  color: #f4bf00;
  padding-right: 5px;
}

.blog.home9-style .blog-item .blog-content .blog-meta li i:before:last-child {
  padding-right: 0;
}

.blog.home9-style .blog-item .blog-content .blog-meta li a {
  color: #505050;
}

.blog.home9-style .blog-item .blog-content .blog-meta li:last-child {
  margin: 0;
  padding: 0;
}

.blog.home9-style .blog-item:hover .image-part a img {
  transform: scale(1.07);
}

.blog.home9-style .events-short-top {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dfe9eb;
  padding: 25px 39px 38px 25px;
  align-items: flex-start;
  background: #ffffff;
}

.blog.home9-style .events-short-top .date-part {
  background: #1C335F;
  min-width: 100px;
  text-align: center;
  padding: 11px 0 22px;
  border-radius: 3px;
  margin-right: 25px;
  transition: all 500ms ease;
}

.blog.home9-style .events-short-top .date-part .month {
  margin-bottom: 10px;
  display: block;
  color: #ffffff;
}

.blog.home9-style .events-short-top .date-part .date {
  font-size: 50px;
  color: #f4bf00;
  font-weight: 700;
  line-height: 25px;
}

.blog.home9-style .events-short-top .date-part:hover {
  transform: translateY(-10px);
}

.blog.home9-style .events-short-top .content-part .categorie a {
  color: #505050;
}

.blog.home9-style .events-short-top .content-part .categorie a:hover {
  color: #ff5421;
}

.blog.home9-style .events-short-top .content-part .title {
  line-height: 1.5;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 6px;
}

.blog.home9-style .events-short-top .content-part .title a {
  color: #101010;
}

.blog.home9-style .events-short-top .content-part .title a:hover {
  color: #f4bf00;
}

.blog.home9-style .events-short-top .content-part .txt {
  font-size: 16px;
  color: #505050;
  margin: 0;
}

.blog.home9-style .short {
  position: relative;
  display: flex;
  overflow: hidden;
  background: #ffffff;
  padding: 30px;
  border: 1px solid #dfe9eb;
  border-radius: 3px;
}

.blog.home9-style .short .date-part {
  position: absolute;
  background: #1c335f;
  width: 100px;
  text-align: center;
  padding: 11px 0 22px;
  border-radius: 3px;
}

.blog.home9-style .short .date-part .month {
  margin-bottom: 10px;
  display: block;
}

.blog.home9-style .short .date-part .date {
  font-size: 50px;
  font-family: 'Nunito', sans-serif;
  color: var(--green);
  font-weight: 700;
}

.blog.home9-style .short .content-part {
  padding-left: 120px;
}

.blog.home9-style .short .content-part .categorie a {
  color: #505050;
}

.blog.home9-style .short .content-part .categorie a:hover {
  color: var(--green);
}

.blog.home9-style .short .content-part .title {
  line-height: 1.5;
}

.blog.home9-style .short .content-part .title a {
  color: #111111;
}

.blog.home9-style .short .content-part .title a:hover {
  color: var(--green);
}

.blog.orange-color .blog-item .blog-content .title a:hover {
  color: #ff5421;
}

.blog.orange-color .blog-item .blog-content .readon-arrow:hover {
  color: #ff5421;
}

.blog.orange-color .blog-item .blog-content .readon-arrow:hover:after {
  color: #ff5421;
}

.blog.orange-color .events-short .content-part .title a:hover {
  color: #ff5421;
}

.blog.gym-home .blog-item {
  transition: all 500ms ease;
  border-radius: 5px;
}

.blog.gym-home .blog-item .blog-content {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #252525;
  background-color: #1D0E15;
  padding: 26px 26px 30px 26px;
}

.blog.gym-home .blog-item .blog-content .post-categories li {
  margin-bottom: 10px;
}

.blog.gym-home .blog-item .blog-content .post-categories li a {
  font-size: 15px;
  color: #ff5421;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.blog.gym-home .blog-item .blog-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

.blog.gym-home .blog-item .blog-content .title a {
  color: #ffffff;
}

.blog.gym-home .blog-item .blog-content .title a:hover {
  color: #ff5421;
}

.blog.gym-home .blog-item .blog-content .blog-meta {
  font-size: 14px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}

.blog.gym-home .blog-item .blog-content .blog-meta li i {
  padding-right: 3px;
  font-size: 14px;
  color: #ff5421;
}

.blog.gym-home .blog-item .blog-content .blog-meta li i.fa-calendar {
  padding-right: 7px;
}

.blog.gym-home .blog-item:hover {
  transform: translateY(-10px);
}

.inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.inner-blog .blog-item .blog-content {
  padding: 40px 46px 45px;
  overflow: hidden;
}

.inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0 10px;
  font-size: 26px;
  line-height: 35px;
}

.inner-blog .blog-item .blog-content .blog-title a {
  color: #111111;
}

.inner-blog .blog-item .blog-content .blog-title a:hover {
  color: var(--green);
}

.inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 15px;
}

.inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #505050;
}

.inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: var(--green);
  margin-right: 3px;
}

.inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #555;
}

.inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: var(--green);
  margin-right: 3px;
}

.inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line {
  position: relative;
  padding-left: 2px;
  color: #555;
}

.inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line i {
  margin-right: 3px;
  color: var(--green);
}

.inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line i:before {
  font-size: 14px;
  font-weight: 600;
}

.inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line a {
  color: #555;
}

.inner-blog .blog-item .blog-content .blog-desc {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #505050;
  margin-bottom: 35px;
}

.inner-blog .widget-area .widget-title {
  color: #111111;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
}

.inner-blog .widget-area .widget-title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #ff5421;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}

.inner-blog .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.widget-area {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.small-widget{
  background: #fff;
  padding: 20px 15px 20px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}

.inner-blog .widget-area .search-widget .search-wrap [type=search] {
  border: 1px solid #ddd;
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border-radius: 5px;
  position: relative;
}

.inner-blog .widget-area .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #505050;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}

.inner-blog .widget-area .search-widget .search-wrap button i:before {
  font-weight: 600;
  font-size: 18px;
}

.inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: var(--green);
}

.inner-blog .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.inner-blog .widget-area .recent-posts ul li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 400;
  font-size: 16px;
}

.inner-blog .widget-area .recent-posts ul li a {
  color: #505050;
}

.inner-blog .widget-area .recent-posts ul li a:hover {
  color: var(--green);
}

.inner-blog .widget-area .recent-posts-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.inner-blog .widget-area .recent-posts-widget .show-featured {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.inner-blog .widget-area .recent-posts-widget .show-featured .post-img {
  max-width: 150px;
  padding-right: 15px;
  border-radius: 3px;
  overflow: hidden;
}

.inner-blog .widget-area .recent-posts-widget .show-featured .post-desc a {
  font-size: 15px;
  line-height: 22px;
  color: #111111;
  font-weight: 400;
}

.inner-blog .widget-area .recent-posts-widget .show-featured .post-desc a:hover {
  color: var(--green);
}

.inner-blog .widget-area .recent-posts-widget .show-featured .post-desc .date {
  font-size: 12px;
  line-height: 20px;
  color: var(--green);
  font-weight: 400;
  display: block;
}

.inner-blog .widget-area .recent-posts-widget .show-featured .post-desc .date i {
  font-size: 12px;
  line-height: 12px;
  color: var(--green);
  font-weight: 400;
}

.inner-blog .widget-area .recent-posts-widget .show-featured:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.inner-blog .widget-area .widget-archives {
  background: #fff;
  padding: 25px 30px 25px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.inner-blog .widget-area .widget-archives ul li {
  border: none;
  position: relative;
  padding: 6px 0px 6px 14px;
  margin: 0;
  font-size: 16px;
}

.inner-blog .widget-area .widget-archives ul li a {
  color: #505050;
}

.inner-blog .widget-area .widget-archives ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 6px;
  color: #273c66;
}

.inner-blog .widget-area .widget-archives ul li a:hover {
  color: #ff5421;
}

.inner-blog .blog-deatails {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}

.inner-blog .blog-deatails .blog-full {
  padding: 40px 45px 40px;
}

.inner-blog .blog-deatails .blog-full .single-post-meta {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}

.inner-blog .blog-deatails .blog-full .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}

.inner-blog .blog-deatails .blog-full .single-post-meta li .p-date i {
  font-size: 13px;
  margin-right: 3px;
  color: var(--green);
}

.inner-blog .blog-deatails .blog-full .single-post-meta li .p-date i:before {
  margin-right: 5px;
}

.inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}

.inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i {
  color: var(--green);
  margin-right: 3px;
}

.inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i:before {
  margin-right: 4px;
}

.inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a {
  font-weight: 400;
  color: #555;
  font-size: 14px;
}

.inner-blog .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a:hover {
  color: var(--green);
}

.inner-blog .blog-deatails .blog-full .single-post-meta .post-comment {
  color: #555;
  font-size: 14px;
}

.inner-blog .blog-deatails .blog-full .single-post-meta .post-comment i:before {
  color: var(--green);
}

.inner-blog .blog-deatails .blog-full .blog-desc p {
  font-size: 16px;
  font-weight: 400;
  color: #505050;
}

.inner-blog .blog-deatails .blog-full .title {
  color: #111111;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.inner-blog .blog-deatails .blog-full .sm-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #111111;
}

.inner-blog .blog-deatails .blog-full .unorder-list li {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 25px;
}

.inner-blog .blog-deatails .blog-full .unorder-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: FontAwesome;
  color: var(--green);
  font-size: 20px;
}

.inner-blog .ps-navigation {
  border-top: 1px solid rgba(170, 170, 170, 0.25);
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
  padding: 30px 0;
  margin: 60px 0 0;
}

.inner-blog .ps-navigation ul li {
  text-align: right;
}

.inner-blog .ps-navigation ul li a {
  display: inline-block;
}

.inner-blog .ps-navigation ul li a .next-link {
  text-transform: uppercase;
  color: #909090;
  margin-top: 0;
  display: block;
}

.inner-blog .ps-navigation ul li a .next-link:hover {
  color: var(--green);
}

.inner-blog .ps-navigation ul li a .next-link i:before {
  font-size: 16px;
  font-style: normal;
  color: #505050;
}

.inner-blog .ps-navigation ul li a .link-text {
  font-size: 16px;
  font-weight: 500;
  color: #1c1b1b;
}

.inner-blog .ps-navigation ul li a .link-text:hover {
  color: var(--green);
}

.inner-blog .comment-area .comment-full .reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 45px;
  position: relative;
  padding: 0 0 12px;
  color: #111111;
}

.inner-blog .comment-area .comment-full p span {
  font-size: 16px;
  color: #505050;
}

.inner-blog .comment-area .comment-full .from-group {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.inner-blog .comment-area .comment-full .submit-btn .submit {
  border: 2px solid;
  border-color: var(--green);
  background: var(--green);
  position: relative;
  display: inline-block;
  padding: 12px 22px;
  border-radius: 3px;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: all .3s ease 0s;
  text-transform: uppercase;
}

.inner-blog .comment-area .comment-full .submit-btn .submit:hover {
  opacity: 0.9;
}

.inner-blog.orange-color .blog-btn:hover,
.inner-blog.orange-color .blog-btn:hover::after,
.inner-blog.orange-color .widget-area .recent-posts ul li a:hover,
.inner-blog.orange-color .blog-item .blog-content .blog-title a:hover,
.inner-blog.orange-color .widget-area .search-widget .search-wrap button:hover,
.inner-blog.orange-color .blog-item .blog-content .blog-meta .btm-cate li .author i,
.inner-blog.orange-color .blog-item .blog-content .blog-meta .btm-cate li .tag-line i,
.inner-blog.orange-color .blog-item .blog-content .blog-meta .btm-cate li .blog-date i,
.inner-blog.orange-color .widget-area .recent-posts-widget .show-featured .post-desc .date,
.inner-blog.orange-color .widget-area .recent-posts-widget .show-featured .post-desc .date i,
.inner-blog.orange-color .widget-area .recent-posts-widget .show-featured .post-desc a:hover,
.inner-blog.orange-color .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line i,
.inner-blog.orange-color .blog-deatails .blog-full .single-post-meta .post-comment i::before,
.inner-blog.orange-color .blog-deatails .blog-full .single-post-meta .Post-cate .tag-line a:hover,
.inner-blog.orange-color .blog-deatails .blog-full .single-post-meta li .p-date i,
.inner-blog.orange-color .blog-deatails .blog-full .unorder-list li::before,
.inner-blog.orange-color .ps-navigation ul li a .link-text:hover,
.inner-blog.orange-color .ps-navigation ul li a .next-link:hover,
.inner-blog.orange-color .ps-navigation ul li a .next-link:hover i::before {
  color: #ff5421;
}

.inner-blog.orange-color blockquote::before {
  background: #ff5421;
}

.inner-blog.orange-color .comment-area .comment-full .submit-btn .submit {
  border-color: #ff5421;
  background: #ff5421;
}

.inner-blog.orange-color .comment-area .comment-full .submit-btn .submit:hover {
  border-color: #ed3600;
  background: #ed3600;
}

/* ------------------------------------
    19. Latest Events Section CSS
---------------------------------------*/
.event .event-item {
  transition: all 0.3s ease;
  position: relative;
}

.event .event-item .event-short {
  text-align: left;
  box-shadow: 0 0 20px #eee;
}

.event .event-item .event-short .featured-img {
  position: relative;
}

.event .event-item .event-short .featured-img img {
  border-radius: 5px 5px 0 0;
}

.event .event-item .event-short .categorie {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}

.event .event-item .event-short .categorie a {
  background: #ff5421;
  padding: 5px 20px;
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
}

.event .event-item .event-short .categorie a:hover {
  opacity: .9;
}

.event .event-item .event-short .content-part {
  padding: 25px 30px 15px 30px;
  border-radius: 0 0 5px 5px;
}

.event .event-item .event-short .content-part .address {
  padding-bottom: 15px;
  color: #363636;
  font-size: 14px;
}

.event .event-item .event-short .content-part .address i {
  font-size: 13px;
  margin-right: 4px;
}

.event .event-item .event-short .content-part .title {
  font-size: 26px;
  line-height: 32px;
  transition: all .8s ease;
}

.event .event-item .event-short .content-part .title a {
  color: #000000;
}

.event .event-item .event-short .content-part .title a:hover {
  color: #ff5421;
}

.event .event-item .event-short .content-part .text {
  color: #363636;
  margin: 0;
  font-size: 14px;
}

.event .event-item .event-short .content-part .event-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #efefef;
  margin-top: 34px;
  padding-top: 26px;
}

.event .event-item .event-short .content-part .event-btm .date-part {
  font-size: 13px;
}

.event .event-item .event-short .content-part .event-btm .date-part .date i {
  font-size: 13px;
  margin-right: 7px;
}

.event .event-item .event-short .content-part .event-btm .btn-part a {
  background: #ff5421;
  text-transform: capitalize;
  padding: 7px 15px;
  color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  display: inline-block;
}

.event .event-item .event-short .content-part .event-btm .btn-part a:hover {
  background: #ed3600;
}

.event .event-item:hover {
  transform: translateY(-10px);
}

.event .event-item.home12-style .event-short {
  text-align: left;
  background: #ffffff;
}

.event .event-item.home12-style .event-short .featured-img {
  position: relative;
}

.event .event-item.home12-style .event-short .featured-img img {
  border-radius: 5px 5px 0 0;
}

.event .event-item.home12-style .event-short .content-part {
  padding: 25px 30px 30px 30px;
  border-radius: 0 0 5px 5px;
}

.event .event-item.home12-style .event-short .content-part .all-dates-time {
  display: flex;
}

.event .event-item.home12-style .event-short .content-part .all-dates-time .address {
  color: #363636;
  padding-right: 20px;
}

.event .event-item.home12-style .event-short .content-part .all-dates-time .address i:before {
  color: #0c8b51;
}

.event .event-item.home12-style .event-short .content-part .all-dates-time .time {
  color: #363636;
  font-size: 14px;
}

.event .event-item.home12-style .event-short .content-part .all-dates-time .time i:before {
  color: #0c8b51;
  padding-right: 5px;
}

.event .event-item.home12-style .event-short .content-part .title {
  font-size: 22px;
  line-height: 32px;
  transition: all .8s ease;
}

.event .event-item.home12-style .event-short .content-part .title a {
  color: #000000;
}

.event .event-item.home12-style .event-short .content-part .title a:hover {
  color: #0c8b51;
}

.event .event-item.home12-style .event-short .content-part .event-btm {
  border-top: 1px solid #efefef;
}

.event .event-item.home12-style .event-short .content-part .event-btm .date-part {
  font-size: 13px;
  color: #363636;
}

.event .event-item.home12-style .event-short .content-part .event-btm .date-part .date i {
  font-size: 13px;
  margin-right: 7px;
  color: #0c8b51;
}

.event .event-item.home12-style .event-short .content-part .event-btm .btn-part a {
  background: #0c8b51;
}

.event .event-item.home12-style .event-short .content-part .event-btm .btn-part a:hover {
  background: #085c36;
}

.event .event-item.home12-style .carousel .owl-dots {
  text-align: center;
}

.event .event-item.home12-style .carousel .owl-dots .owl-dot {
  width: 40px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  background: red;
  border: none;
}

.event .event-item.home12-style .carousel .owl-dots .owl-dot:hover {
  width: 40px;
  opacity: 1;
}

.event .event-item.home12-style .carousel .owl-dots .active {
  background: red;
}

.event.home12style {
  background: url(assets/images/bg/home12/event-bg.html);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 150px 0;
}

.event.home12style .owl-dots {
  text-align: center;
  margin-top: 47px;
}

.event.home12style .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  background: #085c36;
  border: none;
  transition: all 0.3s ease;
}

.event.home12style .owl-dots .owl-dot:hover,
.event.home12style .owl-dots .owl-dot.active {
  width: 40px;
  background: #0c8b51;
  opacity: 0.5;
}

.event.modify1 .event-item .event-short .featured-img .dates {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: var(--green);
  padding: 7px 20px;
  display: inline-block;
  color: #fff;
  border-radius: 15px 15px 0 0;
  right: 0;
  margin: 0 auto;
  max-width: 220px;
  text-align: center;
}

.event.modify1 .event-item .event-short .content-part {
  padding: 30px 30px 35px 30px;
  text-align: center;
}

.event.modify1 .event-item .event-short .content-part .title {
  font-size: 24px;
}

.event.modify1 .event-item .event-short .content-part .time-sec {
  display: inline-flex;
}

.event.modify1 .event-item .event-short .content-part .time-sec .timesec {
  margin-right: 15px;
  font-size: 14px;
}

.event.modify1 .event-item .event-short .content-part .time-sec .timesec i:before {
  font-size: 16px;
}

.event.modify1 .event-item .event-short .content-part .time-sec .address {
  color: #363636;
  font-size: 14px;
}

.event.modify1 .event-item .event-short .content-part .time-sec .address i {
  font-size: 13px;
  margin-right: 4px;
}

.event.modify2 .event-item .event-short {
  transition: all 500ms ease;
  box-shadow: 0 0 20px #eee;
  position: relative;
}

.event.modify2 .event-item .event-short .featured-img {
  position: relative;
  padding: 0px 0px 0px 0px;
}

.event.modify2 .event-item .event-short .featured-img:before {
  opacity: .85;
  background: 0 0;
  background: linear-gradient(transparent, #333333), linear-gradient(transparent, #333333);
  background: -moz-linear-gradient(transparent, #333333), -moz-linear-gradient(transparent, #333333);
  background: -o-linear-gradient(transparent, #333333), -o-linear-gradient(transparent, #333333);
  content: "";
  height: 100%;
  bottom: 0;
  left: 0px;
  right: 0px;
  position: absolute;
  z-index: 1;
  transition: all .7s ease 0s;
}

.event.modify2 .event-item .event-short .content-part {
  padding: 40px 40px 40px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 0 5px 5px;
}

.event.modify2 .event-item .event-short .content-part .title a {
  color: #ffffff;
}

.event.modify2 .event-item .event-short .content-part .address {
  color: #ffffff;
  font-size: 14px;
}

.event.modify2 .event-item .event-short .content-part .address i {
  font-size: 13px;
  margin-right: 4px;
}

.event.modify2 .event-item .event-short .content-part .date-part {
  padding: 0px 0px 10px 0px;
}

.event.modify2 .event-item .event-short .content-part .date-part .date {
  color: #ffffff;
  font-size: 13px;
}

.event.modify2 .event-item .event-short .content-part .date-part .date i {
  font-size: 13px;
  margin-right: 7px;
}

.event.modify2 .event-item .event-short .content-part .time {
  color: #ffffff;
  font-size: 14px;
}

.event.modify2 .event-item .event-short .content-part .time i:before {
  margin: 0;
  font-size: 14px;
  color: #fff;
  margin-right: 4px;
}

.event.home8-style1 .carousel .owl-dots {
  text-align: center;
}

.event.home8-style1 .carousel .owl-dots .owl-dot {
  width: 40px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  background: #ff5421;
  border: none;
}

.event.home8-style1 .carousel .owl-dots .owl-dot:hover {
  width: 40px;
  opacity: 1;
}

.event.home8-style1 .carousel .owl-dots .active {
  background: #ff5421;
}

.event.home8-style1 .owl-stage-outer {
  padding-bottom: 10px;
}

.event.home8-style1 .event-item .event-short .featured-img .dates {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #ff5421;
  padding: 7px 20px;
  display: inline-block;
  color: #fff;
  border-radius: 15px 15px 0 0;
  right: 0;
  margin: 0 auto;
  max-width: 220px;
  text-align: center;
}

.event.home8-style1 .event-item .event-short .content-part {
  padding: 30px 30px 35px 30px;
  text-align: center;
}

.event.home8-style1 .event-item .event-short .content-part .title {
  font-size: 24px;
}

.event.home8-style1 .event-item .event-short .content-part .time-sec {
  display: inline-flex;
}

.event.home8-style1 .event-item .event-short .content-part .time-sec .timesec {
  padding-right: 4px;
}

.event.home8-style1 .event-item .event-short .content-part .time-sec .timesec i:before {
  color: #ff5421;
  font-size: 14px;
}

.event.home8-style1 .event-item .event-short .content-part .time-sec .address {
  font-size: 14px;
}

.event.home8-style1 .event-item .event-short .content-part .time-sec .address i {
  font-size: 13px;
  margin-right: 5px;
}

.event.home8-style1 .event-item .event-short .content-part .time-sec .address i:before {
  color: #ff5421;
}

.event.orange-color.modify1 .event-item .event-short .featured-img .dates {
  background: #ff5421;
}

.latest-events.style1 .single-img {
  z-index: 1;
  position: relative;
}

.latest-events.style1 .single-img img {
  border-radius: 3px;
}

.latest-events.style1 .event-wrap {
  z-index: 1;
  position: relative;
}

.latest-events.style1 .event-wrap .events-short {
  overflow: hidden;
  background: #ffffff;
  padding: 31px 30px;
  border-radius: 3px;
}

.latest-events.style1 .event-wrap .events-short .date-part {
  width: 100px;
  float: left;
  text-align: center;
  padding: 11px 0 22px;
  border-radius: 3px;
  margin-right: 25px;
}

.latest-events.style1 .event-wrap .events-short .date-part .month {
  margin-bottom: 10px;
  display: block;
}

.latest-events.style1 .event-wrap .events-short .date-part .date {
  font-size: 50px;
  font-family: 'Nunito', sans-serif;
  color: #112958;
  font-weight: 700;
}

.latest-events.style1 .event-wrap .events-short .date-part.bgc1 {
  background: #dcf1fd;
}

.latest-events.style1 .event-wrap .events-short .date-part.bgc2 {
  background: #e9fbd5;
}

.latest-events.style1 .event-wrap .events-short .date-part.bgc3 {
  background: #fee2c0;
}

.latest-events.style1 .event-wrap .events-short .content-part .categorie a {
  color: #505050;
}

.latest-events.style1 .event-wrap .events-short .content-part .categorie a:hover {
  color: var(--green);
}

.latest-events.style1 .event-wrap .events-short .content-part .title {
  line-height: 1.5;
}

.latest-events.style1 .event-wrap .events-short .content-part .title a {
  color: #112958;
}

.latest-events.style1 .event-wrap .events-short .content-part .title a:hover {
  color: var(--green);
}

.latest-events.style1 .event-wrap .btn-part a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #112958;
  position: relative;
  display: inline-block;
}

.latest-events.style1 .event-wrap .btn-part a:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background: #112958;
  transition: all 0.3s ease;
}

.latest-events.style1 .event-wrap .btn-part a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}

.latest-events.bg-wrap {
  position: relative;
}

.latest-events.bg-wrap:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 63%;
  height: 100%;
  background: #f3f8f9;
}

/* ------------------------------------
    19. Download Section CSS
---------------------------------------*/
.download-app .mobile-img {
  display: flex;
}

.download-app .mobile-img .apps-image img {
  max-width: 195px;
}

/* ------------------------------------
    20. Partner Section CSS
---------------------------------------*/
.partner .partner-item a img {
  width: 100%;
  margin: 0 auto;
  object-fit: scale-down;
}

.partner.style2 .partner-item a img {
  max-width: 100px;
  margin: 0 auto;
}

/* ------------------------------------
    21. Gallery Section CSS
---------------------------------------*/
.gallery .gallery-item {
  padding: 0 30px 30px 0;
}

.gallery .gallery-item .gallery-img a img {
  border-radius: 5px;
}

.gallery .gallery-item .title {
  padding-top: 25px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #111111;
}

.gallery.style2 .gallery-part {
  position: relative;
  overflow: hidden;
}

.gallery.style2 .gallery-part .gallery-img {
  position: relative;
  overflow: hidden;
}

.gallery.style2 .gallery-part .gallery-img a img {
  transform: scale(1);
  transition: all .8s ease;
  height: 220px;
}

.gallery.style2 .gallery-part .gallery-img a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #171f32;
  opacity: 0;
  display: block;
  transition: all .8s ease;
  z-index: 1;
}

.gallery.style2 .gallery-part:hover .gallery-img a img {
  transform: scale(1.1);
}

.gallery.style2 .gallery-part:hover .gallery-img a:before {
  opacity: .4;
}

.gallery.home11-style .gallery-part .gallery-img {
  position: relative;
}

.gallery.home11-style .gallery-part .gallery-img img {
  border-radius: 30px;
}

.gallery.home11-style .gallery-part .gallery-img .content-part {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #4e49a1;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
  border-radius: 30px;
  right: 0;
  transition: all .4s ease;
}

.gallery.home11-style .gallery-part .gallery-img .content-part .title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  color: #ffffff;
  padding: 15px 0 15px;
  margin: 0;
}

.gallery.home11-style .gallery-part .gallery-img .gallery-info {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .4s ease;
  z-index: 1;
  text-align: center;
  width: 100%;
}

.gallery.home11-style .gallery-part .gallery-img .gallery-info .title-part {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.gallery.home11-style .gallery-part .gallery-img .gallery-info p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  padding-right: 60px;
  padding-left: 60px;
  margin-bottom: 15px;
}

.gallery.home11-style .gallery-part .gallery-img .gallery-info .btn-part a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
}

.gallery.home11-style .gallery-part .gallery-img .gallery-info .btn-part a i {
  padding-left: 6px;
}

.gallery.home11-style .gallery-part .gallery-img .gallery-info .btn-part a i:before {
  font-size: 16px;
}

.gallery.home11-style .gallery-part .gallery-img:before {
  content: '';
  background: #4e49a1;
  position: absolute;
  visibility: hidden;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0;
  display: block;
  transition: all .4s ease;
  z-index: 1;
}

.gallery.home11-style .gallery-part:hover .content-part {
  visibility: hidden;
  opacity: 0;
}

.gallery.home11-style .gallery-part:hover .gallery-img .gallery-info {
  opacity: 1;
  visibility: visible;
}

.gallery.home11-style .gallery-part:hover .gallery-img .gallery-info .title-part {
  color: #ffffff;
}

.gallery.home11-style .gallery-part:hover .gallery-img .gallery-info p {
  color: #ffffff;
}

.gallery.home11-style .gallery-part:hover .gallery-img .gallery-info .btn-part a {
  color: #ffffff;
}

.gallery.home11-style .gallery-part:hover .gallery-img:before {
  visibility: visible;
  opacity: 0.9;
}

/* ------------------------------------
    22. CTA Section CSS
---------------------------------------*/
.cta {
  position: relative;
}

.cta .cta-img img {
  min-height: 425px;
  width: 100%;
}

.cta .cta-content {
  position: absolute;
  width: 100%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta.style1 {
  background: url(assets/images/bg/pattern1.html);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.cta.style1 .partition-bg-wrap {
  position: relative;
}

.cta.style1 .partition-bg-wrap:after,
.cta.style1 .partition-bg-wrap:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}

.cta.style1 .partition-bg-wrap:after {
  background: var(--green);
  left: 0;
}

.cta.style1 .partition-bg-wrap:before {
  background: #273c66;
  right: 0;
}

.cta.style2 .video-wrap .popup-videos {
  color: #ffffff;
  display: block;
  overflow: hidden;
  max-width: 270px;
}

.cta.style2 .video-wrap .popup-videos i {
  width: 70px;
  height: 70px;
  line-height: 61px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  float: left;
  margin-right: 20px;
}

.cta.style2 .video-wrap .popup-videos i:before {
  padding-left: 5px;
}

.cta.style2 .video-wrap .popup-videos .title {
  color: #ffffff;
}

.cta.style2 .video-wrap .popup-videos:hover {
  opacity: 0.7;
}

.cta.style2 .partition-bg-wrap {
  position: relative;
}

.cta.style2 .partition-bg-wrap:after,
.cta.style2 .partition-bg-wrap:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.cta.style2 .partition-bg-wrap:before {
  background: url(assets/images/cta/style2/left-bg.html);
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta.style2 .partition-bg-wrap:after {
  background: url(assets/images/cta/style2/right-bg.html);
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.cta.style2 .partition-bg-wrap.inner-page:before {
  background: url(assets/img/other/left-bg2.html);
  background-size: cover;
}

.cta.style2 .partition-bg-wrap.inner-page:after {
  background: url(assets/img/other/right-bg2.html);
  background-size: cover;
}

.cta.style3 {
  background: url(assets/images/bg/pattern1.html);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.cta.style3 .partition-bg-wrap {
  position: relative;
}

.cta.style3 .partition-bg-wrap:after,
.cta.style3 .partition-bg-wrap:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}

.cta.style3 .partition-bg-wrap:after {
  background: var(--green);
  left: 0;
}

.cta.style3 .partition-bg-wrap:before {
  background: #273c66;
  right: 0;
}

.cta.style7 .partition-bg-wrap {
  background: none !important;
  position: relative;
}

.cta.style7 .partition-bg-wrap:after,
.cta.style7 .partition-bg-wrap:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}

.cta.style7 .partition-bg-wrap:after {
  background: url(assets/images/cta/home7/1.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta.style7 .partition-bg-wrap:before {
  background: url(assets/images/cta/home7/2.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
}

.cta.main-home .partition-bg-wrap {
  background: none !important;
  position: relative;
  padding: 130px 0;
}

.cta.main-home .partition-bg-wrap:after,
.cta.main-home .partition-bg-wrap:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}

.cta.main-home .partition-bg-wrap:after {
  background: url(assets/images/cta/home1.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta.main-home .partition-bg-wrap:before {
  background: url(assets/images/cta/main-home.html);
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
}

.cta.home9-style .partition-bg-wrap {
  background: none !important;
  position: relative;
  padding: 100px 0;
}

.cta.home9-style .partition-bg-wrap:after,
.cta.home9-style .partition-bg-wrap:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}

.cta.home9-style .partition-bg-wrap:after {
  background: url(assets/images/cta/covid-19.html);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta.home9-style .partition-bg-wrap:before {
  background: #1c335f;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
}

.cta.section-wrap .content-wrap {
  padding: 100px 100px 100px 105px;
  background: #273c66;
}

.cta.section-wrap .content-wrap .text-part {
  padding-right: 400px;
}

.cta.section-wrap .content-wrap .text-part .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cta.section-wrap .content-wrap .text-part .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}

.cta.section-wrap .content-wrap .text-part .desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 40px;
}

.cta.section-wrap .content {
  max-width: 700px;
  padding-left: 90px;
  padding-right: 15px;
}

.cta.home11-style {
  background: url(assets/images/cta/home11.html);
  background-repeat: no-repeat;
  background-position: bottom;
}

.cta.home-style14 {
  max-width: 100%;
  margin: 10px auto 0;
  background: url(assets/img/bg/cta.html);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 44px 30px 44px 30px;
  border-radius: 5px 5px 5px 5px;
}

.cta.home-style14 .content-part .sub-text {
  font-family: "Nunito", Sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FF5421;
  display: block;
  margin-bottom: 10px;
}

.cta.home-style14 .content-part .title {
  font-family: "Nunito", Sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #101010;
  margin: 0px 0px 0px 0px;
}

.cta.effects-layer .effects-bg .content-part {
  padding: 56px 244px 60px 50px;
}

.cta.effects-layer .effects-bg .content-part .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 800;
  color: #101010;
  margin-bottom: 13px;
}

.cta.effects-layer .effects-bg.apply-bg {
  background-color: #F9F7F8;
  background-image: url(assets/images/cta/style3/1-2.html);
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 4px 4px 4px 4px;
  margin-top: 20px;
}

.cta.effects-layer .effects-bg.enroll-bg {
  background-color: #F9F7F8;
  background-image: url(assets/images/cta/style3/2.html);
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 4px 4px 4px 4px;
  margin-top: 20px;
}

/* ------------------------------------
    23. Counter Section CSS
---------------------------------------*/
.counter .counter-item .count {
  position: relative;
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  color: #000;
  padding-right: 13px;
  margin-bottom: 8px;
}

.counter .counter-item .count:before {
  content: '';
  position: absolute;
  right: -12px;
}

.counter .counter-item .count.plus:before {
  content: '+';
}

.counter .counter-item .count.kplus:before {
  content: 'L';
  right: -20px;
}

.counter .counter-item .count.percent:before {
  content: '%';
  right: -32px;
}

.counter .counter-item .title {
  font-size: 22px;
  color: #505050;
}

.counter .counter-item .counter-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.counter.style2-about .counter-item .count {
  color: #111111;
}

.counter.style2-about .counter-item .title {
  font-size: 22px;
  color: #505050;
}

.counter.style7 .counter-item .count.purple-color {
  color: #c701f1;
}

.counter.style7 .counter-item .count.blue-color {
  color: #065ce8;
}

.counter.style7 .counter-item .count.pink-color {
  color: #f6075b;
}

.counter.style7 .counter-item .count.orange-color {
  color: #ffbc00;
}

.counter.style7 .counter-item .title {
  color: #54647b;
}

.counter.style-home8 .counter-item {
  padding: 40px 10px 32px 10px;
  background-color: #F9F8F8;
  border-radius: 4px 4px 4px 4px;
}

.counter.style-home8 .counter-item .count {
  color: #ff5421;
}

.counter.style-home8 .counter-item .title {
  color: #031a3d;
}

.counter.home12-style .counter-item .count {
  color: #0c8b51;
  font-size: 42px;
  font-weight: 900;
  line-height: 51px;
  font-family: "Nunito", Sans-serif;
}

.counter.home12-style .counter-item .prefix {
  color: #0c8b51;
  font-size: 42px;
  font-weight: 900;
  line-height: 51px;
  font-family: "Nunito", Sans-serif;
}

.counter.home12-style .counter-item .title {
  color: #505050;
}

.counter.home12-style .counter-item .title:hover {
  color: #0c8b51;
}

.counter.home13-style .counter-item {
  transition: all 500ms ease;
}

.counter.home13-style .counter-item .count {
  color: #ff5421;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 5px;
}

.counter.home13-style .counter-item .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 37px;
  color: #ffffff;
}

.counter.home13-style .counter-item:hover {
  transform: translateY(-5px);
}

/* ------------------------------------
    24. Newsletter Section CSS
---------------------------------------*/
.newsletter.style1 .newsletter-wrap {
  background-color: var(--green);
  border-radius: 3px;
  padding: 40px 50px;
  position: relative;
  top: -15px;
}

.newsletter.style1 .newsletter-wrap .content-part .sec-title {
  display: flex;
  align-items: center;
}

.newsletter.style1 .newsletter-wrap .content-part .sec-title .title-icon img {
  max-width: 50px;
  margin-right: 20px;
}

.newsletter.style1 .newsletter-wrap .newsletter-form {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.newsletter.style1 .newsletter-wrap .newsletter-form input,
.newsletter.style1 .newsletter-wrap .newsletter-form button {
  outline: none;
  border: none;
}

.newsletter.style1 .newsletter-wrap .newsletter-form input {
  background: #ffffff;
  width: 100%;
  color: var(--orange);
  padding: 17px 30px;
  padding-right: 150px;
}

.newsletter.style1 .newsletter-wrap .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--orange);
  color: #ffffff;
  padding: 17px 40px;
  transition: all 0.3s ease;
}

.newsletter.style1 .newsletter-wrap .newsletter-form button:hover {
  background: #2e4778;
}

.newsletter.style1.modify1 .newsletter-wrap {
  background: url(assets/images/bg/newslatter-bg15.html);
}

.newsletter.style1.modify1 .newsletter-wrap .newsletter-form button {
  background: #ff5421;
}

.newsletter.style1.modify1 .newsletter-wrap .newsletter-form button:hover {
  background: #ff5421;
}

.newsletter.style2 {
  background: url(assets/images/bg/newsletter-bg2.html);
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter.style2 .sec-title .title {
  margin-bottom: 10px;
}

.newsletter.style2 .sec-title .sub-title {
  margin: 0;
  text-transform: capitalize;
}

.newsletter.style2 .newsletter-wrap {
  border-radius: 3px;
  padding: 60px 70px;
  padding-left: 0;
  position: relative;
}

.footerLogo img {
  border-radius: 12px;
  width: 100%;
  height: 90px;
  background-color: #fff;
  padding: 5px;
  object-fit: scale-down;
}

/* 
.newsletter.style2 .newsletter-wrap .newsletter-form {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  max-width: 500px;
}

.newsletter.style2 .newsletter-wrap .newsletter-form input,
.newsletter.style2 .newsletter-wrap .newsletter-form button {
  outline: none;
  border: none;
}

.newsletter.style2 .newsletter-wrap .newsletter-form input {
  background: #ffffff;
  width: 100%;
  color: #505050;
  padding: 17px 30px;
  padding-right: 150px;
}

.newsletter.style2 .newsletter-wrap .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--green);
  color: #ffffff;
  padding: 17px 40px;
  transition: all 0.3s ease;
}

.newsletter.style2 .newsletter-wrap .newsletter-form button:hover {
  background: #2db4de;
}

.newsletter.style2.home11-style {
  background: url(assets/images/bg/home11-news.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter.style2.home11-style .sec-title2 .title {
  margin-bottom: 10px;
}

.newsletter.style2.home11-style .sec-title2 .sub-title {
  margin: 0;
  text-transform: capitalize;
} 

.newsletter.style2.home11-style .newsletter-wrap {
  padding: unset;
}

.newsletter.style2.home11-style .newsletter-wrap .newsletter-form input,
.newsletter.style2.home11-style .newsletter-wrap .newsletter-form button {
  outline: none;
  border: none;
}

.newsletter.style2.home11-style .newsletter-wrap .newsletter-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #4e49a1;
  color: #ffffff;
  padding: 12px 40px 12px;
  border-radius: 5px;
}

.newsletter.style2.home11-style .newsletter-wrap .newsletter-form button:hover {
  background: #625eaa;
}

.newsletter.style6 .newsletter-wrap .content-part .title {
  font-size: 42px;
  line-height: 46px;
  font-weight: 600;
  color: #031a3d;
}

.newsletter.style6 .newsletter-wrap .content-part .sub-title {
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
  color: #54647b;
}

.newsletter.style6 .newsletter-wrap .newsletter-form {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 600px;
  border-radius: 4px;
  overflow: hidden;
}

.newsletter.style6 .newsletter-wrap .newsletter-form input,
.newsletter.style6 .newsletter-wrap .newsletter-form button {
  outline: none;
  border: none;
}

.newsletter.style6 .newsletter-wrap .newsletter-form input {
  background: #ffffff;
  color: #505050;
  padding: 18px 40px;
  padding-right: 150px;
}

.newsletter.style6 .newsletter-wrap .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--green);
  color: #ffffff;
  padding: 17px 40px;
  transition: all 0.3s ease;
  border-radius: 0 0 5px 5px;
}

.newsletter.style6 .newsletter-wrap .newsletter-form button:hover {
  background: #2e4778;
}

.newsletter.style6 .newsletter-wrap .newsletter-form #email {
  width: 100%;
}

.newsletter.style6 .newsletter-wrap .newsletter-form span {
  margin: 0;
}

.newsletter.modify .newsletter-wrap .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background: var(--green);
  color: #ffffff;
  padding: 14px 38px;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.newsletter.modify.home13 .newsletter-wrap .newsletter-form button {
  background: #ff5421;
}

.newsletter.modify.home13 .newsletter-wrap .newsletter-form button:hover {
  background: #2e4778;
}

.newsletter.home8-style1 .content-wrap .newsletter-form {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 600px;
  border-radius: 4px;
  overflow: hidden;
}

.newsletter.home8-style1 .content-wrap .newsletter-form input,
.newsletter.home8-style1 .content-wrap .newsletter-form button {
  outline: none;
  border: none;
}

.newsletter.home8-style1 .content-wrap .newsletter-form input {
  background: #ffffff;
  color: #505050;
  padding: 18px 40px;
  padding-right: 150px;
}

.newsletter.home8-style1 .content-wrap .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  background: #ff5421;
  color: #ffffff;
  padding: 17px 40px;
  transition: all 0.3s ease;
  border-radius: 0 3px 3px 0;
}

.newsletter.home8-style1 .content-wrap .newsletter-form button:hover {
  background: #2e4778;
}

.newsletter.home8-style1 .content-wrap .newsletter-form #email {
  width: 100%;
}

.newsletter.main-home .newsletter-wrap {
  background: #171f32;
  padding: 60px 70px;
  position: relative;
  border-radius: 5px;
}

.newsletter.main-home .newsletter-wrap .newsletter-form {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.newsletter.main-home .newsletter-wrap .newsletter-form input,
.newsletter.main-home .newsletter-wrap .newsletter-form button {
  outline: none;
  border: none;
}

.newsletter.main-home .newsletter-wrap .newsletter-form input {
  background: #ffffff;
  width: 100%;
  color: #505050;
  padding: 17px 30px;
  padding-right: 150px;
}

.newsletter.main-home .newsletter-wrap .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  background: #ff5421;
  color: #ffffff;
  padding: 17px 40px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.newsletter.main-home .newsletter-wrap .newsletter-form button:hover {
  background: #FF6030;
}

.newsletter.orange-color .newsletter-wrap {
  background: #171F32;
}

.newsletter.orange-color .newsletter-wrap .newsletter-form button {
  background: #ff5421;
}

.newsletter.orange-color .newsletter-wrap .newsletter-form button:hover {
  background: #ff683b;
}

.newsletter.yellow-color .newsletter-wrap {
  background: #172e58;
}

.newsletter.yellow-color .newsletter-wrap .newsletter-form button {
  background: #f4bf00;
  color: #1c335f;
}

.newsletter.yellow-color .newsletter-wrap .newsletter-form button:hover {
  background: #ffcb0f;
}

.newsletter.green-color .newsletter-wrap {
  background: #0c8b51;
}

.newsletter.green-color .newsletter-wrap .newsletter-form {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.newsletter.green-color .newsletter-wrap .newsletter-form input,
.newsletter.green-color .newsletter-wrap .newsletter-form button {
  outline: none;
  border: none;
}

.newsletter.green-color .newsletter-wrap .newsletter-form input {
  background: #127c4b;
}

.newsletter.green-color .newsletter-wrap .newsletter-form button {
  background: #0fcb75;
  text-transform: uppercase;
}

.newsletter.green-color .newsletter-wrap .newsletter-form button:hover {
  background: #22cc7f;
}

.newsletter.green-color .newsletter-wrap ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.newsletter.green-color .newsletter-wrap ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.newsletter.green-color .newsletter-wrap :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.newsletter.green-color .newsletter-wrap :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
*/




/* ------------------------------------
    25. Publication Section CSS
---------------------------------------*/
.publication .product-list .image-product {
  position: relative;
  transition: all 0.3s;
}

.publication .product-list .image-product .overley i {
  position: absolute;
  bottom: 0px;
  right: 22px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.publication .product-list .image-product .overley i:before {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  background: var(--green);
  padding: 0px 14px 4px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: block;
  border-radius: 5px;
}

.publication .product-list .image-product .overley i:hover:before {
  background: #111111;
  color: #ffffff;
  transition: all 0.3s ease;
}

.publication .product-list .content-desc {
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 30px 0;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #16AACA2B;
}

.publication .product-list .content-desc .product-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 12px;
}

.publication .product-list .content-desc .product-title a {
  color: #031a3d;
}

.publication .product-list .content-desc .price {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #54647b;
}

.publication .product-list:hover .image-product .overley i {
  opacity: 1;
  visibility: visible;
  bottom: 280px;
}

/* ------------------------------------
    26. Facilities Section CSS
---------------------------------------*/
.facilities .img-part {
  position: relative;
}

.facilities .img-part .media-icon {
  position: absolute;
  left: 80px;
  top: 90px;
}

.facilities .choose-part {
  max-width: 700px;
  border-radius: 10px;
  padding: 80px 40px;
  background: #e7f8fb;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.facilities .choose-part .our-facilities {
  display: flex;
  align-items: center;
}

.facilities .choose-part .our-facilities .icon-part img {
  max-width: 55px;
}

.facilities .choose-part .our-facilities .content-part .text-part {
  padding-left: 30px;
}

.facilities .choose-part .our-facilities .content-part .text-part .title {
  font-size: 24px;
  line-height: 22px;
  font-weight: 800;
  color: #031a3d;
  margin: 0;
  padding-bottom: 10px;
}

.facilities .choose-part .our-facilities .content-part .text-part .desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #54647b;
  margin: 0;
}

/*----------------------------------------
    27. Faq Section CSS
----------------------------------------*/
.faq-part .content-part .title .text-part {
  font-size: 20px;
  color: #111111;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.faq-part .content-part .accordion {
  border-width: 12px;
}

.faq-part .content-part .accordion .card {
  margin-bottom: 15px;
  border: none;
}

.faq-part .content-part .accordion .card:last-child {
  margin-bottom: 0;
}

.faq-part .content-part .accordion .card .card-header {
  padding: 0 !important;
  border: none;
}

.faq-part .content-part .accordion .card .card-header .card-link {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
  display: block;
  padding: 15px 15px;
  text-transform: capitalize;
  background: var(--green);
}

.faq-part .content-part .accordion .card .card-header .card-link.collapsed {
  background: #f9f8ff;
  color: #505050;
}

.faq-part .content-part .accordion .card .card-body {
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #505050;
  padding: 15px 14px 15px !important;
  border: 1px solid #f9f8ff;
}

.faq-part.style1 .main-part {
  background: #f9f8f8;
  padding: 60px 60px 70px;
}

.faq-part.style1 .main-part .title .text-part {
  font-size: 36px;
  color: #111111;
  line-height: 46px;
  font-weight: 700;
}

.faq-part.style1 .main-part .faq-content .accordion {
  border-width: 12px;
}

.faq-part.style1 .main-part .faq-content .accordion .card {
  margin-bottom: 25px;
  border: none;
}

.faq-part.style1 .main-part .faq-content .accordion .card:last-child {
  margin-bottom: 0;
}

.faq-part.style1 .main-part .faq-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
}

.faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 60px;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  font-weight: 600;
  background: var(--green);
  box-shadow: 0 0 49px 0 rgba(0, 0, 0, 0.08);
  color: #ffffff;
}

.faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f1f7";
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 400;
}

.faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link.collapsed {
  background: #ffffff;
  color: #111111;
}

.faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link.collapsed:after {
  content: "\f0a2";
}

.faq-part.style1 .main-part .faq-content .accordion .card .card-body {
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #505050;
  padding: 15px 14px 15px !important;
  width: 100%;
}

.faq-part.style1 .main-part.new-style {
  background: #f3fcf8;
  padding: 49px 50px 70px;
}

.faq-part.style1 .main-part.new-style .faq-content .accordion .card:last-child {
  margin-bottom: 0;
}

.faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link {
  background: #0c8b51;
}

.faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f107";
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-weight: 900;
}

.faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link.collapsed {
  background: #ffffff;
  color: #111111;
}

.faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-header .card-link.collapsed:after {
  content: "\f105";
}

.faq-part.style1 .main-part.new-style .faq-content .accordion .card .card-body {
  padding: 20px 14px 35px !important;
}

.faq-part.style1 .img-part {
  background: url(assets/img/other/faq.html);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 615px;
}

.faq-part.orange-color .content-part .accordion .card .card-header .card-link,
.faq-part.orange-color .main-part .faq-content .accordion .card .card-header .card-link {
  background: #ff5421;
}

.faq-part.orange-color .content-part .accordion .card .card-header .card-link.collapsed,
.faq-part.orange-color .main-part .faq-content .accordion .card .card-header .card-link.collapse {
  background: #f9f8ff;
}

/* ------------------------------------
    28. Error Section CSS
---------------------------------------*/
.page-error {
  padding: 250px 0;
}

.page-error .error-text {
  color: #111111;
  text-align: center;
}

.page-error .error-text .error-code {
  font-size: 100px;
  color: #111111;
  position: relative;
}

.page-error .error-text .error-code:after {
  position: absolute;
  content: '';
  background: #eee;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
}

.page-error .error-text h3.error-message {
  color: #111111;
}

.page-error .error-text form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.page-error .error-text form input {
  border: 1px solid #ddd;
  color: #444444;
  padding: 10px 17px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 19px;
}

.page-error .error-text form button {
  background: transparent;
  border: medium none;
  color: #666666;
  padding: 11px 16px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  outline: none;
  border-radius: 25px;
}

/*----------------------------------------
    29. Shop Section CSS
----------------------------------------*/
.shop-part .woocommerce-result-count {
  font-size: 15px;
  line-height: 26px;
  color: #505050;
  font-weight: 400;
  margin: 0;
}

.shop-part .from-control {
  float: right;
  font-size: 15px;
  color: #505050;
  font-weight: 400;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.shop-part .product-list .image-product {
  position: relative;
}

.shop-part .product-list .image-product .overley i {
  position: absolute;
  bottom: 150px;
  right: 13px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.shop-part .product-list .image-product .overley i:before {
  font-size: 30px;
  color: #505050;
  font-weight: 400;
  background: #ffffff;
  border: none;
  padding: 8px 10px 8px;
  height: 45px;
  width: 45px;
  line-height: 45px;
}

.shop-part .product-list .image-product .onsale {
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  background: #273c66;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 13px;
}

.shop-part .product-list .content-desc .loop-product-title {
  margin: 0;
  font-size: 18px;
  line-height: 50px;
  color: #505050;
  font-weight: 700;
}

.shop-part .product-list .content-desc .loop-product-title a {
  color: #111111;
  font-size: 22px;
  font-weight: 600;
}

.shop-part .product-list .content-desc .loop-product-title a:hover {
  color: var(--green);
}

.shop-part .product-list .content-desc .price {
  font-size: 20px;
  line-height: 30px;
  color: var(--green);
  font-weight: 700;
  margin: 0;
}

.shop-part .product-list .content-desc .price del {
  opacity: 0.6;
  padding-right: 10px;
}

.shop-part .product-list:hover .image-product .overley i {
  opacity: 1;
  visibility: visible;
  bottom: 13px;
}

.shop-part.part2 {
  /*Shop Single CSS*/

}

.shop-part.part2 .img-part a {
  border: 1px solid #505050;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #505050;
  background: #ffffff;
}

.shop-part.part2 .single-product .tab-area ul.nav-tabs {
  margin-bottom: 25px;
  border: none;
  border-bottom: 1px solid #e6ebee;
}

.shop-part.part2 .single-product .tab-area ul.nav-tabs li {
  margin-right: 40px;
}

.shop-part.part2 .single-product .tab-area ul.nav-tabs li a {
  display: inline-block;
  font-size: 18px;
  line-height: 31px;
  font-weight: 700;
  color: #ffffff;
  padding: 18px 40px 18px;
  background: #273c66;
}

.shop-part.part2 .single-product .tab-area ul.nav-tabs li a.active {
  color: #505050;
  background: transparent;
}

.shop-part.part2 .single-product .tab-area ul.nav-tabs li a.active:hover {
  color: #ffffff;
  background: #273c66;
}

.shop-part.part2 .single-product .tab-area ul.nav-tabs li:last-child {
  margin-right: 0;
}

.shop-part.part2 .single-product .tab-area .tab-content .tab-pane .tab-title {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 600;
}

.shop-part.part2 .single-product .tab-area .tab-content .tab-pane .dsc-p {
  margin: 0;
}

.shop-part.part2 .single-product .tab-area .tab-content .tab-pane .reviews-grid .top-area {
  margin-bottom: 5px;
}

.shop-part.part2 .single-product .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
  margin-bottom: 23px;
}

.shop-part.part2 .single-product .tab-area .tab-content .tab-pane .reviews-grid .top-area h4 {
  font-weight: 400;
  color: unset;
}

.shop-part.part2 .single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
  margin-bottom: 15px;
}

.shop-part.part2 .single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
  font-weight: 600;
  min-width: 100px;
}

.shop-part.part2 .single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl input {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 15px;
  margin-bottom: 10px;
  outline: none;
  width: 50%;
}

.shop-part.part2 .single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  height: 75px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  margin-bottom: 20px;
  outline: none;
}

.shop-part.part2 .single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}

.shop-part.part2 .single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
  display: inline;
}

.shop-part.part2 .single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
  color: #f5d109;
  font-weight: normal;
}

.shop-part.part2 .single-product .tab-area .tab-content .tab-pane .reviews-grid .comment-form .readon {
  font-weight: 500;
  font-size: 15px;
  padding: 13px 45px;
  border: none;
  outline: none;
}

.shop-part.part2 .content-part .loop-product {
  font-size: 25px;
  line-height: 25px;
  color: #111111;
  font-weight: 700;
}

.shop-part.part2 .content-part .price {
  font-size: 20px;
  line-height: 34px;
  color: var(--green);
  font-weight: 800;
  display: block;
}

.shop-part.part2 .content-part .desc-part {
  font-size: 15px;
  line-height: 26px;
  color: #505050;
  font-weight: 400;
}

.shop-part.part2 .content-part .add-cart {
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  background: #273c66;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 30px 10px;
  border: 2px solid var(--green);
}

.shop-part.part2 .content-part .add-cart:hover {
  background: transparent;
  color: var(--green);
}

.shop-part.orange-color .product-list .content-desc .loop-product-title a:hover {
  color: #ff5421;
}

.shop-part.orange-color .product-list .content-desc .price {
  color: #ff5421;
}

/*----------------------------------------
    30. Single Shop Section CSS
----------------------------------------*/
.single-shop .single-product-image .images-single {
  z-index: 1 !important;
}

.single-shop .single-product-image img {
  width: 100%;
}

.single-shop .single-price-info .product-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}

.single-shop .single-price-info .single-price {
  color: var(--green);
  font-weight: 600;
}

.single-shop .single-price-info .some-text {
  margin-top: 15px;
}

.single-shop .single-price-info form {
  margin-bottom: 30px;
}

.single-shop .single-price-info form input {
  height: 40px;
  width: 70px;
  line-height: 40px;
  text-align: center;
  padding-left: 10px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  outline: none;
}

.single-shop .single-price-info p.category {
  margin: 0;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
}

.single-shop .single-price-info p.category span {
  font-weight: 700;
  padding-right: 10px;
}

.single-shop .single-price-info p.category a {
  color: #505050;
}

.single-shop .single-price-info p.category a:hover {
  color: var(--green);
}

.single-shop .single-price-info .tag {
  margin: 0;
}

.single-shop .single-price-info .tag span {
  font-weight: 700;
}

.single-shop .tab-area {
  margin-top: 50px;
}

.single-shop .tab-area ul.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 32px;
}

.single-shop .tab-area ul.nav-tabs li {
  margin-right: 3px;
}

.single-shop .tab-area ul.nav-tabs li a {
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px 5px 0 0;
  background: #f0f0f0;
  color: #111111;
  font-weight: 600;
}

.single-shop .tab-area ul.nav-tabs li a:hover,
.single-shop .tab-area ul.nav-tabs li a.active {
  background: var(--green);
  color: #ffffff;
}

.single-shop .tab-area ul.nav-tabs li:last-child {
  margin-right: 0;
}

.single-shop .tab-area .tab-content .tab-pane .tab-title {
  font-weight: 700;
  margin-bottom: 34px;
}

.single-shop .tab-area .tab-content .tab-pane .dsc-p {
  margin: 0;
}

.single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area {
  margin-bottom: 5px;
}

.single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
  margin-bottom: 23px;
}

.single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area h4 {
  font-weight: 400;
  color: unset;
}

.single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form {
  max-width: 600px;
}

.single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
  margin-bottom: 15px;
}

.single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
  font-weight: 600;
  display: block;
}

.single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl input {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 15px;
  margin-bottom: 10px;
  width: 100%;
}

.single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
  width: 100%;
  padding: 10px 15px;
  height: 75px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  margin-bottom: 20px;
}

.single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}

.single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
  display: inline;
}

.single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
  color: var(--green);
  font-weight: normal;
}

.single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .readon {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  padding: 0 22px;
}

.single-shop.orange-color .single-price-info .single-price,
.single-shop.orange-color .single-price-info p.category a:hover,
.single-shop.orange-color .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
  color: #ff5421;
}

.single-shop.orange-color .tab-area ul.nav-tabs li a:hover,
.single-shop.orange-color .tab-area ul.nav-tabs li a.active {
  background: #ff5421;
}

/*----------------------------------------
    31. Cart Section CSS
----------------------------------------*/
.cart .cart-wrap table.cart-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  border-collapse: collapse;
}

.cart .cart-wrap table.cart-table td,
.cart .cart-wrap table.cart-table th {
  padding: 25px;
  text-align: center;
  border: 1px solid #ccc;
}

.cart .cart-wrap table.cart-table th {
  border: none;
  font-size: 18px;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}

.cart .cart-wrap table.cart-table td {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #e6e6e6;
}

.cart .cart-wrap table.cart-table .product-remove a {
  margin: 0 auto;
  color: #111111;
  display: block;
  border-radius: 100%;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  height: 20px;
  width: 20px;
  line-height: 17px;
  text-align: center;
}

.cart .cart-wrap table.cart-table .product-remove a:hover {
  background: #ff0000;
  color: #ffffff;
}

.cart .cart-wrap table.cart-table .product-thumbnail {
  min-width: 32px;
}

.cart .cart-wrap table.cart-table .product-thumbnail a img {
  width: 80px;
  height: auto;
}

.cart .cart-wrap table.cart-table .product-name a {
  color: #505050;
  font-weight: 700;
}

.cart .cart-wrap table.cart-table .product-name a:hover {
  color: var(--green);
}

.cart .cart-wrap table.cart-table .product-price {
  font-weight: 700;
}

.cart .cart-wrap table.cart-table .product-quantity input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0 0 0 10px;
  max-width: 65px;
  margin: 0 auto;
  outline: none;
}

.cart .cart-wrap table.cart-table .action .coupon {
  float: left;
}

.cart .cart-wrap table.cart-table .action .coupon input {
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: none;
  width: 320px;
  border-radius: 4px;
  height: 45px;
  margin-right: 20px;
  text-align: left;
  padding-left: 22px;
}

.cart .cart-collaterals {
  width: 100%;
  overflow: hidden;
}

.cart .cart-collaterals .cart-totals {
  float: right;
  width: 48%;
}

.cart .cart-collaterals .cart-totals .title {
  font-weight: 700;
  color: #505050;
  text-transform: capitalize;
}

.cart .cart-collaterals .cart-totals table.cart-total-table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
}

.cart .cart-collaterals .cart-totals table.cart-total-table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cart .cart-collaterals .cart-totals table.cart-total-table tr th {
  font-size: 18px;
  font-weight: 700;
}

.cart .cart-collaterals .cart-totals table.cart-total-table tr td,
.cart .cart-collaterals .cart-totals table.cart-total-table tr th {
  padding: 30px 10px;
}

.cart.orange-color .cart-wrap table.cart-table .product-name a:hover {
  color: #ff5421;
}

/*-----------------------------------------------
    32. Header Cart Section CSS
-----------------------------------------------*/
.woocommerce-mini-cart {
  position: absolute;
  right: 0;
  top: 200%;
  transition: all 0.3s ease;
  width: 270px;
  opacity: 0;
  padding-top: 120px;
  visibility: hidden;
  overflow: hidden;
}

.woocommerce-mini-cart .cart-bottom-part {
  padding: 30px 20px;
  background: var(--green);
}

.woocommerce-mini-cart.left-view {
  right: unset;
  left: 0;
}

.woocommerce-mini-cart li {
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
  padding: 0 0 20px 0 !important;
  margin: 0 0 20px 0 !important;
  margin-right: 0 !important;
  border: none !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.woocommerce-mini-cart li:last-child {
  margin: 0 !important;
}

.woocommerce-mini-cart .product-info {
  padding: 0 26px;
}

.woocommerce-mini-cart .product-info a {
  color: #ffffff !important;
  font-weight: 700;
}

.woocommerce-mini-cart .product-info a:hover {
  color: #273c66 !important;
}

.woocommerce-mini-cart .total-price {
  padding: 0 0 20px;
}

.woocommerce-mini-cart .quantity,
.woocommerce-mini-cart .total-price {
  color: #f3f8f9;
}

.woocommerce-mini-cart .icon-cart i {
  color: #ffffff;
  width: 18px;
  height: 18px;
  line-height: 16px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  transition: all 0.3s ease;
}

.woocommerce-mini-cart .icon-cart i:hover {
  color: #273c66;
}

.woocommerce-mini-cart .icon-cart,
.woocommerce-mini-cart .product-image {
  margin-top: 2px;
}

.woocommerce-mini-cart .product-image {
  display: block;
  float: right;
  text-align: right;
  width: 56px;
}

.woocommerce-mini-cart .crt-btn {
  padding: 5px 10px;
  background: var(--orange);
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
}

.woocommerce-mini-cart .crt-btn:hover {
  background: #fff;
  color: var(--orange);
}

.woocommerce-mini-cart .crt-btn.btn1 {
  margin-right: 10px;
}

.mini-cart-active:hover .woocommerce-mini-cart {
  visibility: visible;
  opacity: 1;
  top: 0;
}

/*----------------------------------------
    33. Checkout Section CSS
----------------------------------------*/
.checkout .checkout-title {
  margin-bottom: 30px;
}

.checkout .checkout-title h3 {
  font-size: 26px;
  margin: 0;
}

.checkout .coupon-toggle .accordion .card {
  border: unset;
  border-top: 3px solid var(--green);
  border-radius: 0;
}

.checkout .coupon-toggle .accordion .card .card-header {
  border: none;
  margin: 0;
  border-radius: unset;
}

.checkout .coupon-toggle .accordion .card .card-header .card-title {
  margin: 0;
}

.checkout .coupon-toggle .accordion .card .card-header .card-title span i {
  margin-right: 10px;
}

.checkout .coupon-toggle .accordion .card .card-header .card-title button {
  background: unset;
  border: none;
  color: #273c66;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
}

.checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
  color: var(--green);
}

.checkout .coupon-toggle .accordion .card .card-body {
  border: 1px solid #d3ced2;
  padding: 20px 20px 50px 20px;
  margin-top: 2em;
  text-align: left;
}

.checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
  width: 47%;
  float: left;
  margin-right: 50px;
}

.checkout .coupon-toggle .accordion .card .card-body .coupon-code-input input {
  width: 100%;
  height: 45px;
  outline: none;
  padding: 10px 18px;
  color: #505050;
  border: 1px solid rgba(54, 54, 54, 0.1);
}

.checkout .full-grid {
  margin-top: 25px;
}

.checkout .full-grid .form-content-box {
  margin-bottom: 50px;
}

.checkout .full-grid .form-content-box .form-group label {
  line-height: 2;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.checkout .full-grid .form-content-box .form-group select {
  color: #666666;
  opacity: .5;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  width: 100%;
  outline: none;
}

.checkout .full-grid .form-content-box .form-group textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  width: 100%;
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 18px;
  margin: 0;
  outline: none;
}

.checkout .full-grid .form-content-box .form-group .form-control-mod {
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
  padding: 10px 18px;
  width: 100%;
  margin: 0;
  outline: none;
  line-height: normal;
  border-radius: unset;
}

.checkout .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
  margin-bottom: 10px !important;
}

.checkout .full-grid .ordered-product table {
  width: 100%;
}

.checkout .full-grid .ordered-product table tr th {
  border: 1px solid #ccc;
  padding: 9px 12px;
}

.checkout .full-grid .ordered-product table tr td {
  border: 1px solid #ccc;
  padding: 6px 12px;
}

.checkout .full-grid .payment-method .top-area {
  border-bottom: 1px solid #d3ced2;
}

.checkout .full-grid .payment-method .top-area .payment-co {
  margin-bottom: 20px;
}

.checkout .full-grid .payment-method .top-area .payment-co span {
  font-weight: 600;
  margin-right: 10px;
}

.checkout .full-grid .payment-method .top-area .p-msg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 2em;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f9f9f9;
}

.checkout .full-grid .payment-method .top-area .p-msg:before {
  content: '';
  display: block;
  border: 1em solid #f9f9f9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.checkout.orange-color .coupon-toggle .accordion .card {
  border-color: #ff5421;
}

.checkout.orange-color .coupon-toggle .accordion .card .card-header .card-title button:hover {
  color: #ff5421;
}

/*----------------------------------------
    34. Login Section CSS
----------------------------------------*/
.login .noticed {
  background: #f9f8f8;
  max-width: 800px;
  padding: 70px;
  margin: 0 auto;
}

.login .noticed .main-part {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
}
.login.register .noticed .main-part {
  max-width: 600px;
}

.login .noticed .main-part .method-account .login {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #111111;
}

.login .noticed .main-part .method-account label {
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #505050;
}
.login.register .noticed .main-part .method-account label{
    margin-bottom:2px;
    display:flex;
}

.login .noticed .main-part .method-account input {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #505050;
  width: 100%;
  display: block;
  border: none;
  height: 45px;
  padding: 10px 18px;
  border-radius: 5px;
  box-shadow: 0 0 30px #eee;
}

.login.register .noticed .main-part .method-account input {
  margin-bottom: 15px;
}
.login.register .noticed .main-part .method-account .checkbox{
    width:30px;
    margin:0;
    margin-right:8px;
}
.login .noticed .main-part .method-account span {
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #505050;
  padding-left: 10px;
}

.login .noticed .main-part .method-account .last-password p {
  color: #505050;
  margin: 0;
}

.login .noticed .main-part .method-account .last-password p a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #ff5421;
}

.login .noticed .main-part .method-account .last-password p a:hover {
  color: #505050;
}

/* -----------------------------------
    35. Register Section CSS
-------------------------------------*/
.register-section {
  position: relative;
}

.register-section .register-box {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  padding: 45px 40px 35px;
  background: #f9f8f8;
}

.register-section .register-box .styled-form {
  max-width: 600px;
  margin: 0 auto;
}

.register-section .register-box .styled-form .form-group .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}

.register-section .register-box .styled-form .form-group .title-box h2 {
  position: relative;
  color: #03382e;
  font-weight: 700;
  line-height: 1.3em;
}

.register-section .register-box .styled-form .form-group .title-box .text {
  position: relative;
  color: #03382e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 12px;
}

/* Styled Form */
.styled-form {
  position: relative;
}

.styled-form .form-group {
  position: relative;
  /* CheckBox */

  /* RadioBox */

}

.styled-form .form-group .eye-icon {
  position: absolute;
  right: 20px;
  top: 52px;
  color: #222222;
  font-size: 18px;
  z-index: 1;
  opacity: 0.5;
}

.styled-form .form-group label {
  position: relative;
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.styled-form .form-group input:not([type="radio"]) {
  position: relative;
  height: 50px;
  padding: 6px 30px;
  width: 100%;
  color: #222222;
  font-size: 16px;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: none;
  box-shadow: 0 0 30px #eee;
}

.styled-form .form-group input:focus {
  border-color: #ff6262;
}

.styled-form .form-group textarea {
  position: relative;
  height: 150px;
  width: 100%;
  resize: none;
  padding: 15px 15px;
  border-radius: 50px;
  border: 1px solid #f2f2f2;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.styled-form .form-group .users {
  position: relative;
  color: #626262;
  font-size: 16px;
  text-align: center;
}

.styled-form .form-group .users a {
  position: relative;
  color: #ff5421;
  font-weight: 600;
  text-decoration: underline;
}

.styled-form .form-group .users a:hover {
  color: #ed3600;
}

.styled-form .form-group .check-box {
  position: relative;
  margin-bottom: 3px;
  margin-top: 7px;
}

.styled-form .form-group .check-box label {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 4px 10px 0px;
  padding-left: 25px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  color: #626262;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Poppins', sans-serif;
}

.styled-form .form-group .check-box label:before {
  position: absolute;
  left: 0;
  top: 6px;
  height: 15px;
  width: 15px;
  background: #ffffff;
  content: "";
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid var(--green);
}

.styled-form .form-group .check-box label:after {
  position: absolute;
  left: 0px;
  top: 0;
  height: 15px;
  line-height: 15px;
  max-width: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  overflow: hidden;
  background: transparent;
  text-align: center;
  font-family: 'FontAwesome';
  -webkit-transition: max-width 500ms ease;
  -moz-transition: max-width 500ms ease;
  -ms-transition: max-width 500ms ease;
  -o-transition: max-width 500ms ease;
  transition: max-width 500ms ease;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label {
  border-color: #25a9e0;
}

.styled-form .form-group .radio-box {
  position: relative;
  margin-bottom: 3px;
  margin-top: 7px;
}

.styled-form .form-group .radio-box label {
  position: relative;
  display: block;
  height: 30px;
  width: 100%;
  line-height: 9px;
  padding: 4px 10px 0px;
  padding-left: 25px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  color: #626262;
  cursor: pointer;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.styled-form .form-group .radio-box label:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  width: 15px;
  background: #ffffff;
  content: "";
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid var(--green);
}

.styled-form .form-group .radio-box label:after {
  position: absolute;
  left: 0px;
  top: 0;
  height: 15px;
  line-height: 15px;
  max-width: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  overflow: hidden;
  background: transparent;
  text-align: center;
  font-family: 'FontAwesome';
  -webkit-transition: max-width 500ms ease;
  -moz-transition: max-width 500ms ease;
  -ms-transition: max-width 500ms ease;
  -o-transition: max-width 500ms ease;
  transition: max-width 500ms ease;
}

.styled-form .forgot {
  position: relative;
  font-weight: 500;
  color: #626262;
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
}

.styled-form .form-group .form-group .check-box label {
  padding-left: 30px;
  padding-top: 1px;
  cursor: pointer;
}

.styled-form .form-group .check-box input[type="checkbox"] {
  display: none;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label:before {
  border: 5px solid var(--green);
  background: #ffffff;
}

.styled-form .form-group .check-box input[type="checkbox"]:checked+label:after {
  max-width: 20px;
  opacity: 1;
}

.styled-form .form-group .radio-box input[type="radio"]:checked+label {
  border-color: #25a9e0;
}

.styled-form .form-group .form-group .radio-box label {
  padding-left: 30px;
  padding-top: 1px;
  cursor: pointer;
}

.styled-form .form-group .radio-box input[type="radio"] {
  display: none;
}

.styled-form .form-group .radio-box input[type="radio"]:checked+label:before {
  border: 5px solid var(--green);
  background: #ffffff;
}

.styled-form .form-group .radio-box input[type="radio"]:checked+label:after {
  max-width: 20px;
  opacity: 1;
}

.free-contact {
  background: #0c8b51;
  padding: 50px 50px 50px 50px;
}

.free-contact .from-control {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0C8B51;
  background-color: #127C4B;
  border-radius: 3px;
  padding: 10px 18px;
}

.free-contact textarea {
  height: 140px;
}

.free-contact ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #ffffff;
  opacity: 1;
}

.free-contact ::-moz-placeholder {
  /* Firefox 19+ */

  color: #ffffff;
  opacity: 1;
}

.free-contact :-ms-input-placeholder {
  /* IE 10+ */

  color: #ffffff;
  opacity: 1;
}

.free-contact :-moz-placeholder {
  /* Firefox 18- */

  color: #ffffff;
  opacity: 1;
}

/*-------------------------------------
    36. Contact Section CSS
--------------------------------------*/
.contact-page-section .inner-part .title {
  font-size: 36px;
  color: #101010;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 14px;
}

.contact-page-section .inner-part .title2 {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.8em;
  color: #fff;
  background-color: var(--orange);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.contact-page-section .inner-part p {
  font-size: 19px;
  color: #363636;
  line-height: 32px;
  font-weight: 400;
}

.contact-page-section .quick-contact {
  background-color: #F9F8F8;
  padding: 30px 150px 30px;
}

.contact-page-section .quick-contact .from-control {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F1F1F1;
  box-shadow: 0 0 30px #eee;
  color: #363636;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #767676;
  background: #ffffff;
  padding: 10px 18px;
}

.contact-page-section .quick-contact textarea {
  height: 140px;
}

.contact-page-section .quick-contact .form-group .btn-send {
  padding: 16px 0px 16px 0px;
  text-transform: uppercase;
  box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: var(--orange);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.contact-page-section .quick-contact .form-group .btn-send:hover {
  opacity: 0.90;
}

.contact-page-section .quick-contact.new-style {
  padding: 70px 60px 70px;
}

.contact-page-section .contact-box .address-item {
  padding: 50px 40px 50px 40px;
  background: #ffffff;
  box-shadow: 0 0 30px #fff;
  text-align: center;
  margin: 0px 20px 0px 0px;
  border-radius: 5px 5px 5px 5px;
}

.contact-page-section .contact-box .address-item .icon-part {
  padding-bottom: 20px;
}

.contact-page-section .contact-box .address-item .icon-part img {
  width: 65px;
}

.contact-page-section .contact-box .address-item .address-text .label {
  display: block;
  color: #101010;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}

.contact-page-section .contact-box .address-item .address-text .des {
  font-size: 17px;
  color: #031a3d;
}

.contact-page-section .contact-box .address-item .address-text .des a {
  color: #031a3d;
}

.contact-page-section .contact-box .address-item .address-text .des a:hover {
  color: #ff5421;
}

.contact-page-section .contact-wrap {
  /* padding: 20px 20px 30px 20px; */
  padding-bottom: 17px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
}

.contact-page-section .contact-wrap .address-item {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  padding: 0 0.8em;
}

.contact-page-section .contact-wrap .address-item:last-child {
  margin-bottom: 0px;
}

.contact-page-section .contact-wrap .address-item .address-icon {
  margin-right: 20px;
}

.contact-page-section .contact-wrap .address-item .address-icon i {
  font-size: 22px;
  color: var(--orange);
}

.contact-page-section .contact-wrap .address-item .address-text .label {
  display: block;
  color: #505050;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.2;
}

.contact-page-section .contact-wrap .address-item .address-text .des {
  font-size: 15px;
  color: #111111;
  font-weight: 500;
}

.contact-page-section .contact-wrap .address-item .address-text .des a {
  color: #111111;
  font-weight: 500;
}

.contact-page-section .contact-wrap .address-item .address-text .des a:hover {
  color: #ff5421;
}

.contact-page-section .contact-comment-box .from-control {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F1F1F1;
  box-shadow: 0 0 30px #eee;
  color: #363636;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #767676;
  background: #ffffff;
  padding: 10px 18px;
}

.contact-page-section .contact-comment-box textarea {
  height: 140px;
}

.contact-page-section .contact-comment-box .form-group .btn-send {
  padding: 16px 0px 16px 0px;
  box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #ff5421;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-transform: uppercase;
}

.contact-page-section .contact-comment-box .form-group .btn-send:hover {
  opacity: 0.90;
}

.contact-page-section .contact-comment-box.new-style {
  padding: 60px 70px 60px !important;
}

.contact-page-section .contact-map {
  overflow: hidden;
}

.contact-page-section .contact-map iframe {
  float: left;
  width: 100%;
  height: 550px;
  border: none;
}

.contact-page-section .contact-map2 {
  overflow: hidden;
}

.contact-page-section .contact-map2 iframe {
  float: left;
  width: 100%;
  height: 720px;
  border: none;
}

.contact-page-section .contact-map3 {
  overflow: hidden;
}

.contact-page-section .contact-map3 iframe {
  float: left;
  width: 100%;
  height: 600px;
  border: none;
}

.contact-page-section .contact-address-section {
  text-align: center;
  margin: 0 0 50px;
}

.contact-page-section .contact-address-section .contact-info {
  background: #f9f9f9;
  display: flex;
  text-align: left;
  align-items: center;
  padding: 0 30px;
  min-height: 175px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
}

.contact-page-section .contact-address-section .contact-info .icon-part {
  margin-right: 30px;
}

.contact-page-section .contact-address-section .contact-info .icon-part i {
  color: #ff5421;
  font-size: 30px;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  border: 6px solid #f9ede9;
}

.contact-page-section .contact-address-section .contact-info .content-part .info-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #505050;
  margin: 0 0 5px;
}

.contact-page-section .contact-address-section .contact-info .content-part .info-title {
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  margin: 0;
}

.contact-page-section .contact-address-section .contact-info .content-part a {
  color: #111111;
  display: block;
}

.contact-page-section .contact-address-section .contact-info .content-part a:hover {
  color: #ff5421;
}

.contact-page-section .contact-address-section .contact-info:hover {
  transform: translateY(-5px);
}

.contact-page-section .contact-address-section.style2 {
  margin: 0;
}

.contact-page-section .contact-comment-section {
  padding: 50px;
}

.contact-page-section .contact-comment-section h3 {
  font-size: 36px;
  margin: 0;
  padding-bottom: 15px;
  font-weight: 700;
}

.contact-page-section .contact-comment-section form .form-group input {
  height: 43px;
  padding: 0 15px;
}

.contact-page-section .contact-comment-section form .form-group input,
.contact-page-section .contact-comment-section form .form-group textarea {
  border: none;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
}

.contact-page-section .contact-comment-section form .form-group label {
  color: #505050;
  font-weight: 400;
}

.contact-page-section .contact-comment-section form .form-group input.btn-send {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ff5421;
  margin-top: 15px;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  padding: 0 50px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}

.contact-page-section .contact-comment-section form .form-group input.btn-send:hover {
  background: #ed3600;
}

.contact-page-section .contact-bg1 {
  background: #f9f9f9;
}

/*------------------------------------
    37. Footer Section CSS
------------------------------------*/
.footer {
  /*background-color: rgba(240, 124, 0, 0.8);*/
}

.footer .footer-top {
  padding: 105px 0 40px;
}

.footer .footer-top .widget-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.footer .footer-top .site-map li {
  padding-left: 0px;
  position: relative;
  margin-bottom: 11px;
}

.footer .footer-top .site-map li a {
  color: #fff;
}

.footer .footer-top .site-map li a:hover {
  color: var(--green);
}

.footer .footer-top .site-map li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .address-widget li {
  position: relative;
  margin-bottom: 16px;
}

.footer .footer-top .address-widget li i {
  position: absolute;
}

.footer .footer-top .address-widget li i:before {
  color: #ffffff;
}

.footer .footer-top .address-widget li .desc {
  padding-left: 35px;
  color: #ffffff;
}

.footer .footer-top .address-widget li .desc a {
  color: #ffffff;
}

.footer .footer-top .address-widget li .desc a:hover {
  color: var(--green);
}

.footer .footer-top .address-widget li:last-child {
  margin-bottom: 0;
}

.footer .footer-top.no-gap {
  padding-top: 93px;
}

.footer .footer-bottom {
  padding: 12px 0;
  position: relative;
  border-top: 2px solid rgba(240, 124, 0, 0.8);
}

.footer .footer-bottom .copyright p {
  margin-bottom: 0;
  color: var(--orange);
}

.footer .footer-bottom .copyright a {
  color: var(--green);
}

.footer .footer-bottom .footer-logo a {
  display: inline-block;
}

.footer .footer-bottom .footer-logo a img {
  max-width: 190px;
}

.footer .footer-bottom .footer-social li {
  display: inline;
  margin-right: 5px;
}

.footer .footer-bottom .footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: var(--orange);
  color: #ffffff;
  text-align: center;
}

.footer .footer-bottom .footer-social li a:hover {
  color: #ffffff;
  background: var(--green);
}

.footer .footer-bottom .footer-social li:last-child {
  margin: 0;
}

.footer .footer-bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 1240px;
  background: rgba(255, 255, 255, 0.1);
}

.footer.style6 .footer-top {
  padding: 100px 0 93px;
}

.footer.style6 .footer-top .site-map li a {
  color: #e8e8e8;
}

.footer.style6 .footer-top .site-map li a:hover {
  color: var(--green);
}

.footer.style6 .footer-top .site-map li:before {
  background: #f4bf00 !important;
}

.footer.style6 .footer-top .site-map li:last-child {
  margin-bottom: 0;
}

.footer.style6 .footer-top .address-widget li i:before {
  color: #f4bf00 !important;
}

.footer.style6 .footer-bottom {
  background: none;
}

.footer.style6 .footer-bottom .main-part {
  padding-top: 30px;
  padding-bottom: 18px;
}

.footer.style6 .footer-bottom .main-part p a {
  color: #f4bf00 !important;
}

.footer.style6 .footer-bottom .main-part p a:hover {
  color: var(--green) !important;
}

.footer.style6 .footer-bottom .main-part .footer-social li a {
  color: #111111 !important;
  background: #f4bf00 !important;
}

.footer.style7 .footer-top {
  padding: 100px 0 93px;
}

.footer.style7 .footer-top .address-widget li i:before {
  color: var(--green) !important;
}

.footer.style8 .footer-top {
  padding: 100px 0 93px;
}

.footer.style8 .footer-top .site-map li a {
  color: #e8e8e8;
}

.footer.style8 .footer-top .site-map li a:hover {
  color: #ff5421;
}

.footer.style8 .footer-top .site-map li:before {
  background: #ff5421 !important;
}

.footer.style8 .footer-top .site-map li:last-child {
  margin-bottom: 0;
}

.footer.style8 .footer-top .address-widget li i:before {
  color: #ff5421 !important;
}

.footer.style8 .footer-top .address-widget li .desc a:hover {
  color: #ff5421 !important;
}

.footer.style8 .footer-bottom .copyright p a {
  color: #ff5421 !important;
}

.footer.style8 .footer-bottom .copyright p a:hover {
  color: #ed3600 !important;
}

.footer.style8 .footer-bottom .footer-social li a {
  background: #ff5421 !important;
}

.footer.orange-footer {
  background-color: #151515;
  background-image: url(assets/images/bg/footer-bg2.html);
}

.footer.orange-footer .footer-top .widget-title {
  color: #ffffff;
}

.footer.orange-footer .footer-top .site-map li a:hover {
  color: #ff5421;
}

.footer.orange-footer .footer-top .site-map li:before {
  background: #ff5421;
}

.footer.orange-footer .footer-top .address-widget li i:before {
  color: #ffffff;
}

.footer.orange-footer .footer-top .address-widget li .desc {
  color: #ffffff;
}

.footer.orange-footer .footer-top .address-widget li .desc a {
  color: #ffffff;
}

.footer.orange-footer .footer-top .address-widget li .desc a:hover {
  color: #ff5421;
}

.footer.orange-footer .footer-bottom .copyright a {
  color: #ff5421;
}

.footer.orange-footer .footer-bottom .footer-social li a {
  background: #ff5421;
}

.footer.orange-footer .footer-bottom .footer-social li a:hover {
  background: #ed3600;
}

.footer.home9-style .footer-top {
  padding: 218px 0 93px;
}

.footer.home9-style .footer-top .widget-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
}

.footer.home9-style .footer-top .widget-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 40px;
  background: #f4bf00;
}

.footer.home9-style .footer-top .site-map li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 11px;
}

.footer.home9-style .footer-top .site-map li a {
  color: #e8e8e8;
}

.footer.home9-style .footer-top .site-map li a:hover {
  color: #f4bf00;
}

.footer.home9-style .footer-top .site-map li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #f4bf00;
}

.footer.home9-style .footer-top .site-map li:last-child {
  margin-bottom: 0;
}

.footer.home9-style .footer-top .address-widget li {
  position: relative;
  margin-bottom: 16px;
}

.footer.home9-style .footer-top .address-widget li i {
  position: absolute;
}

.footer.home9-style .footer-top .address-widget li i:before {
  color: #f4bf00;
}

.footer.home9-style .footer-top .address-widget li .desc {
  padding-left: 35px;
  color: #ffffff;
}

.footer.home9-style .footer-top .address-widget li .desc a {
  color: #ffffff;
}

.footer.home9-style .footer-top .address-widget li .desc a:hover {
  color: #f4bf00;
}

.footer.home9-style .footer-top .address-widget li:last-child {
  margin-bottom: 0;
}

.footer.home9-style .footer-top.no-gap {
  padding-top: 93px;
}

.footer.home9-style .footer-top .recent-post {
  display: flex;
}

.footer.home9-style .footer-top .recent-post .post-img {
  width: 130px;
  float: left;
  padding-right: 15px;
}

.footer.home9-style .footer-top .recent-post .post-img img {
  border-radius: 4px;
}

.footer.home9-style .footer-top .recent-post .post-item .post-desc a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}

.footer.home9-style .footer-top .recent-post .post-item .post-desc a:hover {
  color: #f4bf00;
}

.footer.home9-style .footer-top .recent-post .post-item .post-date {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
}

.footer.home9-style .footer-top .recent-post .post-item .post-date i {
  font-size: 13px;
  color: #f4bf00;
  padding-right: 5px;
}

.footer.home9-style .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}

.footer.home9-style .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #f3f8f9;
}

.footer.home9-style .footer-bottom .copyright a {
  color: #f4bf00;
}

.footer.home9-style .footer-bottom .copyright a:hover {
  color: var(--green);
}

.footer.home9-style .footer-bottom .footer-logo a {
  display: inline-block;
}

.footer.home9-style .footer-bottom .footer-logo a img {
  max-width: 190px;
}

.footer.home9-style .footer-bottom .footer-social li {
  display: inline;
  margin-right: 5px;
}

.footer.home9-style .footer-bottom .footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: #f4bf00;
  color: #ffffff;
  text-align: center;
}

.footer.home9-style .footer-bottom .footer-social li a:hover {
  color: #ffffff;
  background: #273c66;
}

.footer.home9-style .footer-bottom .footer-social li:last-child {
  margin: 0;
}

.footer.home9-style .footer-bottom:before {
  background: rgba(255, 255, 255, 0.1);
}

.footer.home9-style.main-home {
  background: #151515;
}

.footer.home9-style.main-home .footer-top .widget-title:before {
  background: #ff5421;
}

.footer.home9-style.main-home .footer-top .footer-logo a {
  display: inline-block;
}

.footer.home9-style.main-home .footer-top .footer-logo a img {
  max-width: 190px;
}

.footer.home9-style.main-home .footer-top .textwidget p {
  color: #ffffff !important;
}

.footer.home9-style.main-home .footer-top .footer_social li {
  display: inline-block;
  margin-right: 6px;
  color: #ffffff;
}

.footer.home9-style.main-home .footer-top .footer_social li a {
  color: #ffffff;
  width: auto;
  height: auto;
  line-height: 16px;
  font-size: 16px;
  margin-right: 10px;
}

.footer.home9-style.main-home .footer-top .footer_social li a:hover {
  color: #ff5421;
}

.footer.home9-style.main-home .footer-top .site-map li a {
  color: #e8e8e8;
}

.footer.home9-style.main-home .footer-top .site-map li a:hover {
  color: #ff5421;
}

.footer.home9-style.main-home .footer-top .site-map li:before {
  background: #ff5421;
}

.footer.home9-style.main-home .footer-top .address-widget li i:before {
  color: #ff5421;
}

.footer.home9-style.main-home .footer-top .address-widget li .desc a:hover {
  color: #ff5421;
}

.footer.home9-style.main-home .footer-top.no-gap {
  padding-top: 93px;
}

.footer.home9-style.main-home .footer-top .recent-post .post-img img {
  border-radius: 4px;
}

.footer.home9-style.main-home .footer-top .recent-post .post-item .post-desc a:hover {
  color: #ff5421;
}

.footer.home9-style.main-home .footer-top .recent-post .post-item .post-date i {
  font-size: 13px;
  color: #ff5421;
  padding-right: 5px;
}

.footer.home9-style.main-home .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}

.footer.home9-style.main-home .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #f3f8f9;
}

.footer.home9-style.main-home .footer-bottom .copyright a {
  color: #ffffff;
}

.footer.home9-style.main-home .footer-bottom .copyright a:hover {
  color: #ff5421;
}

.footer.home9-style.main-home .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}

.footer.home9-style.main-home .footer-bottom .copy-right-menu li a {
  color: #e8e8e8;
}

.footer.home9-style.main-home .footer-bottom .copy-right-menu li a:hover {
  color: #ff5421;
}

.footer.home9-style.main-home .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #ff5421;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.footer.home9-style.main-home .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}

.footer.home9-style.main-home .footer-bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 1240px;
  background: rgba(255, 255, 255, 0.1);
}

.footer.home9-style.main-home.home13-style {
  background: url(assets/images/bg/home13/footer.html);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer.home9-style.main-home.home13-style .footer-top {
  padding: 100px 0 93px;
}

.footer.home9-style.main-home.home14-style {
  background: #f9f7f8;
}

.footer.home9-style.main-home.home14-style .footer-top {
  padding: 100px 0 93px;
}

.footer.home9-style.main-home.home14-style .footer-top .widget-title {
  color: #101010;
  text-transform: capitalize;
}

.footer.home9-style.main-home.home14-style .footer-top .widget-title:before {
  bottom: -8px;
}

.footer.home9-style.main-home.home14-style .footer-top .textwidget p {
  color: #333333 !important;
}

.footer.home9-style.main-home.home14-style .footer-top .footer_social li a {
  color: #101010;
}

.footer.home9-style.main-home.home14-style .footer-top .footer_social li a:hover {
  color: #ff5421;
}

.footer.home9-style.main-home.home14-style .footer-top .address-widget li i:before {
  color: #ff5421;
}

.footer.home9-style.main-home.home14-style .footer-top .address-widget li .desc {
  color: #101010;
}

.footer.home9-style.main-home.home14-style .footer-top .address-widget li .desc a {
  color: #505050;
}

.footer.home9-style.main-home.home14-style .footer-top .address-widget li .desc a:hover {
  color: #ff5421;
}

.footer.home9-style.main-home.home14-style .footer-top .site-map li a {
  color: #101010;
}

.footer.home9-style.main-home.home14-style .footer-top .site-map li a:hover {
  color: #ff5421;
}

.footer.home9-style.main-home.home14-style .footer-top .site-map li:before {
  background: #ff5421;
}

.footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-desc {
  color: #505050;
}

.footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-desc a {
  color: #505050;
}

.footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-desc a:hover {
  color: #ff5421;
}

.footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-date {
  color: #505050;
}

.footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-date i {
  color: #ff5421;
}

.footer.home9-style.main-home.home14-style .footer-bottom .copyright p {
  color: #101010;
}

.footer.home9-style.main-home.home14-style .footer-bottom .copyright a {
  color: #101010;
}

.footer.home9-style.main-home.home14-style .footer-bottom .copyright a:hover {
  color: #ff5421;
}

.footer.home9-style.main-home.home14-style .footer-bottom .copy-right-menu li a {
  color: #101010;
}

.footer.home9-style.main-home.home14-style .footer-bottom .copy-right-menu li a:hover {
  color: #ff5421;
}

.footer.home9-style.main-home.home14-style .footer-bottom .copy-right-menu li:before {
  background: #ff5421;
}

.footer.home9-style.main-home.home14-style .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}

.footer.home9-style.main-home.home14-style .footer-bottom:before {
  background: #f0ecee;
}

.footer.home9-style.main-home.home15 .footer-top {
  padding: 190px 0 68px;
}

.footer.home9-style.home12-style {
  background: #d0f4e4;
}

.footer.home9-style.home12-style .footer-top .widget-title {
  color: #101010;
}

.footer.home9-style.home12-style .footer-top .widget-title:before {
  background: #0c8b51;
}

.footer.home9-style.home12-style .footer-top .footer-logo a {
  display: inline-block;
}

.footer.home9-style.home12-style .footer-top .footer-logo a img {
  max-width: 190px;
}

.footer.home9-style.home12-style .footer-top .footer_social li {
  display: inline-block;
  margin-right: 6px;
  color: #333333;
}

.footer.home9-style.home12-style .footer-top .footer_social li a {
  color: #333333;
  width: auto;
  height: auto;
  line-height: 16px;
  font-size: 16px;
  margin-right: 10px;
}

.footer.home9-style.home12-style .footer-top .footer_social li a:hover {
  color: #0c8b51;
}

.footer.home9-style.home12-style .footer-top .site-map li a {
  color: #333333;
}

.footer.home9-style.home12-style .footer-top .site-map li a:hover {
  color: #0c8b51;
}

.footer.home9-style.home12-style .footer-top .site-map li:before {
  background: #0c8b51;
}

.footer.home9-style.home12-style .footer-top .address-widget li i:before {
  color: #0c8b51;
}

.footer.home9-style.home12-style .footer-top .address-widget li .desc {
  color: #333333;
}

.footer.home9-style.home12-style .footer-top .address-widget li .desc a {
  color: #333333;
}

.footer.home9-style.home12-style .footer-top .address-widget li .desc a:hover {
  color: #0c8b51;
}

.footer.home9-style.home12-style .footer-top.no-gap {
  padding-top: 93px;
}

.footer.home9-style.home12-style .footer-top .recent-post .post-img img {
  border-radius: 4px;
}

.footer.home9-style.home12-style .footer-top .recent-post .post-item .post-desc a {
  color: #333333;
}

.footer.home9-style.home12-style .footer-top .recent-post .post-item .post-desc a:hover {
  color: #0c8b51;
}

.footer.home9-style.home12-style .footer-top .recent-post .post-item .post-date {
  color: #333333;
}

.footer.home9-style.home12-style .footer-top .recent-post .post-item .post-date i {
  font-size: 13px;
  color: #0c8b51;
  padding-right: 5px;
}

.footer.home9-style.home12-style .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}

.footer.home9-style.home12-style .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #333333;
}

.footer.home9-style.home12-style .footer-bottom .copyright a {
  color: #333333;
}

.footer.home9-style.home12-style .footer-bottom .copyright a:hover {
  color: #0c8b51;
}

.footer.home9-style.home12-style .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}

.footer.home9-style.home12-style .footer-bottom .copy-right-menu li a {
  color: #333333;
}

.footer.home9-style.home12-style .footer-bottom .copy-right-menu li a:hover {
  color: #0c8b51;
}

.footer.home9-style.home12-style .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #0c8b51;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.footer.home9-style.home12-style .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}

.footer.home9-style.home12-style .footer-bottom:before {
  background: #8fcea4;
}

.footer.home11-style {
  background: #4e49a1;
}

.footer.home11-style .footer-top {
  padding: 100px 0 93px;
}

.footer.home11-style .footer-top .site-map li a:hover {
  color: #ff5421;
}

.footer.home11-style .footer-top .site-map li:before {
  background: #ff5421 !important;
}

.footer.home11-style .footer-top .site-map li:last-child {
  margin-bottom: 0;
}

.footer.home11-style .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}

.footer.home11-style .footer-bottom .copyright p {
  color: #ffffff;
}

.footer.home11-style .footer-bottom .footer-logo a {
  display: inline-block;
}

.footer.home11-style .footer-bottom .footer-logo a img {
  max-width: 190px;
}

.footer.home11-style .footer-bottom .footer-social li a {
  color: #4e49a1;
  background: #ffffff;
}

.footer.home11-style .footer-bottom .footer-social li a:hover {
  color: #ff5421;
}

/* -----------------------
    38. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}

#scrollUp i {
  background: var(--orange);
  border-radius: 50%;
  height: 40px;
  font-size: 24px;
  font-weight: 600;
  width: 42px;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

#scrollUp i:hover {
  background-color: var(--green);
}

#scrollUp.orange-color i {
  background: #ff5421;
}

#scrollUp.orange-color i:hover {
  background-color: #ed3600;
}

#scrollUp.yellow-color i {
  background: #f4bf00;
}

#scrollUp.yellow-color i:hover {
  background-color: #c19700;
}

#scrollUp.purple-color i {
  background: #4e49a1;
}

#scrollUp.purple-color i:hover {
  background-color: #3d397e;
}

#scrollUp.green-color i {
  background: #0c8b51;
}

#scrollUp.green-color i:hover {
  background-color: #085c36;
}

/*Pulse Border Animation*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

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

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*Pulse Border Animation*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

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

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes circle-ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3), 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3), 0 0 0 8em rgba(255, 84, 33, 0);
  }
}

@-webkit-keyframes circle-ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 84, 33, 0.3), 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(255, 84, 33, 0.3), 0 0 0 3em rgba(255, 84, 33, 0.3), 0 0 0 5em rgba(255, 84, 33, 0.3), 0 0 0 8em rgba(255, 84, 33, 0);
  }
}

.up-down {
  animation: up-down 4s alternate infinite;
  -webkit-animation: up-down 4s alternate infinite;
}

.up-down-new {
  animation: up-down 8s alternate infinite;
  -webkit-animation: up-down 8s alternate infinite;
}

@keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

.left-right {
  animation: left-right 5s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
  -webkit-animation: left-right 5s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
}

.left-right-new {
  animation: left-right 8s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
  -webkit-animation: left-right 8s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
}

@keyframes left-right {
  0% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
  }

  50% {
    transform: translateY(-50px);
    -webkit-transform: translatex(-50px);
  }

  100% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
  }
}

@-webkit-keyframes left-right {
  0% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
  }

  50% {
    transform: translatex(-50px);
    -webkit-transform: translatex(-50px);
  }

  100% {
    transform: translatex(0);
    -webkit-transform: translatex(0);
  }
}

.spine {
  animation: spine 5s linear infinite;
  -webkit-animation: spine 5s linear infinite;
}

@keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.spine-r {
  animation: spine-r 5s linear infinite;
  -webkit-animation: spine-r 5s linear infinite;
}

@keyframes spine-r {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes spine-r {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.spine2 {
  animation: spine 8s linear infinite;
}

@keyframes spine2 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  from {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spine2 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  from {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.rotated-style {
  -webkit-animation: rotated-style 30s linear infinite;
}

@keyframes rotated-style {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.veritcal-two {
  animation-name: veritcal-two;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

@keyframes veritcal-two {
  0% {
    transform: translateY(30px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(30px);
  }
}

/* ------------------------------------
    39. Preloader CSS
---------------------------------------*/
.loader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border: 5px solid #ebebec;
  border-radius: 50%;
}

.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-top: 4px solid var(--orange);
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}

.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
}

.loader.orange-color .loader-container:before {
  border-color: #ff5421;
}

.loader.yellow-color .loader-container:before {
  border-color: #f4bf00;
}

.loader.purple-color .loader-container:before {
  border-color: #4e49a1;
}

.loader.green-color .loader-container:before {
  border-color: #0c8b51;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 20px;
}

.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}

.carousel .testimonial {
  color: #fff;
  position: relative;
  background: var(--orange);
  padding: 15px;
  margin: 0 0 20px 20px;
}

.carousel .testimonial::before,
.carousel .testimonial::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.carousel .testimonial::before {
  width: 20px;
  height: 20px;
  background: var(--orange);
  box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.carousel .testimonial::after {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.carousel .carousel-item .row>div:first-child .testimonial {
  margin: 0 20px 20px 0;
}

.carousel .carousel-item .row>div:first-child .media {
  margin-left: 0;
}

.carousel .testimonial p {
  text-indent: 40px;
  line-height: 21px;
  margin: 0;
}

.carousel .testimonial p::before {
  content: "\201D";
  font-family: Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 68px;
  line-height: 70px;
  position: absolute;
  left: -25px;
  top: 0;
}

.carousel .overview {
  padding: 3px 0 0 15px;
}

.carousel .overview .details {
  padding: 5px 0 8px;
}

.carousel .overview b {
  text-transform: uppercase;
  color: white;
}

.carousel-control-prev,
.carousel-control-next {
  width: 30px;
  height: 30px;
  background: var(--green);
  text-shadow: none;
  top: 4px;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 16px;
}

.carousel-control-prev {
  left: auto;
  right: 40px;
}

.carousel-control-next {
  left: auto;
}

.carousel-indicators {
  bottom: -80px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 17px;
  height: 17px;
  border-radius: 0;
  margin: 1px 5px;
  box-sizing: border-box;
}

.carousel-indicators li {
  background: var(--green);
  border: 4px solid #fff;
}

.carousel-indicators li.active {
  color: darkgreen;
  background: darkgreen;
  border: 5px double;
}

.star-rating li {
  padding: 0 2px;
}

.star-rating i {
  font-size: 14px;
  color: #ffdc12;
}

/*   Default Modal Styles   */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  z-index: 8888;
  display: none;
}

.delayedPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  max-width: 632px;
  top: 50%;
  left: 50%;
  background-color: #efefef;
  border: 2px solid #40b0dd;
  z-index: 9999;
  padding: 0px 0px;
  transform: translate(-50%, -50%);
  height: fit-content;
  border-radius: 10px;
}

#btnClose {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 1000px;
  background: #40b0dd;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  line-height: 38px;
}

#btnClose:hover {
  background-color: #fff;
  color: #000;
}

#delayedPopup>div.formDescription {
  float: left;
  display: block;
  width: 100%;
  padding: 1% 3%;
  font-size: 18px;
  color: #666;
  clear: left;
}

#delayedPopup>div.formDescription h2 {
  color: #444444;
  font-size: 36px;
  line-height: 40px;
}