@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600&amp;display=swap");
@import url(https://allfont.net/allfont.css?fonts=franklin-gothic-demi);

body {
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Franklin Gothic Demi', arial;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .m-font {
        font-size: 20px;
    }
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

p.first-letter:first-letter {
    font-size: 30px;
    color: #00623f;
    font-family: 'Oswald', sans-serif;
}

.padright10 {
    padding-right: 15px;
}

.clr {
    clear: both;
}

.text-white {
    color: #fff;
}

.text-yellow {
    color: yellow;
}

.text-off {
    color: #C9CBCC;
}

.text-bold {
    font-weight: bold;
}

.text-theme {
    color: #00623f;
}

.margin-tb {
    margin-top: 10px;
    margin-bottom: 10px;
}

.row_5 {
    margin-left: -5px;
    margin-right: -5px;
}

.pad0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pad5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pad5m {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 850px) {
    .pad5m {
        margin-bottom: 10px;
    }
}

.pad-lrb5 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.pad10 {
    padding-left: 10px;
    padding-right: 10px;
}

.bottom10 {
    margin-bottom: 10px;
}

.height5 {
    height: 5px;
}

.height10 {
    height: 10px;
}

.height20 {
    height: 20px;
}

.height30 {
    height: 30px;
}

textarea {
    resize: vertical;
}

.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .display-flex {
        display: block;
    }
}

a {
    color: #30afd6;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1792b8;
}

.rounded-0 {
    border-radius: 0;
}

.margin-padding0 {
    margin: 0;
    padding: 0;
}

.row-mob {
    margin: 0;
}

ul.list {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

ul.list li {
    margin-left: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    padding-bottom: 4px;
}

ul.list li a {
    color: #000;
}

ul.list li a:hover {
    color: #00623f;
}

ul.list.white li a {
    color: #fff;
}

ul.list.white li a:hover {
    color: #00623f;
}

ul.list2 {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

ul.list2 li {
    margin: 0;
    padding: 0 10px 5px 0;
    min-width: 30%;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
    ul.list2 li {
        min-width: 100%;
    }
}

ul.list2 li:before {
    font-family: 'FontAwesome';
    content: "\f178";
    color: #B88E63;
    margin-right: 5px;
}

.relative_block {
    position: relative;
}

.relative_block2 {
    position: relative;
    z-index: 2;
}

.relative_block3 {
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .container {
        width: 90% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .container {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 10px;
        width: 100%;
    }
}

#back-top {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 1000;
    display: none;
    margin-left: 500px;
    width: 35px;
    height: 35px;
    background: #0c2234;
    border: 1px solid #fff;
    color: white;
    text-align: center;
    cursor: pointer;
    -webkit-animation: movebounce 3.6s linear infinite;
    animation: movebounce 3.6s linear infinite;
}

#back-top:hover {
    color: #00623f;
    border: 1px solid #00623f;
    background: #fff;
}

#back-top i {
    line-height: 35px;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}

.bg-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    display: block;
}

@media (max-width: 767px) {
    .bg-top-right {
        width: 30%;
    }
}

.bg-top-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    display: block;
}

header {
    /*border-top: 2px solid #00623f;*/
    background-color: #002134;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    header {
        background-color: #002134;
        background-image: none;
        /*min-height: 55px;*/
        height: 110px;
    }
}

header:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 18px;
    background-image: url(../images/divider.png);
    background-size: 100% 100%;
    display: block;
}

header:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    width: 50%;
    height: 14px;
    background-image: url("../images/header-bg.png");
    background-size: 100% 100%;
    display: block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

header .top-header {
    display: block;
    width: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: relative;
}
header .top-header:before {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 1;
    width: 23%;
    height: 12px;
    background-image: url(../images/header-bg.png);
    background-size: 100% 100%;
    display: block;
}
header .top-header ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 5px 0;
    width: auto;
    float: right;
    position: relative;
}

header .top-header ul li {
    font-family: 'Oswald', sans-serif;
    margin: 0 0 0 10px;
    font-size: 14px;
    color: #000;
    /*display: inline-block;*/
    text-align: right;
}

header .top-header ul li i {
    color: #f9b71b;
    margin-right: 5px;
}

header .top-header ul li.social-icons-top {
    width: auto;
}

header .top-header ul li.social-icons-top a {
    border: 1px solid #f9b71b;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #f9b71b;
    margin-left: 5px;
    border-radius: 50%;
    text-decoration: none;
}

header .top-header ul li.social-icons-top a i {
    margin: 0;
}

header .top-header ul li.social-icons-top a:hover {
    background-color: #f9b71b;
    text-decoration: none;
}

header .top-header ul li.social-icons-top a:hover i {
    color: #fff;
}

header .logo-section {
    position: relative;
    width: auto;
    display: block;
    float: left;
}

header .logo-section .logo {
    padding: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: absolute;
    top: -68px;
    left: 0;
    z-index: 11;
    height: 110px;
}

@media (max-width: 767px) {
    header .logo-section .logo {
        height: 45px;
        padding: 0px;
        top: -14px;
        left: 45px;
        box-shadow: none;
        background: none;
    }
}

header .logo-section .logo img {
    height: 100%;
}

header .logo-section .menubutton {
    position: relative;
    z-index: 2;
    float: left;
    border: none;
    background: none;
    outline: none;
    font-size: 23px;
    padding: 12px 12px 0 0;
    color: #f1b717;
    display: none;
    margin-left: 3px;
    margin-top: -10px;
}
header.sticky .logo-section .menubutton {
    margin-top: 3px;
}

@media (max-width: 767px) {
    header .logo-section .menubutton {
        display: block;
    }
}

