/* ************************************************ Font - Family ************************************************ */
/* @font-face {
    src: url("../fonts/Poppins-Regular.ttf"); 
    font-family: sans-serif;
    font-display: swap;
} */

.font-regular {
    font-family: sans-serif !important;
}

/* @font-face {
    src: url("../fonts/Poppins-Bold.ttf"); 
    font-family: "sans-serif";
    font-display: swap;
} */

.font-bold {
    font-family: sans-serif !important;
    font-weight: bold;
}

/* @font-face {
    src: url("../fonts/Poppins-SemiBold.ttf"); 
    font-family: "sans-serif";
    font-display: swap;
} */

.font-semiBold {
    font-family: sans-serif !important;
}

	h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a,
    small,
    i,
    span,
    strong,
    input,
    label,
    option,
    select,
    textarea,
    progress,
    fieldset,
	div,
    .form-control
	{
		font-family: sans-serif !important;
	}
/* ===================================================================================================================*/

/* CSS RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.height_100{
    height: 100%;
}

/* ===================================================================================================================*/

/* GLOBAL CSS */
html {
    scroll-behavior: smooth;   
	overflow-x: hidden;
}

body {
    font-family: sans-serif !important;
    overflow-x: hidden;
    font-size: 16px;
    color: #575252;     
    overflow-y: scroll; 
}
#main-wrapper {
    min-height: 85vh;
}

.container-kit{
    max-width: 100% !important;
    padding-right: 10% !important;
    padding-left: 10% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

/* ============================================= HTML Tags =============================================================*/
a {
    text-decoration: none;
}

.heading_col{
    color:#312782 !important;
}

p {
    font-family: sans-serif;
    font-size: 16px;
}

/* ========================================= Main Header Navigation ===========================================================*/
.invisiblecol {
    visibility: hidden;
    padding: 10px;
}

.menu_navigation{
    display: flex;
}

.menu_navigation a
{
    /* margin-right: 1.0rem; */
    color: #ffffff;
}
.menu_navigation a svg{
    color: #ffffff;
}

@media(max-width: 580px){
	.subscribe_cls {
		position: relative !important;
		margin-top: 1rem;
		margin-bottom: 0rem;
	}
}

@media (max-width:1399.98px) {
    .menu_navigation a
    /* ,.menu_navigation a svg */
    {
        margin-right: 0rem;
        font-size: 16px !important;
    }
    #menu-main-menu-2,
    #menu-main-menu-3{
        padding: 0 !important;
    }
}

@media (max-width:768px){
	.pad-top{
		padding-top: 10rem !important;
	}
	#menu-footer-menu-1 li{
		flex: 0 0 auto;
		width: 50%;
	}
	#menu-footer-menu-1{
		flex-wrap: wrap;
	}
}

@media (max-width:400px){
	#menu-footer-menu-1 li{
		width: 100%;
	}
	#menu-footer-menu-1{
		display: block !important;
	}
}

@media (max-width:500px){
	.mobile_menu{
		top: 80px !important;
	}
}

#main_menu_list_container{
	height: 100vh;
    overflow-y: auto;
}

.menu_navigation li:after{
    content: '';
    display: block;
    position: relative;
    width: 20%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    transform-origin: bottom right;
    transition: transform .25s ease-out;
    text-align: center;
    background-color:#f20505;
}

/* .underline_black li:after{
    background-color:#ffffff !important;
} */

.menu_navigation > li:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.menu_navigation>li#menu-item-216:hover:after, 
.menu_navigation>li#menu-item-577:hover:after{
	transform: scaleX(0) !important;
}

.menu_navigation .sub-menu li:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
	background-color: #ffffff !important;
}

#menu-footer-menu-1 a:hover{
	font-weight: bold;
}

/* .menu_navigation #menu-item-169:after,
.menu_navigation #menu-item-216:after {
    background-color:transparent !important;
} */

.menu_navigation li{
    list-style: none;
    padding: 10px;
} 

#main_navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: transparent;
}

.company-logo{
    width: 70%;
}

/* ========================================= Certification Home ===========================================================*/
.certicaltion_ul li {
    list-style: none;
}
.view_all_btn{
    border: 2px solid #0759a6;
    padding: 18px 24px;
    background-color: transparent;
    color: #0759a6;
}

