
/*html{
	scroll-behavior: smooth;
}*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Roboto',sans-serif;
	font-size: 15px;
	font-weight: 400;
	/*padding-top: 7.5rem;*/
	line-height: 1.8!important;
	color:#343a40!important;
	/*overflow-x: hidden;*/
}

a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
/* ============ mystyle =============*/
h5.text-center.text-danger.mb-5.message {
    text-decoration: underline;
    /* background: #aaa; */
}
.video-text {
	background-image: url(../img/video-bg.jpg);
    border: 12px groove #e8b4b6;
    padding: 25px 25px;
    margin-top: 20px;
}
.video-box{
/*	background-image: url("../img/building.jpg");*/
	background-repeat: no-repeat; 
	position: relative;
	height: 600px;
	 background-size: cover;
}
.why-us{
/*	background-image: url(../img/video-bg.jpg);*/
/*	    padding: 55px 20px;*/
}
.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ee5057 50%, rgba(238, 80, 87, 0.33) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #ee5057;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ee5057!important;
    border-color:#ee5057!important;
}
::selection {
  color: #ffffff;
  background: #ee5057;
}
h2{
	font-weight: 800;
}
h4{
	font-weight: 600;
}
/*p,li,tab-content{
	color: #898989;
}*/
ul#topnav{
			margin-top: 1rem;
		}
#mission{
	padding: 65px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
h5#bharti_ad{
	color: #009fe3;
	font-weight: bold;
	padding-top: 20px;
}
.bg_lightblue{
	background: #C7E4F9;
	border-radius: 30px;
    padding: 10px;
}
.nomineebtn{
	padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    top: 30px;
    z-index: 99;
}
.btm_ad{
	top: -38px;
    position: relative;
}
.bharti_box{
	padding: 20px 45px 0px 45px;
	background: #EDF7FE;
}
/*.bhartiAd_bottm {
    background: url(../img/bharti_adbtm.png);
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}*/
p.abouttxt{
	font-size: 15px;
	text-align: justify;
}
.mycaption{
	background:#00000052;
	padding:20px;
	/*opacity: 0.5;*/
}
.mycaption p{
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 0px!important;
}
.mycaption h1{
    font-size: 2.5rem!important;
    font-weight: 600!important;
}

h2.about-head {
    font-size:2.3rem;
    font-weight: 800;
    text-align: center;
    line-height: 70px;
}
a.futura:hover{
	color: #fdbfc1;
}
/*.navgradilink{
background: -webkit-linear-gradient(180deg, red, white);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
.navbar .nav-item .dropdown-menu{ 
	display: none; 
}
/*.navbar .nav-item:hover .nav-link{ 
	color:#fff;
	background:#ee5057;  
}*/
.navbar .nav-item:hover .dropdown-menu{ 
	display: block; 
}
.navbar .nav-item .dropdown-menu{ 
	margin-top:0;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #000000; 

}
.dropdown-item:focus, .dropdown-item:hover{
    color: white;
    text-decoration: none;
 
}
.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    background-color: #000000;
}
.dropdown-item{
	font-weight: 600;
}

.dropdown-menu{
    border:none!important;
    border-radius:none!important;
    font-size: 0.7rem;
    background: #000000!important;
}
.dropdown-menu i{
    color: #ee5057;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top:17%!important;
    /*bottom: 180px;*/
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.btn-primary:focus {
    color: #fff;
    background-color: #ee5057!important;
    border-color: #ee5057!important;
    box-shadow: 0 0 0 0.2rem #ee5057!important;
}
/*.carousel-bgimg img{ 
	width: 100%;
  	height: auto;
}*/
/*.carousel-bgimg{
 	background-image: url("../img/main_banner1.jpg");
  	height: 65vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}*/
#mycontainer{
	padding-left: 0px!important;
	padding-right: 0px!important;
	    overflow: hidden;
}
span.scroll i {
    font-size: 2rem;
    background: red;
    padding: 9px;
    width: 50px;
    border-radius: 50px;
}

