/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

li{
    list-style: none;
}
.dropdown-item:hover {
    color: #ff8000 !important;
    background-color: transparent;
}
.dropdown-item {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    transition: 250ms ease-in-out;
    display: inline-block !important;
}
header .header-contact-info a {
    color: #fff;
    transition: 300ms ease-in-out;
    text-decoration: none;
}
.et_pb_post_content h1 {
    padding-bottom: 30px;
    color: #000;
    font-weight: 600;
	margin-bottom: 0px;
}
.et_pb_post_content h2 {
    font-size: 25px;
    padding-bottom: 5px;
    color: #000;
    font-weight: 600;
}
.et_pb_post_content h3 {
    font-size: 22px;
    padding-bottom: 5px;
        color: #000;
        font-weight: 600;
}
.et_pb_post_content p {
    padding-bottom: 5px;
    color: #000;
}
.et_pb_post_content li {
    /*color: #ff8000;*/
    font-size: 17px;
}
.et_pb_post_content ul {
    padding: 0 0 30px 20px;
}
.et_pb_post_content span {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    padding: 10px 0px 0px 0px;
    display: inline-block;
}
.et_pb_post_content p:nth-child(7),
.et_pb_post_content p:nth-child(9),
.et_pb_post_content p:nth-child(12),
.et_pb_post_content p:nth-child(14),
.et_pb_post_content p:nth-child(16),
.et_pb_post_content p:nth-child(18),
.et_pb_post_content p:nth-child(21),
.et_pb_post_content p:nth-child(23),
.et_pb_post_content p:nth-child(25),
.et_pb_post_content p:nth-child(27),
.et_pb_post_content p:nth-child(29),
.et_pb_post_content p:nth-child(34),
.et_pb_post_content p:nth-child(38) {
    padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.et_pb_post_content h1 {
    font-size: 28px;
    padding-bottom: 20px;
}
.et_pb_post_content h3 {
    font-size: 20px;
}
.et_pb_post_content h2 {
    font-size: 22px;
}
}

.blog-image img{
   width: 100%;
}
.blog-innner-page{
	top: calc(0px + 160px);
}
