/*Google fonts*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Nova+Square&display=swap');
:root {
	--theme-color: #28D3B4;
	--text-color: #ffff;
	--heading-color: #fff;
	--black: #0e0e0f;
	--white: #ffffff;
	--hr-color: #cccccc;
}
*{
  margin: 0;
  padding: 0;
}
 body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 1.5;
  font-size: 20px;
  background: #131239;
}
/*html, body{
  overflow-x: hidden;
}*/
p {
  color: #fff;
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nova Square', cursive;
  color: var(--heading-color);
  margin-bottom: 15px;
}
h1{font-size: 70px;}
h2{font-size: 50px;}
h3{font-size: 40px;}
h4{font-size: 30px;}
h5{font-size: 24px;}
h6{font-size: 16px;}  

img{
  max-width: 100%;
}
a{
  text-decoration: none;
}
a,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: inherit;
}
a:focus,
button:focus {
  text-decoration: none;
  outline: none;
}
ul{
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #000;
  cursor: pointer;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 20px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 20px;
  opacity: 1;
}
.container{
   max-width: 1450px;
}
.bg-attachment{
  background-color: #131239;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/*-----
  Main-CSS START
----------------------------------*/

/* HEADER-AREA */
.transpaent-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: transparent;
}
.header-menu {
  position: relative;
  text-align: right;
  padding-right: 270px;
}
.mainmenu ul li {
  display: inline-block;
  position: relative;
}
.mainmenu ul li a {
	color: #fff;
	font-size: 16px;
	padding: 15px 20px;
	display: block;
	font-family: 'Nova Square', cursive;
}

/* Submneu */
.mainmenu ul li ul {
  position: absolute;
  top: 105%;
  left: 0;
  background: var(--theme-color);
  width: 230px;
  transition: .3s;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}
.mainmenu ul li ul li {
  display: block;
  text-align: left;
}
.mainmenu ul li ul li a {
  padding: 10px 15px;
}
.mainmenu ul li ul li:hover > a {
  color: #fff;
  opacity: .6;
}
.mainmenu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.mainmenu ul li a > i {
  padding-left: 10px;
  transform: translateY(1px);
}

.cart-action {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.my-account-btn {
  margin-right: 20px !important;
}
.mainmenu ul li:hover > a {
  color: var(--theme-color);
}
.cart-action a {
  display: inline-block;
}
.cart-action .site-btn {
	background-color: var(--theme-color);
	padding: 10px 30px;
	border-radius: 5px;
	margin-right: 30px;
	font-size: 18px;
}
.cart-action .site-btn:hover {
	background: transparent;
}
.add-to-cart {
  position: relative;
  z-index: 1;
}
.add-to-cart span {
  position: absolute;
  right: -6px;
  top: -5px;
  color: #fff;
  background-color: var(--theme-color);
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 17px;
  font-size: 13px;
  border-radius: 50%;
}
/* HEADER-AREA END */




/* HERO-AREA */
.hero-area {
	background-size: cover;
	background-position: bottom center;
  height:620px;
  padding-top:140px;
  position: relative;
}
.hero-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
}
.hero-bg img{
	width: 100%;
}
.hero-content h1 {
  font-size: 50px;
  margin-bottom: 30px;
}
.hero-content h1 span {
  color: var(--theme-color);
}
.hero-content h2 {
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 60px;
}
.hero-video-btn h4 {
	font-size: 40px;
	margin-top:30px;
	margin-bottom: 0;
}
.hero-btn .site-btn{
  margin-right: 15px;
  margin-left: 15px;
}
.video-btn{
  cursor:pointer;
}
.popup-inner iframe {
	border: 2px solid var(--theme-color);
	border-radius: 20px;
}
.video-popup-wrp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0; 
  visibility: hidden; 
  background: rgba(0,0,0,0.7);
  transition: 0.5s all ease;
}
.video-popup-wrp.open{
  opacity:1;
  visibility:visible;
}
.popup-inner {
  position: relative;
  width: 100%;
  max-width:900px;
  height: 100%;
  max-height: 550px;
  text-align:right;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .popup-inner {
      max-height:350px;
      max-width:80vw;
  }
}
@media only screen and (max-width:767px) {
  .popup-inner {
      max-height:250px;
      max-width:90vw;
  }
  .video-btn {
    width: 130px;
  }
}
.popup-inner iframe{
  width:100%;
  height:100%;
}
.popup-inner button {
  color: #fff;
  background: none;
  border: none;
  margin-right: 10px;
}
/* HERO-AREA END */


/* ABOUT AREA */
.about-area {
	background-size: cover;
	background-position: bottom center;
	position: relative;
	z-index: 2;
}
.section-list-links h5 {
  color: var(--theme-color);
}
.section-list-links ul li {
  display: inline-block;
  margin-right: 10px;  
  margin-left: 10px;
  color: #fff;
  font-size: 30px;
}

