@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	height: auto !important;
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans', Rubik-Regular;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none !important;
	color: #3f345f;
	transition: all 0.3s ease 0s;
}
/* resets */
header {
    height: auto;
    z-index: 10;
}

.socialBar-container{
	display: none;
}

.header-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    height: auto;
}
.nav-fixed {
	width: 100%;
	height: auto;
	postion: fixed;
	z-index: 99;
	background-color: #0478b2;
}
.fixed-header.nav-fixed strong {
	position: relative;
	top: 3px;
	left: 0%;
	display: inline-block;
}
.visible-title {
	visibility: visible;
}

@media only screen and (max-width: 960px) {
.content {
	padding: 2rem 0;
}
article {
	float: none;
	margin: 0 auto;
	width: 96%;
}
article:last-of-type {
	margin-bottom: 3rem;
}
aside {
	float: none;
	text-align: center;
	width: 100%;
}
}
/* Page wrapper */


/* Icons */
.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	fill: currentcolor;
}
.top-right ul li {
	display: inline-block;
	padding-right: 16px;
	color: #7f7f7f;
}
.top-right {
	margin-top: 34px;
	padding-left: 49px;
}
/* Headings */


/**
 * Modals ($modals)
 */

/* 1. Ensure this sits above everything when visible */
.pupop {
	position: fixed;
	z-index: 10000; /* 1 */
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
}
.pupop.is-visible {
	visibility: visible;
}
.pupop-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
	transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.pupop.is-visible .pupop-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.pupop-wrapper {
	position: absolute;
	z-index: 9999;
	top: 6em;
	left: 50%;
	width: 32em;
	margin-left: -16em;
	background-color: #f4f4f4;
	box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}
.pupop-transition {
	-webkit-transition: all 0.3s 0.12s;
	transition: all 0.3s 0.12s;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
	opacity: 0;
}
.pupop.is-visible .pupop-transition {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.pupop-header, .pupop-content {
	padding: 1em;
}
.pupop-header {
	position: relative;
	background-color: #0478b2;
	color: #fff;
	box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
	border-bottom: 1px solid #e8e8e8;
}
.pupop-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em;
	color: #ffffff;
	background: none;
	border: 0;
}
.pupop-close:hover {
	color: #777;
}
.pupop-heading {
	font-size: 1.125em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pupop-content > *:first-child {
	margin-top: 0;
}
.pupop-content > *:last-child {
	margin-bottom: 0;
}
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 28; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
}
.site-title {
	position: relative;
	top: 0%;
	left: 0%;
	display: none;
	visibility: visible;
}
/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.topbar {
    width: 100%;
    position: relative;
    height: auto;
    border: 0px solid #000;
}
.header__logo {
    margin: 0 auto;
    /* left: 0; */
    /* right: 0; */
    position: relative;
    width: 80%;
}
.header__logo img {
    background-color: #fff;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 0px;
    /* margin: 0 auto; */
    /* left: 0; */
    /* right: 0; */
    /* position: absolute; */
}

.clientlogo img {
    width: 100%;
}

.clientlogo {
    padding-top: 0px;
}




.logoimg {
	float: left;
	padding: 5px;
	z-index: 12;
	position: relative;
}
.logotext {
	float: left;
	padding-top: 24px;
	text-align: center;
	font-size: 18px;
	color: #1f425d;
	width: 50%;
	position: relative;
	z-index: 99;
	margin-left: -15px;
}

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

.icon-right{display:inline-block; }

