@font-face {
    font-family: Interstate;
    src: url(../custom-font/Interstate.otf);
}

body {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #666666;
    -webkit-font-smoothing: antialiased;
}

body p {
    font-family: 'Arimo', sans-serif !important;
    line-height: 1.73;
    letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: uppercase;
    color: #484848;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 70px;
    margin: 0;
    line-height: 72px;
}

h2 {
    font-size: 30px;
    margin: 0 0 20px;
}

h3 {
    font-size: 20px;
    margin: 0 0 10px;
}

img {
    width: 100%;
}

a,
button {
    outline: 0 !important;
}

header {
    top: 0 !important;
    z-index: 999;
    position: sticky;
}

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

#contact_form .btn.submit_btn,
#contact_form .form-control,
#filters>button,
#scrollUp,
.attr-nav>ul>li>a,
.btn.know_btn,
.footer_social_icon .fa,
.list-inline.info a,
.list-inline.social_icon a,
.portfolio_hover_area,
.portfolio_hover_area .fa,
.post .date,
.testimonial_content,
.testimonial_content p:first-child::before,
footer a,
nav.navbar.bootsnav ul.nav>li>a {
    font-size: 17px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

#loading {
    background-color: #f4e502;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0;
    top: 0;
    z-index: 90;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}

.object {
    width: 8px;
    height: 50px;
    margin-right: 5px;
    background-color: #fff;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0;
}

.object:nth-child(10) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.object:nth-child(9) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.object:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.object:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.object:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.object:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.object:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.object:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.object:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: translateX(-25px) scaleY(0.5);
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);
    }
}

@keyframes animate {
    50% {
        -ms-transform: translateX(-25px) scaleY(0.5);
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);
    }
}

.top_nav {
    background: #f4e502 none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px 0;
}

.list-inline.info {
    float: left;
    margin: 0;
}

.list-inline.info>li {
    padding: 0 20px 0 0;
}

.list-inline.info a,
.list-inline.social_icon a {
    color: #222;
    font-family: 'Poppins', sans-serif;

}

.list-inline.info a:hover,
.list-inline.social_icon a:hover {
    color: #555;
}

.list-inline.info a .fa,
.list-inline.social_icon a .fa {
    font-size: 20px;
    vertical-align: text-top;
}

.list-inline.social_icon {
    float: right;
    margin: 0;
}

nav.navbar.bootsnav {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.199);
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #222;
}

nav.navbar.bootsnav ul.nav>li>a:focus,
nav.navbar.bootsnav ul.nav>li>a:hover {
    color: #aaa;
}

.navbar-brand {
    height: auto;
    padding: 20px 15px;
}

#navbar-menu {
    margin: 15px 0 0 0;
}

.nav.navbar-nav.menu {
    float: right;
}

.attr-nav {
    margin-right: 15px;
}

.attr-nav>a {
    color: #f4e502 !important;
    font-size: 20px;
}

.attr-nav>a:focus,
.attr-nav>a:hover {
    color: #d7a300 !important;
}

@media (max-width: 768px) {
    .attr-nav {
        margin: 10px -10px 0 0;
    }

    .attr-nav>ul>li>a {
        color: #f4e502;
        font-size: 20px;
    }

    .attr-nav>ul>li>a:focus,
    .attr-nav>ul>li>a:hover {
        color: #d7a300;
    }
}

.home .carousel {
    position: relative;
    height: 650px;
}

.home .carousel .item img {
    width: 100%;
    height: 700px;
}

.carousel .overlay {
    background: none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-info {
    position: absolute;
    top: 25%;
    margin: auto !important;
    text-align: center !important;
    bottom: 25%;
    width: 100%;
}

.carousel-caption {
    vertical-align: middle;
    left: 7%;
    right: 7%;
    height: 100%;
    top: 20px;
    margin: auto;
}

.carousel-caption h1 {
    font-family: "Interstate" !important;
    color: #fff;
    margin-bottom: 20px;
}

.carousel-caption h1.second_heading {
    color: #fff;
    margin-bottom: 35px;
}

.carousel-caption h3 {
    color: #fff;
    font-family: "Interstate" !important;
    font-size: 30px !important;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: inherit;
}

.carousel-caption>p {
    font-size: 23px;
    line-height: 28px;
}

.btn.know_btn {
    background: #f4e505 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font-family: "futura_ltbold", sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.carousel-caption .btn.know_btn {
    margin-top: 20px;
}

.carousel-caption .btn.know_btn:last-child {
    margin-left: 20px;
}

.btn.know_btn:hover,
.btn.know_btn:focus {
    background: transparent;
    color: #f4e505;
    border: 1px solid #f4e505;
}

.carousel-control {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: -25px;
    top: 50%;
}

#about {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.about_content {
    margin-right: 25px;
}

