* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
@font-face {
	font-family: 'Just-Me';
	src: url('../fonts/JustMeAgainDownHere.woff2') format('woff2'), url('../fonts/JustMeAgainDownHere.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Georgia';
	src: url('../fonts/Georgia.woff2') format('woff2'), url('../fonts/Georgia.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.container {
	width: 100%;
	max-width: 1300px;
}
@media (max-width:1200px) {
.container {
	width: 100%;
}
}
body#home {
	background: url(../images/top-img.png) top 5% right no-repeat, #FFF;
	background-size: 50%;
}
body#par-home {
	position: relative;
}
body#par-home:before {
	content: "";
	background: url(../images/top-img.png) top 0% right no-repeat, #FFF;
	background-size: 50%;
	opacity: 0.15;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}
/****Navigation****/
.navigation {
	display: table;
	width: 100%;
	
	    border-bottom: 1px solid #CED7DF;
	background-size: 72%;
	position: relative;
	padding-top: 15px;
    padding-bottom: 15px;
}
.navigation nav {
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	width: 100%;
	text-align: left;
}
.navigation nav ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.navigation nav ul li {
	margin: 0px;
	padding: 0px 0px 0px 7%;
	display: inline-block;
}

@media screen and (min-width: 1060px)
{
    .navigation nav ul li:first-child {
    	padding: 0px;
    }
}
.navigation nav ul li a {
	text-decoration: none;
	color: #48474b;
	font-size: 18px;
	font-weight: 500;
}
.navigation nav ul li.active a {
	color: #ff7e00;
}
.navigation nav ul li a:hover {
	text-decoration: none;
	color: #ff7e00;
}
.navigation nav ul li a:focus {
	text-decoration: none;
	color: #ff7e00;
}
.device-nav {
	display: none;
	float: left;
	text-align: left;
	color: #fff;
	cursor: pointer;
	margin: 0px;
}
.hamburger {
	display: inline-block;
	line-height: 45px;
	vertical-align: middle;
	padding: 0px 0 0px 5px;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	outline: none;
}
.hamburger:hover {
	opacity: 0.9;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
	padding-top: 20px;
	vertical-align: middle;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 3px;
	background-color: #ff7e00;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
	transition: bottom 0.3s 0s ease-out, top 0.3s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
	opacity: 0;
	transition: bottom 0.15s ease-out, top 0.15s ease-out, opacity 0s 0.15s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
	top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
	bottom: 0;
}
.top-cal ul {
	text-align: right !important;
}
.top-cal ul li {
	//padding-left: 15% !important;
}
.top-cal ul li img {
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (max-width: 1435px) {
.device-nav {
	display: block;
}
.top-cal ul {
	text-align: left !important;
}
.top-cal ul li {
	padding-left: inherit !important;
}
.navigation nav {
	margin: 0;
	
	overflow: hidden;
	clear: both;
	display: block;
	
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 100;
	background: #FFF;
}
.navigation. nav, .navigation nav ul, .navigation nav ul li, .navigation nav ul li a {
 display: block;
 width: 100%;
}
.navigation nav ul {
	text-align: left;
	padding-top: 10px;
}
.navigation nav ul li {
	padding: 10px 0px;
	width: 100%;
	text-align: left;
}
.navigation nav ul li a {
	text-decoration: none;
	font-size: 15px;
	width: 100%;
}
.navigation nav.reveal {
	max-height: 1170px;
	width: 100%;
	position: relative;
	z-index: 100;
}
.hamburger:hover {
	opacity: 1;
}
}
.btn-hmbr {
	display: none;
	padding: 0px;
}
.logo-site {
	position: relative;
	text-align: left;
	width: 100%;
	max-width: 220px;
}
.logo-site .iner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
 @media (max-width:1435px) {
.btn-hmbr {
	display: block;
}
}

.desktop_view
{
    display: none;
}

@media screen and (min-width: 1435px)
{
    .desktop_view
    {
        display: block;
    }
}

/**** Top Banner ****/
.top_banner {
	position: relative;
	padding: 75px 0px;
	text-align: left;
}
.top_banner h1 {
	color: #030405;
	font-size: 95px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: 'Georgia';
}
.top_banner h2 {
	color: #030405;
	font-size: 50px;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-family: 'Georgia';
}
.top_banner h2 span {
	color: #ff7e00;
	font-family: 'Georgia';
}
.top_banner p {
	color: #777f87;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin: 0px;
	text-align: left;
	padding: 60px 0px;
}
.top_banner a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0px 40px;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	outline: none;
	text-decoration: none;
	border-radius: 50px;
	margin-right: 25px;
	margin-bottom:10px;
}
.top_banner a:last-child {
	margin-right: 0px;
}
.top_banner a.btn1 {
	background: #fa840c;
	border: 1px solid #fa840c;
}
.top_banner a.btn2 {
	background: #FFF;
	border: 1px solid #050608;
	color: #050608;
}
@media (max-width:1600px) {
.top_banner h1 {
	font-size: 80px;
}
.top_banner h2 {
	font-size: 40px;
}
}
@media (max-width:1440px) {
.top_banner {
	padding: 50px 0px;
}
.top_banner h1 {
	font-size: 70px;
}
.top_banner h2 {
	font-size: 35px;
}
}
@media (max-width:1170px) {
.top_banner h1 {
	font-size: 60px;
}
.top_banner h2 {
	font-size: 30px;
}
.top_banner a {
	padding: 0px 30px;
	line-height: 50px;
	font-size: 16px;
}
}
@media (max-width:991px) {
.top_banner h1 {
	font-size: 50px;
}
.top_banner h2 {
	font-size: 25px;
}
}
/**** Top Banner ****/
.par_mum_baner {
	position: relative;
	padding: 75px 0px;
	text-align: left;
}
.par_mum_baner h1 {
	color: #030405;
	font-size: 50px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: 'Georgia';
}
.par_mum_baner p {
	color: #777f87;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: 400;
	margin: 0px;
	text-align: left;
	padding: 40px 0px;
}
.par_mum_baner a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0px 40px;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	outline: none;
	text-decoration: none;
	border-radius: 50px;
	margin-right: 25px;
	margin-bottom:10px;
}
.par_mum_baner a:last-child {
	margin-right: 0px;
}
.par_mum_baner a.btn1 {
	background: #fa840c;
	border: 1px solid #fa840c;
}
.par_mum_baner a.btn2 {
	background: #FFF;
	border: 1px solid #050608;
	color: #050608;
}
@media (max-width:1600px) {
.par_mum_baner h1 {
	font-size: 45px;
}
.par_mum_baner p {
	font-size: 16px;
}
}
@media (max-width:1440px) {
.par_mum_baner {
	padding: 50px 0px;
}
.par_mum_baner h1 {
	font-size: 40px;
}
.par_mum_baner p {
	font-size: 15px;
}
}
@media (max-width:1170px) {
.par_mum_baner {
	padding: 50px 0px;
}
.par_mum_baner h1 {
	font-size: 35px;
}
.par_mum_baner a {
	padding: 0px 30px;
	line-height: 50px;
	font-size: 16px;
}
}
/***** List Items ****/
.list_items {
	position: relative;
	padding: 50px 0px;
	text-align: center;
	clear: both;
}
.list_items .boxes {
	width: 100%;
	max-width: 267px;
	margin: auto auto 50px auto;
	position: relative;
	text-align: center;
}
.list_items h1 {
	font-size: 28px;
	text-align: left;
	color: #030405;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	font-weight: bold;
	font-family: 'Georgia';
}
.list_items .boxes h2 {
	color: #030405;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 25px;
	font-family: 'Georgia';
}
.list_items .boxes p {
	color: #777f87;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.list_items .boxes .item_img {
	position: relative;
	padding: 30px 0px;
	text-align: center;
}
.list_items .boxes .item_img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 267px;
	width: 100%;
}
.pd30 {
	padding-bottom: 20px !important;
}
/**** Kapec Section ****/
.kapec_section {
	position: relative;
	padding: 50px 0px 0px 0px;
	clear: both;
}
.kapec_section .left_img {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 0px;
	text-align: left;
}
.kapec_section .left_img img {
	display: inline-block;
	vertical-align: top;
	max-width: 80%;
}
.kapec_section .right_area {
	position: relative;
	padding: 20% 0px 0px 0px;
	text-align: left;
}
.kapec_section .right_area h1 {
	color: #030405;
	font-size: 80px;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-family: 'Georgia';
}
.kapec_section .right_area h1 span {
	color: #ff7e00;
	font-family: 'Georgia';
}
.kapec_section .right_area p {
	color: #777f87;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	max-width: 590px;
	width: 100%;
	margin: 0px;
	text-align: left;
	padding: 40px 0px;
}
.kapec_section .wrap-text {
	position: relative;
	padding: 30px 0px;
}
.kapec_section .wrap-text .iners {
	position: relative;
	max-width: 590px;
	width: 100%;
	padding: 0px 0px 30px 80px;
}
.kapec_section .wrap-text .iners .check {
	position: absolute;
	left: 0px;
	top: 0px;
}
.kapec_section .wrap-text .iners h2 {
	color: #030405;
	font-family: 'Georgia';
	font-weight: bold;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.kapec_section .wrap-text .iners p {
	padding: 10px 0px 0px 0px;
	text-align: left;
}
.kapec_section .right_area a {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	text-align: center;
	padding: 0px 40px;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	outline: none;
	text-decoration: none;
	border-radius: 50px;
	margin-bottom:10px;
}
.kapec_section .right_area a:last-child {
	margin-right: 0px;
}
.kapec_section .right_area a.btn1 {
	background: #fa840c;
	border: 1px solid #fa840c;
}
.kapec_section .right_area a.btn2 {
	background: #FFF;
	border: 1px solid #050608;
	color: #050608;
}
@media (max-width:1600px) {
.kapec_section .right_area h1 {
	font-size: 70px;
}
.kapec_section .right_area p {
	font-size: 16px;
	line-height: 28px;
}
.kapec_section .wrap-text .iners h2 {
	font-size: 22px;
}
}
@media (max-width:1440px) {
.kapec_section .right_area h1 {
	font-size: 60px;
}
.kapec_section .right_area p {
	font-size: 15px;
	line-height: 25px;
}
.kapec_section .wrap-text .iners h2 {
	font-size: 20px;
}
}
@media (max-width:1170px) {
.kapec_section .right_area h1 {
	font-size: 50px;
}
.kapec_section .wrap-text .iners h2 {
	font-size: 18px;
}
.kapec_section .right_area a {
	padding: 0px 30px;
	line-height: 50px;
	font-size: 16px;
}
}
@media (max-width:991px){
.kapec_section{
	padding:0px;
}
.kapec_section .left_img {
	position:relative;
	left:auto;
	bottom:auto;
	text-align:center;
	width:100%;
}
.kapec_section .left_img img {
	max-width: 400px;
}
.kapec_section .right_area {
	position: relative;
	padding:50px 0px;
	text-align: left;
}
.kapec_section .right_area h1 {
	font-size: 40px;
}
.kapec_section .wrap-text .iners h2 {
	font-size: 16px;
}
.kapec_section .wrap-text .iners .check{
	width:35px;
}
.kapec_section .wrap-text .iners{
	padding:0px 0px 20px 50px;
}
}
/**** Boxes ****/
.boxes_par_maus {
	position: relative;
	padding: 50px 0px;
	text-align: center;
	clear: both;
}
.pd7 {
	padding: 0px 2.5px;
}
.boxes_par_maus h1 {
	color: #030405;
	font-size: 28px;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px;
	text-align: left;
	font-family: 'Georgia';
}
.boxes_par_maus .boxes {
	display: inline-block;
	vertical-align: middle;
	width: 19.3%;
	height:200px;
	padding:0px;
	background: #f5f5f5;
	margin: 2.5px;
}
/****Kontact****/
.kontact_info {
	position: relative;
	padding: 0px 0px 50px 0px;
	clear: both;
}
.kontact_info .btns {
	position: relative;
	text-align: center;
	padding-top: 50px;
}
.kontact_info .btns a {
	display: inline-block;
	margin:10px;
	vertical-align: middle;
	text-align: center;
	padding: 0px 40px;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	outline: none;
	text-decoration: none;
	border-radius: 50px;
}
.kontact_info .btns a:last-child {
	margin-right: 0px;
}
.kontact_info .btns a.btn1 {
	background: #fa840c;
	border: 1px solid #fa840c;
}
.kontact_info .btns a.btn2 {
	background: #FFF;
	border: 1px solid #050608;
	color: #050608;
}
.kontact_info .box1 {
	position: relative;
}
.kontact_info .box1 h2 {
	color: #030405;
	font-size: 28px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-weight: bold;
	font-family: 'Georgia';
}
.kontact_info .box1 p {
	color: #777f87;
	font-size: 18px;
	font-weight: 700;
	margin: 0px;
	padding: 8px 0px;
	margin-bottom: 10px;
	text-align: left;
}
.kontact_info .box1 p span {
	font-weight: 400;
}
.kontact_info .box2 {
	position: relative;
}
.kontact_info .box2 h2 {
	color: #030405;
	font-size: 28px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-weight: bold;
	font-family: 'Georgia';
}
.kontact_info .box2 p {
	color: #48474b;
	font-size: 18px;
	font-weight: 500;
	margin: 0px;
	padding: 5px 0px 5px 50px;
	margin-bottom: 10px;
	text-align: left;
}
.kontact_info .box2 p span {
	font-weight: 400;
}
p#cal {
	background: url(../images/call.png) no-repeat left center;
}
p#email {
	background: url(../images/info.png) no-repeat left center;
}

