@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&amp;display=swap&amp;#39');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
 /* Variable */ :root  {
     --secondary-color: #E41C23;
     --boxshadow-bg: #fbfbfb;
     --boxshadow-color: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
     --boxshadow-hv-color: 0px 17px 26px -16px rgba(0, 0, 0, 0.41);
}
 /**********/ /* General */ *  {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}
 html  {
     font-size: 100% !important;
}
 a  {
     color: #060606;
}
 a:hover  {
     color: var(--primary);
     text-decoration: none;
}
 .block  {
     display: block !important;
}
 .relative  {
     position: relative !important;
}
 .container-width, .full-width .ubermenu-nav, .container, .row  {
     max-width: 1200px;
     margin: auto;
}
 /**********/ /* Grid Layout */ .grid  {
     display: grid !important;
}
 .gap-2  {
     gap: 1.5rem;
}
 .gap-3  {
     gap: 3rem;
}
 .flex-100  {
     max-width: 100%;
     flex-basis: 100%;
}
 .flex-50  {
     max-width: 50%;
     flex-basis: 50%;
}
 .flex-33  {
     max-width: 33.333%;
     flex-basis: 33.333%;
}
 .flex-25  {
     max-width: 25%;
     flex-basis: 25%;
}
 /**********/ /* Color */ .white  {
     color: #ffffff;
}
 .red  {
     color: #ff0000;
}
 /**********/ /* Font */ .fw-bolder  {
     font-weight: 700 !important;
}
 /**********/ /* Title */ .title  {
     margin: 0;
     font-weight: 700 !important;
     font-size: 45px;
     line-height: 55px;
}
 .title span  {
     color: var(--primary);
}
 .sub-title  {
     margin: 0;
     font-weight: 400;
     line-height: 16px;
     text-transform: uppercase;
}
 /**********/ /* Header Site */ .landing-header  {
     width: 100%;
     position: fixed;
     top: 0;
     z-index: 99;
}
 #header .container  {
     max-width: 100vw;
}
 /**********/ /* Footer Site */ .landing-footer  {
     background-color: #172741;
}
 .landing-footer .container  {
     padding-left: 0;
     padding-right: 0;
}
 #footer-top .logo  {
     font-family: "Lora", sans-serif;
     font-size: 32px;
     font-weight: 600;
     text-transform: capitalize;
     color: #fff;
}
 #footer-top .maxim  {
     color: #fff;
     font-size: 18px;
     font-style: italic;
}
 #footer-top .social-icons.follow-icons a  {
     margin-right: 16px;
}
 #footer-top .social-icons.follow-icons a:last-child  {
     margin: 0;
}
 #footer-top .social-icons.follow-icons i  {
     color: #fff;
     font-size: 32px;
}
 #footer-middle .container  {
     padding-right: 0;
     padding-left: 0;
}
 #footer-middle .menu-title  {
     min-height: 45px;
     margin: 6px 0;
     font-family: "Lora", sans-serif;
     font-size: 18px;
     font-weight: 700;
     text-transform: capitalize;
     color: #fff;
     align-items: center;
}
 #footer-middle .menu-link  {
     padding: 4px 0;
     color: #ccc;
     align-items: baseline;
}
 #footer-middle .menu-link i  {
     min-width: 24px;
}
 #footer-middle .menu-link__text  {
     padding-left: 4px;
}
#footer-middle .icon-web  {
    max-height: 1.5rem;
    margin: 10px;
}
#footer-middle .border  {
    background-color: #fff;
    border-radius: 50%;
}
 #absolute-footer  {
     border-top: 1px solid #fff;
}
 #absolute-footer .copyright-footer  {
     padding: 24px 0;
     color: #fff;
}
 /********/ /* Main */ .landing-main  {
     margin-top: 100px;
}
 @media (max-width: 768px)  {
     .landing-main  {
         margin-top: 82px;
    }
}
 /**********/ /* Breadcrumbs */ .single-breadcrumbs.project  {
     position: relative;
}
 .single-breadcrumbs.project::before  {
     content: '';
     background-color: rgb(0 0 0 / 33%);
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
}
 .row-breadcrumbs  {
     padding: 24px 0;
}
 .col-breadcrumbs  {
     padding: 48px 0;
}
 .col-breadcrumbs .title  {
     margin-bottom: 8px;
     font-size: 30px;
     color: #fff;
}
 .col-breadcrumbs .aioseo-breadcrumbs, .col-breadcrumbs .aioseo-breadcrumbs a  {
     color: #fff;
     font-size: 1.2rem;
}
 .col-breadcrumbs .aioseo-breadcrumbs a:hover  {
     color: var(--secondary-color);
}
 .col-breadcrumbs .aioseo-breadcrumb-separator  {
     margin: 0 4px;
}
 /* */ /* Section */ .section  {
     position: relative;
     min-height: auto;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row;
     flex-flow: row;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .section-content  {
     z-index: 1;
}
 .section-bg, .section-content  {
     width: 100%;
}
 /**********/ /* Image */ img  {
     max-width: 100%;
     height: auto;
     display: inline-block;
     vertical-align: middle;
}
 /**********/ /* Box Post */ .box-image  {
     position: relative;
     height: auto;
     margin: 0 auto;
     overflow: hidden;
}
 .box-text  {
     position: relative;
     width: 100%;
     font-size: 16px;
}
 .has-format, .video-fit, .image-cover  {
     position: relative;
     height: auto;
     overflow: hidden;
     padding-top: 100%;
     background-position: 50% 50%;
     background-size: cover;
}
 .box-image img  {
     right: 0;
     width: 100%;
     height: 100%;
     bottom: 0;
     left: 0;
     top: 0;
     position: absolute;
     -o-object-position: 50% 50%;
     object-position: 50% 50%;
     -o-object-fit: cover;
     object-fit: cover;
     font-family: "object-fit: cover;";
}
 .list-posts .post-item  {
     padding: 0;
     border-radius: 6px;
     background-color: #fbfbfb;
     box-shadow: var(--boxshadow-color);
     overflow: hidden;
     transition: all 0.6s;
}
 .list-posts .post-item:hover  {
     box-shadow: var(--boxshadow-hv-color);
}
 .list-posts .post-item .box-text  {
     padding: 16px;
}
 .list-posts .post-item .post-title  {
     margin-top: 4px;
     font-size: 16px;
     font-weight: bold;
     text-overflow: ellipsis;
     line-height: 1.3;
     overflow: hidden;
	 -webkit-line-clamp: 2;
     display: -webkit-box;
     -webkit-box-orient: vertical;
}
 .list-posts .post-item .from_the_blog_excerpt  {
     margin: 16px 0;
}
 /**********/ /* Responsive */ @media only screen and (max-width: 549px) /* Mobile */  {
     .cols-sm-1  {
         grid-template-columns: 1fr !important;
    }
     .cols-sm-2  {
         grid-template-columns: repeat(2, 1fr) !important;
    }
     .cols-sm-3  {
         grid-template-columns: repeat(3, 1fr) !important;
    }
     .px-sm-5  {
         padding-right: 3rem !important;
         padding-left: 3rem !important;
    }
}
 @media only screen and (max-width: 849px) /* Tablet */  {
     .cols-md-2  {
         grid-template-columns: repeat(2, 1fr);
    }
     .cols-md-3  {
         grid-template-columns: repeat(3, 1fr);
    }
     .cols-md-4  {
         grid-template-columns: repeat(4, 1fr);
    }
     /* Footer */ .landing-footer #footer-top .container  {
         flex-direction: column;
         gap: 1.5rem;
    }
     .landing-footer #footer-top .container .col-logo  {
         display: none;
    }
     .landing-footer #footer-top .maxim  {
         display: block;
         text-align: center;
    }
     .landing-footer #footer-top .social-icons  {
         justify-content: center !important;
    }
     .landing-footer #footer-middle .menu  {
         padding: 0 !important;
    }
     .landing-footer #footer-middle .menu .col-inner  {
         flex-direction: column;
    }
     .landing-footer #footer-middle .newsletter  {
         display: none;
    }
     /* ***** */
}
 @media only screen and (min-width: 850px) /* PC */ {
     .cols-lg-2  {
         grid-template-columns: repeat(2, 1fr);
    }
     .cols-lg-3  {
         grid-template-columns: repeat(3, 1fr);
    }
     .cols-lg-4  {
         grid-template-columns: repeat(4, 1fr);
    }
}
 @media only screen and (max-width: 1200px)  {
     /* Breadcrumbs */ .col-breadcrumbs  {
         padding: 24px 12px;
    }
     /* ***** */ /* Footer */ .landing-footer  {
         padding: 0 24px;
    }
     /* ***** */
}
 /* Animation */ @keyframes spread-effect  {
     0%  {
         opacity: 0;
    }
     50%  {
         opacity: 1;
    }
     100%  {
         -ms-transform: translate(-50%,-50%) scale(1.4);
         -webkit-transform: translate(-50%,-50%) scale(1.4);
         transform: translate(-50%,-50%) scale(1.4);
         opacity: 0;
    }
}
 @keyframes spin  {
     0%  {
         -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
    }
     100%  {
         -webkit-transform: rotate(360deg);
         -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
    }
}
 /**********/