@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
body {
    background-color:rgb(234, 234, 234);
    font-family: 'Open Sans', sans-serif!important;
    font-size:14px;
    font-weight:500;
    color:#666;
}

/*--slider css---*/
section.section-top1
{
    width: 100%;
    min-height:120px;
    position:relative;
}

.section-top1 .slick-next {
    right: 0px;
}

.section-top1 .slick-dots {
    position: absolute;
    bottom: -13px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    background: linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%);
    text-align: center;
}

.section-top1 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 20px;
    margin: 39px 3px 13px 3px;
    padding-top: 23px;
    padding: 0;
    cursor: pointer;
}

.section-top1 .slick-dots li.slick-active button:before {
    opacity:1;
    color: white;
}

.section-top1 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 37px;
    line-height: 20px;
}

.section-top1 .slick-slide .image:focus
{
    outline:none;
}

.section-top1 .slick-slide img {
    display: block;
    width: 100%;
    height:350px;
}

.slick-slide {
    height:350px;

}

/*==========Form==========*/

.section-top1 .section-form
{
    width:100%;
    min-height:10px;
    margin-bottom:30px;
}

.section-top1 .bd-search
{
    width:100%;
    min-height:20px;
    margin:0px 0px;
}
.bd-search .search-head ul.list-unstyled
{
    margin-bottom:0px;
    margin-bottom: 0px;
    margin-top: -30px;
    color: white;
    margin-right: 15px;
}
.bd-search .search-head ul.list-unstyled li
{
    margin-bottom:0px;
    position:relative;
    padding-right: 5px;
    padding-left: 9px;
}
.bd-search .search-head ul.list-unstyled li:not(:first-child):before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 15px;
    background: rgb(233, 233, 233);
}
.bd-search .search-head h4.search-title
{
    margin: 0px;
    padding: 10px;
    background-color: #009688;
    color: white;
    font-weight: 600;
}


.bd-search .search-content {
    background-color:white;
    padding: 10px;
}

.bd-search .search-content .form-group
{
    margin:5px 0px;
}

.bd-search .search-content .form-group .form-control
{
    border: 1px solid rgba(96, 125, 139, 0.56);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bd-search .search-content .form-group .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 0px;
    font-weight: 600;
}
.bd-search .search-content .field-inner .lbl-wrap
{
    margin-right:5px;
}

/*--end-*/



section.section-top2
{
    width: 100%;
    min-height:50px;
}

.section-top2 .grid-view
{
    width: 100%;
    min-height:70px;
    background-color:white;
    margin:30px 0px;
}
.section-top2 .grid-view .list-view1
{
    padding:15px;
}
.section-top2 .grid-view .list-view1 .thumb-title
{
    margin:0px;
    color: #617F8E;
    font-size: 19px;
    font-weight: 600;
}
.section-top2 .grid-view .list-view2
{
    padding: 0px 15px 15px 15px;
}
.section-top2 .grid-view .list-view2 article {
    margin-bottom: 10px;
    border: 3px solid rgba(217, 83, 79, 0.46);
    box-shadow: 0px 1px 2px rgba(33, 31, 31, 0.41);
}


/*----.grid-view2----*/
.section-top2 .grid-view1
{
    width: 100%;
    min-height:70px;
    background-color:white;
}
.section-top2 .grid-view1 .list-view1
{
    padding:15px;
}
.section-top2 .grid-view1 .list-view1 .thumb-title
{
    margin:0px;
    color: #617F8E;
    font-size: 19px;
    font-weight: 600;
    margin-left: 4px;
}
.section-top2 .grid-view1 .list-view2
{
    padding: 0px 15px 15px 15px;
}
.section-top2 .grid-view1 .list-view2 article {
    margin-bottom: 10px;
    border: 3px solid rgba(217, 83, 79, 0.46);
    box-shadow: 0px 1px 2px rgba(33, 31, 31, 0.41);
}


/*--section3 slider--*/
.section-wrapper .section-main2
{
    width: 100%;
    min-height: 150px;
    background-image: url("../images/page-section-image.png");
    background-attachment: fixed;
    background-size: cover;
}


.section-main2 .section-main2-top2
{
    width:100%;
    min-height: 150px;
    margin: 0 auto;
}
.section-main2-top2 .list-grid {
    background-color: #ffffff;
    border-bottom: none;
    float: left;
    margin: 10px 6px;
    position: relative;
    width: 214px;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -o-transition: 3s;
    -ms-transition: 3s;
    transition: 3s;
    overflow: hidden;
    margin-bottom:0px;
}

.section-main2-top2 .list-grid img
{
    width: 100%;
    transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;

}
.section-main2-top2 .list-grid a
{
    overflow: hidden;
    position: relative;
    webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.section-main2-top2 .list-grid .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 0px;
    padding: 1px 5px;
    font-size: 12px;
    font-weight: 600;
}

.list-grid .buttons
{
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.list-grid h4.caption-title {
    font-size: 11px;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 3px;
}

.list-grid h4.caption-title a {
    text-decoration: none;
    color:#293848;#e60000
}
.list-grid h4.caption-title a:hover {
    text-decoration: none;
    color:#e60000;
}

.list-grid .list-inline {
    margin: 0;
    margin-top:2px;

}
.list-grid .list-inline li{
    margin: 0;
    padding: 0px 3px 0px 0px;
    font-size: 11px;
    font-weight: 500;
    color: #009688;
}

.section-main2-top2 #owl-demo .item{

}
.section-main2-top2 .customNavigation{
    text-align: center;
}

.section-main2-top2 .customNavigation a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.section-main2-top2 .customNavigation .next:hover,
.section-main2-top2 .customNavigation .prev:hover
{
    color: #fff;
}






/*custom css for checkbox and radio button*/

.checkbox-custom, .radio-custom { opacity: 0; position: absolute;}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.checkbox-custom-label, .radio-custom-label { position: relative;}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    padding: 0px;
    margin-right:8px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c" !important;
    font-family: 'FontAwesome';
    background: #03A9F4 !important;
    color: #fff !important;
    font-size: 10px;
}

.radio-custom + .radio-custom-label:before {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "";
    font-family: 'FontAwesome';
    color: #484141;
    background-color: #D9534F;
    border: 1px solid #009688;
    box-shadow: inset 0px 0px 0px 2px #FFFFFF;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: transparent;
    border: 1px solid #2FC18B;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 0px;
    margin-right: 4px;
    text-align: center;
    vertical-align: middle;
    margin-top: -1px;
}


.radio-custom + .radio-custom-label span {
    width: 94%;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

@media screen and (max-width:667px) {
    .section-top1 .slick-slide img {
        display: block;
        width: 100%;
        height: 277px;
    }
}

@media screen and (max-width:560px)
{
    .bd-search .search-head ul.list-unstyled
    {
        display:none;
    }
}

@media screen and (max-width:480px)
{
    .section-top2 .list-view1 .view-more
    {
        float:none !important;
    }
    .section-top2 .list-view3 .img-view {
        float: left;
        width:100%;
    }
    .section-top1 .slick-slide img {
        display: block;
        width: 100%;
        height:150px;
    }
}
@media screen and (max-width:467px) {
    .section-top2 .grid-view .list-view2 .col-xs-4
    {
        width:50%;
    }
}

@media screen and (max-width:360px) {
    .section-top2 .grid-view .list-view2 .col-xs-4
    {
        width:70%;
        float:none;
        margin:0 auto;
    }
}

@media screen and (max-width:300px) {
    .section-top2 .grid-view .list-view2 .col-xs-4
    {
        width:87%;
        float:none;
        margin:0 auto;
    }
}
