@charset "utf-8";
/* CSS Document */
/*@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

/*====================================== reset.css is here ========================================*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 0;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

::-moz-selection {
  background: #0f94d9;
  color: #fff;
}

::selection {
  background: #0f94d9;
  color: #fff;
}

figure {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.pad-last {
  padding: 0 !important;
}

.flo-lt {
  float: left !important;
}

.flo-rt {
  float: right !important;
}

.no-bor {
  border: 0 !important;
}

.last {
  margin: 0 !important;
}

/**************************************************************************************/
a {
  text-decoration: none;
  outline: 0 none;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 40px;
  line-height: 46px;
}

h3 {
  font-size: 30px;
  line-height: 38px;
}

h4 {
  font-size: 26px;
  line-height: 32px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

input,
textarea {
  color: #b1b1b1;
  font-family: 'Arial';
  font-family: 'Poppins', sans-serif;
  outline: none;
}

/*----------------------------------------------------------------------------------*/
html {}

body {
  color: #000;
  font-family: 'Arial';
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Poppins', sans-serif;
  font-weight: 4  00;
  font-size: 14px;
  line-height: 22px;
}

.bg-color {
  background: #f2f2f2;
}

/* ---------------------------------------------------------------------------------*/
.wrapper {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container {
  margin: 0 auto;
  width: 1400px;
  padding: 0 20px;
}

/* --------All btns-------*/
.btn1 {
  display: inline-block;
  margin: 0;
  padding: 15px 30px;
  background: #fff;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
}

.btn2 {
  display: inline-block;
  margin: 0;
  padding: 15px 30px;
  background: #ff1267;
  color: #fff !important;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn2:hover {
  background: #000;
  color: #fff !important;
}

.btn3 {
  display: inline-block;
  margin: 0;
  padding: 15px 30px;
  background: #000;
  color: #fff;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn3:hover {
  background: #fff;
  color: #000;
}

.btn4 {
  display: inline-block;
  margin: 0;
  padding: 10px 30px;
  background: #fff;
  border: 1px solid #6d2abf;
  color: #6d2abf;
  outline: none;
  font-weight: 500;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn4:hover {
  background: #6d2abf;
  color: #fff;
}

/* --------header-------------*/
header {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 99999;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

header.stick {
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  background-color: #FFF;
}
header.stick .logo{
  padding: 10px 0;
}
header.stick .nav ul li a {
  color: #000;
}

header.stick .nav .login {
  background: #000;
  color: #fff;
}

header .nav .login:hover {
  background: #ff1267;
  color: #fff;
}

header.stick .stick-hide {
  display: none;
}

header.stick .stick-logo {
  display: inline-block;
}
.logo img{
  width: 120px;
}
.logo {
  display: inline-block;
  padding: 0;
  float: left;
  padding: 20px 0;
}

.logo a {
  display: block;
  margin: 0;
  padding: 0;
}

.stick-hide {
  display: none;
}

/* ----------nav-----------*/
.nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  float: right;
}

.nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
}

.nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.nav > ul > li {
  margin: 0 0 0 50px;
}
.nav ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.nav ul li a:hover,
.nav ul li.active a {
  color: #ff1267 !important;
}

.nav .login {
  float: right;
  display: inline-block;
  margin: 0;
  padding: 20px 20px;
  background: #fff;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: auto;
}

.nav .login:hover {
  opacity: 0.8;
}

/* ----------banner-----------*/
.banner {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, rgba(14, 69, 96, 1) 0%, rgba(144, 106, 230, 1) 56%, rgba(4, 189, 242, 1) 100%);
}

.banner ul {
  margin: 0 !important;
}

.banner ul li {
  position: relative;
}

.banner-img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  max-height: 80vh;
  overflow: hidden;
}

.banner-img img {
  width: 100%;
  height: auto;
}

.banner-cont-in {
  width: 100%;
  display: block;
  margin: 0;
  padding: 130px 0;
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
}

.banner-cont {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
}

.banner-cont span {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.banner-cont h2 {
  color: #fff;
  text-transform: uppercase;
  margin: 15px 0;

}

.banner-cont h2 span {
  font-weight: 300;
}

.banner-cont p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin: 0 0 30px;
}

.banner .nav-slider {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  width: 300px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner .slick-arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
}
.banner .slick-prev{
  left: 15px;
}
.banner .slick-next{
  right: 15px;
}

.banner .nav-slider ul {
  float: none;
  margin: 2px 0;
  display: inline;
  text-align: right;
}

.banner .nav-slider ul li {
  display: block;
  float: none;
  margin: 2px 0;
  height: 62px;
}
.banner .nav-slider ul li a{
}

.banner .nav-slider h6 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-size: 14px;
  line-height: 62px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  position: relative;
  width: 0;
  overflow: hidden;
  font-size: 0;
  padding: 0;
  position: relative;
  z-index: 0;
}

.banner .nav-slider figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62px;
  height: 62px;
  float: right;
  background: rgba(255,255,255,0.6);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}

