body,
html {
    -webkit-font-smoothing: antialiased
}

.featured-text h4 a,
.section-title>p,
body {
    font-family: Montserrat, sans-serif
}

.clear {
    clear: both
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none
}
.title_word_7{
    color:#ebd10b;;
}
.no-mar {
    margin: 0!important
}

.no-pad {
    padding: 0!important
}
.featured-img img{
    width: 150px !important;
}

div#preloader {
    background: url(../img/preloader.png) center center no-repeat #fff;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.menu-section.navbar-fixed-top {
    animation-duration: .8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    background: #fff;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, .75);
    left: 0;
    position: inherit;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

.mar-bot-50 {
    margin-bottom: 50px
}

.mar-bot-40 {
    margin-bottom: 40px
}

.mar-bot-35 {
    margin-bottom: 35px
}

.mar-bot-30 {
    margin-bottom: 30px
}

.mar-bot-20 {
    margin-bottom: 20px
}

.mar-top-30 {
    margin-top: 30px
}

.mar-top-80 {
    margin-top: 80px
}

.mar-top-55 {
    margin-top: 55px
}

.mar-top-108 {
    margin-top: 108px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0
}

html {
    font-size: 62.5%
}

body {
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #333;
    line-height: 30px;
    -webkit-text-size-adjust: 100%
}

img {
    max-width: 100%;
    height: auto
}

.bg-with-blue::before,
.bg-with-white::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    content: ""
}

button,
input,
textarea {
    letter-spacing: 0
}

.background-with-black,
.bg-with-white {
    position: relative
}

.bg-with-white::before {
    background: #fff;
    opacity: .3;
    position: absolute
}

.bg-with-blue {
    position: relative
}

.bg-with-blue::before {
    background: #00bff3;
    opacity: .6;
    position: absolute
}

.hvr-bs:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

#scrollUp {
    background: #232323;
    border-radius: 30px;
    bottom: 35px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0) inset;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 17px;
    height: 40px;
    line-height: 20px;
    outline-color: rgba(255, 255, 255, .5);
    outline-offset: 0;
    padding-top: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all 1.25s cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: all 1.25s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: all 1.25s cubic-bezier(.19, 1, .22, 1) 0s;
    width: 40px;
    z-index: 9999
}

.header-top-box,
.header-top-box p,
.header-top-section-social ul li,
.menu ul li,
.menu ul li a {
    display: inline-block
}

.header-top-section-social ul,
.menu ul {
    padding: 0;
    list-style: none
}

#scrollUp:hover {
    background: #175787;
    box-shadow: 0 0 20px rgba(255, 255, 255, .5) inset, 0 0 20px rgba(255, 255, 255, .2);
    color: #fff;
    outline-offset: 15px
}

.header-top-box {
    margin-right: 26px
}

.header-top-box:last-child {
    margin-right: 0
}

.header-top-box i {
    color: #175787;
    margin-right: 5px
}

.header-top-box p {
    color: #fff;
    font-size: 12px
}

.header-top-section-social {
    text-align: right
}

.header-top-section-social ul li a {
    color: #ccc;
    font-size: 14px;
    margin-left: 8px
}

.header-top-section-social ul li a:hover {
    color: #5faf21
}

.menu ul {
    margin-top: 25px
}

.menu ul li {
    margin-left: 2.3%;
    position: relative;
    left: 54px
}

.menu ul li:first-child {
    margin-left: 0
}
h1,h2,h3,h4,h5,h6{
    color:black;
}
.menu ul li a {
    color:black;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding: 18px 0px;
    text-transform: uppercase
}

.menu ul li a.active,
.menu ul li a:hover {
    color:brown
}

.menu ul li:hover>a {
    color: #000
}

.menu ul li .menu-dropdown {
    background:black;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, .75);
    left: 0;
    min-width: 155px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 54px;
    transform: translateY(-20px);
    transition: all .3s ease 0s;
    visibility: hidden;
    z-index: 99
}

.menu ul li:hover .menu-dropdown {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.menu ul li .menu-dropdown li {
    display: block;
    margin: 0;
    position: relative;
    text-align: left;
    left: 0!important
}

.menu ul li .menu-dropdown li a {
    display: block;
    font-size: 13px;
    padding: 12px;
    color: #fff
}

.menu ul li .menu-dropdown li .thidlevel-menu {
    background: #fff;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, .75);
    left: 100%;
    min-width: 200px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease 0s;
    visibility: hidden
}

.menu ul li .menu-dropdown li:hover .thidlevel-menu {
    opacity: 1;
    visibility: visible
}

.mean-container .mean-nav li {
    margin: 0
}

.search {
    text-align: right
}

.search a {
    background: #f2f2f2;
    color: #444;
    display: inline-block;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0;
    padding: 7px 16px
}

.search-modal-box .modal-dialog {
    height: 100%;
    margin: auto;
    width: 100%
}

.search-modal-box .modal-content {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, .7);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    height: 100vh;
    outline: 0;
    position: relative
}

.search-modal-box .modal-title {
    color: #fff;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 46px;
    margin: 100px 0 0;
    text-align: center;
    text-transform: capitalize
}

.search-modal-box .modal-content form {
    margin: 70px 0;
    text-align: center
}

.search-modal-box .modal-content input[type=text] {
    background: rgba(0, 0, 0, .4);
    border: 1px solid #ccc;
    color: #fff;
    font-size: 16px;
    height: 60px;
    letter-spacing: 0;
    margin: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    width: 400px
}

.search-modal-box .modal-close {
    text-align: center
}

.search-modal-box .modal-close button {
    background: #5faf21;
    border: 0;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 40px;
    text-transform: uppercase
}

.slider-container {
    position: relative
}

.slider-container::before {
    z-index: 8;
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%
}

#home_slider .nivo-caption {
    background: 0 0;
    left: 0;
    opacity: 1;
    text-align: center;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9
}

#home_slider .caption-title {
    margin: 55px 0 0
}

#home_slider .caption-title h2 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: right
}

#home_slider .caption-title h2 span {
    color: #5faf21
}

#home_slider .caption-details p.text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
    font-weight: 600;
    text-align: center
}

#home_slider .caption-details p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

#home_slider .caption-details {
    margin: 0 0 20px
}

#home_slider .caption-readmore a {
    background: #5faf21;
    border: 1px solid #5faf21;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0 5px;
    padding: 12px 24px;
    text-transform: uppercase
}

#home_slider .caption-readmore a:hover {
    background: 0 0
}

#home_slider .nivo-directionNav>a {
    background: #175787;
    border: 1px solid #175787;
    color: #fff;
    height: 40px;
    display: none;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    width: 40px
}

#home_slider .nivo-directionNav>a:hover {
    background: 0 0
}

#home_slider .nivo-directionNav .nivo-prevNav {
    left: 10px
}

#home_slider .nivo-directionNav .nivo-nextNav {
    right: 10px
}

.slider-go-down {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 9
}

