* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}


:root {
    --bodyfontsize: 1rem;
    /* --bodycolor: #212529; */
}

/* img {
    max-width: 100%;
} */

div p {
    margin-bottom: 10px;
}
/* 
section {
    margin-top: 20px;
    margin-bottom: 20px;
} */

/* css from header */
*,
::after,
::before {
    box-sizing: border-box;
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 2px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: var(--bodyfontsize);
    font-weight: 400;
    line-height: 1.5;
    color: var(--bodycolor);
    text-align: left;
    background-color: #fff;
}



.main-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px; 
    z-index: 2; 
}



.sub_header {
    display: flex;
    align-items: center;
    /* justify-content: space-between;
    padding: 5px; */
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown_grid {
    display: flex;
    align-items: center;
    position: relative;
    margin-top:40px;
    background-color: #dddddd;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}

/* div {
    display: block;
} */

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    /* background-color: #3e8e41; */
    cursor: pointer;
}

button {
    border: none;
    background: #ddd;
}




.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    /* background-color: #04AA6D; */
    color: #686868;
    background: none;
    padding: 8px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    font-family: "Arial Narrow", Arial, sans-serif;
}

.headerlogo {
    width: 150px;
    height: 70px;
}


*,
::after,
::before {
    box-sizing: border-box;
}


.img-fluid {
    max-width: 100%;
    height: auto;
}


.banner_grid1 {
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    border-radius: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    background: #bd1e2c;
    border: 1px solid #bd1e2c;
    color: #fff;
}

/* .main {
    padding-top: 80px;
    margin-top: 20px;
} */

.footerlogo {
    width: 75px;
    height: 45px;
}

.footer-background {

    /* background: #ddd; */
}
/* 
.col-inline {
    display: flex;

} */

.footericons {
    padding: 15px 0 15px 0;
}

.icon {
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12), 0 -1px 8px rgba(0, 0, 0, 0.08);
    margin: 0px 12px;
    transition: 0.7s;
}

.icon i {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #3b5998;
    transition: 0.7s;
}



.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon:nth-child(2) i {
    color: #f00;
}

.icon:nth-child(3) i {
    color: #1dcaff;
}

.icon:nth-child(4) i {
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon:nth-child(2):hover {
    background-color: #f00;
}

.icon:nth-child(3):hover {
    background-color: #1dcaff;
}

.icon:nth-child(4):hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.icon:nth-child(4):hover i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}

.icon:hover {
    transition: 0.7s;
    background-color: #3b5998;
    -webkit-animation: shadow-pop-tr 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    animation: shadow-pop-tr 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

.icon:hover i {
    color: #fff;
    transition: 0.7s;
}

.fafa-icons {
    color: #3b5998;
}

.fafa-icons:hover {
    color: #bc1888;
}

.copyright>p>span {
    color: maroon;
}
.copyright{
    /* display: flex;
    justify-content: flex-end; */
}
/* For desktop: */

[class*="col-"] {

    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px;
    /* position: relative; */
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {

    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.footerlogo {
    width: 70px;
    height: 40px;
}

/* css from candidate */
.justify-content-center {
    display: flex;
    justify-content: center !important;
}
.justify-content-spacebetween {
    display: flex;
    justify-content: space-between !important;
}
.justify-content-end{
    display: flex;
    justify-content: flex-end;
}
.justify-content-spaceevenly{
    display: flex;
    justify-content: space-evenly;
}
/* 
.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
} */

.row {
    display: flex;
   
    
    /* margin-right: -5px;
    margin-left: -5px; */
}

.custom-input {
    background-color: #ddd;
}

.form-control {
    display: block;
    width: 100%;
    /* height: calc(1.5em + .75rem + 2px); */
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    /* background-color: #fff; */
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button,
input {
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* 
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
} */

.form-group {
    margin-bottom: 10px;
}

.form-inline .form-group {
    display: inline-block;
    /* margin-bottom: 0; */
    /* vertical-align: middle; */
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

button,
select {
    text-transform: none;
}