@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


/* #007d43 */
/* 84754e" */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #000000;
    background: #ffffff;
    font-style: normal;
}

a,
input,
button {
    color: #000000;
    transition: all 0.3s ease-in-out;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:hover,
a:focus,
input:hover,
input:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

b,
strong {
    font-weight: bold;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1;
    /* user-select: none; */
    font-weight: 300;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    line-height: 24px;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

section {
    position: relative;
}

.top_bar {
    background-color: #3b4098;
    padding: 5px 0;
}

.top_links li {
    margin: 0 8px;
    display: inline-block;
}

.top_bar a {
    color: #ffffff;
    font-size: 14px;
}

.top_links a i {
    padding-right: 10px;
}

.topsocial_links li {
    margin: 0 8px;
    display: inline-block;
}

.logo {
    width: 100%;
}

.navbar {
    padding: 0;
    border-bottom: 1px solid #d6d6d6;
}

.navbar-brand {
    margin: 0;
    width: 370px;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    padding: 8px 10px;
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 17px;
    color: #000000;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #707070;
}

.submenu_icon {
    position: relative;
    color: #101010;
    /* margin-left: 6px; */
    /* display: block; */
    font-weight: 900;
    font-size: 20px;
}

.submenu_icon::before {
    /* position: absolute; */
    content: '+';
    font-weight: 400;
}

/* .banner_sec .item {
    height: 520px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
} */
.banner_sec .item img {
    object-fit: cover;
    height: calc(100vh - 120px);
}

.banner_sec {
    overflow: hidden;
}

.banner_sec .owl-nav {
    margin-top: 0;
}

.banner_sec .owl-prev {
    position: absolute;
    top: 40%;
    left: 30px;
    font-size: 45px !important;
    line-height: 45px !important;
    color: #ffffff !important;
}

.banner_sec .owl-next {
    position: absolute;
    top: 40%;
    right: 30px;
    font-size: 45px !important;
    line-height: 45px !important;
    color: #ffffff !important;
}

.banner_sec .owl-nav img {
    width: 30px;
}

.about_sec {
    padding: 100px 0;
    background-color: #D8C9B521;
    text-align: center;
}

.about_sec h1 {
    color: #C09676;
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 59px;
    font-weight: 400;
    text-transform: none;
    font-style: italic;
    margin-bottom: 20px;
}

.about_sec p {
    text-align: center;
    color: #000000;
    font-family: "Cormorant Garamond", Sans-serif;
    letter-spacing: 0.1px;
    font-size: 24px;
    font-weight: 500;
    margin: 0 auto;
    max-width: 850px;
    margin-bottom: 24px;
}

.cstm_btn a {
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    background-color: #3b4098;
    padding: 16px 24px;
    color: #ffffff;
    text-align: center;
    border-radius: 0;
    line-height: 1;
    border: 0;
}

.cstm_btn a:hover {
    color: #ffffff;
    background-color: #A9AD9EC4;
}

.service_sec {
    padding: 45px 0;
}

.section-title h2 {
    color: #C09676;
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 54px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: -0.1px;
    line-height: 1.1;
    text-align: center;
}

.service_sec .col-md-3 {
    padding: 10px;
}

.heading {
    padding: 10px 0;
}

.service_block {
    text-align: center;
    margin-bottom: 15px;
}

.img_wrap a {
    display: inline-block;
    overflow: hidden;
}

.img_wrap img {
    transition: all 0.3s ease;
}

.img_wrap a:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.text_wrap p {
    text-align: center;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    line-height: 10px;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.feature_sec {
    /* background-color: #C6C9BD9C; */
      padding: 45px 0;
}

.feature_text h2 {
    color: #000000;
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.8px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.feature_text p {
    /* color: #000000;
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px; */
    color: #000000;
    /* font-family: "Cormorant Garamond", Sans-serif; */
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
    max-width: 60%;
    margin: auto;
}

.feature_slider {
    padding: 20px;
    position: relative;
}

.feature_slider .owl-nav {
    margin: 0;
}

.feature_slider .owl-nav .owl-next,
.feature_slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    color: #ffffff !important;
    font-size: 40px !important;
}

.feature_slider .owl-nav .owl-next {
    right: 35px;
}

.feature_slider .owl-nav .owl-prev {
    left: 35px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.feature_slider .owl-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.feature_slider .owl-dots .owl-dot span {
    background: #ffffff;
    opacity: .2;
    width: 6px;
    height: 6px;
}

.feature_slider .owl-dots .owl-dot.active span,
.feature_slider .owl-dots .owl-dot:hover span {
    background: #ffffff;
    opacity: 1;
}

.product_sec {
    padding: 55px 0;
}

.gallery_sec {
    padding: 50px 0;
}

.gallery_sec .section-title h2 {
    color: #493b31;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.gallery_sec a {
    margin-bottom: 20px;
    display: inline-block;
    overflow: hidden;
}

.gallery_sec a img {
    transition: all .25s linear;
}

.gallery_sec a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.footer {
    background-color: #1462a0;
    padding-top: 60px;
}

.footer_widget {
    padding: 10px;
}

.footer_widget h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 20px;
}

.footer_widget p {
    color: #fff;
    letter-spacing: .2px;
    margin-bottom: 15px;
    line-height: 27px;
}

.upcomming_slider {
    background: #3b4098;
    padding: 30px 15px 15px;
    height: 200px;
    color: #ffffff;
}

.upcomming_slider .owl-nav {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 20px;
    font-size: 25px;
}

/* .upcomming_slider .owl-nav .owl-next, .upcomming_slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    color: #ffffff !important;
    font-size: 40px !important;
} */
.copyright p {
    margin: 0;
    color: #efedea;
}

.copyright {
    text-align: center;
    font-size: 12px;
    padding: 15px 0;
}

.copyright a {
    color: #efedea;
}

.copyright a:hover {
    color: #3b4098;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.4, 1.4);
    }
}

.item {
    overflow: hidden;
}

.owl-item.active .item img {
    animation: zoom 35s linear infinite;
}

.upcoming_sec {
    background: #f2f6fa;
    padding: 80px 0px 50px 0px;
}

.event_card {
    margin-bottom: 30px;
    text-align: center;
}

.event_wrap {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    padding: 30px 15px;
    background: #ffffff;
    min-height: 330px;
}
.event_wrap:hover{
    transform: translatey(-10px);
    box-shadow: 8px 11px 13px 0px rgb(66 64 64 / 74%);
    transition: all 0.3s ease-in-out;
}
.upcoming_wrap {
    background-image: url(../images/light-wool.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: fixed;
    background-blend-mode: overlay;
    color: #ffffff;
    background-color: #283960;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.event_wrap h2 {
    font-size: 30px;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}

.events_detail .event_wrap h2 {
    color: #000000;
    font-size: 26px;
    line-height: normal;
    margin-bottom: 8px;
}

.events_detail .event_wrap p {
    font-size: 14px;
}

.events_detail .event_wrap {
    background: #fff;
    box-shadow: 0px 30px 50px 0px rgba(0, 46, 91, 0.3);
    padding: 30px 15px;
    text-align: center;
}

.events_detail .event_wrap.event1,
.events_detail .event_wrap.event3 {
    margin-top: -50px;
}

.event_date {
    font-size: 13px;
    color: #828181;
    margin-bottom: 15px;
}

.event_card .cstm_btn a {
    font-size: 14px;
    background-color: #ff5d6500;
    padding: 12px 15px;
    border: 1px solid #ffffff;
}

.event_card .cstm_btn a:hover {
    background-color: #000000;
    border-color: #000000;
}

.events_detail .event_wrap .cstm_btn a {
    color: #000000;
    border-color: #000000;
}

.events_detail .event_wrap .cstm_btn a:hover {
    color: #ffffff;
}

span.ev-time,
span.ev-time {
    padding-left: 5px;
}

.event1,
.event2,
.event3 {
    display: inline-flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
}

.event_wrap svg {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.event_wrap svg path {
    fill: #283a62;
}


/* .announcements_sec {
    background: #ffffff;
    padding: 120px 0px 50px 0px;
}
.announcements_wrap {
    background-image: url(../images/light-wool.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: fixed;
    background-blend-mode: overlay;
    color: #ffffff;
    background-color: #c04041;
} */
.announcement_sec {
    background: #3b4098;
    color: #ffffff;
    /* padding: 6px 0; */
}

.announc_head {
    display: inline-block;
    background: #ec1b25;
    padding: 15px 10px;
    z-index: 1;
}

.announc_head h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.annousc_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}


@-webkit-keyframes marquee {
    0% {
        margin-left: 100%;
        transform: translateX(0%);
    }

    100% {
        margin-left: 0;
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        margin-left: 100%;
        transform: translateX(0%);
    }

    100% {
        margin-left: 0;
        transform: translateX(-100%);
    }
}

.annousc_wrap .marquee {
    -webkit-animation: marquee 35s linear infinite;
    animation: marquee 35s linear infinite;
    display: inline-block;
    white-space: nowrap;
}

.annousc_wrap .marquee:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.announc_list a {
    color: #ffffff;
    margin-right: 30px;
}

.announc_list a:not(:last-child)::after {
    content: '|';
    position: absolute;
    padding: 0 10px;
}

.announc_list a:hover {
    text-decoration: underline;
}

.new_announce::after {
    content: url(/images/new.gif) !important;
    clear: both;
    height: 20px;
    width: 20px;
    position: absolute;
    padding: 0 !important;
}

.footer_widget ul li a {
    color: #ffffff;
}

.footer_widget ul li a:hover {
    color: #ffffff;
}

.footer_widget a {
    color: #fff;
}

.page_banner {
    position: relative;
}

.page_banner img {
    object-fit: cover;
    height: 250px;
    object-position: center;
    width: 100%;
}

/* .page_banner::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    background-color: #00000033;
    height: 100%;
} */

.page_banner {
    background-color: #3b4098;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.feature_text {
    text-align: center;
}

.inner_page .feature_text h2 {
    color: #1462a0;
}

.inner_page .feature_text p {
    line-height: 26px;
    margin-bottom: 10px;
}

.logo_img {
    border: 1px solid #dbdbdb;
    margin-bottom: 35px;
}

.logo_img img {
    width: 100%;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 0 7px 1px #e5e5e5;
    padding: 0;
}

.dropdown-menu li a {
    padding: 8px 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #1462a0;
}




.contact-form form input,
.contact-form form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 14px;
    outline: 0;
}

.contact-form .btn-cstm {
    background: #1462a0;
    color: #fff;
    display: inline-block;
    padding: 9px 24px;
    border-radius: 20px;
    transition: .5s ease-in-out;
}

.contact-form .btn-cstm:hover {
    background: #000000;
}

.contact_sec {
    padding: 60px 0;
}

.contact-main {
    background: #fff;
    box-shadow: 1px 1px 41px -13px rgb(0 0 0 / 18%);
}

.contact_sec .contact-form {
    padding: 48px 20px;
}

.contact-form p {
    font-size: 14px;
}

.contact-form h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-details {
    background: #1462a0;
    color: #fff;
    padding: 48px 20px;
    text-align: left;
}

.contact-details h3 {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 10px;
}

.contact-details p {
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-details ul li {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    margin: 20px 0;
}

.contact-details ul li span {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
}

.contact-details ul li span i {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #1462a0;
    text-align: center;
}

.contact-details ul li a {
    color: #fff;
    font-size: 14px;
    margin: 0 5px;
}

.contact-details ul li:not(:first-child) {
    align-items: center;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

#response {
    font-size: 16px;
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#alert {
    font-size: 16px;
    color: Red;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

.topsocial_links {
    text-align: end;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.offcanvas-header .navbar-brand {
    width: 240px;
}

.cstm_modal .modal-dialog {
    max-width: 500px;
}

.cstm_modal .modal-content {
    background: transparent;
    border: 0;
}

.cstm_modal .btn-close {
    background-image: url(../images/close.svg);
    background-color: #000000;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    right: 6px;
    position: absolute;
    top: 0px;
    background-size: 12px;
}

.feature_list {
    list-style: disc;
    padding-left: 20px;
    column-count: 2;
}

.feature_list li {
    margin-bottom: 8px;
}
.course-banner{
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.course-banner-1{
    background-image: url('../images/banner3.jpg');
}
.course-banner-2{
    background-image: url('../images/banner1.jpg');
}
.course-banner-3{
    background-image: url('../images/banner4.jpg');
}
.course-banner-4{
    background-image: url('../images/banner1.jpg');
}
.course-banner::before{
    position: absolute;
    content: "";
    background: #000000a1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.course-banner .conatiner{
    position: relative;
    z-index: 1;
    padding: 50px;
    text-align: center;
}
.banner-logo{
    margin: auto;
}
.banner-logo img{
    width: 80%;
}
.course-banner h1{
    font-size: 29px;
    color: #fcefbe;
    font-weight: 700;
}
.course-banner h3{
    font-size: 46px;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px;
    /* text-shadow: 4px 4px 5px black; */
}
.course-heading{
    text-align: center;
    margin-top: 30px;
}
.course-txt{
    padding: 29px 183px 0;
}
.course-txt p{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.course-txt ul{
    list-style: circle;
    margin-bottom: 20px;
}
.course-txt ul li{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.opportunity-slide img{
    width: 38% !important;
    margin: auto;
}
.opportunity-slide h3{
    text-align: center;
    font-size: 32px;
    margin-bottom: 25px;
}
.opportunity-slide p{
    font-size: 20px;
    text-align: center;
    margin: 20px;
    font-weight: 300;
    letter-spacing: 2px;
}
.course-slider .heading{
    position: absolute;
    top: 28%;
    right: 0;
    left: 0;
    text-align: center;
}
.course-slider .heading h3{
    font-size: 137px;
    font-weight: bolder;
    color: #e9e4e4;
    text-shadow: 3px 3px 3px #00000061;
}
.course-slider{
    background: #f4e5d75c;
    padding: 50px 0;
}
.course-card{
    padding: 19px 30px;
    text-align: center;
}
.course-card i{
    font-size: 41px;
    margin-bottom: 23px;
}
.course-card img{
    width: 36%;
    margin-bottom: 20px;
}
.course-section-3 .box:hover{
    box-shadow: none;
    transition: all .3s ease-in-out;
}
.course-section-3{
    margin: 50px 0;
    padding: 50px;
    background: #fdfdfd5c;
}
.course-section-3 .box{
    box-shadow: 0px 0px 11px #00000042;
}
.course-section-3 .row{
    justify-content: space-evenly;
}
.course-card h4{
    margin-bottom: 23px;
    font-weight: 400;
}
.scope{
    background-image: url(../images/banner3.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.scope::before{
    position: absolute;
    content: "";
    background: #000000bf;
    top: 0;
    height: 100%;
    width: 100%;
}
.scope .container{
    position: relative;
    text-align: center;
    padding: 40px 100px;
}
.scope .heading{
    padding: 0;
    color: white;
    letter-spacing: 2px;
    word-spacing: 5px;
    margin-bottom: 10px;
}
.scope ul li{
    color: #e9e9e9;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: inherit;
    border: 1px solid;
    padding: 10px 5px;
    border-left: 0;
    text-transform: uppercase;
    border-bottom: 0;

}
.scope-list ul{
    border-left: 1px solid #ffffff;
                        margin-top: 20px;
                        column-count: 2;
                        gap: 0;
                        border-bottom: 1px solid #ffffff;
}
.scope ul li:hover{
    color: #ffffff;
    /* text-shadow: 3px 4px 4px #1462a0; */
}
.syllabus{
         display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin: 50px 0;
        /* flex-direction: column; */
        background: #1462a0;
        padding: 50px;
        color: white;
}
.syllabus .heading{
    border: 1px solid;
    border-radius: 30px;
    padding: 13px 29px;
}

.syllabus .txt ul li{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}
.syllabus .txt ul{
    position: relative;
}
.syllabus .txt ul::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background-color: white;
    left: -123px;
}
.nav-btn{
    background: #3b4098;
    color: white !important;
    border-radius: 30px;
    box-shadow: unset !important;
    padding: 5px 20px !important;
    font-size: 15px !important;
}
.nav-btn:hover{
    background: aliceblue;
    color: #000000 !important;
    border: 2px solid #3b4098;
}
.quote{
    background: url(../images/banner4.jpg);
    background-position: right;
    background-size: cover;
    padding: 50px;
    position: relative;
}
.quote::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #ecebeb62;
    top: 0;
    left: 0;
}
.quote p{
    font-family: "Merienda", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 48px;
    position: relative;
}
.quote p span{
    color: #1462a0;
}
.contact-txt{
    padding: 0 79px;
}
 .contact-txt .box4{
    border-bottom: 1px solid;
}
.contact-txt .box1{
    margin-bottom: 23px;
}
.contact-txt .box1 h3{
    margin-bottom: 7px;
}
.contact-txt .box2{
    margin-bottom: 23px;
}
.contact-txt .box3{
    margin-bottom: 23px;
}
.contact-txt .box3 .address-heading{
    margin-bottom: 7px;
}
.contact-txt .box2 .socila-media{
    padding: 10px;
}
.contact-txt .box2 .socila-media i{
    margin-right:10px ;
}
.contact-txt .box4 .enroll-btn{
    padding: 7px 0;
}
.contact-section-1{
    margin: 100px;
}
.map{
    padding: 0 100px;
    margin-bottom: 100px;
}
.contact-section1{
    margin:100px 50px ;
}
.contact-section1 .row{
    justify-content: space-evenly;
}
.contact-section1 .row .col-md-4{
    box-shadow: 0 0 10px #00000045;
}
.contact-section1 .row .col-md-4:hover{
    box-shadow: none;
    transition: all .5s ease-in-out;
}
.contact-section1 .box{
    text-align: center;
    padding: 30px;
}
.contact-section1 .box .icon{
    border: 2px solid #3b4098;
    width: 55px;
    height: 55px;
    margin: auto;
    border-radius: 50%;
    padding: 14px;
    margin-bottom: 12px;
}
.contact-section1 .box .icon i{
    color: #3b4098;
    font-size: 23px;
}
.contact-section1 .row .col-md-4:hover a{
    color: #3b4098;
}
.header-btn{
    margin-left: 10px;
}
.about , .placement{
    margin: 50px 0;
}
.placement .image{
    border: 1px solid #d9d9d9;
    margin: 10px 9px;
    text-align: center;
}