header .logo-section .menu-overlay {
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 5;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

@media (max-width: 991px) {
    header .logo-section .menu-overlay {
        display: block;
    }
}

header .logo-section .menu-overlay.open-menu {
    left: 0;
}

header .logo-section.open-menu .menubutton {
    display: none;
}

@media (max-width: 991px) {
    header .logo-section.open-menu .logo {
        left: 10px;
    }
}

header .menu-section {
    display: block;
    float: right;
    width: auto;
}

header .menu-section .menu-block {
    float: left;
    width: auto;
    display: block;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

@media (max-width: 767px) {
    header .menu-section .menu-block {
        width: 200px;
        height: 100%;
        background-color: rgba(0, 33, 52, 0.8);
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 10;
        padding-top: 110px;
        -webkit-box-shadow: 3px 0px 5px -3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 3px 0px 5px -3px rgba(0, 0, 0, 0.5);
        box-shadow: 3px 0px 5px -3px rgba(0, 0, 0, 0.5);
    }
    header .menu-section .menu-block.open-menu {
        left: 0;
    }
}

header .menu-section .menu-block.menu-block-open {
    left: 0;
}

header .menu-section .menu-block .navbar-nav {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 0;
    background-color: transparent;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    header .menu-section .menu-block .navbar-nav {
        padding-right: 5px;
    }
}

header .menu-section .menu-block .navbar-nav>li {
    position: relative;
}

header .menu-section .menu-block .navbar-nav>li:after {
    content: '|';
    position: absolute;
    top: 10px;
    right: 0;
    color: #fff;
}

@media (max-width: 767px) {
    header .menu-section .menu-block .navbar-nav>li:after {
        content: '';
    }
}

header .menu-section .menu-block .navbar-nav>li:last-child:after {
    content: '';
}

header .menu-section .menu-block .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 2px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: normal;
    position: relative;
}

@media (max-width: 767px) {
    header .menu-section .menu-block .navbar-nav>li>a {
        width: 100%;
        text-align: left;
        padding-left: 25px;
        display: block;
        color: #fff;
    }
}

header .menu-section .menu-block .navbar-nav>li>a:hover {
    background: none;
    color: #f9b71b;
}

header .menu-section .menu-block .navbar-nav>li>a.active-menu {
    color: #f9b71b;
}

header .menu-section .menu-block .navbar-nav>li>a:focus {
    background: none;
}

@media (max-width: 767px) {
    header .menu-section .menu-block .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
}

header .menu-section .menu-block .nav .open>a,
header .menu-section .menu-block .nav .open>a:focus,
header .menu-section .menu-block .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    header .menu-section .menu-block .nav>li>a {
        padding: 10px 10px;
    }
}

header .menu-section .open>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

header .menu-section .dropdown-menu {
    opacity: .3;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    padding: 0;
    border-radius: 0;
}

header .menu-section .dropdown-menu li a {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width: 991px) {
    header .menu-section .dropdown-menu li a {
        white-space: inherit;
    }
}

header .menu-section .dropdown-menu li a.active-menu {
    background-color: #0c2134;
    color: #fff;
}

header .menu-section .dropdown-menu li a:hover {
    background-color: #002134;
    color: #fff;
}

header .menu-section .caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

