/* =================================================================================================
Font Face Definition
================================================================================================= */

@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/montserrat/montserrat-light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat/montserrat-light.woff') format('woff'), 
  url('../fonts/montserrat/montserrat-light.ttf')  format('truetype'), 
  url('../fonts/montserrat/montserrat-light.svg#montserrat-light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/montserrat/montserrat-regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat/montserrat-regular.woff') format('woff'), 
  url('../fonts/montserrat/montserrat-regular.ttf')  format('truetype'), 
  url('../fonts/montserrat/montserrat-regular.svg#montserrat-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/montserrat/montserrat-medium.eot');
  src: url('../fonts/montserrat/montserrat-medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat/montserrat-medium.svg#montserrat-medium') format('svg'),
  url('../fonts/montserrat/montserrat-medium.woff') format('woff'),
  url('../fonts/montserrat/montserrat-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Montserrat-Semibold';
  src: url('../fonts/montserrat/montserrat-semibold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat/montserrat-semibold.woff') format('woff'), 
  url('../fonts/montserrat/montserrat-semibold.ttf')  format('truetype'), 
  url('../fonts/montserrat/montserrat-semibold.svg#montserrat-semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/montserrat/montserrat-bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat/montserrat-bold.woff') format('woff'), 
  url('../fonts/montserrat/montserrat-bold.ttf')  format('truetype'), 
  url('../fonts/montserrat/montserrat-bold.svg#montserrat-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Qomallida';
  src: url('../fonts/qomallida/qomallida.eot?#iefix') format('embedded-opentype'),
       url('../fonts/qomallida/qomallida.woff') format('woff'), 
       url('../fonts/qomallida/qomallida.ttf')  format('truetype'), 
       url('../fonts/qomallida/qomallida.svg#qomallida') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/poppins/poppins-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins/poppins-regular.woff') format('woff'), 
       url('../fonts/poppins/poppins-regular.ttf')  format('truetype'), 
       url('../fonts/poppins/poppins-regular.svg#poppins-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/poppins/poppins-medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins/poppins-medium.woff') format('woff'), 
       url('../fonts/poppins/poppins-medium.ttf')  format('truetype'), 
       url('../fonts/poppins/poppins-medium.svg#poppins-medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/poppins/poppins-bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins/poppins-bold.woff') format('woff'), 
       url('../fonts/poppins/poppins-bold.ttf')  format('truetype'), 
       url('../fonts/poppins/poppins-bold.svg#poppins-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 /* Global Styles */

 html,
 body {
  height: 100%;
  /*font-family: 'Myriad-Pro';*/
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  background-color: #FFF;
}

.error-404 {
  font-size: 100px;
}

a {
	outline:none;
	color:#04356A;
}

a:hover {
  color: #99C8FB;
  text-decoration: none;
}

h4 a:hover{
  color: #04356A;
  text-decoration: none;
}


.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 26px;
  border-radius: 4px;

}

/*.instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); 
	border-radius:5px; 
	color:#FFF; 
	padding:1px 2px; 
	font-size:27px !important;
}*/

.isr-phone, .isr-phone a, .isr-phone a:hover{
	color:#373735;
	font-size:26px;
	line-height:38px;
	font-family: 'PT-Sans-Narrow-Bold';
	text-decoration: none;
	vertical-align:top;
}

.navbar .phone-license-social img {
	width: 30px;
}

.btn-sm {
  padding: 5px 2px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.image-isr{
	margin-top: -4px;
}
.phone-license-social {
	padding:22px 0 0px;
	line-height:38px;
	text-align:right;
	float:right;
	font-family: 'Poppins-Bold';
}

.logo {
  padding: 10px 0;
}

h1 sup, h3 sup, .section3 p sup {
  top: -20px;
  font-size: 25px;
}

ol, ul{
	font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height: 26px;
  color:#000;
}

ol {
	line-height: 30px;
}

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 80px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #1A1F23;
}
hr.contact {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #fff;
}

.no-padding {
	padding:0 ;
}

.no-margin {
	margin:0 ;
}

img {
	max-width: 100%;
}

.navbar img.instagram {
  width: 100%;
  max-width: 200px;
  margin:0px auto;
  padding: 0px;
}

.btn-social-icon.btn-sm.btn-instagram {
  height: 30px !important;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: none;
}

.img-hover:hover {
  opacity: 0.9;
}

/* Slick Slider Start */
.index__slider {
  position: relative;
  z-index: 0;
}
.index__slider .slick-slider.slick-initialized {
  opacity: 1;
}
.index__slider .slick-slider {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.index__slider .slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 0 !important;
}
.slick-initialized .slick-slide {
  display: block !important;
}
.slick-slide.slick-active {
  z-index: 6 !important;
}
.index__slider .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 0;
  text-align: right;
  display:none;
}
.index__slider .slick-dots li {
  display: inline-block;
  margin-left: 10px;
  }.index__slider .slick-dots .slick-active button {
    background: #fff;
  }
  .index__slider .slick-dots button {
    height: 5px;
    width: 23px;
    border-radius: 0;
    border: none;
    background: #fff;
    background: rgba(255,255,255,0.4);
    transition: background 0.25s ease-in-out;
  }

  @media (min-width: 68em) {
   .index__slider .slick-dots button {
    height: 8px;
  }
}
@media (min-width: 48em) {
	.index__slider .slick-dots button {
		width: 48px;
	}

	.index__slider .slick-dots {
		bottom: 34px;
		padding: 0 70px;
	}
}
/* Slick Slider End */

/* Header Username/Psssword */
input.user {
  font-size: 12px;
  width: 200px;
  padding: 2px 10px;
  background-color: #403F40;
  border: 2px solid #FFF;
  color: #fff;
}
input.pass {
  font-size: 12px;
  width: 150px;
  padding: 2px 10px;
  background-color: #403F40;
  border: 2px solid #FFF;
  color: #fff;
  margin: 0 5px;
}

input.user::placeholder,
input.pass::placeholder {
  color: #fff;
  font-size: 12px;
}

.btn.btn-login {
  padding: 8px 13px 5px;
  font-size: 14px;
  font-family: 'Poppins-Bold';
  font-weight: normal;
/*  width: 85px;*/
  min-width: 130px;
  background-color: #FFF;
  border-color: #FFF;
  border-radius: 0;
  color: #27C0DD!important;
}


.header-phone a.btn-join-now {
  font-family: 'Poppins-Bold';
  padding: 8px 13px 5px;
  font-size: 14px;
  background-color: #64CBE1;
  color: #fff;
  border-radius: 0;
  min-width: 130px;
  /* margin-top: -2px; */
}


/*.btn.btn-join-now {
  font-family: 'Poppins-Bold';
  font-weight: normal;
  width: 85px;
}*/

.btn.btn-login:hover,
.btn.btn-join-now:hover {background-color: #555; color: #FFF!important;}

p.forgot-links {
  cursor: pointer;
  font-size: 12px;
  color: #f0f0f0;
}

p.forgot-links:hover {
  color: #ccc;
}

p span.forgotpass {margin-right: 24.5%;}

#div_fpmodal .modal-body form p {
  font-size: 14px;
  margin-bottom:  0;
}

#div_fpmodal .modal-header {
  background-color: #27C0DD;
    color: #fff;
}
#div_fpmodal .modal-content {
  border: none;
}
#div_fpmodal .modal-title {
  font-size: 18px;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}

