@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
body {
  font-family: 'Open Sans', sans-serif;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
a,button{cursor:pointer;}
.loaderIcon {
    background: none!important;
    color: #29ace2!important;
    padding: 0!important;
    font-size: 16px!important;
}
.logo {
   background-color:#FFFFFF;
   -webkit-border-bottom-right-radius: 20px;
   -moz-border-bottom-right-radius: 20px;
   -ms-border-bottom-right-radius: 20px;
   -o-border-bottom-right-radius: 20px;
   border-bottom-right-radius: 20px;
   margin-left: -16px;
}
.visibleMob {
  display: none;
}
.visibleSys {
  display: block;
}
.carousel-item {
   max-height: 450px;
}
#resultArea {
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
}
@media screen and (max-width: 768px) {
.visibleMob {
  display: block;
}
.visibleSys {
  display: none;
}
.logo {
   width:100px;
   height:77px;
}
.navbar {
 padding-top:0;
 padding-bottom:0;
}
.navbar-toggler {
  margin-top:-20px !important;
}
#carouselExampleIndicators {
  margin-top:-20px !important;
}
#navbarTogglerDemo03 {
   height:260px !important;
 }
}

.nav-link {
  font-size:12px;
  color:#999999;
  font-weight:500;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-link:hover {
  font-size:12px;
  color:#2A648C;
}

@media screen and (max-width: 992px) {
.nav-link {
  font-size:12px;
  line-height:1;
  font-weight:600;
}
.nav-link:hover {
  font-size:12px;
}
}
.fa {
   font-size:13px;
}
.fa-twitter:hover {
   font-size:13px;
   color:#55ACEE !important;
}
.fa-facebook:hover {
   font-size:13px;
   color:#3B5998 !important;
}
@media screen and (max-width: 991px) {
 #navbarTogglerDemo03 {
     height:300px;
     margin-top:0px !important;
  }
}

.intro {
  text-align:center;
  color:#fff;
  font-size:22px;
  font-weight:100;
}
.intro h1 {
  font-size:45px;
  font-weight:800;
  margin-top:-200px;
}
@media screen and (max-width: 991px) {
 .intro h1 {
    margin-top:-100px;
  }
}


#welcome {
 margin-top:0px;
 margin-bottom:0px;
}
.welcometext{
  text-align:left;
  color: #474747;
  font-size:18px;
  font-weight:400;
  padding: 75px;
}
.welcometext h1 {
  font-size:40px;
  font-weight:700;
  line-height:1;
  color: #236794;
  padding-bottom: 20px;
}
.welcometext h1::after { 
    content: "_______";
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #276793;
    margin-top: -15px;
}

.welcometext p {
  padding-top:10px;
}

.featured-icon-png {
    text-align: left;
    position: relative;
    height: 90%;
}

.featured-icon-png img {
    display: inline;
}
.featured-icon-png h5 {
	font-size: 16px;
  margin-top: 20px ;
	font-weight:bold;
}
.featured-icon-png p {
  font-size: 14px;
	color:#919191;
  line-height: 25px;
}
.featured-icon-png a {
    font-size: 14px;
	  color:#007bff;
    line-height: 25px;
}
.reqDemo {
  padding-top:80px;
  padding-left: 40px;
  padding-right: 40px;
}