@media only screen and (max-width:767px) {
  .section-list-links ul li {
    font-size: 20px;
    margin-right: 5px;  
    margin-left: 5px;
  }
}

/*.section-list-links ul li:last-child {
  margin: 0;
}*/
.section-list-links ul li a:hover {
  color: var(--theme-color);
}
.section-title h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* CHOOISE-AREA */
.single-chooise-item h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.single-chooise-item h4 a:hover{
  color: var(--theme-color);
}
.single-chooise-item img {
  margin: 0 auto;
  margin-bottom: 40px;
}
.chooise-active-slider{
  margin-right: -15px;
  margin-left: -15px;
  user-select: text;
}
.chooise-active-slider .slick-slide{
  margin-right: 15px;
  margin-left: 15px;
}
.slick-arrow {
  font-size: 26px;
  background: none;
  border: 0;
  color: #4E5158;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.slick-arrow:hover {
  color: var(--theme-color);
  transform: translate(0, -50%) scale(1.5);
}
.slick-arrow.slick-next {
  right: -50px;
  left: auto;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  border: 0;
  background: transparent;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid var(--theme-color);
  position: relative;
}
.slick-dots li.slick-active button {
  background: var(--theme-color);
}
.slick-dots li {
  display: inline-block;
  margin-right: 25px;
}
.slick-dots li:last-child {
  margin: 0;
}
.feauter-slider .slick-dots {
  text-align: center;
  margin-top: 10px;
}
.text-link {
	font-size: 24px;
	color: #fff;
	line-height: 50px;
	display: inline-block;
	position: relative;
	padding-left: 60px;
}

/* FEAUTRE */
.feauture-area {
	background-size: cover;
	background-position: center;
}
.text-link i {
  font-size: 50px;
  color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: .3s ease;
}
.text-link:hover i {
  transform: translate(-30%, -50%);
}
.text-link:hover {
  color: var(--theme-color);
}
.site-btn {
  color: #fff;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  padding: 12px 35px;
  font-size: 20px;
  text-align: center;
  background: none;
  text-align: center;
  display: inline-block;
  transition:0.5s all ease;
  outline: none;
}
.site-btn:hover,
.site-btn.active {
  color: #fff !important;
  background: var(--theme-color);
}
.site-btn.active:hover{
  background:transparent;
}

input.site-btn{
  width:100%;
}
.submit-field input{
  width:auto;
}
#cn-accept-cookie{
  background:#183779 !important;
  font-family: 'Nova Square', cursive;
  color: #fff !important;
  border: 1px solid var(--theme-color) !important;
  border-radius: 5px !important;
  padding: 12px 35px !important;
  font-size: 20px !important;
  text-align: center !important;
  text-align: center !important;
  display: inline-block !important;
}
.cn-text-container{
  font-size:18px;
  color:#fff;
  font-family: 'Nova Square', cursive;
}
.feauter-slider {
  position: relative;
}
.feauter-slider > a {
	position: absolute;
	right: 16%;
	top: 9%;
  z-index: 1;
  border: 2px solid var(--theme-color);
  padding: 8px 30px;
}
.feature-data .feauter-slider > a {
	right: auto;
	left: 2%;
	top: auto;
	bottom: 20px;
}
.feature-data .slick-dots {
	text-align: center;
	position: absolute;
	left: 45%;
	bottom: 40px;
}
.prodcut-area{
  background-size: cover;
  background-position: bottom center;
}
.product-item {
	display: block;
	background: #191745;
	padding: 20px 30px;
	text-align: center;
	padding-top: 40px;
	transition: .3s ease;
	border: 1px solid transparent;
	border-radius: 5px;
}
.product-item span {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-family: 'Nova Square', cursive;
  border-radius: 5px;
  padding: 20px;
  background: #191745;
  box-shadow: 0 0 45px rgba(0,0,0,0.16);
  transform: translate(0, 50px);
  border: 1px solid transparent;
  transition: .3s ease;
}
.product-item:hover span {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.product-item:hover {
  border-color: var(--theme-color);
}
.text-right-box h3,
.text-right-box p{
    padding-left:30px;
}








/* FOOTER-AREA */
.footer {
  background-color: #1B1D34;
}
.footer-widget-item h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-widget-item ul li {
  display: block;
}
.footer-widget-item ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 5px 0;
}
.footer-widget-item ul li a:hover {
  color: var(--theme-color);
}
.footer-copyright p {
  font-size: 14px;
  margin-bottom: 15px;
}
.footer-copyright h4 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
}
.footer-copyright {
	background-color: #141521;
}
/* FOOTER-AREA END */




