

/*
Author: Wicaksono's
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #ffffff;
    font-size: 15px;
    color: #363636;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
}

/*body br {
    display: none;
}*/

/*content AREA*/
.content {
    margin: 50px auto;
}

.history-content iframe {
    border: 0px;
    width: 100%;
    height: 441px;
}

/*==========================================
PRE LOADER 
==========================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

    a,
    button,
    a span {
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

.btn.extra-width {
    padding: 13px 40px;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

img {
    max-width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    /*height: 45px;*/
    height: 40px;
}

    .form-control:focus {
        border-color: #f56363;
    }

h1,
h2,
h3 {
    font-family: 'Lane', sans-serif;
    font-weight: 300;
    margin: 0;
}

h4,
h5 {
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}

h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .9rem;
}

h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}

h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}

h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}

p {
    line-height: 1.5rem;
    font-size: 1rem;
}

    p:last-child {
        margin-bottom: 0px;
    }
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    font-family: 'roboto', sans-serif;
}

.text {
    color: #ffffff;
}

.colorstext {
    color: #f56363;
}

.coloricon i {
    color: #f56363;
}

.colorsbg {
    background: #f56363;
    color: #ffffff;
}

    .colorsbg .separator2 {
        border: 2px solid;
    }

    .colorsbg .separator_wrap::after,
    .colorsbg .separator_wrap::before {
        background-color: #ffffff;
    }

.lightbg {
    background-color: #f9f9f9;
}

.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*
Section
*/
.sections {
    /*padding-top: 100px;
    padding-bottom: 100px;*/
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    /*overflow: hidden;*/
}

.footer {
    padding: 50px 0 35px 0;
    ;
}

section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: 'roboto', sans-serif;
}

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}

section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}
*/
.fw-special-title-half {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 100;
    /*    margin-bottom: 10px;*/
}

.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 750px;
}

.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}

.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}

.no-padding {
    padding: 0 !important;
}

.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}

.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 1px;
    width: 150px;
    margin: auto;
    background: #f56363;
}

.separator-left {
    height: 1px;
    width: 150px;
    background: #f56363;
}

.separator_wrap {
    text-align: center;
}

.separator_wrap-left {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 30px;
}

.separator_wrap::after,
.separator_wrap::before {
    background-color: #f56363;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 90px;
    height: 1px;
    margin-top: 2px;
}

.separator_wrap-left::after {
    background-color: #f56363;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 80px;
    height: 1px;
    margin-top: 2px;
}

.separator2 {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #f56363;
    transform: rotate(45deg);
    margin-right: 4px;
}
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #ffc038;
}

/*.btn {
    margin-right: 15px;
}*/

.our-history {
    color: #ffffff;
    background-color: #464646;
    height: 50px;
    width: 230px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-top: -30px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 10px;
}

.btn-default:active, .btn-default:hover {
    background: transparent;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 30px;
    font-size: 1.8rem;
}

.btn-md,
btn-group-md > .btn {
    padding: 8px 20px;
    font-size: 1.2rem;
}

.btn-primary {
    color: #ffffff;
}

    .btn-primary:active,
    .btn-primary:hover {
        background: #ffffff;
    }

.btn-default:before,
.btn-default:after {
    background-color: #ffffff;
}

.btn-default:focus {
    background-color: #ffffff;
    border-color: transparent;
}

.btn-default:hover {
    border-color: #464646;
    color: #f56363;
    background-color: #464646;
}

input-group-btn {
    margin: 0px;
}

.btn-primary {
    background-color: #ffc038;
    color: #ffffff;
    border: 0;
    padding: 10px 20px;
    /*margin-top: 15px;*/
}

    .btn-primary span i {
        padding-left: 7px;
    }

    .btn-primary:before,
    .btn-primary:after {
        background-color: #ffffff;
    }

    .btn-primary:focus {
        background-color: #f56363;
        border-color: transparent;
    }

    .btn-primary:hover {
        color: #f56363;
    }
/*
Section Title Bar CSS
*/
.heading {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

    .heading .title h4 {
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        background: #464646;
        color: #fff;
        padding: 10px 60px;
        display: inline;
        box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
        -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
        -moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
        -ms-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
        -o-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
    }

    .heading .title.arrow-right {
        margin-top: -130px;
    }

        .heading .title.arrow-right img {
            margin-top: 90px;
            margin-left: -10px;
        }

    .heading .title.arrow-left {
        margin-top: -130px;
    }

        .heading .title.arrow-left img {
            margin-top: 90px;
            margin-right: -10px;
        }

/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.padding-top-20 {
    padding-top: 1.33rem;
}

.padding-bottom-20 {
    padding-bottom: 1.33rem;
}

.padding-top-40 {
    padding-top: 2.66rem;
}

.padding-bottom-40 {
    padding-bottom: 2.66rem;
}

.padding-top-60 {
    padding-top: 5rem;
}

.padding-bottom-60 {
    padding-bottom: 5rem;
}

.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}

