html {
  scroll-behavior: smooth;
}
body,h1,h2,h3,h4,h5,h6,p,span{ font-family: Roboto,sans-serif;}



.right{background-image: url('../image/reem.png');
background-attachment: inherit;
background-position: inherit;
background-size: contain;
background-repeat:no-repeat; 
}
#text{position: absolute;
    top: 185px;
    left: 100px;}




#text p{font-size: 14px}
}   
.Ncrm_FrstSec {
    background: #006cff;
    color: #fff;
}
#block-system-main {
    line-height: 1.5;
    font-weight: inherit;
}
.Ncrm_FrstInner {
    max-width: 960px;
    text-align: left;
    margin: 0 auto;
    width: 90%;
    padding: 100px 50px 60px;
}
h1 {
   
    margin-bottom: 15px;
    width: 100%;
}

@media only screen and (max-width: 1124px){
h1 {
    font-size: 42px!important;
    margin-bottom: 15px;
}}

@media only screen and (min-width: 992px) and (max-width: 1199px){
h1, h1.center {
    font-size: 34px;
}
}

.FrstSec_desc {
    font-size: 17px;
    color: #fff;
}
p {
    font: 400 16px/1.7 Roboto,Arial,Helvetica,sans-serif;
    margin-bottom: 12px;
    color: #222;
}
.sumry_tick a{color: #000}
.Ncrm_ctaGrp {
    padding: 15px 0 0;
    display: block;
}
.act-btn {
    padding: 10px 30px 8px;
    font-size: 15px;
}
.Ncrm_cta {
    background: #e9b808;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e9b808;
    text-decoration: none;
    font: 15px/1.2 var(--zf-primary-semibold);
    margin-right: 25px;
}
.Ncrm_summarySec {
    width: 100%;
    position: relative;
    z-index: 4;
    /*margin: -165px 0 60px;*/
    margin-top: 70px;
}
@media only screen and (max-width: 1124px){
.summarySec_Inner {
    padding: 40px 30px;
}}
.summarySec_Inner {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    background: #b7c2db3d;
    padding: 40px;
    display: table;
    width: 100%;
    /*-webkit-box-shadow: 1px 1px 20px rgb(51 51 51 / 35%);
    box-shadow: 1px 1px 20px rgb(51 51 51 / 35%);*/
    box-sizing: border-box;
    box-shadow: 12px 12px 20px rgb(51 51 51 / 35%);
}
@media only screen and (max-width: 1124px){
.summary_Lft {
    padding-right: 50px;
}}
.summary_Lft {
    width: 34%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 70px;
}
img, object, video, picture, source {
    max-width: 100%;
}
img {
    height: auto;
}
.summary_Rht {
    width: 66%;
    display: table-cell;
    vertical-align: middle;
}
.summary_H {
    display: none;
}
ul, ol {
    list-style-type: none;
}
.summary_Lst li {
    position: relative;
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    font: 500 18px/1.4 Roboto;
    padding: 12px 20px 12px 45px;
    box-sizing: border-box;
}
.sumry_tick {
    position: relative;
    font: 500 18px/1.4 Roboto,Arial,Helvetica,sans-serif;
}
.summary_Lst li:after {
    position: absolute;
    background: #ccc;
    background: -moz-linear-gradient(left,#fff 0%,#ccc 29%,#ccc 75%,#fff 100%);
    background: -webkit-linear-gradient(left,#fff 0%,#ccc 29%,#ccc 75%,#fff 100%);
    background: linear-gradient(to right,#fff 0%,#ccc 30%,#ccc 70%,#fff 100%);
    width: 100%;
    height: 1px;
    content: "";
    left: 0;
    bottom: 0;
}
.sumry_tick:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../image/crm-subfeatures-sprite.svg) no-repeat -1px -12px;
    width: 26px;
    height: 26px;
    top: 0;
    left: -45px;
}

@media(max-width: 500px)
{
  .summary_Lft{width: 100%!important;display: contents!important;}
  .summary_Rht{width: 100%!important;display: contents!important;}
  .summary_Lst{padding: 0!important}
  .summary_Lst li{width: 100%!important}
  .Ncrm_FrstInner{padding-bottom: 25px!important}
  .Ncrm_summarySec{margin-top: -19px!important}
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position:  fixed;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.95);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #47536e;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #5777ba;
}

.navbar .getstarted {
background: #f0483ee6;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 800;
    box-shadow: none;
    border: 2px solid #362928e6;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255);
        box-shadow: 0 0 0 0 rgb(255, 255, 255);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 148, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
#icon {
  position: relative;
    top: 1px;
    margin-left: 10px;
    font-weight: 500;
    border-radius: 50px;
  
}
.fa-circle:before{    animation: pulse 2s infinite;
    border-radius: 50px;}



.navbar .getstarted:hover {
    background: #fff;
    color: #2e2626;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #5777ba;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.fa-window-close {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(51, 60, 79, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #47536e;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #5777ba;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #5777ba;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0067ff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #535b66;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

a{text-decoration: none!important;}
.circle {
    height: 35px;
    width: 35px;
    background: #0067ff;
    border-radius: 50%;
    text-align: center;
    margin: 3px;
}

/*modal*/
#zoomModal .modal-content {
    background: url('../image/bg3.jpeg') no-repeat bottom right ,linear-gradient(to right, #0a5b6f 0%, #0d2f62 101%);
    padding-bottom: 1rem;
background-attachment: initial;
    background-position: initial;
    background-size: auto;
}
.modal-content {
    border-radius: 25px;
}
.modal-dialog .close {
    background: #0f02be;
    color: #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    box-shadow: none;
    font-weight: 100;
    opacity: 1;
    position: relative;
    top: -25px;
    right: -25px;
    z-index: 10000;
}
#zoomModal .panel-heading{
  color: #fff;

    font-size: 30px;
    text-align: center;
  padding-bottom: 2rem;
}
.calendar .control-label, .control-label{
  font-size: 27px;
  color: #fff;

    font-size: 18px;

}
#zoomModal input{
  background: #fff;
}

