.s-row {
    width: 100%;
    height: auto;
    float: left;
}
.delete {
    min-height: 100px;
}

/*Header*/

.header-margin {
    margin-top: 105px;
}
@media (max-width: 768px) {
    .header-margin {
        margin-top: 95px;
    }
}

/*Footer*/


/*Paddings*/

.p-l-0 {
    padding-left: 0 !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.generic-padding {
    padding: 50px 0;
}
.generic-padding-sm {
    padding: 20px 0;
}
.generic-padding-last {
    padding: 50px 0 0 0;
}

/*Margins*/

.m-t-10 {
    margin-top: 10px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-r-10 {
    margin-right: 10px;
}

/*Colors*/

.c-white {
    color: #fff;
}
.c-light-grey {
    color: #929292;
}
.c-black {
    color: #000;
}
.c-green {
    color: #277f3e;
}
.c-light-green {
    color: #aacb2a;
}
.bg1 {
    background-color: aqua;
}
.bg2 {
    background-color: bisque;
}
.b-dark-grey {
    background-color: #333;
}
.b-footer-light-grey {
    background-color: #6b6b6b;
}
.b-off-white {
    background-color: #f2f2f2;
}
.bg-demo {
    background: #6b6b6b url(../images/home/home-grey-band.jpg) no-repeat;
}

/*HTML Tags*/

h1 {
    margin: 30px 0 !important;
}
h3 {
    font-size: 26px !important;
    font-weight: 500;
}
h3 span {
    color: #568e56;
}
h4 {
    font-size: 20px !important;
}
h5 {
    line-height: 24px;
}

/*Links*/


/*Font Sizes*/


/*Costom*/

.bottom-footer {
    border-top: 1px dotted #929292;
    padding: 20px 0;
    font-size: 12px;
}
p {
    line-height: 22px;
}
.social-container {
    margin: 10px 0;
}
.social-container a:link,
.social-container a:visited {
    background-color: #568e66;
    color: #fff;
    padding: 20px;
}
.footer-link ul {
    padding: 0;
    margin: 0;
}
.footer-link ul li {
    font-size: 12px;
    list-style: none;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-weight: 600;
}
address {
    font-size: 14px !important;
}
.footer-link ul li a:link,
.footer-link ul li a:visited,
address a:link,
address a:visited {
    color: #999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.footer-link ul li a:hover,
.footer-link ul li a.active,
address a:hover {
    color: #277f3e;
    text-decoration: underline;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.subscriber span {
    font-size: 12px;
}
.subscriber-span {
    margin-top: 16px;
    text-align: right;
}
.subscriber-button {
    text-align: left;
}
.subscriber input[type='email'] {
    width: 100%;
    border: none;
    padding: 10px 10px;
    margin: 10px 0;
}
.subscriber input[type='submit'] {
    border: 2px solid #fff;
    background-color: #6b6b6b;
    padding: 8px 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    margin: 12px 0;
    outline: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.subscriber input[type='submit']:hover {
    background-color: #277f3e;
    border: 2px solid #277f3e;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
@media (max-width: 768px) {
    .subscriber-span {
        text-align: center;
    }
    .subscriber-button {
        text-align: center;
    }
}
#clients {
    margin: 15px 0 0 0;
}
.services,
.shree {
    margin: 20px 0 0 0;
}
.services p,
.shree p {
    margin: 10px 15px;
}
.home-ibm {
    border-right: 1px dotted #fff;
}
.home-demo {
    font-size: 36px;
    line-height: 40px;
}
.link-heading {
    font-size: 24px;
    text-transform: uppercase;
    padding: 30px 0;
    text-align: center;
}
@media (max-width: 1024px) {
    .home-ibm {
        border-right: 1px dotted #fff;
    }
    .home-demo {
        font-size: 24px;
        line-height: 40px;
    }
}
@media (max-width: 768px) {
    .home-ibm {
        border-right: none;
    }
    .home-demo {
        font-size: 20px;
        line-height: 30px;
    }
}
.mail-msg {
    display: none;
}
.contact-border-right {
    border-right: 1px dotted #e5e5e5;
}
.contact-details {
    margin-left: 40px;
}
.contact-details p {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
@media (max-width: 990px) {
    .contact-border-right {
        border-right: none;
    }
    .contact-details {
        margin-left: 0;
    }
}
.mymsgbox {
    display: none;
}
.testimonial-image img {
    width: 100%;
    height: auto;
    margin: 0;
}
@media (max-width:767px) {
    .testimonial-image img {
        width: 70% !important;
        margin: 0 15%;
    }
}
#html5-watermark {
    display: none !important;
}