.padding-fourty {
    padding: 20px 0;
}

.padding-sixty {
    padding: 30px 0;
}

.padding-eighty {
    padding: 40px 0;
}

h1 span {
    color: #f56363;
    font-weight: 400;
}

/*for placeholder changes*/

/*input::-webkit-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input::-moz-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input:-ms-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}*/

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/

/*Menubar Style*/

@media (max-width: 767px) {
    .navbar-default {
        background-color: #1485BF !important;
    }
}

.navbar-default {
    background-color: transparent;
    border: transparent;
    padding-top: 70px;
}

header .navbar {
    margin: 30px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller .navbar {
    margin: 7px 0;
    /*margin-bottom: 20px;
    border: 1px solid transparent;*/
}

.navbar-default .navbar-nav > .active a {
    background-color: transparent;
}

    .navbar-default .navbar-nav > .active a:hover {
        background-color: transparent;
        color: #fff;
    }

.navbar-default .navbar-nav > li > a {
    color: #464646;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }

.contact-number {
    font-size: 12px;
    font-weight: 600;
    color: #464646;
    margin-right: 14px;
}

/*.menu-bg {
    background: #1485BF;
    padding: 10px 0;
}*/

/*************NEW MENU**********************/

header.smaller {
    height: 75px;
}

    header.smaller h1#logo {
        background: url('../images/logo-TMA.png') no-repeat;
        width: 300px;
        height: auto;
        line-height: 55px;
        margin: 7px 0;
    }

/*header.smaller nav a {
        line-height: 75px;
    }*/


#main {
    padding-top: 100px;
    min-height: 500px;
}

header {
    width: 100%;
    height: 119px;
    /*overflow: hidden;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: solid 0.5em #f4f4f4;
    background-color: #464646;
    transition: height 0.3s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

    header h1#logo {
        width: 300px;
        height: auto;
        display: inline-block;
        line-height: 1.6em;
        margin: 20px 0px;
        /*padding: 0 1em 0 0;*/
        background: url('../images/logo-TMA.png') no-repeat;
        /*background-color: #fd5559;*/
        float: left;
        /*font-family: "Open Sans", sans-serif;*/
        /*font-size: 60px;
        color: #fcfcfc;
        text-shadow: 0.1em 0.03em #C0392B;
        font-weight: 400;*/
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    header nav {
        display: inline-block;
        float: right;
    }

        header nav a {
            line-height: 150px;
            margin-left: 20px;
            color: #fcfcfc;
            font-weight: 300;
            font-size: 1em;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            header nav a:hover {
                color: #fd5559;
            }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 40px 0px;
}

.navbar-toggle {
    border: 1px solid #ffc038;
    border-radius: 0px;
}

    .navbar-toggle .icon-bar {
        border: 1px solid #ffc038;
        border-radius: 0px;
    }

ul .dropdown-menu li a {
    padding: 5px 10px;
    margin-left: 0px;
}




/*Home Page Style*/

#home {
    background-color: #1485BF;
    /*color: #fff;*/
}

/*.homepage-style {
    padding-top: 100px;
}*/

.homepage-style .top-arrow img {
    margin-top: 20px;
}

.homepage-style .unique-apps h2 {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}

/*.homepage-style .slider-area {
    }*/

.carousel-indicators {
    bottom: -50px;
}

    .carousel-indicators li {
        background: #464646;
        border: 0;
    }

.unique-apps .home-btn button {
    background: #464646;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
    -ms-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
    -o-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
}

    .unique-apps .home-btn button:hover {
        background: #465465;
        color: #fff;
    }

.unique-apps .home-btn span i {
    margin-left: 5px;
    font-size: 20px;
}

/* Our Portfolio Section*/

.portfolio-wrap .portfolio {
    display: block;
    overflow: hidden;
}

    .portfolio-wrap .portfolio:last-child {
        margin-bottom: 0px;
    }

.portfolio {
    margin-bottom: 30px;
}

    .portfolio .portfolio-item {
        margin-bottom: 30px;
    }

        .portfolio .portfolio-item h4 {
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            color: #252525;
        }

        .portfolio .portfolio-item .pt-btn {
            background: #ffc038;
            padding: 18px 40px;
            color: #464646;
            font-weight: bold;
            text-transform: uppercase;
            transition: .5s;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
            -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
            -moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
            -ms-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
            -o-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
        }

            .portfolio .portfolio-item .pt-btn:hover {
                background: #464646;
                color: #fff;
            }

/*Works Area*/
#works-area {
    background: url(../images/main-bg.png) repeat scroll 0 0;
    width: 100%;
    overflow: hidden;
}

