@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400&display=swap');

body{
	font-family: 'Roboto', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, body p{
    font-family: 'Poppins', sans-serif;
}
html {
	scroll-behavior: smooth;
}
.pushwrap {
	overflow: hidden;
}
img {
	max-width: 100%;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.p_50_l_r{
	padding-left: 50px;
	padding-right: 50px;
}

.navbar-toggler{
    display: flex;
}
.navbar-toggler:focus, .navbar-toggler:hover{
    outline: none;
}

/*header_3 css*/
.header_3{
    background-color: transparent;
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header_3 .navbar-expand-lg .navbar-nav a{
    color: var(--white);
}
.header_3 .navbar-expand-lg .navbar-nav a:hover,
.header_3 .navbar-expand-lg .navbar-nav a:hover a,
.header_3 .navbar-expand-lg .navbar-nav .active a{
    color: var(--black);
}
.c_menu{
    border-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: var(--white);
    box-shadow: 2px 5px 10px #0000001a;
}

.c_menu li {
    padding-bottom: 0;
}
.c_menu li a{
    display: block;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 20px !important;
    font-weight: 400;
    color: var(--black) !important;
}

.c_menu li a:hover{
    background: var(--blue);
    color: var(--white) !important;
    border-radius: 5px;
}
.header-buttons .btn{
    color: var(--white);
    text-transform: uppercase;
    border-radius: 20px !important;
}
.header-buttons .btn-white-bg{
    background: var(--white);
    color: var(--black);
    padding: 5px 30px;
}
.header-buttons .btn:hover{
    color: var(--black);
}
/*footer_search_3 css*/

.form-control:focus{
    box-shadow: none;
    outline: none;
}

.footer_3 {
    padding: 60px 0 60px 0;
    background: var(--white);
}
/*.header-3-inner-page{
    background: #2647c8;
}*/
.footer_3 h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--black);
}
.footer_3 .footer_logo{
    margin-bottom: 20px;
}
.footer_3 ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.footer_3 ul li a{
    text-decoration: none;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    color: var(--black);
}
.footer_3 ul li a:hover{
    text-decoration: none !important;
    border: none !important;
    color: var(--blue);
    font-weight: 500;
}
.header_3 .head_menu{
    background: transparent;
}
.footer_3 .social_icons ul{
    display: flex;
}
.footer_3 .social_icons ul li:not(:last-child){
    margin-right: 20px;
}

.footer_3 .my_accounts ul li a:hover{
    border-bottom: 2px solid;
}

.footer_3 .foot_info_list li {
    display: flex;
    align-items: baseline;
    font-size: 16px;
}
.footer_3 .foot_info_list li i {
    margin-right: 10px;
    font-size: 16px;
    color: var(--black);
}
.copy_right_3{
    padding: 20px 0;
    background-color: var(--black);
    text-align: center;
}
.description_footer p{
    color: var();
}


.padding-t-b-100{
    padding: 100px 0;
}
html .scroll-to-top{
    background: var(--blue) !important;
    color: var(--white);
}



