body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    color: white;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

img {
    width: 100%;
    height: auto;
}

.img1 {
    width: 125%;
    height: 540px!important;
}

@font-face {
    font-family: Segoe_UI_regular;
    src: url('../font/Segoe_UI_regular.ttf');
}

@font-face {
    font-family: Segoe_UI_Bold;
    src: url('../font/Segoe_UI_Bold.ttf');
}

@font-face {
    font-family: Segoe_UI_semibold;
    src: url('../font/Segoe_UI_semibold.ttf');
}


/* -------------- header navbar css start ---------------- */

.navbg_Color {
    /* background-color: #8dcef4; */
    background-color: #004475;
}

.nav-item {
    margin-left: 40px;
    font-size: 18px;
}

.nav-link,
.btn {
    font-family: Segoe_UI_semibold;
    color: white!important;
}

.btn {
    border-radius: 20px;
}

.nav_logo {
    width: 18%;
    padding-top: 2px;
}

.hdpt {
    padding: 10px;
}

.btn_login {
    border: 1px solid white;
    /* background: hsl(205, 100%, 23%); */
    color: white;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
}

.btn_login span a {
    font-size: 18px;
    font-family: Segoe_UI_semibold;
    cursor: pointer;
}


/* -----------------Header navabar css end ------------ */


/* ---------------Footer css start ----------------- */

footer {
    background-color: #004475;
    /* border: 1px solid; */
}

.footer_logo {
    width: 54%;
}

.therearetext {
    margin-top: 45px;
}

.thereinnertext {
    font-family: Segoe_UI_regular;
}

.thereinnertext {
    line-height: 30px;
    font-size: 15px;
}

.facebook_icon {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: white;
    text-align: center;
    line-height: 33px;
    /* box-shadow: 1px 4px 2px 2px #dcdde1; */
}

.facebook_icon i {
    color: #264793;
    font-weight: bold;
    font-size: 17px;
}

.ml {
    margin-left: 14px;
}

.fonticons {
    margin-top: 10px;
}

h1,
.f_ablibeset,
.btn_fsignup,
.fsize {
    font-family: Segoe_UI_regular;
}

.f_ablibeset {
    margin-top: 20px;
    font-size: 16px;
}

h1 {
    font-size: 22px;
}

.btn_fsignup {
    background: black;
    color: white;
    padding: 7px 50px 7px 50px;
    margin-top: 10px !important;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid white;
}

.ftp {
    padding-top: 25px;
    padding-left: 2px;
}

.ftpp,
.ftp,
a {
    font-family: Segoe_UI_regular;
    font-size: 15px;
    color: white;
    text-decoration: none !important;
}

.fsize {
    font-size: 16px;
}

.terms,
.all_rights {
    /*  border-right: 2px solid #357090; */
    padding: 10px 30px 10px 15px;
}

.privacy_policy {
    padding: 10px 30px 10px 15px;
}

.coprights {
    margin-top: 15px;
}

.ftpp {
    margin-top: 35px;
    padding-left: 2px;
}


/* .d-flex.justify-content-around {
    padding-left: 45px;
} */

.thepubt {
    margin-top: 20px;
}

.mtfive {
    margin-top: 30px;
}

a:hover {
    color: lightgrey;
}

.col-xs-12 {
    display: none;
}

.icon-link {
    width: 35px;
    height: 35px;
    background-color: #666;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    outline: none;
    margin: 5px 5px 10px 5px;
    box-sizing: content-box;
}

.icon-link.fill.facebook {
    background-color: #3b5998;
}

.icon-link.fill.facebook:hover {
    background-color: #fff;
}

.icon-link.fill.facebook:hover .fa-facebook {
    color: #3b5998;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.linkedin {
    background-color: #007bb6;
}

.icon-link.fill.linkedin:hover {
    background-color: #fff;
}

.icon-link.fill.linkedin:hover .fa-linkedin {
    color: #007bb6;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.twitter {
    background-color: #00aced;
}

.icon-link.fill.twitter:hover {
    background-color: #fff;
}

.icon-link.fill.twitter:hover .fa-twitter {
    color: #00aced;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.google-plus {
    background-color: #dd4b39;
}

.icon-link.fill.google-plus:hover {
    background-color: #fff;
}

.icon-link.fill.google-plus:hover .fa-google-plus {
    color: #dd4b39;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.round {
    border-radius: 50%;
}

.icon-link.round-corner {
    border-radius: 5px;
}

.icon-link:hover {
    -webkit-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
    height: 31px;
    line-height: 31px;
    width: 31px;
    background-color: #fff;
}

.icon-link:hover.facebook {
    border: 2px solid #3b5998;
}

.icon-link:hover.linkedin {
    border: 2px solid #007bb6;
}

.icon-link:hover.twitter {
    border: 2px solid #00aced;
}

.icon-link:hover.google-plus {
    border: 2px solid #dd4b39;
}

.icon-link .fa {
    color: #fff;
    line-height: 35px;
    font-size: 18px;
}

.icon-link.round-corner {
    border-radius: 5px;
}