#div_fpmodal .close:not(:disabled):not(.disabled):focus,
#div_fpmodal .close:not(:disabled):not(.disabled):hover {
  color: #fff;
  opacity: 0.5;
}

#div_fpmodal .close:not(:disabled):not(.disabled) {  
  color: #fff;
  opacity: 1;
  margin: 0;
  padding: 0;
}

#div_fpmodal button {  
  font-size: 16px;
  background-color: #27C0DD;
  border-color: #27C0DD;
}

.nav-header-inner input.user,
.nav-header-inner input.pass {
background-color: #EEE;
  border: 1px solid #403F40;
  color: #333;
}

.nav-header-inner input.user::placeholder,
.nav-header-inner input.pass::placeholder {
  color: #333;
}

.nav-header-inner p.forgot-links {
  color: #FFF;
}
/* Navbar New */

.nav-header .inner-header-bg {
 background-color: #000;
 position: relative;
}

.nav-header-inner {
 background: #072543;
 padding: 12px 0px 11px;
}

.navlist {padding: 0;}

p.btn-show-mobile {
 display: none;
}

img.phone-sep {
  width: 1px !important;
  height: 44px;
  margin: 0 10px!important
}
.header-phone {	
  font-family: 'Poppins-Regular';
  font-size: 18px;
  line-height: 28px;
  margin: 8px 5px 0 0;
  color: #8DC044;
}

