body {
	font-family: 'Rajdhani', sans-serif;
	font-size: var(--regular_fs);
	color: var(--color_text);
}
a {
    text-decoration: none;
}
.top-head{
    background: #0c356a;
    padding: 10px 0;
}
@media(max-width: 425px) {
    .top-head {
        display: none;
    }
}
.top-head-social{
    display: flex;
    justify-content: end;
    align-items: center;
    line-height: 1;
}
.top-head-social a {
    margin-left: 15px;
    font-size: 14px;
}
.top-head-social i {
    color: #fff;
}
.top-head-text {
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    border-left: 1px solid #ffffff42;
    line-height: 1;
    padding: 3px 0;
}
.top-head-text a {
    color: #fff;
    text-decoration: none;
}
.top-head-social .top-head-text {
    border: 0;
}
header .bg-light {
    background-color: #fff!important;
    box-shadow: 0 0 5px 0 rgb(114 114 114 / 15%);
    padding: 18px 0 !important;
}
header .navbar-light .navbar-nav .nav-link {
    padding: 0 14px;
    font-weight: 600;
    color: #222222 !important;
}
header .dropdown-menu {
    top: calc(100% + 8px) !important;
    border: 0;
    box-shadow: 2px 2px 5px 2px rgb(114 114 114 / 15%);
}
header .dropdown-item{
    color: #222222 !important;
    font-weight: 600;
}
.left-form{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 60px 40px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.left-form h2{
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0 35px;
    margin-bottom: 0;
    position: relative;
}
.left-form h2:after{
    content: "";
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
    background: #4b4b4b;
    width: 90px;
    height: 2px;
}
.left-form p{
    text-align: center;
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}
.btn-banner{
    background: #f9ab7d;
    border: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 0;
    padding: 12px 50px;
    margin-top: 14px;
}
.left-form .form-select {
    height: 48px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    height: 52px;
}
.left-form .form-control {
    font-size: 15px;
    height: 48px;
    border-radius: 0;
    font-weight: 600;
    height: 52px;
}
.left-form .form-control::placeholder {
    color: #000 !important;
}

.right-banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.right-banner span{
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}
.right-banner h2{
    text-align: center;
    color: #fff;
    font-size: 54px;
    font-weight: 800;
}
.right-banner h3{
    text-align: center;
    color: #fff;
    font-size: 44px;
    font-weight: 300;
}
.right-banner .btn-banner2{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 30px;
    margin-top: 20px;
}
.right-banner .btn-banner2:hover{
    background: #fff;
    color: #000;
}

.about{
    padding: 60px 0;
}
.about span{
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
    position: relative;
}
.about span:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #87d3e5;
    width: 90px;
    height: 2px;
}
.about h3 {
    text-align: center;
    color: #000;
    font-size: 34px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 55px;
}
.about-box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 2px 2px 20px 0px rgb(0 0 0 / 14%);
}
@media(max-width: 768px){
    .about-box img {
        max-height: 110px;
    }
}

.about-box h4{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 0;
}
.about .row [class*="col-"]:nth-child(2) .about-box h4{
    color: #65a8ae;
}
.about .row [class*="col-"]:nth-child(3) .about-box h4{
    color: #452250;
}
.about .row [class*="col-"]:nth-child(4) .about-box h4{
    color: #6f3529;
}



.about-bottom {
    background: #fff0e7;
    padding: 224px 0 80px;
    margin-top: -220px;
}
.about-bottom h3{
    text-align: center;
    color: #222222;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 0;
}
.about-bottom span {
    display: block;
    text-align: center;
    color: #0c356a;
    font-size: 24px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 15px;
}
.about-bottom p{
    text-align: center;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.btn-about {
    background: #0c356a;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    padding: 12px 26px;
    margin-top: 28px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.btn-about:hover{ color: #fff;}

.call-banner{
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-align: center;
}
.call-banner .container {
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
}
.call-banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #00713f, #55b542 );
    opacity: 0.6;
}
.call-banner h3{
    text-align: center;
    color: #fff;
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    margin: 0 50px 0;
}
.call-banner-icon1 {
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 10%;
    right: 0%;
}
.call-banner-icon2 {
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    left: 0%;
    bottom: 15%;
}

@media(max-width: 768px){
    .call-banner-icon2 {

    }
}




.contact-part{
    padding: 60px 0;
}
.contact-part iframe{
    width: 100%;
    height: 100%;
}
.line_title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.line_title .title_flex {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.line_title img {
    margin-left: 30px;
}
.line_title a {
    color: #0c356a;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
.line_title a:hover {
    color: #4b8ded;
}
.contact-part .line_title h3 {
    color: #222222;
    font-size: 25px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    line-height: 1;
}

.event_item {
    display: flex;
    box-shadow: 0 0 7px 0px #cccccc69;
    background: #fff;
    margin-bottom: 14px;
    padding: 10px;
    border-radius: 2px;
}
.event_item .event_icon {
    width: 115px;
    flex: 0 0 115px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.event_item .event_info {
    padding-left: 15px;
}
.event_item .event_info h5 {
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
}
.event_item .event_info h5 a {
    color: #000000;
    text-decoration: none;
}
.event_item .event_info h5 a:hover {
    color: #4b8ded;
}
.event_item .event_info p i {
    width: 10px;
    text-align: center;
    margin-right: 5px;
    color: #696969;
    font-size: 12px;
}
.event_item .event_info .time {
    margin-bottom: 0px;
}
.event_item .event_info .venue {
    margin-bottom: 0;
    color: #ff5e6a;
}
.event_item .event_info .venue i {
    color: #ff5e6a;
}



.footer{
    background: #0c356a;
    padding: 60px 0;
}
.list-group{
    flex-flow: wrap;
    justify-content: center;
    margin: 30px 0;
}
.list-group-item {
    background: transparent;
    border: 0;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 15px;
    border-radius: 0;
    line-height: 1;
}
.list-group-item a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
.list-group-item:last-child{
    border: 0;
}
.footer-social{
    display: flex;
    flex-flow: row;
    justify-content: center;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 60px;
}
.social-item {
    background: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff42;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.social-item a {
    color: #fff;
}   
.copyright-text{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}



.title_banner {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.title_banner h3 {
    font-weight: 700;
    font-size: 40px;
}
.title_banner:after {
    content: "";
    background: #fdefe5;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .9;
}
.title_banner .breadcrumb {
    justify-content: center;
    margin-bottom: 0;
}
.title_banner .breadcrumb li a {
    text-decoration: none;
}
.title_banner .breadcrumb li a:after {
    content: "|";
    position: absolute;
    right: 0;
}
.title_banner .breadcrumb li {
    padding: 0 10px;
    position: relative;
}
.title_banner .breadcrumb li a {
    color: #000;
    font-weight: 600;
}
.title_banner .breadcrumb li span {
    color: #616161;
}


.section_pad {
    padding: 75px 0;
}
.contact_item {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%);
    padding: 28px;
    height: 100%;
    display: flex;
    flex-flow: column;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}
.contact_item:after {
    content: "";
    background: url(../images/reshot-icon-map-marker-5YM7UW46QA.png);
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    width: 120px;
    height: 120px;
    background-size: cover;
}
.contact_item p {
    font-size: 20px;
    line-height: 1.1;
}
.contact_item h5 {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}
.contact_item .links_bottom {
    margin-top: auto;
}
.contact_item .links_bottom a {
    color: #0c356a;
    font-weight: 600;
    text-decoration: none;
}




.other_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.other_services ul li {
    margin-bottom: 7px;
}
.other_services ul li a {
    background: #efefef;
    display: block;
    padding: 10px 15px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}