body{
   font-family: 'Lato', sans-serif;
   background:#d7d7d7;
}

a:hover{
    text-decoration:unset;
}

 ul{
margin:0;
}

.top-header {
    text-align: right;
    padding: 10px 0;
    background: #fff;
}

.top-header li {
    display: inline-block;
}

.top-header li:first-child {
    padding-right:20px;
}

.top-header li a{
font-size: 14px;
line-height: 30px;
color: #191919;
font-weight: 700;
}

.contact-dt p {
    text-align: justify !important;
}

.top-header a i {
    color: #609368;
}

.contact-dt p a i {
    padding: 0 7px;
}
.header-section {
    background: #609368;
} 

.header-section h2 a {
    font-size: 36px;
    color: #ffffff;
    font-family: "Milkshake";
}

.header-section li {
    display: inline-block;
    position: relative;
    padding: 20px 25px;
border-right: 1px solid #ffffff;
}
.header-section img {
    padding-top: 15px;
}

.header-section li:last-child{
    border:none;
    padding:10px 0 10px 25px;
}

.header-section ul {
    text-align: right;
}

.header-section li a{
font-size: 16px;
line-height: 30px;
color: #ffffff;
font-weight: 700;
}

.header-section h2 {
    margin: 0;
}

.banner-section {
    background-image: url(../img/banner.jpg);
    background-size: cover;
    padding: 60px;
    text-align: center;
     color: #ffffff;
}

.banner-section h1 {
    font-size: 36px;
    line-height: 30px;
    font-weight: 900;
}

.banner-section p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    padding: 20px 0;
}

.banner-section ul {
    padding: 0;
}

.banner-section li {
   display: inline-block;
    padding: 0 51px;
    font-size: 18px;
    font-weight: 700;
}

.banner-section li img {
    margin-bottom: 15px;
}

.service-section-in h2 {
    font-size: 24px;
    line-height: 30px;
    color: #1e1e20;
    font-weight: 400;
}

.service-sectionn{
    background:#fff;
    padding: 45px 30px 30px;
    filter: drop-shadow(0 0 2px rgba(43,43,43,0.26));
}

.service-section-in{
    text-align:justify;
}

.service-section-inner {
    text-align: center;
    filter: drop-shadow(0 0 2px rgba(43,43,43,0.26));
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 15px;
    height: 560px;
}

.service-section-inner p {
    text-align: justify;
}

.service-section-inner h3 {
    font-size: 24px;
    line-height: 30px;
    color: #131313;
    font-weight: 700;
}

.service-section-inner img {
    margin-bottom: 20px;
}

.service-section-rt {
    background-color: #d6edd9;
    border: 1px solid #d7d7d7;
    padding:20px 10px 10px;
}

#contactform {
    border-radius: 20px;
    background-color: #609368;
    border: none;
    padding: 11px 30px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
}

.submit-btn {
    text-align: center;
}

.service-section-rt p {
    text-align: justify;
}

.statistics-sec {
    padding: 20px 0;
}

.statistics-sec p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
}

.statistics-sec h4 {
    font-size: 24px;
    line-height: 30px;
    color: #609368;
    font-weight: 700;
    border-bottom: 2px solid #609368;
    padding-bottom: 10px;
}

.statistics-sec li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    list-style: none;
}

.statistics-sec ul {
    padding-top: 10px;
}

.containerr {
  position: relative;
  text-align: right;
}

.text-blockk {
  position: absolute;
  bottom: 1px;
  right: 0px;
  background-color: #609368;
  color: white;
  padding:4px 30px;
}

.testimonials-tab{
    text-align:center;
    margin-top: 20px;
}

.testimonials-tab button {
    border-radius: 21px;
    background-color: #609368;
    border: none;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Lato";
    font-weight: 700;
    padding: 10px 60px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #000;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: #609368;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 17px;
    width: 25px;
    height: 25px;
    z-index: 400;
}

.footer-section {
    background: #609368;
    text-align: center;
    color: #fff;
    padding: 30px 0 10px;
}

.footer-section a{
    color: #fff;
}

.footer-section p {
    font-size: 14px;
    font-weight: 400;
}

.footer-section i {
    padding: 0 6px;
    font-size: 20px;
}

.get-help-sec h4 {
    font-size: 24px;
    color: #609368;
    font-weight: 700;
    text-align: center;
}

.get-help-sec span{
    font-weight:bold;
    color:#000;
}

.timeline p {
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
}

.software-worked h3{
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    background: #609368;
    padding: 10px 20px;
}