.slider-go-down>a {
    display: inline-block;
    height: 46px;
    position: relative;
    width: 24px
}

.slider-go-down>a::after {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    content: "\2193";
    height: 16px;
    font-size: 30px;
    color: #fff;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -15px
}

.read_more a,
.title h1 .title_word_2 {
    color: #ebd10b;
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(12px)
    }
    60% {
        transform: translateY(8px)
    }
}

@-moz-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(12px)
    }
    60% {
        transform: translateY(8px)
    }
}

@-o-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(12px)
    }
    60% {
        transform: translateY(8px)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(12px)
    }
    60% {
        transform: translateY(8px)
    }
}

.image-container .image {
    position: relative;
    overflow: hidden
}

.single_page .image-container .image::before {
    background: #f4f4f4
}

.image-container .image::before {
    background: #fcfcfc;
    content: "";
    height: 262%;
    position: absolute;
    right: 30px;
    top: 0;
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
    width: 122px
}

.about_us_wrapper {
    background: #fcfcfc;
    padding: 30px 0;
    overflow: hidden
}

.about_us_wrapper .title h1 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
	font-size: 22px;
}

.about_us_wrapper .section_title {
    text-align: left;
    overflow: visible
}

.about_us_text p {
    padding-bottom: 15px
}

.read_more a {
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease-in-out
}

.read_more a:hover {
    margin-left: 15px
}

.read_more a i {
    padding-left: 6px
}

.our-service-section {
    padding: 70px 0;
    position: relative;
    background-color: #f5f5f5
}

.our-service-section::before {
    opacity: .8
}

.our-service-header {
    margin: 0 0 40px
}

.our-service-header span {
    color: #5faf21;
    margin-bottom: 10px;
    display: inline-block
}

.our-service-header .our-service-header-title {
    color: #333;
    font-size: 32px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 10px
}

.our-service-header-title-border {
    display: inline-block;
    height: 2px;
    background-color: #5faf21;
    position: relative;
    width: 80px
}

.our-service-header .our-service-header-text {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    margin: 7px 0 0
}

.service-two .service-block {
    border-radius: 0;
    text-align: center;
    background-color: #fff;
    padding: 25px
}

.service-two .service-block .service-block-icon {
    float: left;
    width: 100%
}

.service-two .service-block .service-block-icon i {
    color: #fff;
    font-size: 20px;
    background-color: #5faf21;
    height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 60px;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    width: 60px
}

.service-two .service-block:hover .service-block-icon i {
    color: #fff
}

.service-two .service-block .service-block-icon i:after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 0 2px #5faf21;
    position: absolute;
    top: -5px;
    left: -5px;
    opacity: 0;
    padding: 5px;
    transform: scale(1.2);
    box-sizing: content-box;
    transition: all .2s ease 0s
}

.service-two .service-block:hover .service-block-icon i:after {
    transform: scale(1);
    opacity: 1
}

.service-two .service-block .service-block-content {
    float: left;
    padding-left: 8px;
    width: 100%
}

.service-two .service-block .service-block-content h4 {
    color: #000;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 15px
}

.service-two .service-block .service-block-content p {
    color: #333;
    line-height: 24px;
    font-size: 14px
}

.latest-project-section {
    padding: 70px 0
}

.section-title h2 {
    color: #333;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500
}

.latest-project-header,
.why-choose-header {
    text-align: center;
    margin: 0 0 40px
}

.section-title>p {
    color: #333;
    line-height: 22px
}

.section-title-border {
    background-color: #175787;
    display: inline-block;
    height: 2px;
    position: relative;
    width: 80px
}

.all-latest-project {
    text-align: center
}

.latest-project-menu-link {
    margin: 0 0 30px;
    display: inline-block;
    border-radius: 0
}

.latest-project-menu-link>div {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 16px;
    margin-right: 8px;
    border: 1px solid #175787;
    padding: 10px 16px
}

.latest-project-menu-link>div:last-child {
    margin-right: 0
}

.latest-project-menu-link>div.active {
    background: #175787;
    color: #fff;
    border-radius: 0
}

#projects-mix .mix {
    float: left;
    width: 33.33%;
    display: none
}

