@charset "utf-8";

/*===========EBM ============*/
/*===========POWERED BY MERIDIAN INC ============*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

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


@media only screen and (max-width: 640px) {


	.inner-banner h2{
		font-size:20px;
		line-height:25px;
		font-weight:600;
	}
	.thank-box { width: 100%;}
	.table-style td, .table-style th { display: block; }
	
	.table-style th {
	
		display: none !important;
	}
	.row-flex-profile, .profile-right, .profile-detail-content-left, .profile-detail-content-right{ width: 100%; margin: 0 0 25px; }
	}

	
	.row-flex{ float: left; width: 100%; }
.profile-left{}
.profile-right{
    float: left;
    width: 67%;
}
.row-flex-profile .list{ font-weight: 700;  }
.row-flex-profile .list li{ font-weight: 400; }
.row-flex-profile{
    float: left;
    width: 30%;
    margin-right: 3%;
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
}
.row-flex-profile .list{ padding-bottom: 13px;  margin-bottom: 10px; border-bottom: 1px solid #e2e2e2;}
.row-flex-profile h3{ margin-top: 0px; }
.row-flex-profile-detail{
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 20px 20px 20px 140px;
    border-radius: 20px;
    margin-bottom: 35px;
}
.profile-pic{
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    left: 20px;
    top: 25px;
}
.profile-pic img{ width: 100%; }
.profile-pic-detail{}
.profile-pic-detail h2{
    margin-top: 0;
}
.profile-pic-detail h5{}
.profile-pic-detail p{
    margin-bottom: 1px;
}
.profile-pic-detail p:last-child{ margin-bottom: 10px; }
.profile-detail-content{
    float: left;
    width: 100%;
	background-color: #fff;
    padding: 20px 20px 20px 23px;
    border-radius: 20px;
    margin-bottom: 35px;
}
.profile-detail-content-left{
    float: left;
    width: 48%;
    margin-right: 5%;
}
.profile-detail-content-right{
    float: left;
    width: 47%;
}



/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url(../images/ism-logo-white.png);
		background-repeat:no-repeat;
	background-position:center center;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */

}

#status {
	width:30px;
	height:30px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	/*background-image:url(../images/loading.gif);  path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-15px 0 0 -15px; /* is width and height divided by two */
		-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius:50px
}






/*************************/




body{
 	font-family: 'GothamRoundedBook';
	font-size:16px;
	font-style: normal;
	line-height: 24px;
	font-weight:normal;
	color: #333333;
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	overflow-x: hidden
}
.body-fill-color{
	background-color:#E6E3F1;
}