.icon-right ul {
	padding-right: 65px;
	float: none;    text-align: left;
}
.icon-right ul li {
    display: inline-block;
    text-align: right;
    float: none;
    padding-right: 8px;
}
.icon-right ul li img {
    width: 25px;
}
.icon-fooert ul {
    /* padding-right: 65px; */
    float: none;
    padding-top: 10px;
    padding-left: 0px;
}
.icon-fooert ul li {
    display: inline-block;
    text-align: left;
    float: none;
    padding-right: 4px;
}
.icon-fooert ul li img {
	width: 35px;
}
.contact-icon {
	width: 42px!important;
	height: 42px!important;
	margin-top: 10px!important;
	margin-bottom: -10px!important;
	margin-left: 0px!important;
}
.fa {
	font-size: 23px!important;
	color: #39b54a;
	padding-right: 0px;
}
.zen-back-img {
	background-position: center center;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.top-right-botom {
	width: 116%;
	float: right;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.top-contact li {
	display: inline-block;
	float: left;
	padding-right: 10px;
	color: #333333;
	line-height: 45px;
	font-size: 14px;
	font-weight: 400;
	margin-top: 12px;
	font-family: 'Open Sans', sans-serif;
}
.header-banner .close {
	color: #7C7C7C;
	font-size: 20px;
	display: none;
	opacity: 1;
	text-align: center;
	float: none;
	text-shadow: none;
	padding: 6px 12px;
}
.header-banner.top-bar-white {
    background: #fff;
    color: #777;
    border-bottom: transparent;
    height: auto;
}
.enquri:hover {
	background-color: #29abe2;
	padding: 0 20px!important;
	color: #ffffff!important;
	border: 1px solid #29abe2;
}
.enquri a:hover {
	font-size: 14px;
	padding-left: 2px;
	color: #ffffff!important;
}
.enquri a {
	font-size: 14px;
	padding-left: 2px;
	color: #ffffff!important;
}
.main-mx {
	background-color: #0478b2;
	z-index: 99;
}
.text-logo {
	display: none;
}
.main-mx::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 60px;
	background-color: #fff;
	;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-40deg);
	border-radius: -8px 6px 19px;
	z-index: 1;
	margin-top: 56px;
}
.nav-left {
	margin-left: 0px;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #fff;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	color: #000;
	border-bottom: 1px solid #000;
}
.about-magme img {
	width: 100%
}
.main-menu {
	float: left;
	position: relative;
}
.main-menu .navbar-collapse {
	padding: 0px
}
.main-menu .navigation {
	float: left;
	margin: 0;
	position: relative;
}
.main-menu .navigation li {
	display: inline-block;
	position: relative;
}
.main-menu .navigation li:not(:last-child)::after {
	border-right: 1px solid #ffffff;
	content: "";
	display: block;
	position: absolute;
	right: -3px;
	top: 43%;
	height: 22px;
}
.appointments a {
	font-family: 'Open Sans', sans-serif;
}
.main-menu .navigation li a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	opacity: 1;
	font-weight: bold;
	padding: 29px 12px 20px;
	position: relative;
	text-transform: capitalize;
	transition: all 500ms ease 0s;
	font-family: 'Open Sans', sans-serif;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
	color: #ffa466;
	font-weight: bold;
}
.main-menu .navigation > li.dropdown > a {
}
.main-menu .navigation > li.dropdown > a:after {
}
.main-menu .navigation > li > a:before {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0%;
	height: 3px;
	background: #ffa466;
	content: "";
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li:hover a:before, .main-menu .navigation > li.current a:before {
	width: 100%;
}
.main-menu .navigation > li > ul {
	position: absolute;
	left: 0px;
	top: 130%;
	width: 250px;
	padding: 0px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	transition: all 500ms ease;
	border-bottom: 3px solid #e67e22;
}
.main-menu .navigation > li:hover > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.main-menu .nav-fixed .navigation > li > ul > li {
	clear: both;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
	background-color: #E3E3E3
}
.main-menu .navigation > li > ul > li:last-child {
	border-bottom: 0px solid #f4f4f4;
}
.main-menu .navigation > li > ul > li > a {
	width: 100%;
	background: #ffffff;
	padding: 13px 15px 11px 48px;
	color: #404040;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	float: left;
	clear: both;
	position: relative;
	outline: 0;
	transition: padding .2s linear;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}
.main-menu .navigation > li > ul > li > a:before {
	position: absolute;
	left: 30px;
	top: 13px;
	font-size: 10px;
	color: #d6d6d6;
	content: "\f192";
	font-family: FontAwesome;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.main-menu .navigation > li > ul > li:hover > a {
	color: #3397b1;
	background: #f7f7f7;
}
.main-menu .navigation > li > ul > li:hover > a:before {
	color: #3397b1;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
}
.main-menu .navigation > li > ul > li > ul {
}
.main-menu .navigation > li > ul li:hover ul {
}
.main-menu .navigation > li > ul > li ul li {
}
.main-menu .navigation > li > ul > li ul li:first-child {
}
.main-menu .navigation > li > ul > li ul li a {
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	background: url(../images/icon/submenu-icon.png) center center no-repeat;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}
.umrah-set {
	position: relative;
	background-color: #fff;
}
.umraha-cont {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
.umara-detl h2 {
	color: #1688ca;
	font-size: 30px;
}

.umara-detl h1{
	color: #1688ca;
	font-size: 50px; 
	font-weight: 600;
	text-align: center;
}

.umara-detl h2::after {
	content: "";
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 32%;
	height: 10px;
	border-bottom: 2px solid #e2d41b;
}
.umara-detl img {
	width: 100px;
}
.umara-detl ul li {
	color: #1a1a1a;
	font-size: 17px;
	padding-bottom: 8px;
	display: inline-block;
}
.umara-detl ul {
	margin-left: -22px;
}
.umara-detl ul li::before {
	content: "";
	display: block;
	position: relative;
	left: -16px;
	top: 17px;
	text-align: center;
	width: 10px;
	;
	height: 10px;
	border-radius: 50%;
	background-color: #1688ca;
	border: 2px solid #1688ca;
}
.left-umar-img img {
	padding: 0px;
	width: 100%;
}
.left-umar-img:hover .middle {
	opacity: 1;
}
.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.carousel-caption {
    position: absolute;
    text-align: left;
    background: rgba(0,0,0,.6);
width: 458px;
    border-radius: 10px;
    height: auto;
    margin-bottom: 27px;
    padding-bottom: 0px;
    overflow: hidden;
    float: none;
    top: 0;
    bottom: auto;
    text-shadow: 0 0px 0px rgba(0,0,0,.6);
    margin: 0 auto;
    margin-top: 0px;
    left: auto;
    right: 51px;
    margin-top: 93px;
}
.carousel-caption .col-md-12 {
	float: none;
	overflow: hidden;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
	padding: 5px;
	margin-top: 0px;
	float: right;
}
.carousel-caption1 {
	position: absolute;
z-index: 10;
background: #2aa9e0;
padding-top: 20px;
color: #fff;
text-align: left;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
width: 360px;
margin: 0 auto;
left: auto;
top: 128px;
padding-bottom: 0px;
height: 104px;
right: 100px;
}
.carousel-caption1 img {
	width: 24%;
	padding: 13px;
	margin-top: -8px;
	margin-left: 10px;
}
.carousel-caption1 h2 {
	font-size: 25px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 71px;
	margin-left: 37px;
	font-weight: 600;
	text-align: center;
}
.banner-img img {
	width: 100%;
	position: relative;
	margin-top: -32px;
}
.contat {
	width: 85%;
	margin: 0 auto;
}

.set-form{
	display: block;
}

.carousel-caption input[type=text],.carousel-caption input[type=mail], .carousel-caption input[type=file] {
	width: 100%;
	padding: 11px 33px;
	margin: 5px 0;
	box-sizing: border-box;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #fff;
}


input::placeholder {
  color: #fff;
  font-size: 1.2em;
}

.fileinputs {
	position: relative;
}
.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.fakefile1 {
	position: absolute;
	top: 0px;
	left: 18px;
	z-index: 1;
	width: 70%;
}
.carousel-caption input.file {
	position: relative;
	text-align: right;
	-moz-opacity: 0;
 filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
.file1 {
	padding: 2px 3px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	box-sizing: border-box;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #fff;
	margin-top: 23px;
	width: 83%;
}
.file2 {
	padding: 2px 30px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	box-sizing: border-box;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #fff;
	margin-top: 23px;
	width: 100%;
}
.form-set-1::before {
	content: '';
	font-family: 'Open Sans', 'share-regular';
	background-image: url(../images/icons-name.png);
	width: 23px;
	height: 28px;
	position: absolute;
	margin: 0 auto;
	left: 16px;
	top: 16px;
}
.form-set-2::before {
	content: '';
	background-image: url(../images/icon-call.png);
	width: 21px;
	height: 28px;
	position: absolute;
	margin: 0 auto;
	left: 16px;
	top: 16px;
}
.form-set-3::before {
	content: '';
	background-image: url(../images/sms-icons.png);
	width: 26px;
	height: 20px;
	position: absolute;
	margin: 0 auto;
	left: 16px;
	top: 21px;
}

.form-set-4::before {
	content: '';
    background-image: url(../images/icons8-calendar.png);
    width: 28px;
    height: 28px;
    position: absolute;
    margin: 0 auto;
    left: 0px;
    top: 16px;
    background-repeat: no-repeat;
}

.passbook h2 {
	margin-top: 7px;
	font-size: 19px;
	margin-bottom: 6px;
}
.passbook {
	margin-top: 20px;
	margin-bottom: -9px;
}
.form-set-4 {
	/*width: 24px;
	height: 33px;
	position: absolute;
	margin: 0 auto;
	left: 16px;
	top: 12px;*/
	    position: relative;
}
.form-set-5::before {
content: '';
    background-image: url(../images/passenger.png);
    width: 36px;
    height: 35px;
    position: absolute;
    margin: 0 auto;
    left: 11px;
    top: 14px;
    background-repeat: no-repeat;
}
.button {
	background-color: #eedb35; /* Green */
	border: none;
	color: white;
	padding: 9px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	color: #0085c0;
	margin: 19px 2px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
}
.conditions-term {
	background-color: #ededef;
	padding: 117px;
	padding-bottom: 50px;
	padding-top: 50px;
}
.conditions-term h2 {
	font-size: 28px;
	color: #333333;
}
.conditions-term ul li {
	color: #1a1a1a;
	font-size: 16px;
	padding-bottom: 8px;
}
.titel-botm {
	background-color: #0c85c7;
	padding: 117px;
	padding-bottom: 50px;
	padding-top: 50px;
}
.bottm-head {
	text-align: center;
}
.bottm-head h2 {
	color: #fff;
	font-weight: 500;
}
.bottm-head h2::after {
	content: "";
	display: block;
	position: relative;
	margin: 0 auto;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 45%;
	height: 10px;
	border-bottom: 2px solid #e2d41b;
}

.newpolicy.bottm-head h2{position: relative;display: inline-block;}
.newpolicy.bottm-head h2::after {
    top: 0;
    content: "";
    border: none;
    position: absolute;
    background-image: url(../images/t_border.png);
    width: 329px;
    top: 44px;
    height: 16px;
    background-size: contain;}
    

.bottm-headq {
	width: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
	margin-top: 30px;
	color: #fff;
	text-align: center;
}
.bottm-headq p {
	color: #fff;
	font-weight: 500;
}
.footer-top {
	background-color: #ffffff;
	padding-bottom: 50px;
	padding-top: 50px;
}
.logo-footer img {
    width: 365px;
    padding-left: 35px;
    margin-left: 20px;
}
footer {
	background-color: #eedb35;
	padding: 20px;
}
footer p {
	text-align: center;
	margin-bottom: 0px;
	color: #1f1f1f;
}
.file-upload {
	display: block;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.file-upload .file-select {
	display: block;
	border: 2px solid #dce4ec;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background-color: transparent;
	overflow: hidden;
	position: relative;
}
.file-upload .file-select .file-select-button {
	background: #dce4ec;
	padding: 0 10px;
	color: #000;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.file-upload .file-select .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}
.file-upload .file-select:hover {
	border-color: #34495e;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
	background: #34495e;
	color: #FFFFFF;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.file-upload.active .file-select {
	border-color: #3fa46a;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
	background: #3fa46a;
	color: #FFFFFF;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.file-upload .file-select input[type=file] {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
	opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
	cursor: default;
	display: block;
	border: 2px solid #dce4ec;
	color: #34495e;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	text-align: left;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
	background: #dce4ec;
	color: #666666;
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}

@media (min-width: 970px) {
/* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	font-size: 36px;
}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	display: none;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
	height: 5px;
	background-color: #5cb85c;
	width: 0%;
	margin: -5px 0px 0px 0px;
	border: none;
	z-index: 11;
	position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate {
	/* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
	-webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}










.cd-popup-trigger {
  display: none;

}




ul.topcallaction {
    padding-top: 11px;margin-bottom: 0px;
    padding-bottom: 0px;
}
.topsocial{padding-top: 0px;}

.topsocial li{padding-top: 0px;}

.topcallaction i.fa.fa-phone {
    color: #4d4d4d;
}

.formheading {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    background: #2aa9e0;
    padding: 10px;
    text-transform: capitalize;
}

.custom-radio {
  display: none;
}
.custom-radio + label {
  font-weight: normal;
  cursor: pointer;
}
.custom-radio + label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  border: 1px solid #fff;
}
.custom-radio + label span::before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 9px;
  height: 9px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.custom-radio:checked + label span::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.custom-radio:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.custom-radio:disabled + label, .custom-radio:disabled + label span {
  cursor: default;
}
.marginbt{margin-bottom: 15px;}


.newplicy-dec {
    color: #fff;
    margin-top: 45px;
    width: 80%;
    margin: 0 auto;
    margin-top: 45px;
}
.newplicy-dec li {
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    padding-left: 25px;
}
.newplicy-dec li a {
    color: #e2d41b;
}

.newplicy-dec li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
    left: 0;
    top: 7px;
}

.logo-footer img{width: 100%}

.newreadmorecont {
    color: #fff;
}

 .moretext {
    color: #fff;
}
 .moretext {
    margin: 0px;
    /* font-weight: 400; */
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
    font-family: 'Raleway', sans-serif;
    text-align: justify;
}
.moretext {
    display: none;
}

.contentsec{color: #fff;}

.moreless-button{display: inline;
    color: #fff;
    text-decoration: underline !important;
    text-transform: uppercase;}
 .moreless-button:focus{color: #fff;}




/* New Banner Styling*/

.bannerheader {
    background: url(../images/slider1.jpg);
    background-size: 100%;
    position: relative;
    top: 25px;
    height: 100vh;
}