@font-face {
    font-family: SofiaProRegular;
    src: url(../Content/fonts/SofiaProRegular.ttf);
}
@font-face {
    font-family: SofiaProSemiBold;
    src: url(../Content/fonts/SofiaProSemiBold.ttf);
}
body {
	font-family: SofiaProRegular;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: SofiaProSemiBold;
}
.bg-dark {
	background-color: #373539 !important;
}
.bg-light {
	background-color: #fff !important;
}


.bg-info
{
	background-color: #ededed !important;
}

.site_page
{
	margin-top:79px;
}

/* Header start  */

.navbar {
}
#mainNav, .fixed-top {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.navbar-light .navbar-nav .nav-item:not(:last-child) {
	margin-right: 5px;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
	padding-left: 20px !important;
	padding-right: 20px !important;
	text-transform: capitalize;
	border-radius: 5px;
	font-size: 14px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	background-color: #002e5b;
	color: #fff;
 border
}
.navbar-light .navbar-nav .nav-link:hover {
	background-color: #002e5b;
	color: #fff;
}
.dropdown-menu {
	border-radius: 0px;
	margin-top: 0px;
	border: none;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #1edeb4 !important;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #1edeb4;
}
/* Header end */


/* Login / signup start */

.site_login_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
	max-width: 450px;
}
.site_form_title_box {
	text-align: center;
	margin-bottom: 20px;
}
.site_login_box {
	background-color: #002e5b;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3);
	margin-left: 15px;
	margin-right: 15px;
}
.site_form_links a {
	color: #fff;
	font-size:11px;
}
 .custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
 box-shadow: 0 0 0 0.2rem rgba(220,53,69, 0.5);
}
 .custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
 border-color: #28a745;
 box-shadow: 0 0 0 0.2rem rgba(40,167,69, 0.5);
}
/* Login / signup end */

/* Subheader */

.site_subheader {
	padding: 80px 0;
	background-image: url(../Content/images/subheader.png);
	color: #FFF;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #0b0f2f;
	text-align: center;
}
.breadcrumb {
	background-color: transparent;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}
.breadcrumb-item.active {
	color: #1edeb4;
}
.breadcrumb a {
	color: #fff;
	text-decoration: none;
}
/* Subheader end */


/* Mega Menu start */

.site_mega_menu {
	position: static !important;
}
.site_mega_menu_ul {
	width: 100%;
	background-color: #efefef;
}
.site_mega_menu_list {
	list-style: circle;
}
.site_mega_menu_list li a {
	color: #000;
	text-decoration: none;
}
.site_mega_menu_list li a:hover {
	color: #002e5b;
}
.text-primary {
	color: #002e5b !important;
}
/* Mega Menu end */


/* Slider start */

#site_main_slider .carousel-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
}
.site_slider_overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
}
.carousel-caption {
	top: 25%;
	bottom: auto;
}
/* Slider end */

/* Buttons start */

.site_btn_rounded {
	border-radius: 25px;
 padding:.500rem 1rem;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #002e5b;
}
.btn-primary {
	color: #fff;
	background-color: #002e5b;
	border-color: #002e5b;
}
.btn-primary:hover {
	color: #fff;
	background-color: #034689;
	border-color: #034689;
}
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(0,46,91, 0.5) !important;
	background-color: #002e5b !important;
	border-color: #002e5b !important;
}
.btn-secondary {
	background-color: #1edeb4;
	border-color: #1edeb4;
}
.btn-secondary:hover {
	background-color: #04d1a4;
	border-color: #04d1a4;
}
.btn-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgba(30,222,180, 0.5) !important;
	background-color: #1edeb4 !important;
	border-color: #1edeb4 !important;
}
.btn-outline-primary {
	color: #002e5b;
	border-color: #002e5b;
}
.btn-outline-secondary {
	color: #fff;
	border-color: #fff;
}
/* Buttons end */




/* Search box */
.site_search_form .btn {
 border-top-right-radius: .25rem;
 border-bottom-right-radius: .25rem;
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
}
.site_search_form .form-control {
}
/* Search box end */







/* Services  */