.view_all_btn:hover{
    border: 2px solid #f20505;
    background-color: #f20505;
    color: #ffffff;
}

.view_all_btn a {
    color: #0759a6;
}

.view_all_btn:hover a {
    color: #ffffff;
}

@media(min-width: 767.98px){
	.learn_more_btn {
		padding: 18px 24px;
		border: 2px solid #ffffff;
		background-color: transparent;
		color: #ffffff;
	}
}

@media(max-width: 767.98px){
	.learn_more_btn {
		padding: 5px 5px;
		 border: 2px solid #ffffff;
		background-color: transparent;
		color: #ffffff;
	}
}

.learn_more_btn:hover {
    border: 2px solid #f20505;
    background-color: #f20505;
    color: #fff;
    /* font-family: ""; on hover bold text */
}

.learn_more_btn a {
    color: #ffffff;
}

.learn_more_btn:hover a {
    color: #ffffff;
}

/* ========================================= Main Nav -- Sub-Menu ===========================================================*/
#main_navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start!important;
}

.marginNavCls li{
	margin-top:-6px !important;
}
#main_navbar .menu_navigation>li {
    position: relative;
    margin: 5px 10px;
}

#main_navbar .menu_navigation li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -55px;
    opacity: 0;
    text-align: center;
    top: 0;
    visibility: hidden;
    /* z-index: -99999; */
    flex-direction: column;
}

#main_navbar .menu_navigation li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    min-width: 220px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #f20505;
}

@media (max-width: 991.98px) {
    #main_navbar {
        display: none;
    }
	.pad-top{
		padding-bottom: 8rem !important;
	}
	.img_div{
		max-width:250px !important;
	}
}

.menu_navigation .current-menu-item a:after {
    content: '';
    display: block;
    position: relative;
    width: 20%;
    height: 2px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    transform-origin: bottom right;
    transition: transform .25s ease-out;
    text-align: center;
    background-color:#f20505;

}

.sub-menu {
    background-color: #f20505;
}

.sub-menu li:hover>a {
    color: #ffffff !important;
}

/* .sub-menu li a{
    color: #ffffff;
} */

/* ========================================= Search Form Layout ===========================================================*/
#search_form_mob {
    display: none;
	margin-bottom:15px;
}

#search_form {
    display: none;
    position: absolute;
    top: 154px;
    z-index: 10;
    padding: 0;
    right: 0;
    width: 50%;
    right: 8rem;
    border-radius: 3px;
    background-color: transparent;
    /* line-height: 2.5; */
}

#search_form .fa-times,
#site-search i {
/*     position: absolute;
    top: -14px;
    right: 10px;
    opacity: 1;
    color: #0759a6;
    text-shadow: none;
    filter: none;
    z-index: 9;
    width: 30px;
    height: 30px;
    padding: 7px;
    text-align: center;
    border-radius: 50%; */
	
	position: absolute;
    top: -3px;
    right: 10px;
    opacity: 1;
    color: #0759a6;
    text-shadow: none;
    filter: none;
    z-index: 9;
    width: 16px;
    height: 30px;
    padding: 7px;
    text-align: center;
    border-radius: 50%;
}

@media (max-width: 991.98px) {
    #search_form_mob .fa-times {
        position: absolute;
        top: -35px;
        right: 0;
        opacity: 1;
        color: #0759a6;
        text-shadow: none;
        filter: none;
        z-index: 9;
        width: 30px;
        height: 30px;
        padding: 7px;
        text-align: center;
        border-radius: 50%;
    }
}

#search_form form {
    position: relative;
    display: flex;
    margin-top: 5px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    /* padding: 15px; */
}

.search-input-submit-container {
    display: flex;
}

#search_form_input,
#search_form_input_mob {
    width: 85%;
    border: 1px solid #f20505;
    border-right: 0;
    background-color: #ffffff;
    font-size: 1rem;
    padding: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 15px;
    box-shadow: none;
    opacity: 0.8;
    line-height: 2.5;
}

#search_form_input:focus {
    box-shadow: none;
}

.main_nav_search_toggler:focus {
    outline: none !important;
}

.main_nav_search_toggler {
    display: inline-block;
    background: none;
    outline: none;
    border: none;
    color: var(--blue);
    font-size: 25px;
}

