@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;1,500;1,600;1,700;1,800;1,900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');

.t-primary-bgcolor {
    background-color: #284459;
}

a {
    color: #337ab7;
}

body {
    background-color: #fff;
}

.container {
    width: 1200px;
}

.header {
    width: 100%;
}

.header__top {
    background-color: #284459;
    font-family: "Poppins", sans-serif;
}

.header__top .contact__info {
    display: flex;
    align-items: center;
    height: 50px;
}

.contact__info i {
    margin-right: 10px;
    color: #87c7df !important;
    font-size: 18px !important;
}

.contact__info a {
    color: #fff;
    font-size: 14px;
    margin-right: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    transition: color 320ms;
}

.contact__info a:hover {
    text-decoration: none;
    color: #fdc504;
}

.header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 111px;
    font-family: "Yantramanav", sans-serif;
}

.header__logo img {
    max-width: 175px;
}

.header__nav {
    font-size: 0;
}

.header__nav a {
    font-weight: 700;
    font-size: 19px;
    color: #284459;
    text-decoration: none;
    margin-left: 34px;
    transition: color 320ms;
}

.header__nav a:hover {
    text-decoration: none;
    color: #DDAA33;
}

.header-wrapper::after {
    display: block;
    height: 151px;
    content: "";
    background: url(banner-bg.jpeg) center/cover;
}

.main {
    padding-top: 3rem;
}

.sidebar {
    margin-right: 3rem;
}