/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 17, 2018, 3:57:08 PM
    Author     : ashiq
*/

.p{
    font-size: 16px !important;
    font-family: Arial !important;
}
[class*="col-"] {
    margin-top: 0;
    margin-bottom: 9px;
}
.greylinks{
    color: #fff;
}
.ls .greylinks a{
    color: #32B276;
}
.ls .greylinks a:hover {
    color: #32B1E9;
}
.sf-menu a {
    font-weight: bold;
}
.widget_search .form-group + .theme_button:hover, .widget_search .form-group + .theme_button:focus, .widget_search .form-group + .theme_button:active, .widget_product_search [type="submit"]:hover, .widget_product_search [type="submit"]:focus, .widget_product_search [type="submit"]:active, .widget_mailchimp .form-group + .theme_button:hover, .widget_mailchimp .form-group + .theme_button:focus, .widget_mailchimp .form-group + .theme_button:active {
    border-color: #32B276;
    background-color: RED;
    color: #ffffff;
}
.media-body, .media-left, .media-right {
    vertical-align: baseline;
}
.media .ls h1, .ls h2, .ls h3, .ls h4, .ls h5, .ls h6{
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}
.page_footer .widget > h3, .page_footer .widget-title {
    margin-bottom: 15px !important;
}
.section_padding_bottom_65 > [class*="container"] {
    padding-bottom: 0px !important;
}
.section_padding_bottom_75 > [class*="container"] {
    padding-bottom: 5px;
}
.section_padding_top_75 > [class*="container"] {
    padding-top: 5px;
}
blockquote {
    font-size: 17px;
    line-height: 25px;
}
.small-text.big {
    font-weight: 300;
}
.section_padding_15 > [class*="container"] {
    color: #ffffff;
    background-color: #2AAF71;
}
.logo.vertical_logo img {
    width: 150px;
    height: 140px;
}
#row-top{
    padding-bottom: 15px !important;
}
#container-padding{
    padding-top: 15px;
}
#features{  
    padding-top: 15px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 420px) {
  .logo img {
    max-width: 100%;
}
.logo img {
    height: 70px;
}
.toggle_menu::before, .toggle_menu span {
    left: 15px;
    top: 31%;
}
@media only screen  and  (max-width: 768px) {
    h1:first-child{
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 33px !important;
}
}
@media only screen  and  (max-width: 1200px) {
    h1:first-child {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 48px !important;
}
}