/*
Theme Name: FAOM
Author: Weboxyzen
Author URI: http://weboxyzen.com
Version: 1.0
 */


img {
	height: auto;
}
.navarea {
	z-index: 2;
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.5s ease-in-out;
}
	
.logo {
	float: left;
	padding: 6px 0 4px 0;
	transition: all 0.5s ease-in-out;
}
.navsection {
	float: right;
	width: 80%;
	text-align: right;
}
.nav {
	float: right;
	margin: 19px 0;
}
.nav a {
	color: #1b1b1b;
}
.nav ul {
	margin: 0;
	list-style: none;
}
.nav ul li {
	float: left;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 14px;
	font-weight: 600;
}
.nav ul li a {
	padding: 15px 1.5vw;
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.nav ul li:hover {
	background: rgba(255, 255, 255, 0.41);
	transition: all 4ms ease-out;
}
.nav ul li ul {
	padding: 0;
	background: rgb(255, 255, 255);
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
	position: absolute;
	z-index: 999;
	text-align: left;
	left: 0;
	width: auto;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.nav ul li:last-child ul {
	right: 0;
	left: initial;
}
.nav ul li ul li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.15);
	font-size: 13px;
}
.nav ul li ul li:last-child {
	border: none;
}
.nav ul li ul li a {
	padding: 11px;
	min-width: 190px;
	max-width: 300px;
	display: block;
	color: #000;
	border-bottom: solid 1px #e4e3e3;
	transition: all 4ms ease-out;
}
.nav ul li ul li a:hover {
	background: #22cef9;
	transition: all 4ms ease-out;
}
.nav ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	transition: all 4ms ease-out;
}
.nav li.home {
	margin: 0;
	padding: 0
}
.nav li.current-menu-item {
	color: #00b1dd;
}
.fixed-header {
	position: fixed;
	background: rgb(255, 255, 255);
	box-shadow: -1px -5px 30px rgba(0, 0, 0, 0.5);
	text-shadow: none;
	padding-bottom: 0;
	top: 0;
	z-index: 5;
	transition: all 0.5s ease-in-out;
}
.fixed-header .navbar-brand img {
    height: 50px;
	width:auto;
}
.fixed-header .logo img {
	height: 39px;width:auto;
}
.fixed-header .nav {
	margin: 0;
}
.fixed-header .logo {
	padding: 6px 0 0px 0;
}
.conpadding {
	padding: 7rem 0
}
.bannerarea {
	position: relative;
	float: left;
	width: 100%;
}
/****** Home page ******/
.fnews {
	position: relative;
}
.fnews-content {
	position: absolute;
	background-color: #00b1dd;
	color: #fff;
	width: 70%;
	padding: 20px;
	right: -5%;
	bottom: -9%;
}
.fnews-content h6 {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
}
.fnews-content:after {
	content: url(images/icon-arrow.svg);
	width: 29px;
	height: 22px;
	display: inline-block;
	position: absolute;
	bottom: 9px;
	right: 9px;
	filter: brightness(100) contrast(100);
}
.fnews-content a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
}
.fnewsimg {
	max-height: 350px;
	overflow: hidden
}
.fnewsimg img {
	width: 100%
}
.ndate {
	font-size: 80%;
	font-weight: 500;
	padding-left: 20px;
	color: #747474;
	position: relative;
}
.ndate:before {
	content: "";
	background-image: url("images/icon-calendar.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	display: inline-block;
	opacity: .5;
	position: absolute;
	top: 4px;
	left: 0;
}
.newslist h2 {
	padding: 0 0 0 30px;
}
ul.hnews {
	max-width: 560px;
	padding: 0 0 0 30px;
}
ul.hnews li a {
	text-decoration: none;
	color: #000;
}
ul.hnews li {
	margin-bottom: 20px;
}
.welcome-text {
	font-size: 18px;
	line-height: 30px;
}
.welcome-text img {
	float: right;
    width: 30%;
    margin-left: 5%;
}
.services-area {
	background-color: #F9F9F9;
}
h2.title-text {
	line-height: normal;
	color: #00b1dd;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 4rem;
	text-transform: uppercase;
}
h2.title-text strong {
	font-size: 50%;
	font-weight: 500;
	display: block;
	letter-spacing: 0.5px;
	margin: 0 20%;
}
.counting li {
	float: left;
	width: 22.5%;
	border-right: solid 1px #ededed;
	padding-right: 3%;
	margin-right: 3%;
	color: #646464;
	text-align: center;
	font-size: 14px;
	display: inline-block;
}
.counting li:last-child {
	border: none;
	padding: 0;
	margin: 0;
}
.counting li strong {
	display: block;
	font-size: 60px;
	font-weight: 500;
}
.highlight-member {
	background: #fff;
	padding: 30px;
	box-shadow: 5px 9px 23px rgba(0, 0, 0, 0.08);
}
.hmcon {
	float: right;
	width: 91%;
	max-width: 642px;
}
.hmcon img {
	float: left;
}
.swiper-container-members {
	width: 100%;
	overflow: hidden;
}
.nav-area {
	float: right;
	text-align: right;
}
.nav-area > div {
	background-image: url("images/icon-arrow.svg");
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	/* background-size: contain; */
	width: 30px;
	height: 20px;
}
.swiper-button-prev-case {
	transform: rotate(180deg);
}
.nav-area > div.swiper-button-disabled {
	cursor: default;
	opacity: .5;
}
.testomonial img {
	float: right;
}
.testomonial-text {
	width: 53%;
	margin-left: 8%;
	/* float: left; */
	bottom: 0;
	position: absolute;
	padding: 24px 50px;
	font-size: 18px;
	line-height: 30px;
	background-color: rgba(255, 255, 255, 0.73);
}
.testomonial {
	position: relative;
}
.testomonial-text h6 {
	float: right;
	margin: 50px 0 0 0;
}
.testomonial-text:before {
	content: "";
	width: 88px;
	height: 14px;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.testomonial-text:after {
	content: url(images/icon-quote.svg);
	width: 50px;
	height: 70px;
	position: absolute;
	top: -36px;
	left: 40px;
}
.call-to-action {
	background-color: #35B8E8;
	color: #fff;
	padding: 12rem 0;
	font-size: 2.5rem;
}
.call-to-action strong {
	font-weight: 500;
	float: left;
	width: 70%
}
.call-to-action a {
	float: right;
	background-color: #fff;
	color: #35B8E8;
	padding: 13px;
	border-radius: 30px;
	margin-left: 30px;
	width: 300px;
	font-size: 90%;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
}
h1.subtitle {
	font-weight: 700;
	font-size: 5rem;
	color: #fff;
	text-transform: capitalize;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.38);
}
.sub-banner {
	height: 260px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.sub-banner:before {
	content: '';
	position: absolute;
	height: 260px;
	overflow: hidden;
	right: 0;
	top: 0;
	left: 0;
	background-image: url(images/sub-banner-shape.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
}
/****** About *******/
.blue-bg {
	background-color: #35B8E8;
	color: #fff;
	padding: 30px;
	font-size: 14px;
}
.blue-bg h3 {
	margin-bottom: 12px;
}
.blue-bg h3:not(:first-child) {
	margin-top: 50px;
}
.blue-bg li {
	background-image: url(images/icon-checked.svg);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: normal;
	margin-top: 20px;
}
.vismis {
    font-size: 16px;
}

.vismis h3 {
    font-size: 230%;
}
.benefit {
	margin: 100px 0
}
.object-title {
	text-align: center;
	color: #35B8E8;
	font-weight: 600;
	margin: 11rem 0 0 0;
}
ul.objects li {
	width: 49.8%;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	padding:20px 7%;
	color: #646464;
}
ul.objects li h4 {
	margin-top: 30px;
	font-weight: 600;
}
ul.about-ob.objects { margin: 6em 0}
ul.about-ob.objects li {
    width: 33%;
    padding: 32px;
}
.tabs {
	margin-top: 50px;
}
.tabs input, .tabs .content {
	display: none;
	transition: opacity 400ms ease-out;
}
.tabs #one:checked ~ .one, .tabs #two:checked ~ .two, .tabs #three:checked ~ .three {
	display: block;
	transition: opacity 400ms ease-out;
}
.tabs label {
	cursor: pointer;
	padding: 20px 0;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0 5% 0 0px;
	transition: background .25s linear;
}
.tabs label:hover, .tabs input:checked + label {
	color: #35B8E8;
}
.tabs label:nth-child(4) {
    padding: 20px;
    margin: 0 20px;
    border-left: solid 2px #01afd8;
    border-right: solid 2px #01afd8;
}

.content {
    border-top: solid 2px #01afd8;
    padding-top: 30px;
}
/************ responsive table *************/

.tables h3 {
	color: #00b1dd;
	text-align: center;
	margin-bottom: 4rem;
	font-weight: 500;
	font-size: 2.8rem;
}
.tables ul {
	display: flex;
	top: 0px;
	z-index: 10;
	padding: 0;
	margin: 0;
}
.tables li {
	list-style: none;
	flex: 1;
	margin: 0;
	font-size: 12px;
}
.tables li:last-child {
	border-right: 1px solid #DDD;
}
.tables button {
	width: 100%;
	margin: 0;
	border-right: solid 1px #ccc;
	padding: 15px 8px;
	background: #fdf7f7;
	font-size: 11px;
	font-weight: unset;
	color: #000000;
	line-height: normal;
	border-radius: unset;
	font-weight: 600;
}
.tables li.active button {
	background: #143763;
	color: #fff;
}
.tables table {
	border-collapse: separate;
	table-layout: fixed;
	width: 100%;
}
.tables th {
	background: #F5F5F5;
	color: #fff;
	display: none;
}
.tables td, .tables th {
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px;
	empty-cells: show;
}
.tables td, .tables th {
	text-align: left;
	font-size: 12px;
}
.tables td+td, .tables th+th {
	text-align: center;
	display: none;
}
.tables td.default {
	display: table-cell;
}
.tables .bg-purple {
	border-top: 3px solid #173662;
	background-color: #173662;
}
.tables .bg-blue {
	border-top: 3px solid #3c3453;
	background-color: #3c3453;
}
.tables .sep {
	background: #F5F5F5;
	font-weight: bold;
}
.tables .txt-l {
	font-size: 28px;
	font-weight: bold;
}
.tables .txt-top {
	position: relative;
	top: -9px;
	left: -2px;
}
.tables .hide {
	border: 0;
	background: none;
}
span.checkedicon:before {
	content: url(images/icon-checked.svg);
	filter: invert(1);
	height: 20px;
	width: 100%;
	display: block;
}

@media (min-width: 640px) {
.tables ul {
	display: none;
}
.tables td, .tables th {
	display: table-cell !important;
}
.tables td, .tables th {
	width: 330px;
	font-size: 14px;
}
.tables td+td, .tables th+th {
	width: auto;
}
}
.tables td:last-child, .tables th:last-child {
	border-right: 1px solid #DDD;
}
.tables thead th {
	border: none;
}
.tables tbody tr:first-child td:first-child {
	border-top-left-radius: 5px;
	border-top: 1px solid #DDD;
}
.tables tbody tr:nth-last-child(2) td:first-child {
	border-bottom-left-radius: 5px;
}
.tables tbody tr:last-child td:first-child {
	border: none;
}
.tables tbody tr:last-child td:nth-child(2) {
	border-bottom-left-radius: 5px;
}
.tables tbody tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}
th.head-one {
	border-top-left-radius: 5px;
}
th.head-three {
	border-top-right-radius: 5px;
	border-color: #35b8e8 !important;
}
.tables th.head-one, .tables li.head-one button {
	background-color: #4C4593
}
.tables th.head-two, .tables li.head-two button {
	background-color: #6E64D6
}
.tables th.head-three, .tables li.head-three button {
	background-color: #35B8E8
}
a.rbtn {
	background-color: #646464;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 35px;
	display: block;
}
/******** table end ************/


/******** News ************/
.news li {
	width: 22%;
	float: left;
	max-width: 310px;
	position: relative;
	border: solid 1px #EFEFEF;
	margin: 0 4% 4% 0;
}
.news li:nth-child(4n) {
	margin-right: 0;
}
.news a {
	color: #646464
}
.news h2 {
	font-size: 14px;
	font-weight: 500;
	max-height: 44px;
}
.news li .img {
	width: 100%;
	display: block;
	height: 170px;
	overflow: hidden;
}
.img img {
	width: 100%;
}
.news .date {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #35b8e8;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	padding: 10px;
	border-radius: 40px;
	top: 2%;
	right: 3%;
}
.news .date em {
	font-style: normal;
	display: block;
	font-size: 90%;
}
.newscon {
	background-color: #fff;
	position: relative;
	width: 94%;
	margin: 0 auto;
	padding: 10px;
	font-size: 12px;
	margin-top: -40px;
	height: 205px;
	overflow: hidden;
}
.newscon strong {
	display: block;
	text-align: right;
	color: #35B8E8;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 20px;
}
.newstitle {
	margin-bottom: 0
}
.related-news {
	margin-top: 100px;
	padding-top: 70px;
	border-top: solid 1px #ccc;
}
.related-news li {
	position: relative;
	display: block;
	float: left;
	width: 22%;
	margin-right: 4%;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}
.related-news li a {
	color: #000;
}
.related-news li:last-child {
	margin: 0;
}
.related-news li h4 {
	position: absolute;
	top: 80%;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.94);
	font-size: 13px;
	margin: 0 3%;
	width: 94%;
}
.related-news h3 {
	margin-bottom: 50px;
}
.related-news li .img {
	height: 145px;
	overflow: hidden;
}
/****** logos ******/
.logos {
	margin: 6% 0;
	width: 100%;
	float: left;
}
.logos li {
	width: 22%;
	text-align: center;
	float: left;
	max-width: 310px;
	position: relative;
	margin-right: 4%;
	padding-bottom: 15px;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
}
.logos li:nth-child(4n) {
	margin-right: 0;
}
.logos li:nth-child(n+5) {
	margin-bottom: 4%;
}
.logos a {
	color: #646464
}
.logos h2 {
	font-size: 14px;
	font-weight: 500;
}
.logos li .img {
	width: 100%;
	display: block;
	height: 140px;
	overflow: hidden;
}
/******  testomonial-cat  **********/