/*our-features Area*/

.features-content {
    margin-bottom: 50px;
    padding: 10px 20px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

    .features-content.active {
        background: #fbc73a;
        color: #000;
    }

    .features-content:hover {
        background: #fbc73a;
        color: #000;
    }

    .features-content.active i {
        color: #fff;
    }

    .features-content:hover i {
        color: #fff;
    }

    .features-content h4 {
        margin-bottom: 0;
    }

        .features-content h4 span {
            font-size: 20px;
            font-weight: 300;
        }

    .features-content i {
        font-size: 25px;
        padding-right: 7px;
    }

    .features-content p {
        font-size: 14px;
        margin-left: 28px;
    }

/*Our Packages Area*/
.main-package .col-sm-4 {
    padding: 0;
}


.package-item {
    margin-bottom: 0;
}

.main-package .package-item {
    padding: 50px 0;
    border: 1.5px solid #ffc038;
}

    .main-package .package-item.basic {
        color: #b3b3b3;
    }

    .main-package .package-item.standard h5 {
        color: #f26c4f;
        font-size: 27px;
    }

.package-item.standard ul li {
    color: #363636;
    font-weight: bold;
}

.package-item.standard .package-bottom-area h3 {
    color: #f26c4f;
    font-weight: 600;
    font-size: 50px;
    margin-top: -4px;
}

    .package-item.standard .package-bottom-area h3 span {
        color: #f26c4f;
    }

.package-item.standard .pkg-btn a {
    background: #f26c4f;
    padding: 15px 44px;
}

    .package-item.standard .pkg-btn a:hover {
        background: #ffc038;
        color: #fff;
    }

.package-item.premium h5 {
    color: #ffc038;
}

.package-item.premium ul li {
    color: #b3b3b3;
}

.package-item.premium .package-bottom-area h3 {
    color: #ffc038;
    font-weight: 600;
}

    .package-item.premium .package-bottom-area h3 span {
        color: #ffc038;
        font-weight: normal;
    }

.package-item.premium .pkg-btn a {
    background: #ffc038;
}

.package-bottom-area h3 {
    padding: 30px 0 20px 0;
    font-size: 35px;
    font-weight: 300;
}

    .package-bottom-area h3 span {
        font-size: 25px;
    }

.package-item .pkg-btn a {
    background: #a5a5a5;
    padding: 10px 40px;
    color: #fff;
    font-weight: 600;
}

    .package-item .pkg-btn a:hover {
        background: #f26c4f;
        color: #fff;
        font-weight: 500;
    }


.main-package .package-item ul li {
    border-bottom: 1.5px solid #ffd06c;
    font-size: 16px;
    padding: 10px 0;
}

/*Our History Area*/

#our-history {
    /*background: url(../images/main-bg.png) repeat scroll 0 0;*/
    background: url(../images/crossword.png) repeat scroll 0 0;
    width: 100%;
    overflow: hidden;
}

.main-history .history-img {
    background: #fff;
}

.history-wrapper {
    margin-top: 30px;
}

.main-history .history-heading {
    margin-top: -10px;
}

.main-history .history-content .hst-btn button {
    border-radius: 0;
    background: #ffc038;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    padding: 15px 15px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
    -ms-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
    -o-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
}

    .main-history .history-content .hst-btn button:hover {
        background: #333;
        color: #fff;
    }


/*Our Project Area*/

.main-project {
    background: #f4f4f4;
    overflow: hidden;
    padding: 40px;
}

    .main-project .project-item {
        float: left;
    }

.project-item .project-photo {
    min-height: 152px;
    max-width: 160px;
    display: block;
    overflow: hidden;
}

.main-project .project-item h5 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #6a6a6a;
    text-align: center;
}

/*Our Team Area*/

.project-bg {
    background-color: #ffc038;
    padding: 60px 0 30px 0;
}

    .project-bg .row {
        margin-right: 0px;
        margin-left: 0px;
    }

.team-member {
    margin-bottom: 20px;
}

.main-team .team-member h5 {
    font-size: 15px;
    font-weight: 500;
    color: #f5f5f5;
    text-transform: uppercase;
    margin: 20px 0;
}

.main-team .team-member p {
    font-size: 14px;
    color: #f5f5f5;
    text-transform: uppercase;
    margin-top: -15px;
}

/*Supports & Update Area*/
.supports-content {
    margin-bottom: 30px;
}

    .supports-content .spt-btn button {
        background: #ffc038;
        padding: 15px 30px;
        color: #464646;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
        -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
        -moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
        -ms-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
        -o-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
    }

        .supports-content .spt-btn button:hover {
            background: #464646;
            color: #fff;
        }


/*Footer Area*/

#footer {
    background: #363636;
    color: #FFF;
}

