/********** GLOBAL **********/
html {
  scroll-behavior: smooth;
}
body {
	color: #000000;
	font-size: 15px;
	background: #ffffff;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
}
iframe {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto !important;
}
.full {
	width: 100%;
	float: left;
}
a {
	text-decoration: none !important;
	color: #f00;
}
.btn {
	cursor: pointer; 
	font-family: 'Josefin Sans', sans-serif;
}
.btn-lg {
	font-size: 16px;
	padding: 10px 34px;
	border-radius: 10px;
}
.btn-primary {
	background-color: #123261;
	border-color: #123261;
}
.btn-success{
	background-color: #4caf50;
	border-color: #4caf50;
	font-size:15px;	
}
.btn-warning {
	background-color: #f2981e;
	border-color: #f2981e;
}
.form-control {
	box-shadow: none !important;
}
.vertical {
	display: table-cell;
	vertical-align: middle;
}
h1, h2 {
	font-family: 'Josefin Sans', sans-serif;
}

.accordion-item {
	margin-bottom:10px;
}
.accordion-button {
	background: #54397e !important;
    color: #fff !important;
}
@media (min-width: 1200px) {
.container {
	max-width: 1380px;
}
}
/********** GLOBAL **********/

.desktopView{ display: block;}
.mobileView { display:none ;}



/********** HEADER **********/
header {
	width: 100%;
	float: left;
}
.top {
	width: 100%;
	float: left;
	color: #123261;
}
.top a {
	color: #123261;
}
.navbar {
	background: #54397e;
	background-size: cover;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar .nav-link {
	color: #ffffff !important;
	padding: 17px 10px !important;
	font-size: 13px;
}
.navbar .nav-link:hover, .navbar .nav-item .nav-link.active {
	color: #f0f5c4 !important;
}
.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.nav-item ul {
    padding: 0;
    margin: 0;
    width: 200px;
    list-style-type: none;
    position: absolute;
    z-index: 9;
    background: #54397e;
	display:none;
}
.nav-item:hover ul {
	display:block;
}
.nav-item ul li a.nav-link {
    padding: 10px 15px !important;
    border-bottom: 1px #502e85 dashed;
}
/********** HEADER **********/

/********** BANNER **********/
.banner {
	width: 100%;
	float: left;
	position: relative;
}
.banner_bottom {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
	background: rgba(18,50,97,0.9);
	padding: 40px 0;
	font-size: 18px;
}
.banner h1 {
	font-weight: 700;
	font-size: 45px;
}
.banner_bottom .btn {
	font-size: 30px;
	padding: 10px 38px 6px 38px;
}
/********** BANNER **********/

/********** BODY **********/
.body {
	width: 100%;
	float: left;
	position: relative;
}
.body h2 {
	font-size: 45px;
	font-weight: 700;
	color: #123261;
}
.ev_sec {
	padding: 80px 0;
	background: url(../images/dotted.png) no-repeat bottom right;
}
.ev_sec_part {
    width: 100%;
	float:left;
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}
.ev_sec_part img {
	height:100% !important;
	object-fit:contain;
	object-position:center !important;
}
#eventdemo{
	background:#000;
}
.ev_sec_part h3 {
	font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}