@media (max-width:1170px){

.kontact_info .btns a {
	padding: 0px 30px;
	line-height: 50px;
	font-size:16px;
}
}
/***Map***/
.map-container {
	overflow: hidden;
	padding: 0px;
	padding-bottom: 29.25%;
	position: relative;
	height: 0;
}
.map-container iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
/****Cenas ***/
.cenas-sec {
	position: relative;
	clear: both;
	margin-bottom: 75px;
	padding: 0px;
}
.cenas-sec h2 {
	font-size: 28px;
	color: #030405;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: 'Georgia';
}
.cenas-sec h2 span {
	font-family: 'Georgia';
	color: #ff7e00;
}
.cenas-sec .left-side {
	position: relative;
	padding: 50px 0px 0px 0px;
	text-align: center;
	max-width: 267px;
	margin: auto;
	display: block;
}
.cenas-sec .left-side h3 {
	text-align: center;
	padding: 25px 0px;
	color: #ff7e00;
	margin: 0px;
	font-weight: bold;
	font-family: 'Georgia';
}
.cenas-sec .left-side p {
	text-align: center;
	color: #777f87;
	line-height: 35px;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	padding: 10px 0px;
}
.cenas-sec .left-side a {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	outline: none;
	color: #ff7e00;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Georgia';
	text-decoration: none;
}
.cenas-sec .left-side img {
	display: inline-block;
	vertical-align: top;
	padding: 0px 0px 0px 15px;
}
.cenas-sec .right-side {
	position: relative;
	padding: 50px 0px 0px 0px;
	margin: auto;
	display: block;
}
.cenas-sec .right-side p {
	text-align: left;
	color: #777f87;
	line-height: 35px;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
.cenas-sec .right-side ul {
	margin: 50px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	text-align: left;
	clear: both;
}
.cenas-sec .right-side li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	padding: 5px 0px 5px 50px;
	color: #030405;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Georgia';
	background: url(../images/check.png) left top 3px no-repeat;
	background-size: 25px;
}
.cenas-sec .right-side a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0px 40px;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	outline: none;
	text-decoration: none;
	border-radius: 50px;
	margin-right: 25px;
	margin-bottom:10px;
}
.cenas-sec .right-side a:last-child {
	margin-right: 0px;
}
.cenas-sec .right-side a.btn1 {
	background: #fa840c;
	border: 1px solid #fa840c;
}
.cenas-sec .right-side a.btn2 {
	background: #FFF;
	border: 1px solid #050608;
	color: #050608;
}
@media (max-width:1170px){
.cenas-sec .right-side a {
	padding: 0px 30px;
	line-height: 50px;
	font-size: 16px;
}
}
/**** Footer ****/
footer {
	position: relative;
	height: 135px;
	line-height: 135px;
	width: 100%;
	padding: 0px;
}
footer .iner {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	width: 100%;
}
footer .left-social {
	position: relative;
	text-align: left;
}
footer .left-social ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style: none;
}
footer .left-social li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	color: #000000;
	font-size: 20px;
	font-family: 'Just-Me';
}
footer .left-social li a {
	text-decoration: none;
	border: none;
	outline: none;
}
footer .left-social li img {
	display: inline-block;
	vertical-align: middle;
}
footer .right-social {
	position: relative;
	text-align: right;
}
footer .right-social p {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #000;
	font-family: 'Just-Me';
}
@media (max-width:991px){
footer {
	height:auto;
	line-height:normal;
}
footer .left-social {
	position: relative;
	text-align: left;
	padding:20px 0px 10px 0px;
}
footer .left-social ul {
	text-align:center;
}
footer .left-social li {
	margin-right: 10px;
	font-size: 18px;
}
footer .right-social {
	position: relative;
	text-align:center;
	padding:10px 0px 20px 0px;
}
footer .right-social p {
	font-size: 18px;
}
}
/*** Pop Up *****/
#popup-gaidam .modal-dialog {
	width: 100%;
	max-width: 940px;
	margin:10%  auto auto auto !important;
}
#popup-gaidam .modal-dialog .modal-content {
	box-shadow: none !important;
	border-radius: 10px;
	background: url(../images/top-img.png) top -210% right -120% no-repeat, #FFF;
	background-size: 80%;
	padding: 30px 50px;
	width: 100%;
}
#popup-gaidam .modal-dialog .modal-content .person{
	position:absolute;
	bottom:0px;
	right:0px;
	width:33%;
}
#popup-gaidam .modal-dialog .cross {
	position: absolute;
	top: -40px;
	right: -20px;
	cursor: pointer;
}
#popup-gaidam .modal-dialog .iners {
	position: relative;
	width: 100%;
}
#popup-gaidam .modal-dialog .iners h1 {
	color: #030405;
	font-size: 40px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: 'Georgia';
}
#popup-gaidam .modal-dialog .iners p {
	color: #777f87;
	font-size: 14px;
	margin: 0px;
	padding: 10px 0px;
	font-weight: 400;
}
#popup-gaidam .modal-dialog .iners .form-area {
	position: relative;
	padding: 20px 0px;
	text-align: left;
	width: 100%;
}
#popup-gaidam .modal-dialog .iners .form-area label {
	color: #777f87;
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	padding: 10px 0px;
	text-align: left;
	width: 100%;
}
#popup-gaidam .modal-dialog .iners .form-area input {
	width: 100%;
	position: relative;
	height: 45px;
	border-radius: 50px;
	border: 1px solid #bbbbbb;
	text-align: left;
	text-indent: 20px;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	background: #FFF;
	outline: none;
	margin-bottom: 15px;
}
#popup-gaidam .modal-dialog .iners .form-area input::-webkit-input-placeholder {
 opacity:1;
 color:#000;
}
#popup-gaidam .modal-dialog .iners .form-area input::-moz-placeholder {
 opacity:1;
 color:#000;
}
#popup-gaidam .modal-dialog .iners .form-area input:-ms-input-placeholder {
 opacity:1;
 color:#000;
}
#popup-gaidam .modal-dialog .iners .form-area input:-moz-placeholder {
 opacity:1;
 color:#000;
}
label.centr {
	text-align: center !important;
}
#popup-gaidam .modal-dialog .iners .form-area textarea {
	width: 100%;
	position: relative;
	height: 100px;
	border-radius: 50px;
	border: 1px solid #bbbbbb;
	text-align: left;
	text-indent: 20px;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	background: #FFF;
	outline: none;
	margin-bottom: 15px;
	resize:none;
}
#popup-gaidam .modal-dialog .iners .form-area textarea::-webkit-input-placeholder {
 opacity:1;
 color:#000;
}
#popup-gaidam .modal-dialog .iners .form-area textarea::-moz-placeholder {
 opacity:1;
 color:#000;
}
#popup-gaidam .modal-dialog .iners .form-area textarea:-ms-input-placeholder {
 opacity:1;
 color:#000;
}
#popup-gaidam .modal-dialog .iners .form-area textarea:-moz-placeholder {
 opacity:1;
 color:#000;
}
#popup-gaidam .modal-dialog .iners .form-area .relative {
	position: relative;
	width: 80%;
}
#popup-gaidam .modal-dialog .iners .form-area .relative input {
	text-indent: 50px;
	cursor: pointer;
	background:url(../images/calender.png) left 15px center no-repeat, url(../images/down-angle.png) right 15px center no-repeat;
}
.datepicker{
	z-index:100000000 !important;
}
#popup-gaidam .modal-dialog .iners .form-area .counter {
	width: 100%;
	position: relative;
	height: 45px;
	line-height: 45px;
	border-radius: 50px;
	border: 1px solid #bbbbbb;
	text-align: center;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	background: #FFF;
}
#popup-gaidam .modal-dialog .iners .form-area .counter input {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	text-align: center;
	border: none;
	background: none;
	height: 45px;
	text-indent: 0px;
	text-align: center;
}
#popup-gaidam .modal-dialog .iners .form-area .counter img {
	display: inline-block;
	vertical-align: middle;
}
#popup-gaidam .modal-dialog .iners .form-area .counter .right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
}
#popup-gaidam .modal-dialog .iners .form-area .counter .left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
}
#popup-gaidam .modal-dialog .iners .form-area button {
	display: inline-block;
	outline: none;
	vertical-align: middle;
	text-align: center;
	padding: 0px 40px;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	outline: none;
	text-decoration: none;
	border-radius: 50px;
	background: #fa840c;
	border: 1px solid #fa840c;
	margin-top: 20px;
}
#popup-gaidam-new .modal-dialog {
	width: 100%;
	max-width: 940px;
	margin:10%  auto auto auto !important;
}
#popup-gaidam-new .modal-dialog .modal-content {
	box-shadow: none !important;
	border-radius: 10px;
	background: url(../images/top-img.png) top -210% right -120% no-repeat, #FFF;
	background-size: 80%;
	padding: 30px 50px;
	width: 100%;
}
#popup-gaidam-new .modal-dialog .modal-content .person{
	position:absolute;
	bottom:0px;
	right:0px;
	width:33%;
}
#popup-gaidam-new .modal-dialog .cross {
	position: absolute;
	top: -40px;
	right: -20px;
	cursor: pointer;
}
#popup-gaidam-new .modal-dialog .iners {
	position: relative;
	width: 100%;
}
#popup-gaidam-new .modal-dialog .iners h1 {
	color: #030405;
	font-size: 40px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: 'Georgia';
}
#popup-gaidam-new .modal-dialog .iners p {
	color: #777f87;
	font-size: 14px;
	margin: 0px;
	padding: 10px 0px;
	font-weight: 400;
}
#popup-gaidam-new .modal-dialog .iners .form-area {
	position: relative;
	padding: 20px 0px;
	text-align: left;
	width: 100%;
}
#popup-gaidam-new .modal-dialog .iners .form-area label {
	color: #777f87;
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	padding: 10px 0px;
	text-align: left;
	width: 100%;
}
#popup-gaidam-new .modal-dialog .iners .form-area input {
	width: 100%;
	position: relative;
	height: 45px;
	border-radius: 50px;
	border: 1px solid #bbbbbb;
	text-align: left;
	text-indent: 20px;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	background: #FFF;
	outline: none;
	margin-bottom: 15px;
}
#popup-gaidam-new .modal-dialog .iners .form-area input::-webkit-input-placeholder {
 opacity:1;
 color:#000;
}
#popup-gaidam-new .modal-dialog .iners .form-area input::-moz-placeholder {
 opacity:1;
 color:#000;
}
#popup-gaidam-new .modal-dialog .iners .form-area input:-ms-input-placeholder {
 opacity:1;
 color:#000;
}
#popup-gaidam-new .modal-dialog .iners .form-area input:-moz-placeholder {
 opacity:1;
 color:#000;
}