.about_content>h2 {
    font-size: 40px;
    margin: 30px 0 15px;
    color: #ffcb0f;
}

.about_content>h3 {
    font-size: 30px;
    margin: 2px 0 30px;
    text-transform: inherit;
}

.about_content>p {
    line-height: 18px;
    margin-bottom: 18px;
    text-align: justify;
}

.about_content .btn.know_btn {
    /* margin: 10px 0 60px; */
}

.about_bg {
    background: url(../images/about_bg.png) no-repeat right;
}

.head_title p {
    line-height: 2.3rem;
}

#why_us {
    background: #f2f7fa none repeat scroll 0 0;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    line-height: 18px;
}

#why_us h2 {
    margin: 0px 0 20px;
}

.why_us_item {
    padding-top: 55px;
}

#why_us .fa {
    border-radius: 100%;
    box-shadow: 0 0 0 10px #ffcb0f, 0 0 0 20px #fadb64, 0 0 0 30px #f7e59c;
    padding: 38px;
    font-size: 45px;
}

.why_us_item>h4 {
    font-size: 15px;
    margin: 60px 0 20px;
}

#services {
    background: #9999990a none repeat scroll 0 0;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#services h2 {
    text-align: center;
}

.service_item {
    margin-top: 10px;
    height: 470px;
    background: #fff;
    border-bottom: 5px solid #f4e502;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.199);
}

.service_item p {
    font-family: 'Arimo', sans-serif;
}

.service_item .image {
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}

.service_item p {
    padding: 10px;
}

.service_item .know_btn {
    margin-top: -10px !important;
    margin-left: 10px;
}

.service_item>h3 {
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
}

#portfolio {
    background-size: cover;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

#portfolio::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.portfolio_area {
    position: relative;
    color: #fff;
}

.portfolio_area h2 {
    color: #282828;
}

#filters {
    margin: 32px 0 38px;
}

#filters>button {
    background: #282828 none repeat scroll 0 0;
    border: 1px solid #282828;
    border-radius: 18px;
    outline: 0 none;
    padding: 6px 17px 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

#filters>button:hover {
    background: #2828287e;
    border: 1px solid #2828287e;
    color: #fff;
}

#filters>button.is-checked {
    background: #282828;
}

#filters>button.is-checked:hover {
    color: #fff;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.grid {
    margin: 0 -6px;
}

.grid-item .card {
    border-bottom: 5px solid #f4e502;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.199) !important;
}

.grid-item {
    border: 6px solid transparent;
}

.grid-item .btn.know_btn {
    font-size: 14px;
}

.grid-item .card-body {
    text-align: left;
    color: #222;
    padding: 5px 5px 20px 5px;
    font-family: 'Arimo', sans-serif;
}

.grid-item .card-body h5 {
    font-family: 'Montserrat', sans-serif !important;
}

.grid-item,
.grid-sizer {
    width: 25%;
}

.grid-item {
    float: left;
}

.grid-item {
    overflow: visible;
}

.grid-item--width2 {
    width: 50%;
}

.grid-item--height2 {
    height: 510px !important;
}

.grid-item:hover img {
    /* transform: scale(1.1); */
}

.grid-item img {
    height: 200px;
    /* -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s; */
}

.portfolio_hover_area {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
}

.grid-item:hover .portfolio_hover_area {
    opacity: 1;
}

.portfolio_hover_area .fa {
    background: #f4e502 none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-size: 30px;
    margin-top: 215px;
    padding: 15px;
    border: 1px solid transparent;
}

.grid-item .portfolio_hover_area .fa {
    margin-top: 90px;
}

.grid-item--width2 .portfolio_hover_area .fa {
    margin-top: 217px;
}

.portfolio_hover_area>a:first-child {
    margin-right: 10px;
}

.portfolio_hover_area .fa:hover {
    border: 1px solid #f4e502;
    background: 0 0;
    color: #f4e502;
}

.worker_name {
    font-family: futura_ltbold, sans-serif;
    margin: 10px 0 45px;
    text-transform: uppercase;
}

