.toggleMenu {
    display: none;
    padding: 10px 15px;
    color: #000;
}
.toggleMenu i{
    font-size: 20px;
    color: #4c4949 !important;
}
.nav {
    list-style: none;
	margin-top: 3px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 13em;
}
.nav a {
    padding: 5px 10px;
    color:#232121;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
    font-size: 15px;
	padding:10px 20px;
}
.nav > li > a i{
	font-size:20px;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    color: #000 !important;
    background: none !important;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
    margin: 0;
    padding: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    font-size: 14px;
    display: block;
    background: #f6f6f6;
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #90ad9f;
    font-weight: 500;
	cursor: pointer;
}
.nav li li:nth-last-child(1) { 
  border-bottom:none;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}

/* our team css */
.post-entry-1.person-1 {
    text-align: center;
    margin-bottom: 25px;
}
.post-entry-1.person-1.teal img {
    border-color: #01a859;
	position:relative;
}
.post-entry-1.person-1.yellow img {
    border-color: #e1b936;
	position:relative;
}
.post-entry-1.person-1.red img {
    border-color: #bd3538;
	position:relative;
}
.post-entry-1.person-1 img {
    width: 90px;
    border-radius: 50%;
    margin: 0 auto -45px auto;
    border: 4px solid #fff;
}
.post-entry-1.person-1 .post-entry-1-contents {
    padding-top: 4rem;
}
.post-entry-1-contents p{
	font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    min-height: 95px;
}
.post-entry-1 .post-entry-1-contents {
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
}
.post-entry-1 .meta {
	color: #191818;
    font-size: 13px;
    font-weight: 600;
}
.post-entry-1 .post-entry-1-contents h2 {
	font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0;
}

.mission-area {
	background: #fff;
    padding: 0px;
    height: 95px;
    margin-bottom: 7px;
}
.effect{
	position: relative;
} 
.effect:before, .effect:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.effect:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.vision{
	font-size:14px;
	font-weight:500;
	color: #2f5497;
	text-align:justify;
	margin-right:10px;
	padding: 5px;
}
.mission{
	font-size:14px;
	font-weight:500;
	color: #bd3538;
	text-align:justify;
	margin-right:10px;
	padding: 5px;
}
.strategy{
	font-size:14px;
	font-weight:500;
	color: #e1b936;
	text-align:justify;
	margin-right:10px;
	padding: 5px;
}

.achievement{
	font-size: 14px;
    font-weight: 500;
    color: #01a859;
    text-align: justify;
    margin-right: 10px;
    padding: 5px;
}
.mission-area p{
	line-height:22px;
}
.one{
	border-right: 5px solid #2f5497;
}
.two{
	border-right: 5px solid #bd3538;
}
.three{
	border-right: 5px solid #f8d22a;
}
.four{
	border-right: 5px solid #01a859;
}
#footer #footer-widget {
    padding-bottom: 0px;
}
#footer #footer-widget .logo-footer {
    margin: 6px 15px 40px 0;
}
.logo-footer p {
    margin-top: 3px;
    text-align: justify;
    color: #fff;
    font-size: 12px;
}
.footer-sec {
    margin-top: 40px;
}
#footer #footer-widget .col-company .widget.widget-title {
    letter-spacing: 0.7px;
}

#footer #footer-widget .widget.widget-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
#footer #footer-widget .widget-nav-menu{
	margin:0;
	padding:0;
}
#footer #footer-widget .widget-nav-menu li {
    margin-bottom: 3px;
    color: #fff;
    list-style-type: none;
}
#footer #footer-widget .widget-nav-menu li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 14px;
    left: 0px;
    float: left;
}
#footer #footer-widget .widget-nav-menu li a {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
}
#bottom .bottom-bar-inner-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.bottom-type1 .bottom-bar-inner-wrap {
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #fff;
}
#bottom .bottom-bar-content {
    display: table-cell;
    margin: 0;
    text-align: left;
    width: 40%;
    vertical-align: middle;
}
#bottom .bottom-bar-content #copyright {
    padding-top: 2px;
}
#bottom .bottom-bar-content #copyright .text-year {
    letter-spacing: -0.9px;
    padding-left: 5px;
    color: #fff;
}
#bottom .bottom-bar-content #copyright .text-name {
    padding-left: 9px;
    letter-spacing: -1.3px;
    color: #fff;
}
#bottom .bottom-bar-content #copyright .license {
   /*  padding-left: 18px; */
}
#bottom .bottom-bar-content #copyright .license a {
    color: #fff;
}
#bottom .bottom-bar-menu {
    display: table-cell;
    text-align: right;
    width: 60%;
    vertical-align: middle;
}
#bottom ul.bottom-nav li {
    display: inline-block;
    position: relative;
    padding: 0 7px;
}
#bottom ul.bottom-nav li a {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.4px;
    font-weight: 300;
}
.footer-type {
	background: #343a40;
    background-size: cover;
    padding-top: 30px !important;
}
.bg-1 {
/*     background: rgba(31, 31, 30, 0.7) url(../images/bg.png) no-repeat 50% 50%; */
    background:url(../images/bg.png) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    margin-top: -65px;
/*     background-size: cover; */
/*     background-blend-mode: multiply; */
}
.logo{
	margin-top:0px;
	margin-left:35px;
}
.course{
	margin:0;
	padding:0;
}
.course li{
	list-style-type:none;
}
.course li a{
    margin-left: 10px;
}
.course li:before {
	position: relative;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: '\f101';
    color: #6F8BA4;
    width: 15px;
    float: left;
}
.page-title {
	padding: 200px 0px 25px 0px;
    position: relative;
}
.breadcumb-nav{
	display:none;
}
.page-title .block h1 {
    color: #000;
    font-family: Nunito, sans-serif !important;
    font-weight: 700;
    margin: 0;
    font-size: 36px;
}