/*Hamburger-Menu*/
.navbar-toggle {
  padding: 9px 10px;
  margin-right: 0;
  width: 47px;
  height: 45px;
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 5px;
  right: 3px;
  display: none;
}
.bar1,
.bar2,
.bar3 {
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 {
    background-color: #000;
}
.navbar-on .bar1 {
    transform-origin: 10% 40%;
    transform: rotate(45deg);
}
.navbar-on .bar3 {
    transform-origin: 10% 40%;
    transform: rotate(-45deg);
}
.navbar-on .bar2 {
    background-color: transparent;
}





/*Sidebar-menu-wrapper*/

.sidebar-menu-wrapper {
	position: fixed;
	width: 300px;
	height: 100%;
	top: 0;
	right: 0;
	background: #fff;
	border-left: 1px solid #ccc;
	padding: 0 30px;
	transition: .3s;
	z-index: 999;
	overflow-y: auto;
	margin-right: -320px;
}
.sidebar-menu-wrapper.active {
	margin-right: 0;
}

.sidebar-logo a {
  display: block;
}
.sidebar-logo a img {
  max-width: 210px;
}
.sidebar-logo {
  margin: 20px 0;
}
.sidebar-widget {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 15px;
}
.colse-btn {
	font-size: 24px;
	display: inline-block;
	padding: 15px;
	margin-left: -15px;
	cursor: pointer;
}
.sidebar-social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100px;
  background: #ccc;
  color: #000;
  margin-right: 5px;
  transition: .3s;
}
.sidebar-social-link a:last-child {
  margin-right: 0;
}
.sidebar-copyright {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
.sidebar-social-link a:hover {
  background: #0086FF;
  color: #fff;
}
.sidebar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-menu ul li {
  display: block;
}
.sidebar-menu ul li a {
  text-decoration: none;
  display: block;
  color: #101a23;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: .3s;
}
.sidebar-menu ul li a[aria-expanded="true"] {
  color: var(--theme-color);
}
.sidebar-menu ul li ul li a {
  margin-left: 15px;
  text-transform: capitalize;
  padding-left: 15px;
}
.sidebar-menu ul li ul li a:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #101a23;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}
.sidebar-menu ul li ul li a:hover:after {
  background: var(--theme-color);
  border: 2px solid transparent;
}
.sidebar-menu ul li ul li a:hover {
  color: var(--theme-color);
}
.sidebar-menu ul li ul li ul li > a {
	margin-left: 30px;
}
/*Sidebar-menu-wrapper END*/








/* PAGE-TITLE-AREA */
.page-title-area{
  background-size: cover;
  background-position: center center;
  height: 350px;
}
@media only screen and (max-width:767px) {
  .page-title-area {
    height: 250px;
    padding-top: 90px;
  }
}
.page-title-area h2 {
  font-size: 45px;
}
.page-title-area span {
  display: block;
  width: 1px;
  height: 70px;
  background: var(--theme-color);
  margin: 0 auto;
  margin-bottom: -2px;
}
.page-title-area i {
  width: 25px;
  height: 25px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  color: var(--theme-color);
  line-height: 22px;
}
/* PAGE-TITLE-AREA END */



/* SECTION-TITLE */
.section-title h2 {
  text-transform: uppercase;
  font-size: 40px;
}
.section-title h4 {
  text-transform: uppercase;
}
.section-title h2 span {
	color: var(--theme-color);
}
/* SECTION-TITLE END */



/* SOFTWARE-PRODUCT-AREA */
.software-product-area {
  background-size: contain !important;
  background-position: bottom left;
  background-repeat-y: no-repeat !important;
}

.software-single-item {
	background-color: #1A1846;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	padding: 40px 30px;
	margin: 0 60px;
	margin-top: 30px;
	overflow: hidden;
}

@media (min-width: 992px) {
    .software-single-item {
        background-color: #1A1846;
        position: relative;
        z-index: 1;
        border-radius: 10px;
        padding: 40px 30px;
        margin: 0 10px;
        margin-top: 30px;
        overflow: hidden;
    }
}


.underDev-benner {
  background: rgba(30, 36, 49, .9);
  padding: 15px 0;
  position: absolute;
  width: 170%;
  transform: rotate(-48deg);
  top: -15%;
  right: -11%;
  transform-origin: bottom right;
}
.underDev-benner p {
  color: var(--theme-color);
  text-transform: uppercase;
  margin: 0;
}


.soft-heading ul li {
  display: block;
  color: #7978B9;
  font-size: 18px;
  padding: 5px 0;
}
.software-single-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #26245F;
  top: 0;
  left: 0;
  transform: scale(0.9);
  border-radius: 10px;
  z-index: -1;
}
.soft-heading a {
  font-size: 18px;
  color: #fff;
  border: 1px solid var(--theme-color);
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px;
  transition: .3s;
}
.soft-heading ul {
  margin: 20px 0;
}
.soft-heading a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
/* SOFTWARE-PRODUCT-AREA END */