#contact_form {
    background: #f4e502 none repeat scroll 0 0;
    padding: 27px 0 32px;
}

#contact_form .block {
    margin-left: 8px !important;
    width: 96% !important;
    display: block !important;
}

#contact_form .block .form-control {
    width: 100% !important;
}

#contact_form h2 {
    margin: 20px 0 0;
    color: #73757e;
}

#contact_form .second_heading {
    font-size: 40px;
    font-family: "Interstate" !important;
    font-family: 'Poppins', sans-serif;

    margin: 8px 0;
}

#contact_form form.form-inline {
    padding-right: 27px;
}

#contact_form .form-inline .form-control {
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    height: 45px;
    margin: 8px;
    padding: 10px 20px;
    width: 250px;
    box-shadow: none;
}

#contact_form .form-inline textarea.form-control {
    width: 388px;
    resize: none;
}

#contact_form .form-control:focus {
    border: 2px solid #f4e502;
    box-shadow: 0 0 5px 1px #f4e502;
}

#contact_form .btn.submit_btn {
    background: #73757e none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 45px;
    width: 120px;
    border-radius: 10px;
    margin: 6px 8px 6px 0;
}

.form-control::-moz-placeholder {
    color: #adadad;
}

.form-control:-ms-input-placeholder {
    color: #adadad;
}

.form-control::-webkit-input-placeholder {
    color: #adadad;
}

#contact_form .btn.submit_btn:hover {
    background: #555 none repeat scroll 0 0;
}

footer {
    font-family: 'Montserrat', sans-serif;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 45px;
}

footer::before {
    background: rgba(255, 255, 255, 0.33) none repeat scroll 0 0;
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

footer::after {
    background: rgba(34, 37, 51, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer_bottom,
.footer_top {
    position: relative;
    z-index: 1;
    color: #fff;
}

.footer_item {
    margin-top: 75px;
}

.footer_item>h4 {
    color: #fff;
    font-family: 'Poppins', sans-serif;

    font-size: 25px;
    margin-bottom: 34px;
    text-transform: inherit;
}

.footer_item .list-unstyled>li a {
    color: #fff;
}

.footer_item .logo {
    margin-bottom: 15px;
    width: 200px;
}

.list-inline.footer_social_icon {
    margin: 32px 0 0;
}

.footer_social_icon .fab {
    background: #f4e502 none repeat scroll 0 0;
    border-radius: 100%;
    color: #222;
    font-size: 20px;
    height: 45px;
    padding: 12px;
    text-align: center;
    width: 45px;
}

.footer_item .footer_social_icon .fa:focus,
.footer_item .footer_social_icon .fa:hover {
    background: #f4e502 none repeat scroll 0 0;
}

.footer_menu .fa {
    font-size: 10px;
    margin-right: 18px;
}

.list-unstyled.footer_menu>li {
    padding: 4px 0;
}

.list-unstyled.footer_contact,
.list-unstyled.post {
    margin-top: -14px;
}

.post .date {
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    float: left;
    font-size: 20px;
    height: 50px;
    line-height: 12px;
    margin-right: 15px;
    padding: 10px;
    text-align: center;
    width: 50px;
}

.footer_item li a:focus .date,
.footer_item li a:hover .date {
    border: 2px solid #aaa;
}

.footer_item li a:focus,
.footer_item li a:hover {
    color: #aaa;
}

.post .date small {
    font-size: 12px;
}

.list-unstyled.footer_contact>li,
.list-unstyled.post>li {
    padding: 14px 0;
    overflow: hidden;
}

.footer_contact .fa {
    margin-right: 25px;
    text-align: center;
    width: 15px;
    float: left;
    font-size: 18px;
}

.list-unstyled.footer_contact p {
    overflow: hidden;
}

.footer_bottom {
    background: #fff none repeat scroll 0 0;
    padding: 28px 0 18px;
    margin-top: 55px;
}

.footer_bottom p {
    color: #222;
}

.footer_bottom a {
    color: #222;
}

.footer_bottom a:focus,
.footer_bottom a:hover {
    color: #f4e502;
}

#scrollUp {
    background: url(../images/top.png) no-repeat scroll 0 0;
    bottom: 20px;
    color: #000;
    height: 40px;
    right: 20px;
    width: 40px;
    opacity: 0.7;
}

#scrollUp:hover {
    background: url(../images/top.png) no-repeat scroll 0 -40px;
}

@media (min-width: 1600px) {
    .container {
        width: 1200px;
    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        height: 740px;
    }

    .carousel-caption {
        left: 18%;
        right: 18%;
        top: 95px;
    }

    .about_content {
        margin-right: 50px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 7rem;
        line-height: 55px;
    }

    h2 {
        font-size: 25px;
    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        height: 550px;
    }

    .carousel-caption {
        left: 3%;
        right: 3%;
        /* top: 40px; */
    }

    .about_banner>img {
        width: 334px;
        display: block;
        margin: 0 auto;
    }

    .grid-item .portfolio_hover_area .fa {
        margin-top: 73px;
    }

    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 183px;
    }

    #contact_form .second_heading {
        font-size: 30px;
    }

    #contact_form .form-inline .form-control {
        width: 202px;
    }

    #contact_form .form-inline textarea.form-control {
        width: 317px;
    }

    #contact_form .btn.submit_btn {
        width: 95px;
    }
}

