/*
Robotic
http://www.templatemo.com/preview/templatemo_430_robotic
*/

@import url('https://fonts.googleapis.com/css?family=Righteous&display=swap');

html, body{
    scroll-behavior: smooth !important;
}
body {
    font: 13px/1.85em 'Open Sans', Arial, Helvetice Neue, sans-serif;
    color: #888888;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background: white;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
}

h1 {
    width: 100%;
    font-size: 36px;
    color: #747474;
    text-align: center;
}

.clear {
    clear: both;
}

#logo img {
    width: 350px;
    background: rgb(255 255 255 / 78%);
    border-radius: 0px 20px 0px 20px;
    padding: 10px;
}

#logo {
    width: 75%;
}

.left-logo {
    margin-top: -70px;
}

.gov-logo img {
    width: 100%;
    margin-right: 20px;
    padding:5px 50px;
}

@media(max-width:480px) {
    #logo {
        width: 100%;
        margin-top: 0px;
        padding-bottom: 40px;
    }
}

.templatemo_title {
    font-size: 3em;
    margin-top: 32%;
    font-weight: bold;
    color: #f9ff00;
    letter-spacing: -5px;
}

#slider-text {
    color: yellow;
    text-shadow: 0px 0px 5px black;
    font-weight: 700;
    font-size: 14.7px;
    text-align: left !important;
    width: 100%;
}

.skewed {
    clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    right: 0px;
    z-index: 499;
}
@media(max-width:480px){
    .skewed {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        position: absolute;
        right: 0px;
        z-index: 0;
        margin-top:50px;
    }
}
.templatemo_subtitle {
    margin-left: 25px;
    font-size: 1em;
    text-shadow: 1px 1px #545454;
    color: white;
}

@media (max-width:480px) {
    .templatemo_title {
        margin-top: 0%;
        color: #32186f;
        letter-spacing: 0px;
        text-align: center;
    }
    .templatemo_subtitle {
        text-align: center;
    }
    .left-logo {
        margin-top: 100px;
    }
    .branding{
        background: rgba(255, 255, 255, 0.288);
        border-radius: 50px;
    }
    #logo img{
        margin-top:20px;
    }
    #myVideo{
        display: none;
    }
    .skewed{
        margin-top:0px;
    }

}

.templatemo_title span {
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #f9ff00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.templatemo_headerwrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
}

.templatemo_menu {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 70%;
    background: url(../images/templatemo_menubg.png);
    height: 70px;
    z-index: 500;
}

.templatemo_headerimg {
    height: 100vh;
    overflow: hidden;
}

.templatemo_headerimg img {
    width: 100%;
}

.templatemo_headerimg_cover {
    position: absolute;
    top: 0;
}

.templatemo_headerimg_cover img {
    display: none;
}

.templatemo_socialmedia {
    display: none;
}

.templatemo_home {
    margin-top: 10%;
    z-index: 499;
    padding-right: 40px;
}

@media(max-width:480px) {
     .templatemo_home {
        margin-top: 0%;
    }
}

.templatemo_headertextbox {
    position: absolute;
    top: 0;
    right: 0;
}

.templatemo_headertitle {
    float: left;
    font-size: 22px;
    
    color: #ffffff;
    text-shadow: 0px 0px 5px black;
    font-weight: 600;
    line-height: 25px;
}

.templatemmo_subheader {
    float: left;
    font-size: 16px;
    color: #6d950c;
    font-weight: bold;
    width: 80%;
}

.templatemo_homebuton {
    float: right;
    padding: 5px 15px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    background: #91bf24;
    font-size: 14px;
    margin: 3% 0% 0% 0%;
}