* {
    -webkit-box-sizing: border-box;
       -mox-box-sizing: border-box;
            box-sizing: border-box;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

::selection {
        background: #00AEEF; /* Safari */
		color:#000;
        }
::-moz-selection {
        background: #00AEEF; /* Firefox */
		color:#000;
}


a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
a:hover {
	color: #005ED9;

	}
p {
	margin:0 0 20px 0;
	clear:left;
	padding:0;
	}
	
	
h1, h2, h3, h4 {
	margin:0 0 20px 0;
	padding:0;
	font-weight:normal;	
}	

hr {
	margin:20px  0 50px 0;
	height:0;
	border:0;
	border-top:1px solid rgba(0,0 ,0 ,0.11);
	float:left;
	width:100%;
	position:relative;
}
.fs16{
	font-size:16px;
}
.fs18{
	font-size:18px;
}
.heading, .subheading {
	font-size:50px;
	line-height:normal;
	font-weight:normal;
	font-family: 'OregonLDO';
	color:#000;
}
.subheading {
	font-size:30px;
}
.subtitle{
	font-size:24px;
	line-height:normal;
	font-family: 'GothamRoundedBook';
}
.heading  span{
	font-weight:normal;
	font-size:16px;
	color:#484848;
	width:100%;
	float:left;
	line-height:normal;
	font-family: 'GothamRoundedMedium';
}
.span24{
	font-size:24px !important;
	font-family: 'GothamRoundedBook' !important;
}
.bold, strong{
	font-weight:normal;
	font-family: 'GothamRoundedBold';
}
.bottom-line, .white-line{
	position:relative;
	padding:0 0 20px 0;
	margin:0 0 25px 0;
	text-align:center;
	width:100%;
	float:left;
}

 .bottom-line:after, .white-line:after{
	width:120px;
	height:1px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-60px;
	background-color:#1A1A18;
	content:'';
}  

 .white-line:after{
 	background-color:#FFF;
	}
img{
	border:0;
}	

a img {
	border: 0;
	}



.link{}

.link a{
	color:#fff !important;
	font-size:12px;
	font-family: 'GothamRoundedMedium';
	line-height:normal;
	padding:12px 40px 12px 20px;
	background-color:#00AEEF;
	text-transform:uppercase;
	font-style:normal;
	font-weight:nomral;
	display:inline-block;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius:50px;
	position:relative;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
.link-large{
	font-size:20px !important;
	padding:20px 50px 20px 30px !important;
	}
.link a:hover{
	background-color:#00AEEF;
	color:#fff;
	}
.link-blue a{ background-color: #005ed9; }
.link-blue a:hover{ background-color:#009beb; }
.link-gray a{ background-color: #7465ab; }
.link-gray a:hover{ background-color:#a89dcd; }
.list{
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;	
}

.list li{
	margin:0;
	padding:5px 0 5px 30px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size:8px;
	list-style-position:inherit;
	line-height:18px;
	width:100%;
	float:left;	
}


	
/****************TEXT ALINGS*********/
.justify{
	text-align:justify;
}

.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}

.justify{
	text-align:justify;
}
.text-blue{
	color:#005ED9;
}
.text-white{
	color:#FFF !important;
}
.text-violet{
	color:#7465AB;
	}
/*--------------------------BIG SCREEN DEFAULT-----------------------------------*/

.top-container{
	width:100%;
	float:left;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.smaller .top-container{
	display:none;
	}
.top-left, .top-right{
	float:left;
	width:50%;
	text-align:right;
}

.top-right{
	text-align:left;
	background-color:#000;
	color:#fff;
	font-size:14px;
	line-height:46px;
	padding-left:25px;
}
.top-right a{
	color:#fff;
}
.top-right a:hover{
	color:#00AEEF;
	}
	
.inline{
	display:inline-block;
	padding-right:25px;
}
.top-buttons{
	font-family: 'GothamRoundedMedium';
	display:inline-block;
	color:#00AEEF;
	font-size:12px;
	text-transform:uppercase;
	}
.top-buttons a{
	color:#00AEEF;
	}
.top-buttons a:hover{
	color:#FFF;
	}	
.social{
	float:right;
	font-size:46px;
	line-height:46px;
}
.social a{
	color:#1A1A18;
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	display:block;
	float:left;
	font-size:16px;
}

.social a:hover{
	background-color:#FECC00;
}
.social a i{
	margin:0;
	}
	
	
header{ float: left; width: 100%; top: -100px;  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}	
.header{
	width:100%;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller {
	position:fixed;
	left:0;
	top:0;
	background-color:#fff;
	z-index: 5;
	
}
header.smaller .header{ padding:15px 0; background-color: #fff; -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.41);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.41);	} 
.header-normal{
	position:relative;
	float:left;
	margin:0;
	padding:0 0 15px 0;
	border:0;
	background-color:#fff !important;

}
.logo{
	position:absolute;
	left:0;
	top:20px;
	}
header.smaller .logo {
	top:-10px;
}
.logo img{
	vertical-align:middle;
	display:block;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller .logo img{
	width:120px;
}
.main{
	width:1210px;
	margin:0 auto;
	position:relative;
	z-index:2;
	
}
section, .inset{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	position:relative;
}
.inset{
	padding:50px;
}
.pad-100{
	padding:100px 0;
}
.pad-80{
	padding:80px 0;
}
.pad-50{
	padding:50px 0;
}
.para-pad{
	padding:0 15%;
}
.pad-left{
	padding-left:80px;
}
.pad-left-15{
	padding-left:15px;
}
.pad-right{
	padding-right:80px;
}
.gap-100, .gap-50, .gap20{
	width:100%;
	float:left;
	display:block;
}
.gap-100{
	height:100px;
}
.gap-50{
	height:50px;
}	
.gap-20{
	height:20px;
}		

.jarallax {
    position: relative;
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;*/
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-attachment:fixed;*/
}
.bg1{
	background-image:url(../images/parallax/bg1.webp);
	color:#fff;
	padding:100px 0 50px 0;
}
.logo-vector{
	background-image:url(../images/parallax/vector-logo-shape.webp);
	padding:100px 0;
}
.bottom-layer{
	width:100%;
	height:100px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:#fff;
}
.events-block{
	background-image:url(../images/event-block.webp);
	width:100%;
	height:605px;
	float:left;
	
}
.cover{
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	
.events-head{
	margin:211px 0 0 348px;
	}
.events-head .heading, .events-head .heading span{
	color:#fff;
	}		

.news-row{
	width:100%;
	float:left;
	border-bottom:1px solid #ccc;
	padding:0 0 25px 0;
	margin:0 0 25px 0;
}
.news-content{
	width:75%;
	float:left;
	padding:0 44px;
}
.news-content a{
	text-decoration:underline;
	color:#7465AB;
}
.news-image{
	width:25%;
	float:left;
}
.news-image img{
	width:100%;
	display:block;
}
.date{
	display:inline-block;
	margin:0 0 25px 0;
	padding:0 0 10px 0;
	line-height:normal;
	border-bottom:2px solid #005ED9;
}

.date i{
	color:#7465AB;
}

.upcoming-block{
	width:50%;
	margin: 0 auto;
}
	
.left-col{
	width:36%;
	float:left;
}
.right-col{
	width:64%;
	float:left;
}

.post-row{
	width:100%;
	float:left;
	position:relative;
	padding:0 0 20px 110px;
	min-height:80px;
	line-height:22px;
}
.post-row:after{
	width:1px;
	height:100%;
	position:absolute;
	left:35px;
	top:0;
	content:'';
	background-color:#ccc;
	z-index:-1;
}

.date-bock{
	width:80px;
	height:100px;
	position:absolute;
	text-align:center;
	font-size:30px;
	line-height:30px;
	padding:25px 0 0 0;
	color:#fff;
	left:0;
	top:0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:80px;
}
.date-bock span{
	font-size:8px;
	line-height:10px;
	float:left;
	width:100%;
}
.purple{
	background-image: url(../images/date-bg1.png);
	}
.yellow{
	background-image: url(../images/date-bg2.png);
	}
.blue{
	background-image: url(../images/date-bg3.png);
	}	



.nos{
	width:100%;
	float:left;
	position:relative;
	padding:0 0 0px 70px;
	min-height:80px;
}
.number{
	width:60px;
	height:60px;
	background-image: url(../images/date-bg2.png);
	background-size:40px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	position:absolute;
	padding-top:10px;
	left:0;
	top:0;
	border-radius:50px;
	background-repeat: no-repeat;
	background-position: center center;
}

/****************BACKGROUND FILL COLORS*********/

.bg-violet{
	background-color: #7465AB;
	color:#fff;
}

/*********INNER PAGE STYLES*************/



.inner-banner{
	width:100%;
	height:400px;
	position:relative;
	float:left;
	margin:0;
	text-align:center;
	background-image: url(../images/banner-bg.png);
	background-repeat: no-repeat;
	background-position: center center;	/*background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/

	
}
/*.inner-banner:before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background-color:rgba(0, 0, 0, 0.3);
}*/


.inner-banner h2{
	font-size:40px;
	line-height:40px;
	font-weight:normal;
	font-family: 'OregonLDO';
	margin:0 0 25x 0;
	position:relative;
	z-index:1;
	color: #000;

}
.inner-banner h2 span{
	font-weight:normal;
}
.breadcrumb{
	width:100%;
	float:left;
	padding:0;
	font-size:14px;
	text-align:center;
	color: #000;

}
.breadcrumb ul{
	width:100%;
	float:left;
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
}
.breadcrumb ul li{
	display:inline-block;
	margin:0;
	padding:0 15px 0 5px;
	list-style:none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	line-height:normal;
}

.breadcrumb ul li:last-child{
	background-image: none;
	padding:0;
	}


.breadcrumb a{
	color: #000;
	word-spacing:normal !important;
	}
.breadcrumb a:hover{
	color: #17375E;
	}
	
	.hquote{
	font-size:80px;
	color:#F7AB31;

}
	
/*********BANNER**************/

.banner1{
	background-image: url(../images/banner1.jpg);
}

.banner2{
	background-image: url(../images/banner2.jpg);
}

.banner3{
	background-image: url(../images/banner3.jpg);
}

.banner4{
	background-image: url(../images/banner4.jpg);
}

.banner5{
	background-image: url(../images/banner5.jpg);
}

.banner6{
	background-image: url(../images/banner6.jpg);
}

.banner7{
	background-image: url(../images/banner7.jpg);
}

.banner8{
	background-image: url(../images/banner8.jpg);
}

.banner9{
	background-image: url(../images/banner9.jpg);
}



/*************** BACK TO TOP ***************/
#fixed-bar{
	z-index:100;
	padding:20px;
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:0;
	}
	
	
#fixed-bar a{
	width:50px;
	height:50px;
	float:left;
	display:block;
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#161328;
	text-indent:-9999px;
	border-radius:50px;
	}
	
#fixed-bar a:hover{
	background-color:#00AEEF;
	}	
	
	
/***** video wrap**********/

.vide-wrap{
	width:485px;
	height:450px;
	position:absolute;
	font-size:14px;
	padding:50px 0 0 0;
	color:#fff;
	left:0;
	bottom:-700px;
	background-image:url(../images/video-bg.webp);
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align:center;
}

.vide-wrap h2{
	margin:0 0 15px 0;
	font-size:38px;
	line-height:normal;
	font-weight:normal;
	font-family: 'OregonLDO';
}
.vide-wrap h3{
	font-size:18px;
	font-family: 'GothamRoundedBold';
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0;
	line-height:normal;
}
.vide-wrap h3 span{
	font-size:14px;
	font-family: 'GothamRoundedMedium';
}
.vide-wrap p{
	margin:0;
}
.video-icon{
	font-size:60px;
	color:#fff;
}
.video-icon i{
	margin:0;
	position:relative;
}
.video-icon i:after{
	width:70px;
	height:70px;
	position:absolute;
	left:-9px;
	top:-5px;
	content:'';
	border:2px solid #fff;
	border-radius:50px;
}

.googlemap{
	width:100%;
	height:450px;
	float:left;
	border:0;
	outline:none;
	overflow:hidden;
}
/*****footer*************/
.footer{
	width:100%;
	float:left;
	/* background-image:url(../images/parallax/footer-bg.jpg); */
	position:relative;
	padding:140px 0 0 0;
	color:#fff;
	font-size:14px;

}

.message{
	width:50%;
	margin:0 auto;
	border-top:1px solid rgba(255, 255, 255, 0.2);
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	padding:25px 0;
	text-align:center;
	font-size:18px;
	color:#00AEEF;
	font-style:italic;
	line-height:normal;
	font-family: 'Merriweather', serif;
}
.footer-left{
	width:70%;
	float:left;
	padding-right:80px;
}
.footer-right{
	width:30%;
	float:left;
}
.footer a{
	color:#fff;
	}
.footer a:hover{
	color:rgba(255,255, 255 ,0.5);
	}

.footer h3{
	color:#FFF;
	font-family: 'GothamRoundedMedium';
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:normal;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	position:relative;
	width:100%;
}


.footer h3:before{
	width:22px;
	height:3px;
	content:'';
	background-color:#00AEEF;
	position:absolute;
	left:0;
	bottom:0;
}


.footer ul{
	list-style:none;
	margin:0;
	padding:0;

}
.footer ul li{
	list-style:none;
	margin:0;
	padding:0;
	
	
}
.footer ul li a{
	width:100%;
	float:left;
	display:block;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding:5px 0 5px 20px;
	line-height:normal;
	font-size:14px;
}

.copyright{
	width:100%;
	float:left;
	position:relative;
	color:#fff;
	z-index:2;
	padding:20px 0;
	margin-top:50px;
	background-color:#00AEEF;
}
.copy{
	float:left;
}
.powered{
	float:right;
}
.add{
	width:100%;
	float:left;
	position:relative;
	padding:15px 0 0 60px;
	margin:0 0 20px 0;
}

.add i{
	position:absolute;
	left:0;
	top:5px;
	color:#fff;
	font-size:15px;
	background-color:#00AEEF;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-radius: 50px;
}


.ext{
	display:inline-block;
	position:relative;
	margin-top:10px;
}	
.circle{
	width:30px;
	height:30px;
	background-color:#1A124D;
	text-align:center;
	color:#fff;
	line-height:30px !important;
	border-radius: 50%;
}
.footer-contact{
	font-size:24px;
	position:relative;
	width:100%;
	margin:0 0 25px 0;
	font-family: 'GothamRoundedBold';
}

.footer-contact i{
	font-size:18px;
	width:47px;
	height:47px;
	display:inline-block;
	text-align:center;
	line-height:45px;
	border:1px solid #fff;
	border-radius: 50%;
}


.thank-box-wrap{ width:100%; text-align:center;}
.thank-box{ display: inline-block; width: 60%; padding: 80px 50px 60px; border-radius: 20px; background-color: #f1eff9;
 background-repeat: no-repeat; background-position: center center; background-size: 980px;}
.thank-box i{ font-size: 90px; width: 160px; height: 160px; line-height: 142px; border-radius: 50%; border: 5px solid #0bc308; color: #0bc308;
background-color: #fff; box-shadow: 0px 3px 18px #00000052; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;}
.thank-box h2{ font-size: 40px; font-weight: 700; margin-bottom: 10px;}
.thank-box:hover i{ background-color: #0bc308; color: #fff;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 50% !important; display: inline-block !important;padding: 0.5em .5em 0.5em .5em!important;ackground-color: #ffbe29 !important;}
.misbah-box {background-color: #ffffff; padding: 30px; float: left;text-align: left; margin-bottom: 20px;}
.form_container:after{ display: none !important; }
.fieldset-selectbox{ padding: 7px 20px !important; }
.jetmenu .myaccount i{ font-size: 16px; line-height: 16px !important; }
.login-wrap{
    float: left;
    width: 100%;
    text-align: center;
}
.login-inn{
    display: inline-block;
    width: 50%;
    box-shadow: 0px 8px 20px #00000021;
    padding: 30px;
    border-radius: 20px;
}
.login-inn .heading{
    border-bottom: 1px solid #eaeaea;
    font-size: 34px;
}


.payment-status{
    float: left;
    width: 100%;
    background-color: #f1f1f1;
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
    border-radius: 50px;
}
.payment-status span{
    margin-top: 14px;
    float: left;
}
.payment-status .sendbutton{
    float: right;
    background-color: #25c10e;
}


.profile-box {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 40px;
}
.profile-box .heading{ border-bottom: 1px solid #e2e2e2; font-size: 34px; }

.side-menu{
	width: 100%;
    float: left;
    padding: 15px;
    box-shadow: 0px 3px 15px #00000026;
    border-radius: 10px;
    background-color: #fff;
}
.side-menu ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.side-menu ul li a{
	width:100%;
	float:left;
	margin:0;
	padding:10px 0 10px 25px;
	background-image:url(../images/bullet.png);
	border-bottom:1px solid rgba(0, 0, 0,0.1);
	list-style:none;
	display:block;
	color: #838D90;
	font-size:20px;
	background-repeat: no-repeat;
	background-position: left center;	
}
.side-menu ul li a:hover{
	color:#009beb;
	}

.side-menu ul li:last-child a{ border-bottom: none; }
.ctry-code { float: left; width: 25%;}
.ctry-phnbr { float: right; width: 74%;}

/*********COLUMS AND ROWS***************/
.row{
	width:100%;
	float:left;
	display:block;
}
.margin-bottom{
	margin-bottom:25px;
}
	
.aside, .summary{
	width:32%;
	float:left;
	margin:0;
	display:block;
	
}
.summary{
	width:68%;
}
.fullwidth{
	width:100%;
	display:block;
}
.clearfix{
	width:100%;
	height:50px;
	float:left;
	margin:0;
	padding:0;
	display:block;
}

.two-col{
	width:46%;
	float:left;
	margin-right:8%;
}

.three-col{
	width:30%;
	float:left;
	margin-right:5%;
}
.four-col{
	width:22%;
	float:left;
	margin-right:4%;
}
.last{
	margin-right:0 !important;
}
/**********forms**************/

form{
	margin:0;
	padding:0;
}

*:focus {  
	outline: none;
}
	
.fieldset{
	width:100%;
	height:40px;
padding: 4px 15px;
	background-color:#fff;
	display:block;
	border:1px solid rgba(0, 0, 0, 0.2);
	font-weight:normal;
	margin:0 0 10px 0;
	color:#7D7D7D;
	font-size:12px;
	 font-family: 'GothamRoundedBook';
   	float:left;
	border-radius:50px;
}

.text-area{ height: 80px;}

.sendbutton{
	width:auto;
	height:auto;
	border:0;
	outline:0;
	margin:0;
	display:inline-block;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	 font-family: 'GothamRoundedMedium';
	cursor:pointer;
	vertical-align:top;
	padding:15px 25px !important;
	text-align:center;
	background-color:#00AEEF;
	border-radius:50px;

	

}

.sendbutton:hover{
	background-color:#005ED9;
	}
	
::-webkit-input-placeholder {
   color: #7D7D7D !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #7D7D7D !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #7D7D7D !important;
}

:-ms-input-placeholder {  
   color: #7D7D7Df !important;
}
/***********************/

.search-wrap ::-webkit-input-placeholder {
   color: #FFF !important;
}

.search-wrap :-moz-placeholder { /* Firefox 18- */
   color: #FFF !important;
}

.search-wrap ::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF !important;
}

.search-wrap :-ms-input-placeholder {  
   color: #FFF !important;
}





/*********medea query 1180**************************************/



@media only screen and (max-width: 1210px) {

.main{
	width:100%;
	float:left;
	padding:0 15px;
}

header .main{
	padding:0;
}


.top-left, .top-right{
	line-height:20px;
	text-align:center;
	width:100%;
}
.top-right{
	padding:8px 0;
}
.inline{
	padding:0 15px;
}	

.social{
	float:left;
	font-size:14px;
	line-height:30px;
	width:100%;
	text-align:center;
}
.social a{
	width:30px;
	height:30px;
	line-height:30px;
	margin-left:-4px;
	text-align:center;
	display:inline-block;
	float:none;
	font-size:14px;
}


.header{ position: relative; }
header.smaller{
	position:relative;
	float:left;
	padding:0;
	
}
.logo{
	width:100%;
	text-align:center;
	padding:10px 0;
	position:relative;
	float:left;
	top:auto;
	}
.header-normal{
	padding:0;

}

.logo img, header.smaller .logo img{
	width:160px;
	display:inline-block;
}

.upcoming-block{
	width:100%;
	float:left;
	margin:0;
}
.footer{
	padding:0;
}
.footer-left,
.footer-right{
	width:100%;
	padding:0;
}
.vide-wrap{
	width:100%;
	height:auto;
	position:relative;
	float:left;
	padding:40px 20px;
	left:auto;
	bottom:auto;
	background-color:#7465AB;
	background-image:none;
}


}
/***********************980px *************************************/

@media only screen and (max-width: 1024px) {

.gap-100, .gap-50, .gap20{
	height:20px;
}
.left-col, .right-col{
	width:100%;
}
}

@media (max-width: 991px){
.link a {
    left: inherit !important;
    right: inherit !important;
}
}

@media only screen and (max-width: 800px) {

.message{
	width:100%;
	float:left;
	
}
.row-flex-profile, .profile-right{ width: 100%; margin-bottom: 20px;}
.link a{ margin-bottom:10px}
}






/***********************767px *************************************/
@media only screen and (max-width: 768px) {

body{
	font-size:14px;
	line-height:20px;
	}

.two-col, .three-col, .four-col, .aside, .summary {
     width:100%;
	 margin:0 0 25px 0;
}
.pad-100, .pad-80{
	padding:30px 0;
}

.para-pad,  .pad-left, .pad-right{
	padding:0;
}
.pad-left-15{
	padding-left:0;
}
#fixed-bar, .footer:after{
	display:none !important;	
}
.footer{
	padding:40px 0 0 0;
}
.copyright{
	margin-top:15px;
}
.footer-left, .footer-right{
	width:100%;
}
.copy,.powered{
	width:100%;
	text-align:center;
	line-height:normal;
}
.inset{
	padding:20px;
}



.news-content{
	padding:0 5px;
}

.heading, .subheading {
	font-size:30px;
}
.heading span{
	font-size:14px;
}
.subheading {
	font-size:20px;
}
.subtitle{
	font-size:18px;
}
.span24{
	font-size:14px !important;
}
.bottom-layer{
	display:none;
}
.bg1{
	padding:50px 0;}
	
	
.post-row{
	padding:0 0 20px 90px;
}

.date-bock{
	width:70px;
	font-size:20px;
	line-height:20px;
	padding:30px 0 0 0;
	background-size:60px;
}

.footer-contact{
	font-size:16px;
	margin:0 0 15px 0;
}

.footer-contact i{
	font-size:14px;
	width:30px;
	height:30px;
	line-height:26px;
	margin:0 5px 0 0;

}

.login-inn { width: 100%;}

}


/***********************640 px *************************************/

@media only screen and (max-width: 640px) {


.inner-banner h2{
	font-size:20px;
	line-height:25px;
	font-weight:600;
}
.events-block{
	height:300px;
}

	
.events-head{
	margin:50px 0 0 50px;
	}
.thank-box{ width:100%;}
.logo img, header.smaller .logo img {  width: 130px;}
.fieldset { padding: 4px 8px;}

}




/***********************480 px *************************************/

@media only screen and (max-width: 480px) {
.googlemap{height:300px;}
.sendbutton{ width: 100%; margin-bottom: 5px; }
.payment-status span{ width: 100%; text-align: center; margin-bottom: 10px; }
.payment-status{ border-radius: 30px; }
.ctry-code { width: 35%;}
.ctry-phnbr { width: 63%;}
}


@media only screen and (max-width: 360px) {

.login-inn{padding: 15px;}
}


@media only screen and (max-width: 320px) {

}



.ph-error{
	color:red !important;
}


.otp-error{
		color:red !important;
}


.ph-nbr .col-sm-3{ padding-right: 2px !important; }
.ph-nbr .col-sm-9{ padding-left: 2px !important; }
.ph-nbr .adrs-phn-cd{ padding-right: 4px; width: 10%; }
.ph-nbr .adrs-phn-cd{ padding-right: 4px; width: 10%; }
.ph-nbr .adrs-phn-cd .form-control { padding: 6px 6px; text-align: center;}
.ph-nbr .adrs-phn{ width: 40%; padding-left: 4px; }

@media (max-width: 991px) {
.ph-nbr .adrs-phn-cd { width: 14%;}
.ph-nbr .adrs-phn { width: 36%;}
}

@media (max-width: 767px) {
.ph-nbr .adrs-phn { width: 86%;}
.adrs-add-popup .form-group{ margin-bottom: 0px !important; }
.adrs-add-popup input, .adrs-add-popup select{  margin-bottom: 1.2rem; }
}


.eml-error{
	font-size: small;
    color: red;
}

.ismember{
	top: 18px;
}

.error{
	color: red;
}