.banner .nav-slider img.thamb-active {
  display: none;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.banner .nav-slider ul li a:hover h6,
.banner .nav-slider .active h6 {
  border-color: #f00;
  color: #fff;
  font-weight: 600;
  /* padding:11px 0 11px 20px; */
  background: rgba(0, 0, 0, 0.6);
  right: 0;
  padding: 0 20px;
  font-size: 14px;
  width: auto;
}

.banner .nav-slider ul li a:hover figure,
.banner .nav-slider .active figure {
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  position: relative;
}

.banner .nav-slider ul li a:hover img.thamb-hide,
.banner .nav-slider .active img.thamb-hide {
  display: none;
}

.banner .nav-slider ul li a:hover img.thamb-active,
.banner .nav-slider .active img.thamb-active {
  display: block;
}


.banner-cont-in4 {
  padding: 11% 0;
  -webkit-transform: translatey(0%);
      -ms-transform: translatey(0%);
          transform: translatey(0%);
  position: static;
}

.banner-cont4 {
  width: 40%;
}

.banner-cont h3 {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
}

.banner-cont4 span {
  color: #ffda2d;
}

.banner-cont4 span img {
  display: inline-block;
}

.banner-right {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: right;
  width: 54%;
  position: relative;
}

.banner-block {
  display: inline-block;
  margin: 0;
  padding: 20px 20px;
  border-radius: 4px;
  background: #b3e0de;
  min-height: 309px;
  text-align: center;
  width: 36%;
  color: #0e4560;
  position: relative;
}

.banner-block:after {
  content: '';
  background: url(../images/shadow1.png) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 86px;
}

.banner-block h5 {
  font-weight: 600;
  text-transform: uppercase;
}

.banner-block-middle {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: 0 auto;
  background: #ffffff;
  color: #0e4560;
  z-index: 9;
  -webkit-box-shadow: 0px 38px 51px -27px rgba(0, 0, 0, 0.64);
  box-shadow: 0px 38px 51px -27px rgba(0, 0, 0, 0.64);
}

.banner-block-middle h5 {
  margin: 0 0 20px;
}

.banner-block-middle:after {
  display: none;
}

.banner-block3 {
  background: #4458bd;
  color: #a1daf5;
}

.banner-block3:after {
  content: '';
  background: url(../images/shadow3.png) no-repeat left top;
}


/* ----------wave-shape-----------*/
.wave-shape {
  width: 100%;
  margin: -8.5% 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.wave-shape img {
  width: 100%;
  height: auto;
}

/* ----------businesses Title-------------*/
.businesses {
  display: block;
  padding: 80px 0 100px;
  text-align: center;
}

.businesses h2 {
  margin: 0 0 20px;
}

.businesses p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 30px;
}
.verfiy_logs{
  background: #f4f4f4;
  display: flex;
}
.vl_img{
  min-height: 210px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.vl_img:last-child{ 
  background: #ebebeb;
}

/* ---------video-block------------*/
.video-block {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  position: relative;
}

.video-block p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 30px;
}

.video-block p span {
  font-weight: 600;
  color: #ff1267;
}

.video-block figure {
  margin: 20px 0 0;
  display: inline-block;
  width: 100%;
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ----------offer-block-------------*/
.offer-block {
  display: block;
  margin: 80px 0 100px;
  padding: 0;
  text-align: center;
}

.offer-block p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 30px;
}

.offer-block p span {
  font-weight: 600;
  color: #ff1267;
}

.offer-block ul {
  margin: 0 -15px;
}
.offer-block ul .slick-list{
  padding: 0 !important;
}
.offer-block ul li {
  margin: 0;
  padding: 0 15px;
  float: left;
}

.offer-block-in {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  overflow: hidden;
}
.offer-block-in figure{
  height: 250px;
  background-color: #ccc;
}
.offer-block-in figure img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-cont {
  display: block;
  margin: 0;
  padding: 30px 30px 60px 30px;
  text-align: left;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
}

.offer-cont h4 {
  font-size: 22px;
  height: 32px;
  overflow: hidden;
  margin: 0 0 10px;
}

.offer-cont p {
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  margin: 0 0 30px;
}

.readmore,
.offer-cont a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #ff1267;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.readmore img,
.offer-cont a img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 5px;
}

.offer-block ul li:hover .offer-cont {
  background: #000000;
}

.offer-block ul li:hover h4,
.offer-block ul li:hover p,
.offer-block ul li:hover a {
  color: #fff;
}

.our-products ul li .readmore{
  position: static;
  margin-top: 30px;
}
.our-products ul li:hover .readmore .arrow-normal,
.offer-block ul li:hover .arrow-normal {
  display: none !important;
}

.our-products ul li .readmore .arrow-hover,
.offer-block ul li .arrow-hover {
  display: none !important;
}

.our-products ul li:hover  .readmore .arrow-hover,
.offer-block ul li:hover .arrow-hover {
  display: inline-block !important;
}
.our-products ul li:hover .readmore{
  color: #9c35e5;
}
/* ----------our-products-------------*/
.our-products {
  display: block;
  margin: 0;
  padding: 0 0 150px;
  text-align: center;
  overflow: hidden;
}

.our-products p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 30px;
  height: 104px;
  overflow: hidden;
}

.our-products p span {
  font-weight: 600;
  color: #ff1267;
}

.our-products strong {
  font-weight: 600;
}

.our-products ul {
  padding: 0;
  margin: 70px 0;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
}

.our-products ul li {
  display: inline-block;
  margin: 0;
  padding: 40px 40px;
  float: left;
  outline: none !important;
}

.our-products ul li a {
  outline: none !important;
}