.reqDemo input {
	font-size:14px;
	color: #8C8C8C;
	width: 100%;
  -webkit-border: 0;
  -moz-border: 0;
  -ms-border: 0;
  -o-border: 0;
	border: 0;
	padding:15px;
	margin-bottom:10px;
}
.reqDemo textarea {
	font-size:14px;
	color: #8C8C8C;
	width: 100%;
  -webkit-border: 0;
  -moz-border: 0;
  -ms-border: 0;
  -o-border: 0;
	border: 0;
	padding:15px;
}
.reqDemo button {
  font-size: 15px;
  margin-top: 15px;
  color: #fff;
  -webkit-border: 0;
  -moz-border: 0;
  -ms-border: 0;
  -o-border: 0;
  border: 0;
  padding:15px;
  background-color: #3db54a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.reqDemo button:hover {
  color: #3db54a;
  background-color: #fff;
}
#featuresGap {
  margin-top: 50px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
 .welcometext{
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
  padding-left: 0;
	}
	.reqDemo {
	  padding-top: 50px;
	  padding-left: 0px;
	  padding-right: 0px;
	}
	#featuresGap {
      margin-top: 40px;
    }
}
@media screen and (max-width: 768px) {
#welcome {
 margin-top:0px;
 margin-bottom:0px;
}
#featuresGap {
  margin-top: 30px;
}
.welcometext{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  padding-left: 0;
}

.reqDemo {
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
}
.welcometext h1 {
  font-size:35px;
  text-align: center;
}
 .well {
	 margin-bottom:0px;
 }
 .featured-icon-png {
    height: 78%;
    text-align: center;
 }
}


#features {
 margin-top:0px;
 margin-bottom:0px;
}

.feature-container {
	position:relative;
	background-image:url(../images/BANNER_2.jpg);
	height:500px;
	background-position:top;
	background-size: cover;
  padding: 150px;
  display: table;
}
.feature-bg {
  display: table-cell;
  vertical-align: middle;
	font-size:27px;
	position:relative;
	color:#fff;
  width: 100%;
	background-color:#276793;
	opacity:0.9;
	padding:40px;
	font-weight:100;
	text-align:justify;
	line-height:35px;
}
@media screen and (max-width: 992px) {
.feature-container {
  height:350px;
  padding: 100px;
 }
}
.feature-bg p {
	font-size:16px;
  margin-bottom: 0;
	padding-top:20px;
	text-align:left;
	line-height:20px;
}
@media screen and (max-width: 768px) {
.feature-container {
  height:350px;
  padding: 75px 0;
 }
 .feature-bg {
    font-size:24px;
    text-align:left;
    padding: 20px;
  }
  .feature-bg p {
    font-size: 14px;
    text-align:left;
  }
}

#modules {
  margin-top:0px;
  margin-bottom:50px;
}
.moduleItems {
    text-align: left;
    position: relative;
    width: 160px;
    height: 220px;
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.moduleItems:hover {
    opacity: 0.9;
}
#featuresGap .col-md-3 {
  width: auto;
}
.moduleItems h5 {
	position: absolute;
  background-color: #666;
  opacity: 0.8;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
	bottom: 0;
	font-size: 15px;
	color: #fff;
	padding-left:10px;
	font-weight:bold;
}
.moduleImgs {
    padding-top:50px;
    padding-left:50px;
}
@media screen and (max-width: 768px) {
.moduleImgs {
    padding:0px;
}
  #modules {
   margin-top:0px;
   margin-bottom:50px;
  }

  .colGap {
    margin-bottom: 20px;
  }
}