.search-input-submit-container {
    display: flex;
}

.search-input-submit-container button {
    border-radius: 0;
    background-color: var(--reddish-orange);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: transparent;
}

.btn_submit_search,
.btn_submit_search_mob {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: 1px;
    box-shadow: none !important;
    background: #f20505 !important;
    color: white !important;
    font-size: 16px;
}

.btn_submit_search:hover,
.btn_submit_search_mob:hover {
    background: #ffffff !important;
    color: #0759a6 !important;
    /* border: 1px solid #0759a6; */
    font-weight: bold;
}

.btn_submit_search:active,
.btn_submit_search_mob:active {
    background: #0759a6 !important;
    color: #ffffff !important;
    /* border: 1px solid #0759a6; */
    /* font-weight: bold; */
}

.facebook_footer_icon:hover {
    background: #0759a6;
    color: white;
}

a {
    cursor: pointer;
}
#search_form #search_form_input::placeholder{
    color:#000000;
}

/* ============================================ Mobile Menu Start ============================================ */
@media (min-width: 992px) {
    #mobile-nav {
        display: none;
    }
}

/* mobile toggle button start */
.navbar-toggler {
    position: relative;
    z-index: 2;
    padding-top: 3px;
    padding-bottom: 7px;
    border: 1px solid #be0e0e;
    box-shadow: none !important;
}

.icon-bar {
    width: 15px;
    height: 2px;
    background-color: #be0e0e;
    display: block;
    transition: all 0.2s;
    margin-top: 3px;
}

/********************************************* search_form_mob **********************************************/
#mobile-nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
}

.x-mark_img,
.x-mark_img_mob {
    display: none;
}

.search_form_mob {
    display: none;
}

.mobile_menu {
    position: fixed;
    top: 125px;
    width: 100% !important;
    left: 0;
    background-color: #000000ad;
    padding: 2rem;
    height: 100%;
    overflow-y: auto;
    z-index: 11;
}

.mobile_menu ul#main_menu_list_container>li.menu-item-has-children .chevron {
    position: absolute;
    right: 0px;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    padding-left: 0;
    width: 40px;
    padding-right: 0;
    text-align: center;
    top: 13px;
}

.mobile_menu ul#main_menu_list_container>li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
}

.mobile_menu ul#main_menu_list_container>li.menu-item-has-children .sub-menu li a,
.mobile_menu ul#main_menu_list_container>li a {
    color: #ffffff;
}
.mobile_menu ul#main_menu_list_container>li.menu-item-has-children .sub-menu{
    background-color: transparent !important;
}

.mobile_menu ul#main_menu_list_container>li a:hover,
.mobile_menu ul#main_menu_list_container>li.menu-item-has-children .sub-menu li a:hover
{
    color: #f20505 !important;
}

@media (max-width: 991.98px) {
    .mobile_menu ul li {
        padding: 15px 8px;
        border-bottom: 1px solid #fff;
        position: relative;
        list-style: none;
    }

    #menu-main-menu-1 li {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 991.98px) {
    #mobile-nav-toggled ul li {
        padding: 20px 8px;
        border-bottom: 1px solid #fff;
        position: relative;
    }
}

.topmenu {
    display: block !important;
    width: 100%;
    left: 60%;
    margin-right: 1rem;
    z-index: 1;
}

.mobile_menu .sub-menu {
    display: none;
}

@media (min-width: 992.98px){
	.mobile_menu {
		display:none;
	}	
}
/* ============================================ Mobile Menu End ============================================ */

/* ============================================ Product Overlay CSS Start ============================================ */
.img_div {
    position: relative;
    width: 90%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000000;
}

.img_div:hover .overlay {
    opacity: 0.8;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
/* ============================================ Product Overlay CSS End ============================================ */
.guten-QnOY5G .guten-element{
	min-height:100% !important;
}
.guten-QnOY5G
.guten-icon-box-wrapper{
	min-height:100% !important;
}

.cursor_class a,.cursor_class span,.cursor_class svg{
	cursor:default !important;
}

.certicaltion_ul {
	padding-left:0 !important;
}

.breadcrumCls{
	font-size:16px;
}


.removeMargin article{
	margin-bottom: 0!important;
}

.margin{
	margin-top:5rem;
}
.form-control{
    font-size: 16px !important;
}