#alert2{display:none; color:red!important;font-size:14px; margin-bottom: 0!important;}

.call-submit .btn{
  margin-top: 1rem;
  color: #fff;
    padding: 10px 0;
  font-size: 20px;
  text-transform: capitalize;
    width: 35%;
    box-shadow: none;
    background: linear-gradient( 
60deg, #7697c9, #1e95c5 50%, #09254c);
    border: none;

    border-radius: 50px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.modal-dialog {
    max-width: 630px;
    margin: 80px auto;}
.call-submit .btn:hover{
  box-shadow: 0px 3px 12px 0px #2e9ee1;
}
#zoomModal .iti--allow-dropdown{
  width: 100%!important;
}
@media (max-width:400px){
  .ecomm .section2 .content{
    padding: 1rem .5rem 2rem;
  }
  .co-ecomm {
    padding: 0 19px 30px;
  }
  .ecomm .section2 .content p{
    font-size: 14px;
  }
  
}
@media (max-width:368px){
  #header .right-head a{
    font-size: 14px;
    padding: 5px 4px;
}
}
.text-ecomm{
  padding-right: 40px;
}
@media (max-width:455px){
  .text-ecomm{
    padding-right: 0px;
  }
  .ecomm .section4 p, .ecomm .section6 p {
    font-size: 15px;
  
}}
@media (max-width:470px){
  .modal-dialog {
    max-width: 350px!important;}
.logo h2{
  font-size: 20px!important;
}
.logo img{
  width: 140px!important;
}
.modal-dialog .close{
  right: -20px;
}
.modal-dialog .form-box {
    padding: 2rem 0 1rem ;
}}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.iti__country-list{white-space: inherit!important;}
#hero {
  width: 100%;
  position: relative;
  overflow: inherit;
  padding: 145px 0 75px 0;
  background-color: #0d2f62;
      border-bottom: 1px solid #0050c6;
  /*  border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;*/
}
/*
#hero::before {
  content: '';
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: #e8ecf5;
  transform: skewY(135deg);
}
*/




@media (max-width: 991px) {
  #hero {
    text-align: center;
  }
  #hero .download-btn + .download-btn {
    margin: 0 10px;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 60%;
  }
}


@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}



.input{
    background: #0050c6;
    color: #fff;
    border: 2px solid #1f6bdc;
    border-radius: 10px;
    padding: 15px 12px 14px;
        display: block;
    width: 100%!important;
    margin: 15px 0 0!important;
    font-size: 13px;

    -webkit-appearance: none;

    position: relative;
    z-index: 1;
    transition: .5s ease;

}