/* TIMELINE */
.timeline-content-wrap{
  position: relative;
  z-index: 1;
}
.timeline-line {
	position: absolute;
	left: 50%;
	width: 2px;
	height: 79%;
	top: 100px;
	transform: translate(-50%);
	background: var(--theme-color);
	z-index: -1;
}
.timeline-item{
  padding-bottom: 120px;
}
/*.timeline-item:last-child .timeline-counter {
  top: 50%;
  margin-top: 90px;
}*/

@media only screen and (min-width:768px) and (max-width:900px) {

  .timeline-line {
    height:84%;
  }
  .timeline-item:last-child .timeline-counter {
    margin-top:0 !important;
  }

}

@media only screen and (min-width:901px) and (max-width:1090px) {

  .timeline-line {
    height:82%;
  }

}

.timeline-img{
  padding-right: 70px;
  text-align: right;
}
.timeline-text {
	padding-left: 70px;
	position: relative;
	padding-top: 100px;
}
.timeline-reverse > .row {
	flex-direction: row-reverse;
}
.timeline-reverse .timeline-img {
  padding-right: 0;
  padding-left: 70px;
  text-align: left;
}
.timeline-reverse .timeline-text {
  padding-left: 0;
  padding-right: 70px;
  text-align: right;
}
.timeline-counter {
	font-size: 30px;
	color: #fff;
	height: 80px;
	width: 80px;
	line-height: 80px;
	display: inline-block;
	border: 1px solid var(--theme-color);
	text-align: center;
	border-radius: 50%;
	font-family: 'Nova Square', cursive;
	position: absolute;
	left: -40px;
	background: #131239;
}
.timeline-reverse .timeline-counter {
	right: -40px;
	left: auto;
}

/* BOLT ONS */
.section-content ol li {
	list-style: decimal;
	color: #fff;
	padding: 10px;
}
.bolt-ons-area {
	background-size: cover;
	background-position: center center;
}
/* TRY NOW */
.try-now-area {
	background-size: cover;
	background-position: bottom center;
}
.try-now-form h4{
  margin-bottom: 35px;
}
.bordered-input-box input,
.bordered-input-box textarea,
.bordered-select-box .nice-select {
	width: 100%;
	border: 1px solid #41407B;
	border-radius: 5px;
	background: #131239;
	height: 65px;
	padding: 15px 20px;
	padding-left: 35px;
	font-size: 18px;
  color: #41407B;
  transition: .3s ease;
  outline: none;
}
.bordered-input-box textarea {
  height: 380px;
}
.bordered-input-box input:focus,
.bordered-input-box textarea:focus {
  border-color: var(--theme-color);
}
.bordered-input-box {
  position: relative;
}
.bordered-input-box label {
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 35px;
	pointer-events: none;
	transition: .3s ease;
	z-index: 1;
	top: 20px;
}
.bordered-input-box label:after {
  position: absolute;
  left: 0;
  top:0;
  right: 0;
  bottom: 0;
  content: '';
  transition: .3s ease .2s;
  background: #131239;
  z-index: -1;
  opacity: 0;
}
.bordered-input-box label.active {
  top: 0;
  transform: translate(0, -50%);
  font-size: 16px;
}
.bordered-input-box label.active:after {
  left: -20px;
  right: -20px;
  opacity: 1;
}

.bordered-select-box h5 {
  font-size: 20px;
  margin-bottom: 25px;
}
.bordered-select-box .nice-select {
	color: #fff;
	float: none;
	line-height: 35px;
}
.bordered-select-box .nice-select::after {
	border-color: var(--theme-color);
	height: 30px;
	width: 30px;
	border-radius: 2px;
	border-width: 4px;
	margin-top: -20px;
	right: 30px;
}
.bordered-select-box .nice-select .list {
  width: 100%;
  background: var(--theme-color);
  color: #131239;
}
.try-now-form form button[type="submit"] {
	width: 100%;
	height: 65px;
	padding-top: 0;
	padding-bottom: 0;
}
.try-conten-wrap > .row{
  margin: 0 -70px;
}
.try-conten-wrap > .row > div{
  padding: 0 70px;
}

.try-conten-wrap {
  position: relative;
}
.try-conten-wrap:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: var(--theme-color);
  top: 0;
  margin-left: -1px;
}
.form-title {
	height: 280px;
}

