.main-banner .owl-dots-1 .owl-dots{
	bottom: 40px;
}
.main-banner .owl-dots-1 div{
	margin-bottom: 0px;
}
#home .owl-dot-1{
	padding-top: 0px;
}
.bg-navyblue{
	background-color: #23378d;
}
.logoimg{
	width: auto;
    height: 21px;
}
.cap-letters{
	text-transform: uppercase;
}
.banner-height{
	height: 300px;
}
.banner-img{
	background-repeat: no-repeat;
     
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.padding-110{
	padding-top: 60px;
	padding-bottom: 60px;
}
.item{
	color: #292828;
    border-color: #ccc;
    text-align: center;
    padding-bottom: 0;
    border-radius: 8px;
    background-color: #f7f7f7;
}
.item .items{
	padding: 20px;
}
.item .items li{
	position: relative;
    padding-left: 20px;
    text-align: left;
}
.item .items li:before{
	display: inline-block;
    font: normal normal normal 14px/2 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    content: "\f0a4";
	    position: absolute;
	    top: 0px;
	    left: 0px;
}
.review-content li{
	position: relative;
    padding-left: 20px;
    text-align: left;
}
.review-content li:before{
	display: inline-block;
    font: normal normal normal 14px/2 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    content: "\f0a4";
	    position: absolute;
	    top: 0px;
	    left: 0px;
}
.bg-drkgrey{
	background-color: #bcbcbc;
}
.padding-110 p{
	background-repeat: no-repeat;
}
.bottom-padding{
	padding-bottom: 10px;
	    padding-top: 10px;
}
.bt-space{
	padding-bottom: 15px;
}
.item-1 .items-1{
	padding-left: 50px;
}
.item-1{
	color: #000;
}
.pd-top{
	padding: 30px;
}
.pd-top-sp{
	padding-top: 20px;
}
.item-1 .items-1 li{
	position: relative;
    padding-left: 20px;
    text-align: left;
}
.item-1 .items-1 li:before{
	display: inline-block;
    font: normal normal normal 14px/2 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    content: "\f0a4";
	    position: absolute;
	    top: 0px;
	    left: 0px;
}
.icon-box-icon{
	position: absolute;
    top: 0;
    left: 0;
}
/*.icon-box-content{
	position: absolute;
    top: 0px;
    left: 47px;*/
}
.icon-box-icon .elementor-icon .fa{
	font-size: 25px;
}
.elementor-icon-box-description{
	font-size: 15px;
}
.heading{
	text-align: center;
}
.pd-bt{
	padding-bottom: 30px;
}
.button-quote{
    display: block;
    margin-top: 0px;
    background-color: #e81010;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 22px 20px;
    line-height: 3px;
    font-size: 16px;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: -10px;
}
.button-quote:hover{
	color: #fff;
}
/*.border-btm{
	border-bottom: solid;
}*/

.regnow-pop-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  overflow-x: hidden;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  z-index: 1111;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.regnow-pop-overlay::-webkit-scrollbar {
  display: none;
}

.regnow-pop-overlay.active {
  visibility: visible;
  opacity: 1;
}

.regnow-pop-overlay.active .regnow-pop-form {
  transform: rotateX(0deg) translateY(0px);
}