.iti{width: 100%!important;
    margin-top: 15px!important;
    color: #fff!important}

::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.input:focus-visible
{border-color: #03a9f5!important;}

 #signupbtn{
  margin-top: 15px;
    font-size: 15px;
    height: 50px;
    padding: 0 10px;
    background: #f0483e;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 10px;
}
#titleform{color: #fff}

.summary-top{background: #fff;
    border-top-left-radius: 78px!important;
    border-top-right-radius: 78px!important;
    height: 94px}

#slidersection{
  background-image:-webkit-linear-gradient(145deg,rgba(65,65,65,0.99608) 0%,#010101 100%);
  /*border-top-left-radius: 100px;
    border-top-right-radius: 100px;*/

}
#title{
  font-family: Roboto,sans-serif;
    padding-top: 5rem;
    text-align: center;
    letter-spacing: 0px;
    color: #ffcc59;
    font-weight: 900;
    font-size: 40px;

}
#title2{
    font-family: Roboto,sans-serif;
    text-align: center;
    letter-spacing: 0px;
    color: #212529;
    font-weight: 900;
    font-size: 40px;
}
#title3{
    font-family: Roboto,sans-serif;
    text-align: center;
    letter-spacing: 0px;
    color: #212529;
    font-weight: 900;
    font-size: 40px;
}
#title4{
    font-family: Roboto,sans-serif;
    letter-spacing: 0px;
    color: #212529;
    font-weight: 800;
    font-size: 29px;
}
.featuretitle2{   
    font-family: Roboto,sans-serif;
    letter-spacing: 0px;
    color: #212529;
    font-weight: 800;
    font-size: 30px;}


.sldr-pts {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 0!important
}
.sldr-pts li {
    padding: 0 20px 0 25px;
    color: #eee;
    position: relative;
}
.sldr-pts li a{color: #fff}


.sldr-pts li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: 449px auto;
    background-position: -177px -134px;
    width: 14px;
    height: 15px;
}
.sldr-pts li::before{
    background-image: url(../image/7.png);
}
@media(max-width: 769px){
  .sldr-pts{display: inline-block;
    }
.summary-top h3{font-size: 23px!important}
}


.owl-carousel {padding:30px;}
.item {
  padding:5px;
  
  text-align: center;
  color:#fff;
}
.sect{padding-top: 8rem;padding-bottom: 4rem}

@media(max-width: 769px){
  #text{position: inherit!important;
    top: 217px!important;
    left: 107px!important;
    margin-bottom: 17rem!important;
}
.Ncrm_FrstInner{padding: 20px!important}
#img-sec{width: 100%!important;height: 100%!important}}
@media(max-width: 500px){
  #text{position: inherit!important;
    top: 129px!important;
    left: 25px!important;
    margin-bottom: 9rem!important;

}

.summary-bottom{margin: 0!important}
}



.iti__country-list{z-index: 1000!important}
.iti__country span{color: #000!important}

.start{background-image: url('../image/blue-hill-bg.svg');
background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.two-col-content-con.white-box {
    background: #fff;
    border-radius: 6px;
    box-shadow: 10px 7px 11px 10px rgb(0 1 0 / 7%);
    padding: 50px;
    box-sizing: border-box;
    z-index: 2;
    margin-top: 6rem;
    margin-bottom: 2rem;
}
.rpts-hdr-sec {
    position: relative;
}
.rpts-hdr-sec h2{
    font-weight: 800;
}
.list-con.top-spc {
    padding-top: 30px;
  }
  .list-con {
    width: 100%;
    list-style-type: none;
}
.list-item {
    display: block;
    padding-left: 38px;
    box-sizing: border-box;
    margin-bottom: 25px;
    position: relative;
}
.blue-tick .list-item:before {
    background-position: -116px -101px;
    background-image: url('../image/crm-home-sprite.png');

}
.list-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 21px;
    display: inline-block;
    background-size: 1280px auto;
}
#sectionphoto{margin-top: 2rem}
#sectionphoto2{margin-top: 4rem;margin-bottom: 1rem}
.imgg{border-radius: 10px}

#features{font-weight: 900;text-align: left; font-size: 70px}
.features {margin-top: 2rem;}



.photo{
  text-align: center;
background-image: url('../image/crm-home-sprite.png');
    background-size: 1280px auto;
    background-repeat: no-repeat;
    background-position: -494px -183px;
    width: 58px;
    height: 59px;

}

.features-section{

}
.featuretitle{
font-weight: 900;text-align: left; font-size: 40px;padding-top: 1rem;
}

.read-more {
  text-decoration: none!important;
    background-color: #f15146;
    border-radius: 5px;
    color: white;

    margin: 1.5em 0;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;

}

.read-more:focus,
.read-more:hover {
    color: White;
}

.no-context {
    background-color: #f15146;
}

.with-context {
    background-color: #fe7701;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

@media(max-width: 769px){
  .space{display: none;}
  .imag{text-align: center;}
}

#footer {
    padding-top: 50px;
 background: #0d2f62;
    /* background-image: url(../images/Background.jpg); */
}
#footer .contact {
  
}
.contact h6 {
    color: #fff;
    margin-bottom: 17px;
    font-size: 15px;
}
#footer .contact h6 span {
    padding-right: 5px;
}
.contact p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
}
#footer .company_social span a {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding-top: 2px;
    padding-left: 10px;
    margin-right: 12px;
    display: inline-block;
}



