/*=================
Helper-Classes
===================*/

.page-title .page-heading {
    margin-bottom: 20px;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.postion-relative {
    position: relative;
}

.gray-bg {
    background-color: #fbfdf9;
}

.fix {
    overflow: hidden;
}

.offset-top {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.margin-offset-top {
    margin-top: -15%;
}

.shadow-effect {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-poster:hover .shadow-effect {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-53%);
    transform: translateY(-53%);
}

.select-caret {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.item-overlay {
    bottom: 0;
    height: calc(100% - 20px);
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 20px);
    z-index: 1;
}

.item-overlay::before {
    background-color: #d3d3d3;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.item-overlay:hover::before {
    opacity: 0.8;
}

.overlay::after {
    background-color: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
}

.vcenter {
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

div:hover>.vcenter {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.section-bg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-bg img {
    min-height: 100%;
    min-width: 100%;
}

.section-bg1 {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -3;
}

.section-bg1 img {
    width: 100%;
    height: 100%;
}

.section-bg2 {
    position: absolute;
    right: -10%;
    top: 50%;
}

.section-bg3 {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.addbox {
    background-color: #f4f3f2;
    border: 2px solid #959595;
    box-shadow: 0 0 0 20px #f4f3f2;
    font-size: 17.5px;
    margin: 20px;
    padding: 30px;
}

.md-by-xs-text {
    color: #333333;
    font-weight: 700;
}

.md-by-xs-text span {
    font-size: 14px;
    font-weight: 400;
}

.read-more .icofont {
    margin-left: -10px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.read-more:hover .icofont {
    margin-left: 0;
    opacity: 1;
}

.under_line {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.under_line::after {
    background-color: #959595;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100px;
}

.margin-none {
    margin: 0;
}

.select-option {
    border: 1px solid;
    color: #666666;
    height: 30px;
    padding: 0 5px;
    width: 100%;
}

.img-responsive {
    width: auto;
    max-width: 100%;
}

.dotted {
    border-style: dashed;
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu.dropdown-menu-lg li {
    margin: 15px 0;
}

.dropdown-header {
    border-bottom: 1px solid;
    color: #aad07f;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0 0 5px;
}

.dropdown-menu>li>a {
    font-weight: 300;
    line-height: 1.5;
    padding: 10px;
}

.dropdown-menu>li>a:hover {
    background-color: #aad17f;
    color: #ffffff;
}

.postion-left {
    right: auto;
    left: 0 !important;
}

.text-white a,
.text-white {
    color: #ffffff;
}

.cloud {
    margin: 10px 0;
}