.site_service_box {
	text-align: center;
	border: solid 1px #ccc;
	padding: 15px;
	border-radius: 5px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	height: 100%;
}
.site_icon_box {
	margin: auto;
	height: 143px;
	width: 143px;
	border-radius: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 9px 18px 0 rgba(204,208,217,0.5);
	display: flex;
}
.site_service_icon {
	display: flex;
	text-align: center;
	height: 108px;
	border-radius: 100%;
	width: 108px;
	margin: auto;
	background-color: #FFFFFF;
	box-shadow: 0 9px 18px 0 rgba(0,0,0,0.06);
}
.site_service_link {
	color: #002e5b;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.site_service_icon i {
	margin: auto;
	font-size: 50px;
	color: #002e5b;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.site_service_title {
	color: #002e5b;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	font-weight: bold;
}
.site_service_excerpt {
	color: #002e5b;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.site_service_box:hover {
	border: solid 1px #1edeb4;
}
.site_service_box:hover .site_service_icon i, .site_service_box:hover .site_service_title, .site_service_box:hover .site_service_excerpt, .site_service_box:hover .site_service_link {
	color: #1edeb4;
}
/* Services  end */



/* Product start */

.site_media_wrap {
	/*	background-image:url(images/card-bg2.jpg);
*/  color: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
	-webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
	-moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
	-o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
	-ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
	transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
	background-position: center;
	background-size: cover;
	height: 100%;
}
.site_product_media {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 15px;
	border-radius: 12px;
	height: 100%;
}
.site_product_media p {
	margin-bottom: 0px;
}
.site_media_wrap:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3);
}
.site_product_media h5 {
	color: #002e5b;
}
.site_product_link {
	text-decoration: none !important;
	height: 100%;
}
.site_star_list li:before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f005";
	margin-right: 5px;
	left: 0;
	color: #e8590c;
}
/* Product end */


/* Our Solutions start */



.site_solutions_links {
	position: relative;
}
.site_solutions_links li {
	margin-bottom: 25px;
}
.site_solutions_links li a {
	color: #1edeb4;
}
/* Our Solutions end */


/* Plans start */

.site_package_box {
	color: #FFF;
}
.card-header:first-child {
 border-radius: calc(.50rem - 1px) calc(.50rem - 1px) 0 0;
}
.site_package_platinum_btn {
	border-bottom-left-radius: 0.50rem;
	border-bottom-right-radius: 0.50rem;
}
.site_package_header {
	background-color: #002e5b;
	color: #FFF;
	font-size: 22px;
}
.site_package_price {
	background-color: #1a4874;
}
.site_package_price h1 {
	font-size: 50px;
}
.site_package_price h1 span {
	position: relative;
	font-size: 16px;
	top: -30px;
}
.list-group-item {
	padding: .75em;
}
.list-group-item-action {
	color: #11445d;
}
.list-group-item-action:hover {
	background-color: transparent;
	border-color: transparent;
}
.site_platinum_pack {
	background-color: #002e5b;
}
.site_platinum_list a, .site_platinum_list a:hover {
	color: #fff;
}
.site_platinum_list .list-group-item:nth-child(odd) {
	background-color: #002e5b;
}
.site_platinum_list .list-group-item:nth-child(even) {
	background-color: #1a4874;
}
.site_package_heading, .site_package_heading:hover {
	background-color: #1edeb4;
	color: #fff;
}
/* Plans end */


/* Info section start */

.site_info_overlay {

position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	z-index:-1;
	
}
.site_info_title {
	color: #fff;
	margin-bottom: 0px;
}
/* Info section end */


/* Content Start */

.site_light_bg {
	background-color: #eef4f7;
}

.site_about_section_bg
{
	background-image:url(../Content/images/about-lines.png);
	background-position:center top;
	background-repeat:no-repeat;
}