.project-block {
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.project-block::before {
    background: #175787;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 1
}

.project-block-content,
.project-block>a i {
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.project-block:hover img {
    transform: scale3d(1.15, 1.15, 1)
}

.project-block:hover::before {
    opacity: .7
}

.project-block>a {
    display: block
}

.project-block>a i {
    color: #fff;
    font-size: 20px;
    padding: 12px;
    border-radius: 0;
    left: 50%;
    border: 1px solid #fff;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease 0s
}

.project-block:hover>a i {
    opacity: 1;
    z-index: 2
}

.project-block a i:hover {
    color: #333;
    background-color: #fff
}

.project-block>a img {
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.project-block-content {
    bottom: 60px;
    left: 0;
    opacity: 0;
    right: 0;
    text-align: center;
    transition: all .3s ease 0s;
    visibility: hidden
}

.single-team,
.single-team .single-team-content {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.project-block:hover .project-block-content {
    opacity: 1;
    z-index: 2;
    visibility: visible
}

.project-block-content h5 {
    color: #5faf21;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 22px;
    padding-bottom: 12px;
    text-transform: capitalize
}

.project-block-content span {
    color: #5faf21;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px
}

.section-title span,
.single-team .single-team-content ul li {
    display: inline-block
}

.call-to-action-section {
    background: url(../img/bg/call-to-action-box.jpg) center top/cover no-repeat rgba(0, 0, 0, 0);
    padding: 70px 0
}

.call-to-action-box {
    text-align: center
}

.call-to-action-box h2 {
    color: #fff;
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
    padding: 16px 0 15px;
    text-transform: uppercase
}

.call-to-action-box p {
    color: #fff;
    padding-bottom: 15px
}

.call-to-action-box a {
    color: #fff;
    background-color: #5faf21;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: 0;
    padding: 10px 26px;
    text-transform: uppercase
}

::selection {
    text-shadow: none;
    background: #175787;
    color: #fff
}

.why-choose-us-section {
    padding: 70px 0;
    background: #f5f5f5
}

.service-three .service-block {
    border-radius: 0;
    padding: 0
}

.service-three .service-block:hover .service-block-content h4 {
    color: #175787
}

.service-three .service-block .service-block-icon {
    float: left;
    text-align: left;
    width: 18%
}

.service-three .service-block .service-block-icon i {
    color: #000;
    font-size: 44px
}

.service-three .service-block .service-block-content {
    float: left;
    width: 75%
}

.service-three .service-block .service-block-content h4 {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    position: relative;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 16px;
    text-transform: uppercase
}

.section-title span {
    color:#ebd10b;
    margin-bottom: 10px
}

.service-three .service-block .service-block-content h4:after {
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    background-color: #175787;
    content: "";
    width: 50px
}

.rating .star-half::after,
.rating .star-on::after,
.rating .star::after {
    content: "?"
}

.service-three .service-block .service-block-content p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.our-team-section {
    padding: 70px 0
}

.our-team-header {
    margin: 0 0 40px;
    text-align: center
}

.single-team {
    margin: 20px 0;
    overflow: hidden;
    border: 2px solid #5faf21;
    position: relative;
    transition: all .3s ease 0s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.single-team .single-team-content {
    padding: 15px 0;
    text-align: center;
    transition: all .3s ease 0s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.single-blog-item,
.team-caousel .owl-nav>div {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.single-team img {
    border-radius: 0
}

.single-team .single-team-content h4 {
    color: #333;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 5px;
    text-transform: capitalize
}

.single-team .single-team-content p {
    color: #999;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 15px;
    text-transform: capitalize
}

.single-team .single-team-content ul {
    list-style: none;
    padding: 0
}

.single-team .single-team-content ul li a {
    color: #333;
    display: block;
    font-size: 16px;
    height: 40px;
    border: 1px solid #999;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.single-team .single-team-content ul li a:hover {
    color: #fff;
    background-color: #5faf21
}

.team-caousel .owl-nav>div {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transition: all .3s ease 0s
}

.team-caousel .owl-nav>div:hover {
    color: #000
}

.team-caousel .owl-nav .owl-next,
.team-caousel .owl-nav .owl-prev {
    background: black;
    border-radius: 100%;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block
}

.team-caousel .owl-nav>div i {
    margin: 0 5px
}

.team-caousel .owl-nav .owl-prev {
    left: -68px
}

.team-caousel .owl-nav .owl-next {
    right: -68px
}

.counter-section {
    background-image: url(../img/bg/counter-bg.jpg);
    padding: 70px 0
}

.counter-box {
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    padding: 25px;
    border-radius: 0
}

.counter-box .counter-box-icon {
    margin-bottom: 20px
}

.counter-box .counter-box-icon i {
    color: #175787;
    font-size: 50px
}

.counter-box .counter-box-content h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 8px;
    line-height: 24px
}

.counter-box .counter-box-content p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding-top: 6px;
    text-transform: uppercase;
    line-height: 24px
}

.newsletter-section {
    background: url(../img/newsletter-bg.jpg) left top/cover no-repeat rgba(0, 0, 0, 0);
    padding: 40px 0
}

.newsletter {
    text-align: center
}

.newsletter h2 {
    color: #fff;
    font-size: 35px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 13px;
    text-transform: uppercase
}

.newsletter p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 39px
}

.newsletter-form-area input[type=email] {
    border: 0;
    border-radius: 0;
    color: #9b9b9b;
    font-size: 16px;
    padding-left: 15px;
    font-style: italic;
    height: 51px;
    letter-spacing: 0;
    text-align: left;
    width: 460px
}

.newsletter-form-area input[type=submit] {
    background: #175787;
    border: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    height: 51px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 1px 58px 0
}

.testimonial-section {
    padding: 70px 0;
    background: #f5f5f5
}

.testimonial-header {
    text-align: center;
    margin: 0 0 40px
}

.testimonial-block {
    text-align: center;
    padding: 42px 35px
}

.testimonial-block .testimonial-block-img {
    position: relative;
    width: 100%
}

.testimonial-block .testimonial-block-img>img {
    width: auto;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #ccc
}

.testimonial-block .testimonial-block-img span {
    background: #ccc;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    width: 30px
}

.testimonial-block .testimonial-block-content {
    width: 100%
}

.testimonial-block .testimonial-block-content h5 {
    color: #222328;
    font-size: 20px;
    letter-spacing: 0;
    margin: 10px 0 8px
}

.testimonial-block .testimonial-block-content span {
    display: block;
    color: #7e7e7e;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px
}

.testimonial-block .testimonial-block-content p {
    font-size: 14px;
    line-height: 30px;
    margin: 12px 0 0
}

.rating .star {
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 13px;
    font-weight: 400;
    height: 22px;
    margin: 0 1px 0 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 14px
}

.rating .star::after {
    color: #175787;
    display: inline-block;
    font-family: FontAwesome
}

.testimonial-caousel .owl-nav {
    text-align: center;
    margin: 26px 0 0
}

.testimonial-caousel .owl-nav>div {
    border: 1px solid #175787;
    border-radius: 4px;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 26px;
    color: #175787;
    text-align: center;
    margin: 0 5px
}

.testimonial-caousel .owl-nav>div:hover {
    border: 1px solid #175787
}

.blog-section {
    padding: 70px 0;
    margin: 0;
    background-color: #f5f5f5
}

.blog-header {
    margin: 0 0 40px;
    text-align: center
}

.single-blog-item {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 15px;
    transition: all .3s ease 0s
}

.single-blog-item a.readmore-btn {
    color: #5faf21;
    font-size: 14px
}

.single-blog-item:hover {
    border: 1px solid #5faf21
}

.single-blog-item:hover .single-blog-content .s1sb-title {
    color: #5faf21
}

.single-blog-item .single-blog-img {
    margin: 0 0 15px;
    position: relative
}

.single-blog-item .single-blog-content .s1sb-title {
    color: #5faf21;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 4px;
    letter-spacing: 0;
    line-height: 22px;
    text-transform: uppercase
}

.single-blog-item .single-blog-meta {
    padding: 4px 0;
    margin: 0 0 6px
}

.single-blog-item .single-blog-meta ul {
    list-style: none;
    padding: 0
}

.single-blog-item .single-blog-meta ul li {
    display: inline-block;
    color: #333;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 16px;
    margin-right: 12px;
    position: relative
}

.single-blog-item .single-blog-meta ul li:last-child {
    margin-right: 0
}

.single-blog-item .single-blog-meta ul li:last-child::after {
    display: none
}

.single-blog-item .single-blog-meta ul li i {
    color: #333;
    font-size: 18px
}

.single-blog-item .single-blog-meta ul li a {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    margin-left: 8px
}

.single-blog-item .single-blog-content p {
    color: #333;
    margin-bottom: 15px
}

.our-partners-section {
    padding: 70px 0
}

.our-partners-header {
    margin: 0 0 40px
}

.partners-brand-block {
    height: 100px;
    line-height: 100px;
    background-color: #f5f5f5;
    text-align: center;
    border: 2px solid #fff
}

.partners-brand-block:hover {
    border: 2px solid #175787
}

.partners-brand-block img {
    display: inline-block!important;
    width: auto!important
}

.our-partners-carousel .owl-nav {
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 0;
    margin-top: 45px
}

.our-partners-carousel .owl-nav>div {
    border: 1px solid #175787;
    color: #175787;
    display: inline-block;
    height: 22px;
    line-height: 20px;
    text-align: center;
    width: 22px
}

.our-partners-carousel .owl-nav .owl-prev {
    margin-right: 6px
}

footer.footer-section {
    background: url(../img/fbg.jpg) left top/cover no-repeat rgba(0, 0, 0, 0);
    padding: 30px 0
}

.single-footer>img {
    margin: 0 0 12px
}

.single-footer p {
    color: #fff
}

.single-footer ul.single-footer-list {
    list-style: none;
    padding-left: 0
}

.single-footer ul.single-footer-list li,
.single-footer ul.single-footer-list li a {
    color: #e5e5e5;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 36px
}

.single-footer ul.single-footer-list li a:hover {
    color: #175787
}

.single-footer ul.single-footer-list li a span {
    font-size: 8px;
    margin-right: 6px;
    position: relative;
    top: 0
}

.single-footer-title {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    margin: 53px 0 20px
}

.footer-social {
    list-style: none;
    padding: 0;
    margin-top: -8px
}

.footer-social li {
    display: inline-block;
    height: 36px;
    width: 36px
}

.footer-social li a {
    background: rgba(0, 0, 0, .7);
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 100%;
    line-height: 36px;
    text-align: center
}

.footer-social li a:hover {
    background: #5faf21
}

.footer-top-block {
    margin: 0 0 30px
}

.footer-bottom {
    border-top: 2px solid #969696;
    padding: 20px 0
}

.footer-bottom-block {
    background-color: #000
}

.footer-copyright p {
    color: #fff;
    line-height: 47px;
    font-weight: 600
}

.footer-copyright p a {
    color: #175787;
    line-height: 47px;
    font-weight: 600
}

.footer-links ul {
    list-style: none;
    padding: 0;
    float: right
}

.footer-links ul li {
    margin-left: 28px;
    float: left
}

.footer-links ul li a {
    color: #e5e5e5;
    display: block;
    font-size: 14px;
    background: #175787;
    margin-top: 6px;
    letter-spacing: 0
}

.inner-page-banner-section {
    background: url(../img/bg/inner-page-banner-bg.jpg) 0 0/cover no-repeat fixed rgba(0, 0, 0, 0);
    padding: 130px 0 160px;
    position: relative
}

.inner-page-box {
    text-align: center;
    position: relative
}

.inner-page-box h2.inner-page-title {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 62px;
    position: relative;
    text-transform: uppercase
}

.inner-page-box h2.inner-page-title:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: auto;
    bottom: -10px
}

.breadcrumb-section {
    background: rgba(95, 175, 33, .8);
    bottom: 0;
    left: 0;
    padding: 9px 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.breadcrumb-menu ul {
    list-style: none;
    padding: 0;
    display: inline-block
}

.breadcrumb-menu ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative
}

.breadcrumb-menu ul li::after {
    color: #fff;
    content: "/";
    position: absolute;
    right: -28px;
    top: 0
}

.breadcrumb-menu ul li:last-child {
    margin-right: 0
}

.breadcrumb-menu ul li:last-child::after {
    display: none
}

.breadcrumb-menu ul li a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: capitalize
}

.blog-page-section {
    padding: 84px 0 90px
}

.blog-box-title {
    margin: 0 0 56px;
    position: relative
}

.blog-box-title h2 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 41px;
    margin: 0 0 30px
}

.blog-box-title p {
    color: #333;
    line-height: 24px
}

.single-blog-block {
    margin: 0 0 40px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 40px
}

.blog-box-img {
    display: inline-block;
    position: relative
}

.blog-box-i-comments {
    background: #fff;
    bottom: 2px;
    min-width: 70px;
    position: absolute;
    left: 2px;
    text-align: center
}

.blog-page-meta p,
.widget-serach-box {
    position: relative
}

.blog-box-i-comments span {
    color: #5faf21;
    display: inline-block
}

.blog-box-i-comments p {
    color: #333;
    font-weight: 500;
    display: inline-block
}

.blog-page-content {
    padding: 35px 0 0
}

.blog-page-box-title {
    color: #313131;
    display: block;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 22px;
    margin: 6px 0 16px
}

.blog-page-meta p a,
.blog-page-more,
.blog-page-pagination ul li a {
    font-weight: 500;
    letter-spacing: 0
}

.blog-page-meta {
    border-bottom: 1px solid #ecf0f1;
    border-top: 1px solid #ecf0f1;
    margin: 0 0 21px;
    padding: 1px 0
}

.blog-page-meta p {
    color: #5faf21;
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    margin-right: 20px
}

.blog-page-meta p:last-child::after {
    display: none
}

.blog-page-more,
.blog-page-pagination ul li {
    display: inline-block
}

.blog-page-meta p a {
    color: #333;
    font-size: 14px
}

.blog-page-text {
    color: #333;
    line-height: 26px;
    margin: 0 0 24px
}

.blog-page-more {
    color: #fff;
    font-size: 13px;
    background-color: #5faf21;
    padding: 8px 20px;
    border-radius: 0;
    line-height: 17px
}

.blog-page-more:hover {
    color: #fff
}

.blog-page-more i {
    margin-right: 5px
}

.blog-page-pagination ul {
    list-style: none;
    padding: 0
}

.blog-page-pagination ul li a {
    border: 2px solid #efefef;
    color: #3c3c3c;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    min-width: 40px;
    padding: 0 12px;
    text-align: center
}

.blog-page-pagination ul li a:hover {
    background: #5faf21;
    border: 2px solid #5faf21;
    color: #fff
}

.blog-item {
    margin: 0 0 42px
}

.blog-item .widget-title-box {
    color: #25292f;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 11px
}

.widget-serach-box input[type=text] {
    border: 1px solid #eaeaea;
    color: #b7b7b7;
    font-size: 18px;
    font-weight: 300;
    height: 40px;
    letter-spacing: 0;
    padding: 0 60px 0 10px;
    width: 100%
}

.blog-item ul li a,
.recent-news-item-box a {
    display: block;
    font-weight: 500;
    letter-spacing: 0
}

.widget-serach-box button {
    background: #5faf21;
    border: 0;
    color: #fff;
    height: 100%;
    padding: 0 24px;
    position: absolute;
    right: 0;
    top: 0
}

.blog-item ul {
    list-style: none;
    padding: 0
}

.blog-item ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0
}

