@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:600,700,800&display=swap');
body {
	background: #fff;
	font-size: 16px;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}
p {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
}
h1, h2 {
	margin: 0;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
}
img {
	max-width: 100%;
}
button:focus {
	outline: none !important;
}
a {
	text-decoration: none !important;
}
::selection {
 background: #444;
 color: #eee;
}
.pad-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.pad-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pad-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pad-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pad-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.mar-top-10 {
	margin-top: 10px;
}
.mar-top-20 {
	margin-top: 20px;
}
.mar-top-30 {
	margin-top: 30px;
}
.mar-top-40 {
	margin-top: 40px;
}
.mar-top-50 {
	margin-top: 50px;
}
.mar-top-0 {
	margin-top: 0px;
}
.master-button {
	background: #7b1b1c;
	width: auto;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border: none;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 30px;
	letter-spacing: 1px;
 transition: all .3s ease;
}
.master-button:hover {
	color: #fff;
}
.master-button.outline {
	font-weight: 500;
	color: #ec0000;
	border: solid 2px #ec0000;
	background-color: transparent;
}
.owl-dots .owl-dot span:hover {
	background: #fffff !important;
	border: 1px solid #2e86c4 !important;
}
.owl-dots .owl-dot:hover span:before {
	opacity: 1;
	visibility: visible;
	background-color: #2e86c4 !important;
}
.owl-dots .owl-dot span {
	background: #fffcfd !important;
	width: 15px!important;
	height: 15px!important;
	margin: 0 8px 0 0!important;
	background: 0 0;
	border: 1px solid #8f8f8f!important;
 transition: .5s;
	border-radius: 50%;
	position: relative;
}
.owl-dots .owl-dot.active span {
	background: #fffcfd !important;
	width: 15px!important;
	height: 15px!important;
	margin: 0 8px 0 0;
	background: 0 0;
	border: 1px solid #2e86c4!important;
 transition: .5s;
	border-radius: 50%;
	position: relative;
}
.owl-dots .owl-dot.active span:before {
	opacity: 1;
	visibility: visible;
	background-color: #fec55c;
}
.owl-dots .owl-dot span:before {
	opacity: 1;
	visibility: visible;
	background-color: #2e86c4;
}
.owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #8f8f8f;
	border-radius: 50%;
	margin: 2px;
 transition: .5s;
}
.owl-carousel .owl-nav {
	margin: 0px;
}
.owl-carousel .owl-nav button {
	width: 60px;
	height: 60px;
	border-radius: 50% !important;
	border: none;
	padding: 0;
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.21);
}
.owl-carousel .owl-nav button span {
	display: none;
}
.owl-carousel .owl-nav button.owl-next {
	background: #fff url(../images/right-arrow.png) no-repeat center;
}
.owl-carousel .owl-nav button.owl-prev {
	background: #fff url(../images/left-arrow.png) no-repeat center;
}
.owl-carousel.middle-ctrl .owl-nav button {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	margin: 0;
}
.owl-carousel.middle-ctrl .owl-nav button.owl-next {
	right: 45px;
}
.owl-carousel.middle-ctrl .owl-nav button.owl-prev {
	left: 45px;
}
input, select, textarea {
	width: 100%;
	padding: 12px 15px;
	background: rgba(6, 79, 147, 0.08);
	color: #333;
	font-size: 14px;
	border: none;
	margin-bottom: 15px;
}
textarea {
	height: 135px;
	margin-bottom: 0px;
	resize: none;
}
input:focus, textarea:focus, button:focus, select:focus {
	outline: none;
}
select {
	padding-right: 35px;
	background-size: 12px;
	-webkit-appearance: block;
	-moz-appearance: block;
	appearance: block;
	height: 47px;
	background:#fff;
	color:#000;
}
 select::-ms-expand {
display: block;
}
/*.myselect:after {
width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #606060;
    position: absolute;
    top: 40%;
    left: 5px;
    content: "";
    z-index: 98;
	}*/
.top-header-area {
	/*background-color: #2e86c4;*/
	background-color:#fea500a3;
	padding-top: 12px;
	padding-bottom: 12px;
}
.myfluid {
	padding-left: 40px!important;
	padding-right: 40px!important;
}
.top-header-contact-info {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.top-header-contact-info li {
	display: inline-block;
	margin-right: 24px;
	position: relative;
	display: inline-block;
}
.top-header-contact-info li a {
	display: block;
	outline: 0!important;
	color: #000!important;
 transition: .5s;
	font-size: 16px;
	font-weight: 500;
}
.top-header-contact-info li a:hover {
	color:#fff!important;
}
.top-header-right {
	text-align: right;
}
.top-header-right {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.top-header-right li {
	margin-right: 10px;
	position: relative;
	
	display: inline-block;
}
.top-header-right ul{
	margin-bottom: 0rem;
}
.top-header-right li a {
	outline: 0!important;
    color: #fff;
    transition: .5s;
    font-size: 16px;
    font-weight: 500;
    display: block;
    background-color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #000;
    font-size: 16px;
    border-radius: 50%;
    position: relative;
}
.top-header-right li a i{
	left: 0;
    right: 0;
    top: 50%;
    margin-top: -.5px;
    position: absolute;
    transform: translateY(-50%);
}
.top-header-right li a:hover {
	color:#000;
}
header {
	padding: 13px 0px;
	background: #fff;
	width: 100%;
	box-shadow: 0 3px 6px 0 rgba(36, 39, 44, 0.1);
}
header .wsmenu-list .reviewSec a {
	display: inline-block;
	text-align: center;
	background-color: #1d409b;
	color: #fff;
	padding: 13.5px 35px 13px 35px;
	position: relative;
	transition: 2.5s;
	border-radius: 3px;
	border: none;
 font-size: fontSize: 15px;
	font-weight: 600;
}
header.fixed {
	position: fixed;
	top: 0;
	background: #fff;
	border: none;
	z-index: 99;
	width: 100%;
	left: 0;
	padding-bottom: 15px;
	box-shadow: 0 3px 6px 0 rgba(36, 39, 44, 0.1);
}


.banner-sec .owl-item::after {
    content: "";
    background: rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.banner-sec figcaption {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 0;
}
.banner-sec figcaption .container{
	max-width: 870px;
	width: 100%;
	margin: 0 auto;
}
.banner-sec figcaption span{
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.84);
}
.banner-sec figcaption h1{
	font-size: 52px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.84);
}
.banner-sec figcaption p{
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.84);
}
.banner-sec figcaption .master-button{
	margin-top: 50px;
}
.heading {
	margin-bottom: 25px;
}
.heading .subtitle {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 7px;
	letter-spacing: .5px;
}
.heading .subtitle span {
	color: #ec0000;
}
.heading h2 {
	font-size: 36px;
	font-weight: 700;
}
.formSec {
	background-color: #fff;
	max-width: 1160px;
	width: 100%;
	padding: 25px 45px;
	position: relative;
	top: -85px;
	z-index: 2;
	display: table;
	margin: 0 auto;
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.21);
	border-radius: 4px;
}
.formSec .formWrap {
	margin-left: -7px;
	margin-right: -7px;
}
.formSec .formItem {
	width: 20%;
	float: left;
	padding-left: 7px;
	padding-right: 7px;
}
.formSec label {
	font-size: 15px;
	color: #0d2933;
	font-weight: 500;
	margin-bottom: 10px;
}
.formSec input, .formSec select {
	border: solid 1px #e1e6eb;
	padding: 15px 15px;
	background-color: #fff;
	border-radius: 35px;
	margin-bottom: 0px;
	font-size: 13px;
}
.formSec input {
	background: #fff url(../images/calander.png) no-repeat right 12px center;
	padding-right: 30px;
}
.formSec .master-button {
	width: 100%;
	margin-left: 10px;
	border-radius: 3px;
	margin-top: 32px;
}
borser {
	margin-bottom: 50px;
	border: 1px solid red;
	padding: 15px;
}
.aboutSec {
	padding-bottom: 60px;
	margin-top: -30px;
}
.aboutSec .content {
	padding: 40px 35px;
}
.aboutSec p {
	font-weight: 400;
}
.roomSec {
	/*background: #f2f4fb url(../images/pattern.png) no-repeat center;*/
	background-size: cover;
}
.roomSec .heading {
	margin-bottom: 35px;
}
.roomSec .row {
	margin-left: -10px;
	margin-right: -10px;
}
.roomSec .row [class*='col'] {
 padding-left: 10px;
 padding-right: 10px;
}
.gridSec .imgWrap {
	height: 390px;
	overflow: hidden;
	margin: 10px 0px;
	position: relative;
}
.gridSec .imgWrap img {
 transition: all .3s ease;
	width: 100%;
}
.gridSec .imgWrap:hover img {
	transform: scale(1.07);
}
.gridSec .sm-grid .imgWrap {
	height: 185px;
}
.gridSec .content {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 35px 20px 20px;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, black 100%);
	color: #fff;
}
.gridSec .content .price-ico::before {
 content: "\f156";
 display: inline-block;
 vertical-align: middle;
 margin-right: 5px;
 font-family: FontAwesome;
}
.gridSec .content h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 7px;
}
.gridSec .content p {
	font-size: 15px;
	margin-bottom: 0px;
}
.chooseSec {
	position: relative;
}
.chooseSec .heading {
	margin-bottom: 55px;
}
.chooseSec .heading p {
	width: 80%;
	margin: 15px auto 0px auto;
}
.chooseSec .chooseWrap {
}
.chooseSec::before {
}
.chooseSec h3 {
	font-size: 17px;
	margin: 20px 0px;
}
.chooseSec p {
	font-size: 14px;
	line-height: normal;
}
.NchooseSec {
	position: relative;
}
.NchooseSec .heading {
	margin-bottom: 55px;
}
.NchooseSec .heading p {
	width: 80%;
	margin: 15px auto 0px auto;
}
.NchooseSec .chooseWrap {
	padding: 55px 0px 0px;
}
.NchooseSec::before {
 background: url(../images/choose-bgg.jpg) no-repeat center;
 background-size: cover;
 width: 30%;
 height: 100%;
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 z-index: -9;
}
.NchooseSec h3 {
	font-size: 17px;
	margin: 20px 0px;
}
.NchooseSec p {
	font-size: 14px;
	line-height: normal;
}