@media (min-width: 768px) {
    /* show 3 items */
    .carousel-inner .active, .carousel-inner .active+.carousel-item, .carousel-inner .active+.carousel-item+.carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item, .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left, .carousel-item-next.carousel-item-left+.carousel-item, .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item, .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right, .carousel-item-prev.carousel-item-right+.carousel-item, .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item, .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

.templatemo_wrapper {
    margin-top: 80px;
}
@media(max-width:480px){
    .templatemo_wrapper{
        margin-top:0px;
    }
}
.templatemo_separater {
    /* background: url(../images/templatemo_separateline.png) no-repeat; */
    background-position: right;
    height: 40px;
    font-size: 20px;
    color: #282828;
    line-height: 40px;
    min-width: 140px;
    font-weight: bold;
    margin: 64px 0px 35px 201px;
}

.templatemo_separater span {
    float: right;
    margin-right: 160px;
}

.navbar-default {
    border: none;
    background: none;
}
.about{
    background: url('../images/banner/1.jpg');
    height: 350px;
    background-size: cover;
}
@media(max-width:480px){
    .about{
        background: url('../images/banner/1.jpg');
        height: 200px;
        background-size: 100% 100%;
    }
}
.heading {
    background: url('../images/home/dripping-transparent-5.png');
    height: 200px;
    background-size: contain;
}

.heading1 {
    background: url('../images/home/dripping-transparent-5.png');
    height: 100px;
    background-size: 100% 100%;
}

.heading2 {
    background: url('../images/banner/1.jpg');
    height: 350px;
    background-size: 100% 100%;
}
.heading3 {
    background: url('../images/banner/contact.jpg');
    height: 350px;
    background-size: 100% 100%;
}
.heading4 {
    background: url('../images/banner/enquiry.jpg');
    height: 350px;
    background-size: 100% 100%;
}

.water {
    background: url('../images/banner/water.jpg');
    height: 350px;
    background-size: 100% 100%;
}
.right-section .rows h4{
    width:100%;
}
.right-section .rows i{
    width:100%;
    text-align: center;
    font-size: 34px;
    color:#473fa6;
    padding-top:10px;
}
.right-section .rows p,
.right-section .rows a{
    text-align: center !important;
    width:100% !important;
}
.cement {
    background: url('../images/banner/cement.jpg');
    height: 350px;
    background-size: 100% 100%;
}

.oil {
    background: url('../images/banner/oil.jpg');
    height: 350px;
    background-size: 100% 100%;
}
.thinner {
    background: url('../images/banner/thinners.jpg');
    height: 350px;
    background-size: 100% 100%;
}

@media(max-width:480px) {
    .water, .cement, .oil, .about, .thinner {
        height: 200px;
        background-repeat: no-repeat;
    }
}

.navbar-nav>li>a{
    padding: 20px 25px;
}

.sidebar {
    width: 25%;
    height: 150px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 25%;
}


.sidebar h3:before {
    content: '';
    position: absolute;
    width: 180px;
    height: 8px;
    background: #473fa6;
    margin-top: 90px;
    transform: skewX(40deg);
}

.sidebar h3 {
    color: rgb(32, 32, 32);
    font-weight: 700;
}
.templatemo_footer .container .row .col-md-3 h2,
.templatemo_footer .container .row .col-md-6 h2,
.templatemo_footer .container .row .col-md-5 h2{
    color:rgb(255, 248, 248);
    font-weight: 700;
}
.templatemo_footer .container .row .col-md-3 hr{
    color:black;
}


#white-1{
    color: #fff;
    text-shadow: 1px 1px 1px black;
    font-weight: 800;
}
.adderess{
    padding-right: 20px;
}
.main {
    width: 75%;
    display: flex;
    flex-direction: column;
}
.main table{
background: url('../images/home/bg-2.png') white;
background-size: 100%;
}
.flex-banner{
    height:100px;
    background: rgb(0, 94, 172);
}

@media(max-width:480px){

    .flex-banner{
        height:200px;
    }
}
.flex-banner .row .col-md-6 h2{
    padding:20px 0px;
    color:white;
    font-weight: 700;
}
.flex-banner .row .col-md-6 a{
    margin-left:50%;
    margin-top:8%;
    transform: translate(-50%, -50%);
    font-size: 20px;

    font-weight: 700;
}
.main, .sidebar {
    color: black;
    padding: 15px;
}

