body{
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.7;
    color: #444444;
}
p{
    margin-bottom: 30px;
}
h1,h2,h3,h4,h5,h6{
    color: #124ca0;
    font-weight: 600;
    line-height: 1.3;
}
h1{
    font-size: 47px;
    margin-bottom: 30px;
}
h2{
    font-size: 33px;
    margin-bottom: 25px;
}
h3{
    font-size: 24px;
    margin-bottom: 20px;
}
ul{
    margin-bottom: 30px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
}
ul li{
    margin-bottom: 20px;

}
ul li:last-child{
    margin-bottom: 0;
}

ul li ul{
    margin-top: 25px;
    margin-left: 40px;
    list-style: disc;
}
ul li ul li{
    padding-left: 0;
}
ul li ul li:before{
    display: none;
}


a{
    color: #124c9f;
}
a:hover{
    text-decoration: none;
    color: #165bc7;
}
img{
    max-width: 100%;
    height: auto;
}
/*Bootstrap Layout*/
.container{
    max-width: 1230px;
}
/*Header*/
.mp-top-header{
    padding: 15px 0;
    color: #124ea2;
    display: flex;
    align-items: center;
    min-height: 77px;
}
.mp-top-header a{
    color: #124ea2;
}
.top-head-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mp-top-elements{
    display: flex;
    align-items: center;
}
.top-el{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.top-el-1{
    font-size: 22px;
    margin-right: 20px;
}
.top-el-2{
    font-size: 15px;
}
.top-el li{
    margin: 0 15px;
    padding: 0;
}
.top-el li:last-child{
    margin-right: 0;
}
.top-el li:first-child{
    margin-left: 0;
}
.top-el i{
    color: #ec008c;
}
.booking-link{
    padding-left: 25px;
    background-image: url(../images/icons/booking.png);
    background-repeat: no-repeat;
    background-size: 19px 22px;
    background-position: left center;
    color: #333333 !important;
}

.mp-nav{
    padding: 0 15px;
}
.mp-bottom-header{
    background-color: #124ea2;
    color: #fff;
    min-height: 60px;
    display: flex;
}
.mp-bottom-header a{
    color: #fff;
}
.mp-menu{
    margin: 0;
    padding: 0;
}
.mp-menu li{
    padding: 0;
    margin: 0 10px;
}

.mp-header .navbar-toggler{
    outline: none !important;
}
.mp-header .navbar-toggler span{
    display: block;
    height: 2px;
    width: 30px;
    background-color: #fff;
    margin-bottom: 4px;
}
.mp-header .navbar-toggler span:last-child{
    margin-bottom: 0;
}
.mp-logo img{
    width: 182px;
}
/**/

/*Home Slider*/
.mp-home-slider{
    position: relative;
}
.mp-home-slider .owl-nav{

    display: flex;
    align-items: center;
    width: 100%;
}


.mp-home-slider .owl-prev{
    left: 0;
}
.mp-home-slider .owl-next{
    right: 0;
}
.mp-home-slider .owl-nav button.owl-prev,
.mp-home-slider .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 80px;
    color: #fff;
    width: 100px;
    outline: none !important;
    transition: .2s;
}
.mp-home-slider  button.owl-next:hover,
.mp-home-slider  button.owl-prev:hover{
    background-color: rgba(0, 0, 0, 0.06);
    z-index: 9;
    color: #b4b4b4;
}

.mp-slider-bg{
   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 137px);
    display: flex;
    align-items: center;
}
.mp-slider-bg:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.30);
}
.mp-slider-title{
    color: #fff;
    font-size: 47px;
}
.mp-slide-container{
    padding: 0 120px;
}
/**/

