@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;
  overflow: hidden;
}
.navbar .icon-bar {
  font-size: 30px;
  outline: none !important;
}
.navbar .rtl-row {
  float: left;
}
.navbar .logo {
  width: 80px;
  float: right;
  position: relative;
}
.navbar .logo:after {
  content: '';
  width: 500%;
  height: 500%;
  background: #f23849;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  position: absolute;
  right: -100%;
  top: -50%;
}
.navbar .logo img {
  position: relative;
  z-index: 4;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  margin: 15px 0;
  padding: 10px 20px;
  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.active {
  color: #fff;
}
.navbar .navbar-nav .nav-link.active:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
          transform: translate(0px);
}

.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% 95%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 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%;
}
.header .video span {
  position: absolute;
  display: none;
}
.header .video .v {
  width: 7px;
  height: 100%;
  background-color: #f23849;
  background-image: linear-gradient(45deg, #000000 25%, transparent 25%, transparent 50%, #000000 50%, #000000 75%, transparent 75%, transparent);
  background-size: 100px 100px;
  top: 0;
}
.header .video .v.one {
  right: -10px;
}
.header .video .v.two {
  left: -10px;
}
.header .video .w {
  width: 100%;
  height: 7px;
  background-color: #f23849;
  background-image: linear-gradient(45deg, #000000 25%, transparent 25%, transparent 50%, #000000 50%, #000000 75%, transparent 75%, transparent);
  background-size: 100px 100px;
  left: 0;
}
.header .video .w.three {
  top: -10px;
}
.header .video .w.four {
  bottom: -10px;
}

/* ----------------------------------------------------------------
     [ End header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [  Start prog ]
-----------------------------------------------------------------*/
.prog .slicker {
  padding-left: 15px;
  padding-right: 15px;
}
.prog .item {
  text-align: center;
  position: relative;
  background: #fafafa;
}
.prog .item:hover .img .title, .prog .item .img .title.active {
  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% 5%, 100% 100%, 0% 95%);
          clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 95%);
}
.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-weight: 800;
  -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 .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;
}

/* ----------------------------------------------------------------
     [ 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% 5%, 100% 0%, 100% 95%, 0% 100%);
          clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 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 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% 5%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
  background-color: #101417;
  color: #fff;
}
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;
    background: #f5fbff;
    text-align: center;
    padding: 10px 0;
  }
  .navbar .navbar-collapse .nav-item {
    width: 100%;
    display: block;
    float: none;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
    color: #1d125c !important;
  }
  .navbar .nav-link:after {
    display: none;
  }

  .header {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 30% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 95%, 30% 100%, 0 95%);
  }

  .header .caption {
    margin-bottom: 100px;
    text-align: center;
  }

  .header .img img {
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
  }

  .round-edge {
    display: none;
  }

  .about .item {
    margin-bottom: 30px;
  }

  .intro .img {
    margin-bottom: 50px;
  }

  .features .content {
    text-align: right;
    padding: 100px 0;
  }

  .features .img {
    display: none;
  }

  footer {
    -webkit-clip-path: polygon(70% 0, 100% 5%, 100% 100%, 0 100%, 0 5%);
            clip-path: polygon(70% 0, 100% 5%, 100% 100%, 0 100%, 0 5%);
  }

  footer .item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header .caption h1 {
    font-size: 35px;
  }

  .intro .content h3 {
    font-size: 25px;
  }

  .intro .img .bg-image {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .head h4 {
    font-size: 21px;
  }

  .header .caption h1 {
    font-size: 22px;
  }

  .header .caption p {
    font-size: 13px;
  }

  .header .caption .butn, .intro .content .download a {
    margin-top: 15px;
  }

  .navbar .logo {
    width: 60px;
    padding: 5px;
    margin-right: 10px;
  }

  .navbar .icon-bar {
    margin-left: 10px;
  }

  .about .item {
    padding: 30px 15px;
  }

  .intro .content h3 {
    font-size: 20px;
  }

  .intro .content .download a {
    padding: 14px 30px;
  }

  footer .subscribe .form-group {
    text-align: center;
  }

  footer .subscribe .form-group input {
    padding: 15px;
  }

  footer .subscribe .form-group .icon {
    display: none;
  }

  footer .subscribe .form-group button {
    position: static;
    margin: 10px auto 0;
  }
}

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