.our-products ul li figure {
  margin: 0 auto 20px auto;
  display: table;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-products h4 {
  margin: 0 0 10px;
}

.our-products p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.our-products .slick-list {
  padding: 0 !important;
  overflow: inherit;
}

.our-products ul.slick-dots {
  border: 0;
  margin: 0;
  bottom: -80px;
}

ul.slick-dots {
  bottom: -40px;
}
ul.slick-dots li {
  padding: 0;
  margin: 0 5px;
  float: none;
}

ul.slick-dots li button {
  padding: 0;
  border-radius: 100%;
  background: #9c35e5;
  opacity: 0.4;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li:hover button {
  border: 1px solid transparent;
  background: #9c35e5;
  opacity: 1;
}

ul.slick-dots li button:before {
  display: none;
}

.slick-slide {
  outline: none !important;
}

.our-products .slick-center/*,
.our-products .slick-slide:hover */{
  background: #fdbe47;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

/*.our-products ul li:hover{background:#fdbe47;}*/

/* ---------clients-------------*/
.clients {
  display: block;
  margin: 0;
  padding: 60px 0 80px;
  text-align: center;
}

.clients h2 {
  margin: 0 0 50px;
}

.clients ul {}

.clients ul li {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
}

.clients ul li a {
  outline: none !important;
}

.clients .slick-slide img {
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.clients .slick-slide img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

/* ---------solutions--------------*/
.solutions {
  display: block;
  margin: 0;
  padding: 90px 0;
  background: #000;
  background: -webkit-gradient(linear,left top, right top,from(#eb0000),to(#b16aff));
  background: -o-linear-gradient(left,#eb0000,#b16aff);
  background: linear-gradient(to right,#eb0000,#b16aff);
}

.solutions-cont {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  color: #fff;
  width: 70%;
}

.solutions-cont p {
  font-size: 16px;
}

.solutions a {
  float: right;
  margin: 20px 0 0;
}

.solutions .btn2:hover {
  background: #fff;
  color: #000 !important;
}

/* ---------newsletter--------------*/
.newsletter {
  background: url(../images/traingles-bg.jpg) no-repeat center center;
  display: block;
  margin: 0;
  padding: 100px 0;
  text-align: center;
}

.newsletter h2 {
  margin: 0 0 10px;
}

.newsletter p {
  font-size: 20px;
  line-height: 28px;
}

.newsletter-fld {
  border-radius: 30px;
  background: #fff;
  margin: 40px auto 0;
  width: 50%;
  max-width: 530px;
  border: 1px solid #d2d2d2;
}

.subscrib-btn {
  cursor: pointer;
  border: 0;
  outline: none;
  border-radius: 30px;
  padding: 20px 40px;
  float: right;
  color: #fff;
  font-size: 14px;
  background: #069ee5;
  background: -webkit-gradient(linear,left top, right top,from(#eb0000),to(#b16aff));
  background: -o-linear-gradient(left,#eb0000,#b16aff);
  background: linear-gradient(to right,#eb0000,#b16aff);
}

.newslatter-field {
  background: url(../images/icon4.png) no-repeat 30px center;
  padding: 19px 20px 19px 60px;
  width: calc(100% - 210px);
  border-radius: 30px;
  border: 0;
  float: left;
}

/* ---------career--------------*/
.career {
  min-height: 300px;
  background-image: url(../images/youth-img.jpg);
  background-position: center;
  background-attachment: fixed;
  padding: 90px 0;
}

.career-in {
  width: 607px;
  padding: 40px;
  /* margin-top: 40px; */
  background: #eb0000;
  color: #fff;
}

.career-in a {
  color: #fff;
}

.career-in a img {
  display: inline-block;
}

.career-in p {
  color: #fff;
  margin: 15px 0;
}

/* ----------footer-------------*/
.footer {
  background: #e3e3e3;
  display: block;
  margin: 0;
  padding: 60px 0 40px;
}

.foooter-block {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  width: 33.3%;
}

.foooter-block a.foot-logo {
  display: inline-block;
  padding: 0;
  color: #717171;
  width: 120px;
}

.foooter-block p {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #717171;
}
.copy_rights p{
  color: #000;
}

.foooter-block p span {
  font-weight: 600;
}

.foooter-block h5 {
  margin: 0 0 20px;
  color: #ff5858;
}

.foooter-block a {
  color: #000;
  font-size: 16px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.foooter-block a:hover {
  color: #ff1267;
}

.foooter-block h6 {
  line-height: 26px;
}
.foooter-block ul {}

.foooter-block ul li {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}

.foooter-block ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #717171;
}

.social-icons {
  display: block;
  margin: 25px 0 0;
  padding: 0;
}

.social-icons a {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}

.social-icons a:hover {
  opacity: 0.6;
}

.foooter-block p.copy-right {
  font-size: 14px;
  margin: 0;
}

.foooter-block p.copy-right a {
  font-size: 14px;
}

#html5-watermark {
  display: none !important;
}

/* ---------about-page-------------*/
.inner-banner {
  display: block;
  margin: 80px 0 0;
  padding: 0;
  background: url(../images/bg1.png) repeat-x left top #782fc8;
}

.inner-banner-in {
  display: block;
  margin: 0;
  padding: 120px 0 150px;
}

.inner-banner-in span {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.inner-banner-in h3 {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
}

.inner-banner-in h3 span {
  font-weight: 300;
}

.about-block {
  display: block;
  margin: 0 0 60px;
  padding: 80px 0 50px;
}

.about-block h2 {
  margin: 0 0 20px;
  text-align: center;
}

.about-content {
  display: block;
  margin: 0 -20px;
  padding: 50px 0 0;
}

.about-left {
  display: inline-block;
  margin: 0;
}

.about-left figure {}

.about-left figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.about-right {
  display: inline-block;
  margin: 0;
}

.about-right h2 {
  text-align: left;
}

.about-right p {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  line-height: 26px;
}

.about-right p span {
  font-weight: 600;
}
.about-right strong{
  font-weight: normal;
}
.about-right i{
  font-style: italic;
}
.about-offer-block {
  display: block;
  margin: 0 0 60px;
  padding: 0;
}

.about-offer-block ul {
  margin: 0 -20px;
}

.about-offer-block ul li {
  padding: 0 20px;
  float: left;
  width: 33.3%;
  display: inline-block;
}

.about-offer-block ul li h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 20px;
}

.about-offer-block ul li h4:before {
  content: '';
  display: block;
  width: 86px;
  height: 6px;
  background: #7d31cd;
  margin: 0 0 20px;
}

.about-offer-block ul li p {
  line-height: 26px;
  height: 104px;
  overflow: hidden;
}
.aob_slider{
  margin: 0 -15px;
}
.aob_slider .slick-list{
  padding: 0 !important;
}
.about-offer-block ul.slick-dots{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -70px;
}
.about-offer-block ul.slick-dots li{
  padding: 0 !important;
  width: auto;
  margin: 0 10px;
}
.about-offer-block ul.slick-dots li button{
  background-color: #fff;
}
.about-offer-block2 {
  display: block;
  color: #fff;
  padding: 70px 0 100px;
  margin: 0;
  background: rgb(0, 0, 0);
  background: -o-linear-gradient(315deg, rgba(0, 0, 0, 1) 0%, rgba(66, 24, 141, 1) 56%, rgba(125, 49, 205, 1) 99%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(66, 24, 141, 1) 56%, rgba(125, 49, 205, 1) 99%);
}

.about-offer-block2 h2 {
  margin: 0 0 60px;
  text-align: center;
}

.about-offer-block2 h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 26px;
  height: 84px;
  overflow: hidden;
}

.about-offer-block2 h5:before {
  content: '';
  display: block;
  width: 86px;
  height: 6px;
  background: #fff;
  margin: 0 0 25px;
}

.about-offer-block2 p {
  margin: 0 0 20px;
}

.about-offer-block2 a {
  color: #fff;
}

.about-offer-block2 a img {
  display: inline-block;
  margin: 0 0 0 5px;
}

.about-offer-block2 a:hover {
  color: #ff1267;
}

.about-offer-block2 a:hover .arrow-normal {
  display: none !important;
}

.about-offer-block2 a .arrow-hover {
  display: none !important;
}

.about-offer-block2 a:hover .arrow-hover {
  display: inline-block !important;
}

.clients2 {
  padding: 60px 0;
  margin: 0;
}

/* ------------------*/
.contact-section {
  display: block;
  margin: 0;
  padding: 30px 0 90px 0;
  border-bottom: 1px solid #c4c4c4;
}

.contact-section-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  background: #003d98;
}

.contact-left {
  display: inline-block;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.contact-left img {
  width: 100%;
  height: auto;
}

.contact-right {
  display: inline-block;
  margin: 0;
  padding: 40px 40px;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.contact-right h5 {
  text-transform: uppercase;
}

.contact-right ul {
  margin: 0 -20px;
}

.contact-right ul li {
  display: inline-block;
  margin: 46px 0 0 0;
  padding: 0 20px;
  float: left;
  width: 45%;
  line-height: 26px;
}
.contact-right ul li:nth-child(odd){
  width: 55%;
}
.contact-right ul li p {}

.contact-right ul li a {
  color: #fff;
}

/* ------------------*/
.banner-cont5 {
  width: 65%;
  float: left;
  margin: 0;
  padding: 0;
}

.catelog-img {
  display: inline-block;
  margin: 20px 0 0 -10%;
  padding: 0;
  float: left;
  width: 45%;
  text-align: right;
}

.catelog-img img {
  height: auto;
  display: inline-block;
}

.businesses2 {
  padding: 50px 0 50px;
}

.businesses3 {
  padding: 50px 0 50px;
  margin: 0;
}

.block-section {
  display: block;
  margin: 0;
  padding: 60px 0;
  border-bottom: 1px solid #c9c9c9;
}

.block-section-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  direction: rtl;
}

.block-section figure {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
}

.block-section figure img {
  display: inline-block;
}

.cont {
  display: inline-block;
  margin: 0;
  padding: 0 3%;
  width: 50%;
  direction: ltr;
  position: relative;
}

.cont h2 {
  margin: 0 0 20px 0;
}

.cont h2 span {
  font-weight: 300;
}

.cont p {
  font-size: 16px;
  line-height: 26px;
}

.cont-textright {
  text-align: right;
}

.cont a,
.cont strong {
  font-weight: 600;
  margin: 20px 0 0;
  display: inline-block;
}

/* -----features-----------*/
.features {
  display: block;
  margin: 0;
  padding: 60px 0;
  border-bottom: 1px solid #c9c9c9;
}

.features ul {
  margin: 35px -10px 0;
  padding: 0;
}

.features ul li {
  display: inline-block;
  margin: 0;
  padding: 10px 10px;
  width: 16.6%;
  float: left;
}

.features-cont {
  display: block;
  margin: 0;
  padding: 26px 10px 0;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  text-align: center;
  min-height: 190px;
  cursor: -webkit-grab;
}

.features-cont h6 {
  font-weight: 600;
  font-size: 14px;
}

.features-cont figure {
  margin: 0 0 16px;
}

.features-cont figure img {
  display: inline-block;
}

.features-cont:hover {
  -webkit-box-shadow: 0 2px 18px rgba(22, 95, 194, 0.5);
          box-shadow: 0 2px 18px rgba(22, 95, 194, 0.5);
}

/* -------sbm page-----------*/
.sbm .banner-cont {
  width: 40%;
}

.sbm .banner-cont2 {
  width: 50%;
}

.sbm .banner-cont h2 {
  margin: 15px 0 5px;
}

.sbm .catelog-img {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: right;
}

.btns {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.btns .btn2 {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 15px 30px;
  background: #fff;
  color: #000 !important;
}

.btns .btn2:hover,
.btns .active {
  background: #000;
  color: #fff !important;
}

.sbm small {
  display: block;
  text-align: right;
  position: relative;
}

.sbm small img {
  display: inline-block;
}

.sbm small:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #c2c2c2;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -0.5px 0 0;
  z-index: -1;
}

.sbm .slick4 li {
  overflow: hidden;
}

.sbm .slick-dots {
  bottom: 130px;
}

.sbm .slick-dots li {
  border: 2px solid transparent;
  border-radius: 100%;
  padding: 4px;
  width: auto;
  height: auto;
  vertical-align: middle;
  float: none;
  margin: 0 2px;
}

.sbm .slick-dots li.slick-active,
.sbm .slick-dots li:hover {
  border: 2px solid #fff;
}

.sbm .slick-dots li button {
  background: rgba(255, 255, 255, 0.3);
  ;
  border-radius: 100%;
}

.sbm .slick-dots li button:before {
  display: none;
}

.sbm .slick-dots li.slick-active button,
.sbm .slick-dots li:hover button {
  background: #fff;
}

/* --------works-popup----------*/
.works-popup {
  display: none;
  margin: 0;
  padding: 40px 40px;
  background: #fff;
  border-radius: 10px;
  min-width: 900px;
  position: absolute;
  left: 150px;
  bottom: -90%;
  z-index: 99;
  -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.31);
          box-shadow: 0 0 38px rgba(0, 0, 0, 0.31);
}

.sbm .works-popup h2 {
  color: #2ba9f2;
  margin: 0px 0 15px;
}

.works-popup h2 span {
  color: #000;
  font-weight: 300;
}

.works-popup p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.works-popup p strong {
  font-weight: 600;
}

.works-popup p span {
  color: #2ba9f2;
  text-transform: inherit;
}

.works-popup h2 {
  color: #2ba9f2;
}

.cancel {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  outline: none !important;
}

.works-popup:after {
  content: '';
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 14px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -14px;
  bottom: 60px;
}

.banner-cont2 .works-popup {
  bottom: -130px;
}

.banner-cont2 .works-popup:after {
  bottom: 147px;
}

.sbm-section {
  position: relative;
}

.sbm-section:after {
  content: '';
  display: inline-block;
  border: 0.5px solid #bfd2e8;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  z-index: -1;
}

.arrow3 {
  margin: 0 auto
}

.arrow2 {
  position: absolute;
  right: -33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arrow4 {
  position: absolute;
  left: -33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sbm-section .cont {
  padding: 0 6%;
}

.sbm-section .cont h3 {
  margin: 0 0 15px;
}

/* ------------------*/
.logo1 {
  margin: 0;
  display: inline-block;
}

.log {
  display: inline-block;
  margin: 12px 0;
  padding: 0;
  float: right;
  font-weight: 700;
  color: #000;
}

.log a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #f26122;
}

.log a:hover {
  color: #000;
}

.demo-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 130px 0 20px;
  padding: 0;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  min-height: 560px;
}

.demo-left {
  display: block;
  margin: 0;
  padding: 0;
  width: 41%;
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
  float: left;
  background: url(../images/bg3.png) no-repeat left bottom;
  border-radius: 10px 0 0 10px;
}

.demo-left-in {
  padding: 30px 30px;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.77+0,0+70 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), color-stop(70%, rgba(179, 179, 179, 0)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.77) 0%, rgba(179, 179, 179, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.77) 0%, rgba(179, 179, 179, 0) 70%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4000000', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}

.demo-left img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.demo-left h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.demo-left h3 span {
  font-weight: 300;
}

.demo-left-in p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.demo-right {
  display: inline-block;
  margin: 0;
  padding: 30px 30px;
  float: right;
  width: 59%;
}

.demo-right h3 {
  margin: 0 0 30px;
}

.demo-right ul {
  margin: 0 -5px;
}

.demo-right ul li {
  display: inline-block;
  margin: 0;
  padding: 10px 5px;
  float: left;
  width: 50%;
}

.demo-right ul li label {
  font-weight: 500;
}

.demo-right ul li .form-group {
  width: 50%;
  float: left;
  padding: 0 5px;
}

.form-control {
  border:1px solid #c9c9c9;
  border-radius: 6px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #000;
  height: 54px;
  display: block;
  width: 100%;
  padding: 0 20px;
}
input::-webkit-input-placeholder{
  color: #717171;
}
input::-moz-placeholder{
  color: #717171;
}
input:-ms-input-placeholder{
  color: #717171;
}
input::-ms-input-placeholder{
  color: #717171;
}
input::placeholder{
  color: #717171;
}
.demo-right h5 {
  margin: 0 0 30px;
}

.intl-tel-input {
  display: block;
}

.intl-tel-input .selected-flag {
  z-index: 4;
  line-height: 1;
  background-color: #eee;
  border-right: 1px solid #ccc;
  border-radius: 4px 0px 0px 4px;
  margin: 0 0 0 0px;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.demo-right ul li.country,
.demo-right ul li.divider {
  float: none;
  display: block;
  width: 100%;
}

.country-name {
  display: none;
}

.demo-section-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.demo-section-flex form {
  width: 100%;
}

.demo-left-in2 {
  display: block;
  padding: 30px 30px;
  margin: 0;
}

.demo-left-in2 h3 {
  color: #000;
  margin: 0 0 30px;
}

.demo-left-in2 figure {
  margin: 0 auto 30px auto;
}

.demo-left-in2 ul {
  margin: 0 -5px;
}

.demo-left-in2 ul li {
  display: inline-block;
  margin: 0;
  padding: 10px 5px;
  float: left;
  width: 50%;
}

.demo-right2 .ui-widget.ui-widget-content {
  width: 100%;
  border: 0;
}

.demo-right2 .ui-datepicker td {
  text-align: center;
}

.demo-right2 .ui-widget-content .ui-state-default {
  text-align: center;
  border: 0;
  font-size: 13px;
  color: #717171;
  width: 60px;
  height: 55px;
  line-height: 52px;
  display: inline-block;
  background: none;
  border-radius: 6px;
  font-weight: 600;
}

.demo-right2 .ui-widget-content .ui-state-active,
.demo-right2 .ui-widget-content .ui-state-hover {
  background: #f0497c;
  color: #fff !important;
}

.demo-right2 .ui-datepicker .ui-datepicker-title {
  text-align: left;
}

.demo-right2 .ui-widget-header {
  background: none;
  text-transform: uppercase;
  border: 0;
  margin: 0 0 20px;
}

.demo-right2 .ui-datepicker th {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.demo-right2 .ui-widget-header .ui-icon-circle-triangle-w {
  background: url(../images/arrow-left.png) no-repeat center center;
}

.demo-right2 .ui-widget-header .ui-icon-circle-triangle-e {
  background: url(../images/arrow-right.png) no-repeat center center;
}

.demo-right2 .ui-datepicker .ui-datepicker-prev {
  left: inherit;
  right: 40px;
}

.demo-right2 .ui-datepicker .ui-datepicker-prev,
.demo-right2 .ui-datepicker .ui-datepicker-next {
  width: 3em;
  height: 3em;
  top: 1px;
  opacity: 0.3;
  cursor: pointer;
  border-radius: 6px;
}

.demo-right2 .ui-datepicker .ui-datepicker-prev:hover,
.demo-right2 .ui-datepicker .ui-datepicker-next:hover {
  background: #d0e6f3;
  border: 0;
  opacity: 1;
}

.demo-left2 {
  -webkit-box-shadow: 5px 0 10px -3px rgba(0, 0, 0, 0.18);
          box-shadow: 5px 0 10px -3px rgba(0, 0, 0, 0.18);
  min-height: auto;
  background: #fff;
}

.demo-left2 figure {
  margin: 0 0 50px;
}

.demo-left2 img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.time {
  display: block;
  margin: 20px 0;
  padding: 0;
  width: 90%;
}

.select2-hidden-accessible {
  display: none !important;
}

.select2-container--default .select2-selection--single {
  background: url(../images/icon5.png) no-repeat 10px center;
  padding: 10px 30px;
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  height: 100%;
  width: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 6px 0 6px;
}

.demo-right2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.demo-right-left {
  float: left;
  height: 100%;
  padding: 40px;
  width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.demo-right-right {
  width: 240px;
  float: right;
  height: 100%;
  padding: 40px 20px;
  position: absolute;
  right: -222px;
  top: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.demo-right-right span {
  font-weight: 600;
  margin: 70px 0 50px;
  display: block;
  text-transform: uppercase;
}

.demo-right-right label {
  font-weight: 500;
  margin: 20px 0 0;
  display: inline-block;
}

.demo-right-right .btn2 {
  background: #f0497c;
  padding: 10px 30px;
  margin: 0 0 20px;
  width: 100%;
}

.demo-right-right .timepicker {
  border: 1px solid #5b9bc9;
  border-radius: 4px;
  padding: 10px 10px;
  font-weight: 600;
  color: #0f51a2;
  background: url(../images/arrow2.png) no-repeat 95% center;
  cursor: pointer;
  display: block;
  margin: 0 0 20px;
  width: 100%;
}

.demo-right-right .ui-timepicker-standard .ui-state-hover {
  background-color: #f0497c;
  color: #fff;
}

.demo-right-leftactive {
  width: calc(100% - 240px);
  -webkit-box-shadow: 5px 0 10px -3px rgba(0, 0, 0, 0.18);
          box-shadow: 5px 0 10px -3px rgba(0, 0, 0, 0.18);
}

.open-cont {
  right: 0;
}

/* -------freesignup page-----------*/
.freesignup ul li {
  display: block;
  float: none;
}

.freesignup .btn3 {
  margin: 20px 0;
}

.freesignup .btn3:hover {
  border: 1px solid #000;
}

.freesignup p {
  line-height: 20px;
}

.freesignup p small {
  font-size: 12px;
  display: block;
}

.demo-left3 {
  width: 100%;
  background: url(../images/bg4.png) no-repeat right top;
  background-size: cover;
  min-height: 540px;
}

.demo-left3 .demo-left {
  padding: 60px 60px;
  background: none;
}

.demo-left3 .demo-left p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.demo-left3 .btn3 {
  border: 1px solid #fff;
  color: #fff;
  background: none;
  margin: 20px 0;
  padding: 15px 30px;
}

.demo-left3 .btn3:hover {
  background: #fff;
  color: #000;
}

/* ------login page---------*/
.login {
  display: block;
  margin: 0;
  width: 400px;
}

.login h3 {
  margin: 0 0 20px;
}

.login ul li {
  width: 100%;
  padding: 10px 0;
}

.login span {
  font-weight: 500;
  color: #6d2abf;
}

.login .btn3 {
  width: 100%;
  background: #6d2abf;
  color: #fff;
  margin: 14px 0 6px;
}

.login .btn3:hover {
  color: #6d2abf;
  border: 1px solid #6d2abf;
  background: #fff;
}

.login .btn-default {
  color: #6d2abf;
  font-weight: 500;
  outline: none;
  height: 40px;
}

.login .checkbox {
  margin: 0;
  color: #6d2abf;
  font-weight: 500;
}

.forgot {
  display: block;
}

.frg {
  font-weight: 500;
  float: left;
}

.frg:hover {
  color: #6d2abf;
}

.sgn {
  font-weight: 500;
  color: #6d2abf;
  float: right;
}

.sgn:hover {
  color: #000;
}

.icons {
  display: block;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
}

.icons ul {
  margin: 0 -5px;
}

.icons ul li {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  float: left;
  width: 33.3%;
}

.icons ul li a {
  display: block;
  margin: 0;
  padding: 10px 10px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.icons ul li a img {
  display: inline-block;
}

.icons ul li a:hover {
  background: #f5f5f5;
}

.icons small {
  color: #6d2abf;
  background: #fff;
  padding: 0;
  position: relative;
  border-top: 1px solid #cccccc;
  display: block;
  margin: 30px 0 0;
  text-align: center;
}

.icons small:after {
  content: 'OR';
  display: inline-block;
  position: relative;
  left: 0;
  top: -10px;
  background: #fff;
  padding: 0 10px;
  margin: 0 auto;
  font-weight: 600;
}

/* ------------------*/
.lightbox-wrapper {
  display: none;
}

.getademo {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10000;
  width: 12%;
}

.free-sign {
  position: fixed;
  right: 0;
  top: 41%;
  z-index: 10000;
  width: 12%;
}

/* ------careers page---------*/
.careers-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f4f4f4;
  border-radius: 6px;
  border: 1px solid #c9c9c9;
  margin: 50px 0 0;
}
.careers-block .about-left{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-top: 10%;
}
.careers-block h3 {
  margin: 0 0 20px;
}
.careers-block h3 br{
  display: none;
}
.job {
  display: block;
  margin: 0 0 30px;
  padding: 0;
}
.job h6 {
  margin: 0 0 15px;
}
.job h5 {
  margin: 0 0 20px;
}

.job ul {
  margin: 0 -10px;
  padding: 0 0 5px;
  display: inline-block;
}

.job ul li {
  display: inline-block;
  margin: 0;
  padding: 10px;
  float: left;
  width: 50%;
}
.job ul li.w_100{
  width: 100%;
}
.job ul li textarea{
  height: 120px;
  resize: none;
  padding: 15px 20px;
}
button{
  cursor: pointer;
}
.submit_row .btn3{
  background-color: #782fc8;
  border:none;
  min-width: 150px;
  border-radius: 6px;
}
.submit_row .btn3:hover{
  background: #ff1267;
  color: #fff;
}
.offering-section {
  margin: 0;
  padding: 50px 0 70px;
}

.offering {
  display: inline-block;
  margin: 0;
  padding: 0 15px 0 0;
}

.offering h5 {
  display: block;
  margin: 0;
  padding: 30px 30px;
}

.offering h6 {
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 30px;
  border-bottom: 1px solid #c2c2c2;
  cursor: pointer;
}

.offering h6:after {
  content: '';
  display: inline-block;
  margin: 5px 0;
  padding: 0;
  background: url(../images/plus-icon.png) no-repeat center center;
  width: 14px;
  height: 14px;
  float: right;
}

.offering h6:hover,
.offering .active h6 {
  background: #f1f1f1;
}

.offering .active h6:after {
  background: url(../images/minus-icon.png) no-repeat center center;
}

.offering-in {
  padding: 0;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  overflow: hidden;
}

.offering ul {
  margin: 0 0 -1px;
}

.offering ul li {
  margin: 0;
  padding: 0;
}

.open-cont {
  display: none;
  margin: 0;
  padding: 30px 30px;
  border-bottom: 1px solid #c2c2c2;
}

.open-cont p {
  margin: 0 0 20px;
}

.open-cont ul {
  margin: 0;
}

.open-cont ul li {
  list-style: disc;
  padding: 0;
  margin: 0 0 3px 15px;
}

.more-products {
  display: block;
  margin: 0;
  padding: 40px 40px;
  background: url(../images/bg5.jpg) no-repeat center top;
  background-size: cover;
}

.more-products h5 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.more-products h5 span {
  font-weight: 300;
}

.more-products .btn2 {
  border: 0;
  color: #000 !important;
  text-transform: uppercase;
  background: #fff;
}

.more-products .btn2:hover {
  background: #000;
  color: #fff !important;
}

#fl1 {
  padding: 0 !important;
  background: none !important;
}


/* ---------2023-updates-------------*/
.header_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .nav ul li.dropdown_btn > a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .nav ul li.dropdown_btn > a:hover span svg{
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.dropdown_btn a span{
  display: inline-block;
}
.dropdown_btn a span svg{
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0 0 0 5px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.menu_toggle{
  display: none;
}
.hamburger{
  background: none;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
}
.hamburger svg{
  width: 100%;
  height: 100%;
}
.open{
  z-index: 1;
}
.menu_toggle.active .close{
  z-index: 9;
}
.mega_menu {
  width: 260px;
  position: absolute;
  background: #fff;
  left: 50%;
  right: 0;
  top: calc(100% - 4px);
  transform: translateX(-50%) translateY(70px);
  z-index: 999;
  box-shadow: 0 5px 5px rgba(0,0,0,0.11);
  border-top: 4px solid #ed1b1b;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  padding: 10px 0;
}

.nav ul li.dropdown_btn:hover .mega_menu {
  transform:  translateX(-50%) translateY(0px);
  visibility: visible;
  opacity: 1;
}

.submenu span {
  color: #ed1b1b;
}
.submenu li {
  margin: 0;
}
.submenu li a {
  color: #000 !important;
  display: inline-block !important;
  padding: 8px 15px !important;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  position: relative;
}

.submenu li a span{
  transition: 0.4s all ease-in-out;
  color: #000 !important;
  position: relative;
  z-index: 1;
}
.submenu li a:after{
  content: '';
  border:2px solid #ed1b1b;
  display: block;
  width: 0;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
.submenu li a:hover span{
  color: #ed1b1b !important;
}
.submenu li a:hover::after{
  width: 100%;
  opacity: 1;
}
.submenu p,
.submenu a {
  color: #191919 !important;
}
.submenu p {
  text-transform: none;
  font-weight: 400;
}
.submenu li.submenu > a:hover{
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.submenu li.submenu > ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.submenu li.submenu > ul li{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  margin: 0 0 0 10px;
}
.submenu li.submenu > ul li a{
  color: #ed1b1b !important;
  font-size: 14px;
  padding: 8px !important;
}

.menu_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu_row .submenu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%
}

.menu_row .submenu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2);
  display: block;
}

.menu_row .submenu_rht {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%
}

.menu_row .submenu_rht ul {
  display: block;
}


.submenu ul {
  display: block;
}

.submenu ul li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
}
.sm{
  display: flex;
  margin: 0 0 0 40px;
}
.sm ul li{
  margin: 0px 20px 0 0 !important;
}
.sm ul li a{
  font-size: 20px;
  font-weight: bold;
}
.foooter-block a.foot-logo{
}
.footer_rht{
  width: 100%
}
.footer_rht ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_rht ul li{
  margin-right: 50px;
}
.address_blk{
  margin-top: 15px;
}
.address_blk ul li{
  width: 25%;
  margin: 0 50px 30px 0;
}
.video-block img {
  width: 100%;
}

.newsletter {
  background-size: cover;
}

.career {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.cnt_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-left{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 20px;
}
.about-right{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}
.career_wrappper{
  padding-bottom: 80px !important;
}
.contact_wrapper{
  background-color: #f4f4f4;
  padding: 30px 0;
}
.contact_wrapper .job{
  max-width: 60%;
  margin: auto;
}
.cnt_row + .cnt_row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.title_cnt{
  font-size: 18px;
  line-height: 28px;
  color: #717171;
  text-align: center;
}
.cnt_v_align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
}
.cnt_high{
  background-color: #ffe8ea;
  padding: 40px;
  border-radius: 8px;
}
.contact-left figure{
  height: 100%;
}
.contact-left figure img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
}
.contact-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
.our-products > p{
  height: auto;
}
.cnt_high p{
  margin: 0;
}
.cnt_high p + p{
  margin-top: 30px;
}
.submenu p br {
    display: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}

.nav ul li.open > a{
  color: #ed1b1b !important;
}
/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition:1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
      transition:1s;
  }
}

.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
      transition:1s;
  }
  to {
    transform: scale3d(1, 1, 1);
      transition:1s;
  }
}

.zoomOutImage {
  animation-name: zoomOutImage;
    transition:1s;
}
.slick-nav{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 99;
  width: 40px;
  height: 40px;
  border:1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  transition: 0.4s all ease-in-out;
}
.slick-nav:hover{
    background: #fff;
    color: #ed1b1b;
}
.prev-arrow{
  left: 20px;
}
.slick-next{
  left: 20px;
}
.animated {
  transition: all .5s ease;
}
.slider [data-animation-in] {
  opacity: 1;
}
label.error{
  display: none !important;
}
.form-control.error{
  border: 1px solid #ff1267;
}


.sap_blk{
	text-align: center;
}
.sap_cnt{
	margin: 0 0 50px;
	padding: 0 8%;
}

.sap_cnt p{
	margin: 0 0 40px;
}
.sap_blk h2{
	font-weight: 600;
}
.sap_blk p{
	line-height: 26px;
	margin: 0 0 40px;
	color: #191919;
}
.sap_blk ul{
	display: flex;
	flex-wrap: wrap;
}
.sap_blk li{
	margin: 20px;
	padding: 30px;
	flex: 0 0 calc(100% / 2 - 40px);
	border:1px solid #d7d7d7;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.sap_blk li figure{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 30px;
}
.sap_blk li h3{
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 15px;
	font-weight: 600;
}