.wrapper {
    display: flex;
    justify-content: space-between;
}
.main table{
    width:100%;
}
@media(max-width:480px) {
    .main {
        width: 100%;
        display: block;
    }
    .main table{
        width:100%;
    }
    .wrapper {
        display: block;
        justify-content: space-between;
    }
    .sidebar {
        width: 100%;
        height: auto;
        min-height: 100px;
        position: relative;
    }
}

.sub-menu {
    margin-left: 200px;
    margin-top: -100px;
    transition: .5s;
}
@media(max-width:480px){
    .sub-menu {
        margin-left: 0px;
        margin-top: 0px;
        transition: .5s;
        width: 100%
    }
    .sub-menu li a {
        white-space: normal;
    }
}

.sub-menu li {
    border-bottom: 1px solid white;
}

.product-list {
    color: black;
}

.product-list h5 {
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}

.product-list p {
    text-align: justify;
}

.product-list li span {
    font-weight: 600;
}

.sub-menu li:hover {
    background: white !important;
    color: black !important;
}

.heading-1:before {
    content: '';
    position: absolute;
    width: 280px;
    height: 8px;
    background: #473fa6;
    margin-top: 50px;
    transform: skewX(40deg);
}

.heading h1 {
    color: #dddddd;
    font-weight: 700;
    padding: 80px 0px;
}

.products-list {
    list-style: none;
    font-size: 24px;
}

.products-list li {
    padding: 10px 0px;
    font-family: 'Righteous', cursive;
    color: rgb(0, 17, 71);
    padding: 20px 0px;
}

.products-list li:before {
    content: '';
    position: absolute;
    height: 100px;
    width: 100px;
    background: url('../images/home/bullet.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -5px;
    margin-left: -30px;
    z-index: 1;
}

.templatemo_service img {
    width: 100%;
}
.bg-1 {
   
    background-size: 100%;
    border-top: 8px solid #473fa6;
}
.cards {
   
    background-size: 100%;
    padding-bottom: 80px;
    
}

@media(max-width:480px) {
    .cards {
        background: white;
        background-size: 100%;
        padding-bottom: 80px;
        border-bottom: 8px solid #473fa6;
    }
    .products-list {
        font-size: 14px;
    }
    .center {
        text-align: center !important;
    }
}

.templatemo_service {
    margin: 40px 0px;
    padding: 20px;
    position: relative;
}

.bt-2-gray {
    border-top: 2px solid black;
}

.footer-wrapper {
    display: flex;
    font-size: 14px;
    border-bottom: 1px solid #6a6666;
    margin-bottom: 10px;
}

.footer-wrapper i {
    color: #91bf24;
    font-size: 18px;
    width: 25px;
    padding-top: 4px;
}

.footer-wrapper a {
    color: rgb(230, 229, 229);
    font-size: 20px;
    text-align: justify;
    font-weight: 600;
}
.footer-wrapper p {
    color: rgb(223, 217, 217);
    font-size: 20px;
    text-align: justify;
    font-weight: 600;
}
@media(max-width:767px){
    .footer-wrapper p {
        color: rgb(223, 217, 217);
        font-size: 14px;
        text-align: justify;
        font-weight: 600;
    }
    .footer-wrapper a {
        color: rgb(223, 217, 217);
        font-size: 14px;
        text-align: justify;
        font-weight: 600;
    }
}

/*.templatemo_service img:hover{ box-shadow: inset 0 0 0 30000px rgba(93,123,13, 0.8)}*/

.templatemo_service_frame {
    position: absolute;
    top: 0;
}

.templatemo_footer .container .row .col-md-4 h2 {
    color: rgb(243, 239, 239);
    font-weight: 700;
}

@media(max-width:480px) {
    .templatemo_service_frame {
        position: relative;
        top: 0;
    }
    .footer-wrapper {
        display: block;
        text-align: center;
    }
    .templatemo_footer .container .row .col-md-4 h2 {
        text-align: center;
    }
}

.templatemo_service_frame img {
    width: 100%;
}

.since95 {
    background: url('../images/home/since-1995.png');
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
    width: 75%;
    height: 145px;
}

.flex {
    display: flex;
}

#mob-show {
    display: none;
}

