/*--------------------------------------------------------------

Template: Theme Name
Author: 
Version:  1
Design and Developed by: 

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

@media (max-width: 972px) {
    .features-area {
        background: #F5F5F5 !important;
    }
}

@media (min-width: 972px) {
    .features-area {
        background: #F5F5F5 url(../images/others/bookauthor.png) no-repeat scroll 0 0 !important;
    }
}


.nav-link{
    font-size: 12px !important;
}



.static-block-2 .text .link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid red;
    color: red;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-top: 30px;
    padding: 10px 33px;
    text-transform: uppercase;
}

.font-11 {
    font-size: 11px;
}

.font-orange {
    color: #DD8324;
}

.font-blue {
    color: blue;
}

.font-red {
    color: red;
}

.font-white {
    color: white;
}

.font-300 {
    font-weight: 300 !important;
}

.font-i {
    font-style: italic;
}

.w-75{
    width: 75px !important;
}

.inline-block {
    display: inline-block;
}

.img-services {
    max-height: 40px;
    opacity: 0.65;
}

    .img-services:hover {
        opacity: 1;
    }

.pt25 {
    padding-top: 25px;
}

.pt50 {
    padding-top: 50px;
}

.pt75 {
    padding-top: 75px;
}

.dark-orange {
    color: #DD8324 !important;
}

.bg-dark-orange {
    background-color: #DD8324;
}

.bg-orange {
    background-color: #DE9444;
}

.dark-blue {
    color: #1F223E !important;
}

.bg-dark-blue {
    background-color: #1F223E;
}

.divider {
    border-bottom-color: #DD8324 !important;
    border-bottom-width: 4px !important;
}

.maxw-200{
    max-width: 200px;
}

.minh-150 {
    min-height: 150px;
}

.maxnh-250 {
    max-height: 250px;
}

.maxnh-175 {
    max-height: 175px !important;
}

.font-14{
    font-size: 14px;
}