.blog-item ul li:last-child {
    border-bottom: medium none;
    padding-bottom: 0
}

.blog-item ul li a {
    color: #030104;
    font-size: 14px;
    line-height: 21px;
    padding-left: 25px;
    position: relative
}

.blog-item ul li a::before {
    color: #030104;
    content: "?";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.blog-item ul li a:hover,
.blog-item ul li a:hover::before {
    color: #5faf21
}

.recent-news-item-box {
    margin: 0 0 17px;
    border: 1px solid #e3e3e3;
    padding: 10px 0 6px 12px
}

.recent-news-item-box:last-child {
    margin-bottom: 0
}

.recent-news-item-box a {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 2px
}

.recent-news-item-box a:hover {
    color: #5faf21
}

.recent-news-item-box p {
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 300
}

.widget-tag-box .widget-tags li {
    border: 0;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0
}

.widget-tag-box .widget-tags li a {
    color: #333;
    border: 1px solid #e9e9e9;
    font-size: 13px;
    line-height: 19px;
    padding: 8px 15px
}

.widget-call-us-box h2,
.widget-call-us-box h3 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0
}

.widget-tag-box .widget-tags li a:hover {
    background: #5faf21;
    color: #fff
}

.widget-tag-box .widget-tags li a::before {
    display: none
}