.site_section_title_wrapper {
	text-align: center;
	padding: 0 2% 5% 2%;
}
.site_section_title_wrapper h1 {
	color: #002e5b;
}
.site_section_title_wrapper i {
	color: #1edeb4;
}
.site_check_list li:before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f00c";
	margin-right: 5px;
	left: 0;
	color: #002e5b;
}
.site_news_list li:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f1ea";
	margin-right: 5px;
}
.food_bg {
	background-image: url('../Content/images/bg_12.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.site_section_wrapper {
	position:relative;
	padding-top: 5%;
	padding-bottom: 5%;
}
.site_dark_background {
	background-color: #002e5b;
	color: #fff;
}
.site_grey_background {
	background-color: #F5F5F5;
	padding-bottom: 7%;
}

.site_form_box
{
	background-color:#eef4f7;
	padding:20px;
	border-radius:10px;
}

.site_social_links li a {
	background-color: #002e5b;
	color: #fff;
	width: 35px;
	height: 35px;
	display: block;
	border-radius: 50%;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.site_social_links li a.facebook:hover {
	background-color: #3b5998;
	color: #fff;
}
.site_social_links li a.twitter:hover {
	background-color: #1da1f2;
	color: #fff;
}
.site_social_links li a.instagram:hover {
	background-color: #405de6;
	color: #fff;
}
.site_social_links li a.linkedin:hover {
	background-color: #0077b5;
	color: #fff;
}
/* Content end */

/* Contact detail start */

.site_contact_detail_box
{
    background-color: #002e5b;
    padding: 30px;
    height: 100%;
    color: #fff;
    border-radius: 10px;
}

.site_contact_detail_box .site_contact_list li , .site_contact_detail_box .site_contact_list li a
{
	color:#fff;
}


.site_google_map iframe
{
	border-radius:10px;
	box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3);
	
}

/* Contact detail end */

/* Popup start */

.bg-primary {
	background-color: #002e5b !important;
}

.bg-secondary
{
	background-color: #1edeb4 !important;
}

.text-secondary {
	color: #1edeb4 !important;
}
.table a {
	color: #002e5b;
	text-decoration: none;
}
 @media (min-width: 576px) {
.modal-dialog {
	max-width: 690px;
}
}
/* Popup end */


/* Footer start */

.site_footer_bg {
	color: #fff;
}
.site_footer_col h4 {
	color: #002e5b;
	margin-bottom: 20px;
}
.site_footer_links {
	position: relative;
	margin-bottom: 0px;
}
.site_footer_links li a {
	color: #212529;
	text-decoration: none;
}
.site_footer_links li a:hover {
	color: #1edeb4;
}
.site_contact_list {
	color: #002e5b;
}
.site_contact_list li {
	margin-bottom: 8px;
}
.site_contact_list li i {
	color: #1edeb4;
}
.site_contact_list li a {
	color: #002e5b;
	text-decoration: none;
}
.site_footer_btm {
	padding: 10px 0;
	background-color: #002e5b;
}
.site_copyright {
	color: #fff;
}


/* Footer end */



/* Responsive start */



@media (max-width: 992px) {
body {
	font-size: 12px;
}
.navbar-light .navbar-nav {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-light .navbar-nav .nav-item {
	margin-bottom: 10px;
}
.site_section_wrapper [class*="col-"] {
	margin-bottom: 30px;
}
.site_slide_title {
	font-size: 1.8rem;
}
.lead {
	font-size: 1rem;
}

.site_plans_row .col
{
    flex-basis: unset;
	margin-bottom:30px;
}

.carousel-caption {
	top: 30%;
	left:0%;
	right:0%;
}



.site_section_wrapper.site_info_overlay .col-lg-2
{
	margin-bottom:0px;
}

.site_form_links div
{
	text-align:center !important;
}

}

@media (max-width: 768px) {

.site_slide_title {
	font-size: 1.5rem;
	padding-left: 10px;
    padding-right: 10px;	
}

.site_section_title_wrapper h1 {
    font-size: 1.8rem;
}

.site_info_title
{
	font-size:1.5rem;
	text-align:center;
}

.site_package_price h1 {
    font-size: 34px;
}


	
}
 @media (max-width: 640px) {
}
 @media (max-width: 576px) {
	 

.navbar-brand
{
    width: 75%;
}
	 
	 

.site_product_media
{
	text-align:center;
	display:block;
}	 

.site_product_media h5
{
	margin-top:10px !important;
	margin-bottom:10px;
}	 


.site_form_links a {
    font-size: 10px;
}

.carousel-caption {
	top: 25%;
}


.custom-control-inline {
    width: 30%;
}

	 
}