.header-phone a {	
 font-family: 'Poppins-Bold';
 color: #27C0DD;
/* margin: 0 2px;*/
}

.header-phone .btn-outline-primary {
  color: #fff;
  background-color: #99C8FB;
  background-image: none;
  border-color: #99C8FB;
  margin: 0px 5px 10px;    
  font-size: 18px;
  line-height: 28px;
  padding: 2px 20px;	
  font-family: 'Poppins-Bold';
}

.header-phone .btn-outline-primary:hover {
  color: #99C8FB;
  background-color: transparent;
  border-color: #99C8FB;
}

.header-phone .btn-link {
	font-family: 'Poppins-Regular';
	letter-spacing: 0.3px;
  color: #4CB04E;
  margin-bottom: 10px;
  padding-right: 0;
}

.header-phone .btn-link:hover {
  color: #1B3463;
  text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: 'Poppins-Bold';
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  padding: 10px 12px;
}

.nav-header-inner.navbar-expand-lg .navbar-nav .nav-link {
  color: #333;
}

.nav-header-inner .navbar-toggler-icon,
.nav-header .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(14, 79, 129, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown:hover>.dropdown-menu a {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  text-transform: uppercase;
}

ul.navbar-nav li.nav-item.active a, ul.navbar-nav li.nav-item > a:focus, ul.navbar-nav li.nav-item > a:hover {
  color: #8DC044!important;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #99C8FB;
}

/* Nav CSS Start */
.nav-header {  
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: transparent;
  padding: 15px 0;
/*  background-repeat: no-repeat;
  height: auto;
  background-size: cover;
  background-image:url(../images/header-bg.jpg);
  background-position: top center;
*/
}

.navbar-inner .isr-phone, .navbar-inner .isr-phone a, .navbar-inner .isr-phone a:hover{
	color: #373735;
  font-size: 26px;
  line-height: 38px;
  font-family: 'PT-Sans-Narrow-Bold';
  text-decoration: none;
}

.navbar-inverse, .navbar-default {
	border-bottom: none;
	z-index: 9;
	background-color:transparent;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'PT-Sans-Narrow-Bold';
  font-weight: normal;
  font-size: 20px;
  color: #373735;
  padding: 25px 20px;
  outline: unset;
}

.navbar-right {
  float: right!important;
  margin-right: -15px;
  margin-top: 0px;
}

.navbar-inner {
  margin-bottom: 0px;
  font-family: 'Poppins-Regular';
  color:#747474;
  position:absolute;
  width:100%;
  background: transparent;
}

.navbar img.logo {
 width: 100%;
 max-width: 230px;
 margin-top: 0;
 /*display: none;*/
}

/*.nav-header-inner img.logo {
  display: block;
}*/

.navbar-brand {
  float: left;
  overflow:hidden;
  height: auto;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
}

.secondary-header {
	background-color:transparent;
	background-repeat: no-repeat;
	height: auto;
	background-size: cover;
	/*background-image:url(../images/header-bg.jpg);*/
	background-position: top center;
}

.navbar-nav-home {
	border-bottom: 1px solid #ddd;
}

.navbar-nav > li > .dropdown-menu {
	padding: 10px 0px;
  border-bottom: 2px solid #335AA6 !important;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  font-family: 'Poppins-Regular';
  font-weight: 400;
  padding: 0;
  margin-top: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  background-position:top center;
}

.dropdown-menu > li > a {
  color: #333333;
  font-family: "Poppins-Regular";
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 7px;
  padding-top: 7px;
  white-space: normal;
  border-bottom: 1px solid #EEE;
}

.dropdown-menu > li > a:hover {
  color: #e30614;
  text-decoration: none;
  background-color: #ddd;
}

.dropdown-menu > li.last > a {
  border-right: none;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: transparent;
  color: #0E4693;
}
/* Nav CSS End */

.tab-fsize table {
	font-size:18px;
}

.fixed-header {
  position: fixed;
  top:0; left:0;
  width: 100%; 
  -webkit-transition: opacity 1.0s ease-in;
  -moz-transition: opacity 1.0s ease-in;
  -o-transition: opacity 1.0s ease-in;
  opacity: .95;
  background-color:#FFF;
}

h1 {
  font-family: 'Poppins-Bold';
  font-size: 50px;
  line-height: 60px;
  color: #27C0DD;
  margin: 0 auto 20px;
}

h2 {
  font-family: 'Poppins-Regular';
  font-size: 26px;
  line-height: 36px;
  color: #8DC044;
  margin: 0 auto 20px;
}

h3 {
  font-family: 'Poppins-Regular';
  color: #04356A;
  font-size: 24px;
  line-height:34px;
  margin: 10px 0px;
}

h4 {
	font-family: 'Poppins-Regular';
  color: #335AA6;
  font-size: 26px;
  line-height: 36px;
  padding-bottom: 10px;
}


h5{
	font-family: 'Poppins-Bold';
  font-size: 18px;
  line-height: 28px;
}

p {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #191919;
  margin: 0 auto 20px;
}

p.pwrdby {
  font-family: 'Poppins-Regular';
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
}

em {
  font-family: 'Poppins-Regular';
  color:#04356A;
}
/* Custom Header/Paragraph Start*/


a:hover h4{
	color: #222;
	outline: none;
	text-decoration: none;
}

.back {
	text-align: right;
	padding-top: 30px;
	font-weight:700;
}
.back a{
	color:#333;
}
.back a:hover {
	color: #000;
}
.svg-inline--fa.fa-youtube-square.fa-w-14.fa-2x {
  color: #27C0DD;
  font-size: 30px;

}	
.svg-inline--fa.fa-facebook-square.fa-w-14.fa-2x {
	color:#27C0DD;
	font-size: 30px;
}
.svg-inline--fa.fa-twitter-square.fa-w-14.fa-2x {
	color:#27C0DD;
	font-size: 30px;
}

.svg-inline--fa.fa-instagram.fa-w-14.fa-2x {
  color:#27C0DD;
  font-size: 30px;
}

.svg-inline--fa.fa-linkedin.fa-w-14.fa-2x {
  color:#27C0DD;
  font-size: 30px;
}

.svg-inline--fa.fa-youtube-square.fa-w-14.fa-3x {
  color: #1B8BCC;
  font-size: 40px;

}	
.svg-inline--fa.fa-facebook-square.fa-w-14.fa-3x {
	color:#1B8BCC;
	font-size: 40px;
}
.svg-inline--fa.fa-twitter-square.fa-w-14.fa-3x {
	color:#1B8BCC;
	font-size: 40px;
}

.svg-inline--fa.fa-instagram.fa-w-14.fa-3x {
	color:#1B8BCC;
	font-size: 40px;
}
/* Custom Header End*/

.inner {
	padding-top: 54px;
	padding-bottom: 65px;
}

.line-sep {margin: 15px auto;}




/* Section 1 Start */
.section1 {
  padding-top: 100px;
  padding-bottom: 100px;

  background-image: url('../images/section1-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-size: cover;
}
.section1 h2 {
  font-family: 'Poppins-Bold';
  font-size: 45px;
  line-height: 55px;
  color: #64CBE1;
  margin: 0 auto 30px;
}
.section1 ul {
  list-style: disc;
}
.section1 ul li {
  font-family: 'Poppins-Regular';
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin: 0 auto 15px;
  letter-spacing: -.5px;
}
.section1 ul li::marker {
  font-size: 26px;
}
/* Section 1 End */

/* Section 2 Start */
.section2 {
  padding-top: 100px;
  padding-bottom: 100px;

  background-image: url('../images/section2-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.section2 h2 {
  font-family: 'Poppins-Bold';
  font-size: 70px;
  line-height: 80px;
  color: #FFF;
  margin: 0 auto;
}
.section2 h3 {
  font-family: 'Poppins-Regular';
  font-size: 35px;
  line-height: 45px;
  color: #FFF;
  margin: 0 auto 30px;
}
.section2 a.btn-join-now {
  font-family: 'Poppins-Bold';
  padding: 10px 35px 5px;
  font-size: 25px;
  line-height: 35px;
  background-color: #64CBE1;
  color: #fff;
  border-radius: 0;
}
/* Section 2 End */

/* Sign Up Form Start */
.price-tag {
    position: absolute;
    right: -17%;
    top: -7%;
}
.price-tag img {max-width: 250px;}

.signup-form .form-group {
  padding: 0 5px;
}

.signup-form {
  padding-top: 215px;
  padding-bottom: 100px;
  margin: 0 auto;
  background: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #FFF;
  background-image: url('../images/signup-form-bg.jpg');
  font-family: 'Poppins-Bold';
  font-size: 24px;
  line-height: 40px;
}

.signup-form .contact {
  background-color: #EEE;
  padding: 25px 50px;
}

.signup-form h2 {
  font-family: 'Poppins-Bold'; 
  font-size: 45px;
  line-height: 55px;
  background-color: #0F88A1;
  color: #FFF;
  padding: 25px;
  margin: 0 auto;  
}

.signup-form h3 {
  font-family: 'Poppins-Regular';
  font-size: 35px;
  line-height: 45px;
  color: #27C0DD;
  margin-bottom:  30px;
}

.signup-form .contact .form-control {
  background-color: #FFF;
  font-family: 'Poppins-Medium';
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #9DA3A6;
  border-radius: 5px;
  height: 50px;
  color: #666666;
}

.signup-form .contact .input-group-text {
  background-color: transparent;
  border: none;
}

.signup-form .btn-primary {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  background-color: #27C0DD;
  margin-top: 16px;
  border-radius: 0;
  border: none;
}

form .cc label {
  font-family: 'Ford-Antenna-Medium';
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
  color: #333;
}

/* HIDE RADIO */
form .cc [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

form .cc img {
  max-width: 50px;
}

/* IMAGE STYLES */
form .cc [type=radio] + img {
  cursor: pointer;
  max-width: 70px;
}

/* CHECKED STYLES */
form .cc [type=radio]:checked + img {
  outline: 2px solid #E56F44;
  border-radius: 5px;
}

img.cc-types-img {display: none;}
img.cc-types-img.active {display: block;}

/* Sign Up Form End */

/* Modal Start */
.modal-header {
  padding: 5px 1rem;
  background-color: #0F88A1;
}
#accept_modal .modal-header .close {
  margin: 0rem -1rem -1rem auto;
  opacity: 1;
  color: #FFF;
}

.btn-primary {
  background-color: #27C0DD;
  border-color: #27C0DD;
}

.btn-primary:hover {
  background-color: #333;
  border-color: #333;
}
/* Modal End */



/*********************** Testimonials Hover Effect *******************/
.box14{position:relative}
.box14:before{content:"";width:100%;height:100%;background:rgba(14,79,127,.9);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s; border-radius: 26px;}
.box14:hover:before{opacity:1}
.box14 img{width:100%;height:auto}
.box14 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%}
.box14 .box-content:after,.box14 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
.box14:hover .box-content:after,.box14:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.box14 .title{font-size:21px;font-weight:700;color:#fff;margin:15px 0;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.box14:hover .title{opacity:1;transform:translate3d(0,0,0)}
.box14 .post{font-family:'Poppins-Regular';font-size:14px;color:#fff; line-height: 23px; text-align:center;padding:5px;background:none;opacity:0;transform:translate3d(0,-50px,0);transition:all .7s ease 0s}
.box14:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
.box14:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
@media only screen and (max-width:990px){.box14{margin-bottom:30px}
}
/*Testimonials End*/

/* Mega Footer */
.mega-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #EEE;
}
.mega-footer .logo {text-align: left;}
.mega-footer img {
  width: 331px;
  margin: 0 auto;
}
.mega-footer h3 {
  font-family: 'Poppins-Bold';
  font-size: 20px;
  line-height: 30px;
  color: #27C0DD;
  margin: 0px 0px 20px;
}

.mega-footer p {  
  font-family: 'Poppins-Regular';
  color: #27C0DD;
  font-size: 16px;
  line-height: 26px;
}

.mega-footer p span, .mega-footer p span a, .mega-footer p span a:hover {
  font-size:25px;
  line-height:30px;
  color:#27C0DD;
  text-decoration:none;
}

.mega-footer p.small-notes { 
  color: #888;
  font-size: 12px;
  line-height: 22px;
  margin:16px auto 0px;
}
.mega-footer .svg-inline--fa.fa-facebook-square.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-twitter-square.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-instagram.fa-w-14.fa-2x {
  color: #27C0DD;
  vertical-align: top;
  font-size: 28px;
}

.mega-footer .social-link {
  margin: 10px 0px;
}

.mega-footer a {
  color: #FFF;
  text-decoration:none;
  padding: 0px 10px;
}

.mega-footer a:hover {
  color: #A01918;
  text-decoration:none;
}

/* Mega Footer End */


/* Footer Start */


footer {
  font-family:'Poppins-Regular';
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0px;
  color: #FFF;
  font-size: 14px;
  background-color: #27C0DD;
  height: 50px;
  line-height: 30px;
}

footer a {
  color: #FFF;
  text-decoration:none;
}

footer a:hover {
  color: #333;
  text-decoration:none;
}

/* Footer End */

/*** For List Style ***/
.container ul.arrow {
  list-style: none;
  margin: 0 0 30px 18px;
  padding: 0;
  font-family:'Poppins-Regular';
  color:#333;
}

.container ul.arrow li {
  line-height: 20px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding-left: 25px;
  font-family: 'Poppins-Regular';
  font-size: 16px;
}

.container ul.arrow li a {
	color: #747474;
}

.container ul.arrow li a:hover, .container ul.arrow li a:focus{
	color: #0E4693;
	text-decoration: none;
}

.container ul.arrow li:before {
	display: inline-block;

	/*background: #152343;  For browsers that do not support gradients */
	/*background: -webkit-linear-gradient(left, #39b54a , #152343);  For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(right, #39b54a, #152343); For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(right, #39b54a, #152343);  For Firefox 3.6 to 15 */
	/*background: linear-gradient(to right, #39b54a , #152343);  Standard syntax (must be last) */

	background-repeat: no-repeat;
	background-position: center center;
	background: #FFF;
	height: 20px;
	width: 20px;
	border-radius: 75px;
	font-size: 18px;
	content: "\f00c";
	float: left;
	margin-right: 0;
	margin-left: -25px;
	margin-top: 0px;
	position: absolute;
	font-family:'FontAwesome';
	text-align: center;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	color: #335AA6;
	line-height: 20px;
	text-indent: 1px;
  display: inline-block;
}

.container blockquote {
  background: #f5f5f5;
  font: 13px/20px Poppins-Regular, arial, helvetica, sans-serif;
  color: #444444;
  border-left: 4px solid #335AA6;
  padding: 15px;
}

@media only screen and (max-width: 600px) {
  .col-container .col { 
    display: block;
    width: 100%;
  }
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* News */
.news hr {
  border-top: 1px solid #a7a9ac;
  margin: 35px auto;
}



