/*
Theme Name: Techvantage
Author: Adeel Sabir
Description: Our default theme for 2023 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
Text Domain: ayeshsaafridi
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.
*/

.btn-primary{
    background-color: #2154a0;
    padding: 15px 30px;
}
.btn-primary:hover{
    background-color: #f28d23;
}

.page_breadcrumbs {
    padding-top: 90px;
}
.page_breadcrumbs{
    background-image: url('./images/banner.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
}
#toTop{
    background-color: #2154a0 !important;
}
.ls .highlight {
    color: #2358a4 !important;
}
.ls a {
    color: #2357a3 !important;
}


header.header-overly {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    background-color: transparent;
}
.page_header.affix {
    background-color: #404040;
    top: 0;
}
.sf-menu > li > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.header-overly.header_white .sf-menu > li > a {
    color: #fff;
}
.header_white .sf-menu > li > a:hover, .header_white .sf-menu > li.active > a {
    color: #f28d23;
}
.sf-menu ul a:hover, .sf-menu ul li.active > a {
    color: #f28d23;
}
.sf-menu, .sf-menu ul {
    background-color: #2154a0;
    padding: 0 30px;
    border-radius: 10px;
}
.mainmenu_wrapper{
    display: flex;
    justify-content: flex-end;
}
.page_header.affix .sf-menu, .sf-menu ul {
    background-color: transparent;
}
.menu-button{
    background-color: #f28d23;
    border-radius: 10px;
    height: 65px;
    padding: 0;
    width: 65px;
    font-size: 35px;
    margin: 10px 0;
}
.menu-button .fa-xmark{
    display: none;
}
.mainmenu_wrapper{
    display: none;
    position: absolute;
    right: 80px;
    margin: 10px 0;
}


.flex-control-nav{
    display: flex;
    align-items: center;
    justify-content: center;
}





.intro-button-main{
    margin-top: 30px !important;
}
.intro-button-main a{
    padding: 16px 38px;
    border: solid 1px #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 10px;
}
.intro-button-main a:hover{
    background-color: #2154a0;
    border-color: #2154a0;
    color: #fff;
}
.flexslider-controls-box{
    display: flex;
    align-items: center;
    background-color: rgb(255,255,255,0.2);
    cursor: pointer;
}
.flex-active .flexslider-controls-box{
    background-color: #2154a0;
}
.flexslider-controls-box img{
    width: 165px;
    height: 110px;
    object-fit: cover;
    background-position: center;
}
.flexslider-controls-box p{
    width: 190px;
    margin: 0;
    padding: 15px;
    text-align: left;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
}




.about-section{
    background-color: #fff;
    padding: 100px 0;
}
.about-content-main h2{
    font-size: 48px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 25px;
}
.about-content-main p{
    font-size: 20px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 35px;
}



.achievement-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    max-width: 900px;
    padding: 25px;
}
.achievement-box{
    text-align: center;
}
.achievement-box h3{
    font-size: 50px;
    font-weight: 700;
    color: #333333;
    margin: 10px 0 0;
}
.achievement-box p{
    font-size: 16px;
    color: #666666;
    font-weight: 400;
}





.services-section{
    background-color: #f4f6fa;
    padding: 100px 0;
}
.service-heading{
    text-align: center;
    margin-bottom: 40px;
}
.service-heading h2{
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0;
}
.service-box-main{
    text-align: center;
    padding: 50px 35px;
    transition: all 0.5s ease;
}
.service-box-main h4{
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 10px;
    min-height: 48px;
    transition: all 0.5s ease
}
.service-box-main p{
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    transition: all 0.5s ease
}
.service-box-main a{
    font-size: 14px;
    color: #2154a0;
    font-weight: 400;
    transition: all 0.5s ease;
}
.service-box-main:hover{
    background-color: #2154a0;
}
.service-box-main:hover h4{
    color: #fff;
}
.service-box-main:hover p{
    color: #fff;
}
.service-box-main:hover a{
    color: #fff !important;
}
.service-box-main.active{
    background-color: #2154a0;
}
.service-box-main.active h4{
    color: #fff;
}
.service-box-main.active p{
    color: #fff;
}
.service-box-main.active a{
    color: #fff;
}