.widget-call-us-box {
    background-color: #5faf21;
    padding: 26px 20px;
    text-align: center
}

.widget-call-us-box h3 {
    font-weight: 300
}

.widget-call-us-box h2 {
    font-weight: 400;
    margin: 8px 0
}

.blog-details-section {
    padding: 90px 0
}

.blog-details-img {
    position: relative;
    margin-bottom: 35px
}

.blog-details-img-content {
    margin-bottom: 21px
}

.blog-details-img-content h6 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px
}

.blog-details-img-content h2 {
    color: #333;
    font-size: 26px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 24px
}

.blog-details-img-content ul {
    border-bottom: 1px solid #ecf0f1;
    border-top: 1px solid #ecf0f1;
    margin: 0 0 21px;
    padding: 1px 0
}

.blog-details-img-content ul li {
    display: inline-block;
    margin-right: 19px;
    position: relative
}

.blog-details-img-content ul li::after {
    color: #333;
    content: "/";
    position: absolute;
    right: -18px;
    top: 0
}

.blog-details-img-content ul li:last-child {
    margin-right: 0
}

.blog-details-img-content ul li:last-child::after {
    display: none
}

.blog-details-img-content ul li a {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0
}

.blog-details-img-content ul li a i {
    color: #5faf21
}

.blog-details blockquote::before {
    left: 0
}

.blog-details blockquote {
    padding-top: 0;
    padding-left: 55px
}

.blog-details-intro {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 25px
}

.blog-details-text {
    color: #333;
    line-height: 24px;
    margin: 0 0 32px
}

.blog-details-blockquote {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 30px;
    padding-left: 80px;
    position: relative
}

.blog-details-tags-share .blog-details-share ul,
.blog-details-tags-share .blog-details-tags ul {
    padding: 0;
    list-style: none
}

.blog-details-blockquote::before {
    background: #edf2f5;
    color: #000;
    content: "?";
    font-family: FontAwesome;
    height: 60px;
    left: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px
}

.blog-details-tags-share {
    margin: 0 0 110px;
    overflow: hidden
}

.blog-details-tags-share .blog-details-tags {
    display: inline-block
}

.blog-details-tags-share .blog-details-tags ul li {
    color: #000;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 5px
}

.blog-details-tags-share .blog-details-tags ul li a {
    color: #333;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px
}

.blog-details-tags-share .blog-details-tags ul li a:hover {
    color: #000
}

.blog-details-tags-share .blog-details-share {
    float: right
}

.blog-details-tags-share .blog-details-share ul li {
    display: inline-block;
    margin-right: 12px
}

.blog-details-tags-share .blog-details-share ul li a {
    color: #959595;
    font-weight: 500;
    letter-spacing: 0
}

.our-author {
    margin: 0 0 112px
}

.our-author .our-author-title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 36px
}

.our-author-box {
    overflow: hidden;
    background-color: #f3f3f3;
    padding: 12px
}

.our-author-box-content h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 18px
}

.our-author-box-content h5 span {
    color: #333;
    font-size: 12px;
    font-weight: 400
}

.our-author-box-content p {
    color: #333;
    line-height: 24px;
    margin: 0 0 27px
}

.our-author-box-content ul {
    list-style: none;
    padding: 0
}

.our-author-box-content ul li {
    display: inline-block
}

.our-author-box-content ul li a {
    color: #000;
    display: block;
    font-size: 16px;
    padding: 0 8px
}

.comments {
    margin: 0 0 112px
}

.comments-count-box {
    margin: 0 0 32px
}

.comments-count-box h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0
}

.comments-count-box h4 span {
    color: #a1a1a1
}

.comments ol {
    list-style: none;
    padding: 0
}

.comment-box-text .comment-box-img {
    float: left;
    height: 50px;
    width: 50px
}

.comment-box-text .comment-box-img img {
    border-radius: 4px;
    height: 100%
}

.comment-box-text .comment-author-meta-box {
    overflow: hidden;
    padding-left: 30px;
    position: relative
}

.comment-box-text .comment-author-meta-box .author {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 14px
}

.comment-box-text .comment-author-meta-box .author span {
    color: #333;
    font-weight: 400
}

.comment-box-text .comment-author-meta-box .comment-box-content {
    color: #333;
    line-height: 24px
}

.comment-box-text .comment-author-meta-box .comment-reply-link {
    color: #000;
    font-weight: 500;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0
}

.comment-box-form h4,
.contact-second-title,
.contact-title {
    font-weight: 600;
    letter-spacing: 0
}

.comments .second-comment-box {
    list-style: none;
    padding: 0
}

.comments .second-comment-box li {
    padding-left: 40px
}

.comments article {
    margin: 0 0 33px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0efef
}

.comment-box-form h4 {
    color: #000;
    font-size: 20px;
    line-height: 18px;
    margin: 0 0 39px
}

.comment-box-form-box {
    padding: 0
}

.comment-box-form-box input[type=text],
.comment-box-form-box input[type=email] {
    background: 0 0;
    border: 1px solid #e1e1e1;
    color: #959595;
    font-size: 14px;
    height: 48px;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 10px;
    width: 100%
}

.comment-box-form-box textarea {
    background: 0 0;
    border: 1px solid #e1e1e1;
    color: #959595;
    font-size: 14px;
    height: 88px;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 10px;
    width: 100%
}

.comment-box-form-box input[type=submit] {
    background: #5faf21;
    border: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 12px 60px;
    text-transform: uppercase
}

.contact-section {
    padding: 50px 0 54px
}

.contact-address-box,
.contact-social-box {
    list-style: none;
    padding: 0
}

.contact-header {
    margin: 0 0 51px
}

.contact-title {
    color: #000;
    font-size: 42px
}

.contact-second-title {
    font-size: 22px;
    margin: 0 0 14px
}

.google-map-box {
    margin: 0 0 34px
}

#googleMap iframe {
    height: 172px;
    width: 100%
}

.contact-address-box li {
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 14px
}

.contact-address-box li:last-child {
    margin-bottom: 0
}

.contact-social-box li {
    margin: 0 0 8px
}

.contact-social-box li:last-child {
    margin-bottom: 0
}

.contact-social-box li a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 28px;
    position: relative
}

.contact-social-box li a i {
    background: #000;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.contact-form-input-box {
    margin: 0 0 20px
}

.contact-form-input-box input[type=text],
.contact-form-input-box input[type=email] {
    border: 1px solid #e5e5e5;
    color: #000;
    font-size: 13px;
    height: 46px;
    letter-spacing: 0;
    padding: 10px;
    width: 100%
}

.contact-form-input-box textarea {
    border: 1px solid #e5e5e5;
    color: #000;
    font-size: 13px;
    height: 184px;
    letter-spacing: 0;
    padding: 10px;
    width: 100%
}