/*#hero-animation {
    margin: 50px auto -54px;
    height: 385px;
    width: 100%;
    max-width: 655px;
    position: relative;
}

#hero-animation div.animation-inner {
    display: flex;
    width: 100%;
    overflow: visible;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}


@media only screen and (min-width: 800px){
body.home main.page-content div.wrapper header#hero aside#hero-animation div.animation-inner.animated .first {
    left: -210px;
}}
@media only screen and (min-width: 800px){
body.home main.page-content div.wrapper header#hero aside#hero-animation div.animation-inner.animated img {
    opacity: 1;
    transition: all 1s ease-in-out;
}}
@media only screen and (min-width: 800px){
body.home main.page-content div.wrapper header#hero aside#hero-animation div.animation-inner .zlow {
    z-index: 1;
}}
@media only screen and (min-width: 800px){
body.home main.page-content div.wrapper header#hero aside#hero-animation div.animation-inner img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 385px;
}}


@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner.animated .first {
    left: -210px;

}}

@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner.animated img {
    opacity: 1;
    transition: all 1s ease-in-out;
}}

@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner .zmid {
    z-index: 2;
}}
@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 385px;
}}

@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner.animated .second {
    left: -60px;
    transition-delay: 1s;
}}
@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner.animated img {
    opacity: 1;
    transition: all 1s ease-in-out;
}}
@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner .zlow {
    z-index: 1;
}}
@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner.animated .second.ztop {
    left: -208px;
    top: -4px;
    height: 102%;
    width: 70%;
}}
@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner.animated .second {
    left: -60px;
    transition-delay: 1s;
}}
@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner .zmid.second {
    z-index: 8;
}}

@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner.animated .third {
    left: 96px;
    transition-delay: 2s;
}}

@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner.animated .third.ztop {
    left: -52px;
}}
@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner.animated .third {
    left: 96px;
    transition-delay: 2s;
}}
@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner.animated .third {
    left: 96px;
    transition-delay: 2s;
}}
@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner .zmid.third {
    z-index: 8;
}}

@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner.animated .fourth {
    left: 230px;
    transition-delay: 3s;
}}
@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner.animated .fourth.ztop {
    left: 95px;
}}
@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner.animated .fourth {
    left: 230px;
    transition-delay: 3s;
}}

@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner.animated .fourth {
    left: 230px;
    transition-delay: 3s;
}}

@media only screen and (min-width: 800px){
aside#hero-animation div.animation-inner .zmid.fourth {
    z-index: 10;
*/
.service-options-editable__item {
    -ms-flex-preferred-size: calc(100%/2 - 15px);
    flex-basis: calc(100%/2 - 15px);
    padding: 9px 20px 20px;
    margin: 30px 0px 30px 0;
}
.service-options-editable__item {
  height: 25rem;
    -webkit-box-shadow: 0 20px 26px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 20px 20px 0 rgb(0 0 0 / 10%);
    border: 1px solid #dadfe3;
    border-top: 0 solid #005eb8;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.item1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 9px;
    border-top: 9px solid #fbb040;
    -webkit-box-shadow: 0 1px 0 1px #fbb040;
    box-shadow: 0 1px 0 1px #fbb040;
}
.item2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 9px;
    border-top: 9px solid #495057;
    -webkit-box-shadow: 0 1px 0 1px #495057;
    box-shadow: 0 1px 0 1px #495057;
}
.item3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 9px;
    border-top: 9px solid #f0483e;
    -webkit-box-shadow: 0 1px 0 1px #f0483e;
    box-shadow: 0 1px 0 1px #f0483e;
}
.item4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 9px;
    border-top: 9px solid #468f91;
    -webkit-box-shadow: 0 1px 0 1px #468f91;
    box-shadow: 0 1px 0 1px #468f91;
}

