/* ==============================
        common css end
================================= */
/*
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif; */
* {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

h2 {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

p {
    font-weight: 400;
}

body {
    overflow-x: hidden;
}
.title{
    margin: 30px auto;
    text-align: center;
}
.title p {
    text-transform: capitalize;
    font-size: 18px;
    margin: 5px 0;
}

.section-title-bar {
    height: 5px;
    width: 90px;
    background: #686868;
    border-radius: 50px;
    position: relative;
    margin: 14px 0;
}

.section-title-bar {
    margin: 0 auto;
    display: inline-block;
}

.section-title-bar::after {
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-radius: 50%;
    background: #FFD105;
    animation: leftrun 2.5s infinite;
}

@keyframes leftrun {
    from {
        left: 0px;
    }

    to {
        left: 80px;
    }
}

.section-title-bar::before {
    height: 10px;
    width: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-radius: 50%;
    background: #e60303;
    animation: rightrun 2.5s infinite;
}

@keyframes rightrun {
    from {
        right: 0px;
    }

    to {
        right: 80px;
    }
}

.container {
    width: 1320px;
    margin: 0 auto;
}

/* =========================================
            common css end
========================================= */
/* ================navbar css start=== */
header {
    background: rgb(7, 94, 84)
;
    border-bottom: 1px solid;
}

.header_left_item {
    text-align: left;
}

.header_left_item .header_mail a {
    margin-right: 20px;
    color: white;
    display: inline-block;
}

.header_left_item i {
    margin-right: 10px;
    color: white;
    display: inline-block;
}

.header_mail {
    display: inline-block;
}

.social_icons {
    display: inline-block;
}

.header_left_item i:hover {
    transform: scale(1.2);
}

/* =======header css end=== */
/* =======nav css start=== */
#navber_part {
    background: rgb(7, 94, 84);
    padding: 0 !important;
}
nav .logo {
    width: 200px;
}
nav .logo img {
    width: 100%;
    height: 100%;
}
.navbar ul li a:hover {
    color: #414141 !important;
}
.btn {
    border: 0 !important;
}
.logo_width_bg {
    padding: 10px 5px;
    border-radius: 15px;
    text-align: center;
}
.gateway_logo {
    width: 100px;
}
.gateway_logo img {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}
.navbar ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.navbar ul li a:hover {
    color: #FFD105 !important;
}
.dropdown-item {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.dropdown-menu {
    color: #212529;
    background-color: #075e54;
}
.nav_list_font a {
    font-size: 18px;
}

.nav_list_font a {
    margin-left: 10px;
}

.nav_list_font {
    position: relative;
    margin: 0 auto !important;
}

/* =====navbar css end======= */
/* =====banner css start======= */
.banner_slider_item1 {
    background: url('../images/banner_pic1.jpg') no-repeat center;
    background-size: cover;
    height: 65vh;
}

.banner_slider_item2 {
    background: url('../images/banner_pic2.jpg') no-repeat center;
    background-size: cover;
    height: 65vh;
}

.banner_slider_item3 {
    background: url('../images/banner_pic3.jpg') no-repeat center;
    background-size: cover;
    height: 65vh;
}

#banner_part .prev {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 999;
    transition: .4s;
    cursor: pointer
}

#banner_part .next {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 32px;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 999;
    transition: .4s;
    cursor: pointer
}

.banner_overlay {
    background: rgba(65, 70, 75, 0.521);
    position: absolute;
    padding: 100px 0;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#banner_part button {
    background: rgb(7, 94, 84);
    border: 0;
}
#banner_part .prev:hover {
    background: rgb(7, 94, 84);
    color: #fff;
}
#banner_part .next:hover {
    background: rgb(7, 94, 84);
    color: #fff;
}
#centennial_univer_part img {
    height: 100%;
    width: 100%;
}
#centennial_univer_part .img {
    height: 100%;
}
.overseas_banners_item {
    background: url('../images/study_abroad_banner.jpg') no-repeat center;
    background-size: cover;
    height: 75vh;
}
.schooling_visa_banner {
    /* background: url('../images/schooling_visa_banner.jpg') no-repeat center;
    background-size: cover; */
    height: 75vh;
}
.ielts_banner {
    /* background: url('../images/ielts_banner.png') no-repeat center;
    background-size: cover; */
    height: 75vh;
}
.privacy_policy_banner {
    background: url('../images/banner_pic1.jpg') no-repeat center;
    background-size: cover;
    height: 65vh;
}
.privac_policy_list_marg li {
    margin: 10px 0;
}

/* =====banner css end======= */

/* =====accordion part css start======= */
.accordon_list_style {
    list-style-type: disc;
}

.accordon_list_style li {
    margin: 5px 0;
}

.accordon_list_style_num {
    list-style-type: decimal-leading-zero;
}

.accordon_list_style_num li {
    margin: 5px 0;
}

/* =====accordion part css end======= */
/* =====incorporation part css start======= */
#incorporatation_part {
    padding: 60px 0;
    background: #f8f9fa;
}
.incorpo_item {
    background: #ddd;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin: 15px 0;
    width: auto;
}
.corpo_img img {
    width: 100%;
}
.indivi_height_img {
    height: 105px;
}
/* =====incorporation part css end======= */
/* ===travel part css start======= */
.travel_img {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
/* ===travel part css end======= */
/* =====getin_touch_part part css start======= */
#getin_touch_part{
    padding-bottom: 80px;
}
/* =====getin_touch_partpart css end======= */
/* =====contact part css start======= */
#contact_part {
    padding: 80px 0;
    background: rgb(7, 94, 84);
    color: #fff;
}
.contact_item {
    margin-bottom: 10px;
    width: 100%;
}
.contact_list_style {
    padding-left: 0;
}
.contact_list_style li a {
    color: #fff;
    font-size: 14px;
}
.conatct_location a {
    color: #fff;
    font-size: 14px;
}
.conatct_location i {
    margin-right: 10px;
}
.contact_social_icon a {
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    background: white;
    color: #414141;
    margin: 10px;
    font-size: 16px;
    border: 1px solid;
    transition: .4s;
}
.contact_social_icon a:hover {
    transform: scale(1.1);
    background: #414141;
    color: #fff;
}
.contact_social_icon .marg_contact_icon {
    margin: 0 10px;
}
#gateway_location_part {
    padding: 0;
}
.btm_border_contact {
    width: 85%;
    height: 1px;
    background: white;
    content: "";
    position: absolute;
    bottom: 0;
}
/* =====contact part css end======= */
#footer_part {
    background: rgb(7, 94, 84);
}