.contact-form-input-box input[type=submit] {
    background: #5faf21;
    border: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    padding: 5px 26px;
    text-transform: uppercase
}

.contact-form-submit {
    text-align: right
}

.contact-form-message {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px
}

.contact-form-message p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize
}

.about-banner-section {
    display: flex;
    flex-wrap: wrap
}

.about-banner-left {
    background: #344a57;
    padding: 124px 60px 122px 0;
    text-align: right;
    width: 50%
}

.about-banner-left .about-title,
.about-banner-left .about-title span {
    color: #000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0 0 6px
}

.about-banner-left .about-title span {
    color: #fff
}

.about-banner-left .about-text {
    color: #fff;
    font-size: 16px;
    font-style: italic
}

.about-banner-right {
    background: #5faf21;
    padding: 125px 0 84px 60px;
    width: 50%
}

.about-banner-right .about-right-title {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0 0 30px
}

.about-banner-right .about-right-link {
    background: #344a57;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px;
    padding: 11px 30px
}

.we-are-best-section {
    padding: 70px 0;
    position: relative
}

.we-best-banner-bg {
    left: 0;
    position: absolute;
    top: 14%;
    width: 55%;
    z-index: 9
}

.we-best-banner {
    height: 80%;
    left: 10%;
    position: absolute;
    top: 28px;
    width: 72%;
    z-index: -1
}

.we-best-header {
    margin: 0 0 55px
}

.we-best-header .we-best-title {
    color: #333;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 48px;
    margin: 0 0 4px
}

.we-best-header .we-best-text {
    color: #aaa;
    font-size: 20px;
    text-transform: uppercase
}

.we-best .faq {
    position: relative
}

.we-best .faq::before {
    background: #eee;
    content: "";
    height: 70%;
    left: 25px;
    overflow: hidden;
    position: absolute;
    top: 44px;
    width: 1px;
    z-index: -1
}

#accordion .panel-title a.collapsed:after,
#accordion .panel-title a:after {
    content: "";
    height: 7px;
    position: absolute;
    top: 22px;
    right: 0
}

.all-project-section {
    padding: 70px 0 0
}

.all-project-menu-link {
    margin: 0 0 60px;
    display: inline-block;
    padding: 10px;
    text-align: center
}

.all-project-menu-link>div {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    margin: 0 18px;
    padding: 7px 0;
    position: relative;
    text-transform: uppercase
}

.all-project-menu-link>div::after,
.all-project-menu-link>div::before {
    background: #5faf21;
    height: 2px;
    position: absolute;
    transition: all .3s ease 0s;
    content: ""
}

.all-project-menu-link>div.active {
    color: #5faf21
}

.all-project-menu-link>div::before {
    left: 0;
    opacity: 0;
    top: 0;
    width: 0%
}

.all-project-menu-link>div.active::before {
    opacity: 1;
    width: 100%
}

.all-project-menu-link>div::after {
    bottom: 0;
    opacity: 0;
    right: 0;
    width: 0%
}

.all-project-block a,
.all-project-block::before {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.all-project-menu-link>div.active::after {
    opacity: 1;
    width: 100%
}

.all-projects-block .mix {
    float: left;
    margin-bottom: 30px;
    display: none
}

.all-project-block {
    position: relative
}

.all-project-block::before {
    background: #f1f1f1;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease 0s;
    width: 100%
}

.all-project-block:hover::before {
    opacity: 1
}

.all-project-block a {
    color: #000;
    font-size: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    transition: all .3s ease 0s;
    z-index: 9
}

.all-project-block:hover a {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1)
}

.all-project-block-content {
    bottom: 80px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    visibility: hidden
}

.all-project-block:hover .all-project-block-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.all-project-block-content h6 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 13px
}

.all-project-block-content p {
    color: #5faf21;
    line-height: 18px
}

.service-page-our-service {
    background: rgba(0, 0, 0, 0);
    margin: 70px 0;
    padding: 0
}

.service-page-our-service .our-service-header .our-service-header-text,
.service-page-our-service .our-service-header .our-service-header-title {
    color: #000
}

.service-page-our-service .service-two .service-block .service-block-icon i,
.service-page-our-service .service-two .service-block:hover .service-block-icon i {
    color: #fff
}

.service-page-our-service .service-two .service-block .service-block-content h4,
.service-page-our-service .service-two .service-block .service-block-content p {
    color: #000
}

.help-you-section {
    background: url(../img/service/service-counter.jpg) left center/cover no-repeat fixed rgba(0, 0, 0, 0);
    padding: 70px 0;
    position: relative
}

.help-you-header {
    margin: 0 0 58px;
    z-index: 5
}

.help-you-header h2 {
    color: #fff;
    font-size: 42px;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 18px;
    text-transform: uppercase
}

.help-you-header p {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.help-you-content {
    margin: 0 0 40px
}

.help-you-content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 40px
}

.help-you-timer-box h2,
.help-you-timer-view-all a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase
}

.help-you-timer-box {
    margin: 0 0 70px;
    text-align: center
}

.help-you-timer-box h2 {
    font-size: 20px;
    line-height: 24px
}

.help-you-timer-box h2 .help-you-timer-box-icon {
    background: #5faf21;
    border-radius: 0;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%
}

.help-you-timer-view-all a {
    background: #5faf21;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px
}

.team_box {
    padding: 35px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 30px 80px 0 rgba(20, 52, 92, .2);
    border-radius: 5px
}

.team_box:hover {
    box-shadow: 0 40px 100px 0 rgba(20, 52, 92, .3);
    border-radius: 5px;
    transform: translate(0, -10px)
}

.team_box .team_img {
    height: 150px;
    width: 150px;
    display: inline-block;
    margin-bottom: 25px
}

.team_box .team_img img {
    border-radius: 50%
}

.team_detail h3 {
    margin-bottom: 0;
    line-height: 1;
    color: #175787
}

.featured-wrapper {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
    padding: 20px 20px 40px;
    transition: .3s;
    position: relative
}

.featured-wrapper::after,
.featured-wrapper::before {
    content: "";
    background: #002e5b;
    height: 4px;
    width: 100%;
    transition: .3s;
    bottom: 0;
    left: 0;
    position: absolute
}

#accordion .panel,
#accordion .panel-title a,
.hmecot ul li,
.incar,
.vm .tabbable-line>.nav-tabs>li.active {
    position: relative
}

.featured-wrapper:after {
    width: 0;
    background: #175787
}

.featured-img img,
.featured-wrapper:hover:after {
    width: 100%
}

.featured-text {
    margin-top: -22px
}

.featured-text h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 22px
}

.featured-text h4 a {
    color:black;
    font-size: 16px
}
.logo h3{
    font-family: 'Sorts Mill Goudy', serif;
}
.featured-text p {
    color: #000;
    font-size: 14px;
    margin-bottom: 0
}