.red{
    color:#ee5057; 
}
.boxes{
	height: 435px;
}
/*.marquee{
	height: 308px;
}*/

.tm-section.page{
	background: #ee5057;
	/*background:url(../img/heading_bg.jpg);*/
	/*background-size: cover;
	background-repeat: no-repeat;*/
	border-bottom: 1px solid #eee;
}
div#tm-top-bar {
    background: #000000;
}

/*.heading-text {
    padding-top: 130px;
}*/
.heading-text h2{
	font-size: 1.8rem;
	font-weight: 800;
	text-align: center!important;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	color: white;
}

ul.bullet_icon {
    list-style: none;
}
ul.bullet_icon li{
	/*border-bottom:1px solid #eee;*/
	margin-bottom: 8px;
}
ul.bullet_icon li{
	/*font-family: "FontAwesome";
	content:"\f046";
	color: #ee5057;*/
	font-size: 14px;
    margin-right: 8px;
    display: block;
}
li.rose{
	background: url(../img/rose.png) no-repeat left top;
	/*height: 54px;*/
    padding-left: 35px;
    padding-top: 0px;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ee5057;
    border-color: #ee5057;
}
ul.bullet_icon li a{
	color:#000000;
}
.aboutpics{
	float: left;
	margin-right: 15px;
}
h5.headbold{
	font-weight:bold;
/*	margin-top: 20px;*/
    background: #ee5057;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #eeeeee;
    color: #fff;
}
p.note{
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
}
select option:checked {
  background: #dddddd -webkit-linear-gradient(bottom, #ff9500 0%, #ff9500 100%);
}
select option:hover {
  background: #dddddd -webkit-linear-gradient(bottom, #ff9500 0%, #ff9500 100%);
  color: #fff;
}
.card{
	border:1px solid transparent!important;
}
.address i{
	color: #000000;
	font-size: 20px;
	margin-right: 10px;
}
.box{
	background:#eeeeee33;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	border:1px solid #dee2e6;

}
.box ul{
	list-style:none;
}
.box h4 img{
	 	width:20px;
	 	height:20px;
}
i.fa.fa-sticky-note-o {
    color: #ee5057;
}
.list{
	background-color: #343a40;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 5px;
}
.list i{
	color: #ee5057;
}
.btn-link{
	color: #000!important;
}
.btn.focus, .btn:focus{
	box-shadow: 0 0 0 0.2rem transparent!important;
}
.trustee .card{
	background-color: #f8f9fa;
}
.trustee .card-body{
	padding:0px 10px!important;
}
.trustee .card-body h5{
	font-size: 18px;
}
table.awardtable ul{
	list-style: none;
}
table.awardtable ul li{
	margin-bottom: 10px;
}
table.awardtable ul li:before{
	content:"\f105";
	font-family: "FontAwesome";
	color: #ee5057;
	font-size: 16px;
    margin-right: 8px;
    font-weight: bold;
}
.awardtable a, .phone{
	color:#000000;
	font-weight: 600;
}
.awardtable a:before{
	font-family: "FontAwesome";
	content:"\f0e0";
	color: #000000;
	font-size: 14px;
    margin-right: 8px;
}
.awardtable .phone:before{
	font-family: "FontAwesome";
	content:"\f098";
	color: #000000;
	font-size: 14px;
    margin-right: 8px;
}

ul.fac_border li{
	border-left:5px solid red;
	border-top:1px solid #dee2e6;
	border-bottom:1px solid #dee2e6;
	border-right:1px solid #dee2e6;
	padding:5px;
	margin-bottom: 10px;
}
a.nav-link.footet_links{
	color: #fdcacc;
}
footer {
    padding: 10px 0px;
}
footer a{
	color: #f9baba!important;
}
.link_color{
	color: #000;
	font-weight: 600;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#343a40 ;
  color: white;
  cursor: pointer;
  padding: 5px 12px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #ee5057;
}
.subheading h4{
	text-decoration: underline;
	padding-top: 20px;
}
a.hvr-link:hover{
	color:#343a40;
}
.modal.show .modal-dialog{
	margin-top: 130px;
}

