/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*header*/

.header_scroll {
    position: fixed !important;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.header_scroll .elementor-widget-site-logo {
    display: none;
}
.header_scroll .sticky_logo  {
    display: block;
}
.header_scroll ul li a {
    color: #2A2622 !important;
}
.header_scroll ul li a:hover {
    color: #2e75b5 !important;
}
.header_scroll ul li a:hover:after{background-color: #2e75b5 !important;}
.header_scroll ul li.current-menu-item a {
    color: #2e75b5 !important;
}
.header_scroll ul li.current-menu-item a:after {
    background-color: #2e75b5 !important;
}


span.custom_color {
    color: #2E75B5;
}


.haf_col input {
    width: 95%;
}
.haf_col {
    float: left;
    width: 50%;
}
.fullForm_col input {
    width: 97%;
}
.fullForm_col textarea {
    width: 98%;
}

.testemonial_sec .uc_quote_info {
    flex-direction: row !important;
    width: 100%;
}
.testemonial_sec .uc_author {
    display: block !important;
    width: 25%;
    text-align: center;
}
.testemonial_sec .uc_author .ue-image {
    margin: auto;
}
.testemonial_sec .ue-text { width: 75%;}

.testemonial_sec .owl-nav button.owl-prev {
    left: 25% !important;
}
.testemonial_sec .owl-nav button.owl-next {
    right: unset !important;
    left: 30%;
}
.testemonial_sec .owl-dots {
    display: none;
}

/**/

.our_team_wrapper .team-card {
    display: flex;
    gap: 45px;
    background: #ffffff;
    padding: 20px;
}
.our_team_wrapper .team-image {
    width: 40%;
}
.our_team_wrapper .team-image img {
    height: 400px;
    object-fit: cover;
}
.our_team_wrapper .team-info {
    width: 60%;
    padding-top: 40px;
}    
.our_team_wrapper .team-info h3 {
    margin: 0 0 10px;
    font-size: 22px;
    color: #2A2622;
}
.our_team_wrapper .team-info h5 {
    color: #2A2622;
}
.our_team_wrapper .teamBio p {
    color: #4A4E56;
    font-size: 16px;
    font-family: "Outfit", Sans-serif;
    font-weight: 300;
}

.team_member .ue_post_grid_item {
    flex-direction: row !important;
    gap: 50px;
}

.team_member .ue_post_grid_item a.uc_post_grid_style_one_image {
    width: 35%;
}
.team_member .ue_post_grid_item .uc_content {
    width: 65%;
}

/*post single page*/

.single-maincontainer {
    max-width: 1300px;
    margin: auto;
    padding: 70px 0;
}
.row-stickycont {
    display: flex;
    align-items: flex-start;
}
.single-entrycontent {
    width: 70%;
    padding: 25px;
}
.sidebar-stickycol {
    width: 30%;
    padding: 25px;
}
.custom-post-thumbnail img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.single-entrycontent .custom-post-title {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2A2622;
}
.custom-post-content {
    font-size: 18px;
    line-height: 26px;
    color: #4A4E56;
    margin-bottom: 40px;
    font-family: "Outfit", Sans-serif;
}
.single-blog-navigation {
    display: flex;
    padding-top: 30px;
}
.single-blog-nav-prev,
.single-blog-nav-next {
    width: 50%;
}
.single-blog-nav-prev a,
.single-blog-nav-next a {
    display: flex;
    align-items: center;
}
.single-blog-nav-prev a img,
.single-blog-nav-next a img {
    max-width: 55px;
}
.single-blog-nav-prev a h5,
.single-blog-nav-next a h5 {
    color: #2e75b5;
    padding-left: 20px;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.single-blog-nav-next a {
    justify-content: flex-end;
}
.single-blog-nav-next a h5 {
    padding-right: 20px;
}
.sidebar-stickycol ul.typify-row {
    padding: 0;
    list-style: none;
}
.sidebar-stickycol ul.typify-row li.recent-posts,
.sidebar-stickycol ul.typify-row li.tag_cloud,
.sidebar-stickycol ul.typify-row li.categories,
.sidebar-stickycol ul.typify-row li.custom-post-search {
    /* box-shadow: 0px 0px 4px -1px #2e75b5;*/
    background-color: #eef4f9;
    margin-bottom: 20px;
    padding: 30px;
}
ul.typify-row li h5 {
    color: #2e75b5;
    font-size: 22px;
    font-weight: 600;
}
li.recent-posts ul,
li.categories ul {
    padding: 0;
    list-style: none;
}
li.recent-posts ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
}
li.recent-posts ul li i.fas {
    padding-right: 5px;
}
li.recent-posts ul li a,
li.categories ul li a {
    color: #2A2622;
    font-size: 16px;

}
li.categories ul li {
    display: inline-block;
    margin-right: 10px;
}
li.categories ul li a:before {
    content: " ";
    background-color: #2e75b5;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.tagcloud a.tag-cloud-link {
    color: #2A2622;
    font-family: "Outfit", Sans-serif;
    text-transform: capitalize;
    display: inline-block;
    margin: 4px 4px 4px 0;
    padding: 10px 15px;
    line-height: 1em;
    background-color: #ffffff;
}
.search-form {
    font-family: "Outfit", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    border: 1px solid#D2D2D1;
    border-radius: 10px 10px 10px 10px;
    padding: 15px;
}
.search-field {
    border: unset !important;
    background-color: #00000000;
    padding: 0 !important;
    outline: 0 !important;
}
.search-submit {
    color: #2e75b5;
    border: none;
    padding: 0;
}
.search-submit:hover {
    background-color: #00000000;
    color: #2e75b5;
}
.maincontent_scroll .sidebar-stickycol {
    position: sticky;
    top: 140px;
}
/*search results page*/


.search-results .header_top {
    background-color: #EEF4F9;
}

.search-results .header_top .elementor-widget-site-logo {
    display: none;
}
.search-results .header_top .sticky_logo {
    display: block;
}

.search-results .header_top nav ul li a {
    color: #2A2622 !important;
}

.search_custom_content {
    padding: 70px 0;
}
.search_custom_content h1.entry-title {
    font-size: 34px;
    padding-bottom: 30px;
}

.search_custom_content  article.post {
    box-shadow: 0px 0px 4px -2px #2e75b5;
    background-color: #eef4f9;
    margin-bottom: 20px;
    padding: 30px;
}
.search_custom_content  article.post h2,
.search_custom_content article.post h2 a {
    font-size: 28px;
    margin: 0;
     color: #2A2622;
}
.search_custom_content  article p {
    font-size: 16px;
    margin-top: 20px;
}









/*responsive css */

@media only screen and (min-width: 320px) and (max-width: 767px)  {

.our_team_wrapper .team-card {
    gap: 20px;
    flex-direction: column;
    padding: 15px;
}
.our_team_wrapper .team-image {
    width: 100%;
}
.our_team_wrapper .team-image img {
    height: unset;
}
.our_team_wrapper .team-info {
    width: 100%;
    padding-top: 20px;
}
.testemonial_sec .uc_quote_info {
    flex-direction: column !important;
}
.testemonial_sec .uc_author,
.testemonial_sec .ue-text {
    width: 100%;
}
.testemonial_sec .owl-nav button.owl-prev {
    left: 0% !important;
}
.testemonial_sec .owl-nav button.owl-next {
    left: unset;
    right: 0 !important;
}

.haf_col { width: 100%;}

/*single post*/

.single-maincontainer {
    padding: 50px 20px;
}
.single-entrycontent .custom-post-title {
    font-size: 24px;
}
.row-stickycont {
    flex-wrap: wrap;
}
.single-entrycontent,
.sidebar-stickycol {
    width: 100%;
    padding: 0px;
}
.maincontent_scroll .sidebar-stickycol {
    position: unset;
}
.custom-post-content {
    margin-bottom: 15px;
}
.single-blog-navigation {
    padding-top: 15px;
    padding-bottom: 39px;
}
.single-blog-nav-prev a h5, 
.single-blog-nav-next a h5 {
    letter-spacing: .1em;
    font-size: 16px;
}
.search_custom_content {
    padding: 50px 20px !important;
}
.search_custom_content h1.entry-title {
    font-size: 24px;
    padding-bottom: 15px;
}
.search_custom_content  article.post {
    padding: 20px;
}
.search_custom_content  article.post h2, 
.search_custom_content article.post h2 a {
    font-size: 22px;
}



















}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {

.testemonial_sec .owl-nav button.owl-next {
    left: 34%;
}

/*single post*/

.single-maincontainer {
    padding: 60px 20px;
}
.single-entrycontent .custom-post-title {
    font-size: 26px;
}
.row-stickycont {
    flex-wrap: wrap;
}
.single-entrycontent,
.sidebar-stickycol {
    width: 100%;
    padding: 0px;
}
.maincontent_scroll .sidebar-stickycol {
    position: unset;
}
.custom-post-content {
    margin-bottom: 15px;
}
.single-blog-navigation {
    padding-top: 15px;
    padding-bottom: 39px;
}
.single-blog-nav-prev a h5, 
.single-blog-nav-next a h5 {
    letter-spacing: .1em;
    font-size: 16px;
}
.search_custom_content {
    padding: 50px 20px !important;
}
.search_custom_content h1.entry-title {
    font-size: 26px;
    padding-bottom: 15px;
}
.search_custom_content  article.post {
    padding: 20px;
}
.search_custom_content  article.post h2, 
.search_custom_content article.post h2 a {
    font-size: 24px;
}










}




@media only screen and (min-width: 1025px) and (max-width: 1200px)  {

.testemonial_sec .owl-nav button.owl-next {
    left: 32%;
}

.our_team_wrapper .team-card {
    gap: 20px;
}
.our_team_wrapper .team-image {
    width: 50%;
}
.our_team_wrapper .team-info {
    width: 50%;
}



}














@media only screen and (min-width: 1201px) and (max-width: 1400px)  {

.our_team_wrapper .team-card {
    padding: 10px;
    gap: 25px;
}
.our_team_wrapper .team-image {
    width: 50%;
}
.our_team_wrapper .team-info {
    width: 50%;
}

.our_team_wrapper .team-info h5 {
    margin-bottom: 5px;
}

.our_team_wrapper .teamBio p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}











}