.mygallerySec {
	/*background: #f2f4fb url(../images/pattern.png) no-repeat center;
	background-size: cover;*/
	
   
    width: 100%;
	padding-top: 40px;
	padding-bottom: 0px;
	position: relative;
	z-index: 2;
	background-color: #f2f2f2;
	padding-bottom:40px;
}
.mygallerySec .inner {
	
}
/*@media only screen and (min-width: 1100px) and (max-width: 1300px) {
.mygallerySec .inner {
 max-width: 960px;
 padding-left: 50px;
 padding-right: 140px;
}
}
@media only screen and (min-width: 1301px) and (max-width: 1535px) {
.mygallerySec .inner {
 max-width: 960px;
 padding-left: 50px;
 padding-right: 140px;
}
}*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px!important;
}
}
.gallerySec {
	background-color: #fff;
	padding-top:40px;
	padding-bottom:40px;
}
.section-title {
	max-width: 650px;
	text-align: center;
	margin: -6px auto 35px;
}
.section-title .sub-title {
	display: block;
	margin-bottom: 12px;
	color: #1d409b;
	font-size: 15px;
	font-weight: 500;
}
.section-title h2 {
	font-size: 35px;
	margin-bottom: 0;
	line-height: 1.2;
	text-transform: capitalize;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #1a2238;
	font-weight: 700;
}
.teamdetailsec{
	margin-bottom:30px;
}
.teamdetailsec p{
	font-size: 15px;
    color: #666;
    line-height: 32px;
    text-align: justify; 
}
.MeetteammySec {
	background-color: #fff;
    padding-top: 50px;
	}
.single-team-box {
	margin-bottom: 30px;
	text-align: center;
}
.MeetteammySec .section-title{
	margin: -6px auto 19px!important;
}
.single-team-box.style-two .image, .single-team-box.style-two .image img {
	border-radius: 0px 50px 50px 50px;
}
.single-team-box.style-two .image {
	position: relative;
}

.single-team-box.style-two .image .share-btn {
	right: 0;
	bottom: 0;
}
.single-team-box .image .share-btn {
	right: 25px;
	bottom: 25px;
	width: 35px;
	height: 35px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	display: inline-block;
	color: #fff;
	background-color: #1d409b;
 transition: .5s;
}
.single-team-box .image .share-btn i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: -3px;
}
.single-team-box.style-two .image .social {
	right: 40px;
	bottom: -4px;
}
.single-team-box .image .social {
	position: absolute;
	right: 65px;
	bottom: 20px;
	padding-left: 0;
	margin-bottom: 0;
	opacity: 0;
 transition: .5s;
	visibility: hidden;
	list-style-type: none;
}
.single-team-box .image .social li {
	margin-right: 5px;
	display: inline-block;
}
.single-team-box .image .social li a.facebook {
	background-color: #4267b2;
}
.single-team-box .image .social li a {
	width: 35px;
	height: 35px;
	display: block;
	font-size: 16px;
	position: relative;
	border-radius: 50%;
	color: #fff;
	background-color: #666;
}
.single-team-box .content {
	margin-top: 25px;
}
.single-team-box .content h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #1a2238;
	font-weight: 700;
	line-height: 1.2;
}
.single-team-box .content span {
	display: block;
	color: #fec55c;
	font-size:15px;
}
.single-team-box:hover .image .social {
	opacity: 1;
	visibility: visible;
}

 .ng-star-inserted a i {
}
.ng-star-inserted p {
	line-height: 26px;
	text-align: justify;
	font-size:15px;
}
.single-team-box .image .social li a i {
	left: 0;
	top: 50%;
	right: 0;
	position: absolute;
	transform: translateY(-50%);
}
.single-team-box .image .social li a.twitter {
	background-color: #1da1f2;
}
.single-team-box .image .social li a.instagram {
	background: linear-gradient( 90deg, #ff3019 0, #c90477);
}
.single-team-box .image .social li a.linkedin {
	background-color: #2867b2;
}
.galleryscrollh3 {
	text-align: center;
	padding: 0px 20px 0px;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
}
.galleryscrollp {
	text-align: center;
	font-size: 13px;
	color: #111;
	padding: 0px 0px 0px;
	line-height: 15px;
	font-family: 'Poppins', sans-serif;
	margin:0px;
}
.gallerySec .owl-carousel.middle-ctrl .owl-nav button.owl-next {
	right: -30px;
}
.gallerySec .owl-carousel.middle-ctrl .owl-nav button.owl-prev {
	left: -30px;
}
.gallerySec .caption {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background: rgba(255, 255, 255, 0.73);
	color: #333;
	z-index: 9;
	padding: 20px;
	opacity: 0;
 transition: all .3s ease;
}
.gallerySec .item:hover .caption {
	opacity: 1;
}
.gallerySec .caption .middle {
	position: relative;
	transform: translateY(-50%);
	top: 50%;
	text-align: center;
}
.gallerySec .caption h3 {
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 24px;
}
.gallerySec .caption .zoom-ico {
	width: 25px;
	height: 25px;
	background: url(../images/zoom.png) no-repeat center;
	margin: 0 auto;
	background-size: 25px;
}
.testimonialSec {
	position: relative;
}
.testimonialSec .imgWrap {
	margin-top: 80px;
	background: url(../images/testimonial-bg.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 450px;
}
.testimonialSec .contentBox {
	background: #4090b0 url(../images/testBg.png) no-repeat left top;
	padding: 60px 35px;
	height: 550px;
	max-width: 590px;
	width: 100%;
	position: absolute;
	right: 15px;
	top: -60px;
	z-index: 2;
	color: #fff;
}
.testimonialSec .container {
	position: relative;
}
.testimonialSec .owl-carousel img {
	width: auto !important;
}
.testimonialSec .content {
	padding: 0px 45px;
	font-weight: 300;
	max-height: 195px;
	overflow: auto;
}
.testimonialSec .userSec {
	margin-top: 45px;
}
.testimonialSec .userSec .user {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: solid 3px #fff;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.testimonialSec .userDetail {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 500;
}
.testimonialSec .userDetail small {
	font-size: 13px;
	font-weight: 400;
	display: block;
}
.testimonialSec .userDetail p {
	margin: 0;
}
.testimonialSec .owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	bottom: -35px;
}
.testimonialSec .owl-carousel .owl-nav button {
	width: 40px;
	height: 40px;
	background-size: 9px;
	box-shadow: none;
}
.attrSec {
	padding-top: 100px;
}
.attrSec p {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}
.attrSec .owl-carousel .owl-nav button {
	width: 44px;
	height: 44px;
	background-size: 10px;
}
.attrSec .owl-carousel .owl-nav button.owl-next {
	right: -22px;
}
.attrSec .owl-carousel .owl-nav button.owl-prev {
	left: -22px;
}
.attrSec .tripadvisorSec {
	padding-top: 55px;
	padding-bottom: 55px;
}
.attrSec .attrSlide {
	padding-left: 30px;
}
/*footer{
	background-color: #222;
	padding-top: 20px;
	color: #eee;
}
footer hr{
	margin-bottom: 0px;
	border-color: #4f4e4e;
	margin-top: 24px;
}
footer .copyright{
	font-size: 12px;
	color: #ccc;
	padding: 20px 0px;
}
footer span{
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
	font-weight: 300;
}
footer span i{
	margin-right: 3px;
}
footer a{
	font-size: 16px;
	color: #fff;
	transition: all .3s ease;
}
footer a:hover{
	color: #4090b0;
}
footer .qkLinks a{
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .5px;
}
footer .qkLinks a::after{
	content: "|";
	display: inline-block;
	vertical-align: middle;
	margin: 0px 7px;
	color: #fff !important;
}
footer .qkLinks a:last-child::after{
	display: none;
}*/