.try-note {
  background-color: #1A1846;
  padding: 30px;
  border-radius: 10px;
}
.try-note > p {
  color: #fff;
  font-size: 14px;
}
.try-note ul li {
  display: block;
  color: #fff;
  margin: 5px 0;
  margin-left: 15px;
  font-size: 14px;
}
.try-note h4 {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
.try-note ul {
  margin-bottom: 15px;
}

/*AHMED ADDED FROM HERE*/

.try-now-form form input#fname,
.try-now-form form input#company,
.try-now-form form input#email,
.try-now-form form input#tel {
	width: 100%;
	border: 1px solid #41407B;
	border-radius: 5px;
	background: #131239;
	height: 65px;
	padding: 15px 20px;
	padding-left: 35px;
	font-size: 18px;
    color: white;
    transition: .3s ease;
	outline: none;
    margin-bottom: 40px;
}

.try-now-form form input#fname::placeholder,
.try-now-form form input#company::placeholder,
.try-now-form form input#email::placeholder,
.try-now-form form input#tel::placeholder {
  color: white;
}

.try-now-form form input#fname:focus,
.try-now-form form input#company:focus,
.try-now-form form input#email:focus,
.try-now-form form input#tel:focus {
  border-color: var(--theme-color);
  color: white;
  transition: 0.2s ease;
}

.try-now-form form h5 {
    font-size: 20px;
    margin-bottom: 25px;
}

.try-now-form form .nice-select {
  width: 100%;
	border: 1px solid #41407B;
	border-radius: 5px;
	background: #131239;
	height: 65px;
	padding: 15px 20px;
	padding-left: 35px;
	font-size: 18px;
  color: #41407B;
  transition: .3s ease;
	outline: none;
  margin-bottom: 40px;
}

.try-now-form form .nice-select {
	color: #fff;
	float: none;
	line-height: 35px;
}
.try-now-form form .nice-select::after {
	border-color: var(--theme-color);
	height: 30px;
	width: 30px;
	border-radius: 2px;
	border-width: 4px;
	margin-top: -20px;
	right: 30px;
}
.try-now-form form .nice-select .list {
  width: 100%;
  background: var(--theme-color);
  color: #131239;
}

.try-now-form form input[type=submit] {
  color: #fff;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  padding: 12px 35px;
  font-size: 20px;
  text-align: center;
  background: none;
  text-align: center;
  display: inline-block;
  transition: 0.5s all ease;
  outline: none;
	width: 100%;
	height: 65px;
  padding-top: 0;
	padding-bottom: 0;
}

.try-now-form form input[type=submit]:hover, .try-now-form form input[type=submit]:active {
    color: #fff;
    background: var(--theme-color);
}

.try-now-form form br{
	display: none;
}

/*AHMED ADDED TO HERE*/