@media (max-width: 991px) {
    .list-inline.info>li {
        padding: 0 12px 0 0;
    }

    .list-inline.social_icon>li {
        padding: 0 2px;
    }

    nav.navbar.bootsnav .navbar-header {
        padding: 0;
    }

    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 32px;
    }

    .attr-nav {
        right: 25px;
        top: 15px;
    }

    nav.navbar.bootsnav ul.nav>li>a {
        padding: 12px 0;
    }

    .container.about_bg {
        background-position: bottom 100px center;
    }

    .grid-item {
        width: 50%;
    }

    .grid-item--height2 {
        height: 500px !important;
        width: 100%;
    }

    .grid-item .portfolio_hover_area .fa {
        margin-top: 90px;
    }

    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 217px;
    }

    #contact_form {
        text-align: center;
    }

    #contact_form form.form-inline {
        margin: 0 -8px;
        padding-right: 15px;
    }

    #contact_form .form-inline .form-control {
        width: 349px;
    }

    #contact_form .block {
        margin-left: 0 !important;
        width: 98% !important;
    }

    #contact_form .form-inline textarea.form-control {
        width: 538px;
    }

    #contact_form .btn.submit_btn {
        width: 168px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 35px;
    }

    .list-inline.info {
        width: 60%;
    }

    .list-inline.social_icon {
        width: 40%;
        text-align: right;
    }

    nav.navbar.bootsnav .navbar-toggle {
        top: 10px;
        margin-left: 15px;
    }

    .carousel-caption {
        top: 20px;
    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        height: 450px;
    }

    .carousel-caption>h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .carousel-caption>p {
        font-size: 18px;
        line-height: 22px;
    }

    .carousel-caption .btn.know_btn {
        margin-top: 35px;
    }

    .carousel-caption .btn.know_btn:last-child {
        margin-left: 30px;
    }

    .about_content>h2 {
        font-size: 26px;
        margin-top: 10px;
    }

    .about_content>h3 {
        font-size: 26px;
    }

    #contact_form h2 {
        margin-top: 10px;
    }

    #contact_form .second_heading {
        margin: 8px 0 20px;
    }

    #contact_form form.form-inline {
        margin: 0;
    }

    #contact_form .form-inline .form-control,
    #contact_form .form-inline textarea.form-control {
        margin: 0;
        width: 100%;
    }

    #contact_form .btn.submit_btn {
        float: left;
        margin: 0;
        width: 145px;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 30px;
        line-height: 32px;
    }

    h3 {
        font-size: 17px;
    }

    .list-inline.info {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .list-inline.info>li {
        padding: 0 8px;
    }

    .list-inline.social_icon {
        text-align: center;
        width: 100%;
        padding: 0 8px;
    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        height: 420px;
    }

    .carousel-caption {
        top: 5px;
    }

    .carousel-caption h1.second_heading {
        margin-bottom: 10px;
        font-size: 3rem;
    }

    .carousel-caption>h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .carousel-caption>p {
        font-size: 16px;
        line-height: 20px;
    }

    .btn.know_btn {
        font-size: 14px;
        padding: 8px 14px;
    }

    .carousel-caption .btn.know_btn {
        margin-top: 10px;
    }

    .carousel-caption .btn.know_btn:last-child {
        margin-left: 10px;
    }

    .about_content>h3 {
        font-size: 24px;
    }

    .about_banner>img {
        width: 100%;
    }

    #filters>button {
        font-size: 14px;
    }

    .grid-item {
        width: 100%;
    }

    .grid-item--height2 {
        height: 255px !important;
    }

    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 90px;
    }

    .list-inline.footer_social_icon>li {
        padding: 8px 3px;
    }

    #contact_form .block {
        width: 100% !important;
    }

    #contact_form .block .form-control {
        width: 100% !important;
    }
}