.expert-section{
    background-color: #ffffff;
    padding-top: 100px;
}
.expert-image img{
    width: 100%;
}
.expert-content{
    padding-left: 60px;
}
.expert-content h2{
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 25px;
}
.expert-content p{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0;
}
.expert-main {
    display: flex;
    justify-content: space-between;
}
.expert-box-main {
    text-align: center;
    margin-top: 30px;
}
.expert-box-main .expert-circle{
    width: 170px;
    height: 170px;
    border: solid 10px #f4f6fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}
.expert-box-main .expert-circle::before{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 113%;
    height: 113%;
    border-radius: 50%;
    background: radial-gradient(
        circle closest-side,
        white 0,
        white 90%,
        transparent 90%,
        transparent 100%,
        white 0
    ),
    conic-gradient(var(--circle-color) 0, var(--circle-color) var(--circle-width), #f4f6fa 0, #f4f6fa 100%);
    transition: all 0.5s ease;
}
.expert-box-main .expert-circle h3{
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #666666;
}
.expert-box-main p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 10px;
}





.page_footer {
    background-color: #333333 !important;
    padding-top: 90px;
}
.page_footer .logo{
    margin-top: 60px;
    max-width: 230px;
    width: 100%;
}
.footer-menu h3{
    color: #fff;
    font-size: 26px;
}
.footer-menu ul li a{
    color: #fff;
    transition: all 0.5s ease;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 0;
    display: inline-block;
}
.footer-menu ul li a:hover{
    color: #f28d23;
}
.footer-last ul{
    list-style: none;
    padding: 0;
}
.footer-last ul li{
    display: flex;
    align-items: center;
}
.footer-last ul li .icon{
    margin-right: 10px;
}
.footer-social-link{
    border-top: solid 1px #555555;
    padding: 30px 0;
}
.footer-social-link ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-link ul li{
    margin: 0 7px;
}
.footer-social-link ul li a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #2783c3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}
.footer-social-link ul li a:hover{
    background-color: #f1702e;
}







@media (max-width: 1199px){
    .achievement-main {
        position: unset;
        width: 100%;
        max-width: 100%;
        padding: 15px;
        margin-top: 20px;
    }
    .expert-box-main .expert-circle{
        width: 130px;
        height: 130px;
    }
    .expert-box-main .expert-circle::before {
        width: 120%;
        height: 120%;
    }
    .expert-box-main .expert-circle h3{
        font-size: 30px;
    }
}




@media (max-width: 991px){
    .menu-button {
        height: 45px;
        width: 45px;
        font-size: 25px;
    }
    .mainmenu_wrapper {
        position: fixed;
        right: unset;
        left: 0;
        top: 0;
        height: 100%;
        width: 300px;
        background-color: #2154a0;
        z-index: 9;
        margin: 0;
    }
    .intro_section .slide_description_wrapper {
        padding: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 80px;
    }
    .flexslider-controls{
        display: none;
    }
    .intro_section h3{
        max-width: 100%;
        font-size: 25px;
    }
    .intro-button-main a {
        padding: 10px 25px;
        font-size: 14px;
    }
    a.logo img {
        max-width: 160px;
    }
}




@media (max-width: 991px){
    header.header-overly {
        top: 0;
    }
    .page_header .container .row{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .page_header .container .row .col-sm-5{
        flex: 0 0 70%;
    }
    .intro_section .slide_description_wrapper{
        top: 40px;
    }
    .intro_section h3 {
        font-size: 19px;
    }
    .intro-button-main a {
        padding: 3px 18px;
        font-size: 12px;
    }
    .about-section {
        padding: 50px 0;
    }
    .about-content-main h2 {
        font-size: 35px;
    }
    .about-content-main {
        margin-bottom: 30px;
    }
    .achievement-main{
        flex-wrap: wrap;
        padding: 0;
    }
    .achievement-box {
        flex: 0 0 50%;
        margin-bottom: 10px;
    }
    .achievement-box h3 {
        font-size: 35px;
    }
    .services-section {
        padding: 50px 0;
    }
    .service-heading h2 {
        font-size: 35px;
    }
    .service-heading {
        margin-bottom: 20px;
    }
    .expert-content {
        padding-left: 0;
        margin-top: 30px;
    }
    .expert-main{
        flex-wrap: wrap;
    }
    .expert-content h2 {
        font-size: 35px;
    }
    .page_footer{
        padding-top: 0;
    }
    .mainmenu_wrapper{
        width: 250px;
    }
}