/* Software-Dynamico-page css */
.dynamico-software-area{
  background-size: cover;
  background-position: center center;
}
.dymaico-left-content {
  text-align: center;
}
.dymaico-left-content p {
  text-align: left;
}
.dynamco-right-thumb {
  text-align: center;
  background: #1A1846;
  padding: 50px 30px;
  border-radius: 15px;
}
.software-single-item:hover:after {
  border-color: var(--theme-color);
}
.software-single-item::after {
  transition: .3s;
}
/* Productivity-table */
.productivity-table table {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.productivity-table table thead th {
  vertical-align: middle;
}
.productivity-table table tbody tr td:first-child {
  text-align: left;
  padding-left: 25px;
  width:45%;
}
.productivity-table table thead th {
  font-family: 'Nova Square', cursive;
  font-weight: 400;
}
/*Table CSS Edit*/

.productivity-table td,
.productivity-table th{
  border: 1px solid #41407B;
  padding:15px;
  background-color: #1A1846;
}
.overview-price-table tr:first-child th:first-child {
  border-top: none;
  border-left: none;
  background: transparent;
}
.overview-price-table tr:last-child td:first-child,
.overview-price-table tr:last-child td:last-child{
  border-bottom: none;
  border-left: none;
  border-right:none;
  background: transparent;
}
.productivity-table table tbody tr td {
  vertical-align: middle;
}
.pro-complete-icon i {
  color: var(--theme-color);
  margin-right: 10px;
}
.pro-close-icon i {
  color: #C70FB0;
  margin-right: 15px;
}
.pro-btnnn a.site-btn {
  display: block;
  background: var(--theme-color);
  padding: 20px 15px;
  font-size:24px;
  font-family: 'Nova Square', cursive;
  border-radius:0 0 5px 5px;
}
.pro-btnnn {
  padding: 0 !important;
  border: 0 !important;
}

.pro-fe-content h4 {
  font-size: 40px;
  margin-bottom: 20px;
}
.pro-fe-content ul li {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.pro-fe-content ul li:last-child{
  margin-bottom: 0;
}
.pro-fe-content ul li:after {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  left: 0;
  top: 5px;
  font-size: 18px;
  font-weight: 300;
  color: var(--theme-color);
}

.productivity-feature-wrapper .feauter-slider > a {
  right: 30px;
  bottom: 40px;
  top: auto;
}
.productivity-feature-wrapper .feauter-slider .slick-dots {
  position: absolute;
  bottom: 55px;
  right: 250px;
}
/* Software-Dynamico-page css END */

.productivity-area{
  background-size: cover;
  background-position: center center;
}



/* contact us */
.contact-info-wrap .section-title h2,
.contact-form .section-title h2{
  text-transform: capitalize;
}
.contact-info-wrap  > .row > .col-lg-6{
  padding: 0 60px;
}
.contact-info-item i {
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: var(--theme-color);
	font-size: 30px;
	margin-bottom: 25px;
}
.contact-info-item p {
  font-size: 24px;
}
.contact-info-item {
	background: #131239;
	box-shadow: 0 0 25px rgba(0,0,0,.16);
	padding: 20px;
	height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	padding-top: 40px;
}
.contact-form form button {
	padding: 15px 60px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: red;
  color: #fff;
}
.wpcf7-response-output{
  color:#fff !important;
}
/* about-mission */
.boxed-text {
  padding: 20px 50px;
  background: #1A1846;
  box-shadow: 0 0 65px rgba(0,0,0,.16);
}
.boxed-text h5 {
	font-size: 20px;
	line-height: 1.8;
	color: var(--theme-color);
}
.about-mission-img {
	height: 100%;
}
.about-mission-text p {
	margin-bottom: 35px;
}
.about-mission-text {
	padding: 20px 0;
	padding-left: 15px;
}
/* about-quote */
.about-quote-text p {
	font-size: 30px;
	font-style: italic;
}
.about-quote-text p::before{
  content: '“';
}
.about-quote-text p:after {
  content: '”';
}

/* about-team */
.about-team-img {
  height: 100%;
}
.about-team-content p {
  margin-bottom: 30px;
}
.about-team-content p:last-child {
  margin: 0;
}
.about-team-content ul li {
  color: #fff;
  padding-left: 40px;
  position: relative;
  margin-bottom: 13px;
  position:relative;
}
.about-team-content ul li::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  top: 50%;
  margin-top: -14px;
  background: url(../../assets/img/icon/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  left: 0;
}
.about-cta-btn a {
	margin: 0 15px;
}
.about-logo {
	padding-left: 115px;
}

/* faq */

.faq-form h4 {
  margin-bottom: 30px;
}
.faq-form form input {
  width: 100%;
  height: 75px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: .3s ease;
  padding: 10px 60px;
  padding-right: 170px;
  outline: none !important;
}
.faq-form form {
  position: relative;
  margin-bottom: 20px;
}
.faq-form form i {
  position: absolute;
  left: 25px;
  font-size: 28px;
  top: 50%;
  transform: translate(0, -50%);
  color: #7B7B83;
  transition: .3s ease;
}
.faq-form form input:focus ~ i {
  color: var(--theme-color);
}
.faq-form form button {
  position: absolute;
  font-size: 20px;
  height: 65px;
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
  width: 160px;
  line-height: 65px;
  padding: 0;
  background: #131239;
  border-color: #131239;
  color: #fff;
}
.faq-form form button:hover {
  border-color: var(--theme-color);
}

.faq-tab-link {
	height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #26245F;
	border-radius: 10px;
	text-align: center;
	transition: .3s ease;
	padding: 0 25px;
}
.faq-tab-link img {
  transition: .3s ease;
  margin-bottom: 15px;
}
.faq-tab-link h6 {
	font-size: 18px;
	margin: 0;
	transition: .3s ease;
	line-height: 1.4;
	color: #7978B9;
}
.faq-tab-link-wrap {
	padding: 10px;
	background: #1A1846;
  cursor: pointer;
  border-radius: 10px;
}
.faq-tab-link-wrap:hover .faq-tab-link,
.faq-tab-link-wrap.active .faq-tab-link {
  border-color: var(--theme-color);
}
.faq-tab-link-wrap:hover .faq-tab-link h6,
.faq-tab-link-wrap.active .faq-tab-link h6 {
  color: var(--theme-color);
}
.faq-tab-link-wrap:hover .faq-tab-link img,
.faq-tab-link-wrap.active .faq-tab-link img {
  filter: invert(59%) sepia(84%) saturate(383%) hue-rotate(119deg) brightness(101%) contrast(88%);
}


.faq-accordion-wrap .accordion-button:not(.collapsed) {
	background-color: transparent;
	color: var(--theme-color);
	border-bottom: 1px solid transparent !important;
}
.faq-accordion-wrap .accordion-body {
  padding: 0;
  padding-bottom: 20px;
	border-bottom: 1px solid #41407B ;
}
.faq-accordion-wrap .accordion-button {
	color: #fff;
	font-size: 20px;
  padding: 30px 0;
  text-align: left;
	border-bottom: 1px solid #41407B !important;
}
.faq-accordion-wrap .accordion-button:hover {
	color: var(--theme-color);
}
.faq-accordion-wrap .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-accordion-wrap .accordion-button::after {
	content: "\f067";
	background: none !important;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 20px;
}
.faq-accordion-wrap .accordion-button:not(.collapsed)::after {
	content: "\f068";
}

.faq-tab-item{
  display: none;
  animation: fadeEffect 1s ease;
}
.faq-tab-item.active{
  display: block;
}
@keyframes fadeEffect{
  0%{opacity: 0;}
  100%{opacity: 1;}
}

/* modules */
.section-btns a {
	padding: 18px 50px;
	margin: 0 15px;
	margin-bottom: 20px;
}
.modules-img {
	background: #1A1846;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0 0 65px rgba(0,0,0,.16);
	margin-bottom: 18px;
	height: 215px;
}
.modules-content h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.modules-content p {
  margin-bottom: 20px;
}
.modules-content-list ul li {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.modules-content-list ul li.gray-modules-list {
  color: #707070;
  font-style: italic;
}
.modules-content-list p {
	color: var(--theme-color);
	font-size: 22px;
}

/* output */

.output-list ul li {
  color: #fff;
  margin: 0 50px;
  margin-bottom: 40px;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
  position:relative;
  padding-left:40px;
}
@media only screen and (max-width:991px) {
  .output-list ul li {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  .output-list ul li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 28px;
    font-size: 16px;
  }
}

.output-list ul li::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  top: 50%;
  margin-top: -14px;
  background: url(../../assets/img/icon/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  left: 0;
}

.output-list ul li img {
	margin-right: 10px;
	float: left;
}
.output-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px;
}

.global-area .output-list ul li {
	margin-bottom: 25px;
}
@media only screen and (max-width:767px) {
  .global-area .output-list ul li {
    display: inherit;
  }
  .global-img{
    padding-right:0 !important;
  }
}



.section-btns {
	margin-right:-15px;
	margin-left:-15px;
}

.shell-area .feauter-slider > a {
	right: 10%;
	top: 8%;
}
.shell-area .feature-data .feauter-slider > a {
	bottom: -5px;
	top: auto;
	right: auto;
}
.shell-area .feature-data .slick-dots {
	bottom: 15px;
}

/* bg shape */
.contact-content-wrapper,
.about-mission-area,
.faq-area,
.faq-content-wrapper,
.contact-content-wrapper2,
.about-content-wrapper,
.faq-tab-content-wrapper,
.faq-content-wrapper2,
.prodcut-area,
.shell-content-wrapper,
.shell-area,
.pricing-bottom-section {
	background-position: bottom left;
  background-repeat: no-repeat;
}
.shell-content-wrapper {
  background-position: bottom right !important;
}
.shell-content-wrapper2 {
  background-repeat: no-repeat !important;
}

/* =======================================
  Licensing Page css
======================================= */

.licensing-area {
	background-size: cover;
	background-position: center center;
}
.licensing-menu {
  background: #1A1846;
  border-radius: 10px;
}
.licensing-menu ul li a {
  color: #fff;
  display: block;
  padding:20px;
  cursor:pointer;
}
.licensing-menu ul li a:hover,
.licensing-menu ul li a.active {
  background:#0F0D39;
  color: var(--theme-color);
}
@media only screen and (max-width:767px) {
  .licensing-menu {
    margin-bottom: 30px;
  }
  .licensing-menu ul li a {
    padding: 20px 10px;
    font-weight:700;
  }
}


.content-item h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.content-item {
  margin-bottom: 40px;
}
.content-item p {
  font-size: 16px;
}
.question-area .site-btn {
  margin: 0px 15px;
}
.question-area h4 {
  font-size: 30px;
  text-transform: uppercase;
}
.question-area {
	background-size: cover;
	background-position: bottom center;
}

.bordered-input-box input,
.bordered-input-box textarea {
    color: #fff;
}
.mainmenu ul li ul li a:hover {
	background: /*#00000024;*/ #22b597;
	border-radius: 4px;
	opacity: 1;
}


/*Homepage Box Animation*/

/* animted box */
.animated-box-wrap {
  position: relative;
}
.animated-box-first {
  position: absolute;
  left: 49%;
  top: 42%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.animated-text {
  cursor: pointer;
  position: absolute;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  top: -100%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  transition: .3s ease-out ;
}
.animation-start .animated-text{
  left: 100%;
  opacity: 0;
  pointer-events: none;
}
.animated-text span {
  position: relative;
  display: inline-block;
  color: var(--theme-color);
}
.animated-text span:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  content: '';
  background: var(--theme-color);
}
.about-area {
  background-size: 100%;
  background-repeat: no-repeat;
}
.black-box {
  position: absolute;
  top: 0;
  transition: .5s ease-out;
  left: 0;
}
.animation-first .black-box{
  opacity: 0;
  transform: translate(0, -70%);
  pointer-events: none;
}
.about-animation-wrapper {
  position: relative;
  padding:40px 0;
}
.about-animation-content {
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.about-animation-content.animation-fixed {
  position: fixed;
}
.animation-first .black-box{
  opacity: 0;
  transform: translate(0, -70%);
  pointer-events: none;
  transition-delay: 0s;
}
.blue-box-ground,
.blue-box-1 ,
.blue-box-2 ,
.blue-box-3 ,
.blue-box-4 {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: transform .6s ease-in-out .3s, opacity .6s ease-in-out .9s;
}
.animation-first .blue-box-ground,
.animation-first .blue-box-1,
.animation-first .blue-box-2,
.animation-first .blue-box-3,
.animation-first .blue-box-4 {
  position: absolute;
  opacity: 1;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}
.animation-second .blue-box-1 {
  transform: translate(-70%, 45%);
}
.animation-second .blue-box-2 {
  transform: translate(55%, 40%);
}
.animation-second .blue-box-3 {
  transform: translate(55%, -40%);
}
.animation-second .blue-box-4 {
  transform: translate(-50%, -35%);
}
.animated-box-last {
  position: relative;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: .3s ease-in;
}
.animation-second .animated-box-last {
  opacity: 1;
  pointer-events:inherit !important;
}
.animated-box-wrap{
  transition: .5s ease-in;
}
.second-button,
.animation-first .first-button,
.third-button,
.third-button-close{
  display:none !important;
}
.animation-first .second-button{
  display: block !important;
}
.second-button.hide{
  display: none !important;
}
.third-button-close.show{
  display:block !important;
}
.animation-first.animation-second .second-button{
  display: none !important;
}
.animation-second .third-button{
  display: block !important;
}
.buttons {
  text-align: center !important;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width:270px;
}
.buttons .site-btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-family: 'Nova Square', cursive;
}
.site-btn.third-button {
  position: absolute;
  right: 80px;
  top: 0;
  z-index: 99999;
}
@media only screen and (max-width:1199px) {
  .site-btn.third-button {
    right: 0;
    padding: 10px 20px;
  }
}

/******************/
/*AHMED ADDED CSS*/
/******************/

/* Comparison-table */
.comparison-table table {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.comparison-table table thead th {
  vertical-align: middle;
}
.comparison-table table tbody tr td:first-child {
  text-align: left;
  padding-left: 25px;
  width:25%;
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .comparison-table table tbody tr td:first-child {
  padding-left: 10px !important;
  }

  .comparison-table td,
  .comparison-table th{
    padding: 5px !important;
  }
}

.comparison-table table thead th {
  font-family: 'Nova Square', cursive;
  font-weight: 400;
  color: var(--theme-color);
}

.comparison-table td,
.comparison-table th{
  border: 1px solid #41407B;
  padding: 15px;
  background-color: #1A1846;
}
.software-comparison-table tr:first-child th:first-child {
  border-top: none;
  border-left: none;
  background: transparent;
}

.software-comparison-table tbody tr:nth-child(3) td,
.software-comparison-table tbody tr:nth-child(8) td,
.software-comparison-table tbody tr:nth-child(15) td,
.software-comparison-table tbody tr:nth-child(20) td,
.software-comparison-table tbody tr:nth-child(22) td {
    text-align: center !important;
    color: var(--theme-color);
    background-color: transparent;
    border: none;
}    

.comparison-table table tbody tr td {
  vertical-align: middle;
}

.software-comparison-table .pro-complete-icon i {
  font-size: 20px;
  margin-right: 0px;
}

.software-comparison-table .pro-close-icon i {
  font-size: 20px;
  margin-right: 0px;
}

/*For the list of software in the overview page*/

.dynamico-software-area.pt-80.pb-80 {
    padding-bottom: 40px;
}

@media (min-width: 1200px) {
    .dynamico-software-area.pt-80.pb-80 .row.pt-100.pt-xs-50.justify-content-center .col-lg-4.col-md-4 {
        width: 25%;
    }
}

/*For the bottom of the how it works page where the software are listed*/

@media (min-width: 1200px) {
    .software-product-area.pb-100.pt-160 .row .col-lg-4.col-md-4 {
        width: 25%;
    }
}

/* For the bottom of the bolt-ons page (and design visualiser) */

@media (min-width: 1200px) {
    .software-product-area.pb-160 .row .col-lg-4.col-md-4 {
        width: 25%;
    }
}