#banner {
 margin-top:0px;
 margin-bottom:50px;
}
.bannerContents {
  position: relative;
  background-image: url(../images/banner_3.jpg);
  background-attachment: fixed;
  background-position: center;
  height: 100%;
  padding: 80px 10px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerText h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;

  margin: 0 auto;
}
.feature-card {
  background: rgba(255, 255, 255, 0.2);
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  backdrop-filter: blur(5px);
  transition: 0.3s;
}
.feature-card:hover {
  background: rgba(255, 255, 255, 0.4);
}
.feature-card i {
  font-size: 30px;
  margin-bottom: 15px;
}
.feature-card h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.feature-card p {
  font-size: 13px;
  margin-bottom: 10px;
}
.phoneIcon {
  display:none;
  position: absolute;
  top:30%;
  right: 20%;
   -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sysIcon {
  display:block;
  position: absolute;
  top:30%;
  right: 20%;
   -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.phoneIcon:hover {
  opacity:0.8;
}
.sysIcon:hover {
  opacity:0.8;
}

@media screen and (max-width: 992px) {

  .phoneIcon {
	  display:block;
	}
}

@media screen and (max-width: 1100px) {
.phoneIcon {
  position: absolute;
  top:5%;
  right: 45%;
 }
}

@media screen and (max-width: 768px) {
	#banner {
	 margin-top:50px;
	 margin-bottom:50px;
	}
	.bannerContents h1 {
	top: 35%;
	font-size:35px;
}
.bannerContents p {
	top: 70%;
	font-size:15px;
}
.partnerGap {
  margin-bottom: 20px;
 }
}


#partners {
  margin-top:0px;
}
#footerSection {
  margin-top:50px;
  padding: 70px;
  padding-bottom: 10px;
  background-color: #2C2C2C;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footerSection {
  margin-top:50px;
  padding: 0px;
  padding-top:30px;
 }
}
#footerSection h1{
  font-size: 20px;
}
#footerSection p{
  font-size: 15px;
  color: #A7A7A7;
}
#footerSection ul{
  list-style: none;
  margin-left: -20px;
  color: #A7A7A7;
  font-size: 15px;
  line-height: 1.8;
}