/*Sections, Titles*/
.mp-section{
    padding: 70px 0;
}
.mp-section-title{
    font-size: 33px;
    margin-bottom: 45px;
}
.mp-section-title:before{
    content: '/';
    display: inline-block;
    margin-right: 10px;
    color: #ec008c
}
.text-white.mp-section-title:before{
    content: '/';
    display: inline-block;
    margin-right: 10px;
    color: #fff
}
/*Tabs Horizontal*/
.mp-tabs-menu .nav-tabs .nav-item.show .nav-link,
.mp-tabs-menu .nav-tabs .nav-link.active{
    border-color: #f7fbff #f7fbff #ec008c;
    color: #124ca0;

}
.nav-tabs .nav-item{
    margin-bottom: -4px;
}
.nav-tabs .nav-link{
    border: 4px solid transparent;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
    font-size: 21px;
    font-weight: 600;
    color: #878787;
}
.mp-tabs-menu .nav-tabs{
    border-bottom: 4px solid #eeeeee;
}
.mp-tabs-menu .nav-tabs .nav-link:hover{
    border-color: transparent transparent #ec008c;
}
.mp-tab-content{
    padding: 60px;
    color: #444444;
}
.mp-tab-title{
    color: #444444;
}
/**/

/*Tabs Vertical*/
.mp-pill-nav{
    background-color: #124ca0;
    padding: 30px;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.mp-pill-nav a{
    color: #739feb;
    padding: 12px;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link{
    background: transparent;
    color: #fff;
}
.mp-tab-pills{
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}
.mp-pill-content{
    padding: 60px 60px 60px 30px;
}
.mp-pill-content ul li{
    margin-bottom: 10px;
}
.mp-pill-content ul li ul{
    margin-top: 10px;
}
/**/

/*Lists*/
.blue-list li, .green-list li{
    position: relative;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 19px 14px;
    background-position: left 6px;
}
.blue-list li{
    background-image: url(../images/icons/list-2.png);
}
.green-list li{
    background-image: url(../images/icons/list-1.png);

}
.blue-list li ul li,
.green-list li ul li{
    background-image: none;
    padding-left: 0;
}
.mp-list-title{
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding: 10px 0 10px 50px;
    text-align: left;
}
.list-img-1{
    background-image: url(../images/icons/small-icon-1.png);
    background-size: 42px 36px;
}
.list-img-2{
    background-image: url(../images/icons/small-icon-2.png);
    background-size: 40px 36px;
}
.list-img-3{
    background-image: url(../images/icons/small-icon-3.png);
    background-size: 41px 41px;
}
/**/

/*Bcakground Sections*/
.mp-earth-bg{
    background-image: url(../images/backgrounds/earth.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 380px;
    position: relative;
    min-height: 820px;
    z-index: 1;
}
.mp-earth-bg:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -ms-linear-gradient(#124ea2, rgba(18, 78, 162, 0.20));
    background: -moz-linear-gradient(#124ea2, rgba(18, 78, 162, 0.20));
    background: -webkit-linear-gradient(#124ea2, rgba(18, 78, 162, 0.20));
    z-index: -1;
}
.mp-earth-bg p{
    margin-bottom: 15px;
}
.mp-grad-bg{
    position: relative;
    background-image: url(../images/backgrounds/transparent-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: 1;
}
.mp-grad-bg:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -moz-linear-gradient(-45deg, rgba(18,78,162,0.86) 0%, rgba(18,78,162,0.84) 50%, rgba(192,16,144,0.82) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(18,78,162,0.86) 0%,rgba(18,78,162,0.84) 50%,rgba(192,16,144,0.82) 100%);
    background: linear-gradient(135deg, rgba(18,78,162,0.86) 0%,rgba(18,78,162,0.84) 50%,rgba(192,16,144,0.82) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db124ea2', endColorstr='#d1c01090',GradientType=1 );
    z-index: -1;
}
.mp-grad-bg p{
    margin-bottom: 10px;
}
.mp-video-iframe{
    margin-right: 30px;
    position: relative;
}
.mp-video-iframe iframe{
    width: 100%;
    height: 500px;
}
.video-cover{
    background-image: url(../images/icons/video-button.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.mp-col-title{
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.mp-col-subtitle{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}
.mp-middle-bg{
    background-image: url(../images/backgrounds/middle.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 415px;
    z-index: 1;
}
.mp-middle-bg:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(18, 77, 161, 0.62);
}
.mp-border-title{
    font-size: 47px;
    color: #fff;
}
.mp-border-title:after{
    content: '';
    display: block;
    height: 3px;
    width: 280px;
    background-color: #fff;
    margin: 30px auto;

}
/*Sectors*/

.mp-sector-link{
    display: block;
    position: relative;
    color: #fff;
    transition: .3s;
    overflow: hidden;
}
.mp-sector-link:hover{

    color: #fff;
}
.mp-sector-link:hover .mp-sector-desc{
    background-color: rgba(12, 53, 109, 0.67);
    transition: .3s;
}
.mp-sector-link img{
    transition: .3s;
    width: 100%;
}
.mp-sector-link:hover img:nth-child(odd){
    transform: scale(1.02) rotate(1deg);
    transition: .3s;
}
.mp-sector-link:hover .mp-img-title,
.mp-sector-link:hover .mp-img-text{
    display: none;
}
.mp-sector-link:hover .hover-desc{
    display: block;
}
.mp-sector-desc{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 45px;
    background-color: rgba(0, 0, 0, 0.46);
}
.mp-sector-desc span{
    display: block;
    line-height: 1.3;
}
.mp-img-title{
    font-size: 39px;
}
.mp-img-text{
    font-size: 22px;
}

/***/

/**Map**/
.mp-map{
    width: 100%;
    height: 620px;
}
.mp-map-info{
    max-width: 300px;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.27);
}
.mp-map-info span{
    display: block;
}
.mp-map-info .fa{
    color: #ec008c;
    margin-right: 10px;
}
.street-name{
    font-size: 17px;
    font-weight: bold;
    color: #0c356d;
}
.street-loc{
    font-size: 14px;
    color: #999999;
    margin: 10px 0;
}
.contact-el{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
/***/

/*Team Slider*/
.mp-team-title{
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.mp-member-name{
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.mp-member-status{
    display: block;
    color: #444444;
}
.mp-social{
    display: flex;
    align-items: center;
    font-size: 20px;
}
.mp-social li{
    margin: 0 10px;
}
.mp-social li:last-child{
    margin-right: 0;
}
.mp-social li:first-child{
    margin-left: 0;
}
.mp-team-slider .owl-dots{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.mp-team-slider button.owl-dot{
    display: block;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-color: #dddddd;
    margin: 0 5px;
    outline: none !important;
}
.mp-team-slider button.owl-dot.active{
    background-color: #124c9f;
}
/**/

/*Footer*/
.mp-footer{
    padding: 80px 0;
    background-color: #0c356d;
    color: #fff;
    font-size: 15px;

}
.mp-footer a{
    color: #fff;
}
.mp-footer a:hover{
    text-decoration: underline;
}
.footer-logo{
    margin-bottom: 35px;
    display: block;
}
.mp-footer-title{
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 35px;
    color: #fff;
}
.mp-contactn-info{
    font-size: 15px;
}
.mp-contact-info .fa{
    margin-right: 10px;
}
.mp-subscribe{
    display: flex;
}
.mp-sbs-input{
    height: auto;
    padding: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.mp-sbs-btn{
    background-color: #124da1;
    padding: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    font-size: 18px;
}
.mp-sbs-btn:hover{
    color: #fff;
    opacity: .8;
}
/**/

/*Other*/
.mp-year-boxes{
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 125px;
    flex-wrap: wrap;
    justify-content: center;
}
.year-box{
    width: 20%;
    padding: 0 15px;
}

.year-icon{
    font-size: 45px;
    background: -webkit-linear-gradient(#124ea2, #c01090);
    background: -ms-linear-gradient(#124ea2, #c01090);
    background: -moz-linear-gradient(#124ea2, #c01090);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}
.year-content{
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.27);
    padding: 10px;
    border-radius: 20px;
    min-height: 100px;
}
.year-span{
    display: block;
    line-height: 1.2;
}
.year-span-1{
    font-size: 27px;
    color: #124da1;
    font-weight: bold;
}
.year-span-2{
    font-size: 19px;
    color: #777777;
}
.y-middle{
    transform: translate(0, -30px);
}
.y-top{
    transform: translate(0, -60px);
}
.mp-grad-box{
    background: -webkit-linear-gradient(#124ea2, #c01090);
    color: #fff;
    max-width: 700px;
    margin: auto;
    border-radius: 20px;
    padding: 30px;
    margin-top: 45px;
}
.mp-grad-box p{
    margin-bottom: 10px;
}
/****/

/**Classes**/
.bg-color-blue{
    background-color: #0c356d;
}
.bg-color-light{
    background-color: #f4f4f4;
}
.fs-38{
    font-size: 28px;
}
.width-limit{
    max-width: 2000px;
    margin: auto;
}
/**/

@media screen and (max-width: 1200px){
    .mp-img-title{
        font-size: 28px;
    }
    .mp-img-text{
        font-size: 20px;
    }
}
@media screen and (max-width: 1023px){
    .year-box{
        width: 33.3333333%;
        margin-top: 30px;
    }
    .y-middle,
    .y-top{
        transform: translate(0, 0);
    }
    .mp-year-boxes{
        margin-top: 50px;
    }
}

@media screen and (max-width: 991px){
    .foot-col{
        margin-bottom: 30px;
    }
    .foot-col:last-child{
        margin-bottom: 0;
    }
    .mp-nav{
        padding: 15px;
    }
    .mp-menu{
        border-top: 1px solid #fff;
        margin-top: 15px;
    }
    .top-el-1{
        font-size: 18px;
    }
    .top-el-1 li:first-child {
        display: none;
    }
    .mp-logo img{
        width: 150px
    }

    .tab-col{
        margin-bottom: 30px;
    }

    .mp-video-iframe{
        margin-bottom: 15px;
    }
    .mp-slider-bg{

    }
    .mp-slider-title{
        text-align: center;
        font-size: 32px;
    }


}
@media screen and (max-width: 767px){
    .top-el-2 li:first-child{
        display: none;
    }
    .year-box{
        width: 45%;
    }
    .mp-pill-content, .mp-tab-content{
        padding: 30px;
    }
    .mp-slide-container{
        padding: 0 80px;
    }
    .mp-home-slider .owl-nav button.owl-prev,
    .mp-home-slider .owl-nav button.owl-next{
        width: 60px;
    }
    .mp-video-iframe{
        margin-right: 0;
    }
    .mp-video-iframe iframe{
        height: 300px;
    }
    .mp-tab-col{
        display: none;
    }
    .mp-tab-pills, .mp-pill-nav{
        border-radius: 0;
    }
	.tab-content-collapse > .tab-pane {
		display: block !important;
		opacity: 1;
	}
	.acc-content {
		padding: 20px;
	}
	.pill-col {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 540px){
    .top-el-1{
        font-size: 15px;
        margin-right: 0;
    }
    .year-box{
        width: 100%;
        margin-top: 15px;
    }
    .mp-year-boxes{
        margin-top: 30px;
    }
    .year-content{
        min-height: inherit;
    }
}

.nav-tab-collapse {
	display: none;
}

#benefits-tab-content .card-header {
	background-color: #124ca0;
}
#benefits-tab-content .card-header {
	padding: 0;
}
#benefits-tab-content .card-header a {
	color: #739feb;
	display: block;
	padding: 10px 15px;
}

#benefits-tab-content .card-header a[aria-expanded="false"] {
	color: #739feb;
}
	#benefits-tab-content .card-header a[aria-expanded="true"] {
		color: #fff;
	}

@media(min-width:768px) {
	.nav-tab-collapse {
		display: flex;
	}

	.tab-collapse-card {
		border: none;
	}

		.tab-collapse-card .card-header {
			display: none;
		}

		.tab-collapse-card .collapse {
			display: block;
		}
}

/*added flip cmr*/
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 455px;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
  background-size: cover;
}

.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}
.flip-box-front .mp-sector-desc{
    color: #fff;
}
.mp-video-iframe video {
    width: 100%;
}

/*footer rd notif*/
.mp-footer .snackbar{ color: #ed008d; }
.mp-footer .form-validation {
    position: absolute;
    bottom: -25px;
    z-index: 999;
    color: #ed008d;
}