/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.7
Tested up to: 6.9
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

* {
	padding:0;
	margin:0;
}

.main_menu .menu-item a {
    position: relative;
    text-decoration: none;
}

.main_menu .menu-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; /* text ke thoda niche */
    width: 0;
    height: 1px;
    background-color: #b2b2a0;
    transition: width 0.3s ease;
}

.main_menu .menu-item a:hover::after {
    width: 70%;
}
.footer_menu ul li a{
    display:inline-block;
    transition:0.3s ease;
}

.footer_menu ul li:hover a{
    color:#8b6b3f;
    transform: translateX(4px);
}
































.experience:before {
    content:'';
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 190px;
    height: 100%;
    background-color: #ededd5;
    max-height: 190px;
    transform: translate(-50%, -50%);
}
.aboout_img:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 15px;
    background: #ededd5;
    width: 100%;
    max-width: 490px;
    height: 100%;
    border-radius: 240px;
}

















.white-features{
    display:flex;
    justify-content:center;
    gap:35px;
    padding:0px 0;
    font-family:"Nunito Sans", Sans-serif;
}

/* Card */
.white-card {
    position: relative;
    background: #fff;
    width: 320px;
    padding: 35px 30px;
    border-radius: 18px;
    box-shadow: 0 25px 40px rgba(0,0,0,0.12);
    transition: 0.4s ease;
    overflow: hidden;
    text-align: center;
}
.resources_page img {
    border-radius: 10px !important;
}
/* Bottom gold line */
.white-card::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(to right,#b5945d,#e7c88a);
}

/* Number */
.white-card span{
    position:absolute;
    top:20px;
    right:25px;
    font-size:48px;
    font-weight:700;
    color:rgba(181,148,93,0.35);
}

/* Title */
.white-card h4 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 500;
    color: #111;
    font-family: "Aclonica", sans-serif;
}

/* Text */
.white-card p{
    font-size:17px;
    color:#555;
    line-height:1.6;
}

/* Hover effect */
.white-card:hover{
    transform:translateY(-12px);
    box-shadow:0 35px 60px rgba(0,0,0,0.18);
}