#image-header {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 550px;
}

#image-header .caption {
    position: absolute;
    right: 15%;
    top: 30%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 30px !important;
    text-align: center;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); */
}

#image-header .overlay {
    /* background: rgba(255, 255, 255, 0.322) none repeat scroll 0 0; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#image-header h3 {
    font-size: 30px;
    text-align: center;
    color: #f4e502;
}

#image-section {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 300px;
}

#image-section .caption {
    position: absolute;
    right: 15%;
    top: 30%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 30px !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(148, 146, 146, 0.767);
}

#image-section .overlay {
    background: rgba(58, 58, 58, 0.555) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#image-section h3 {
    text-align: center;
    color: #fff;
}

#description-information {
    margin: 20px auto;
}

#description-information .card {
    border-bottom: 3px solid #f4e502;
    margin-bottom: 20px;
}

#description-information .fa {
    font-size: 40px;
}

@media (max-width: 679px) {
    #slide-information .swiper-container {
        height: 200px !important;
    }
}

#slide-information .swiper-container {
    width: 100%;
    height: 400px;
    margin: 20px auto;
}

#slide-information .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#slide-information .append-buttons {
    text-align: center;
    margin-top: 20px;
}

#slide-information a {
    height: 100%;
}

#slide-information .swiper-slide {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#map {
    height: 400px !important;
}

.clear {
    clear: both;
}

.navbar-nav img {
    width: 20px;
    margin-right: 5px;
}

.logo {
    display: block;
    margin: 5px auto;
    width: 200px !important;
}

.carousel-inner {
    height: 100%;
}

.carousel-inner .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #fedb5d;
    border-color: #fedb5d;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fedb5d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.translator {
    padding-top: 27px;
}

.translator a {
    padding: 0px !important;
    display: inline !important;
}

@media (max-width: 768px) {
    .translator {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

#count {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.counter {
    padding-top: 15px;
    position: relative;
    height: 100%;
    background: #fff;
    text-align: center;
}

.counter p  {
    line-height: normal;
    letter-spacing: normal;
}

.counter .box-counter {
    text-align: center;
    padding: 10px;
    margin: auto auto !important;
}

.counter .box-counter:hover [class*=" flaticon-"] {
    -webkit-animation-name: Shaky;
    -webkit-animation-duration: 1.5s;
    animation-name: Shaky;
    animation-duration: 1.5s
}

.counter .box-counter .tagline .count {
    position: relative;
    top: 0px;
    font-size: 25px;
    font-weight: bold;
}

.counter .box-counter .tagline {
    margin-left: 10px;
    text-align: left;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    line-height: 1.29;
}

.counter .box-counter .box-icon {
    background-color: #f4e502;
    text-align: center;
    width: auto;
    height: 90px;
    border-radius: 100% 100%;
    padding: 20px;

}


[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: 50px !important;
    color: #fff;
    display: table-cell;
    vertical-align: top;
}

@-webkit-keyframes Shaky {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(30deg)
    }

    50% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-30deg)
    }
}

@keyframes Shaky {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(20deg)
    }

    75% {
        transform: rotate(-20deg)
    }

    100% {
        transform: rotate(0)
    }
}

.plus {
    font-size: 35px;
    position: relative;
    top: 0px;
    left: 1px;
}

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
    width: 100% !important;
}

.dropdown-menu-large>li>ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large>li>ul>li {
    list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
    font-size: 17px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.dropdown-menu-large>li ul>li>a:hover,
.dropdown-menu-large>li ul>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #fff;
}

.dropdown-menu-large .disabled>a,
.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    color: #999999;
}

.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu-large>li>ul>li>a {
        padding: 5px 0px;
        font-size: 17px;
    }

    .dropdown-menu-large>li {
        margin-bottom: 0px;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        margin-bottom: 10px !important;
    }

    .dropdown-menu-large>li:last-child {
        margin-bottom: 0;
    }

    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        padding-left: 0px !important;
    }
}
.img-article {
    width: 70%;
    margin: 0px auto !important;
}
.text-suatri {
    text-transform: capitalize;
    color: #f4e502 !important;
    font-weight: normal !important;
}