.images{height: 275px;
    width: 100%;
    object-fit: contain;
}


.service-options-editable__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.service-options-editable__image {
    text-align: center;
}
 .service-options-editable__image{
    margin: 16px 0 12px;
    text-align: center;
}

.service-options-editable__image p {
    margin-bottom: 0;
    line-height: 1;
}


.service-options-editable__image img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.service-options-editable__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    text-align: center;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
        justify-content: center;
        margin-top: 12px;
}
.service-options-editable__description {
    margin-bottom: 20px;
}
.service-options-editable__description ul{
    margin-bottom: 20px;
    list-style-type: none!important;
    padding: 0;
}
.service-options-editable__description ul:not(.x-list-plain) li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #3b3c3d;
    line-height: 1.38;
}
.sldr-pts2 li{
  line-height: 25px!important;
}

/*.sldr-pts2 li::before {
    background-position: -116px -101px;
    background-image: url(../image/crm-home-sprite.png);
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 21px;
    display: inline-block;
    background-size: 1280px auto;
}*/

.service-options-editable__description ul:not(.x-list-plain) li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #3b3c3d;
    line-height: 1.38;
}

.co{text-align: center;}
.tex{margin-left: 54px}
.box{margin-left: 25px}
.ph{margin-left: 15px}
@media(max-width: 768px){
  #title4{
   font-size: 26px!important;
  }
  .two-col-content-con.white-box{padding: 18px!important}
  .order2{order: 1!important}
  .order1{order: 2!important}
  #titledown{font-size: 27px!important}
  .navbar .getstarted{padding: 10px 6px!important;}
  .co{text-align: left;}
  .tex{margin-left: 0!important}
  .box{margin-left: 0!important}
  .ph{margin-left: 0px!important}
}






#slidersection:before{
  content: '';
    position: absolute;
   /* top: -1px;*/
    border: 48px solid transparent;
    border-top: 28px solid #fff;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
}

.fade-in-left
{animation: fade-in-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.fadeInRight{animation: fadeInRight 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both}



#myCarousel .item{
  padding: 1rem 0 3rem;
}
#myCarousel .item1{

  background-image: linear-gradient(to right bottom, #e9b583, #daa06c, #cc8c55, #bd783f, #ae642a);
}
#myCarousel .item2{
  background-image: linear-gradient(to right bottom, #ed1c24, #c7141e, #a20e18, #7e0811, #5c0407);
}
#myCarousel .item3{
  background-image: linear-gradient(to right bottom, #b48811, #aa8320, #a07f2b, #967a33, #8c753b);
}
#myCarousel .item4{
  background-image: linear-gradient(to right bottom, #8fca41, #70a131, #537a21, #385512, #1f3303);
}
#myCarousel .item h2{
  font-family: 'Poppins-Medium';
    font-size: 34px;
  color: #fff;
    padding: 1rem 0;
}
#myCarousel .item h3{
  font-size: 25px;
  color: #fff;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
#myCarousel .item p{
  color: #fff;
  padding-right: 5rem;
}
#myCarousel .owl-nav , #myCarousel1 .owl-nav{
    display: none!important;
}


#myCarousel .co-text{
  margin-top: 4rem;
  height: 25rem;
}
#myCarousel .co-text img{
  width: 100px;
}
#myCarousel  .co-img img{
  padding: 2rem;
}




.section1{  background:#0d2f62;
padding-top: 5rem;}


/*web style*/

.section1 .text{

  height: 33rem;
  padding: 2rem 2rem;

}