.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 5px;
	right: 1px;
	z-index: 99;
}
.scroll {
	position: absolute;
	right: 15px;
	bottom: 20px;
	background: #fec55c url(../images/to-top.png) no-repeat center;
	background-size: 20px;
	width: 40px;
	height: 40px;
	margin: 0;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	border-radius: 50%;
}
/*.scroll:hover {
	background-color: #ec0000;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}*/
/*============== Inner Pages =============*/

.inner-banner {
	position: relative;
}
.inner-banner::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 content: "";
 background: rgba(0, 0, 0, 0.4);
}
.inner-banner .img-wrap {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.inner-banner .banner-caption {
	padding: 100px 0px;
	position: relative;
	z-index: 1;
}
.inner-banner .banner-caption * {
	color: #fff;
}
.inner-banner .banner-caption h1 {
	font-size: 36px;
	font-weight: bold;
}
.inner-banner .banner-caption h1::after {
 content: "";
 width: 30px;
 height: 3px;
 background: #fff;
 display: block;
 margin-top: 3px;
}
.inner-banner .banner-caption ul {
	margin-top: 20px;
}
.inner-banner .banner-caption ul li {
	display: inline-block;
	font-size: 13px;
	color: #eee;
}
.inner-banner .banner-caption ul li::after {
 content: "|";
 display: inline-block;
 vertical-align: middle;
 margin: 0px 10px;
 color: #fff !important;
}
.inner-banner .banner-caption ul li:last-child::after {
 display: none;
 margin: 0px;
}
.inner-banner .banner-caption ul li a:hover {
	color: #ec0000;
 transition: all .3s ease;
}
.about-page-sec p {
	font-size: 15px;
	line-height: 28px;
}
.about-page-sec p.blueTitle {
	color: #15255c;
	font-size: 18px;
	margin: 15px 0px;
	line-height: 29px;
	letter-spacing: 1px;
}
.specSlider {
	text-align: center;
	margin-top: 20px;
	background: #e8f8ff;
	padding: 20px 15px;
	border-radius: 5px;
}
.specSlider img {
	width: 60px !important;
	display: inline-block !important;
}
.specSlider h3 {
	font-size: 15px;
	margin: 15px 0 0 0;
	padding: 0px 20px;
	line-height: 20px;
}



/*============== Media Quries =============*/


@media only screen and (max-width: 1366px) {
 .chooseSec::before {
}
 .NchooseSec::before {
 width: 25%;
}
}
 @media only screen and (max-width: 1199px) {
 .gridSec .imgWrap {
 height: 315px;
}
 .gridSec .sm-grid .imgWrap {
 height: 147px;
}
 .gridSec .content h3 {
 font-size: 18px;
 margin-bottom: 4px;
}
 .gridSec .content p {
 font-size: 14px;
}
 .heading h2 {
 font-size: 28px;
}
 footer a, footer p {
 font-size: 13px;
}
	/*.banner-sec figcaption h1 {
	    font-size: 44px;
	    margin-bottom: 20px;
	}
	.banner-sec figcaption span {
	    font-size: 18px;
	    margin-bottom: 20px;
	}*/
	.specSlider h3 {
 padding: 0;
}
}
 @media only screen and (max-width: 1024px) {
 .gallerySec {
 padding:10px 0px 10px;
}
.dropdown-content {
 position: relative !important;
}
	/*.banner-sec .owl-carousel.middle-ctrl .owl-nav button{
		width: 44px;
	    height: 44px;
	    background-size: 10px;
	}
	.banner-sec .owl-carousel.middle-ctrl .owl-nav button.owl-prev {
	    left: 20px;
	}
	.banner-sec .owl-carousel.middle-ctrl .owl-nav button.owl-next {
	    right: 20px;
	}*/
	.wsmenu-list > li > a {
 margin: 0px 6px;
 font-size: 14px;
}
 header .wsmenu-list .reviewSec a {
 font-size: 12px;
 padding: 7px 11px;
}
 p {
 font-size: 14px;
 line-height: 24px;
}
 .testimonialSec .imgWrap {
 height: 400px;
}
 .testimonialSec .contentBox {
 height: 510px;
}
}
 @media only screen and (max-width: 991px) {
 header .container {
 width: 100%;
 padding-left: 25px;
 padding-right: 25px;
}
 .formSec {
 top: -8px;
}
 .aboutSec {
 padding: 30px 0px;
 margin-top: 0px;
}
 .aboutSec .content {
 padding: 0;
}
 .aboutSec .mar-top-20 {
 margin-top: 10px;
}
 .heading {
 margin-bottom: 15px;
}
 .master-button {
 font-size: 13px;
 font-weight: 400;
 padding: 10px 25px;
}
 .roomSec .heading {
 margin-bottom: 15px;
}
 .gridSec .sm-grid .imgWrap {
 height: 180px;
}
 .chooseSec::before {
 display: none;
}
 .chooseSec .chooseWrap {
}
 .chooseSec .heading {
 margin-bottom: 30px;
}
 .NchooseSec::before {
 display: none;
}
 .NchooseSec .chooseWrap {
 padding: 30px 15px;
}
 .NchooseSec .heading {
 margin-bottom: 30px;
}
 .attrSec .attrSlide {
 padding-left: 15px;
 margin-top: 20px;
}
 .about-page-sec p.blueTitle {
 font-size: 16px;
 line-height: 25px;
}
}
 @media only screen and (max-width: 768px) {
 .gallerySec {
 display: block !important;
 top:0px !important;
 padding:10px 0px 10px;
}
 header .wsmenu-list .reviewSec a {
 display: inline-block;
}
 .wsmenu-list > li {
 text-align: left;
}
 .wsmenu-list {
 text-align: left;
 margin: 10px 0 0;
}
	/*.banner-sec figcaption p{
		display: none;
	}
	.banner-sec figcaption .master-button {
	    margin-top: 0px;
	}
	.banner-sec figcaption h1 {
	    font-size: 26px;
	    margin-bottom: 15px;
	}
	.banner-sec figcaption span {
	    font-size: 17px;
	    margin-bottom: 15px;
	}*/
	header .logo {
 max-width: 75px;
}
 header .logo2 {
 max-width: 182px;
}
 .formSec {
 padding: 25px 20px;
}
 .gallerySec .owl-carousel.middle-ctrl .owl-nav button.owl-next {
 right: 0;
}
 .gallerySec .owl-carousel.middle-ctrl .owl-nav button.owl-prev {
 left: 0;
}
 .gallerySec .owl-carousel.middle-ctrl .owl-nav button {
 width: 50px;
 height: 50px;
 background-size: 10px;
}
 .attrSec .tripadvisorSec {
 padding-top: 100px;
 padding-bottom: 100px;
}
 .inner-banner .banner-caption h1 {
 font-size: 28px;
}
}
 @media only screen and (max-width: 767px) {
 .gallerySec {
 display: block !important;
 top:0px !important;
 padding:10px 0px 10px;
}
 .formSec .formItem {
 width: 100%;
 margin-bottom: 7px;
}
 .formSec .master-button {
 margin-top: 10px;
}
 .gridSec .sm-grid .imgWrap, .gridSec .imgWrap {
 height: auto;
}
 .heading h2 {
 font-size: 20px;
}
 .chooseSec .heading p {
 width: 100%;
}
 .chooseSec p {
 margin-bottom: 20px;
}
 .NhooseSec .heading p {
 width: 100%;
}
 .NchooseSec p {
 margin-bottom: 20px;
}
 .attrSec .owl-carousel .owl-nav button.owl-next {
 right: 0px;
}
 .attrSec .owl-carousel .owl-nav button.owl-prev {
 left: 0px;
}
 .attrSec .tripadvisorSec {
 padding-top: 15px;
 padding-bottom: 15px;
 text-align: center;
}
 .formSec .master-button {
 margin-left: 0px;
}
 .testimonialSec .imgWrap {
 margin-top: 0;
 background: #fff;
 height: auto;
}
 .testimonialSec .contentBox {
 padding: 60px 35px;
 height: auto;
 max-width: 100%;
 margin: 25px 0px 15px;
 position: initial;
}
 .testimonialSec .content {
 padding: 0px 25px;
 max-height: inherit;
 overflow: inherit;
}
 .attrSec {
 padding: 20px 0px;
}
 footer {
 text-align: center;
}
 footer .qkLinks {
 margin-top: 15px;
}
 .pad-60 {
 padding-top: 40px;
 padding-bottom: 40px;
}
 .heading .subtitle {
 font-size: 14px;
 margin-bottom: 4px;
}
 header {
 padding: 10px 0px;
}
 .animated-arrow {
 margin: 27px 10px 0 15px;
}
 .fixed .animated-arrow {
 margin: 27px 10px 0 15px;
}
 .wsmenuexpandermain .menuopen {
 margin-top: 20px;
}
 .about-page-sec p.blueTitle {
 margin-top: 0px;
}
 .about-page-sec {
 padding: 30px 0px;
}
 .inner-banner .banner-caption {
 text-align: center;
 padding: 50px 0px;
}
 .inner-banner .banner-caption ul {
 text-align: center;
 margin-top: 5px;
}
 .inner-banner .banner-caption h1::after {
 display: table;
 margin: 7px auto 0px auto;
}
}
 @media only screen and (max-width: 580px) {
/*.banner-sec .owl-carousel.middle-ctrl .owl-nav button.owl-next {
	    right: 10px;
	}
	.banner-sec .owl-carousel.middle-ctrl .owl-nav button.owl-prev {
	    left: 10px;
	}
	.banner-sec .owl-carousel.middle-ctrl .owl-nav button {
	    width: 35px;
	    height: 35px;
	    background-size: 8px;
	}*/
}
 @media only screen and (max-width: 520px) {
 .testimonialSec .contentBox {
 padding: 25px 15px 55px;
}
 .testimonialSec .content {
 padding: 0 0 0 15px;
}
 .testimonialSec .userSec {
 margin-top: 25px;
}
 .pad-60, .pad-50, .aboutSec {
 padding-top: 25px;
 padding-bottom: 25px;
}
 .mar-top-30 {
 margin-top: 20px;
}
	/*.banner-sec .container {
	    padding-right: 50px;
	    padding-left: 50px;
	}
	.banner-sec figcaption h1 {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.banner-sec figcaption span {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.banner-sec .master-button {
	    font-size: 11px;
	    font-weight: 400;
	    padding: 7px 15px;
	    border-radius: 3px;
	}*/
	.inner-banner .banner-caption h1 {
 font-size: 25px;
}
}
.pad-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pt-100, .ptb-100 {
	padding-top: 100px;
}
.chooseSec {
/*background: #fff url(../images/choose-bg.png) no-repeat right center;*/
  
}
.chooseSec .heading {
	margin-bottom: 0px;
	text-align: center;
}
.sessionhead a {
	color:#1a2238!important;
	text-align:center;
	font-size: 22px!important;
	font-weight: 700;
	line-height: 1.2;
}
.sessionhead a:hover {
	color:#1d409b!important;
	padding-right:0px!important;
}
.sessionhead {
	font-size: 22px;
	margin-bottom: 15px;
}
.chooseWrap h3 {
	font-size: 22px;
	margin: 0px 0px 15px;
}
.chooseWrap p {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 1.8;
	text-align:center;
	font-family: "Noto Sans JP", sans-serif;
	color:#666;
}
.sessa {
	display: inline-block;
	position: relative;
	margin-top: 5px;
	padding-right: 15px;
	color: #1d409b;
	font-size: 15px;
	font-weight: 500;
}
.sessa i {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 21px;
}
.sessa:hover {
	color: #1a2238;
	padding-right: 20px;
}
.chin {
	text-align: center;
	padding: 10px;
}
}
.courseSec {
	background: #f5f6f8;
}
.courseSec h3 {
	font-size: 20px;
	font-weight: 600;
	color: #3e8577;
	line-height: 25px;
	margin-bottom: 15px;
}
.courseSec h3 a {
	color: #3e8577;
}
.courseSec .img-wrap {
	background-color: #ccc;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 25px;
}

