@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&family=Open+Sans:wght@300;400;600&family=Rubik:wght@300;400;500&display=swap");
/*
font-family: 'Nunito', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Rubik', sans-serif;
*/
.breakall,
.breakall p {
  word-break: break-all;
}
.pjustify p {
  text-align: justify;
}
.prelative {
  position: relative;
}
.pabsolute {
  position: absolute;
}
.zindex0 {
  z-index: 0;
}
.zindex1 {
  z-index: 1;
}
.zindex2 {
  z-index: 2;
}
.zindex3 {
  z-index: 3;
}
.zindex4 {
  z-index: 4;
}
.zindex5 {
  z-index: 5;
}
.zindex6 {
  z-index: 6;
}
.zindex7 {
  z-index: 7;
}
.zindex8 {
  z-index: 8;
}
.zindex9 {
  z-index: 9;
}
.zindex10 {
  z-index: 10;
}
.zindex99 {
  z-index: 99;
}
.zindex999 {
  z-index: 999;
}
.zindex9999 {
  z-index: 9999;
}
.dblock {
  display: block;
}
.dinline,
ul.dinline li {
  display: inline;
}
.dinblock {
  display: inline-block;
}
.white,
a.white,
p.white,
span.white,
.whitep,
.whitep p {
  color: #fff !important;
}
.bg-white {
  background: #fff !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fontfam1 {
  font-family: "";
}
.fontfam2 {
  font-family: "";
}
.blur1 {
  filter: blur(1px);
}
.blur2 {
  filter: blur(2px);
}
.blur3 {
  filter: blur(3px);
}
.blur4 {
  filter: blur(4px);
}
.color333 {
  color: #333;
}
.color666 {
  color: #666;
}
.color111 {
  color: #111;
}
.color-black,
.color000 {
  color: #000;
}
.th-color {
  color: #076aa2;
}
.bg-theme {
  background: #076aa2;
}
.bg000 {
  background: #000;
}
.bg111 {
  background: #111;
}
.bg222 {
  background: #222;
}
.bg333 {
  background: #333;
}
.bgfa {
  background: #fafafa;
}
.bgf2 {
  background: #f2f2f2;
}
.bgf5 {
  background: #f5f5f5;
}
.bgf7 {
  background: #f7f7f7;
}
.bgf9 {
  background: #f9f9f9;
}
.bg-white1 {
  background: rgba(255, 255, 255, 0.1);
}
.bg-white2 {
  background: rgba(255, 255, 255, 0.2);
}
.bg-white3 {
  background: rgba(255, 255, 255, 0.3);
}
.bg-white4 {
  background: rgba(255, 255, 255, 0.4);
}
.bg-white5 {
  background: rgba(255, 255, 255, 0.5);
}
.bg-white6 {
  background: rgba(255, 255, 255, 0.6);
}
.bg-white7 {
  background: rgba(255, 255, 255, 0.7);
}
.bg-white8 {
  background: rgba(255, 255, 255, 0.8);
}
.bg-white9 {
  background: rgba(255, 255, 255, 0.9);
}
.bg-white10 {
  background: rgba(255, 255, 255, 1);
}
.bg-black1 {
  background: rgba(0, 0, 0, 0.1);
}
.bg-black2 {
  background: rgba(0, 0, 0, 0.2);
}
.bg-black3 {
  background: rgba(0, 0, 0, 0.3);
}
.bg-black4 {
  background: rgba(0, 0, 0, 0.4);
}
.bg-black5 {
  background: rgba(0, 0, 0, 0.5);
}
.bg-black6 {
  background: rgba(0, 0, 0, 0.6);
}
.bg-black7 {
  background: rgba(0, 0, 0, 0.7);
}
.bg-black8 {
  background: rgba(0, 0, 0, 0.8);
}
.bg-black9 {
  background: rgba(0, 0, 0, 0.9);
}
.bg-black10 {
  background: rgba(0, 0, 0, 1);
}
.max {
  max-width: 100%;
}
.full {
  width: 100%;
}
ul.general {
  margin: 0;
  padding: 0;
}
.nostyle li {
  list-style: none;
}
.lilh25 li {
  line-height: 25px !important;
}
.limb5 li {
  margin-bottom: 5px !important;
}
.limb10 li {
  margin-bottom: 10px !important;
}
.check li,
.angle li {
  position: relative;
  padding-left: 20px !important;
}
.check li::before {
  content: "\f00c";
  font-family: "IcoFont";
  position: absolute;
  left: 0;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.angle li::before {
  content: "\ea58";
  font-family: "IcoFont";
  position: absolute;
  left: 0;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
}
ul.half li {
  display: inline-block;
  min-width: 48%;
}
ul.three li {
  display: inline-block;
  min-width: 31%;
}
.box-shadow {
  box-shadow: 0 8px 6px -6px #ccc;
}
.border1solid {
  border: 1px solid;
}
.border2solid {
  border: 2px solid;
}
.border3solid {
  border: 3px solid;
}
.border4solid {
  border: 4px solid;
}
.border5solid {
  border: 5px solid;
}
.border1dashed {
  border: 1px dashed;
}
.border2dashed {
  border: 2px dashed;
}
.border3dashed {
  border: 3px dashed;
}
.border4dashed {
  border: 4px dashed;
}
.border5dashed {
  border: 5px dashed;
}
.bordercolorccc {
  border-color: #ccc;
}
.bordercolorddd {
  border-color: #ddd;
}
.bordercolorf2 {
  border-color: #f2f2f2;
}
.bordercolorf {
  border-color: #fff;
}
.bordercolor333 {
  border-color: #333;
}
.bordercolord9 {
  border-color: #d9d9d9;
}
.tagger {
  text-align: right;
  display: inline-block;
}
.tagger img {
  display: inline;
}
.radius0 {
  border-radius: 0 !important;
}
.radius2 {
  border-radius: 2px !important;
}
.radius5 {
  border-radius: 5px !important;
}
.radius10 {
  border-radius: 10px !important;
}
.radius20 {
  border-radius: 20px !important;
}
.radius30 {
  border-radius: 30px !important;
}
.radius50 {
  border-radius: 50%;
}
.radius-top-5 {
  border-radius: 5px 5px 0 0;
}
.radius-top-10 {
  border-radius: 10px 10px 0 0;
}
.radius-bottom-5 {
  border-radius: 0 0 5px 5px !important;
}
.radius-bottom-10 {
  border-radius: 0 0 10px 10px !important;
}
.radius-right-5 {
  border-radius: 0 5px 5px 0;
}
.radius-right-10 {
  border-radius: 0 10px 10px 0;
}
.radius-left-5 {
  border-radius: 5px 0 0 5px !important;
}
.radius-left-10 {
  border-radius: 10px 0 0 10px !important;
}
.op1 {
  opacity: 0.1;
}
.op2 {
  opacity: 0.2;
}
.op3 {
  opacity: 0.3;
}
.op4 {
  opacity: 0.4;
}
.op5 {
  opacity: 0.5;
}
.op6 {
  opacity: 0.6;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.top1 {
  top: 1px;
}
.top2 {
  top: 2px;
}
.top3 {
  top: 3px;
}
.top4 {
  top: 4px;
}
.top5 {
  top: 5px;
}
.top6 {
  top: 6px;
}
.top7 {
  top: 7px;
}
.top8 {
  top: 8px;
}
.top9 {
  top: 9px;
}
.top10 {
  top: 10px;
}
.top-1 {
  top: -1px;
}
.top-2 {
  top: -2px;
}
.top-3 {
  top: -3px;
}
.top-4 {
  top: -4px;
}
.top-5 {
  top: -5px;
}
.top-6 {
  top: -6px;
}
.top-7 {
  top: -7px;
}
.top-8 {
  top: -8px;
}
.top-9 {
  top: -9px;
}
.top-10 {
  top: -10px;
}
.capp {
  position: relative;
}
.capp input {
  padding-left: 65px !important;
}
.capp span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bgfacebook {
  background: #3b5998;
}
.bggoogle-plus {
  background: #de5245;
}
.bgtwitter {
  background: #1da1f2;
}
.bgyoutube {
  background: red;
}
.bginstagram {
  background: #783fc4;
}
.bgpinterest {
  background: #bd081c;
}
.bgwhatsapp {
  background: #14ad53;
}
.bglinkedin {
  background: #007bb6;
}
.colorfacebook {
  color: #3b5998;
}
.colorgoogle-plus {
  color: #de5245;
}
.colortwitter {
  color: #1da1f2;
}
.coloryoutube {
  color: red;
}
.colorinstagram {
  color: #783fc4;
}
.colorpinterest {
  color: #bd081c;
}
.colorwhatsapp {
  color: #14ad53;
}
.colorlinkedin {
  color: #007bb6;
}
select,
.aselect {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background-size: 10px !important;
  padding-right: 25px !important;
}
.datepicker,
.daterange,
.daterangebooking,
.daterange-small,
.daterangebooking-small {
  cursor: pointer;
  background: url(../images/calendar.png) no-repeat right 10px center #fff !important;
  padding-right: 20px !important;
}
.noresize {
  resize: none;
}
.ofhidden {
  overflow: hidden;
}
.ofxhidden {
  overflow-x: hidden;
}
.ofyhidden {
  overflow-y: hidden;
}
.transition {
  transition: all ease-in-out 0.3s;
}
.abefore::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.aafter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.text-img-bg {
  color: #fff;
  background: url() repeat fixed;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.no-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: hidden;
}
.grd-text {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff8a00),
    to(#da1b60)
  );
  background: linear-gradient(to right, #ff8a00, #da1b60);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.dtable {
  width: 100%;
  display: table;
}
.amt-0 {
  margin-top: 0 !important;
}
.amt-1 {
  margin-top: 1px !important;
}
.amt-2 {
  margin-top: 2px !important;
}
.amt-3 {
  margin-top: 3px !important;
}
.amt-4 {
  margin-top: 4px !important;
}
.amt-5 {
  margin-top: 5px !important;
}
.amt-6 {
  margin-top: 6px !important;
}
.amt-7 {
  margin-top: 7px !important;
}
.amt-8 {
  margin-top: 8px !important;
}
.amt-9 {
  margin-top: 9px !important;
}
.amt-10 {
  margin-top: 10px !important;
}
.amt-15 {
  margin-top: 15px !important;
}
.amt-20 {
  margin-top: 20px !important;
}
.amt-25 {
  margin-top: 25px !important;
}
.amt-30 {
  margin-top: 30px !important;
}
.amt-35 {
  margin-top: 35px !important;
}
.amt-40 {
  margin-top: 40px !important;
}
.amt-45 {
  margin-top: 45px !important;
}
.amt-50 {
  margin-top: 50px !important;
}
.amt-55 {
  margin-top: 55px !important;
}
.amt-60 {
  margin-top: 60px !important;
}
.amt-65 {
  margin-top: 65px !important;
}
.amt-70 {
  margin-top: 70px !important;
}
.amt-75 {
  margin-top: 75px !important;
}
.amt-80 {
  margin-top: 80px !important;
}
.amt-85 {
  margin-top: 85px !important;
}
.amt-90 {
  margin-top: 90px !important;
}
.amt-95 {
  margin-top: 95px !important;
}
.amt-100 {
  margin-top: 100px !important;
}
.amb-0 {
  margin-bottom: 0 !important;
}
.amb-1 {
  margin-bottom: 1px !important;
}
.amb-2 {
  margin-bottom: 2px !important;
}
.amb-3 {
  margin-bottom: 3px !important;
}
.amb-4 {
  margin-bottom: 4px !important;
}
.amb-5 {
  margin-bottom: 5px !important;
}
.amb-6 {
  margin-bottom: 6px !important;
}
.amb-7 {
  margin-bottom: 7px !important;
}
.amb-8 {
  margin-bottom: 8px !important;
}
.amb-9 {
  margin-bottom: 9px !important;
}
.amb-10 {
  margin-bottom: 10px !important;
}
.amb-15 {
  margin-bottom: 15px !important;
}
.amb-20 {
  margin-bottom: 20px !important;
}
.amb-25 {
  margin-bottom: 25px !important;
}
.amb-30 {
  margin-bottom: 30px !important;
}
.amb-35 {
  margin-bottom: 35px !important;
}
.amb-40 {
  margin-bottom: 40px !important;
}
.amb-45 {
  margin-bottom: 45px !important;
}
.amb-50 {
  margin-bottom: 50px !important;
}
.amb-55 {
  margin-bottom: 55px !important;
}
.amb-60 {
  margin-bottom: 60px !important;
}
.amb-65 {
  margin-bottom: 65px !important;
}
.amb-70 {
  margin-bottom: 70px !important;
}
.amb-75 {
  margin-bottom: 75px !important;
}
.amb-80 {
  margin-bottom: 80px !important;
}
.amb-85 {
  margin-bottom: 85px !important;
}
.amb-90 {
  margin-bottom: 90px !important;
}
.amb-95 {
  margin-bottom: 95px !important;
}
.amb-100 {
  margin-bottom: 100px !important;
}
.aml-0 {
  margin-left: 0 !important;
}
.aml-5 {
  margin-left: 5px !important;
}
.aml-10 {
  margin-left: 10px !important;
}
.aml-15 {
  margin-left: 15px !important;
}
.aml-20 {
  margin-left: 20px !important;
}
.aml-25 {
  margin-left: 25px !important;
}
.aml-30 {
  margin-left: 30px !important;
}
.aml-35 {
  margin-left: 35px !important;
}
.aml-40 {
  margin-left: 40px !important;
}
.aml-45 {
  margin-left: 45px !important;
}
.aml-50 {
  margin-left: 50px !important;
}
.amr-0 {
  margin-right: 0 !important;
}
.amr-5 {
  margin-right: 5px !important;
}
.amr-10 {
  margin-right: 10px !important;
}
.amr-15 {
  margin-right: 15px !important;
}
.amr-20 {
  margin-right: 20px !important;
}
.amr-25 {
  margin-right: 25px !important;
}
.amr-30 {
  margin-right: 30px !important;
}
.amr-35 {
  margin-right: 35px !important;
}
.amr-40 {
  margin-right: 40px !important;
}
.amr-45 {
  margin-right: 45px !important;
}
.amr-50 {
  margin-right: 50px !important;
}
.apt-0 {
  padding-top: 0 !important;
}
.apt-1 {
  padding-top: 1px !important;
}
.apt-2 {
  padding-top: 2px !important;
}
.apt-3 {
  padding-top: 3px !important;
}
.apt-4 {
  padding-top: 4px !important;
}
.apt-5 {
  padding-top: 5px !important;
}
.apt-6 {
  padding-top: 6px !important;
}
.apt-7 {
  padding-top: 7px !important;
}
.apt-8 {
  padding-top: 8px !important;
}
.apt-9 {
  padding-top: 9px !important;
}
.apt-10 {
  padding-top: 10px !important;
}
.apt-15 {
  padding-top: 15px !important;
}
.apt-20 {
  padding-top: 20px !important;
}
.apt-25 {
  padding-top: 25px !important;
}
.apt-30 {
  padding-top: 30px !important;
}
.apt-35 {
  padding-top: 35px !important;
}
.apt-40 {
  padding-top: 40px !important;
}
.apt-45 {
  padding-top: 45px !important;
}
.apt-50 {
  padding-top: 50px !important;
}
.apt-55 {
  padding-top: 55px !important;
}
.apt-60 {
  padding-top: 60px !important;
}
.apt-65 {
  padding-top: 65px !important;
}
.apt-70 {
  padding-top: 70px !important;
}
.apt-75 {
  padding-top: 75px !important;
}
.apt-80 {
  padding-top: 80px !important;
}
.apt-85 {
  padding-top: 85px !important;
}
.apt-90 {
  padding-top: 90px !important;
}
.apt-95 {
  padding-top: 95px !important;
}
.apt-100 {
  padding-top: 100px !important;
}

.apb-0 {
  padding-bottom: 0 !important;
}
.apb-1 {
  padding-bottom: 1px !important;
}
.apb-2 {
  padding-bottom: 2px !important;
}
.apb-3 {
  padding-bottom: 3px !important;
}
.apb-4 {
  padding-bottom: 4px !important;
}
.apb-5 {
  padding-bottom: 5px !important;
}
.apb-6 {
  padding-bottom: 6px !important;
}
.apb-7 {
  padding-bottom: 7px !important;
}
.apb-8 {
  padding-bottom: 8px !important;
}
.apb-9 {
  padding-bottom: 9px !important;
}
.apb-10 {
  padding-bottom: 10px !important;
}
.apb-15 {
  padding-bottom: 15px !important;
}
.apb-20 {
  padding-bottom: 20px !important;
}
.apb-25 {
  padding-bottom: 25px !important;
}
.apb-30 {
  padding-bottom: 30px !important;
}
.apb-35 {
  padding-bottom: 35px !important;
}
.apb-40 {
  padding-bottom: 40px !important;
}
.apb-45 {
  padding-bottom: 45px !important;
}
.apb-50 {
  padding-bottom: 50px !important;
}
.apb-55 {
  padding-bottom: 55px !important;
}
.apb-60 {
  padding-bottom: 60px !important;
}
.apb-65 {
  padding-bottom: 65px !important;
}
.apb-70 {
  padding-bottom: 70px !important;
}
.apb-75 {
  padding-bottom: 75px !important;
}
.apb-80 {
  padding-bottom: 80px !important;
}
.apb-85 {
  padding-bottom: 85px !important;
}
.apb-90 {
  padding-bottom: 90px !important;
}
.apb-95 {
  padding-bottom: 95px !important;
}
.apb-100 {
  padding-bottom: 100px !important;
}
.apl-0 {
  padding-left: 0 !important;
}
.apl-5 {
  padding-left: 5px !important;
}
.apl-10 {
  padding-left: 10px !important;
}
.apl-15 {
  padding-left: 15px !important;
}
.apl-20 {
  padding-left: 20px !important;
}
.apl-25 {
  padding-left: 25px;
}
.apl-30 {
  padding-left: 30px !important;
}
.apl-35 {
  padding-left: 35px !important;
}
.apl-40 {
  padding-left: 40px !important;
}
.apl-45 {
  padding-left: 45px !important;
}
.apl-50 {
  padding-left: 50px !important;
}
.apr-0 {
  padding-right: 0 !important;
}
.apr-5 {
  padding-right: 5px !important;
}
.apr-10 {
  padding-right: 10px !important;
}
.apr-15 {
  padding-right: 15px !important;
}
.apr-20 {
  padding-right: 20px !important;
}
.apr-25 {
  padding-right: 25px !important;
}
.apr-30 {
  padding-right: 30px !important;
}
.apr-35 {
  padding-right: 35px !important;
}
.apr-40 {
  padding-right: 40px !important;
}
.apr-45 {
  padding-right: 45px !important;
}
.apr-50 {
  padding-right: 50px !important;
}
.padd5 {
  padding: 5px !important;
}
.padd10 {
  padding: 10px !important;
}
.padd15 {
  padding: 15px !important;
}
.padd20 {
  padding: 20px !important;
}
.padd25 {
  padding: 25px !important;
}
.padd30 {
  padding: 30px !important;
}
.padd35 {
  padding: 35px !important;
}
.padd40 {
  padding: 40px !important;
}
.padd45 {
  padding: 45px !important;
}
.padd50 {
  padding: 50px !important;
}
.padd55 {
  padding: 55px !important;
}
.padd60 {
  padding: 60px !important;
}
.padd05 {
  padding: 0 5px;
}
.padd010 {
  padding: 0 10px;
}
.padd015 {
  padding: 0 15px;
}
.padd025 {
  padding: 0 20px;
}
.padd510 {
  padding: 5px 10px;
}
.padd515 {
  padding: 5px 15px;
}
.padd520 {
  padding: 5px 20px;
}
.padd525 {
  padding: 5px 25px;
}
.padd105 {
  padding: 10px 5px;
}
.padd1015 {
  padding: 10px 15px;
}
.padd1020 {
  padding: 10px 20px;
}
.lh-20 {
  line-height: 20px !important;
}
.lh-22 {
  line-height: 22px !important;
}
.lh-24 {
  line-height: 24px !important;
}
.lh-25 {
  line-height: 25px !important;
}
.lh-26 {
  line-height: 26px !important;
}
.lh-28 {
  line-height: 28px !important;
}
.lh-30 {
  line-height: 30px !important;
}
.lh-32 {
  line-height: 32px !important;
}
.lh-34 {
  line-height: 34px !important;
}
.lh-35 {
  line-height: 35px !important;
}
.lh-36 {
  line-height: 36px !important;
}
.lh-38 {
  line-height: 38px !important;
}
.lh-40 {
  line-height: 40px !important;
}
.lh-42 {
  line-height: 42px !important;
}
.lh-44 {
  line-height: 44px !important;
}
.lh-45 {
  line-height: 45px !important;
}
.lh-46 {
  line-height: 46px !important;
}
.lh-48 {
  line-height: 48px !important;
}
.lh-50 {
  line-height: 50px !important;
}
.font10 {
  font-size: 10px !important;
}
.font11 {
  font-size: 11px !important;
}
.font12 {
  font-size: 12px !important;
}
.font13 {
  font-size: 13px !important;
}
.font14 {
  font-size: 14px !important;
}
.font15 {
  font-size: 15px !important;
}
.font16 {
  font-size: 16px !important;
}
.font17 {
  font-size: 17px !important;
}
.font18 {
  font-size: 18px !important;
}
.font19 {
  font-size: 19px !important;
}
.font20 {
  font-size: 20px !important;
}
.font21 {
  font-size: 21px !important;
}
.font22 {
  font-size: 22px !important;
}
.font23 {
  font-size: 23px !important;
}
.font24 {
  font-size: 24px !important;
}
.font25 {
  font-size: 25px !important;
}
.font26 {
  font-size: 26px !important;
}
.font27 {
  font-size: 27px !important;
}
.font28 {
  font-size: 28px !important;
}
.font29 {
  font-size: 29px !important;
}
.font30 {
  font-size: 30px !important;
}
.font31 {
  font-size: 31px !important;
}
.font32 {
  font-size: 32px !important;
}
.font33 {
  font-size: 33px !important;
}
.font34 {
  font-size: 34px !important;
}
.font35 {
  font-size: 35px !important;
}
.font36 {
  font-size: 36px !important;
}
.font37 {
  font-size: 37px !important;
}
.font38 {
  font-size: 38px !important;
}
.font39 {
  font-size: 39px !important;
}
.font40 {
  font-size: 40px !important;
}
.font41 {
  font-size: 41px !important;
}
.font42 {
  font-size: 42px !important;
}
.font43 {
  font-size: 43px !important;
}
.font44 {
  font-size: 44px !important;
}
.font45 {
  font-size: 45px !important;
}
.font46 {
  font-size: 46px !important;
}
.font47 {
  font-size: 47px !important;
}
.font48 {
  font-size: 48px !important;
}
.font49 {
  font-size: 49px !important;
}
.font50 {
  font-size: 50px !important;
}
.clearfix {
  clear: both;
  display: block;
}
ul.half li {
  display: inline-block;
  min-width: 48%;
}
ul.three li {
  display: inline-block;
  min-width: 31%;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
@media (min-width: 1200px) {
  .amt-0-lg {
    margin-top: 0 !important;
  }
  .amt-1-lg {
    margin-top: 1px !important;
  }
  .amt-2-lg {
    margin-top: 2px !important;
  }
  .amt-3-lg {
    margin-top: 3px !important;
  }
  .amt-4-lg {
    margin-top: 4px !important;
  }
  .amt-5-lg {
    margin-top: 5px !important;
  }
  .amt-6-lg {
    margin-top: 6px !important;
  }
  .amt-7-lg {
    margin-top: 7px !important;
  }
  .amt-8-lg {
    margin-top: 8px !important;
  }
  .amt-9-lg {
    margin-top: 9px !important;
  }
  .amt-10-lg {
    margin-top: 10px !important;
  }
  .amt-15-lg {
    margin-top: 15px !important;
  }
  .amt-20-lg {
    margin-top: 20px !important;
  }
  .amt-25-lg {
    margin-top: 25px !important;
  }
  .amt-30-lg {
    margin-top: 30px !important;
  }
  .amt-35-lg {
    margin-top: 35px !important;
  }
  .amt-40-lg {
    margin-top: 40px !important;
  }
  .amt-45-lg {
    margin-top: 45px !important;
  }
  .amt-50-lg {
    margin-top: 50px !important;
  }
  .amt-55-lg {
    margin-top: 55px !important;
  }
  .amt-60-lg {
    margin-top: 60px !important;
  }
  .amt-65-lg {
    margin-top: 65px !important;
  }
  .amt-70-lg {
    margin-top: 70px !important;
  }
  .amt-75-lg {
    margin-top: 75px !important;
  }
  .amt-80-lg {
    margin-top: 80px !important;
  }
  .amt-85-lg {
    margin-top: 85px !important;
  }
  .amt-90-lg {
    margin-top: 90px !important;
  }
  .amt-95-lg {
    margin-top: 95px !important;
  }
  .amt-100-lg {
    margin-top: 100px !important;
  }
  .amb-0-lg {
    margin-bottom: 0 !important;
  }
  .amb-1-lg {
    margin-bottom: 1px !important;
  }
  .amb-2-lg {
    margin-bottom: 2px !important;
  }
  .amb-3-lg {
    margin-bottom: 3px !important;
  }
  .amb-4-lg {
    margin-bottom: 4px !important;
  }
  .amb-5-lg {
    margin-bottom: 5px !important;
  }
  .amb-6-lg {
    margin-bottom: 6px !important;
  }
  .amb-7-lg {
    margin-bottom: 7px !important;
  }
  .amb-8-lg {
    margin-bottom: 8px !important;
  }
  .amb-9-lg {
    margin-bottom: 9px !important;
  }
  .amb-10-lg {
    margin-bottom: 10px !important;
  }
  .amb-15-lg {
    margin-bottom: 15px !important;
  }
  .amb-20-lg {
    margin-bottom: 20px !important;
  }
  .amb-25-lg {
    margin-bottom: 25px !important;
  }
  .amb-30-lg {
    margin-bottom: 30px !important;
  }
  .amb-35-lg {
    margin-bottom: 35px !important;
  }
  .amb-40-lg {
    margin-bottom: 40px !important;
  }
  .amb-45-lg {
    margin-bottom: 45px !important;
  }
  .amb-50-lg {
    margin-bottom: 50px !important;
  }
  .amb-55-lg {
    margin-bottom: 55px !important;
  }
  .amb-60-lg {
    margin-bottom: 60px !important;
  }
  .amb-65-lg {
    margin-bottom: 65px !important;
  }
  .amb-70-lg {
    margin-bottom: 70px !important;
  }
  .amb-75-lg {
    margin-bottom: 75px !important;
  }
  .amb-80-lg {
    margin-bottom: 80px !important;
  }
  .amb-85-lg {
    margin-bottom: 85px !important;
  }
  .amb-90-lg {
    margin-bottom: 90px !important;
  }
  .amb-95-lg {
    margin-bottom: 95px !important;
  }
  .amb-100-lg {
    margin-bottom: 100px !important;
  }
  .aml-0-lg {
    margin-left: 0 !important;
  }
  .aml-5-lg {
    margin-left: 5px !important;
  }
  .aml-10-lg {
    margin-left: 10px !important;
  }
  .aml-15-lg {
    margin-left: 15px !important;
  }
  .aml-20-lg {
    margin-left: 20px !important;
  }
  .aml-25-lg {
    margin-left: 25px !important;
  }
  .aml-30-lg {
    margin-left: 30px !important;
  }
  .aml-35-lg {
    margin-left: 35px !important;
  }
  .aml-40-lg {
    margin-left: 40px !important;
  }
  .aml-45-lg {
    margin-left: 45px !important;
  }
  .aml-50-lg {
    margin-left: 50px !important;
  }
  .amr-0-lg {
    margin-right: 0 !important;
  }
  .amr-5-lg {
    margin-right: 5px !important;
  }
  .amr-10-lg {
    margin-right: 10px !important;
  }
  .amr-15-lg {
    margin-right: 15px !important;
  }
  .amr-20-lg {
    margin-right: 20px !important;
  }
  .amr-25-lg {
    margin-right: 25px !important;
  }
  .amr-30-lg {
    margin-right: 30px !important;
  }
  .amr-35-lg {
    margin-right: 35px !important;
  }
  .amr-40-lg {
    margin-right: 40px !important;
  }
  .amr-45-lg {
    margin-right: 45px !important;
  }
  .amr-50-lg {
    margin-right: 50px !important;
  }
  .apt-0-lg {
    padding-top: 0 !important;
  }
  .apt-1-lg {
    padding-top: 1px !important;
  }
  .apt-2-lg {
    padding-top: 2px !important;
  }
  .apt-3-lg {
    padding-top: 3px !important;
  }
  .apt-4-lg {
    padding-top: 4px !important;
  }
  .apt-5-lg {
    padding-top: 5px !important;
  }
  .apt-6-lg {
    padding-top: 6px !important;
  }
  .apt-7-lg {
    padding-top: 7px !important;
  }
  .apt-8-lg {
    padding-top: 8px !important;
  }
  .apt-9-lg {
    padding-top: 9px !important;
  }
  .apt-10-lg {
    padding-top: 10px !important;
  }
  .apt-15-lg {
    padding-top: 15px !important;
  }
  .apt-20-lg {
    padding-top: 20px !important;
  }
  .apt-25-lg {
    padding-top: 25px !important;
  }
  .apt-30-lg {
    padding-top: 30px !important;
  }
  .apt-35-lg {
    padding-top: 35px !important;
  }
  .apt-40-lg {
    padding-top: 40px !important;
  }
  .apt-45-lg {
    padding-top: 45px !important;
  }
  .apt-50-lg {
    padding-top: 50px !important;
  }
  .apt-55-lg {
    padding-top: 55px !important;
  }
  .apt-60-lg {
    padding-top: 60px !important;
  }
  .apt-65-lg {
    padding-top: 65px !important;
  }
  .apt-70-lg {
    padding-top: 70px !important;
  }
  .apt-75-lg {
    padding-top: 75px !important;
  }
  .apt-80-lg {
    padding-top: 80px !important;
  }
  .apt-85-lg {
    padding-top: 85px !important;
  }
  .apt-90-lg {
    padding-top: 90px !important;
  }
  .apt-95-lg {
    padding-top: 95px !important;
  }
  .apt-100-lg {
    padding-top: 100px !important;
  }
  .apb-0-lg {
    padding-bottom: 0 !important;
  }
  .apb-1-lg {
    padding-bottom: 1px !important;
  }
  .apb-2-lg {
    padding-bottom: 2px !important;
  }
  .apb-3-lg {
    padding-bottom: 3px !important;
  }
  .apb-4-lg {
    padding-bottom: 4px !important;
  }
  .apb-5-lg {
    padding-bottom: 5px !important;
  }
  .apb-6-lg {
    padding-bottom: 6px !important;
  }
  .apb-7-lg {
    padding-bottom: 7px !important;
  }
  .apb-8-lg {
    padding-bottom: 8px !important;
  }
  .apb-9-lg {
    padding-bottom: 9px !important;
  }
  .apb-10-lg {
    padding-bottom: 10px !important;
  }
  .apb-15-lg {
    padding-bottom: 15px !important;
  }
  .apb-20-lg {
    padding-bottom: 20px !important;
  }
  .apb-25-lg {
    padding-bottom: 25px !important;
  }
  .apb-30-lg {
    padding-bottom: 30px !important;
  }
  .apb-35-lg {
    padding-bottom: 35px !important;
  }
  .apb-40-lg {
    padding-bottom: 40px !important;
  }
  .apb-45-lg {
    padding-bottom: 45px !important;
  }
  .apb-50-lg {
    padding-bottom: 50px !important;
  }
  .apb-55-lg {
    padding-bottom: 55px !important;
  }
  .apb-60-lg {
    padding-bottom: 60px !important;
  }
  .apb-65-lg {
    padding-bottom: 65px !important;
  }
  .apb-70-lg {
    padding-bottom: 70px !important;
  }
  .apb-75-lg {
    padding-bottom: 75px !important;
  }
  .apb-80-lg {
    padding-bottom: 80px !important;
  }
  .apb-85-lg {
    padding-bottom: 85px !important;
  }
  .apb-90-lg {
    padding-bottom: 90px !important;
  }
  .apb-95-lg {
    padding-bottom: 95px !important;
  }
  .apb-100-lg {
    padding-bottom: 100px !important;
  }
  .apl-0-lg {
    padding-left: 0 !important;
  }
  .apl-5-lg {
    padding-left: 5px !important;
  }
  .apl-10-lg {
    padding-left: 10px !important;
  }
  .apl-15-lg {
    padding-left: 15px !important;
  }
  .apl-20-lg {
    padding-left: 20px !important;
  }
  .apl-25-lg {
    padding-left: 25px;
  }
  .apl-30-lg {
    padding-left: 30px !important;
  }
  .apl-35-lg {
    padding-left: 35px !important;
  }
  .apl-40-lg {
    padding-left: 40px !important;
  }
  .apl-45-lg {
    padding-left: 45px !important;
  }
  .apl-50-lg {
    padding-left: 50px !important;
  }
  .apr-0-lg {
    padding-right: 0 !important;
  }
  .apr-5-lg {
    padding-right: 5px !important;
  }
  .apr-10-lg {
    padding-right: 10px !important;
  }
  .apr-15-lg {
    padding-right: 15px !important;
  }
  .apr-20-lg {
    padding-right: 20px !important;
  }
  .apr-25-lg {
    padding-right: 25px !important;
  }
  .apr-30-lg {
    padding-right: 30px !important;
  }
  .apr-35-lg {
    padding-right: 35px !important;
  }
  .apr-40-lg {
    padding-right: 40px !important;
  }
  .apr-45-lg {
    padding-right: 45px !important;
  }
  .apr-50-lg {
    padding-right: 50px !important;
  }
  .padd5-lg {
    padding: 5px !important;
  }
  .padd10-lg {
    padding: 10px !important;
  }
  .padd15-lg {
    padding: 15px !important;
  }
  .padd20-lg {
    padding: 20px !important;
  }
  .padd25-lg {
    padding: 25px !important;
  }
  .padd30-lg {
    padding: 30px !important;
  }
  .padd35-lg {
    padding: 35px !important;
  }
  .padd40-lg {
    padding: 40px !important;
  }
  .padd45-lg {
    padding: 45px !important;
  }
  .padd50-lg {
    padding: 50px !important;
  }
  .padd55-lg {
    padding: 55px !important;
  }
  .padd60-lg {
    padding: 60px !important;
  }
  .padd05-lg {
    padding: 0 5px;
  }
  .padd010-lg {
    padding: 0 10px;
  }
  .padd015-lg {
    padding: 0 15px;
  }
  .padd025-lg {
    padding: 0 20px;
  }
  .padd510-lg {
    padding: 5px 10px;
  }
  .padd515-lg {
    padding: 5px 15px;
  }
  .padd520-lg {
    padding: 5px 20px;
  }
  .padd525-lg {
    padding: 5px 25px;
  }
  .padd105-lg {
    padding: 10px 5px;
  }
  .padd1015-lg {
    padding: 10px 15px;
  }
  .padd1020-lg {
    padding: 10px 20px;
  }
  .lh-20-lg {
    line-height: 20px !important;
  }
  .lh-22-lg {
    line-height: 22px !important;
  }
  .lh-24-lg {
    line-height: 24px !important;
  }
  .lh-25-lg {
    line-height: 25px !important;
  }
  .lh-26-lg {
    line-height: 26px !important;
  }
  .lh-28-lg {
    line-height: 28px !important;
  }
  .lh-30-lg {
    line-height: 30px !important;
  }
  .lh-32-lg {
    line-height: 32px !important;
  }
  .lh-34-lg {
    line-height: 34px !important;
  }
  .lh-35-lg {
    line-height: 35px !important;
  }
  .lh-36-lg {
    line-height: 36px !important;
  }
  .lh-38-lg {
    line-height: 38px !important;
  }
  .lh-40-lg {
    line-height: 40px !important;
  }
  .lh-42-lg {
    line-height: 42px !important;
  }
  .lh-44-lg {
    line-height: 44px !important;
  }
  .lh-45-lg {
    line-height: 45px !important;
  }
  .lh-46-lg {
    line-height: 46px !important;
  }
  .lh-48-lg {
    line-height: 48px !important;
  }
  .lh-50-lg {
    line-height: 50px !important;
  }
  .font10-lg {
    font-size: 10px !important;
  }
  .font11-lg {
    font-size: 11px !important;
  }
  .font12-lg {
    font-size: 12px !important;
  }
  .font13-lg {
    font-size: 13px !important;
  }
  .font14-lg {
    font-size: 14px !important;
  }
  .font15-lg {
    font-size: 15px !important;
  }
  .font16-lg {
    font-size: 16px !important;
  }
  .font17-lg {
    font-size: 17px !important;
  }
  .font18-lg {
    font-size: 18px !important;
  }
  .font19-lg {
    font-size: 19px !important;
  }
  .font20-lg {
    font-size: 20px !important;
  }
  .font21-lg {
    font-size: 21px !important;
  }
  .font22-lg {
    font-size: 22px !important;
  }
  .font23-lg {
    font-size: 23px !important;
  }
  .font24-lg {
    font-size: 24px !important;
  }
  .font25-lg {
    font-size: 25px !important;
  }
  .font26-lg {
    font-size: 26px !important;
  }
  .font27-lg {
    font-size: 27px !important;
  }
  .font28-lg {
    font-size: 28px !important;
  }
  .font29-lg {
    font-size: 29px !important;
  }
  .font30-lg {
    font-size: 30px !important;
  }
  .font31-lg {
    font-size: 31px !important;
  }
  .font32-lg {
    font-size: 32px !important;
  }
  .font33-lg {
    font-size: 33px !important;
  }
  .font34-lg {
    font-size: 34px !important;
  }
  .font35-lg {
    font-size: 35px !important;
  }
  .font36-lg {
    font-size: 36px !important;
  }
  .font37-lg {
    font-size: 37px !important;
  }
  .font38-lg {
    font-size: 38px !important;
  }
  .font39-lg {
    font-size: 39px !important;
  }
  .font40-lg {
    font-size: 40px !important;
  }
  .font41-lg {
    font-size: 41px !important;
  }
  .font42-lg {
    font-size: 42px !important;
  }
  .font43-lg {
    font-size: 43px !important;
  }
  .font44-lg {
    font-size: 44px !important;
  }
  .font45-lg {
    font-size: 45px !important;
  }
  .font46-lg {
    font-size: 46px !important;
  }
  .font47-lg {
    font-size: 47px !important;
  }
  .font48-lg {
    font-size: 48px !important;
  }
  .font49-lg {
    font-size: 49px !important;
  }
  .font50-lg {
    font-size: 50px !important;
  }
  .clearfix-lg {
    clear: both;
    display: block;
  }
  ul.half-lg li {
    display: inline-block;
    min-width: 48%;
  }
  ul.three-lg li {
    display: inline-block;
    min-width: 31%;
  }
  .text-center-lg {
    text-align: center !important;
  }
  .text-justify-lg {
    text-align: justify !important;
  }
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
}
@media (max-width: 1199px) {
  .amt-0-md {
    margin-top: 0 !important;
  }
  .amt-1-md {
    margin-top: 1px !important;
  }
  .amt-2-md {
    margin-top: 2px !important;
  }
  .amt-3-md {
    margin-top: 3px !important;
  }
  .amt-4-md {
    margin-top: 4px !important;
  }
  .amt-5-md {
    margin-top: 5px !important;
  }
  .amt-6-md {
    margin-top: 6px !important;
  }
  .amt-7-md {
    margin-top: 7px !important;
  }
  .amt-8-md {
    margin-top: 8px !important;
  }
  .amt-9-md {
    margin-top: 9px !important;
  }
  .amt-10-md {
    margin-top: 10px !important;
  }
  .amt-15-md {
    margin-top: 15px !important;
  }
  .amt-20-md {
    margin-top: 20px !important;
  }
  .amt-25-md {
    margin-top: 25px !important;
  }
  .amt-30-md {
    margin-top: 30px !important;
  }
  .amt-35-md {
    margin-top: 35px !important;
  }
  .amt-40-md {
    margin-top: 40px !important;
  }
  .amt-45-md {
    margin-top: 45px !important;
  }
  .amt-50-md {
    margin-top: 50px !important;
  }
  .amt-55-md {
    margin-top: 55px !important;
  }
  .amt-60-md {
    margin-top: 60px !important;
  }
  .amt-65-md {
    margin-top: 65px !important;
  }
  .amt-70-md {
    margin-top: 70px !important;
  }
  .amt-75-md {
    margin-top: 75px !important;
  }
  .amt-80-md {
    margin-top: 80px !important;
  }
  .amt-85-md {
    margin-top: 85px !important;
  }
  .amt-90-md {
    margin-top: 90px !important;
  }
  .amt-95-md {
    margin-top: 95px !important;
  }
  .amt-100-md {
    margin-top: 100px !important;
  }
  .amb-0-md {
    margin-bottom: 0 !important;
  }
  .amb-1-md {
    margin-bottom: 1px !important;
  }
  .amb-2-md {
    margin-bottom: 2px !important;
  }
  .amb-3-md {
    margin-bottom: 3px !important;
  }
  .amb-4-md {
    margin-bottom: 4px !important;
  }
  .amb-5-md {
    margin-bottom: 5px !important;
  }
  .amb-6-md {
    margin-bottom: 6px !important;
  }
  .amb-7-md {
    margin-bottom: 7px !important;
  }
  .amb-8-md {
    margin-bottom: 8px !important;
  }
  .amb-9-md {
    margin-bottom: 9px !important;
  }
  .amb-10-md {
    margin-bottom: 10px !important;
  }
  .amb-15-md {
    margin-bottom: 15px !important;
  }
  .amb-20-md {
    margin-bottom: 20px !important;
  }
  .amb-25-md {
    margin-bottom: 25px !important;
  }
  .amb-30-md {
    margin-bottom: 30px !important;
  }
  .amb-35-md {
    margin-bottom: 35px !important;
  }
  .amb-40-md {
    margin-bottom: 40px !important;
  }
  .amb-45-md {
    margin-bottom: 45px !important;
  }
  .amb-50-md {
    margin-bottom: 50px !important;
  }
  .amb-55-md {
    margin-bottom: 55px !important;
  }
  .amb-60-md {
    margin-bottom: 60px !important;
  }
  .amb-65-md {
    margin-bottom: 65px !important;
  }
  .amb-70-md {
    margin-bottom: 70px !important;
  }
  .amb-75-md {
    margin-bottom: 75px !important;
  }
  .amb-80-md {
    margin-bottom: 80px !important;
  }
  .amb-85-md {
    margin-bottom: 85px !important;
  }
  .amb-90-md {
    margin-bottom: 90px !important;
  }
  .amb-95-md {
    margin-bottom: 95px !important;
  }
  .amb-100-md {
    margin-bottom: 100px !important;
  }
  .aml-0-md {
    margin-left: 0 !important;
  }
  .aml-5-md {
    margin-left: 5px !important;
  }
  .aml-10-md {
    margin-left: 10px !important;
  }
  .aml-15-md {
    margin-left: 15px !important;
  }
  .aml-20-md {
    margin-left: 20px !important;
  }
  .aml-25-md {
    margin-left: 25px !important;
  }
  .aml-30-md {
    margin-left: 30px !important;
  }
  .aml-35-md {
    margin-left: 35px !important;
  }
  .aml-40-md {
    margin-left: 40px !important;
  }
  .aml-45-md {
    margin-left: 45px !important;
  }
  .aml-50-md {
    margin-left: 50px !important;
  }
  .amr-0-md {
    margin-right: 0 !important;
  }
  .amr-5-md {
    margin-right: 5px !important;
  }
  .amr-10-md {
    margin-right: 10px !important;
  }
  .amr-15-md {
    margin-right: 15px !important;
  }
  .amr-20-md {
    margin-right: 20px !important;
  }
  .amr-25-md {
    margin-right: 25px !important;
  }
  .amr-30-md {
    margin-right: 30px !important;
  }
  .amr-35-md {
    margin-right: 35px !important;
  }
  .amr-40-md {
    margin-right: 40px !important;
  }
  .amr-45-md {
    margin-right: 45px !important;
  }
  .amr-50-md {
    margin-right: 50px !important;
  }
  .apt-0-md {
    padding-top: 0 !important;
  }
  .apt-1-md {
    padding-top: 1px !important;
  }
  .apt-2-md {
    padding-top: 2px !important;
  }
  .apt-3-md {
    padding-top: 3px !important;
  }
  .apt-4-md {
    padding-top: 4px !important;
  }
  .apt-5-md {
    padding-top: 5px !important;
  }
  .apt-6-md {
    padding-top: 6px !important;
  }
  .apt-7-md {
    padding-top: 7px !important;
  }
  .apt-8-md {
    padding-top: 8px !important;
  }
  .apt-9-md {
    padding-top: 9px !important;
  }
  .apt-10-md {
    padding-top: 10px !important;
  }
  .apt-15-md {
    padding-top: 15px !important;
  }
  .apt-20-md {
    padding-top: 20px !important;
  }
  .apt-25-md {
    padding-top: 25px !important;
  }
  .apt-30-md {
    padding-top: 30px !important;
  }
  .apt-35-md {
    padding-top: 35px !important;
  }
  .apt-40-md {
    padding-top: 40px !important;
  }
  .apt-45-md {
    padding-top: 45px !important;
  }
  .apt-50-md {
    padding-top: 50px !important;
  }
  .apt-55-md {
    padding-top: 55px !important;
  }
  .apt-60-md {
    padding-top: 60px !important;
  }
  .apt-65-md {
    padding-top: 65px !important;
  }
  .apt-70-md {
    padding-top: 70px !important;
  }
  .apt-75-md {
    padding-top: 75px !important;
  }
  .apt-80-md {
    padding-top: 80px !important;
  }
  .apt-85-md {
    padding-top: 85px !important;
  }
  .apt-90-md {
    padding-top: 90px !important;
  }
  .apt-95-md {
    padding-top: 95px !important;
  }
  .apt-100-md {
    padding-top: 100px !important;
  }
  .apb-0-md {
    padding-bottom: 0 !important;
  }
  .apb-1-md {
    padding-bottom: 1px !important;
  }
  .apb-2-md {
    padding-bottom: 2px !important;
  }
  .apb-3-md {
    padding-bottom: 3px !important;
  }
  .apb-4-md {
    padding-bottom: 4px !important;
  }
  .apb-5-md {
    padding-bottom: 5px !important;
  }
  .apb-6-md {
    padding-bottom: 6px !important;
  }
  .apb-7-md {
    padding-bottom: 7px !important;
  }
  .apb-8-md {
    padding-bottom: 8px !important;
  }
  .apb-9-md {
    padding-bottom: 9px !important;
  }
  .apb-10-md {
    padding-bottom: 10px !important;
  }
  .apb-15-md {
    padding-bottom: 15px !important;
  }
  .apb-20-md {
    padding-bottom: 20px !important;
  }
  .apb-25-md {
    padding-bottom: 25px !important;
  }
  .apb-30-md {
    padding-bottom: 30px !important;
  }
  .apb-35-md {
    padding-bottom: 35px !important;
  }
  .apb-40-md {
    padding-bottom: 40px !important;
  }
  .apb-45-md {
    padding-bottom: 45px !important;
  }
  .apb-50-md {
    padding-bottom: 50px !important;
  }
  .apb-55-md {
    padding-bottom: 55px !important;
  }
  .apb-60-md {
    padding-bottom: 60px !important;
  }
  .apb-65-md {
    padding-bottom: 65px !important;
  }
  .apb-70-md {
    padding-bottom: 70px !important;
  }
  .apb-75-md {
    padding-bottom: 75px !important;
  }
  .apb-80-md {
    padding-bottom: 80px !important;
  }
  .apb-85-md {
    padding-bottom: 85px !important;
  }
  .apb-90-md {
    padding-bottom: 90px !important;
  }
  .apb-95-md {
    padding-bottom: 95px !important;
  }
  .apb-100-md {
    padding-bottom: 100px !important;
  }
  .apl-0-md {
    padding-left: 0 !important;
  }
  .apl-5-md {
    padding-left: 5px !important;
  }
  .apl-10-md {
    padding-left: 10px !important;
  }
  .apl-15-md {
    padding-left: 15px !important;
  }
  .apl-20-md {
    padding-left: 20px !important;
  }
  .apl-25-md {
    padding-left: 25px;
  }
  .apl-30-md {
    padding-left: 30px !important;
  }
  .apl-35-md {
    padding-left: 35px !important;
  }
  .apl-40-md {
    padding-left: 40px !important;
  }
  .apl-45-md {
    padding-left: 45px !important;
  }
  .apl-50-md {
    padding-left: 50px !important;
  }
  .apr-0-md {
    padding-right: 0 !important;
  }
  .apr-5-md {
    padding-right: 5px !important;
  }
  .apr-10-md {
    padding-right: 10px !important;
  }
  .apr-15-md {
    padding-right: 15px !important;
  }
  .apr-20-md {
    padding-right: 20px !important;
  }
  .apr-25-md {
    padding-right: 25px !important;
  }
  .apr-30-md {
    padding-right: 30px !important;
  }
  .apr-35-md {
    padding-right: 35px !important;
  }
  .apr-40-md {
    padding-right: 40px !important;
  }
  .apr-45-md {
    padding-right: 45px !important;
  }
  .apr-50-md {
    padding-right: 50px !important;
  }
  .padd5-md {
    padding: 5px !important;
  }
  .padd10-md {
    padding: 10px !important;
  }
  .padd15-md {
    padding: 15px !important;
  }
  .padd20-md {
    padding: 20px !important;
  }
  .padd25-md {
    padding: 25px !important;
  }
  .padd30-md {
    padding: 30px !important;
  }
  .padd35-md {
    padding: 35px !important;
  }
  .padd40-md {
    padding: 40px !important;
  }
  .padd45-md {
    padding: 45px !important;
  }
  .padd50-md {
    padding: 50px !important;
  }
  .padd55-md {
    padding: 55px !important;
  }
  .padd60-md {
    padding: 60px !important;
  }
  .padd010-md {
    padding: 0 10px;
  }
  .padd015-md {
    padding: 0 15px;
  }
  .padd025-md {
    padding: 0 20px;
  }
  .padd510-md {
    padding: 5px 10px;
  }
  .padd515-md {
    padding: 5px 15px;
  }
  .padd520-md {
    padding: 5px 20px;
  }
  .padd525-md {
    padding: 5px 25px;
  }
  .padd105-md {
    padding: 10px 5px;
  }
  .padd1015-md {
    padding: 10px 15px;
  }
  .padd1020-md {
    padding: 10px 20px;
  }
  .lh-20-md {
    line-height: 20px !important;
  }
  .lh-22-md {
    line-height: 22px !important;
  }
  .lh-24-md {
    line-height: 24px !important;
  }
  .lh-25-md {
    line-height: 25px !important;
  }
  .lh-26-md {
    line-height: 26px !important;
  }
  .lh-28-md {
    line-height: 28px !important;
  }
  .lh-30-md {
    line-height: 30px !important;
  }
  .lh-32-md {
    line-height: 32px !important;
  }
  .lh-34-md {
    line-height: 34px !important;
  }
  .lh-35-md {
    line-height: 35px !important;
  }
  .lh-36-md {
    line-height: 36px !important;
  }
  .lh-38-md {
    line-height: 38px !important;
  }
  .lh-40-md {
    line-height: 40px !important;
  }
  .lh-42-md {
    line-height: 42px !important;
  }
  .lh-44-md {
    line-height: 44px !important;
  }
  .lh-45-md {
    line-height: 45px !important;
  }
  .lh-46-md {
    line-height: 46px !important;
  }
  .lh-48-md {
    line-height: 48px !important;
  }
  .lh-50-md {
    line-height: 50px !important;
  }
  .font10-md {
    font-size: 10px !important;
  }
  .font11-md {
    font-size: 11px !important;
  }
  .font12-md {
    font-size: 12px !important;
  }
  .font13-md {
    font-size: 13px !important;
  }
  .font14-md {
    font-size: 14px !important;
  }
  .font15-md {
    font-size: 15px !important;
  }
  .font16-md {
    font-size: 16px !important;
  }
  .font17-md {
    font-size: 17px !important;
  }
  .font18-md {
    font-size: 18px !important;
  }
  .font19-md {
    font-size: 19px !important;
  }
  .font20-md {
    font-size: 20px !important;
  }
  .font21-md {
    font-size: 21px !important;
  }
  .font22-md {
    font-size: 22px !important;
  }
  .font23-md {
    font-size: 23px !important;
  }
  .font24-md {
    font-size: 24px !important;
  }
  .font25-md {
    font-size: 25px !important;
  }
  .font26-md {
    font-size: 26px !important;
  }
  .font27-md {
    font-size: 27px !important;
  }
  .font28-md {
    font-size: 28px !important;
  }
  .font29-md {
    font-size: 29px !important;
  }
  .font30-md {
    font-size: 30px !important;
  }
  .font31-md {
    font-size: 31px !important;
  }
  .font32-md {
    font-size: 32px !important;
  }
  .font33-md {
    font-size: 33px !important;
  }
  .font34-md {
    font-size: 34px !important;
  }
  .font35-md {
    font-size: 35px !important;
  }
  .font36-md {
    font-size: 36px !important;
  }
  .font37-md {
    font-size: 37px !important;
  }
  .font38-md {
    font-size: 38px !important;
  }
  .font39-md {
    font-size: 39px !important;
  }
  .font40-md {
    font-size: 40px !important;
  }
  .font41-md {
    font-size: 41px !important;
  }
  .font42-md {
    font-size: 42px !important;
  }
  .font43-md {
    font-size: 43px !important;
  }
  .font44-md {
    font-size: 44px !important;
  }
  .font45-md {
    font-size: 45px !important;
  }
  .font46-md {
    font-size: 46px !important;
  }
  .font47-md {
    font-size: 47px !important;
  }
  .font48-md {
    font-size: 48px !important;
  }
  .font49-md {
    font-size: 49px !important;
  }
  .font50-md {
    font-size: 50px !important;
  }
  .clearfix-md {
    clear: both;
    display: block;
  }
  ul.half-md li {
    display: inline-block;
    min-width: 48%;
  }
  ul.three-md li {
    display: inline-block;
    min-width: 31%;
  }
  .text-center-md {
    text-align: center !important;
  }
  .text-justify-md {
    text-align: justify !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
}
@media (max-width: 991px) {
  .amt-0-sm {
    margin-top: 0 !important;
  }
  .amt-1-sm {
    margin-top: 1px !important;
  }
  .amt-2-sm {
    margin-top: 2px !important;
  }
  .amt-3-sm {
    margin-top: 3px !important;
  }
  .amt-4-sm {
    margin-top: 4px !important;
  }
  .amt-5-sm {
    margin-top: 5px !important;
  }
  .amt-6-sm {
    margin-top: 6px !important;
  }
  .amt-7-sm {
    margin-top: 7px !important;
  }
  .amt-8-sm {
    margin-top: 8px !important;
  }
  .amt-9-sm {
    margin-top: 9px !important;
  }
  .amt-10-sm {
    margin-top: 10px !important;
  }
  .amt-15-sm {
    margin-top: 15px !important;
  }
  .amt-20-sm {
    margin-top: 20px !important;
  }
  .amt-25-sm {
    margin-top: 25px !important;
  }
  .amt-30-sm {
    margin-top: 30px !important;
  }
  .amt-35-sm {
    margin-top: 35px !important;
  }
  .amt-40-sm {
    margin-top: 40px !important;
  }
  .amt-45-sm {
    margin-top: 45px !important;
  }
  .amt-50-sm {
    margin-top: 50px !important;
  }
  .amt-55-sm {
    margin-top: 55px !important;
  }
  .amt-60-sm {
    margin-top: 60px !important;
  }
  .amt-65-sm {
    margin-top: 65px !important;
  }
  .amt-70-sm {
    margin-top: 70px !important;
  }
  .amt-75-sm {
    margin-top: 75px !important;
  }
  .amt-80-sm {
    margin-top: 80px !important;
  }
  .amt-85-sm {
    margin-top: 85px !important;
  }
  .amt-90-sm {
    margin-top: 90px !important;
  }
  .amt-95-sm {
    margin-top: 95px !important;
  }
  .amt-100-sm {
    margin-top: 100px !important;
  }
  .amb-0-sm {
    margin-bottom: 0 !important;
  }
  .amb-1-sm {
    margin-bottom: 1px !important;
  }
  .amb-2-sm {
    margin-bottom: 2px !important;
  }
  .amb-3-sm {
    margin-bottom: 3px !important;
  }
  .amb-4-sm {
    margin-bottom: 4px !important;
  }
  .amb-5-sm {
    margin-bottom: 5px !important;
  }
  .amb-6-sm {
    margin-bottom: 6px !important;
  }
  .amb-7-sm {
    margin-bottom: 7px !important;
  }
  .amb-8-sm {
    margin-bottom: 8px !important;
  }
  .amb-9-sm {
    margin-bottom: 9px !important;
  }
  .amb-10-sm {
    margin-bottom: 10px !important;
  }
  .amb-15-sm {
    margin-bottom: 15px !important;
  }
  .amb-20-sm {
    margin-bottom: 20px !important;
  }
  .amb-25-sm {
    margin-bottom: 25px !important;
  }
  .amb-30-sm {
    margin-bottom: 30px !important;
  }
  .amb-35-sm {
    margin-bottom: 35px !important;
  }
  .amb-40-sm {
    margin-bottom: 40px !important;
  }
  .amb-45-sm {
    margin-bottom: 45px !important;
  }
  .amb-50-sm {
    margin-bottom: 50px !important;
  }
  .amb-55-sm {
    margin-bottom: 55px !important;
  }
  .amb-60-sm {
    margin-bottom: 60px !important;
  }
  .amb-65-sm {
    margin-bottom: 65px !important;
  }
  .amb-70-sm {
    margin-bottom: 70px !important;
  }
  .amb-75-sm {
    margin-bottom: 75px !important;
  }
  .amb-80-sm {
    margin-bottom: 80px !important;
  }
  .amb-85-sm {
    margin-bottom: 85px !important;
  }
  .amb-90-sm {
    margin-bottom: 90px !important;
  }
  .amb-95-sm {
    margin-bottom: 95px !important;
  }
  .amb-100-sm {
    margin-bottom: 100px !important;
  }
  .aml-0-sm {
    margin-left: 0 !important;
  }
  .aml-5-sm {
    margin-left: 5px !important;
  }
  .aml-10-sm {
    margin-left: 10px !important;
  }
  .aml-15-sm {
    margin-left: 15px !important;
  }
  .aml-20-sm {
    margin-left: 20px !important;
  }
  .aml-25-sm {
    margin-left: 25px !important;
  }
  .aml-30-sm {
    margin-left: 30px !important;
  }
  .aml-35-sm {
    margin-left: 35px !important;
  }
  .aml-40-sm {
    margin-left: 40px !important;
  }
  .aml-45-sm {
    margin-left: 45px !important;
  }
  .aml-50-sm {
    margin-left: 50px !important;
  }
  .amr-0-sm {
    margin-right: 0 !important;
  }
  .amr-5-sm {
    margin-right: 5px !important;
  }
  .amr-10-sm {
    margin-right: 10px !important;
  }
  .amr-15-sm {
    margin-right: 15px !important;
  }
  .amr-20-sm {
    margin-right: 20px !important;
  }
  .amr-25-sm {
    margin-right: 25px !important;
  }
  .amr-30-sm {
    margin-right: 30px !important;
  }
  .amr-35-sm {
    margin-right: 35px !important;
  }
  .amr-40-sm {
    margin-right: 40px !important;
  }
  .amr-45-sm {
    margin-right: 45px !important;
  }
  .amr-50-sm {
    margin-right: 50px !important;
  }
  .apt-0-sm {
    padding-top: 0 !important;
  }
  .apt-1-sm {
    padding-top: 1px !important;
  }
  .apt-2-sm {
    padding-top: 2px !important;
  }
  .apt-3-sm {
    padding-top: 3px !important;
  }
  .apt-4-sm {
    padding-top: 4px !important;
  }
  .apt-5-sm {
    padding-top: 5px !important;
  }
  .apt-6-sm {
    padding-top: 6px !important;
  }
  .apt-7-sm {
    padding-top: 7px !important;
  }
  .apt-8-sm {
    padding-top: 8px !important;
  }
  .apt-9-sm {
    padding-top: 9px !important;
  }
  .apt-10-sm {
    padding-top: 10px !important;
  }
  .apt-15-sm {
    padding-top: 15px !important;
  }
  .apt-20-sm {
    padding-top: 20px !important;
  }
  .apt-25-sm {
    padding-top: 25px !important;
  }
  .apt-30-sm {
    padding-top: 30px !important;
  }
  .apt-35-sm {
    padding-top: 35px !important;
  }
  .apt-40-sm {
    padding-top: 40px !important;
  }
  .apt-45-sm {
    padding-top: 45px !important;
  }
  .apt-50-sm {
    padding-top: 50px !important;
  }
  .apt-55-sm {
    padding-top: 55px !important;
  }
  .apt-60-sm {
    padding-top: 60px !important;
  }
  .apt-65-sm {
    padding-top: 65px !important;
  }
  .apt-70-sm {
    padding-top: 70px !important;
  }
  .apt-75-sm {
    padding-top: 75px !important;
  }
  .apt-80-sm {
    padding-top: 80px !important;
  }
  .apt-85-sm {
    padding-top: 85px !important;
  }
  .apt-90-sm {
    padding-top: 90px !important;
  }
  .apt-95-sm {
    padding-top: 95px !important;
  }
  .apt-100-sm {
    padding-top: 100px !important;
  }
  .apb-0-sm {
    padding-bottom: 0 !important;
  }
  .apb-1-sm {
    padding-bottom: 1px !important;
  }
  .apb-2-sm {
    padding-bottom: 2px !important;
  }
  .apb-3-sm {
    padding-bottom: 3px !important;
  }
  .apb-4-sm {
    padding-bottom: 4px !important;
  }
  .apb-5-sm {
    padding-bottom: 5px !important;
  }
  .apb-6-sm {
    padding-bottom: 6px !important;
  }
  .apb-7-sm {
    padding-bottom: 7px !important;
  }
  .apb-8-sm {
    padding-bottom: 8px !important;
  }
  .apb-9-sm {
    padding-bottom: 9px !important;
  }
  .apb-10-sm {
    padding-bottom: 10px !important;
  }
  .apb-15-sm {
    padding-bottom: 15px !important;
  }
  .apb-20-sm {
    padding-bottom: 20px !important;
  }
  .apb-25-sm {
    padding-bottom: 25px !important;
  }
  .apb-30-sm {
    padding-bottom: 30px !important;
  }
  .apb-35-sm {
    padding-bottom: 35px !important;
  }
  .apb-40-sm {
    padding-bottom: 40px !important;
  }
  .apb-45-sm {
    padding-bottom: 45px !important;
  }
  .apb-50-sm {
    padding-bottom: 50px !important;
  }
  .apb-55-sm {
    padding-bottom: 55px !important;
  }
  .apb-60-sm {
    padding-bottom: 60px !important;
  }
  .apb-65-sm {
    padding-bottom: 65px !important;
  }
  .apb-70-sm {
    padding-bottom: 70px !important;
  }
  .apb-75-sm {
    padding-bottom: 75px !important;
  }
  .apb-80-sm {
    padding-bottom: 80px !important;
  }
  .apb-85-sm {
    padding-bottom: 85px !important;
  }
  .apb-90-sm {
    padding-bottom: 90px !important;
  }
  .apb-95-sm {
    padding-bottom: 95px !important;
  }
  .apb-100-sm {
    padding-bottom: 100px !important;
  }
  .apl-0-sm {
    padding-left: 0 !important;
  }
  .apl-5-sm {
    padding-left: 5px !important;
  }
  .apl-10-sm {
    padding-left: 10px !important;
  }
  .apl-15-sm {
    padding-left: 15px !important;
  }
  .apl-20-sm {
    padding-left: 20px !important;
  }
  .apl-25-sm {
    padding-left: 25px;
  }
  .apl-30-sm {
    padding-left: 30px !important;
  }
  .apl-35-sm {
    padding-left: 35px !important;
  }
  .apl-40-sm {
    padding-left: 40px !important;
  }
  .apl-45-sm {
    padding-left: 45px !important;
  }
  .apl-50-sm {
    padding-left: 50px !important;
  }
  .apr-0-sm {
    padding-right: 0 !important;
  }
  .apr-5-sm {
    padding-right: 5px !important;
  }
  .apr-10-sm {
    padding-right: 10px !important;
  }
  .apr-15-sm {
    padding-right: 15px !important;
  }
  .apr-20-sm {
    padding-right: 20px !important;
  }
  .apr-25-sm {
    padding-right: 25px !important;
  }
  .apr-30-sm {
    padding-right: 30px !important;
  }
  .apr-35-sm {
    padding-right: 35px !important;
  }
  .apr-40-sm {
    padding-right: 40px !important;
  }
  .apr-45-sm {
    padding-right: 45px !important;
  }
  .apr-50-sm {
    padding-right: 50px !important;
  }
  .padd5-sm {
    padding: 5px !important;
  }
  .padd10-sm {
    padding: 10px !important;
  }
  .padd15-sm {
    padding: 15px !important;
  }
  .padd20-sm {
    padding: 20px !important;
  }
  .padd25-sm {
    padding: 25px !important;
  }
  .padd30-sm {
    padding: 30px !important;
  }
  .padd35-sm {
    padding: 35px !important;
  }
  .padd40-sm {
    padding: 40px !important;
  }
  .padd45-sm {
    padding: 45px !important;
  }
  .padd50-sm {
    padding: 50px !important;
  }
  .padd55-sm {
    padding: 55px !important;
  }
  .padd60-sm {
    padding: 60px !important;
  }
  .padd010-sm {
    padding: 0 10px;
  }
  .padd015-sm {
    padding: 0 15px;
  }
  .padd025-sm {
    padding: 0 20px;
  }
  .padd510-sm {
    padding: 5px 10px;
  }
  .padd515-sm {
    padding: 5px 15px;
  }
  .padd520-sm {
    padding: 5px 20px;
  }
  .padd525-sm {
    padding: 5px 25px;
  }
  .padd105-sm {
    padding: 10px 5px;
  }
  .padd1015-sm {
    padding: 10px 15px;
  }
  .padd1020-sm {
    padding: 10px 20px;
  }
  .lh-20-sm {
    line-height: 20px !important;
  }
  .lh-22-sm {
    line-height: 22px !important;
  }
  .lh-24-sm {
    line-height: 24px !important;
  }
  .lh-25-sm {
    line-height: 25px !important;
  }
  .lh-26-sm {
    line-height: 26px !important;
  }
  .lh-28-sm {
    line-height: 28px !important;
  }
  .lh-30-sm {
    line-height: 30px !important;
  }
  .lh-32-sm {
    line-height: 32px !important;
  }
  .lh-34-sm {
    line-height: 34px !important;
  }
  .lh-35-sm {
    line-height: 35px !important;
  }
  .lh-36-sm {
    line-height: 36px !important;
  }
  .lh-38-sm {
    line-height: 38px !important;
  }
  .lh-40-sm {
    line-height: 40px !important;
  }
  .lh-42-sm {
    line-height: 42px !important;
  }
  .lh-44-sm {
    line-height: 44px !important;
  }
  .lh-45-sm {
    line-height: 45px !important;
  }
  .lh-46-sm {
    line-height: 46px !important;
  }
  .lh-48-sm {
    line-height: 48px !important;
  }
  .lh-50-sm {
    line-height: 50px !important;
  }
  .font10-sm {
    font-size: 10px !important;
  }
  .font11-sm {
    font-size: 11px !important;
  }
  .font12-sm {
    font-size: 12px !important;
  }
  .font13-sm {
    font-size: 13px !important;
  }
  .font14-sm {
    font-size: 14px !important;
  }
  .font15-sm {
    font-size: 15px !important;
  }
  .font16-sm {
    font-size: 16px !important;
  }
  .font17-sm {
    font-size: 17px !important;
  }
  .font18-sm {
    font-size: 18px !important;
  }
  .font19-sm {
    font-size: 19px !important;
  }
  .font20-sm {
    font-size: 20px !important;
  }
  .font21-sm {
    font-size: 21px !important;
  }
  .font22-sm {
    font-size: 22px !important;
  }
  .font23-sm {
    font-size: 23px !important;
  }
  .font24-sm {
    font-size: 24px !important;
  }
  .font25-sm {
    font-size: 25px !important;
  }
  .font26-sm {
    font-size: 26px !important;
  }
  .font27-sm {
    font-size: 27px !important;
  }
  .font28-sm {
    font-size: 28px !important;
  }
  .font29-sm {
    font-size: 29px !important;
  }
  .font30-sm {
    font-size: 30px !important;
  }
  .font31-sm {
    font-size: 31px !important;
  }
  .font32-sm {
    font-size: 32px !important;
  }
  .font33-sm {
    font-size: 33px !important;
  }
  .font34-sm {
    font-size: 34px !important;
  }
  .font35-sm {
    font-size: 35px !important;
  }
  .font36-sm {
    font-size: 36px !important;
  }
  .font37-sm {
    font-size: 37px !important;
  }
  .font38-sm {
    font-size: 38px !important;
  }
  .font39-sm {
    font-size: 39px !important;
  }
  .font40-sm {
    font-size: 40px !important;
  }
  .font41-sm {
    font-size: 41px !important;
  }
  .font42-sm {
    font-size: 42px !important;
  }
  .font43-sm {
    font-size: 43px !important;
  }
  .font44-sm {
    font-size: 44px !important;
  }
  .font45-sm {
    font-size: 45px !important;
  }
  .font46-sm {
    font-size: 46px !important;
  }
  .font47-sm {
    font-size: 47px !important;
  }
  .font48-sm {
    font-size: 48px !important;
  }
  .font49-sm {
    font-size: 49px !important;
  }
  .font50-sm {
    font-size: 50px !important;
  }
  .clearfix-sm {
    clear: both;
    display: block;
  }
  ul.half-sm li {
    display: inline-block;
    min-width: 48%;
  }
  ul.three-sm li {
    display: inline-block;
    min-width: 31%;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .text-justify-sm {
    text-align: justify !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .amt-0-xs {
    margin-top: 0 !important;
  }
  .amt-1-xs {
    margin-top: 1px !important;
  }
  .amt-2-xs {
    margin-top: 2px !important;
  }
  .amt-3-xs {
    margin-top: 3px !important;
  }
  .amt-4-xs {
    margin-top: 4px !important;
  }
  .amt-5-xs {
    margin-top: 5px !important;
  }
  .amt-6-xs {
    margin-top: 6px !important;
  }
  .amt-7-xs {
    margin-top: 7px !important;
  }
  .amt-8-xs {
    margin-top: 8px !important;
  }
  .amt-9-xs {
    margin-top: 9px !important;
  }
  .amt-10-xs {
    margin-top: 10px !important;
  }
  .amt-15-xs {
    margin-top: 15px !important;
  }
  .amt-20-xs {
    margin-top: 20px !important;
  }
  .amt-25-xs {
    margin-top: 25px !important;
  }
  .amt-30-xs {
    margin-top: 30px !important;
  }
  .amt-35-xs {
    margin-top: 35px !important;
  }
  .amt-40-xs {
    margin-top: 40px !important;
  }
  .amt-45-xs {
    margin-top: 45px !important;
  }
  .amt-50-xs {
    margin-top: 50px !important;
  }
  .amt-55-xs {
    margin-top: 55px !important;
  }
  .amt-60-xs {
    margin-top: 60px !important;
  }
  .amt-65-xs {
    margin-top: 65px !important;
  }
  .amt-70-xs {
    margin-top: 70px !important;
  }
  .amt-75-xs {
    margin-top: 75px !important;
  }
  .amt-80-xs {
    margin-top: 80px !important;
  }
  .amt-85-xs {
    margin-top: 85px !important;
  }
  .amt-90-xs {
    margin-top: 90px !important;
  }
  .amt-95-xs {
    margin-top: 95px !important;
  }
  .amt-100-xs {
    margin-top: 100px !important;
  }
  .amb-0-xs {
    margin-bottom: 0 !important;
  }
  .amb-1-xs {
    margin-bottom: 1px !important;
  }
  .amb-2-xs {
    margin-bottom: 2px !important;
  }
  .amb-3-xs {
    margin-bottom: 3px !important;
  }
  .amb-4-xs {
    margin-bottom: 4px !important;
  }
  .amb-5-xs {
    margin-bottom: 5px !important;
  }
  .amb-6-xs {
    margin-bottom: 6px !important;
  }
  .amb-7-xs {
    margin-bottom: 7px !important;
  }
  .amb-8-xs {
    margin-bottom: 8px !important;
  }
  .amb-9-xs {
    margin-bottom: 9px !important;
  }
  .amb-10-xs {
    margin-bottom: 10px !important;
  }
  .amb-15-xs {
    margin-bottom: 15px !important;
  }
  .amb-20-xs {
    margin-bottom: 20px !important;
  }
  .amb-25-xs {
    margin-bottom: 25px !important;
  }
  .amb-30-xs {
    margin-bottom: 30px !important;
  }
  .amb-35-xs {
    margin-bottom: 35px !important;
  }
  .amb-40-xs {
    margin-bottom: 40px !important;
  }
  .amb-45-xs {
    margin-bottom: 45px !important;
  }
  .amb-50-xs {
    margin-bottom: 50px !important;
  }
  .amb-55-xs {
    margin-bottom: 55px !important;
  }
  .amb-60-xs {
    margin-bottom: 60px !important;
  }
  .amb-65-xs {
    margin-bottom: 65px !important;
  }
  .amb-70-xs {
    margin-bottom: 70px !important;
  }
  .amb-75-xs {
    margin-bottom: 75px !important;
  }
  .amb-80-xs {
    margin-bottom: 80px !important;
  }
  .amb-85-xs {
    margin-bottom: 85px !important;
  }
  .amb-90-xs {
    margin-bottom: 90px !important;
  }
  .amb-95-xs {
    margin-bottom: 95px !important;
  }
  .amb-100-xs {
    margin-bottom: 100px !important;
  }
  .apt-0-xs {
    padding-top: 0 !important;
  }
  .apt-1-xs {
    padding-top: 1px !important;
  }
  .apt-2-xs {
    padding-top: 2px !important;
  }
  .apt-3-xs {
    padding-top: 3px !important;
  }
  .apt-4-xs {
    padding-top: 4px !important;
  }
  .apt-5-xs {
    padding-top: 5px !important;
  }
  .apt-6-xs {
    padding-top: 6px !important;
  }
  .apt-7-xs {
    padding-top: 7px !important;
  }
  .apt-8-xs {
    padding-top: 8px !important;
  }
  .apt-9-xs {
    padding-top: 9px !important;
  }
  .apt-10-xs {
    padding-top: 10px !important;
  }
  .apt-15-xs {
    padding-top: 15px !important;
  }
  .apt-20-xs {
    padding-top: 20px !important;
  }
  .apt-25-xs {
    padding-top: 25px !important;
  }
  .apt-30-xs {
    padding-top: 30px !important;
  }
  .apt-35-xs {
    padding-top: 35px !important;
  }
  .apt-40-xs {
    padding-top: 40px !important;
  }
  .apt-45-xs {
    padding-top: 45px !important;
  }
  .apt-50-xs {
    padding-top: 50px !important;
  }
  .apt-55-xs {
    padding-top: 55px !important;
  }
  .apt-60-xs {
    padding-top: 60px !important;
  }
  .apt-65-xs {
    padding-top: 65px !important;
  }
  .apt-70-xs {
    padding-top: 70px !important;
  }
  .apt-75-xs {
    padding-top: 75px !important;
  }
  .apt-80-xs {
    padding-top: 80px !important;
  }
  .apt-85-xs {
    padding-top: 85px !important;
  }
  .apt-90-xs {
    padding-top: 90px !important;
  }
  .apt-95-xs {
    padding-top: 95px !important;
  }
  .apt-100-xs {
    padding-top: 100px !important;
  }
  .apb-0-xs {
    padding-bottom: 0 !important;
  }
  .apb-1-xs {
    padding-bottom: 1px !important;
  }
  .apb-2-xs {
    padding-bottom: 2px !important;
  }
  .apb-3-xs {
    padding-bottom: 3px !important;
  }
  .apb-4-xs {
    padding-bottom: 4px !important;
  }
  .apb-5-xs {
    padding-bottom: 5px !important;
  }
  .apb-6-xs {
    padding-bottom: 6px !important;
  }
  .apb-7-xs {
    padding-bottom: 7px !important;
  }
  .apb-8-xs {
    padding-bottom: 8px !important;
  }
  .apb-9-xs {
    padding-bottom: 9px !important;
  }
  .apb-10-xs {
    padding-bottom: 10px !important;
  }
  .apb-15-xs {
    padding-bottom: 15px !important;
  }
  .apb-20-xs {
    padding-bottom: 20px !important;
  }
  .apb-25-xs {
    padding-bottom: 25px !important;
  }
  .apb-30-xs {
    padding-bottom: 30px !important;
  }
  .apb-35-xs {
    padding-bottom: 35px !important;
  }
  .apb-40-xs {
    padding-bottom: 40px !important;
  }
  .apb-45-xs {
    padding-bottom: 45px !important;
  }
  .apb-50-xs {
    padding-bottom: 50px !important;
  }
  .apb-55-xs {
    padding-bottom: 55px !important;
  }
  .apb-60-xs {
    padding-bottom: 60px !important;
  }
  .apb-65-xs {
    padding-bottom: 65px !important;
  }
  .apb-70-xs {
    padding-bottom: 70px !important;
  }
  .apb-75-xs {
    padding-bottom: 75px !important;
  }
  .apb-80-xs {
    padding-bottom: 80px !important;
  }
  .apb-85-xs {
    padding-bottom: 85px !important;
  }
  .apb-90-xs {
    padding-bottom: 90px !important;
  }
  .apb-95-xs {
    padding-bottom: 95px !important;
  }
  .apb-100-xs {
    padding-bottom: 100px !important;
  }
  .apl-0-xs {
    padding-left: 0 !important;
  }
  .apl-5-xs {
    padding-left: 5px !important;
  }
  .apl-10-xs {
    padding-left: 10px !important;
  }
  .apl-15-xs {
    padding-left: 15px !important;
  }
  .apl-20-xs {
    padding-left: 20px !important;
  }
  .apl-25-xs {
    padding-left: 25px;
  }
  .apl-30-xs {
    padding-left: 30px !important;
  }
  .apl-35-xs {
    padding-left: 35px !important;
  }
  .apl-40-xs {
    padding-left: 40px !important;
  }
  .apl-45-xs {
    padding-left: 45px !important;
  }
  .apl-50-xs {
    padding-left: 50px !important;
  }
  .apr-0-xs {
    padding-right: 0 !important;
  }
  .apr-5-xs {
    padding-right: 5px !important;
  }
  .apr-10-xs {
    padding-right: 10px !important;
  }
  .apr-15-xs {
    padding-right: 15px !important;
  }
  .apr-20-xs {
    padding-right: 20px !important;
  }
  .apr-25-xs {
    padding-right: 25px !important;
  }
  .apr-30-xs {
    padding-right: 30px !important;
  }
  .apr-35-xs {
    padding-right: 35px !important;
  }
  .apr-40-xs {
    padding-right: 40px !important;
  }
  .apr-45-xs {
    padding-right: 45px !important;
  }
  .apr-50-xs {
    padding-right: 50px !important;
  }
  .padd5-xs {
    padding: 5px;
  }
  .padd10-xs {
    padding: 10px;
  }
  .padd15-xs {
    padding: 15px;
  }
  .padd20-xs {
    padding: 20px;
  }
  .padd25-xs {
    padding: 25px;
  }
  .padd30-xs {
    padding: 30px;
  }
  .padd35-xs {
    padding: 35px;
  }
  .padd40-xs {
    padding: 40px;
  }
  .padd45-xs {
    padding: 45px;
  }
  .padd50-xs {
    padding: 50px;
  }
  .padd55-xs {
    padding: 55px;
  }
  .padd60-xs {
    padding: 60px;
  }
  .padd010-xs {
    padding: 0 10px;
  }
  .padd015-xs {
    padding: 0 15px;
  }
  .padd025-xs {
    padding: 0 20px;
  }
  .padd510-xs {
    padding: 5px 10px;
  }
  .padd515-xs {
    padding: 5px 15px;
  }
  .padd520-xs {
    padding: 5px 20px;
  }
  .padd525-xs {
    padding: 5px 25px;
  }
  .padd105-xs {
    padding: 10px 5px;
  }
  .padd1015-xs {
    padding: 10px 15px;
  }
  .padd1020-xs {
    padding: 10px 20px;
  }
  .lh-20-xs {
    line-height: 20px !important;
  }
  .lh-22-xs {
    line-height: 22px !important;
  }
  .lh-24-xs {
    line-height: 24px !important;
  }
  .lh-25-xs {
    line-height: 25px !important;
  }
  .lh-26-xs {
    line-height: 26px !important;
  }
  .lh-28-xs {
    line-height: 28px !important;
  }
  .lh-30-xs {
    line-height: 30px !important;
  }
  .lh-32-xs {
    line-height: 32px !important;
  }
  .lh-34-xs {
    line-height: 34px !important;
  }
  .lh-35-xs {
    line-height: 35px !important;
  }
  .lh-36-xs {
    line-height: 36px !important;
  }
  .lh-38-xs {
    line-height: 38px !important;
  }
  .lh-40-xs {
    line-height: 40px !important;
  }
  .lh-42-xs {
    line-height: 42px !important;
  }
  .lh-44-xs {
    line-height: 44px !important;
  }
  .lh-45-xs {
    line-height: 45px !important;
  }
  .lh-46-xs {
    line-height: 46px !important;
  }
  .lh-48-xs {
    line-height: 48px !important;
  }
  .lh-50-xs {
    line-height: 50px !important;
  }
  .font10-xs {
    font-size: 10px !important;
  }
  .font11-xs {
    font-size: 11px !important;
  }
  .font12-xs {
    font-size: 12px !important;
  }
  .font13-xs {
    font-size: 13px !important;
  }
  .font14-xs {
    font-size: 14px !important;
  }
  .font15-xs {
    font-size: 15px !important;
  }
  .font16-xs {
    font-size: 16px !important;
  }
  .font17-xs {
    font-size: 17px !important;
  }
  .font18-xs {
    font-size: 18px !important;
  }
  .font19-xs {
    font-size: 19px !important;
  }
  .font20-xs {
    font-size: 20px !important;
  }
  .font21-xs {
    font-size: 21px !important;
  }
  .font22-xs {
    font-size: 22px !important;
  }
  .font23-xs {
    font-size: 23px !important;
  }
  .font24-xs {
    font-size: 24px !important;
  }
  .font25-xs {
    font-size: 25px !important;
  }
  .font26-xs {
    font-size: 26px !important;
  }
  .font27-xs {
    font-size: 27px !important;
  }
  .font28-xs {
    font-size: 28px !important;
  }
  .font29-xs {
    font-size: 29px !important;
  }
  .font30-xs {
    font-size: 30px !important;
  }
  .font31-xs {
    font-size: 31px !important;
  }
  .font32-xs {
    font-size: 32px !important;
  }
  .font33-xs {
    font-size: 33px !important;
  }
  .font34-xs {
    font-size: 34px !important;
  }
  .font35-xs {
    font-size: 35px !important;
  }
  .font36-xs {
    font-size: 36px !important;
  }
  .font37-xs {
    font-size: 37px !important;
  }
  .font38-xs {
    font-size: 38px !important;
  }
  .font39-xs {
    font-size: 39px !important;
  }
  .font40-xs {
    font-size: 40px !important;
  }
  .font41-xs {
    font-size: 41px !important;
  }
  .font42-xs {
    font-size: 42px !important;
  }
  .font43-xs {
    font-size: 43px !important;
  }
  .font44-xs {
    font-size: 44px !important;
  }
  .font45-xs {
    font-size: 45px !important;
  }
  .font46-xs {
    font-size: 46px !important;
  }
  .font47-xs {
    font-size: 47px !important;
  }
  .font48-xs {
    font-size: 48px !important;
  }
  .font49-xs {
    font-size: 49px !important;
  }
  .font50-xs {
    font-size: 50px !important;
  }
  .clearfix-xs {
    clear: both;
    display: block;
  }
  ul.half-xs li {
    display: inline-block;
    min-width: 48%;
  }
  ul.three-xs li {
    display: inline-block;
    min-width: 31%;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .text-justify-xs {
    text-align: justify !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
  .text-right-xs {
    text-align: right !important;
  }
  .float-none-xs {
    float: none !important;
  }
  .float-left-xs {
    float: left !important;
  }
  .float-right-xs {
    float: right !important;
  }
  .dblock-xs {
    display: block !important;
  }
  .dinline-xs {
    display: block !important;
  }
  .dinlineblock-xs {
    display: block !important;
  }
  .dtable-xs {
    display: table !important;
  }
  .full-xs {
    width: 100% !important;
  }
  .tagger {
    text-align: center !important;
  }
}
.visible-xss {
  display: none;
}
@media (max-width: 640px) {
  .visible-xss {
    display: block !important;
  }
  .hidden-xss {
    display: none !important;
  }
  .col-xss-12 {
    width: 100%;
  }
  .amt-0-xss {
    margin-top: 0 !important;
  }
  .amt-1-xss {
    margin-top: 1px !important;
  }
  .amt-2-xss {
    margin-top: 2px !important;
  }
  .amt-3-xss {
    margin-top: 3px !important;
  }
  .amt-4-xss {
    margin-top: 4px !important;
  }
  .amt-5-xss {
    margin-top: 5px !important;
  }
  .amt-6-xss {
    margin-top: 6px !important;
  }
  .amt-7-xss {
    margin-top: 7px !important;
  }
  .amt-8-xss {
    margin-top: 8px !important;
  }
  .amt-9-xss {
    margin-top: 9px !important;
  }
  .amt-10-xss {
    margin-top: 10px !important;
  }
  .amt-15-xss {
    margin-top: 15px !important;
  }
  .amt-20-xss {
    margin-top: 20px !important;
  }
  .amt-25-xss {
    margin-top: 25px !important;
  }
  .amt-30-xss {
    margin-top: 30px !important;
  }
  .amt-35-xss {
    margin-top: 35px !important;
  }
  .amt-40-xss {
    margin-top: 40px !important;
  }
  .amt-45-xss {
    margin-top: 45px !important;
  }
  .amt-50-xss {
    margin-top: 50px !important;
  }
  .amt-55-xss {
    margin-top: 55px !important;
  }
  .amt-60-xss {
    margin-top: 60px !important;
  }
  .amt-65-xss {
    margin-top: 65px !important;
  }
  .amt-70-xss {
    margin-top: 70px !important;
  }
  .amt-75-xss {
    margin-top: 75px !important;
  }
  .amt-80-xss {
    margin-top: 80px !important;
  }
  .amt-85-xss {
    margin-top: 85px !important;
  }
  .amt-90-xss {
    margin-top: 90px !important;
  }
  .amt-95-xss {
    margin-top: 95px !important;
  }
  .amt-100-xss {
    margin-top: 100px !important;
  }
  .amb-0-xss {
    margin-bottom: 0 !important;
  }
  .amb-1-xss {
    margin-bottom: 1px !important;
  }
  .amb-2-xss {
    margin-bottom: 2px !important;
  }
  .amb-3-xss {
    margin-bottom: 3px !important;
  }
  .amb-4-xss {
    margin-bottom: 4px !important;
  }
  .amb-5-xss {
    margin-bottom: 5px !important;
  }
  .amb-6-xss {
    margin-bottom: 6px !important;
  }
  .amb-7-xss {
    margin-bottom: 7px !important;
  }
  .amb-8-xss {
    margin-bottom: 8px !important;
  }
  .amb-9-xss {
    margin-bottom: 9px !important;
  }
  .amb-10-xss {
    margin-bottom: 10px !important;
  }
  .amb-15-xss {
    margin-bottom: 15px !important;
  }
  .amb-20-xss {
    margin-bottom: 20px !important;
  }
  .amb-25-xss {
    margin-bottom: 25px !important;
  }
  .amb-30-xss {
    margin-bottom: 30px !important;
  }
  .amb-35-xss {
    margin-bottom: 35px !important;
  }
  .amb-40-xss {
    margin-bottom: 40px !important;
  }
  .amb-45-xss {
    margin-bottom: 45px !important;
  }
  .amb-50-xss {
    margin-bottom: 50px !important;
  }
  .amb-55-xss {
    margin-bottom: 55px !important;
  }
  .amb-60-xss {
    margin-bottom: 60px !important;
  }
  .amb-65-xss {
    margin-bottom: 65px !important;
  }
  .amb-70-xss {
    margin-bottom: 70px !important;
  }
  .amb-75-xss {
    margin-bottom: 75px !important;
  }
  .amb-80-xss {
    margin-bottom: 80px !important;
  }
  .amb-85-xss {
    margin-bottom: 85px !important;
  }
  .amb-90-xss {
    margin-bottom: 90px !important;
  }
  .amb-95-xss {
    margin-bottom: 95px !important;
  }
  .amb-100-xss {
    margin-bottom: 100px !important;
  }
  .apt-0-xss {
    padding-top: 0 !important;
  }
  .apt-1-xss {
    padding-top: 1px !important;
  }
  .apt-2-xss {
    padding-top: 2px !important;
  }
  .apt-3-xss {
    padding-top: 3px !important;
  }
  .apt-4-xss {
    padding-top: 4px !important;
  }
  .apt-5-xss {
    padding-top: 5px !important;
  }
  .apt-6-xss {
    padding-top: 6px !important;
  }
  .apt-7-xss {
    padding-top: 7px !important;
  }
  .apt-8-xss {
    padding-top: 8px !important;
  }
  .apt-9-xss {
    padding-top: 9px !important;
  }
  .apt-10-xss {
    padding-top: 10px !important;
  }
  .apt-15-xss {
    padding-top: 15px !important;
  }
  .apt-20-xss {
    padding-top: 20px !important;
  }
  .apt-25-xss {
    padding-top: 25px !important;
  }
  .apt-30-xss {
    padding-top: 30px !important;
  }
  .apt-35-xss {
    padding-top: 35px !important;
  }
  .apt-40-xss {
    padding-top: 40px !important;
  }
  .apt-45-xss {
    padding-top: 45px !important;
  }
  .apt-50-xss {
    padding-top: 50px !important;
  }
  .apt-55-xss {
    padding-top: 55px !important;
  }
  .apt-60-xss {
    padding-top: 60px !important;
  }
  .apt-65-xss {
    padding-top: 65px !important;
  }
  .apt-70-xss {
    padding-top: 70px !important;
  }
  .apt-75-xss {
    padding-top: 75px !important;
  }
  .apt-80-xss {
    padding-top: 80px !important;
  }
  .apt-85-xss {
    padding-top: 85px !important;
  }
  .apt-90-xss {
    padding-top: 90px !important;
  }
  .apt-95-xss {
    padding-top: 95px !important;
  }
  .apt-100-xss {
    padding-top: 100px !important;
  }
  .apb-0-xss {
    padding-bottom: 0 !important;
  }
  .apb-5-xss {
    padding-bottom: 5px !important;
  }
  .apb-10-xss {
    padding-bottom: 10px !important;
  }
  .apb-15-xss {
    padding-bottom: 15px !important;
  }
  .apb-20-xss {
    padding-bottom: 20px !important;
  }
  .apb-25-xss {
    padding-bottom: 25px !important;
  }
  .apb-30-xss {
    padding-bottom: 30px !important;
  }
  .apb-35-xss {
    padding-bottom: 35px !important;
  }
  .apb-40-xss {
    padding-bottom: 40px !important;
  }
  .apb-45-xss {
    padding-bottom: 45px !important;
  }
  .apb-50-xss {
    padding-bottom: 50px !important;
  }
  .apb-55-xss {
    padding-bottom: 55px !important;
  }
  .apb-60-xss {
    padding-bottom: 60px !important;
  }
  .apb-65-xss {
    padding-bottom: 65px !important;
  }
  .apb-70-xss {
    padding-bottom: 70px !important;
  }
  .apb-75-xss {
    padding-bottom: 75px !important;
  }
  .apb-80-xss {
    padding-bottom: 80px !important;
  }
  .apb-85-xss {
    padding-bottom: 85px !important;
  }
  .apb-90-xss {
    padding-bottom: 90px !important;
  }
  .apb-95-xss {
    padding-bottom: 95px !important;
  }
  .apb-100-xss {
    padding-bottom: 100px !important;
  }
  .apl-0-xss {
    padding-left: 0 !important;
  }
  .apl-5-xss {
    padding-left: 5px !important;
  }
  .apl-10-xss {
    padding-left: 10px !important;
  }
  .apl-15-xss {
    padding-left: 15px !important;
  }
  .apl-20-xss {
    padding-left: 20px !important;
  }
  .apl-25-xss {
    padding-left: 25px;
  }
  .apl-30-xss {
    padding-left: 30px !important;
  }
  .apl-35-xss {
    padding-left: 35px !important;
  }
  .apl-40-xss {
    padding-left: 40px !important;
  }
  .apl-45-xss {
    padding-left: 45px !important;
  }
  .apl-50-xss {
    padding-left: 50px !important;
  }
  .apr-0-xss {
    padding-right: 0 !important;
  }
  .apr-5-xss {
    padding-right: 5px !important;
  }
  .apr-10-xss {
    padding-right: 10px !important;
  }
  .apr-15-xss {
    padding-right: 15px !important;
  }
  .apr-20-xss {
    padding-right: 20px !important;
  }
  .apr-25-xss {
    padding-right: 25px !important;
  }
  .apr-30-xss {
    padding-right: 30px !important;
  }
  .apr-35-xss {
    padding-right: 35px !important;
  }
  .apr-40-xss {
    padding-right: 40px !important;
  }
  .apr-45-xss {
    padding-right: 45px !important;
  }
  .apr-50-xss {
    padding-right: 50px !important;
  }
  .padd5-xss {
    padding: 5px !important;
  }
  .padd10-xss {
    padding: 10px !important;
  }
  .padd15-xss {
    padding: 15px !important;
  }
  .padd20-xss {
    padding: 20px !important;
  }
  .padd25-xss {
    padding: 25px !important;
  }
  .padd30-xss {
    padding: 30px !important;
  }
  .padd35-xss {
    padding: 35px !important;
  }
  .padd40-xss {
    padding: 40px !important;
  }
  .padd45-xss {
    padding: 45px !important;
  }
  .padd50-xss {
    padding: 50px !important;
  }
  .padd55-xss {
    padding: 55px !important;
  }
  .padd60-xss {
    padding: 60px !important;
  }
  .padd010-xss {
    padding: 0 10px;
  }
  .padd015-xss {
    padding: 0 15px;
  }
  .padd025-xss {
    padding: 0 20px;
  }
  .padd510-xss {
    padding: 5px 10px;
  }
  .padd515-xss {
    padding: 5px 15px;
  }
  .padd520-xss {
    padding: 5px 20px;
  }
  .padd525-xss {
    padding: 5px 25px;
  }
  .padd105-xss {
    padding: 10px 5px;
  }
  .padd1015-xss {
    padding: 10px 15px;
  }
  .padd1020-xss {
    padding: 10px 20px;
  }
  .lh-20-xss {
    line-height: 20px !important;
  }
  .lh-22-xss {
    line-height: 22px !important;
  }
  .lh-24-xss {
    line-height: 24px !important;
  }
  .lh-25-xss {
    line-height: 25px !important;
  }
  .lh-26-xss {
    line-height: 26px !important;
  }
  .lh-28-xss {
    line-height: 28px !important;
  }
  .lh-30-xss {
    line-height: 30px !important;
  }
  .lh-32-xss {
    line-height: 32px !important;
  }
  .lh-34-xss {
    line-height: 34px !important;
  }
  .lh-35-xss {
    line-height: 35px !important;
  }
  .lh-36-xss {
    line-height: 36px !important;
  }
  .lh-38-xss {
    line-height: 38px !important;
  }
  .lh-40-xss {
    line-height: 40px !important;
  }
  .lh-42-xss {
    line-height: 42px !important;
  }
  .lh-44-xss {
    line-height: 44px !important;
  }
  .lh-45-xss {
    line-height: 45px !important;
  }
  .lh-46-xss {
    line-height: 46px !important;
  }
  .lh-48-xss {
    line-height: 48px !important;
  }
  .lh-50-xss {
    line-height: 50px !important;
  }
  .font10-xss {
    font-size: 10px !important;
  }
  .font11-xss {
    font-size: 11px !important;
  }
  .font12-xss {
    font-size: 12px !important;
  }
  .font13-xss {
    font-size: 13px !important;
  }
  .font14-xss {
    font-size: 14px !important;
  }
  .font15-xss {
    font-size: 15px !important;
  }
  .font16-xss {
    font-size: 16px !important;
  }
  .font17-xss {
    font-size: 17px !important;
  }
  .font18-xss {
    font-size: 18px !important;
  }
  .font19-xss {
    font-size: 19px !important;
  }
  .font20-xss {
    font-size: 20px !important;
  }
  .font21-xss {
    font-size: 21px !important;
  }
  .font22-xss {
    font-size: 22px !important;
  }
  .font23-xss {
    font-size: 23px !important;
  }
  .font24-xss {
    font-size: 24px !important;
  }
  .font25-xss {
    font-size: 25px !important;
  }
  .font26-xss {
    font-size: 26px !important;
  }
  .font27-xss {
    font-size: 27px !important;
  }
  .font28-xss {
    font-size: 28px !important;
  }
  .font29-xss {
    font-size: 29px !important;
  }
  .font30-xss {
    font-size: 30px !important;
  }
  .font31-xss {
    font-size: 31px !important;
  }
  .font32-xss {
    font-size: 32px !important;
  }
  .font33-xss {
    font-size: 33px !important;
  }
  .font34-xss {
    font-size: 34px !important;
  }
  .font35-xss {
    font-size: 35px !important;
  }
  .font36-xss {
    font-size: 36px !important;
  }
  .font37-xss {
    font-size: 37px !important;
  }
  .font38-xss {
    font-size: 38px !important;
  }
  .font39-xss {
    font-size: 39px !important;
  }
  .font40-xss {
    font-size: 40px !important;
  }
  .font41-xss {
    font-size: 41px !important;
  }
  .font42-xss {
    font-size: 42px !important;
  }
  .font43-xss {
    font-size: 43px !important;
  }
  .font44-xss {
    font-size: 44px !important;
  }
  .font45-xss {
    font-size: 45px !important;
  }
  .font46-xss {
    font-size: 46px !important;
  }
  .font47-xss {
    font-size: 47px !important;
  }
  .font48-xss {
    font-size: 48px !important;
  }
  .font49-xss {
    font-size: 49px !important;
  }
  .font50-xss {
    font-size: 50px !important;
  }
  .clearfix-xss {
    clear: both;
    display: block;
  }
  ul.half-xss li {
    display: inline-block;
    min-width: 48%;
  }
  ul.three-xss li {
    display: inline-block;
    min-width: 31%;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .text-justify-xss {
    text-align: justify !important;
  }
  .text-left-xss {
    text-align: left !important;
  }
  .text-right-xss {
    text-align: right !important;
  }
  .float-none-xss {
    float: none !important;
  }
  .float-left-xss {
    float: left !important;
  }
  .float-right-xss {
    float: right !important;
  }
  .dblock-xss {
    display: block !important;
  }
  .dinline-xss {
    display: block !important;
  }
  .dinlineblock-xss {
    display: block !important;
  }
  .dtable-xss {
    display: table !important;
  }
  .full-xss {
    width: 100% !important;
  }
}
.fontfam1 {
  font-family: "Nunito", sans-serif !important;
}
.fontfam2 {
  font-family: "Open Sans", sans-serif !important;
}
.fontfam3 {
  font-family: "Rubik", sans-serif !important;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-control {
  border-radius: 4px;
  box-shadow: none;
  border-color: #d1d3e2;
  font-size: 14px;
  color: #414141;
  background: rgba(254, 254, 254, 1);
  min-width: 50px;
  min-height: 45px;
  border: 1px solid #d1d3e2;
  padding: 0 0 0 10px;
  height: 45px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.form-control:focus {
  border-color: #d2241e;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}
.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
  opacity: 1 !important;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
  opacity: 1 !important;
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}
.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}
textarea.form-control {
  resize: none;
  min-height: 100px;
  padding: 10px;
}
.shadow1 {
  box-shadow: 0px 0px 5px 2px #2d297033;
}
.shadow2 {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow3 {
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.line-bg {
  background: url(../images/line-bg.png) repeat;
}
.bgblack {
  background: #000;
}
.bgred,
.bg-red {
  background: #de4536;
}
.red,
.color-red {
  color: #de4536;
}
.nobdr {
  border: 0;
}
.whitep p {
  color: #fff;
}
figure {
  margin-bottom: 0;
}
.color {
  color: #076aa2;
}
.color1 {
  color: #dd3c3d;
}
.color2 {
  color: #42a1d8;
}
.color3 {
  color: #f8c004;
}

.bgl {
  background-color: #e7f4f647;
}
.bgl1 {
  background-color: #e8f9f5;
}
.bgl2 {
  background-color: #fff7e5;
}
.bgl3 {
  background-color: #eaf9ff;
}
.bgl4 {
  background-color: #fff1e7;
}
.bordercolorth {
  border-color: #076aa2;
}
.whatsapp-btn {
  position: fixed;
  right: 30px;
  bottom: 180px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  color: #fff;
  background: #4bc75a;
  font-size: 42px;
  padding-top: 9px;
  border-radius: 70%;
  text-align: center;
  line-height: 38px;
}
.whatsapp-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  animation: ripple 1.6s ease-out infinite;
  opacity: 1;
  background: #4bc75a;
  border-radius: 50%;
  -webkit-animation: ripple 1.6s ease-out infinite;
}
.whatsapp-btn a {
  color: #fff !important;
}
.whatsapp-btn span {
  font-size: 16px;
  position: relative;
  top: -8px;
}
@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.wb {
  word-break: break-all;
}

.home-slide .active .sl-sub-title {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.home-slide .active .sl-title {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.home-slide .active .sl-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.modphone {
  padding-left: 60px !important;
}
.modphone svg {
  font-size: 40px;
  font-weight: 600;
  color: #0a5e96;
  position: absolute;
  left: 15px;
  top: 15px;
}
.breadcrumb li {
  line-height: 28px;
}
.breadcrumb > li + li::before {
  content: "\/";
  color: #333;
}
.breadcrumb li.active {
  color: #111;
}
.breadcrumb li a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.breadcrumb.white li a {
  color: #fff;
  font-weight: 600;
}
.breadcrumb.white li.active {
  color: silver;
  font-weight: 600;
}
/* .fade.show {  background: rgb(0 0 0 / 53%)} */
.login-signup-content {
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-signup-wrap h1 {
  font-size: 35px;
}
.vh-100 {
  height: 100vh !important;
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.ml-n3,
.mx-n3 {
  margin-left: -0.98rem !important;
}
.small,
small {
  font-size: 90%;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #95aac9;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem;
}
.form-control:focus {
  border-color: #076aa2;
}
.btn.border-radius {
  border-radius: 4px;
}
.login-signup-form .form-group {
  position: relative;
}
.login-signup-form .form-group label {
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 500;
  font-size: 90%;
}
.login-signup-form .form-group .input-group.input-group-merge > .form-control {
  text-indent: 35px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: calc(2.65em + 0.75rem + 2px);
}
.login-signup-form
  .form-group
  .input-group.input-group-merge
  > .form-control:focus {
  z-index: inherit;
}
.input-icon {
  height: calc(3.4rem + 2px);
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  top: 0;
  bottom: 0;
  left: 0;
}
.input-icon span {
  padding: 18px 15px;
  border-left: 2px solid #076aa2;
  position: absolute;
  font-size: 18px;
  height: calc(3.4rem + 2px);
  border-radius: 4px;
  color: #afafaf;
}
.login-signup-card {
  position: relative;
  z-index: 2;
}
.custom-control-label {
  line-height: 1.5;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.author-info {
  display: flex;
  align-items: center;
}
.subscribe-form-footer.subscribe-form-two {
  top: 0;
}

.modal-dialog {
  max-width: 902px;
}
@media (max-width: 768px) {
  .log-in-pop {
    background: #fff;
    background-size: 37%;
    width: 100%;
  }
  .log-in-pop .log-in-pop-left {
    display: none !important;
  }
  .log-in-pop .log-in-pop-right {
    width: 100%;
  }
}
body.modal-open {
  overflow: hidden !important;
}
body.modal-open.iblur #wrapper {
  filter: blur(1px);
}
.modal .col .input-field {
  width: auto;
}
.fade.in {
  background: rgba(0, 0, 0, 0.75);
}
.log-in-pop {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: end;
}
.log-in-pop-left {
  float: left;
  width: 37%;
  color: #fff;
  height: 100%;
  bottom: 0;
  position: relative;
  align-self: flex-end;
}
.log-in-pop-right {
  float: left;
  width: 63%;
}
.log-in-pop-right .slogan {
  padding: 15px 25px 15px;
}
.log-in-pop-right form {
  padding: 30px 25px 20px 25px;
}
.log-in-pop-right.full {
  width: 100%;
}
.log-in-pop-right a {
  color: #076aa2;
}
.log-in-pop-right input[type="checkbox"][disabled] {
  color: #333;
  cursor: default;
}
.log-in-pop-right .form-group {
  margin-bottom: 15px !important;
}
.log-in-pop-right form label {
  display: none;
  font-size: 14px !important;
  font-weight: 400;
  left: 15px;
  top: 14px;
  color: #003a6a;
}
.log-in-pop-right form select option:first-child {
  color: #999;
}
.log-in-pop-right form select {
  background: url(../images/angle-down.png) no-repeat right 10px center #fff !important;
  background-size: 10px !important;
}
.log-in-pop-right form .col-md-6,
.log-in-pop-right form .col-md-12,
.log-in-pop-right form .col-sm-6,
.log-in-pop-right form .col-sm-12 {
  padding-right: 8px;
  padding-left: 8px;
}
.log-in-pop-right form textarea {
  height: 130px;
  resize: none;
}
.log-in-pop-right form input[type="submit"] {
  color: #fff;
  height: 46px;
  border-radius: 0;
  text-transform: uppercase;
}
.log-in-pop-right .select2-container {
  width: 100% !important;
}
.log-in-pop-right .select2-container .select2-selection--multiple {
  min-height: 45px;
  border-color: #2a4e7c;
  border-radius: 0;
  background: url(images/angle-down.png) no-repeat right 10px center #fff !important;
  background-size: 12px !important;
  font-size: 15px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 15px;
}
.log-in-pop-right
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 3px 6px;
}
.padd-top {
  margin-top: 15px;
}
.log-in-btn {
  background: #f4364f;
  color: #fff;
  padding: 2px 10px;
  font-weight: 600;
}
.newsletterdd .log-in-btn {
  padding: 7px 10px;
}
.newsletterdd input {
  font-size: 14px;
  padding: 4px 0;
  margin-bottom: 15px;
  color: #ddd;
}
.newsletterdd input[type="submit"] {
  margin-bottom: 0px;
}
.pop-close {
  color: #333;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  transition: all ease 0.3s;
}
.pop-close:hover {
  transform: scale(1.2);
}
.pop-close img {
  width: 20px;
}
.modal-open {
  overflow: inherit !important;
}
.modal-content {
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}
.zoomer {
  position: relative;
  display: block;
}
.zoomer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zoom.svg) no-repeat center center rgba(0, 0, 0, 0.4);
  background-size: 30px;
  transform: scale(0.5);
  opacity: 0;
  transition: all ease 0.3s;
}
.zoomer:hover::before {
  transform: scale(1);
  opacity: 1;
}
.height100 {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .breadcrumb.text-right {
    text-align: right;
  }
}
.btn {
  min-height: 45px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.5px;
  outline: none;
  box-shadow: 0 20px 15px rgb(0 0 0 / 4%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border: none;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  border: none;
  box-shadow: 0 20px 15px rgb(0 0 0 / 4%) !important;
}

.btn-primary {
  background: #2593cf;
}
.btn-primary:hover {
  background: #db4642;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-secondary {
  background: #db4642;
}
.btn-secondary:hover {
  background: #2593cf;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-white {
  background: #fff;
  color: #2593cf;
}
.breadcrumb {
  background: transparent;
  padding: 5px 0;
}
.apt-120 {
  padding-top: 120px;
}
.apb-120 {
  padding-bottom: 120px;
}
.position-center {
  background-position: center;
}
.no-reapet {
  background-repeat: no-repeat;
}

.gallery-item {
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}
.gallery-item .thumb {
  position: relative;
  overflow: hidden;
}
.gallery-item .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: none !important;
  color: transparent !important;
  z-index: 11;
}
.gallery-item .overlay-shade {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: #333;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery-item:hover .overlay-shade {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.gallery-item .icons-holder {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: auto;
  height: 36px;
  vertical-align: middle;
  z-index: 13;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-item .icons-holder .icons-holder-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -18px 0 0 -50%;
}
.gallery-item .icons-holder .icons-holder-inner a {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  font-size: 30px;
}
.gallery-item:hover .icons-holder {
  top: 50%;
}
.gallery-item:hover .icons-holder .icons-holder-inner a {
  opacity: 1;
  filter: alpha(opacity=1);
}
.gallery-item .portfolio-description {
  padding: 10px 15px;
  background-color: #f8f8f8;
}
.gallery-item .portfolio-description .title {
  margin: 0;
}
.gallery-item .portfolio-description .title a {
  color: #222;
}
.gallery-item .text-holder {
  box-sizing: border-box;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 25px 30px 60px;
  position: absolute;
  top: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 13;
}
.gallery-item .text-holder .title {
  color: #fff;
}
.gallery-item:hover .text-holder {
  opacity: 1;
  top: 0;
}

body,
html {
  width: 100%;
  line-height: 17px;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Open Sans", sans-serif;
  font-display: auto;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 14px;
  color: #212121;
  background: #fff;
  position: relative;
  z-index: 0;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 15px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  color: #111;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 70px;
  font-weight: 700;
}
h2 {
  font-size: 30px;
  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: 700;
  font-family: "Nunito", sans-serif;
}
.extra-bold {
  font-weight: 800 !important;
}
a {
  color: #0b2557;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #21a7d0;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #21a7d0;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #21a7d0;
  text-shadow: none;
  color: #fff;
}
.border-none:last-child {
  border-right: none !important;
}
.width-unset {
  width: unset !important;
}
.white-bg {
  background-color: #fff;
}
.primary-bg {
  background: #21a7d0;
}
.secondary-bg {
  background: #273c66;
}
.title-bg {
  background: #111;
}
.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;
}
.bg-unset {
  background: unset !important;
}
.rs-menu-toggle {
  color: #21a7d0;
  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: 4px;
  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: #21a7d0;
  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: #21a7d0;
}
.pagenav-link ul li a:hover i:before {
  color: #21a7d0;
}
.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: 4px;
  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 0 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: #21a7d0;
}
blockquote p {
  font-size: 16px;
  margin: 0;
}
.check-square li {
  position: relative;
  padding-left: 35px;
  line-height: 34px;
  border: none;
  color: #fff;
}
.check-square li:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: "\f046";
  font-family: fontawesome;
  color: #ff5421;
  font-size: 20px;
}
.blog-btn {
  color: #111;
  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: #111;
  font-family: "Flaticon";
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.blog-btn:hover {
  color: #21a7d0;
}
.blog-btn:hover:after {
  right: 17px;
  color: #21a7d0;
}
.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 {
  outline: none;
  padding: 12px 40px;
  border: 1px solid #21a7d0;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #111;
  background: #f3f8f9;
}
.readon.banner-style {
  color: #fff;
  background: #21a7d0;
  padding: 16px 58px;
}
.readon.banner-style:hover {
  background: #1e95ba;
}
.readon.purple-btn {
  color: #fff;
  background: #625eaa;
  border: none;
  padding: 16px 40px;
}
.readon.purple-btn:hover {
  background: #4e49a1;
}
.readon.green-btn {
  color: #fff;
  background: #0c8b51;
  border-color: #02010100;
  border-radius: 30px;
  font-size: 14px;
  padding: 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: #fff;
}
.readon.green-banner:hover {
  background: #08a355;
}
.readon.white-color {
  color: #fff !important;
  background: none !important;
  border: 1px solid #fff;
  padding: 16px 40px;
}
.readon.white-color:hover {
  background: #fff !important;
  color: #4e49a1 !important;
}
.readon.orange-btn {
  color: #fff;
  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 !important;
}
.readon.orange-btn.main-home:hover {
  color: #fff;
  background: #171f32;
  border-color: #171f32;
}
.readon.orange-btn:hover {
  color: #fff;
  background: #ed3600;
  border-color: #ed3600;
}
.readon.orange-btn.transparent:hover {
  color: #101010;
  background: #fff;
  border-color: #fff;
}
.readon.yellow-btn {
  background: #f4bf00;
  border-color: #f4bf00;
  border-radius: 4px 4px 4px 4px;
}
.readon.yellow-btn:hover {
  color: #fff;
  background: #171f32;
  border-color: #171f32;
}
.readon.yellow-btn.transparent3:hover {
  color: #1c335f;
  background: #fff;
  border-color: #fff;
}
.readon.transparent2 {
  background: #21a7d0;
  color: #111;
  border: 1px solid #21a7d0;
}
.readon.transparent2:hover {
  color: #111;
  background: transparent;
  border: 1px solid #21a7d0;
}
.readon.register-btn {
  padding: 10px 50px;
  color: #fff;
  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: #fff;
  border-radius: 5px;
  margin-bottom: 12px;
  width: 100%;
}
.readon.submit-btn:hover {
  background: transparent;
  color: #ff5421;
}
.readon.submit-requset {
  background-color: #0fcb75;
  margin: 0;
  padding: 13px 35px;
  outline: none;
  border: none;
  padding: 12px 40px;
  border-radius: 4px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #fff;
}
.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: #111;
}
.readon:hover {
  background: #21a7d0;
  color: #fff;
}
.readon2 {
  outline: none;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  color: #fff;
  background: #e4726e;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.readon2.banner-style {
  padding: 13px 25px;
}
.readon2.mod {
  text-transform: uppercase;
  padding: 14px 31px;
}
.readon2.transparent {
  background: transparent;
  color: #21a7d0;
  border: 1px solid #21a7d0;
}
.readon2.transparent:hover {
  color: #fff;
  background: #21a7d0;
}
.readon2.orange-transparent {
  background: transparent;
  color: #ff5421;
  border: 1px solid #ff5421;
}
.readon2.orange-transparent:hover {
  color: #fff;
  background: #ff5421;
}
.readon2.orange {
  background: #ff5421;
}
.readon2.orange:hover {
  background: #ff4007;
}
.readon2:hover {
  background: #1e95ba;
  color: #fff;
}
.readon2.gym-btn {
  background: #ff5421;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  padding: 17px 28px;
}
.readon2.gym-btn:hover {
  opacity: 0.8;
}
.readon2.gym-btn.get-now:hover {
  background: #fff;
  color: #ff5421;
}
.readon2.cta-btn {
  background: #ff5421;
  color: #fff;
  border-radius: 4px 3px 3px 3px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 30px;
}
.readon2.cta-btn:hover {
  color: #f0e3e3;
  background: #ff5421;
}
.readon2.cta-btn {
  background: #ff5421;
  color: #fff;
  border-radius: 4px 3px 3px 3px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 30px;
}
.readon2.cta-btn:hover {
  color: #f0e3e3;
  background: #ff5421;
}
.readon2.apply {
  padding: 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: "Nunito", sans-serif;
  font-weight: 500;
  color: #fff;
  background: #21a7d0;
  position: relative;
}
.readon3:after,
.readon3:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
}
.readon3:after {
  right: 30px;
}
.readon3:before {
  left: 30px;
}
.readon3.active {
  background: #f3f8f9;
  color: #21a7d0;
}
.readon3.active:after,
.readon3.active:before {
  background: #21a7d0;
}
.readon3.active:hover {
  color: #fff;
  background: #21a7d0;
}
.readon3.active:hover:after,
.readon3.active:hover:before {
  background: #fff;
}
.readon3.dark-hov:hover {
  background: #111;
  color: #fff;
}
.readon3.dark-hov:hover:after,
.readon3.dark-hov:hover:before {
  background: #fff;
}
.readon3:hover {
  background: #f3f8f9;
  color: #21a7d0;
}
.readon3:hover:after,
.readon3:hover:before {
  background: #21a7d0;
}
.readon-arrow {
  color: #111;
  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: #111;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 14px;
}
.readon-arrow:hover {
  color: #21a7d0;
}
.readon-arrow:hover:after {
  right: 0;
  color: #21a7d0;
}
.btn-shop {
  outline: none;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  background: #21a7d0;
  font-size: 15px;
  padding: 8px 25px;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease 0;
}
.btn-shop:hover {
  background: #273c66;
  color: #fff;
}
.btn-shop.orange-color {
  background: #ff5421;
  color: #fff;
}
.btn-shop.orange-color:hover {
  background: #ed3600;
}

.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: #fff;
  background: #21a7d0;
  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: #21a7d0;
}
.media-icon.orange-color .popup-videos {
  color: #ff5421;
  background: #fff;
}
.media-icon.orange-color .popup-videos i:before {
  font-size: 30px;
  line-height: 70px;
}
.media-icon.orange-color .popup-videos:hover:before {
  background: #fff;
}
.media-icon.orange-color2 .popup-videos {
  color: #fff;
  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;
}

.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: 0;
  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: #fff !important;
}
.title-color {
  color: #111 !important;
}
.title-color2 {
  color: #112958 !important;
}
.secondary-color {
  color: #273c66;
}
.primary-color {
  color: #21a7d0 !important;
}
.orangeColor {
  color: #ff5421 !important;
}
.dark-parimary-bg {
  background: #203154 !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: #21a7d0;
  font-size: 20px;
}
ul.listing-style.modify li {
  padding-left: 23px;
}
ul.listing-style.modify li:before {
  font-size: 15px;
}
.rs-carousel.nav-style1 {
  position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
  display: block;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-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: #21a7d0;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  transition-delay: 0.7s;
  opacity: 0;
  visibility: hidden;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0;
  visibility: visible;
  opacity: 1;
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-carousel.nav-style2 {
  position: relative;
}
.rs-carousel.nav-style2 .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
  color: #21a7d0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px;
  position: relative;
  top: -3px;
}
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}
.rs-carousel.orange-color .owl-nav .owl-prev:hover i,
.rs-carousel.orange-color .owl-nav .owl-next:hover i {
  color: #ff5421;
}
.rs-carousel .owl-dots {
  text-align: center;
  margin: 40px auto 0;
  line-height: 15px;
  display: block;
}
.rs-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: 1px solid #21a7d0;
  background: transparent;
  opacity: 0.7;
  cursor: pointer;
}
.rs-carousel .owl-dots .owl-dot:hover {
  background: #21a7d0;
}
.rs-carousel .owl-dots .active {
  background: #21a7d0;
  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: #21a7d0;
}
.sec-title .sub-title.secondary {
  color: #273c66;
}
.sec-title .sub-title.white {
  color: #fff;
}
.sec-title .sub-title.dark {
  color: #111;
}
.sec-title .sub-title.orange {
  color: #ff5421;
}
.sec-title .desc.big {
  font-size: 18px;
  line-height: 30px;
}
.sec-title .midline {
  font-size: 36px;
  color: #111;
}
.sec-title2 .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #21a7d0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title2 .sub-title.white-color {
  color: #fff;
}
.sec-title2 .title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
  color: #031a3d;
}
.sec-title2 .title.white-color {
  color: #fff;
}
.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: #fff;
  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: #fff;
}
.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: #fff;
}
.sec-title3 .title.title3 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 800;
  color: #fff;
}
.sec-title3 .desc {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}
.sec-title3 .desc.white-color {
  color: #fff;
}
.sec-title3 .new-desc {
  font-size: 18px;
  line-height: 31px;
  color: #333;
}
.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: 0 0 20px;
}
.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: #fff;
}
.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: 0;
  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;
}
.full-width-header .rs-header {
  z-index: 99;
}
.full-width-header .rs-header .topbar-area {
  background: #030271;
}
.full-width-header .rs-header .topbar-area .topbar-contact li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  color: #fff;
  border-right: 1px solid rgb(255 255 255 / 24%);
  line-height: 20px;
}
.full-width-header
  .rs-header
  .topbar-area
  .topbar-contact
  li
  i.flaticon-email:before {
  bottom: -1.5px;
  position: relative;
}
.full-width-header .rs-header .topbar-area .topbar-contact li i:before {
  font-size: 16px;
  color: #fff;
}
.full-width-header .rs-header .topbar-area .topbar-contact li a {
  color: #fff;
  font-size: 14px;
}
.full-width-header .rs-header .topbar-area .topbar-contact li a:hover {
  color: #fff;
}
.full-width-header .rs-header .topbar-area .topbar-contact li:last-child {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .topbar-area .topbar-right li {
  display: inline;
}
ul.topbar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.full-width-header .rs-header .topbar-area .topbar-right li.social a {
  color: #fff;
  font-size: 16px;
}
.full-width-header .rs-header .topbar-area .topbar-right li.login-register {
  color: #fff;
}
.full-width-header .rs-header .topbar-area .topbar-right li.login-register i {
  margin-right: 10px;
  color: #21a7d0;
}
.full-width-header .rs-header .topbar-area .topbar-right li.login-register a {
  color: #fff;
}
.full-width-header
  .rs-header
  .topbar-area
  .topbar-right
  li.login-register
  a:hover {
  color: #21a7d0;
}
.full-width-header .rs-header .topbar-area .topbar-right li a.apply-btn {
  color: #fff;
  background: #ff5421;
  padding: 7px 15px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.full-width-header .rs-header .topbar-area .topbar-right li a.results-btn {
  color: #fff;
  background: #e4726e;
  padding: 7px 15px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.full-width-header .rs-header .topbar-area .topbar-right li a.apply-btn:hover {
  background: #e4726e;
}
.full-width-header
  .rs-header
  .topbar-area
  .topbar-right
  li
  a.results-btn:hover {
  background: #42a1d8;
}
.full-width-header .rs-header .topbar-area .topbar-right li:last-child {
  margin: 0;
  margin-left: 5px;
}
.full-width-header .rs-header .topbar-area.home8-topbar {
  background: #f9f8f8 !important;
}
.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li {
  color: #363636;
  border-right: 1px solid #fff;
}
.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li i {
  margin-right: 2px;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar
  .topbar-contact
  li
  i:before {
  font-size: 16px;
  color: #363636;
}
.full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li a {
  color: #363636;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar
  .topbar-contact
  li
  a:hover {
  color: #ff5421;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar
  .topbar-contact
  li:last-child {
  margin: 0;
  border: none;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar
  .topbar-right
  li.login-register {
  color: #363636;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar
  .topbar-right
  li.login-register
  i {
  margin-right: 10px;
  color: #363636;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar
  .topbar-right
  li.login-register
  a {
  color: #363636;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar
  .topbar-right
  li.login-register
  a:hover {
  color: #ff5421;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar
  .topbar-right
  li
  a.apply-btn {
  background: #ff5421;
  text-transform: uppercase;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar
  .topbar-right
  li
  a.apply-btn:hover {
  color: #fff;
  background: #ed3600;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar
  .topbar-right
  li:last-child {
  margin: 0;
}
.full-width-header .rs-header .topbar-area.home8-topbar.inner-part {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar.inner-part
  .topbar-contact
  li {
  color: #fff !important;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar.inner-part
  .topbar-contact
  li
  i {
  margin-right: 2px;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar.inner-part
  .topbar-contact
  li
  i:before {
  font-size: 16px;
  color: #fff;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar.inner-part
  .topbar-contact
  li
  a {
  color: #fff !important;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar.inner-part
  .topbar-contact
  li
  a:hover {
  color: #ff5421;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar.inner-part
  .topbar-contact
  li:last-child {
  margin: 0;
  border: none !important;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar.inner-part
  .topbar-right
  li.login-register {
  color: #fff;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar.inner-part
  .topbar-right
  li.login-register
  i {
  margin-right: 10px;
  color: #fff !important;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar.inner-part
  .topbar-right
  li.login-register
  a {
  color: #fff !important;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar.inner-part
  .topbar-right
  li.login-register
  a:hover {
  color: #ff5421;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar.inner-part
  .topbar-right
  li
  a.apply-btn {
  background: #ff5421;
  text-transform: uppercase;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar.inner-part
  .topbar-right
  li
  a.apply-btn:hover {
  color: #fff;
  background: #ed3600;
}
.full-width-header
  .rs-header
  .topbar-area.home8-topbar.inner-part
  .topbar-right
  li:last-child {
  margin: 0;
}
.full-width-header .rs-header .topbar-area.home9-topbar {
  background: #273c66 !important;
}
.full-width-header .rs-header .topbar-area.home9-topbar .topbar-contact li {
  color: #fff;
  border-right: 1px solid #1b315e;
}
.full-width-header .rs-header .topbar-area.home9-topbar .topbar-contact li i {
  margin-right: 2px;
}
.full-width-header
  .rs-header
  .topbar-area.home9-topbar
  .topbar-contact
  li
  i:before {
  font-size: 16px;
  color: #f4bf00;
}
.full-width-header .rs-header .topbar-area.home9-topbar .topbar-contact li a {
  color: #fff;
}
.full-width-header
  .rs-header
  .topbar-area.home9-topbar
  .topbar-contact
  li
  a:hover {
  color: #f4bf00;
}
.full-width-header
  .rs-header
  .topbar-area.home9-topbar
  .topbar-contact
  li:last-child {
  margin: 0;
  border: none;
}
.full-width-header
  .rs-header
  .topbar-area.home9-topbar
  .topbar-right
  li.login-register {
  color: #fff;
}
.full-width-header
  .rs-header
  .topbar-area.home9-topbar
  .topbar-right
  li.login-register
  i {
  margin-right: 10px;
  color: #fff;
}
.full-width-header
  .rs-header
  .topbar-area.home9-topbar
  .topbar-right
  li.login-register
  a {
  color: #fff;
}
.full-width-header
  .rs-header
  .topbar-area.home9-topbar
  .topbar-right
  li.login-register:hover
  i,
.full-width-header
  .rs-header
  .topbar-area.home9-topbar
  .topbar-right
  li.login-register:hover
  a {
  color: #f4bf00;
}
.full-width-header
  .rs-header
  .topbar-area.home9-topbar
  .topbar-right
  li
  a.apply-btn {
  background: #f4bf00;
  text-transform: uppercase;
}
.full-width-header
  .rs-header
  .topbar-area.home9-topbar
  .topbar-right
  li
  a.apply-btn:hover {
  color: #fff;
  background: #c19700;
}
.full-width-header
  .rs-header
  .topbar-area.home9-topbar
  .topbar-right
  li:last-child {
  margin: 0;
}
.full-width-header .rs-header .topbar-area.home11-topbar {
  background: #0c8b51 !important;
}
.full-width-header .rs-header .topbar-area.home11-topbar .topbar-contact li {
  color: #fff;
  border-right: 1px solid #00822b;
}
.full-width-header .rs-header .topbar-area.home11-topbar .topbar-contact li i {
  margin-right: 4px;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar
  .topbar-contact
  li
  i:before {
  font-size: 14px;
  color: #fff;
}
.full-width-header .rs-header .topbar-area.home11-topbar .topbar-contact li a {
  color: #fff;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar
  .topbar-contact
  li
  a:hover {
  color: #d1d1d1;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar
  .topbar-contact
  li:last-child {
  margin: 0;
  border: none;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar
  .toolbar-sl-share
  .opening {
  color: #fff;
  display: inline-block;
  border-right: 1px solid #00822b;
  font-size: 14px;
  line-height: 50px;
  margin-right: 15px;
  padding-right: 18px;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar
  .toolbar-sl-share
  .opening
  i {
  margin-right: 5px;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar
  .toolbar-sl-share
  .opening
  i:before {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.full-width-header .rs-header .topbar-area.home11-topbar .toolbar-sl-share li {
  display: inline-block;
  margin-right: 14px;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar
  .toolbar-sl-share
  li
  a {
  line-height: 30px;
  color: #fff;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar
  .toolbar-sl-share
  li
  a:hover {
  color: #ff5421;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar
  .toolbar-sl-share
  li:last-child {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .topbar-area.home11-topbar.modify1 {
  background: #f9f7f8 !important;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar.modify1
  .topbar-contact
  li {
  color: #333;
  border-right: 1px solid #f0ecee;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar.modify1
  .topbar-contact
  li
  i {
  margin-right: 4px;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar.modify1
  .topbar-contact
  li
  i:before {
  font-size: 14px;
  color: #ff5421;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar.modify1
  .topbar-contact
  li
  a {
  color: #333;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar.modify1
  .topbar-contact
  li
  a:hover {
  color: #ff5421;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar.modify1
  .toolbar-sl-share
  .opening {
  color: #333;
  border-right: 1px solid #f0ecee;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar.modify1
  .toolbar-sl-share
  .opening
  i:before {
  color: #ff5421;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar.modify1
  .toolbar-sl-share
  li
  a {
  color: #333;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar.modify1
  .toolbar-sl-share
  li
  a:hover {
  color: #ff5421;
}
.full-width-header
  .rs-header
  .topbar-area.home11-topbar.modify1
  .toolbar-sl-share
  li:last-child {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .topbar-area.home11-topbar.modify1.home15-style {
  padding-left: 15.5%;
  padding-right: 10px;
}
.full-width-header .rs-header .logo-part {
  position: relative;
  z-index: 9;
}
.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .logo-area {
  position: relative;
  height: 90px;
  line-height: 90px;
}
.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  max-height: 48px;
}
.full-width-header .rs-header .menu-area .logo-area .dark {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area .light {
  display: inherit;
}
.full-width-header .rs-header .menu-area .responsive-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.full-width-header .rs-header .menu-area .responsive-logo img {
  max-height: 30px;
}
.full-width-header .rs-header .menu-area .logo-cat-wrap {
  display: flex;
  align-items: center;
}
.full-width-header
  .rs-header
  .menu-area
  .logo-cat-wrap
  .categories-btn
  .cat-menu-inner {
  top: 120px;
}
.full-width-header
  .rs-header
  .menu-area
  .logo-cat-wrap
  .categories-btn
  .cat-menu-inner
  li {
  height: 45px;
  line-height: 45px;
}
.full-width-header
  .rs-header
  .menu-area
  .logo-cat-wrap
  .categories-btn
  .cat-menu-inner
  li
  a {
  padding: 0 30px;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 0;
  color: #fff;
  z-index: 1;
  position: relative;
  font-family: "Nunito", sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover {
  color: #21a7d0;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li.menu-item-has-children
  a {
  padding-right: 12px;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li.menu-item-has-children
  a:before {
  content: "\f107";
  position: absolute;
  left: auto;
  right: -5px;
  top: -2px;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  font-size: 18px;
  font-family: "FontAwesome";
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0.5;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li.menu-item-has-children
  a:hover:before {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  top: -2px;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li:last-child {
  margin-right: 0 !important;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li:last-child
  i {
  margin: 0;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu.onepage-menu
  .active-menu
  a {
  color: #21a7d0 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #21a7d0;
  margin: 0;
  padding: 15px 10px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  height: unset !important;
  line-height: unset !important;
  color: #333 !important;
  font-weight: 400 !important;
  text-transform: capitalize;
  padding: 5px 20px !important;
  font-size: 13px;
  text-transform: capitalize;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a:hover {
  color: #273c66 !important;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a:before {
  display: none !important;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li:last-child {
  margin: 0;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.current-menu-item
  > a,
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.active
  > a {
  color: #273c66 !important;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.children-mega-menu
  .child-mega-menu {
  width: 100%;
  opacity: 1 !important;
  position: unset;
  transform: translateY(0px);
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.children-mega-menu
  .child-mega-menu
  .child-single-megamenu {
  width: 50%;
  float: left;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.children-mega-menu
  .child-mega-menu
  .child-single-megamenu
  .sub-menu {
  padding: 0;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu.right-menu {
  left: unset;
  right: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  background: #273c66;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.mega-menu
  .mega-menu-container {
  padding: 0;
  margin: 0;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.mega-menu
  .mega-menu-container
  .single-megamenu {
  width: 50%;
  float: left;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.mega-menu
  .mega-menu-container
  .single-megamenu
  .sub-menu
  .menu-title {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 30px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.mega-menu
  .mega-menu-container
  .single-megamenu:hover
  .sub-menu
  .menu-title {
  color: #fff;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul
  li.current-menu-item
  > a {
  color: #21a7d0 !important;
}
.full-width-header .rs-header .menu-area .nav-expander {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .nav-expander span {
  height: 2px;
  width: 30px;
  display: block;
  background: #fff;
  margin: 6px 0;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .nav-expander span.dot1 {
  margin-top: 0;
}
.full-width-header .rs-header .menu-area .nav-expander span.dot3 {
  margin-bottom: 0;
}
.full-width-header .rs-header .menu-area .nav-expander:hover span {
  background: #ff5421;
}
.full-width-header .rs-header .menu-area .nav-expander.style2 span {
  background: #111;
}
.full-width-header .rs-header .menu-area .nav-expander.style2:hover span {
  background: #ff5421;
}
.full-width-header .rs-header .menu-area .nav-expander.style3 span {
  background: #111;
}
.full-width-header .rs-header .menu-area .nav-expander.style3:hover span {
  background: #21a7d0;
}
.full-width-header .rs-header .menu-area .nav-expander.style4 span {
  background: #fff;
}
.full-width-header .rs-header .menu-area .nav-expander.style4:hover span {
  background: #21a7d0;
}
.full-width-header .rs-header .menu-area .nav-expander.style5 span {
  background: #fff;
}
.full-width-header .rs-header .menu-area .nav-expander.style5:hover span {
  background: #ccc;
}
.full-width-header .rs-header .menu-area .nav-expander.style6 span {
  background: #fff;
}
.full-width-header .rs-header .menu-area .nav-expander.style6:hover span {
  background: #f4bf00;
}
.full-width-header .rs-header .menu-area .appointment-cart {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart {
  text-align: right;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart li i {
  color: #fff;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .appointment-cart ul.cart li i:hover {
  color: #fff;
}
.full-width-header .rs-header .menu-area .expand-btn-inner {
  margin-right: 55px;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li {
  display: inline-block;
  margin-right: 15px;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner {
  position: relative;
  margin-right: 15px;
  padding-right: 20px;
}
.full-width-header
  .rs-header
  .menu-area
  .expand-btn-inner
  li.cart-inner
  .cart-icon {
  position: relative;
  z-index: 1;
}
.full-width-header
  .rs-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
  .rs-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
  .rs-header
  .menu-area
  .expand-btn-inner
  li.cart-inner.no-border {
  padding-right: 0;
}
.full-width-header
  .rs-header
  .menu-area
  .expand-btn-inner
  li.cart-inner.no-border:before {
  display: none;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li > a {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li > a.short-border {
  position: relative;
  padding-right: 20px;
}
.full-width-header
  .rs-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 .rs-header .menu-area .expand-btn-inner li > a i:before {
  font-size: 15px;
  font-weight: 600;
}
.full-width-header
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  > a
  i.flaticon-shopping-bag-1:before {
  font-weight: 400;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li > a:hover {
  color: #fff;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li a.apply-btn {
  text-transform: uppercase;
  color: #fff;
}
.full-width-header
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  a.apply-btn:hover {
  color: #21a7d0;
}
.full-width-header .rs-header .menu-area .expand-btn-inner li:last-child {
  margin-right: 0 !important;
}
.full-width-header .rs-header .menu-area .categories-btn .cat-btn {
  display: inline-flex;
  align-items: center;
  background: transparent;
  padding: 0;
  border: none;
  outline: unset;
  color: #fff;
  text-transform: uppercase;
}
.full-width-header .rs-header .menu-area .categories-btn .cat-btn i {
  margin-right: 5px;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .categories-btn .cat-btn:hover i {
  color: #21a7d0;
}
.full-width-header .rs-header .menu-area .categories-btn .cat-menu-inner {
  position: absolute;
  top: 120px;
  width: 200px;
  background: #21a7d0;
  padding: 15px 0;
}
.full-width-header .rs-header .menu-area .categories-btn .cat-menu-inner li a {
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  text-transform: capitalize;
  width: 100%;
}
.full-width-header
  .rs-header
  .menu-area
  .categories-btn
  .cat-menu-inner
  li
  a:hover {
  color: #273c66;
}
.full-width-header .rs-header .menu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.full-width-header .rs-header .menu-area.sticky .logo-area img {
  max-height: 35px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area .dark {
  display: inherit;
}
.full-width-header .rs-header .menu-area.sticky .logo-area .light {
  display: none;
}
.full-width-header
  .rs-header
  .menu-area.sticky
  .logo-cat-wrap
  .categories-btn
  .cat-menu-inner {
  top: 90px;
}
.full-width-header
  .rs-header
  .menu-area.sticky
  .main-menu
  .rs-menu
  ul.nav-menu
  > li
  > a {
  color: #333;
}
.full-width-header
  .rs-header
  .menu-area.sticky
  .main-menu
  .rs-menu
  ul.nav-menu
  > li
  > a:hover {
  color: #21a7d0;
}
.full-width-header .rs-header .menu-area.sticky .nav-expander span {
  background: #111;
}
.full-width-header .rs-header .menu-area.sticky .nav-expander:hover span {
  background: #ff5421;
}
.full-width-header .rs-header .menu-area.sticky .nav-expander.style3 span {
  background: #111;
}
.full-width-header
  .rs-header
  .menu-area.sticky
  .nav-expander.style3:hover
  span {
  background: #21a7d0;
}
.full-width-header .rs-header .menu-area.sticky .nav-expander.style5 span {
  background: #fff;
}
.full-width-header
  .rs-header
  .menu-area.sticky
  .nav-expander.style5:hover
  span {
  background: #ccc;
}
.full-width-header .rs-header .menu-area.sticky .appointment-cart ul.cart li i {
  color: #494949;
}
.full-width-header
  .rs-header
  .menu-area.sticky
  .appointment-cart
  ul.cart
  li
  i:hover {
  color: #21a7d0;
}
.full-width-header
  .rs-header
  .menu-area.sticky
  .expand-btn-inner
  li.cart-inner
  .woocommerce-mini-cart {
  padding-top: 90px;
}
.full-width-header
  .rs-header
  .menu-area.sticky
  .expand-btn-inner
  li
  .cart-icon
  .cart-count {
  background: #21a7d0;
  color: #fff;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a {
  color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a:hover {
  color: #21a7d0;
}
.full-width-header .rs-header .right_menu_togle {
  background: #fafafa;
  padding: 30px 50px;
  width: 500px;
  right: -500px;
  z-index: 999999;
  text-align: center;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .right_menu_togle .close-btn {
  overflow: visible;
  padding: 0;
}
.full-width-header .rs-header .right_menu_togle .close-btn .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.full-width-header .rs-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: #fff;
  border: none !important;
  transition: all 0.3s ease;
}
.full-width-header .rs-header .right_menu_togle .close-btn .line span.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.full-width-header .rs-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: #21a7d0;
}
.full-width-header .rs-header .right_menu_togle .close-btn #nav-close:hover {
  transform: rotate(180deg);
}
.full-width-header .rs-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 30px;
  margin-top: 50px;
}
.full-width-header .rs-header .right_menu_togle .canvas-logo img {
  max-height: 35px;
}
.full-width-header .rs-header .right_menu_togle .offcanvas-gallery {
  display: inline-block;
}
.full-width-header
  .rs-header
  .right_menu_togle
  .offcanvas-gallery
  .gallery-img {
  width: 33%;
  float: left;
  padding: 0 5px 10px;
}
.full-width-header
  .rs-header
  .right_menu_togle
  .offcanvas-gallery
  .gallery-img
  .image-popup {
  display: block;
  overflow: hidden;
}
.full-width-header
  .rs-header
  .right_menu_togle
  .offcanvas-gallery
  .gallery-img
  .image-popup
  img {
  transition: all 0.3s ease;
}
.full-width-header
  .rs-header
  .right_menu_togle
  .offcanvas-gallery
  .gallery-img
  .image-popup:hover
  img {
  transform: scale(1.1);
}
.full-width-header .rs-header .right_menu_togle .map-img {
  margin-top: 25px;
}
.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a {
  font-size: 17px;
  color: #222;
  padding-left: 0;
}
.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a:hover {
  color: #21a7d0;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact {
  padding: 50px 0 0;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
  padding-right: 20px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a {
  color: #111;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.full-width-header
  .rs-header
  .right_menu_togle
  .canvas-contact
  .social
  li
  a:hover {
  color: #21a7d0;
}
.full-width-header
  .rs-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 .rs-header .menu-area {
  background: #273c66;
}
.full-width-header.header-style1
  .rs-header
  .menu-area
  .main-menu
  .mobile-logo-part {
  display: none;
}
.full-width-header.header-style1
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li.logo-part {
  padding: 0;
  margin: 0 90px 0 60px;
}
.full-width-header.header-style1
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  .rs-mega-menu
  .mega-menu {
  left: unset;
  right: 0;
  background: #fff;
  min-width: 770px;
}
.full-width-header.header-style1
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  .rs-mega-menu
  .mega-menu
  .mega-menu-container
  .single-megamenu {
  width: 33.33%;
  float: left;
}
.full-width-header.header-style1
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  .rs-mega-menu
  .mega-menu
  .mega-menu-container
  .single-megamenu
  .sub-menu {
  background: unset;
  padding: 30px;
}
.full-width-header.header-style1 .rs-header .menu-area.sticky {
  background: #273c66 !important;
}
.full-width-header.header-style1
  .rs-header
  .menu-area.sticky
  .main-menu
  .rs-menu
  ul.nav-menu
  > li
  > a {
  color: #fff;
}
.full-width-header.header-style1
  .rs-header
  .menu-area.sticky
  .expand-btn-inner
  li
  > a {
  color: #fff;
}
.full-width-header.header-style1
  .rs-header
  .menu-area.sticky
  .expand-btn-inner
  li
  > a:hover {
  color: #fff;
}
.full-width-header.header-style1
  .rs-header
  .menu-area.sticky
  .expand-btn-inner
  li
  a.apply-btn {
  color: #fff;
}
.full-width-header.header-style1
  .rs-header
  .menu-area.sticky
  .expand-btn-inner
  li
  a.apply-btn:hover {
  color: #21a7d0;
}
.full-width-header.header-style1.home12-modifiy .rs-header .menu-area {
  background: #fff !important;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .rs-menu-area {
  justify-content: flex-end;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li {
  margin-right: 35px;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a {
  color: #333;
  font-weight: 500;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover {
  color: #0c8b51 !important;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover,
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li.current-menu-item
  > a {
  color: #0c8b51 !important;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu {
  background: #0c8b51;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li {
  margin-right: 35px;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a {
  color: #333;
  font-weight: 500;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a:hover {
  color: #0c8b51 !important;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.active
  a {
  color: #0c8b51 !important;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .nav-expander {
  color: #111;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .nav-expander:hover {
  color: #273c66;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .expand-btn-inner {
  margin-right: 0;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  .woocommerce-mini-cart
  .cart-bottom-part {
  background: #0c8b51;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  .woocommerce-mini-cart
  .crt-btn {
  background: #fff;
  color: #111;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  .woocommerce-mini-cart
  .crt-btn:hover {
  background: #f2f2f2;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .expand-btn-inner
  li.cart-inner {
  border-color: #a9b1c2;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  > a {
  color: #394459;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  > a:hover {
  color: #0c8b51 !important;
}
.full-width-header.header-style1.home12-modifiy .rs-header .menu-area.sticky {
  background: #fff !important;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area.sticky
  .logo-cat-wrap {
  display: flex;
  align-items: center;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area.sticky
  .logo-cat-wrap
  .logo-part
  .dark-logo {
  display: none;
}
.full-width-header.header-style1.home12-modifiy
  .rs-header
  .menu-area.sticky
  .logo-cat-wrap
  .logo-part
  .light-logo {
  display: inherit;
}
.full-width-header.header-style1.home14-style
  .rs-header
  .menu-area
  .rs-menu-area {
  justify-content: flex-end;
}
.full-width-header.header-style1.home14-style
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a {
  margin-right: 0;
}
.full-width-header.header-style1.home14-style
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover {
  color: #ff5421 !important;
}
.full-width-header.header-style1.home14-style
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover,
.full-width-header.header-style1.home14-style
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li.current-menu-item
  > a {
  color: #ff5421 !important;
}
.full-width-header.header-style1.home14-style
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu {
  background: #ff5421 !important;
}
.full-width-header.header-style1.home14-style
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a {
  color: #fff !important;
  margin-right: 0;
}
.full-width-header.header-style1.home14-style
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a:hover {
  color: #ccc !important;
}
.full-width-header.header-style1.home14-style
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.active
  a {
  color: #ccc !important;
}
.full-width-header.header-style1.home14-style
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu.right {
  left: auto;
  right: 100%;
}
.full-width-header.header-style1.home14-style
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  .rs-mega-menu
  .mega-menu {
  left: unset;
  right: 0;
  background: #ff5421;
}
.full-width-header.header-style1.home14-style
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  .rs-mega-menu
  .mega-menu
  .mega-menu-container
  .single-megamenu {
  width: 33.33%;
  float: left;
}
.full-width-header.header-style1.home14-style
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  .rs-mega-menu
  .mega-menu
  .mega-menu-container
  .single-megamenu
  .sub-menu {
  background: unset;
  padding: 35px 30px 40px 40px;
}
.full-width-header.header-style1.home14-style
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  .rs-mega-menu
  .mega-menu
  .mega-menu-container
  .single-megamenu
  .sub-menu
  li
  a {
  color: red;
}
.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: #111 !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: #fff;
  color: #111;
}
.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 .rs-header .menu-area {
  background: #fff;
  padding: 4px 0;
}
.full-width-header .rs-header .menu-area.sticky {
  padding: 10px 0;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .logo-cat-wrap
  .logo-part
  .dark-logo {
  display: inherit;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .logo-cat-wrap
  .logo-part
  .light-logo {
  display: none;
}
.full-width-header.header-style2 .rs-header .menu-area .rs-menu-area {
  justify-content: flex-end;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li {
  margin-left: 30px;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a {
  color: #333;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover {
  color: #21a7d0;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu {
  background: #fff;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li {
  margin: 0;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 4px;
  height: 4px;
  background: #076aa2;
  transform: translateY(-50%);
  border-radius: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0.4;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a {
  font-weight: 400 !important;
  color: #fff;
  border-top: 1px solid #eee;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a:hover {
  color: #21a7d0 !important;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.active
  a {
  color: #21a7d0 !important;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  .rs-mega-menu
  .mega-menu {
  left: unset;
  right: 0;
  background: #21a7d0;
  min-width: 770px;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  .rs-mega-menu
  .mega-menu
  .mega-menu-container
  .single-megamenu {
  width: 33.33%;
  float: left;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  .rs-mega-menu
  .mega-menu
  .mega-menu-container
  .single-megamenu
  .sub-menu {
  padding: 30px;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul
  li
  a:hover,
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul
  li.active
  a,
.full-width-header.header-style2
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul
  li.current-menu-item
  > a {
  color: #21a7d0 !important;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .expand-btn-inner
  li.cart-inner {
  border-color: #a9b1c2;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  > a {
  color: #394459;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  > a:hover {
  color: #21a7d0;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .categories-btn
  .cat-btn {
  color: #394459;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .categories-btn
  .cat-btn
  i {
  margin-right: 10px;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .categories-btn
  .cat-btn:hover
  i {
  color: #21a7d0;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .categories-btn
  .cat-menu-inner {
  background: #21a7d0;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .categories-btn
  .cat-menu-inner
  li
  a {
  color: #fff;
}
.full-width-header.header-style2
  .rs-header
  .menu-area
  .categories-btn
  .cat-menu-inner
  li
  a:hover {
  color: #273c66;
}
.full-width-header.header-style2 .rs-header .menu-area.sticky .logo-cat-wrap {
  display: flex;
  align-items: center;
}
.full-width-header.header-style2
  .rs-header
  .menu-area.sticky
  .logo-cat-wrap
  .logo-part
  .dark-logo {
  display: none;
}
.full-width-header.header-style2
  .rs-header
  .menu-area.sticky
  .logo-cat-wrap
  .logo-part
  .light-logo {
  display: inherit;
}
.full-width-header.header-style2
  .rs-header
  .menu-area.sticky
  .expand-btn-inner
  li
  > a {
  color: #fff;
}
.full-width-header.header-style2
  .rs-header
  .menu-area.sticky
  .expand-btn-inner
  li
  > a:hover {
  color: #21a7d0;
}
.full-width-header.header-style2
  .rs-header
  .menu-area.sticky
  .nav-expander.style3
  span {
  background: #fff;
}
.full-width-header.header-style2
  .rs-header
  .menu-area.sticky
  .nav-expander.style3:hover
  span {
  background: #ccc;
}
.full-width-header.header-style2
  .rs-header
  .menu-area.sticky
  .categories-btn
  .cat-btn {
  color: #fff;
}
.full-width-header.header-style2
  .rs-header
  .menu-area.sticky
  .categories-btn
  .cat-btn:hover
  i {
  color: #21a7d0;
}
.full-width-header.header-style2.modify1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area {
  background: transparent;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a {
  color: #fff;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover {
  color: #21a7d0;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu {
  background: #21a7d0;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a {
  font-weight: 400 !important;
  color: #fff;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a:hover {
  color: #ddd !important;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.active
  a {
  color: #ddd !important;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul
  li
  a:hover,
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul
  li.active
  a,
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul
  li.current-menu-item
  > a {
  color: #21a7d0 !important;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area
  .expand-btn-inner
  li.cart-inner {
  border-color: #a9b1c2;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  > a {
  color: #fff;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  > a:hover {
  color: #21a7d0;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area
  .categories-btn
  .cat-btn {
  color: #fff;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area
  .categories-btn
  .cat-btn:hover
  i {
  color: #21a7d0;
}
.full-width-header.header-style2.modify1 .rs-header .menu-area.sticky {
  background: #273c66 !important;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area.sticky
  .logo-cat-wrap {
  display: flex;
  align-items: center;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area.sticky
  .logo-cat-wrap
  .logo-part
  .dark-logo {
  display: none;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area.sticky
  .logo-cat-wrap
  .logo-part
  .light-logo {
  display: inherit;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area.sticky
  .main-menu
  .rs-menu
  ul.nav-menu
  > li
  > a {
  color: #fff;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area.sticky
  .expand-btn-inner
  li
  > a {
  color: #fff;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area.sticky
  .expand-btn-inner
  li
  > a:hover {
  color: #21a7d0;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area.sticky
  .categories-btn
  .cat-btn {
  color: #fff;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area.sticky
  .categories-btn
  .cat-btn:hover
  i {
  color: #21a7d0;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area.sticky
  .nav-expander
  span {
  background: #fff;
}
.full-width-header.header-style2.modify1
  .rs-header
  .menu-area.sticky
  .nav-expander:hover
  span {
  background: #ccc;
}
.full-width-header.header-style2.modify1.header-home6
  .rs-header
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li {
  margin-right: 35px;
}
.full-width-header.header-style2.modify1.header-home6
  .rs-header
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a {
  color: #fff;
}
.full-width-header.header-style2.modify1.header-home6
  .rs-header
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover {
  color: #f4bf00 !important;
}
.full-width-header.header-style2.modify1.header-home6
  .rs-header
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu {
  background: #fff !important;
}
.full-width-header.header-style2.modify1.header-home6
  .rs-header
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li {
  margin: 0;
}
.full-width-header.header-style2.modify1.header-home6
  .rs-header
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a {
  font-weight: 400 !important;
  color: #111 !important;
}
.full-width-header.header-style2.modify1.header-home6
  .rs-header
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a:hover {
  color: #f4bf00 !important;
}
.full-width-header.header-style2.modify1.header-home6
  .rs-header
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.active
  a {
  color: #f4bf00 !important;
}
.full-width-header.header-style2.modify1.header-home6
  .rs-header
  .rs-menu-area
  .main-menu
  .rs-menu
  .rs-mega-menu
  .mega-menu {
  background: #fff;
}
.full-width-header.header-style2.modify1.header-home6
  .rs-header
  .rs-menu-area
  .main-menu
  .rs-menu
  ul
  li
  a:hover,
.full-width-header.header-style2.modify1.header-home6
  .rs-header
  .rs-menu-area
  .main-menu
  .rs-menu
  ul
  li.active
  a,
.full-width-header.header-style2.modify1.header-home6
  .rs-header
  .rs-menu-area
  .main-menu
  .rs-menu
  ul
  li.current-menu-item
  > a {
  color: #f4bf00 !important;
}

.full-width-header.transparent {
  position: absolute;
}
.full-width-header.transparent
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a {
  color: #fff !important;
}
.full-width-header.transparent
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover {
  color: #21a7d0;
}
.full-width-header.transparent
  .rs-header
  .menu-area
  .expand-btn-inner
  li.cart-inner {
  border-color: #1c2f5e !important;
}
.full-width-header.transparent .rs-header .menu-area .expand-btn-inner li > a {
  color: #fff !important;
}
.full-width-header.transparent
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  > a:hover {
  color: #21a7d0;
}
.full-width-header.transparent .rs-header .menu-area.menu-sticky {
  background: none;
  border-bottom: none;
}
.full-width-header.home7-style4 .rs-header .menu-area {
  background: #fff !important;
}
.full-width-header.home7-style4
  .rs-header
  .menu-area
  .logo-cat-wrap
  .logo-part {
  background: red !important;
}
.full-width-header.home7-style4
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a {
  color: #111 !important;
}
.full-width-header.home7-style4
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover {
  color: #21a7d0;
}
.full-width-header.home7-style4
  .rs-header
  .menu-area
  .expand-btn-inner
  .nav-expander {
  right: -196px;
  position: absolute;
  color: #fff !important;
  background: #21a7d0;
  padding: 40px;
}
.full-width-header.home1-modifiy .rs-header .menu-area {
  background: #fff !important;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li {
  margin-right: 40px !important;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a {
  color: #111 !important;
  font-weight: 600 !important;
  padding-right: 18px !important;
  margin-right: unset !important;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover {
  color: #21a7d0 !important;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:last-child {
  margin-right: 0 !important;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li.current-menu-item
  > a {
  color: #21a7d0 !important;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu {
  background: #fff !important;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li {
  margin: 0;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a {
  font-weight: 400 !important;
  color: #111 !important;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a:hover {
  color: #21a7d0 !important;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li.active
  a {
  color: #21a7d0 !important;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .expand-btn-inner
  .cart-icon
  i {
  font-size: 20px;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .expand-btn-inner
  li.cart-inner {
  border-color: #1c2f5e !important;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  > a {
  color: #111 !important;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .expand-btn-inner
  li
  > a:hover {
  color: #21a7d0 !important;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .expand-btn-inner
  .apply-btn {
  background: #21a7d0;
  color: #fff !important;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 24px;
  border-radius: 30px;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area
  .expand-btn-inner
  .nav-expander {
  color: #111;
}
.full-width-header.home1-modifiy .rs-header .menu-area.sticky {
  background: #fff !important;
}
.full-width-header.home1-modifiy
  .rs-header
  .menu-area.sticky
  .rs-menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover {
  color: #21a7d0;
}
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;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
body .search-modal .close {
  color: #fff;
  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;
}
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}
@-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);
  }
}

.rs-banner .left-shape {
  position: absolute;
  top: -30px;
  left: 40px;
  z-index: -1;
}
.rs-banner .right-shape {
  position: absolute;
  top: 65px;
  right: -90px;
  z-index: -1;
}
.rs-banner .bottom-shape {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.rs-banner .bottom-shape img {
  width: 100%;
}
.rs-slider.style1 {
  position: relative;
}
.rs-slider.style1 .slider-content {
  position: relative;
}
.rs-slider.style1 .slider-content::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(45deg, #0b5288, #076aa229);
  width: 100%;
  height: 100%;
  display: none;
}
.banner-cntn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.rs-slider.style1 .slider-content .sl-sub-title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.rs-slider.style1 .slider-content .sl-title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  margin-left: 0;
  letter-spacing: 1px;
}
.rs-slider.style1 .owl-nav .owl-next,
.rs-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: #0b2557;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  transition-delay: 0.7s;
  opacity: 0;
  visibility: hidden;
}
.rs-slider.style1 .owl-nav .owl-next i:before,
.rs-slider.style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-slider.style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-slider.style1 .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-slider.style1:hover .owl-nav .owl-next,
.rs-slider.style1:hover .owl-nav .owl-prev {
  left: 50px;
  transition-delay: 0;
  visibility: visible;
  opacity: 1;
}
.rs-slider.style1:hover .owl-nav .owl-next {
  right: 50px;
  left: unset;
}
.rs-slider.style2 .slide-part {
  background: #f9f8f8;
  padding: 100px 0 0;
}
.rs-slider.style2 .slide-part .img-part {
  margin-bottom: -80px;
  overflow: hidden;
}
.rs-slider.style2 .slide-part .content {
  padding: 100px 0;
}
.rs-slider.style2 .slide-part .content .title {
  font-size: 55px;
  line-height: 70px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 40px;
  color: #031a3d;
}
.rs-slider.style2 .slide-part .content .sub-title {
  font-size: 16px;
  line-height: 25px;
  color: #ff5421;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.rs-slider.style2 .owl-nav .owl-next,
.rs-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: #fff;
  transition: all 0.5s;
  transition-delay: 0.7s;
  opacity: 0;
  visibility: hidden;
}
.rs-slider.style2 .owl-nav .owl-next i:before,
.rs-slider.style2 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-slider.style2 .owl-nav .owl-next:hover,
.rs-slider.style2 .owl-nav .owl-prev:hover {
  background: #ff5421;
  color: #fff;
}
.rs-slider.style2 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-slider.style2 .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-slider.style2:hover .owl-nav .owl-next,
.rs-slider.style2:hover .owl-nav .owl-prev {
  left: 50px;
  transition-delay: 0;
  visibility: visible;
  opacity: 1;
}
.rs-slider.style2:hover .owl-nav .owl-next {
  right: 50px;
  left: unset;
}
.rs-slider.style2 .owl-carousel .owl-stage-outer {
  padding: 0 0 80px;
  margin: 0 0 -80px;
}
.rs-slider.main-home {
  position: relative;
}
.rs-slider.main-home .slider-content {
  text-align: center;
}
.rs-slider.main-home .slider-content .content-part {
  padding: 250px 35px 400px;
  max-width: 900px;
  margin: 0 auto;
}
.rs-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;
}
.rs-slider.main-home .slider-content .content-part .sl-title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 65px;
}
.rs-slider.main-home .owl-nav .owl-next,
.rs-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: #fff;
  transition: all 0.5s;
  transition-delay: 0.7s;
  opacity: 0;
  visibility: hidden;
}
.rs-slider.main-home .owl-nav .owl-next i:before,
.rs-slider.main-home .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-slider.main-home .owl-nav .owl-next:hover,
.rs-slider.main-home .owl-nav .owl-prev:hover {
  background: #ed3600;
}
.rs-slider.main-home .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-slider.main-home .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-slider.main-home:hover .owl-nav .owl-next,
.rs-slider.main-home:hover .owl-nav .owl-prev {
  left: 50px;
  transition-delay: 0;
  visibility: visible;
  opacity: 1;
}
.rs-slider.main-home:hover .owl-nav .owl-next {
  right: 50px;
  left: unset;
}
.rs-breadcrumbs {
  position: relative;
}
.rs-breadcrumbs .breadcrumbs-img img {
  width: 100%;
}
.rs-breadcrumbs .breadcrumbs-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.rs-breadcrumbs .breadcrumbs-text .page-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #ff5421;
}
.rs-breadcrumbs .breadcrumbs-text ul {
  padding: 0;
}
.rs-breadcrumbs .breadcrumbs-text ul li {
  color: #505050;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.rs-breadcrumbs .breadcrumbs-text ul li a {
  position: relative;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #505050;
}
.rs-breadcrumbs .breadcrumbs-text ul li a:before,
.rs-breadcrumbs .breadcrumbs-text ul li a:after {
  background-color: #505050;
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 2px;
  transform: rotate(26deg);
}
.rs-breadcrumbs .breadcrumbs-text ul li a:before {
  right: 13px;
}
.rs-breadcrumbs .breadcrumbs-text ul li a:hover {
  color: #ff5421;
}
.rs-breadcrumbs .breadcrumbs-text.white-color .page-title {
  color: #fff;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li {
  color: #fff;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a {
  color: #fff;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:before,
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:after {
  background-color: #fff;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:before {
  right: 13px;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:hover {
  color: #ff5421;
}
.rs-breadcrumbs .breadcrumbs-text.padding {
  padding-top: 100px;
}
.breadcrumbs-overlay:after {
  content: "";
  position: absolute;
  background-color: rgba(17, 17, 17, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.rs-about .histort-part {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: none;
  display: block;
}
.rs-about .histort-part .single-history {
  display: block;
  margin-bottom: 30px;
}
.rs-about .histort-part .single-history a {
  padding: 28px 20px 22px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 5px;
  width: 230px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #171f32;
  transition: all 0.3s ease;
}
.rs-about .histort-part .single-history a .icon-part {
  display: block;
  margin-bottom: 15px;
}
.rs-about .histort-part .single-history a .icon-part i:before {
  font-size: 45px;
  line-height: 1;
  color: #fff;
}
.rs-about .histort-part .single-history a:hover,
.rs-about .histort-part .single-history a.active {
  background: #ff5421;
}
.rs-about .histort-part .last-item {
  margin-bottom: 0;
}
.rs-about .history-list .title {
  font-size: 22px;
  padding: 0;
  margin-bottom: 15px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #111;
}
.rs-about .history-list .title:before {
  display: none;
}
.rs-about .history-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.rs-about .history-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 25px;
  width: 5px;
  height: 5px;
  background: #111;
}
.rs-about .history-list li:last-child {
  margin-bottom: 0;
}
.rs-about.style1 .about-part {
  background: #e7f4f6;
  padding: 60px 60px 70px;
  border-radius: 5px;
  margin-top: -60px;
}
.rs-about.style1 .about-part .desc {
  font-size: 18px;
  line-height: 30px;
  color: #505050;
}
.rs-about.style1 .about-part .sign-part {
  display: flex;
  align-items: center;
}
.rs-about.style1 .about-part .sign-part .img-part {
  padding-right: 30px;
}
.rs-about.style1 .about-part .sign-part .author-part span {
  display: block;
}
.rs-about.style1 .about-part .sign-part .author-part .post {
  font-size: 18px;
}
.rs-about.style1 .notice-bord.style1 {
  margin-top: -60px;
}
.rs-about.style1 .notice-bord.style1 .title {
  background: #21a7d0;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 25px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.rs-about.style1 .notice-bord.style1 li {
  position: relative;
  background: #e7f4f6;
  margin-bottom: 12px;
  border-radius: 4px;
  padding: 20px;
  padding-left: 0 !important;
  overflow: hidden;
}
.rs-about.style1 .notice-bord.style1 li .date {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #21a7d0;
  border-right: 1px solid #21a7d0;
  padding-right: 10px;
  font-weight: 600;
  width: 60px;
}
.rs-about.style1 .notice-bord.style1 li .date span {
  font-size: 22px;
  font-family: "Nunito", sans-serif;
  display: block;
}
.rs-about.style1 .notice-bord.style1 li .desc {
  padding-left: 95px;
  font-weight: 500;
}
.rs-about.style1 .notice-bord.style1 li:last-child {
  margin-bottom: 0;
}
.rs-about.style1 .img-part {
  position: relative;
}
.rs-about.style1 .img-part .shape {
  position: absolute;
}
.rs-about.style1 .img-part .top-center {
  top: -30px;
  left: 49%;
  z-index: -1;
}
.rs-about.style1 .img-part .left-bottom {
  left: 0;
  bottom: 0;
}
.rs-about.style1 .img-part .left-bottom.second {
  bottom: -40px;
}
.rs-about.style2 .couter-area .counter-item {
  text-align: center;
  padding: 34px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.rs-about.style2 .couter-area .counter-item .number {
  margin-bottom: 7px;
  font-size: 42px;
}
.rs-about.style2 .couter-area .counter-item .title {
  font-size: 22px;
  color: #394459;
}
.rs-about.style2 .couter-area .counter-item.one {
  background: #fbf8cc;
}
.rs-about.style2 .couter-area .counter-item.two {
  background: #e9fbd5;
}
.rs-about.style2 .couter-area .counter-item.three {
  background: #dcf1fd;
}
.rs-about.style2 .grid-area .image-grid img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.rs-about.style3 .couter-area .counter-item {
  text-align: center;
  padding: 34px 15px;
  border-radius: 10px;
}
.rs-about.style3 .couter-area .counter-item .count-img {
  display: block;
  margin: 0 auto 23px;
}
.rs-about.style3 .couter-area .counter-item .number {
  margin-bottom: 7px;
  font-size: 42px;
  color: #111;
}
.rs-about.style3 .couter-area .counter-item .title {
  font-size: 22px;
  color: #505050;
}
.rs-about.style3 .couter-area .counter-item.one {
  background: #fbf8cc;
}
.rs-about.style3 .couter-area .counter-item.two {
  background: #e9fbd5;
}
.rs-about.style3 .couter-area .counter-item.three {
  background: #dcf1fd;
}
.rs-about.style4 .img-part {
  position: relative;
}
.rs-about.style4 .img-part .about-main {
  position: relative;
  z-index: 9;
}
.rs-about.style4 .img-part .shape {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.rs-about.style4 .img-part .circle-bg {
  z-index: 1;
}
.rs-about.style4 .about-content .title {
  font-size: 36px;
  font-weight: 800;
}
.rs-about.style4 .about-content .sub-title {
  color: #54647b;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.rs-about.style4 .about-content .contact-part li {
  display: inline-flex;
  align-items: center;
  margin: 0 30px 0 0;
  float: left;
}
.rs-about.style4 .about-content .contact-part li span {
  display: block;
}
.rs-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;
}
.rs-about.style4 .about-content .contact-part li .desc {
  font-size: 18px;
  font-weight: 500;
  color: #54647b;
}
.rs-about.style4 .about-content .contact-part li .desc span a {
  font-size: 24px;
  color: #111;
}
.rs-about.style4 .about-content .contact-part li .desc a {
  color: #031a3d;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}
.rs-about.style4 .about-content .contact-part li .desc a:hover {
  color: #21a7d0;
}
.rs-about.style4 .about-content .contact-part li:last-child {
  margin: 0;
}
.rs-about.style4 .about-content .book-part {
  position: absolute;
  right: 0;
  bottom: -25px;
  width: 775px;
}
.rs-about.style4 .about-content .book-part .single-book {
  padding: 20px 60px;
  background: #f3f8f9;
  float: left;
}
.rs-about.style5 .about-content .title {
  font-size: 42px;
  font-weight: 800;
}
.rs-about.style5 .about-content .sub-title {
  color: #505050;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.rs-about.style5 .about-content .contact-part li {
  position: relative;
  margin-bottom: 40px;
}
.rs-about.style5 .about-content .contact-part li span {
  display: block;
}
.rs-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;
}
.rs-about.style5 .about-content .contact-part li .desc {
  font-size: 18px;
  font-weight: 500;
  color: #505050;
  padding-left: 95px;
}
.rs-about.style5 .about-content .contact-part li .desc p {
  color: #031a3d;
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 0;
}
.rs-about.style5 .about-content .contact-part li .desc a {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}
.rs-about.style5 .about-content .contact-part li .desc a:hover {
  color: #21a7d0;
}
.rs-about.style5 .about-content .contact-part li .desc .address {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}
.rs-about.style5 .about-content .contact-part li:last-child {
  margin-bottom: 0;
}
.rs-about.style6 .desc {
  font-size: 16px;
  color: #505050;
  font-weight: 400;
}
.rs-about.style6 .shape-animate {
  position: relative;
}
.rs-about.style6 .shape-animate .transparent {
  position: absolute;
}
.rs-about.style6 .shape-animate .transparent.left {
  left: 27%;
}
.rs-about.style6 .shape-animate .transparent.right {
  right: 20%;
}
.rs-about.style9 .content .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #f4bf00;
  text-transform: uppercase;
}
.rs-about.style9 .content .sl-title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #111;
}
.rs-about.style9 .content .desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #505050;
}
.rs-about.video-style {
  position: relative;
}
.rs-about.video-style .icon-shape {
  position: absolute;
  top: -130px;
  left: -130px;
}
.rs-about.video-style .dot-shape {
  position: absolute;
  right: -90px;
  bottom: 30px;
}
.rs-about.video-style .about-content {
  padding: 70px 70px 70px 160px;
  margin-left: -120px;
  margin-top: -70px;
}
.rs-about.video-img {
  background-position: center top;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  padding-bottom: 500px;
}
.rs-about.video-img .shape-img {
  position: absolute;
  bottom: 0;
}
.rs-about.video-img .shape-img.left {
  left: 100px;
}
.rs-about.video-img .shape-img.center {
  left: 50%;
  transform: translateX(-50%);
}
.rs-about.video-img .shape-img.right {
  right: 100px;
}
.rs-about.style8 .main-content {
  padding: 40px 33px;
  background: #f9f8f8;
  position: relative;
  border-radius: 6px;
}
.rs-about.style8 .main-content .img-part {
  position: absolute;
  left: -240px;
  top: -50px;
  z-index: 111;
}
.rs-about.style8 .main-content .img-part img {
  border-radius: 6px;
}
.rs-about.style8 .main-content .images-title img {
  border-radius: 6px;
}
.rs-about.style9 .content-part {
  background-color: #f9f8f8;
  padding: 65px 30px 70px 100px;
  position: relative;
}
.rs-about.style9 .content-part .about-img {
  position: absolute;
  z-index: 111;
  left: -480px;
  top: 83px;
}
.rs-about.style9 .content-part .about-img img {
  border-radius: 6px;
}
.rs-about.orange-color .histort-part .single-history .icon-part i:before {
  color: #ff5421;
}
.rs-about.style10 {
  position: relative;
}
.rs-about.style10 .shape-icons .shape {
  position: absolute;
  bottom: 0;
}
.rs-about.style10 .shape-icons .shape.one {
  right: 49%;
  bottom: 28%;
}
.rs-about.style10 .shape-icons .shape.two {
  top: 19%;
  left: 23%;
}
.rs-services.style1 .service-item {
  position: relative;
  overflow: hidden;
}
.rs-services.style1 .service-item .scale-img {
  transition: all 0.3s ease;
  transform: scale(1);
}
.rs-services.style1 .service-item .content-part {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  text-align: center;
}
.rs-services.style1 .service-item .content-part i {
  font-size: 40px;
  color: #fff;
}
.rs-services.style1 .service-item .content-part i:before {
  font-size: 40px;
}
.rs-services.style1 .service-item .content-part .title {
  font-size: 22px;
  margin: 17px 0 0;
}
.rs-services.style1 .service-item .content-part .title a {
  color: #fff;
}
.rs-services.style1 .service-item .content-part .title a:hover {
  opacity: 0.8;
}
.rs-services.style1 .service-item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #273c66;
  opacity: 0.9;
}
.rs-services.style1 .service-item.overly1:after {
  background: #0b5288;
}
.rs-services.style1 .service-item.overly2:after {
  background: #42a1d8;
}
.rs-services.style1 .service-item.overly3:after {
  background: #076aa2;
}
.rs-services.style1 .service-item.overly4:after {
  background: #42a1d8;
}
.rs-services.style1 .service-item:hover .scale-img {
  transform: scale(1.1);
}
.rs-services.style2 .service-item {
  text-align: center;
  background: #f3fafc;
}
.rs-services.style2 .service-item .content-part {
  position: unset;
  transform: unset;
  padding: 60px 35px 50px;
}
.rs-services.style2 .service-item .content-part .icon-part i {
  color: #21a7d0;
}
.rs-services.style2 .service-item .content-part .icon-part i:before {
  font-size: 75px;
}
.rs-services.style2 .service-item .content-part .title {
  font-size: 22px;
  margin: 20px 0 0;
}
.rs-services.style2 .service-item .content-part .title a {
  color: #111;
}
.rs-services.style2 .service-item .content-part .title a:hover {
  color: #21a7d0;
}
.rs-services.style2 .service-item .content-part .desc {
  margin-bottom: 15px;
  margin-top: 5px;
}
.rs-services.style2 .service-item .content-part .service-btn {
  position: relative;
  padding-right: 20px;
  color: #111;
}
.rs-services.style2 .service-item .content-part .service-btn i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.rs-services.style2 .service-item .content-part .service-btn:hover {
  color: #21a7d0;
}
.rs-services.style2 .service-item .content-part .service-btn:hover i {
  right: -5px;
}
.rs-services.style6 .services-wrap {
  text-align: center;
  padding: 50px 30px;
  border-radius: 10px;
}
.rs-services.style6 .services-wrap .services-item {
  transition: all 0.8s ease;
  position: relative;
}
.rs-services.style6 .services-wrap .services-item .services-desc .title {
  font-size: 22px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rs-services.style6 .services-wrap .services-item .services-desc .title a {
  color: #111;
}
.rs-services.style6
  .services-wrap
  .services-item
  .services-desc
  .title
  a:hover {
  color: #21a7d0;
  transition: all 0.3s ease;
}
.rs-services.style6 .services-wrap .services-item .services-desc p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #505050;
  margin: 0;
}
.rs-services.style6 .services-wrap.bg1 {
  background: #fdfcdb;
}
.rs-services.style6 .services-wrap.bg2 {
  background: #fbe7e4;
}
.rs-services.style6 .services-wrap.bg3 {
  background: #e7f6fa;
}
.rs-services.style6 .services-wrap.bg4 {
  background: #f3e9fe;
}
.rs-services.style6 .services-wrap:hover .services-item {
  transform: translateY(-10px);
}
.rs-services.style6
  .services-wrap:hover
  .services-item
  .services-desc
  .title
  a {
  color: #21a7d0;
}
.rs-services.style7 .services-item {
  position: relative;
}
.rs-services.style7 .services-item .img-part img {
  width: 100%;
}
.rs-services.style7 .services-item .content-part {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 30px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.rs-services.style7 .services-item .content-part .title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}
.rs-services.style7 .services-item .content-part .title a {
  color: #fff;
}
.rs-services.style7 .services-item .content-part .title a:hover {
  color: #21a7d0;
  transition: all 0.3s ease;
}
.rs-services.style7 .services-item .content-part .desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.rs-services.style7 .services-item:hover .content-part {
  top: -10px;
}
.rs-services.style8 .services-item .services-icon {
  margin-bottom: 20px;
}
.rs-services.style8 .services-item .services-icon img {
  width: 55px;
}
.rs-services.style8 .services-item .services-title .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.rs-services.style8 .services-item .services-title .title:hover {
  color: #ff5421;
}
.rs-services.style8 .services-item .services-txt {
  color: #fff;
  margin: 0;
}
.rs-services.home12-style .services-item {
  padding: 45px 15px 40px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 30px #eee;
}
.rs-services.home12-style .services-item .services-image .services-icons {
  padding-bottom: 20px;
}
.rs-services.home12-style .services-item .services-image .services-icons img {
  width: 100px;
}
.rs-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;
}
.rs-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;
}
.rs-services.home12-style
  .services-item:hover
  .services-image
  .services-text
  .services-title
  .title {
  color: #0c8b51;
}
.rs-subject.style1 .subject-wrap {
  text-align: center;
  background: #d3fcf8;
  border-radius: 10px;
  padding: 50px 30px 45px;
}
.rs-subject.style1 .subject-wrap img {
  transition: all 0.3s ease;
  transform: translateY(0);
}
.rs-subject.style1 .subject-wrap .title {
  margin: 20px 0 5px;
}
.rs-subject.style1 .subject-wrap .title a {
  color: #111;
}
.rs-subject.style1 .subject-wrap .title a:hover {
  opacity: 0.8;
}
.rs-subject.style1 .subject-wrap:hover img {
  transition: all 0.3s ease;
  transform: translateY(-7px);
}
.rs-subject.style1 .subject-wrap.bgc1 {
  background: #d3fcf8;
}
.rs-subject.style1 .subject-wrap.bgc2 {
  background: #16aaca;
}
.rs-subject.style1 .subject-wrap.bgc3 {
  background: #f9e8e8;
}
.rs-subject.style1 .subject-wrap.bgc4 {
  background: #f8f6d1;
}
.rs-subject.style1 .subject-wrap.bgc5 {
  background: #eaddf8;
}
.rs-subject.style1 .subject-wrap.bgc6 {
  background: #e9fbd5;
}
.rs-subject.style1 .subject-wrap.text-light {
  color: #fff;
}
.rs-subject.style1 .subject-wrap.text-light .title a {
  color: #fff;
}
.rs-categories.style1 .categories-item {
  border: 1px solid #dfe9eb;
  background: #fff;
  overflow: hidden;
  padding: 30px;
  display: block;
  color: #505050;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.rs-categories.style1 .categories-item .icon-part {
  float: left;
  margin-right: 25px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  background: rgba(22, 170, 202, 0.2);
  text-align: center;
  transition: all 0.3s ease;
}
.rs-categories.style1 .categories-item .icon-part img {
  -webkit-transition: all 0.4s ease;
  transform: scale(1);
}
.rs-categories.style1 .categories-item .content-part .title {
  color: #111;
  margin-bottom: 5px;
  font-size: 22px;
  transition: all 0.3s ease;
}
.rs-categories.style1 .categories-item:hover {
  background: #21a7d0;
  color: #fff;
  border-color: #21a7d0;
}
.rs-categories.style1 .categories-item:hover .icon-part {
  background: #fff;
}
.rs-categories.style1 .categories-item:hover .icon-part img {
  transform: scale(0.9);
}
.rs-categories.style1 .categories-item:hover .content-part .title {
  color: #fff;
}
.rs-categories.main-home .categories-items {
  position: relative;
  transition: all 0.3s ease;
}
.rs-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;
}
.rs-categories.main-home .categories-items .contents {
  position: absolute;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: left;
  transition: all 500ms ease;
  padding: 30px 40px;
  bottom: 0;
  display: flex;
  align-items: center;
}
.rs-categories.main-home .categories-items .contents .img-part img {
  width: 42px;
  margin: 0 20px 8px 0;
}
.rs-categories.main-home .categories-items .contents .content-wrap .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}
.rs-categories.main-home .categories-items .contents .content-wrap .title a {
  color: #fff;
}
.rs-categories.main-home
  .categories-items
  .contents
  .content-wrap
  .title
  a:hover {
  color: #ff5421;
}
.rs-categories.main-home
  .categories-items
  .contents
  .content-wrap
  .course-qnty {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  transition: all 500ms ease;
  margin: 0;
}
.rs-categories.main-home .categories-items:before {
  content: "";
  background: -moz-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-linear-gradient(bottom, #000 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;
}
.rs-categories.main-home .categories-items:hover {
  transform: translateY(-10px);
}
.rs-categories.home9-style .categories-items {
  position: relative;
  transition: all 0.3s ease;
}
.rs-categories.home9-style .categories-items .images-part a img {
  border-radius: 4px 4px 0 0;
}
.rs-categories.home9-style .categories-items .image-content {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
  padding: 70px 30px 25px 40px;
  background-color: #fff;
  position: relative;
}
.rs-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;
}
.rs-categories.home9-style .categories-items .image-content .effect-icon i {
  color: #f4bf00;
  font-size: 35px;
}
.rs-categories.home9-style .categories-items .image-content .title {
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: #101010;
  margin-bottom: 17px;
}
.rs-categories.home9-style .categories-items .image-content .title a {
  color: #101010;
}
.rs-categories.home9-style .categories-items .image-content .title a:hover {
  color: #f4bf00;
}
.rs-categories.home9-style .categories-items .image-content .description p {
  font-weight: 400;
  color: #505050;
  font-size: 16px;
  padding-right: 50px;
}
.rs-categories.home9-style
  .categories-items
  .image-content
  .button-bottom
  .button-effect {
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  transition: all 0.8s ease;
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.rs-categories.home9-style
  .categories-items
  .image-content
  .button-bottom
  .button-effect
  a {
  text-transform: uppercase;
  color: #1c335f;
  padding: 13px 35px;
  background-color: #f4bf00;
  border-radius: 30px 30px 30px 30px;
}
.rs-categories.home9-style
  .categories-items
  .image-content
  .button-bottom
  .button-effect
  a:hover {
  color: #fff;
  background: #1c335f;
}
.rs-categories.home9-style .categories-items:hover {
  transform: translateY(-10px);
}
.rs-categories.home9-style .categories-items:hover .image-content .title a {
  color: #f4bf00;
}
.rs-categories.home9-style
  .categories-items:hover
  .image-content
  .button-bottom
  .button-effect {
  opacity: 1;
  visibility: visible;
}
.rs-categories.home11-style {
  background-position: center;
}
.rs-categories.home11-style .main-part {
  background: #e7f8fb;
  padding: 100px 300px 100px 70px;
}
.rs-categories.home11-style .main-part .categories-item {
  display: flex;
}
.rs-categories.home11-style .main-part .categories-item .icon-part {
  margin-right: 15px;
}
.rs-categories.home11-style .main-part .categories-item .content-part .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}
.rs-categories.home11-style .main-part .categories-item .content-part .title a {
  color: #4e49a1;
}
.rs-categories.home11-style
  .main-part
  .categories-item
  .content-part
  .title
  a:hover {
  color: #21a7d0;
}
.rs-categories.home11-style .main-part .categories-item .content-part p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #54647b;
  margin: 0;
}
.rs-categories.home-style14 .categories-items {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
.rs-categories.home-style14 .categories-items .cate-images {
  position: relative;
  transition: all 500ms ease;
}
.rs-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;
}
.rs-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;
}
.rs-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;
}
.rs-categories.home-style14 .categories-items .contents .img-part img {
  width: 42px;
  margin: 0 0 15px;
}
.rs-categories.home-style14 .categories-items .contents .content-wrap .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}
.rs-categories.home-style14 .categories-items .contents .content-wrap .title a {
  color: #fff;
}
.rs-categories.home-style14
  .categories-items
  .contents
  .content-wrap
  .title
  a:hover {
  color: #ff5421;
}
.rs-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;
}
.rs-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;
}
.rs-categories.home-style14 .categories-items:hover {
  transform: translateY(-10px);
}
.rs-categories.home-style14 .categories-items:hover .contents {
  bottom: -80px;
}
.rs-categories.home-style14
  .categories-items:hover
  .contents
  .content-wrap
  .course-qnty {
  visibility: visible;
  opacity: 1;
}
.rs-categories.home-style14
  .categories-items:hover
  .contents
  .content-wrap
  .btn2
  a {
  visibility: visible;
  opacity: 1;
}
.rs-categories.style2 .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}
.rs-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;
}
.rs-categories.style2 .categories-items .cate-item .cate-img img {
  width: 60px;
  margin: 0 auto;
}
.rs-categories.style2 .categories-items .cate-item .cate-content .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin: 25px 0 20px;
}
.rs-categories.style2 .categories-items .cate-item .cate-content .title a {
  color: #101010;
}
.rs-categories.style2
  .categories-items
  .cate-item
  .cate-content
  .title
  a:hover {
  color: #ff5421;
}
.rs-categories.style2 .categories-items .cate-item .cate-content .course-qnty {
  color: #101010;
}
.rs-categories.style2 .categories-items .cate-item:hover {
  transform: translateY(-10px);
}
.rs-categories.style2 .owl-nav .owl-next,
.rs-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: 0.4s;
  margin: 0 auto;
  text-align: center;
}
.rs-categories.style2 .owl-nav .owl-next i,
.rs-categories.style2 .owl-nav .owl-prev i {
  margin-top: 13px;
}
.rs-categories.style2 .owl-nav .owl-next i:before,
.rs-categories.style2 .owl-nav .owl-prev i:before {
  content: "\f133";
  font-family: Flaticon;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
.rs-categories.style2 .owl-nav .owl-next:hover,
.rs-categories.style2 .owl-nav .owl-prev:hover {
  background: #ff5421;
  color: #fff;
  border: 1px solid #ff5421;
}
.rs-categories.style2 .owl-nav .owl-next {
  right: -75px;
  left: unset;
}
.rs-categories.style2 .owl-nav .owl-next i:before {
  content: "\f133";
  font-size: 18px;
  font-weight: 400;
}
.rs-categories.style2 .owl-nav .owl-prev {
  right: unset;
  left: -105px;
}
.rs-categories.style2 .owl-nav .owl-prev i:before {
  content: "\f134";
  font-size: 18px;
  font-weight: 400;
}
.rs-popular-courses.style1 .courses-item {
  padding: 30px;
  border: 1px solid #dfe9eb;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.rs-popular-courses.style1 .courses-item .img-part {
  margin-bottom: 30px;
}
.rs-popular-courses.style1 .courses-item .img-part img {
  width: 100%;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.rs-popular-courses.style1 .courses-item .content-part .meta-part {
  margin-bottom: 17px;
}
.rs-popular-courses.style1 .courses-item .content-part .meta-part li {
  display: inline;
  margin-right: 10px;
}
.rs-popular-courses.style1
  .courses-item
  .content-part
  .meta-part
  li
  span.price {
  display: inline-block;
  padding: 3px 20px;
  color: #fff;
  font-weight: 500;
  background: #21a7d0;
  border-radius: 4px;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.rs-popular-courses.style1
  .courses-item
  .content-part
  .meta-part
  li
  a.categorie {
  color: #505050;
}
.rs-popular-courses.style1
  .courses-item
  .content-part
  .meta-part
  li:last-child {
  margin: 0;
}
.rs-popular-courses.style1 .courses-item .content-part .title {
  font-size: 24px;
}
.rs-popular-courses.style1 .courses-item .content-part .title a {
  color: #111;
}
.rs-popular-courses.style1 .courses-item .content-part .bottom-part {
  overflow: hidden;
}
.rs-popular-courses.style1 .courses-item .content-part .bottom-part .info-meta {
  float: left;
  padding-top: 10px;
}
.rs-popular-courses.style1
  .courses-item
  .content-part
  .bottom-part
  .info-meta
  li {
  display: inline;
  margin-right: 15px;
  transition: all 0.3s ease;
}
.rs-popular-courses.style1
  .courses-item
  .content-part
  .bottom-part
  .info-meta
  li.user
  i {
  color: #505050;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.rs-popular-courses.style1
  .courses-item
  .content-part
  .bottom-part
  .info-meta
  li.ratings
  i {
  color: #fcb903;
}
.rs-popular-courses.style1
  .courses-item
  .content-part
  .bottom-part
  .info-meta
  li:last-child {
  margin: 0;
}
.rs-popular-courses.style1 .courses-item .content-part .bottom-part .btn-part {
  text-align: right;
}
.rs-popular-courses.style1
  .courses-item
  .content-part
  .bottom-part
  .btn-part
  a {
  padding: 5px 13px;
  background: #f3f8f9;
  border: 1px solid #21a7d0;
  display: inline-block;
  border-radius: 4px;
  color: #111;
}
.rs-popular-courses.style1
  .courses-item
  .content-part
  .bottom-part
  .btn-part
  a
  i:before {
  font-size: 18px;
  font-weight: 700;
}
.rs-popular-courses.style1.modify1 .courses-item {
  overflow: hidden;
  transition: all 0.3s ease;
}
.rs-popular-courses.style1.modify1 .courses-item .img-part {
  overflow: hidden;
  margin-bottom: 35px;
  border-radius: 4px;
}
.rs-popular-courses.style1.modify1 .courses-item .img-part img {
  transition: all 500ms ease;
  transform: scale(1);
}
.rs-popular-courses.style1.modify1 .courses-item .content-part .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}
.rs-popular-courses.style1.modify1 .courses-item .content-part .title a {
  color: #111;
}
.rs-popular-courses.style1.modify1 .courses-item .content-part .title a:hover {
  color: #ff5421;
}
.rs-popular-courses.style1.modify1 .courses-item:hover .img-part img {
  transform: scale(1.1);
}
.rs-popular-courses.style2 .course-wrap {
  background: #c7e8f0;
  position: relative;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  overflow: hidden;
  padding: 30px;
}
.rs-popular-courses.style2 .course-wrap .front-part {
  z-index: 1;
  position: relative;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.rs-popular-courses.style2 .course-wrap .front-part .img-part {
  margin-bottom: 21px;
}
.rs-popular-courses.style2 .course-wrap .front-part .content-part a.categorie {
  color: #505050;
}
.rs-popular-courses.style2 .course-wrap .front-part .content-part .title {
  margin: 7px 0 0;
}
.rs-popular-courses.style2 .course-wrap .front-part .content-part .title a {
  color: #111;
}
.rs-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;
}
.rs-popular-courses.style2 .course-wrap .inner-part .content-part a.categorie {
  color: #fff;
}
.rs-popular-courses.style2
  .course-wrap
  .inner-part
  .content-part
  a.categorie:hover {
  color: #111;
}
.rs-popular-courses.style2 .course-wrap .inner-part .content-part .title {
  margin: 10px 0 25px;
}
.rs-popular-courses.style2 .course-wrap .inner-part .content-part .title a {
  color: #fff;
}
.rs-popular-courses.style2
  .course-wrap
  .inner-part
  .content-part
  .title
  a:hover {
  color: #111;
}
.rs-popular-courses.style2
  .course-wrap
  .inner-part
  .content-part
  .course-meta
  li {
  color: #fff;
  display: inline;
  margin-right: 15px;
}
.rs-popular-courses.style2
  .course-wrap
  .inner-part
  .content-part
  .course-meta
  li.course-user
  i {
  margin-right: 6px;
}
.rs-popular-courses.style2
  .course-wrap
  .inner-part
  .content-part
  .course-meta
  li.ratings
  i {
  margin-right: 3px;
  color: #fcb903;
}
.rs-popular-courses.style2
  .course-wrap
  .inner-part
  .content-part
  .course-meta
  li:last-child {
  margin: 0;
}
.rs-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;
}
.rs-popular-courses.style2 .course-wrap .price-btn a {
  font-weight: 500;
  background: #fff;
  border-radius: 4px;
  color: #111;
  display: inline-block;
  padding: 5px 5px 5px 10px;
}
.rs-popular-courses.style2 .course-wrap .price-btn a i {
  padding-left: 5px;
}
.rs-popular-courses.style2 .course-wrap .price-btn a i:before {
  font-size: 15px;
  color: #fff;
  width: 41px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #21a7d0;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.rs-popular-courses.style2 .course-wrap .price-btn a:hover i:before {
  background: #111;
}
.rs-popular-courses.style2 .course-wrap:after,
.rs-popular-courses.style2 .course-wrap:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 0;
  background: #b5e2ec;
}
.rs-popular-courses.style2 .course-wrap:after {
  width: 146px;
  height: 146px;
  left: -73px;
  bottom: 70px;
}
.rs-popular-courses.style2 .course-wrap:before {
  width: 412px;
  height: 412px;
  right: -133px;
  top: -80px;
}
.rs-popular-courses.style2 .course-wrap:hover {
  background: #16aaca;
}
.rs-popular-courses.style2 .course-wrap:hover .front-part {
  opacity: 0;
  visibility: hidden;
}
.rs-popular-courses.style2 .course-wrap:hover .inner-part,
.rs-popular-courses.style2 .course-wrap:hover .price-btn {
  opacity: 1;
  visibility: visible;
}
.rs-popular-courses.style2 .course-wrap:hover:after,
.rs-popular-courses.style2 .course-wrap:hover:before {
  background: #1ca6c7;
}
.rs-popular-courses.style3 .courses-item {
  border: 1px solid #dfe9eb;
  transition: all 0.3s ease;
}
.rs-popular-courses.style3 .courses-item .img-part img {
  width: 100%;
  transition: all 0.3s ease;
}
.rs-popular-courses.style3 .courses-item .content-part {
  position: relative;
  padding: 40px 25px;
}
.rs-popular-courses.style3 .courses-item .content-part a.categories {
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  background: #21a7d0;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: absolute;
  top: -20px;
}
.rs-popular-courses.style3 .courses-item .content-part .meta-part {
  margin-bottom: 17px;
}
.rs-popular-courses.style3 .courses-item .content-part .meta-part li {
  display: inline;
  margin-right: 10px;
  font-weight: 700;
}
.rs-popular-courses.style3
  .courses-item
  .content-part
  .meta-part
  li:last-child {
  margin: 0;
}
.rs-popular-courses.style3 .courses-item .content-part .title a {
  color: #111;
}
.rs-popular-courses.style3 .courses-item .content-part .bottom-part {
  overflow: hidden;
}
.rs-popular-courses.style3 .courses-item .content-part .bottom-part .info-meta {
  float: left;
}
.rs-popular-courses.style3
  .courses-item
  .content-part
  .bottom-part
  .info-meta
  li {
  display: inline;
  margin-right: 15px;
  transition: all 0.3s ease;
}
.rs-popular-courses.style3
  .courses-item
  .content-part
  .bottom-part
  .info-meta
  li.ratings
  i {
  color: #fcb903;
}
.rs-popular-courses.style3
  .courses-item
  .content-part
  .bottom-part
  .info-meta
  li:last-child {
  margin: 0;
}
.rs-popular-courses.style3 .courses-item .content-part .bottom-part .btn-part {
  text-align: right;
}
.rs-popular-courses.style3
  .courses-item
  .content-part
  .bottom-part
  .btn-part
  a {
  color: #505050;
}
.rs-popular-courses.style3
  .courses-item
  .content-part
  .bottom-part
  .btn-part
  a
  i:before {
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
}
.rs-popular-courses.style4 .sec-title .title {
  font-weight: 800;
}
.rs-popular-courses.style4 .sec-title .sub-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  color: #485973;
}
.rs-popular-courses.style4 .courses-item {
  border: 1px solid #dfe9eb;
  transition: all 0.3s ease;
}
.rs-popular-courses.style4 .courses-item .img-part img {
  width: 100%;
  transition: all 0.3s ease;
}
.rs-popular-courses.style4 .courses-item .content-part {
  position: relative;
  padding: 40px 25px;
}
.rs-popular-courses.style4 .courses-item .content-part .price {
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  background: #21a7d0;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.rs-popular-courses.style4 .courses-item .content-part a.categories {
  color: #485973;
  display: inline-block;
  margin-bottom: 10px;
}
.rs-popular-courses.style4 .courses-item .content-part .meta-part {
  margin-bottom: 17px;
}
.rs-popular-courses.style4 .courses-item .content-part .meta-part li {
  display: inline;
  margin-right: 10px;
  font-weight: 700;
}
.rs-popular-courses.style4
  .courses-item
  .content-part
  .meta-part
  li:last-child {
  margin: 0;
}
.rs-popular-courses.style4 .courses-item .content-part .title {
  font-size: 24px;
}
.rs-popular-courses.style4 .courses-item .content-part .title a {
  color: #111;
}
.rs-popular-courses.style4 .courses-item .content-part .bottom-part {
  overflow: hidden;
}
.rs-popular-courses.style4 .courses-item .content-part .bottom-part .user {
  float: left;
  margin-right: 20px;
}
.rs-popular-courses.style4 .courses-item .content-part .bottom-part .info-meta {
  float: left;
}
.rs-popular-courses.style4
  .courses-item
  .content-part
  .bottom-part
  .info-meta
  li {
  display: inline;
  margin-right: 15px;
  transition: all 0.3s ease;
}
.rs-popular-courses.style4
  .courses-item
  .content-part
  .bottom-part
  .info-meta
  li.ratings
  i {
  color: #fcb903;
}
.rs-popular-courses.style4
  .courses-item
  .content-part
  .bottom-part
  .info-meta
  li:last-child {
  margin: 0;
}
.rs-popular-courses.style4 .courses-item .content-part .bottom-part .btn-part {
  text-align: right;
}
.rs-popular-courses.style4
  .courses-item
  .content-part
  .bottom-part
  .btn-part
  a {
  color: #505050;
}
.rs-popular-courses.style4
  .courses-item
  .content-part
  .bottom-part
  .btn-part
  a
  i:before {
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
}
.rs-popular-courses.style5 .courses-item .courses-grid .img-part {
  overflow: hidden;
}
.rs-popular-courses.style5 .courses-item .courses-grid .img-part a img {
  border-radius: 5px;
  transition: all 500ms ease;
  transform: scale(1);
}
.rs-popular-courses.style5 .courses-item .courses-grid .content-part {
  padding: 50px 30px;
  position: relative;
  text-align: center;
  background: #f9f8f8;
  border-color: #f9f8f8;
}
.rs-popular-courses.style5
  .courses-item
  .courses-grid
  .content-part
  .course-price
  .price {
  padding: 9px 20px;
  color: #fff;
  font-weight: 500;
  background: #ff5421;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.rs-popular-courses.style5 .courses-item .courses-grid .content-part .title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 18px;
}
.rs-popular-courses.style5 .courses-item .courses-grid .content-part .title a {
  color: #031a3d;
}
.rs-popular-courses.style5
  .courses-item
  .courses-grid
  .content-part
  .title
  a:hover {
  color: #21a7d0;
}
.rs-popular-courses.style5
  .courses-item
  .courses-grid
  .content-part
  .meta-part {
  text-align: center;
}
.rs-popular-courses.style5
  .courses-item
  .courses-grid
  .content-part
  .meta-part
  .user {
  display: inline-block;
  margin-right: 8px;
  color: #363636;
}
.rs-popular-courses.style5
  .courses-item
  .courses-grid
  .content-part
  .meta-part
  .user
  i:before {
  color: #ff5421;
  padding-right: 6px;
}
.rs-popular-courses.style5
  .courses-item
  .courses-grid
  .content-part
  .meta-part
  .user
  i:before:last-child {
  padding-left: 0;
}
.rs-popular-courses.style5
  .courses-item
  .courses-grid
  .content-part
  .meta-part
  .user:last-child {
  margin-right: 0;
}
.rs-popular-courses.style5 .courses-item:hover .courses-grid .img-part a img {
  transform: scale(1.1);
}
.rs-popular-courses.style6 .courses-item {
  background: #fff;
  border-radius: 5px;
  transition: 0.4s;
  overflow: hidden;
}
.rs-popular-courses.style6 .courses-item .img-part {
  overflow: hidden;
}
.rs-popular-courses.style6 .courses-item .img-part img {
  border-radius: 5px;
  transition: all 500ms ease;
  transform: scale(1.1);
}
.rs-popular-courses.style6 .courses-item .content-part {
  padding: 25px 0 25px 20px;
}
.rs-popular-courses.style6 .courses-item .content-part .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.rs-popular-courses.style6 .courses-item .content-part .title a {
  color: #101010;
}
.rs-popular-courses.style6 .courses-item .content-part .title a:hover {
  color: #ff5421;
}
.rs-popular-courses.style6 .courses-item .content-part .meta-part li .price {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #ff5421;
}
.rs-popular-courses.style6 .courses-item:hover .img-part img {
  transform: scale(1);
}
.rs-popular-courses.course-view-style .course-part {
  margin: 0 -15px;
}
.rs-popular-courses.course-view-style .course-part .courses-item {
  float: left;
  width: 46%;
  margin: 0 15px;
  margin-bottom: 30px;
}
.rs-popular-courses.course-view-style .course-part .courses-item.right {
  float: right;
}
.rs-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%;
}
.rs-popular-courses.course-view-style .course-search-part .course-view-part {
  display: flex;
  align-items: center;
  float: left;
  width: 90%;
}
.rs-popular-courses.course-view-style
  .course-search-part
  .course-view-part
  .view-icons {
  float: left;
  margin-right: 20px;
  line-height: 1;
}
.rs-popular-courses.course-view-style
  .course-search-part
  .course-view-part
  .view-icons
  a {
  color: #505050;
  font-size: 20px;
  opacity: 0.7;
}
.rs-popular-courses.course-view-style
  .course-search-part
  .course-view-part
  .view-icons
  a.view-grid {
  color: #ff5421;
  opacity: 1;
}
.rs-popular-courses.course-view-style
  .course-search-part
  .course-view-part
  .view-icons
  a:hover {
  color: #ff5421;
  opacity: 1;
}
.rs-popular-courses.course-view-style .course-search-part .type-form {
  position: relative;
  float: right;
}
.rs-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: #fff;
  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;
}
.rs-popular-courses.course-view-style
  .course-search-part
  .type-form
  .custom-select-box {
  position: relative;
}
.rs-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: #fff;
  font-size: 16px;
  line-height: 1;
}
.rs-popular-courses.course-view-style.list-view .course-part {
  margin: 0;
}
.rs-popular-courses.course-view-style.list-view .course-part .courses-item {
  width: 100%;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
.rs-popular-courses.course-view-style.list-view
  .course-part
  .courses-item
  .img-part {
  margin: 0;
  margin-right: 30px;
}
.rs-popular-courses.course-view-style.list-view
  .course-search-part
  .course-view-part
  .view-icons
  a.view-grid {
  color: #505050;
  opacity: 0.7;
}
.rs-popular-courses.course-view-style.list-view
  .course-search-part
  .course-view-part
  .view-icons
  a.view-list {
  color: #ff5421;
  opacity: 1;
}
.rs-popular-courses.course-view-style .widget-archives .categories {
  margin-left: 25px;
}
.rs-popular-courses.course-view-style .filter-widget {
  position: relative;
}
.rs-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;
}
.rs-popular-courses.course-view-style .filter-form {
  position: relative;
}
.rs-popular-courses.course-view-style .filter-form span {
  position: relative;
  color: #626262;
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-popular-courses.course-view-style .filter-form .radio-box {
  position: relative;
  margin-left: 25px;
  margin-bottom: 12px;
}
.rs-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;
}
.rs-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;
}
.rs-popular-courses.course-view-style .filter-form .radio-box label:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  line-height: 15px;
  max-width: 0;
  font-size: 14px;
  color: #fff;
  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;
}
.rs-popular-courses.course-view-style
  .filter-form
  .radio-box
  input[type="radio"]:checked
  + label {
  border-color: #25a9e0;
}
.rs-popular-courses.course-view-style
  .filter-form
  .radio-box
  input[type="radio"] {
  display: none;
}
.rs-popular-courses.course-view-style
  .filter-form
  .radio-box
  input[type="radio"]:checked
  + label:before {
  border: 5px solid #ff5421;
  background: #fff;
}
.rs-popular-courses.course-view-style
  .filter-form
  .radio-box
  input[type="radio"]:checked
  + label:after {
  max-width: 20px;
  opacity: 1;
}
.rs-popular-courses.course-view-style .filter-form .radio-box:last-child {
  margin-bottom: 0;
}
.rs-popular-courses.course-view-style .filter-form .check-box {
  margin-left: 25px;
  margin-bottom: 12px;
}
.rs-popular-courses.course-view-style .filter-form .check-box label {
  padding-left: 10px;
  line-height: 1;
}
.rs-popular-courses.main-home .courses-item .courses-grid {
  padding: 0;
  box-shadow: 0 0 30px #eee;
  border-radius: 0 0 4px 4px;
  background: #fff;
}
.rs-popular-courses.main-home .courses-item .courses-grid .img-part {
  margin-bottom: 0;
  overflow: hidden;
}
.rs-popular-courses.main-home .courses-item .courses-grid .img-part a img {
  border-radius: 4px 4px 0 0;
  transition: all 0.8s ease;
  transform: scale(1);
}
.rs-popular-courses.main-home .courses-item .courses-grid .content-part {
  padding: 32px 35px 35px;
}
.rs-popular-courses.main-home
  .courses-item
  .courses-grid
  .content-part
  .info-meta {
  padding-bottom: 10px;
}
.rs-popular-courses.main-home
  .courses-item
  .courses-grid
  .content-part
  .info-meta
  li {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.rs-popular-courses.main-home
  .courses-item
  .courses-grid
  .content-part
  .info-meta
  li
  i {
  color: #fcb903;
}
.rs-popular-courses.main-home
  .courses-item
  .courses-grid
  .content-part
  .course-price
  .price {
  padding: 3px 15px;
  color: #fff;
  font-weight: 500;
  background: #ff5421;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: absolute;
  top: 20px;
  right: 38px;
}
.rs-popular-courses.main-home .courses-item .courses-grid .content-part .title {
  margin: 0 0 10px;
  line-height: 30px;
  font-size: 22px;
}
.rs-popular-courses.main-home
  .courses-item
  .courses-grid
  .content-part
  .title
  a {
  color: #101010;
}
.rs-popular-courses.main-home
  .courses-item
  .courses-grid
  .content-part
  .title
  a:hover {
  color: #ff5421;
}
.rs-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;
}
.rs-popular-courses.main-home
  .courses-item
  .courses-grid
  .content-part
  .meta-part
  .user {
  display: inline-block;
  margin-right: 8px;
  color: #363636;
}
.rs-popular-courses.main-home
  .courses-item
  .courses-grid
  .content-part
  .meta-part
  .user
  i:before {
  color: #ff5421;
  padding-right: 6px;
}
.rs-popular-courses.main-home
  .courses-item:hover
  .courses-grid
  .img-part
  a
  img {
  transform: scale(1.1);
}
.rs-popular-courses.main-home.home12-style
  .courses-item
  .courses-grid
  .content-part {
  padding: 32px 35px 35px;
}
.rs-popular-courses.main-home.home12-style
  .courses-item
  .courses-grid
  .content-part
  .info-meta {
  padding-bottom: 10px;
}
.rs-popular-courses.main-home.home12-style
  .courses-item
  .courses-grid
  .content-part
  .info-meta
  li
  i {
  color: #fcb903;
}
.rs-popular-courses.main-home.home12-style
  .courses-item
  .courses-grid
  .content-part
  .course-price
  .price {
  background: #0c8b51;
}
.rs-popular-courses.main-home.home12-style
  .courses-item
  .courses-grid
  .content-part
  .title {
  margin: 0 0 10px;
  line-height: 30px;
  font-size: 22px;
}
.rs-popular-courses.main-home.home12-style
  .courses-item
  .courses-grid
  .content-part
  .title
  a {
  color: #101010;
}
.rs-popular-courses.main-home.home12-style
  .courses-item
  .courses-grid
  .content-part
  .title
  a:hover {
  color: #0c8b51;
}
.rs-popular-courses.main-home.home12-style
  .courses-item
  .courses-grid
  .content-part
  .meta-part {
  border-top: 1px solid #f4f0f0;
}
.rs-popular-courses.main-home.home12-style
  .courses-item
  .courses-grid
  .content-part
  .meta-part
  .user {
  display: inline-block;
  margin-right: 8px;
  color: #363636;
}
.rs-popular-courses.main-home.home12-style
  .courses-item
  .courses-grid
  .content-part
  .meta-part
  .user
  i:before {
  color: #0c8b51;
  padding-right: 6px;
}
.rs-popular-courses.orange-color
  .courses-item
  .content-part
  .meta-part
  li
  span.price {
  background: #ff5421;
}
.rs-popular-courses.orange-color .courses-item .content-part .title a:hover {
  color: #ff5421;
}
.rs-popular-courses.orange-color
  .courses-item
  .content-part
  .bottom-part
  .btn-part
  a {
  border: 1px solid #f2f2f2;
  background: transparent;
}
.rs-popular-courses.orange-color
  .courses-item
  .content-part
  .bottom-part
  .btn-part
  a:hover {
  background: #ff5421;
  color: #fff;
}
.rs-popular-courses.orange-color.style2 .course-wrap {
  background: #ff5421;
}
.rs-popular-courses.orange-color.style2 .course-wrap .price-btn a i:before {
  background: #ff5421;
}
.rs-popular-courses.orange-color.style2
  .course-wrap
  .price-btn
  a:hover
  i:before {
  background: #ff4007;
}
.rs-popular-courses.orange-color.style2 .course-wrap:after,
.rs-popular-courses.orange-color.style2 .course-wrap:before {
  background: #ff5421;
}
.rs-popular-courses.orange-color.style2 .course-wrap:hover {
  background: #ff5421;
}
.rs-popular-courses.orange-color.style2 .course-wrap:hover:after,
.rs-popular-courses.orange-color.style2 .course-wrap:hover:before {
  background: #ff5421;
}
.rs-popular-courses.orange-color.style3
  .courses-item
  .content-part
  a.categories {
  background: #ff5421;
  color: #fff;
}
.rs-popular-courses.orange-color.style3
  .courses-item
  .content-part
  .meta-part
  li
  span.price {
  background: unset;
}
.rs-popular-courses.orange-color.style3 .courses-item .content-part .title a {
  color: #111;
}
.rs-popular-courses.orange-color.style3
  .courses-item
  .content-part
  .title
  a:hover {
  color: #ff5421;
}
.rs-popular-courses.orange-color.style3
  .courses-item
  .content-part
  .bottom-part
  .btn-part
  a {
  border: unset;
}
.rs-popular-courses.orange-color.style3
  .courses-item
  .content-part
  .bottom-part
  .btn-part
  a:hover {
  background: transparent;
  color: #ff5421;
}
.rs-popular-courses.orange-color.style4 .courses-item .content-part .price {
  background: #ff5421;
}
.rs-popular-courses.orange-color.style4
  .courses-item
  .content-part
  .bottom-part
  .btn-part
  a {
  border: unset;
  border: unset;
}
.rs-popular-courses.orange-color.style4
  .courses-item
  .content-part
  .bottom-part
  .btn-part
  a:hover {
  background: transparent;
  color: #ff5421;
}
.rs-popular-courses.home11-style .courses-item {
  border: 1px solid #e5e4f1;
  padding: 30px;
  position: relative;
  transition: all 0.4s ease;
}
.rs-popular-courses.home11-style .courses-item .content-part {
  padding: 30px 0 0;
}
.rs-popular-courses.home11-style
  .courses-item
  .content-part
  .course-body
  .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  margin-bottom: 12px;
}
.rs-popular-courses.home11-style
  .courses-item
  .content-part
  .course-body
  .title
  a {
  color: #4e49a1;
}
.rs-popular-courses.home11-style
  .courses-item
  .content-part
  .course-body
  .title
  a:hover {
  color: #21a7d0;
}
.rs-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;
}
.rs-popular-courses.home11-style .courses-item .content-part .bottom-part {
  border-top: 1px solid #e5e4f1;
  padding: 20px 0 0;
}
.rs-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;
}
.rs-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;
}
.rs-popular-courses.home11-style
  .courses-item
  .content-part
  .bottom-part
  .course-footer
  .desc {
  font-size: 14px;
  line-height: 23px;
  color: #21a7d0;
  font-weight: 400;
}
.rs-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 0.5s ease;
}
.rs-popular-courses.home11-style .courses-item .btn-part a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
}
.rs-popular-courses.home11-style .courses-item .btn-part a:hover {
  color: #21a7d0;
}
.rs-popular-courses.home11-style .courses-item:hover .btn-part {
  bottom: -20px;
  opacity: 1;
  visibility: visible;
}
.rs-popular-courses.home11-style .owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.rs-popular-courses.home13-style .courses-item .courses-grid {
  border-radius: 0 0 4px 4px;
}
.rs-popular-courses.home13-style .courses-item .courses-grid .img-part {
  margin-bottom: 0;
  overflow: hidden;
}
.rs-popular-courses.home13-style .courses-item .courses-grid .img-part a img {
  border-radius: 4px 4px 0 0;
  transition: all 0.8s ease;
  transform: scale(1);
}
.rs-popular-courses.home13-style .courses-item .courses-grid .content-part {
  padding: 25px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #252525;
}
.rs-popular-courses.home13-style
  .courses-item
  .courses-grid
  .content-part
  .course-price
  .price {
  padding: 3px 15px;
  color: #fff;
  font-weight: 500;
  background: #ff5421;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: absolute;
  top: 20px;
  right: 38px;
}
.rs-popular-courses.home13-style
  .courses-item
  .courses-grid
  .content-part
  .title {
  margin: 0 0 10px;
  line-height: 30px;
  font-size: 22px;
}
.rs-popular-courses.home13-style
  .courses-item
  .courses-grid
  .content-part
  .title
  a {
  color: #fff;
}
.rs-popular-courses.home13-style
  .courses-item
  .courses-grid
  .content-part
  .title
  a:hover {
  color: #ff5421;
}
.rs-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;
}
.rs-popular-courses.home13-style
  .courses-item
  .courses-grid
  .content-part
  .meta-part
  .user {
  display: inline-block;
  margin-right: 8px;
  color: #fff;
}
.rs-popular-courses.home13-style
  .courses-item
  .courses-grid
  .content-part
  .meta-part
  .user
  i:before {
  color: #ff5421;
  padding-right: 6px;
}
.rs-popular-courses.home13-style
  .courses-item
  .courses-grid
  .content-part
  .avatar-part {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.rs-popular-courses.home13-style
  .courses-item
  .courses-grid
  .content-part
  .avatar-part
  .avatar-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.rs-popular-courses.home13-style
  .courses-item
  .courses-grid
  .content-part
  .avatar-part
  .avatar-img
  img {
  border-radius: 50%;
}
.rs-popular-courses.home13-style
  .courses-item
  .courses-grid
  .content-part
  .avatar-part
  .title {
  font-size: 15px;
  color: #fff;
  line-height: 27px;
  margin-bottom: 0;
}
.rs-popular-courses.home13-style
  .courses-item:hover
  .courses-grid
  .img-part
  a
  img {
  transform: scale(1.1);
}
.free-course-contact span {
  font-size: 30px;
  color: #111;
  display: block;
}
.free-course-contact form input,
.free-course-contact form textarea,
.free-course-contact form select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #767676;
  background: #fff;
  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;
}
.rs-latest-couses .course-item {
  align-items: flex-start;
  border-radius: 300px 5px 5px 300px;
  display: flex;
  border: 1px solid #ceeaf0;
  background: #fff;
}
.rs-latest-couses .course-item .course-image a {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 100%;
  display: block;
}
.rs-latest-couses .course-item .course-image a img {
  object-fit: cover;
  object-position: left;
  height: 100%;
  width: 100%;
}
.rs-latest-couses .course-item .course-info {
  align-self: center;
  padding: 0 30px;
}
.rs-latest-couses .course-item .course-info .meta-part {
  padding-bottom: 5px;
}
.rs-latest-couses .course-item .course-info .meta-part li {
  display: inline;
  margin-right: 10px;
  font-weight: 700;
}
.rs-latest-couses .course-item .course-info .course-title {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}
.rs-latest-couses .course-item .course-info .course-title a {
  color: #111;
}
.rs-latest-couses .course-item .course-info .course-title a:hover {
  color: #21a7d0;
  transition: all 0.3s ease;
}
.rs-latest-couses .course-item .course-info .bottom-part .info-meta {
  float: left;
}
.rs-latest-couses
  .course-item
  .course-info
  .bottom-part
  .info-meta
  ul
  .ratings {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.rs-latest-couses
  .course-item
  .course-info
  .bottom-part
  .info-meta
  ul
  .ratings
  i {
  color: #fcb903;
}
.rs-latest-couses .course-item .course-info .bottom-part .btn-part {
  text-align: right;
}
.rs-latest-couses .course-item .course-info .bottom-part .btn-part a {
  color: #505050;
}
.rs-latest-couses .course-item .course-info .bottom-part .btn-part a i:before {
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
}
.rs-latest-couses .course-item .course-info .bottom-part .btn-part a:hover {
  color: #21a7d0;
  transition: all 0.3s ease;
}
.rs-latest-couses .course-item:hover {
  background: #fff;
  border-color: #fff;
}
.rs-latest-couses.orange-color .course-item {
  border: 1px solid #ff542129;
}
.rs-latest-couses.orange-color .course-item .course-info .course-title a:hover,
.rs-latest-couses.orange-color .course-item .bottom-part .btn-part a:hover {
  color: #ff5421;
}
.rs-latest-couses.orange-color .course-item:hover {
  background: #fff;
  border-color: #fff;
}
.rs-featured-courses {
  background: #e7f8fb;
}
.rs-featured-courses .rs-carousel .owl-dots {
  text-align: center;
}
.rs-featured-courses .rs-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  background: #111;
}
.rs-featured-courses .rs-carousel .owl-dots .owl-dot:hover {
  background: #21a7d0;
}
.rs-featured-courses .rs-carousel .owl-dots .active {
  background: #21a7d0;
}
.rs-featured-courses .owl-stage-outer {
  padding-bottom: 10px;
}
.rs-featured-courses .courses-item {
  padding: 0 30px;
  position: relative;
  transition: all 0.3s ease;
}
.rs-featured-courses .courses-item .img-part {
  position: relative;
  z-index: 111;
}
.rs-featured-courses .courses-item .content-part {
  padding: 30px 0;
  position: relative;
  z-index: 111;
}
.rs-featured-courses .courses-item .content-part span .categories {
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: absolute;
  top: -20px;
  left: 32px;
}
.rs-featured-courses .courses-item .content-part span .categories.bg1 {
  background: #c701f1;
}
.rs-featured-courses .courses-item .content-part span .categories.bg2 {
  background: #065ce8;
}
.rs-featured-courses .courses-item .content-part span .categories.bg3 {
  background: #f6075b;
}
.rs-featured-courses .courses-item .content-part .meta-part {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 12px;
}
.rs-featured-courses .courses-item .content-part .meta-part .user {
  display: inline;
  margin-right: 10px;
  font-weight: 700;
}
.rs-featured-courses .courses-item .content-part .meta-part .ratings {
  padding-left: 25px;
}
.rs-featured-courses .courses-item .content-part .meta-part .ratings i {
  color: #fcb903;
}
.rs-featured-courses .courses-item .content-part .title {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
}
.rs-featured-courses .courses-item .content-part .title a {
  color: #031a3d;
}
.rs-featured-courses .courses-item .content-part .title a:hover {
  color: #21a7d0;
}
.rs-featured-courses .courses-item .content-part .images {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e8eb;
  padding-bottom: 35px;
}
.rs-featured-courses .courses-item .content-part .images .img-part img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.rs-featured-courses .courses-item .content-part .images span {
  color: #54647b;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  padding-left: 15px;
}
.rs-featured-courses .courses-item .content-part .bottom-part .info-meta {
  float: left;
}
.rs-featured-courses .courses-item .content-part .bottom-part .info-meta li {
  color: #031a3d;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}
.rs-featured-courses .courses-item .content-part .bottom-part .btn-part {
  text-align: right;
}
.rs-featured-courses .courses-item .content-part .bottom-part .btn-part a {
  color: #031a3d;
  font-size: 15px;
  line-height: 25px;
}
.rs-featured-courses
  .courses-item
  .content-part
  .bottom-part
  .btn-part
  a
  i:before {
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
}
.rs-featured-courses
  .courses-item
  .content-part
  .bottom-part
  .btn-part
  a:hover {
  color: #21a7d0;
}
.rs-featured-courses .courses-item:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 78%;
  background: #ffff;
  border-radius: 4px;
}
.rs-featured-courses .courses-item:hover {
  transform: translateY(-10px);
}
.rs-features {
  position: relative;
  margin-top: -245px;
  z-index: 111;
}
.rs-features .features-wrap {
  border-radius: 5px 5px 5px 5px;
  background: #171f32;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}
.rs-features .features-wrap .icon-part img {
  width: 50px;
  margin: 0 35px 8px 0;
}
.rs-features .features-wrap .content-part .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.rs-features .features-wrap .content-part .title .watermark {
  color: #fff;
}
.rs-features .features-wrap .content-part .dese {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.rs-features .features-wrap:hover {
  transform: translateY(-10px);
}
.rs-features.style2 {
  margin-top: -110px;
}
.rs-features.style2 .rs-iconbox-area {
  position: relative;
  transition: all 0.3s ease;
  padding: 50px;
  background-color: #1c335f;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
}
.rs-features.style2 .rs-iconbox-area .icon-area {
  margin-bottom: 32px !important;
}
.rs-features.style2 .rs-iconbox-area .icon-area img {
  width: 80px;
  height: 80px;
}
.rs-features.style2 .rs-iconbox-area .text-area .icon-title {
  font-size: 22px;
  line-height: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
}
.rs-features.style2 .rs-iconbox-area:hover {
  transform: translateY(-10px);
}
.rs-features.main-home {
  width: 100%;
  position: absolute;
  bottom: 100px;
  margin: 0;
}
.rs-features.style3 {
  margin: unset;
}
.rs-features.style3 .features-item {
  position: relative;
  transition: all 0.3s ease;
}
.rs-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;
}
.rs-features.style3 .features-item .content-part .icon-part {
  padding-bottom: 20px;
}
.rs-features.style3 .features-item .content-part .icon-part img {
  -webkit-transition: all 0.4s ease;
  transform: scale(1);
}
.rs-features.style3 .features-item .content-part .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}
.rs-features.style3 .features-item .content-part .title a {
  color: #fff;
}
.rs-features.style3 .features-item .content-part p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  margin-bottom: 4px;
}
.rs-features.style3 .features-item:hover {
  transform: translateY(-10px);
}
.rs-features.style3 .features-item:hover .content-part .icon-part img {
  transform: scale(0.9);
}
.rs-features.style4 {
  position: unset;
  margin-top: unset;
  z-index: unset;
}
.rs-features.style4 .features-wrap {
  background: unset;
  display: unset;
  align-items: unset;
  position: unset;
}
.rs-features.style4 .features-wrap .icon-part {
  margin: 0 0 17px;
}
.rs-features.style4 .features-wrap .content-part .title {
  margin-bottom: 10px;
}
.rs-features.style4 .features-wrap .content-part .title .watermark {
  color: #333;
}
.rs-features.style4 .features-wrap .content-part .dese {
  color: #505050;
}
.rs-degree.style1 .degree-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.rs-degree.style1 .degree-wrap img {
  width: 100%;
}
.rs-degree.style1 .degree-wrap .title-part {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 21px;
  opacity: 1;
  transition: all 0.3s ease;
}
.rs-degree.style1 .degree-wrap .title-part .title {
  margin: 0;
  color: #fff;
}
.rs-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: 4px;
    padding: 20px 35px 0;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
}
.rs-degree.style1 .degree-wrap .content-part .title {
  margin-bottom: 13px;
}
.rs-degree.style1 .degree-wrap .content-part .title a {
  color: #fff;
}
.rs-degree.style1 .degree-wrap .content-part .title a:hover {
  color: #ccc;
}
.rs-degree.style1 .degree-wrap .content-part .desc {
  margin-bottom: 15px;
}
.rs-degree.style1 .degree-wrap .content-part .btn-part a {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding-bottom: 0;
  border-bottom: 1px solid #fff;
}
.rs-degree.style1 .degree-wrap .content-part .btn-part a:hover {
  color: #ccc;
}
.rs-degree.style1 .degree-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(#d974433b, #02205a);
}
.rs-degree.style1 .degree-wrap:hover .content-part {
  transform: translate(-50%, -50%) rotateY(0);
  opacity: 1;
}
.rs-degree.style1 .degree-wrap:hover .title-part {
  bottom: -60px;
  opacity: 0;
}
.intro-section {
  position: relative;
}
.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: #fff;
  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: #fff;
  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: 0 0 15px rgba(0, 0, 0, 0.1);
}
.intro-section .video-column .intro-video:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.intro-section .video-column .course-features-info {
  margin: 50px 0;
  border-radius: 4px;
  padding: 30px 40px;
  background: #fff;
  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: #fff;
  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: 20%;
}
.intro-section .intro-tabs .tab-btns .tab-btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  background: none;
  background: #fff;
  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: #fff;
  background: #ff5421;
  border-color: #ff5421;
}
.intro-section .intro-tabs .tabs-content {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.intro-section .intro-tabs .tabs-content .minutes {
  position: relative;
  color: #21a7d0;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
}
.course-overview {
  position: relative;
}
.course-overview .instructor-title {
  position: relative;
  color: #111;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 18px;
}
.course-overview .inner-box {
  position: relative;
  padding: 0 40px 40px;
}
.course-overview .inner-box h4 {
  position: relative;
  color: #111;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.course-overview .inner-box h3 {
  position: relative;
  color: #111;
  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: 0 2px;
}
.course-overview .inner-box .student-list li:last-child {
  margin-right: 0;
}
.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: 0;
  top: 5px;
  color: #ff5421;
  font-size: 14px;
  line-height: 1em;
  font-family: "FontAwesome";
}
.course-overview .inner-box .review-list li:last-child {
  margin-bottom: 0;
}
.cource-review-box {
  position: relative;
  padding: 0 40px;
}
.cource-review-box h4 {
  position: relative;
  color: #111;
  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: 0 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: 15px;
}
.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: #21a7d0;
}
.cource-review-box .like-option .report {
  position: relative;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.cource-review-box .like-option .report:hover {
  color: #21a7d0;
}
.cource-review-box .more {
  position: relative;
  color: #ff5421;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  display: inline-block;
}
.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background-color: #fff;
  border: none;
  border-bottom: 4px solid #f6f6f6;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.accordion-box .block .acc-btn {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 20px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 24px;
  font-weight: 600;
  color: #111;
  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: #111;
  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: 0 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: #fff;
}
.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: 0;
  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: #fff;
  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: 0 0 15px rgba(0, 0, 0, 0.1);
}
.accordion-box .block .play-icon:hover:before {
  background: #ff5421;
}
.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: #21a7d0;
}
.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: #111;
  font-weight: 700;
  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: #f66;
}
.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 .services-part {
  display: flex;
  box-shadow: 0 0 30px #eee;
  background: #fff;
  padding: 15px 30px 20px;
}
.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: #333;
}
.rs-team.style1 .team-item {
  position: relative;
  overflow: hidden;
}
.rs-team.style1 .team-item img {
  width: 100%;
}
.rs-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;
}
.rs-team.style1 .team-item .content-part .name {
  margin-bottom: 8px;
  font-size: 22px;
}
.rs-team.style1 .team-item .content-part .name a {
  color: #fff;
}
.rs-team.style1 .team-item .content-part .name a:hover {
  color: #111;
}
.rs-team.style1 .team-item .content-part .designation {
  color: #fff;
  margin-bottom: 16px;
  display: block;
}
.rs-team.style1 .team-item .content-part .social-links li {
  display: inline;
  margin-right: 35px;
}
.rs-team.style1 .team-item .content-part .social-links li a {
  display: inline-block;
  color: #fff;
}
.rs-team.style1 .team-item .content-part .social-links li a:hover {
  color: #111;
}
.rs-team.style1 .team-item .content-part .social-links li:last-child {
  margin: 0;
}
.rs-team.style1 .team-item:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%) scale(0.1);
  background: #21a7d0;
  opacity: 0;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.rs-team.style1 .team-item:hover .content-part {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.rs-team.style1 .team-item:hover:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}
.rs-team.style1 .owl-item.center .team-item .content-part {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.rs-team.style1 .owl-item.center .team-item:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}
.rs-team.style1 .nav-style {
  position: relative;
}
.rs-team.style1 .nav-style .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}
.rs-team.style1 .nav-style .owl-nav .owl-prev,
.rs-team.style1 .nav-style .owl-nav .owl-next {
  display: inline-block;
}
.rs-team.style1 .nav-style .owl-nav .owl-prev i,
.rs-team.style1 .nav-style .owl-nav .owl-next i {
  transition: all 0.3s ease;
}
.rs-team.style1 .nav-style .owl-nav .owl-prev i:before,
.rs-team.style1 .nav-style .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}
.rs-team.style1 .nav-style .owl-nav .owl-prev:hover i,
.rs-team.style1 .nav-style .owl-nav .owl-next:hover i {
  color: #21a7d0;
}
.rs-team.style1 .nav-style .owl-nav .owl-prev i:before {
  content: "\f134";
}
.rs-team.style1 .nav-style .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px;
  position: relative;
  top: -3px;
}
.rs-team.style1 .nav-style .owl-nav .owl-next i:before {
  content: "\f133";
}
.rs-team.style1.orange-color .team-item:after {
  background: #ff5421;
}
.rs-team.style7 .team-item {
  position: relative;
  overflow: hidden;
}
.rs-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: 4px;
  transition: all 0.3s ease;
}
.rs-team.style7 .team-item:hover .content-part {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.rs-team.style7 .team-item:hover:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.9;
}
.rs-team.inner-style .team-item {
  overflow: hidden;
}
.rs-team.inner-style .team-item .content-part {
  top: unset !important;
  bottom: -205px;
  transform: translateX(-50%) !important;
  width: 100% !important;
  height: 320px !important;
  background: #fff;
  border-radius: 50%;
  padding-top: 30px;
  opacity: 1 !important;
  transition: all 0.3s ease;
}
.rs-team.inner-style .team-item .content-part .name a {
  color: #111 !important;
}
.rs-team.inner-style .team-item .content-part .name a:hover {
  color: #21a7d0 !important;
}
.rs-team.inner-style .team-item .content-part .designation {
  color: #505050 !important;
}
.rs-team.inner-style .team-item .content-part .social-links {
  display: none;
}
.rs-team.inner-style .team-item:hover .content-part {
  bottom: unset;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: unset !important;
  height: unset !important;
  background: transparent;
  border-radius: unset;
  padding-top: 0;
  opacity: 1 !important;
}
.rs-team.inner-style .team-item:hover .content-part .name a {
  color: #fff !important;
}
.rs-team.inner-style .team-item:hover .content-part .name a:hover {
  color: #111 !important;
}
.rs-team.inner-style .team-item:hover .content-part .designation {
  color: #fff !important;
}
.rs-team.inner-style .team-item:hover .content-part .social-links {
  display: block;
}
.rs-team.home11-style .team-item .team-thumbnail {
  position: relative;
  overflow: hidden;
}
.rs-team.home11-style .team-item .team-thumbnail .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.rs-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;
  opacity: 0;
  z-index: 9;
  transition: all 0.3s ease;
}
.rs-team.home11-style
  .team-item
  .team-thumbnail
  .team-img
  .team-social-link
  li {
  display: inline-block;
}
.rs-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: #fff;
  cursor: pointer;
  font-size: 16px;
}
.rs-team.home11-style
  .team-item
  .team-thumbnail
  .team-img
  .team-social-link
  li
  a:hover {
  color: #21a7d0;
}
.rs-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;
}
.rs-team.home11-style .team-item .team-thumbnail .team-header {
  text-align: center;
  padding-top: 35px;
}
.rs-team.home11-style .team-item .team-thumbnail .team-header .name {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 5px;
}
.rs-team.home11-style .team-item .team-thumbnail .team-header .name a {
  color: #4e49a1;
}
.rs-team.home11-style .team-item .team-thumbnail .team-header .name a:hover {
  color: #21a7d0;
}
.rs-team.home11-style .team-item .team-thumbnail .team-header .subject {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #54647b;
  margin-bottom: 10px;
}
.rs-team.home11-style
  .team-item
  .team-thumbnail:hover
  .team-img
  .team-social-link {
  right: -50px;
  bottom: -45px;
  opacity: 1;
}
.rs-team.home11-style
  .team-item
  .team-thumbnail:hover
  .team-img
  .team-social-link
  li
  a:hover {
  color: #21a7d0;
}
.rs-team.home11-style .team-item .team-thumbnail:hover .team-img:before {
  opacity: 0.4;
}
.rs-team.home-style15 .team-item .team-wrap {
  position: relative;
  overflow: hidden;
}
.rs-team.home-style15 .team-item .team-wrap .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.rs-team.home-style15 .team-item .team-wrap .team-img .team-social-link {
  position: absolute;
  top: 10px;
  right: -20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background: #ff5421;
  padding: 5px 5px 5px 10px;
  border-radius: 4px;
}
.rs-team.home-style15 .team-item .team-wrap .team-img .team-social-link li {
  display: block;
  color: #fff;
}
.rs-team.home-style15 .team-item .team-wrap .team-content {
  text-align: center;
  padding-top: 35px;
}
.rs-team.home-style15 .team-item .team-wrap .team-content .name {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}
.rs-team.home-style15 .team-item .team-wrap .team-content .name a {
  color: #ff5421;
}
.rs-team.home-style15 .team-item .team-wrap .team-content .name a:hover {
  color: #ff5421;
}
.rs-team.home-style15 .team-item .team-wrap .team-content .subject {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #54647b;
  margin-bottom: 10px;
}
.rs-team.home-style15 .team-item .team-wrap:hover .team-img .team-social-link {
  opacity: 1;
  visibility: visible;
  right: 10px;
}
.rs-team.home-style15
  .team-item
  .team-wrap:hover
  .team-img
  .team-social-link
  li {
  display: block;
  color: #fff;
}
.rs-team.home-style15
  .team-item
  .team-wrap:hover
  .team-img
  .team-social-link
  li
  a {
  color: #fff;
}
.rs-team.home-style15
  .team-item
  .team-wrap:hover
  .team-img
  .team-social-link
  li
  a:hover {
  color: #171f32;
}
.profile-section {
  position: relative;
}
.profile-section .content-part .title {
  color: #111;
  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: #111;
  font-weight: 700;
  margin: 0;
}
.profile-section .content-column .inner-column h4 {
  position: relative;
  color: #111;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 15px;
  margin-bottom: 20px;
}
.profile-section .content-column .inner-column h5 {
  position: relative;
  color: #111;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 12px;
  margin-bottom: 0;
}
.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: 0 2px;
}
.profile-section .content-column .inner-column .student-list li:last-child {
  margin-right: 0;
}
.profile-section .image-column {
  position: relative;
}
.profile-section .image-column .inner-column {
  position: relative;
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 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: #111;
  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: #111;
}
.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: 0 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 .rs-progress {
  height: 8px;
  border: 1px solid #ff5421;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
  background: #fff;
  margin-top: 25px;
}
.profile-section .rs-progress + .rs-progress {
  margin-top: 50px;
}
.profile-section .rs-progress .progress-bar {
  position: relative;
  text-align: left;
  line-height: 4px;
  border-radius: 0;
  box-shadow: none;
  background-color: #ff5421;
  overflow: visible;
}
.profile-section .rs-progress .progress-bar .pb-label {
  position: absolute;
  left: 0;
  top: -24px;
  color: #666;
  font-size: 15px;
  font-weight: 600;
}
.profile-section .rs-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 .rs-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%);
}
.rs-testimonial.style1 .testi-item {
  background: #f3f8f9;
  max-width: 1000px;
  margin: 0 0 0 auto;
  position: relative;
}
.rs-testimonial.style1 .testi-item .img-part {
  position: absolute;
  left: -240px;
  top: 50px;
}
.rs-testimonial.style1 .testi-item .img-part img {
  border-radius: 5px;
  max-width: 450px;
}
.rs-testimonial.style1 .testi-item .content-part {
  padding: 98px 0 98px 320px;
}
.rs-testimonial.style1 .testi-item .content-part .desc {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #111;
  font-size: 36px;
  line-height: 46px;
  position: relative;
}
.rs-testimonial.style1 .testi-item .content-part .desc:before,
.rs-testimonial.style1 .testi-item .content-part .desc:after {
  content: "\f151";
  font-family: Flaticon;
  font-size: 20px;
  color: #111;
}
.rs-testimonial.style1 .testi-item .content-part .desc:before {
  transform: rotateY(180deg);
  position: absolute;
  left: -30px;
  top: -13px;
}
.rs-testimonial.style1 .testi-item .content-part .desc:after {
  position: relative;
  bottom: -7px;
  right: -8px;
}
.rs-testimonial.style1 .testi-item .content-part .desc.title-color {
  color: #111;
}
.rs-testimonial.style1 .testi-item .content-part .name {
  margin: 0;
  color: #111;
  font-weight: 500;
}
.rs-testimonial.style1 .rs-carousel.nav-style2 .owl-nav {
  bottom: 35px;
  right: 50px;
  top: unset;
}
.rs-testimonial.style2 .donation-part img {
  border-radius: 5px;
  margin-bottom: 22px;
}
.rs-testimonial.style2 .testi-wrap {
  overflow: hidden;
  background: #f3f8f9;
  border-radius: 5px;
  padding: 30px;
}
.rs-testimonial.style2 .testi-wrap .img-part {
  max-width: 209px;
  float: left;
  margin-right: 58px;
}
.rs-testimonial.style2 .testi-wrap .img-part img {
  border-radius: 5px;
}
.rs-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;
}
.rs-testimonial.style2 .testi-wrap .content-part .desc:before,
.rs-testimonial.style2 .testi-wrap .content-part .desc:after {
  content: "\f151";
  font-family: Flaticon;
  font-size: 20px;
  color: #112958;
}
.rs-testimonial.style2 .testi-wrap .content-part .desc:after {
  position: relative;
  bottom: -7px;
  right: -8px;
}
.rs-testimonial.style2 .testi-wrap .content-part .desc:before {
  transform: rotateY(180deg);
  position: absolute;
  left: -30px;
  top: -13px;
}
.rs-testimonial.style2 .testi-wrap .content-part .desc.title-color {
  color: #111;
}
.rs-testimonial.style2 .testi-wrap .content-part .info {
  margin-top: 20px;
  color: #505050;
}
.rs-testimonial.style2 .testi-wrap .content-part .info .name {
  margin: 0;
  font-weight: 600;
}
.rs-testimonial.style2 .testi-wrap .content-part.new-content .desc {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Nunito", sans-serif;
  color: #111;
  display: inline;
  position: relative;
}
.rs-testimonial.style2 .testi-wrap .content-part.new-content .desc:before,
.rs-testimonial.style2 .testi-wrap .content-part.new-content .desc:after {
  content: "\f151";
  font-family: Flaticon;
  font-size: 20px;
  color: #111;
}
.rs-testimonial.style2 .testi-wrap .content-part.new-content .desc:after {
  position: relative;
  bottom: -7px;
  right: -8px;
}
.rs-testimonial.style2 .testi-wrap .content-part.new-content .desc:before {
  transform: rotateY(180deg);
  position: absolute;
  left: -30px;
  top: -13px;
}
.rs-testimonial.style3 .testi-item svg {
  position: absolute;
  top: 20px;
  right: 20px;
}
.rs-testimonial.style3 .testi-item .user-info {
  width: 80px;
  height: 80px;
}
.rs-testimonial.style3 .testi-item .user-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rs-testimonial.style3 .testi-item .user-info .name {
  font-size: 20px;
  margin-bottom: 5px;
}
.rs-testimonial.style3 .testi-item .user-info .designation {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}
.rs-testimonial.style3 .testi-item .user-info .ratings {
  margin-top: 10px;
}
.rs-testimonial.style3 .testi-item .user-info .ratings li {
  display: inline;
}
.rs-testimonial.style3 .testi-item .user-info .ratings li i {
  color: #fcb903;
}
.rs-testimonial.style3 .testi-item .desc {
  font-size: 16px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 100px);
  margin-left: 20px;
}
.rs-testimonial.style3 .owl-dots {
  text-align: center;
  margin-top: 47px;
}
.rs-testimonial.style3 .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 5px;
  border-radius: 2.5px;
  background: #21a7d0;
  margin: 0 5px;
  opacity: 0.5;
}
.rs-testimonial.style3 .owl-dots .owl-dot.active {
  opacity: 1;
}
.rs-testimonial.style4 .testi-item {
  border-radius: 10px;
  padding: 30px;
  padding-right: 20px;
  background: #fff;
  border: 1px solid rgba(33, 167, 208, 0.1);
  transition: all 0.3s ease;
}
.rs-testimonial.style4 .testi-item .user-img img {
  max-width: 100px;
  height: auto;
}
.rs-testimonial.style4 .testi-item .user-info {
  padding-left: 20px;
}
.rs-testimonial.style4 .testi-item .user-info .name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  color: #111;
}
.rs-testimonial.style4 .testi-item .user-info .name:hover {
  color: #21a7d0;
}
.rs-testimonial.style4 .testi-item .user-info .designation {
  display: block;
}
.rs-testimonial.style4 .testi-item .user-info .desc {
  margin-bottom: 20px;
}
.rs-testimonial.style4 .testi-item .user-info .quote {
  color: #111;
  font-weight: 700;
}
.rs-testimonial.style4 .center .testi-item {
  border: none;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}
.rs-testimonial.style4 .owl-dots {
  text-align: center;
  margin-top: 47px;
}
.rs-testimonial.style4 .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 5px;
  border-radius: 2.5px;
  background: #21a7d0;
  margin: 0 5px;
  opacity: 0.5;
}
.rs-testimonial.style4 .owl-dots .owl-dot.active {
  opacity: 1;
}
.rs-testimonial.style4 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}
.rs-testimonial.style5 .testi-item .author-desc {
  position: relative;
  text-align: center;
  padding: 35px 15px;
}
.rs-testimonial.style5 .testi-item .author-desc .desc {
  position: relative;
  background: #fff;
  padding: 25px 25px 55px;
}
.rs-testimonial.style5 .testi-item .author-desc .desc .quote {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.rs-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;
}
.rs-testimonial.style5 .testi-item .author-desc .author-img {
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.rs-testimonial.style5 .testi-item .author-desc .author-img img {
  width: auto;
  border-radius: 50%;
}
.rs-testimonial.style5 .testi-item .author-part {
  text-align: center;
}
.rs-testimonial.style5 .testi-item .author-part .name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-top: 15px;
}
.rs-testimonial.style6 .testimonial-item {
  display: flex;
}
.rs-testimonial.style6 .testimonial-item .content-part {
  padding: 0 30px;
}
.rs-testimonial.style6 .testimonial-item .content-part .content-wrap .text p {
  font-size: 24px;
  line-height: 40px;
  color: #222;
  font-style: italic;
}
.rs-testimonial.style6
  .testimonial-item
  .content-part
  .content-wrap
  .info
  .name {
  font-size: 22px;
  line-height: 38px;
  color: #031a3d;
  margin-bottom: 10px;
}
.rs-testimonial.style6
  .testimonial-item
  .content-part
  .content-wrap
  .info
  .position {
  font-size: 16px;
  line-height: 28px;
  color: #54647b;
}
.rs-testimonial.style7 {
  background: #e7f8fb;
}
.rs-testimonial.style7 .testi-item {
  background: #fff !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) !important;
}
.rs-testimonial.style7 .testi-item .user-info img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  display: block !important;
}
.rs-testimonial.style8 .testi-item .author-desc {
  position: relative;
  text-align: center;
  padding: 35px 15px;
}
.rs-testimonial.style8 .testi-item .author-desc .desc {
  position: relative;
  background-color: #f9f8f8;
  padding: 25px 25px 55px;
}
.rs-testimonial.style8 .testi-item .author-desc .desc .quote {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.rs-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;
}
.rs-testimonial.style8 .testi-item .author-desc .author-img {
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.rs-testimonial.style8 .testi-item .author-desc .author-img img {
  margin: auto;
  max-width: 70px;
  border-radius: 50%;
}
.rs-testimonial.style8 .testi-item .author-part {
  text-align: center;
}
.rs-testimonial.style8 .testi-item .author-part .name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-top: 15px;
}
.rs-testimonial.style8 .owl-dots {
  text-align: center;
  margin-top: 47px;
}
.rs-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;
}
.rs-testimonial.style8 .owl-dots .owl-dot:hover,
.rs-testimonial.style8 .owl-dots .owl-dot.active {
  width: 40px;
  opacity: 1;
  background: #ff5421;
}
.rs-testimonial.style8 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}
.rs-testimonial.main-home .testi-item .author-desc {
  padding: 70px 15px;
  background-color: #171f3296;
  border-radius: 5px 5px 5px 5px;
}
.rs-testimonial.main-home .testi-item .author-desc .desc {
  text-align: center;
  position: relative;
  color: #fff;
  padding: 80px 40px 30px;
  font-size: 23px;
  line-height: 33px;
  font-weight: 500;
  font-style: italic;
}
.rs-testimonial.main-home .testi-item .author-desc .desc .quote {
  width: 66px;
  top: -13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rs-testimonial.main-home .testi-item .author-desc .desc:before {
  content: none;
}
.rs-testimonial.main-home .testi-item .author-desc .author-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
}
.rs-testimonial.main-home .testi-item .author-desc .author-img img {
  width: auto;
  border-radius: 50%;
}
.rs-testimonial.main-home .testi-item .author-part {
  text-align: center;
  padding-top: 45px;
}
.rs-testimonial.main-home .testi-item .author-part .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
  display: block;
}
.rs-testimonial.main-home .testi-item .author-part .designation {
  font-size: 16px;
  color: #fff;
}
.rs-testimonial.main-home .owl-dots {
  text-align: center;
  margin-top: 47px;
}
.rs-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;
}
.rs-testimonial.main-home .owl-dots .owl-dot:hover,
.rs-testimonial.main-home .owl-dots .owl-dot.active {
  width: 40px;
  background: #ff5421;
  opacity: 1;
}
.rs-testimonial.main-home .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}
.rs-testimonial.home9-style .testi-item p {
  font-size: 25px;
  font-style: italic;
  color: #111;
  padding: 15px 0;
  margin-bottom: 30px;
}
.rs-testimonial.home9-style .testi-item .testi-information {
  color: #505050;
}
.rs-testimonial.home9-style .testi-item .testi-information .name {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 15px;
}
.rs-testimonial.home9-style .testi-item .testi-information .designation {
  font-size: 22px;
  font-weight: 500;
}
.rs-testimonial.home-style1 .testi-item .author-desc {
  padding: 70px 15px;
  background-color: #f3f8f9;
  border-radius: 5px 5px 5px 5px;
}
.rs-testimonial.home-style1 .testi-item .author-desc .desc {
  text-align: center;
  position: relative;
  color: #505050;
  padding: 80px 40px 30px;
  font-size: 23px;
  line-height: 33px;
  font-weight: 500;
  font-style: italic;
}
.rs-testimonial.home-style1 .testi-item .author-desc .desc .quote {
  width: 66px;
  top: -13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rs-testimonial.home-style1 .testi-item .author-desc .desc:before {
  content: none;
}
.rs-testimonial.home-style1 .testi-item .author-desc .author-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
}
.rs-testimonial.home-style1 .testi-item .author-desc .author-img img {
  width: auto;
  border-radius: 50%;
}
.rs-testimonial.home-style1 .testi-item .author-part {
  text-align: center;
  padding-top: 45px;
}
.rs-testimonial.home-style1 .testi-item .author-part .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
  display: block;
}
.rs-testimonial.home-style1 .testi-item .author-part .designation {
  font-size: 16px;
  color: #fff;
}
.rs-testimonial.home-style1 .owl-dots {
  text-align: center;
  margin-top: 47px;
}
.rs-testimonial.home-style1 .owl-dots .owl-dot {
  width: 40px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  background: #21a7d0;
  border: none;
}
.rs-testimonial.home-style1 .owl-dots .owl-dot:hover,
.rs-testimonial.home-style1 .owl-dots .owl-dot.active {
  background: #21a7d0;
  opacity: 1;
}
.rs-testimonial.home-style1 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}
.rs-testimonial.home11-style .rs-carousel .owl-dots {
  text-align: center;
}
.rs-testimonial.home11-style .rs-carousel .owl-dots .owl-dot {
  position: relative;
  border: none;
  border-radius: 50%;
  background: #21a7d0;
  width: 10px;
  height: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  margin-right: 11px;
}
.rs-testimonial.home11-style .rs-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;
}
.rs-testimonial.home11-style .rs-carousel .owl-dots .active {
  background: #4e49a1;
}
.rs-testimonial.home11-style .testi-item .user-info {
  position: relative;
  padding: 25px 30px;
  background: #e7f9fb;
  border: 1px solid #e7f9fb;
}
.rs-testimonial.home11-style .testi-item .user-info .desc {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #54647b;
  margin-bottom: 15px;
}
.rs-testimonial.home11-style .testi-item .user-info .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #4e49a1;
  margin-bottom: 0;
}
.rs-testimonial.home11-style .testi-item .user-info .name:hover {
  color: #21a7d0;
}
.rs-testimonial.home11-style .testi-item .user-info .position {
  font-size: 15px;
  margin-bottom: 0;
}
.rs-testimonial.home11-style .testi-item .user-info .position span {
  font-weight: 500;
}
.rs-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;
}
.rs-testimonial.home11-style .testi-item .user-info:before {
  border-right-color: #e7f9fb;
  border-width: 15px;
}
.rs-testimonial.orange-color .testi-item .user-info .ratings li i {
  color: #ff5421;
}
.rs-testimonial.orange-color .owl-dots .owl-dot {
  border-color: #ff5421 !important;
  background: #ff5421 !important;
}
.rs-testimonial.home12-style .testi-item {
  padding: 100px 40px 40px;
  background-color: #fff;
  margin-right: 14px;
  margin-bottom: 0;
}
.rs-testimonial.home12-style .testi-item .item-content-basic {
  position: relative;
  text-align: center;
}
.rs-testimonial.home12-style .testi-item .item-content-basic .desc {
  font-style: italic;
  margin-bottom: 28px;
}
.rs-testimonial.home12-style .testi-item .item-content-basic .desc .quote {
  width: 46px;
  top: -70px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.rs-testimonial.home12-style
  .testi-item
  .item-content-basic
  .testi-content
  .img-wrap {
  margin-bottom: 20px;
}
.rs-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;
}
.rs-testimonial.home12-style
  .testi-item
  .item-content-basic
  .testi-content
  .name {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}
.rs-testimonial.home12-style
  .testi-item
  .item-content-basic
  .testi-content
  .designation {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #555;
}
.rs-testimonial.home13-style .content {
  margin-bottom: -170px;
}
.rs-testimonial.home13-style .content .sub-title {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #ff5421;
  text-transform: uppercase;
}
.rs-testimonial.home13-style .content .title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  color: #fff;
}
.rs-testimonial.home13-style .slick-part .slider-nav .slick-list {
  padding: 0 7px !important;
  margin-bottom: 32px;
}
.rs-testimonial.home13-style .slick-part .slider .images-single {
  padding: 0 0 0 6.5px;
}
.rs-testimonial.home13-style .slick-part .slider .images-single img {
  border-radius: 4px;
}
.rs-testimonial.home13-style .slick-part .slider .images-single .polite {
  background: red;
}
.rs-testimonial.home13-style
  .slick-part
  .slider
  .images-slide-single
  .single-testimonial {
  display: flex;
  align-items: center;
}
.rs-testimonial.home13-style
  .slick-part
  .slider
  .images-slide-single
  .single-testimonial
  .images-part {
  width: 50%;
}
.rs-testimonial.home13-style
  .slick-part
  .slider
  .images-slide-single
  .single-testimonial
  .content-part {
  width: 50%;
}
.rs-testimonial.home13-style
  .slick-part
  .slider
  .images-slide-single
  .content-part {
  width: 50%;
  padding: 0 0 0 34px;
}
.rs-testimonial.home13-style
  .slick-part
  .slider
  .images-slide-single
  .content-part
  .quote {
  width: 40px;
  margin-bottom: 20px;
}
.rs-testimonial.home13-style
  .slick-part
  .slider
  .images-slide-single
  .content-part
  p {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  padding: 0 0 30px;
}
.rs-testimonial.home13-style
  .slick-part
  .slider
  .images-slide-single
  .content-part
  .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
}
.rs-testimonial.home13-style .slick-part .slider button {
  border: none;
  font-size: 0;
  background: none;
}
.rs-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;
}
.rs-testimonial.home14-style .owl-stage-outer {
  padding: 10px;
  margin: 0 10px;
}
.rs-testimonial.home14-style .testi-item {
  padding: 38px 37px 30px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
}
.rs-testimonial.home14-style .testi-item .image-wrap {
  position: relative;
  margin-bottom: 25px;
}
.rs-testimonial.home14-style .testi-item .image-wrap img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  position: relative;
}
.rs-testimonial.home14-style .testi-item .item-content {
  position: relative;
}
.rs-testimonial.home14-style .testi-item .item-content .quote-positions {
  width: 18px;
  top: 136px;
  position: absolute;
  z-index: 1;
  left: 154px;
}
.rs-testimonial.home14-style .testi-item .item-content p {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #505050;
  margin-bottom: 18px;
}
.rs-testimonial.home14-style .testi-item .testi-content .testi-name {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #101010;
}
.rs-testimonial.home14-style .testi-item .testi-content .testi-title {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #505050;
  display: block;
}
.rs-blog.style1 .blog-item {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #dfe9eb;
}
.rs-blog.style1 .blog-item .image-part {
  overflow: hidden;
  height: 130px;
}
.rs-blog.style1 .blog-item .image-part a img {
  transition: all 0.5s;
  transform: scale(1);
  height: 100%;
  width: 100%;
}
.rs-blog.style1 .blog-item .blog-content {
  padding: 20px 15px;
}
.rs-blog.style1 .blog-item .blog-content .title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
}
.rs-blog.style1 .blog-item .blog-content .title a {
  color: #111;
}
.rs-blog.style1 .blog-item .blog-content .title a:hover {
  color: #21a7d0;
}
.rs-blog.style1 .blog-item .blog-content .blog-meta {
  margin-bottom: 11px;
}
.rs-blog.style1 .blog-item .blog-content .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
}
.rs-blog.style1 .blog-item .blog-content .blog-meta li i {
  padding-right: 3px;
  font-size: 14px;
}
.rs-blog.style1 .blog-item .blog-content .blog-meta li i.fa-calendar {
  padding-right: 7px;
}
.rs-blog.style1 .blog-item .blog-content .blog-meta li a {
  color: #505050;
}
.rs-blog.style1 .blog-item .blog-content .blog-meta li:last-child {
  margin: 0;
  padding: 0;
}
.rs-blog.style1 .blog-item .blog-content .readon-arrow {
  text-transform: uppercase;
}
.rs-blog.style1 .blog-item:hover .image-part a img {
  transform: scale(1.07);
}
.rs-blog.style1 .events-short {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 20px;
  border-radius: 4px;
  background: #dcf1fd;
}
.rs-blog.style1 .events-short .date-part {
  position: absolute;
  background: #f3f8f9;
  width: 100px;
  text-align: center;
  padding: 11px 0 22px;
  border-radius: 4px;
}
.rs-blog.style1 .events-short .date-part .month {
  margin-bottom: 10px;
  display: block;
}
.rs-blog.style1 .events-short .date-part .date {
  font-size: 50px;
  font-family: "Nunito", sans-serif;
  color: #21a7d0;
  font-weight: 700;
}
.rs-blog.style1 .events-short .content-part .categorie a {
  color: #505050;
}
.rs-blog.style1 .events-short .content-part .categorie a:hover {
  color: #21a7d0;
}
.rs-blog.style1 .events-short .content-part .title {
  line-height: 1.5;
}
.rs-blog.style1 .events-short .content-part .title a {
  color: #111;
}
.rs-blog.style1 .events-short .content-part .title a:hover {
  color: #21a7d0;
}
.rs-blog.style1 .events-short.new-style {
  padding: unset;
  border: none;
}
.rs-blog.style1 .events-short.new-style .date-part {
  position: absolute;
  width: 100px;
  text-align: center;
  padding: 11px 0 22px;
  border-radius: 4px;
}
.rs-blog.style1 .events-short.new-style .date-part .month {
  color: #fff;
}
.rs-blog.style1 .events-short.new-style .date-part .date {
  color: #fff;
}
.rs-blog.style1 .events-short.new-style .date-part.bg1 {
  background: #4e49a1;
}
.rs-blog.style1 .events-short.new-style .date-part.bg2 {
  background: #f66;
}
.rs-blog.style1 .events-short.new-style .date-part.bg3 {
  background: #ffaf40;
}
.rs-blog.style1 .events-short.new-style .date-part.bg4 {
  background: #95cc47;
}
.rs-blog.style1 .events-short.new-style .content-part .categorie .timesec {
  color: #54647b;
}
.rs-blog.style1 .events-short.new-style .content-part .categorie a {
  color: #4e49a1;
}
.rs-blog.style1 .events-short.new-style .content-part .title {
  padding-right: 62px;
  font-size: 22px;
}
.rs-blog.style1 .events-short.new-style .content-part .title a {
  color: #4e49a1;
}
.rs-blog.style1 .events-short.new-style .content-part .title a:hover {
  color: #ff5421;
}
.rs-blog.style1.modify1 .blog-item {
  border: 1px solid #c7e8f0;
}
.rs-blog.style1.modify1 .blog-item .blog-content {
  padding: 33px 30px 34px;
}
.rs-blog.style1.modify1 .events-short {
  overflow: visible;
  background: #fff;
  padding: 6px 0;
  border: none;
  border-radius: 0;
}
.rs-blog.style1.modify1 .events-short .date-part {
  background: #f3f8f9;
}
.rs-blog.style1.modify1 .events-short .date-part.bgc1 {
  background: #dcf1fd;
}
.rs-blog.style1.modify1 .events-short .date-part.bgc2 {
  background: #eaddf8;
}
.rs-blog.style1.modify1 .events-short .date-part.bgc3 {
  background: #f8f6d1;
}
.rs-blog.style1.modify1 .events-short .date-part.bgc4 {
  background: #f9e8e8;
}
.rs-blog.style1.modify1 .events-short .content-part .title {
  font-size: 22px;
}
.rs-blog.style1.home11-style .blog-item {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #dfe9eb;
}
.rs-blog.style1.home11-style .blog-item .blog-content {
  padding: 37px 25px 30px;
}
.rs-blog.style1.home11-style .blog-item .blog-content .title a {
  color: #4e49a1;
}
.rs-blog.style1.home11-style .blog-item .blog-content .title a:hover {
  color: #21a7d0;
}
.rs-blog.style1.home11-style .blog-item .blog-content .blog-meta {
  margin-bottom: 11px;
}
.rs-blog.style1.home11-style .blog-item .blog-content .blog-meta li {
  color: #54647b;
}
.rs-blog.style1.home11-style .blog-item .blog-content .btn-part .readon-arrow {
  color: #4e49a1;
}
.rs-blog.style1.home11-style
  .blog-item
  .blog-content
  .btn-part
  .readon-arrow:after {
  color: #4e49a1;
}
.rs-blog.style1.home11-style
  .blog-item
  .blog-content
  .btn-part
  .readon-arrow:hover {
  color: #21a7d0;
}
.rs-blog.style1.home11-style
  .blog-item
  .blog-content
  .btn-part
  .readon-arrow:hover:after {
  color: #21a7d0;
}
.rs-blog.style1.home11-style .blog-item:hover .image-part a img {
  transform: scale(1.07);
}
.rs-blog.style2 .blog-item {
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.rs-blog.style2 .blog-item .image-part {
  overflow: hidden;
  height: 100%;
}
.rs-blog.style2 .blog-item .image-part img {
  transition: all 0.5s;
  transform: scale(1);
}
.rs-blog.style2 .blog-item .blog-content {
  padding: 21px 30px 30px;
  color: #273c66;
  background: #fcfcfc;
}
.rs-blog.style2 .blog-item .blog-content .title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 34px;
}
.rs-blog.style2 .blog-item .blog-content .title a {
  color: #111;
}
.rs-blog.style2 .blog-item .blog-content .title a:hover {
  color: #21a7d0;
}
.rs-blog.style2 .blog-item .blog-content .categories {
  color: #505050;
}
.rs-blog.style2 .blog-item .blog-content .desc {
  color: #505050;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta {
  margin-bottom: 11px;
  color: #505050;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li i {
  padding-right: 3px;
  font-size: 14px;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li i.fa-calendar {
  padding-right: 7px;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li a {
  color: #273c66;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta li:last-child {
  margin: 0;
  padding: 0;
}
.rs-blog.style2 .blog-item .blog-content .blog-bottom {
  overflow: hidden;
  padding-top: 21px;
  margin-top: 21px;
  border-top: 1px solid #dcdfe6;
}
.rs-blog.style2 .blog-item .blog-content .blog-bottom li {
  display: inline;
}
.rs-blog.style2 .blog-item .blog-content .blog-bottom li.cmnt-part a {
  color: #273c66;
}
.rs-blog.style2 .blog-item .blog-content .blog-bottom li.cmnt-part a:hover {
  color: #21a7d0;
}
.rs-blog.style2 .blog-item .blog-content .blog-bottom li.btn-part {
  float: right;
}
.rs-blog.style2
  .blog-item
  .blog-content
  .blog-bottom
  li.btn-part
  .readon-arrow {
  text-transform: uppercase;
  color: #273c66;
}
.rs-blog.style2
  .blog-item
  .blog-content
  .blog-bottom
  li.btn-part
  .readon-arrow:hover {
  color: #21a7d0;
}
.rs-blog.style2 .blog-item .blog-content.primary-border {
  border: 1px solid rgba(33, 167, 208, 0.1);
  border-top: none;
}
.rs-blog.style2 .blog-item .blog-content.new-style .title a {
  color: #112958;
}
.rs-blog.style2 .blog-item .blog-content.new-style .title a:hover {
  color: #21a7d0;
}
.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li {
  display: inline;
}
.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li.cmnt-part a {
  color: #505050;
}
.rs-blog.style2
  .blog-item
  .blog-content.new-style
  .blog-bottom
  li.cmnt-part
  a:hover {
  color: #21a7d0;
}
.rs-blog.style2 .blog-item .blog-content.new-style .blog-bottom li.btn-part {
  float: right;
}
.rs-blog.style2
  .blog-item
  .blog-content.new-style
  .blog-bottom
  li.btn-part
  .readon-arrow {
  text-transform: uppercase;
  color: #112958;
}
.rs-blog.style2
  .blog-item
  .blog-content.new-style
  .blog-bottom
  li.btn-part
  .readon-arrow:hover {
  color: #21a7d0;
}
.rs-blog.style2
  .blog-item
  .blog-content.new-style2
  .blog-bottom
  li.cmnt-part
  a {
  color: #505050;
}
.rs-blog.style2
  .blog-item
  .blog-content.new-style2
  .blog-bottom
  li.cmnt-part
  a:hover {
  color: #21a7d0;
}
.rs-blog.style2 .blog-item .blog-content.new-style2 .blog-bottom li.btn-part {
  float: right;
}
.rs-blog.style2
  .blog-item
  .blog-content.new-style2
  .blog-bottom
  li.btn-part
  .readon-arrow {
  text-transform: uppercase;
  color: #111;
}
.rs-blog.style2
  .blog-item
  .blog-content.new-style2
  .blog-bottom
  li.btn-part
  .readon-arrow:hover {
  color: #21a7d0;
}
.rs-blog.style2 .blog-item:hover .image-part img {
  transform: scale(1.07);
}
.rs-blog.style2.modify .blog-item .blog-content {
  border: none;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.rs-blog.style2.modify .blog-item .blog-content .blog-bottom .btn-part {
  font-weight: 600;
  color: #111;
}
.rs-blog.style2.modify
  .blog-item
  .blog-content
  .blog-bottom
  .btn-part
  .readon-arrow {
  font-weight: 600;
  color: #111;
}
.rs-blog.style2.modify2 .owl-stage-outer {
  padding-bottom: 10px;
  margin: -10px;
  padding-left: 10px;
}
.rs-blog.style2.modify2 .blog-item {
  overflow: visible !important;
}
.rs-blog.style2.modify2 .blog-item .blog-content {
  background: #fff !important;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2) !important;
  transition: all 500ms ease;
  position: relative;
}
.rs-blog.style2.modify2 .blog-item .blog-content .categories.color-bg1 {
  color: #c701f1;
}
.rs-blog.style2.modify2 .blog-item .blog-content .categories.color-bg2 {
  color: #065ce8;
}
.rs-blog.style2.modify2 .blog-item .blog-content .categories.color-bg3 {
  color: #f6075b;
}
.rs-blog.style2.modify2 .blog-item:hover .blog-content {
  transform: translateY(-10px);
}
.rs-blog.main-home .owl-stage-outer {
  padding: 0 10px 10px;
  margin: 0 -10px;
}
.rs-blog.main-home .blog-item {
  background: #fff;
  transition: all 500ms ease;
  border-radius: 5px;
}
.rs-blog.main-home .blog-item .blog-content {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  padding: 40px 35px 16px;
}
.rs-blog.main-home .blog-item .blog-content .blog-meta {
  margin-bottom: 11px;
}
.rs-blog.main-home .blog-item .blog-content .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
}
.rs-blog.main-home .blog-item .blog-content .blog-meta li i {
  padding-right: 3px;
  font-size: 14px;
}
.rs-blog.main-home .blog-item .blog-content .blog-meta li i:before {
  padding-right: 7px;
  color: #ff5421;
}
.rs-blog.main-home .blog-item .blog-content .blog-meta li a {
  color: #505050;
}
.rs-blog.main-home .blog-item .blog-content .blog-meta li:last-child {
  margin: 0;
  padding: 0;
}
.rs-blog.main-home .blog-item .blog-content .title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 34px;
}
.rs-blog.main-home .blog-item .blog-content .title a {
  color: #101010;
}
.rs-blog.main-home .blog-item .blog-content .title a:hover {
  color: #ff5421;
}
.rs-blog.main-home .blog-item .blog-content .desc {
  color: #505050;
  padding-bottom: 20px;
}
.rs-blog.main-home .blog-item .blog-content .btn-btm {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f4f0f0;
  padding-top: 20px;
}
.rs-blog.main-home
  .blog-item
  .blog-content
  .btn-btm
  .cat-list
  .post-categories {
  display: flex;
  position: relative;
  padding-left: 22px;
}
.rs-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: 0;
  top: 1px;
}
.rs-blog.main-home
  .blog-item
  .blog-content
  .btn-btm
  .cat-list
  .post-categories
  li {
  font-size: 14px;
  text-transform: capitalize;
}
.rs-blog.main-home
  .blog-item
  .blog-content
  .btn-btm
  .cat-list
  .post-categories
  li
  a {
  color: #505050;
}
.rs-blog.main-home
  .blog-item
  .blog-content
  .btn-btm
  .cat-list
  .post-categories
  li
  a:hover {
  color: #ff5421;
}
.rs-blog.main-home .blog-item .blog-content .btn-btm .rs-view-btn a {
  padding: 0;
  font-family: "Rubik", Sans-serif;
  font-weight: 400;
  color: #505050;
  font-size: 15px;
  position: relative;
}
.rs-blog.main-home .blog-item .blog-content .btn-btm .rs-view-btn a:after {
  content: "\f054";
  font-family: fontawesome;
  font-size: 12px;
  position: relative;
  right: 0;
  top: 0;
  display: inline-block;
  margin-left: 3px;
}
.rs-blog.main-home .blog-item .blog-content .btn-btm .rs-view-btn a:hover {
  color: #ff5421;
}
.rs-blog.main-home .blog-item:hover {
  transform: translateY(-10px);
}
.rs-blog.main-home.modify1 .blog-item .blog-content {
  background-color: #f3fcf8;
  padding: 30px 25px;
  border-radius: 0 0 5px 5px;
  box-shadow: unset;
}
.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta {
  font-size: 14px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
}
.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta .date {
  color: #333;
  font-size: 14px;
}
.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta .date i:before {
  color: #0c8b51;
  padding-right: 5px;
}
.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta .admin {
  color: #333;
  font-size: 14px;
}
.rs-blog.main-home.modify1 .blog-item .blog-content .blog-meta .admin i:before {
  color: #0c8b51;
  padding-right: 5px;
}
.rs-blog.main-home.modify1 .blog-item .blog-content .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}
.rs-blog.main-home.modify1 .blog-item .blog-content .title a {
  color: #101010;
}
.rs-blog.main-home.modify1 .blog-item .blog-content .title a:hover {
  color: #0c8b51;
}
.rs-blog.main-home.modify1
  .blog-item
  .blog-content
  .btn-btm
  .cat-list
  .post-categories:before {
  color: #0c8b51;
}
.rs-blog.main-home.modify1
  .blog-item
  .blog-content
  .btn-btm
  .cat-list
  .post-categories
  li {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.rs-blog.main-home.modify1
  .blog-item
  .blog-content
  .btn-btm
  .cat-list
  .post-categories
  li
  a {
  color: #333;
}
.rs-blog.main-home.modify1
  .blog-item
  .blog-content
  .btn-btm
  .cat-list
  .post-categories
  li
  a:hover {
  color: #0c8b51;
}
.rs-blog.main-home.modify1 .blog-item .blog-content .btn-btm .rs-view-btn a {
  font-weight: 500;
  color: #333;
  font-size: 15px;
}
.rs-blog.main-home.modify1
  .blog-item
  .blog-content
  .btn-btm
  .rs-view-btn
  a:hover {
  color: #0c8b51;
}
.rs-blog.home9-style .blog-item {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #dfe9eb;
}
.rs-blog.home9-style .blog-item .image-part {
  overflow: hidden;
  height: 100%;
}
.rs-blog.home9-style .blog-item .image-part a img {
  transition: all 0.5s;
  transform: scale(1);
  height: 100%;
  width: 100%;
}
.rs-blog.home9-style .blog-item .blog-content {
  padding: 10px 20px 0 30px;
}
.rs-blog.home9-style .blog-item .blog-content .title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 34px;
}
.rs-blog.home9-style .blog-item .blog-content .title a {
  color: #101010;
}
.rs-blog.home9-style .blog-item .blog-content .title a:hover {
  color: #f4bf00;
}
.rs-blog.home9-style .blog-item .blog-content .txt {
  font-size: 16px;
  color: #505050;
  font-weight: 400;
  margin: 0;
}
.rs-blog.home9-style .blog-item .blog-content .blog-meta {
  margin-bottom: 11px;
}
.rs-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;
}
.rs-blog.home9-style .blog-item .blog-content .blog-meta li i {
  padding-right: 3px;
  font-size: 14px;
}
.rs-blog.home9-style .blog-item .blog-content .blog-meta li i:before {
  color: #f4bf00;
  padding-right: 5px;
}
.rs-blog.home9-style
  .blog-item
  .blog-content
  .blog-meta
  li
  i:before:last-child {
  padding-right: 0;
}
.rs-blog.home9-style .blog-item .blog-content .blog-meta li a {
  color: #505050;
}
.rs-blog.home9-style .blog-item .blog-content .blog-meta li:last-child {
  margin: 0;
  padding: 0;
}
.rs-blog.home9-style .blog-item:hover .image-part a img {
  transform: scale(1.07);
}
.rs-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: #fff;
}
.rs-blog.home9-style .events-short-top .date-part {
  background: #1c335f;
  min-width: 100px;
  text-align: center;
  padding: 11px 0 22px;
  border-radius: 4px;
  margin-right: 25px;
  transition: all 500ms ease;
}
.rs-blog.home9-style .events-short-top .date-part .month {
  margin-bottom: 10px;
  display: block;
  color: #fff;
}
.rs-blog.home9-style .events-short-top .date-part .date {
  font-size: 50px;
  color: #f4bf00;
  font-weight: 700;
  line-height: 25px;
}
.rs-blog.home9-style .events-short-top .date-part:hover {
  transform: translateY(-10px);
}
.rs-blog.home9-style .events-short-top .content-part .categorie a {
  color: #505050;
}
.rs-blog.home9-style .events-short-top .content-part .categorie a:hover {
  color: #ff5421;
}
.rs-blog.home9-style .events-short-top .content-part .title {
  line-height: 1.5;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 6px;
}
.rs-blog.home9-style .events-short-top .content-part .title a {
  color: #101010;
}
.rs-blog.home9-style .events-short-top .content-part .title a:hover {
  color: #f4bf00;
}
.rs-blog.home9-style .events-short-top .content-part .txt {
  font-size: 16px;
  color: #505050;
  margin: 0;
}
.rs-blog.home9-style .short {
  position: relative;
  display: flex;
  overflow: hidden;
  background: #fff;
  padding: 30px;
  border: 1px solid #dfe9eb;
  border-radius: 4px;
}
.rs-blog.home9-style .short .date-part {
  position: absolute;
  background: #1c335f;
  width: 100px;
  text-align: center;
  padding: 11px 0 22px;
  border-radius: 4px;
}
.rs-blog.home9-style .short .date-part .month {
  margin-bottom: 10px;
  display: block;
}
.rs-blog.home9-style .short .date-part .date {
  font-size: 50px;
  font-family: "Nunito", sans-serif;
  color: #21a7d0;
  font-weight: 700;
}
.rs-blog.home9-style .short .content-part {
  padding-left: 120px;
}
.rs-blog.home9-style .short .content-part .categorie a {
  color: #505050;
}
.rs-blog.home9-style .short .content-part .categorie a:hover {
  color: #21a7d0;
}
.rs-blog.home9-style .short .content-part .title {
  line-height: 1.5;
}
.rs-blog.home9-style .short .content-part .title a {
  color: #111;
}
.rs-blog.home9-style .short .content-part .title a:hover {
  color: #21a7d0;
}
.rs-blog.orange-color .blog-item .blog-content .title a:hover {
  color: #ff5421;
}
.rs-blog.orange-color .blog-item .blog-content .readon-arrow:hover {
  color: #ff5421;
}
.rs-blog.orange-color .blog-item .blog-content .readon-arrow:hover:after {
  color: #ff5421;
}
.rs-blog.orange-color .events-short .content-part .title a:hover {
  color: #ff5421;
}
.rs-blog.gym-home .blog-item {
  transition: all 500ms ease;
  border-radius: 5px;
}
.rs-blog.gym-home .blog-item .blog-content {
  border-style: solid;
  border-width: 1px;
  border-color: #252525;
  background-color: #1d0e15;
  padding: 26px 26px 30px;
}
.rs-blog.gym-home .blog-item .blog-content .post-categories li {
  margin-bottom: 10px;
}
.rs-blog.gym-home .blog-item .blog-content .post-categories li a {
  font-size: 15px;
  color: #ff5421;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.rs-blog.gym-home .blog-item .blog-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}
.rs-blog.gym-home .blog-item .blog-content .title a {
  color: #fff;
}
.rs-blog.gym-home .blog-item .blog-content .title a:hover {
  color: #ff5421;
}
.rs-blog.gym-home .blog-item .blog-content .blog-meta {
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.rs-blog.gym-home .blog-item .blog-content .blog-meta li i {
  padding-right: 3px;
  font-size: 14px;
  color: #ff5421;
}
.rs-blog.gym-home .blog-item .blog-content .blog-meta li i.fa-calendar {
  padding-right: 7px;
}
.rs-blog.gym-home .blog-item:hover {
  transform: translateY(-10px);
}
.rs-inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .blog-item .blog-content {
  padding: 40px 46px 45px;
  overflow: hidden;
}
.rs-inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0 10px;
  font-size: 26px;
  line-height: 35px;
}
.rs-inner-blog .blog-item .blog-content .blog-title a {
  color: #111;
}
.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: #21a7d0;
}
.rs-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;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 15px;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #505050;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: #21a7d0;
  margin-right: 3px;
}
.rs-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;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: #21a7d0;
  margin-right: 3px;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line {
  position: relative;
  padding-left: 2px;
  color: #555;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line i {
  margin-right: 3px;
  color: #21a7d0;
}
.rs-inner-blog
  .blog-item
  .blog-content
  .blog-meta
  .btm-cate
  li
  .tag-line
  i:before {
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line a {
  color: #555;
}
.rs-inner-blog .blog-item .blog-content .blog-desc {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #505050;
  margin-bottom: 35px;
}
.rs-inner-blog .widget-area .widget-title {
  color: #111;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
}
.rs-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;
}
.rs-inner-blog .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap [type="search"] {
  border: 1px solid #ddd;
  color: #444;
  padding: 12px 17px;
  width: 100%;
  border-radius: 5px;
  position: relative;
}
.rs-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: 0;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
  font-weight: 600;
  font-size: 18px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: #21a7d0;
}
.rs-inner-blog .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-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;
}
.rs-inner-blog .widget-area .recent-posts ul li a {
  color: #505050;
}
.rs-inner-blog .widget-area .recent-posts ul li a:hover {
  color: #21a7d0;
}
.rs-inner-blog .widget-area .recent-posts-widget {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-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;
}
.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-img {
  max-width: 150px;
  padding-right: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-desc a {
  font-size: 15px;
  line-height: 22px;
  color: #111;
  font-weight: 400;
}
.rs-inner-blog
  .widget-area
  .recent-posts-widget
  .show-featured
  .post-desc
  a:hover {
  color: #21a7d0;
}
.rs-inner-blog
  .widget-area
  .recent-posts-widget
  .show-featured
  .post-desc
  .date {
  font-size: 12px;
  line-height: 20px;
  color: #21a7d0;
  font-weight: 400;
  display: block;
}
.rs-inner-blog
  .widget-area
  .recent-posts-widget
  .show-featured
  .post-desc
  .date
  i {
  font-size: 12px;
  line-height: 12px;
  color: #21a7d0;
  font-weight: 400;
}
.rs-inner-blog .widget-area .recent-posts-widget .show-featured:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.rs-inner-blog .widget-area .widget-archives {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .widget-archives ul li {
  border: none;
  position: relative;
  padding: 6px 0 6px 14px;
  margin: 0;
  font-size: 16px;
}
.rs-inner-blog .widget-area .widget-archives ul li a {
  color: #505050;
}
.rs-inner-blog .widget-area .widget-archives ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 6px;
  color: #273c66;
}
.rs-inner-blog .widget-area .widget-archives ul li a:hover {
  color: #ff5421;
}
.rs-inner-blog .blog-deatails {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
.rs-inner-blog .blog-deatails .blog-full {
  padding: 40px 45px;
}
.rs-inner-blog .blog-deatails .blog-full .single-post-meta {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}
.rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}
.rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date i {
  font-size: 13px;
  margin-right: 3px;
  color: #21a7d0;
}
.rs-inner-blog .blog-deatails .blog-full .single-post-meta li .p-date i:before {
  margin-right: 5px;
}
.rs-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;
}
.rs-inner-blog
  .blog-deatails
  .blog-full
  .single-post-meta
  .Post-cate
  .tag-line
  i {
  color: #21a7d0;
  margin-right: 3px;
}
.rs-inner-blog
  .blog-deatails
  .blog-full
  .single-post-meta
  .Post-cate
  .tag-line
  i:before {
  margin-right: 4px;
}
.rs-inner-blog
  .blog-deatails
  .blog-full
  .single-post-meta
  .Post-cate
  .tag-line
  a {
  font-weight: 400;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog
  .blog-deatails
  .blog-full
  .single-post-meta
  .Post-cate
  .tag-line
  a:hover {
  color: #21a7d0;
}
.rs-inner-blog .blog-deatails .blog-full .single-post-meta .post-comment {
  color: #555;
  font-size: 14px;
}
.rs-inner-blog
  .blog-deatails
  .blog-full
  .single-post-meta
  .post-comment
  i:before {
  color: #21a7d0;
}
.rs-inner-blog .blog-deatails .blog-full .blog-desc p {
  font-size: 16px;
  font-weight: 400;
  color: #505050;
}
.rs-inner-blog .blog-deatails .blog-full .title {
  color: #111;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.rs-inner-blog .blog-deatails .blog-full .sm-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #111;
}
.rs-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;
}
.rs-inner-blog .blog-deatails .blog-full .unorder-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  font-family: FontAwesome;
  color: #21a7d0;
  font-size: 20px;
}
.rs-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;
}
.rs-inner-blog .ps-navigation ul li {
  text-align: right;
}
.rs-inner-blog .ps-navigation ul li a {
  display: inline-block;
}
.rs-inner-blog .ps-navigation ul li a .next-link {
  text-transform: uppercase;
  color: #909090;
  margin-top: 0;
  display: block;
}
.rs-inner-blog .ps-navigation ul li a .next-link:hover {
  color: #21a7d0;
}
.rs-inner-blog .ps-navigation ul li a .next-link i:before {
  font-size: 16px;
  font-style: normal;
  color: #505050;
}
.rs-inner-blog .ps-navigation ul li a .link-text {
  font-size: 16px;
  font-weight: 500;
  color: #1c1b1b;
}
.rs-inner-blog .ps-navigation ul li a .link-text:hover {
  color: #21a7d0;
}
.rs-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: #111;
}
.rs-inner-blog .comment-area .comment-full p span {
  font-size: 16px;
  color: #505050;
}
.rs-inner-blog .comment-area .comment-full .from-group {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.rs-inner-blog .comment-area .comment-full .submit-btn .submit {
  border: 2px solid;
  border-color: #21a7d0;
  background: #21a7d0;
  position: relative;
  display: inline-block;
  padding: 12px 22px;
  border-radius: 4px;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease 0;
  text-transform: uppercase;
}
.rs-inner-blog .comment-area .comment-full .submit-btn .submit:hover {
  opacity: 0.9;
}
.rs-inner-blog.orange-color .blog-btn:hover,
.rs-inner-blog.orange-color .blog-btn:hover::after,
.rs-inner-blog.orange-color .widget-area .recent-posts ul li a:hover,
.rs-inner-blog.orange-color .blog-item .blog-content .blog-title a:hover,
.rs-inner-blog.orange-color
  .widget-area
  .search-widget
  .search-wrap
  button:hover,
.rs-inner-blog.orange-color
  .blog-item
  .blog-content
  .blog-meta
  .btm-cate
  li
  .author
  i,
.rs-inner-blog.orange-color
  .blog-item
  .blog-content
  .blog-meta
  .btm-cate
  li
  .tag-line
  i,
.rs-inner-blog.orange-color
  .blog-item
  .blog-content
  .blog-meta
  .btm-cate
  li
  .blog-date
  i,
.rs-inner-blog.orange-color
  .widget-area
  .recent-posts-widget
  .show-featured
  .post-desc
  .date,
.rs-inner-blog.orange-color
  .widget-area
  .recent-posts-widget
  .show-featured
  .post-desc
  .date
  i,
.rs-inner-blog.orange-color
  .widget-area
  .recent-posts-widget
  .show-featured
  .post-desc
  a:hover,
.rs-inner-blog.orange-color
  .blog-deatails
  .blog-full
  .single-post-meta
  .Post-cate
  .tag-line
  i,
.rs-inner-blog.orange-color
  .blog-deatails
  .blog-full
  .single-post-meta
  .post-comment
  i::before,
.rs-inner-blog.orange-color
  .blog-deatails
  .blog-full
  .single-post-meta
  .Post-cate
  .tag-line
  a:hover,
.rs-inner-blog.orange-color
  .blog-deatails
  .blog-full
  .single-post-meta
  li
  .p-date
  i,
.rs-inner-blog.orange-color .blog-deatails .blog-full .unorder-list li::before,
.rs-inner-blog.orange-color .ps-navigation ul li a .link-text:hover,
.rs-inner-blog.orange-color .ps-navigation ul li a .next-link:hover,
.rs-inner-blog.orange-color .ps-navigation ul li a .next-link:hover i::before {
  color: #ff5421;
}
.rs-inner-blog.orange-color blockquote::before {
  background: #ff5421;
}
.rs-inner-blog.orange-color .comment-area .comment-full .submit-btn .submit {
  border-color: #ff5421;
  background: #ff5421;
}
.rs-inner-blog.orange-color
  .comment-area
  .comment-full
  .submit-btn
  .submit:hover {
  border-color: #ed3600;
  background: #ed3600;
}
.rs-event .event-item {
  transition: all 0.3s ease;
  position: relative;
}
.rs-event .event-item .event-short {
  text-align: left;
  box-shadow: 0 0 20px #eee;
}
.rs-event .event-item .event-short .featured-img {
  position: relative;
}
.rs-event .event-item .event-short .featured-img img {
  border-radius: 5px 5px 0 0;
}
.rs-event .event-item .event-short .categorie {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.rs-event .event-item .event-short .categorie a {
  background: #ff5421;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
}
.rs-event .event-item .event-short .categorie a:hover {
  opacity: 0.9;
}
.rs-event .event-item .event-short .content-part {
  padding: 25px 30px 15px;
  border-radius: 0 0 5px 5px;
}
.rs-event .event-item .event-short .content-part .address {
  padding-bottom: 15px;
  color: #363636;
  font-size: 14px;
}
.rs-event .event-item .event-short .content-part .address i {
  font-size: 13px;
  margin-right: 4px;
}
.rs-event .event-item .event-short .content-part .title {
  font-size: 26px;
  line-height: 32px;
  transition: all 0.8s ease;
}
.rs-event .event-item .event-short .content-part .title a {
  color: #000;
}
.rs-event .event-item .event-short .content-part .title a:hover {
  color: #ff5421;
}
.rs-event .event-item .event-short .content-part .text {
  color: #363636;
  margin: 0;
  font-size: 14px;
}
.rs-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;
}
.rs-event .event-item .event-short .content-part .event-btm .date-part {
  font-size: 13px;
}
.rs-event .event-item .event-short .content-part .event-btm .date-part .date i {
  font-size: 13px;
  margin-right: 7px;
}
.rs-event .event-item .event-short .content-part .event-btm .btn-part a {
  background: #ff5421;
  text-transform: capitalize;
  padding: 7px 15px;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  display: inline-block;
}
.rs-event .event-item .event-short .content-part .event-btm .btn-part a:hover {
  background: #ed3600;
}
.rs-event .event-item:hover {
  transform: translateY(-10px);
}
.rs-event .event-item.home12-style .event-short {
  text-align: left;
  background: #fff;
}
.rs-event .event-item.home12-style .event-short .featured-img {
  position: relative;
}
.rs-event .event-item.home12-style .event-short .featured-img img {
  border-radius: 5px 5px 0 0;
}
.rs-event .event-item.home12-style .event-short .content-part {
  padding: 25px 30px 30px;
  border-radius: 0 0 5px 5px;
}
.rs-event .event-item.home12-style .event-short .content-part .all-dates-time {
  display: flex;
}
.rs-event
  .event-item.home12-style
  .event-short
  .content-part
  .all-dates-time
  .address {
  color: #363636;
  padding-right: 20px;
}
.rs-event
  .event-item.home12-style
  .event-short
  .content-part
  .all-dates-time
  .address
  i:before {
  color: #0c8b51;
}
.rs-event
  .event-item.home12-style
  .event-short
  .content-part
  .all-dates-time
  .time {
  color: #363636;
  font-size: 14px;
}
.rs-event
  .event-item.home12-style
  .event-short
  .content-part
  .all-dates-time
  .time
  i:before {
  color: #0c8b51;
  padding-right: 5px;
}
.rs-event .event-item.home12-style .event-short .content-part .title {
  font-size: 22px;
  line-height: 32px;
  transition: all 0.8s ease;
}
.rs-event .event-item.home12-style .event-short .content-part .title a {
  color: #000;
}
.rs-event .event-item.home12-style .event-short .content-part .title a:hover {
  color: #0c8b51;
}
.rs-event .event-item.home12-style .event-short .content-part .event-btm {
  border-top: 1px solid #efefef;
}
.rs-event
  .event-item.home12-style
  .event-short
  .content-part
  .event-btm
  .date-part {
  font-size: 13px;
  color: #363636;
}
.rs-event
  .event-item.home12-style
  .event-short
  .content-part
  .event-btm
  .date-part
  .date
  i {
  font-size: 13px;
  margin-right: 7px;
  color: #0c8b51;
}
.rs-event
  .event-item.home12-style
  .event-short
  .content-part
  .event-btm
  .btn-part
  a {
  background: #0c8b51;
}
.rs-event
  .event-item.home12-style
  .event-short
  .content-part
  .event-btm
  .btn-part
  a:hover {
  background: #085c36;
}
.rs-event .event-item.home12-style .rs-carousel .owl-dots {
  text-align: center;
}
.rs-event .event-item.home12-style .rs-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;
}
.rs-event .event-item.home12-style .rs-carousel .owl-dots .owl-dot:hover {
  width: 40px;
  opacity: 1;
}
.rs-event .event-item.home12-style .rs-carousel .owl-dots .active {
  background: red;
}
.rs-event.home12style .owl-dots {
  text-align: center;
  margin-top: 47px;
}
.rs-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;
}
.rs-event.home12style .owl-dots .owl-dot:hover,
.rs-event.home12style .owl-dots .owl-dot.active {
  width: 40px;
  background: #0c8b51;
  opacity: 0.5;
}
.rs-event.modify1 .event-item .event-short .featured-img .dates {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #21a7d0;
  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;
}
.rs-event.modify1 .event-item .event-short .content-part {
  padding: 30px 30px 35px;
  text-align: center;
}
.rs-event.modify1 .event-item .event-short .content-part .title {
  font-size: 24px;
}
.rs-event.modify1 .event-item .event-short .content-part .time-sec {
  display: inline-flex;
}
.rs-event.modify1 .event-item .event-short .content-part .time-sec .timesec {
  margin-right: 15px;
  font-size: 14px;
}
.rs-event.modify1
  .event-item
  .event-short
  .content-part
  .time-sec
  .timesec
  i:before {
  font-size: 16px;
}
.rs-event.modify1 .event-item .event-short .content-part .time-sec .address {
  color: #363636;
  font-size: 14px;
}
.rs-event.modify1 .event-item .event-short .content-part .time-sec .address i {
  font-size: 13px;
  margin-right: 4px;
}
.rs-event.modify2 .event-item .event-short {
  transition: all 500ms ease;
  box-shadow: 0 0 20px #eee;
  position: relative;
}
.rs-event.modify2 .event-item .event-short .featured-img {
  position: relative;
  padding: 0;
}
.rs-event.modify2 .event-item .event-short .featured-img:before {
  opacity: 0.85;
  background: 0 0;
  background: linear-gradient(transparent, #333),
    linear-gradient(transparent, #333);
  background: -moz-linear-gradient(transparent, #333),
    -moz-linear-gradient(transparent, #333);
  background: -o-linear-gradient(transparent, #333),
    -o-linear-gradient(transparent, #333);
  content: "";
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  transition: all 0.7s ease 0;
}
.rs-event.modify2 .event-item .event-short .content-part {
  padding: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 0 5px 5px;
}
.rs-event.modify2 .event-item .event-short .content-part .title a {
  color: #fff;
}
.rs-event.modify2 .event-item .event-short .content-part .address {
  color: #fff;
  font-size: 14px;
}
.rs-event.modify2 .event-item .event-short .content-part .address i {
  font-size: 13px;
  margin-right: 4px;
}
.rs-event.modify2 .event-item .event-short .content-part .date-part {
  padding: 0 0 10px;
}
.rs-event.modify2 .event-item .event-short .content-part .date-part .date {
  color: #fff;
  font-size: 13px;
}
.rs-event.modify2 .event-item .event-short .content-part .date-part .date i {
  font-size: 13px;
  margin-right: 7px;
}
.rs-event.modify2 .event-item .event-short .content-part .time {
  color: #fff;
  font-size: 14px;
}
.rs-event.modify2 .event-item .event-short .content-part .time i:before {
  margin: 0;
  font-size: 14px;
  color: #fff;
  margin-right: 4px;
}
.rs-event.home8-style1 .rs-carousel .owl-dots {
  text-align: center;
}
.rs-event.home8-style1 .rs-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;
}
.rs-event.home8-style1 .rs-carousel .owl-dots .owl-dot:hover {
  width: 40px;
  opacity: 1;
}
.rs-event.home8-style1 .rs-carousel .owl-dots .active {
  background: #ff5421;
}
.rs-event.home8-style1 .owl-stage-outer {
  padding-bottom: 10px;
}
.rs-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;
}
.rs-event.home8-style1 .event-item .event-short .content-part {
  padding: 30px 30px 35px;
  text-align: center;
}
.rs-event.home8-style1 .event-item .event-short .content-part .title {
  font-size: 24px;
}
.rs-event.home8-style1 .event-item .event-short .content-part .time-sec {
  display: inline-flex;
}
.rs-event.home8-style1
  .event-item
  .event-short
  .content-part
  .time-sec
  .timesec {
  padding-right: 4px;
}
.rs-event.home8-style1
  .event-item
  .event-short
  .content-part
  .time-sec
  .timesec
  i:before {
  color: #ff5421;
  font-size: 14px;
}
.rs-event.home8-style1
  .event-item
  .event-short
  .content-part
  .time-sec
  .address {
  font-size: 14px;
}
.rs-event.home8-style1
  .event-item
  .event-short
  .content-part
  .time-sec
  .address
  i {
  font-size: 13px;
  margin-right: 5px;
}
.rs-event.home8-style1
  .event-item
  .event-short
  .content-part
  .time-sec
  .address
  i:before {
  color: #ff5421;
}
.rs-event.orange-color.modify1 .event-item .event-short .featured-img .dates {
  background: #ff5421;
}
.rs-latest-events.style1 .single-img {
  z-index: 1;
  position: relative;
}
.rs-latest-events.style1 .single-img img {
  border-radius: 4px;
}
.rs-latest-events.style1 .event-wrap {
  z-index: 1;
  position: relative;
}
.rs-latest-events.style1 .event-wrap .events-short {
  overflow: hidden;
  background: #fff;
  padding: 31px 30px;
  border-radius: 4px;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part {
  width: 100px;
  float: left;
  text-align: center;
  padding: 11px 0 22px;
  border-radius: 4px;
  margin-right: 25px;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part .month {
  margin-bottom: 10px;
  display: block;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part .date {
  font-size: 50px;
  font-family: "Nunito", sans-serif;
  color: #112958;
  font-weight: 700;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc1 {
  background: #dcf1fd;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc2 {
  background: #e9fbd5;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc3 {
  background: #fee2c0;
}
.rs-latest-events.style1 .event-wrap .events-short .content-part .categorie a {
  color: #505050;
}
.rs-latest-events.style1
  .event-wrap
  .events-short
  .content-part
  .categorie
  a:hover {
  color: #21a7d0;
}
.rs-latest-events.style1 .event-wrap .events-short .content-part .title {
  line-height: 1.5;
}
.rs-latest-events.style1 .event-wrap .events-short .content-part .title a {
  color: #112958;
}
.rs-latest-events.style1
  .event-wrap
  .events-short
  .content-part
  .title
  a:hover {
  color: #21a7d0;
}
.rs-latest-events.style1 .event-wrap .btn-part a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #112958;
  position: relative;
  display: inline-block;
}
.rs-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;
}
.rs-latest-events.style1 .event-wrap .btn-part a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.rs-latest-events.bg-wrap {
  position: relative;
}
.rs-latest-events.bg-wrap:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 63%;
  height: 100%;
  background: #f3f8f9;
}
.rs-download-app .mobile-img {
  display: flex;
}
.rs-download-app .mobile-img .apps-image img {
  max-width: 195px;
}
.rs-partner .partner-item a img {
  max-width: 163px;
  margin: 0 auto;
}
.rs-partner.style2 .partner-item a img {
  max-width: 100px;
  margin: 0 auto;
}
.rs-gallery .gallery-item {
  padding: 0 30px 30px 0;
}
.rs-gallery .gallery-item .gallery-img a img {
  border-radius: 5px;
}
.rs-gallery .gallery-item .title {
  padding-top: 25px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #111;
}
.rs-gallery.style2 .gallery-part {
  position: relative;
  overflow: hidden;
}
.rs-gallery.style2 .gallery-part .gallery-img {
  position: relative;
  overflow: hidden;
}
.rs-gallery.style2 .gallery-part .gallery-img a img {
  transform: scale(1);
  transition: all 0.8s ease;
  height: 220px;
}
.rs-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 0.8s ease;
  z-index: 1;
}
.rs-gallery.style2 .gallery-part:hover .gallery-img a img {
  transform: scale(1.1);
}
.rs-gallery.style2 .gallery-part:hover .gallery-img a:before {
  opacity: 0.4;
}
.rs-gallery.home11-style .gallery-part .gallery-img {
  position: relative;
}
.rs-gallery.home11-style .gallery-part .gallery-img img {
  border-radius: 30px;
}
.rs-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 0.4s ease;
}
.rs-gallery.home11-style .gallery-part .gallery-img .content-part .title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  padding: 15px 0;
  margin: 0;
}
.rs-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 0.4s ease;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info .title-part {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  padding-right: 60px;
  padding-left: 60px;
  margin-bottom: 15px;
}
.rs-gallery.home11-style .gallery-part .gallery-img .gallery-info .btn-part a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}
.rs-gallery.home11-style
  .gallery-part
  .gallery-img
  .gallery-info
  .btn-part
  a
  i {
  padding-left: 6px;
}
.rs-gallery.home11-style
  .gallery-part
  .gallery-img
  .gallery-info
  .btn-part
  a
  i:before {
  font-size: 16px;
}
.rs-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 0.4s ease;
  z-index: 1;
}
.rs-gallery.home11-style .gallery-part:hover .content-part {
  visibility: hidden;
  opacity: 0;
}
.rs-gallery.home11-style .gallery-part:hover .gallery-img .gallery-info {
  opacity: 1;
  visibility: visible;
}
.rs-gallery.home11-style
  .gallery-part:hover
  .gallery-img
  .gallery-info
  .title-part {
  color: #fff;
}
.rs-gallery.home11-style .gallery-part:hover .gallery-img .gallery-info p {
  color: #fff;
}
.rs-gallery.home11-style
  .gallery-part:hover
  .gallery-img
  .gallery-info
  .btn-part
  a {
  color: #fff;
}
.rs-gallery.home11-style .gallery-part:hover .gallery-img:before {
  visibility: visible;
  opacity: 0.9;
}
.rs-cta {
  position: relative;
}
.rs-cta .cta-img img {
  min-height: 425px;
  width: 100%;
}
.rs-cta .cta-content {
  position: absolute;
  width: 100%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rs-cta.style1 .partition-bg-wrap {
  position: relative;
}
.rs-cta.style1 .partition-bg-wrap:after,
.rs-cta.style1 .partition-bg-wrap:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.rs-cta.style1 .partition-bg-wrap:after {
  background: #21a7d0;
  left: 0;
}
.rs-cta.style1 .partition-bg-wrap:before {
  background: #273c66;
  right: 0;
}
.rs-cta.style2 .video-wrap .popup-videos {
  color: #fff;
  display: block;
  overflow: hidden;
  max-width: 270px;
}
.rs-cta.style2 .video-wrap .popup-videos i {
  width: 70px;
  height: 70px;
  line-height: 61px;
  border: 5px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  float: left;
  margin-right: 20px;
}
.rs-cta.style2 .video-wrap .popup-videos i:before {
  padding-left: 5px;
}
.rs-cta.style2 .video-wrap .popup-videos .title {
  color: #fff;
}
.rs-cta.style2 .video-wrap .popup-videos:hover {
  opacity: 0.7;
}
.rs-cta.style2 .partition-bg-wrap {
  position: relative;
}
.rs-cta.style2 .partition-bg-wrap:after,
.rs-cta.style2 .partition-bg-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.rs-cta.style3 .partition-bg-wrap {
  position: relative;
}
.home-from {
  position: relative;
  margin-top: -90px;
}
.rs-cta.style3 .partition-bg-wrap:after,
.rs-cta.style3 .partition-bg-wrap:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.rs-cta.style3 .partition-bg-wrap:after {
  background: #21a7d0;
  left: 0;
}
.rs-cta.style3 .partition-bg-wrap:before {
  background: #273c66;
  right: 0;
}
.rs-cta.style7 .partition-bg-wrap {
  background: none !important;
  position: relative;
}
.rs-cta.style7 .partition-bg-wrap:after,
.rs-cta.style7 .partition-bg-wrap:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.rs-cta.main-home .partition-bg-wrap {
  background: none !important;
  position: relative;
  padding: 130px 0;
}
.rs-cta.main-home .partition-bg-wrap:after,
.rs-cta.main-home .partition-bg-wrap:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.rs-cta.home9-style .partition-bg-wrap {
  background: none !important;
  position: relative;
  padding: 100px 0;
}
.rs-cta.home9-style .partition-bg-wrap:after,
.rs-cta.home9-style .partition-bg-wrap:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.rs-cta.home9-style .partition-bg-wrap:before {
  background: #1c335f;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
}
.rs-cta.section-wrap .content-wrap {
  padding: 100px 100px 100px 105px;
  background: #273c66;
}
.rs-cta.section-wrap .content-wrap .text-part {
  padding-right: 400px;
}
.rs-cta.section-wrap .content-wrap .text-part .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.rs-cta.section-wrap .content-wrap .text-part .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}
.rs-cta.section-wrap .content-wrap .text-part .desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
}
.rs-cta.section-wrap .content {
  max-width: 700px;
  padding-left: 90px;
  padding-right: 15px;
}
.rs-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;
}
.rs-cta.home-style14 .content-part .title {
  font-family: "Nunito", Sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #101010;
  margin: 0;
}
.rs-cta.effects-layer .effects-bg .content-part {
  padding: 56px 244px 60px 50px;
}
.rs-cta.effects-layer .effects-bg .content-part .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 800;
  color: #101010;
  margin-bottom: 13px;
}
.rs-cta.effects-layer .effects-bg.apply-bg {
  background-color: #f9f7f8;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 4px 4px 4px 4px;
  margin-top: 20px;
}
.rs-cta.effects-layer .effects-bg.enroll-bg {
  background-color: #f9f7f8;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 4px 4px 4px 4px;
  margin-top: 20px;
}
.rs-counter .counter-item .rs-count {
  position: relative;
  display: inline-block;
  font-size: 42px;
  line-height: 1;
  color: #076aa2;
  padding-right: 25px;
  margin-bottom: 15px;
}
.rs-counter .counter-item .rs-count:before {
  content: "";
  position: absolute;
  right: 0;
}
.rs-counter .counter-item .rs-count.plus:before {
  content: "+";
}
.rs-counter .counter-item .rs-count.kplus:before {
  content: "k+";
  right: -25px;
}
.rs-counter .counter-item .rs-count.percent:before {
  content: "%";
  right: -15px;
}
.rs-counter .counter-item .title {
  font-size: 22px;
  color: #505050;
}
.rs-counter .counter-item .counter-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.rs-counter.style2-about .counter-item .rs-count {
  color: #111;
}
.rs-counter.style2-about .counter-item .title {
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
}
.rs-counter.style7 .counter-item .rs-count.purple-color {
  color: #c701f1;
}
.rs-counter.style7 .counter-item .rs-count.blue-color {
  color: #065ce8;
}
.rs-counter.style7 .counter-item .rs-count.pink-color {
  color: #f6075b;
}
.rs-counter.style7 .counter-item .rs-count.orange-color {
  color: #ffbc00;
}
.rs-counter.style7 .counter-item .title {
  color: #54647b;
}
.rs-counter.style-home8 .counter-item {
  padding: 40px 10px 32px;
  background-color: #f9f8f8;
  border-radius: 4px 4px 4px 4px;
}
.rs-counter.style-home8 .counter-item .rs-count {
  color: #ff5421;
}
.rs-counter.style-home8 .counter-item .title {
  color: #031a3d;
}
.rs-counter.home12-style .counter-item .rs-count {
  color: #0c8b51;
  font-size: 42px;
  font-weight: 900;
  line-height: 51px;
  font-family: "Nunito", Sans-serif;
}
.rs-counter.home12-style .counter-item .prefix {
  color: #0c8b51;
  font-size: 42px;
  font-weight: 900;
  line-height: 51px;
  font-family: "Nunito", Sans-serif;
}
.rs-counter.home12-style .counter-item .title {
  color: #505050;
}
.rs-counter.home12-style .counter-item .title:hover {
  color: #0c8b51;
}
.rs-counter.home13-style .counter-item {
  transition: all 500ms ease;
}
.rs-counter.home13-style .counter-item .rs-count {
  color: #ff5421;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 5px;
}
.rs-counter.home13-style .counter-item .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 37px;
  color: #fff;
}
.rs-counter.home13-style .counter-item:hover {
  transform: translateY(-5px);
}

.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 {
  position: relative;
}
.styled-form .form-group {
  position: relative;
}
.styled-form .form-group .eye-icon {
  position: absolute;
  right: 20px;
  top: 52px;
  color: #222;
  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 {
  position: relative;
  height: 50px;
  padding: 6px 30px;
  width: 100%;
  color: #222;
  font-size: 16px;
  border-radius: 0;
  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;
  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 0;
  padding-left: 25px;
  background: #fff;
  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: #fff;
  content: "";
  border-radius: 4px;
  -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 #21a7d0;
}
.styled-form .form-group .check-box label:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  line-height: 15px;
  max-width: 0;
  font-size: 14px;
  color: #fff;
  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 0;
  padding-left: 25px;
  background: #fff;
  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: #fff;
  content: "";
  border-radius: 4px;
  -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 #21a7d0;
}
.styled-form .form-group .radio-box label:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  line-height: 15px;
  max-width: 0;
  font-size: 14px;
  color: #fff;
  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 #21a7d0;
  background: #fff;
}
.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 #21a7d0;
  background: #fff;
}
.styled-form .form-group .radio-box input[type="radio"]:checked + label:after {
  max-width: 20px;
  opacity: 1;
}

.rs-footer {
  background-color: #040146;
}
.rs-footer .footer-top {
  padding: 70px 0 60px;
}
.rs-footer .footer-top .widget-title {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.rs-footer .footer-top .site-map li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
}
.rs-footer .footer-top .site-map li a {
  color: #e8e8e8;
}
.rs-footer .footer-top .site-map li a:hover {
  color: #21a7d0;
}
.rs-footer .footer-top .site-map li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #ffffff;
  opacity: 0.5;
}
.rs-footer .footer-top .site-map li:last-child {
  margin-bottom: 0;
}
.rs-footer .footer-top .address-widget li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}
.rs-footer .footer-top .address-widget li i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 24px;
}
.rs-footer .footer-top .address-widget li i:before {
  color: #fff;
}
.rs-footer .footer-top .address-widget li .desc {
  color: #fff;
}
.rs-footer .footer-top .address-widget li .desc a {
  color: #fff;
}
.rs-footer .footer-top .address-widget li .desc a:hover {
  color: #21a7d0;
}
.rs-footer .footer-top .address-widget li:last-child {
  margin-bottom: 0;
}
.rs-footer .footer-top.no-gap {
  padding-top: 93px;
}
.rs-footer .footer-bottom {
  padding: 20px 0;
  background: #0b2557;
  position: relative;
}
.rs-footer .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #f3f8f9;
}
.rs-footer .footer-bottom .copyright a {
  color: #21a7d0;
}
.rs-footer .footer-bottom .footer-logo a {
  display: inline-block;
}
.rs-footer .footer-bottom .footer-logo a img {
  max-width: 190px;
}
.footer-social li {
  display: inline;
  margin-right: 5px;
}
.footer-social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #283f6c;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.footer-social li a:hover {
  color: #fff;
  background: #e4726e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.footer-social li:last-child {
  margin: 0;
}
.rs-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);
  opacity: 0.8;
}

#scrollUp {
  text-align: center;
  bottom: 30px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 30px;
  z-index: 999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#scrollUp i {
  background: #0b2557;
  border-radius: 50%;
  height: 45px;
  font-size: 24px;
  font-weight: 600;
  width: 45px;
  color: #fff;
  line-height: 43px;
  transition: all 0.3s ease;
  margin-left: 0;
  box-shadow: 0 0 2px rgb(0 0 0 / 40%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#scrollUp i:hover {
  background-color: #1a84a4;
}
#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;
}
@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 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);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spine2 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    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);
  }
}
.loader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0;
  top: 0;
  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 #21a7d0;
  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);
  }
}

.contact-itm {
  position: relative;
  padding-left: 80px !important;
  overflow: hidden;
}
.contact-itm i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 30px;
  background: #0b2557;
  display: block;
  width: 60px;
  height: 100%;
  text-align: center;
  line-height: 85px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.innerban.apt-120 {
  padding-top: 200px !important;
}
.dotbefore::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(7 106 162);
  content: "";
  opacity: 0.9;
  z-index: -1;
}

.testi-slide .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.testi-slide .owl-nav .owl-prev,
.testi-slide .owl-nav .owl-next {
  width: 60px;
  font-size: 24px;
  text-align: center;
}
.rs-degree.style1 .degree-wrap .content-part,
.rs-team.style1 .team-item:after {
  width: calc(125% - 100px);
  height: calc(118% - 65px);
}
.rs-team.style1 .team-item .content-part {
  width: calc(100% - 60px);
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1270px;
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-part {
    width: 250px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-part img {
    max-height: 30px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-cat-wrap {
    margin-left: 100px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .rs-menu-area {
    margin-right: 30px;
  }
  .full-width-header.header-style3.home11-modify2
    .rs-header
    .menu-area
    .logo-cat-wrap
    .categories-btn {
    padding-left: 150px;
  }
}
@media only screen and (max-width: 1500px) {
  .full-width-header.header-style2 .rs-header .menu-area .main-menu.pr-80,
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .logo-cat-wrap
    .logo-part.pr-90 {
    padding-right: 70px;
  }
  .full-width-header.header-style3
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li,
  .full-width-header.header-style3.home11-modify2
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li {
    margin-right: 30px;
  }
  .rs-banner.style5 .banner-content .banner-title {
    font-size: 65px;
  }
  .rs-banner .left-shape {
    top: 30px;
    left: unset;
    right: -150px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .menu-bg::before {
    width: 75%;
    left: 60%;
  }
  .full-width-header.header-style3
    .rs-header
    .menu-area
    .logo-cat-wrap
    .categories-btn {
    padding-left: 125px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-part {
    left: -75px;
  }
  .full-width-header.header-style3 .rs-header .logo-part img {
    max-height: 30px;
  }
  .rs-features .features-wrap {
    padding: 25px 30px;
  }
  .rs-popular-courses.style2 .course-wrap .front-part .img-part img {
    min-height: 290px;
  }
}
@media only screen and (max-width: 1400px) {
  .full-width-header .rs-header .menu-area .expand-btn-inner li {
    margin-right: 7px;
  }
  .full-width-header.header-style2 .rs-header .menu-area .main-menu.pr-90 {
    padding-right: 40px;
  }
  .full-width-header .rs-header .menu-area .expand-btn-inner {
    margin-right: 50px;
  }
  .full-width-header .rs-header .menu-area .expand-btn-inner li {
    margin-right: 10px;
  }
  .full-width-header .rs-header .menu-area .expand-btn-inner li.cart-inner {
    margin-right: 10px;
    padding-right: 10px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-part {
    left: 0;
  }
  .full-width-header.header-style3
    .rs-header
    .menu-area
    .logo-part
    .light-logo {
    display: none;
  }
  .full-width-header.header-style3
    .rs-header
    .menu-area
    .logo-part
    .small-logo {
    display: block;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-cat-wrap {
    float: right;
  }
  .full-width-header.header-style3
    .rs-header
    .menu-area
    .logo-cat-wrap
    .categories-btn {
    padding-left: 30px;
  }
  .full-width-header.header-style3
    .rs-header
    .menu-area
    .rs-menu-area
    .rs-menu {
    padding-left: 30px;
  }
  .full-width-header.header-style3.modify
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu,
  .full-width-header.header-style3.modify
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu {
    padding: 0;
  }
  .full-width-header.header-style3.home11-modify2
    .rs-header
    .menu-area
    .logo-part {
    width: 250px;
  }
  .full-width-header.header-style3.modify
    .rs-header
    .menu-area
    .logo-part
    .light-logo {
    display: block;
  }
  .full-width-header.header-style3.modify
    .rs-header
    .menu-area
    .logo-part
    .small-logo {
    display: none;
  }
  .full-width-header.header-style3 .rs-header .menu-area .menu-bg::before {
    left: 65%;
  }
  .rs-banner.style3 .banner-content .banner-title {
    font-size: 65px;
  }
  .rs-banner.style3 .banner-content .banner-image img {
    max-width: 560px;
  }
  .rs-banner .left-shape {
    top: 50px;
  }
  .rs-about.style4 .about-content .contact-part li {
    margin-right: 15px;
  }
  .rs-about.style4 .about-content .contact-part li .img-part {
    margin-right: 15px;
  }
  .rs-categories.style1 .categories-item .content-part .title {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1366px) {
  .container {
    max-width: 1170px;
    width: 100%;
  }
  .rs-footer .footer-bottom::before {
    max-width: 1140px;
  }
  .rs-page-error {
    padding: 150px 0 175px;
  }
  .rs-categories.home11-style .main-part {
    padding: 100px 150px 100px 70px;
  }
  .rs-categories.main-home .categories-items .contents {
    padding: 30px;
  }
  .rs-features .features-wrap .icon-part img {
    width: 50px;
    margin: 0 25px 0 0;
  }
  .rs-categories.style1 .categories-item .content-part .title {
    font-size: 20px;
  }
  .rs-about.style2 .sec-title .title,
  .rs-degree.style1.modify .sec-title .title {
    font-size: 34px;
  }
  .rs-popular-courses.style1 .courses-item .content-part .title,
  .rs-popular-courses.style4 .courses-item .content-part .title {
    font-size: 22px;
  }
  .rs-testimonial.style1 .testi-item .img-part img {
    max-width: 350px;
  }
  .rs-testimonial.style1 .testi-item .img-part {
    left: -108px;
  }
  .rs-blog.style1 .blog-short .content-part .title,
  .rs-blog.style1 .blog-item .blog-content .title {
    font-size: 22px;
    line-height: 32px;
  }
  .rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-img {
    max-width: 140px;
  }
  .full-width-header.header-style1
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li.logo-part {
    margin: 0 50px 0 30px;
  }
  .full-width-header.header-style1
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li.logo-part
    a
    img {
    width: 160px;
    margin: 0 auto;
  }
  .full-width-header .rs-header .menu-area .categories-btn .cat-menu-inner {
    top: 58px;
  }
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .categories-btn
    .cat-menu-inner {
    top: 68px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-part {
    width: 200px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-cat-wrap,
  .full-width-header.header-style3.home11-modify2
    .rs-header
    .menu-area
    .logo-cat-wrap {
    display: none;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .rs-menu-area {
    float: unset;
    margin-right: 0;
    margin-left: 75px;
  }
  .full-width-header.header-style2.modify1
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu,
  .full-width-header.header-style2.modify1
    .rs-header
    .menu-area
    .logo-cat-wrap
    .logo-part {
    padding-right: 60px;
  }
  .full-width-header.header-style3.home11-modify2
    .rs-header
    .menu-area
    .rs-menu-area {
    justify-content: center;
  }
  .rs-banner.style4 {
    min-height: 900px;
  }
  .rs-banner.style4 .banner-content .banner-title {
    font-size: 65px;
  }
  .rs-banner.style5 {
    min-height: 700px;
  }
  .rs-popular-courses.course-view-style .course-part .courses-item {
    width: 45%;
  }
  .rs-popular-courses.style3 .courses-item .content-part .title {
    font-size: 24px;
  }
  .profile-section .content-column .student-list li {
    margin-right: 50px;
  }
  .full-width-header.header-style3
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu {
    right: -80px;
  }
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu {
    right: 52px;
  }
  .full-width-header.home8-style4
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu,
  .full-width-header.header-style1
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu {
    right: -50px;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .header-logo
    .custom-logo-area
    a
    img {
    max-height: 40px;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .header-logo
    .custom-logo-area {
    top: -1px;
    padding: 28px 42px 26px 51px;
  }
  .container-fluid2 {
    padding-left: 0;
    padding-right: 0;
  }
  .full-width-header
    .rs-header
    .topbar-area.home11-topbar.modify1.home15-style {
    padding-left: 13px;
    padding-right: 13px;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .categore-menu {
    display: none;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .expand-btn-inner {
    margin-right: 28px;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu {
    right: -188px;
  }
  .rs-banner.style13 .banner-content .title {
    font-size: 46px;
    line-height: 59px;
  }
  .rs-banner.style13 .rs-animation-part .animate-style.two {
    left: 4%;
    bottom: 10%;
  }
  .rs-banner.style13 .rs-animation-part .animate-style.one {
    left: 4%;
    top: 35%;
  }
}
@media only screen and (max-width: 1300px) {
  .full-width-header.header-style3.home11-modify2
    .rs-header
    .menu-area
    .logo-part {
    width: 200px;
  }
  .full-width-header.header-style3.home11-modify2
    .rs-header
    .menu-area
    .logo-cat-wrap
    .categories-btn {
    padding-left: 175px;
  }
  .full-width-header.header-style3.home11-modify2
    .rs-header
    .menu-area
    .expand-btn-inner {
    margin-left: 30px;
  }
  .full-width-header.header-style3
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu {
    right: -60px;
  }
  .full-width-header.header-style1
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu,
  .full-width-header.home8-style4
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu,
  .full-width-header.header-style1.home14-style
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu {
    left: unset;
    right: -30px;
    min-width: 770px;
  }
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu {
    right: 52px;
  }
}
@media only screen and (max-width: 1199px) {
  .full-width-header.home1-modifiy
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li {
    margin-right: 27px !important;
  }
  .full-width-header.header-style1
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu,
  .full-width-header.home8-style4
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu {
    right: -70px;
  }
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu {
    right: 52px;
  }
  .full-width-header.header-style1.home14-style
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu {
    left: unset;
    right: -37px;
    min-width: 740px;
  }
  .full-width-header.header-style2.modify1
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.sub-menu.responsive-left {
    left: unset;
    right: 0;
  }
  .full-width-header.header-style3
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu.responsive-style {
    right: -100px !important;
  }
  .full-width-header.header-style3
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu {
    right: -40px;
    min-width: 770px;
  }
  .rs-blog.gym-home .blog-item .blog-content .title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .header-logo
    .custom-logo-area
    a
    img {
    max-height: 40px;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .header-logo
    .custom-logo-area {
    position: absolute;
    top: -1px;
    background: #ff5421;
    padding: 27px 35px 27px 22px;
    left: 0;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu {
    right: -175px;
    margin: 0 auto;
    max-width: 800px;
    background: #ff5421 !important;
  }
  .full-width-header
    .rs-header
    .topbar-area.home11-topbar.modify1.home15-style {
    padding-left: 13px;
    padding-right: 13px;
  }
  .container-fluid2 {
    padding-left: 0;
    padding-right: 0;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .categore-menu {
    display: none;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .expand-btn-inner {
    margin-right: 30px;
  }
  .pr-180 {
    padding-right: 0;
  }
  .sec-title3 .title.title2 {
    font-size: 34px;
    line-height: 45px;
  }
  .rs-about.style10 .shape-icons .shape.two {
    top: 14%;
    left: 13%;
  }
  .rs-banner.style13
    .banner-content
    .search-widget
    .search-wrap
    [type="search"] {
    padding: 20px 19px;
    padding-right: 0;
  }
  .full-width-header.home8-style4.home13 .expand-btn-inner {
    margin-right: unset;
  }
  .rs-banner.style11 .content-part .title {
    font-size: 54px;
    line-height: 64px;
  }
  .rs-banner.style11 .icons-spiner .dot-img img {
    width: 170px;
  }
  .rs-banner.style11 .icons-spiner .dot-img {
    right: 5%;
    top: 23%;
  }
  .rs-banner.style11 .images-part img {
    width: 500px;
  }
  .rs-banner.style10 .banner-intro-box .shape-img img {
    width: 80px;
  }
  .rs-banner.style10 {
    min-height: 750px;
  }
  .rs-banner.style10 .banner-content .sl-title {
    font-size: 38px;
    line-height: 60px;
  }
  .rs-footer .footer-bottom::before {
    max-width: 930px;
  }
  .rs-banner.style10 .banner-intro-box .intro-img img {
    width: 500px;
    width: 400px;
  }
  .rs-banner.style10 .banner-intro-box .intro-img {
    right: 0;
    top: 62px;
  }
  .rs-banner.style10 .img-part {
    max-width: 320px;
    position: absolute;
    top: 50px;
    left: unset;
    right: 0;
    z-index: 111;
  }
  .bg13 {
    padding: 81px 60px;
  }
  .rs-banner.style13 .rs-animation-part .animate-style.five {
    right: 17%;
    top: 4%;
  }
  .rs-banner.style13 .rs-animation-part .animate-style.three {
    left: 30%;
    top: 3%;
  }
  .rs-banner.style13 .rs-animation-part .animate-style.two {
    left: 3%;
    bottom: 3%;
  }
  .rs-banner.style13 .rs-animation-part .animate-style.one {
    left: 3%;
    top: 13%;
  }
  .rs-popular-courses.main-home.home12-style
    .courses-item
    .courses-grid
    .content-part
    .title {
    line-height: 29px;
    font-size: 20px;
  }
  .rs-popular-courses.main-home.home12-style
    .courses-item
    .courses-grid
    .content-part {
    padding: 32px 25px 35px;
  }
  .rs-faq-part.style1
    .main-part
    .faq-content
    .accordion
    .card
    .card-header
    .card-link {
    padding: 0 43px;
  }
  .rs-faq-part.style1 .main-part.new-style {
    padding: 35px 35px 55px;
  }
  .rs-faq-part.style1 .main-part.new-style .title .text-part {
    font-size: 30px;
  }
  .rs-event .event-item.home12-style .event-short .content-part {
    padding: 25px 20px 30px;
  }
  .rs-event .event-item.home12-style .event-short .content-part .title {
    font-size: 20px;
    line-height: 30px;
  }
  .rs-cta.effects-layer .effects-bg .content-part {
    padding: 56px 100px 60px 50px;
  }
  .rs-testimonial.home13-style
    .slick-part
    .slider
    .images-slide-single
    .content-part
    p {
    font-size: 16px;
    padding: 0;
  }
  .rs-testimonial.home13-style
    .slick-part
    .slider
    .images-slide-single
    .content-part
    .name {
    font-size: 16px;
  }
  .rs-testimonial.home13-style .slick-part .slider button.slick-prev::before {
    right: 32%;
    bottom: -7px;
  }
  .rs-blog.main-home.modify1 .blog-item .blog-content .title {
    font-size: 21px;
  }
  .rs-blog.main-home.modify1 .blog-item .blog-content {
    padding: 30px 19px 30px 20px;
  }
  .rs-banner.style9 .banner-content .banner-title {
    font-size: 60px;
    line-height: 1.3;
  }
  .rs-banner.style9 {
    min-height: 800px;
  }
  .rs-banner.style9 .banner-content {
    max-width: 535px;
    margin-left: 50px;
  }
  .rs-banner.style9 .banner-content .desc {
    font-size: 17px;
    line-height: 28px;
  }
  .rs-banner.style9 .shape-img {
    display: none;
  }
  .full-width-header .rs-header .topbar-area.home11-topbar .topbar-contact li {
    padding-right: 5px;
  }
  .rs-event.modify1 .event-item .event-short .content-part .title {
    font-size: 20px;
  }
  .rs-popular-courses.home11-style
    .courses-item
    .content-part
    .course-body
    .title {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .rs-popular-courses.home11-style
    .courses-item
    .content-part
    .bottom-part
    .course-footer {
    padding-right: 3px;
    padding-left: 0;
  }
  .rs-features.style3 .features-item .content-part {
    padding: 40px 10px 0;
  }
  .rs-features.style3 .features-item .content-part .title {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 6px;
  }
  .rs-features.style3 .features-item .content-part p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .rs-categories.home11-style .main-part .categories-item .icon-part {
    margin-right: 10px;
  }
  .rs-categories.home11-style .main-part {
    padding: 100px 30px 100px 32px;
  }
  .rs-categories.home11-style .main-part .categories-item .content-part .title {
    font-size: 19px;
    line-height: 32px;
  }
  .rs-categories.home11-style .main-part .categories-item .content-part p {
    font-size: 15px;
    line-height: 28px;
  }
  .why-choose-us.style2 .facilities-two .content-part .text-part .title {
    font-size: 19px;
    line-height: 30px;
  }
  .why-choose-us.style2 .facilities-two .content-part .icon-part {
    width: 75px;
    line-height: 75px;
    border-radius: 50%;
    margin-right: 15px;
  }
  .rs-newsletter.style2.home11-style .sec-title2 .title {
    font-size: 38px;
  }
  .rs-blog.style1 .events-short.new-style {
    padding: unset;
    border: none;
  }
  .rs-event.home8-style1 .event-item .event-short .content-part .title {
    font-size: 21px;
  }
  .rs-event.home8-style1 .event-item .event-short .content-part {
    padding: 30px 30px 25px 20px;
    text-align: center;
  }
  .rs-event.home8-style1 .event-item .event-short .content-part .time-sec {
    display: unset;
  }
  .rs-banner.style7 {
    min-height: 740px;
  }
  .rs-banner.style13 .banner-content .title {
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .rs-banner.style13 .banner-img img {
    position: relative;
    max-width: 689px;
    right: 5%;
    bottom: -8px;
  }
  .rs-banner.style7 .banner-content .banner-title {
    font-size: 53px;
    line-height: 1.3;
  }
  .rs-banner.style7 .img-part {
    max-width: 600px;
  }
  .rs-banner.style7 .icons {
    display: none;
  }
  .rs-about.style7 .sec-title2 .title {
    font-size: 30px;
    line-height: 40px;
  }
  .rs-services.style7 .services-item .content-part {
    padding: 30px 20px;
  }
  .rs-services.style7 .services-item .content-part .icon-part {
    margin-bottom: 10px;
  }
  .rs-services.style7 .services-item .content-part .title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .rs-services.style7 .services-item .content-part .desc {
    font-size: 15px;
  }
  .rs-featured-courses .courses-item .content-part .title {
    font-size: 21px;
    line-height: 31px;
  }
  .rs-featured-courses .courses-item {
    padding: 0 28px;
  }
  .container {
    max-width: 960px;
  }
  .sec-title .title {
    font-size: 35px;
  }
  .rs-facilities .choose-part {
    max-width: 465px;
    padding: 70px 40px;
  }
  .rs-banner.style6 .shape-img.left {
    left: -35px;
    max-width: 230px;
  }
  .rs-banner.style6 .shape-img.right {
    right: -50px;
    max-width: 225px;
  }
  .rs-newsletter.style6 .newsletter-wrap .content-part .title {
    font-size: 33px;
    line-height: 43px;
  }
  .rs-publication .product-list:hover .image-product .overley i {
    bottom: 215px;
  }
  .rs-newsletter.style6 .newsletter-wrap .content-part .sub-title {
    line-height: 28px;
    font-size: 18px;
  }
  .rs-event.modify1 .event-item .event-short .content-part .time-sec .timesec {
    margin-right: 0;
  }
  .rs-event.modify1 .event-item .event-short .content-part .time-sec {
    display: block;
  }
  .rs-event .event-item .event-short .content-part .title {
    margin-bottom: 15px;
  }
  .rs-event.modify2 .event-item .event-short .content-part {
    padding: 30px 20px;
  }
  .rs-services.style6 .services-wrap .services-item .services-desc .title {
    font-size: 21px;
    line-height: 26px;
  }
  .rs-services.style6 .services-wrap {
    padding: 40px 10px;
  }
  .rs-event .event-item .event-short .content-part .title {
    font-size: 26px;
    line-height: 28px;
  }
  .rs-features .features-wrap {
    padding: 25px;
  }
  .rs-blog.main-home .blog-item .blog-content .title {
    font-size: 22px;
  }
  .rs-popular-courses.style1 .courses-item .content-part .title,
  .rs-popular-courses.style4 .courses-item .content-part .title {
    font-size: 19px;
  }
  .rs-popular-courses.style4 .courses-item .content-part .bottom-part .user {
    margin-right: 15px;
    font-size: 14px;
  }
  .rs-popular-courses.orange-color.style4
    .courses-item
    .content-part
    .bottom-part
    .btn-part
    a,
  .rs-popular-courses.style4
    .courses-item
    .content-part
    .bottom-part
    .info-meta
    li:last-child,
  .rs-popular-courses.style4
    .courses-item
    .content-part
    .bottom-part
    .btn-part
    a
    i::before {
    font-size: 14px;
  }
  .full-width-header .rs-header .menu-area .rs-menu-area {
    justify-content: right;
  }
  .full-width-header.home8-style4.main-home
    .expand-btn-inner
    .user-icon.last-icon {
    display: none;
  }
  .full-width-header.header-style3
    .rs-header
    .menu-area
    .logo-cat-wrap
    .categories-btn {
    margin-right: -35px;
  }
  .full-width-header.header-style2 .rs-header .menu-area .main-menu.pr-80,
  .full-width-header.header-style2 .rs-header .menu-area .main-menu.pr-90,
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .logo-cat-wrap
    .logo-part.pr-90 {
    padding-right: 50px;
  }
  .full-width-header.header-style2.modify1
    .rs-header
    .menu-area
    .categories-btn,
  .full-width-header.header-style2.modify1 .rs-header .menu-area .apply-btn,
  .full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner ul {
    display: none;
  }
  .full-width-header.header-style2 .rs-header .menu-area .expand-btn-inner {
    margin-right: 20px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-part {
    left: 15px;
  }
  .full-width-header.header-style3.home11-modify2
    .rs-header
    .menu-area
    .logo-cat-wrap
    .categories-btn,
  .full-width-header.header-style3.home11-modify2
    .rs-header
    .menu-area
    .expand-btn-inner
    .apply-btn {
    display: none;
  }
  .full-width-header.header-style3.home11-modify2
    .rs-header
    .menu-area
    .rs-menu-area {
    justify-content: right;
    margin-right: 100px;
  }
  .full-width-header
    .rs-header
    .menu-area
    .expand-btn-inner
    li
    > a.short-border {
    padding-right: 10px;
  }
  .full-width-header .rs-header .menu-area .nav-expander {
    font-size: 15px;
  }
  .rs-banner.style4 {
    min-height: 850px;
  }
  .rs-banner.style4 .banner-content .banner-title {
    font-size: 55px;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-left: 30px !important;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li.menu-item-has-children
    a:before {
    font-size: 16px;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li
    a {
    font-size: 14px;
  }
  .full-width-header .rs-header .menu-area .expand-btn-inner li.pl-30 {
    padding-left: 10px;
  }
  .full-width-header.header-style1
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li.logo-part {
    margin: 0 18px 0 0;
  }
  .full-width-header .rs-header .menu-area .nav-expander {
    right: 15px;
  }
  .rs-banner.style2 .banner-content .sub-title {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .rs-banner.style2 .banner-content .banner-title {
    font-size: 75px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .rs-banner.style3 {
    min-height: 500px;
  }
  .rs-banner.style3 .banner-content .banner-image img {
    max-width: 500px;
  }
  .rs-banner.style3 .banner-content .banner-title {
    font-size: 58px;
  }
  .rs-banner.style3 .banner-content .banner-desc br {
    display: none;
  }
  .rs-banner.style5 {
    min-height: 600px;
  }
  .rs-banner.style5 .banner-content {
    padding-bottom: 160px;
  }
  .rs-banner.style5 .banner-content .banner-title {
    font-size: 55px;
  }
  .rs-banner .left-shape {
    top: 100px;
  }
  .rs-banner.style1 .banner-content .banner-title {
    font-size: 45px;
  }
  .rs-breadcrumbs .breadcrumbs-img img {
    min-height: 350px;
  }
  .rs-breadcrumbs .breadcrumbs-text .page-title {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .rs-popular-courses.style2 .course-wrap .front-part .content-part .title {
    font-size: 20px;
  }
  .rs-about.style4 .about-content .contact-part li {
    margin-right: 10px;
  }
  .rs-about.style4 .about-content .contact-part li .desc a {
    font-size: 18px;
    margin-top: 5px;
  }
  .rs-about.style4 .about-content .title {
    font-size: 35px;
  }
  .rs-about.style4 .about-content .book-part {
    position: relative;
    right: unset;
    bottom: unset;
    width: auto;
    margin-top: 40px;
  }
  .rs-about.style4 .about-content .book-part .single-book {
    padding: 10px 40px;
  }
  .rs-about.style5 .about-content .title br {
    display: none;
  }
  .rs-about.style5 .about-content .contact-part li .desc p {
    font-size: 20px;
  }
  .rs-categories.style1 .categories-item {
    padding: 25px 20px;
  }
  .rs-categories.style1 .categories-item .content-part .title {
    font-size: 18px;
  }
  .rs-about.style2 .about-intro {
    padding: 60px 25px 70px;
  }
  .rs-about.style2 .about-intro .title {
    font-size: 30px;
  }
  .rs-about.style2 .couter-area .counter-item,
  .rs-about.style3 .couter-area .counter-item {
    padding: 30px 10px;
  }
  .rs-about.style2 .couter-area .counter-item .number,
  .rs-about.style3 .couter-area .counter-item .number {
    font-size: 40px;
  }
  .rs-about.style2 .couter-area .counter-item .title,
  .rs-about.style3 .couter-area .counter-item .title {
    font-size: 20px;
  }
  .rs-degree.style1 .title {
    font-size: 28px;
  }
  .rs-testimonial.style2 .testi-wrap .img-part {
    max-width: 200px;
    margin-right: 50px;
  }
  .rs-testimonial.style2 .testi-wrap .content-part {
    display: block;
    padding-right: 15px;
  }
  .rs-testimonial.style2 .testi-wrap .content-part .info {
    margin-top: 20px;
  }
  .rs-testimonial.style1 .testi-item {
    display: flex;
    align-items: center;
  }
  .rs-testimonial.style1 .testi-item .img-part {
    position: unset;
  }
  .rs-testimonial.style1 .testi-item .content-part {
    padding: 0 0 0 50px;
  }
  .rs-testimonial.style1 .testi-item .content-part .desc {
    font-size: 30px;
  }
  .rs-testimonial.style4 .testi-item .user-info .name {
    font-size: 16px;
  }
  .rs-team.inner-style .team-item .content-part {
    height: 275px !important;
  }
  .rs-team.style1 .team-item .content-part .social-links li {
    margin-right: 25px;
  }
  .rs-blog.style1.modify1 .blog-item .blog-content {
    padding: 30px 20px;
  }
  .rs-blog.style1 .events-short .date-part .date {
    font-size: 30px;
  }
  .rs-latest-events.style1 .event-wrap .events-short {
    padding: 25px;
  }
  .rs-blog.style1 .blog-item .blog-content .title,
  .rs-blog.style1 .events-short .content-part .title {
    font-size: 20px;
  }
  .rs-blog.style2 .blog-item .blog-content .title {
    font-size: 20px;
  }
  .contact-page-section .contact-address-section .contact-info {
    padding: 0 15px;
  }
  .contact-page-section .contact-address-section .contact-info .icon-part {
    margin-right: 15px;
  }
  .contact-page-section
    .contact-address-section
    .contact-info
    .content-part
    .info-title {
    font-size: 20px;
  }
  .profile-section .content-column .student-list li {
    margin-right: 20px;
  }
  .rs-popular-courses.course-view-style .course-part .courses-item {
    width: 45%;
    padding: 30px 15px;
  }
  .rs-degree.style1.modify .sec-title .title {
    font-size: 28px;
  }
  .rs-banner.style12 .banner-img img {
    max-width: unset;
    width: 450px;
  }
  .pl-100 {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-menu ul ul li > ul {
    left: unset;
    right: 100%;
  }
  .rs-features .features-wrap {
    padding: 20px 15px;
  }
  .rs-features .features-wrap .icon-part img {
    margin: 0 20px 0 0;
  }
  .rs-popular-courses.style1 .courses-item {
    padding: 30px 20px;
  }
  .rs-gallery.home11-style .gallery-part .gallery-img .gallery-info p {
    font-size: 14px;
  }
  .rs-gallery.home11-style
    .gallery-part
    .gallery-img
    .gallery-info
    .title-part {
    margin-bottom: 8px;
  }
  .rs-blog.style1 .events-short.new-style .content-part .title {
    padding-right: 0;
  }
  .rs-blog.style1.home11-style .blog-item .blog-content {
    padding: 37px 15px 30px;
  }
  .full-width-header .rs-header .topbar-area .topbar-contact li {
    margin-right: 5px;
    padding-right: 12px;
  }
  .rs-banner.style8 .banner-content .sl-title {
    font-size: 80px;
    line-height: 90px;
    padding-right: 131px;
  }
  .rs-categories.home9-style .categories-items .image-content {
    padding: 60px 20px 15px 30px;
  }
  .rs-features.style2 .rs-iconbox-area {
    padding: 50px 15px;
  }
  .rs-categories.main-home .categories-items .contents {
    padding: 30px 20px;
  }
  .rs-latest-couses .course-item .course-info .course-title {
    font-size: 18px;
    line-height: 30px;
  }
  .rs-counter.style-home8 .counter-item .rs-count {
    font-size: 36px;
  }
  .rs-counter.style-home8 .counter-item .title {
    font-size: 18px;
  }
  .rs-latest-couses .course-item .course-image a {
    width: 180px;
    height: 180px;
  }
  .rs-latest-couses .course-item .course-info {
    padding: 0 15px;
  }
  .rs-about.video-img .shape-img.left {
    left: 15px;
  }
  .rs-about.video-img .shape-img.right {
    right: 15px;
  }
  .rs-blog.style2 .blog-item .blog-content .title {
    font-size: 19px;
  }
  .rs-blog.style2 .blog-item .blog-content {
    padding: 17px 26px 26px;
  }
  .rs-testimonial.home1-style .testi-item .author-desc .desc {
    padding: 80px 30px 30px;
    font-size: 23px;
  }
  .rs-cta.section-wrap .content {
    max-width: 714px;
    padding: 10px 10px 10px 0;
  }
  .rs-cta.section-wrap .content .sec-title .title {
    margin: 0 0 15px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .rs-menu-area {
    margin-right: 100px;
  }
  .full-width-header.header-style3.modify
    .rs-header
    .menu-area
    .expand-btn-inner
    .apply-btn {
    display: none;
  }
  .full-width-header.home1-modifiy
    .rs-header
    .topbar-area
    .topbar-contact
    li:last-child {
    border-right: none;
  }
  .full-width-header.home1-modifiy .rs-header .topbar-area .topbar-contact li {
    border: none;
    margin-right: 5px;
    font-size: 13px;
    padding-right: 0;
  }
  .rs-testimonial.style2 .testi-wrap .content-part .desc {
    font-size: 15px;
    line-height: 25px;
  }
  .intro-section .video-column .btn-part .btn {
    padding: 10px 25px;
  }
  .rs-event .event-item .event-short .content-part .title {
    font-size: 22px;
  }
  .rs-event .event-item .event-short .content-part {
    padding: 25px 15px 15px 25px;
  }
  .rs-degree.style1.modify .content-part .title {
    font-size: 22px;
    line-height: 1.4;
  }
  .rs-degree.style1.modify .degree-wrap .content-part {
    padding: 30px 15px 0;
  }
  .full-width-header
    .rs-header
    .topbar-area.home8-topbar
    .topbar-contact
    li
    i::before {
    font-size: 14px;
    color: #363636;
  }
  .full-width-header .rs-header .topbar-area.home8-topbar .topbar-contact li {
    padding-right: 0;
    margin-right: 0;
    font-size: 13px;
  }
  .rs-inner-blog .widget-area .recent-posts-widget .show-featured {
    display: block;
  }
  .rs-inner-blog .widget-area .recent-posts-widget .show-featured .post-img {
    margin-bottom: 15px;
  }
  .rs-banner.style12 .banner-content .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .rs-popular-courses.style1.modify1 .courses-item .content-part .title {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .gridFilter.style2 button {
    padding: 9px 24px;
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .pr-95 {
    padding-right: 0;
  }
  .rs-popular-courses.home13-style
    .courses-item
    .courses-grid
    .content-part
    .title {
    font-size: 20px;
  }
  .rs-faq-part.style1 .main-part {
    padding: 60px 50px 70px;
  }
  .lg-pr-0 {
    padding-right: 0;
  }
  .lg-pl-0 {
    padding-left: 0;
  }
  .nav-menu .rs-mega-menu > a:after,
  .nav-menu > .menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
    margin: 2px 0 0 5px;
    display: none;
  }
  .sticky {
    background: #fff !important;
    position: fixed !important;
    top: 0;
    z-index: 999;
    margin: 0 auto !important;
    padding: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: sticky-animation;
    animation-name: sticky-animation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
@media only screen and (max-width: 1024px) {
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li {
    margin-left: 30px;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li.menu-item-has-children
    a:before {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.sub-menu
    li:before {
    display: none;
  }
  .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    top: 0;
  }
  .full-width-header.header-style2 .rs-header .menu-area {
    padding: 35px 0;
  }
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .logo-cat-wrap
    .logo-part
    .dark-logo {
    max-width: 220px;
  }
  .home-from {
    margin-top: 0;
  }
  .rs-cta.style2 .partition-bg-wrap {
    padding-bottom: 50px;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li.menu-item-has-children
    a:before {
    display: none;
  }
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.sub-menu {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li {
    margin-left: 0 !important;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.sub-menu
    li
    a {
    padding: 6px 20px !important;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  ul.topbar-right {
    display: none;
  }
  .order-last {
    -ms-flex-order: unset;
    order: unset;
  }
  .hidden-md {
    display: none;
  }
  .md-text-left {
    text-align: left !important;
  }
  .pt-411 {
    padding-top: 372px;
  }
  .md-pl-pr-15,
  .md-col-padding [class*="col-"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rs-membership .btn-part {
    text-align: left !important;
  }
  .rs-call-action .spiners {
    display: none;
  }
  .rs-about.style10 .shape-icons .shape.one {
    display: none;
  }
  .rs-banner.style11 .content-part .title {
    font-size: 39px;
    line-height: 53px;
  }
  .rs-banner.style11 .images-part img {
    width: 380px;
  }
  .rs-banner.style11 {
    min-height: 800px;
  }
  .rs-testimonial.home13-style .slick-part .slider button.slick-prev::before {
    right: 40%;
    bottom: 130px;
  }
  .rs-banner.style13
    .banner-content
    .search-widget
    .search-wrap
    [type="search"] {
    width: 413px;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap button {
    right: 43%;
  }
  .rs-banner.style13 .banner-content {
    padding: unset;
  }
  .bg13 {
    padding: 100px 50px;
  }
  .rs-video .video-item {
    padding: 220px 0;
  }
  .rs-banner.style11 .icons-spiner .squre-img {
    right: 58%;
  }
  .rs-cta.home-style14 .btn-part {
    text-align: center !important;
  }
  .rs-cta.home-style14 {
    text-align: center;
  }
  .rs-popular-courses.style1.modify1 .courses-item .content-part .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.sub-menu
    li
    a:hover {
    color: #ff5421 !important;
  }
  .rs-banner.style13 {
    padding: 100px 0 0;
  }
  .rs-banner.style13 .banner-img img {
    max-width: 100%;
    right: unset;
  }
  .rs-banner.style12 .banner-content .title {
    font-size: 41px;
    line-height: 51px;
    margin-bottom: 25px;
  }
  .rs-features.style4 .features-wrap {
    text-align: center;
  }
  .rs-banner.style12 {
    padding: 80px 0;
  }
  .rs-banner.style12 .banner-img img {
    width: 100%;
  }
  .bg8 {
    padding: 25px 0;
  }
  .sec-title6 .sub-title {
    font-size: 17px;
  }
  .rs-footer .footer-bottom::before {
    max-width: 690px;
  }
  .rs-banner.style10 {
    min-height: 650px;
  }
  .rs-banner.style10 .banner-intro-box .shape-img {
    top: 100px;
  }
  .rs-banner.style10 .banner-content .sl-title {
    font-size: 45px;
    line-height: 60px;
  }
  .rs-testimonial.home13-style .content {
    margin-bottom: unset;
  }
  .rs-banner.style10 .banner-intro-box .intro-img img {
    display: none;
  }
  .rs-banner.style13 .rs-animation-part,
  .rs-banner.style10 .img-part {
    display: none;
  }
  .rs-banner.style10 .banner-intro-box .intro-img {
    position: absolute;
    right: 0;
    top: 60px;
  }
  .rs-testimonial.home12-style .testi-item {
    padding: 100px 30px 40px;
    background-color: #fff;
    margin-right: 0;
  }
  .rs-blog.main-home.modify1 .blog-item .blog-content .title {
    font-size: 19px;
    line-height: 29px;
  }
  .rs-banner.style9 {
    min-height: 750px;
  }
  .rs-banner.style9 .banner-content .desc {
    font-size: 16px;
    line-height: 28px;
  }
  .rs-banner.style9 .banner-content .banner-title {
    font-size: 50px;
    line-height: 1.2;
  }
  .rs-banner.style9 .banner-content {
    max-width: 510px;
    margin-left: 50px;
  }
  .rs-banner.style9 .social-icon .icon-cart li i {
    font-size: 16px;
  }
  .rs-banner.style9 .social-icon .icon-cart li a {
    width: 33px;
    height: 33px;
    line-height: 36px;
  }
  .rs-features.style3 .features-item .content-part {
    top: 54%;
    left: 44%;
    padding: 40px 62px 0;
  }
  .rs-cta.home11-style .content .sec-title2 .desc br {
    display: none;
  }
  .rs-cta.home11-style .content {
    max-width: 600px;
    margin: 0 auto;
  }
  .rs-categories.home11-style .main-part {
    padding: 70px 30px 70px 70px;
  }
  .rs-categories.home11-style .main-part .categories-item .icon-part {
    margin-right: 15px;
  }
  .rs-categories.home11-style .main-part .categories-item .content-part p {
    padding-right: 36px;
  }
  .rs-popular-courses.home11-style
    .courses-item
    .content-part
    .course-body
    .title {
    font-size: 21px;
    line-height: 31px;
  }
  .rs-popular-courses.home11-style .courses-item .content-part .course-body p {
    font-size: 15px;
  }
  .rs-gallery.home11-style .gallery-part .gallery-img img {
    width: 100%;
  }
  .rs-gallery.home11-style .gallery-part .gallery-img .gallery-info p {
    padding-right: 200px;
    padding-left: 200px;
  }
  .rs-blog.style1 .events-short.new-style {
    padding: 30px;
    border: none;
  }
  .full-width-header.header-style3.home11-modify2
    .rs-header
    .menu-area
    .rs-menu-area {
    margin-right: 0;
  }
  .full-width-header .rs-header .menu-area .responsive-logo {
    display: block;
  }
  .contact-page-section .inner-part .title {
    font-size: 32px;
    line-height: 1.2;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .rs-menu-area {
    margin-left: 0;
  }
  .contact-page-section .rs-quick-contact {
    padding: 60px 110px;
  }
  .contact-page-section .inner-part p br {
    display: none;
  }
  .contact-page-section .inner-part p {
    font-size: 17px;
    line-height: 1.2;
  }
  .rs-newsletter.style1 .newsletter-wrap .content-part .sec-title {
    display: block;
  }
  .rs-testimonial.home9-style .testi-item p {
    font-size: 20px;
    padding: 0;
    margin-bottom: 30px;
  }
  .rs-banner.style8 {
    min-height: 800px;
  }
  .rs-banner.style8 .banner-content .sl-sub-title {
    font-size: 40px;
    line-height: 1.2;
  }
  .rs-banner.style8 .banner-content .sl-title {
    font-size: 66px;
    line-height: 1.2;
    padding-right: 68px;
  }
  .rs-features.style2 {
    margin-top: 70px;
  }
  .rs-features.main-home {
    position: unset;
    margin-top: 70px;
  }
  .rs-cta.home9-style .partition-bg-wrap {
    padding: 70px 0;
  }
  .rs-cta.home9-style .partition-bg-wrap::after,
  .rs-cta.home9-style .partition-bg-wrap::before {
    width: 100%;
  }
  .rs-cta.home9-style .partition-bg-wrap::after {
    display: none;
  }
  .rs-testimonial.home9-style .img-part img {
    width: 80px;
  }
  .rs-testimonial.home9-style .testi-item .testi-information .designation {
    font-size: 20px;
  }
  .rs-testimonial.home9-style .testi-item .testi-information .name {
    font-size: 22px;
    margin-bottom: 13px;
  }
  .rs-blog.home9-style .events-short-top .content-part .txt {
    font-size: 14px;
  }
  .rs-blog.home9-style .events-short-top .content-part .title {
    line-height: 1.2;
    font-size: 20px;
  }
  .rs-blog.home9-style .blog-item .blog-content {
    padding: 3px 20px 0 30px;
  }
  .rs-blog.home9-style .blog-item .blog-content .blog-meta {
    margin-bottom: 9px;
  }
  .rs-blog.home9-style .blog-item .blog-content .title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .rs-footer.home9-style .footer-top {
    padding: 190px 0 60px;
  }
  .rs-footer.home9-style .footer-top .recent-post .post-img {
    width: 100px;
  }
  .rs-slider.style2 .slide-part .content .title {
    font-size: 48px;
    line-height: 60px;
  }
  .rs-slider.style2 .owl-carousel .owl-stage-outer {
    margin: 0 0 -70px;
  }
  .rs-cta.main-home .partition-bg-wrap {
    padding: 70px 0;
  }
  .rs-cta.main-home .partition-bg-wrap::after {
    display: none;
  }
  .rs-cta.main-home .partition-bg-wrap::before {
    width: 100%;
  }
  .rs-about.style8 .main-content .img-part {
    display: none;
  }
  .rs-event.home8-style1 .event-item .event-short .content-part {
    padding: 25px 20px 30px;
  }
  .rs-event.home8-style1 .event-item .event-short .content-part .time-sec {
    display: inline-flex;
  }
  .rs-about.style9 .content-part {
    padding: 60px 30px 70px 60px;
  }
  .rs-about.style9 .content-part .about-img {
    position: unset;
  }
  .rs-features .features-wrap {
    display: block;
    padding: 25px 20px;
  }
  .rs-features .features-wrap .icon-part img {
    margin: 0 0 20px;
  }
  .rs-slider.main-home .slider-content .content-part .sl-title {
    font-size: 60px;
    line-height: 1.3;
  }
  .rs-slider.main-home .slider-content .content-part {
    padding: 200px 35px;
  }
  .sec-title3 .title {
    font-size: 32px;
    line-height: 43px;
  }
  .sec-title3 .desc {
    font-size: 15px;
  }
  .rs-banner.style7 .banner-content .banner-title {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 800;
  }
  .rs-banner.style7 .banner-content {
    max-width: 385px;
  }
  .rs-banner.style7 .icons {
    display: none;
  }
  .rs-banner.style7 .img-part {
    max-width: 415px;
    bottom: 213px;
  }
  .rs-banner.style7 {
    min-height: 628px;
  }
  .rs-services.style7 .services-item .content-part .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .rs-services.style7 .services-item .content-part {
    padding: 70px 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .rs-services.style7 .services-item:hover .content-part {
    top: 45%;
  }
  .rs-cta.style7 .partition-bg-wrap::before {
    right: unset;
  }
  .rs-cta.style7 .partition-bg-wrap::after,
  .rs-cta.style7 .partition-bg-wrap::before {
    width: 100%;
    height: 50%;
  }
  .rs-cta.style7 .partition-bg-wrap::after {
    bottom: unset;
    top: 0;
  }
  .rs-facilities .choose-part {
    max-width: 900px;
    margin: 30px 0 0;
    padding: 60px 50px;
    position: unset;
    top: unset;
    transform: unset;
  }
  .sec-title2 .sub-title {
    font-size: 16px;
    line-height: 23px;
  }
  .sec-title2 .title {
    font-size: 34px;
    line-height: 44px;
  }
  .rs-publication .product-list:hover .image-product .overley i {
    bottom: 250px;
  }
  .rs-newsletter.style6 .newsletter-wrap .newsletter-form {
    max-width: none;
  }
  .rs-footer.style7 .footer-top {
    padding: 70px 0 63px;
  }
  .rs-popular-courses.style3 .courses-item .content-part .title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .container {
    max-width: 720px;
  }
  .rs-about.style6 .shape-animate .transparent.left {
    left: 0;
  }
  .rs-banner.style6 .banner-content {
    padding: 182px 0 338px;
  }
  .rs-banner.style6 .banner-content .desc {
    font-size: 18px;
    line-height: 25px;
  }
  .rs-banner.style6 .banner-content .banner-title {
    line-height: 70px;
    font-size: 50px;
  }
  .rs-about.style6 .shape-animate .transparent.right {
    right: 75%;
    top: -148px;
  }
  .rs-banner.style6 .shape-img.left {
    left: -90px;
    max-width: 200px;
  }
  .rs-banner.style6 .shape-img.right {
    right: -90px;
    max-width: 200px;
  }
  .rs-banner.style6 .shape-img.center .inner {
    width: 600px;
    height: auto;
  }
  .rs-about.style6 .sec-title {
    text-align: center;
  }
  .rs-testimonial.home1-style .testi-item .author-desc .desc .quote {
    width: 60px;
  }
  .rs-testimonial.style6 .testimonial-item .content-part {
    padding: 42px 0 0;
    text-align: center;
  }
  .rs-about.video-img .shape-img.left {
    display: none;
  }
  .rs-about.video-img .shape-img.right {
    display: none;
  }
  .rs-about.video-img .shape-img.center {
    display: none;
  }
  .rs-about.video-img {
    padding-bottom: 70px;
  }
  .rs-testimonial.style6 .testimonial-item .content-part .content-wrap .text p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .rs-testimonial.style6
    .testimonial-item
    .content-part
    .content-wrap
    .info
    .name {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .rs-testimonial.style6
    .testimonial-item
    .content-part
    .content-wrap
    .info
    .position {
    font-size: 15px;
    line-height: 22px;
  }
  .rs-footer.style6 .footer-top {
    padding: 70px 0 55px;
  }
  .rs-footer.style6 .footer-bottom .main-part {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .rs-testimonial.home1-style .testi-item .author-desc .desc {
    padding: 70px 25px 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .rs-testimonial.home1-style .testi-item .author-desc {
    padding: 70px 15px;
  }
  .rs-faq-part.style1 .img-part {
    height: 70%;
    min-height: 570px;
  }
  .rs-faq-part.style1 .main-part .title .text-part {
    font-size: 30px;
    line-height: 40px;
  }
  .rs-faq-part.style1 .main-part {
    padding: 32px 40px 40px;
  }
  .rs-cta.section-wrap .content {
    padding: 20px 15px;
  }
  .container-fluid2 {
    padding-left: 0;
    padding-right: 60px;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu {
    right: 0;
    margin: unset;
    max-width: unset;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table {
    display: unset;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .header-logo
    .custom-sticky-logo {
    display: none;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.sub-menu,
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu
    .mega-menu-container
    .single-megamenu
    .sub-menu {
    background: #fff !important;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .header-logo {
    position: relative;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .header-logo
    .custom-logo-area {
    padding: 27px 35px 24px 22px;
    z-index: 1;
  }
  .categories-btn {
    display: none;
  }
  .rs-event.modify1 .event-item .event-short .content-part {
    text-align: left;
  }
  .rs-event.modify1 .event-item .event-short .content-part .title {
    text-align: left;
    margin-bottom: 10px;
  }
  .rs-event.modify1 .event-item .event-short .content-part {
    padding: 30px 30px 23px;
  }
  .rs-footer.home9-style.main-home
    .footer-bottom
    .copy-right-menu
    li:first-child {
    padding-left: 0;
  }
  .full-width-header .rs-header .menu-area.sticky {
    position: relative;
  }
  .full-width-header .rs-header .menu-area .logo-cat-wrap,
  .full-width-header.header-style1.home12-modifiy
    .rs-header
    .menu-area.sticky
    .logo-cat-wrap {
    display: unset;
    height: unset;
    line-height: unset;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-part {
    height: 90px;
    line-height: 90px;
    background: unset;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table {
    justify-content: flex-end;
  }
  .full-width-header.header-style3.home-style15
    .rs-header
    .menu-area
    .custom-table
    .expand-btn-inner,
  .full-width-header.header-style3.modify
    .rs-header
    .menu-area
    .logo-part
    .light-logo {
    display: none;
  }
  .full-width-header.header-style3.modify
    .rs-header
    .menu-area
    .logo-part
    .small-logo {
    display: block;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-cat-wrap {
    height: unset;
    line-height: unset;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .rs-menu-area {
    width: 100%;
  }
  .full-width-header.home1-modifiy .rs-header .logo-part {
    position: absolute;
    line-height: 90px;
    height: 90px;
  }
  .full-width-header.home8-style4 .rs-header .menu-area .logo-part {
    position: absolute;
    line-height: 90px;
    height: 90px;
    display: flex;
    align-items: center;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li
    a {
    margin: 0;
    padding: 0;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li
    a::before {
    display: none;
  }
  .full-width-header.header-style1.home14-style
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu,
  .full-width-header.header-style3
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu,
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu,
  .full-width-header.header-style1
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu,
  .full-width-header.home8-style4
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    .rs-mega-menu
    .mega-menu {
    right: unset;
    min-width: unset;
  }
  .full-width-header.home8-style4.home9
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li
    a {
    color: #505050 !important;
  }
  .full-width-header.home1-modifiy
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li {
    margin-right: 0 !important;
  }
  .full-width-header .rs-header .topbar-area {
    padding: 5px 0;
  }
  .full-width-header .rs-header .menu-area .rs-menu-area {
    display: block !important;
  }
  .full-width-header .rs-header .menu-area .expand-btn-inner {
    display: none;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li
    a {
    color: #394459 !important;
  }
  .full-width-header.header-style2.modify1.header-home6
    .rs-header
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li
    a,
  .full-width-header.home8-style4.main-home
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    li
    a {
    color: #394459 !important;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.sub-menu
    li
    a:hover,
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .rs-menu
    ul.sub-menu
    li
    a:hover {
    color: #076aa2 !important;
  }
  .full-width-header.header-style2 .rs-header .menu-area .logo-cat-wrap {
    position: absolute;
    top: -25px;
  }
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .logo-cat-wrap
    .logo-part {
    padding-right: 0 !important;
  }
  .full-width-header.header-style2.modify1
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu,
  .full-width-header.header-style2 .rs-header .menu-area .main-menu.pr-90,
  .full-width-header.header-style2 .rs-header .menu-area .main-menu.pr-80 {
    padding-right: 15px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .logo-part {
    left: 15px;
    top: 0;
    transform: unset;
    line-height: 90px;
    z-index: 9;
  }
  .full-width-header.header-style3
    .rs-header
    .menu-area
    .rs-menu-area
    .main-menu
    .nav-expander,
  .full-width-header.header-style1
    .rs-header
    .menu-area
    .main-menu
    .logo-part.hidden-md {
    display: none !important;
  }
  .full-width-header.header-style1
    .rs-header
    .menu-area
    .main-menu
    .mobile-logo-part {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .full-width-header.header-style1
    .rs-header
    .menu-area
    .main-menu
    .mobile-logo-part
    img {
    max-height: 35px;
  }
  .full-width-header.header-style1 .rs-header .rs-menu-toggle,
  .full-width-header.header-style2.modify1 .rs-header .rs-menu-toggle,
  .full-width-header.header-style2
    .rs-header
    .menu-area.sticky
    .rs-menu-area
    .main-menu
    .rs-menu-toggle {
    color: #076aa2 !important;
  }
  .full-width-header.header-style1.home1-modifiy .rs-header .rs-menu-toggle,
  .full-width-header.header-style1.home8-style4 .rs-header .rs-menu-toggle {
    color: #111 !important;
  }
  .full-width-header.home8-style4.home9 .rs-menu-toggle {
    color: #fff !important;
  }
  .full-width-header.home8-style4.main-home
    .menu-area.sticky
    .rs-menu-area
    .main-menu
    .rs-menu-toggle,
  .full-width-header.home8-style4.home9 .menu-area.sticky .rs-menu-toggle {
    color: #171f32 !important;
  }
  .rs-slider.style1 .slider-content .sl-sub-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .rs-slider.style1 .slider-content .sl-title {
    font-size: 30px;
    line-height: 1;
  }
  .sec-title .title {
    font-size: 30px;
  }
  .rs-banner.style1 .banner-content .banner-title {
    font-size: 40px;
  }
  .rs-banner.style2 .banner-content .sub-title {
    font-size: 30px;
  }
  .rs-banner.style2 .banner-content .banner-title {
    font-size: 60px;
  }
  .rs-banner.style3 .banner-content .banner-title {
    font-size: 50px;
  }
  .rs-banner.style4 {
    min-height: 750px;
  }
  .rs-banner.style4 .banner-content .banner-title {
    font-size: 45px;
  }
  .rs-banner.style5 {
    min-height: 550px;
  }
  .rs-banner.style5 .banner-content {
    padding-bottom: 130px;
  }
  .rs-banner.style5 .banner-img img {
    max-height: 525px;
  }
  .rs-about.style1 .notice-bord.style1,
  .rs-about.style1 .about-part {
    margin-top: 70px;
  }
  .rs-about.style1 .notice-bord.style1 li {
    padding: 30px;
  }
  .rs-about.style1 .histort-part {
    position: unset;
    transform: unset;
    margin-top: 30px;
  }
  .rs-popular-courses.style3 .courses-item .content-part {
    padding: 30px 20px;
  }
  .rs-popular-courses.style3 .courses-item .content-part .title {
    font-size: 24px;
  }
  .rs-services.style2 .service-item {
    max-width: 65%;
    margin: 0 auto;
  }
  .rs-testimonial.style2 .donation-part {
    max-width: 600px;
  }
  .rs-cta .cta-img img {
    min-height: 400px;
  }
  .rs-cta.style1 .partition-bg-wrap:before,
  .rs-cta.style1 .partition-bg-wrap:after {
    width: 100%;
    height: 50%;
  }
  .rs-cta.style1 .partition-bg-wrap:before {
    top: 0;
  }
  .rs-cta.style1 .partition-bg-wrap:after {
    bottom: 0;
  }
  .rs-latest-events.bg-wrap:after {
    display: none;
  }
  .rs-latest-events.style1 .event-wrap .events-short {
    display: flex;
    align-items: center;
    padding: 25px 0;
  }
  .rs-blog.style1.modify1 .events-short .date-part {
    position: unset;
  }
  .rs-blog.style1.modify1 .events-short .content-part {
    padding-left: 30px;
  }
  .rs-popular-courses.style4 .courses-item .content-part .title {
    font-size: 24px;
  }
  .why-choose-us .choose-us-part .facilities-part .single-facility {
    float: left;
  }
  .rs-about.style2 .about-intro {
    padding: 45px 35px 50px;
  }
  .rs-about.style2 .image-grid {
    text-align: center;
  }
  .rs-about.style4 .about-content .desc {
    max-width: 550px;
  }
  .rs-newsletter.style2 .newsletter-wrap {
    padding: 50px 15px;
  }
  .rs-newsletter.style2 .sec-title .title {
    font-size: 28px;
  }
  .rs-newsletter.style2 .sec-title .sub-title {
    font-size: 16px;
  }
  .rs-about.style5 .about-content .title {
    font-size: 35px;
  }
  .rs-about.video-style .about-content {
    padding: 50px;
    margin: 0;
  }
  .rs-testimonial.style1 .testi-item .content-part .name {
    font-size: 22px;
  }
  .rs-testimonial.style1 .testi-item .content-part .desc {
    font-size: 20px;
    line-height: 1.4;
  }
  .rs-testimonial.style1 .testi-item .content-part .desc br {
    display: none;
  }
  .rs-testimonial.style3 .testi-item {
    padding: 30px 20px;
  }
  .rs-testimonial.style3 .testi-item .user-info .name {
    font-size: 16px;
  }
  .rs-testimonial.style3 .testi-item .desc {
    font-size: 15px;
    padding-left: 15px;
  }
  .rs-team.style1 .team-item .content-part .name {
    font-size: 20px;
  }
  .rs-cta.style2 .partition-bg-wrap:after {
    width: 100%;
    right: unset;
    top: unset;
  }
  .rs-newsletter.style1 .newsletter-wrap {
    padding: 40px 30px;
  }
  .contact-page-section .contact-address-section .contact-info {
    display: block;
    padding: 20px;
  }
  .contact-page-section .contact-address-section .contact-info .icon-part {
    margin: 0 0 20px;
  }
  .rs-footer .footer-top.no-gap {
    padding: 73px 0;
  }
  .rs-footer .footer-top .widget-title {
    margin-bottom: 20px;
  }
  .rs-cart .cart-collaterals .cart-totals {
    float: none;
    width: 100%;
  }
  .rs-cart .container {
    max-width: 750px;
  }
  .rs-checkout .container {
    max-width: 750px;
  }
  .course-overview .inner-box .student-list li {
    margin-right: 50px;
  }
  .rs-checkout .full-grid .payment-method {
    background: #ebe9eb;
    border-radius: 5px;
    margin-top: 25px;
    padding: 30px;
  }
  .rs-checkout .full-grid .payment-method .top-area .p-msg {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
  }
  .rs-checkout .full-grid .payment-method .top-area .p-msg::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
  }
  .rs-page-error {
    padding: 150px 15px;
  }
  .rs-page-error .error-text .error-code::after {
    max-width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-degree.style1 .degree-wrap .content-part {
    padding: 25px 25px 0;
  }
  .rs-degree.style1 .title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .full-width-header.header-style2 .rs-header .menu-area {
    padding: 20px 0;
  }
  .full-width-header.header-style2 .rs-header .menu-area .logo-cat-wrap {
    top: -17px;
  }
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .logo-cat-wrap
    .logo-part
    .dark-logo,
  .full-width-header.header-style2
    .rs-header
    .menu-area
    .logo-cat-wrap
    .logo-part
    .light-logo {
    max-width: 170px;
  }
  .innerban.apt-120 {
    padding-top: 120px !important;
    padding-bottom: 30px !important;
  }
  .innerban.apt-120 .section-content h1 {
    font-size: 22px !important;
  }
  .full-width-header .rs-header .topbar-area .topbar-contact li {
    width: 100%;
    border-right: none;
  }
  .rs-blog.style1 .blog-item .image-part {
    height: auto;
  }
  .ctabg {
    background-size: cover;
    text-align: center;
    background-position: top;
  }
  .sec-title3 .title.title3 {
    font-size: 36px;
    line-height: 46px;
  }
  .pr-183 {
    padding-right: 0;
  }
  .rs-banner.style11 .icons-spiner .dot-img img {
    width: 120px;
  }
  .rs-banner.style11 .icons-spiner .dot-img {
    right: 7%;
    top: 26%;
  }
  .container-fluid2 {
    padding-left: 0;
    padding-right: 40px;
  }
  .rs-banner.style11 .icons-spiner .squre-img {
    right: 49%;
  }
  .rs-banner.style11 {
    min-height: 700px;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap button {
    right: 24%;
  }
  .rs-banner.style13 .banner-content .title {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 18px;
  }
  .bg13 {
    padding: 70px 40px;
  }
  .rs-footer.home9-style.main-home.home15 .footer-top {
    padding: 80px 0 68px;
  }
  .rs-video .video-item {
    padding: 180px 0;
  }
  .rs-services.style8 .services-item .services-icon img {
    width: 45px;
  }
  .rs-services.style8 .services-item .services-title .title {
    font-size: 18px;
    line-height: 28px;
  }
  .rs-banner.style11 .content-part .title {
    font-size: 27px;
    line-height: 45px;
  }
  .rs-banner.style11 .content-part .sub-title {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .rs-testimonial.home13-style .content .title {
    font-size: 30px;
    line-height: 40px;
  }
  .rs-testimonial.home13-style .content .sub-title {
    font-size: 14px;
    line-height: 23px;
  }
  .rs-testimonial.home13-style
    .slick-part
    .slider
    .images-slide-single
    .content-part
    .name {
    font-size: 18px;
  }
  .rs-testimonial.home13-style
    .slick-part
    .slider
    .images-slide-single
    .content-part
    p {
    font-size: 20px;
    padding: 0 0 20px;
  }
  .rs-testimonial.home13-style
    .slick-part
    .slider
    .images-slide-single
    .single-testimonial
    .content-part {
    width: 100%;
  }
  .rs-testimonial.home13-style
    .slick-part
    .slider
    .images-slide-single
    .single-testimonial
    .images-part {
    width: 100%;
  }
  .rs-testimonial.home13-style
    .slick-part
    .slider
    .images-slide-single
    .single-testimonial {
    display: block;
  }
  .rs-testimonial.home13-style .slick-part .slider button.slick-prev::before {
    right: 50%;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    right: 40%;
    bottom: 50px;
  }
  .rs-banner.style11 {
    min-height: 750px;
  }
  .rs-banner.style11 .images-part img {
    width: 280px;
  }
  .rs-testimonial.home14-style .testi-item .item-content p {
    font-size: 16px;
    line-height: 31px;
  }
  .rs-testimonial.home14-style .testi-item .testi-content .testi-title {
    font-size: 16px;
    line-height: 31px;
  }
  .rs-testimonial.home14-style .testi-item .testi-content .testi-name {
    font-size: 18px;
    line-height: 30px;
  }
  .rs-cta.effects-layer .effects-bg .content-part .title {
    font-size: 20px;
    line-height: 35px;
  }
  .rs-cta.effects-layer .effects-bg.apply-bg {
    background-position: top center;
  }
  .rs-cta.effects-layer .effects-bg .content-part {
    padding: 350px 90px 60px 40px;
  }
  .rs-cta.effects-layer .effects-bg.enroll-bg {
    background-position: top center;
  }
  .rs-banner.style12 .banner-content .title {
    font-size: 30px;
    line-height: 40px;
  }
  .rs-footer .footer-bottom::before {
    max-width: 530px;
  }
  .rs-banner.style10 .banner-content .sl-title {
    font-size: 38px;
    line-height: 52px;
  }
  .rs-banner.style10 .banner-content .sl-sub-title {
    font-size: 18px;
    line-height: 23px;
  }
  .rs-blog.main-home.modify1 .blog-item .image-part img {
    width: 100%;
  }
  .rs-categories.style1 .categories-items .cate-item .cate-img img {
    width: 50px;
  }
  .rs-categories.style1 .categories-items .cate-item .cate-content .title {
    font-size: 18px;
    line-height: 28px;
  }
  .rs-testimonial.home11-style .testi-item .user-info::before {
    top: unset;
    right: unset;
    bottom: 100%;
    left: 30px;
    border-right-color: transparent;
    border-bottom-color: #e7f9fb;
  }
  .rs-cta.home11-style .content {
    max-width: 532px;
    margin: 0 auto;
  }
  .rs-features.style3 .features-item .content-part {
    top: 50%;
    left: 50%;
    padding: 40px 138px 0;
  }
  .rs-features.style3 .features-item {
    text-align: center;
  }
  .rs-popular-courses.home11-style .courses-item .content-part .course-body p {
    font-size: 15px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .rs-gallery.home11-style .gallery-part .gallery-img .gallery-info p {
    padding-right: 100px;
    padding-left: 100px;
  }
  .rs-blog.style1 .events-short.new-style {
    padding: 0;
    border: none;
  }
  .rs-blog.style1.home11-style .blog-item .image-part a img {
    width: 100%;
  }
  .contact-page-section .rs-contact-box .address-item {
    padding: 40px 30px;
  }
  .contact-page-section .rs-contact-box .address-item .address-text .label {
    font-size: 20px;
  }
  .contact-page-section .rs-contact-box .address-item .address-text .des {
    font-size: 15px;
  }
  .contact-page-section .rs-contact-box .address-item .icon-part img {
    width: 60px;
  }
  .contact-page-section .rs-contact-box .address-item .icon-part {
    padding-bottom: 15px;
  }
  .rs-banner.style8 .banner-content .sl-sub-title {
    font-size: 34px;
    line-height: 1.2;
  }
  .rs-banner.style8 .banner-content .sl-title {
    font-size: 50px;
    line-height: 1.2;
    padding-right: 64px;
  }
  .rs-banner.style8 {
    min-height: 700px;
  }
  .rs-testimonial.main-home .testi-item .author-desc .desc {
    font-size: 18px;
    padding: 65px 15px 15px;
  }
  .rs-categories.home9-style .categories-items .image-content .description p {
    font-size: 15px;
    padding-right: 100px;
  }
  .rs-categories.home9-style .categories-items .image-content .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .rs-video-home9 {
    padding: 233px 0;
  }
  .rs-blog.home9-style .events-short-top .content-part .title {
    line-height: 1.2;
    font-size: 18px;
  }
  .rs-blog.home9-style .blog-item .blog-content {
    padding: 20px 20px 20px 30px;
  }
  .rs-blog.home9-style .blog-item .blog-content .title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 7px;
  }
  .rs-footer.home9-style .footer-top {
    padding: 80px 0;
  }
  .rs-slider.style2 .slide-part .content .title {
    font-size: 34px;
    line-height: 44px;
  }
  .rs-slider.main-home .slider-content .content-part {
    padding: 175px 15px 100px;
  }
  .rs-slider.main-home .slider-content .content-part .sl-sub-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .rs-slider.main-home .slider-content .content-part .sl-title {
    font-size: 48px;
    margin-bottom: 50px;
  }
  .rs-features {
    margin-top: 70px;
  }
  .container {
    max-width: 540px;
  }
  .rs-recipes .sec-title3 .desc br {
    display: none;
  }
  .rs-about.style9 .content-part .sec-title3 .title {
    font-size: 23px;
    line-height: 36px;
  }
  .sec-title2 .title {
    font-size: 30px;
    line-height: 1.4;
  }
  .rs-featured-courses .courses-item .content-part .images {
    padding-bottom: 35px;
  }
  .rs-footer .footer-top .widget-title {
    font-size: 16px;
    line-height: 24px;
  }
  .rs-banner.style7 {
    min-height: 550px;
  }
  .rs-banner.style7 .banner-content {
    max-width: 100%;
    padding: 150px 0 0;
  }
  .rs-banner.style7 .banner-content .banner-title {
    font-size: 34px;
    line-height: 48px;
  }
  .rs-banner.style7 .img-part {
    display: none;
  }
  .rs-publication .product-list:hover .image-product .overley i {
    bottom: 420px;
  }
  .rs-about.style6 .shape-animate .transparent.right {
    right: 75%;
    top: -168px;
  }
  .rs-banner.style6 .banner-content .banner-title {
    line-height: 63px;
    font-size: 43px;
  }
  .rs-services.style6 .sec-title .title {
    font-size: 29px;
  }
  .rs-services.style6 .sec-title p {
    padding: 0 30px;
    font-size: 14px;
  }
  .rs-footer .footer-bottom {
    padding: 15px 0;
  }
  .rs-newsletter.style6 .newsletter-wrap .content-part .title {
    font-size: 32px;
    line-height: 42px;
  }
  .rs-newsletter.style6 .newsletter-wrap .content-part .sub-title {
    line-height: 28px;
    font-size: 18px;
  }
  .rs-footer.style6 .footer-bottom .main-part {
    padding-top: 5px;
  }
  .rs-testimonial.home1-style .testi-item .author-desc {
    padding: 70px 0 50px;
  }
  .rs-testimonial.home1-style .testi-item .author-desc .desc {
    padding: 60px 20px 20px;
  }
  .hidden-sm {
    display: none;
  }
  .sm-text-center {
    text-align: center !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sec-title .title {
    font-size: 30px;
  }
  .sec-title .sub-title {
    font-size: 16px;
  }
  .full-width-header.header-style3 .rs-header .menu-area .menu-bg::before {
    display: none;
  }
  .rs-slider.style1 .slider-content .sl-sub-title {
    font-size: 20px;
  }
  .rs-slider.style1 .slider-content .sl-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .rs-banner.style1 .banner-content .banner-title {
    font-size: 35px;
  }
  .rs-banner.style2 {
    height: auto;
    min-height: 500px;
  }
  .rs-banner .banner-content .desc br,
  .rs-banner.style3 .banner-content .banner-desc br {
    display: none;
  }
  .rs-banner.style2 .banner-content .banner-title {
    font-size: 50px;
  }
  .rs-banner.style3 .banner-content .banner-title {
    font-size: 40px;
  }
  .rs-banner.style4 {
    min-height: 650px;
  }
  .rs-banner.style4 .banner-content .banner-title {
    font-size: 40px;
  }
  .rs-banner.style5 {
    min-height: 500px;
  }
  .rs-banner.style5 .banner-content {
    padding-bottom: 115px;
  }
  .rs-banner.style5 .banner-content .banner-title {
    font-size: 50px;
  }
  .rs-banner.style6 .banner-content .banner-title {
    margin-bottom: 15px;
  }
  .rs-banner.style6 .banner-content .desc {
    margin-bottom: 30px;
  }
  .rs-banner.style6 .banner-content {
    padding: 182px 0 275px;
  }
  .rs-banner.style6 .shape-img.left {
    left: -25px;
    max-width: 160px;
  }
  .rs-banner.style6 .shape-img.right {
    right: -70px;
    max-width: 150px;
  }
  .rs-banner.style6 .shape-img.center .inner {
    width: 500px;
  }
  .rs-breadcrumbs .breadcrumbs-text .page-title {
    font-size: 40px;
    margin: 0 15px 15px;
  }
  .rs-about.style4 .about-content .title {
    font-size: 35px;
  }
  .rs-about.video-style .about-content {
    padding: 30px;
  }
  .rs-cta .cta-img img {
    min-height: 350px;
  }
  .rs-popular-courses.style4 .courses-item {
    width: 70%;
    margin: 0 auto;
  }
  .rs-popular-courses.style4 .courses-item .content-part .title {
    font-size: 20px;
  }
  .free-course-contact .title {
    font-size: 30px;
  }
  .rs-about.style4 .about-content .title {
    font-size: 30px;
  }
  .rs-popular-courses.style3 .courses-item .content-part .title {
    font-size: 22px;
  }
  .rs-testimonial.style1 .testi-item {
    display: block;
    background: unset;
  }
  .rs-testimonial.style1 .testi-item .content-part {
    padding: 50px 0 0 35px;
  }
  .rs-testimonial.style2 .testi-wrap .content-part .desc {
    font-size: 15px;
    line-height: 25px;
  }
  .rs-testimonial.style2 .testi-wrap {
    padding: 30px 25px;
  }
  .rs-testimonial.style3 .testi-item .desc {
    padding-left: 0;
  }
  .rs-testimonial.style4 .testi-item .user-info {
    padding: 20px 0 0;
  }
  .rs-testimonial.style4 .testi-item .user-info .designation {
    display: block;
  }
  .rs-team.style1 .team-item .content-part .name {
    font-size: 18px;
  }
  .rs-cta.style2 .partition-bg-wrap:after {
    max-height: 350px;
  }
  .rs-blog.style2 .blog-item .blog-content {
    padding: 20px 20px 30px;
  }
  .rs-blog.style2 .blog-item .blog-content .title {
    font-size: 20px;
  }
  .rs-about.style5 .about-content .contact-part li .desc a,
  .rs-about.style5 .about-content .contact-part li .desc p {
    margin: 0;
  }
  .contact-page-section .contact-comment-section {
    padding: 50px 30px;
  }
  .contact-page-section .contact-comment-section h3 {
    font-size: 30px;
  }
  .contact-page-section .contact-comment-section p br {
    display: none;
  }
  .contact-page-section .contact-map iframe {
    height: 450px;
  }
  .profile-section .content-column h2 {
    font-size: 32px;
  }
  .profile-section .content-column h4 {
    font-size: 20px;
  }
  .profile-section .content-column h5 {
    font-size: 22px;
  }
  .intro-section .intro-tabs .tab-btns {
    width: 45%;
    margin: 0 15px 15px 0;
  }
  .intro-section .intro-tabs .tab-btns .tab-btn {
    padding: 10px 20px;
  }
  .rs-newsletter.style1 .newsletter-wrap .newsletter-form {
    max-width: 500px;
  }
  .rs-cart .container {
    max-width: 550px;
  }
  .rs-cart .cart-wrap table.cart-table .action .coupon input {
    margin-bottom: 20px;
    width: 100%;
  }
  .rs-cart .cart-wrap table.cart-table .action .coupon {
    float: none;
    margin-bottom: 20px;
  }
  .rs-cart .btn-shop {
    width: 100%;
  }
  .rs-cart .cart-wrap table.cart-table td {
    display: block;
    border-right: 1px solid #e6e6e6;
  }
  .rs-cart .cart-body .cart-detail table tr th,
  .rs-cart .cart-body .cart-detail table tr td {
    display: none;
  }
  .rs-cart .cart-wrap table.cart-table th {
    display: none;
  }
  .rs-checkout .container {
    max-width: 650px;
  }
  .rs-event .event-item .event-short .featured-img img {
    width: 100%;
  }
  .rs-gallery .gallery-img img {
    width: 100%;
  }
  .rs-login .noticed .login {
    font-size: 30px;
    line-height: 40px;
  }
  .rs-latest-couses .course-item .course-info .course-title {
    font-size: 20px;
    line-height: 30px;
  }
  .rs-popular-courses.course-view-style .course-part {
    margin: 0;
  }
  .rs-popular-courses.course-view-style .course-part .courses-item {
    width: 100%;
    float: left !important;
    margin: 0 0 30px;
  }
  .rs-popular-courses.course-view-style.list-view .course-part .courses-item {
    display: unset;
    margin: 0 0 30px;
  }
  .rs-popular-courses.course-view-style.list-view
    .course-part
    .courses-item
    .img-part {
    margin: 0 0 30px;
  }
  .rs-popular-courses.style2 .course-wrap .front-part .img-part img {
    min-height: unset;
  }
  .rs-popular-courses.style2 .course-wrap .front-part .content-part .title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner.style11 .icons-spiner .spine2 img {
    width: 70px;
  }
  .rs-banner.style11 .icons-spiner .circle img {
    width: 70px;
  }
  .rs-banner.style11 .images-part {
    display: none;
  }
  .rs-banner.style11 .icons-spiner .dot-img {
    display: none;
  }
  .rs-banner.style11 .content-part {
    padding: 180px 20px 100px;
  }
  .rs-banner.style11 .content-part .title {
    padding-right: 95px;
  }
  .rs-banner.style11 {
    min-height: 650px;
  }
  .rs-banner.style11 .icons-spiner .squre-img {
    right: 38%;
  }
  .bg8 {
    background: none;
    padding: 50px 0;
  }
  .readon.green-btn {
    font-size: 12px;
    padding: 8px 23px !important;
  }
  .rs-free-contact textarea {
    height: 100px;
  }
  .rs-banner.style9 {
    min-height: 700px;
  }
  .rs-banner.style9 .banner-content {
    max-width: 400px;
    margin-left: 50px;
    max-width: 323px;
    margin-left: 50px;
  }
  .rs-banner.style9 .banner-content .banner-title {
    font-size: 42px;
    line-height: 1.2;
  }
  .rs-banner.style9 .social-icon {
    bottom: 25px;
    left: 59px;
  }
  .rs-cta.home11-style .content {
    max-width: 390px;
    margin: 0 auto;
  }
  .rs-features.style3 .features-item .content-part {
    padding: 40px 120px 0;
  }
  .rs-banner.style8 {
    min-height: 600px;
  }
  .rs-blog.home9-style .events-short-top {
    display: block;
    padding: 25px;
  }
  .rs-blog.home9-style .events-short-top .date-part {
    margin: 0 0 25px;
  }
  .rs-banner.style7 .img-part {
    display: none;
  }
  .rs-banner.style7 .banner-content {
    margin: 0 auto;
  }
  .rs-popular-courses.style3 .courses-item .img-part img {
    width: 100%;
  }
  .rs-facilities .choose-part .our-facilities {
    display: flex;
    align-items: unset;
  }
  .rs-facilities .choose-part {
    padding: 50px 25px;
  }
  .rs-facilities .choose-part .our-facilities .content-part .text-part .desc {
    font-size: 14px;
    line-height: 24px;
    padding: 0 55px 0 0;
  }
  .rs-facilities .choose-part .our-facilities .content-part .text-part .title {
    font-size: 22px;
    line-height: 24px;
  }
  .rs-testimonial.style6 .testimonial-item .content-part .content-wrap .text p {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 10px;
  }
  .rs-publication .product-list .image-product .overley i {
    bottom: unset;
    top: 0;
    right: 15px;
  }
  .rs-publication .product-list:hover .image-product .overley i {
    top: 30px;
  }
  .readon {
    padding: 10px 30px !important;
    font-size: 15px;
  }
  .rs-banner.style5 {
    min-height: 400px;
  }
  .rs-banner.style2 .banner-content .sub-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .rs-banner.style2 .banner-content .banner-title {
    font-size: 33px;
    margin-bottom: 25px;
  }
  .rs-banner.style3 {
    min-height: 400px;
  }
  .rs-banner.style4 .banner-content .banner-title {
    font-size: 35px;
  }
  .rs-banner.style5 .banner-content {
    padding-bottom: 100px;
  }
  .rs-banner.style5 .banner-content .sub-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .rs-banner.style5 .banner-content .banner-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .rs-banner.style6 .shape-img.left,
  .rs-banner.style6 .shape-img.right {
    display: none;
  }
  .rs-banner.style6 .shape-img {
    bottom: 0;
  }
  .readon2.banner-style {
    padding: 12px 30px;
    display: none;
  }
  .rs-breadcrumbs .breadcrumbs-img img {
    min-height: 250px;
  }
  .rs-breadcrumbs .breadcrumbs-text .page-title {
    font-size: 35px;
  }
  .rs-services.style2 .service-item {
    max-width: 100%;
  }
  .rs-about.style4 .about-content .title {
    font-size: 30px;
  }
  .rs-about.style4 .about-content .sub-title {
    font-size: 18px;
  }
  .rs-about.style4 .about-content .contact-part li {
    width: 100%;
    margin: 0 0 30px;
  }
  .rs-about.style1 .about-part {
    padding: 40px 30px 50px;
  }
  .rs-about.style1 .about-part .sign-part {
    display: block;
  }
  .rs-about.style1 .about-part .sign-part .img-part {
    padding: 0 0 30px;
  }
  .rs-about-video .video-img-part img {
    min-height: 300px;
  }
  .rs-testimonial.style2 .testi-wrap .img-part {
    float: unset;
    width: auto;
    margin-right: 0;
  }
  .rs-testimonial.style2 .testi-wrap .content-part {
    padding: 25px;
    padding-left: 40px;
  }
  .rs-testimonial.style2 .testi-wrap .content-part .info {
    float: unset;
  }
  .rs-blog.style1.modify1 .events-short {
    display: block;
  }
  .rs-blog.style1.modify1 .events-short .content-part {
    padding: 20px 0 0;
  }
  .rs-cta .cta-content {
    padding: 0 15px;
  }
  .rs-popular-courses.style4 .courses-item {
    width: 100%;
  }
  .rs-latest-events.style1 .event-wrap .events-short {
    display: block;
    padding: 0;
  }
  .rs-latest-events.style1 .event-wrap .events-short .date-part {
    float: unset;
    width: 100%;
    margin: 0 0 25px;
  }
  .rs-newsletter.style2 .newsletter-wrap .newsletter-form input {
    padding-right: 100px;
  }
  .rs-newsletter.style2 .newsletter-wrap .newsletter-form button {
    padding: 17px 25px;
  }
  .rs-newsletter.style1 .newsletter-wrap {
    padding: 30px;
  }
  .rs-about.style5 {
    background: #f2fafc;
  }
  .rs-about.style5 .about-content .title {
    font-size: 30px;
  }
  .rs-about.style5 .about-content .title br {
    display: none;
  }
  .rs-about.style5 .about-content .sub-title {
    font-size: 18px;
  }
  .rs-about.style5 .about-content .contact-part li .desc {
    font-size: 16px;
  }
  .rs-about.style5 .about-content .contact-part li .desc a,
  .rs-about.style5 .about-content .contact-part li .desc p,
  .rs-about.style5 .about-content .contact-part li .desc .address {
    font-size: 20px;
  }
  .rs-popular-courses.style3 .courses-item .content-part .title {
    font-size: 20px;
  }
  .rs-carousel.nav-style2 .owl-nav {
    display: none;
  }
  .profile-section .content-column h5 {
    font-size: 20px;
  }
  .profile-section .content-column .inner-column p {
    margin-top: 0;
  }
  .profile-section .content-column .student-list li {
    display: block;
    margin: 0 0 15px;
  }
  .course-overview .inner-box .student-list li {
    margin: 0 0 15px;
    display: block;
  }
  .intro-section .intro-tabs .tab-btns {
    width: 100%;
    margin: 0 0 15px;
  }
  .rs-banner.style13
    .banner-content
    .search-widget
    .search-wrap
    [type="search"] {
    width: 392px;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap button {
    right: 21%;
  }
  .rs-banner.style13
    .banner-content
    .search-widget
    .search-wrap
    button
    i::before {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-slider.style1 .slider-content::before {
    background: none;
  }
  .banner-cntn {
    padding-top: 150px;
  }
  .readon2.banner-style {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 15px;
    font-size: 14px;
  }
  .ctabg {
    background: none;
    background-color: #076aa2;
    margin-top: -30px;
    color: #fff;
  }
  .ctabg h5 {
    color: #fff;
  }
  .readon2 {
    padding: 10px 15px;
    font-size: 14px;
  }
  .rs-footer .footer-bottom {
    padding-bottom: 20px;
  }
  .rs-about.style2 .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rs-testimonial.style3 .testi-item {
    flex-wrap: wrap;
    text-align: center;
  }
  .rs-footer .footer-top {
    padding: 70px 0 40px;
  }
  .rs-testimonial.style3 .testi-item .desc {
    max-width: calc(100% - 0px);
    margin-left: 0;
  }
  .rs-testimonial.style3 .testi-item .user-info {
    margin: 0 auto 10px;
  }
  .container-fluid2 {
    padding-left: 0;
    padding-right: 20px;
  }
  .rs-popular-courses.style6 .sec-title6 .title {
    font-size: 24px;
    line-height: 34px;
  }
  .sec-title3 .title.title3 {
    font-size: 29px;
    line-height: 39px;
  }
  .sec-title5 .description br {
    display: none;
  }
  .rs-popular-courses.home13-style
    .courses-item
    .courses-grid
    .content-part
    .title {
    line-height: 30px;
    font-size: 18px;
  }
  .check-square li::before {
    font-size: 16px;
  }
  .check-square li {
    padding-left: 28px;
    font-size: 14px;
  }
  .sec-title3 .title.title2 {
    font-size: 24px;
    line-height: 40px;
  }
  .rs-banner.style11 .icons-spiner {
    display: none;
  }
  .rs-team.home-style15 .sec-title6 .title {
    font-size: 23px;
    line-height: 33px;
  }
  .rs-banner.style11 {
    min-height: 550px;
  }
  .rs-banner.style13 .banner-content .title {
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 15px;
  }
  .rs-banner.style13 .banner-content .search-widget .search-wrap button {
    right: -5px;
    top: 8px;
  }
  .rs-banner.style13
    .banner-content
    .search-widget
    .search-wrap
    [type="search"] {
    width: 100%;
  }
  .rs-banner.style13
    .banner-content
    .search-widget
    .search-wrap
    button
    i::before {
    font-size: 14px;
  }
  .rs-banner.style13
    .banner-content
    .search-widget
    .search-wrap
    [type="search"] {
    padding: 20px 6px;
    font-size: 13px;
  }
  .rs-banner.style13 .banner-content .desc {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 33px;
  }
  .rs-banner.style13 .banner-content .sub-text {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .rs-categories.style1 .sec-title6 .title {
    font-size: 21px;
    line-height: 31px;
  }
  .rs-banner.style11 .icons-spiner .squre-img {
    right: 40%;
    bottom: 6%;
  }
  .rs-banner.style11 .content-part .title {
    padding-right: 0;
  }
  .rs-cta.effects-layer .effects-bg .content-part {
    padding: 350px 30px 60px 40px;
  }
  .sec-title6 .title {
    font-size: 30px;
    line-height: 40px;
  }
  .rs-banner.style12 .banner-content .search-widget .search-wrap button {
    padding: 6px 13px 5px;
    right: -2px;
    top: 10px;
  }
  .rs-banner.style12
    .banner-content
    .search-widget
    .search-wrap
    [type="search"] {
    padding: 15px 10px;
    padding-right: 30px;
    font-size: 13px;
  }
  .rs-banner.style12 .banner-content .title {
    font-size: 26px;
    line-height: 36px;
  }
  .rs-banner.style12 .banner-content .desc {
    font-size: 18px;
    line-height: 32px;
  }
  .rs-free-contact {
    padding: 40px 20px;
  }
  .rs-banner.style10 .banner-content {
    padding: 120px 10px 100px;
  }
  .rs-banner.style10 .banner-content .sl-title {
    font-size: 23px;
    line-height: 40px;
  }
  .rs-banner.style10 .banner-intro-box .shape-img img {
    width: 65px;
  }
  .readon.green-banner {
    font-size: 13px;
    line-height: 33px;
    font-weight: 700;
    padding: 6px 25px;
  }
  .rs-banner.style10 .banner-content .sl-sub-title {
    font-size: 17px;
    line-height: 23px;
  }
  .sec-title4 .title {
    font-size: 22px;
    line-height: 32px;
  }
  .rs-popular-courses.main-home.home12-style .sec-title4 .title {
    font-size: 22px;
  }
  .why-choose-us.style3 .services-part .services-icon {
    margin-right: 0;
    padding-bottom: 10px;
  }
  .why-choose-us.style3 .services-part .services-text .services-txt {
    font-size: 14px;
    line-height: 1.2;
  }
  .why-choose-us.style3 .services-part .services-text .title {
    font-size: 18px;
    line-height: 30px;
  }
  .why-choose-us.style3 .services-part .services-icon img {
    width: 50px;
  }
  .why-choose-us.style3 .services-part {
    display: block;
    padding: 20px 30px;
  }
  .rs-faq-part.style1 .main-part.new-style .title .text-part {
    font-size: 20px;
  }
  .rs-faq-part.style1
    .main-part.new-style
    .faq-content
    .accordion
    .card
    .card-header
    .card-link {
    font-size: 12px;
    padding-right: 0;
    padding-left: 41px;
  }
  .rs-faq-part.style1
    .main-part.new-style
    .faq-content
    .accordion
    .card
    .card-body {
    padding: 20px 12px 28px !important;
    font-size: 12px;
  }
  .rs-testimonial.home12-style .sec-title4 .title {
    font-size: 25px;
  }
  .rs-testimonial.home12-style .testi-item {
    padding: 100px 20px 40px;
  }
  .rs-event
    .event-item.home12-style
    .event-short
    .content-part
    .all-dates-time
    .address {
    padding-right: 0;
    padding-bottom: 5px;
  }
  .rs-download-app .mobile-img .apps-image img {
    max-width: 140px;
  }
  .rs-event
    .event-item.home12-style
    .event-short
    .content-part
    .all-dates-time {
    display: block;
    padding-bottom: 10px;
  }
  .rs-event
    .event-item.home12-style
    .event-short
    .content-part
    .event-btm
    .btn-part
    a {
    padding: 5px 13px;
    font-size: 13px;
  }
  .sec-title4 .title {
    font-size: 26px;
    line-height: 36px;
  }
  .sec-title4 .sub-title {
    font-size: 15px;
    line-height: 26px;
  }
  .rs-faq-part.style1 .main-part.new-style .title .text-part {
    font-size: 19px;
  }
  .rs-blog.main-home.modify1 .blog-item .blog-content .title {
    font-size: 18px;
    line-height: 28px;
  }
  .rs-blog.main-home.modify1 .blog-item .blog-content {
    padding: 30px 19px 30px 20px;
  }
  .rs-banner.style9 .banner-content .banner-title {
    font-size: 34px;
    line-height: 1.2;
  }
  .rs-banner.style9 .banner-content .desc {
    font-size: 15px;
    line-height: 28px;
  }
  .rs-banner.style9 {
    min-height: 600px;
  }
  .rs-banner.style9 .banner-content {
    max-width: 260px;
    margin: 0 auto;
  }
  .rs-banner.style9 .social-icon {
    bottom: 16px;
    left: 40px;
  }
  .rs-cta.home11-style .content .sec-title2 .title {
    font-size: 17px;
  }
  .rs-cta.home11-style .content {
    max-width: 286px;
    margin: 0 auto;
  }
  .rs-features.style3 .features-item .content-part .title {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 4px;
  }
  .rs-features.style3 .features-item .content-part {
    padding: 40px 74px 0;
  }
  .rs-testimonial.home-style1 .testi-item .author-desc .desc {
    padding: 80px 15px 30px;
    font-size: 20px;
  }
  .rs-categories.home11-style .main-part {
    padding: 70px 0 70px 40px;
  }
  .rs-categories.home11-style .main-part .categories-item .content-part .title {
    font-size: 17px;
    line-height: 1.2;
  }
  .rs-popular-courses.home11-style
    .courses-item
    .content-part
    .course-body
    .title {
    font-size: 19px;
    line-height: 30px;
  }
  .rs-popular-courses.home11-style .courses-item .content-part .course-body p {
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .rs-testimonial.home11-style .testi-item .user-info .desc {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .rs-testimonial.home11-style .testi-item .user-info .name {
    font-size: 18px;
  }
  .rs-gallery.home11-style .gallery-part .gallery-img .gallery-info p {
    padding-right: 20px;
    padding-left: 20px;
  }
  .rs-newsletter.style2.home11-style .sec-title2 .title {
    font-size: 29px;
    line-height: 1.2;
  }
  .rs-blog.style1 .events-short.new-style .date-part {
    position: unset;
  }
  .rs-blog.style1 .events-short .content-part.new-padding {
    padding: 10px 12px 30px 10px;
  }
  .rs-blog.style1 .events-short.new-style .content-part .title {
    font-size: 17px;
  }
  .rs-blog.style1 .events-short.new-style {
    display: unset;
  }
  .rs-blog.style1 .blog-item .blog-content .title,
  .rs-blog.style1 .events-short .content-part .title {
    font-size: 19px;
  }
  .contact-page-section .rs-quick-contact.new-style {
    padding: 60px 20px;
  }
  .rs-newsletter.style1 .newsletter-wrap .content-part {
    text-align: center;
  }
  .contact-page-section .rs-quick-contact {
    padding: 60px 20px;
  }
  .contact-page-section .rs-contact-wrap .address-item .address-text .des {
    font-size: 16px;
    line-height: 1.1;
  }
  .contact-page-section .contact-address-section .contact-info {
    display: flex;
    padding: 20px;
  }
  .contact-page-section
    .contact-address-section
    .contact-info
    .content-part
    .info-title {
    font-size: 16px;
    line-height: 1.2;
  }
  .contact-page-section .contact-address-section .contact-info .icon-part {
    margin: unset;
    padding-right: 15px;
  }
  .contact-page-section .rs-contact-wrap {
    padding: 40px 20px 30px;
  }
  .rs-banner.style8 {
    min-height: 500px;
  }
  .rs-banner.style8 .banner-content .sl-title {
    font-size: 32px;
    line-height: 1.2;
    padding-right: 0;
  }
  .rs-banner.style8 .banner-content .sl-sub-title {
    font-size: 22px;
    line-height: 1;
  }
  .rs-categories.home9-style .categories-items .image-content .title {
    font-size: 20px;
  }
  .rs-categories.home9-style .categories-items .image-content .description p {
    font-size: 15px;
    padding-right: 20px;
  }
  .contact-page-section .inner-part p {
    font-size: 15px;
    line-height: 1.2;
  }
  .contact-page-section .inner-part .title {
    font-size: 28px;
    line-height: 1.2;
  }
  .contact-page-section .rs-quick-contact.new-style {
    padding: 70px 20px;
  }
  .rs-testimonial.home9-style .testi-item p {
    font-size: 18px;
  }
  .rs-testimonial.home9-style .testi-item .testi-information .name {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .rs-testimonial.home9-style .testi-item .testi-information .designation {
    font-size: 18px;
  }
  .rs-slider.main-home .slider-content .content-part .sl-sub-title {
    font-size: 18px;
  }
  .rs-slider.main-home .slider-content .content-part .sl-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .rs-categories.main-home .categories-items .contents {
    padding: 30px 15px;
  }
  .rs-categories.main-home .categories-items .contents .content-wrap .title {
    font-size: 19px;
    margin-bottom: 0;
  }
  .rs-categories.main-home .categories-items .contents .img-part img {
    margin: 0 15px 0 0;
  }
  .rs-faq-part.style1 .img-part {
    height: auto;
    min-height: 400px;
  }
  .rs-faq-part.style1 .main-part {
    padding: 30px 15px;
  }
  .rs-faq-part.style1
    .main-part
    .faq-content
    .accordion
    .card
    .card-header
    .card-link {
    height: 50px;
    line-height: 50px;
  }
  .rs-popular-courses.main-home .courses-item .courses-grid .content-part {
    padding: 30px 25px;
  }
  .rs-popular-courses.main-home
    .courses-item
    .courses-grid
    .content-part
    .title {
    font-size: 20px;
  }
  .rs-about.style8 .sec-title3 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .rs-recipes .sec-title3 .title {
    font-size: 24px;
    line-height: 36px;
  }
  .rs-event.home8-style1 .event-item .event-short .content-part .time-sec {
    display: unset;
  }
  .rs-about.style9 .content-part {
    padding: 60px 20px 70px;
  }
  .rs-newsletter.home8-style1 .content-wrap .newsletter-form input {
    background: #fff;
    color: #505050;
    padding: 15px;
    padding-right: 0;
  }
  .rs-newsletter.home8-style1 .content-wrap .newsletter-form button {
    padding: 15px 30px;
  }
  .rs-blog.main-home .blog-item .blog-content {
    padding: 40px 25px 15px;
  }
  .rs-blog.main-home .blog-item .blog-content .title {
    font-size: 23px;
  }
  .sec-title3 .sub-title {
    font-size: 14px;
    line-height: 26px;
  }
  .sec-title3 .title {
    font-size: 26px;
    line-height: 36px;
  }
  .sec-title2 .title {
    font-size: 25px;
  }
  .rs-banner.style7 .banner-content .banner-title {
    font-size: 25px;
    line-height: 35px;
  }
  .rs-banner.style7 .banner-content {
    max-width: 250px;
    margin: 0 auto;
  }
  .rs-cta.style7 .partition-bg-wrap .sec-title2 .title {
    font-size: 29px;
    line-height: 39px;
  }
  .rs-facilities .choose-part .our-facilities .icon-part img {
    max-width: 40px;
  }
  .rs-facilities .choose-part .our-facilities .content-part .text-part {
    padding-left: 15px;
  }
  .rs-facilities .choose-part .our-facilities .content-part .text-part .title {
    font-size: 19px;
    line-height: 21px;
  }
  .rs-about.style6 .sec-title .title {
    font-size: 25px;
  }
  .rs-about.style6 .shape-animate .transparent.right {
    display: none;
  }
  .rs-about.style6 .shape-animate .transparent.left {
    display: none;
  }
  .rs-latest-couses .course-item .course-image a {
    width: 170px;
    height: 170px;
    margin: 0 auto 15px;
  }
  .rs-latest-couses .course-item {
    display: block;
    border-radius: 0;
    text-align: center;
    padding: 30px 0;
  }
  .rs-about.video-img .media-icon .popup-videos::before {
    width: 80px;
    height: 80px;
  }
  .rs-blog.style2 .blog-item .blog-content .blog-bottom {
    padding-top: 15px;
    margin-top: 15px;
  }
  .rs-blog.style2 .blog-item .blog-content .title {
    margin-bottom: 8px;
    line-height: 26px;
    font-size: 18px;
  }
  .rs-blog.style2 .blog-item .blog-content {
    padding: 15px 15px 20px;
  }
  .rs-newsletter.style6 .newsletter-wrap .newsletter-form p {
    margin: 0;
    font-size: 12px;
  }
  .rs-newsletter.style6 .newsletter-wrap .content-part .title {
    font-size: 21px;
    line-height: 30px;
  }
  .rs-newsletter.style6 .newsletter-wrap .content-part .sub-title {
    line-height: 26px;
    font-size: 17px;
  }
  .rs-newsletter.style6 .newsletter-wrap .newsletter-form button {
    padding: 5px 34px;
  }
  .rs-newsletter.style6 .newsletter-wrap .newsletter-form input {
    padding: 10px 16px;
    padding-right: 0;
  }
  .rs-newsletter.style6 .newsletter-wrap .newsletter-form p {
    margin: 0;
    font-size: 12px;
  }
  .rs-slider.style1 .slider-content .sl-sub-title {
    font-size: 14px;
  }
  .banner-cntn {
    text-align: center;
  }
  .rs-slider.style1 .slider-content .sl-title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
  }
  .rs-testimonial.home1-style .owl-dots {
    margin-top: 30px;
  }
  .rs-testimonial.home1-style .testi-item .author-desc .desc {
    padding: 50px 20px 20px;
    font-size: 17px;
  }
  .rs-testimonial.home1-style .testi-item .author-desc .desc .quote {
    width: 50px;
  }
  .rs-faq-part.style1 .main-part .title .text-part {
    font-size: 22px;
    line-height: 32px;
  }
  .sec-title .title {
    font-size: 25px;
  }
  .full-width-header.header-style3.modify .rs-header .menu-area .logo-part {
    width: 175px;
  }
  .full-width-header.header-style1
    .rs-header
    .menu-area
    .main-menu
    .mobile-logo-part
    img {
    max-height: 25px;
  }
  .rs-banner.style1 .banner-content .banner-title {
    font-size: 25px;
  }
  .rs-banner.style1 .banner-content .desc {
    font-size: 18px;
  }
  .rs-banner.style3 .banner-content .banner-title {
    font-size: 30px;
  }
  .rs-banner.style3 .banner-content .banner-desc {
    font-size: 16px;
  }
  .rs-banner.style3 .banner-content .banner-btn li {
    display: block;
    margin: 0 0 15px;
  }
  .rs-banner.style3 .banner-content .banner-btn li .readon3 {
    padding: 10px 40px;
    font-size: 15px;
  }
  .rs-banner.style4 .banner-content .banner-title {
    font-size: 32px;
  }
  .rs-banner.style6 .banner-content {
    padding: 150px 0 250px;
  }
  .rs-banner.style6 .shape-img.center .inner {
    width: 350px;
  }
  .rs-banner.style6 .banner-content .banner-title {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .rs-banner.style6 .banner-content .desc {
    margin-bottom: 20px;
  }
  .rs-breadcrumbs .breadcrumbs-text .page-title {
    font-size: 30px;
  }
  .rs-about.style2 .about-intro {
    padding: 45px 15px 50px;
  }
  .rs-about.style1 .img-part .left-bottom {
    max-width: 60%;
  }
  .rs-about.style2 .about-intro .title {
    font-size: 25px;
  }
  .rs-degree.style1 .title {
    font-size: 25px;
  }
  .rs-degree.style1.modify .title {
    font-size: 20px;
  }
  .rs-degree.style1.modify .degree-wrap .content-part {
    padding: 10px 5px;
  }
  .rs-cta .cta-content .btn-part .readon2 {
    margin: 5px 0;
    width: 100%;
  }
  .rs-cta.style2 .partition-bg-wrap:after {
    max-height: 375px;
  }
  .rs-cta .sec-title .title,
  .rs-testimonial.style4 .sec-title .title {
    font-size: 23px;
  }
  .rs-newsletter.style1 .newsletter-wrap {
    padding: 20px;
  }
  .rs-popular-courses.style4 .courses-item .content-part {
    padding: 30px 20px;
  }
  .rs-popular-courses.style4 .courses-item .content-part .bottom-part .user {
    margin-right: 10px;
  }
  .why-choose-us .choose-us-part .facilities-part .single-facility .icon-part {
    float: unset;
    margin: 0 0 5px;
    display: inline-block;
  }
  .free-course-contact {
    padding: 40px 15px 50px;
  }
  .free-course-contact .title {
    font-size: 25px;
  }
  .rs-popular-courses.style3 .courses-item .content-part .title {
    font-size: 18px;
  }
  .rs-popular-courses.style1 .courses-item {
    padding: 25px 20px;
  }
  .rs-popular-courses.style1 .courses-item .content-part .title {
    font-size: 20px;
  }
  .rs-popular-courses.style2 .course-wrap {
    padding: 25px;
  }
  .rs-cta.style2 .partition-bg-wrap.inner-page:after,
  .rs-cta.style2 .partition-bg-wrap.inner-page:before {
    max-height: 350px;
  }
  .contact-page-section .contact-comment-section {
    padding: 50px 15px;
  }
  .contact-page-section .contact-map iframe {
    height: 400px;
  }
  .rs-blog.style1 .events-short {
    padding: 20px;
  }
  .rs-blog.style1 .events-short .date-part {
    width: 75px;
    padding: 10px 0 15px;
  }
  .rs-blog.style1 .events-short .date-part .date {
    font-size: 30px;
  }
  .rs-newsletter.style1 .newsletter-wrap .newsletter-form input {
    padding: 10px 20px;
    padding-right: 100px;
  }
  .rs-newsletter.style1 .newsletter-wrap .newsletter-form button {
    padding: 10px 20px;
  }
  .profile-section .image-column .inner-column {
    padding: 30px 25px;
  }
  .profile-section .content-column h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .profile-section .content-column h4 {
    font-size: 17px;
  }
  .profile-section .content-column .student-list {
    margin-bottom: 30px;
  }
  .profile-section .image-column .text {
    font-size: 16px;
    font-weight: 500;
  }
  .course-overview .inner-box {
    padding: 0 20px 20px;
  }
  .accordion-box .block .content {
    padding: 0 0 25px;
  }
  .accordion-box .block .play-icon .fa {
    margin: 0;
    margin-right: 15px;
  }
  .accordion-box .block .play-icon::before {
    left: 20px;
  }
  .intro-section .video-column .course-features-info {
    padding: 20px;
  }
  .intro-section .video-column .btn-part {
    padding: 30px 30px 15px;
  }
  .cource-review-box {
    padding: 0 20px;
  }
  .course-overview .inner-box h4 {
    font-size: 20px;
  }

  .rs-counter .counter-item .rs-count {
    font-size: 30px;
  }
  .rs-counter .counter-item .title {
    font-size: 18px;
  }
  .rs-degree.style1 .degree-wrap .content-part .title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .rs-degree.style1 .degree-wrap .content-part .desc {
    margin-bottom: 5px;
  }
  .rs-degree.style1 .degree-wrap .content-part,
  .rs-team.style1 .team-item:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px)
  }
}
.rs-about.style2 .about-intro {
  border-radius: 4px;
  background: url(../images/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px 15px 15px 15px;
  box-shadow: 0 0 20px 0 rgba(17, 41, 88, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.rs-testimonial.style3 .testi-item {
  background-color: #eaf9ff;
  border-radius: 8px;
  padding: 40px 25px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.ctabg {
  background: url(../images/cta-bg.jpg) no-repeat right bottom #fff;
  background-size: auto;
  background-size: contain;
  position: relative;
  margin-top: -50px;
}
.bdor{
  border-bottom: 5px solid #030271 !important;
}
.sociall li {
  list-style: none;
  display: inline-block;
  padding: 5px 10px;
}
.fadefrom{
  visibility: visible !important; 
  animation-duration: 2000ms !important; 
  animation-delay: 300ms !important; 
  animation-name: fadeInUp !important;
  padding: 8px;
}
.blus{
  background: #ff96000a;
}
.under-line {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0px;
}
.img-style-2 {
  padding-bottom: 20px;
}