
body {
  font-family: 'TrebuchetMS';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #fff;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: normal;
}

a, a:active, a:focus, a:active {
  color: #222222;
  text-decoration:none !important
}
input{
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover,
a:focus,
input:focus,
input:hover,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
button:focus {
  outline: none;
}
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #999;
  display: inline-block;
  padding: 5px 10px;
}

dl {
  margin-bottom: 1.6em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.6em;
}
table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th, td {
  padding: 0.4em;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="time"],
input[type="date"],
input[type="search"],
input, textarea {
  margin: 0;
  width: 100%;
  height: 44px;
  color: #616161;
  background-color: #fff;
  padding: 10px 15px !important;
  border: none !important;
}

/*---------------------------------------------------
MANGO HEADER SECTION 
----------------------------------------------------*/
.menu-toogle {
    display: none;
}
header.mango-header-section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 50px;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.mango-logo {
    max-width: 200px;
    flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -o-flex: 0 0 20%;
}
.mango-menu {
    flex: 0 0 80%;
    -webkit-flex: 0 0 80%;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    -o-flex: 0 0 80%;
    text-align: right;
}
.mango-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.mango-menu ul li{
    margin: 0 17px;
    display: inline-block;
    line-height: 1;
}
.mango-menu ul li:first-child{
   margin-left: 0;
}
.mango-menu ul li:last-child{
    margin-right: 0;
}
.mango-menu ul li a {
    color: #616161;
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
    font-family: 'trebuchet_ms_bold';
    padding: 30px 0;
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: relative;
}
.mango-menu ul li a:hover{
    color: #dc3e40;
}
.mango-menu ul li a:before {
    content: "";
    width: 14px;
    height: 14px;
    top: 20px;
    right: 0;
    opacity: 0;
    position: absolute;
    background-size: 14px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    background-image: url(img/menu.png);
    background-repeat: no-repeat;
}
.mango-menu ul li a:hover:before{
    opacity: 1;
}

ul.mango-dropdown {
    position: absolute;
    z-index: 2;
    top: 65px;
    padding: 5px 15px;
    text-align: left;
    background-color: #fff;
    width: 320px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    -webkit-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    -moz-transform: translate(0,10px);
    -o-transform: translate(0,10px);
    transform: translate(0,10px);
    box-shadow: 0 3px 9px rgba(0,0,0,.04);
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.04);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,.04);
    -ms-box-shadow: 0 3px 9px rgba(0,0,0,.04);
    -o-box-shadow: 0 3px 9px rgba(0,0,0,.04);
}
.mango-menu ul li:hover ul.mango-dropdown{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
ul.mango-dropdown li{
    margin: 10px 0 !important;
    display: block !important;
}
ul.mango-dropdown li:first-child{
    margin-top: 0 !important;
}
ul.mango-dropdown li:last-child{
    margin-bottom: 0 !important;
}
ul.mango-dropdown li a{
    padding: 0 !important;
}
ul.mango-dropdown li a:hover{
    color: #616161 !important;
}
ul.mango-dropdown li a:before{
    content: none !important;
}

/*---------------------------------------------------
MANGO BANNER SECTION 
----------------------------------------------------*/
.mango-banner-section{
    position: relative;
}
.mango-banner-item{
    min-height: 650px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.mango-banner-slider .owl-nav {
    position: absolute;
    right: 60px;
    bottom: 56px;
}
.mango-banner-slider .owl-prev, 
.mango-banner-slider .owl-next {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    color: #fff !important;
    border-radius: 100%;
    text-align: center;
    line-height: 50px !important;
    font-size: 26px !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: rgba(255, 255, 255, 0.3) !important;
}
.mango-banner-slider .owl-next{
    margin-left: 5px;
}

.mango-tab-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #F6F6F6;
    max-width: 765px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 40px 40px 50px 40px;
    width: 100%;
    height: 75%;
    overflow: auto;
}
.nav-tabs {
    margin-bottom: 25px;
}

span.icon img {
    width: 15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    padding: 10px 20px;
    color: #dc3e40;
    border-radius: 5px 5px 0 0;
    background-color: #F6F6F6;
    border: 1px solid #C4C4C4;
    border-bottom: none;
}
.nav-tabs>li>a {
    margin-right: 4px;
    border-radius: 5px 5px 0 0;
}
.nav-tabs>li {
    margin-bottom: -2px;
}
ul.dropdown-menu {
    min-width: 250px;
}
.mango-upload{
    color: #333;
    font-family: 'trebuchet_ms_bold';
    margin: 3px 10px;
}
ul.dropdown-menu li a{
    color: #616161;
    padding: 3px 20px;
}
ul.dropdown-menu li a:hover{
    background-color: #F5F5F5;
}
.mango-tab-thumb ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
}
.mango-tab-thumb ul li {
    max-width: 114px;
    margin-bottom: 20px;
    flex: 0 0 17%;
    -webkit-flex: 0 0 17%;
    -moz-flex: 0 0 17%;
    -ms-flex: 0 0 17%;
    -o-flex: 0 0 17%;
}
.mango-tab-content h4{
    text-align: center;
    color: #616161;
    margin: 0;
    font-size: 16px;
}
.tab-thumb{
    height: 110px;
    text-align: center;
}
.tab-thumb img{
    width: 90%;
}

/*---------------------------------------------------
MANGO FOOTER SECTION 
----------------------------------------------------*/

.mango-footer-top {
    background-color: #63666A;
    padding: 60px 0;
}

.mango-footer-title h3 {
    font-size: 19px;
    margin: 0 0 15px;
}
.footer-textarea {
    margin-right: 32px;
}
.footer-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav ul li{
    margin: 13px 0;
    line-height: 1;
}
.footer-nav ul li:first-child{
    margin-top: 0;
}
.footer-nav ul li:last-child{
    margin-bottom: 0;
}
.footer-nav ul li a {
    color: #fff;
    font-size: 18px;
}
.mango-subscriber {
    margin-bottom: 30px;
    position: relative;
}
button#subscribe-btn {
    background-color: inherit;
    border: none;
    padding: 0;
    position: absolute;
    top: 9px;
    right: 10px;
}
.mango-social-link ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.mango-social-link ul li{
    margin: 0 8px;
    display: inline-block;
}
.mango-social-link ul li:first-child{
    margin-left: 0;
}
.mango-social-link ul li:last-child{
    margin-right: 0;
}
.mango-social-link ul li a{
    color: #fff;
    font-size: 24px;
}
.mango-footer-bottom {
    background-color: #53565A;
    padding: 30px 0;
}
.f-bottom-content p {
    font-size: 13px;
}

/*Inner Pages*/
.mango-inner-page-sec {
background-size: cover;
background-position: center center;
padding: 70px 0;
	background-attachment: fixed;
}
.mango-inner-page-sec .mango-tab-wrap {
position: relative;
transform: none;
top: auto;
right: auto;
left: auto;
bottom: auto;
}