.text-lg {
    font-size: 50px;
}
.block-2.red, .block-2.red .wrap-icon {
    background-color: #bd3538;
}
.block-2 {
	padding: 5px;
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}
.block-2.red, .block-2.red .wrap-icon {
    background-color: #bd3538;
}
.block-2 .wrap-icon {
	position: relative;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    display: block;
    border-radius: 50%;
    margin-top: -55px;
    margin-bottom: 1px;
}
.block-2 .wrap-icon > span {
    color: #fff;
    font-size: 4rem;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.icon-home:before {
    content: "\f015";
}
.block-2 h2 {
	font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}
.block-2 p {
	color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    padding: 6px;
} 

.block-2.yellow, .block-2.yellow .wrap-icon {
    background-color: #e1b936;
}
.block-2.teal, .block-2.teal .wrap-icon {
    background-color: #01a859;
}
.block-2.muzli, .block-2.muzli .wrap-icon {
    background-color:#2f5497;
}
.download-app-wrapper {
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: relative;
}
.download-app-wrapper-overlay {
    position: absolute;
    background-color: #990fc3;
    background: -webkit-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -o-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -moz-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#990fc3", endColorstr="#7db9e8", GradientType=1 );
    opacity: 0.88;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.shape-grey-image-top {
    background: url(../images/shape-top-right-grey.png) top center no-repeat;
    background-size: contain;
    background-attachment: scroll;
    width: 100%;
    max-height: 200px;
    padding: 100px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.title-download-app-padding {
	padding-top: 110px;
}
.btn-download-app {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px 5px;
    margin: 15px 15px 10px 0;
    padding: 10px;
    display: inline-block;
	cursor:pointer;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.btn-download-app span {
    color: #fff;
    font-size: 29px;
    line-height: 29px;
    padding-right: 12px;
    vertical-align: text-bottom;
}
.fa-apple:before {
    content: "\f179";
}
.btn-download-app p {
    font-family: Nunito, sans-serif !important;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.btn-download-app p small {
    font-family: Nunito, sans-serif !important;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.white-text {
    color: #fff;
}
.font-weight-bold{
	font-weight:600 !important;
}
img.download-app-iphone {
    margin-top: -70px;
    width: 100%;
}

.payment-sec{
	margin-bottom: 30px;
}
.chakout-heading{
	text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}
.sub{
	font-size: 11px !important;
    margin-bottom: 10px;
    margin-top: -5px;
}
.mobile-banner {
    position: relative;
    text-align: center;
    color: white;
    margin-top: 128px;
}
.centered {
    position: absolute;
    top: 80%;
    left: 24%;
    transform: translate(-50%, -50%);
    width: 37%;
}
.find-search {
    position: relative;
}
.find-search .form-control {
    padding: 25px 10px;
	font-size: 20px;
    border-color: #eee;
	border-radius:0;
    box-shadow: 0 4px 0px rgb(48, 78, 21);
}
.find-search .form-control option{
	color:#000 !important;
}
#select {
	border-radius: 0px !important;
    border: 0px solid #ccc !important;
    padding: 0px 10px;
    height: 52px;
    font-size: 18px;
    color: #999 !important;
}    
.search-btn {
    font-size: 30px;
    padding: 7.5px 15px;	
}
.find-search .search-btn { 
	position: absolute;
    right: 0;
    top: 0;
    background: #00b2f0;
    color: #fff;
    font-weight: 600;
    border-radius: inherit; 
}
.btn-main-2 {
	background: #f58634;
    color: #fff;
    border-color: #f58634;
}
.list{
	margin-bottom:15px;
}
.list ul{
	margin:0;
	padding:0;
}
.list ul li{
	font-weight:600;
}
.list ul li:before {
	content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 14px;
    left: 0px;
    float: left;
    width: 15px;
}