header.sticky {
    height: 70px;
    background-color: rgba(0, 33, 52, 0.8);
    background-image: none;
    position: fixed;
    top: 0px;
    left: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

header.sticky:before,
header.sticky:after {
    display: none;
}

header.sticky .top-header {
    margin-top: -73px;
    visibility: hidden;
}

header.sticky .logo-section .logo {
    top: 2px;
    height: 65px;
    padding: 5px;
    background: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    header.sticky .logo-section .logo {
        height: 45px;
        padding: 0px;
        top: 6px;
        background: none;
    }
}

header.sticky .menu-section .menu-block {
    margin-top: 10px;
}

header.sticky .menu-section .menu-block .navbar-nav>li>a {
    color: #fff;
}

header.sticky .menu-section .menu-block .navbar-nav>li>a.active-menu {
    color: #f9b71b;
}

header.sticky .menu-section .dropdown-menu li a:hover {
    background-color: #0c2134;
    color: #fff;
}

.home-slider-block {
    display: block;
    position: relative;
}

.home-slider-block:after {
    content: '';
    position: absolute;
    top: 97%;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 30px;
    display: block;
    content: '';
    background-image: url("../images/slider/banner-bottom-bg.png");
    background-size: 100% 100%;
}

@media (max-width: 767px) {
    .home-slider-block:after {
        top: 86%;
    }
}

.home-slider-block .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.home-slider-block .carousel-fade .carousel-inner .active {
    opacity: 1;
}

.home-slider-block .carousel-fade .carousel-inner .active.left,
.home-slider-block .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.home-slider-block .carousel-fade .carousel-inner .next.left,
.home-slider-block .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.home-slider-block .carousel-fade .carousel-control {
    z-index: 2;
}

.home-slider-block .carousel-control {
    width: 6%;
}

@media (max-width: 767px) {
    .home-slider-block .carousel-control {
        width: 10%;
    }
}

.home-slider-block .arrow-top {
    top: 48%;
    left: 0;
    right: 0;
    position: absolute;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .home-slider-block .carousel-fade .carousel-inner>.item.next,
    .home-slider-block .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .home-slider-block .carousel-fade .carousel-inner>.item.prev,
    .home-slider-block .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .home-slider-block .carousel-fade .carousel-inner>.item.next.left,
    .home-slider-block .carousel-fade .carousel-inner>.item.prev.right,
    .home-slider-block .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.home-slider-block .carousel-control.left {
    background-image: none;
}

.home-slider-block .carousel-control.right {
    background-image: none;
}

.content-slider {
    width: auto;
    padding: 20px;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 10%;
    bottom: 60px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #fff;
    border-bottom: 6px double #00623f;
    border-left: 10px solid #00623f;
}

@media (max-width: 767px) {
    .content-slider {
        display: none;
    }
}

.content-slider2 {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 25px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    display: table;
    z-index: 4;
}

.content-slider2 h2 {
    margin-bottom: 2px;
    font-size: 23px;
    color: #fff;
}

/*--Slider-Part--------------->*/

.other-banner {
    width: 100%;
    position: relative;
    display: block;
}

.other-banner .other-page-image {
    width: 100%;
    display: block;
    position: relative;
}

.other-banner .other-page-image:after {
    content: '';
    position: absolute;
    top: 97%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 30px;
    display: block;
    content: '';
    background-image: url("../images/slider/banner-bottom-bg.png");
    background-size: 100% 100%;
}

.other-banner .other-page-image img {
    width: 100%;
}

@media (max-width: 767px) {
    .other-banner .other-page-image {
        height: 170px;
    }
    .other-banner .other-page-image img {
        width: auto;
        height: 100%;
    }
}

/*--End-Slider--------------->*/

.bg-off {
    background-color: #fcfcfc;
    background-image: url(../images/dit-bg.png);
    width: 100%;
    display: block;
}

/*----What we do---*/

.whatwedo {
    display: block;
    width: 100%;
}

.whatwedo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.whatwedo ul li {
    width: 50%;
    float: left;
    padding: 5px;
    margin: 0;
    text-align: right;
    color: #fff;
}

@media (max-width: 767px) {
    .whatwedo ul li {
        width: 100%;
    }
}

.whatwedo ul li .contentblock {
    width: 70%;
    float: left;
    padding: 5px;
}

@media (max-width: 767px) {
    .whatwedo ul li .contentblock {
        width: 50%;
    }
}

.whatwedo ul li .imgblock {
    width: 30%;
    background: url(../images/logo/logo-bg.png) no-repeat center;
    background-size: 50%;
    height: 300px;
    float: left;
    padding: 5px;
    position: relative;
}

@media (max-width: 767px) {
    .whatwedo ul li .imgblock {
        width: 50%;
    }
}

.whatwedo ul li .imgblock:after {
    content: '';
    width: 88%;
    height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border: 2px solid #fff;
    display: block;
    margin: auto;
}

.whatwedo ul li .imgblock .imgsize4 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.whatwedo ul li:nth-child(2n - 0) {
    text-align: left;
}

.whatwedo ul li:nth-child(2n - 0) .contentblock {
    float: right;
}

.whatwedo ul li:hover .imgblock .imgsize4 {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*----about-section----*/

.about-section {
    position: relative;
    z-index: 6;
    min-height: 300px;
}

.about-section .repair-about-image {
    position: relative;
    width: 100%;
    height: 100%;
    top: 50%;
}

.about-section .repair-about-image img {
    position: absolute;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.about-section .repair-about-image img:nth-child(1) {
    left: 0;
    top: 0;
    z-index: 1;
    border: 5px solid #f8fbff;
    width: 300px;
}

.about-section .repair-about-image img:nth-child(2) {
    left: 0;
    top: 10%;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    right: 0;
    text-align: center;
    z-index: 2;
    margin: 0 auto;
    border: 5px solid #f8fbff;
    width: 300px;
}

.about-section .repair-about-image img:nth-child(3) {
    right: 0;
    top: 10%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 1;
    border: 5px solid #f8fbff;
    width: 300px;
}

.title-bar {
    /*text-align: center;*/
    margin-bottom: 10px;
    display: block;
}

.title-bar .bar {
    height: 2px;
    width: 90px;
    background: #00623f;
    margin: 10px auto;
    position: relative;
    border-radius: 30px;
}

.title-bar .bar:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -5px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    border: 2px solid #00623f;
}

.title-bar .bar:after {
    content: '';
    position: absolute;
    right: -10px;
    top: -5px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    border: 2px solid #00623f;
}

/*---Button-style----*/

.cmt-btn {
    font-size: 15px;
    padding: 8px 25px;
    border: 1px solid #002134;
    border-radius: 0;
    position: relative;
}

.cmt-btn span {
    position: relative;
    z-index: 1;
    /*color: #002134;*/
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.cmt-btn:after {
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background-color: #002134;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.theme-color{
    color: #002134;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.height15 {
    height: 15px;
}
.scl{
    padding-left: 50px;
}
.scl a{
    color: #002134;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px !important;
}
.cmt-btn:before {
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background-color: #002134;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.cmt-btn:hover {
    color: #fff;
}

.cmt-btn:hover span {
    color: #fff;
}

.cmt-btn:hover:before {
    width: 50%;
}

.cmt-btn:hover:after {
    width: 50%;
}

.cmt-btn.white-btn {
    border: 1px solid #fff;
}

.cmt-btn.white-btn span {
    color: #fff;
}

.cmt-btn.white-btn:hover span {
    color: #00623f;
}

.cmt-btn.white-btn:after,
.cmt-btn.white-btn:before {
    background-color: #fff;
}

/*--Paralax-css-----*/

.patteren {
    width: 100%;
   /* height: 100%;
    position: relative;
    overflow: hidden;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

/*.patteren:after {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
}*/

@media (max-width: 767px) {
    .patteren:after {
        width: 100%;
    }
}

.patteren2 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background: url(../images/bg/light-bg.png) no-repeat top;
    background-size: 100%;
}

.block-tb {
    padding: 60px 0;
}

.fixed_img {
    width: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover !important;
    background-attachment: fixed !important;
    height: 100% !important;
    display: block;
}

.sec-bg1 {
    background: url(../images/resource/welcome.jpg) no-repeat center;
    padding: 30px 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-bg2 {
    background: url(../images/profile-bg.png) no-repeat center;
    padding: 30px 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-bg3 {
    background: url(../images/about-plankton-bg.png) no-repeat center;
    padding: 30px 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.miggap {
    margin-top: 25px;
}

.miggap img {
    border: 6px solid #fff;
}

@media (max-width: 767px) {
    .miggap {
        margin-top: 0px;
    }
}

/*--End-Paralax-css-----*/

.portfolio {
    display: block;
    width: 100%;
    padding-top: 20px;
}

.portfolio .filters {
    text-align: center;
    display: block;
    float: right;
}

.portfolio .filters ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.portfolio .filters ul li {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    margin-bottom: 5px;
}

.portfolio .filters ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #00623f;
    transition: width 350ms ease-out;
}

.portfolio .filters ul li:hover:after {
    width: 100%;
}

.portfolio .filters ul li.active {
    color: #00623f;
}

.portfolio .filters ul li.active:after {
    width: 100%;
}

.portfolio .filters-content {
    display: block;
    margin-top: 20px;
}

.portfolio .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}

.portfolio .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}

.portfolio .filters-content ul.grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.portfolio .filters-content ul.grid.gallery li {
    padding: 3px;
}

.portfolio .filters-content ul.grid li {
    width: 33.333%;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

@media (max-width: 767px) {
    .portfolio .filters-content ul.grid li {
        width: 50%;
    }
}

.portfolio .filters-content ul.grid li a {
    position: relative;
    display: block;
    background: url(../images/logo/logo-bg.png) no-repeat center;
    background-size: 50%;
}

.portfolio .filters-content ul.grid li a span {
    width: 94%;
    height: 90%;
    display: block;
    margin: auto;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.portfolio .filters-content ul.grid li a:before {
    width: 0%;
    height: 0%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.portfolio .filters-content ul.grid li a:after {
    width: 0px;
    height: 0px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 0px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    content: 'VIEW';
    font-size: 0;
    color: #fff;
    font-weight: bold;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.portfolio .filters-content ul.grid li a:hover:before {
    width: 80%;
    height: 80%;
}

.portfolio .filters-content ul.grid li a:hover:after {
    visibility: visible;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
}

.portfolio .filters-content ul.grid li a:hover .imgsize-block {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.portfolio .filters-content ul.grid li .imgsize-block {
    width: 100%;
    height: 300px;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.member-section {
    display: block;
    width: 100%;
}

.member-section ul {
    width: 100%;
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.member-section ul li {
    width: 20%;
    margin: 0;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px;
}

.award-block {
    width: 100%;
    display: flex;
    height: 190px;
    align-items: center;
    background: #cacacb url(../images/logo/logo-bg.png) no-repeat center right;
    background-size: 50%;
    padding: 0 5px;
}

.award-block .imgblock {
    width: 40%;
    float: left;
    padding: 20px 5px;
}

.award-block .imgblock img {
    width: 100%;
    margin: 0 auto;
}

.award-block .contentblock {
    width: 60%;
    float: left;
    padding: 20px 5px;
    text-align: center;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
}

.award-block2 {
    width: 100%;
    display: block;
    height: 190px;
    align-items: center;
    background-color: #cacacb;
    padding: 0;
}

.award-block2 .imgblock {
    width: 100%;
    height: 125px;
}

.award-block2 .imgblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.award-block2 .contentblock {
    width: 100%;
    float: left;
    padding: 5px 10px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
}

.brandblock {
    width: 100%;
    display: block;
    padding: 3px;
    border: 1px solid #ddd;
    background: url(../images/logo/logo-bg.png) no-repeat center;
    background-size: 50%;
}

.brandblock2 {
    width: 100%;
    display: block;
    padding: 3px;
}

.carousel-style .owl-nav button.owl-prev i,
.carousel-style .owl-nav button.owl-next i {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}

.carousel-style .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    left: 0;
    width: 30px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.carousel-style .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    right: 0;
    width: 30px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.carousel-style .owl-nav.disabled {
    display: none;
}

.carousel-style .owl-nav button.owl-next.disabled,
.carousel-style .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

footer {
    display: block;
    background-color: #f9b71b;
    overflow: hidden;
}

footer .footer-top {
    background-color: #0d1c33;
    position: relative;
}

footer .footer-top .logo-footer {
    padding: 10px;
}

footer .footer-top .logo-footer img {
    height: 60px;
    margin: 0 auto;
    display: block;
}

footer .footer-top:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00623f;
    width: 60%;
    height: 100%;
    display: block;
}

footer .footer-bottom {
    background-color: #002134;
    position: relative;
    padding: 10px;
    color: #fff;
    font-size: 12px;
}

footer .line-bottom {
    position: relative;
    padding-bottom: 15px;
}

footer .line-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    display: block;
    background-color: #00623f;
    border-radius: 5px;
}

footer .newsletter {
    display: block;
    padding: 15px 0;
}

footer .newsletter h3 {
    margin: 0;
    padding: 0;
}

footer .newsletter h3 img {
    position: relative;
    top: -5px;
}

@media (max-width: 767px) {
    footer .newsletter h3 img {
        display: none;
    }
}

footer .newsletter-form {
    margin: 20px 0 0 0;
}

footer .newsletter-form .form-control {
    height: 40px;
    border-radius: 0;
    border-color: #fff;
}

footer .newsletter-form .input-group-btn .btn-default {
    background-color: #081528;
    border-radius: 0;
    border-color: #081528;
    height: 40px;
    color: #fff;
    font-size: 18px;
}

footer .newsletter-form .input-group-btn .btn-default i {
    position: relative;
    top: -2px;
}

footer ul.get-in-touch {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

footer ul.get-in-touch li {
    display: block;
    padding-left: 35px;
    position: relative;
    padding-top: 0;
    padding-bottom: 20px;
    margin: 0;
}

footer ul.get-in-touch li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    color: #00623f;
}

footer ul.recent-posts {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

footer ul.recent-posts li {
    width: 49%;
    margin-bottom: 5px;
    min-height: 95px;
    display: inline-block;
    padding-left: 110px;
    position: relative;
    padding-top: 0;
    padding-bottom: 20px;
    margin: 0;
}

@media (max-width: 767px) {
    footer ul.recent-posts li {
        width: 100%;
    }
}

footer ul.recent-posts li .imgblock {
    width: 100px;
    height: 90px;
    display: block;
    position: absolute;
    border: 2px solid #C3C3C3;
    overflow: hidden;
    top: 0;
    left: 0;
}

footer ul.recent-posts li .imgblock img {
    height: 100%;
}

footer ul.recent-posts li .post-content {
    width: auto;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
}

footer .social-icons-bottom {
    width: auto;
    float: left;
    margin-top: 8px;
}

footer .social-icons-bottom a {
    border: 1px solid #fff;
    height: 42px;
    width: 42px;
    line-height: 43px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
}

footer .social-icons-bottom a:hover {
    border: 1px solid #00623f;
    background-color: #00623f;
    color: #fff;
}

footer .footermenu {
    display: block;
}

@media (max-width: 767px) {
    footer .footermenu {
        padding-left: 15px;
    }
}

footer .footermenu ul.navbar-nav {
    display: block;
    padding: 0;
    list-style: disc !important;
}

footer .footermenu ul.navbar-nav li {
    width: 100%;
    display: block;
}

footer .footermenu ul.navbar-nav li.dropdown ul.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

footer .footermenu ul.navbar-nav li.dropdown ul.dropdown-menu li {
    padding-left: 0;
}

footer .footermenu ul.navbar-nav li.dropdown ul.dropdown-menu li a {
    color: #000;
    font-size: 13px;
    padding: 6px 5px 6px 10px;
    display: block;
}

@media (max-width: 767px) {
    footer .footermenu ul.navbar-nav li.dropdown ul.dropdown-menu li a {
        display: table;
        color: #fff;
        padding: 6px 10px;
    }
}

footer .footermenu ul.navbar-nav li.dropdown ul.dropdown-menu li a:before {
    display: none;
}

footer .footermenu ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
    background-color: #00623f;
    color: #fff;
}

footer .footermenu ul.navbar-nav li a {
    padding: 4px 5px 4px 15px;
    color: #fff;
    display: table;
    font-size: 16px;
    position: relative;
}

footer .footermenu ul.navbar-nav li a:before {
    font-family: 'icomoon';
    content: '\ea54';
    position: absolute;
    font-size: 9px;
    top: 3px;
    left: 0;
}

footer .footermenu ul.navbar-nav li a:hover {
    color: #00623f;
}

footer .footermenu ul.navbar-nav li a.active-menu {
    color: #00623f;
}

footer .footermenu ul.navbar-nav li a.active-menu:before {
    color: #00623f;
}

footer .contact {
    display: flex;
    align-items: baseline;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 10px;
}

footer .contact .title {
    width: 45%;
    font-weight: bold;
    font-size: 17px;
}

footer .contact .value {
    width: 65%;
}

.dropdown-menu>li>a.active-menu {
    color: #fff;
}
.dropdown-menu {
    background-color: #f1b717 !important;
}
header .menu-section .dropdown-menu li a {
    color: #0c2134;
}
.testimonial {
    width: 100%;
    display: block;
    position: relative;
    z-index: 5;
    padding: 10px;
}

.testimonial:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px double #00623f;
    display: block;
}

.testimonial .testimonials {
    position: relative;
    width: 94%;
    display: block;
    margin: 0 auto;
    z-index: 5;
}

.testimonial .testimonials .testimonial-block {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #000;
    position: relative;
    padding-left: 40px;
}

.testimonial .testimonials .testimonial-block:before {
    content: "\e90d";
    font-family: 'icomoon';
    position: absolute;
    top: 5px;
    left: 0;
    color: #C0C0C0;
    font-size: 35px;
}

.testimonial .testimonials .testimonial-block .avatar-testimonials {
    float: left;
}

.testimonial .testimonials .testimonial-block .avatar-testimonials img {
    margin-right: 25px;
    width: 56px;
    border: 3px solid #00623f;
}

.testimonial .testimonials .owl-nav button.owl-prev i,
.testimonial .testimonials .carousel-style .owl-nav button.owl-next i {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}

.testimonial .testimonials .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    left: -30px;
    width: 30px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.testimonial .testimonials .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    right: -30px;
    width: 30px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.listblockname {
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 10px 20px 5px 20px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    height: 100%;
    display: block;
}

.listblockname h4 {
    font-weight: bold;
}

.service-section {
    background: #f7fdfe url(../images/bg/bg-services.html) no-repeat bottom right;
    display: block;
    width: 100%;
    position: relative;
}

.land-section {
    background: #fff url(../images/bg/land-bg.html) no-repeat bottom right;
    display: block;
    width: 100%;
    position: relative;
}

ul.listline {
    display: block;
    margin: 0;
    padding: 0;
}

ul.listline li {
    width: auto;
    padding: 5px 20px;
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
}

ul.listline li:before {
    content: "\e907";
    font-family: 'icomoon';
    color: #00623f;
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: 0;
}

.gaptop {
    margin-top: 70px;
}

.tabbable-panel {
    padding: 0;
}

.tabbable-panel .tabbable-line .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-panel .tabbable-line .nav-tabs li {
    margin-right: 2px;
}

.tabbable-panel .tabbable-line .nav-tabs li a {
    border: 0;
    margin-right: 0;
    color: #737373;
    background: none;
    padding: 5px 20px;
}

.tabbable-panel .tabbable-line .nav-tabs li a i {
    color: #737373;
    font-size: 15px;
    border: 1px solid #737373;
    width: 26px;
    height: 26px;
    padding: 4px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}

.tabbable-panel .tabbable-line .nav-tabs li.open,
.tabbable-panel .tabbable-line .nav-tabs li:hover {
    border-bottom: 2px solid #C5E1F1;
}

.tabbable-panel .tabbable-line .nav-tabs li.open a,
.tabbable-panel .tabbable-line .nav-tabs li:hover a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-panel .tabbable-line .nav-tabs li.open a i,
.tabbable-panel .tabbable-line .nav-tabs li:hover a i {
    color: #a6a6a6;
}

.tabbable-panel .tabbable-line .nav-tabs li.active {
    border-bottom: 2px solid #00623f;
    position: relative;
}

.tabbable-panel .tabbable-line .nav-tabs li.active a {
    border: 0;
    color: #333333;
}

.tabbable-panel .tabbable-line .nav-tabs li.active a>i {
    color: #00623f;
}

.tabbable-panel .tabbable-line .tab-content {
    display: block;
    margin-top: 10px;
}

.tabbable-panel .tabbable-line .tab-content .tab-pane {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 20px 15px;
    min-height: 80px;
}

.tabbable-panel .tabbable-line .tab-content .tab-pane h4 {
    color: #00623f;
}

.tabbable-panel .tabbable-line .tab-content .tab-pane h4 i {
    color: #00623f;
    font-size: 20px;
    border: 1px solid #00623f;
    width: 35px;
    height: 35px;
    padding: 4px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}

.blockform {
    width: 100%;
    display: block;
}

.formstyle {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.formstyle input,
.formstyle textarea {
    display: block;
    background: none;
    padding: 2px 2px 1px;
    font-size: 16px;
    border-width: 0;
    border-color: transparent;
    line-height: 30px;
    width: 100%;
    color: 000;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}

.formstyle input {
    height: 30px;
}

.formstyle textarea {
    resize: none;
}

.formstyle select {
    width: 100%;
    font-size: 16px;
    height: 25px;
    padding: 2px 2px 1px;
    background: none;
    border: none;
    line-height: 25px;
    box-shadow: none;
}

.formstyle select:focus,
.formstyle input:focus,
.formstyle textarea:focus {
    outline: none;
}

.formstyle select:focus~.control-label,
.formstyle input:focus~.control-label,
.formstyle textarea:focus~.control-label {
    color: #337ab7;
}

.formstyle select:focus~.bar::before,
.formstyle input:focus~.bar::before,
.formstyle textarea:focus~.bar::before {
    width: 100%;
    left: 0;
}

.formstyle .control-label {
    position: absolute;
    top: 4px;
    pointer-events: none;
    padding-left: 2px;
    z-index: 1;
    color: #b3b3b3;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.formstyle .bar {
    position: relative;
    border-bottom: 2px solid #002134;
    display: block;
}

.formstyle .bar:before {
    content: '';
    height: 2px;
    width: 0;
    left: 50%;
    bottom: -1px;
    position: absolute;
    background: #002134;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}
.formstyle label {
  color: #002134 !important;
}
.formstyle select~.control-label,
.formstyle input:focus~.control-label,
.formstyle input:valid~.control-label,
.formstyle input.has-value~.control-label,
.formstyle textarea:focus~.control-label,
.formstyle textarea:valid~.control-label,
.formstyle textarea.has-value~.control-label {
    font-size: 12px;
    color: gray;
    top: -16px;
    left: 0;
}

.map {
    display: block;
    padding: 5px 5px 0 5px;
    border: 1px solid #fff;
    position: relative;
    height: 100%;
}

@media (max-width: 767px) {
    .map {
        height: 300px;
    }
}

.services-list {
    display: block;
    width: 100%;
}

.services-list ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.services-list ul li {
    display: inline-block;
    background-color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: 5px;
    border: 2px solid #efefef;
    line-height: 70px;
    font-size: 40px;
    color: #323232;
    text-align: center;
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
}

.services-list ul li:hover {
    background-color: #00623f;
    color: #fff;
}

.tabimg {
    width: 270px;
    height: 140px;
    float: left;
    margin-right: 10px;
}

.tabimg .tabimg-size {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.right-img {
    display: block;
    position: relative;
    width: 100%;
}

.right-img .first-img,
.right-img .second-img,
.right-img .third-img {
    width: 50%;
    height: 320px;
    position: absolute;
    top: 30px;
    left: 0;
    background: url(../images/logo/logo-bg.png) no-repeat center;
    background-size: 50%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.right-img .first-img .imgsize,
.right-img .second-img .imgsize,
.right-img .third-img .imgsize {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 5px;
    border: 3px solid #00623f;
}

.right-img .first-img:hover,
.right-img .second-img:hover,
.right-img .third-img:hover {
    z-index: 10;
}

.right-img .first-img {
    left: 5%;
}

.right-img .second-img {
    top: -80px;
    left: 20%;
    z-index: 5;
}

.right-img .third-img {
    top: -20px;
    right: 0;
    left: inherit;
    z-index: 6;
}

.exhibition-centers {
    position: relative;
    display: block;
    background-color: #333;
    color: #fff;
    padding: 20px 20px 20px 50px;
}

@media (max-width: 767px) {
    .exhibition-centers {
        padding: 10px;
    }
}

.exhibition-centers:after {
    width: 184px;
    display: block;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: -70px;
    background: url(../images/arrow-left.png) no-repeat left top;
}

@media (max-width: 767px) {
    .exhibition-centers:after {
        display: none;
    }
}

.exhibition-centers h2 {
    padding-bottom: 20px;
}

.exhibition-centers ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.exhibition-centers ul.list li {
    margin-left: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .exhibition-centers ul.list li {
        display: flex;
        align-items: baseline;
    }
}

.exhibition-centers ul.list li span {
    min-width: 125px;
    display: inline-block;
    font-size: 18px;
}

.shape {
    float: left;
    shape-outside: polygon(95px -19px, -20px -19px, -20px 481px);
    width: 300px;
    height: 445px;
}

@media (max-width: 767px) {
    .shape {
        display: none;
    }
}

.working-progress {
    display: block;
    width: 100%;
}

.working-progress ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 767px) {
    .working-progress ul {
        overflow: auto;
        white-space: nowrap;
    }
}

.working-progress ul li {
    position: relative;
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .working-progress ul li {
        width: 80%;
        display: inline-block;
        float: inherit;
        margin-left: -4px;
    }
}

.working-progress ul li .title-block {
    width: 100%;
    display: block;
    padding: 6px;
    background-color: #333;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    position: relative;
}

.working-progress ul li .title-block:after {
    content: '';
    position: absolute;
    top: -10px;
    right: 7px;
    z-index: 1;
    width: 12px;
    height: 160%;
    background-color: #fcfcfc;
    background-image: url(../images/dit-bg.png);
    -ms-transform: rotate(-30deg);
    /* IE 9 */
    transform: rotate(-30deg);
}

.working-progress ul li .image-block {
    width: 100%;
    padding: 10px 6px;
    display: block;
    height: 250px;
    border: 4px solid #333;
    position: relative;
    background: url(../images/logo/logo-bg.png) no-repeat center;
    background-size: 50%;
}

.working-progress ul li .image-block:after {
    content: '';
    position: absolute;
    top: 40%;
    right: -7px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 12px;
    border-color: transparent transparent transparent #fff;
}

.working-progress ul li .image-block .imagesize {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.working-progress ul li:last-child .title-block:after {
    display: none;
}

.working-progress ul li:last-child .image-block:after {
    display: none;
}

.refreshments {
    display: inline-block;
    width: 100%;
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .refreshments {
        padding-bottom: 30px;
    }
}

.refreshments ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.refreshments ul li {
    width: 20%;
    height: 240px;
    float: left;
    position: relative;
    padding: 10px;
    background: url(../images/logo/logo-bg.png) no-repeat center;
    background-size: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .refreshments ul li {
        height: 205px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .refreshments ul li {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .refreshments ul li {
        width: 50%;
        height: 145px;
        padding: 5px;
    }
}

.refreshments ul li a {
    position: relative;
}

.refreshments ul li a:after {
    content: 'VIEW';
    background-image: url(../images/bg/view.png);
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
    width: 0px;
    height: 0px;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.refreshments ul li a:hover:after {
    font-size: 12px;
    line-height: 46px;
    width: 39px;
    height: 44px;
    visibility: visible;
}

.refreshments ul li .imgsize {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .refreshments ul li .imgsize {
        height: 250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .refreshments ul li .imgsize {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .refreshments ul li .imgsize {
        height: 180px;
    }
}

.refreshments ul li:nth-child(9n+6) {
    margin-left: 10%;
}

@media (max-width: 767px) {
    .refreshments ul li:nth-child(3n+3) {
        margin-left: 25%;
    }
}

.hexagon-shape {
    overflow: hidden;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -o-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -ms-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.contentlist {
    position: relative;
    height: 100%;
    display: block;
    padding-left: 70px;
}

.contentlist .vertical-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    display: block;
    background-color: #996633;
    padding: 10px 12px 10px 10px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
}

.contentlist h2 {
    margin-bottom: 20px;
}

.contentlist ul li {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}

.image-style {
    display: block;
    width: 100%;
    padding-top: 20px;
}

.image-style ul {
    list-style: none;
    width: 60%;
    margin: 0;
    padding: 0;
    float: right;
}

@media (max-width: 767px) {
    .image-style ul {
        width: 90%;
    }
}

.image-style ul li {
    width: 60%;
    float: left;
}

.image-style ul li .imgstyle {
    width: 100%;
    height: 200px;
    background-color: #fff;
    padding: 10px;
    border: 2px solid #666;
    display: block;
    -webkit-box-shadow: -10px 10px 1px 0px #999999;
    -moz-box-shadow: -10px 10px 1px 0px #999999;
    box-shadow: -10px 10px 1px 0px #999999;
}

.image-style ul li .imgstyle .imgsize-s {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-style ul li:nth-child(1) {
    position: relative;
    left: -37px;
    z-index: 2;
    top: 40px;
}

.image-style ul li:nth-child(1) .imgstyle {
    border-right: none;
}

.image-style ul li:nth-child(2) {
    position: relative;
    left: -40px;
    bottom: -2px;
    z-index: 1;
}

.image-style ul li:nth-child(3) {
    position: relative;
    top: -2px;
    right: -2px;
    z-index: 3;
}

.image-style ul li:nth-child(3) .imgstyle {
    border-top: none;
    border-right: none;
}

.image-style ul li:nth-child(4) .imgstyle {
    position: relative;
    z-index: 1;
}

.image-style ul li:nth-child(4) .imgstyle:after {
    width: 100%;
    height: 4px;
    display: block;
    background-color: #fff;
    content: '';
    position: absolute;
    top: -2px;
    left: -40px;
    z-index: 2;
}

.image-style ul li:nth-child(2n+1) {
    width: 40%;
}

.image-style ul li:nth-child(2n+1) .imgstyle {
    height: 160px;
}

.pull-left-center {
    float: left;
}

@media (max-width: 767px) {
    .pull-left-center {
        float: none;
    }
}

.what-is-fitfat{
   background-image: url(../images/about-event.png);
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; 
    padding: 70px 70px 40px;
}
.what-is-fitfat h4{
    font-size: 24px;
    line-height: 1.3;
    margin-top: 30px;
}
.what-is-fitfat p{
    font-size: 40px;
    color: #fff;
    position: relative;
}
.what-is-fitfat p:after{
    content: '|';
    position: absolute;
    top: 0px;
    left: -18px;
    font-weight: bold;
    color: #f1b718;
}
.fl{
   font-size: 35px; 
}
.ft{
    font-size: 50px;
    font-weight: bold;
    color: #f1b717;
}
.qm{
    font-size: 60px;
}
.what-is-fitfat:before {
    content: '';
    position: absolute;
    top: 97%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 18px;
    background-image: url(../images/divider.png);
    background-size: 100% 100%;
    display: block;
}
.home-banner{
    background-image: url(../images/home-banner.png);
    width: 100%;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.inner-banner-1{
    background-image: url(../images/inner-banner.png);
    width: 100%;
    height: 615px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.inner-banner-1 .home-banner-left {
    top: 80px;
}
.inner-banner-2{
    background-image: url(../images/inner-banner-2.png);
    width: 100%;
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.inner-banner-3{
    background-image: url(../images/inner-banner-3.png);
    width: 100%;
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.inner-banner-4{
    background-image: url(../images/inner-banner-4.png);
    width: 100%;
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.inner-banner-5{
    background-image: url(../images/inner-banner-5.png);
    width: 100%;
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.home-banner:before, .inner-banner-1:before, .inner-banner-2:before, .inner-banner-3:before,
.inner-banner-4:before, .inner-banner-5:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 18px;
    background-image: url(../images/banner-divider.png);
    background-size: 100% 100%;
    display: block;
}
.home-banner-left{
    position: absolute;
    left: 100px;
    top: 100px;
}
.banner-logo{
    height: 250px;
}
.starmall-logo{
    height: 110px;
}
.home-banner-left h4{
    color: #f9b71b;
    font-size: 35px;
    font-weight: bold;
}
.home-banner-right{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 16%;
}
.banner-logo-plankton{
    height: 100px;
}

.sec-bg1 h1 span{
    color: #f1b717;
    font-size: 70px;
}
.sec-bg1 h1{
    font-size: 42px;
    /*font-weight: bold;*/
}
.sec-bg1 h3{
    font-size: 38px;
    /*font-weight: bold;*/
    color: #f9b71b;
}
.welcome-pic {
    float: right;
    height: 300px;
    margin-top: 30px;
    margin-bottom: -40px;
}
.blank-div{
    background-color: #f8e8c4;
    height: 80px;
    position: relative;
}
.blank-div:before {
    content: '';
    position: absolute;
    top: 78%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 18px;
    background-image: url(../images/divider-2.png);
    background-size: 100% 100%;
    display: block;
}
.pb-0{
    padding-bottom: 0 !important;
}
.pb-48{
    padding-bottom: 48px !important;
}
.pt-47{
    padding-top: 47px !important;
}
.bg-theme{
    background-color: #002134;
}
.ql .btn{
    border: 2px solid;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    border-bottom-color: transparent !important;
    width: 180px;
}
.btn-outline-primary {
    color: #002134 !important;
    border-color: #002134;
}
.border-radius-0{
    border-radius: 0 !important;
}
.border-top-transparent{
    border-top-color: transparent !important;
}
.border-left-transparent{
    border-left-color: transparent !important;
}
.border-right-transparent{
    border-right-color: transparent !important;
}
.arranger-p{
    font-size: 26px;
    position: relative;
}
.arranger-p2{
    font-size: 32px;
    margin-top: 35px;
    color: #f1b718;
}
.arranger-p:after {
    content: '|';
    position: absolute;
    top: 1px;
    left: -20px;
    font-weight: bold;
    color: #f1b718;
}
.arranger {
    color: #f1b718;
    font-weight: bold;
    font-size: 35px;
    margin-left: 15px;
}
.arranger-ul li{
    list-style: none;
    font-size: 25px;
    margin-top: 14px;
    display: flex;
    line-height: 1.2;
}
.pl-0{
    padding-left: 0 !important;
}
.position-relative{
    position: relative;
}
.pratibh-pic{
    position: absolute;
    height: 470px;
    right: 0;
    bottom: 0;
}
.pb-50{
    padding-bottom: 50px;
}

.venue-map{
    background-color: #f3edd5;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.map-heading{
    font-size: 30px;
}
.map-heading:after {
    content: '|';
    position: absolute;
    top: 5px;
    left: -3px;
    font-weight: bold;
    color: #f20281;
}
.addrss{
    font-size: 24px;
    line-height: 1.2;
    margin-top: 20px;
}
.mp{
    color: #f20281;
    font-size: 50px;
    font-weight: bold;
}
.venue-area-ul{
    list-style: none;
}
.venue-area-ul .fa{
    color: #f20281;
}
.venue-area-ul li{
    display: flex;
    font-size: 26px;
    margin-top: 20px;
    line-height: 1.2;
}
.str-ml{
    font-weight: bold;
    font-size: 26px;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.venue-starmall-ul{
    list-style: none;
    margin-left: 30px;
}
.venue-starmall-ul li{
    font-size: 30px;
    margin-bottom: 10px;
}
.v-sm-area {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.venue-starmall-logo{
    height: 140px;
}
.venue-map:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 18px;
    background-image: url(../images/banner-divider.png);
    background-size: 100% 100%;
    display: block;
}
.venue-map:after {
    content: '';
    position: absolute;
    top: 97%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 18px;
    background-image: url(../images/divider-2.png);
    background-size: 100% 100%;
    display: block;
}
.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.justify-content-center{
    justify-content: center;
}
.table-active {
    background-color: #e7e9e8;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>thead>tr>th{
    border: 1px solid #000;
    vertical-align: middle;
    font-size: 20px;
}
.table>tbody+tbody {
    border-top: 1px solid #000;
}
.stc{
    color: #f1b718;
    float: right;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.text-right{
    text-align: right;
}
.form-control {
    height: 50px;
    border-radius: 0;
}
.enquiry-send-btn{
    float: right;
    font-weight: bold;
    font-size: 24px;
    padding-right: 0;
}
.enquiry-send-btn:hover{
    color: #fff;
    text-decoration: none;
}
.ml-2, .mx-2 {
    margin-left: .5rem !important;
}
.footer-fb {
    height: 370px;
}
.about-plankton-logo{
    height: 90px;
}
.what-is-fitfat2 p {
    font-size: 40px;
    color: #fff;
    position: relative;
}
.what-is-fitfat2 p:after {
    top: 30px;
    content: '|';
    position: absolute;
    left: -18px;
    font-weight: bold;
    color: #f1b718;
}
.mt-minus-10{
    margin-top: -10px;
}
.what-is-fitfat2 {
    background-image: url(../images/about-plankton.png);
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 70px 40px;
}
.what-is-fitfat2 h4 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 30px;
}
.what-is-fitfat2:before {
    content: '';
    position: absolute;
    top: 97%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 18px;
    background-image: url(../images/divider.png);
    background-size: 100% 100%;
    display: block;
}
.works-area p{
    font-size: 22px;
    line-height: 1.2;
}
.arranger-p-2 {
    font-size: 26px;
    position: relative;
    margin-bottom: 30px;
}
.arranger-p-2:after {
    content: '|';
    position: absolute;
    top: 0px;
    left: -24px;
    font-weight: bold;
    color: #f1b718;
}
.table-area{
    border: 4px solid #f1b717;
    padding: 40px 20px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-20{
    margin-bottom: 20px;
}
.ml-20{
    margin-left: 20px;
}
.mt-50{
    margin-top: 50px;
}

.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}


.content {
  position: relative;
  width: 100%;
  /*max-width: 400px;*/
  margin: 30px auto 0;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(12, 34, 51, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}


.content-details p{
  color: #fff;
  font-size: 1.4em;
}

.fadeIn-bottom{
  top: 80%;
}



