* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
    scroll-behavior: smooth;
    font-size: 16px;
    letter-spacing: .1em;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    outline: none;
    border: 0px;
    text-decoration: none;
    transition: all ease 0.3s;
}

img {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    outline: 0;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

input:focus {
    border-bottom: 2px solid #4f6cff;
    box-shadow: none;
    outline: none;
}

.bor-Circle {
    border-radius: 100px;
}

select:focus {
    outline: 0;
}

.btn {
    padding: 10px 30px;
    border-radius: 5px;
    border: 0;
    width: auto;
}

body {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    line-height: 1;
}


/* Font Awesome */

.topLeftmenu {
    width: auto;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 111;
    display: flex;
}

.topLeftmenu .socialMenu,
.topLeftmenu .topMenu {
    width: auto;
    display: flex;
    align-items: center;
}

.topLeftmenu .topMenu li a {
    color: rgba(256, 256, 256, 0.5)
}

.topLeftmenu .topMenu li a:hover {
    color: #fff;
}

.topLeftmenu .socialMenu {
    padding-left: 10px;
}

.topLeftmenu .socialMenu li {
    width: auto;
    font-size: 1.500em;
    padding: 5px;
}

.topLeftmenu .socialMenu li:nth-child(1) a {
    color: #3b5999;
}

.topLeftmenu .socialMenu li:nth-child(2) a {
    color: #55acee;
}

.topLeftmenu .socialMenu li:nth-child(3) a {
    color: #e4405f;
}

.topLeftmenu .socialMenu li:nth-child(4) a {
    color: #cd201f;
}

.topLeftmenu .socialMenu li a:hover {
    opacity: 0.7;
}

.topLeftmenu .topMenu li {
    border-right: 1px solid rgba(256, 256, 256, 0.5);
    font-size: 0.750em;
    text-transform: uppercase;
    padding: 0 10px;
}

.homeScreenslide {
    width: 100%;
    height: 100vh;
    position: relative;
}

.homeScreenslide::after {
    width: 100%;
    height: 350px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

#homeScreenslide {
    width: 100%;
    height: 100%;
}

#homeScreenslide .carousel-item {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.homeRgtbox {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 2.5%;
    z-index: 111;
}

.homeRgtbox .logoRgt {
    width: 95%;
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: inherit;
    transform: translate(-50%, -50%);
}

.footerCnt {
    width: 100%;
    position: relative;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.9);
    color: #dee1e3;
    text-align: center;
    text-transform: uppercase;
}

.footerCnt::before {
    border-bottom: 30px solid rgb(25, 25, 25);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    content: "";
    z-index: 1;
}

.locationFtnav {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

.locationFtnav li {
    width: auto;
    display: inline-block;
    padding: 0 15px;
    font-size: 0.875em;
    line-height: normal;
    letter-spacing: 0.3em;
    font-weight: 600;
}

.locationFtnav li a {
    color: rgba(239, 242, 243, 0.65);
    display: block;
}

.locationFtnav li a:hover {
    color: #fff;
    font-size: 1em;
}

.footerCnt .copyRighttext {
    color: rgba(256, 256, 256, 0.5);
    font-size: 0.613em;
    line-height: normal;
}

.ftbot-link {
    width: 100%;
    height: auto;
}

.ftbot-link li {
    width: auto;
    display: inline-block;
    padding: 0 5px;
}

.ftbot-link li a {
    color: rgba(256, 256, 256, 0.5);
    font-size: 0.613em;
}

.ftbot-link li a:hover {
    color: #fff;
}