.owl_banner{ 
}

.owl_banner .item{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    padding: 50px; 
    height: 500px;
}

.owl_banner .item div{
    width: 100%;
    margin-top: 100px;
    text-align: center;
    padding: 20px 100px;
}

.owl_banner .item div label{
    font-size: 40px; 
    text-shadow: 2px 2px black;
    color: white;
    font-family: montserrat-bold;
}

.owl_banner .item div p{
    font-size: 18px;
    color: white;
    text-shadow: 1px 1px black;
} 

.owl_banner .owl-nav{
    position: absolute;
    top: -2%;
    height: 100%;
    width: 100%;
}

.owl_banner .owl-nav button{
    background: rgb(255 255 255 / 10%) !important;
    font-size: 80px !important;
    width: 50px;
    height: 100%;
    border-radius: 0px !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.owl_banner .owl-nav button:hover,
.owl_banner .owl-nav button:focus{
    background: rgb(255 255 255 / 30%) !important;
}

.owl_banner .owl-nav .owl-prev{ 
	float: left;
    margin-left: 0px;
}
.owl_banner .owl-nav .owl-next{ 
	float: right;
    margin-right: 0px;
}

.owl_banner .owl-dots{
	position: absolute;
    width: 100%;
    text-align: right;
    bottom: 0;
    right: 50px;
}
.owl_banner .owl-dots .owl-dot span{
	width:20px; 
}

.owl_banner .owl-dots .owl-dot.active span, 
.owl_banner .owl-dots .owl-dot:hover span{
	background: #5e7fcf;
}



.sectionHighlights{ 
    background: #a3c7ff;
}

.sectionHighlights .highlightDiv{
	text-align: center;
    padding: 10px;
    background: white;
    border-radius: 10px;
    height: 100%;
}

.sectionHighlights .highlightDiv img.icon{
    width: 100px;
    display: block;
    margin: auto; 
    padding: 10px; 
    margin-bottom: 10px;
}
.sectionHighlights .highlightDiv label.title{
    color: #072366;
    font-size: 18px;
    font-family: montserrat-bold;
}
.sectionHighlights .highlightDiv p.desc{ 
    font-size: 14px;
}


.sectionAboutUs{
	background: #1d3bcf;
}


.sectionAboutUs label.title{
    margin: auto;
    background: #000000;
    color: white;
    border-radius: 15px 0px;
    padding: 10px 30px;
    font-family: 'montserrat-bold';
    font-style: italic;
    font-size: 14px;
}

.sectionAboutUs label.subtitle{
    display: block;
    margin-top: 10px;
    font-size: 35px;
    font-family: 'montserrat-bold';
    color: #f3f3f3;
    margin-bottom: 30px;
    line-height: 1.4;
}
.sectionAboutUs p.desc{
	font-size: 16px;
    color: #bbc4f0;
    line-height: 1.6;
    padding-right: 50px;
    margin-bottom: 20px;
}

.sectionAboutUs a.link{
	font-size: 16px;
    font-family: 'montserrat-bold';
    text-decoration: underline !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: white;
}
.sectionAboutUs a.link:hover,
.sectionAboutUs a.link:focus{ 
    color: #072366;
}

.sectionAboutUs img.cover{
	width: 100%;
    border-radius: 5px;
}

.sectionAboutUs .imgCaption{
    position: absolute;
    bottom: -50px;
    left: -30px;
    width: 150px;
    height: 120px;
    padding: 10px 10px;
    background: #f1f3f6;
    text-align: center;
    border-radius: 5px;
}

.sectionAboutUs .imgCaption::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 31px 50px;    
    border-color: transparent transparent #f1f3f6 transparent;
    position: absolute;
    top: -25px;
    content: "";
    right: 0;
}

.sectionAboutUs .imgCaption span {
    color: #072366;
    font-size: 40px;
    font-family: montserrat-bold;
}
.sectionAboutUs .imgCaption p { 
    color: black;
    font-weight: 600;
    font-size: 12px;
}

.sectionProducts{
    text-align: center;
    background: #a3c7ff;
}

.sectionProducts .title{
    background: black;
    color: white;
    font-family: 'montserrat-bold';
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
}

.sectionProducts .subTitle{    
    font-size: 35px;
    font-family: 'montserrat-bold';
    color: black;
    line-height: 1.3;
    margin-bottom: 20px;
}

.sectionProducts .desc{
    font-size: 16px; 
}

.sectionProducts .productDiv{ 
    background: white;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
} 

.sectionProducts .productDiv img{
    width: 100%;
    background: white;
    padding: 10px;
    border-radius: 5px;
}

.sectionProducts .productDiv .prodName{
    color: #072366;
    font-family: montserrat-bold;
    font-size: 16px;
    min-height: 75px;
    margin-top: 20px;
    border-radius: 10px;
}
.sectionProducts .productDiv .prodDesc{
    font-size: 14px;
    color: #64676c;
    margin-bottom: 30px;
    min-height: 100px;
}
.sectionProducts .productDiv a{
    background: #1d3bcf;
    color: white;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 12px;
    font-family: 'montserrat-medium';
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sectionProducts .productDiv a:hover,
.sectionProducts .productDiv a:focus{
    background: #072366; 
}

#announcementModal .modal-content{
    border-radius: 10px;
    border: none;
}

#announcementModal .modalContent{
    padding: 30px 20px;
    text-align: center;
    background: linear-gradient(45deg, #1c1c84, #000035);
    color: white;
    border-radius: 10px;
} 


#announcementModal .modalContent .close{
    position: absolute;
    right: 3%;
    font-size: 50px;
    top: 0%;
    color: white;
}
#announcementModal .modalContent i{
    font-size: 50px;
    margin-bottom: 20px;
}

#announcementModal .modalContent .title{
    display: block;
    margin-bottom: 0px;
    font-size: 35px;
    font-family: 'montserrat-black';
    letter-spacing: 5px;
}
#announcementModal .modalContent .subtitle{
    top: -10px;
    font-size: 12px;
    position: relative;
    margin-bottom: 0px;
    letter-spacing: 3px;
}

#announcementModal .modalContent a{
    font-size: 12px;
    letter-spacing: 3px;
    background: white;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
    transition: all .5s;
}

#announcementModal .modalContent a:hover,
#announcementModal .modalContent a:focus{
    border-radius: 20px;

}

#announcementModal .modalContent a i{
    font-size: 12px;
    margin-bottom: 0px; 
}