.copyright {
    padding: 15px 0;
    background: #000;
}

    .copyright ul li {
        margin: 5px 0 0;
    }

.main-footer .footer-item h2 {
    color: #e6e9ed;
    font-size: 18px;
    text-transform: uppercase;
}

.main-footer .footer-item ul li a {
    font-size: 16px;
    line-height: 32px;
    color: #aab2bd;
}

    .main-footer .footer-item ul li a:hover {
        color: #fff;
    }

.main-footer .footer-item hr {
    border: solid #353838 1px;
    border-top: solid #212121 1px;
    border-bottom: solid #515353 1px;
    margin: 20px 0 20px;
    /*border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));*/
}

.footer-item .logo-footer1 {
    /*width: 100px;*/
    /*margin-bottom: 20px;*/
    width: 40px;
    margin-bottom: 20px;
}

.footer-item .logo-footer2 {
    /*width: 100px;*/
    /*margin-bottom: 20px;*/
    width: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-modal-tma hr {
    border: solid #353838 1px;
    border-top: solid #212121 1px;
    border-bottom: solid #515353 1px;
    margin-top: 0px;
}

.socio-copyright .social {
    width: 100%;
    overflow: hidden;
    text-align: left;
}

    .socio-copyright .social a i {
        background: #ffc038;
        border-radius: 2px;
        height: 35px;
        width: 35px;
        color: #fff;
        transition: .5s;
        padding-top: 11px;
        text-align: center;
    }

    .socio-copyright .social a:hover i {
        background: #ff931f;
        color: #333;
    }

.socio-copyright p {
    color: #aab2bd;
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

/*Scroll Up*/

.scrollup {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background: #ffc038;
    position: fixed;
    bottom: 30px;
    right: 50px;
    font-weight: bold;
    border-radius: 100%;
    transition: all 500ms .2s;
    cursor: pointer;
    z-index: 500;
}

    .scrollup:hover {
        background: #de9800;
        color: #fff;
        transform: scale(1.1);
    }


/* bootstrap edit */

.navbar-brand {
    padding: 5px 15px !important;
}

.panel-default {
    border-color: #fff !important;
}

.panel {
    margin-bottom: 0px;
    background-color: #fff !important;
    /*border: 0px solid #ffc038 !important;*/
    border-radius: 2px !important;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/*.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #fff !important;
}*/

.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}

.our-history {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.thumbnail {
    border: 0px !important;
    /*margin-bottom: 0px;*/
}


/*.history-content {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}*/

.modal-header {
    border-bottom: 2px solid #3a3838;
}

    .modal-header a {
        color: #fff;
    }

.modal-title {
    color: #fff;
    font-weight: 600;
}


.modal-content {
    background-color: #222;
    border-radius: 0px;
    color: #fff;
}

.modal-body .text {
    font-weight: bold;
    color: #666;
}

.modal-body .subtext {
    margin-top: 10px;
    color: #999;
    font-size: 13px;
    margin-bottom: 10px;
}

.modal-body img {
    max-width: 750px;
    max-height: 465px;
}

.modal-footer {
    text-align: left;
    background-color: #1485BF;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

    .modal-footer .footer-modal-title {
        color: #fff;
        font-weight: 600;
        text-transform: lowercase;
        font-size: 14px;
        margin-bottom: 0px;
    }

    .modal-footer .footer-modal-subtitle {
        color: #ffc038;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 16px;
        margin-bottom: 0px;
    }

.modal-backdrop {
    position: fixed;
}

/*.table-striped > tbody > tr:nth-child(odd) {
    background-color: #fbf7c4 !important;
}*/
.header-color {
    background-color: #f9f9f9;
    color: #ffc038 !important;
}

    .header-color a {
        color: #ffc038;
    }

header nav a {
    margin-left: 0px;
}

@media screen and (max-width: 991px) {
    .menuContainer {
        width: 200px;
        position: absolute;
        top: 53px;
        right: 15px;
        background-color: #464646;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
        -moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
        box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
    }
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*------------- MAP ---------------*/
.map-container {
    width: 100%;
    height: 100%;
}

#google-map {
    /*height: 600px;*/
    padding: 50px 0px;
}

.bg-map {
    width: auto;
    height: 450px;
    /*padding: 40px 0px;*/
}

@media screen and (max-width: 986px) {
    .tm-contact-form {
        position: static;
        width: 100%;
    }
}

.tm-contact-form {
    background: white;
    width: 300px;
    margin-top: -139px;
    position: absolute;
    padding: 20px;
    /*z-index: 1000;*/
}

#mapContainerSmall {
    margin-bottom: 20px;
}



/*bootstrap devexpress*/
.dxbs-gridview {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.dxeBase {
    font-family: 'roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 15px !important;
}

#missingCredential {
    display: none;
  }