/*
Theme Name: Gigas Child
Description: Child Theme for Gigas Theme
Author: zozothemes
Version: 1.0
Template: gigas
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */


body.home.page-template-default header a.btn.btn-primary {
    border-color: #194dc1;
}

body.home.page-template-default header a.btn.btn-primary:hover {
    border-color: #62ed77;
}


.main-top-text-block .cea-featured-icon {
    border-radius: 30px;
}

.main-top-text-block .cea-featured-icon svg {
    height: 80px;
}
.main-top-text-block .fbox-content {
    height: 140px;
    overflow: hidden;
    transition: height 500ms ease;
}

.main-top-text-block.show-minimize-content .fbox-content {
    overflow: auto;
    overflow-y: hidden;
    height: auto;
}


.main-seamlessly-block .cea-featured-icon {

}

.main-seamlessly-block .cea-featured-icon svg{
    height: 60px;
}

.tab-style-3.cea-vertical-tab .cea-tabs .nav-item.nav-link *.cea-tab-icon {
    line-height: 57px;
}

.main-our-reviews .section-title {
    text-align: center;
    font-size: 80px;
    line-height: 80px;
}

.testimonial-style-list .owl-carousel .owl-nav button:hover {
    background-color: #62ED77;
}

.testimonial-style-list .owl-carousel .owl-nav .owl-prev:before:hover, .testimonial-style-list .owl-carousel .owl-nav .owl-next:before:hover {
    color: #000000;
}

.header-custom-text-block {
    display: flex;
    align-items: center;
}

.header-custom-text-block .header-custom-social-btn {
    width: 51px;
    display: flex;
    height: 51px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 15px;
    margin-right: 10px;
}
.testimonial-style-list .owl-carousel .owl-nav .owl-prev:before, .testimonial-style-list .owl-carousel .owl-nav .owl-next:before {

}

.header-mobile-toggle-wrapper .bi::before, .header-mobile-toggle-wrapper [class^="bi-"]::before, .header-mobile-toggle-wrapper [class*=" bi-"]::before {
    font-weight: bold !important;
    font-size: 25px;
    color: #194DC1;
}

i.close-icon:after, i.close-icon:before {
    border-bottom: solid 1px #194DC1;
}

img.site-logo,
img.sticky-logo {
    height: 30px;
}

img.mobile-logo {
    height: 30px;
}

.footter-btns {
    display: none;
}

.back-to-top {
    bottom: 70px;
}

.btn-green {
    background-color: #62ED77 !important;
    border-color: #62ED77 !important;
    color: #000000 !important;
}

img.sticky-logo {
    max-width: unset;
}

.modal-form {
    max-width: 600px;
}

.header-custom-social {
    display: flex;
}

.header-sticky .header-custom-social-btn {
    border-color: #194DC1;
}

.header-sticky .header-custom-social-btn svg path {
    fill: #194DC1;
}


ul.social-icons.social-bg-own>li a.social-phone, ul.social-icons.social-hbg-own>li a.social-phone:hover, article.post ul.social-icons>li>a.social-phone:hover {
    background: #194dc1;
}

ul.social-icons.social-own>li a.social-phone, ul.social-icons.social-h-own>li a.social-phone:hover, article.post ul.social-icons>li>a.social-phone, ul.social-icons>li>a.share-whatsapp:hover {
    color: #F42755;
}

ul.social-icons.social-bg-white>li a, ul.social-icons.social-hbg-white>li a:hover {
    background-color: #fff;
}

.modal-form {
    width: 600px;
    height: 600px;
}
.modal-form p{
    display: none;
}

.elementor ol {
    padding-left: 25px;
}

@media only screen and (max-width: 1590px) {
    header .navbar > div > ul.nav.pull-right > li:last-of-type .btn.btn-primary {
        display: block;
    }
}


@media (max-width: 767px) {
    .footter-btns {
        display: grid;
        bottom: 0;
        position: fixed;
        background: #fff;
        width: 100%;
        padding: 10px;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
        z-index: 1000;
        -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.3);
    }
    .footter-btns .footer-btn {
        border-radius: 30px;
    }

    .modal-form {
        width: 300px;
        height: 730px;
    }
    .modal-form iframe {
        height: 730px !important;
    }
}