@media (max-width:480px) {
    .since95 {
        background: url('../images/home/since-1995.png');
        background-size: 20%;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100px;
    }
    #hide-mob {
        display: none;
    }
    #mob-show {
        display: none;
    }
}

.templatemo_service_title {
    width: 100%;
    text-align: left;
    line-height: 35px;
    font-size: 28px;
    color: #443fa5;
    font-weight: bold;
}

#black {
    color: rgb(226, 224, 224);
    font-size: 20px;
    text-align: justify;
    font-weight: 600;
}
@media(max-width:767px) {
    #black {
        color: rgb(226, 224, 224);
        font-size: 14px;
        text-align: justify;
        font-weight: 600;
    }
}



@media(max-width:480px) {
    #black {
        text-align: center;
        width: 100% !important;
    }
}

.bg-white {
    background: white;
}

.templatemo_service_subtitle {
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.templatemo_service_text {
    width: 100%;
    text-align: center;
}

.templatemo_morebutton {
    padding: 10px 15px;
    background: none;
    width: 150px;
    /* margin: 0 auto; */
    text-align: center;
    border: 1px solid #5c5c5c;
}

.templatemo_morebutton a {
    color: black;
}

.dd-m-1 {
    display: none;
}

.arrow {
    background: hsl(0, 0%, 93%);
    /* clip-path: polygon(75% 1%, 100% 50%, 75% 100%, 0 100%, 10% 50%, 0 0); */
}

.arrow2 {
    background: hsl(0, 0%, 93%);
    clip-path: polygon(100% 0, 90% 48%, 100% 100%, 25% 100%, 0 50%, 25% 0);
}

.templatemo_morebutton:hover {
    background: #473fa6;
    border: 1px solid #5c5c5c;
    cursor: pointer;
}


.templatemo_pricing_title {
    text-align: center;
    font-size: 36px;
    color: balck;
    line-height: 44px;
}

.templatemo_pricing_subtitle {
    font-size: 24px;
    color: #6d950c;
    text-align: center;
}

.templatemo_pricing_table {
    background: #fff;
    margin: 15px 0px;
    padding-bottom: 2px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0px 10px 0px 10px;
}

.templatemo_pricingbg img {
    width: 100%;
}

#dark-gray {
    color: rgb(37, 37, 37);
    font-weight: 700;
}

.cta-100 {
    margin-top: 100px;
    padding-left: 8%;
    padding-top: 7%;
}

.col-md-4 {
    padding-bottom: 20px;
}

.white {
    color: #fff !important;
}

.mt {
    float: left;
    margin-top: -20px;
    padding-top: 20px;
}

.bg-blue-ui {
    background-color: #708198 !important;
}

figure img {
    width: 300px;
}

#blogCarousel {
    padding-bottom: 100px;
}

.blog .carousel-indicators {
    left: 0;
    top: -50px;
    height: 50%;
}

/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #708198;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #0fc9af;
}

.item-carousel-blog-block {
    outline: medium none;
    padding: 15px;
}

.item-box-blog {
    border: 1px solid #dadada;
    text-align: center;
    z-index: 4;
    padding: 20px;
}

.item-box-blog-image {
    position: relative;
}

.item-box-blog-image figure img {
    width: 100%;
    height: auto;
}

.item-box-blog-date {
    position: absolute;
    z-index: 5;
    padding: 4px 20px;
    top: -20px;
    right: 8px;
    background-color: #41cb52;
}

.item-box-blog-date span {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.2;
}

.item-box-blog-date span.mon {
    font-size: 18px;
}

.item-box-blog-date span.day {
    font-size: 16px;
}

