.mt-2 {
    margin-top: 15px;
}

.mb-2 {
    margin-bottom: 15px;
}

.pb-1 {
    padding-bottom: 15px;
}

.pt-1 {
    padding-top: 15px;
}

.text_box h1 {
    margin-top: 0;
}

.text_box p {
    line-height: 28px;
    padding: 0 5px 0 5px;
}

.google_map iframe {
    width: 100%;
}

.video_box iframe {
    width: 100%;
}

.progressWrapper label {
    font-weight: bold;
}

.progressWrapper .progressBar {
    margin-top: 5px;
    height: 5px;
}

.progressWrapper .now {
    position: relative;
    top: -5px;
    height: 5px;
    width: 0%;
    transition-duration: 3s;
}

.pie_progress {
    display: block;
    margin: auto;
    position: initial !important;
}

.builder_circle {
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    padding: 30px 5px;
}

.circle_counter_label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.circle_counter_label_center {
    top: 56%;
}

.top {
    top: 0;
}

.bottom {
    bottom: 0;
}

.circle_counter_label_bottom {
    top: 89%;
}

.circle_counter_label_top {
    top: 0;
}

.circle_center {
    top: 44%;
}

.circle_center_with_number {
    top: 60%;
}

.pie_progress__number {
}

.fullarea {
    overflow: hidden;
}

#price {
    background-color: #EEE;
    padding-top: 15px;
    padding-bottom: 15px;
}

.get_content .get_head_price {
    background-color: #F6F6F6;
}

.get_content .get_head_price .get_head_content .head_bg {
    border-color: #E4E4E4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #E4E4E4;
}

.get_content .get_head_price .get_head_content .head span {
    color: #525252;
}

.get_content .get_head_price .get_price_tag .price .sign {
    color: #414141;
}

.get_content .get_head_price .get_price_tag .price .currency {
    color: #414141;
}

.get_content .get_head_price .get_price_tag .price .cent {
    color: #414141;
}

.get_content .get_head_price .get_price_tag .month {
    color: #414141;
}

.get_content .get_feature_list ul li {
    color: #A7A7A7;
}

.get_content .get_feature_list ul li span {
    color: #414141;
}

.get_content .get_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #FCB042;
}

.get_content .get_price_btn a {
    border: 1px solid #FCB042;
    color: #FCB042;
}

.get_content.active .get_head_price .get_head_content .head_bg,
.get_content:hover .get_head_price .get_head_content .head_bg {
    border-color: #FCB042 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FCB042;
    color: #FFF;
}

.get_content:hover .get_head_price .get_head_content .head span,
.get_content.active .get_head_price .get_head_content .head span {
    color: #FFF;
}

.get_content:hover .get_price_btn a,
.get_content.active .get_price_btn a {
    background-color: #FCB042;
    color: #FFF;
}

.row .table {
    padding: 28px 0;
}

.get_content {
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #FFF;
}

.get_content .get_head_price {
    margin: 0 0 20px 0;
}

.get_content .get_head_price .get_head_content {
    margin: 0 0 50px 0;
}

.get_content .get_head_price .get_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

.get_content .get_head_price .get_head_content .head {
    padding-top: 25px;
    position: relative;
    z-index: 1;
}

