a {
    transition: all 0.2s ease 0s;
    outline: none !important;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

p {
    font-family: 'Lato', sans-serif;
    color: #1B1B1B;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    text-align: justify;
    padding: 5px 0;
}

h2 {
    color: #0072bc;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
}

h3 {
    color: #688B03;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
}

h4 {
    color: #39414b;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
}

h5 {
    color: #39414b;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
}

h6 {
    color: #39414b;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}

body {
    background: #FFFFFF;
}

.container {
    max-width: 1000px;
}

.social-links {
    float: right;
}

.responsive {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.img-hei {
    height: 200px;
    display: block;
}

.social-links li {
    background: rgba(248, 248, 248, 0.27);
    border-left: 1px solid #eee;
    float: left;
    height: 35px;
    width: 35px;
}

.social-links li a {
    color: #000;
    display: table-cell;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
}

.social-links li a:hover {
    color: #FFF;
    background: #373554;
}

header {
    background: #FCFCFC;
    position: relative;
    border-bottom: 3px solid #0072bc;
    border-top: 3px solid #0072bc;
}

.logo {
    margin: 8px 0 3px 0;
}

.logo>a {
    display: inline-block;
}

.logo a strong {
    color: #0072bc;
    display: block;
    float: right;
    font-size: 24px;
    margin: 28px 8px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
}

.logo-title {
    width: 128px;
}

.header-menu {
    float: right;
    margin: 33px 0;
}

.header-menu ul li {
    float: left;
    position: relative;
}

.header-menu ul li a {
    color: #000;
    display: inline-block;
    font: 13px "Open Sans", Arial, sans-serif;
    /*font-family: 'Fjalla One', sans-serif;*/
    padding: 10px 20px;
    font-weight: bold;
}

.header-menu ul li a:hover,
.header-menu ul li a.active {
    background: #a6ce39;
    color: #FFF;
}

.banner {
    background: url(../images/banner-bg.jpg) no-repeat;
    /*background: url(../images/banner-pattern.jpg) repeat;*/
    float: left;
    width: 100%;
    padding: 10px 0;
}

.banner img {
    width: 100%;
}

.content-bg {
    background: #EFEFEF;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.intro-title {
    border-bottom: 1px solid #CCC;
    padding-bottom: 8px;
    margin-bottom: 15px;
    color: #0072bc;
}

.image-left-style {
    float: left;
    margin-right: 15px;
}

footer {
    border-top: 3px solid #0072bc;
    width: 100%;
    float: left;
    background: #363131;
}

.footer-title h6 {
    color: #eee;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-menu-col {
    margin: 0 15%;
    width: 70%;
}

.footer-menu-col ul li {
    border-bottom: 1px solid #545454;
}

.footer-menu-col ul li a {
    color: #b3b3b3;
    display: inline-block;
    padding: 2px 0;
}

.copy-right-para {
    color: #fff;
    margin: 0;
    padding: 20px 0;
}

.copy-right-para span {
    padding-left: 20px;
}

.copy-right-para span a {
    color: #EAC8AB;
    padding-left: 10px;
}

.footer-menu-col ul li a:hover,
.footer-menu-col ul li a.active {
    color: #777777;
}

ul.social {
    float: right;
    margin: 20px 0;
}

ul.social li {
    float: left;
    margin: 0 0 0 8px;
}

ul.social li i {
    background: #0072bc;
    border-radius: 50%;
    color: #fff;
    display: block;
    padding: 6px;
    text-align: center;
    width: 26px;
}

ul.social li i:hover {
    background: #a6ce39;
}


.view {
    width: 220px;
    height: 150px;
    float: left;
    border: 5px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 5px #aaa;
    cursor: default;
}

.view .mask,
.view .content {
    width: 220px;
    height: 150px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
    width: 100%;
}

.view a.info {
    background: url(../images/link.png) center no-repeat;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}


.third-effect .mask {
    opacity: 0;
    overflow: visible;
    border: 100px solid rgba(0, 0, 0, 0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.third-effect a.info {
    position: relative;
    top: -35px;
    opacity: 0;
    -webkit-transition: opacity 0.5s 0s ease-in-out;
    -moz-transition: opacity 0.5s 0s ease-in-out;
    -o-transition: opacity 0.5s 0s ease-in-out;
    -ms-transition: opacity 0.5s 0s ease-in-out;
    transition: opacity 0.5s 0s ease-in-out;
}

.third-effect:hover .mask {
    opacity: 1;
    border: 100px solid rgba(0, 0, 0, 0.7);
}

.third-effect:hover a.info {
    opacity: 1;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

ul.common-list-style li:before {
    content: "\f090";
    font-family: FontAwesome;
    padding-right: 20px;
    color: #0072bc;
}

ul.common-list-style li {
    font-size: 13px;
    padding: 2px 0;
}

.table-style {
    margin: 10px 0;
    width: 100%;
}

.table-style th {
    background: none repeat scroll 0 0 #0072bc;
    color: #fff;
    font-size: 17px;
    padding: 8px 0;
    text-align: center;
}

.table-style td {
    font-size: 13px;
    padding: 4px 13px;
}


.table-mary {
    margin: 10px 0;
    width: 100%;
}

.table-mary td {
    font-size: 13px;
    padding: 4px 13px;
}


.image-left-style {
    float: left;
    margin-right: 15px;
    padding: 3px;
    border: 1px solid #CCC;
}

.image-right-style {
    float: right;
    margin-left: 15px;
    padding: 3px;
    border: 1px solid #CCC;
}

.testi-row {
    float: left;
    margin: 20px 0;
    width: 100%;
}

.image-hover:hover {
    background: #844345;
}

.gallery-row ul li {
    padding: 0 0 0 12px;
}

.gallery-row img {
    height: 150px;
    margin-bottom: 20px;
    width: 100%;
}

.high-light {
    color: #C93030;
}

.imagzsparent {
    width: 100%;
}

.imgzs {
    float: left;
    width: 33%;
}

.imgli {
    margin-top: 20px;
    margin-bottom: 20px;
}

.imgzs>img {
    max-width: 100%;
    margin-bottom: 24px;
}




.quotes-info {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    color: #20740a;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 4px 8px;
}

address {
    margin: 30px 0;
}

address li {
    padding: 2px 0;
}

.location-map {
    width: 450px;
    border: 1px solid #CCC;
    overflow: hidden;
}

.form label {
    display: block;
    font-weight: normal;
}

.form input,
.form textarea {
    border: 1px solid #ccc;
    display: block;
    width: 68%;
    margin: 10px 0;
    padding: 5px;
}

.form textarea {
    height: 110px;
}

.form .but {
    background: #A6CE39;
    border: 1px solid #A6CE33;
    color: #fff;
    transition: all 0.6s;
    width: auto;
    padding: 5px 10px;
    display: inline-block;
}

.form .but:hover {
    border: 1px solid #0072BC;
    color: #CCC;
    background: none
}

.toping {
    margin-top: -130px;
    line-height: 30px;
}

/*.caps p{ text-transform:lowercase;}
*/
.caps p.prefix::first-letter {
    text-transform: uppercase;
}

.toping li::first-letter {
    text-transform: uppercase;
}