.featured-tag span {
    background:#ebd10b;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.hmecot ul,
.rght {
    float: right
}

.hmecot ul li {
    display: inline-block;
    padding-left: 15px;
    left: -14px
}

.inteam {
    background: #f4f4f4;
    padding: 20px
}

.inteam img {
    padding: 3px;
    box-shadow: 1px 1px 1px 1px #888;
    border: 1px solid #ccc
}

.inteam a {
    color: black;
    font-weight: 600
}

#quote-carousel {
    padding: 0 10px 30px
}

#quote-carousel .carousel-control {
    background: 0 0;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
    display: none
}

.infoot a,
.infoot p {
    font-size: 12px;
    font-weight: 500
}

#quote-carousel .carousel-control.left {
    left: -12px
}

#quote-carousel .carousel-control.right {
    right: -12px!important
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px
}

#quote-carousel .carousel-indicators li {
    background: silver
}

#quote-carousel .carousel-indicators .active {
    background: #333
}

.item blockquote {
    border-left: none;
    margin: 0
}

.item blockquote img {
    margin-bottom: 10px
}

.item blockquote p:before {
    content: "\f10d";
    font-family: Fontawesome;
    float: left;
    margin-right: 10px
}

.incar p,
.mkpartners p {
    font-family: Montserrat, sans-serif
}

@media (max-width:768px) {
    #quote-carousel .carousel-indicators {
        bottom: -20px!important
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0 5px;
        width: 15px;
        height: 15px
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0 5px;
        width: 20px;
        height: 20px
    }
}

.infoot {
    padding: 5px 0;
    background: #000
}

.infoot p {
    color: #fff
}

.infoot a {
    color: #89c765
}

.cpy p {
    float: right
}

.cfrm {
    padding: 18px;
    border: 1px solid #ccc;
    opacity: .9;
    line-height: 19px
}

.cfrm label {
    color: #fff;
    font-size: 13px;
    font-weight: 500
}

.cfrm h4 {
    text-align: center;
    color: #fff
}

.cfrm input[type=file] {
    background: #fff;
    color: #000;
    padding: 5px;
    width: 100%
}

.btn-change2,
.btn-change3 {
    height: 37px;
    width: 116px;
    background: #000;
    margin: 2px 0 0;
    font-size: 12px;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    color: #fff;
    font-weight: 600
}

.cfrm .form-control {
    border-radius: 0
}

.cfrm .form-control:focus {
    outline: 0!important
}

.btn-change2 {
    border: 0;
    box-shadow: 0 0 0 100px #ebd10b inset
}

.btn-change2:hover {
    -webkit-box-shadow: 0 0 0 0 #000 inset;
    -webkit-transform: scale(1)
}

.btn-change3 {
    border: 0;
    float: right;
    border-radius: 5px;
    /*box-shadow: 0 0 0 100px #175787 inset*/
}

.btn-change3:hover {
    -webkit-box-shadow: 0 0 0 0 #000 inset;
    -webkit-transform: scale(1)
}

.mkabouts img,
.mkpartners img {
    box-shadow: 1px 1px 1px 1px #888
}

.mkcar {
    background: #f4f4f4;
    padding: 20px;
    border: 7px solid brown;
}

.mkcar h3 {
    text-transform: uppercase
}

.incar {
    padding: 20px;
    background: #fff;
    left: 70px;
    top: 27px
}

.about,
.car,
.cont,
.part,
.sermk {
    padding: 100px
}

.incar p {
    text-align: justify
}

.about {
    /* background: url(../img/bannera.jpg) left top/cover no-repeat rgba(0, 0, 0, 0) */
    /* background-color:brown; */
    background-image: url("../img/mmk6.jpeg");
    background-size: 100% 100%;
}

.cont {
    /* background: url(../img/bannerc.jpg) left top/cover no-repeat rgba(0, 0, 0, 0) */
    /* background-color:brown; */
    background-image: url("../img/mmk6.jpeg");
    background-size: 100% 100%;

}

.car {
    /* background: url(../img/bannerca.jpg) left top/cover no-repeat rgba(0, 0, 0, 0) */
    /* background-color:brown; */
    background-image: url("../img/mmk6.jpeg");
    background-size: 100% 100%;
}

.part {
    /* background: url(../img/bannerp.jpg) left top/cover no-repeat rgba(0, 0, 0, 0) */
    /* background-color:brown; */
    background-image: url("../img/mmk6.jpeg");
    background-size: 100% 100%;
}

.sermk {
    /* background: url(../img/banners.jpg) left top/cover no-repeat rgba(0, 0, 0, 0) */
    /* background-color:brown; */
    background-image: url("../img/mmk6.jpeg");
    background-size: 100% 100%;
}

#page-header .breadcrumb {
    background: 0 0!important;
    text-align: center
}

#page-header h1 {
    text-align: center;
    color:#fdf818;
}

#page-header .breadcrumb li {
    color: #fff;
    font-weight: 600
}

.miss p,
.mkabouts h2 span,
.mkabouts p span,
.mkpartners h2 span,
.mkpartners h5,
.mkpartners i {
    color: #175787
}

#page-header .breadcrumb li a {
    color: #175787;
    font-weight: 600
}

.mkabouts {
    padding: 40px 0 30px
}

.mkabouts h2 {
    text-align: center;
    font-weight: 600
}

.mkabouts img {
    border: 1px solid #ccc;
    padding: 5px
}

.line,
.line1 {
    border-bottom: solid 2px #175787
}

.line {
    margin: 10px auto 20px;
    width: 10%
}

.line1 {
    width: 6%;
    margin-bottom: 20px;
    margin-top: 10px
}

.mkabouts p {
    text-align: justify;
    line-height: 30px
}

.mkabouts p span {
    font-weight: 600
}

.miss p {
    font-weight: 700;
    font-size: 16px
}

.blink {
    animation: blink 2s infinite
}

@keyframes blink {
    0%,
    75% {
        opacity: 1
    }
    100%,
    76% {
        opacity: 0
    }
}

.mkpartners {
    padding: 40px 0
}

.mkpartners h2 {
    text-align: center;
    font-weight: 600
}

.mkpartners h5 {
    font-size: 17px!important;
    margin-top: 15px
}

.mkpartners p {
    text-align: justify;
    line-height: 30px;
    margin-bottom: 5px
}

.mkpartners img {
    padding: 5px;
    border: 1px solid #ccc
}

.mkpartners p a {
    color: #000;
    font-weight: 600
}

.mkcareers {
    padding: 40px 0
}

.mkcareers h2 {
    text-align: center;
    font-weight: 600
}

.mkcareers p {
    text-align: justify;
    line-height: 33px
}

.mkcareers i {
    color: #175787
}

.innercar {
    margin-top: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px 1px#888;
    background: #4c4c4c;
    line-height: 22px
}

.innercar .form-group {
    margin-bottom: 6px
}

.innercar input[type=file] {
    background: #fff;
    width: 100%;
    color: #000;
    padding: 5px
}

.innercar .form-control {
    border-radius: 0
}

.innercar label {
    color: #fff
}

.mkcontact {
    padding: 30px 0
}

