body{overflow-x: hidden;}
.dark .light , .light  , .dark .light  , .light,.light .dark , .dark  , .light .dark  , .dark   {
    font-family: 'Cairo';
}
p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.btn-lg > .icon-pos-left {
    margin-left: 1rem;
margin-right:0;
}
.step{right:-15px;left:auto !important;}

.app-download {
    width: 40%;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    display: inline-flex;
}

.app-download:not(:last-child) {
    margin-left: 10px;
}
.gallery-item:not(.masonry-item).app-feature .icon{
margin-right:0;
margin-left:25px;
}
ul.padding-x2-list li > .icon-pos-left{
 margin-left: 1rem;
margin-right:0;}
.dark .navbar-nav a {
    font-size: 15px;
    font-weight: 600;
}
.heading-lead {
    font-family:unset !important
}
.feature svg{
    width: 100%;
    height: 100%;
    z-index: 9;
    position: relative;
}
.feature{
    height: 121px;
    width: 121px;
    position: relative;
    z-index: 1;
    background-color: #f2f2f6;
    -webkit-border-radius: 121px;
    -khtml-border-radius: 121px;
    -moz-border-radius: 121px;
    -ms-border-radius: 121px;
    -o-border-radius: 121px;
    border-radius: 121px;
    margin: 0px auto 33px auto;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.feature{
    padding: 25px;
margin-top:40px;
margin-bottom:10px;
}
.feature-icon{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 70px;
    -khtml-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
}

.rotating-block {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    -webkit-border-radius: 121px;
    -khtml-border-radius: 121px;
    -moz-border-radius: 121px;
    -ms-border-radius: 121px;
    -o-border-radius: 121px;
    border-radius: 121px;
    -webkit-animation: service_hexagon 2s infinite linear;
    -moz-animation: service_hexagon 2s infinite linear;
    -o-animation: service_hexagon 2s infinite linear;
    animation: service_hexagon 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.rotating-block:before {
    top: 0;
    left: 0;
}
.rotating-block:before, .rotating-block:after {
    content: '';
    height: 16px;
    width: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
}
.rotating-block:after {
    bottom: 0;
    right: 0;
}

.features .gallery-item:hover .rotating-block {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
@-webkit-keyframes service_hexagon {
    0% {
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes service_hexagon {
    0% {
      -moz-transform: rotate(30deg);
      transform: rotate(30deg);
    }
    100% {
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes service_hexagon {
    0% {
      -o-transform: rotate(30deg);
      transform: rotate(30deg);
    }
    100% {
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes service_hexagon {
    0% {
      -webkit-transform: rotate(30deg);
      -moz-transform: rotate(30deg);
      -o-transform: rotate(30deg);
      transform: rotate(30deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .feature-1 .feature-icon{
    background-color: #ff5b11;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff5b11), to(#ff9723));
    background-image: -webkit-linear-gradient(left, #ff5b11, #ff9723);
    background-image: -moz-linear-gradient(left, #ff5b11, #ff9723);
    background-image: -ms-linear-gradient(left, #ff5b11, #ff9723);
    background-image: -o-linear-gradient(left, #ff5b11, #ff9723);
    background-image: linear-gradient(left, #ff5b11, #ff9723);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5b11', endColorStr='#ff9723', gradientType='1');
}
.feature-1 .rotating-block:before {
    background-color: #ff9723;
    -webkit-box-shadow: 0 4px 8px rgb(255 151 35 / 45%);
    -khtml-box-shadow: 0 4px 8px rgba(255, 151, 35, 0.45);
    -moz-box-shadow: 0 4px 8px rgba(255, 151, 35, 0.45);
    -ms-box-shadow: 0 4px 8px rgba(255, 151, 35, 0.45);
    -o-box-shadow: 0 4px 8px rgba(255, 151, 35, 0.45);
    box-shadow: 0 4px 8px rgb(255 151 35 / 45%);
}
.feature-1 .rotating-block:after {
    background-color: #ff5b11;
    -webkit-box-shadow: 0 4px 8px rgb(255 91 17 / 45%);
    -khtml-box-shadow: 0 4px 8px rgba(255, 91, 17, 0.45);
    -moz-box-shadow: 0 4px 8px rgba(255, 91, 17, 0.45);
    -ms-box-shadow: 0 4px 8px rgba(255, 91, 17, 0.45);
    -o-box-shadow: 0 4px 8px rgba(255, 91, 17, 0.45);
    box-shadow: 0 4px 8px rgb(255 91 17 / 45%);
}

.feature-2 .feature-icon{
    background-color: #232490;
    background-image: -webkit-gradient(linear, left top, right top, from(#232490), to(#5b5cfb));
    background-image: -webkit-linear-gradient(left, #232490, #5b5cfb);
    background-image: -moz-linear-gradient(left, #232490, #5b5cfb);
    background-image: -ms-linear-gradient(left, #232490, #5b5cfb);
    background-image: -o-linear-gradient(left, #232490, #5b5cfb);
    background-image: linear-gradient(left, #232490, #5b5cfb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#232490', endColorStr='#5b5cfb', gradientType='1');
}
.feature-2 .rotating-block:before {
    background-color: #5b5cfb;
    -webkit-box-shadow: 0 4px 8px rgb(91 92 251 / 45%);
    -khtml-box-shadow: 0 4px 8px rgba(91, 92, 251, 0.45);
    -moz-box-shadow: 0 4px 8px rgba(91, 92, 251, 0.45);
    -ms-box-shadow: 0 4px 8px rgba(91, 92, 251, 0.45);
    -o-box-shadow: 0 4px 8px rgba(91, 92, 251, 0.45);
    box-shadow: 0 4px 8px rgb(91 92 251 / 45%);
}
.feature-2 .rotating-block:after {
    background-color: #232490;
    -webkit-box-shadow: 0 4px 8px rgb(35 36 144 / 45%);
    -khtml-box-shadow: 0 4px 8px rgba(35, 36, 144, 0.45);
    -moz-box-shadow: 0 4px 8px rgba(35, 36, 144, 0.45);
    -ms-box-shadow: 0 4px 8px rgba(35, 36, 144, 0.45);
    -o-box-shadow: 0 4px 8px rgba(35, 36, 144, 0.45);
    box-shadow: 0 4px 8px rgb(35 36 144 / 45%);
}
.feature-3 .feature-icon{
    background-color: #0088c0;
    background-image: -webkit-gradient(linear, left top, right top, from(#0088c0), to(#1dbdff));
    background-image: -webkit-linear-gradient(left, #0088c0, #1dbdff);
    background-image: -moz-linear-gradient(left, #0088c0, #1dbdff);
    background-image: -ms-linear-gradient(left, #0088c0, #1dbdff);
    background-image: -o-linear-gradient(left, #0088c0, #1dbdff);
    background-image: linear-gradient(left, #0088c0, #1dbdff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0088c0', endColorStr='#1dbdff', gradientType='1');
}
.feature-3 .rotating-block:before {
    background-color: #1dbdff;
    -webkit-box-shadow: 0 4px 8px rgb(29 189 255 / 45%);
    -khtml-box-shadow: 0 4px 8px rgba(29, 189, 255, 0.45);
    -moz-box-shadow: 0 4px 8px rgba(29, 189, 255, 0.45);
    -ms-box-shadow: 0 4px 8px rgba(29, 189, 255, 0.45);
    -o-box-shadow: 0 4px 8px rgba(29, 189, 255, 0.45);
    box-shadow: 0 4px 8px rgb(29 189 255 / 45%);
}
.feature-3 .rotating-block:after {
    background-color: #0088c0;
    -webkit-box-shadow: 0 4px 8px rgb(0 136 192 / 45%);
    -khtml-box-shadow: 0 4px 8px rgba(0, 136, 192, 0.45);
    -moz-box-shadow: 0 4px 8px rgba(0, 136, 192, 0.45);
    -ms-box-shadow: 0 4px 8px rgba(0, 136, 192, 0.45);
    -o-box-shadow: 0 4px 8px rgba(0, 136, 192, 0.45);
    box-shadow: 0 4px 8px rgb(0 136 192 / 45%);
}

.features .content-box{
    padding: 37px 30px 32px;
}
.heading-lead{
font-family: 'Playfair Display', serif;
    font-weight: 900;
    padding: 0px 10px;
    display: inline-block;
    margin: 0 -10px;
    background-color: #ff5b11;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff5b11), to(#ff9723));
    background-image: -webkit-linear-gradient(left, #ff5b11, #ff9723);
    background-image: -moz-linear-gradient(left, #ff5b11, #ff9723);
    background-image: -ms-linear-gradient(left, #ff5b11, #ff9723);
    background-image: -o-linear-gradient(left, #ff5b11, #ff9723);
    background-image: linear-gradient(left, #ff5b11, #ff9723);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5b11', endColorStr='#ff9723', gradientType='1');
background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
}
@media(min-width:1200px){
.feature-col-1{margin-top:-250px;}
.feature-col-2{margin-top:-120px;}
}
.title-border:before{
    width: 12px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    left: 0;
}
.title-border:after {
    width: 45px;
    right: 0;
}
.title-border:before, .title-border:after {
    content: '';
    position: absolute;
    top: 0;
    background-color: #5b5cfb;
    background-image: -webkit-gradient(linear, left top, right top, from(#5b5cfb), to(#232490));
    background-image: -webkit-linear-gradient(left, #5b5cfb, #232490);
    background-image: -moz-linear-gradient(left, #5b5cfb, #232490);
    background-image: -ms-linear-gradient(left, #5b5cfb, #232490);
    background-image: -o-linear-gradient(left, #5b5cfb, #232490);
    background-image: linear-gradient(left, #5b5cfb, #232490);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b5cfb', endColorStr='#232490', gradientType='1');
    height: 6px;
}
.title-border{
height: 6px;
    width: 64px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.feature-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
li.nav-item{padding-right:25px;padding-left:0;}
@media(min-width:991px){
    ul:not(.sub-menu)>li.nav-item>a {
        padding: 35px 0 !important;
    }
    .sub-menu {
        background-color: rgb(0 0 0 /50%) !important;
        min-width:200px;
    }
}
@media(max-width:991px){
.banner .full-height {
    min-height: 75vh;
}
    .sub-menu {
        background-color: transparent !important;
        padding: 0 !important;
    }
    .navbar .navbar-nav ul.sub-menu>li{
        padding: 5px 10px !important;
    }
    .navbar{padding: 15px 0;}
.nav-link svg{fill: #000 !important;}
.navbar-nav {
    padding: 10px 0;
}
}
.sticky .bg {
    background: #fff;
}
.navbar .bg {
    transition: background-color 0.3s linear;
}
.sticky .navbar-nav a {
    color: #000 !important;
}

.sticky .navbar-nav a:hover {
    color: #000 !important;
}

.sticky .navbar-nav a svg {
    fill: #000 !important;
}
.sticky .navbar-nav ul.sub-menu {
    background-color: #687072 !important;
}
.sticky .navbar-nav ul.sub-menu li a,.sticky .navbar-nav ul.sub-menu li a:hover{
    color: #fff !important;
    text-decoration: none;
}
.sticky {
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 7%);
}
@media(max-width:1200px){
    .navbar.navbar-expand-lg .navbar-nav {
        background: #fff;
        padding:10px 15px;
    }  .navbar.navbar-expand-lg .navbar-collapse a{color: #000 !important;}
     .sticky .navbar-nav ul.sub-menu{background-color:#fff !important;}
    .sticky .navbar-nav ul.sub-menu li a, .sticky .navbar-nav ul.sub-menu li a:hover{color: #000 !important;}
    .sticky .navbar-toggler .icon-bar { background: #333 !important;}
    .logo{height:50px;}
}
.gallery-item:not(.masonry-item).app-feature {
    padding: 40px 15px !important;
    background: transparent;
}

.gallery-item:not(.masonry-item).app-feature .icon {
    margin-right: 25px;
    border-radius:5px;
}
.gallery-item:not(.masonry-item).app-feature.app-1 .icon{
box-shadow: 0px 6px 16px rgb(251 154 200 / 36%);
    -webkit-box-shadow: 0px 6px 16px rgb(251 154 200 / 36%);
}
.gallery-item:not(.masonry-item).app-feature.app-2 .icon{
box-shadow: 0px 6px 16px rgb(233 71 148 / 36%);
    -webkit-box-shadow: 0px 6px 16px rgb(233 71 148 / 36%);
}

.gallery-item:not(.masonry-item).app-feature.app-3 .icon{
    box-shadow: 0px 6px 16px rgb(255 94 18 / 36%);
    -webkit-box-shadow: 0px 6px 16px rgb(255 94 18 / 36%);
}
.gallery-item:not(.masonry-item).app-feature:hover{
    background-color: #fff;
-webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 7%);
}
#desc-text-img-2--0 .bg-image{
animation: move 120s infinite linear; 
animation-play-state: paused;
 -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
}
#desc-text-img-2--0:hover .bg-image{
 -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
@keyframes move {
  0% {
    left: 0;
  }
  50% {
    left: 50%;
    transform:translateX(-50%);
  }
}
.heading .heading-sub:after {
    right: -200px;
}
.heading .heading-sub:before, .heading .heading-sub:after {
    content: '';
    width: 173px;
    height: 9px;
    background-image: url(https://storage.googleapis.com/icoms_media/sites/670/images/uploaded/670/line-heading-small.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.heading {
    position: relative;
    z-index: 1;
}
.heading .heading-sub {
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #00a0e8;
    margin-bottom: 19px;
    position: relative;
    padding: 0;
    display: inline-block;
}
.heading .heading-sub:before{display:none;}
.basma-benefits .content-box {
    border-radius: 25px;
}
  h3.banner-heading {
                position: absolute;
                top: 30px;
                color: rgba(0, 0, 0, 0.05);
                font-size: 148px;
                line-height: 148px;
                font-weight: 900;
                font-family: lato;
                text-align: left;
                left: 30px;
            }

            .item {
                position: relative;
            }
            .left {
                position: absolute;
                left: 10%;
                width: 20%;
                display: flex;
                flex-wrap: wrap;
                justify-content: right;
            }
            
            .empty-screen {
                height: 500px;
            }
            .right {
                position: absolute;
                right: 0;
                width: 30%;
                display: flex;
                flex-wrap: wrap;
            }
            .top {
                align-items: start;
            }
            .center {
                align-items: center;
            }
            .bottom {
                align-items: end;
            }
            .slide-1 .img-1{
                top: 15%;
            }
            .slide-1 .img-2{
                top: 55%;
            }
            .slide-2 .img-2{
                top: 45%;
            }
            .carousel-single .item{height:100vh;}

            .right.img-3 {
                top: 30%;
            }
            .banner-btn {
                background: #2f94c4;
                padding: 10px 20px;
                font-weight: 600;
                font-size: 14px;
                letter-spacing: 1px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 80%;
            }
            .banner-btn .app-download svg {
                margin-left: 5px;
                fill: rgb(39 112 149) !important;
                margin-right: 0;
            }
            .slider-div{
                position: relative;
                height: 450px;
            }
            .empty-screen {
                background-image: url(https://storage.googleapis.com/icoms_media/sites/670/images/uploaded/670/smartphone-empty.png);
                width: 100%;
                height: 100%;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                z-index: 9;
                position: relative;
            }                
            .slider-img {
                width: 98%;
                height: 96%;
                background-size: contain;
                background-position: top;
                background-repeat: no-repeat;
                position: absolute;
                top: 10px;
                left: 0;
            }
            .banner-caption{
                position: absolute;
                top: 30%;
            }
@media(max-width:767px){
.heading .heading-sub:before, .heading .heading-sub:after{display:none;}
.logo{height:70px;}
#nav-logo-menu-2{padding:0 !important;position:relative;}
.carousel-single .item {
    height: 25vh;
}
.app-download{width:100%;margin-left:0 !important;}
}
.fixed-top:not(.sticky) .icon-bar{background:#000;}
.title-border.style-2:before, .title-border.style-2:after {
    background-color: #e73d8e;
    background-image: -webkit-gradient(linear, left top, right top, from(#e73d8e), to(#232490));
    background-image: -webkit-linear-gradient(left, #e73d8e, #232490);
    background-image: -moz-linear-gradient(left, #e73d8e, #232490);
    background-image: -ms-linear-gradient(left, #e73d8e, #232490);
    background-image: -o-linear-gradient(left, #e73d8e, #232490);
    background-image: linear-gradient(left, #e73d8e, #232490);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e73d8e', endColorStr='#232490', gradientType='1');
}
a.video-box::after {
    background-color: #5b5cfb;
    background-image: -webkit-gradient(linear, left top, right top, from(#5b5cfb), to(#232490));
    background-image: -webkit-linear-gradient(left, #5b5cfb, #232490);
}
.liquid-row-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute!important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: background .3s,opacity .3s;
    transition: background .3s,opacity .3s;
}.dark .title-border:before,.dark .title-border:after {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#888), to(#fff));
    background-image: -webkit-linear-gradient(left, #888, #fff);
}
.step {
    padding: 10px 25px;
    position: absolute;
    font-size: 80px;
    font-family: serif;
    left: -15px;
    bottom: -60px;
    color: #291a55;
    line-height: 1em;
    background: #f1fbff;
}
.content-box {position: relative;}
.embed-responsive-4by3::before {
    padding-top: 50%;
}
.col-md-4 .embed-responsive-4by3::before {
    padding-top: 60%;
}
.feature-3 .feature-icon{background:transparent;}
.feature {
    padding: 15px;
    width: 100px;
    height: 100px;
}
.carousel-dots-center-bottom .owl-dots {bottom:40px;}
.table tr:nth-child(odd) {
    background: rgb(111 208 255 / 10%);
}

.table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.table td {
    padding: 10px 15px;
}

.table tr:first-child {
    background: #6fd0ff;
    color: #000;
}
@media(max-width:1200px){
.logo{height:80px;}
}
#preloader{background:#1dbdff;}
#preloader > div, #preloader > div > *, #preloader > div:before, #preloader > div:after {
  background: transparent;
  border-color: transparent;
}
.loader-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #00aef0;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: auto;
  box-sizing: border-box;
}
.loader .loader-item {
  position: relative;
  float: left;
  height: 30px;
  width: 4px;
  margin: 0 2px;
  background-color: #ffffff !important;
}
.loader .loader-item:nth-child(1) {
  -webkit-animation: loader-item-1 2s linear infinite;
          animation: loader-item-1 2s linear infinite;
}
.loader .loader-item:nth-child(2) {
  -webkit-animation: loader-item-2 2s linear infinite;
          animation: loader-item-2 2s linear infinite;
}
.loader .loader-item:nth-child(3) {
  -webkit-animation: loader-item-3 2s linear infinite;
          animation: loader-item-3 2s linear infinite;
}
.loader .loader-item:nth-child(4) {
  -webkit-animation: loader-item-4 2s linear infinite;
          animation: loader-item-4 2s linear infinite;
}
.loader .loader-item:nth-child(5) {
  -webkit-animation: loader-item-5 2s linear infinite;
          animation: loader-item-5 2s linear infinite;
}
.loader .loader-item:nth-child(6) {
  -webkit-animation: loader-item-6 2s linear infinite;
          animation: loader-item-6 2s linear infinite;
}
.loader .loader-item:nth-child(7) {
  -webkit-animation: loader-item-7 2s linear infinite;
          animation: loader-item-7 2s linear infinite;
}

@-webkit-keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  11% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  21% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  11% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  21% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  17% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  27% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  17% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  27% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  23% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  33% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  23% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  33% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  29% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  39% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  29% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  39% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  35% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  35% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  41% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  51% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  41% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  51% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes loader-item-7 {
  37% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  47% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  57% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes loader-item-7 {
  37% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  47% {
    -webkit-transform: scaleY(1.4);
            transform: scaleY(1.4);
  }
  57% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.big .steps {
   font-size: 150px;
   line-height: 1;
   font-weight: 700;
   font-family: 'Open Sans';
   position: absolute;
   top: -39px;
   right: -100px;
   text-shadow: 0 13px 18px rgba(31, 53, 158, 0.29);
   -webkit-text-shadow: 0 13px 18px rgba(31, 53, 158, 0.29);
   -ms-text-shadow: 0 13px 18px rgba(31, 53, 158, 0.29);
   -o-text-shadow: 0 13px 18px rgba(31, 53, 158, 0.29);
   color: #0388c0;
   background: tr;
   padding: 10px 30px;
}

.row .row {
    margin-left: -15px;
    margin-right: -15px;
}

.ct-fancybox-layout8 {
     background-color: #fff;
     padding: 40px 20px 43px;
     -webkit-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
     -khtml-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
     -moz-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
     -ms-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
     -o-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
     box-shadow: 0 1px 18px rgba(0, 0, 0, 0.11);
     text-align: center;
     -webkit-transition: all 300ms linear 0ms;
     -khtml-transition: all 300ms linear 0ms;
     -moz-transition: all 300ms linear 0ms;
     -ms-transition: all 300ms linear 0ms;
     -o-transition: all 300ms linear 0ms;
     transition: all 300ms linear 0ms;
}
.ct-fancybox-layout8 .ct-fancybox-icon {
     line-height: 1;
     margin-bottom: 22px;
}
.ct-fancybox-layout8 .ct-fancybox-icon {
     font-size: 50px; color: #0089c3;
}
.ct-fancybox-layout8 .ct-fancybox-title {
     font-size: 20px;
     color: #004264;
     margin-bottom: 17px;
}
.ct-fancybox-layout8 .ct-fancybox-content {
     font-size: 15px;
     line-height: 26px;
     color: #333;
}
.ct-fancybox-layout8:hover {
     -webkit-transform: translateY(-10px);
     -khtml-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
     -ms-transform: translateY(-10px);
     -o-transform: translateY(-10px);
     transform: translateY(-10px);
     -webkit-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.19);
     -khtml-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.19);
     -moz-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.19);
     -ms-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.19);
     -o-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.19);
     box-shadow: 0 0px 18px rgba(0, 0, 0, 0.19);
}
.basma_plus_features .feature:nth-child(even){
     padding-top:40px;
}
@media screen and (max-width: 767px) {
.step2-bg {
    height: 400px !important;
}
     .ct-fancybox-layout3 {
          position: relative;
     }
}
.ct-fancybox-layout3 .ct-fancybox-title {
     font-size: 22px;
     margin-bottom: 11px;
     margin-top: -2px;
}
.ct-fancybox-layout3 .ct-fancybox-title a {
     color: inherit;
}
.ct-fancybox-layout3 .ct-fancybox-title a:hover {
     color: #00a0e8;
}
.ct-fancybox-layout3 .ct-fancybox-description {
     font-size: 15px;
     line-height: 26px;
}
.ct-fancybox-layout3 .ct-fancybox-icon {
     margin-left: 10px;
     line-height: 1;
}
.ct-fancybox-layout3 .ct-fancybox-icon{
     font-size: 35px;
     color: #00a0e8;
     -webkit-transition: all 300ms linear 0ms;
     -khtml-transition: all 300ms linear 0ms;
     -moz-transition: all 300ms linear 0ms;
     -ms-transition: all 300ms linear 0ms;
     -o-transition: all 300ms linear 0ms;
     transition: all 300ms linear 0ms;
     display: inline-block;
}
.ct-fancybox-layout3 .ct-fancybox-content {
     background-color: #fff;
     padding: 0;
     /* -webkit-box-shadow: 0 13px 18px rgba(31, 53, 158, 0.11); */
     -khtml-box-shadow: 0 13px 18px rgba(31, 53, 158, 0.11);
     -moz-box-shadow: 0 13px 18px rgba(31, 53, 158, 0.11);
     -ms-box-shadow: 0 13px 18px rgba(31, 53, 158, 0.11);
     -o-box-shadow: 0 13px 18px rgba(31, 53, 158, 0.11);
     /* box-shadow: 0 13px 18px rgba(31, 53, 158, 0.11); */
     display: flex;
     flex-wrap: nowrap;
     position: relative;
     z-index: 1;
}
.ct-fancybox-layout3 .ct-fancybox-content:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     background-image: url(../images/icon-dot.png);
     background-repeat: repeat;
     width: 93px;
     z-index: -1;
}
.ct-fancybox-layout3 .ct-fancybox-content:hover .ct-fancybox-icon i {
     -webkit-transform: rotateY(360deg);
     -khtml-transform: rotateY(360deg);
     -moz-transform: rotateY(360deg);
     -ms-transform: rotateY(360deg);
     -o-transform: rotateY(360deg);
     transform: rotateY(360deg);
}
.ct-fancybox-layout3 .ct-fancybox-number {
     font-size: 351px;
     line-height: 1;
     font-weight: 700;
     position: absolute;
     top: -39px;
     right: -50px;
     text-shadow: 0 13px 18px rgba(31, 53, 158, 0.29);
     -webkit-text-shadow: 0 13px 18px rgba(31, 53, 158, 0.29);
     -ms-text-shadow: 0 13px 18px rgba(31, 53, 158, 0.29);
     -o-text-shadow: 0 13px 18px rgba(31, 53, 158, 0.29);
     font-family: 'Open Sans';
}
.ct-fancybox-layout3 .number-right .ct-fancybox-number {
    left: -120px;
    right: auto;
}
.text-gradient, #header-wrap .site-menu-phone .menu-phone-icon .fac-phone, .single-post .post-previous-next a span:nth-child(1), .rev_slider cite, .revslider-initialised cite, .ct-heading .ct-heading-tag cite, .ct-cta-wrapper .ct-cta-title cite, .ct-counter-default .ct-counter-digit span {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#0079a2), to(#0079a2));
    background-image: -webkit-linear-gradient(left, #0079a2, #0079a2);
    background-image: -moz-linear-gradient(left, #0079a2, #0079a2);
    background-image: -ms-linear-gradient(left, #0079a2, #0079a2);
    background-image: -o-linear-gradient(left, #0079a2, #0079a2);
    background-image: linear-gradient(left, #0079a2, #0079a2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0079a2', endColorStr='#0079a2', gradientType='1');
    background-color: transparent;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.ct-fancybox-layout3 .ct-fancybox-content:hover .ct-fancybox-icon{
    -webkit-transform: rotateY(360deg);
    -khtml-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.ct-fancybox-meta img {
   width: 50%;
   float: left;
}

.block-content {
   padding: 30px 50px;
   padding-left: 0;
}
.ct-fancybox-layout3 .ct-fancybox-inner {
    padding-top: 85px;
    padding-right: 76px;
}

@media screen and (max-width: 767px) {
     .ct-fancybox-layout3 .ct-fancybox-number {
          font-size: 150px;
    top: -10px;
    right: 0;
    z-index: 9;
     }
.ct-fancybox-layout3 .number-right .ct-fancybox-number{left:0;}
.ct-fancybox-layout3 .ct-fancybox-inner{padding-right: 0;}
.block-content{padding:30px;}
     .basma_plus_features .feature:nth-child(even){
          padding-top:0;
     }
     .ct-fancybox-layout8 .ct-fancybox-icon{
          font-size:35px;
     }
     #statsChart{height:auto !important; width: 100% !important;}
.ct-fancybox-layout3 .number-right .ct-fancybox-number {
    right: auto;
    left: -50px;
}
}

@media screen and (max-width: 1199px) {
     .ct-fancybox-layout3 .ct-fancybox-inner {
          padding-right: 56px;
     }
}
@media (min-width: 768px) and (max-width: 991px) {
     .ct-fancybox-layout3 .ct-fancybox-inner {
          padding-right: 30px;
     }
}
@media screen and (max-width: 767px){
	.ct-fancybox-layout3 .ct-fancybox-number {
		font-size: 150px;
		top: -10px;
		right: 0;
		z-index: 9;
	}
	.ct-fancybox-layout3 .number-right .ct-fancybox-number{right:0;}
	.ct-fancybox-layout3 .ct-fancybox-inner{padding-right: 0;}
	.block-content{padding:30px;}
}
.sub-menu {background-color: rgb(20 8 58 / 85%) !important;}
@media(max-width:1199px){
    .navbar.navbar-expand-lg .navbar-collapse a{padding:10px 0 !important;}
    .sub-menu {background-color: #fff !important; padding: 0 !important; }
    .sub-menu  li{padding:5px 20px !important;}
}
.nav-link > .icon-pos-right {
    margin-left: -0.5rem;
    margin-right: auto;
}
.sub-menu a:not(.btn):hover {
    text-decoration: none !important;
}

@media(min-width:1200px){
    header{min-height:75vh;height:75vh;display: flex;align-items: end;}
}
footer ul.list-inline > li + li {
    margin-right: 15px;
    margin-left: 0;
}