.get_content .get_head_price .get_head_content .head span {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.get_content .get_head_price .get_price_tag {
    padding: 0 0 20px;
}

.get_content .get_head_price .get_price_tag .price {
    display: block;
}

.get_content .get_head_price .get_price_tag .price .sign {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

.get_content .get_head_price .get_price_tag .price .currency {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

.get_content .get_head_price .get_price_tag .price .cent {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

.get_content .get_head_price .get_price_tag .month {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

.get_content .get_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.get_content .get_feature_list ul li {
    font-size: 16px;
    padding: 10px 0;
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 1px solid #F3F3F3;
}

.get_content .get_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.get_content .get_feature_list ul li .fa {
    padding: 0 10px;
}

.get_content .get_price_btn {
    margin: 20px 0 32px;
}

.get_content .get_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.get_content,
.get_content:hover,
.get_content .get_head_price .get_head_content .head_bg,
.get_content:hover .get_head_price .get_head_content .head_bg,
.get_content .get_head_price .get_head_content .head h2,
.get_content:hover .get_head_price .get_head_content .head h2,
.get_content .price,
.get_content:hover .price,
.get_content .get_price_btn a,
.get_content:hover .get_price_btn a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 320px) {
}

@media (max-width: 767px) {
    .get_content {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-md-3 {
        float: left;
        width: 50%;
    }

    .col-md-4 {
        float: left;
        width: 50%;
    }

    .get_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

.demo-pic:hover {
    opacity: 0.7;
}

#get_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#get_price_table_home li {
    float: left;
}

#get_price_table_home li + li {
    margin-left: 10px;
    padding-bottom: 10px;
}

#get_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}

#get_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#get_price_table_home .emerald {
    background: #FCB042;
    transition: all 0.3s ease-in-out 0s;
}

#get_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#get_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#get_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#get_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#get_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#get_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

#get_price_table_home .blue:hover,
#get_price_table_home .emerald:hover,
#get_price_table_home .grey:hover,
#get_price_table_home .midnight:hover,
#get_price_table_home .orange:hover,
#get_price_table_home .purple:hover,
#get_price_table_home .red:hover,
#get_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

#get_price_table_home .divider {
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
    padding: 20px;
}

#get_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #DDD;
    margin: 50px auto;
    line-height: 2px;
}

#get_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#get_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#get_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}

.demo-button {
    background-color: #333333;
    color: #FFFFFF;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333333;
    color: #FFFFFF;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

#images {
    padding-top: 60px;
    padding-bottom: 35px;
}

.get_hover {
}

.get_hover:before {
    background: #0000006B;
}

.get_hover:after {
    background: #0000006B;
}

.get_hover figcaption {
    background-color: #0000006B;
}

.arallax-window-v1 {
    min-height: 400px;
    background: transparent;
    color: #FFF;
    display: flex !important;
    align-items: center !important;
}

.parallax-window h1 {
    margin: 0 0 15px;
}

.parallax-window-v2 {
    min-height: 400px;
    background: transparent;
    color: #FFF;
    display: flex !important;
    align-items: center !important;
}

.parallax-window-right {
    justify-content: flex-end !important;
    display: flex !important;
}

.countup-area {
    text-align: center;
    padding: 50px 0;
    border-right: 1px dashed #CCCCCC;
}

.countup-area:last-child {
    border-right: 0px solid #CCCCCC;
}

.countup-section {
    animation-duration: 1s;
    animation-delay: 0s;
}

.image_button {
    position: relative;
    overflow: hidden;
}

.image_button:before {
    content: initial !important;
    position: absolute;
    height: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.8;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.button_ar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25px, -25px);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.button_ar a {
    color: #FFF;
}

.image_button:hover:before {
    visibility: visible;
    opacity: 0.8;
    height: 100%;
}

.image_button:hover .button_ar {
    visibility: visible;
    opacity: 1;
    font-size: 50px;
}

.zoom_bt {
    position: relative;
    overflow: hidden;
}

.zoom_bt:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.zoom_bt img {
    transition: 0.5s;
}

.zoom_bt:hover:after {
    visibility: visible;
    opacity: 0.8;
}

.zoom_bt:hover img {
    transform: scale(1.2);
}

.rotate:hover:after {
    visibility: visible;
    opacity: 0.8;
}

.rotate:hover img {
    transform: rotate(5deg) scale(1.2);
}

.builder_section {
    margin-bottom: 0;
}

cu
.google_map iframe {
    height: 100%;
}

.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.image-outer.image_button:hover .icon {
    display: block;
}

.image-outer.image_button:hover .icon i {
    animation: rotate_icon 1s infinite;
    -webkit-animation: rotate_icon 1s infinite;
}

.image-outer.image_button:hover .icon.inactive i {
    animation: initial !important;
}

@keyframes rotate_icon {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.bImgTags {
    position: absolute;
    transform: translate(-50%, -50%);
    width: initial;
    float: initial;
}

.bImgTags.right {
    left: auto;
    right: 0;
}

.bImgTags.left {
    right: auto;
    left: 20%;
}

.builder-image-buttons a {
    width: initial !important;
}

.builder_margin_reset {
    margin: 0;
    padding: 0;
}

.built-in-row {
    max-height: 500px;
    overflow-y: scroll
}

.bImgTags {
    position: absolute;
    width: initial;
    float: initial;
    z-index: 9;
}

.img_top {
    top: 10%;
    left: 10%;
}

.img_topLeft {
    top: 5%;
    left: 5%;
    transform: translateX(-5%);
}

.img_topRight {
    top: 5%;
    right: 5%;
    transform: translateX(-5%);
}

.img_topCenter {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.img_bottomLeft {
    bottom: 5%;
    left: 5%;
    transform: translateX(-5%);
}

.img_bottom {
    bottom: 5%;
    left: 15%;
}

.img_bottomRight {
    bottom: 5%;
    right: 5%;
    transform: translateX(-5%);
}

.img_bottomCenter {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.img_centerLeft {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.img_centerRight {
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

.img_centerCenter {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.CenterCaption {
    text-align: center;
}

.RightCaption {
    text-align: right;
}

.builder-image-buttons a {
    width: initial !important;
}

.builder-image-buttons .p-h1 {
    font-size: 40px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 10px;
}

.builder-image-buttons h2 {
    font-size: 30px;
    font-family: abel;
    color: #FFF;
    margin-top: 2px;
    margin-bottom: 1px;
}

.builder-image-buttons p {
    font-size: 14px;
    color: #FFF;
}

.button-wrapper-builder {
    position: relative;
    display: inline-block;
}

.builder_section .btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.hover-class {
    position: relative;
    overflow: hidden;
}

.builder_section .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}

.header-controller span.ct-step {
    margin-top: -9px;
    margin-left: -9px;
}

@media screen and (min-width: 1024px) {
    .arallax-window-v100 {
        height: 100vh;
    }

    .arallax-window-v50 {
        height: 50vh !important;
        min-height: auto !important;
    }

    .arallax-window-v25 {
        height: 25vh !important;
        min-height: auto !important;
    }
}

footer .subscribe-form button .icon {
    left: 50%;
    transform: translate(-50%, -50%);
}

.ct-nav {
    width: 100%;
    margin-bottom: 0;
}

.ct-nav li a {
    padding-top: 10px;
    padding-bottom: 0;
}

@media screen and (max-width: 450px) {
    footer .subscribe-form button {
        width: 50px;
    }
}

.image-outer img {
    width: 100% !important;
}

.builder_image {
    width: 100% !important;
}

.preloader-area {
    position: fixed;
    background: #FFF;
    z-index: 11000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.spinner {
    margin: auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -20px;
    top: 50%;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #623BCC;
    border-radius: 100%;
    -webkit-animation: sk-bounce 1.0s infinite ease-in-out;
    animation: sk-bounce 3.0s infinite ease-in-out;
}

.dot1 {
    background-color: #F6BB67;
}

.dot2 {
    top: auto;
    background-color: #333841;
    bottom: 0;
    -webkit-animation-delay: -2.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(180deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    50% {
        -webkit-transform: scale(0.0)
    }
    100% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.sd-shaow {
    box-shadow: 5px 6px 8px 3px #EDEDED;
}

.image-pointer {
    cursor: pointer;
}

.builder_section {
    position: relative;
}

.down_arrow_builder {
    position: absolute;
    bottom: 10px;
    left: 48%;
    text-align: center;
}

.builder_section .product-preview {
    max-height: inherit !important;
    width: 99%;
}

.text_box {
    word-wrap: break-word;
}

.social_icons_module {
    margin: 15px 0;
}

.social_icons_module img {
    width: 100%;
    max-width: 32px;
}

.social_icons_module a {
    margin-right: 5px;
}

.social_icons_module a:last-child {
    margin-right: 0;
}

.getlax {
    position: relative;
    z-index: 0;
    height: 100vh;
}

.getlax:after {
    position: absolute;
    content: '';
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}

.getlax .saz_parallax_video {
    color: #FFF;
    text-align: center;
    z-index: 1;
    height: 100%;
    padding: 0 40px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.getlax .saz_parallax_video .saz_w100 {
    width: 100%;
}

.down_arrow_builder .btn:hover::before {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.down_arrow_builder .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}

.social_icons_module a {
    color: #000;
}

.builder_section .title {
    margin-top: 10px !important;
}

.contact-form-submit {
    height: 40px;
}

.builder_section .left {
    margin-left: 20px;
    z-index: 99999;
}

.builder_section .right {
    margin-right: 20px;
    z-index: 99999;
}

@media screen and (min-width: 1200px) {
    .builder_module_pc {
        position: relative;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 99999999;
        width: 300px;
        padding: 35px 10px 50px;
        background: white;
        overflow: hidden;
        overflow-X: hidden;
        overflow-Y: auto;
        display: inherit;
        height: 100vh;
        margin-left: -301px;
    }

    .openSideBar.builder_module_pc {
        margin-left: 0;
    }

    .openSideBar > .boxclose {
        display: block !important;
    }
}

.filters-btn-builder {
    padding: 7px 25px;
    color: white;
    cursor: pointer;
    margin-bottom: 10px;
    width: 90%;
    display: block;
    margin-left: 13px;
    background: #900000;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .hide_in_mobile {
        display: none !important;
    }
}

@media only screen  and (min-width: 1224px) {
    .hide_in_desktop {
        display: none;
    }
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    .hide_in_ipad {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .hide_in_desktop {
        display: block;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .hide_in_tablet {
        display: none;
    }
}

.square-image-slider {
    max-height: inherit !important;
}

.instruction-form-margin {
    margin-left: 13px;
    font-style: italic;
    font-size: 10px;
}

.instruction-form {
    font-style: italic;
    font-size: 10px;
}

@media screen and (max-width: 767px) {
}

.image_style_zoom_radio {
    margin-top: 40px;
}

.toogle_waper .ct_toogle_bg {
    background-color: #00A2E6;
    color: #FFF;
    border-radius: 0;
}

.toogle_waper .panel_custom {
    background-color: #FFF;
    border-radius: 0;
    border: 0;
    cursor: pointer;
}

.toogle_waper .panel_custom .d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.toogle_waper .panel_custom .justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.toogle_waper .panel_body_custom {
    border-top: 0 !important;
}

.ct_testimonial {
    background: #FFF;
    text-align: center;
    padding: 40px 20%;
    border-radius: 5px;
    color: #000;
}

.ct_testimonial .pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.ct_testimonial .pic img {
    width: 100%;
    height: auto;
    filter: grayscale(100%);
}

.ct_testimonial .testimonial-title {
    font-size: 16px;
    color: #9E9E9E;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 20px;
}

.ct_testimonial .post {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #BCBCBC;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ct_testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #86868A;
    line-height: 1.8;
    margin-top: 10px;
}

.ct_owl_area .owl-nav {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.ct_owl_area .owl-prev span {
    margin: 0px 10px;
}

.ct_blog_module {
    height: 394px;
    margin-bottom: 25px;
}

.ct_single_blog {
    background-color: #FFF;
}

.ct_single_blog .thumb img {
    width: 100%;
}

.ct_single_blog h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #86868A;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ct_single_blog .ct_breadcrumb {
    padding: 0px;
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 0px;
}

.ct_single_blog .ct_breadcrumb i {
    margin-right: 5px;
}

.ct_single_blog .breadcrumb-item {
    overflow: hidden;
}

.ct_single_blog .breadcrumb-item a {
    color: #86868A;
    font-size: 12px;
}

.ct_single_blog p {
    font-size: 14px;
    line-height: 24px;
}

.ct_single_blog .ct_blog_module_content {
    padding: 0 15px 5px 15px;
}

.panel-heading {
    padding: 10px 15px !important;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.slider_buttons .btn,
.box-slide-text .btn,
.button-wrapper-builder .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section {
    padding: 0;
}