.dropdown {
	position: relative;
	display: inline-block;
	color:#000;
	z-index: 9;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 0px;
	top: 100%;/*z-index: 1;*/
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown-content li {
	line-height:30px;
	padding: 8px 8px;
	color:#333;
}
.dropdown-content li a {
	font-family: 'Nunito', sans-serif;
	color:unset;
	font-size:14px;
	display:block;
	position:relative;
}
.dropdown-content li:hover {
	color:#fff;
	font-family: 'Nunito', sans-serif;
	background:#1d409b;
}
.dropdown-content li a:hover {
}
.blog-entry {
	margin-bottom: 15px;
}
.blog-entry {
	overflow: hidden;
}
.block-20 {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: block;
	width: 100%;
	height: 270px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	border-radius: 0px;
}
/*.block-20:hover {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
	height: 270px;
}*/
.blog-entry .text {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 0px !important;
	padding: 25px 0 0;
	float: right !important;
}
.blog-entry .topp {
	position: absolute;
	top: -6.0em;
	left: 0;
	padding: 5px 15px;
	/*background: #2e86c4;*/
	background:#fec55c;
	border-radius: 0 30px 0 0;
	display: flex !important;
	align-items: center !important;
	margin-bottom: 1.5rem !important;
}
.blog-entry .one {
	width: 64px;
}
.blog-entry .two {
	width: calc(100% - 64px);
}
.blog-entry span.day {
	font-size: 50px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
}
.blog-entry span.yr, .blog-entry span.mos {
	display: block;
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
}
.blog-entry .text .heading {
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 600;
	color: #272727;
	line-height: 1.3;
	min-height: 34px;
	max-height: 56px;
}
.blog-entry .text p {
	text-align: justify;
	font-size: 15px;
	color: #666;
}
.bloga {
	color:#000;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 500;
}
.bloga:hover {
	color:#1a2238;
}
.bloga i {
	padding-left:5px;
}
.bloga:hover i {
	padding-left:7px;
}
.mybu {
	padding-left: 0;
	margin-bottom: 12px;
	list-style-type: none;
}
.mybu li {
	display: inline-block;
	margin-right: 15px;
	color: var(--optionalColor);
	position: relative;
	padding-left: 23px;
}
.mybu li i {
	position: absolute;
	left: 0;
	top: 1px;
	color:#1d409b;
	font-size: 18px;
}
.mybu li first {
}
.mybu li second {
}
.bx-purchase-tag:before {
	content: "\eb2b";
}
.bx-user-circle:before {
	content: "\ebc1";
}
/**********************/

.sectionmysec {
	border-radius: 5px;
	text-align: center;
	padding: 35px 25px;
	margin-bottom: 30px;
	border: 1px solid #e9eef3;
}
/********************/
.aubansec .owl-nav {
	display:none;
}
.banner-content {
	max-width: 620px;
	margin-left: auto;
	position: relative;
	padding-top: 150px;
	padding-right: 15px;
	padding-bottom: 95px;
}
.banner-content h1 {
	text-transform: capitalize;
	font-size: 50px;
	margin-bottom: 20px;
	margin-top: -15px;
	color: #1a2238;
	font-weight: 700;
	line-height: 1.2;
	font-family:"Noto Sans JP", sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.banner-content p {
	max-width: 620px;
	font-size: 16px;
	color: #1a2238;
	margin-bottom: 15px;
	line-height: 1.8;
	margin-top: 0;
	font-family:"Noto Sans JP", sans-serif;
}
p {
	font-family:"Noto Sans JP", sans-serif;
}
.btn-box {
	margin-top: 30px;
}
.default-btn {
	display: inline-block;
	text-align: center;
	background-color: #fec55c;
	color: #fff;
	padding: 13.5px 60px 13px 35px;
	position: relative;
 transition: .5s;
	border-radius: 3px;
	border: none;
	font-size: 15px;
	font-weight: 600;
}
.banner-content .video-btn {
	top: 50%;
	z-index: 6;
	width: 90px;
	right: -145px;
	height: 90px;
	font-size: 60px;
	position: absolute;
	border-radius: 50%;
	margin-top: -50px;
	text-align: center;
	display: inline-block;
	color: #1d409b;
	transform: translateY(-50%);
	background-color: #fff;
}
.banner-content .video-btn:before {
	animation: ripple 2s linear infinite;
}
.banner-content .video-btn:after, .banner-content .video-btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #fff;
}
.banner-content .video-btn i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 31px;
}
.banner-content .video-btn:after {
	animation: ripple 2s linear 1s infinite;
}
.banner-content .video-btn:hover {
	color: #fff;
	background-color: #1d409b;
}
.default-btn:hover {
	background-color: #1a2238;
	color: #fff;
}
.default-btn i {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}
.mydefault-btn {
	margin-left: 15px;
	display: inline-block;
	text-align: center;
	background-color: #1a2238;
	color: #fff;
	padding: 13.5px 60px 13px 35px;
	position: relative;
 transition: .5s;
	border-radius: 3px;
	border: none;
	font-size: 15px;
	font-weight: 600;
}
.mydefault-btn:hover {
	background-color: #1d409b;
	color: #fff;
}
.mydefault-btn i {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}
.mydebutton {
	top: 50%;
	z-index: 2;
	width: 90px;
	right: -145px;
	height: 90px;
	font-size: 60px;
	position: absolute;
	border-radius: 50%;
	margin-top: -50px;
	text-align: center;
	display: inline-block;
	color: #1d409b;
	transform: translateY(-50%);
	background-color: #fff;
}
.mydebutton:before {
	animation: ripple 2s linear infinite;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #fff;
}
.bx {
	font-family: boxicons!important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	display: inline-block;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.banner-image {
	z-index: 4;
	height: 100%;
	position: relative;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.partner-area partner-inner {
	margin-top: -115px;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 30px;
}
@media only screen and (min-width: 1356px) and (max-width: 1535px) {
.partner-area partner-inner .inner {
 max-width: 960px;
 padding-left: 50px;
 padding-right: 140px;
}
}
.partner-area.partner-inner .inner {
	max-width: 1075px;
	padding-left: 75px;
	padding-right: 130px;
}
/**********************/
.AboutmySec {
    background-color: #fff;
    padding-top: 50px;
}
.bg-d8eafe {
/*background-color: #d8eafe;*/
}

.aboutdetailsec{
	margin-bottom:30px;
}
.aboutdetailsec h2{
	font-size:30px;
	color:#000;
	font-weight:600;
	margin-bottom:15px;
	text-transform:capitalize;
	text-align: center;
}
.aboutdetailsec p{
	font-size: 15px;
    color: #666;
    line-height: 33px;
    text-align: justify; 
	margin-bottom: 15px;
}
.flaticon-computer:before {
	content: "\f104";
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #1a2238;
	font-weight: 700;
}
/**************************/


.footer-area {
	/*background-color: #3089c8;*/
	
	background-color:#fea500a3;
	
}
.single-footer-widget {
	margin-bottom: 30px;
}
.single-footer-widget .logo {
	margin-bottom: 20px;
}
.d-inline-block {
	display: inline-block!important;
}
.single-footer-widget p {
	/*color: #fff;*/
	
	color:black;
	
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 34px;
	text-align:justify;
}
.single-footer-widget .social-links {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 20px;
}
.single-footer-widget .social-links li {
	display: inline-block;
	margin-right: 8px;
}
.single-footer-widget .social-links li a:hover {
	background-color: #1d409b;
	color: #fff!important;
}
.single-footer-widget .social-links li a {
	display: block;
	background-color: #fff;
	width: 33px;
	height: 33px;
	text-align: center;
	color: #373737;
	font-size: 17px;
	border-radius: 50%;
	position: relative;
}
.single-footer-widget .social-links li a i {
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -.5px;
	position: absolute;
	transform: translateY(-50%);
}
.single-footer-widget h3 {
	font-size: 20px;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 25px;
	/*color:#fff;*/
	color:black;
}
.single-footer-widget h3:before {
	left: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
	content: "";
	position: absolute;
	/*background-color: #fff;*/
	background-color:black;
}
.single-footer-widget .links-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.single-footer-widget .links-list li {
	margin-bottom: 10px;
	margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    list-style: none;
}
.single-footer-widget .links-list li:before {
    position: absolute;
    content: '\f105';
    left: 0;
    top: 0;
    font-size: 16px;
    /*color: #fff;*/
	color:black;
    font-family: 'FontAwesome';
}
.single-footer-widget .links-list li a {
	position: relative;
	display: inline-block;
	/*color: #fff;*/
	color:black;
	font-size: 15px;
}
.single-footer-widget .links-list li a:hover {
	color: #e3dcdc;
}
.single-footer-widget .links-list li a:hover:before {
	width: 100%;
}
.single-footer-widget .links-list li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #fff;
	width: 0;
 transition: .2s;
}
.single-footer-widget .footer-contact-info {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.single-footer-widget .footer-contact-info li {
	margin-bottom: 8px;
    /*color: #fff;*/
	color:black;
    line-height: 30px;
	padding-left: 30px;
    position: relative;
}
.single-footer-widget .footer-contact-info li i{
	position: absolute;
    font-size: 20px;
  width:20px;
    line-height: 52px;
    text-align: center;
  
    position: absolute;
    left: 0;
    top: -10px;
 
}
li {
	font-size:15px;
	font-family: "Noto Sans JP", sans-serif;
}
.single-footer-widget .footer-contact-info li a:hover {
	color: #fff;
}
.single-footer-widget .footer-contact-info li a {
	/*color: #fff;*/
	color:black;
}
.copyright-area {
	margin-top: 15px;
	border-top: 1px solid #eee;
	padding-top: 18px;
	padding-bottom: 18px;
}
.align-items-center {
	align-items: center!important;
}
.copyright-area p {
	font-family: "Noto Sans JP", sans-serif;
font-size:15px;
	text-align:center;
	color:#000;
}
.copyright-area p strong {
	font-weight: 600;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
}
.copyright-area p a {
	font-weight: 600;
	outline: 0!important;
	color: #000;
 transition: .5s;
	font-Size: 15px;
}
.copyright-area p a:hover {
	font-weight: 600;
	color: #1d409b;
}
.copyright-area ul {
	padding-left: 0;
	margin-bottom: 0;
	text-align: right;
	list-style-type: none;
}
.copyright-area ul li:first-child {
	margin-left: 0;
}
.copyright-area ul li {
	position: relative;
	display: inline-block;
	color: #666;
	margin-left: 13px;
	margin-right: 13px;
}
.copyright-area ul li a {
	display: block;
	color: #666;
}
.copyright-area ul li a:hover {
	color: #1d409b;
}
 .newsletter-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.newsletter-form .form-group input[type=email] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    height: 48px;
    font-size: 16px;
    color: #fffff;
    background-color: none;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
	border: 1px solid #0a0a0a;
	 color:#fff!important
}
.newsletter-form .form-group input::placeholder{
	color:#fff!important;
}
.footer-style-two .newsletter-form .form-group button {
    width: 100%;
    border-radius: 0;
	cursor: pointer;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
        color: #0c0c0c;
    padding: 7px 36px 7px;
    font-weight: 700;
    overflow: hidden;
    overflow: hidden;
    background: 0 0;
    text-transform: capitalize;
    border: 2px solid #daa442;
width:100%;
}
.btn-style-one:hover {
	color:#000;
	background:#fea500;
	border: 2px solid #f3e7e700;
}
.btn-style-one:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ff4136;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
}
.btn-style-one .txt {
    position: relative;
    z-index: 1;
}
/************************* */


 .lets-talk-area.bg-d8eafe {
	background-image: unset!important;
	background-color: #d8eafe;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.lets-talk-content {
	text-align: center;
	color: #fff;
}
.lets-talk-area.bg-d8eafe .lets-talk-content h2 {
	color: #1a2238;
}
.lets-talk-content h2 {
	font-size: 35px;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.lets-talk-area.bg-d8eafe .lets-talk-content p {
	opacity: 1;
	color: #666;
	max-width: 540px;
 font-size: 15px margin-bottom: 15px;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
}
.lets-talk-area.bg-d8eafe .lets-talk-content .default-btn {
	color: #fff;
	background-color: #1d409b;
	margin-top: 10px;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	padding: 13.5px 60px 13px 35px;
	position: relative;
 transition: .5s;
	border-radius: 3px;
	border: none;
	font-size: 15px;
	font-weight: 600;
}
.lets-talk-area.bg-d8eafe .lets-talk-content .default-btn i {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}
.lets-talk-area.bg-d8eafe .lets-talk-content .default-btn:hover {
	color: #fff;
	background-color: #1a2238;
}
.pt-100, .ptb-100 {
	padding-top: 100px;
}
.ptb-100 {
	padding-bottom: 100px;
}
/**************************/
.familydetailsec{
	margin-bottom:30px;
}
.familydetailsec p{
	font-size: 15px;
    color: #666;
    line-height: 32px;
    text-align: justify; 
}
.familydetailsec h2{
	font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
}

.FamilymySec  h4{
	font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.FamilymySec {
	background-color: #fff;
    padding-top: 50px;
	}

.FamilymySec .section-title{
	margin: -6px auto 19px!important;
}
.services-area.bg-image {
	
}
.services-area {
	z-index: 1;
	position: relative;
}

.section-title {
	max-width: 650px;
	text-align: center;
	margin: -6px auto 35px;
}
.services-area.bg-image .section-title h2 {
	color: #000;
}
.services-area.bg-image .section-title p {
	
	color: #000;
}
.single-testimonials-box {
    margin-bottom: 30px;
}
.single-testimonials-box .desc {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 40px;
    position: relative;
    z-index: 1;
}
.back-icon{
	
position: absolute;
    right: 9px;
    bottom: -8px;
    z-index: -1;
    color: #000;
    line-height: 1;
    opacity: .05;
    font-family: boxicons;
    font-size: 86px;
}
.testsec .owl-dots {
    display: block;
	right: 0;
    left: 0;
    bottom: 35px;
    position: absolute;
    margin-top: 10px!important;
}
/*.single-testimonials-box .desc:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    z-index: -1;
    color: #000;
    line-height: 1;
    opacity: .05;
    font-family: boxicons;
    font-size: 100px;
}*/

/*.single-testimonials-box .desc:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    z-index: -1;
    color: #000;
    line-height: 1;
    opacity: .05;
    font-family: boxicons;
    font-size: 100px;
}*/
.desc:after {
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    height: 60px;
    bottom: -35px;
    position: absolute;
    z-index: -1;
    background-color: #f5f5f5;
    -webkit-clip-path: polygon(0 0,100% 0,0 100%,0 100%);
    clip-path: polygon(0 0,100% 0,0 100%,0 100%);
}


.single-testimonials-box .desc {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 40px;
    position: relative;
    z-index: 1;
}
.single-testimonials-box .client-info {
    margin-top: 50px;
    margin-left: 15px;
}
.align-items-center {
    align-items: center!important;
}

.justify-content-center {
    justify-content: center!important;
}
.align-items-center {
    align-items: center!important;
}

.justify-content-center {
    justify-content: center!important;
}
.single-testimonials-box .client-info .title {
    margin-left: 15px;
}
.single-testimonials-box .client-info .title h3 {
    font-size: 17px;
    margin-bottom: 7px;
}
.single-testimonials-box .client-info .title span {
    display: block;
    color: #666;
	font-size:12px;
}
.single-testimonials-box .client-info img {
    width: 50px!important;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #2e86c4;
}
/**********************/
.GlobalmySec {
    background-color: #fff;
    padding-top: 50px;
}
.GlobalmySec .section-title {
    margin: -6px auto 19px!important;
}
.globaldetailsec {
    margin-bottom: 30px;
}
.globaldetailsec h2 {
   font-size: 23px;
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: left;
    margin-top: 20px;
    font-weight: 500;
}

.globaldetailsec ul{
	list-style-type: none;
    padding-left: 0;
    margin-top: 27px;
    margin-bottom: 20px;
}
.globaldetailsec ul li{
	
	color: #1a2238;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}
.globaldetailsec ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color:#1d409b;
}





/**********************/
.myselect select {
	font-size:15px;
}
.services-area {
	z-index: 1;
	position: relative;
}
.bg-d8eafe {
	background-color: #0d4ae81f;
}
.services-area.bg-d8eafe:before, .services-area.bg-f5f5f5:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 100px;
	background-color: #fff;
}
p:last-child {
	margin-bottom: 0;
}
.section-title p {
	
	margin-top: 15px;
}
.justify-content-center {
	justify-content: center!important;
}

/***********************/

.pt-50{
	padding-top:50px;
}
.inner-contentmy h3{
	
	font-size: 30px;
}
.inner-contentmy p{
	line-height: 2.2;
    text-align: justify;
}

.default-btn i {
	position: absolute;
	right: 35px;
	top: 54%;
	transform: translateY(-50%);
	font-size: 18px;
}
.single-main-services .image {
	text-align: center;
}
.main-services-slides .owl-carousel .owl-nav.disabled {
	display: block;
}
.main-services-slides .owl-theme .owl-dots {
	display: none!important;
}
.main-services-slides .owl-theme .owl-nav [class*=owl-] {
 position: absolute;
 left: -50px;
 top: 50%;
 transform: translateY(-50%);
 width: 35px;
 height: 35px;
 border: 1px solid #1d409b;
 color: #1a2238;
 background-color: initial;
 border-radius: 50%;
 padding: 0;
 margin: 0;
 transition: .5s;
 font-size: 14px;
 display: inline-block;
 cursor: pointer;
}
.main-services-slides .owl-theme .owl-nav i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main-services-slides .owl-theme .owl-nav .owl-next {
	left: auto;
	right: -50px;
}
.main-services-slides .owl-theme .owl-nav:hover {
	color: #fff;
	background-color: #1d409b;
}
.main-services-slides .owl-theme .owl-nav .owl-next {
	left: auto;
	right: -50px;
}
.main-services-slides .owl-carousel .owl-nav button.owl-prev {
	background: none;
}
.main-services-slides .owl-carousel .owl-nav button.owl-next {
	background: none;
}
.logos-sec .owl-carousel .owl-item img {
	display: block;
	width: unset!important;
}
.rate-form.bg-fdebeb {
	background-color: #1d409b;
}
.rate-form {
	padding: 35px 45px;
	background-color: #d8eafe;
}
.rate-form .rate-content {
	margin-bottom: 25px;
	text-align: center;
}
.rate-form.bg-fdebeb .rate-content span {
	color: #606060;
}
.rate-form.bg-fdebeb .rate-content h3 {
	color: #ffffff;
	text-transform: uppercase;
}
.rate-form .rate-content h3 {
	font-size: 36px;
	color: #ffffff;
	margin-top: 0px;
}
.form-group {
	margin-bottom: 1rem;
}
.rate-form.bg-fdebeb label {
	color: #ffffff;
}
.rate-form label {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 16px;
}
.rate-form .form-group .form-control {
	background-color: #ffffff;
	border: none;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	height: 47px;
	border-radius: 0;
	color: #606060;
	width: 100%;
	font-size: 16px;
}
.rate-form textarea {
	height: 100px;
	margin-bottom: 0px;
	resize: none;
	background:#fff;
}
.pt-m50 {
	padding-top: 40px;
}
.myregister {
	max-width: 600px!important;
	margin-top: 50px!important;
}
.myregister .divs {
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	padding: 26px 36px 18px;
	background: #1d409b!important;
	margin-bottom: 28px;
}
.divs .font-weight-bold {
	font-weight: 500!important;
	font-size: 25px!important;
	color:#fff!important;
}
.myregister .dform {
	padding-bottom:20px;
}
.myregister .dform .form-control {
	height: 46px !important;
}
.myregister .dform label {
	font-size: 15px;
	color:#000;
}
.myregister .dform input {
	font-size: 15px;
	font-size:14px;
	color:#000;
	height: 46px !important;
}
.myregister .dform textarea {
	font-size: 15px;
	color: #000;
	background: #fff;
	border: 1px solid #ced4da;
	height: 90px;
}
.myregister .dform select {
	font-size: 15px;
	width:100%;
	height: 46px !important;
	border: 1px solid #ced4da!important;
	color:#000;
}
.myregister .modal-content {
	border-radius:20px;
}
.divs .close {
	float: right;
	font-size: 2.5rem!important;
	font-weight: 700;
	line-height: 1;
	color: #fff!important;
	text-shadow: 0 1px 0 #fff;
	opacity: 1.5!important;
}
.fu {
	text-align:center;
}
.fu button {
	width: max-content;
	padding: 10px 25px;
	text-align: center;
	margin: auto;
	font-size: 15px;
	background: #1d409b!important;
}

/***********coomon style*/

.banner-sec [class*="col-"] {
 padding: 0px;
}
.banner-sec .bannerImg, .banner-sec .bannerContent {
	height: 540px;
}
.banner-sec .bannerImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
}
.banner-sec .bannerContent {
	position: relative;
	right:55%;
}
.banner-sec .bannerContent .middle {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	right: 0px;
	padding-right: 0px;
}
.banner-sec .bannerContent h1 {
	font-size: 25px;
	font-weight: 600;
	text-align:right;
	color: #333;
	line-height: 56px;
	margin-bottom: 0px;
}
.banner-sec .bannerContent p {
	font-size: 30px;
	line-height: 56px;
	font-weight: 700;
	text-align:right;
	color: #f12929;
	margin-bottom: 30px;
	text-transform:uppercase;
}
.custom-nav {
	margin-top: 33px;
}
.custom-nav.disabled {
	display: none;
}
.custom-nav button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	margin-right: 8px;
	padding: 0px 16px;
	background-color: transparent;
	border: solid 1px #444;
	color: #444;
	font-size: 22px;
 transition: all .3s ease;
}
.custom-nav button:hover {
	color: #ec0000;
	border-color: #ec0000;
}
.commonBg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media only screen and (max-width: 1199px) {
 .banner-sec .bannerContent h1 {
 font-size: 24px;
 line-height: 0px;
 margin-bottom: 25px;
}
 .banner-sec .bannerContent p {
 margin-bottom: 15px;
 width: 100%;
}
}
@media only screen and (max-width: 1024px) {
 .banner-sec .bannerImg, .banner-sec .bannerContent {
 height: 367px;
}
}
@media only screen and (max-width: 991px) {
 .banner-sec .container {
 width: 100%;
}
 .banner-sec .bannerContent .middle {
 left: 35px;
 padding-right: 35px;
}
}
@media only screen and (max-width: 768px) {
 .banner-sec .bannerContent h1 {
 font-size: 25px;
 line-height: 36px;
 margin-bottom: 10px;
}
 .banner-sec .bannerContent p {
 font-size: 14px;
}
 .banner-sec .bannerContent .middle {
 left: 35px;
 padding-right: 15px;
}
 .master-button {
 margin-right: 3px;
}
 .banner-sec .bannerImg, .banner-sec .bannerContent {
 height: 367px;
}
}
 @media only screen and (max-width: 767px) {
 .blogp {
 text-align:justify;
 height:auto !important;
}
 .banner-sec .bannerImg {
 position: relative;
 width: 100%;
}
 .banner-sec .bannerContent {
 height: auto;
 position: absolute;
 transform: translateY(-50%);
 top: 50%;
 width: 75%;
}
 .banner-sec .bannerContent h1, .banner-sec .bannerContent p {
 color: #fff;
}
 .banner-sec .bannerImg::after {
 content: "";
 background-color: rgba(0, 0, 0, 0.45);
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
}
 @media only screen and (max-width: 420px) {
 .banner-sec .bannerContent {
 width: 100%;
}
 .banner-sec .bannerContent .middle {
 left: 20px;
 padding-right: 0;
 right: 20px;
}
 .banner-sec .bannerImg {
 height: 430px;
}
}
/*end common style***********/

.banner-title-area {
	/*background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;*/
	padding: 100px 0px 100px;
    z-index: 1;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-title-content {
	text-align: center;
}
.banner-title-content h1 {
	color: #fff;
	margin-bottom: 0;
	font-size: 40px;
	position:relative;
}
.myoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: .7;
	background: #0000004d;
}
/*Career Page*/

.myprayerboxnew {
	background-color: #fff;
	padding: 25px 25px;
	/* border: 2px solid #eed4d4; */
    margin-bottom: 30px;
	border-radius: 13px;
	box-shadow: 0 0px 14px 8px #e3e3e3;
	display: inline-block;
	width: 100%;
}
.myprayerboxnew h4 a {
	font-size: 25px;
	font-weight: 500;
	color:#000;
}
.myprayerboxnew h4 {
	margin-bottom:15px;
	text-align:center;
}
.myprayerboxnew p {
	color: #666;
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 1.8;
	text-align:center;
}
.career {
	padding:0px 15px;
}
.career p {
	color: #666;
	font-size: 15px;
	margin-bottom: 15px;
line-height: 33px;
	text-align:justify;
}
.career h3 {
	margin-top: 25px;
	font-size: 20px;
	margin-bottom: 15px;
	color: #1a2238;
	font-weight: 700;
	line-height: 1.2;
}
.career ul {
	padding-left: 15px;
}
.career ul li {
	color: #666;
	margin-bottom: 12px;
	text-align:justify;
	list-style:unset;
	line-height: 33px;
}
.my-form.bg-fdebeb {
	background-color: #1d409b;
}
.my-form {
	padding: 35px 45px;
	background-color: #d8eafe;
	margin-left: 15px;
}
.my-form .rate-content {
	margin-bottom: 25px;
	text-align: center;
}
.my-form.bg-fdebeb .rate-content span {
	color: #606060;
}
.my-form.bg-fdebeb .rate-content h3 {
	color: #ffffff;
	text-transform: uppercase;
}
.my-form .rate-content h3 {
	font-size: 36px;
	color: #ffffff;
	margin-top: 0px;
}
.form-group {
	margin-bottom: 1rem;
}
.my-form.bg-fdebeb label {
	color: #ffffff;
	margin-bottom: 10px;
}
.my-form label {
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 16px;
}
.my-form .form-group .form-control {
	background-color: #ffffff;
	border: none;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	height: 47px;
	border-radius: 0;
	color: #606060;
	width: 100%;
	font-size: 16px;
	margin-bottom: 15px;
}
.my-form textarea {
	height: 100px;
	margin-bottom: 0px;
	resize: none;
	background:#fff;
}
.ratefu {
	text-align: center;
}
.ratefu button {
	width: max-content;
	padding: 10px 25px;
	text-align: center;
	margin: auto;
	font-size: 15px;
	border: 1px solid #fff!important;
	background: #1d409b!important;
}
/*Blog Detail start*/

.blogdetailsec{
	padding:0px 15px;
}

.blogdetailsec p{
	text-align: justify;
    color: #666;
    font-size: 15px;
    line-height: 33px;
}
.widget-title{
	padding-bottom: 30px;
   
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    background: #1d409b;
    color: #fff;
    padding: 5px 13px;
    margin-bottom: 20px;
}

.rpwe-block ul {
	list-style:none!important;
	margin-left:0!important;
	padding-left:0!important;
}
.rpwe-block li {
	border-bottom:1px solid #eee;
	margin-bottom:10px;
	padding-bottom:10px;
	list-style-type: none;
}
.rpwe-block a {
	display:inline!important;
	text-decoration:none;
}
.rpwe-block h3 {
	background:none!important;
	clear:none;
	margin-bottom:0!important;
	margin-top:0!important;
	font-weight:400;
	font-size:12px!important;
	line-height:1.5em;
}
.rpwe-thumb {
	border:1px solid #EEE!important;
	box-shadow:none!important;
	margin:2px 10px 2px 0;
	padding:3px!important;
}
.rpwe-summary {
	font-size:12px;
}
.rpwe-time {
	color:#bbb;
	font-size:11px;
}
.rpwe-comment {
	color:#bbb;
	font-size:11px;
	padding-left:5px;
}
.rpwe-alignleft {
	display:inline;
	float:left;
	width: 55px;
	height: 55px;
}
.rpwe-alignright {
	display:inline;
	float:right;
}
.rpwe-aligncenter {
	display:block;
	margin-left: auto;
	margin-right: auto;
}
.rpwe-clearfix:before, .rpwe-clearfix:after {
	content:"";
	display:table !important;
}
.rpwe-clearfix:after {
	clear:both;
}
.rpwe-clearfix {
	zoom:1;
}
.mudtae {
	font-size: 11px;
	color: #000;
}
	

/*blog detail end*/

/****start contact details**********/
.contactSec {
    background-color: #fff;
    padding-top: 50px;
}
.contactform{
padding: 20px;
    margin-bottom: 30px;
    background-color: var(--whiteColor);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 16%);
}
.contactform .form-group {
    margin-bottom: 20px;
}
.contactform .form-group label{
    margin-bottom: 10px;
	color:#151515;
	font-size:16px;
	font-weight:500;
}
.contactform .form-group .form-control{
	border: 1px solid #eee!important;
	padding-left: 15px;
	padding-left: 15px;
   
    color: #1a2238;
    font-size: 15px;
    box-shadow: unset!important;
    transition: .5s;
    background-color: #eeefef!important;
}

