@font-face {
  font-family: "JF_Flat";
  src: url("../fonts//JF-Flat-regular.eot");
  src: url("../fonts//JF-Flat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts//JF-Flat-regular.svg#JF Flat Regular") format("svg"), url("../fonts//JF-Flat-regular.woff") format("woff"), url("../fonts//JF-Flat-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* ----------------------------------------------------------------
     [  Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
}

body {
  color: #222d35;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Cairo', sans-serif;
  text-align: right;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5 {
  font-family: 'Changa', 'Cairo', sans-serif;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

p, .text {
  font-size: 14px;
  font-weight: 400;
  color: #6f7680;
  line-height: 30px;
  margin: 0;
}

.head {
  margin-bottom: 80px;
  text-align: center;
}
.head h4 {
  font-size: 40px;
  font-weight: 600;
}
.head span {
  position: relative;
  width: 60px;
  height: 2px;
  background: #f23849;
  padding: 0 10px;
  margin-top: 15px;
}
.head span .one, .head span .three {
  height: 8px;
  width: 2px;
  background: #f23849;
  position: absolute;
  top: -3px;
}
.head span .one {
  right: -6px;
}
.head span .three {
  left: -6px;
}
.head span .two, .head span .four {
  height: 12px;
  width: 2px;
  background: #f23849;
  position: absolute;
  top: -5px;
}
.head span .two {
  right: -3px;
}
.head span .four {
  left: -3px;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin-bottom: 0;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:focus, a:hover {
  color: inherit;
  outline: none;
}

.icon {
  line-height: 1;
}

.section-padding {
  padding: 100px 0;
}

.clear-fix {
  clear: both;
}

.sam-height {
  height: 100%;
}

.half-padding {
  padding: 120px 5%;
}

.bg-gray {
  background: #f8f8f8;
  position: relative;
}

.o-hidden {
  overflow: hidden;
}

.ontop {
  position: relative;
  z-index: 4;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots li {
  width: 7px;
  height: 5px;
  background: #eee;
  border-radius: 10px;
}
.slick-dots li.slick-active {
  width: 20px;
  background: #f23849 !important;
}
.slick-dots li button {
  display: none;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  text-align: center;
  background: transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
  padding: 17px 35px;
  border-radius: 10px;
}
.butn span {
  -webkit-transition: all .4s;
  transition: all .4s;
  font-size: 16px;
}
.butn i {
  display: inline-block;
  padding: 14px 15px;
  line-height: 1.6;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.butn-bg {
  background: #f23849;
  border-color: #f23849;
}
.butn-bg:hover {
  background: #2C3060;
  border-color: #2C3060;
}
.butn-bg span {
  color: #fff;
}
.butn-bg i {
  color: #fff;
  background: #2C3060;
}

.butn-light {
  background: #fff;
  border-color: #fff;
}
.butn-light:hover {
  background: #f23849;
  border-color: #f23849;
}
.butn-light:hover span {
  color: #fff;
}
.butn-light:hover i {
  background: transparent;
  color: #fff;
}
.butn-light span {
  color: #f23849;
}
.butn-light i {
  background: #fbfbfd;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 10px 0;
  border: 0;
  background: #111;
  z-index: 99999;
}
.navbar:after {
  content: '';
  width: 300px;
  height: 100%;
  background: #f23849;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  position: absolute;
  right: -30px;
  top: 0;
}
.navbar .icon-bar {
  font-size: 30px;
  outline: none !important;
  color: #fff;
}
.navbar .rtl-row {
  float: left;
}
.navbar .logo {
  width: 80px;
  float: right;
}
.navbar .logo img {
  position: relative;
  z-index: 4;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  margin: 15px 0;
  padding: 10px 15px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
}
.navbar .navbar-nav .nav-link:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #f23849;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(50px);
          transform: translate(50px);
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: -1;
}
.navbar .navbar-nav .nav-link i {
  margin-right: 4px;
  font-size: 10px;
}
.navbar .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar .navbar-nav .nav-link.active:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
          transform: translate(0px);
}
.navbar .navbar-nav .nav-link.shop-car img {
  width: 25px;
  position: relative;
  top: -5px;
  margin-right: 15px;
}
.navbar .navbar-nav .dropdown-menu {
  width: 250px !important;
  background: #000 !important;
  color: #fff;
  opacity: 1;
  border: 0;
}
.navbar .navbar-nav .dropdown-menu li {
  padding: 12px;
  font-size: 13px;
}
.navbar .navbar-nav .dropdown-menu li:hover {
  background: #f23849;
  color: #fff;
}

.nav-scroll {
  padding: 0;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll .logo {
  padding: 10px 0;
  width: 50px;
}

/* ----------------------------------------------------------------
     [ End navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    [  Start header ]
-----------------------------------------------------------------*/
.header {
  position: relative;
  padding: 250px 0 100px;
  z-index: 99;
  background-image: url(../images/bg2.jpg);
  background-position: center center;
  background-size: cover;
  background-color: #101417;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);
}
.header .content h5 {
  color: #f23849;
  margin-bottom: 5px;
}
.header .content h1 {
  font-size: 120px;
  font-weight: 700;
  color: #fff;
}
.header .content h4 {
  color: #fff;
  margin-top: 5px;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  background: #f23849;
}
.header .video {
  position: relative;
}
.header .video video {
  width: 100%;
}

.page-header {
  position: relative;
  padding: 250px 0 100px;
  z-index: 99;
  background-position: center center;
  background-size: cover;
  background-color: #101417;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%);
}
.page-header .path a {
  color: #f23849;
}
.page-header .path i {
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #f23849;
  margin: 0 15px;
}
.page-header .path span {
  color: #eee;
}
.page-header h1 {
  font-size: 60px;
  margin-top: 15px;
}

/* ----------------------------------------------------------------
     [ End header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start prog ]
-----------------------------------------------------------------*/
.prog .slicker {
  padding-left: 15px;
  padding-right: 15px;
}
.prog .owl-item.center .img .title {
  background: #f23849;
  border-color: #fff;
  color: #fff;
}
.prog .item {
  text-align: center;
  position: relative;
  background: #fafafa;
}
.prog .item:hover .img .title {
  background: #f23849;
  border-color: #fff;
  color: #fff;
}
.prog .item:hover .img .title h3 {
  opacity: 0;
  visibility: hidden;
}
.prog .item:hover .img .order {
  opacity: 1;
  visibility: visible;
}
.prog .item .img {
  position: relative;
  overflow: hidden;
}
.prog .item .img .title {
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: -14px;
  left: -25px;
  padding: 40px 20px;
  width: 100%;
  -webkit-transform: rotate(357deg) skew(20deg);
          transform: rotate(357deg) skew(20deg);
  border-top: 4px solid #f23849;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
}
.prog .item .img .title h3 {
  -webkit-transform: rotate(-357deg) skew(-20deg);
          transform: rotate(-357deg) skew(-20deg);
  font-weight: 700;
  font-size: 20px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.prog .item .img .order {
  background: transparent;
  position: absolute;
  bottom: -14px;
  left: -25px;
  padding: 40px 20px;
  width: 100%;
  -webkit-transform: rotate(357deg) skew(20deg);
          transform: rotate(357deg) skew(20deg);
  border-top: 4px solid transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.prog .item .img .order h3 {
  -webkit-transform: rotate(-357deg) skew(-20deg);
          transform: rotate(-357deg) skew(-20deg);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.prog .item .cont {
  padding: 40px 30px;
  position: relative;
}
.prog .item .cont h4 {
  margin-bottom: 15px;
  font-weight: 700;
}
.prog .item .cont h6 {
  font-size: 13px;
  color: #f23849;
  margin-bottom: 10px;
}
.prog .owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border: 0;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  outline: none !important;
  z-index: 3;
  color: #f23849 !important;
}
.prog .owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff !important;
  background: #f23849;
}
.prog .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.prog .owl-theme .owl-nav [class*=owl-].owl-next {
  right: 0;
}

/* ----------------------------------------------------------------
     [ End prog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start products ]
-----------------------------------------------------------------*/
.products {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
          clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
}
.products.bg-gray {
  -webkit-clip-path: none;
          clip-path: none;
}
.products.bg-gray .item {
  color: #fff;
}
.products .container-fluid {
  position: relative;
  z-index: 4;
}
.products .slicker {
  padding-left: 30px;
  padding-right: 30px;
}
.products .owl-item:nth-of-type(even) {
  margin-top: 40px;
}
.products .item {
  position: relative;
}
.products .item:hover .img:after, .products .item:hover .img:before {
  opacity: 1;
  visibility: visible;
}
.products .item:hover .cont h4, .products .item:hover .cont .order {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.products .item:hover .cont h4 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.products .item:hover .cont .order {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.products .item .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.products .item .img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background: -webkit-gradient(linear, left bottom, left top, from(#03050d), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to top, #03050d, rgba(0, 0, 0, 0.4));
  opacity: .8;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.products .item .img:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid #f23849;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
.products .item .cont {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 30px;
  bottom: 25%;
  text-align: center;
}
.products .item .cont h4 {
  font-size: 22px;
  margin-bottom: 20px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  opacity: 0;
  visibility: hidden;
}
.products .item .cont .order {
  padding: 12px 30px;
  background: #f23849;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  opacity: 0;
  visibility: hidden;
}
.products .item .cont .order img {
  width: 15px;
  display: inline-block;
  margin-right: 8px;
}
.products .owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border: 0;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  background: #333;
  position: absolute;
  top: 50%;
  outline: none !important;
  z-index: 3;
  color: #f23849 !important;
}
.products .owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff !important;
  background: #f23849;
}
.products .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.products .owl-theme .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.products.grid .item {
  padding: 0 30px;
  margin-bottom: 60px;
  color: #fff;
}
.products.grid .pagination {
  margin-top: 20px;
  text-align: center;
}
.products.grid .pagination .text-center {
  margin: auto;
}
.products.grid .pagination a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-family: 'Changa', 'Cairo', sans-serif;
  font-weight: 500;
  border: 1px solid #eee;
  margin: 0 4px;
}
.products.grid .pagination a.active {
  background: #f23849;
  border-color: #f23849;
  color: #fff;
}

.sigle-product .box {
  position: relative;
  padding: 50px 30px;
}
.sigle-product .box .bord {
  position: absolute;
}
.sigle-product .box .v {
  width: 7px;
  height: 100%;
  background-color: #f7f7f7;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  top: 0;
}
.sigle-product .box .v.one {
  right: -10px;
}
.sigle-product .box .v.two {
  left: -10px;
}
.sigle-product .box .w {
  width: 100%;
  height: 7px;
  background-color: #f7f7f7;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  left: 0;
}
.sigle-product .box .w.three {
  top: -10px;
}
.sigle-product .box .w.four {
  bottom: -10px;
}
.sigle-product .img {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.sigle-product .img:hover .front {
  opacity: 0;
  visibility: hidden;
}
.sigle-product .img:hover .back {
  opacity: 1;
  visibility: visible;
}
.sigle-product .img .front {
  -webkit-transition: all .7s;
  transition: all .7s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sigle-product .img .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .7s;
  transition: all .7s;
  -o-object-fit: contain;
     object-fit: contain;
}
.sigle-product .content h4 {
  margin-bottom: 10px;
  font-weight: 800;
}
.sigle-product .content h5 span {
  color: #f23849;
  margin-right: 10px;
}
.sigle-product .content ul {
  margin: 30px 0 0;
}
.sigle-product .content ul li {
  margin-bottom: 15px;
  color: #777;
}
.sigle-product .content .color {
  margin-top: 30px;
}
.sigle-product .content .color h5 {
  margin-left: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.sigle-product .content .color .custom-radios {
  display: inline-block;
}
.sigle-product .content .color .custom-radios div {
  display: inline-block;
}
.sigle-product .content .color .custom-radios input[type="radio"] {
  display: none;
}
.sigle-product .content .color .custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
}
.sigle-product .content .color .custom-radios input[type="radio"] + label span img {
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 17px;
  position: relative;
  top: -3px;
}
.sigle-product .content .color .custom-radios input[type="radio"]#color-1 + label span {
  background-color: #fff;
  border-color: #fafafa;
}
.sigle-product .content .color .custom-radios input[type="radio"]#color-2 + label span {
  background-color: #eee;
}
.sigle-product .content .color .custom-radios input[type="radio"]#color-3 + label span {
  background-color: #111;
}
.sigle-product .content .color .custom-radios input[type="radio"]:checked + label span img {
  opacity: 1;
}
.sigle-product .content .size {
  margin-top: 30px;
}
.sigle-product .content .size h5 {
  margin-left: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.sigle-product .content .size .item {
  display: inline-block;
}
.sigle-product .content .size .item a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #eee;
  margin: 0 4px;
  text-transform: uppercase;
  font-size: 13px;
}
.sigle-product .content .size .item a.active {
  background: #f23849;
  border-color: #f23849;
  color: #fff;
}
.sigle-product .content .order {
  margin-top: 30px;
}
.sigle-product .content .order .box {
  padding: 0;
}
.sigle-product .content .order .butn img {
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.sigle-product .content .order input {
  text-align: center;
  width: 80px;
  height: 55px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* ----------------------------------------------------------------
     [ End products ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start faq ]
-----------------------------------------------------------------*/
.faq .content {
  width: 100%;
}
.faq .content .accordion .item {
  margin-bottom: 30px;
}
.faq .content .accordion .title {
  padding: 10px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  cursor: pointer;
  position: relative;
}
.faq .content .accordion .title:after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 12px;
  left: 20px;
}
.faq .content .accordion .title h6 {
  font-size: 16px;
  font-weight: 500;
}
.faq .content .accordion .accordion-info {
  display: none;
  padding: 0px 15px;
  margin-top: 30px;
  border-left: 1px dotted #ccc;
}
.faq .content .accordion .accordion-info .spac {
  margin-top: 30px;
  padding-left: 30px;
}
.faq .content .accordion .accordion-info .spac h6 {
  position: relative;
  margin-bottom: 15px;
}
.faq .content .accordion .accordion-info .spac h6:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  top: 3px;
  left: -15px;
}
.faq .content .accordion .accordion-info .spac ul {
  padding-left: 30px;
}
.faq .content .accordion .accordion-info .spac li {
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
}
.faq .content .accordion .accordion-info .spac li:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #222;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -15px;
}
.faq .content .accordion .active {
  display: block;
}
.faq .content .accordion .active .title {
  color: #fff;
  background: #f23849;
  background: -webkit-gradient(linear, right top, left top, from(#f23849), to(#da1756));
  background: linear-gradient(to left, #f23849, #da1756);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
.faq .content .accordion .active .title:after {
  content: '\f068';
}
.faq .img {
  width: 100%;
}

/* ----------------------------------------------------------------
     [ End faq ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start testimonials ]
-----------------------------------------------------------------*/
.testimonials {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #101417;
  -webkit-clip-path: polygon(0% 8%, 100% 0%, 100% 92%, 0% 100%);
          clip-path: polygon(0% 8%, 100% 0%, 100% 92%, 0% 100%);
  position: relative;
  z-index: 8;
}
.testimonials .item {
  text-align: center;
  padding: 15px;
}
.testimonials .item .img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  margin: auto;
  margin-bottom: -20px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.testimonials .item .img:after {
  content: '';
  position: absolute;
  width: 98px;
  height: 98px;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.2);
}
.testimonials .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
}
.testimonials .item .cont {
  padding: 50px 30px 30px;
  background: rgba(255, 255, 255, 0.05);
}
.testimonials .item .text {
  margin: 0 auto 15px;
  width: 88%;
  color: #eee;
  opacity: .9;
}
.testimonials .item .info h6 {
  color: #fff;
  display: inline-block;
  padding: 10px 70px;
  background: rgba(255, 255, 255, 0.05);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.1)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
  font-weight: 700;
}
.testimonials .item .info h6 span {
  color: #f23849;
  font-weight: 300;
  font-size: 13px;
  margin-right: 5px;
}
.testimonials .slick-dots li {
  background: #eee;
}
.testimonials .slide-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 0;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  outline: none !important;
  z-index: 3;
}
.testimonials .slide-arrow:hover {
  color: #fff;
  background: #f23849;
}
.testimonials .slide-arrow.prev-arrow {
  left: 0;
}
.testimonials .slide-arrow.next-arrow {
  right: 0;
}

/* ----------------------------------------------------------------
     [ End testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start About ]
-----------------------------------------------------------------*/
.about .content h4 {
  margin-bottom: 10px;
  color: #f23849;
  font-weight: 700;
}
.about .content .text span {
  font-weight: 700;
}
.about .social-media {
  margin-top: 40px;
}
.about .social-media li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.about .social-media li:last-of-type {
  margin-left: 0;
}
.about .social-media li .icon-back {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  top: calc(50% - 40px);
  border-radius: 50%;
}
.about .social-media li .icon-back.insta {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #a028eb 90%);
}
.about .social-media li .icon-back.face {
  background: #3B5998;
}
.about .social-media li .icon-back.tube {
  background: #D22215;
}
.about .social-media li a {
  margin-right: 10px;
  display: inline-block;
  padding: 8px 10px 8px 40px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05), 0px -4px 5px rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05), 0px -4px 5px rgba(0, 0, 0, 0.08) inset;
  border-radius: 30px;
  position: relative;
  z-index: 3;
}
.about .social-media li a img {
  width: 40px;
  margin-left: 20px;
}
.about .social-media li a .one {
  color: #d6249f;
}
.about .social-media li a .two {
  color: #3B5998;
}
.about .social-media li a .three {
  color: #D22215;
}
.about .img {
  position: relative;
}
.about .img .vid {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  background: #f7f7f7;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.about .img .vid i {
  font-size: 70px;
  color: #f23849;
  line-height: inherit;
}

/* ----------------------------------------------------------------
     [ End About ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start programs ]
-----------------------------------------------------------------*/
.programs .img {
  position: relative;
  padding: 0;
}
.programs .img img {
  width: 110%;
  max-width: 110%;
}
.programs .img.left img {
  position: relative;
  right: -10%;
  z-index: -1;
}
.programs .cont {
  padding: 0;
}
.programs .cont:hover .box .title h3 {
  opacity: 0;
  visibility: hidden;
}
.programs .cont:hover .box .order {
  opacity: 1;
  visibility: visible;
}
.programs .cont .box {
  background: #fff;
  padding: 50px 30px 130px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05), 0px -4px 5px rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05), 0px -4px 5px rgba(0, 0, 0, 0.08) inset;
  width: 100% !important;
  position: relative;
  overflow: hidden;
}
.programs .cont .box h6 {
  color: #f23849;
  margin-bottom: 10px;
  font-weight: 400;
}
.programs .cont .box h2 {
  font-weight: 700;
  margin-bottom: 25px;
}
.programs .cont .box ul {
  margin: 0;
}
.programs .cont .box ul li {
  margin-bottom: 15px;
  color: #6f7680;
}
.programs .cont .box ul li:last-of-type {
  margin-bottom: 0;
}
.programs .cont .box .title, .programs .cont .box .order {
  color: #fff;
  background: #f23849;
  position: absolute;
  bottom: -20px;
  right: -25px;
  padding: 25px 20px 40px;
  width: 100%;
  -webkit-transform: rotate(-357deg) skew(-20deg);
          transform: rotate(-357deg) skew(-20deg);
  border-top: 4px solid rgba(255, 255, 255, 0.1);
  border-left: 4px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
}
.programs .cont .box .title h3, .programs .cont .box .order h3 {
  -webkit-transform: rotate(357deg) skew(20deg);
          transform: rotate(357deg) skew(20deg);
  font-weight: 700;
  font-size: 20px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.programs .cont .box .order {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.programs .cont .box.right .title, .programs .cont .box.right .order {
  right: auto;
  left: -25px;
  -webkit-transform: rotate(357deg) skew(20deg);
          transform: rotate(357deg) skew(20deg);
}
.programs .cont .box.right .title h3, .programs .cont .box.right .order h3 {
  -webkit-transform: rotate(-357deg) skew(-20deg);
          transform: rotate(-357deg) skew(-20deg);
}
.programs .br {
  margin: 30px auto;
  width: 100%;
}

/* ----------------------------------------------------------------
     [ End programs ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start prog-det ]
-----------------------------------------------------------------*/
.prog-det .video {
  position: relative;
  padding: 30px 100px;
  background-image: url(../images/video-bg.png);
  background-position: left top;
  background-size: contain;
  background-repeat: repeat-x;
}
.prog-det .video iframe {
  width: 100%;
  height: 500px;
}
.prog-det .video .vid-item {
  display: none;
}
.prog-det .video .vid-item.current {
  display: block;
}
.prog-det .prog-tabs {
  background: #fafafa;
  padding: 30px 15px;
  margin: 40px auto;
}
.prog-det .prog-tabs ul {
  margin: 0;
}
.prog-det .prog-tabs ul li {
  display: inline-block;
  padding: 10px 30px;
  margin-left: 10px;
  border: 1px solid #333;
  background: #fff;
  cursor: pointer;
}
.prog-det .prog-tabs ul li.current {
  background: #222;
  color: #fff;
}
.prog-det .content .tab-content {
  display: none;
}
.prog-det .content .schedule {
  text-align: center;
  display: none;
}
.prog-det .content .schedule.current {
  display: block;
}
.prog-det .content .schedule .item a {
  display: block;
  text-align: center;
  padding: 14px 5px;
  background: #fff;
  background: linear-gradient(21deg, #fffdfd 50%, #fbfbfb 50%);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
  border-radius: 30px;
  margin-bottom: 30px;
  font-size: 15px;
  font-family: 'Changa', 'Cairo', sans-serif;
}
.prog-det .content .schedule .item a:hover {
  background: #f23849;
  color: #fff;
  -webkit-animation: scalee 1s linear 0s infinite alternate;
          animation: scalee 1s linear 0s infinite alternate;
}
.prog-det .content .schedule .item.active a {
  background: #f23849;
  background: linear-gradient(21deg, #f23849 50%, #ed3142 50%);
  color: #fff;
}
.prog-det .content .files h4 {
  font-weight: 700;
  margin-bottom: 30px;
}
.prog-det .content .files ul {
  margin: 0;
}
.prog-det .content .files ul li .js-modal-show {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 18px 5px;
  background: #fff;
  background: linear-gradient(-7deg, #f7f7f7 50%, #fbfbfb 50%);
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: 'Changa', 'Cairo', sans-serif;
}
.prog-det .content .files ul li .js-modal-show:hover {
  background: #f23849;
  color: #fff;
  -webkit-animation: scalee 1s linear 0s infinite alternate;
          animation: scalee 1s linear 0s infinite alternate;
}

@-webkit-keyframes scalee {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%, 70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes scalee {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25%, 70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/* ----------------------------------------------------------------
     [ End prog-det ]
-----------------------------------------------------------------*/
.modal-shadow {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: fixed !important;
  display: block;
  background: #161616;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  cursor: pointer;
}

.c-popup {
  display: block;
  padding: 50px 10px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  background: #fff;
  width: 400px;
  line-height: 1.48;
  position: fixed !important;
  left: calc(50% - 200px);
  top: 50%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.c-popup a {
  display: inline-block;
  text-align: center;
  padding: 14px 40px;
  background: #f23849;
  background: linear-gradient(21deg, #f23849 50%, #ed3142 50%);
  color: #fff;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
  border-radius: 30px;
  margin-top: 30px;
  font-size: 15px;
}
.c-popup a:hover {
  -webkit-animation: scalee 1s linear 0s infinite alternate;
          animation: scalee 1s linear 0s infinite alternate;
}
.c-popup a span {
  position: relative;
  top: -7px;
}
.c-popup a i {
  font-size: 30px;
  margin-left: 10px;
}

.popup-open {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: visible;
  z-index: 9999 !important;
}

.show {
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: visible;
  z-index: 999 !important;
}

/* ----------------------------------------------------------------
     [  Start exercise ]
-----------------------------------------------------------------*/
.exercise .box {
  position: relative;
  padding: 50px 30px;
}
.exercise .box .bord {
  position: absolute;
}
.exercise .box .v {
  width: 7px;
  height: 100%;
  background-color: #f7f7f7;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  top: 0;
}
.exercise .box .v.one {
  right: -10px;
}
.exercise .box .v.two {
  left: -10px;
}
.exercise .box .w {
  width: 100%;
  height: 7px;
  background-color: #f7f7f7;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  left: 0;
}
.exercise .box .w.three {
  top: -10px;
}
.exercise .box .w.four {
  bottom: -10px;
}
.exercise .box .cont h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
.exercise .box .cont h6 {
  margin-top: 10px;
  color: #f23849;
  font-weight: 700;
}

.videos-exercise {
  padding-bottom: 80px;
}
.videos-exercise .item {
  margin-bottom: 40px;
}
.videos-exercise .item h5 {
  margin-bottom: 20px;
  font-weight: 700;
  font-family: inherit;
}
.videos-exercise .item .embed {
  border: 20px solid #fff;
}
.videos-exercise .item .embed iframe {
  width: 100%;
  height: 300px;
}

/* ----------------------------------------------------------------
     [ End exercise ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start Contact ]
-----------------------------------------------------------------*/
.contact .form h5 {
  color: #f23849;
  margin-bottom: 10px;
}
.contact .form h2 {
  margin-bottom: 30px;
}
.contact .form input, .contact .form textarea {
  padding: 30px 20px;
  border: 0;
  background: #f4f2ee;
  width: 100%;
}
.contact .form textarea {
  height: 180px;
}
.contact .form button {
  padding: 22px 40px;
  border: 0;
  background: #f23849;
  background: linear-gradient(21deg, #f23849 50%, #ed3142 50%);
  color: #fff;
  cursor: pointer;
  outline: none;
}
.contact .form button:hover {
  background: linear-gradient(-21deg, #f23849 50%, #ed3142 50%);
}
.contact .contact-info {
  background: #f23849;
  background: linear-gradient(45deg, #f23849 50%, #ed3142 50%);
  color: #fff;
  padding: 60px 30px;
}
.contact .contact-info h4 {
  margin-bottom: 30px;
}
.contact .contact-info .item {
  margin-bottom: 20px;
}
.contact .contact-info .item h6 {
  margin-bottom: 10px;
  font-weight: 700;
}
.contact .contact-info .item p {
  margin-top: 2px;
  color: #eee;
  opacity: .9;
}
.contact .contact-info .social h6 {
  margin-bottom: 20px;
  font-weight: 700;
}
.contact .contact-info .social a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: #f23849;
  margin-left: 5px;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start edit-details  & login ]
-----------------------------------------------------------------*/
.edit-details {
  padding: 250px 0 100px;
}
.edit-details .form {
  padding: 80px 40px;
  background: rgba(255, 255, 255, 0.03);
}
.edit-details .form .form-group {
  margin-bottom: 35px;
}
.edit-details .form label {
  margin-bottom: 14px;
  color: #fff;
  font-weight: 600;
}
.edit-details .form input {
  color: #333;
  width: 100%;
  padding: 20px 15px;
  border-radius: 10px;
  background: #fff;
  border: 0;
}
.edit-details .form button {
  width: 100%;
  padding: 20px 15px;
  border-radius: 10px;
  background: #f23849;
  color: #fff;
  border: 0;
}
.edit-details .form p {
  color: #fff;
  margin-top: 30px;
}
.edit-details .form p a {
  border-bottom: 1px solid #f23849;
  margin-right: 5px;
  color: #f23849;
}

/* ----------------------------------------------------------------
     [ End edit-details ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start Blog ]
-----------------------------------------------------------------*/
.blog .item .post-img .img {
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.blog .item .post-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.blog .item .post-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog .item .cont {
  padding: 40px 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: auto;
  margin-top: -30px;
  width: 94%;
}
.blog .item .info {
  margin-bottom: 15px;
}
.blog .item .info a {
  font-size: 11px;
  margin-left: 15px;
  color: #f23849;
}
.blog .item .info a:last-of-type {
  margin-right: 0;
}
.blog .item .info a i {
  margin-left: 4px;
}
.blog .item h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}
.blog .item h5:hover {
  color: #f23849;
}
.blog .item p {
  margin-top: 10px;
  font-size: 13px;
}
.blog .item .more {
  margin-top: 20px;
  color: #f23849;
  font-size: 13px;
  font-weight: 500;
}
.blog .item .more:hover i {
  margin-right: 10px;
}
.blog .item .more i {
  font-size: 12px;
  margin-top: 4px;
  margin-right: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.blog .clients {
  margin-top: 100px;
}
.blog .clients .row {
  border-top: 1px solid #f6f9fb;
  padding-top: 50px;
}
.blog .clients .brand {
  padding: 0 30px;
  opacity: .8;
}
.blog .clients .brand:hover {
  opacity: 1;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ Start Footer ]
-----------------------------------------------------------------*/
footer {
  position: relative;
  padding: 100px 0;
  z-index: 99;
  background-image: url(../images/bg3.jpg);
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);
  background-color: #101417;
  color: #fff;
}
footer.no-cut {
  -webkit-clip-path: none;
          clip-path: none;
}
footer .item .title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}
footer .item .title:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #f23849;
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .item .logo {
  width: 120px;
  margin-bottom: 20px;
}
footer .item .text {
  font-size: 12px;
  color: #eee;
}
footer .item .social-icon {
  margin-top: 20px;
}
footer .item .social-icon a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  margin-left: 10px;
}
footer .item .social-icon a:hover {
  background: #f23849;
}
footer .item .contact-info li {
  margin-bottom: 30px;
  font-weight: 700;
}
footer .item .contact-info li:last-of-type {
  margin-bottom: 0;
}
footer .item .contact-info li .icon {
  font-size: 20px;
  color: #f23849;
  margin-left: 15px;
}
footer .item .insta li {
  float: right;
  width: 33.33333%;
  padding: 4px;
}
footer .item .classes li {
  margin-bottom: 20px;
  font-weight: 600;
}
footer .item .classes li:last-of-type {
  margin-bottom: 0;
}
footer .item .classes li i {
  margin-left: 10px;
  font-size: 12px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 16 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    width: 100%;
    display: block;
  }
  .navbar .navbar-toggler {
    outline: none !important;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
    background: #111;
    opacity: 1;
  }
  .navbar .navbar-collapse .nav-item {
    width: 100%;
    display: block;
    float: none;
  }

  .navbar .navbar-nav .dropdown-menu {
    width: 100% !important;
    padding: 15px 30px;
  }

  * {
    -webkit-clip-path: none !important;
            clip-path: none !important;
  }

  .header .content {
    margin-bottom: 40px;
  }

  .faq .img {
    display: none;
  }

  .blog .item {
    margin-bottom: 40px;
  }

  footer .item {
    margin-bottom: 50px;
    overflow: hidden;
  }

  .about .content {
    margin-bottom: 20px;
  }

  .about .social-media li {
    margin-bottom: 35px;
  }

  .contact .form {
    margin-bottom: 50px;
  }

  .sigle-product .img {
    margin-bottom: 50px;
  }

  .programs .img img {
    width: 100% !important;
    max-width: 100% !important;
    margin: auto;
  }

  .programs .cont .box {
    margin: 30px auto;
  }

  .programs .img.left img {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .header .content h1 {
    font-size: 100px;
  }

  footer .item {
    margin-bottom: 50px;
    overflow: hidden;
  }

  .prog-det .video {
    padding: 30px;
  }

  .prog-det .video iframe {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .header .content h1 {
    font-size: 70px;
  }

  .contact .form h2 {
    font-size: 20px;
  }

  .edit-details .form {
    padding: 40px 15px;
  }

  .page-header h1 {
    font-size: 40px;
  }

  .sigle-product .content .order input {
    margin-top: 20px;
  }

  .products.grid .item {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .prog-det .video {
    padding: 0;
  }

  .prog-det .video iframe {
    height: 240px;
  }

  .prog-det .prog-tabs ul li {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=style.css.map */