.serv_pro {
	background: url(../images/service_probg.jpg) no-repeat center;
	background-size: cover;
	height: 316px;
	display: table;
	text-align: center;
	color: #ffffff;
	padding: 10px;
}
.serv_pro .btn {
	font-size: 25px;
}
.events_head {
	font-size: 48px;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	background: #f2981e;
	font-family: 'Kanit', sans-serif;
	padding: 5px 10px;
}
.events {
	background: #f1f1f1;
	height: 100%;
}
.news {
	background: #161f2c;
	color: #ffffff;
}
.newspart {
	width: 100%;
	float: left;
	background: #ffffff;
	color: #161f2c;
	border-radius: 28px;
	overflow: hidden;
}
.news_pic {
	width: 100%;
	float: left;
	height: 250px;
	overflow: hidden;
}
.news_pic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.news_info {
	width: 100%;
	float: left;
	padding: 20px 30px;
}
.news_info h4 {
    font-size: 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    min-height: 100px;
}
	.news_info_in {
    min-height: 144px;
    font-size: 14px;
}
.news_info a, .viewmore {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	border-bottom: 5px #0661eb solid;
	padding-bottom: 8px;
}
.see_all {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 19px;
	border-bottom: 5px #ffffff solid;
	padding-bottom: 8px;
	color: #ffffff;
}
.achievments {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0 );
}
.achivpart {
    width: 100%;
    float: left;
    font-size: 14px;
    /* padding: 70px 40px; */
    min-height: 250px;
    display: table;
    padding: 20px;
	cursor:pointer;
}
.achivpart h4 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #123261;
}
.achivpart.blue {
	background: #123261;
	color: #ffffff;
	border-radius: 16px;
}
.findjob {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 30px;
	box-shadow: 0px 6px 2px #e5d5ff;
	border-radius: 22px;
	min-height:235px;
}
.findjob .flex-shrink-0 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #123261;
    width: 100px;
}
.findjob .flex-grow-1 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	color: #000000;
	font-size: 16px;
}
.findjob .flex-grow-1 h5 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #54397e;
	position: relative;
	padding-right: 20px;
}
.findjob .flex-grow-1 h5 span {
	position: absolute;
	right: 0;
	top: 0;
}
.findjob .btn-info {
	font-size: 14px;
	color: #123261;
	background-color: #c9d6e9;
	border-color: #c9d6e9;
	padding: 7px 30px;
}
.deal {
	width: 100%;
	float: left;
	text-align: center;
	padding: 35px 30px;
	border: 1px #d4d4d4 solid;
	transition: all ease-in-out 0.5s;
	border-radius: 14px;
	cursor: grab;
	margin:15px 0;
}
.deal h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #54397e;
    min-height: auto;
}
.d_top h6 {
	min-height:auto;
}
.owl-prev span, .owl-next span {
	color: #000000;
}
/*.owl-prev span:hover, .owl-next span:hover {
	color: #8199a3;
}*/
.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}
.owl-prev {
	left: 7px;
}
.owl-next {
	right: 7px;
}
/* removing blue outline from buttons */
button:focus, button:active {
	outline: none;
}
.deal .btn-light {
	color: #000;
	background-color: #eeeeee;
	border-color: #eeeeee;
	font-size: 14px;
	text-transform: uppercase;
	padding: 16px 10px;
	border-radius: 12px;
	font-weight: 700;
	transition: all ease-in-out 0.5s;
}
.deal:hover {
	border-color: #54397e;
	transition: all ease-in-out 0.5s;
}
.deal:hover .btn-light {
	color: #ffffff;
	background: #123261;
	border-color: #123261;
	transition: all ease-in-out 0.5s;
}
.contact {
	background: url(../images/backgroundbg.jpg) no-repeat center;
	background-size: cover;
	color: #ffffff;
	padding: 40px 0;
}
.c_text {
	width:100%;
	float:left;
	font-size: 16px;
}
.contact h4 {
	font-size: 23px;
	font-weight: 300;
	text-transform: uppercase;
}
.contact h2 {
    font-family: 'Krub', sans-serif;
    color: #ffffff;
    font-size: 60px;
}
.contact .btn-primary {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 7px 28px;
    background-color: #0661eb;
    border-color: #0661eb;
}
.c_img {
    height: 250px;
}
.c_img img {
	object-fit: cover; 
	object-position: center;
}
.captain {
	width: 100%;
	float: left;
	margin: 15px 0;
	background: #e5dbf3;
	padding: 15px;
	box-shadow: 0 0 21px #a999c3;
}
.captain_pic {
	width: 100%;
	float: left;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.captain_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.captain_cap {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(47, 46, 46, 0.7);
	color: #ffffff;
	padding: 10px 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
}
.captain_text {
	width: 100%;
	float: left;
	margin-top: 10px;
	font-size: 14px;
}
.gallery_part {
	width: 100%;
	float: left;
	margin: 15px 0;

}
.gallery_pic {
	width: 100%;
	float: left;
/*	height: 250px;*/
	overflow: hidden;
	height: 424px;
    overflow: hidden;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gallery_pic img {
        width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.gallery_title {
    width: 100%;
    float: left;
    color: #FFF;
    text-align: center;
    padding: 9px 10px;
    background: #161f2c;
    font-size: 13px;
    min-height: 100px;
	display:table;
}
thead {
	background: #54397e;
    color: #fff;
    border-color: #54397e;
}
.fc-unthemed thead {
	background:#ffffff !important;
}
.d_top {
    min-height: 50px;
}
.d-img {
    height: 200px;
    overflow: hidden;
	background:#f2f2f2;
}
.d-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.deal_info {
    min-height: 150px;
}
.testimonials_box {
    width: 100%;
    float: left;
    padding: 15px;
    background: #ffffff;
    margin-bottom: 25px;
    box-shadow: 2px 2px 15px #bfbbbb;
}
.lefttab .nav-pills .nav-link {
    padding: 15px 10px;
	width:280px;
}
.lefttab .nav-pills .nav-link.active, .lefttab .nav-pills .show>.nav-link {
    background-color: #54397e;
}
ul.markicon li {
	list-style-image:url(https://wingmandemoserver.com/mypro/ojchamber/assets/images/liicon.png);
	margin-bottom:15px;
}
.membership_list {
    background: #f5f5f5;
    padding: 20px;
}
.membership_list ul li {
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px #e9e9e9 solid;
    padding-bottom: 15px;
    font-weight: 700;
}
.back-to-top {
    position: fixed;
    bottom: 1em;
    right: 0;
    text-decoration: none;
    color: #fff !important;
    font-size: 20px;
    display: none;
    transition: all ease-in-out 0.2s;
    background: #54397e;
    padding: 8px 11px;
}
.columnicon li {
	width:33.33%;
	float:left;
	padding-right:30px;
}
/********** BODY **********/

/********** FOOTER **********/
footer {
	width: 100%;
	float: left;
	background: #161f2c;
	color: #FFF;
	font-size: 14px;
	padding: 60px 0 40px 0;
}
footer a {
	color: #FFF;
}
footer a:hover {
	color: #f0f5c4;
}
footer h4 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
}
footer .form-control {
	font-family: 'Josefin Sans', sans-serif;
}
.footer_link {
	border-bottom: 1px #2d548c solid;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.footer_link a {
	font-size: 13px;
	padding: 0 10px;
}
footer .float-end a {
	padding-left: 20px;
}
/********** FOOTER **********/

ul.nav.nav-tabs.v-tab li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.nav-tabs.v-tab .nav-link {
    margin-bottom: 0;
	background-color: #54397e;
    border: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	color:#ffffff !important;
}
.nav-tabs.v-tab .nav-item.show .nav-link, .nav-tabs.v-tab .nav-link.active {
	background-color:#123261 !important;
}
td, th {
    vertical-align: middle;
}
.events-in{
	padding: 50px;
}
.events-in .fc.fc-unthemed.fc-ltr {
	float: none;
}
/********** MEDIA **********/
@media (max-width: 1400px) {
.navbar .nav-link {
	padding: 17px 7px !important;
}
}
@media (max-width: 1400px) {
.footer_link a {
	padding: 0 5px;
}
}
@media (max-width: 1220px) {
.news_info_in {
    min-height: 270px;
}
}
@media (max-width: 1199px) {
.banner_bottom {
	padding: 25px 0;
}
.banner h1 {
	font-size: 32px;
}
.navbar {
	padding: 8px 0;
}
.navbar-dark .navbar-toggler {
	border-color: #123261;
	background-color: #123261;
	padding: 6px 8px 7px 8px;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 0 auto;
}
.navbar-toggler-icon {
	width: 1.1em;
	height: 1.1em;
}
.navbar-nav {
	margin: 15px 0 0 0;
	background: rgb(78 50 120);
	padding: 15px;
}
.navbar .nav-link {
	padding: 10px !important;
}
.sticky {
    position: relative;
}
.nav-item ul {
    margin: 0 0 0 3%;
    width: 97%;
    position: relative;
    display: block;
}
.contact h2 {
    font-size: 50px;
}
.findjob {
    min-height: 285px;
}
.achivpart {
    min-height: 300px;
}
.footer_link a {
	padding: 0;
	width: 100%;
	float: left;
}
.deal h5 {
    min-height: 75px;
}
.c_img {
    height: auto;
}
}
@media (max-width: 991px) {
.banner_bottom {
	position: relative;
}
.events {
	height: auto;
}
.contact .btn-primary {
	font-size: 20px;
}
.news_info h4 {
	min-height: auto;
}
.news_info_in {
	min-height: auto;
}
.findjob {
    min-height: auto;
}
.columnicon li {
    width: 50%;
}
.deal h5, .deal h6 {
    min-height: auto;
}
.c_img {
	height:auto;
}
.ev_sec .full{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ev_sec_part {
	width: 48%;
}
.c-ev-calender-wpr {
    width: 49.5%;
    margin-left: auto;
    margin-top: -250px;
}
.ev_sec_part h3 {
    font-size: 19px;
}
.ev_sec_part h2 {
    font-size: 30px;
}
.events_head{
	font-size: 30px;
}
.events-in {
    padding: 20px;
}
}
@media (max-width: 767px) {
.body h2, .events_head {
	font-size: 30px;
}
.banner_bottom .btn {
	font-size: 20px;
}
.serv_pro .btn {
	font-size: 16px;
}
footer .float-start {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
footer .float-end {
	width: 100%;
	text-align: center;
}
table.mbl_responsive {
	border: 0;
}
table.mbl_responsive thead {
	display: none;
}
table.mbl_responsive tr {
	margin-bottom: 10px;
	display: block;
	border-bottom: 2px solid #ddd;
}
table.mbl_responsive td {
	display: block;
	text-align: right !important;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
table.mbl_responsive td:last-child {
	border-bottom: 0;
}
table.mbl_responsive td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 20px;
	font-size:12px;
}
.lefttab .nav-pills .nav-link {
    padding: 15px 10px;
	width:100%;
}
.gallery_title {
    min-height: 116px;
}
.desktopView{ display:none !important;}
.mobileView { display:block !important;}
}
@media (max-width: 575px) {
.banner h1 {
	font-size: 26px;
}
.banner_bottom {
	font-size: 16px;
}
.body h2, .events_head {
	font-size: 26px;
}
.news_info h4 {
	font-size: 18px;
}
.contact h2 {
	font-size: 36px !important;
}
.contact h4 {
	font-size: 20px;
}
.findjob .flex-shrink-0 {
	font-size: 12px;
}
.homevideos iframe {
	height: 315px !important;
}
.captain_pic img {
    object-fit: contain;
}
.findjob .flex-shrink-0 {
    width: 65px;
}
.gallery_title {
    min-height: auto;
}
.columnicon li {
    width: 100%;
}
}
/********** MEDIA **********/