.contactform .form-group input{
	height: 47px;
}
.contactform .form-group textarea{
	height: 100px;
}
.contact-info-box {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #eeefef;
}
.contact-info-box .icon {
	text-align: center;
    line-height: 1;
    font-size: 40px;
    margin-bottom: 20px;
    color: #1d409b;
}
.contact-info-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
	color: #1a2238;
    font-weight: 700;
	text-align: center;
}
.contact-info-box p {
    font-size: 14px;
	text-align: center;
	color: #000;
   
}
.contact-info-box a {
    font-size: 14px;
	text-align: center;
	color: #000;
   
}
/************* end contact detrails ********
*/
/*---------------------------
	Signup model
	-----------------------------*/
.singnup-modal h1 {
	font-weight: bold;
	margin: 0;
	font-size: 46px;
}
.singnup-modal h2 {
	text-align: center;
}
.singnup-modal p {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
	color: #fff;
}
.singnup-modal span {
	font-size: 12px;
}
.singnup-modal a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	margin: 15px 0;
}
.singnup-modal button {
	border-radius: 20px;
	border: 1px solid #1d409b;
	background-color: #1d409b;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}
.singnup-modal button:active {
	transform: scale(0.95);
}
.singnup-modal button:focus {
	outline: none;
}
.singnup-modal button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}
.singnup-modal form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}
.singnup-modal input {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
}

