  @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Muli:400,600,700');

@font-face { font-family: 'Montserrat'; src: url('../fonts/Montserrat-Regular.eot'); src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg'); font-weight: 400; font-style: normal; font-stretch: normal; }

*, ol, ol li, ul, ul li { margin: 0; padding: 0 }

/*@font-face { font-family: 'Montserrat'; src: url('../fonts/Montserrat-Bold.eot'); src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg'); font-weight: 700; font-style: normal; font-stretch: normal; unicode-range: U+0020-00FE;

}

@font-face { font-family: 'MontserratSemiBold'; src: url('../fonts/MontserratSemiBold.eot'); src: url('../fonts/MontserratSemiBold.eot') format('embedded-opentype'), url('../fonts/MontserratSemiBold.woff2') format('woff2'), url('../fonts/MontserratSemiBold.woff') format('woff'), url('../fonts/MontserratSemiBold.ttf') format('truetype'), url('../fonts/MontserratSemiBold.svg#MontserratSemiBold') format('svg'); }*/

* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box }

body { font-size: 15px; color: #666666; font-family: 'Montserrat'; font-weight: 400; overflow-x: hidden; }

input, select, textarea { outline: 0 }

a, button, input[type=submit] { cursor: pointer; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; text-decoration: none }

a:focus, a:hover, button:focus, button:hover, input, input:focus, input[type=submit]:focus, input[type=submit]:hover, select, select:focus, textarea, textarea:focus { outline: 0; text-decoration: none; box-shadow: none }

ol li, ul li { list-style: none }

h2 { font-size: 30px }

h3 { font-size: 20px; }

h4 { font-size: 17px }

h5, p { font-size: 15px }

img { max-width: 100%; border: 0 }

.wid100{width:100% !important;}

.form-control:-webkit-input-placeholder {

color:#aaa;

font-size:13px;

}

.form-control::-moz-placeholder {

color:#aaa;

font-size:13px;

}

.form-control:-ms-input-placeholder {

color:#aaa;

font-size:13px;

}

.form-control:-moz-placeholder {

color:#aaa;

font-size:13px;

}

#header-top { position: relative; float: left; width: 100%; background: #e31e24; }

#header-top .panel-heading span { margin-top: -26px; font-size: 15px; margin-right: -12px; }

#header-top .clickable { background: rgba(0, 0, 0, 0.15); display: inline-block; padding: 6px 12px; border-radius: 4px; cursor: pointer; }

#header-top .panel { margin-bottom: 0; }

#header-top .panel-info>.panel-heading { color: #fff; text-align: center; border-color: transparent; background: transparent; padding: 15px; }

#header-top .panel-info>.panel-heading h3 { font-size: 16px; }

#header-top .panel-info>.panel-heading a { padding: 6px 15px; background: #fff; color: #000; border-radius: 4px; font-size: 15px; margin-left: 20px; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; }

#header-top .panel-info>.panel-heading a:hover { background: #000; color: #fff; }

#header-top .panel-info { border-color: transparent; background: transparent; }

.wrapper { opacity: 0; }

.wrapper, header { float: left; width: 100% }

header .navbar { float: left; width: 100%; border: 0; border-radius: 0; background: #ffffff; margin: 0; min-height: auto; padding: 0px 2px; }

header .navbar .navbar-header .navbar-brand { height: auto; padding: 10px 0 0 33px; margin-left: 0 }

header .navbar .navbar-collapse { padding: 0 }

header .navbar .navbar-nav { float: right; margin: 0px !important; }

header .navbar .navbar-nav>li>a { padding: 37px 23px; text-transform: uppercase; color: #2B2B2B; font-size: 14px }

header .navbar .navbar-nav>li>a>sup {

    color: #ffffff;

    font-weight: 600;

    background: #EE1D24;

    padding: 3px;

    margin-left: 3px;

    font-size: 7px;

    position: relative;

    top: -12px;

    border-radius: 5px;

	-webkit-animation: glowing 1500ms infinite;

  -moz-animation: glowing 1500ms infinite;

  -o-animation: glowing 1500ms infinite;

  animation: glowing 1500ms infinite;

}

@-webkit-keyframes glowing {

  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }

  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 10px #FF0000; }

  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }

}



@-moz-keyframes glowing {

  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }

  50% { background-color: #FF0000; -moz-box-shadow: 0 0 10px #FF0000; }

  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }

}



@-o-keyframes glowing {

  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }

  50% { background-color: #FF0000; box-shadow: 0 0 10px #FF0000; }

  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }

}



@keyframes glowing {

  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }

  50% { background-color: #FF0000; box-shadow: 0 0 10px #FF0000; }

  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }

}