.mkcontact h2 {
    text-align: center;
    font-weight: 600
}
.mkcontact h3{
	font-weight:600;
	color:black;
	font-size:18px;
	position:relative;
	top:11px;
}
.mkcontact  h4{
    color:black;
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    padding-left: 63px;
    margin-top: 30px;
}
.mkcontact  h5{
    color: black;
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    padding-left: 64px;
}
.mkcontact h2 span {
    color: #175787
}

.bottom_contact i {
    color: black;
    float: left;
    font-size: 30px;
    margin-top: 5px;
    border: 1px dashed black;
    padding: 10px;
    margin-right: 20px
}

.bottom_contact p {
    margin-bottom: 0;
    padding-left: 64px;
    margin-top: 6px;
}

.bottom_contact p span {
    color: #175787;
    font-weight: 600
}
.bottom_contact p small {
    color: #175787;
    font-weight: 600
}
/* .bottom_contact h4 {
    color: #333;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    padding-left: 50px
} */

.contact-form .form-control {
    outline: inherit;
    border-color: #e7e7e7;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #B89841;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    width: 100%;
    line-height: 10px;
    box-shadow: none!important;
    border-radius: 0;
    margin-top: 10px
}

.contact-form h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #175787
}

.line2 {
    border-bottom: solid 2px #175787;
    width: 10%;
    margin-bottom: 20px;
    margin-top: 10px
}

iframe {
    border: 0
}

.mkservices {
    padding: 40px 0
}

.mkservices h2 {
    text-align: center;
    font-weight: 600
}

.mkservices h2 span {
    color: #175787
}

.vm .tabbable-line>.nav-tabs {
    border: none;
    margin: 0
}

.vm .tabbable-line>.nav-tabs>li {
    margin-right: 5px;
    min-width: 271px
}

.tabbable-line>.nav-tabs>li:hover>a,
.vm .tabbable-line>.nav-tabs>li.active>a,
.vm .tabbable-line>.nav-tabs>li.open>a,
.vm .tabbable-line>.nav-tabs>li>a {
    margin-right: 0;
    text-align: center;
    font-size: 15px;
    padding: 10px 17px;
    font-weight: 500
}

.vm .tabbable-line>.nav-tabs>li>a {
    border: 0;
    color: #fff;
    background: #000;
    border-radius: 0
}

.vm .nav-tabs>li>a:hover {
    background: #ff572a!important;
    color: #fff
}

.vm .tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6
}

.tabbable-line>.nav-tabs>li:hover>a,
.vm .tabbable-line>.nav-tabs>li.open>a {
    border: 0;
    color: #fff;
    background: #000;
    border-radius: 0
}

.tabbable-line>.nav-tabs>li:hover>a>i,
.vm .tabbable-line>.nav-tabs>li.open>a>i {
    color: #a6a6a6
}

.tabbable-line>.nav-tabs>li:hover .dropdown-menu,
.vm .tabbable-line>.nav-tabs>li.open .dropdown-menu {
    margin-top: 0
}

.vm .tabbable-line>.nav-tabs>li.active>a {
    background: #175787!important;
    border: 0;
    color: #fff;
    border-radius: 0
}

#ttm p,
.imabt p {
    text-align: justify
}

.vm .tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040
}

#ttm h3,
#ttm h4,
#ttm i,
#ttm p span,
.imabt h4
{
    /*color: #175787;*/
}
.fa-circle{
	font-size:11px !important;
}
.vm .tabbable-line>.tab-content {
    margin-top: 10px;
    background-color: #fff;
    border: 0;
    padding: 15px 0
}

.vm .portlet .tabbable-line>.tab-content {
    padding-bottom: 0
}

.vm .tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent
}

.vm .tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0
}

.vm .tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf
}

.vm .tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d
}

.vm .tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px
}

#ttm p {
    line-height: 27px
}

#ttm h4 {
    font-size: 14px;
    font-weight: 500
}

#ttm p b {
    font-size: 12px
}

#ttm p span {
    font-weight: 600
}

#ttm .col-md-12 {
    margin-top: 20px;
    margin-bottom: 20px
}

#ttm h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 700
}

.line4 {
    border-bottom: solid 2px #175787;
    width: 8%;
    margin-bottom: 15px;
    margin-top: 15px
}

.bott {
    margin-bottom: 40px
}

.imabt p {
    line-height: 30px
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative
}

#accordion .panel-title a {
    display: block;
    padding: 10px 20px;
    margin: 0;
    background: #1c2336;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0
}

#accordion .panel-title a.collapsed {
    background: #1c2336
}

#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:before {
    content: "\f067";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #ababab;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 14px;
    border: 4px solid #626262
}

#accordion .panel-title a.collapsed:before {
    content: "\f067";
    background: #ababab;
    border: 4px solid #626262
}

#accordion .panel-title a.collapsed:after,
#accordion .panel-title a:after {
    width: 19px;
    background: #ababab
}

#accordion .panel-body {
    border-left: 3px solid #1c2336;
    border-top: none;
    background: #fff;
    color: #1c2336;
    line-height: 27px;
    position: relative
}

#accordion .panel-body:before {
    content: "";
    height: 3px;
    width: 50%;
    background: #1c2336;
    position: absolute;
    bottom: 0;
    left: 0
}

.cnt {
    margin-top: 3px
}

.spc {
    margin-bottom: 15px
}

.about_us_text p span {
    color: #175787;
    font-weight: 600
}

small {
    color: #fff
}

.divd {
    box-shadow: none!important;
    border: none!important;
    padding: none!important;
    margin-top: 20px;
    margin-bottom: 20px
}
.mlft{
	margin-left:35px;
}
.menu-section{
	margin-top:-8px;
}
/* .menu-section{
	padding-top:3px;
	padding-bottom:3px;
} */
/* .logo img{
	margin-top: -9px;
    position: relative;
    top: 5px;
} */
.mapm iframe{
	padding:5px;
	box-shadow:1px 1px 1px 1px #888;
}
@media only screen and (max-width:991px) {
    .hmecot ul li,
    .incar {
        position: inherit;
        left: 0
    }
    .incar,
    .menu ul li {
        left: 0
    }
    .cpy p,
    .hmecot ul {
        float: left
    }
    .incar {
        top: 0;
        margin-bottom: 20px
    }
    .cfrm input[type=file] {
        width: 100%
    }
    .cfrm,
    .mkcar {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .vm .tabbable-line>.nav-tabs>li {
        width: 100%;
        margin-bottom: 20px
    }
	.menu-section{
	margin-top:0px;
	}
/* 	.logo img{
	margin-top: 0px;
	} */
}

#page-header{
    position: relative;
    z-index:1;
}
/* #page-header::after{
    position:absolute;
    content: "";
    z-index:-1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 251, 0, 0.404);
} */
.patners-names{
    display: flex;
    justify-content:space-around;
    padding: 10px 0px;
}
.patner-one{
    display: flex;
    justify-content:space-around;
}
.mmm{
    margin:10 30px;
}