
/** ADD YOUR AWESOME CODES HERE **/

.user-menu {
  margin-top: -10px;
}
.user-menu a {
  font-size: 12px;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

a.btn-hh-trigger {
  display: block;
  font-size: 0 !important;
  line-height: 32px;
  width: 30px;
  height: 32px;
  background: #ff5821;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0 0 0 10px;
  text-decoration: none;
  position: relative;
  top: -11px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  border: none;
}
a.btn-hh-trigger:before,
a.btn-hh-trigger:after {
  content: "\f067" ;
  font-family: 'FontAwesome';
  font-size: 24px;
  font-style: normal;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 0;
  margin: 0;
  position: absolute;
  line-height: 30px;
  width: 30px;
  height: 30px;
  top: 2px;
  bottom: 0;
  left: -1px;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  
}
a.btn-hh-trigger:after {
  content: "\f068" ;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.btn-hh-trigger.target-open:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
a.btn-hh-trigger.target-open:after {
  opacity: 1;
  filter: alpha(opacity=100);
}


.effect-1 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
	background-color:#fd6802;
}

.effect-1:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.effect-1 {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
	
    box-shadow: 0 0 0 2px #fcbf02;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

.effect-1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.effect-1:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.effect-1:after,
.global-radius,
.btn-brd {
    -webkit-border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    border-radius: 25px 0px 25px 0px;
}


/*----------------------------------------------
    AboutUs Para Style    
------------------------------------------------*/
.aboutus {
	background: #fff;
	box-shadow: 5px 5px 5px #888;
}

.aboutus .title {
    background: #348297; /*#4d206f;*/
}

.aboutus .titleb {
    background: #B7D3DA; /*#4d206f;*/
}

.minititle {
    background: #FFA251; /*#4d206f;*/
	color: #FFFFFF;
}

.aboutus .title h3 {
    color: #fff;
    padding: 20px;
    margin: 0;
	font-size:22px;
}

.aboutus .content {
    padding: 10px 10px;
    background: #fff;
    /*height: 525px*/
}
.rowgap { 
	width: 100%;
	height:70px;
}
.rowgap50 { 
	width: 100%;
	height:50px;
}
.rowgap100 { 
	width: 100%;
	height:100px;
}

.clmgap { 
	width: 100px;
	margin-left: 10px;
}

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


.rowrow {
    margin-right: -10px;
    margin-left: -10px
}

.containerrow {
	
    margin-right: auto;
    margin-left: auto;
    padding-right: 1px;
    padding-left: 1px;	
}

.rowmiddle,
.rowmiddle-fluid {
	
    margin-right: auto;
    margin-left: auto;	
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
}


.rowmiddle-text {
    margin-right: 15px;
    margin-left: 15px;	
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
	text-align:center;
}


/*---------------------------------------------- */

.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}


/*----------------------------------------------
    frameTable  
------------------------------------------------*/

.frameTable{
    padding-bottom: 10px;
    background: none;
    border-bottom: 15px solid var(--frameTable-yellow);
    text-align: center;
    overflow: hidden;
    position: relative;
	transition: all 0.3s ease-in-out;
}
.frameTable:hover{
	cursor: pointer;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
	transform: scale(1.04);
}
.frameTable:before{
    content: "";
    width: 100%;
    height: 350px;
    background: var(--frameTable-yellow);
    position: absolute;
    top: -150px;
    left: 0;
    transform: skewY(-20deg);
}


.section-titlenew {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.section-titlenew p {
    color: #999;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}
.section-titlenew h3 {
    font-size: 36px;
    text-align: center;
    
	color: #FFFFFF;
}

.divback {
	background-repeat: no-repeat;
	background-size: contain;
}


 
/*----------------------------------------------
    faq  
------------------------------------------------*/

.span12 {
  width: 940px;
}

.accordion .accordion-heading a.accordion-toggle {
  color:#fff;
  
}
/* accordion */
.accordion-heading a.accordion-toggle:hover {
	color: #fff;
	
}
.accordion-inner {
  padding: 20px 15px;
}

/* accordion */
.accordion-group {
  border: 1px solid #7cbb00;
}
.accordion-inner {
  border-top: 1px solid #7cbb00;
  font-size: 20px;
}
.accordion-heading {
  background-color: #7cbb00;
  font-size: 20px;
}

.botspacer40 {
	margin-bottom:40px;
}

/* modal */
.modal-btn {
  cursor: pointer;
}
.modal-btn img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.modal {
  background-color: #474e5d; /* rgba(0,0,0,.95); */
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: all 0.6s;
  /* overflow: scroll; */
  padding-top: 10px;
  
}
.close-btn {
  position: absolute;
  z-index: 99999999;
  color: #fff;
  right: 48px;
  top: 10px;
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
}
.modal::-webkit-scrollbar {
  display: none;
}

/* Modal Content */
.modal-content {
  text-align: center;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  text-align: center;
  color: #fff;
}
.modal-content h3{
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  text-align: center;
  color: #fff;
}
.modal-animated-in {
  animation: totop-in .6s ease;
}
.modal-animated-out {
  animation: totop-out .6s ease forwards;
}
.modal-header {
  border-bottom: none;
}
.modal-header h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 64px;
  margin-top: 5%;
  border-bottom: none;
  margin-bottom: 20px;
}

.modal-header em {
  font-style: normal;
  font-weight: 200;
}

.modal-content .close-btn {
  position: absolute;
  z-index: 99999999;
  color: #fff;
  right: 38px;
  top: 10px;
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
}

.modal-body {
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.modal-body input {
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.modal-body textarea {
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 25px;
}

.modal-body button {
  border-radius: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding: 0px 0px 3px 0px;
  transition: all 0.5s;
  border-top: none;
  border-right: none;
  border-left: none;
}
.modal button:hover {
  color: rgba(250,250,250,0.5);
  border-color: rgba(250,250,250,0.5);
  outline: none;
  cursor: pointer;
}

.modal-body button:hover {
  color: rgba(250,250,250,0.5);
  border-color: rgba(250,250,250,0.5);
  outline: none;
}

.gfg { 
			margin:5px; 
			padding:5px; 
			background-color: green; 
			height: 600px; 
			overflow: auto; 
			text-align:justify; 
            } 

.gfgv { 
			width: 100%;
			height: 600px;
			margin:5px; 
			padding:5px; 
			background-color: green; 
			overflow: auto; 
			text-align:justify; 
            } 
			
/* video */
.gfgvideo { 
			width: 100%; 
            } 	

#video-container  {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 25%;
  min-height: 25%;
  max-width: 100%;
  max-height: 100%;    
  overflow: hidden;
  z-index: 1;
}

#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container .video-overlay {
  z-index: 9999;
  
  width: 100%;
}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;

  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

#video-container .video-overlay .video-content .inner p {
  color: #FFFF00;
  font-size: 25px;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0px 30px;
}

#video-container .video-overlay .video-content .inner h1 {
  font-size: 60px;
  
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
}

.welcome-message {
	padding-top: 1.5em;
	color: #FFFF00;
}
.rotate {
	text-shadow: none !important;
}


.leftdiv, .rightdiv, .middlediv{border:0px solid #cccccc;}
.leftdiv h3 {font-size: 30px;}
.rightdiv h3 {font-size: 30px;}
.middlediv h3 {font-size: 30px;}

.wrapper {
    position: relative !important;
}
	