#myCarousel{height: 33rem}
.section1 .text h1{
  font-size: 40px;
    font-weight: 600;
    color: #fff;
  margin-bottom: 1rem;
}
.section1 .text p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 3rem;
}
.section1 .text a {
  background: #209383;
    color: #fff;
    padding: 1rem;
  border-radius: 5px;
  padding: 15px 25px;
    border-radius: 5px;
    font-family: 'Poppins-Medium';
  box-shadow: none;
  border: 2px solid #209383;
}
.section1 .text a:hover {
  border: 2px solid #1b685e;
  background-color: #1b685e;
  color: #fff;

  
}
.section1 .text i,.ecomm .section1 i{
    position: relative;
    top: 1px;
  margin-left: 10px;
  font-weight: 500;
border-radius: 50px;
  animation: pulse 2s infinite;}









  .tilesWrap {
  padding: 0;
  margin: 50px auto;
  list-style: none;
  text-align: center;
}
.blok{
    display: inline-block;
    width: 100%;
    /* min-width: 200px; */
    /* max-width: 230px; */
    padding: 122px 11px 24px;
    position: relative;
    vertical-align: top;
    margin: 10px;
    font-family: 'helvetica', san-serif;
    height: 43vh;
    background: #edeef1;
    border: 1px solid #252727;
    text-align: left;
}
@media(max-width: 1200px) and (min-width: 1024px){
    .blok{height: 52vh!important;}
}
@media (max-width: 990px) and (min-width: 767px){
  .blok{height: 47vh!important;}
  .section1 .text{height: 22rem!important}
}


.blok h2 {
  font-size: 114px;
  margin: 0;
  position: absolute;
  opacity: 0.2;
  top: 7px;
  right: 10px;
  transition: all 0.3s ease-in-out;
}
.blok h3 {
  font-size: 20px;
  color: #b7b7b7;
  margin-bottom: 5px;
}
.blok p{text-align: center;}
.blok p {
    text-transform: none;
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #212529;
    margin-bottom: -25px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}
.blok button {
  background: transparent;
  border: 1px solid #b7b7b7;
  padding: 10px 0px;
  color: #212529!important;
  border-radius: 3px;
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: translateY(-40px);
  opacity: 0;
  cursor: pointer;
  overflow: hidden;
}
.blok button a{color:#212529!important;padding: 10px 20px }
.blok button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 120%;
  background: #b7b7b7;
  top: 0;
  opacity: 0;
  left: -140px;
  border-radius: 0 20px 20px 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  
}
.blok:hover button {
  transform: translateY(30px);
  opacity: 1;
  z-index: 999;
}
.blok button:hover {
  color: #262a2b;
}
.blok button:hover:before {
  left: 0;
  opacity: 1;
}
.blok:hover h2 {
  top: 0px;
  opacity: 0.6;
}

.blok:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: #fff;
  transform: skew(2deg, 2deg);
}
.blok:after {
  content: '';
  position: absolute;
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.02);
}
.block1:before {
  background: #C9FFBF;
background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);
background: linear-gradient(to right, #FFAFBD, #C9FFBF);
}
.block2:before {
  background: #f2709c;
background: -webkit-linear-gradient(to right, #ff9472, #f2709c);
background: linear-gradient(to right, #ff9472, #f2709c);
}
.block3:before {
  background: #c21500;
background: -webkit-linear-gradient(to right, #ffc500, #c21500);
background: linear-gradient(to right, #ffc500, #c21500);
}
.block4:before {
  background: #FC354C;
background: -webkit-linear-gradient(to right, #0ABFBC, #FC354C);
background: linear-gradient(to right, #0ABFBC, #FC354C);
}



@media(max-width: 500px){
  #myCarousel{height: 20rem!important}
  .section1 .text{height: 30rem!important}
  .section1 .text h1{font-size: 40px!important}
  .blok{margin-left: 0!important;margin-right: 0!important;height: 30vh!important}
  .sect{padding-top: 0rem!important;padding-bottom: 2rem!important}
  #first{margin-top: 6rem!important}
  .relationship-sec-text{margin-top: 2rem!important}
  .blok:fucos button{
    transform: translateY(30px)!important;
    opacity: 1!important;
    z-index: 999!important;
  }
}

@media(max-width: 375px){
  .section1{padding-top: 2rem!important;}
  .section1 .text h1{font-size: 35px!important}
  .blok{height: 43vh!important}
}