.singnup-modal input::placeholder {
	
			 font-size: 14px;
  font-weight: 400;
  color: #495057;
  font-family: "Roboto", sans-serif;
}
.singnup-modal .modelcontainer {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),  0 10px 10px rgba(0, 0, 0, 0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 480px;
}
.singnup-modal .form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}
.singnup-modal .sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}
.singnup-modal .modelcontainer.right-panel-active .sign-in-container {
	transform: translateX(100%);
}
.singnup-modal .sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}
.singnup-modal .modelcontainer.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}
 @keyframes show {
 0%, 49.99% {
 opacity: 0;
 z-index: 1;
}
 50%, 100% {
 opacity: 1;
 z-index: 5;
}
}
.singnup-modal .overlay1-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}
.singnup-modal .modelcontainer.right-panel-active .overlay1-container {
	transform: translateX(-100%);
}
.singnup-modal .overlay1 {
	
	background:#1d409b;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}
.singnup-modal .modelcontainer.right-panel-active .overlay1 {
	transform: translateX(50%);
}
.singnup-modal .overlay1-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}
.singnup-modal .overlay1-left {
	transform: translateX(-20%);
}
.singnup-modal .modelcontainer.right-panel-active .overlay1-left {
	transform: translateX(0);
}
.singnup-modal .overlay1-right {
	right: 0;
	transform: translateX(0);
}
.singnup-modal .modelcontainer.right-panel-active .overlay1-right {
	transform: translateX(20%);
}
.singnup-modal .social-container {
	margin: 20px 0;
}
.singnup-modal .social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}
.singnup-modal .modal-dialog {
	max-width: 768px!important;
	border-radius:20px;
}
.modal {
    
    z-index: 1000000;
}
.form-dark
{
	padding-top:50px;
}