.testomonial-cat {
}
.testomonial-cat ul {
}
.testomonial-cat li {
	position: relative;
	margin-bottom: 100px;
	display: block;
	width: 100%;
	float: left;
}
.testo-img {
	float: right;
	width: 50%;
	height: 330px;
	overflow: hidden;
	background-image: url("images/grey-logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 64px;
	background-color: #fbfbfb;
}
.testomonial-single-text {
	float: left;
	position: absolute;
	line-height: 25px;
	width: 58%;
	bottom: 0;
	padding: 24px 50px;
	background: rgba(255, 255, 255, 0.8);
}
.testomonial-single-text h6 {
	font-style: italic;
	margin: 30px 0 0 0;
	display: block;
	text-align: right
}
.testomonial-single-text:before {
	content: "";
	width: 88px;
	height: 14px;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.testomonial-single-text:after {
	content: url(images/icon-quote.svg);
	width: 50px;
	height: 70px;
	position: absolute;
	top: -38px;
	left: 45px;
}
/******* member list *********/
.mem-logo {
	width: 20%;
	float: left;
}
.mem-content {
	float: left;
	width: 80%;
	padding-left: 50px;
}
.mem-address {
	margin: 10px 0;
}
.mem-email {
	margin-bottom: 10px;
}
.memberlist-cat li {
	display: flex;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #f1f1f1;
}
.mem-content h2 {
	font-size: 2rem;
}
.mem-logo img {
    border: solid 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
}


.pagination {
    width: 100%;
    text-align: CENTER;
}

.pagination a {
    padding: 10px;
    display: inline-block;
}



li.sf-field-search {
    float: left;
    margin: 0;
}

li.sf-field-tag {
    float: right; margin: 0;
}

input.sf-input-text {
    margin: 0;
}
.action-area {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

select.sf-input-select {
    background-image: url("images/icon-drop-down.svg");
	background-position: 96%;
	background-repeat: no-repeat;
	background-size: 16px;
    -webkit-appearance: none;
}

/****** reg form ******/
.regform label {
  
    font-weight: 500;
}
.regform input[type="radio"] {
    margin: 4px 6px 0 0;
    float: left;
}
.wpcf7-form-control-wrap {
  /* max-width: 421px; */
  display: block;
 
}

.regform label em {
    display: block;
    font-size: 12px;
    font-style: normal;
    opacity: .7;
}

.regform input[type="text"], .regform input[type="email"], .regform input[type="tel"], .regform input[type="url"], .regform textarea {
    max-width: 500px;
}
.acklist {
    font-size: 80%;
}

.acklist input {
    float: left;
    margin-right: 9px;
    margin-top: 2px;
    zoom: 138%;
}

.acklist span.wpcf7-list-item-label {
}

.multistep-nav a {
   
    padding: 8px 30px;
   
    border-radius: 40px;
}
.regform h4 em {
    display: block;
    font-style: normal;
    font-size: 70%;
    opacity: .8;
}
.regform .cf7-content-tab li {
    margin: 9px 20px;
    list-style: lower-alpha;
    padding-left: 10px;
}

.regform .cf7-content-tab ul {
    margin-bottom: 30px;
}

span.wpcf7-list-item.first {
    margin: 0;
}
/****** contact page ******/
.contact-info h6 a {
	display: block
}
/****** footer ******/
footer {
	background-color: #D5D5D5;
	color: #646464;
	position: relative;
}
.motoarea {
	background: #2e2e2e;
	color: #fff;
	text-align: CENTER;
	position: absolute;
	filter: drop-shadow(0px 23px 56px rgba(0, 0, 0, 0.62));
}
.motocontent {
	float: right;
	padding: 20px 40px 39px 40px;
}
.motoarea:before {
	content: "";
	width: 100%;
	height: 30px;
	display: block;
	top: -30px;
	position: absolute;
	background-color: #2e2e2e;
}
.motoarea img {
	filter: grayscale(100%);
	opacity: .5;
	width: 100px;/* margin-block-end: 2px; */
}
.moto {
	margin-top: 40px;
	font-weight: 300;
}
.moto b:nth-child(2) {
	margin: 0 15px;
}
.moto b:nth-child(2):before {
	content: "~";
	margin-right: 15px;
}
.moto b:nth-child(2):after {
	content: "~";
	margin-left: 15px;
}
.quick-links {
	font-size: 12px;
	font-weight: 500;
	border-bottom: solid 1px #404040;
}
.quick-links li {
	display: inline-block;
}
.quick-links li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 16px;
}
.footer-content {
	color: #E9E9E9;
	padding: 70px 0;
	height: 230px;
	width: 100%;
	float: right;
}
.footer-links strong {
	font-size: 13px;
	font-weight: 500
}
.footer-links {
	width: 60%;
	float: left;
}
.footer-links ul {
	margin: 0;
}
.footer-links li {
	font-size: 11px;
	font-weight: 500;
	width: 50%;
	float: left;
}
.footer-links li a {
	color: #646464;
	text-decoration: none;
	padding: 4px 0;
	display: block;
}
.footer-social {
	color: #646464;
	font-size: 11px;
	float: right;
	text-align: right;/* width: 50%; */
}
.footer-social a {
	color: #646464;
	text-decoration: none;
}
.social-icons {
	margin-bottom: 25px;
}
.social-icons li {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	margin-right: 10px;
}
.social-icons li a {
	display: block;
	width: 44px;
	height: 44px;
	border: solid 2px #646464;
	border-radius: 40px;
	color: transparent;
}
.social-icons li:nth-child(1) {
	background-image: url("images/icon-facebook.svg");
}
.social-icons li:nth-child(2) {
	background-image: url("images/icon-twitter.svg");
}
.social-icons li:nth-child(3) {
	background-image: url("images/icon-linkedin.svg");
}

ol {
    margin-left: 2rem;
}

ol li {
    margin: 10px;
}


/************  media  ***************/

@media only screen and (max-width : 600px) {
.motoarea, .footer-links {
	display: none;
}
html.disable-scroll {
        overflow: hidden;
    }
	.blur {filter: blur(10px);
  -webkit-filter: blur(10px);}
.sub-banner, .sub-banner:before {
	height: 150px;
}
.welcome-text {
	font-size: 14px;
	line-height: 23px;
}

.welcome-text img {
	float: right;
    width: 40%;
  
}
.conpadding {
	padding: 3rem 0;
}
.counting li {
	width: 100%;
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.call-to-action {
	background-color: #35B8E8;
	color: #fff;
	padding: 5rem 0;
	font-size: 2rem;
	text-align: CENTER;
}
.call-to-action strong {
	width: 100%;
}
.call-to-action a {
	float: none;
	margin: 40px auto 0 auto;
	display: inline-block;
	width: 300px;
}
.footer-social {
	text-align: center;
	width: 100%;
}
.footer-content {
	padding: 30px 0;
	height: auto;
	width: 100%;
	float: right;
}
h1.subtitle {
	font-size: 3rem;
	margin: 0;
}
h2.title-text {
	font-size: 2.5rem;
}
	
ul.objects li, ul.about-ob.objects li {
	width: 100%;
	padding: 40px 0% 0 0;
}
.memberlist-cat li {
	display: block;
	float: left;
}
.mem-logo {
	width: 100%;
	float: left;
}
.mem-content {
	float: left;
	font-size: 13px;
	width: 100%;
	padding-left: 0;
}
.mem-content h2 {
	margin-top: 20px;
}
	.mem-logo img {
    width: 100%;
   
}
	
	.tabs label {
    font-size: 1.2rem;
    word-break: break-word;
    width: auto;
    max-width: 95px;
    padding: 10px 0;
    line-height: 16px;
    margin: 0;
}
.tabs label:nth-child(4) {
    padding: 10px;
    margin: 0 10px;
   
}
.five.columns.blue-bg {
	width: 109%;
	margin-left: -4%;
	margin-top: 60px;
}
.object-title {
	margin: 5rem 0 0 0;
}
.benefit {
	margin: 50px 0;
}
.news li {
	width: 100%;
	max-width: 100%;
	margin: 0 0% 40px 0;
}
.newscon {
	height: auto;
}
a.rbtn {
	padding: 10px;
}
}

@media only screen and (max-width : 1400px) {
.fullwrappper {
	max-width: 1366px
}
}


.navbar {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* align-items: center; */
  /* justify-content: space-between; */
  /* padding: 0 1rem; */
}

.navbar>.container,
.navbar>.container-fluid {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* align-items: center; */
  /* justify-content: left; */
}

.navbar-toggler {
  display: none;
}

.navbar ul li.dropdown>a:after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  height: 6px;
  right: 10%;
  position: absolute;
  top: 44%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar-brand {
  display: inline-block;
  padding: 7px 0;
  line-height: 0;
 
}
.navbar-brand img {
    max-height: 70px;
	height:70px;
   
}


@media all and (min-width: 991px) {
  .navbar ul {
    padding: 0;
    margin: 0;
    display: flex;
   
  }
.navbar-collapse {
    float: right;
}
  .navbar ul li {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .navbar ul li a {
    display: block;
    padding: 32px 40px;
  
    text-decoration: none;
    white-space: nowrap;
    color: #000000;
  }

  .navbar ul li a:hover {
    color: #645faa;
  }

  .navbar ul li ul {
  
    visibility: hidden;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.07, 0.73, 0.75, 0.77);
    height: auto;
    margin-bottom: 10px;
    background: #FBF9F9;
    width: 200px;
    z-index: 99;
    display: block;
  }

  .navbar ul li:hover>ul {
    display: block;
    position: absolute;
    visibility: visible;
    top: 100%;
    opacity: 1;
  }

  .navbar ul ul ul {
    left: 100%;
    top: 0 !important;
  }
	 .navbar ul li ul li  {
   font-size: 13px;
  
    text-transform:capitalize;
  }
	  .navbar ul li ul li a {
   padding: 1em 2em;
   border-bottom: solid 1px #ececec;
   background: #fff;
  }
	
	.fixed-header .navbar ul li a {
    
    padding: 15px 40px;
    
}
}

@media all and (max-width: 991px) {
  .navbar {
    position: relative;
    padding: 0;
  }

  .navbar-collapse {
    width: 260px;
    height: 100vh;
    position: fixed;
    /* font-weight: 600; */
    top: 0;
    left: -270px;
    z-index: 99;
    background: #01afd8;
    -webkit-transition: all 0.3s cubic-bezier(0.52, 0.18, 0.27, 0.92);
    transition: all 0.3s cubic-bezier(0.52, 0.18, 0.27, 0.92);
    overflow-y: auto;
  }

  .navbar-collapse.show {
    left: 0px;
  }

  .navbar-toggler {
    /* width: 30px; */
    /* height: 30px; */
    cursor: pointer;
    display: block;
    border: none;
    /* background: red; */
    /* padding: 0; */
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 24px;
    transition: all 400ms linear;
  }

  .navbar-toggler.open {
    /* background: green; */
  }

	
	.burger {
  border: 0;
  border-radius: 0;
  background: none;
  background-color: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 4px solid #01afd8;
  width: 28px;
  transition: border-bottom 1s ease-in-out;
  -webkit-transition: border-bottom 1s ease-in-out;
}
.burger::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.burger:before {
  content: "";
  /* background-color: red; */
  display: block;
  border-bottom: 4px solid #01afd8;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger:after {
  content: "";
  display: block;
  border-bottom: 4px solid #01afd8;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger.open {
  border-bottom: 4px solid transparent;
  transition: border-bottom 0.8s ease-in-out;
  -webkit-transition: border-bottom 0.8s ease-in-out;
}
.burger.open:before {
  transform: rotate(-405deg) translateY(1px) translateX(-3px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.burger.open:after {
  transform: rotate(405deg) translateY(-4px) translateX(-5px);
  -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

	button.burger:hover,  button.burger:focus {
    background-color:transparent;
    
}
	
	
	
  .navbar ul {
    display: block;
    padding: 0;
  }

  .navbar ul li {
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, 0.09);
  }

  .navbar ul li a {
    display: block;
    font-weight: 600;
    padding: 1em;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
  }

  .navbar ul li ul {
    background: #FBF9F9;
    visibility: visible;
    position: static;
    opacity: 1;
    margin-bottom: 0;
    /* padding: 15px; */
    width: auto;
  }

  .navbar ul li ul li a {
    color: #181818;
  }

  .navbar ul li.dropdown a:after {
    right: 15px;
    top: 23px;
  }

  .navbar ul li.dropdown a.active:after {
    transform: rotate(-45deg);
    top: 23px;
  }

  .dropdown>ul {
    display: none;
  }
}
.grecaptcha-badge {
opacity:0 !important;
}


.mdec ul li {
    float: left;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 350px;
    padding: 20px;
    font-size: 85%;
    height: 180px;
    margin-right: 4%;
    margin-top: 4%;
}
.mdec ul li:nth-child(3n){margin-right: 0%;}
.mdec ul li:last-child {
    box-shadow: none;
    height: auto;
}
.mdec ul li strong {
    display: block;
    font-size: initial;
}

.mdec ul li a {

    line-height: 20px;
}