header .navbar .navbar-nav>li.active>a, header .navbar .navbar-nav>li>a:focus, header .navbar .navbar-nav>li>a:hover { background: 0 0; color: #000000; }

header .navbar .navbar-nav>li>a:after { height: 5px; width: 0%; background: #FA6900; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; content: ""; opacity: 0; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s }

header .navbar .dropdown-menu li { float: left; width: 100%; position: relative }

header .navbar .dropdown-menu li a { padding: 15px 15px 15px 40px; border-top: 1px solid #f6f6f6; color: #2B2B2B; font-weight: 400; white-space: normal; text-transform: uppercase; position: relative; }

header .navbar .dropdown-menu li a::after { position: absolute; left: 23px; top: 15px; content: "\f105"; font-size: 14px; color: #fa6900; font-family: 'FontAwesome'; }

header .navbar .dropdown-menu li a:hover { color: #EC7121; border-color: #f6f6f6; background: transparent; padding-left: 45px; }

header .nav .open>a, header .nav .open>a:focus, header .nav .open>a:hover { border-color: #c8c4c4 }

header .navbar .dropdown-toggle.caret { position: absolute; top: 0; right: 11px; margin-top: 38px; border: 0; color: #999999; font-size: 12px; }

/* middle */

.middle_content { float: left; width: 100%; }

.middle_content .banner { float: left; width: 100%; background: #0B2A60; position: relative; }

.banner .col-md-1 { position: absolute; left: 0px; top: 0px; height: 100%; }

.banner .col-md-11 { float: right; }

.paddingr-0 { padding-right: 0px; }

.banner .scroll_text { float: left; width: 100%; height: 100%; }

.banner .scroll_text p { float: left; font-size: 13px; color: #ffffff; transform: translateY(-50%) rotate(-90deg); -webkit-transform: translateY(-50%) rotate(-90deg); -moz-transform: translateY(-50%) rotate(-90deg); white-space: nowrap; position: relative; letter-spacing: 3.4px; padding-right: 12px; margin: 0px 0px 0px -132px; top: 50%; margin-top: -45px; }

.banner .scroll_text .scroll_down { position: absolute; left: 0px; bottom: 0px; background: #FA6900; width: 96px; height: 96px; display: inline-block; vertical-align: top; font-size: 26px; color: #ffffff; line-height: 97px; text-align: center; }

.banner .scroll_text .scroll_down:hover { background: #ffffff; color: #FA6900; }

.banner .scroll_text .scroll_down i { -webkit-animation: downarrow 1s ease-in-out infinite; animation: downarrow 1s ease-in-out infinite; }

.banner .scroll_text p:before { position: absolute; left: 100%; top: 9px; width: 50px; height: 1px; background: #ffffff; content: ""; }

.banner .banner_slide.owl-carousel .owl-stage-outer { padding-bottom: 10px; }

.banner .banner_slide.owl-carousel .owl-item img { /*width: auto;*/ max-width: 100%; }

.banner .banner_slide .item { float: right; width: 88.5%; position: relative; }

.banner .banner_slide .item:before { position: absolute; left: 0px; top: 0px; content: ""; background: rgba(0,0,0,0.45); width: 100%; height: 100%; }

.banner .banner_slide .item::after { bottom: -10px; left: -10px; position: absolute; width: 76px; height: 76px; background: #FA6900; content: ""; z-index: -1; }

.banner .banner_slide .item .overly_text { float: left; overflow: hidden; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 1; margin-left: -12.3%; }

.banner .banner_slide .item .overly_text p { font-size: 18px; color: #ffffff; letter-spacing: 1.5px; float: left; position: relative; margin: 0px; padding-right: 15px; font-weight: 400; }

.banner .banner_slide .item .overly_text p:after { position: absolute; left: 100%; top: 13px; width: 260px; height: 2px; background: #ffffff; content: ""; }

.banner .banner_slide .item .overly_text h2 { float: left; width: 100%; text-transform: uppercase; font-weight: 700; font-size: 65px; color: #ffffff; letter-spacing: 3.2px; margin: 0px; padding-top: 8px; line-height: 70px }

.banner .banner_slide .owl-item.active .overly_text h2, .banner .banner_slide .owl-item.active .overly_text p { opacity: 0; }

.banner .banner_slide .owl-item.active .overly_text p { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }

.banner .banner_slide .owl-item.active .overly_text h2 { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInUp; animation-name: fadeInUp; animation-delay: 0.8s; -webkit-animation-delay: 0.8s; }

.middle_content .banner .banner_slide .owl-nav { position: absolute; bottom: 130px; right: 20px; }

.middle_content .banner .banner_slide .owl-nav .owl-prev, .middle_content .banner .banner_slide .owl-nav .owl-next { display: inline-block; vertical-align: top; width: 50px; height: 50px; border: 2px solid #ffffff; border-radius: 100%; text-align: center; color: #fff; line-height: 49px; margin: 5px; transition: 0.5s; -webkit-transition: 0.5s; font-size: 15px; }

.middle_content .banner .banner_slide .owl-nav .owl-prev:hover, .middle_content .banner .banner_slide .owl-nav .owl-next:hover { background: #ffffff; color: #F96800; }

/* bottom text */

.banner_info { float: right; width: 66.3%; margin-top: -90px; position: relative; z-index: 1; overflow: hidden; }

.banner_info .news_info { float: left; width: 50%; background: #FA6900; padding: 37px 20px 50px; padding-bottom: 99999px; margin-bottom: -99999px; }

.banner_info .news_info h3 { color: #F5F5F3; margin: 0px 0px 15px; float: left; width: 100%; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 400; }

.banner_info .news_info .carousel { float: left; width: 100%; }

.banner_info .news_info .carousel.vertical .active { top: 0; }

.banner_info .news_info .carousel.carousel.vertical .item { left: 0; }

.banner_info .news_info .item { float: left; width: 100%; padding-left: 5px; padding-bottom: 20px; -webkit-transition: 1s top; -moz-transition: 1s top; -ms-transition: 1s top; -o-transition: 1s top; transition: 1s top; }

.banner_info .news_info .item p { float: left; width: 70%; color: #ffffff; font-size: 17px; margin: 0; letter-spacing: 0.2px; }

.banner_info .news_info .item p span { float: left; width: 100%; color: #ffffff; font-size: 18px; font-weight: 700; line-height: 31px; letter-spacing: 0px; }

.banner_info .news_info .item .right_link { float: right; margin: 7px 1% 0px; width: 28%; text-align: right; }

.banner_info .news_info .item .right_link a { color: #ffffff; border: 2px solid #ffffff; text-transform: capitalize; }

.banner_info .news_info .item .right_link a:hover { color: #000000; }

.banner_info .news_info .item .right_link a.hover:after { background: #ffffff; }

a.hover { display: inline-block; vertical-align: top; border: 2px solid #999999; color: #555555; padding: 10px 13px; text-transform: uppercase; position: relative; text-align: center; overflow: hidden; z-index: 1; }

a.hover:hover { color: #ffffff; }

a.hover:after { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; background: #999999; opacity: 0; width: 0; height: 100%; content: ""; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; margin: 0 auto; z-index: -1 }

a.hover:hover:after { opacity: 1; width: 100%; }

.banner_info .news_info .pagination_area { float: right; position: absolute; top: -43px; right: 0; }

.banner_info .news_info .carousel .carousel-control.left, .banner_info .news_info .carousel .carousel-control.right { background-image: none; text-shadow: none; opacity: 1; display: inline-block; vertical-align: top; color: #ffffff; font-size: 14px; padding: 8px 5px; width: 24px; height: 35px; text-align: center; position: static; }

.banner_info .news_info .carousel.vertical .next.left, .banner_info .news_info .carousel.vertical .prev.right { top: 0; }

.banner_info .news_info .carousel.vertical .next { top: 400px; }

.banner_info .news_info .carousel.vertical .prev { top: -400px; }

.banner_info .news_info .carousel.vertical .active.left { top: -400px; }

.banner_info .news_info .carousel.vertical .active.right { top: 400px; }

/* carousal slider */

.banner_info .member_of { float: left; width: 50%; background: #0B2A60; padding-bottom: 99999px; margin-bottom: -99999px; }

.banner_info .member_of .left_text { display: table; width: 47%; float: left; background: #F3F3F3; padding: 46px 15px 58px; padding-bottom: 9999px; margin-bottom: -9999px; }

.banner_info .member_of .left_text span { display: table-cell; vertical-align: middle; width: 30%; }

.banner_info .member_of .left_text .title_info { display: table-cell; vertical-align: middle; padding-left: 15px; }

.banner_info .member_of .left_text .title_info h3 { float: left; width: 100%; text-transform: uppercase; color: #F04839; font-size: 18px; margin: 0px 0px 7px; font-weight: 400; }

.banner_info .member_of .left_text .title_info p { float: left; width: 100%; color: #333333; margin: 0px; line-height: 23px; }

.banner_info .member_of .call_info { float: left; width: 53%; padding: 33px 30px 60px; }

.banner_info .member_of .call_info h3 { color: #F96800; float: left; width: 100%; font-size: 18px; margin: 0px 0px 15px; text-transform: uppercase; font-weight: 400; }

.banner_info .member_of .call_info h3 i { font-size: 26px; padding-right: 6px; vertical-align: middle; }

.banner_info .member_of .call_info a { color: #FFFFFF; font-size: 22px; float: left; width: 100%; letter-spacing: 1px; line-height: 32px; }

/* about */

.about_company { float: left; width: 100%; padding: 50px 0px 30px; text-align: center; }

.about_company p { display: inline-block; width: 100%; color: #666666; font-size: 16px; max-width: 90%; line-height: 25px; }

.about_company .read_more { float: left; width: 100%; margin-top: 10px; }

.about_company .read_more a { border: 2px solid #999999; color: #555555; text-transform: uppercase; font-size: 13px; padding: 11px 28px; }

.about_company .read_more a span { font-size: 13px; }

.about_company .read_more a:hover { color: #ffffff; }

/* president message */

.Presidents_message { float: left; width: 100%; background: #F3F3F3; padding: 37px 0px 42px; }

.Presidents_message .padding-5 { padding-left: 5px; }

.Presidents_message .message { background: #ffffff; float: left; width: 100%; padding: 35px 25px; box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.1); position: relative; z-index: 1; }

.Presidents_message .message::before { height: 108%; width: 27%; background: transparent; position: absolute; left: -10px; top: -4%; content: ""; z-index: -1; border: 10px solid #FA6900; border-right: 0px; }

.Presidents_message .msg_text { float: left; width: 100%; padding-left: 5px; }

.Presidents_message .msg_text h3 { color: #000000; float: left; width: 100%; text-transform: uppercase; margin: 0px 0px 15px; font-weight: 400; }

.Presidents_message .msg_text p { float: left; width: 100%; line-height: 25px; color: #666666; font-size: 16px; font-family: 'Hind Vadodara', sans-serif; font-weight: 500; }

.Presidents_message .msg_text a { margin-top: 7px; padding: 10px 25px; }

.Presidents_message .msg_text a span { font-size: 13px; line-height: 22px; }

.Presidents_message .business_promote { float: left; width: 100%; background: url(../images/business_promote_bg.jpg) no-repeat; padding: 35px 30px; background-size: cover; }

.Presidents_message .business_promote h3 { font-size: 22px; color: #ffffff; font-family: 'Roboto Condensed', sans-serif; letter-spacing: 0.8px; margin: 0px; padding-bottom: 2px; }

.Presidents_message .business_promote h2 { font-family: 'Roboto Condensed', sans-serif; float: left; width: 100%; font-size: 45px; color: #ffffff; font-weight: 300; margin: 0px; line-height: 52px; letter-spacing: 0.4px; }

.Presidents_message .business_promote h2 b { color: #FFCB13; }

.Presidents_message .business_promote .annual_price { background: #0B295D; border: 2px solid #FFFFFF; float: left; width: 100%; margin-top: 23px; padding: 4px 30px; position: relative; }

.Presidents_message .business_promote .annual_price p { float: left; width: 100%; color: #ffffff; text-transform: uppercase; font-size: 18px; margin: 0; letter-spacing: px; }

.Presidents_message .business_promote .annual_price a { position: absolute; top: -10px; right: -23px; width: 50px; height: 50px; background: #0B295D; border: 2px solid #ffffff; border-radius: 100%; text-align: center; line-height: 45px; color: #ffffff; font-size: 25px; }

.Presidents_message .business_promote .annual_price a i { -webkit-animation: annualarrow 1s ease-in-out infinite; animation: annualarrow 1s ease-in-out infinite; }

.Presidents_message .business_promote .annual_price a:hover { background: #ffffff; color: #0B295D; }

/* member info */

.member_info { float: left; width: 100%; padding: 50px 0px 35px }

.member_info .inner_info { float: left; width: 100%; text-align: center; }

.member_info .inner_info a { float: left; width: 100%; }

.member_info .inner_info a img { position: relative; top: 50%; transform: translateY(-50%); transition: 0.5s; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.member_info .inner_info span { display: inline-block; vertical-align: top; width: 150px; height: 150px; border-radius: 50%; background: #ffffff; text-align: center; position: relative; }

.member_info .inner_info span:before { height: 100%; width: 100%; content: ""; top: 0; left: 0; position: absolute; border-radius: 100%; border-bottom: solid 2px #999; border-right: solid 2px #999; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.member_info .inner_info span::after { height: 100%; width: 100%; content: ""; top: 0; left: 0; position: absolute; border-radius: 100%; border-bottom: solid 2px #999; border-right: solid 2px #999; transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; }

.member_info .inner_info a span img {

	filter: grayscale(100);

	-webkit-filter: grayscale(100);

}

.member_info .inner_info a:hover span img {

	filter: grayscale(0);

	-webkit-filter: grayscale(0);

}

.member_info .inner_info:hover span::after { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); }

.member_info .inner_info h3 { margin: 25px 0px 0px; float: left; width: 100%; text-transform: uppercase; font-size: 17px; color: #333333; font-weight: 400; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.member_info .inner_info:hover h3 { color: #F96800; }

/* advertiesment */

.advertisement { background: #0B2A60; float: left; width: 100%; padding: 35px 0px 0px; }

.advertisement h2, .gallery h2 { color: #ffffff; text-transform: uppercase; float: left; width: 100%; margin: 0px 0px 20px; text-align: center; letter-spacing: 0.6px; font-weight: 700; }

.advertisement .advertisement_info { float: left; width: 100%; text-align: center; }

.advertisement .advertisement_info .advertisement_slide { display: inline-block; width: 80%; }

.advertisement .item { float: left; width: 100%; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.advertisement .item a { float: left; width: 100%; }

.advertisement .item:hover { transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); box-shadow: 0px 15px 10px -15px #000; -webkit-box-shadow: 0px 15px 10px -15px #000; -moz-box-shadow: 0px 15px 10px -15px #000; }

.advertisement .item img { width: auto; }

/* gallery */

.gallery { float: left; width: 100%; padding: 40px 0px 10px; }

.gallery h2 { color: #000000; padding: 0px 0px 30px; margin: 0px 0px 10px; font-weight: 700; letter-spacing: 0px; position: relative; z-index: 2; }

.gallery .item { float: left; width: 100%; position: relative; }

.gallery .item:after { position: absolute; top: 0px; left: 0px; content: ""; width: 100%; height: 100%; background: rgba(43,42,41,0.5); transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.gallery .item:hover:after { background: rgba(43,42,41,0.8); }

.gallery .owl-carousel.gallery_slide .owl-nav, .advertisement_info .owl-carousel.advertisement_slide .owl-nav { position: absolute; left: 0px; right: 0px; margin: 0 auto; top: -85px; max-width: 1170px; text-align: right; width: 100%; }

.gallery .owl-carousel.gallery_slide .owl-nav .owl-prev, .gallery .owl-carousel.gallery_slide .owl-nav .owl-next, .advertisement_info .owl-carousel.advertisement_slide .owl-nav .owl-prev, .advertisement_info .owl-carousel.advertisement_slide .owl-nav .owl-next { display: inline-block; vertical-align: top; width: 45px; height: 45px; border-radius: 100%; border: 2px solid #999999; font-size: 13px; color: #000; text-align: center; line-height: 43px; margin-left: 5px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.advertisement_info .owl-carousel.advertisement_slide .owl-nav { top: -62px; }

.advertisement_info .owl-carousel.advertisement_slide .owl-nav .owl-prev, .advertisement_info .owl-carousel.advertisement_slide .owl-nav .owl-next { border-color: #ffffff; color: rgba(255,255,255,0.5); background: #0b2a60; }

.advertisement_info .owl-carousel.advertisement_slide .owl-nav .owl-prev:hover, .advertisement_info .owl-carousel.advertisement_slide .owl-nav .owl-next:hover { background: #ffffff; color: #0B2A60; }

.gallery .owl-carousel.gallery_slide .owl-nav .owl-prev:hover, .gallery .owl-carousel.gallery_slide .owl-nav .owl-next:hover { background: #999999; color: #ffffff; }

.gallery .item .gallery_title { position: absolute; bottom: 20px; left: 0px; width: 100%; padding: 14px 25px; z-index: 1; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.gallery .item .gallery_title h4 { font-size: 18px; font-weight: 400; color: #ffffff; float: left; width: 100%; line-height: 24px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.gallery .item:hover .gallery_title h4 { margin-bottom: 25px; }

.gallery .item .gallery_title h4 strong { font-weight: 700; width: 100%; float: left; letter-spacing: 0.4px; }

.gallery .item .gallery_title a { float: left; width: 100%; color: #ffffff; font-size: 13px; text-transform: uppercase; margin-top: 3px; opacity: 0; font-weight: 700; letter-spacing: 0.7px; }

.gallery .item:hover .gallery_title a { opacity: 1; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.gallery .item .gallery_title a i { font-size: 17px; padding-right: 5px; line-height: 18px; vertical-align: top; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.gallery .item .gallery_title a:hover i { padding-left: 10px; }

.gallery .gallery-pading { padding: 0px 100px; }

/* footer */

footer { background: #0B2A60; float: left; width: 100%; }

footer .footer_navigation { float: left; width: 100%; padding-top: 40px; }

.footer_navigation ul { float: left; width: 100%; }

.footer_navigation ul li { float: left; width: 100%; }
.footer_navigation ul.address li:last-child{ margin:30px 0px 0px 0px;}

.footer_navigation ul.nav_menu > li { float: left; width: 33.33%; }

.footer_navigation ul.nav_menu li ul { margin-bottom: 20px; }

.footer_navigation ul.nav_menu li a { position: relative; padding-left: 14px; }

.footer_navigation ul.nav_menu li a:after { position: absolute; left: 0px; top: 4px; content: "\f105"; font-size: 14px; color: rgba(255,255,255,0.65); font-family: 'FontAwesome'; line-height: 19px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.footer_navigation ul.nav_menu li a:hover { margin-left: 5px; }

.footer_navigation ul.nav_menu li a:hover:after { color: #ffffff; }

.footer_navigation ul a, .footer_navigation ul p { padding: 2px 0px; float: left; width: 100%; color: rgba(255,255,255,0.65); font-size: 15px; margin: 0px; font-weight: 400; letter-spacing: 0.3px; }

.footer_navigation ul a:hover { color: #ffffff; padding-left: 2px; }

.footer_navigation ul li h5 { color: #ffffff; text-transform: uppercase; float: left; width: 100%; margin: 0px 0px 10px; font-weight: 400; }

.footer_navigation ul.address li.social { margin: 20px 0px 30px }

.footer_navigation ul.address li.social a { float: left; width: 35px; height: 35px; color: rgba(255,255,255,0.75); border: 2px solid #ffffff; line-height: 29px; text-align: center; margin-right: 10px; font-size: 16px; font-weight: 400; }

.footer_navigation ul.address li.social a:hover { background: #ffffff; color: #2b2b2b; }

.footer_navigation ul.address li img { display: inline-block; margin-right: 4px; }

.footer_navigation ul.address a { width: auto; display: inline-block; float: none; }

/* footer bottom */

footer .footer_bottom { float: left; width: 100%; padding: 21px 0px; background: #0A2552; margin-top: 10px; }

.footer_bottom p, .footer_bottom span { color: rgba(255,255,255,0.65); margin: 0px; float: left; width: 100%; font-size: 14px; }

.footer_bottom span { text-align: right; }

.footer_bottom a { color: rgba(255,255,255,0.65); }

.footer_bottom a:hover { color: #ffffff; text-decoration: underline; }

/* back to top btn */

#return-to-top { z-index: 9; position: fixed; bottom: 20px; right: 20px; width: 50px; height: 50px; display: none; border-radius: 50%; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; text-align: center; }

#return-to-top:before { height: 100%; width: 100%; content: ""; top: 0; left: 0; position: absolute; border-radius: 100%; border-bottom: solid 3px #FA6900; border-right: solid 3px #FA6900; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

#return-to-top::after { height: 100%; width: 100%; content: ""; top: 0; left: 0; position: absolute; border-radius: 100%; border-bottom: solid 3px #FA6900; border-right: solid 3px #FA6900; transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; }

#return-to-top:hover::after { transform: rotate(100deg); -webkit-transform: rotate(100deg); -moz-transform: rotate(100deg); }

#return-to-top i { color: #FA6900; font-size: 15px; line-height: 41px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; position: relative; }

#return-to-top i::after { position: absolute; bottom: 6px; width: 2px; height: 15px; display: inline-block; vertical-align: top; left: 6px; right: 0; content: ""; background: #fa6900; opacity: 0; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

#return-to-top:hover i::after { opacity: 1; }

#return-to-top:hover i { margin-top: -5px; }

/* sub page bannner */

.middle_content .subpage_banner { float: left; width: 100%; background: #0B2A60; }

.sub_banner { float: left; width: 100%; position: relative; }

.sub_banner span { float: left; width: 100%; position: relative; z-index: 1 }

.sub_banner span::before { position: absolute; left: 0px; top: 0px; content: ""; background: rgba(0,0,0,0.45); width: 100%; height: 100%; }

.sub_banner span::after { bottom: -10px; left: -10px; position: absolute; width: 76px; height: 76px; background: #FA6900; content: ""; z-index: -1; }

.sub_banner img { float: right; width: 100%; }

.subpage_banner .main_title { float: left; width: 100%; margin: -65px 0px 0px; background: #FA6900; position: relative; z-index: 1; }

.main_title .sub_title { float: left; width: 100%; padding: 20px 0px; }

.sub_title .breadcrumb { padding: 0px 0px 7px; float: left; width: 100%; border-radius: 0px; background: transparent; margin: 0px 0px 7px; border-bottom: 1px solid #f26703; }

.sub_title .breadcrumb li, .subpage_banner .breadcrumb li a { color: rgba(255,255,255,0.65); font-size: 15px; }

.sub_title .breadcrumb li.active { color: #ffffff; }

.sub_title .breadcrumb > li + li::before { color: rgba(255,255,255,0.65); }

.subpage_banner .breadcrumb li a:hover { color: #0B2A60; }

.sub_title h1 { float: left; width: 100%; margin: 0px; color: #F5F5F3; letter-spacing: 1px; font-size: 20px; font-weight: 400; text-transform: uppercase; }

.main_title .phone_info { background: #0B2A60; float: left; width: 100%; padding: 20px; }

.main_title .phone_info h3 { color: #F96800; float: left; width: 100%; font-size: 18px; margin: 0px 0px 10px; text-transform: uppercase; font-weight: 400; }

.main_title .phone_info h3 i { font-size: 26px; padding-right: 6px; vertical-align: middle; }

.main_title .phone_info a { color: #FFFFFF; font-size: 17px; float: left; letter-spacing: 1px; line-height: 25px; }

/* about - broad msg */

.middle_content .board_message { float: left; width: 100%; padding: 40px 0px; }

.board_message .about_detail { float: left; width: 100%; }

.board_message .about_detail p { float: left; width: 100%; font-size: 16px; line-height: 26px; margin: 10px 0px; }

.board_message .board_message_img { float: left; width: 100%; position: relative; z-index: 1; margin-top: 25px; padding-left: 20px; }

.board_message .board_message_img:after { bottom: -10px; left: 9px; position: absolute; width: 76px; height: 76px; background: #FA6900; content: ""; z-index: -1; }

.board_message .board_message_img:before { top: -10px; right: -10px; position: absolute; width: 76px; height: 76px; background: #FA6900; content: ""; z-index: -1; }

/* president  msg */

.presidents_msg { float: left; width: 100%; padding: 40px 0px; }

.presidents_info { float: left; width: 100%; box-shadow: 0 0 10px -1px rgba(0,0,0,0.1); padding: 30px 15px; background: #ffffff; position: relative; z-index: 1; }

.presidents_info::before { position: absolute; bottom: 0; right: 0; content: "\f10e "; font-family: 'FontAwesome'; z-index: -1; color: #f9f9f9; font-size: 280px; line-height: 192px; }

.presidents_info p { font-family: 'Hind Vadodara', sans-serif; font-weight: 500; font-size: 16px; line-height: 27px; margin: 5px 0px 20px; }

.presidents_info .photo_img { float: left; width: 25%; margin-right: 1%; padding: 0px 20px; position: relative; z-index: 1; margin-bottom: 10px; }

.presidents_info .photo_img:after { position: absolute; top: 0px; left: 10px; background: #FA6900; content: ""; width: 25%; height: 100%; z-index: -1; }

.presidents_info .photo_img img { padding: 10px 0px 10px 0px; }

.presidents_info p.right_sign { text-align: right; color: #000000; }

/* contact us */

.contact_area { float: left; width: 100%; }

.contact_area .contact_form { float: left; width: 100%; padding: 50px 0px; }

.contact_area .border-area { position: relative; padding: 10px 15px; z-index: 1; }

.contact_area .border-area::before { height: 100%; width: 25%; background: transparent; position: absolute; left: 5px; top: 0%; content: ""; border: 10px solid #FA6900; border-right: 0px; }

.contact_area ul.address_info { float: left; width: 100%; background: #ffffff; padding: 20px; position: relative; box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1); }

.contact_area ul.address_info li { display: table; width: 100%; border-top: 1px dotted #dfdfdf; padding: 17px 0px; }

.contact_area ul.address_info li:first-child { border-top: 0px; padding: 0; }

.contact_area ul.address_info li:nth-child(2) { border-top: 0px; padding-top: 0; }

.contact_area ul.address_info li span { display: table-cell; vertical-align: top; width: 60px; padding-right: 25px; }

.contact_area ul.address_info li .right_info { display: table-cell; vertical-align: top; }

.contact_area ul.address_info h4 { color: #cacaca; text-transform: uppercase; float: left; width: 100%; font-size: 14px; font-weight: 700; margin: 0 0px 10px; }

.contact_area ul.address_info p, .contact_area ul.address_info a { float: left; width: 100%; margin: 0; line-height: 24px; color: #8d8c8c; font-size: 16px; }

.contact_area ul.address_info a { width: auto; }

.contact_area ul.address_info p b { font-size: 14px; text-transform: uppercase; color: #bbbbbb; width: 41%; float: left; }

.contact_area .form_area { background: #f8f8f8; float: left; width: 100%; padding: 15px 15px 15px 20px; margin-left: -35px; margin-top: 44px; }

.contact_area .form_info { float: left; width: 100%; padding: 20px 20px 20px; background: #ffffff; position: relative; }

.contact_area .contact_form h3 { float: left; width: 100%; text-transform: uppercase; color: #333333; margin: 10px 0px 35px; font-weight: 700; font-size: 24px; text-align: center; }

.contact_area form { float: left; width: 100%; }

.contact_area .contact_form .paddr-0 { padding: 0px 7px; }

.contact_area .contact_form .form-group { float: left; width: 100%; margin-bottom: 10px; text-align: center; position: relative; }

.contact_area .contact_form .form-control { float: left; width: 100%; height: 55px; padding: 5px 15px; border: 0; border-bottom: 1px solid #d1d1d1; background: transparent; border-radius: 0; box-shadow: none; font-size: 14px; }

.contact_area .contact_form .form_area .form-group:after { position: absolute; left: 0px; bottom: 0px; content: ""; height: 20px; border-left: 2px solid #d1d1d1; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s }

.contact_area .contact_form .form-group:before { position: absolute; left: 0px; bottom: 0px; content: ""; height: 1px; width: 0; border-bottom: 1px solid #fa6900; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; z-index: 1; }

.contact_area .contact_form .form-group.focus:after { border-color: #fa6900; }

.contact_area .contact_form .form-group.focus:before { width: 100%; }

.contact_area .contact_form textarea.form-control { height: auto; padding: 15px; resize: none; }

.contact_area .contact_form .captcha-img { position: absolute; top: 13px; right: 15px; }

.contact_area .contact_form .form-group.last-child:after, .contact_area .contact_form .form-group.last-child:before { content: none; }

.contact_area .contact_form .submit { border: 2px solid #fa6900; background: #fa6900; width: 100%; color: #ffffff; text-transform: uppercase; font-size: 15px; display: inline-block; vertical-align: top; padding: 10px 60px; margin-top: 10px; }

.contact_area .contact_form .submit:hover { background: rgba(250,105,0,0.6); }

.contact_area .map { float: left; width: 100%; }

.contact_area .map iframe { float: left; width: 100%; }

/* managing Committi */

.managing_committee { float: left; width: 100%; }

.managing_committee .team_area { float: left; width: 100%; padding: 40px 0px; background: #ffffff; }

.managing_committee .team_area .row { overflow: hidden; position: relative; }

.team_area .team_info { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; float: left; width: 100%; border-bottom: 1px solid #eeeeee; padding: 20px 10px; }

.team_area .team_info span { float: left; width: 25%; border-radius: 100%; position: relative; }

.team_area .team_info span::before { height: 100%; width: 100%; content: ""; top: 1px; left: 1px; position: absolute; border-radius: 50%; border-bottom: solid 3px #999; border-right: solid 3px #999; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; display: inline-block; }

.team_area .team_info span img { float: left; width: 100%; border-radius: 100%; padding: 10px; }

.team_area .team_info h3 { color: #333333; font-size: 22px; float: left; text-transform: capitalize; margin: 50px 0px 0; padding-left: 30px; letter-spacing: 0.8px; font-weight: 400; width: 75%; }

.team_area .team_info h3 strong { float: left; width: 100%; color: #999999; font-weight: 400; font-size: 14px; padding-top: 10px; }

.team_area .team_design { border-left: 1px solid #eeeeee; margin-left: -1px; }

.managing_committee .member_area { float: left; width: 100%; padding: 40px 0px; background: #f3f3f3; }

.member_area .panel-default { float: left; width: 100%; background: transparent; border: 0px; margin: 0; box-shadow: none; border-radius: 0; }

.member_area .panel-default > .panel-heading { float: left; width: 100%; background: transparent; border: 0; padding: 0; }

.member_area .panel-heading .nav-tabs { float: left; width: 100%; border: 0px; position: relative; text-align: center; border-bottom: 2px solid #fa6900; }

.member_area .panel-heading .nav-tabs li { margin-left: -15px; }

.member_area .panel-heading .nav-tabs li:first-child { margin-left: 0px; }

.member_area .panel-heading .nav-tabs > li a { display: inline-block; vertical-align: top; position: relative; z-index: 1; padding: 11px 42px; color: #ffffff; text-transform: uppercase; letter-spacing: 0.5px; font-size: 15px; border: 0; margin: 0px; -webkit-clip-path: polygon(10% 0, 85% 0%, 100% 100%, 0 100%); clip-path: polygon(10% 0, 85% 0%, 100% 100%, 0 100%); background: #0b2a60; }

.member_area .panel-heading .nav-tabs > li.active a { background: #fa6900; z-index: 2; }

.member_area .panel-body { padding: 0px 0px; float: left; width: 100%; position: relative; overflow: hidden; }

.member_area .panel-body .tab-content .tab-content { float: left; width: 100%; }

.member_area .panel-body .tab-content .tab-pane { float: left; width: 100%; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; background: #ffffff; padding: 20px; }

.member_area .panel-body .tab-content .tab-pane .table { float: left; width: 100%; background: #ffffff; margin: 0px; box-shadow: 0 0 8px -1px rgba(0,0,0,0.1) }

.member_area .panel-body .tab-content .tab-pane .table td { padding: 15px; border: 1px solid #e1e1e1; text-transform: capitalize; font-size: 16px; color: #333333; }

.member_list { float: left; width: 100%; }

.member_list ul { float: left; width: 100%; }

.member_list ul li { float: left; width: 32.3%; border: 2px solid #f3f3f3; padding: 10px 15px 10px 35px; position: relative; font-size: 16px; color: #333333; margin: 0.5%; }

.member_list ul li b { font-weight: 400; font-size: 13px; }

.member_list ul li::after { content: "\f061 "; font-family: 'FontAwesome'; position: absolute; left: 11px; top: 12px; color: #fa6900; font-size: 12px; text-align: center; }

/* event */

.event { float: left; width: 100%; padding: 40px 0px; }

.event .row .col-md-6:nth-child(even) .event_box { border-right: 0; }

.event .event_box { float: left; width: 100%; border-right: 1px dotted #cccccc; padding: 0px 15px; margin: 15px 0px; }

.event_box .event_img { float: left; width: 40%; position: relative; text-align: center; }

.event_box .event_img::after { border: 8px solid #dedede; float: left; width: 125%; content: ""; position: absolute; top: 6%; left: -12.5%; height: 88%; z-index: -1; }

.event_box .event_img img { box-shadow: 0 0 10px -1px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 10px -1px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 10px -1px rgba(0,0,0,0.3); aspect-ratio: 210 / 296; }

.event_box .event_img span { display: inline-block; vertical-align: top; background: #fa6900; color: #ffffff; font-size: 15px; font-weight: 400; padding: 6px 10px; position: absolute; right: -27px; bottom: 70px; text-align: center; line-height: 17px; }

.event_box .event_info { float: left; width: 60%; padding-left: 60px; }

.event_box .event_info h3 { color: #333333; font-weight: 600; font-size: 20px; line-height: 26px; margin: 15px 0 30px; position: relative; float: left; }

.event_box .event_info h3::after { position: absolute; left: 0; bottom: -10px; border-bottom: 2px solid #fa6900; content: ""; width: 55px; }

.event_box .event_info p { float: left; width: 100%; line-height: 23px; }

.event .last_event { float: left; width: 100%; padding-top: 20px; }

.event .last_event h3 { float: left; width: 100%; color: #333333; font-weight: 600; line-height: 29px; border-bottom: 1px dotted #cccccc; padding-bottom: 20px; margin: 0px 0px 25px; }

.event .last_event h4 { float: left; width: 100%; color: #8B3600; font-size: 18px; margin: 0px 0px 15px; font-weight: 600; }

.event .last_event ul { float: left; width: 100%; }

.event .last_event ul li { float: left; width: 100%; position: relative; padding: 10px 25px 0px; }

.event .last_event ul li::after { position: absolute; left: 0px; top: 11px; content: "\f105"; font-size: 15px; color: #0b2a60; font-family: 'FontAwesome'; line-height: 19px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

/* memder directory */

.member_list { float: left; width: 100%; padding: 40px 0px; }

.member_list .table_main { float: left; border: 3px solid #f2f2f2; width: 100% !important; padding-right: 0 !important; }

.table_main table.table { margin: 0; }

.member_list.member_area .table_main .table, .table_main table tr td, .table_main .table tr th { border: 0 }

.member_list.member_area .table_main .table thead { background: #e9e9e9; }

.table_main .table thead th { padding: 12px 10px; font-size: 17px; font-weight: 600; letter-spacing: 0.5px; color: #000000; }

.member_list.member_area .table_main .table tr td { padding: 12px 10px; text-transform: capitalize; font-weight: 400; border-bottom: 1px solid #f5f5f5; border-right: 1px solid #f5f5f5; border-top: 0 !important; }

.member_list.member_area .table-responsive { overflow: auto; width: 100% !important; height: 715px; padding: 0; }



.member_list.member_area ::-webkit-scrollbar {

 width: 5px;

 height:5px;

}

 .member_list.member_area ::-webkit-scrollbar-track {

 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

 border-radius: 10px;

}

 .member_list.member_area ::-webkit-scrollbar-thumb {

 border-radius: 10px;

 -webkit-box-shadow: inset 0 0 6px rgba(242,103,3,0.9);

}





/* keyframe */

 @-webkit-keyframes fadeInUphover { 0% {

 opacity: 0;

 -webkit-transform: translate3d(0, 35%, 0);

 transform: translate3d(0, 35%, 0);

}

 100% {

 opacity: 1;

 -webkit-transform: none;

 transform: none;

}

}

 @keyframes fadeInUphover { 0% {

 opacity: 0;

 -webkit-transform: translate3d(0, 35%, 0);

 transform: translate3d(0, 35%, 0);

}

 100% {

 opacity: 1;

 -webkit-transform: none;

 transform: none;

}

}

 @keyframes downarrow { 0% {

transform: translateY(0px)

}

 30% {

transform: translateY(10px)

}

 80% {

transform: translateY(0px)

}

}

@-webkit-keyframes downarrow { 0% {

transform: translateY(0px)

}

 30% {

transform: translateY(10px)

}

 80% {

transform: translateY(0px)

}

}

 @keyframes annualarrow { 0% {

transform: translateX(0px)

}

 30% {

transform: translateX(5px)

}

 80% {

transform: translateX(0px)

}

}

@-webkit-keyframes annualarrow { 0% {

transform: translateX(0px)

}

 30% {

transform: translateX(5px)

}

 80% {

transform: translateX(0px)

}

}

 @-webkit-keyframes fadeInUp1 { 0% {

 opacity: 0;

 -webkit-transform: translate3d(0, 100%, 0);

 transform: translate3d(0, 100%, 0);

}

 100% {

 opacity: 1;

 -webkit-transform: translateY(-50%);

 transform: translateY(-50%);

}

}

 @keyframes fadeInUp1 { 0% {

 opacity: 0;

 -webkit-transform: translate3d(0, 100%, 0);

 transform: translate3d(0, 100%, 0);

}

 100% {

 opacity: 1;

 -webkit-transform: translateY(-50%);

 transform: translateY(-50%);

}

}

/* underconstruction */

.underconstruction { float: left; width: 100%; text-align: center; padding: 80px 0px; }

.underconstruction h2 { display: inline-block; vertical-align: top; position: relative; text-transform: uppercase; font-size: 100px; margin: 0px; padding: 0px 30px 30px; color: #666666; letter-spacing: 2px; line-height: 100px; }

.underconstruction h2::first-letter { font-size: 140px; color: #222222; }

.underconstruction h2:after { position: absolute; right: 0px; bottom: 0px; border-bottom: 5px solid #f26703; border-right: 5px solid #f26703; content: ""; width: 40px; height: 40px; }

.underconstruction h2 b { font-size: 70px; }

/* gallery */

.gallery_area { float: left; width: 100%; padding: 5px; }

.gallery_area ul { float: left; width: 100%; }

.gallery_area ul li { width: 24.8%; position: relative; float: left; margin: 0.1% }

.gallery_area ul li a { float: left; width: 100%; position: relative; }

.gallery_area ul li .galley_img { float: left; width: 100%; position: relative; }

.gallery_area ul li .gallery_title { float: left; width: 100%; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0; padding: 15px 25px 60px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.gallery_area ul li .gallery_title h4 { float: left; color: #ffffff; font-size: 16px; font-weight: 400; margin: 0; line-height: 22px; }

.gallery_area ul li .gallery_title h4 strong { width: 100%; float: left; font-size: 18px; letter-spacing: 0.5px; }

.gallery_images { float: left; width: 100%; }

.gallery_area ul li:hover .gallery_title { padding: 15px 25px 75px; }

/* mfp popup */

.mfp-zoom-out-cur { overflow: hidden; }

.mfp-ready, .mfp-wrap.mfp-gallery { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.mfp-figure figure { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.gallery-link .view_more { position: absolute; bottom: 23px; left: 0; color: #cccccc; text-transform: capitalize; font-size: 14px; z-index: 1; text-decoration: underline; padding: 0px 26px; font-weight: 700; letter-spacing: 0.5px; }

.gallery-link .view_more i { padding-right: 8px; line-height: 23px; vertical-align: top; }

.gallery_area ul li:hover .view_more { color: #ffffff; text-decoration: none; padding-left: 30px; }

.gallery_area ul li a.main_mfp:after { content: ""; position: absolute; left: 0; right: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.61); transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }

.gallery_area ul li a.main_mfp:hover:after { background: rgba(43,42,41,0.85); }

 @-webkit-keyframes zoomIn { 0% {

 opacity: 0;

 -webkit-transform: scale3d(.9, .9, .9);

 transform: scale3d(.9, .9, .9);

}

 50% {

 opacity: 1;

}

}

 @keyframes zoomIn { 0% {

 opacity: 0;

 -webkit-transform: scale3d(.9, .9, .9);

 transform: scale3d(.9, .9, .9);

}

 50% {

 opacity: 1;

}

}

/* become-member */

.application_form { float: left; width: 100%; padding: 40px 0px; }

.application_form .form_title { display: block; margin: 0px 0 15px 0; }

.application_form .form_title h2 { color: #333333; font-weight: 600; font-size: 20px; line-height: 26px; margin: 0px 0 20px; position: relative; display: inline-block; }

.application_form .form_title h2::after { position: absolute; left: 0; bottom: -10px; border-bottom: 2px solid #fa6900; content: ""; width: 55px; }

.application_form .form_details { float: left; width: 100%; box-shadow: 0 0 10px -1px rgba(0,0,0,0.1); padding: 10px 20px 5px 20px; background: #f9f9f9; border: 15px solid #fff; }

.application_form .form_row { float: left; width: 100%; padding: 10px 0px; }

.application_form .form_row .col { float: left; padding: 0px 5px; width: 50%; }

.application_form .form_row label { float: left; width: 100%; font-family: 'Montserrat'; font-weight: 400; font-size: 16px; color: #848484; margin: 0px 0px 8px; }

.application_form .form_row input, .application_form .form_row textarea, .application_form .form_row select { width: 100%; min-height: 42px; border: 1px solid #c5c5c5e8; background: #fff; color: #848484; font-size: 15px; margin: 0px; padding: 5px 15px; font-family: 'Montserrat'; font-weight: 400; box-shadow: none; }

.application_form .form_row input:focus, .application_form .form_row textarea:focus, .application_form .form_row select:focus { border: 1px solid #0b2a605c; }

.application_form p { float: left; width: 100%; margin: 0px 0px 20px; color: #000; font-size: 18px; font-family: 'Montserrat'; font-weight: 700 !important; float: left; width: 100%; margin: 0px; line-height: 28px; }

.application_form .form_row select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url(../sub-images/select-arrow.png); background-position: 96% center; background-size: 14px; background-repeat: no-repeat; }

.application_form .form_row textarea { padding: 15px; }/* diff style start*/

.application_form .form_row.diff_style { width: auto; position: absolute; top: -60px; right: 0px; padding: 0px; }

.application_form .form_row.diff_style .col { width: auto; }

.application_form .form_row.diff_style label { width: auto; display: inline-block; vertical-align: middle; margin: 0px; line-height: 35px; padding-right: 10px; }

.application_form .form_row.diff_style input { border: 0px; border-bottom: 1px solid #8B3600; min-height: 35px; padding: 5px 15px; width: auto; }/* diff style stop*/

.application_form .form_row .check { float: left; width: auto; position: relative; padding-left: 30px; padding-right: 22px; cursor: pointer; font-size: 15px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; line-height: 29px; margin: 0px; }

.application_form .form_row .check input { position: absolute; opacity: 0; cursor: pointer; }

.application_form .form_row .checkmark { position: absolute; top: 3px; left: 0; height: 20px; width: 20px; background-color: #fff; border-color: #d6d6d6e8; border-style: solid; border-width: 1px; }

.application_form .form_row .check .checkmark::after { left: 1px; top: 2px; width: 4px; height: 7px; border: solid; border-color: #000; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.application_form .form_row .check .checkmark::after { left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 4px; height: 7px; border: solid; border-color: #000; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.application_form .form_row .checkmark:after { content: ""; position: absolute; display: none; }

.application_form .form_row .check input:checked ~ .checkmark { background-color: #fff; }

.application_form .form_row .checkmark:after { content: ""; position: absolute; display: none; }

.application_form .form_row .check input:checked ~ .checkmark:after { display: block; }

.application_form .form_row .check .checkmark::after { left: 1px; top: -2px; width: 6px; height: 10px; border: solid; border-color: #000; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.application_form .form_row .col-3 { float: left; width: 33.33%; padding: 5px; }

.application_form .form_row input.other_txt { float: left; width: auto; min-height: 35px; border: 0px; border-bottom: 1px solid #d6d6d6e8; position: relative; z-index: 1; background: none; }

label.check.pad0 { padding: 0px 20px 0px 0px !important; }

/* radio */

.application_form .form_row .radio { padding-left: 20px; float: left; width: auto; position: relative; padding-left: 30px; margin-bottom: 12px; cursor: pointer; font-size: 16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin: 0px; padding-right: 25px; }

.application_form .radio input { position: absolute; opacity: 0; cursor: pointer; }

.application_form .checkround { position: absolute; top: 0px; left: 0; height: 20px; width: 20px; background-color: #fff; border-color: #a0a0a06b; border-style: solid; border-width: 2px; border-radius: 50% !important; }

.application_form .radio input:checked ~ .checkround { background-color: #fff; }

.application_form .checkround:after { content: ""; position: absolute; display: none; }

.application_form .radio input:checked ~ .checkround:after { display: block; }

.application_form .radio .checkround:after { left: 3px; top: 3px; width: 10px; height: 10px; border-radius: 50%; background: #000000; }

.application_form table { background: #ffffff; width: 100%; box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1); -webox-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1); margin-top: 20px; float: left; margin-bottom: 20px; }

.application_form td, .application_form th { border: 1px solid #f2f2f2; text-align: left; padding: 10px 15px; font-size: 15px; font-weight: 600; letter-spacing: 1px; color: #333333; }

.application_form th { color: #000; text-transform: uppercase; }

.application_form .form_row .deal-lab { float: right; width: auto; position: relative; }

.application_form .form_row .deal-lab img { width: 15px; float: right; margin-top: 0px; position: absolute; right: 15px; top: 7px; }

.application_form .form_row.diff_style.date_style { position: static; float: right; }

.application_form .form_row.diff_style.date_style input { min-width: 320px; }

.application_form .submit { float: left; width: 100%; text-align: center; }

.application_form button { display: inline-block; float: right; vertical-align: top; border: 2px solid #fa6900; background: #fa6900; color: #ffffff; font-weight: 600; padding: 12px 0px; width: 33%; letter-spacing: 1px; transition: 0.5s; font-size: 14px; -webkit-transition: 0.5s; margin-top: 20px; }

.application_form button:hover { background: rgba(250,105,0,0.6) }

.form_details form { float: left; width: 100%; }

.application_form .form_row .deal-lab.date_up { width: 100%; }

.application_form .form_row .deal-lab.date_up span { float: left; width: 100%; margin: 0px 0px 8px }

.application_form .form_row .deal-lab.date_up img { margin-top: 6px; }

.main_row { float: left; width: 100%; margin: 10px 0px; }

.main_row p { font-size: 18px; margin-bottom: 5px; }

.marl5 { margin-left: 12px !important; }

.input-width { width: 32% !important; }

.width18 { width: 18% !important; }

.width81 { width: 47.5% !important; }

.mart20 { margin-top: 20px; }

 @media (max-width: 767px) {

.application_form .form_row .col { padding: 0px; width: 100%; margin: 5px 0px; }

.application_form .form_row .col-3 { width: 100%; padding: 0px; margin: 10px 0px; }

.application_form .form_row.diff_style .col { width: 100%; }

.application_form .form_row.diff_style { left: 0px; top: -128px; }

.application_form .form_row .radio { margin: 5px 0px; }

.application_form .form_row input.other_txt { width: 100% !important; margin: 10px 0 !important; }

}

#meeting-part { float: left; width: 100%; margin: 0px 0px; padding: 0px 0px; position: relative; background: #fff; }

#top-nav { float: left; width: 100%; background: #fff; position: relative; text-align: center; padding: 0px 20px; }

.top-menu-part { width: 100%; margin: 25px auto 15px auto; position: relative; text-align: center; }

.top-menu-part li { display: inline-block; margin: 0px -4px 0px 0px; padding: 0px 0px; position: relative; list-style: none; border-right: 1px solid #d0d0d0; }

.top-menu-part li a { display: block; font-size: 17px; color: #333; padding: 10px 15px; font-family: 'Montserrat'; font-weight: 500; }

.top-menu-part li:last-child { border: none; }

#meeting-part .col-6 { float: left; padding: 0px 5px; width: 50%; }

.registration-part { float: left; width: 100%; margin: 0px 0px 0px 0px; padding: 0px 0px; }

.registration-part h3 { color: #000000; font-family: 'Montserrat'; font-size: 21px; font-weight: 700 !important; line-height: 27px; margin-bottom: 25px; width: 100%; text-decoration: none; }

.register { margin: 0px 0px; padding: 0px 0px; position: relative; }

.register h4 { font-size: 20px; color: #fa6900; font-family: 'Montserrat'; font-weight: 700 !important; margin: 0px 0px 20px 0px; text-transform: uppercase; }

.tentative-programme { float: left; width: 100%; margin: 0px 0px; padding: 0px 0px; position: relative; }

.tentative-programme h3 { font-size: 20px; color: #fa6900; font-family: 'Montserrat'; font-weight: 700; text-transform: uppercase; margin: 0px 0px 15px 0px; }

.registration-details { float: left; width: 100%; margin: 0px 0px 35px 0px; padding: 0px 0px; position: relative; text-align: center; }

.registration-details h6 { font-size: 18px; color: #000; line-height: 26px; margin: 0px 0px 20px 0px; }

.registration-details h5 { color: #fa6900; font-family: 'Montserrat'; font-size: 20px; font-weight: 700 !important; text-transform: uppercase; }

.registration-details .table { max-width: 600px; margin: 0px 0px 30px 0px; padding: 0px 0px; position: relative; }

.registration-details .table th, .table td { font-size: 16px; font-family: 'Montserrat'; font-weight: 500; padding: 8px 15px; line-height: 20px; text-align: left; vertical-align: top; border: 1px solid #5d5d5d; border-top: 1px solid #5d5d5d !important; }

.registration-details ul { margin: 0px 0px; padding: 0px 0px; position: relative; }

.registration-details ul li { list-style: none; font-size: 15px; font-family: 'Montserrat'; font-weight: 500; line-height: 26px; }

.child-details { margin: 0px 0px; padding: 0px 0px; position: relative; }

.child-details small { float: left; font-size: 13px; color: #666; font-family: 'Montserrat'; margin: 0px 0px 0px 5px; }

.child-icon { float: right; width: 25px; height: 25px; background: #fff; border: 1px solid #c5c5c5e8; text-align: center; line-height: 18px; margin: 10px 0px 0px 0px; }

.below-address { float: left; margin: 10px 0px 15px 5px; padding: 0px 0px; position: relative; }

.below-address h5 { font-size: 18px; color: #333; font-family: 'Montserrat'; font-weight: 600!important; }

.below-address p { font-size: 16px!important; color: #666!important; font-weight: 400!important; line-height: 28px!important; margin-left: 0px!important; }

.application_form .form_details .note { float: left; font-size: 16px; color: #C00; margin: 0px 0px 5px 0px; font-family: 'Open Sans', sans-serif; font-weight: 500; width: 100%; background: none; text-align: left; padding: 0px 0px; outline: none; border: none; margin-top: 20px; }

.application_form .form_details .note:hover { background: #fff; }

.application_form .form_details .notes { margin: 0px 0px 25px 10px; padding: 0px 0px; position: relative; }

.application_form .form_details .notes li { font-size: 13px; color: #333; font-family: 'Montserrat'; list-style: none; line-height: 25px; }

.m-tb15 { float: right; font-size: 12px; font-weight: 500; font-family: 'Montserrat'; margin: -15px 0px 15px 0px!important; }

.scheduled { float: left; width: 33%; font-family: 'Montserrat'; font-weight: 400; font-size: 13.5px; line-height: 23px; padding-bottom: 30px; }

.scheduled > b { color: #8B3600; font-size: 18px; font-weight: 600; padding-bottom: 5px; line-height: 30px; }

.registration-inquiry { float: left; width: 100%; margin: 0px 0px; padding: 0px 0px; position: relative; }

.registration-inquiry .form_title { float: left; width: 100%; display: block; margin: 0px 0 0px 0; }

.registration-inquiry .form_title h2 { color: #fa6900; margin: 0 0 -2px 0; padding-right: 10px; display: inline-block; text-shadow: none; padding-bottom: 0px; text-transform: uppercase; font-weight: 700 !important; font-size: 20px; }

.registration-inquiry .application_form { padding: 0px 0px 0px; clear: both; }

.registration-inquiry .application_form .form_details { float: left; width: 100%; margin: 15px 0px 30px 0px; background: #ffffff; padding: 20px; box-shadow: 0 0 10px -1px rgba(0,0,0,0.1); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; position: relative; border: 0px solid #dedede; }

.registration-inquiry .application_form .form_row { float: left; width: 100%; padding: 0px 0px; }

.mar10 { margin: 10px 0; }

.registration-inquiry .application_form .form_row .col { float: left; padding: 0px 5px; width: 50%; }

.registration-inquiry .application_form .form_row label { float: left; width: 100%; font-weight: 500 !important; font-size: 15px; color: #848484; margin: 0px 0px 8px; }

.registration-inquiry .application_form .form_row input, .application_form .form_row textarea, .application_form .form_row select { width: 100%; min-height: 42px; box-shadow: none; border: 1px solid #c5c5c5e8; /*background: #fff;*/ color: #848484; font-size: 15px; margin: 0px; padding: 1 36px 0 15px; } .application_form .form_row select{padding: 0 36px 0 15px;}

.registration-inquiry .application_form .form_row input:focus, .application_form .form_row textarea:focus, .application_form .form_row select:focus { border: 1px solid #b0732e; outline: none; }

.registration-inquiry .application_form p { float: left; width: 100%; margin: 0px 0px 20px; color: #000; font-size: 18px; font-family: 'Montserrat'; float: left; width: 100%; margin: 0px; line-height: 28px; margin-top: 20px; margin-left: 5px; }

.registration-inquiry .application_form .form_row select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url(../img/select-arrow.png); background-position: 96% center; background-size: 14px; background-repeat: no-repeat; }

.registration-inquiry .application_form .form_row textarea { padding: 15px; }

/* diff style start*/

.registration-inquiry .application_form .form_row.diff_style { width: auto; position: absolute; top: -60px; right: 0px; padding: 0px; }

.registration-inquiry .application_form .form_row.diff_style .col { width: auto; }

.registration-inquiry .application_form .form_row.diff_style label { width: auto; display: inline-block; vertical-align: middle; margin: 0px; line-height: 35px; padding-right: 10px; }

.registration-inquiry .application_form .form_row.diff_style input { border: 0px; border-bottom: 1px solid #8B3600; min-height: 35px; padding: 5px 15px; width: auto; }

/* diff style stop*/

.registration-inquiry .application_form .form_row .check { float: left; width: auto; position: relative; padding-left: 35px; padding-right: 22px; cursor: pointer; font-size: 15px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; line-height: 29px; margin: 0px; }

.registration-inquiry .application_form .form_row .check input { top: 0px; position: absolute; opacity: 0; cursor: pointer; }

.registration-inquiry .application_form .form_row .checkmark { position: absolute; top: 3px; left: 5px; height: 20px; width: 20px; background-color: #fff; border-color: #656565; border-style: solid; border-width: 1px; }

.registration-inquiry .application_form .form_row .check input:checked ~ .checkmark { background-color: #fff; }

.registration-inquiry .application_form .form_row .checkmark:after { content: ""; position: absolute; display: none; }

.registration-inquiry .application_form .form_row .check input:checked ~ .checkmark:after { display: block; }

.registration-inquiry .application_form .form_row .check .checkmark::after { left: 1px; top: -2px; right: 0; bottom: 0; margin: auto; width: 5px; height: 9px; border: solid; border-color: #000; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.registration-inquiry .application_form .form_row .col-3 { float: left; width: 33.33%; padding: 5px; }

.registration-inquiry .application_form .form_row .col-12 { float: left; width: 100%; padding: 7px 5px; }

.registration-inquiry .application_form .form_row .col-2 { float: left; width: 16.66666667%; }

.registration-inquiry .application_form .form_row input.other_txt { float: left; width: auto; min-height: 42px; border: 0px; border: 1px dotted #6b6b6b; position: relative; z-index: 1; }

/* radio */

.registration-inquiry .application_form .radio { padding-left: 20px; float: left; width: auto !important; position: relative; padding-left: 30px; margin-bottom: 12px; cursor: pointer; font-size: 16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin: 0px; padding-right: 25px; }

.registration-inquiry .application_form .radio input { position: absolute; opacity: 0; cursor: pointer; }

.registration-inquiry .application_form .checkround { position: absolute; top: 2px; left: 5px; height: 16px; width: 16px; background-color: #fff; border-color: #a0a0a06b; border-style: solid; border-width: 2px; border-radius: 50% !important; }

.registration-inquiry .application_form .radio input:checked ~ .checkround { background-color: #fff; }

.registration-inquiry .application_form .checkround:after { content: ""; position: absolute; display: none; }

.registration-inquiry .application_form .radio input:checked ~ .checkround:after { display: block; }

.registration-inquiry .application_form .radio .checkround:after { left: 1px; top: 1px; width: 10px; height: 10px; border-radius: 50%; background: #000000; }

.registration-inquiry .application_form table { background: #ffffff; width: 100%; box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1); -webox-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1); margin-top: 20px; float: left; margin-bottom: 20px; }

.registration-inquiry .application_form td, .application_form th { border: 1px solid #f2f2f2; text-align: left; padding: 10px 15px; font-size: 15px; font-weight: 600; letter-spacing: 1px; color: #333333; }

.registration-inquiry .application_form th { color: #000; text-transform: uppercase; }

.registration-inquiry .application_form .form_row .deal-lab { float: right; width: auto; position: relative; }

.registration-inquiry .application_form .form_row .deal-lab img { width: 15px; float: right; margin-top: 0px; position: absolute; right: 15px; top: 7px; }

.registration-inquiry .application_form .form_row.diff_style.date_style { position: static; float: right; }

.registration-inquiry .application_form .form_row.diff_style.date_style input { min-width: 320px; }

.registration-inquiry .application_form .submit { float: left; width: 100%; text-align: center; margin: 10px 0px; }

.registration-inquiry .application_form button { display: inline-block; float: right; vertical-align: top; border: 2px solid #fa6900; background: #fa6900; color: #ffffff; font-weight: 600; padding: 11px 25px; letter-spacing: 1px; transition: 0.5s; font-size: 14px; -webkit-transition: 0.5s; margin-top: 0px; text-align: center; width: 100%; max-width: 360px; margin-right: 5px; }

.registration-inquiry .application_form button:hover { background: rgba(250,105,0,0.6) }

.registration-inquiry .form_details form { float: left; width: 100%; padding: 15px; background: #f9f9f9; border: 0px solid #efefef; }

.registration-inquiry .application_form .form_row .deal-lab.date_up { width: 100%; }

.registration-inquiry .application_form .form_row .deal-lab.date_up span { float: left; width: 100%; margin: 0px 0px 8px }

.registration-inquiry .application_form .form_row .deal-lab.date_up img { margin-top: 6px; }

 @media (max-width: 767px) {

#meeting-part .col-6 { width: 100%; }

.scheduled { width: 100%; }

.registration-inquiry .application_form .radio { width: 100% !important; }

.registration-inquiry .application_form .form_row .col-3 { width: 100%; }

.child-icon { float: left; }

.m-tb15 { margin: 15px 0px 15px 0px!important; }

}

/*ramada-hotel*/

.ramada-hotel { position: relative; float: left; width: 100%; margin: 0; padding: 40px 0; background: #F3F3F3; }

.ramada-hotel .ramada-hotel-main { position: relative; float: left; width: 100%; margin: 0; }

.ramada-hotel .ramada-hotel-main h3 {     position: relative; color: #000; background: #c5c5c5; display: block; padding: 10px; margin: 0; font-size: 14px; margin-bottom: 25px; }

.ramada-hotel .ramada-hotel-main .col-md-2 { width: 10%; }

.ramada-hotel .ramada-hotel-main .col-md-3 { width: 12.5%; }

.ramada-hotel .ramada-hotel-main .room { position: relative; float: left; width: 100%; text-align: center; background: #fff; box-shadow: 0px 0px 15px 1px #00000026; margin: 0px 0 20px 0; border-radius: 7px; cursor: pointer; }

.ramada-hotel .ramada-hotel-main .room .tooltip { background: #fff; bottom: 100%; color: #fff; display: block; left: 0px; margin-bottom: 12px; opacity: 0; padding: 15px; pointer-events: none; position: absolute; width: 100%; max-width: 250px; min-width: 250px; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px); -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; -ms-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); }

.ramada-hotel .ramada-hotel-main .room .tooltip h4 { color: #000000; font-weight: 700; font-family: 'Montserrat'; font-size: 16px; line-height: 19px; text-align: center; position: relative; }

.ramada-hotel .ramada-hotel-main .room .tooltip h4:before { content: ''; position: absolute; bottom: -8px; left: 0; right: 0; width: 40px; height: 3px; background: #fa6900; margin: 0 auto; }

.ramada-hotel .ramada-hotel-main .room .tooltip ul { margin: 0; padding: 0; }

.ramada-hotel .ramada-hotel-main .room .tooltip ul li { padding: 15px; font-size: 15px; line-height: 20px; color: #666666; font-weight: 400; font-family: 'Montserrat'; padding-left: 10px; border-bottom: 1px solid #DBDBDB; }

.ramada-hotel .ramada-hotel-main .room .tooltip ul li:last-child { border: none; }

.ramada-hotel .ramada-hotel-main .room .tooltip ul li span { color: #000; }

.ramada-hotel .ramada-hotel-main .room .tooltip .ramada-hotel-main .room .tooltip:before { bottom: -20px; content: " "; display: block; height: 20px; left: 0; position: absolute; width: 100%; }

.ramada-hotel .ramada-hotel-main .room .tooltip:after { border-left: solid transparent 10px; border-right: solid transparent 10px; border-top: solid #ffffff 10px; bottom: -10px; content: " "; height: 0; left: 19%; margin-left: -13px; position: absolute; width: 0; }

.ramada-hotel .ramada-hotel-main .room:hover .tooltip { opacity: 1; pointer-events: auto; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }

.ramada-hotel .ramada-hotel-main .room .room-title { position: relative; }

.ramada-hotel .ramada-hotel-main .room .room-title h4 { background: #FA6900; position: relative; display: block; color: #fff; padding: 10px 0; margin: 0; font-size: 15px; line-height: 17px; border-radius: 7px 7px 0 0; font-family: 'Montserrat'; font-weight: 700; }

.ramada-hotel .ramada-hotel-main .room .room-preson { position: relative; width: 100%; float: left; padding: 10px 0; }

.ramada-hotel .ramada-hotel-main .room .room-preson ul { margin: 0; padding: 0; list-style: none; }

.ramada-hotel .ramada-hotel-main .room .room-preson ul li { display: inline-block; text-align: center; padding: 0 10px; font-size: 20px; border-right: 1px solid #CCCCCC; }

.ramada-hotel .ramada-hotel-main .room .room-preson ul li:last-child { border: none; }

.colgold { color: #D9A300; }

.colblack { color: #000000; }

.colgray { color: #C2CBD0; }

.colpink { color: #FF00FF; }

.colred { color: #D90000; }

.colgreen { color: #36D900; }

.colblue { color: #4D4DFF; }

#enquirypopup { padding-left: 17px; }

#enquirypopup .modal-dialog { width: 332px; padding: 0px; position: relative; -webkit-transform: translate(0, 55%); -ms-transform: translate(0, 55%); -o-transform: translate(0, 55%); transform: translate(0, 55%); }

#enquirypopup .custom-modal-header { color: #2B2B2B; text-transform: uppercase; letter-spacing: 2px; padding: 20px 0px 20px 50px; border-bottom: none; background: #EEEEEE; border-radius: 12px 12px 0 0; }

#enquirypopup .custom-modal-header h4 { color: #000000; font-weight: 700; font-family: 'Montserrat'; font-size: 16px; line-height: 19px; }

#enquirypopup .modal-dialog .close { z-index: 99999999; color: white; text-shadow: 0px 0px 0px; font-weight: 300; top: -17px; right: -19px; position: absolute; opacity: 1; background: #FA6900; height: 45px; width: 45px; border-radius: 100%; font-size: 48px; line-height: 45px; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; }

#enquirypopup .modal-dialog .close:hover { background: #000; }

.modal-body { padding: 0; }

.modal-body ul { margin: 0; padding: 0; }

.modal-body ul li { padding: 15px; font-size: 15px; line-height: 20px; color: #666666; font-weight: 400; font-family: 'Montserrat'; padding-left: 50px; border-bottom: 1px solid #DBDBDB; }

.modal-body ul li:last-child { border: none; }

.modal-body ul li span { color: #000; }

.mart25 { margin-top: 25px !important; }

.details-person { position: relative; float: left; width: 100%; margin-top: 20px; }

.details-person ul { margin: 0; list-style: none; padding: 0; }

.details-person ul li { display: inline-block; padding-left: 22px; padding-right: 20px; font-size: 15px; line-height: 18px; color: #666666; font-weight: 400; font-family: 'Montserrat'; position: relative; }

.details-person ul li:before { content: ''; position: absolute; left: 0; top: 0; width: 14px; height: 14px; }

.details-person ul li:first-child:before { background: #D9A300; }

.details-person ul li:nth-child(2):before { background: #C2CBD0; }

.details-person ul li:nth-child(3):before { background: #D90000; }

.details-person ul li:nth-child(4):before { background: #000000; }

.details-person ul li:nth-child(5):before { background: #FF00FF; }

.details-person ul li:nth-child(6):before { background: #36D900; }

.details-person ul li:nth-child(7):before { background: #4D4DFF; }

/*---HOTEL REGISTRATION FORM---*/

.hotel-reg { position: relative; float: left; width: 100%; padding: 40px 0; }

.hotel-reg h4 { color: #fa6900; margin: 0 0 -2px 0; padding-right: 10px; display: inline-block; text-shadow: none; padding-bottom: 0px; text-transform: uppercase; font-weight: 700 !important; font-size: 20px; }

.hotel-reg .hotel-tab { position: relative; float: left; width: 100%; box-shadow: 0px 0px 18px -5px #00000061; border: 20px solid #f9f9f9; margin-top: 15px; background: #fff; }

.hotel-reg .hotel-tab h3 { margin: 0; font-weight: 700; font-family: 'Montserrat'; font-size: 18px; line-height: 20px; color: #0b2a60; text-align: center; margin: 5px 0; }

.hotel-reg .hotel-tab h6 { margin: 0; font-weight: 400; font-family: 'Montserrat'; font-size: 15px; line-height: 20px; color: #0b2a60; text-align: right; margin: 5px 20px; }

.hotel-reg .hotel-tab h2 { margin: 0; font-weight: 600; font-family: 'Montserrat'; font-size: 15px; line-height: 18px; color: #fa6900; margin-bottom: 5px;/* letter-spacing: 2px; */ }

.hotel-reg .hotel-tab span { margin: 0; font-weight: 600; font-family: 'Montserrat'; font-size: 15px; line-height: 18px; color: #8B3600; margin-bottom: 5px; display: block;/* letter-spacing: 2px; */ }

.hotel-reg .hotel-tab .table { background-color: #fff; margin: 0; }

.hotel-reg .hotel-tab tbody td { padding: 12px; border: 1px solid #c5c5c585; font-size: 15px; color: #848484; line-height: 27px; font-family: 'Montserrat'; font-weight: 400; border: none; border-top: 1px dashed #c5c5c585 !important; }

.hotel-reg .hotel-tab thead>tr>th { border: none; border-top: 1px dashed #c5c5c585 !important; }

.hotel-reg .hotel-tab tbody td>strong { color: #000; font-weight: 600; }

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th { border-bottom-width: 1px; }

.hotel-reg .hotel-tab tbody td img { padding: 15px; min-width: 500px; max-width: 500px; min-height: 300px; max-height: 300px; }

.hotel-reg .hotel-tab tbody button { display: inline-block; float: right; vertical-align: top; border: 2px solid #fa6900; background: #fa6900; color: #ffffff; font-weight: 600; padding: 11px 25px; letter-spacing: 1px; transition: 0.5s; font-size: 14px; -webkit-transition: 0.5s; margin-top: 0px; text-align: center; width: 100%; max-width: 100px; margin-right: 5px; }

.hotel-reg .hotel-tab tbody button:hover { background: rgba(250,105,0,0.6); }

/*------Member Allocation---------*/

.member-allocation { position: relative; float: left; width: 100%; padding: 40px 0; }

.member-allocation h4 { color: #fa6900; margin: 0 0 -2px 0; padding-right: 10px; display: inline-block; text-shadow: none; padding-bottom: 0px; text-transform: uppercase; font-weight: 700 !important; font-size: 20px; }

.member-allocation .member-allocation-tab { position: relative; float: left; width: 100%; box-shadow: 0 0 10px -1px rgba(0,0,0,0.1); border: 10px solid #f9f9f9; margin-top: 15px; background: #fff; overflow: visible; }

.member-allocation .member-allocation-tab h3 { margin: 0; font-weight: 700; font-family: 'Montserrat'; font-size: 14px; line-height: 18px; color: #0b2a60; padding-left: 40px; margin: 5px 0; position: relative; }

.member-allocation .member-allocation-tab h3>span { position: absolute; left: 0; top: -8px; font-weight: 700; font-family: 'Montserrat'; line-height: 35px; background: #dff0d8; height: 35px; width: 35px; text-align: center; font-size: 16px; }

.member-allocation .member-allocation-tab ul { margin: 0; padding: 0; list-style: none; text-align: center; }

.member-allocation .member-allocation-tab ul li { display: inline-block; text-align: center; padding: 0 10px; font-size: 18px; border-right: 1px solid #CCCCCC; }

.member-allocation .member-allocation-tab ul li:last-child { border: none; }

.colgold { color: #D9A300; }

.colblack { color: #000000; }

.colgray { color: #C2CBD0; }

.colpink { color: #FF00FF; }

.colred { color: #D90000; }

.colgreen { color: #36D900; }

.colblue { color: #4D4DFF; }

.tool-main { position: relative; float: left; width: 100%; }

.tool-main .tooltip { background: #fff; bottom: 100%; color: #fff; display: block; left: 0px; margin-bottom: 12px; opacity: 0; padding: 15px; pointer-events: none; position: absolute; width: 100%; max-width: 200px; min-width: 200px; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px); -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; -ms-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); }

.tool-main .tooltip h4 { color: #000000; font-weight: 700; font-family: 'Montserrat'; font-size: 16px; line-height: 19px; text-align: center; position: relative; }

.tool-main .tooltip .tool-main .tooltip:before { bottom: -20px; content: " "; display: block; height: 20px; left: 0; position: absolute; width: 100%; }

.tool-main .tooltip:after { border-left: solid transparent 10px; border-right: solid transparent 10px; border-top: solid #ffffff 10px; bottom: -10px; content: " "; height: 0; left: 28%; margin-left: -13px; position: absolute; width: 0; }

.tool-main:hover .tooltip { opacity: 1; pointer-events: auto; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }

.member-allocation .member-allocation-tab .table { background-color: #fff; margin: 0; }

.member-allocation .member-allocation-tab tbody td { padding: 12px; border: 1px solid #c5c5c585; font-size: 15px; color: #848484; line-height: 23px; font-family: 'Montserrat'; font-weight: 400; }

.member-allocation .member-allocation-tab tbody td>strong { color: #000; }

.member-allocation .member-allocation-tab .table-bordered>thead>tr>td { border-bottom-width: 0px !important; }

/* usefull links */

.useful_link { float: left; width: 100%; padding: 40px 0px; }

.useful_link h3 { color: #333333; font-weight: 600; font-size: 22px; line-height: 26px; margin: 0px 0 25px; position: relative; float: left; width: 100%; }

.useful_link h3 a { width: 100%; float: left; font-size: 16px; color: #0B2A60; }

.useful_link h3 a:hover { color: #fa6900; }

.useful_link h3::after { position: absolute; left: 0; bottom: -10px; border-bottom: 2px solid #fa6900; content: ""; width: 55px; }

.useful_link ul { float: left; width: 100%; }

.useful_link ul li { float: left; width: 100%; padding: 0px 15px; }

.useful_link ul li a { float: left; color: #0B2A60; font-size: 16px; }

.useful_link ul li h4 { float: left; width: 100%; color: #8B3600; font-weight: 700; margin: 30px 0px 5px; font-size: 18px; text-transform: uppercase; }

.useful_link ul li a:hover { color: #fa6900; }

.member_double_sharing_golden, .member_tripple_sharing_golden { color: #D9A300 !important; }

.member_double_sharing_platinum, .member_tripple_sharing_platinum { color: #C2CBD0 !important; }

.member_double_sharing_member, .member_tripple_sharing_member { color: #D90000 !important; }

.member_double_sharing_guest, .member_tripple_sharing_guest { color: #000000 !important; }

.member_double_sharing_spouce, .member_tripple_sharing_spouce { color: #36D900 !important; }

.member_double_sharing_child, .member_tripple_sharing_child { color: #4D4DFF !important; }

.member_double_sharing_committee, .member_tripple_sharing_committee { color: #FF00FF !important; }

.registration-inquiry .application_form .form_row label.error { color: red; width: 100%; }

.contact_area .contact_form label.error { color: red; display: inline-block; text-align: left; float: left; width: 100%; }

.contact_area .contact_form .form-group:after { border: none; }

/*himani 12-9-18*/

/* #myModal .modal-dialog { width: 490px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); } */

#myModal .modal-dialog img { width: 100%; }

#myModal .modal-body { border: 5px solid #ffffff; }

#myModal .modal-header { padding: 0; }

#myModal .modal-header .close { font-family: 'Open Sans', sans-serif; font-size: 29px; height: 40px; width: 40px; line-height: 30px; text-align: center; background: rgba(241, 136, 27, 0.88); color: #fff; overflow: hidden; position: absolute; right: 5px; top: 8px; opacity: 1; font-weight: 400; z-index: 1; }

#myModal .modal-header .close:hover { }

/* member benefits */

.member_benefits { float: left; width: 100%; padding: 40px 0px; }

.member_benefits h3 { float: left; width: 100%; color: #8B3600; font-weight: 600; margin: 0 0 20px; }

.member_benefits ul { float: left; width: 100%; }

.member_benefits ul li { float: left; width: 100%; color: #666666; font-size: 16px; padding: 10px 22px; position: relative; }

.member_benefits ul li:after { position: absolute; top: 9px; left: 0; content: "\f105"; font-size: 16px; color: #333333; font-family: 'FontAwesome'; }

/* strength */

.strength_map { float: left; width: 100%; padding: 50px 0px; text-align: center; }

.strength_map img { max-width: 50%; }



.member-allocation .member-allocation-tab .table{ background-color:#fff;    margin:0;}

.member-allocation .member-allocation-tab tbody td { padding: 12px; border: 1px solid #c5c5c585; font-size: 15px; color:#848484; line-height: 23px; font-family: 'Montserrat'; font-weight: 400;}

.member-allocation .member-allocation-tab tbody td>strong{color:#000;}

.member-allocation .member-allocation-tab .table-bordered>thead>tr>td{border-bottom-width:0px !important;}



.member_double_sharing_golden , .member_tripple_sharing_golden{color: #D9A300 !important;}

.member_double_sharing_platinum,.member_tripple_sharing_platinum{color: #C2CBD0 !important;}

.member_double_sharing_member,.member_tripple_sharing_member{color: #D90000 !important;}

.member_double_sharing_guest,.member_tripple_sharing_guest{color: #000000 !important;}

.member_double_sharing_spouce,.member_tripple_sharing_spouce{color: #36D900 !important;}

.member_double_sharing_child,.member_tripple_sharing_child{color: #4D4DFF !important;}

.member_double_sharing_committee,.member_tripple_sharing_committee{color: #FF00FF !important;}

.registration-inquiry .application_form .form_row label.error {

    color: red;

    width: 100%;

}



#accordion .panel{

    border: none;

    border-radius: 0;

    box-shadow: none;

   /* margin: 0 30px 10px 30px;*/

    overflow: visible;

    position: relative;

	margin-bottom: 30px;

}

/*.ramada-hotel .collapse{display:block !important;}*/

#accordion .panel-heading{

    padding: 0;

    border: none;

    border-radius: 0;

    position: relative;

}

#accordion .panel-title a{

    display: block;

    padding: 15px 20px;

    margin: 0;

    background: #0b2a60;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1px;

    color: #fff;

    border-radius: 0;

    position: relative;

}

#accordion .panel-title a.collapsed{ background: #1c2336;}

#accordion .panel-title a:before,

#accordion .panel-title a.collapsed:before{

    content: "\f068";

    font-family: fontawesome;

    width: 30px;

    height: 30px;

    line-height: 25px;

    border-radius: 50%;

    background: #fe7725;

    font-size: 14px;

    font-weight: normal;

    color: #fff;

    text-align: center;

    border: 3px solid #fff;

    position: absolute;

    top: 10px;

    right: 14px;

}

#accordion .panel-title a.collapsed:before{

    content: "\f067";

    background: #ababab;

    border: 4px solid #626262;

}

#accordion .panel-title a:after,

#accordion .panel-title a.collapsed:after{

    content: "";

    width: 17px;

    height: 7px;

    background: #fff;

    position: absolute;

    top: 22px;

    right: 0;

}

#accordion .panel-title a.collapsed:after{

    width: 19px;

    background: #ababab;

}

#accordion .panel-body{

    border-top: none;

    background: #fff;

    /*font-size: 15px;*/

    color: #1c2336;

    line-height: 27px;

    position: relative;

}



#accordion .panel-body p{

  padding: 10px;

}



.row-eq-height {

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -ms-flex: 0 1 auto;

    -webkit-flex: 0 1 auto;

    flex: 0 1 auto;

    -webkit-flex-direction: row;

    -ms-flex-direction: row;

    flex-direction: row;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}

.mfp-figure h5{

  font-size: 15px;

  color: #fff;

  text-align: center;

}




/* Loading message ------------------------------------------------------------------------------ */
#loading_container {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  z-index: 1111;

}
#loading_container2 {
  width: 100%;
  height: 100%;
  display: table;
}
#loading_container3 {
  display: table-cell;
  vertical-align: middle;
}
#loading_container4 {
  width: 200px;
  height: 180px;
  position: relative;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #666;
  padding: 130px 0 6px 0;
   -webkit-box-sizing: border-box;
  -moz-box-sizing:     border-box;
  box-sizing:          border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius:    6px;
  border-radius:         6px;
  margin: 0 auto 0 auto;
}
#loading_container4:before {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 6rem;
  line-height: 4rem;
  text-align: center;
  color: #264796;
  content: '\f013';
  -webkit-animation: spin 2s infinite linear;
  animation:         spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform:         rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform:         rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform:         rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform:         rotate(359deg);
  }
}
div#wpsvcattribution {
    display: none;
}
#mvcwid{padding:0px !important;}
/* ----------------------------------------------------------------------- Loading message */

.fs-16{font-size: 16px;}

/* 20-08-2025 */
.comitee_lists_webplus {
    background: #fff !important;
}



.underconstruction.coming-soon h2 {
    font-size: 56px;
    line-height: 1;
}

.coming-soon {
    padding: 30px 0;
    text-align: center;
    margin: 0 0 50px 0;
    border: 2px dashed #d9e4e6;
}

.coming-soon h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px 0;
    color: #fa6900;
    letter-spacing: 2px;
}

.coming-soon b {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    color: #444;
    margin-top: 15px;
    display: block;
}

.coming-soon p {
    font-weight: 700;
    color: #fa6900;
    margin: 0;
    font-size: 17px;
}

.member_benefits .row p a.hover{
	transition: all 450ms ease;
    margin-bottom: 36px;
    font-size: 16px;
    color: #ffffff;
    background-color: #fa6900;
    border: 2px solid #fa6900;
    padding: 16px 20px;
    line-height: 1;
}
.member_benefits .row p a.hover:hover{
	background-color: #999999;
    border: 2px solid #999999;
}
.member_benefits .row p a.hover:hover::after{
	background-color: transparent;
	opacity: 0;
	visibility: hidden;
}