.item-box-blog-body {
    padding: 10px;
}

.item-heading-blog a h5 {
    margin: 0;
    line-height: 1;
    text-decoration: none;
    transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
}

.item-box-blog-data p {
    font-size: 13px;
}

.item-box-blog-data p i {
    font-size: 12px;
}

.item-box-blog-text {
    max-height: 100px;
    overflow: hidden;
}

.mt-10 {
    float: left;
    margin-top: -10px;
    padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 4px 20px;
    float: left;
    margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
    box-shadow: 0px 5px 15px inset #4d5f77;
}

.templatemo_pricing_box {
    position: absolute;
    top: 0%;
    padding: 0 30px;
    color: #ffffff;
    margin-top: 50px;
}

.templatemo_pricing_box span.price_title {
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.templatemo_pricing_box span.sign {
    font-size: 28px;
    color: #597d01;
    font-weight: bold;
    float: left;
    padding: 10px 0px 0px 0px;
}

.templatemo_pricing_box span.price {
    color: #597d01;
    font-weight: bold;
    float: left;
    padding: 10px 0px 0px 0px;
    font-size: 46px;
}

.templatemo_pricing_box span.month {
    float: left;
    padding: 10px 0px 0px 10px;
}

.templatemo_pricing_list ul {
    margin: 0px 15px;
    list-style: none;
    padding: 0px 20px;
}

.templatemo_pricing_list ul li {
    background: url(../images/templatemo_arrow.png) no-repeat;
    background-position: left top;
    margin: 0px;
    padding: 7px 30px;
    border-bottom: 1px solid #e0e0e0;
}

.templatemo_signup {
    display: block;
    background: #1e1e1e;
    color: white;
    width: 49%;
    margin: 5px auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    border-radius: 0px 10px 0px 10px;
}

.templatemo_work img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.templatemo_worktitle {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    line-height: 38px;
}

.templatemo_sub_worktitle {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #91bf24;
}

.templatemo_contacttitle {
    width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.img img{
    width:116px;
    background: rgba(255, 255, 255, 0.556);
    border-radius: 20px;
}
.templatemo_sub_contacttitle {
    width: 100%;
    font-size: 22px;
    color: #91bf24;
    text-align: center;
    margin-bottom: 50px;
}

.templatemo_contact {
    margin: 30px;
}

.templatemo_contactform input, textarea {
    width: 90%;
    background: #282828;
    border: 1px solid #393939;
    padding: 7px 10px;
    margin: 0px 0px 10px 0px;
}

.templatemo_contactform textarea {
    height: 220px;
}

.templatemo_sendbtn {
    background: #91bf24;
    padding: 5px 15px;
    color: #54720b;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.templatemo_contactmap {
    float: left;
    width: 100%;
}

#templatemo_map {
    float: left;
    height: 400px;
    width: 100%;
}

.templatemo_mapcorner {
    position: absolute;
}

.templatemo_mapcorner img {
    width: 100%;
    vertical-align: top;
}

.templatemo_contactform .btn-primary {
    background: #473fa6;
    border: none;
    border-radius: 0px;
    color: #3d5602;
    font-weight: 700;
}

.templatemo_contactform .btn-primary:hover {
    background: #a6d82c;
}

#templatemo_service_page, #templatemo_promotion_page, #templatemo_work_page, templatemo_contact_page {
    margin-top: 50px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.dropdown-menu>li>a{
    transition: .5s;
}
.dropdown-menu>li>a:hover{
    background: #473fa6;
    color: white;
}

.navbar-default .navbar-nav>li>a:hover {
    background: white;
    color: #473fa6;
    transition: background .5s;
}

.navbar-default .navbar-collapse {
    border: none;
}

.navbar-default .navbar-nav>li>a.first {
    border-top: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    background: #467200;
    color: #ccff00;
}

/*------------------------------------------------------
	Gallery Styles 
--------------------------------------------------------*/

.gallery-item {
    margin-bottom: 0px;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.gallery-item .content-gallery {
    text-align: center;
}

.gallery-item .content-gallery h3 {
    color: #b10021;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}

.gallery-item img {
    width: 100%;
}

.gallery-item .overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    display: block;
}

.gallery-item .overlay a {
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    font-size: 50px;
}

.black {
    color: black !important;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

.templatemo_footer {
    background: url('../images/home/dripping-transparent-5.png') rgba(255, 254, 215, 0.473);
    padding: 10px 0px;
    margin-top: 30px;
}

@media (min-width: 340px) and (max-width:767px) {
    .templatemo_pricing_table {
        width: 310px;
        margin: 15px auto;
    }
    .templatemo_pricing_box {
        margin-top: 80px;
    }
    .templatemo_pricing_box span.month {
        float: left;
        padding: 20px 0px 0px 10px;
    }
}

@media (min-width: 360px) and (max-width:640px) {
    .templatemo_home {
        margin-top: 0%;
    }
    .templatemo_headertitle {
        float: left;
        font-size: 22px;
        color: #ffffff;
        font-weight: 600;
        line-height: 25px;
    }
    .templatemmo_subheader {
        float: left;
        font-size: 16px;
        color: #6d950c;
        font-weight: bold;
    }
}

@media (min-width: 640px) and (max-width:767px) {
    .templatemo_title {
        font-size: 3em;
        margin-top: 0px;
        font-weight: bold;
        color: #999999;
        letter-spacing: -5px;
        margin-left: 0px;
    }
    .templatemo_subtitle {
        margin-left: 25px;
        font-size: 1em;
    }
    .templatemo_home {
        margin-top: 35%;
    }
    .templatemo_headertitle {
        float: left;
        font-size: 26px;
        color: #ffffff;
        font-weight: 600;
        line-height: 30px;
    }
    .templatemmo_subheader {
        float: left;
        font-size: 18px;
        color: #6d950c;
        font-weight: bold;
    }
}

@media (min-width: 450px) and (max-width:991px) {
    .templatemo_work img {
        width: auto;
    }
}

@media (max-width: 991px) {
    .templatemo_contactmap {
        margin-top: 50px;
    }
    .templatemo_ordering {
        display: flex;
        flex-direction: column;
    }
    .templatemo_ordering div.one {
        order: 2;
    }
    .templatemo_ordering div.two {
        order: 1;
    }
    .templatemo_service_title {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    #top-menu {
        background: #668913;
        margin: 0px -15px 0px 0px;
        opacity: 0.9;
    }
}

@media (min-width: 768px) {
    .templatemo_title {
        font-size: 4em;
        margin-top: -50px;
        margin-bottom: 15px;
        margin-left: 20px;
    }
    .templatemo_subtitle {
        margin-left: 60px;
        font-size: 1.2em;
    }
    .navbar-nav {
        margin-left: 87px;
    }
    .navbar-default .navbar-nav>li>a {
        height: 70px;
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a:hover {
        display: inline-block;
        text-decoration: none;
        transform: skew(45deg);
        -o-transform: skew(45deg);
        -moz-transform: skew(45deg);
        -webkit-transform: skew(45deg);
    }
    .navbar-default .navbar-nav>li>a:hover span {
        display: inline-block;
        transform: skew(-45deg);
        -o-transform: skew(-45deg);
        -moz-transform: skew(-45deg);
        -webkit-transform: skew(-45deg);
    }
    .templatemo_home {
        margin-top: 0;
    }
    .templatemo_headertextbox {
        top: 30px;
    }
    .templatemo_headertitle {
        float: right;
        text-align: right;
        font-size: 35px;
        /* margin-top: 10%; */
        color: #ffffff;
        font-weight: 600;
        line-height: 80px;
    }
    .templatemmo_subheader {
        float: right;
        text-align: right;
        font-size: 16px;
        color: #6d950c;
        font-weight: bold;
    }
    .templatemo_hometext {
        float: right;
        text-align: right;
        line-height: 16px;
        margin-top: 20px;
    }
    .templatemo_headertitle, .templatemmo_subheader, .templatemo_hometext {
        width: 100%;
    }
    .templatemo_pricing_list ul {
        padding: 0px 0px;
    }
    .templatemo_pricing_box {
        margin-top: 50px;
    }
    .templatemo_pricing_box span.price {
        font-size: 36px;
    }
    .templatemo_pricing_box span.month {
        float: left;
        padding: 10px 0px 0px 5px;
    }
    .templatemo_headerimg_cover {
        position: absolute;
        top: 0px;
    }
    .templatemo_headerimg_cover img {
        display: block;
        width: 100%;
    }
    #top-menu li.active a span {
        display: inline-block;
        transform: skew(-45deg);
        -o-transform: skew(-45deg);
        -moz-transform: skew(-45deg);
        -webkit-transform: skew(-45deg);
        color: black;
    }
}

.dropdown-menu {
    top: 100px;
    border: none;
    background: rgba(250, 247, 247);
}

.dropdown:hover>.dropdown-menu {
    display: block;
    top: 70px;
    transition: .5s;
}

@media (min-width: 992px) {
    .templatemo_title {
        font-size: 4em;
        margin-top: 0px;
        margin-bottom: 15px;
        margin-left: 100px;
    }
    .templatemo_subtitle {
        margin-left: 150px;
        font-size: 1.2em;
    }
    .templatemo_headertextbox {
        top: 30px;
    }
    .templatemo_headertitle {
        float: right;
        text-align: right;
        font-size: 35px;
        /* margin-top: 10%; */
        color: #ffffff;
        font-weight: 600;
        line-height: 80px;
    }
    .templatemmo_subheader {
        float: right;
        text-align: right;
        font-size: 20px;
        color: #6d950c;
        font-weight: bold;
    }
    .templatemo_socialmedia {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 150px;
    }
    .templatemo_social {
        float: left;
        margin: 10px 5px 0px 0px;
    }
    .templatemo_social a img {
        width: 30px;
    }
    .templatemo_hometext {
        float: right;
        text-align: right;
        line-height: 16px;
        margin-top: 20px;
    }
    .templatemo_homebuton {
        float: right;
        padding: 5px 15px;
        text-align: center;
        font-weight: 600;
        color: #ffffff;
        background: #91bf24;
        font-size: 14px;
        margin: 3% 0% 0% 0%;
    }
    .templatemo_headertitle, .templatemmo_subheader, .templatemo_hometext {
        width: 100%;
    }
    .templatemo_pricing_list ul {
        padding: 0px 20px;
    }
    .templatemo_pricing_box {
        margin-top: 90px;
    }
    .templatemo_pricing_box span.price {
        font-size: 56px;
    }
    .templatemo_pricing_box span.month {
        float: left;
        padding: 20px 0px 0px 10px;
    }
    .templatemo_work img {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .templatemo_title {
        font-size: 5em;
        margin-top: 30px;
        margin-bottom: 25px;
        margin-left: 20px;
    }
    .templatemo_subtitle {
        margin-left: 80px;
        font-size: 2em;
    }
    .templatemo_headertextbox {
        top: 50px;
    }
    .templatemo_headertitle {
        float: right;
        text-align: left;
        font-size: 45px;
        margin-top: 1%;
        color: #ffffff;
        font-weight: 600;
    }
    .templatemmo_subheader {
        float: right;
        text-align: right;
        font-size: 33px;
        color: #00f1ff;
        text-shadow: 0px 0px 5px black;
        font-weight: bold;
        line-height: 30px;
        padding-top: 20px;
    }
    .templatemo_socialmedia {
        margin-right: 5%;
    }
    .templatemo_hometext {
        float: right;
        text-align: right;
        line-height: 16px;
        margin-top: 20px;
    }
    .templatemo_homebuton {
        float: right;
        padding: 12px 25px;
        text-align: center;
        font-weight: 600;
        color: #ffffff;
        background: #91bf24;
        font-size: 16px;
        margin: 3% 0% 0% 0%;
    }
    .templatemo_headertitle, .templatemmo_subheader, .templatemo_hometext {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .templatemo_socialmedia {
        margin-right: 12%;
    }
    .templatemo_headertitle, .templatemmo_subheader, .templatemo_hometext {
        width: 95%;
    }
}

@media (min-width: 1600px) {
    .templatemo_socialmedia {
        margin-right: 18%;
    }
}

/* ***************************slider****************************** */

.card-slider {
    max-width: 960px;
    margin: 0 auto;
    /** Main link */
    /** Product title */
    /** Product image */
    /** Product description */
    /** Floating "sale" badge */
    /** Price */
    /** Rating */
    /** "30 reviews" link next to stars */
    /** Hover state = add box shadow, underline the title */
  }
  @media screen and (max-width: 1024px) {
    .card-slider {
      width: 80%;
    }
  }
  .card-slider .slick-prev-icon,
  .card-slider .slick-next-icon {
    color: black;
  }
  .card-slider .slick-slide {
    padding: 0 10px;
  }
  .card-slider .card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    height: 250px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.9);
    transition: all 0.1s linear;
  }
  @media screen and (max-width: 600px) {
    .card-slider .card {
      height: auto;
    }
  }
  .card-slider .card .main-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
  }
  .card-slider .card .main-link:focus {
    outline: none;
  }
  .card-slider .card .main-link:focus .title {
    outline: 3px dashed orange;
    outline-offset: -4px;
    color: royalblue;
    text-decoration: underline;
  }
  .card-slider .card .title {
    color: #000;
    margin: 0;
    padding: 10px 10px 5px 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .card-slider .card .title:hover {
    text-decoration: underline;
  }
  .card-slider .card .image {
    /** Visually place the image above all other content (like the heading) in the parent flex container (.card). */
    order: -1;
    position: relative;
    height: 100px;
    padding: 2px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card-slider .card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: grayscale(0.5);
    transition: all 0.3s ease-in-out;
  }
  .card-slider .card .image:hover img {
    width: 110%;
    height: 110%;
  }
  .card-slider .card .description {
    margin: 7px 10px 15px 10px;
    font-size: 14px;
    opacity: 0.8;
  }
  .card-slider .card .badge {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 1;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background-color: #c80000;
  }
  .card-slider .card .price {
    padding-left: 10px;
  }
  .card-slider .card .price .new-price {
    font-weight: bold;
  }
  .card-slider .card .price .original-price {
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    opacity: 0.5;
    text-decoration: line-through;
  }
  .card-slider .card .rating {
    margin: 10px 0 15px 10px;
    color: orange;
    font-size: 12px;
  }
  .card-slider .card .rating .reviews-link {
    color: rgba(0, 0, 0, 0.6);
    margin-left: 5px;
  }
  .card-slider .card .rating .reviews-link:hover {
    color: black;
  }
  .card-slider .card .rating .reviews-link:focus {
    color: royalblue;
    outline: 3px dotted royalblue;
    outline-offset: 2px;
  }
  .card-slider .card:hover {
    border-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .card-slider .card:hover .image img,
  .card-slider .card:focus .image img {
    filter: grayscale(0);
  }
  .card-slider .card a:focus {
    outline: none;
  }
  
  /**
    Demo only
  */
  .note {
    text-align: center;
    font-size: 14px;
    max-width: 960px;
    padding: 40px 20px;
    margin: 0 auto;
    opacity: 0.8;
  }
  .note a {
    color: black;
    font-weight: bold;
  }
  .note a:hover, .note a:focus {
    color: royalblue;
  }


  .navbar-default .navbar-nav>li>a {
    color: #ebeaea;
    font-size: 14px;
    font-weight: 900;
}

.sec-title {
    color: #000;
    font-weight: 700;
    
}