#popup-gaidam-new .modal-dialog .iners .form-area textarea {
	width: 100%;
	position: relative;
	height: 100px;
	border-radius: 50px;
	border: 1px solid #bbbbbb;
	text-align: left;
	text-indent: 20px;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	background: #FFF;
	outline: none;
	margin-bottom: 15px;
	resize:none;
}
#popup-gaidam-new .modal-dialog .iners .form-area textarea::-webkit-input-placeholder {
 opacity:1;
 color:#000;
}
#popup-gaidam-new .modal-dialog .iners .form-area textarea::-moz-placeholder {
 opacity:1;
 color:#000;
}
#popup-gaidam-new .modal-dialog .iners .form-area textarea:-ms-input-placeholder {
 opacity:1;
 color:#000;
}
#popup-gaidam-new.modal-dialog .iners .form-area textarea:-moz-placeholder {
 opacity:1;
 color:#000;
}
#popup-gaidam-new .modal-dialog .iners .form-area .relative {
	position: relative;
	width: 80%;
}
#popup-gaidam-new .modal-dialog .iners .form-area .relative input {
	text-indent: 50px;
	cursor: pointer;
	background:url(../images/calender.png) left 15px center no-repeat, url(../images/down-angle.png) right 15px center no-repeat;
}
.datepicker{
	z-index:100000000 !important;
}
#popup-gaidam-new .modal-dialog .iners .form-area .counter {
	width: 100%;
	position: relative;
	height: 45px;
	line-height: 45px;
	border-radius: 50px;
	border: 1px solid #bbbbbb;
	text-align: center;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	background: #FFF;
}
#popup-gaidam-new .modal-dialog .iners .form-area .counter input {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	text-align: center;
	border: none;
	background: none;
	height: 45px;
	text-indent: 0px;
	text-align: center;
}
#popup-gaidam-new .modal-dialog .iners .form-area .counter img {
	display: inline-block;
	vertical-align: middle;
}
#popup-gaidam-new .modal-dialog .iners .form-area .counter .right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
}
#popup-gaidam-new .modal-dialog .iners .form-area .counter .left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
}
#popup-gaidam-new .modal-dialog .iners .form-area button {
	display: inline-block;
	outline: none;
	vertical-align: middle;
	text-align: center;
	padding: 0px 40px;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	outline: none;
	text-decoration: none;
	border-radius: 50px;
	background: #fa840c;
	border: 1px solid #fa840c;
	margin-top: 20px;
}
/*****Check Box****/
.chekb {
	position: relative;
	cursor: pointer;
	margin: 15px 0px 0px 0px;
}
.chekb p {
	font-weight: 400;
	color: #777f87;
	font-size: 14px;
	margin: 0px !important;
	padding: 0px 0px 0px 40px !important;
	display: inline-block;
	vertical-align: middle;
}
.chekb p span {
	color: #f98700;
}
@media (max-width:991px){
#popup-gaidam .modal-dialog{
	margin-top:60px !important;
}
#popup-gaidam .modal-dialog .modal-content {
	padding: 30px 15px;
}
#popup-gaidam .modal-dialog .cross {
	right: 0px;
}
#popup-gaidam .modal-dialog .iners h1 {
	font-size: 30px;
}
#popup-gaidam-new .modal-dialog{
	margin-top:60px !important;
}
#popup-gaidam-new .modal-dialog .modal-content {
	padding: 30px 15px;
}
#popup-gaidam-new .modal-dialog .cross {
	right: 0px;
}
#popup-gaidam-new .modal-dialog .iners h1 {
	font-size: 30px;
}
label.centr {
	text-align: left !important;
}
}