.contact-form input {
     font-family:"Nunito Sans", Sans-serif !important;
}
.contact-form textarea {
     font-family:"Nunito Sans", Sans-serif !important;
}
button#wpforms-submit-258 {
     background:#000;
     color:#fff;
     border:1px solid #000;
     font-family:"Nunito Sans", Sans-serif !important;
     padding:11px 35px;
}
button#wpforms-submit-258:hover {
     background:#fff;
     color:#000;
}






                            /* ================ !!whatsapp-ring End!! =============== */
                            .contact-float {
                                position: fixed;
                                bottom: 40px;
                                right: 20px;
                                z-index: 999;
                            }

                            .whatsapp-ring {
                                position: relative;
                                visibility: visible;
                                background-color: transparent;
                                width: 110px;
                                height: 110px;
                                cursor: pointer;
                                z-index: 11;
                                transition: visibility .5s;
                                left: 0;
                                bottom: 0;
                                display: block;
                            }

                            .whatsapp-ring-circle {
                                width: 110px;
                                height: 110px;
                                top: 0;
                                left: 0;
                                position: absolute;
                                background-color: transparent;
                                border-radius: 100%;
                                border: 2px solid #25d366;
                                -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
                                animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
                                transition: all .5s;
                                -webkit-transform-origin: 50% 50%;
                                -ms-transform-origin: 50% 50%;
                                transform-origin: 50% 50%;
                                opacity: .5;
                            }

                            .whatsapp-ring-circle-fill, .whatsapp-ring-img-circle {
                                background: #107cb3;
                                background: #107cb3;
                            }

                            .whatsapp-ring-circle-fill {
                                width: 80px;
                                height: 80px;
                                top: 16px;
                                left: 16px;
                                position: absolute;
                                background-color: #25d366;
                                border-radius: 100%;
                                border: 2px solid transparent;
                                -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
                                animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
                                transition: all .5s;
                                -webkit-transform-origin: 50% 50%;
                                -ms-transform-origin: 50% 50%;
                                transform-origin: 50% 50%;
                            }

                            .whatsapp-btn-icon {
                                display: flex;
                            }

                            .whatsapp-ring-img-circle .whatsapp-btn-icon i {
                                font-size: 30px;
                                color: white;
                            }

                            .whatsapp-ring-img-circle {
                                background-color: #25d366;
                                width: 50px;
                                height: 50px;
                                top: 31px;
                                left: 31px;
                                position: absolute;
                                background-size: 20px;
                                border-radius: 100%;
                                border: 2px solid transparent;
                                -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
                                animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
                                -webkit-transform-origin: 50% 50%;
                                -ms-transform-origin: 50% 50%;
                                transform-origin: 50% 50%;
                                display: -webkit-box;
                                display: -webkit-flex;
                                display: -ms-flexbox;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }

                            @keyframes phonering-alo-circle-anim {
                                0% {
                                    -webkit-transform: rotate(0) scale(.5) skew(1deg);
                                    -webkit-opacity: .1
                                }

                                30% {
                                    -webkit-transform: rotate(0) scale(.7) skew(1deg);
                                    -webkit-opacity: .5
                                }

                                100% {
                                    -webkit-transform: rotate(0) scale(1) skew(1deg);
                                    -webkit-opacity: .1
                                }
                            }

                            @keyframes phonering-alo-circle-fill-anim {
                                0% {
                                    -webkit-transform: rotate(0) scale(.7) skew(1deg);
                                    opacity: .6
                                }

                                50% {
                                    -webkit-transform: rotate(0) scale(1) skew(1deg);
                                    opacity: .6
                                }

                                100% {
                                    -webkit-transform: rotate(0) scale(.7) skew(1deg);
                                    opacity: .6
                                }
                            }
.profile_image img {
    height:200px;
    width:100%;
    object-fit:cover;
}
.main_logo a {
    color: #000;
}
.main_logo a:hover {
    color: #000;
}
.top_list ul{
    display:flex;
    gap:15px;
}
.top_list li{
    list-style:none;
}
.top_list svg {
    height:15px !important;
}
/* ============================= 404 css =============================== */
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
    font-family:"Nunito Sans", Sans-serif !important;
    color: #000;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    font-family:"Nunito Sans", Sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 35px;
}

a.default-btn-error {
    font-family:"Nunito Sans", Sans-serif !important;
    font-weight: 600;
    background-color: transparent;
    background: #000;
	border:1px solid #000;
    border-radius: 5px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 14px 25px 14px 25px;
    color:#fff;
    text-decoration:none;
}
a.default-btn-error:hover{
    background:#fff;
	color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .error-page-area {
        padding: 0 10px;
    }
}
.social_icon svg {
    font-size: 15px !important;
}
.footer_menu li.elementor-icon-list-item {
    list-style: none;
}

.footer_menu svg {
    height:14px !important;
}
table {
    width: 100%;
    border-collapse: collapse;
	font-family: "Nunito Sans", Sans-serif;
}

th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}
.main_logo h2 {
    position:relative;
}
.main_logo span {
    font-size: 15px;
    margin-left: -4px;
    position:absolute;
    top:27px;
    left:63%;
}
.banner_cara img {
    height: 310px;
    border-radius: 5px;
    object-fit: cover;
}
.awards_top {
    border-top: 2px solid #ffc173 !important;
}
span.founder-logo {
    position: absolute;
    right: 191px;
    top: 63px;
    font-size: 20px !important;
}
.new-box-slide .elementskit-single-testimonial-slider {
    height:90px;
}
.events-img img{
    height:250px;
    object-fit:cover;
    width:100%;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .white-features {
    display: grid;
    gap: 20px;
  }
}
footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none !important;
}
.section_headingg span.founder-logo {
    position: absolute;
    top: 22px;
    right: 51%;
	font-size: 18px !important;
}