/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1686628300
Updated: 2023-06-13 03:51:40

*/


/* Global css start */

header.page-header {
    display: none;
}
body a:hover{
    cursor: pointer;
}
.single-post header.page-header, .single-projects header.page-header {
    display: block;
}

/* Global css End */

/* header css start */

.header-menu-style ul li:last-child a {
    padding-right: 0px !important;
}

.top-bar-menu-style ul li {
    border-right: solid 1px #afafaf;
}

.top-bar-menu-style ul li:last-child {
    border: none;
}

/* header css End */

/* Home page  css start */

.contect-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.contect-form .col-6 {
    width: calc(50% - 0px);
    padding: 5px 10px;
}

.contect-form .col-6 input, .contect-form .col-12 textarea, .contect-form .col-6 select {
    margin-top: 6px;
}

.contect-form .col-12 textarea {
    width: 100%;
}

.contect-form .col-12 {
    width: calc(100% - 0px);
    padding: 5px 10px;
}

.contect-form .col-12 p {
    width: 100%;
}

.contect-form .col-12 p label {
    width: 100%;
}

@media screen and (max-width: 500px) {
    .contect-form .col-6 {
        width: calc(100% - 0px) !important;
    }
    
}

/* Home page  css End */


/* social  icon  css start */
ul.social-icons {
    margin: 0;
    position: fixed;
    right: 0px;
    bottom: 50px;
    background: #ffffff87;
    padding: 10px;
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0px 0px 10px 0px rgba(139.01751556396482, 139.01751556396482, 139.01751556396482, 0.5);
}

ul.social-icons li {
    padding: 5px 0px;
    margin: 0;
    list-style: none;
}

ul.social-icons li a img {
    width: 100%;
    max-width: 35px;
    transition: 0.5s;
}

ul.social-icons li a img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
/* social icon  css End */