@media (max-width:600px){
#popup-gaidam .modal-dialog .iners h1 {
	font-size: 25px;
}
#popup-gaidam-new .modal-dialog .iners h1 {
	font-size: 25px;
}
}
/* Hide the browser's default checkbox */
.chekb input {
	position: absolute;
	opacity: 0;
	left: 0px;
	cursor: pointer;
	height: auto !important;
	display: inline-block;
	width: auto !important;
}
.check1 label {
	display: inline-block;
	vertical-align: middle;
	margin: 0px !important;
	padding: 0px !important;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: -2;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #FFF;
	border: 1px solid #bbbbbb;
	border-radius: 50%;
}
/* When the checkbox is checked, add a blue background */
.chekb input:checked ~ .checkmark {
	background-color: #bbbbbb;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.chekb input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.chekb .checkmark:after {
	left: 10px;
	top: 4px;
	width: 8px;
	height: 17px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.slick-slide img
{
    border-radius: 10px;
}

.container
{
    max-width: 1440px;
}
.navbar-secondary .ct-list > li
{
    padding-left: 0px;
}



    .navbar-secondary .ct-list > li > a {
        color: #48474B;
        font-weight: 400;
        font-size: 15px;
            padding: 15px 15px;
            
    }
    
    .navbar-secondary .ct-list > li > a:hover
    {
        
        background-color: white;
    }
    
    
    .flogo {
    max-height: 40px;
}


.nav-profile-img {
    width: 32px;
    height: 32px;
    overflow: hidden;
   
    border-radius: 50%;
    margin: -10px 8px;
}

.navbar-brand
{
    padding : 8px 15px;
}


@media (max-width: 1435px) {
    .navbar-brand
    {
            display: block;
            text-align: center;
            max-width: 100%;
            width: 100%;
    }
    
    .navbar-brand img
    {
        margin : 0 auto;
    }
    
    .hamburger_img,
    .mobile_login_link{
        max-width: 45px;
    }
    
    .hamburger_a
    {
        text-align: center;
        display: block;
    }
    
    .mobile_menu
    {
        height : calc(100vh - 90px);
        width : 100%;
        top: 91px;
        position: fixed;
                z-index: 10;
        background-color: white;
    }
    
    .mobile_menu ul li
    {
        padding: 11px 25px;
        border-bottom : 1px solid #CED7DF;
        font-size: 16px;
        font-weight: 400;
    }
    
    .mobile_menu ul li a
    {
        color: #666;
    }
    
    .mobile_menu ul li.with_img
    {
        padding : 7px 25px;
        font-weight: 500;
    }
    
    .nav-profile-img
    {
        margin : 0px 0px;
        margin-right : 10px;
    }
    
    .mobile_menu .btn1
    {
        background: #fa840c;
	border: 1px solid #fa840c;
        width : 100%;
            display: inline-block;
        vertical-align: middle;
        text-align: center;
        padding: 10px 40px;
       
        text-align: center;
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
        outline: none;
        text-decoration: none;
        border-radius: 50px;
        
        margin-bottom: 10px;
        margin-top: 25px;
        max-width: calc(100% - 30px);
        margin-left: 15px;
    }
}


@media screen and (max-width: 500px)
{
    .btn1, .btn2
    {
        width : 100%;
    }
}


a:focus
{
    outline: none;
    background-color: transparent !important;
}