.software-worked {
    background: #f1f1f1;
    padding: 20px 0 10px;
    margin: 26px 40px 5px;
}

.software-worked p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
    padding-left: 22px;
}

.software-worked ul {
    padding: 0;
    margin-bottom: 20px;
}

.software-worked li {
    display: inline-block;
    background: #fff;
    padding: 6px;
    border: 1px solid #d7d7d7;
    margin-right: 10px;
    height: 114px;
    float: left;
    margin-bottom: 20px;
}

.software-worked li:last-child{
    margin-right:0;
}

.work-sample h3{
    font-size: 24px;
color: #609368;
font-weight: 700;
text-align:center;
padding-bottom: 10px;
}

.work-sample p{
    text-align:center;
}

.work-sample {
    padding: 30px 40px;
}

.sample-in {
    height: auto;
    background-color: #f1f1f1;
    border: 1px solid #d7d7d7;
}

.confidential-section{
    padding:30px 0;
}

.confi-inner{
    background-color: #f4f4f4;
    border-top:4px solid #609368;
    padding: 25px 20px 20px;
    height: 540px;
}

.confi-inner h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}

.testt:hover{
           filter: drop-shadow(0 0 2px rgba(43,43,43,0.26));
}
.confi-inner p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: justify;
}

.confi-section-inner{
    filter: drop-shadow(0 0 4.5px rgba(43,43,43,0.26));
background-color: #ffffff;
padding: 20px 25px;
    text-align: center;
}

.confi-section-inner p{
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}

.confi-section-inner h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    padding-top: 20px;
}

.confi-inner button {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    background-color: #609368;
    border: unset;
    padding: 5px 28px;
    margin-bottom: 10px;
}

.confi-inner ul{
    padding:15px 0 0;
    text-align: center;
}

.confi-inner li {
    display: inline-block;
    margin: 0 30px;
}

.contact-us-section p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.contact-us-section span a{
    color: #609368;
}

.contact-info{
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-top: 25px;
}

.contact-info a{
    color:#000;
}

.contact-us-section {
    padding-top: 25px;
}

.testimonials-section iframe{
    position: relative;
    width: 100%;
    height:2490px;
    border-style: none;
    display: block; 
}

.testimonials-in {
    background: #fff;
    text-align: center;
    padding-top: 25px;
}

.testimonials-in h1 {
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-pg{
    background: #fff;
    padding: 45px 160px 30px;
    filter: drop-shadow(0 0 2px rgba(43,43,43,0.26));
}

.contact-pg p{
    text-align:center;
}

.contact-pg h2 {
    font-size: 30px;
    line-height: 48px;
    color: #000;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.form-sectnn {
    padding: 26px 18px 0;
    filter: drop-shadow(0 0 2px rgba(43,43,43,0.26));
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
}

.contact-dt {
    padding: 20px;
    filter: drop-shadow(0 0 2px rgba(43,43,43,0.26));
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    
}

.form-sectnn h4 {
    font-size: 24px;
    line-height: 24px;
    color: #609368;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}

.form-sectnn p {
    text-align: center;
    padding-bottom: 20px;
}

.form-sectnn button{
    float: right;
    border-radius: 20px;
    background-color: #609368;
    border: none;
    padding: 11px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
}

.contact-dt h6 {
    color: #609368;
    font-weight: bold;
}


.contact-dt a {
    color: #000;
}

.sample-in img {
    width: 100%;
}

.service-section-rt h3 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.breadcrump-section {
    background: #f6f9fc;
    padding: 10px 0;
}

.breadcrump-section ul {
    padding: 0;
    margin: 0;
}

.breadcrump-section li {
    display: inline;
    position: relative;
    padding: 0 2px;
    font-size: 14px;
    line-height: 24px;
    color: #609368;
    text-align: left;
}

.breadcrump-section a {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-align: left;
}

.policyy {
    background: #fff;
    padding: 30px;
}

.policyy h6 {
    color: #609368;
    font-size: 20px;
    font-weight: bold;
	text-transform: capitalize;
}

.policyy h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.page-not {
    background: #f3f3f4;
    text-align: center;
    padding: 30px 0;
}

.page-not p{
    margin:0;
}

.page-not h1 {
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-not a {
    border-radius: 21px;
    background-color: #609368;
    border: none;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Lato";
    font-weight: 700;
    padding: 10px 35px;
}
.error{
    color: red;
    font-size: 13px;
}
#msgloader{
    font-size:14px;
}
.mobile-view{
    display:none;
}
button#requestquote{
    float: right;
    border-radius: 20px;
    background-color: #609368;
    border: none;
    padding: 11px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
}