.regnow-pop-overlay .regnow-pop-form {
  width: 400px;
  max-width: 90%;
  position: relative;
  text-align: left;
  margin: 5% auto 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  transform: rotateX(-40deg) translateY(-50px);
  transform-origin: 50% 25%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.regnow-pop-overlay .regnow-pop-form::after {
  display: block;
  clear: both;
  content: '';
}

.regnow-pop-overlay .regnow-pop-form div.wpcf7-response-output {
  padding: 8px 10px !important;
  font-size: 12px;
  float: left;
  width: 90%;
  margin: 5%;
}

.regnow-pop-overlay .regnow-pop-form .regnow-pop-close {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 10px;
  right: 15px;
  z-index: 5;
  cursor: pointer;
}

.regnow-pop-overlay .regnow-pop-form .regnow-pop-close::after, .regnow-pop-overlay .regnow-pop-form .regnow-pop-close::before {
  background-color: #777;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  border-radius: 2px;
}

.regnow-pop-overlay .regnow-pop-form .regnow-pop-close::after {
  width: 2px;
  height: 100%;
  transform: rotate(45deg);
}

.regnow-pop-overlay .regnow-pop-form .regnow-pop-close::before {
  width: 100%;
  height: 2px;
  transform: rotate(45deg);
}

.regnow-pop-overlay .regnow-pop-form .head {
  text-align: center;
  padding: 20px 0 15px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.regnow-pop-overlay .regnow-pop-form .head::after {
  width: 30px;
  height: 2px;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  top: auto;
  background-color: #222222;
}

.regnow-pop-overlay .regnow-pop-form span.wpcf7-not-valid-tip {
  margin-top: -10px;
  text-align: left;
  font-size: 13px;
  margin-bottom: 10px;
}

.regnow-pop-overlay .regnow-pop-form .form-control {
  border: solid 1px #ECECEC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #f5f5f5;
  color: #777;
  box-shadow: none;
  height: 40px;
  margin-bottom: 15px;
  font-size: 14px;
}

.regnow-pop-overlay .regnow-pop-form textarea.form-control {
  height: 90px;
}

.regnow-pop-overlay .regnow-pop-form .button, .regnow-pop-overlay .regnow-pop-form .section.events .event-action .button1, .section.events .event-action .regnow-pop-overlay .regnow-pop-form .button1, .regnow-pop-overlay .regnow-pop-form .section.events .event-action .button2, .section.events .event-action .regnow-pop-overlay .regnow-pop-form .button2, .regnow-pop-overlay .regnow-pop-form #buddypress .user-data-columns .user-data-message .action input[type="submit"], #buddypress .user-data-columns .user-data-message .action .regnow-pop-overlay .regnow-pop-form input[type="submit"] {
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #d32928;
  color: #fff;
  border-color: #de302f;
  padding: 8px 30px;
  border: none;
  margin-top: 15px;
}

.regnow-pop-overlay .regnow-pop-form .button:hover, .regnow-pop-overlay .regnow-pop-form .section.events .event-action .button1:hover, .section.events .event-action .regnow-pop-overlay .regnow-pop-form .button1:hover, .regnow-pop-overlay .regnow-pop-form .section.events .event-action .button2:hover, .section.events .event-action .regnow-pop-overlay .regnow-pop-form .button2:hover, .regnow-pop-overlay .regnow-pop-form #buddypress .user-data-columns .user-data-message .action input[type="submit"]:hover, #buddypress .user-data-columns .user-data-message .action .regnow-pop-overlay .regnow-pop-form input[type="submit"]:hover {
  background-color: #d32928;
  border-color: #d32928;
  color: #fff;
}

.regnow-pop-overlay .regnow-pop-form .contain {
  padding: 15px 0 25px;
}

.regnow-pop-overlay .regnow-pop-form .contain::after {
  display: block;
  clear: both;
  content: '';
}
#popup-form #success2,#popup-form #error2, #popup-form #loader2
{
  display: none;
}
.checkbox-inline
{
  font-size: 13px;
  padding-left: 24px;
  display: block;
}

.checkbox-inline+.checkbox-inline
{
  margin-left: 0px;
}

input[type="checkbox"]{
  width: 20px;
  height: 17px; /*Desired height*/
}
.chkbox
{
  margin-top: 10px;
}

.img-content{
	background-repeat: no-repeat;
	background-size: cover;
}
.ser-height{
	height: 300px;
}
.fnt-size{
	font-size: 25px;
}

.text-color{
	
	font-size: 17px;
	font-weight: 600;
}
.head-class{
	text-align: left;
	font-size: 18px;
}
.item .items ul{
	padding-bottom: 20px;
}
.padding-111{
	padding-bottom: 30px;
	padding-top: 30px;
}
.text-blk{
	color: #000;
}
.text-justify{
	text-align: justify;
}
.content-div{
	margin-left: auto;
    margin-right: auto;
    float: none;
}
.icon-box-all{
	position: relative;
    padding-left: 30px
}
.nav.ptb-15{
	padding-top: 24px;
	padding-bottom: 0px;
}
.float-item{
  position: fixed;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 50px;
  z-index: 999;
  display: none;
}
.float-item .item-a{
  width: 50%;
  float: left;
  height: 100%;
  display: block;
  background-color: red;
  color: #fff;
  text-align: center;
  line-height: 50px;
  /*border-right: solid 1px rgpa;*/
}
.float-item .split{
  border-right:solid 1px rgba(255, 255, 255, 0.42);
}
@media (max-width: 690px){
    .float-item{
  display: block;
}

}
@media (max-width: 780px){
  .item {
        margin-bottom: 20px;
    }
}

