﻿.border-right-theme-color-2-6px {
    border-right: 6px solid #ef8b21 !important;
}


.border-left-theme-color-2-6px {
    border-left: 6px solid #ef8b21 !important;
}


.bg-black-333 {
    background-color: rgb(32, 94, 154) !important;
}

/*.text-theme-color-2, .work-gallery .gallery-bottom-part .title {*/
    /*color: #86d1e4;*/
    /*color:#fff;
}*/


.footer-bottom p {
    color: #fff !important;
}

.footer-bottom  {
    color: #fff !important;
}

.footer-bottom ul li a {
    color: #fff !important;
}


i.text-theme-color-2 {
    color: #fff;
}

ul.check li{
    color:#fff;
}

.form-transparent .form-control {
    color: #000000 !important;
}

.rev_slider_wrapper
{
    /*height:850px !important;*/
}

ul.os-check li{
    color: unset !important;
}


@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.container {
    /*padding-right: 0px; 
    padding-left: 0px; */
    margin-right: auto;
    margin-left: auto;
}

ul.list.check li:before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 16px;
}

section > .container, section > .container-fluid {
    /*padding-top: 60px !important;
    padding-bottom: 60px !important;*/
}

.menuzord-menu > li > a {
    font-size: 18px;
 }

.menuzord-menu > li {
    margin-left: 20px;
}


.menuzord-brand {
    margin: 5px 0 0 0;
}

    .menuzord-brand img {
        max-height: 80px !important;
    }

/* mihir's icon css*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

.container-mbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.box {
    flex: 1;
    margin: 0 10px;
}

    .box img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .box p {
        margin-top: 10px;
        text-align: center;
        color: #fff;
        font-size:16px;
        /*font-weight:bold;*/
    }

/* Responsive */
@media (max-width: 768px) {
    .container-mbar {
        flex-direction: column;
    }

    .box {
        margin-bottom: 20px;
    }
}