/*------------------------------ Start Our Services --------------------------*/

.service-bg{
	/*background:#2e86c4;*/
	background:#fec55c;
	padding:40px 0px;
	}
	
.service-bg .section-title h2{
	color:#000;	
	}
.heading{}
.heading h2{
	font-size:30px;
	color:#fff;
	text-align:center;

	margin-bottom:15px;
	}
.heading img{
	margin:0 auto;
	margin-bottom:2%;
	}
.our-services{}
.our-services p{
	text-align:center;
	color:#000;

	font-size:15px;
	padding: 10px 0%;
    line-height: 24px;
	margin-bottom:40px;
	}
	
.service-1{}
.service-1 img{
	margin:0 auto;
	}
.service-1 h4{
	text-align:center;
	color:#000;
	text-transform:uppercase;
	
	font-size:16px;
	padding-top:14px;
	min-height:50px
	}
.service-1 p{
	font-size:14px;
	color:#000;
	line-height:26px;
	text-align:justify;
	
	padding:10px 15px;
	min-height:130px;
	padding-bottom:0px;
	margin-bottom:15px;
	}
.service-1 h5{
	font-size:15px;
	
	text-align:center;
	}
.service-1 h5 a{
	color:#000;
	
	padding:3px 7px;
	margin-top: 5px;
    font-size: 15px;
    font-weight: 500;

	}
