/*common style*/
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
content: " ";
display: table
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
clear: both
}
html {
	background-color: #131b28;
}

body{
	background:#f0f0f0;
	color: #333;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 29px;
    letter-spacing: 0.3px;
}

p {
	padding-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
h1 {
	font-size: 32px;
	line-height:34px;
}

h2 {
	font-size: 28px;
	padding-bottom: 22px;
	line-height: 28px;
}

h1,
h2 {
/*	padding-bottom: 40px;*/
}
h2 {
  position: relative;
  z-index: 1;
  text-align: left;

}

h2:after {
    content: "";
    position: absolute;
    left: 0;
    /* margin-left: -50px; */
    bottom: 0;
    width: 100px;
    /*border-bottom: 2px solid #d71e00;*/
}
h4,
h5,
h6 {
	font-weight: 300;
}

h4,
h5,
h6 {
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
	line-height: 18px;
}

h6 {
	font-size: 12px;
	line-height: 16px;
}

a {
	color: #d71e00;
}

a:focus {
	color: #efdd04;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #efdd04;
    text-decoration: none;
    background-color: #d71e00;
}

a {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

input:focus,
textarea:focus {
	outline: none
}

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

container {
	position: relative;
	width: 100%;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

strong {
	font-weight: 600;
}

ul,
ol {
	margin: 0;
	padding: 0;
        /*padding-left: 200px;*/
}

ul li,
ol li {
	list-style: none;
}
input {
    -webkit-appearance: none;
     border-radius: 0;
}
img{
	max-width:100%;
}
.text-box {
	height: 50px;
}
container{
	width:100%;
	margin:0 auto;
}
.container{
	max-width: 1200px;
}
.container {
    position: relative;
    max-width: 1200px; 
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.logo-inner{
	width:150px;
	display: inline-block;
	margin:10px 0; 
}
.middle-content {
	padding: 0;
	text-align: center;
	margin: 0 auto;
	float: none;
}
.middle-content >:last-child{ padding-bottom: 0 }
.text-box,
.textarea {
	border: 1px solid #9692a0;
	background-color: transparent;
	position: relative;
	padding: 10px;
	width: 100%;
}

/*.img-bg {
	display: none !important;
}*/

.fL {
	float: left;
	color: white;
}

.fR {
	float: right;
}
.button{
	background-color: #ff0000;
	border:2px solid #ff0000;
	display: inline-block;
	color:#fff;
	font-weight:600;
	padding: 13px 15px;
	min-width:200px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    letter-spacing:1px;
}
.button:hover{
	background-color:#fff;
	color:#ff0000;
}

	
    /*background-color: transparent;*/
.hearder-main{
    background-color:#FF5E00;
}
.header {
    background-color:#d71e00;
    width: 100%;
    /*position: fixed;*/
    top: 0;
    left: 0;
    z-index: 99;
    height: auto;
    /*background: linear-gradient(#fff,#b5c474,#fff);*/
     /*background: linear-gradient(#b5c474,#fff,#b5c474);*/
}



.logo-inner img{
	width:100px;
}
.fL {
	float: left;
}

.fR {
	float: right;
}
/*.img-bg{
	display: none !important;
}*/
.cover-bg{background-color:b5c474; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center top;}
.textbox, .textarea{
    background-color: #fff;
    border:1px solid #e5e5e5;
    width: 100%;
    font-size:12px;
    padding: 10px 15px;
}
.textbox{
	 height:50px;
}
.textarea{
	height:100px;
	resize: none;
}
.form-row{
    padding-bottom:20px;
    position: relative;
}
.form-row span{
	background-color:#fff;
	color:#e5e5e5;
    position: absolute;
    top:13px;
    left:10px;
    font-weight:300;
    line-height:14px;
    padding:5px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.form-row label{
    display: block;
    position: relative;
    height: 100%;
}
.form-row .textbox:focus ~ span, .form-row .textbox:valid ~ span, .form-row .textarea:focus ~ span, .form-row .textarea:valid ~ span{
    top:-12px;
    font-size:12px;
}

.form-row .chosen-container span{ top: 0px; left:0; padding:0; background-color: transparent; width: 100%; position: inherit; color: inherit; }
.radio-btn{ float: left; font-size:13px; margin-right:15px; margin-bottom:10px;  }
.select-menu span, .radio-btn span{
	position: relative;
	background-color:transparent;
	color:#333;
	top: inherit;
	left: 0;
}
.radio-btn label{ text-align: left; padding-left:40px; }
.radio-btn span:first-child{ position: absolute;left:0; top: 3px; }
.radio-btn span{ padding:0;}
.radio-btn.male-radio span:first-child:before, .radio-btn.female-radio span:first-child:before{
	position: absolute;
	font-size:24px;
	font-family:'FontAwesome'; 
	width: 25px;
	height:25px;
	line-height: 25px;
}
.radio-btn.male-radio span:first-child:before{
	content:"\f222"
}
.radio-btn.female-radio span:first-child:before{
	content:"\f221"
}
.radio-btn.male-radio .ui-icon-background, .radio-btn.female-radio .ui-icon-background{ color:#ccc; border: none; text-indent: 0; }
.radio-btn.male-radio .ui-state-active .ui-icon-background, .radio-btn.female-radio .ui-state-active .ui-icon-background{
	color:#ff0000;
}
.tab-content-blk .radio-btn label{
	padding-left:30px;
}
.chosen-container{ width: 100% !important;  }
.chosen-container-single .chosen-single{ border:1px solid #e5e5e5; height: 50px;background-color: transparent; background: none; border-radius: 0; box-shadow: inherit; color:#333; font-size:14px; padding: 0 }
.chosen-single:before{
	content:"\f107";
	color:#e5e5e5;
	position: absolute;
	right: 0;
	top:5px;
	width: 50px;
	height: 50px;
	line-height:40px;
	font-family:'FontAwesome';
	text-align: center;
}
.head-banner{
    padding: 25px 0px;
}
.chosen-container-single .chosen-single span{
	color: #ccc;
	line-height:30px;
	padding:10px 15px;
	margin-right:50px;
}
.radio-btn label{
	display:inline-block;
	vertical-align: top;
	line-height: 25px;
}
.ui-state-checked:before{
	content:"";
	background-color:#f7941e;
	position: absolute;
	width: 9px;
	height:9px;
	top:3px;left: 3px;
}
.home-wrap{
	background-color:#fff;
	background-position: center center;
	position: relative;
}
.col-blk, .form-content{
	min-height:100vh;
}
.col-blk{
	float: left;
	height:100%;
	position: relative;
}
.col-blk{
	width:60%;
}
.hero-banner{ 
    position: relative; 
             padding:25px; 
             /*background-position: center;*/    
             height: 210px; 
             margin-top: 20px; }
.home-wrap:before{ width: 60%;}
.hero-banner:before{ width: 100%;}
.home-wrap:before, .hero-banner:before{
	background-color: rgba(19, 27, 40, 0.15);
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.col-blk:last-child{
	width:40%;
}
.logo{
	position: relative;
    max-width: 150px;
    float: left;
    /*padding-top: 50px;*/
    /*padding-left: 40px;*/
    /* padding-right: 10px; */
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.hearder-resp{
    display: none;
}
.banner-blk{
	position: relative;
	height: 100%;
	min-height: inherit;
	text-align: center;
}
.banner-blk h1{
	color:#fff;
	font-weight:300;
	padding:20px 0px 40px;
	max-width: 60%;
}
.form-content, .banner-blk{
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
    display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	 flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
	padding:70px;
	height: 100%;
}
.tab-list, .tab-content{
	width: 100%;
}
.tab-list{ padding-bottom: 20px; }
.tab-list li{
	color:#808080;
	cursor: pointer;
	float: left;
	font-size:18px;
	font-weight:400;
	text-transform: capitalize;
	padding:0 15px 0 20px;
	position: relative;
}
.tab-list li:first-child{
	padding-left:0
}
.tab-list li:first-child:before{
	content:"";
}
.tab-list li:before{
	content:"/";
	position: absolute;
	left:0;
}
.tab-list li.active{
	color:#ff0000;
}
.tab-content-blk{
	display: none;
}
.button-fulid{
	min-width: 100%;
}

.social-icon{
	text-align: center;
}

.social-icon li{
	display:inline-block;
	margin:0 5px;
	font-size:18px;
	width: 50px;
	height:50px;
	border-radius: 100%;
	background-color:#fff;
	line-height: 50px;
	vertical-align: top;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.social-icon a{
	display: block;
}

.white-bg{
	background-color: #fff;
}
.form-reg{
	max-width:800px;
	padding:50px 80px;
}
.inner-page{
	/*padding-top:100px;*/
}
.progress-bar{
	text-align: center;
	padding-bottom:50px;
}

.progress-bar li{
	color:#fff;
	display:inline-block;
	font-size:18px;
	width: 25%;
	line-height: 50px;
	margin:0 -2px;
	vertical-align: top;
	position: relative;
	z-index: 3
}
.progress-bar li:before{
	content:"";
	background-color:#ccc;
	position: absolute;width: 100%;
	right: 0;
	height:5px;
	margin-top:-2px;
	top:50%;
	z-index: -1;
}
.progress-bar li:first-child:before{
	width: 50%;
	right: 0;
	left: inherit;
}
.progress-bar li:last-child:before{
	width: 50%;
	right: inherit;
	left: 0;
}
.progress-bar span{
	background-color:#ccc;
	display:inline-block;
	width: 50px;
	height:50px;
	border-radius: 100%;
}
.progress-bar li.active span{
	background-color:#ff0000;
}
.progress-bar li.active:before{
	background-color:#ff0000;
}
.dashboard-header{
	/*padding-top: 80px;*/
	/* padding-bottom:40px; */
}

.hero-banner-content{
	max-width: 550px;
    position: relative;
    padding-left: 170px;
    padding-right:170px;
    margin: 0 auto;
    min-height: 150px;
    display: -webkit-flex;
    display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	 flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.profile-img{
	border-width:5px;
	border-color: rgba(19,27,40,0.85);
	border-style: solid;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	overflow: hidden;
	position: absolute;
	left: 0;
}
.loader-bar{
	position: absolute;
	right: 0; width: 150px;	height: 150px;
	top: 0
}
.profile-img, .profile-img img{
	height:150px;
	width: 150px;
}
.profile-img img{
	object-position: center;
	object-fit: cover;
}
.profile-name{
	color:#fff;
	letter-spacing:1px;
}
.profile-name h3{
	text-transform: uppercase;
	padding-bottom: 2px
}
.profile-name span{
	display: block;
	padding-bottom:2px;
}
.tool-bar li{
	display: inline-block;
	padding:0 5px;
}
.tool-bar li, .tool-bar a{
	color:#fff;
}
.tool-bar a:hover{
	color:#e00303;
}
.tool-bar li i{
	font-size:18px;
}
.content-section{
	 padding:50px 0 
	/*padding-top: 20px;*/
}
.content-blk{
	margin-bottom:0px;
}
.sidebar{
    padding: 35px 25px;
}
.seeus{
    margin-top: 40px;
    padding: 25px;
}
.content-blk{
	padding:30px;
}
.sidebar, .content-blk{
	background-color:#fff;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}
.sidebar li{
/*	padding-bottom:15px;
	padding-left:35px;*/
	position: relative;
}
/*.sidebar li.sub{
	padding-left:20px;
}*/
.sidebar li a{ display: block; }
/*.sidebar li.sub > a:before{
	content:"\f107";
	color:#ff0000;
	position: absolute;
	right: 0;
	top:0px;
	width: 24px;
	height: 24px;
	line-height:24px;
	font-family:'FontAwesome';
	text-align: center;
}
.sidebar li.sub a.active:before{
	content:"\f106"
}
*/.sidebar li i{
	font-size:16px;
	position: absolute;
	left: 0;
	top:3px;
}
.sidebar li ul{
	/*display: none;*/
	padding-top:5px;
}
.sidebar li li{
	font-weight:300;
	font-size:12px;
	padding-left:0;
	padding-bottom:0
}
.sidebar li:last-child{
	padding-bottom: 0
}
.sidebar li li a{
	color:#999;
}
.sidebar li li a:hover{
	color:#e00303;
}
.mail{font-size:12px; font-style: italic; }
.content-blk h3{
	/*border-bottom:1px dotted #cbcbcb;*/
	padding-bottom: 15px;
	margin-bottom:15px;    border-bottom: 2px solid #d71e00;
            /*border-bottom: 2px solid #d71e00;*/
}
table{ width:600px; }
.content-blk tr:last-child td{ border-bottom: none; }
.content-blk td:first-child{ font-weight:600; width:50px; padding-left:0 }
.content-blk td:last-child{ padding-left:15px; width:200px;}
.content-blk td{
	/* border-bottom:1px solid #e9e9e9; */
	font-size:12px;
	padding:5px;
}
.edit-trigger{
	cursor: pointer;
	 position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    right: 0;
    top:0px;
}
.sticky-btn{
	border-top:1px solid #ccc;
	background-color:#fff;
	position: fixed;
	width: 100%;
	bottom:0;
	left:0;
	padding:15px 0;
	text-align: right;
}
.sticky-btn .button:first-child{
	margin-right:15px;
}
.profile-list{
	overflow: hidden;
    /* margin: 0 -10px; */
    margin: 20px 50px;
}
.profile-list li{
    margin: 15px 15px;
    float: left;
    width: 30.33%;
    text-align: center;
    margin-bottom: 12px;
    box-shadow: 1px 1px 3px 6px #04a5ad;
}

.profile-list li > div{
	background-color:#fff;
	display: block;
	padding: 10px 10px 0px;
	/* -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1); */
}
.profile-list img{
	height: 200px;
    width: 380px;
	display: inline-block;
	/* object-fit: cover;
	object-position: center;
	/* -webkit-border-radius:100%; */
	/* -moz-border-radius:100%; */
	/* border-radius:100%; */
	margin-bottom:10px; 
}
.profile-list td{
	font-size: 12px;
	padding:0 5px;
	text-align: left
}	
.profile-list h3{
	padding-bottom:10px;
}
.profile-list td:first-child{
	font-weight:600;
	width:40%;
}
.profile-list td:last-child{
	width:60%
}
.profile-list span{ display: inline-block; font-size:22px; padding:10px 5px 0; }
.profile-list a{ color:#333; }
.profile-list a:hover{color:#ff0000}
.accordion-content{ display: none; padding-bottom:20px;}
.accordion-title{ position: relative; padding:15px 50px 15px 0; border-top: 1px dotted #cbcbcb}
.accordion-title h3{ padding-bottom: 0; margin-bottom:0; border: none; font-size: 16px; }
.accordion-title.active h3{
	color:#ff0000;
}
.ui-datepicker{ max-width: 100%; width:300px; }
.ui-datepicker-prev:before, .ui-datepicker-next:before{
	width: 25px;
	height:25px;
	position: absolute;
	line-height: 25px; text-align: center; font-family:'FontAwesome';
}

.ui-datepicker-prev:before{
	content: "\f104";
}
.ui-datepicker-next:before{
	content: "\f105";
}
.error-msg{
	background-color:#e00303;
	color:#fff;
	padding:5px 10px;
	font-size:12px;
}

/* karthiga */

.menu{
	display:inline-block;
	/* position: relative; */
}
.menu li a{
	color: black;
    padding: 12px 16px;
	text-decoration: none;
	line-height: 100px;
	font-size: 12px;

}

.menu ul li {
	display:inline-block;
}

.sub-menu{
	display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    background: #fff;
    max-height: 186px;
    overflow: auto;}

.thirdlevel{
	display: none;
    position: absolute;
    min-width: 200px;
    z-index: 1;
    left: 159px;
    top: 52px;
    background: #fff;
    max-height: 186px;
    overflow: auto;
}
.sub-menu li, .thirdlevel li{
	display: block!important;
}

.menu li:hover .sub-menu {
    display: block;
    border-top: 5px solid #d71e00;
}

.sub-menu li:hover .thirdlevel {
    display: block;
    border-top: 5px solid #d71e00;
}

.logo-left{
/*    width:20%;*/
	margin-top: 12px;
	position: relative;
    float: left;
    z-index: 2;
    height: 100%;
}
/* .top-header .logo-left{
	float: left;
} */
.menu-right{
/*    width:80%;*/
	width: 80%;
    position: relative;
    float: right;
    z-index: 2;
    height: 100%;
    text-align: right;
}
.sub-menu li{
	text-align: left;
}
.sub-menu li a{
	line-height: 50px;
    text-align: left;
    width: 100%;
}

.top-header {
    
    padding: 0;
    margin-bottom: 0;
    font-family: 'open_sanslight';
    left: 0!important;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 4030;
}
.navbar-fixed-top {
    top: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

/*a.logo img {
    height: 70px;
}*/
.logo img {
	max-width: 120%;
    vertical-align: middle;
    border: 0;
    margin-top: 21px;
}
nav {
    float:right;
    line-height:30px;
}

.swiper-container {
	width: 100%;
	height: 100%;
  }
  .swiper-slide {
      /*background-color: #b5c276;*/
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

  .swiper-slide img {
	width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
    }

.swiper-blk{
    box-shadow: 1px 1px 3px 6px #04a5ad;
	padding: 15px;
        /*background-color: #b5c276;*/
}

.padlef0{
padding-left: 0;	
}

.new-events{
    box-shadow: 1px 1px 3px 6px #04a5ad;
	height: 350px;
}
.header-txt{
    padding-bottom: 10px;
    /*border-bottom: 3px solid #d4e186;*/
    font-size: 16px;
}
.pad0{
	padding:0;
        padding-bottom: 30px;
}
.head-txt{
    font-weight: bold;
    text-transform: capitalize;
}

.sidebar li li a{
	font-size: 14px;
    color: black;
    padding: 5px 0;
}
.primary-section {
    background-color: #393e40;
    padding-top: 50px;
}
.secrondary-footer {
    /*padding: 15px 0;*/
    background-color: #d71e00;
}

.thiru_tit h5{
    color: #d71e00;
   
}
.video{
    padding: 18px;
}
.wel-header{
    color: #d71e00;
    text-align: center;
    font-weight: bold;
}
.section-bl{
	padding:100px 0;
}

.iqac-tbl td:first-child{
    width: 20%;
}

.iqac-tbl table {
    /* padding-left: 15px; */
    width: 100%;
}

.iqac-tbl th,td{
    text-align: left;
}
.secrondary-footer p{
color:white;
}
.text-center{
	text-align: center;
}
.text-right{
   
	text-align: right;}
.col-xs-4.text-right a {
    color:white;
}
    


.content-center{
	float:none;
	margin: auto;
}

.content-center h2{
	padding:0px;

}
.gallery-header {
    padding-top: 130px;
    /* padding-bottom: 40px; */
}




.menu-trigger, .close-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 67px;
    width: 67px;
    padding: 20px;
    display: none;
}
.close-trigger{
    display: none;
}
nav li {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
}
nav a {
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 8px 10px;
    letter-spacing: 1px;
}
nav li ul {
    line-height: 35px;
    background: #04a5ad;
    position: fixed;
    width: 250px;
    /*top: 75px;*/
    opacity: 0;
    visibility: hidden;
    /*padding-top: 10px;*/
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    /*border-top: 2px solid #d71e00;*/
    z-index:99999;
}
nav li ul li {
    float: none;
    font-size: 12px;
}
nav li:hover ul.submenu {
	/* color: #d71e00; */
    opacity: 1;
    visibility: visible;
    top: auto;
    /*left: 250px;*/
}

nav li > ul >li:hover ul.thirdmenu {
    opacity: 1;
    visibility: visible;
    top: 10px;
    position: absolute;
}
.thirdmenu{
    z-index: 999;
    background: #04a5ad;
    /*max-height: 150px;*/
    /*overflow: auto;*/
    line-height: 35px;
    left: 250px;
    position:absolute;
}
nav li ul li a{
    padding:1px 10px;
}

.con{
    box-shadow: 1px 1px 3px 6px #04a5ad;
}

.cont{
    box-shadow: 1px 1px 3px 6px #04a5ad;
    margin-top: 5px;
}
.contt{
   box-shadow: 1px 1px 3px 6px #04a5ad; 
}
.text{
    /*text-outline: 2px 2px #ff0000;*/
    /*text-shadow: 4px 3px 0px #d71e00, 9px 8px 0px yellow;*/
    color: #d71e00;
    font-size:32px;
  -webkit-text-fill-color: #1700d7; /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px yellow;
  width:100%;
  text-transform: uppercase;
  font-weight: 900;
  font-family: fantasy;
  text-align: center;
    /*padding-top: 40px;*/
    line-height: 25px;
}
.text1{
   
    color: #fff;
    font-size: 35px;
   text-transform: uppercase;
   font-family: fantasy;
   letter-spacing: 2px; 
    text-align: center;
    line-height: 35px;
}
.content-blk h5{
    padding-top: 20px;
    padding-top: 14px;
    padding-bottom: 10px;
}
.addr h5{
    padding-top: 35px;
}
.text-left{
    color: #fffdfe;
}
.text-right a {
    color: #fffdfe;
}
.text-right h6 {
    font-size: 12px;
    line-height: 16px;
    text-transform: none;
}
@media (max-width:768px){
    .text-right h6 {
        font-size: 12px;
        line-height: 16px;
        text-align: left;
        text-transform: none;
    }
}
@media (max-width:1200px){
    .text-right h6 {
        font-size: 12px;
        line-height: 16px;
        text-align: left;
        text-transform: none;
    }
}
@media (max-width:768px){
    .video iframe{
        width:100%;
    }
}
@media (max-width:1200px){
    .video iframe{
       width:100%;
    }
}

.con-addr{
    color: #d71e00;
    font-family: inherit;
    padding-bottom: 19px;
    text-align: left;
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
    /* line-height: 5px; */
}
.con-addr1{
    padding-left: 20%;
    font-size: 1em;
    line-height: 35%;
    color: #3a3a3a;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
}
h5{
    color: #ffe72c;
    font-family: inherit;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    line-height: 2px;
    font-size: 14px;
}

.rt-banner img{
    margin-top: 36px;
}
.banner-section{
    background-color: #04a5ad;
}
.header-menu{
   /*padding-left: 150px;*/
    height: 50px;
    width: 100%;
    /* text-align: center; */
    background-color: #04a5ad;
        z-index: 999999;
        position: sticky;
        overflow: hidden;
}
.header-section{
    background-color:white;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100px;
}

.logo-resp{
        width: 100px;
    position: absolute;
    display: none;
    top: 0;
    padding: 10px;
}
.logo-right{
    position: relative;
    max-width: 100%;
    float: right;
    /*padding-right: 50px;*/
/*    padding-right: 40px;
    padding-top: 50px;*/
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.padding-banner{
    padding-top: 100px;
    padding-bottom: 30px;
}
.panel-heading h2 {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    /* padding-left: 34px; */
    padding-top: -7px;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    font-weight: bold;
    color:#fff;
    background-color: #04a5ad;;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 102px;
}
.fixed-header {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%; 
}
.visible-title {
    visibility: visible;
}
.fa-plus-square-o {
    display:none;
}
.fa-minus-square-o {
    display:none;
}
.media-logo-right{
    float: right;
}
li.active>a {
    color: #d71e00;
    background: #ffec00;
}
.nbsp{
    display:none;
}
input, textarea {
    width:100%;
    height:27px;
    /*background:#efefef;*/
    border:2px solid #dedede;
    padding:10px;
    margin-top:10px;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
input:focus, textarea:focus {
    border:1px solid #97d6eb;
}
#submit {
    width: 127px;
    height: 47px;
    /* background: url(images/submit.jpg); */
    /* margin-top: 5px; */
    cursor: pointer;
    color: white;
    /* font-weight: 700; */
    background-color: #04a5ad;
    font-weight: 900;
    }


	#submit:hover {
	    opacity:.9;
	}
        
        .contact-head{
            
            text-align: left;
        }
        
        .product{
            font-size: 18px;
            line-height: 27px;
        }
        .logo:hover{
            background-color: #d71e00;
        }
        .logo-resp-right{
         width: 100px;
    position: absolute;
    border-radius: 100%;
    padding: 10px;
    margin-left: -35px;
    left: 50%;
    top: -8px;
    display: none;
        } 
        .hearder-resp .submenu{
            display: none;
        }
        .thri-quo p{
            text-align: center;
            padding-bottom: 2px;
        }
        .row > .column {
  padding: 0 8px;
}
.tquotes{
    text-align: center;
    padding-bottom: 30px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;

}

/* The Modal (background) */


/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 33px;
    width: 50%;
    max-width: 1200px;
    margin-top: 100px;
    height: 265px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
/*
.Myslide {
  display: none;
}*/

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  color: black;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  /*color: black;*/
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.center-img:hover{
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
img.center-img {
  transition: 0.3s;
}
.prev{
    margin-left: -23px;
}
.image{
	display:none;
	position: fixed;
  z-index: 1;
  /*padding-top: 100px;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
/*.Myslide{
	display:none;
}*/
.demo-image img{
	width: 100%;
    height: 100px;
    padding-top: 40px;
}
.text{
	margin-left: 25px;
    margin-right: 25px;
}
.Myslide img{
    width: 70%;
    /*height: 50%%;*/
    margin-left: 95px;
}
.eventsup h2{
    margin-top: -40px;
    margin-left: -25px;
    margin-right: -25px;
}
.content-page >:last-child, .intro-content >:last-child{ padding-bottom: 0;}
.content-page >:last-child{ margin-bottom:0px;}
.content-page .products-wrap li{ width:50%; padding-left:15px; margin-bottom:30px;}
.content-page .products-wrap li:before{ display: none;}
.content-page li{ position: relative; padding-left:25px; margin-bottom:15px;}
.content-page li:before{font-family: 'FontAwesome'; font-size:16px; content: "\f054"; position: absolute; left:0;}
.fL a{
    color: #d71e00;
    font-weight: 900;
}
.fL a:hover{
    color: #04a5ad;
    background-color: #f0f0f0;
}
.logo-image{
        border-radius: 100%;
    height: 175px;
    width: 200px;
    object-fit: cover;
    margin-top: 15px;
    object-position: top;
}
.formtxt{
    color: #d71e00;
    font-size: large;
    font-weight: 700;
    padding-top: 2%;
}
.gal{    
    margin-left: 25px;
    color: #d71e00;
    margin-top: 90px;
}
.latnewtit{
    color: #d71e00;
}
.latnew{
    padding-top: 5%;
    text-transform: none;
}
.latnew1{
    padding-top: 5%;
    text-transform: none;
    color: #04a5ad;
}
@media (max-width:768px){
    body {
        background: #d71e00;
    }
}
@media (max-width:1200px){
    body {
        background: #d71e00;
    }
}
@media (min-width:768px){
    .gal h2{
        position: relative;
        z-index: 1;
        text-align: center;
        padding-top: 10%;
        padding-bottom: -9%;
        color: white;
    }
}
@media (max-width:1200px){
    .gal h2{
        position: relative;
        z-index: 1;
        text-align: center;
        padding-top: 10%;
        padding-bottom: -9%;
        color: white;
    }
}
