/*
**Overlay Mixin
*/
/*
**Prefixes  Mixin
** Auto Add Prefixes To Properties
*/
/*
**Animation  Mixin
** Auto Add Prefixes To Animation
*/
/* .element { @include opacity(.9); } */
/* .element { @include transition( all .3s ease-in-out); } */
/* Start Nesting Some Properties
    .child { 
        font:{ 
            weight:bold;
            size: 20px;
            family: Arial;
        }
        border:{
            right: 1px solid #080;
            left: 2px solid #DDD;
        }
    padding: {
        left: 10px;
        rigt: 10px;
        top: 10px;
    }

}
End Nesting Some Properties */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.clearfix {
  clear: both; }

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center; } }

/* Start Upper Bar */
.upper-bar {
  color: #295d9b;
  background-color: #ffffff; }
  @media (max-width: 575px) {
    .upper-bar {
      font-size: 12px; } }
  .upper-bar .info {
    text-align: left;
    margin: 15px 0; }
    @media (max-width: 575px) {
      .upper-bar .info {
        margin: 10px 0; } }
    .upper-bar .info .info-box {
      display: inline-block;
      margin-bottom: 3px; }
      .upper-bar .info .info-box img {
        width: 20px; }
        @media (max-width: 575px) {
          .upper-bar .info .info-box img {
            width: 15px; } }
      .upper-bar .info .info-box span {
        margin: 0 10px;
        font-weight: bold; }
  .upper-bar .info-social {
    text-align: right;
    margin: 15px 0; }
    @media (max-width: 575px) {
      .upper-bar .info-social {
        margin: 0;
        margin-bottom: 10px; } }
    .upper-bar .info-social .social-icons {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .upper-bar .info-social .social-icons .lang {
        margin: 0 40px;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding: 4px;
        border: 3px solid transparent; }
        @media (max-width: 575px) {
          .upper-bar .info-social .social-icons .lang {
            border: none; } }
        @media (max-width: 575px) {
          .upper-bar .info-social .social-icons .lang {
            margin: 0; } }
        .upper-bar .info-social .social-icons .lang:hover {
          color: #55acee; }
          @media (max-width: 575px) {
            .upper-bar .info-social .social-icons .lang:hover {
              border: none; } }
        @media (max-width: 575px) {
          .upper-bar .info-social .social-icons .lang {
            display: block;
            margin: 2px; } }
      .upper-bar .info-social .social-icons a {
        color: #295d9b;
        margin: 0 5px;
        font-weight: bold }
  .upper-bar .info-social .social-icons .fa:hover {
    color: #55acee; }

@media (max-width: 576px) {
  .upper-bar .info:first-child {
    margin-bottom: 0; } }
.upper-bar span {
  color: #295d9b !important; }

/* End Upper Bar */
.header {
  -webkit-box-shadow: 4px 2px 5px 1px #f3f0f0;
  -moz-box-shadow: 4px 2px 5px 1px #f3f0f0;
  box-shadow: 4px 2px 5px 1px #f3f0f0;
  background-color: #295d9b;}
  .header .login {
    position: relative;
    bottom: 40px;
    /*height: 50px;*/
    z-index: 5;
    background-color: #fff;
    border-radius: 50%; }
    @media (max-width: 575px) {
      .header .second-box {
        display: none !important; } }
    .header .login img {
      width: 120px;
      padding: 0px 40px 0px 25px; }
  .header .mobile-login {
    width: 55px;
    height: 55px;
    z-index: 5;
    display: none; }
    @media (max-width: 575px) {
      .header .mobile-login {
        display: block; } }
    .header .mobile-login img {
      width: 70%; }
  .header .navbar-toggler {
    outline: none;
    cursor: pointer; }
  .header .btn-group button {
    background-color: #295D9B;
    border: none; }
  .header .nav-item {
    margin: 0 10px; }
    .header .nav-item .dropdown-menu {
      border: none; }
    @media (max-width: 991px) and (min-width: 768px) {
      .header .nav-item {
        margin: 0 5px; } }
    .header .nav-item .nav-link {
      color: #fff;
      font-weight: bold;
      border: 3px solid transparent;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      @media (max-width: 575px) {
        .header .nav-item .nav-link {
          padding: 10px 15px;
          margin: 10px 0; } }
  @media (max-width: 767px) {
    .header .navbar-brand {
      margin: 20px auto; } }
  .header .navbar-brand .social-links i {
    margin: 0 4px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    background-color: #295D9B;
    text-align: center;
    border-radius: 50%;
    color: #fbfbfb;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 16px; }
  .header .navbar-brand .social-links .fa-facebook:hover {
    color: #3b5999;
    background-color: transparent; }
  .header .navbar-brand .social-links .fa-twitter:hover {
    color: #3b5999;
    background-color: transparent; }
  .header .navbar-brand .social-links .fa-google-plus:hover {
    color: #dd4b39;
    background-color: transparent; }
  .header .navbar-brand .social-links .fa-youtube-play:hover {
    color: #cd201f;
    background-color: transparent; }
  .header .navbar-brand .social-links .fa-linkedin:hover {
    color: #0077B5;
    background-color: transparent; }
  .header .navbar-nav {
    margin: auto; }
    .header .navbar-nav .nav-link {
      text-align: center; }
      .header .navbar-nav .nav-link:hover {
        color: #fff;
        /*background-color: #295D9B;*/
        border-bottom: 2px solid #fff; }
    .header .navbar-nav .first-box {
      width: 42%; }
    .header .navbar-nav .third-box {
      width: 53%; }
    .header .navbar-nav .second-box {
      width: 10%;
      height: 45px; }
    .header .navbar-nav .first-box,
    .header .navbar-nav .second-box,
    .header .navbar-nav .third-box {
      display: inline-block; }
      @media (max-width: 575px) {
        .header .navbar-nav .first-box,
        .header .navbar-nav .third-box {
          width: 100% !important; } }
      .header .navbar-nav .first-box .nav-item,
      .header .navbar-nav .second-box .nav-item,
      .header .navbar-nav .third-box .nav-item {
        display: inline-block; }
        @media (max-width: 575px) {
          .header .navbar-nav .first-box .nav-item,
          .header .navbar-nav .second-box .nav-item,
          .header .navbar-nav .third-box .nav-item {
            width: 100%; } }

/*header*/
.navbar-light .navbar-nav .active > .nav-link {
  color: #fff;
  /*background-color: #295D9B;*/
  border-bottom: 2px solid #fff;
 }

/* Start Slider */
@media (max-width: 667px) {
  .slider {
    padding-bottom: 0px; } }
.slider .carousel-item {
  height: 520px; }
  @media (max-width: 767px) {
    .slider .carousel-item {
      height: 320px; } }


  
  .slider .carousel-item .about-content {
      padding: 0;
      position: relative;
      top: 8%;
      left: 19%;
      z-index: 2;
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .slider .carousel-item .about-content {
          left: 10%; } }
      @media (max-width: 575px) {
        .slider .carousel-item .about-content {
          position: relative;
          margin: 7px;
          left: auto;
          top: 15%; } }
  
  .slider .carousel-item .about-img {
      position: relative;
      z-index: 0;
      -webkit-clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 68%);
      -moz-clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 68%);
      -o-clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 68%);
      clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 68%);
      padding: 0; }
      @media (min-width: 1500px) and (max-width: 1920px) {
        .slider .carousel-item .about-img {
          -webkit-clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 73%);
          -moz-clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 73%);
          -o-clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 73%);
          clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 73%); } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .slider .carousel-item .about-img {
          -webkit-clip-path: polygon(8% 0%, 100% 0%, 100% 75%, 0% 72%);
          -moz-clip-path: polygon(8% 0%, 100% 0%, 100% 75%, 0% 72%);
          -o-clip-path: polygon(8% 0%, 100% 0%, 100% 75%, 0% 72%);
          clip-path: polygon(8% 0%, 100% 0%, 100% 75%, 0% 72%); } }
      @media (min-width: 768px) and (max-width: 991px) {
        .slider .carousel-item .about-img {
          -webkit-clip-path: polygon(7% 0%, 100% 0%, 100% 74%, 0% 71%);
          -moz-clip-path: polygon(7% 0%, 100% 0%, 100% 74%, 0% 71%);
          -o-clip-path: polygon(7% 0%, 100% 0%, 100% 74%, 0% 71%);
          clip-path: polygon(7% 0%, 100% 0%, 100% 74%, 0% 71%); } }
      @media (max-width: 575px) {
        .slider .carousel-item .about-img {
          clip-path: initial;
          margin-top: 60px; } }
      @media only screen and (max-width: 480px) {
        .slider .carousel-item .about-img {
          clip-path: initial !important;
          margin-top: 52px !important; } }
      @media screen and (aspect-ratio: 375 / 667) {
        .slider .carousel-item .about-img {
          clip-path: initial !important;
          margin-top: 52px !important; } }
      .slider .carousel-item .about-img .img-box {
        height: 625px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .slider .carousel-item .about-img .img-box {
            height: 575px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .slider .carousel-item .about-img .img-box {
            height: 439px; } }
        @media (max-width: 575px) {
          .slider .carousel-item .about-img .img-box {
            height: 310px; } }
        .slider .carousel-item .about-img .img-box img {
          width: 100%; }
          @media (max-width: 575px) {
            .slider .carousel-item .about-img .img-box img {
              height: 310px !important; } }

.slider .carousel-indicators li {
  width: 15px;
  height: 5px;
  background-color: #CCC;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
.slider .carousel-indicators .active {
  background-color: #295D9B !important;
  width: 35px; }
.slider .carousel-inner .background-slider {
  position: absolute;
  top: -65px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg); }
  @media (max-width: 575px) {
    .slider .carousel-inner .background-slider {
      position: absolute;
      top: -12px;
      width: 55%; } }
.slider .carousel-inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  
  z-index: 2; }
  .slider:hover .carousel-inner .overlay {
      background-color: rgba(0, 0, 0, 0);
  }

.slider .carousel-inner .content-slider {
  position: absolute;
  z-index: 3;
  width:100%;
  /*padding: 64px 140px;*/
  color: #fbfbfb;
  left: 0;
  top: 0; }
  @media (min-width: 1500px) and (max-width: 1920px) {
    .slider .carousel-inner .content-slider {
      padding: 64px 175px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .slider .carousel-inner .content-slider {
      padding: 64px 30px; } }
  @media (max-width: 575px) {
    .slider .carousel-inner .content-slider {
      padding: 20px 15px; } }
  @media (max-width: 350px) {
    .slider .carousel-inner .content-slider {
      padding: 20px 0px; } }
  .slider .carousel-inner .content-slider .first-head {
    font-size: 40px;
    font-weight: bold;
    color: #295D9B;
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .slider .carousel-inner .content-slider .first-head {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .slider .carousel-inner .content-slider .first-head {
        font-size: 25px;
        margin-bottom: 10px; } }
  .slider .carousel-inner .content-slider .second-head {
    background-color: #951545;
    width: 42%;
    padding: 9px; }
  .slider .carousel-inner .content-slider .first-prag {
    max-width: 45%;
    margin: 18% 30%;
    font-size: 22px;
    color:#fff;
    text-align: center;
    display:none;
    font-family: Cursive;
    font-style:italic;
    font-weight: bolder;
  }
    .slider:hover .carousel-inner .content-slider .first-prag {
        display:inline-block;
        
    }
    @media (min-width: 768px) and (max-width: 991px) {
      .slider .carousel-inner .content-slider .first-prag {
        max-width: 64%; } }
    @media (max-width: 575px) {
      .slider .carousel-inner .content-slider .first-prag {
        max-width: 50%;
        font-size: 12px; } }
.slider .chevron {
  width: 50px;
  height: 50px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 51px;
  text-align: center; }
  @media (max-width: 575px) {
    .slider .chevron {
      width: 35px;
      height: 35px;
      line-height: 36px; } }
  .slider .chevron .fa-chevron-left {
    transform: none; }
.slider .carousel-control-prev,
.slider .carousel-control-next {
  z-index: 3; }
@media (max-width: 991px) {
  .slider .slider .carousel-inner .second-head {
    width: 57%; } }
@media (max-width: 767px) {
  .slider .slider .carousel-inner .first-head {
    font-size: 30px; }
  .slider .slider .carousel-inner .second-head {
    width: 83%;
    font-size: 18px; }
  .slider .slider .carousel-inner .first-prag {
    max-width: 73%; } }
@media (max-width: 575px) {
  .slider .slider .carousel-inner .first-head {
    font-size: 25px; }
  .slider .slider .carousel-inner .second-head {
    font-size: 15px; }
  .slider .carousel-control-prev,
  .slider .carousel-control-next {
    top: -20% !important; } }
@media (max-width: 350px) {
  .slider .slider .carousel-inner .second-head {
    font-size: 13px; }
  .slider .slider .carousel-inner .slider-more {
    font-size: 16px; }
  .slider .carousel-inner .content-slider {
    left: 14%; }
  .slider .carousel-control-prev,
  .slider .carousel-control-next {
    top: 0% !important; } }

/* End Slider */
/*End Original Slider*/
/*Start Features*/
/*.features {
  padding: 100px 0;
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .features {
      padding: 50px 0; } } */
  .features a {
    text-decoration: none; }
  /*.features .border-back {
    padding: 10px;
    border: 3px  solid #295d9b;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .features .border-back:hover {
      border-color: #6e8bb1; }
    @media (max-width: 575px) {
      .features .border-back {
        margin-bottom: 50px; } }*/
  /*.features .feat {
    margin-bottom: 0;
    background-color: #fff;
    padding: 25px 25px 0 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: 32px;
    right: 6%;
    -webkit-box-shadow: 4px 2px 5px 1px #f3f0f0;
    -moz-box-shadow: 4px 2px 5px 1px #f3f0f0;
    box-shadow: 4px 2px 5px 1px #f3f0f0;
    min-height: 300px; }
    .features .feat:hover {
      color: #295D9B; }*/
    .features .feat .feature-icon {
      border: 1px solid;
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: auto;
      color: #295D9B;
      opacity: 0;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      position: relative;
      top: 19px; }
      .features .feat .feature-icon a {
        color: #295D9B; }
    .features .feat h4 {
      /*margin-bottom: 30px;*/
      position: relative;
      font-weight: bold;
      color: #fff;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; 
        text-align:center;
        font-size: 18px;
    }
    
    .features-about .feat h4 {
        color: #295d9b !important;
    }
      /*.features .feat h4:before {
        position: absolute;
        content: '';
        width: 35px;
        height: 2px;
        background: #295D9B;
        right: 44%;
        bottom: -15px; }*/
    .features .feat p {
      font-size: 14px;
      margin-bottom: 0; }
  .features .features-img {
    /*margin-bottom: 25px;*/
    text-align:center;}
    .features .features-img img {
      width: 30%; }

/*.features .border-back:hover h4 {
  color: #295D9B; }

.border-back:hover .feature-icon {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }*/

/*End Features*/
/*Start About Us*/
.work-with-us-home {
    background-color: #295d9b !important;
}
.work-with-us-home .main-img {
      float: right;
      clear: both;
      border: 5px solid #ffffff !important; }
.work-with-us-home h2 {
    color: #ffffff !important;
    font-weight: bold;
    }
.work-with-us-home p {
    color: #ffffff !important;
    }
.work-with-us {
  position: relative;
  background-color: #ffffff;}
  .work-with-us h2 {
    color: #295D9B;
    font-weight: bold;
    }
    .work-with-us .main-img {
      float: right;
      clear: both;
      border: 5px solid #295D9B; }
    @media (min-width: 767px) and (max-width: 576px) {
      .work-with-us h2 {
        margin-bottom: 0; } }
    @media (max-width: 575px) {
      .work-with-us h2 {
        margin-bottom: 0; } }
  .work-with-us .about-content {
    padding: 0;
    position: relative;
    /*top: 8%;*/
    z-index: 2;
    width: 100%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .work-with-us .about-content {
        left: 10%; } }
    @media (max-width: 575px) {
      .work-with-us .about-content {
        position: relative;
        margin: 7px;
        left: auto;
        /*top: 15%;*/ } }
    .work-with-us .about-content img {
      width: 395px;
      position: relative;
      top: 50px;
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg); }
      @media (min-width: 768px) and (max-width: 991px) {
        .work-with-us .about-content img {
          width: 260px;
          top: 35px; } }
      @media (max-width: 575px) {
        .work-with-us .about-content img {
          width: 100%;
          top: 50px; } }
  .work-with-us .about-img {
    position: relative;
    z-index: 0;
    -webkit-clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 68%);
    -moz-clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 68%);
    -o-clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 68%);
    clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 68%);
    padding: 0; }
    @media (min-width: 1500px) and (max-width: 1920px) {
      .work-with-us .about-img {
        -webkit-clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 73%);
        -moz-clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 73%);
        -o-clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 73%);
        clip-path: polygon(7% 0%, 100% 0%, 100% 80%, 0% 73%); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .work-with-us .about-img {
        -webkit-clip-path: polygon(8% 0%, 100% 0%, 100% 75%, 0% 72%);
        -moz-clip-path: polygon(8% 0%, 100% 0%, 100% 75%, 0% 72%);
        -o-clip-path: polygon(8% 0%, 100% 0%, 100% 75%, 0% 72%);
        clip-path: polygon(8% 0%, 100% 0%, 100% 75%, 0% 72%); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .work-with-us .about-img {
        -webkit-clip-path: polygon(7% 0%, 100% 0%, 100% 74%, 0% 71%);
        -moz-clip-path: polygon(7% 0%, 100% 0%, 100% 74%, 0% 71%);
        -o-clip-path: polygon(7% 0%, 100% 0%, 100% 74%, 0% 71%);
        clip-path: polygon(7% 0%, 100% 0%, 100% 74%, 0% 71%); } }
    @media (max-width: 575px) {
      .work-with-us .about-img {
        clip-path: initial;
        margin-top: 60px; } }
    @media only screen and (max-width: 480px) {
      .work-with-us .about-img {
        clip-path: initial !important;
        margin-top: 52px !important; } }
    @media screen and (aspect-ratio: 375 / 667) {
      .work-with-us .about-img {
        clip-path: initial !important;
        margin-top: 52px !important; } }
    .work-with-us .about-img .img-box {
      height: 625px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .work-with-us .about-img .img-box {
          height: 575px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .work-with-us .about-img .img-box {
          height: 439px; } }
      @media (max-width: 575px) {
        .work-with-us .about-img .img-box {
          height: 310px; } }
      .work-with-us .about-img .img-box img {
        width: 100%; }
        @media (max-width: 575px) {
          .work-with-us .about-img .img-box img {
            height: 310px !important; } }
    .work-with-us .about-img .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(54, 54, 54, 0.77);
      z-index: 2; }
    .work-with-us .about-img .about-img-content {
      padding: 80px 170px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .work-with-us .about-img .about-img-content {
          padding: 60px 170px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .work-with-us .about-img .about-img-content {
          padding: 20px 60px; } }
      @media (max-width: 575px) {
        .work-with-us .about-img .about-img-content {
          padding: 45px 15px;
          text-align: center; } }
      .work-with-us .about-img .about-img-content p {
        color: #FFF;
        line-height: 2 !important; }
        @media (min-width: 768px) and (max-width: 991px) {
          .work-with-us .about-img .about-img-content p {
            margin: 0; } }

/*End About Us*/
/*Start Light Slider*/
.light-slider {
  padding-top: 0px;
  padding-bottom: 100px;
  position: relative;
  background-color: #ffffff;
  /*.lSSlideOuter .lSPager.lSpg > li a{display: none;}*/ }
  .light-slider .product-new {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #295D9B;
    position: absolute;
    z-index: 5;
    -webkit-animation: animate 3.5s linear infinite;
    -moz-animation: animate 3.5s linear infinite;
    -o-animation: animate 3.5s linear infinite;
    animation: animate 3.5s linear infinite; }
    .light-slider .product-new:before {
      content: "";
      width: 1px;
      height: 22px;
      background: #cfcdcd;
      position: absolute;
      top: -22px;
      left: 50%; }
    .light-slider .product-new p {
      text-align: center;
      padding-top: 24%;
      color: #FFF !important;
      font-weight: bold;
      font-size: 11px; }
  .light-slider .product-new
  #lightSlider {
    height: auto !important; }
  .light-slider .main-head {
    font-weight: bold;
    position: relative;
    color: #295D9B; }
  .light-slider .content-slider {
    height: 265px; }
    .light-slider .content-slider p {
      margin: 0 !important;
      color: #295D9B;
      font-weight: bold; }
    .light-slider .content-slider .cover {
      box-shadow: 0px -1px 9px 0px #f1e8e8;
      padding: 5px;
      margin: 11px;
      background: #f9f9f9; }
    .light-slider .content-slider a {
      color: #000;
      text-decoration: none;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  .light-slider .all-slider {
    border: 3px solid #e5efe5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .light-slider .all-slider:hover {
      border: 3px solid #295D9B; }
    .light-slider .all-slider h4 {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .light-slider .all-slider img {
      width: 120px;
      height: 120px;
      margin: 0 auto;
      display: table;
      margin-top: 20px;
      margin-bottom: 20px; }
  .light-slider .img {
    width: 70%; }
  @media (max-width: 575px) {
    .light-slider .light-slider .content-slider img {
      left: 15px;
      bottom: 45px; }
    .light-slider .light-slider .content-slider p {
      text-align: center; }
    .light-slider .program {
      width: 60%; } }
  .light-slider .lSSlideOuter .lSPager.lSpg > li a {
    height: 4px;
    width: 15px;
    background-color: #ccc; }
  .light-slider .lSSlideOuter .lSPager.lSpg > li:hover a, .light-slider .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #295D9B; }
  .light-slider .lSSlideOuter .lSPager.lSpg > li.active a {
    width: 25px; }

.light-slider .all-slider:hover a,
.light-slider .all-slider:hover h4 {
  color: #295D9B; }

/*End Light Slider*/
/*Start More Details*/
.more-details {
  position: relative;
  height: 285px; }
  @media (max-width: 575px) {
    .more-details {
      height: 690px; } }
  @media (max-width: 350px) {
    .more-details {
      height: 615px; } }
  .more-details .main-img {
    width: 100%;
    height: 100%; }
  .more-details .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2; }
  .more-details .more-details-box {
    border: 1px solid #295D9B;
    margin: 25px 0;
    padding: 30px 0; }
    .more-details .more-details-box .more-img {
      position: absolute;
      top: -92px;
      width: 435px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .more-details .more-details-box .more-img {
          top: -35px;
          width: 310px; } }
      @media (max-width: 575px) {
        .more-details .more-details-box .more-img {
          position: static;
          width: auto; } }
      .more-details .more-details-box .more-img img {
        width: 100%; }
    .more-details .more-details-box .more-content {
      margin-right: 20%; }
      @media (max-width: 575px) {
        .more-details .more-details-box .more-content {
          margin-right: auto;
          text-align: center;
          margin-top: 8%; } }
      .more-details .more-details-box .more-content h2 {
        color: #FFF;
        font-size: 60px;
        font-weight: bold; }
      .more-details .more-details-box .more-content p {
        color: #295D9B;
        font-size: 20px;
        margin: 0; }
    .more-details .more-details-box .more-button {
      margin-top: 10%;
      margin-right: 30%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .more-details .more-details-box .more-button {
          margin-top: 0;
          margin-right: auto;
          position: absolute;
          top: 65%; } }
      @media (max-width: 575px) {
        .more-details .more-details-box .more-button {
          margin-right: auto;
          margin-top: auto;
          text-align: center; } }

/*End More Details*/
/*Start Second Light Slider*/
.second-light-slider {
  padding: 125px 0;
  position: relative;
  background-color: #fff; }
  .second-light-slider h2 {
    padding-bottom: 20px; }
  .second-light-slider .second-slider {
    border: 3px solid #e5efe5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6; }
    .second-light-slider .second-slider:hover {
      border: 3px solid #295D9B;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
    .second-light-slider .second-slider img {
      width: 100%;
      height: 120px;
      margin: 0 auto;
      display: table;
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 10px; }

.light-slider .all-slider:hover a,
.light-slider .all-slider:hover h4 {
  color: #295D9B; }

/*End Light Slider*/
/*Start LowerBar*/
.lower-bar {
  position: relative; }
  .lower-bar .lower-img {
    height: 150px; }
    @media (max-width: 575px) {
      .lower-bar .lower-img {
        height: 120px; } }
    .lower-bar .lower-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .lower-bar .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000cc;
    z-index: 2; }
    .lower-bar .overlay .about a {
      color: #295D9B; }
    .lower-bar .overlay ul {
      margin-top: 9%;
      color: #FFF; }
      @media (max-width: 575px) {
        .lower-bar .overlay ul {
          margin-top: 20%; } }
      .lower-bar .overlay ul li {
        display: inline-block; }
        .lower-bar .overlay ul li i {
          color: #295D9B; }
        .lower-bar .overlay ul li a {
          color: #FFF;
          margin: 0 12px;
          text-decoration: none; }
          @media (max-width: 350px) {
            .lower-bar .overlay ul li a {
              margin: 0 5px; } }

/*End LowerBar*/
/*Start Categories Tabs*/
.section-tabs {
  background-color: #fbfbfb; }
  @media (max-width: 575px) {
    .section-tabs {
      padding: 30px 0; } }
  .section-tabs .about-tabs {
    border: 5px solid #295D9B;
    padding: 25px;
    text-align: center;
    position: relative;
    background-color: #fcfcfc; }
    @media (min-width: 768px) and (max-width: 991px) {
      .section-tabs .about-tabs {
        padding: 10px; } }
  .section-tabs .nav {
    margin: auto;
    display: inline-block;
    display: block;
    position: relative;
    left: 45px;
    background: #FFF;
    padding: 20px;
    top: -3px;
    -webkit-box-shadow: 2px 1px 20px 0px #EEE;
    -moz-box-shadow: 2px 1px 20px 0px #EEE;
    box-shadow: 2px 1px 20px 0px #EEE; }
    @media (min-width: 768px) and (max-width: 991px) {
      .section-tabs .nav {
        position: static; } }
    @media (max-width: 575px) {
      .section-tabs .nav {
        position: static; } }
    .section-tabs .nav li {
      margin-bottom: 30px;
      margin-top: 15px; }
      @media (max-width: 992px) {
        .section-tabs .nav li {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .section-tabs .nav li .main-cover {
          max-width: 100%;
          margin: 20px auto; } }
      .section-tabs .nav li .main-cover:hover {
        border-color: #295D9B; }
      @media (max-width: 575px) {
        .section-tabs .nav li .main-cover {
          margin-bottom: 40px; } }
      .section-tabs .nav li a {
        text-decoration: none;
        color: #000;
        padding: 7px 50px;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid #295D9B;
        padding-bottom: 25px; }
        @media (max-width: 1199px) and (min-width: 992px) {
          .section-tabs .nav li a {
            padding: 7px 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .section-tabs .nav li a {
            padding: 7px 10px; } }
      .section-tabs .nav li .active {
        background-color: #295D9B;
        padding: 7px 50px;
        color: #fbfbfb;
        border-bottom: 4px solid #295D9B; }
        @media (max-width: 1199px) and (min-width: 992px) {
          .section-tabs .nav li .active {
            padding: 7px 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .section-tabs .nav li .active {
            padding: 7px 10px; } }
  .section-tabs .cover-content {
    border: 1px solid #295D9B;
    z-index: 999999999;
    margin-top: 28px; }
  .section-tabs .about-content {
    padding: 20px;
    max-width: 95%;
    margin: 25px auto;
    -webkit-box-shadow: 2px 1px 20px 0px #EEE;
    -moz-box-shadow: 2px 1px 20px 0px #EEE;
    box-shadow: 2px 1px 20px 0px #EEE;
    z-index: 1;
    position: relative; }
    .section-tabs .about-content h2 {
      padding: 20px 5px;
      position: relative;
      color: #295D9B;
      font-weight: 600;
      font-size: 20px; }
      .section-tabs .about-content h2::before {
        left: 20px; }
      .section-tabs .about-content h2::after {
        left: 20px; }
    .section-tabs .about-content p {
      padding: 10px 10px;
      font-weight: 600; }
      @media (max-width: 575px) {
        .section-tabs .about-content p {
          padding: 0; } }

/*End Categories Tabs*/
/* Start Slider */
.sllider {
  position: relative; }
  @media (max-width: 667px) {
    .sllider {
      padding-bottom: 0px; } }
  .sllider .carousel-item {
    height: 572px;
    background-color: #222; }
    @media (max-width: 767px) {
      .sllider .carousel-item {
        height: 200px; } }
    @media (max-width: 767px) {
      .sllider .carousel-item {
        height: 220px; } }
    @media (max-width: 575px) {
      .sllider .carousel-item {
        height: 605px; } }
    @media (max-width: 350px) {
      .sllider .carousel-item {
        height: 770px; } }
    .sllider .carousel-item .main-img {
      width: 25%;
      height: 360px;
      float: right;
      clear: both;
      border: 5px solid #295D9B;
      margin: 76px 145px; }
      @media (min-width: 1500px) and (max-width: 1920px) {
        .sllider .carousel-item .main-img {
          width: 54%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .sllider .carousel-item .main-img {
          width: 45%;
          height: 325px; } }
      @media (max-width: 991px) {
        .sllider .carousel-item .main-img {
          width: 44%; } }
      @media (max-width: 767px) {
        .sllider .carousel-item .main-img {
          width: 43%;
          min-height: 277px; } }
      @media (max-width: 767px) {
        .sllider .carousel-item .main-img {
          width: 43%;
          height: 277px; } }
      .sllider .carousel-item .main-img img {
        width: 100%;
        position: relative;
        right: 25%;
        top: 20%; }
  .sllider .carousel-indicators li {
    width: 15px;
    height: 5px;
    background-color: #CCC;
    border-radius: 30px;
    cursor: pointer; }
  .sllider .carousel-indicators .active {
    background-color: #295D9B !important;
    width: 35px; }
  .sllider .carousel-inner .background-slider {
    position: absolute;
    top: -65px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg); }
    @media (max-width: 575px) {
      .sllider .carousel-inner .background-slider {
        position: absolute;
        top: -12px;
        width: 55%; } }
  .sllider .carousel-inner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 2; }
  .sllider .carousel-inner .content-slider {
    position: absolute;
    z-index: 3;
    padding: 64px 140px;
    color: #fbfbfb;
    right: 0;
    top: 0;
    background-color: #242426; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sllider .carousel-inner .content-slider {
        padding: 64px 25px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .sllider .carousel-inner .content-slider {
        padding: 0px 10px; } }
    .sllider .carousel-inner .content-slider .box {
      background-color: #FFF;
      height: 200px;
      z-index: 9;
      position: absolute;
      width: 100%;
      right: 0;
      top: 0; }
      @media (max-width: 350px) {
        .sllider .carousel-inner .content-slider .box {
          display: none; } }
    @media (max-width: 767px) {
      .sllider .carousel-inner .content-slider {
        padding: 15px; } }
    .sllider .carousel-inner .content-slider .testim-content {
      border: 3px solid #295D9B;
      padding: 20px;
      position: relative;
      top: 81%;
      z-index: 30; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sllider .carousel-inner .content-slider .testim-content {
          padding: 11px;
          top: 90%; } }
      @media (max-width: 350px) {
        .sllider .carousel-inner .content-slider .testim-content {
          left: -15px; } }
      .sllider .carousel-inner .content-slider .testim-content h3 {
        color: #FFF; }
      .sllider .carousel-inner .content-slider .testim-content h5 {
        color: #295D9B;
        position: relative;
        margin-bottom: 25px;
        font-weight: bold;
        font-size: 16px; }
        .sllider .carousel-inner .content-slider .testim-content h5:after {
          content: '';
          position: absolute;
          top: 28px;
          left: 46%;
          width: 50px;
          height: 2px;
          color: #295D9B;
          background-color: #295D9B; }
      .sllider .carousel-inner .content-slider .testim-content p {
        color: #FFF; }
    .sllider .carousel-inner .content-slider .testim-img {
      position: absolute;
      top: 15%;
      left: -115px;
      z-index: 25;
      max-height: 470px; }
      @media (min-width: 1500px) and (max-width: 1920px) {
        .sllider .carousel-inner .content-slider .testim-img {
          bottom: -130%; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .sllider .carousel-inner .content-slider .testim-img {
          top: 25%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .sllider .carousel-inner .content-slider .testim-img {
          top: 100%;
          left: -75px; } }
      @media (max-width: 575px) {
        .sllider .carousel-inner .content-slider .testim-img {
          bottom: 0;
          top: -200px;
          left: 89px; } }
      @media (max-width: 350px) {
        .sllider .carousel-inner .content-slider .testim-img {
          left: 20px;
          bottom: 75px;
          top: auto; } }
      .sllider .carousel-inner .content-slider .testim-img img {
        width: 100%; }
        @media (max-width: 575px) {
          .sllider .carousel-inner .content-slider .testim-img img {
            width: 55%; } }
        @media (max-width: 350px) {
          .sllider .carousel-inner .content-slider .testim-img img {
            width: 80%; } }
  .sllider .chevron {
    width: 50px;
    height: 50px;
    color: #295D9B;
    border-radius: 50%;
    line-height: 51px;
    text-align: center; }
  .sllider .carousel-control-prev,
  .sllider .carousel-control-next {
    z-index: 3; }
  @media (max-width: 991px) {
    .sllider .slider .carousel-inner .second-head {
      width: 57%; } }
  @media (max-width: 767px) {
    .sllider .slider .carousel-inner .first-head {
      font-size: 30px; }
    .sllider .slider .carousel-inner .second-head {
      width: 83%;
      font-size: 18px; }
    .sllider .slider .carousel-inner .first-prag {
      max-width: 73%; } }
  @media (max-width: 575px) {
    .sllider .slider .carousel-inner .first-head {
      font-size: 25px; }
    .sllider .slider .carousel-inner .second-head {
      font-size: 15px; } }
  @media (max-width: 350px) {
    .sllider .slider .carousel-inner .second-head {
      font-size: 13px; }
    .sllider .slider .carousel-inner .slider-more {
      font-size: 16px; }
    .sllider .carousel-inner .content-slider {
      left: 14%; } }

/* End Slider */
.slider-bg {
  background-color: #242426;
  height: 400px; }

/*Start Contact*/
.contact .contact-cover {
  border: 2px solid #295D9B;
  position: relative;
  margin-bottom: 60px; }
  .contact .contact-cover .contact-details {
    background-color: #FFF;
    position: relative;
    right: 15px;
    top: 30px;
    text-align: center;
    padding: 20px;
    -webkit-box-shadow: 2px 1px 20px 0px #EEE;
    -moz-box-shadow: 2px 1px 20px 0px #EEE;
    box-shadow: 2px 1px 20px 0px #EEE;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .contact .contact-cover .contact-details {
        padding: 30px 0; } }
    @media (max-width: 575px) {
      .contact .contact-cover .contact-details {
        right: 10px;
        top: 20px; } }
    .contact .contact-cover .contact-details .contact-img {
      display: inline-block;
      position: relative;
      top: -15px;
      width: 20%;
      /*border-right: 2px solid #295D9B;*/ }
      .contact .contact-cover .contact-details .contact-img img {
        width: 50%; }
        @media (min-width: 768px) and (max-width: 991px) {
          .contact .contact-cover .contact-details .contact-img img {
            width: 60%; } }
    .contact .contact-cover .contact-details .contact-prag {
      /*display: inline-block;
      width: 67%;
      padding: 5px;
      margin-bottom: 5px;*/ }
      @media (min-width: 768px) and (max-width: 1199px) {
        .contact .contact-cover .contact-details .contact-prag {
          width: 100%; } }
      .contact .contact-cover .contact-details .contact-prag p {
        margin: 0;
        /*font-weight: bold;*/ }

/*End Contact*/
/*FrameWork*/
.mb-70 {
  margin-bottom: 70px; }
  @media (max-width: 575px) {
    .mb-70 {
      margin-bottom: 0; } }

/*FrameWrok*/
.main-button {
  background-color: rgba(74, 74, 226, 0.8);
  color: #fbfbfb;
  border: none;
  padding: 10px 15px;
  text-align: center;
  min-width: 120px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer; }
  .main-button:hover {
    background-color: #4a4ae2; }

.the-toggler {
  background-color: #4a4ae2;
  border: none;
  padding: 8px;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 15px;
  display: none; }
  @media (max-width: 767px) {
    .the-toggler {
      display: block; } }
  .the-toggler span {
    display: block;
    width: 50px;
    height: 4px;
    background-color: #FFF; }
    .the-toggler span:not(:last-child) {
      margin-bottom: 5px; }

.fixed-button {
  position: fixed;
  bottom: 10px;
  right: 15px;
  background-color: #295D9B;
  color: #FFF;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 37px;
  cursor: pointer;
  display: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  z-index: 999; }
  .fixed-button:hover {
    background-color: #295D9B; }
  .fixed-button i {
    animation: 1s ease 0s normal none infinite running pulse; }

.head-with-border {
  position: relative; }
  .head-with-border:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 10px;
    background: #295D9B;
    left: 4px;
    bottom: -19px;
    border-radius: 10px; }
  .head-with-border:after {
    position: absolute;
    content: '';
    width: 230px;
    height: 2px;
    background: #ed1b34;
    left: 4px;
    bottom: -15px; }
  @media (max-width: 575px) {
    .head-with-border {
      font-size: 18px !important; }
      .head-with-border:after {
        width: 165px; } }

/*Start Footer*/
.footer {
  background-color: #1e1e1e;
    /*
    .first-box,
    .third-box{width: 40px}

    .second-box{width: 20px;}

    */ }
  .footer .content-footer {
    display: table;
    margin: 20px auto; }
    .footer .content-footer a {
      color: #FFF;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .footer .content-footer a:hover {
        color: #295D9B; }
    .footer .content-footer .login a {
      background-color: #ffffff;
      border-radius: 50%;
    }
  .footer ul li {
    float: left; }
    .footer ul li .login {
      position: relative;
      top: -100px;
      z-index: 2222;
      width: 130px;
      height: 80px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .footer ul li .login {
          width: 115px; } 
          .footer ul li .login img {
            width: 81px;
            padding: 0px 5px;
          }
      }
      @media (max-width: 575px) {
        .footer ul li .login {
          position: static;
          width: 90px;
          height: 80px;
          display: none; } }
      .footer ul li .login img {
        width: 100px;
        padding: 0px 15px; }
    .footer ul li a {
      color: #FFF;
      overflow: hidden;
      margin-top: 12px; }

.social-footer-icon {
  padding: 15px 0;
  background-color: #1e1e1e;
  color: #FFF; }
  .social-footer-icon a {
    color: #FFF;
    margin: 0 10px; }

.copy {
  padding: 20px 0;
  background-color: #1a1a1a;
  color: #FFF; }
  @media (max-width: 575px) {
    .copy {
      font-size: 14px; } }

/*End Footer*/
.fa:hover {
  color: #55acee;
  background-color: transparent; }

/*Start First Blog Section*/
.blog-section {
  background-color: #fcfcfc;
  overflow:hidden;}
  .blog-section .blog-cover {
    border: 3px solid #e5efe5;
    margin-bottom: 70px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 90%; }
    @media (max-width: 575px) {
      .blog-section .blog-cover {
        width: 100%;
        margin-bottom: 40px; } }
    .blog-section .blog-cover:hover {
      border-color: #295D9B; }
    .blog-section .blog-cover .blog-details {
      padding: 0 0px;
      position: relative;
      top: 34px;
      right: 8%;
      -webkit-box-shadow: 4px 2px 5px 1px #f3f0f0;
      -moz-box-shadow: 4px 2px 5px 1px #f3f0f0;
      box-shadow: 4px 2px 5px 1px #f3f0f0; }
      @media (max-width: 575px) {
        .blog-section .blog-cover .blog-details {
          top: 10px;
          right: 3%;
          position: static;
          padding: 7px; } }
      .blog-section .blog-cover .blog-details .blog-img img {
        width: 100%;
        height: 250px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .blog-section .blog-cover .blog-details .blog-img img {
            height: 180px; } }
      .blog-section .blog-cover .blog-details a {
        text-decoration: none; }
      .blog-section .blog-cover .blog-details .blog-content {
        background-color: #FFF;
        background-color: #FFF;
        padding: 25px;
        min-height: 250px; }
        @media (max-width: 575px) {
          .blog-section .blog-cover .blog-details .blog-content {
            padding: 20px;
            min-height: 240px;
            text-align: center; } }
        .blog-section .blog-cover .blog-details .blog-content h4 {
          font-weight: bold;
          position: relative;
          margin-bottom: 15px;
          color: #000;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          .blog-section .blog-cover .blog-details .blog-content h4:after {
            content: '';
            position: absolute;
            bottom: -13px;
            left: 0;
            width: 40px;
            height: 2px;
            background-color: #295D9B; }
            @media (max-width: 575px) {
              .blog-section .blog-cover .blog-details .blog-content h4:after {
                left: 40%; } }
        .blog-section .blog-cover .blog-details .blog-content p {
          margin-bottom: 0;
          margin-top: 20px; }

.blog-icon {
  border: 1px solid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #295D9B;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: absolute;
  bottom: -20px;
  right: 50%;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }
  .blog-icon a {
    text-decoration: none;
    color: #295D9B; }

.blog-cover:hover .blog-icon {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.blog-cover:hover .blog-content h4 {
  color: #295D9B !important; }

/*End First Blog Section*/
/*Start Second Blog Section*/
.blog-section-2 .blog-center {
  width: 100%;
  margin: auto; }
  .blog-section-2 .blog-center .blog-img img {
    width: 100%;
    height: 350px !important;
    object-fit: cover; }
.blog-section-2 .section-content .more-content {
  background-color: #FFF;
  padding: 25px;
  -webkit-box-shadow: 2px 1px 20px 0px #EEE;
  -moz-box-shadow: 2px 1px 20px 0px #EEE;
  box-shadow: 2px 1px 20px 0px #EEE;
  margin: auto; }
  @media (max-width: 575px) {
    .blog-section-2 .section-content .more-content {
      text-align: center; } }
  .blog-section-2 .section-content .more-content h5 {
    margin-bottom: 15px;
    color: #295D9B;
    font-weight: bold; }

/*End Second Blog Section*/
/*FrameWork*/
.m-auto {
  width: 100%;
  margin: auto; }

/*FrameWork*/
.product-gallery {
  background-color: #fcfcfc; }
  .product-gallery .thumbs img {
    width: 100%;
    height: 75px;
    margin-bottom: 12px;
    border: 3px solid #EEE;
    padding: 5px;
    cursor: pointer; }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-gallery .thumbs img {
        height: 45px; } }
  .product-gallery .thumbs .preview {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4; }
    @media (max-width: 575px) {
      .product-gallery .thumbs .preview {
        width: 82px !important;
        display: inline-block; } }
    @media (max-width: 350px) {
      .product-gallery .thumbs .preview {
        width: 69px !important; } }
  .product-gallery .thumbs .active {
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    background-color: #FFF; }
    @media (max-width: 575px) {
      .product-gallery .thumbs .active {
        width: 82px !important;
        display: inline-block; } }
    @media (max-width: 350px) {
      .product-gallery .thumbs .active {
        width: 69px !important; } }
  .product-gallery .focus-img {
    border: 3px solid #295D9B;
    padding: 3px;
    overflow: hidden;
    background-color: #FFF; }
    .product-gallery .focus-img img {
      width: 100%;
      height: 100%;
      padding: 10px;
      cursor: zoom-in; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-gallery .focus-img img {
          height: 200px; } }
      @media (max-width: 350px) {
        .product-gallery .focus-img img {
          height: 290px; } }
  .product-gallery .product-details {
    padding: 25px;
    -webkit-box-shadow: 0px 0px 5px 1px #f3f0f0;
    -moz-box-shadow: 0px 0px 5px 1px #f3f0f0;
    box-shadow: 0px 0px 5px 1px #f3f0f0;
    background-color: #fff; }
    @media (max-width: 575px) {
      .product-gallery .product-details {
        text-align: center; } }
    .product-gallery .product-details h4 {
      font-weight: bold;
      margin-bottom: 15px; }
    .product-gallery .product-details .price {
      font-weight: bold;
      margin-bottom: 0;
      color: #000; }
      .product-gallery .product-details .price span {
        font-weight: normal;
        margin: 0 5px; }

/*Start All Product*/
.all-product {
  padding-top: 0px;
  padding-bottom: 100px;
  position: relative;
  background-color: #fcfcfc;
  /*.lSSlideOuter .lSPager.lSpg > li a{display: none;}*/ }
  @media (max-width: 575px) {
    .all-product {
      padding-bottom: 50px; } }
  .all-product .product-new {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #295D9B;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 5; }
    .all-product .product-new:before {
      content: "";
      width: 1px;
      height: 22px;
      background: #cfcdcd;
      position: absolute;
      top: -21px;
      left: 50%; }
    .all-product .product-new p {
      text-align: center;
      padding-top: 24%;
      color: #FFF !important;
      font-weight: bold;
      font-size: 11px; }
  .all-product .product-new
  #lightSlider {
    height: auto !important; }
  .all-product .main-head {
    font-weight: bold;
    position: relative;
    color: #295D9B; }
  .all-product .content-slider {
    height: 265px; }
    .all-product .content-slider p {
      margin: 0 !important;
      color: #295D9B;
      font-weight: bold; }
    .all-product .content-slider .cover {
      box-shadow: 0px -1px 9px 0px #f1e8e8;
      padding: 5px;
      margin: 11px;
      background: #fff;
      position: relative;
      bottom: 40px;
      padding-top: 50px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .all-product .content-slider .cover {
          padding-top: 40px; } }
    .all-product .content-slider a {
      color: #000;
      text-decoration: none;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .all-product .content-slider a:hover {
        color: #295D9B; }
    .all-product .content-slider .product-details {
      margin-top: -45px; }
  .all-product .all-slider {
    border: 3px solid #e5efe5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 70px; }
    .all-product .all-slider:hover {
      border: 3px solid #295D9B; }
    .all-product .all-slider h4 {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .all-product .all-slider img {
      width: 120px;
      height: 120px;
      margin: 0 auto;
      display: table;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .all-product .all-slider img {
          padding: 10px; } }
  .all-product .img {
    width: 70%; }
  @media (max-width: 575px) {
    .all-product .light-slider .content-slider img {
      left: 15px;
      bottom: 45px; }
    .all-product .light-slider .content-slider p {
      text-align: center; }
    .all-product .program {
      width: 60%; } }
  .all-product .lSSlideOuter .lSPager.lSpg > li a {
    height: 4px;
    width: 15px;
    background-color: #ccc; }
  .all-product .lSSlideOuter .lSPager.lSpg > li:hover a, .all-product .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #295D9B; }
  .all-product .lSSlideOuter .lSPager.lSpg > li.active a {
    width: 25px; }

.light-slider .all-slider:hover a,
.light-slider .all-slider:hover h4 {
  color: #295D9B; }

/*End All Product*/
/*Start Product Choice*/
.product-choice {
  padding: 80px 0 110px 0;
  background-color: #fcfcfc; }
  @media (max-width: 575px) {
    .product-choice {
      padding: 50px 0 90px 0; } }
  .product-choice .contact-cover {
    border: 2px solid #295D9B;
    position: relative; }
    .product-choice .contact-cover .contact-details {
      background-color: #FFF;
      position: relative;
      left: 40px;
      top: 35px;
      text-align: center;
      padding: 25px 0;
      -webkit-box-shadow: 2px 1px 20px 0px #EEE;
      -moz-box-shadow: 2px 1px 20px 0px #EEE;
      box-shadow: 2px 1px 20px 0px #EEE; }
      @media (max-width: 575px) {
        .product-choice .contact-cover .contact-details {
          left: 15px;
          top: 20px;
          padding: 15px 0; } }
      .product-choice .contact-cover .contact-details .contact-img {
        display: inline-block;
        padding-left: 10px;
        margin: 0px 15px; }
        @media (min-width: 768px) and (max-width: 1199px) {
          .product-choice .contact-cover .contact-details .contact-img {
            margin-bottom: 15px; } }
        @media (max-width: 575px) {
          .product-choice .contact-cover .contact-details .contact-img {
            margin: 15px;
            padding-left: 0; } }
        @media (max-width: 350px) {
          .product-choice .contact-cover .contact-details .contact-img {
            margin: 10px; } }
        .product-choice .contact-cover .contact-details .contact-img span {
          font-weight: bold; }
      .product-choice .contact-cover .contact-details .contact-prag {
        display: inline-block;
        background-color: #fff !important; }
        .product-choice .contact-cover .contact-details .contact-prag p {
          margin: 0;
          font-weight: bold; }
        .product-choice .contact-cover .contact-details .contact-prag span {
          font-weight: bold; }
  .product-choice button, .product-choice select {
    color: #a7a7a7;
    border-color: #f1ebeb;
    margin: 0 10px;
    padding: 5px 15px;
    background-color: #fcfcfc; }
    @media (max-width: 350px) {
      .product-choice button, .product-choice select {
        margin: 10px 2px;
        padding: 0 50px; } }

/*End Product Choice*/
/* Start Pagination */
.main-pagination {
  display: table;
  margin: auto;
  padding-top: 20px; }
  @media (max-width: 575px) {
    .main-pagination {
      padding-top: 0px; } }
  .main-pagination .page-link {
    color: #000;
    background-color: transparent;
    border: none; }
    .main-pagination .page-link:focus {
      background: #295D9B;
      color: #fff; }

/* End Pagination */
/*Start Contact Pragraph*/
.contact-prag {
  background-color: #fcfcfc; }
  .contact-prag .details-prag {
    width: 80%;
    margin: auto;
    line-height: 2 !important; }

/*End Contact Pragraph*/
/*Start Contact Form*/
.contact-form {
  background-color: #fcfcfc;
  position: relative; }
  .contact-form .cover-box {
    width: 540px;
    height: 322px;
    background-color: #FFF;
    border: 2px solid #295D9B;
    position: absolute;
    right: -30px;
    bottom: 100px;
    z-index: 0; }
    @media (max-width: 575px) {
      .contact-form .cover-box {
        width: 355px;
        height: 100%;
        right: -5px;
        bottom: auto; } }
    @media (max-width: 575px) {
      .contact-form .cover-box {
        width: 300px; } }
  .contact-form .contact-box {
    padding: 30px;
    background-color: #FFF;
    -webkit-box-shadow: 2px 1px 20px 0px #EEE;
    -moz-box-shadow: 2px 1px 20px 0px #EEE;
    box-shadow: 2px 1px 20px 0px #EEE;
    position: relative;
    top: 30px; }
    @media (max-width: 575px) {
      .contact-form .contact-box {
        padding: 20px;
        margin-bottom: 40px;
        text-align: center; } }
    .contact-form .contact-box .form-control {
      margin-bottom: 15px;
      padding: 10px; }
    .contact-form .contact-box textarea {
      resize: none;
      min-height: 125px; }
    .contact-form .contact-box .button-submit {
      padding-top: 30px;
      text-align: center; }
      @media (max-width: 575px) {
        .contact-form .contact-box .button-submit {
          padding-top: 20px; } }
      .contact-form .contact-box .button-submit button {
        padding: 5px 25px;
        border: none;
        background-color: transparent;
        border: 2px solid #295D9B;
        color: #295D9B;
        font-weight: bold;
        cursor: pointer; }
        .contact-form .contact-box .button-submit button i {
          padding-right: 20px; }

/*End Contact Form*/
/*Start Location*/
.location {
  padding-top: 0 !important; }
  @media (max-width: 575px) {
    .location {
      padding-bottom: 0 !important; } }
  .location .info {
    padding-right: 0;
    padding-left: 0; }
    .location .info iframe {
      height: 360px !important; }
      @media (max-width: 575px) {
        .location .info iframe {
          height: 100% !important; } }

/*End Location*/
body {
  font-family: 'Cairo', sans-serif;
  font-size: 16px; }

ul, ol {
  list-style: none;
  padding-left: 0;
  padding-right: 0; }

p {
  color: #5d5d5d;
  line-height: 1.8 !important; }

@media (max-width: 575px) {
  p {
    font-size: 15px !important; }

  h2 {
    font-size: 20px; } }
@media (max-width: 991px) and (min-width: 768px) {
  h2 {
    font-size: 30px; } }
@media (max-width: 767px) {
  .m-b {
    margin-bottom: 20px; } }
.slider-more {
  background-color: transparent;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 24px;
  text-decoration: none;
  margin: 40px 0;
  display: inline-block;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .about-btn {
      color: #295d9b !important;
      border: 2px solid #295d9b !important;
  }
  @media (max-width: 767px) {
    .slider-more {
      font-size: 15px;
      max-width: 60%; } }
  @media (max-width: 575px) {
    .slider-more {
      font-size: 12px;
      margin: 10px 0;
      padding: 7px 10px; } }
  @media (max-width: 350px) {
    .slider-more {
      padding: 5px 10px; } }
  .slider-more i {
    padding-right: 20px; }
    @media (max-width: 575px) {
      .slider-more i {
        padding-right: 10px; } }

.slider-more:hover {
  color: #FFF;
  background-color: #295D9B;
  text-decoration: none;
  border-color: #FFF; }
  
  
.about-btn:hover {
color: #ffffff !important;
}

.bold {
  font-weight: bold; }

.m-auto {
  width: 100%;
  margin: auto; }

.main-padding {
  padding: 90px 0; }
  @media (max-width: 575px) {
    .main-padding {
      padding: 40px 0; } }
  @media (max-width: 350px) {
    .main-padding {
      padding: 30px 0; } }

@media (max-width: 575px) {
  .mb-15 {
    margin-bottom: 15px; } }

  .nicescroll-rails {
    z-index: 9999 !important;}

  .nicescroll-rails div{
    background-color: rgb(51, 110, 178) !important;
    border: 2px solid rgb(41, 93, 155) !important; }
          
.fa-angle-left,
.fa-chevron-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.p-left-0 {
  padding-left: 0 !important; }

.video-section {
    background:#295d9b;
    padding:20px;
}

.video-section iframe {
    width:100% !important;
    height:500px !important;
}

.gallery {
    width:95%;
    margin:0 auto;
}

.gallery .carousel-item {
    height: 500px !important;
}

@media (max-width: 767px) {
    .gallery .carousel-item {
        height: 320px !important;
    }
}

.gallery .carousel-item .main-img {
    width: 100% !important;
    height: 100% !important;
}

.gallery .carousel-item .main-img img {
    width: 100% !important;
    height: 100% !important;
}


.sticky {
    position:sticky;
    width:100%;
    z-index:99992;
    top:0;
}

@media (min-width: 768px) and (max-width: 991px) {
       
      .footer ul li .login img {
        width: 81px;
        padding: 0px 5px;
      }
  .blog-icon {
          display:none;
      }
      
      .features .feat h4 {
          font-size:14px;
      }
      
      .features-about .feat h4 {
          font-size:14px;
      }
  }
  
  @media (max-width: 575px) {
    .blog-icon {
          display:none;
      }  
      .features .feat h4 {
          font-size:14px;
      }
      .features-about .feat h4 {
          font-size:14px;
      }
  }
/*# sourceMappingURL=homepages.css.map */
/* =====================================================
  New Style Wesam
===================================================== */
/* Home Page */
.slider .carousel-item .main-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.slider .carousel-item .main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lSSlideOuter {
  direction: ltr;
}
.second-light-slider .second-slider img{
  object-fit: scale-down;
}
.blog-section .blog-cover .blog-details .blog-img img {
  object-fit: cover;
}
/* About Page */
.ceo-section{
  position: relative;
  background: #242426;
}
.ceo-section::before{
  content: "";
  width: 100%;
  height: 140px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.ceo-card{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.ceo-card .ceo-img{
  width: 440px;
  height: 480px;
  flex: 0 0 35%;
}
.ceo-card .ceo-img img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.ceo-card .ceo-content-sec{
    padding-top:140px;
    flex: 0 0 70%;
}
.ceo-card .ceo-content{
  border: 3px solid #295D9B;
  padding: 50px 70px;
  margin-bottom: 45px;
  width: 100%;
}
.ceo-content-title{
  margin-bottom: 35px;
}
.ceo-card .ceo-content h3{
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
}
.ceo-card .ceo-content h5{
  font-size: 18px;
  color: #295d9b;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: auto;
}
.ceo-card .ceo-content h5:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 2px;
  color: #295D9B;
  background-color: #295D9B;
}
.ceo-card .ceo-content p{
  color: #FFF;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 25px !important;
}

/* certificate */
.certificate .focus-img{
  display: block;
  width: 500px;
  height: auto;
}
.certificate .focus-img a{
  display: block;
}
.certificate .focus-img img {
  object-fit: scale-down;
}
.certificate .thumbs img{
    object-fit: scale-down;
}

/* About Slider */
.about-slider{
    direction: ltr;
}
.ceo-card .ceo-img {
    flex: auto;
}
.ceo-section .lSSlideOuter .lSPager.lSpg{
    position: absolute;
    bottom: 10px;
    left: 62%;
}
.ceo-section .lSPager.lSpg > li a {
    background-color: #222222;
}
.ceo-section .lSPager.lSpg > li a {
    background-color: #ffffff;
}