#footerSection ul a{
  list-style: none;
  margin-left: -20px;
  color: #A7A7A7;
  font-size: 15px;
}
.footerico {
   font-size:18px;
   color: #A7A7A7;
   -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footerico:hover {
   font-size:18px;
   text-decoration: none;
}

.banner-area {
  background-image: url("../images/banner/about-us.jpg");
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 150px;
  margin-top:-75px;
}
.banner-area:before {
  background: rgba(20, 144, 215, 0.7);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.banner-text h1 {
  font-size: 40px;
  font-weight:100;
  color: #fff;
 }
 .banner-text i {
  font-size: 40px;
 }
.banner-text span {
  font-size: 60px;
  font-weight:700;
}
@media screen and (max-width: 768px) {
.banner-area {
  margin-top:-25px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
 }
.banner-text h1 {
  font-size: 30px;
}
.banner-text span {
  font-size: 40px;
  display:block;
}
}


/* -----------------------------------
**   Kalkulate Intro
-------------------------------------*/
.kalkulate-single-intro {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 100%;
  position: relative;
}

.kalkulate-single-intro:before {
  position: absolute;
  background: #1490d7;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  content: '';
  opacity: 0;
  -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  border-radius: 5%;
}

.kalkulate-single-intro h3 {
  font-weight: 400;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.kalkulate-single-intro h3:before {
  position: absolute;
  content: '';
  background: #999999;
  -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  height: 1px;
  bottom: 0;
}

.kalkulate-single-intro .text * {
 -webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}

.kalkulate-single-intro .text {
  position: relative;
  font-size: 16px;
  text-align: center;
  z-index: 5;
}

.kalkulate-single-intro:hover:before {
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.kalkulate-single-intro:hover .text * {
  color: #fff;
}

.kalkulate-single-intro:hover h3:before {
  background: #fff;
}

.white-bg .kalkulate-single-intro {
  -webkit-border: 2px solid #ebebeb;
  -moz-border: 2px solid #ebebeb;
  -ms-border: 2px solid #ebebeb;
  -o-border: 2px solid #ebebeb;
  border: 2px solid #ebebeb;
}

.white-bg .kalkulate-single-intro:hover {
   -webkit-border-color: transparent;
   -moz-border-color: transparent;
   -ms-border-color: transparent;
   -o-border-color: transparent;
   border-color: transparent;
}
@media screen and (max-width: 768px) {
 .kalkulate-single-intro {
  padding: 20px;
 }
 .kalkulate-single-intro h3 {
  padding-bottom: 15px;
  margin-bottom: 15px;
 }

}
/* -----------------------------------
**  End Kalkulate Intro
-------------------------------------*/
/* -----------------------------------
** Counter
-------------------------------------*/
.counter-area {
  padding-top: 85px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
 .counter-area {
  padding-top: 50px;
  padding-bottom: 0px;
 }
}
.ash-white-bg {
  background-image:url(../images/banner_3.jpg);
  background-size:cover;
  background-attachment:fixed;
  background-position:center;
  }
.single-counter {
  padding: 10px 0 50px 0;
  font-weight: 300;
}

.single-counter .icon {
  float: left;
  width: 50px;
  font-size: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
   -moz-align-items: center;
    -ms-align-items: center;
     -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background: #CCCCCC;
}

.single-counter .text {
  margin-left: 80px;
  margin-top: 8px;
  color:#FFFFFF;
}

.single-counter .counter {
  font-size: 36px;
  padding-bottom: 6px;
}

.single-counter span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ash-white-bg {
    background-attachment:scroll;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoonfe4e.eot?ume250");
  src: url("../fonts/icomoonfe4e.eot?ume250#iefix") format("embedded-opentype"), url("../fonts/icomoonfe4e.ttf?ume250") format("truetype"), url("../fonts/icomoonfe4e.woff?ume250") format("woff"), url("../fonts/icomoonfe4e.svg?ume250#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-icomoon"], [class*=" icon-icomoon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icomoon-speech-bubble:before {
  content: "\e90b";
}
.icon-icomoon-bar-chart:before {
  content: "\e900";
}
.icon-icomoon-diamond:before {
  content: "\e903";
}
.icon-icomoon-like:before {
  content: "\e906";
}

/* -----------------------------------
** End Counter
-------------------------------------*/
/* -----------------------------------
** Why choose us
-------------------------------------*/
.why-choose-us-section {
margin-top:-50px;
margin-bottom:100px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  -webkit-border: 0;
  -moz-border: 0;
  -ms-border: 0;
  -o-border: 0;
  border: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  padding: 15px 0 10px 0;
}

.panel-group .panel-heading {
  background: #f7f8fa;
}

.panel-group .panel {
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border: 0;
  -moz-border: 0;
  -ms-border: 0;
  -o-border: 0;
  border: 0;
}

.panel-heading {
  padding: 12px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom:10px;
}

.panel-heading h4 {
  display: inline-block;
  font-size:18px;
  color:#000000;
}

.panel-heading .indicator {
  float: right;
  font-size: 20px;
  padding-left:30px;
  color: #1e1e27;
  margin-left: auto;
  display:inline-block;
}

.panel-heading a {
  padding-left: 35px;
  position: relative;
  display: inline-flex;
  text-decoration:none;
}

.panel-heading a:before {
  position: absolute;
  top: 0px;
  left: 0;
  background: #fff;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  content: '';
}
.panel-body {
 font-size:15px;
 color:#828282;
 text-align:justify;
}
.accordion-toggle:not(.collapsed):before {
  background: #1490d7;
}

.accordion-toggle:not(.collapsed) .indicator {
  -webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.progress-item {
  padding-top: 5px;
  padding-bottom: 18px;
}

.progress-item .progress-heading {
  text-transform: uppercase;
  display: block;
  margin-bottom: 18px;
}

.progress-item .progress-bg {
  position: relative;
  height: 4px;
  background: #e8e8e8;
}

.progress-item .progress-bg .progress-rate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #1490d7;
  -webkit-transition: 2.5s;
  -moz-transition: 2.5s;
  -ms-transition: 2.5s;
  -o-transition: 2.5s;
  transition: 2.5s;
}

.why-choose-us-two-section {
  padding-bottom: 40px;
}

.why-choose-us-two-section .image img {
  width: 100%;
}

.popup-play {
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  text-align: center;
  padding-top: 36px;
  font-size: 25px;
}

.popup-play a {
  color: #212121;
}

.why-choose-us-two-section .image img {
  -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
.why-choose-us-section {
  margin-top:-50px;
  margin-bottom:75px;
}
.progress-section {
  margin-top:40px;
  font-size:18px;
}
}
/* -----------------------------------
** End Why choose us
-------------------------------------*/
.featureItems {
    text-align: justify;
    position: relative;
    height: auto;
    padding-bottom: 75px;
    opacity: 0.8;
    -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.featureItems i {
  font-size: 65px;
  color: #3db54a;
}
.featureItems:hover {
   opacity:1;
}
.featureItems h5 {
  font-size: 16px;
  padding-top: 20px;
  color: #000;
  line-height: 1.5;
}
.featureItems a {
    font-size: 14px;
    color:#007bff;
    line-height: 25px;
}
@media screen and (max-width: 768px) {
.featureItems {
    text-align: center;
    padding-bottom: 20px;
}
.featureItems i {
  font-size: 65px;
}
.featureItems p {
  text-align: justify;
}
.featureItems h5 {
  font-size: 14px;
  padding-top: 10px;
}
}
.Featurelisting {
  text-align: left;
}
.Featurelisting li{
  padding-bottom: 10px;
  font-size: 16px;
}

/* -----------------------------------
**   Modules Page Intro
-------------------------------------*/
.modulePageIntro {
  background: #fff;
  background-size: 100% 100%;
  text-align: center;
  height: 300px;
  padding: 125px 10px 125px 10px;
  position: relative;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.modulePageIntro:before {
  position: absolute;
  width: 95%;
  height: 95%;
  left: 5%;
  top: 5%;
  content: '';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  -o-border-radius: 5%;
  border-radius: 5%;
}

.modulePageIntro h3 {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  padding: 10px;
  background-color: #7D7D7D;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  opacity: 0.8;
}

.kmodulePageIntro h3:before {
  position: absolute;
  content: '';
  background: #999999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.modulePageIntro .text * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.modulePageIntro .text {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 16px;
  z-index: 5;
}

.modulePageIntro:hover:before {
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.modulePageIntro:hover .text * {
  color: #fff;
}

.modulePageIntro:hover h3:before {
  content: '';
  font-size: 16px;
  color: #000;
}
.modulePageIntro:hover h3 {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  margin-top: -25px;
}

.btn-primary {
  display: none;
}
.modulePageIntro:hover .btn-primary {
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
.modulePageIntro {
  text-align: center;
  height: 300px;
  padding: 100px 10px 100px 10px;
  position: relative;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.modulePageIntro h3 {
  font-size: 20px;
  padding: 10px;
}


.modulePageIntro:hover h3 {
  font-size: 20px;
  margin-top: -15px;
}

.modulePageIntro:hover .btn-primary {
  font-size: 15px;
  width: 100px;
}

}
/* -----------------------------------
**  End Modules Page Intro
-------------------------------------*/
.what-you-get-section {
  margin-top:-100px;
  margin-bottom:50px;
}
.faqImg  {
  margin-top:20px;
 }
@media screen and (max-width: 768px) {
.what-you-get-section {
  margin-top:-25px;
  margin-bottom:25px;
 }
.faqImg  {
  margin-top:0px;
  margin-bottom: 20px;
 }
}
/* -----------------------------------
**  MODULE DETAIL Page
-------------------------------------*/
#moduleDetail {
 margin-top:100px;
 margin-bottom:100px;
}
.moduleMainImg {
  width: 100%;
  height: 500px;
}
.ModuleDetailText h2 {
  font-weight: bold;
  font-size: 35px;
  color: #236794;
}
.ModuleDetailText h2::after { 
    content: "_______";
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #276793;
    margin-top: -20px;
}
.ModuleDetailText span {
  font-weight: 100;
  color: #868686;
}
.ModuleDetailText p {
  padding-top: 10px;
  text-align: justify;
  font-size: 16px;
}
.ModuleDetailText li {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 768px) {
  #moduleDetail {
   margin-top:50px;
   margin-bottom:0px;
   text-align: center;
  }
  .ModuleDetailText li {
    text-align: left;
  }
}
/* -----------------------------------
** END MODULE DETAIL Page
-------------------------------------*/
/* -----------------------------------
** SUPPORT Page
-------------------------------------*/
.panel-group {
  padding-top: 20px;
}
.panel-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-border: none;
  -moz-border: none;
  -ms-border: none;
  -o-border: none;
  border: none;
  background: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.panel-default > .panel-heading {
  -webkit-border: none;
  -moz-border: none;
  -ms-border: none;
  -o-border: none;
  border: none;
  background: none;
  padding: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  -webkit-border: none;
  -moz-border: none;
  -ms-border: none;
  -o-border: none;
  border: none;
  padding: 0 0 0 32px;
}
.panel-default h5 {
  font: 300 19px "Open Sans", Arial, sans-serif;
  padding: 0;
  margin: 0 0 5px;
}
.panel-group .panel+.panel {
  margin-top: 15px;
}
.panel-default .accordion-toggle:before {
  content: "";
  width: 21px;
  height: 21px;
  padding: 10px;
  display: inline-block;
  background: #236794 url(http://keenthemes.com/assets/bootsnipp/toggle-icons.png) no-repeat 6px 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.panel-default .collapsed:before {
  background: #495764 url(http://keenthemes.com/assets/bootsnipp/toggle-icons.png) no-repeat 6px -148px;
}
.panel-default .panel-title:hover .collapsed:before {
  background-color: #236794;
}
.panel-default .accordion-toggle,
.panel-default .accordion-toggle:focus,
.panel-default .accordion-toggle:hover,
.panel-default .accordion-toggle:active {
  color: #1ea9e3;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
}
.panel-default .collapsed {
  color: #5f6f7e;
}
.panel-body {
 margin-right: 30px;
}
/* -----------------------------------
** END SUPPORT Page
-------------------------------------*/
/* -----------------------------------
**  CONTACT Page
-------------------------------------*/
#contactus {
 margin-top:50px;
 margin-bottom:0px;
}

#contactus .container {
  -webkit-border:1px solid #ebebeb;
  -moz-border:1px solid #ebebeb;
  -ms-border:1px solid #ebebeb;
  -o-border:1px solid #ebebeb;
  border:1px solid #ebebeb;
  padding: 50px;
  text-align: center;
  font-size: 16px;
}
#contactus .container i {
  background-color: #29ace2;
  color: #fff;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
}
.contactForm {
  padding:20px;
  background-image: url('../images/left_blue_bg.png');
  background-size:contain;
  text-align: left;
}

.contactForm input {
  font-size:14px;
  color: #8C8C8C;
  width: 100%;
  -webkit-border: 0;
  -moz-border: 0;
  -ms-border: 0;
  -o-border: 0;
  border: 0;
  padding:15px;
  margin-bottom:10px;
}
.contactForm select {
  font-size:14px;
  color: #8C8C8C;
  width: 100%;
  -webkit-border: 0;
  -moz-border: 0;
  -ms-border: 0;
  -o-border: 0;
  border: 0;
  padding:15px;
  margin-bottom:10px;
  background:#fff;
}
.contactForm textarea {
  font-size:14px;
  color: #8C8C8C;
  width: 100%;
  -webkit-border: 0;
  -moz-border: 0;
  -ms-border: 0;
  -o-border: 0;
  border: 0;
  padding:15px;
}
.contactForm button {
  font-size: 15px;
  margin-top: 15px;
  color: #fff;
  -webkit-border: 0;
  -moz-border: 0;
  -ms-border: 0;
  -o-border: 0;
  border: 0;
  padding:15px;
  background-color: #3db54a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contactForm button:hover {
  color: #3db54a;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
 #contactus .container {
   padding: 10px;
 }
}
/* -----------------------------------
**  End CONTACT Page
-------------------------------------*/
@media screen and (max-width: 768px) {
 .blockbtn {
   display: block;
 }
}
/* -----------------------------------
**  MODULE SLIDER AREA
-------------------------------------*/

/* -----------------------------------
** END MODULE SLIDER */



/*products page
*/
.about-us-intro, .content-inner {
  padding:80px 0;
}
.about-article {
  padding:85px 0;
}
.about-article h3 {
  margin-bottom: 25px;
}

.about-article__image:after {
    background: #4ab854;
    content: "";
    display: block;
    max-width: 476px;
    max-height: 476px;
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 85%;
    z-index: 1;
}
.about-article__image.alt:after{
  right:auto;
  left:0;
}
.about-article__image {
  padding: 15px 15px 0 0;
  position:relative;
}
.about-article__image.alt {
  padding: 15px 0 0 15px;
}
  
.about-article__image img {
    position: relative;
    z-index: 5;
}
.light-bg {
  background: #f3f3f3;
}
.service-list li {
  font-size:16px;
  margin-bottom: 8px;
}
/*--PRODUCTS---*/
.about-article-l-content {
  margin-right: 30px;
}
.about-article-r-content {
  margin-left: 30px;
}
.align-self-center{
  align-self: center;
}
.all-products .products-list{
  position:relative;
  overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
  margin-bottom:25px;
}
.all-products .products-list img{
  position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.all-products .product-title h3 {
  font-weight:400;
  font-size:18px;
  margin:0;
  color:#fff;
  
}
.all-products .product-title {
  position: absolute;
    bottom:-20px;
  padding: 0 10px;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  z-index:2;
}
.all-products .products-list a.eest-button-bordered{
    margin:0;
  margin-top:13px;
  padding: 10px 25px;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; 
}
.all-products .products-list:hover .product-title {
    color: #fff;
    -webkit-transform: translate3d(0,-30%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-30%,0) translate3d(0,-40px,0);
}
.all-products .products-list:hover a.eest-button-bordered {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.all-products .products-list::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,135c75+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(19,92,117,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(19,92,117,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(19,92,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#135c75',GradientType=0 ); /* IE6-9 */
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  z-index:1;
}
.all-products .products-list:hover::before{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.eest-button-bordered ,input[type=submit] {
  color: #fff;
  border:1px solid #3fb449;
  padding: 10px 23px;
  display: inline-block;
  transition: all 0.3s ease;
  margin-top: 10px;
  background:none;
  cursor:pointer;
}
.eest-button-bordered:hover, input[type=submit]:hover {
  background:#3fb449;
  color: #fff ;`  
}
.prodhead{
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #236794;
  padding-bottom: 10px;
}
.prodcont{
  color: #929191;
  font-size: 16px;
}


/*testimonial*/
.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 90px;
    width: 100%
}
.owl-carousel .owl-item img {
  width: 160px;margin: auto;
}
.owl-carousel .owl-item h5 {text-align: center;}
.owl-prev{
    position: absolute;
    left: -40px;
}
.owl-next{
    position: absolute;
    right: -40px;
}
.owl-prev:hover,.owl-next:hover,.owl-prev:focus,.owl-next:focus {
  background: none!important;outline: none;
}
.owl-theme .owl-nav span{
  font-size: 50px;
  color: #555;
}
@media screen and (max-width: 576px) {
 .owl-prev{
    left: 0;
 }
 .owl-next{
    right: 0;
 }
 .owl-dots {display: none;}
}
.item .testim .cont .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.item .testim .cont .h4 {
    color: #afafb3;
    font-size: 1.2em;
    margin: 15px 0;
    text-align: center;
}

.item .testim .cont p {
    font-size: 16px;
    color: #000;
    width: 80%;
    margin: auto;
    text-align: center;
}
.modlink{
   text-align: center;
   display: inline-block;
}
.modlink a{
  color:#236794;
  font-size: 18px;
  display: inline-block;
 
}

