/* CMC Template */


/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global
4.  Main Header
5.  Main Slider
6.  Top Services



**********************************************/


@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);

@import url('font-awesome.css');
@import url('owl.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #505050;
    line-height: 1.6em;
    font-weight: 400;
    background: #ded7d2;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #886310;
}

    a:hover, a:focus, a:visited {
        text-decoration: none;
        outline: none;
        color: #886311;
    }

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    margin: 0px;
    background: none;
}

input, button, select, textarea {
    font-family: 'Ubuntu', sans-serif;
}

/*::-webkit-input-placeholder { color:rgba(0,0,0,0.80);}
::-moz-placeholder { color:rgba(0,0,0,0.80) ;}
:-ms-input-placeholder { color:rgba(0,0,0,0.80) ;}
input:-moz-placeholder { color:rgba(0,0,0,0.80) ;}*/

p {
    position: relative;
    line-height: 1.6em;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    min-height: 400px;
    overflow: hidden;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.btn-normal {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.center {
    text-align: center;
}

.anim-3, .anim-3-all * {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.anim-5, .anim-5-all * {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.anim-7, .anim-7-all * {
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.textBox{
    position: relative;
    padding: 2px 5px;
    font-size: 14px;
    border: 1px solid #3a5c21;
    color: #312f2f;
    display: inline-block;
    border-radius: 3px;
    margin: 2px;
}
.button{
    position: relative;
    display: inline-block;
    background: #3a5c21;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 25px;
    color: #fff;
}

/*** 

====================================================================
	Main Header Style
====================================================================

 ***/


.main-header {
    position: relative;
    background: #f7f7f6;
}

    .main-header .header-top {
        position: relative;
        padding-left: 364px;
    }

    .main-header .auto-container {
        position: relative;
    }

    .main-header .header-top .logo {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
    }

        .main-header .header-top .logo a {
            position: relative;
            display: block;
        }

    .main-header .header-top .header-right {
        position: relative;
        text-align: right;
        padding: 10px 0px 11px 0px;
        margin-left: 10px;
    }

.header-right .social-link {
    position: relative;
    float: left;
    margin: 0px 10px;
}

    .header-right .social-link ul {
        position: relative;
    }

        .header-right .social-link ul li {
            position: relative;
            display: inline-block;
            margin-right: 10px;
        }

            .header-right .social-link ul li:last-child {
                margin-right: 0px;
            }

            .header-right .social-link ul li a {
                position: relative;
                width: 35px;
                height: 35px;
                text-align: center;
                line-height: 35px;
                border: 1px solid #d9d9d9;
                border-radius: 3px;
                display: inline-block;
                background: #fff;
            }

                .header-right .social-link ul li a.fa-facebook {
                    color: #45619d;
                }

                .header-right .social-link ul li a.fa-twitter {
                    color: #55acee;
                }

                .header-right .social-link ul li a.fa-play {
                    color: #cf2200;
                }

.language {
    position: relative;
    float: left;
}

    .language .btn-default {
        position: relative;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        color: #808080;
        font-size: 15px;
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        padding: 6px 55px 6px 15px;
    }

    .language .btn .caret {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .language .dropdown-menu {
        left: auto;
        right: 0px !important;
    }

.header-right .search-form {
    position: relative;
    height: 35px;
    float: left;
}

    .header-right .search-form .form {
        position: relative;
        margin-right: 8px;
    }

        .header-right .search-form .form .input {
            position: relative;
            padding: 5px 30px 5px 10px;
            background: #fff;
            border: 1px solid #d9d9d9;
            border-radius: 3px;
            min-width: 320px;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 400;
        }

        .header-right .search-form .form .search-submit {
            position: absolute;
            right: 5px;
            top: 5px;
            cursor: pointer;
            width: 30px;
            background: none;
        }

            .header-right .search-form .form .search-submit .fa-search {
                position: relative;
                color: #b3b3b3;
            }

.main-header .header-lower {
    position: relative;
    border-top: 1px solid #d9d9d9;
}

    /*** 

====================================================================
	Main Menu Style
====================================================================

 ***/

    .main-header .header-lower .right-cont {
        position: relative;
        padding-left: 364px;
    }

.header-lower .right-cont .main-menu {
    position: relative;
}

    .header-lower .right-cont .main-menu .navbar-collapse {
        position: relative;
        padding: 0px;
        margin: 0px;
    }

    .header-lower .right-cont .main-menu .nav {
        position: relative;
        display: table;
    }

        .header-lower .right-cont .main-menu .nav li {
            position: relative;
            display: block;
            border-right: 1px solid #d9d9d9;
        }

    .header-lower .right-cont .main-menu li a {
        position: relative;
        font-weight: 500;
        text-transform: uppercase;
        color: #808080;
        font-size: 14px;
        /*padding: 18px 10px;*/
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .header-lower .right-cont .main-menu li:hover a {
        color: #000;
        background: none;
    }


/*** 

====================================================================
	News Ticker Style
====================================================================

 ***/


.news-ticker {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    background: #6c523b;
}

    .news-ticker .slider-container {
        position: relative;
        height: 52px;
    }

    .news-ticker:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        background: #3b0004;
        height: 1px;
    }

    .news-ticker:after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        background: #3b0004;
        height: 1px;
    }

    .news-ticker .ticker-title {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 100px;
        height: 32px;
        line-height: 32px;
        padding: 10px 0px;
        text-align: center;
        color: #ffffff;
        font-size: 18px;
        border-left: 1px solid #590006;
        border-right: 1px solid #590006;
    }

/*** 

====================================================================
	Main Banner Style
====================================================================

 ***/

.banner {
    position: relative;
    background: url(../images/banner-image.png) left top no-repeat;
    padding: 40px 0px 0px 0px;
    background-size: cover;
}

    .banner .slider {
        position: relative;
    }

    .banner .slide {
        position: relative;
    }

    .banner .slider .slide .slide-des {
        position: relative;
        display: block;
        background: url(../images/slide-img.png) left top repeat;
        padding: 80px 40px 70px 40px;
        text-align: center;
        width: 40.33%;
        height: 410px;
    }

    .banner .slider .slide .slide-img {
        position: relative;
        width: 59.67%;
    }

        .banner .slider .slide .slide-img img {
            width: 700px;
			display: block;
			height: 410px;
        }

    .banner .slider .slide .slide-des h2 {
        font-size: 21px;
        font-weight: bold;
        color: #ffffff;
        padding: 0px 0px 35px 0px;
        text-transform: uppercase;
        line-height: 1.4em;
    }

        .banner .slider .slide .slide-des h2:after {
            position: absolute;
            content: '';
            bottom: 0px;
            left: 28%;
            width: 135px;
            height: 5px;
            background-color: rgba(255,255,255,0.5);
        }

    .banner .slider .slide .slide-des p {
        position: relative;
        font-size: 14px;
        color: #ffffff;
        padding: 20px 0px;
        line-height: 1.4em;
    }

    .banner .slider .slide .slide-des a {
        position: relative;
        display: inline-block;
        background: #3a5c21;
        font-size: 14px;
        font-weight: 600;
        padding: 15px 30px;
        color: #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

        .banner .slider .slide .slide-des a:hover {
            background: #fff;
            color: #000;
        }

    .banner .bx-pager {
        position: absolute !important;
        left: 0px;
        top: 40px;
        width: 30%;
        text-align: center;
        height: 40px;
    }

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #313230 !important;
}

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #4a752a !important;
    }
/*** 

====================================================================
	Content Area Style
====================================================================

 ***/
.content {
    width: 70%;
    background-color: #fff;
    float: left;
    padding: 20px;
    margin: 0px 10px 20px 0px;
}
@media screen and (max-width: 700px) {
  .content {
    width: 100%;
  }}

.rightMenu {
    width: 28.2%;
    float: right;
    background-color: #fff;
    padding: 10px;
}
@media screen and (max-width: 700px) {
  .rightMenu {
    width: 100%;
  }}

.content .title {
    right: 31px;
    background: #3c661f;
    color: #fff;
    font-size: 22px;
    z-index: 2;
    padding: 13px 90px 14px 25px;
    font-weight: 500;
    width: 100%;
}
    /*.content .title .span{
	position:absolute;
	right:0px; 
	top:0px;
	width:42px;
	height:42px;
	background:url(../images/comment_icon.png) center center no-repeat;
	padding-left:10px;
	border-left:1px solid #305219;
}*/
    .content .title:after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: -13px;
        width: 0;
        height: 0;
        border-top: 13px solid #3c661f;
        border-left: 11px solid transparent;
    }
    .content-content{
        margin: 10px;
    }

.slide-item {
    position: relative;
    width: 1170px;
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 20px auto;
}

a.LeftLinks {
    position: relative;
    display: block;
    padding: 6px 0px 6px 25px;
    color: #6C523B;
    background: url(../images/icons/bullet.png) left center no-repeat;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

a:hover.LeftLinks {
    color: #3C661F;
}

a.LeftLinks2 {
    position: relative;
    display: block;
    padding: 6px 0px 6px 25px;
    color: #3C661F;
    background: url(../images/icons/bullet2.png) left center no-repeat;
    font-size: 14px;
    font-weight: bold;
}

.content-content .LeftLinks2 {
    font-weight: normal;
}

a:hover.LeftLinks2 {
    color: #3C661F;
}

a.LeftLinks3 {
    position: relative;
    display: block;
    padding: 0px 0px 0px 25px;
    font-size: 13px;
}

a:hover.LeftLinks3 {
    color: #248BC8;
}

.Leftdiv {
    border-top: 1px solid #d9d9d9;
    padding: 8px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    /*background-color: #F5EDDC;*/
    border-radius: 0px;
    left: -20px;
    width: 98.7%;
    position: relative;
}

    .breadcrumb > li {
        display: inline-block;
    }

    .breadcrumb a:after {
        padding: 0 5px;
        content: "\00BB";
        font-size: 18px;
    }

    .breadcrumb > .active {
        color: #777;
    }
/*** 
    
====================================================================
	Main Banner Style
====================================================================

 ***/

.news {
    position: relative;
}

    .news .btn-news {
        position: absolute;
        left: -11px;
        top: 20px;
        background: #3c661f;
        color: #fff;
        font-size: 14px;
        z-index: 2;
        padding: 13px 90px 14px 25px;
        font-weight: 500;
    }

        .news .btn-news span {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 42px;
            height: 42px;
            background: url(../images/icon-img2.png) center center no-repeat;
            padding-left: 10px;
            border-left: 1px solid #305219;
        }

        .news .btn-news:after {
            content: '';
            position: absolute;
            left: 0px;
            bottom: -13px;
            width: 0;
            height: 0;
            border-top: 13px solid #3c661f;
            border-left: 11px solid transparent;
        }

    .news .news-slider {
        position: relative;
        background: #fff;
        padding: 90px 10px 11px 10px;
        height: 318px;
    }

    .news.news-one .news-slider:after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        display: block;
        width: 30px;
        background: #fff;
        z-index: 3;
    }

    .news .news-slider article {
        position: relative;
        text-align: center;
        padding: 0px 30px;
        border-right: 1px solid #d9d9d9;
        width: 100%;
    }

    .news .news-slider .owl-item {
        margin-right: 0px !important;
    }

    .news .news-slider article h3 {
        position: relative;
        margin-bottom: 5px;
    }

        .news .news-slider article h3 a {
            position: relative;
            color: #523e2d;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 1.4em;
        }

        .news .news-slider article h3:hover a {
            text-decoration: underline;
        }

    .news .news-slider article span {
        position: relative;
        color: #808080;
        font-size: 12px;
        display: inline-block;
    }

        .news .news-slider article span.comment {
            position: relative;
            display: inline-block;
            margin-left: 20px;
        }

            .news .news-slider article span.comment a {
                position: relative;
                color: #808080;
                font-size: 12px;
                font-weight: 400;
                padding-left: 15px;
                background: url(../images/comment.png) left 7px no-repeat;
            }




    .news .news-slider article p {
        position: relative;
        color: #666666;
        font-size: 13px;
        margin: 3px 0px;
    }

    .news .news-slider article a {
        position: relative;
        color: #333333;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
    }

    .news .news-slider article.last {
        border-right: 0px;
    }

    .news .e-part {
        position: relative;
        background: url(../images/news-bg.png) left top no-repeat;
        padding: 48px 20px 28px 20px;
        text-align: center;
    }

        .news .e-part h2 {
            position: relative;
            color: #fff;
            text-transform: uppercase;
            font-size: 28px;
            font-weight: 600;
            margin-top: 30px;
        }

        .news .e-part p {
            position: relative;
            color: #fff;
            font-size: 14px;
            margin-top: 10px;
        }

        .news .e-part .send-us {
            position: relative;
            padding: 5px 25px;
            font-size: 14px;
            border: 1px solid #fff;
            margin-top: 15px;
            color: #fff;
            text-transform: uppercase;
            display: inline-block;
        }

            .news .e-part .send-us:hover {
                background: #fff;
                color: #000;
            }

    .news .owl-theme .owl-nav {
        display: none;
    }

    .news .owl-dots {
        margin-top: 20px;
    }

/*** 

====================================================================
	What We Do Style
====================================================================

 ***/

.our-work {
    position: relative;
    width: 100%;
}

    .our-work .map {
        position: relative;
        padding-left: 33.33%;
    }

        .our-work .map .map-img {
            position: relative;
            max-height: 285px;
            width: 100%;
        }

            .our-work .map .map-img img {
                position: relative;
                display: block;
                width: 100%;
            }

        .our-work .map .what-we-do {
            position: absolute;
            background: url(../images/map_img.png) left center no-repeat;
            padding: 41px 0px;
            text-align: center;
            width: 33.33%;
            left: 0px;
            top: 0px;
        }

            .our-work .map .what-we-do:after {
                content: '';
                position: absolute;
                right: -24px;
                top: 0px;
                height: 100%;
                display: block;
                background: url(../images/shape.png) right top no-repeat;
                width: 30px;
            }

            .our-work .map .what-we-do .fa {
                position: relative;
                display: block;
                font-size: 44px;
                color: #ffffff;
            }

            .our-work .map .what-we-do h2 {
                position: relative;
                font-size: 28px;
                color: #ffffff;
                font-weight: 600;
                margin: 20px 0 10px 0;
            }

            .our-work .map .what-we-do p {
                position: relative;
                font-size: 14px;
                color: #ffffff;
                font-weight: 400;
            }

            .our-work .map .what-we-do .btn {
                position: relative;
                padding: 5px 25px;
                font-size: 14px;
                border: 1px solid #fff;
                margin-top: 18px;
                color: #fff;
                text-transform: uppercase;
                display: inline-block;
            }

                .our-work .map .what-we-do .btn:hover {
                    background: #fff;
                    color: #000;
                }

/*** 

====================================================================
	Discussion Style
====================================================================

 ***/

.news .title {
    position: absolute;
    left: 4px;
    top: 20px;
    background: #3c661f;
    color: #fff;
    font-size: 14px;
    z-index: 2;
    padding: 13px 90px 14px 25px;
    font-weight: 500;
}

    .news .title span {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 42px;
        height: 42px;
        background: url(../images/comment_icon.png) center center no-repeat;
        padding-left: 10px;
        border-left: 1px solid #305219;
    }

    .news .title:after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: -13px;
        width: 0;
        height: 0;
        border-top: 13px solid #3c661f;
        border-left: 11px solid transparent;
    }

.news.news-two .auto-container {
    position: relative;
}

.news.news-two .news-slider:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    display: block;
    width: 30px;
    background: #fff;
    z-index: 3;
}

.Comments{
    border: 1px solid #3c661f; padding: 10px; margin: 7px; border-radius: 3px; position:relative;
}
.Comments::after{
        content: '';
    position: absolute;
    left: 0px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-top: 13px solid #3c661f;
    border-left: 11px solid transparent;
}
.Commenter{    padding-left: 25px;
    margin-top: -6px;}

/*** 

====================================================================
	Main Footer Style
====================================================================

 ***/

.main-footer {
    position: relative;
    margin-top: 10px;
}

.footer-top {
    position: relative;
    padding: 25px 0;
    text-align: center;
    background-color: #3a5c21;
    border-bottom: 1px solid #304d1c;
}

    .footer-top .nav {
        position: relative;
        width: 100%;
        text-align: center;
    }

        .footer-top .nav li {
            display: inline-block;
            float: none;
        }

            .footer-top .nav li a {
                position: relative;
                font-size: 14px;
                color: #ded7d2;
                font-weight: 600;
                padding: 0 15px;
                text-transform: uppercase;
                display: inline-block;
                transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
            }

                .footer-top .nav li a:hover {
                    color: #000000;
                    background: none;
                }

.footer-bottom {
    position: relative;
    display: block;
    background-color: #3a5c21;
    padding: 15px 0 10px;
    text-align: center;
}

    .footer-bottom p {
        position: relative;
        font-size: 12px;
        color: rgba(255,248,242,0.5);
    }



/**//**//**qmf/**//**//**//**//**//**//**//**/





.dropdown-contentqmf {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-contentqmf a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-contentqmf a:hover {background-color: #f1f1f1}

.dropdownqmf:hover .dropdown-contentqmf {
    display: block;
}






/**//**//**//**qmf/**//**//**//**//**//**//**//**//**//**/

@-moz-document url-prefix() {
    .banner .slider .slide .slide-des {
        padding: 100px 40px 70px;

    }

    .news .news-slider {
        padding: 90px 10px 8px 10px;
    }
   