.service-1 h5 a:hover{
	border:none;
	color:#000;
	}
/*------------------------------ End Our Services --------------------------*/
/*------------------------------ Start Benefit-with-section --------------------------*/

.benefit-with{
	padding:40px 0px 30px 0px;
	}
.side-heading img{
	float:left;
	padding-right:15px;
	}

.side-heading{ /*padding-left:15px;*/}
.side-heading h3{
	color:#464646;
	font-size:18px;
	text-transform:uppercase;
	
	margin-top: 10px;
    margin-bottom: 40px;
	}
.side-heading h3 span{
	font-size:13px;
	color:#555555;
	
	text-transform:none;
	}
	
.benefit-with-text{}

.benefit-with-text{}
.benefit-with-text p{
	color: #464646;
    font-size: 15px;
    text-align: left;
   
    line-height: 29px;
   
    padding-right: 30px;
    text-align: justify;
	}
.benefit-with-text h4{
	font-size: 14px;
  
    font-weight: bold;
	padding-bottom:10px;
	}
.benefit-with-text img{ margin-top: 18px;
    text-align: center;
    vertical-align: middle;
    margin: 18px auto 0px;}
.benefit-with-text h4 a{color: #131414;}

.benefit-with-one{ padding-bottom:20px; padding-top:5px;}
.benefit-with-one h5{
	font-size:15px;
	text-transform:uppercase;
	color:#464646;
	
	}
.benefit-with-one p{
	color: #464646;
    font-size: 15px;
    padding-bottom: 10px;
    padding-right: 5px;
    line-height: 26px;
    text-align: justify;
	}
.benefit-with-one img{
	padding:0px 0px 5px 0px;
	}
.hr-line{
	border:solid 1px #1d409b5c;
	width:60px;
	}

/*------------------------------ End Benefit-with-section --------------------------*/


	#back-top {
	position: fixed;
	right: 0;
	bottom: 71px;
	cursor: pointer;
	z-index: 9999999;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#back-top a {
	background: #048504;
	display: block;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 8px 8px 8px 8px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#back-top a i {
	font-size: 36px;
	color: #fff;
	line-height: 34px;
}
#back-top a:hover {
	box-shadow: 0 5px 12px rgba(156, 156, 156, 0.7);
}
.back-top-animation {
	right: 12px !important;
	opacity: 1 !important;
	-webkit-transition: all 0.4s ease-in !important;
	-moz-transition: all 0.4s ease-in !important;
	-o-transition: all 0.4s ease-in !important;
	transition: all 0.4s ease-in !important;
}
.uyd{
	height:673px;
}
.mpl-4, .mpx-4 {
    padding-left: 5.5rem!important;
}

/* popup started*/
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
	padding: 1% 5%;
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
   /* bottom: -222px;*/
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  height:130vh;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  /*margin: 70px auto;*/
  margin:50px auto;
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  width: 54%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
 font-family: 'Merriweather', serif;
 text-transform:uppercase;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: blue;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
.progress .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.5s;
}
@keyframes animateBar {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
}
.padding-none{
	padding:0;
}
.progress {
    background-color: unset;
    margin-top:-17px;
	    box-shadow: unset;
}
.progress-bar{
    background-color: #fff;
    height: 2px;

}
.popup p{
	
text-align: justify;
	font-size:15px;
}
.enterBtn:hover{
	    background-color: #fff;
		color:black;
		border: 2px solid black;
		transition:0.5s;
}
.agreBtn:hover{
	    background-color: #fff;
		color:black;
		border: 2px solid black;
		transition:0.5s;
}
.contact-info .mail span{
/*
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
*/
}
.contact-info .mail span{
	font-weight: 500;
	color:#fff;
}
.popup-bullet p{
	padding-left:21px;
}
/* popup ended*/


#HomeWrap{
	
	height:130vh!important;
	background-image: url(../images/home.jpg);
    background-position: unset;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	padding:11% 0;
    position: relative;
	
	}
	.oet{
		
	}
	
	#HomeWrap img{
		border-radius: 50%;
   
    position: relative;
    display: block;
    margin: 0px auto;
	}
.firstoverflow{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #000000a1;
	padding: 11% 0;
}

#HomeWrap h1{
	font-size:35px;	
	text-align:center;
	padding:0 0 10px 0;	
	margin:0 0 0 0;
	line-height:45px;
	text-transform:uppercase;
	display:inline-block;
	font-family: 'Merriweather', serif;
	}
	
#HomeWrap h1 span{
	font-size:20px;
	font-family: 'Merriweather', serif;
	font-style:italic}
	
	
#HomeWrap h2{
	text-align:center;
color:#fff;
    text-transform: capitalize;
    font-size: 39px;
    margin-bottom: 12px;
}
#HomeWrap h3{
	text-align:center;
color:#fff;
text-transform: capitalize;
 font-size: 30px;
 margin-bottom:10px;
}
#HomeWrap p{
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:24px;
	font-weight:400}
	
.font-size{
	font-size:13px !important;
	line-height:18px}
	
.enterBtn{
	padding:1% 3%;
	text-align:center;
	/*font-size:18px;*/
	font-size:14px;
	text-transform:uppercase;
	border: 2px solid #989898;
	float:none;
	margin:15px auto;
	background-color:black;
	/*font-weight:500;*/
	display:inline-block;
	color:#fff;
	border-radius:20px;
	}

.agreBtn {
	border-radius:20px;
    padding: 1% 3%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #989898;
    float: none;
    margin: 5px 4px;
    background-color: black;
    display: inline-block;
    color: #fff;
}
	
	
#Desclimer-Wrap{
	padding:1% 0;
	margin:0;
	background:#fff}
	
	
#Desclimer-Wrap ul{
	padding:0;}
	
	
#Desclimer-Wrap  ul li{
	padding:0 0px 15px 0px;
	margin:0 ;
	list-style:none;
	line-height:25px;
	font-size:17px
	}
	
	.ico{
	float:left;
	margin-right:15px;
	margin-top: 7px;
	font-size:15px !important}
	
	
	/*---------- Our Practice Area Section Starts Here--------------------*/

.our_practice_wrap{
	padding:0px;
	margin:0px;
	position:relative;}
	
.our_practice_wrap h2{
	padding:0px 0px 0px 0px;
	margin:0px auto;
	font-size:45px;
	color:#000;
	font-weight:400;
	text-align: left;
	float:none;
	width:36%;
	text-transform:uppercase;
	}
	
.our_practice_wrap h2 span{
	font-size:30px;
	color:#a3a3a3 !important;
	text-transform:uppercase;}
	
.our_practice_wrap h3{
	padding:0px;
	margin:0px 0px 0px 0px;
	font-size:28px;
	color:#000;
	text-align:center;
	height: 80px;
	}
	
.our_practice_wrap p{
/*	font-family: 'Poppins', sans-serif;*/
	padding:0px 0px 85px 0px;
	font-size:26px;
	line-height:35px;
	color:#717070;
	text-align:center;}	
	
.our_practice_wrap img{
	float:none;
	margin:0px auto 19px;
	height:194px;
	width:100%;
	display:block;}
	
.title_line{
	background:#b39e3c;
	height:2px;
	width:36%;
	margin:15px auto 38px;
	float:none;
	display:block;}	
	
.our_pract_box{
	min-height:561px;
	transition:all .3s ease;
	padding:25px 5% 20px 5%;
	margin:0px 0px 50px 0px;
	box-shadow: 0px 0px 10px 0px #ded9d9d4;
	border-radius:20px;}
	
.our_pract_box:hover{
	
	border-radius:20px;
	transition:all .4s ease;
	/*background:#2e86c4;*/
	background:#fea500a3;
	
	}
	
	.our_pract_box:hover p,h3{
	
	color:black ;
		
	}
	
	
	
	
	
.our_pract_box p{
	font-size: 15px;
    line-height: 29px;
    text-align: justify;
    padding: 0px;
    color: black;}
	
	.ptb20{
	
	padding-top:40px;
	padding-bottom:10px;
		
		}
		
	.logotxt
	{
	font-weight:700 !important;
	font-size:35px !important;
	padding-top:15px !important;
	}
	.myser{
		margin-bottom:0px;
	}
		.myser li{
		display: block;
    position: relative;
    font-size: 15px;
    color: #414141;
    font-weight: 500;
    padding: 1px 0 5px 20px;
	}
	.myser li:after{
	color: #040404;
    background: #040404;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 12px;
    border: 1px solid #000000;	
	}
	.our_pract_box:hover .myser li:after{
		
		}