.modal-body.photos img{
	margin-right: 25px;
	border:1px solid #eeeeee;
}
.address {
    background: #eee;
    padding: 10px;
    /* text-align: center; */
    border:1px solid #dee2e6;
}
/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #FFFFFF;
	width: 580px;			
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {		
	border-left: 4px solid rgb(221, 221, 221);
border-right: 4px solid rgb(221, 221, 221);
border-top: 4px solid rgb(221, 221, 221);	
border-bottom: 4px solid rgb(221, 221, 221);

}
table.gallery_table tr td a {
    background: #343a40;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 5px;
    margin-left: 5px;
}
table.gallery_table tr td a:hover{
	background: #ee5057;
}
#active_link{
	color: #ee5057;
	font-size: 18px;
	font-weight: 500;
}
.intro{
	background:#ee5057;
	color:#ffffff;
	border-radius:5px;
}



/*=============== endmystyle ==========*/

.tm-position-relative {
	 position: relative;
	 z-index:99;
/*	 padding-top: 55px; */
}
.tm-flex-align-center { align-items: center; }
.tm-fa-6x { font-size: 6em; }
.tm-margin-b-0 { margin-bottom: 0; }
.tm-margin-b-20 { margin-bottom: 20px; }
.tm-p-4 { padding: 2.6rem!important; }
.tm-color-white { color: white; }
.tm-color-primary {	color: #ee5057; }
.tm-bg-primary { background: #ee5057; }
.tm-bg-gray { background: #f0f0f0; }
.tm-bg-white { background: white; }
.tm-bg-dark-blue { background: #ee5057; }

.tm-bg-white-shadow {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
}

/*.tm-section-pad { padding: 30px 50px; }*/
.tm-section-pad-2 { padding: 30px 40px; }
.tm-article-pad { padding: 28px 28px 65px 28px; }
.tm-sidebar-pad { padding: 10px 20px; }
.tm-sidebar-pad-2 { padding: 6px 15px; }
.tm-pad { padding: 20px; }

a.tm-color-primary:hover,
a.tm-color-primary:active {
	color: #d53239;
}

.tm-font-light { font-weight: 300; }
.tm-font-normal { font-weight: 400; }
.tm-font-semibold { font-weight: 600; }

p { 
	color: #000000; 
	line-height: 1.9;
}

.navbar { 
	width: 100%; 
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-brand {
	font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 800;
}
a.navbar-brand  { color: black; }
.navbar a  { color: white; }
.navbar-toggler{
	color: rgb(255 255 255);
}
.navbar-toggler-icon i{
	color: #EE5057;
}
/*.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(238, 80, 87, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}*/

/*.navbar-toggler { 
	border-color: rgb(238, 80, 87); 
	cursor: pointer;
}*/

.nav-item {
	background: transparent;
	/*border-left: 1px solid #ccc;*/
	cursor: pointer;
	font-size: 0.7rem;
	font-weight: 600;
    text-transform: uppercase;
    padding:0px 4px;
    transition: all 0.5s ease;
    border-right: 1px solid #ffffff26;
}
.nav-item i{
	font-size: 14px;
}
/*.nav-item:last-child { border-right: 1px solid #ccc; }*/

.navbar-nav a.nav-link.active {
	background: rgb(52 58 64 / 80%);
	/*background: red;	*/
}


.tm-top-bar .navbar-expand-lg .navbar-nav .nav-link { 
	padding: 12px 10px!important;
}
.navbar-nav .nav-link{
	border-radius:5px;
}

/*.tm-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    background: white;
    border-bottom: 1px solid #eeeeee;
}*/

.tm-top-bar.active {
	height: 79px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link { 
	padding: 12px 16px!important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*.tm-top-bar-bg {height: 91px!important; }*/
/*.tm-section { min-height: 515px; }*/

.tm-section-pad {
	padding-top: 50px;
	/*padding-bottom: 80px;*/
}

#tm-section-1 {	
	background-image: url('../img/main_banner.jpg');	
	height: 515px;
}

/*#tm-section-5 { background-image: url('../img/bg-img-2.jpg'); }*/

#tm-section-6 {
	background-image: url('../img/form_bg.jpg');
	background-position: top center;
	padding-top: 120px;
	padding-bottom: 60px;
}

.tm-bg-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center
}

.qs-datepicker {
	font-family:  'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 0.8rem;
}

.form-control {
	border-radius: 0;
	padding: 0.6rem 0.75rem;
}

.form-control:focus {
	border-color: #ee5057;
	box-shadow: 0 0 0 0.2rem rgba(238,80,87,.25);
}

.btn-primary {
	background-color: #ee5057;
	border-color: #ee5057;
	border-radius: 5px;
	cursor: pointer;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 13px 30px;
	text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #d53239;
	border-color: #d53239;
}

.tm-search-form .tm-form-element { padding: 0 5px; }
.tm-form-element { position: relative; }
.tm-form-element:last-child { margin-right: 0; }

.tm-form-element-icon {
	color: #ee5057;
	position: absolute;
	top: 10px;
	left: 15px;
}

.tm-form-element-icon-small {
	top: 16px;
	left: 18px;
}

select.tm-select.form-control:not([size]):not([multiple]) { height: 100%; }

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}

/* https://stackoverflow.com/questions/20163079/remove-select-arrow-on-ie */
select.tm-select::-ms-expand { display: none; }
.weblink {
    background: #ee5057;
    color: #fff;
    padding-left: 10px;
    text-align: center;
    font-weight: 400;
}
.tm-select {
    border-radius: 0;
    color: #858789;
}

.tm-search-form .form-control {
	font-size: 0.8rem;	
	padding: 0.75rem 0.75rem 0.75rem 45px;
}

.tm-search-form .tm-form-element { width: 33.3333%; }
.tm-search-form .tm-form-element-2 { width: 25%; }
.tm-search-form-row { width: 900px; }
.tm-btn-search { width: 100%; }

/* https://css-tricks.com/creating-non-rectangular-headers/ */
.tm-section-down-arrow {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 100px;
}

.tm-pt-5 { padding-top: 80px; }
.tm-pb-4 { padding-bottom: 100px; }
.tm-section-down-arrow {
    top: -1px!important;
    height: 40px!important;
}
.tm-section-2 {
	/*background: #ee5057;*/
	position: relative;
}

.tm-section-title {
	color: white;
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.tm-section-title-2 {
	font-size: 3.2rem;
    font-weight: 600;
}

.tm-section-subtitle {
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 25px;
}

.tm-section-subtitle-2 { font-size: 1.8rem; }

.tm-btn-white-bordered {
	display: inline-block;
	padding: 10px 25px;
	border: 2px solid white;
	background: transparent;
	text-transform: uppercase;
}

.tm-btn-white-bordered:hover,
.tm-btn-white-bordered:focus {
	color: #ee5057;
	background: white;	
}

.slick-dots { bottom: -35px; }

.tm-article {
	padding: 40px;
	transition: all 0.3s ease;
}

.tm-article:hover {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	transform: scale(1.1);
}

.tm-article-title-1 {
	font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.tm-article-title-2 { 
	font-size: 1rem;
	font-weight: 700;
	/*letter-spacing: 1px;*/
}

.tm-article-title-3 { font-size: 1.1rem; }


/*
.tm-btn-primary {
	display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.75rem;
}
*/
.tm-sidebar-title {
	font-size: 1.3rem;
	margin-bottom: 5px;
}

.tm-sidebar-item-title {
	font-size: 0.8rem;
	letter-spacing: 1px;
	margin-bottom: 0;	
}

.tm-recommended-item .tm-bg-gray { transition: all 0.3s ease; }
.tm-recommended-item:hover .tm-bg-gray { background: #ee5057; }

.tm-recommended-item h4 { 
	color: black; 
	transition: all 0.3s ease;
}

.tm-recommended-item:hover h4 { color: #fff; }
.tm-media { align-items: stretch; }

.tm-media,
.tm-media-1 {
	margin-bottom: 15px;
}

.tm-media:last-child,
.tm-media-1:last-child {
	margin-bottom: 0;
}

.tm-media-body,
.tm-media-body-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	padding-left: 25px;
}

.tm-media-body-v-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    		align-items: flex-start;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 515px;
    z-index: 1;
    background-color: rgba(0,0,0,0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-bg-video { 
	position: relative; 
	padding-top: 515px;
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

.tm-btn-pause { display:none; }

.tm-btn-play,
.tm-btn-pause {
	color: rgba(255,255,255,0.5);
	cursor: pointer;
}

.tm-media-container { max-width: 772px; }

#google-map {
    height: 479px;
    width: 100%;    
}

.contact-form .form-control {
	background-color: #F4F4F4;
	border: none;
	font-size: 0.8rem;
	font-weight: 300;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.element{
	float: left;
    /* shape-outside: circle(50%); */
    width: 100px;
    height: 120px;
    margin-right: 10px;
}
.section_heading h5{
	background-color:#ee5057;
	color: #fff;
	padding:10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.modal-body.photos img{
	float: left;
}
.media img {
    width: 74px;
}
.trustee img{
	width: 74px;
}
.counter {
    margin: auto;
}
/*marquee*/
.marquee {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  /*background-color: white;*/

}
.client-brands-item{
 display:inline-block;
 vertical-align:middle;
}
.client-brands-item img{
    width: 300px;
    height:200px;
    display: block;
    margin: 0 1px;
}

.nomineeLabelBold label{
	font-weight: 600;
}
.nomineeLabelBold legend {
    color: rgb(238 80 87);
}
i.fa.fa-file-pdf-o{
	color: #d53239;
	font-size: 14px;
	margin-left:30px;
}
a.pdfdownload{
 font-size: 16px;
 color:#343a40;
}

ul#topnav li a {
    background: #000000;
    color: white;
    font-size: 1rem;
}
ul#topnav li a:hover {
    color: #ee5057;
}
.dropdown-menu {
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
    border-bottom-left-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}
ol.mylist li {
    list-style-position: inside;
}
ol.mylist li:before{
	font-weight: bold;
}
ol.sublist {
    text-indent: 20px;
}
ul.sublist{
    text-indent: 20px;
}
ul.mylist li {
    list-style-position: inside;
}
/*#mask {
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:100%;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:470px; 
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#ffffff;
  font-size: 15pt;
  position: fixed;
}*/

  .modal-body h1 { 
    font-weight:900; 
    font-size:2.3em;
    text-transform:uppercase;
  }
  
  .modal-body a.pre-order-btn { 
    color:#000;
    background-color:gold;
    border-radius:1em;
    padding:1em;
    display: block;
    margin: 2em auto;
    width:50%;
    font-size:1.25em;
    font-weight:6600;
}
    .modal-body a.pre-order-btn:hover { 
    background-color:#000;
      text-decoration:none;
      color:gold;
    }
    button.close {
       position: absolute !important;
    z-index: 999 !important;
    background: Black !important;
    color: white !important;
    opacity: 0.8 !important;
    top: 3px !important;
    right: 6px;
    font-size: 22px;
    padding: 5px;
    border-radius: 55%;
    width: 32px;
    height: 32px;
}

