
/*==================== CSS Document customize =====================================*/
.main_wrapper {
    width: 100%;
    height: 100%;
    background: 0 0;
}

.banner_section {
    background: url(../images/banner_bg.jpg) no-repeat center top;
    min-height: 525px;
    background-size: 100% 100%;
}

.banner_section .container {
    text-align: center;
    padding: 65px 0;
}

.banner_section h1 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 47px;
}

.banner_content_div {
    margin-bottom: 15px;
    background: url(../images/banner-img.png) no-repeat center top;
    background-size: 100% 100%;
}

.banner_content_div ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.banner_content_div ul > li {
    float: left;
    width: 27%;
    min-height: 313px;
}

.banner_content_div ul > li:nth-child(2) {
    width: 46%;
}

.banner_content_div ul > li:last-child {
    width: 27%;
}

.banner_content_div ul > li i {
    color: #fff;
    font-size: 100px;
    display: block;
    padding: 50px 0;
}

.banner_content_div button {
    padding: 7px 10px;
    border-radius: 3px;
    box-shadow: 0 0 1px #000;
    font-family: 'Swiss721BT-Roman';
    font-weight: bold;
    font-size: 18px;
}

.banner_content_div button.reqst_btn {
    color: #791500;
    background: -moz-linear-gradient(90deg, #9eb6ca 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0%, #9eb6ca), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #9eb6ca 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #9eb6ca 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #9eb6ca 0%, #ffffff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9eb6ca', endColorstr='#ffffff', GradientType='0'); /* for IE */
    background: linear-gradient(0deg, #9eb6ca 0%, #ffffff 100%); /* W3C */
}

.banner_content_div button.suport_btn {
    background: #bac4c4;
    color: #5a3500;
}

.banner_content_div button.idea_btn {
    background: #4d4234;
    color: #fff;
}

.banner_content_div button:hover {
    opacity: 0.5;
    cursor: pointer;
}

.shadow > img {
    width: 100%;
}

.search_div {
    background: url(../images/search_div_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 30px 0;
    width: 100%;
    display: inline-block;
}

.search_div .clearfix {
    background: rgba(0, 0, 0, 0.5);
    border: 4px solid rgba(0, 0, 0, 0.1);
}

.search_div .clearfix .form-group {
    margin-bottom: 0;
    padding: 15px 0;
}

.search_div .clearfix .form-group label {
    float: left;
    font-size: 35px;
    font-weight: bold;
    width: 45%;
    color: #fff;
    text-transform: capitalize;
    line-height: 30px;
    text-align: center;
}

.search_div .clearfix .form-group select {
    display: table-cell;
    width: 55%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #d9e3e6 url(../images/select_image.jpg) no-repeat scroll 100% 60%;
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}

.search_div .clearfix .last_group label {
    width: auto;
    text-align: left;
    margin-right: 30px;
}

.search_div .clearfix .last_group select {
    width: 73%;
}

.search_div .sbmit_btn {
    margin: 15px 0;
    color: #000;
    font-weight: bold;
    font-family: 'Swiss721BT-Roman';
    background: -moz-linear-gradient(90deg, #df8412 0%, #f1cb3f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, 90deg, color-stop(0%, #df8412), color-stop(100%, #f1cb3f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #df8412 0%, #f1cb3f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, #df8412 0%, #f1cb3f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #df8412 0%, #f1cb3f 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df8412', endColorstr='#f1cb3f', GradientType='0'); /* for IE */
    background: linear-gradient(0deg, #df8412 0%, #f1cb3f 100%); /* W3C */
    font-size: 25px;
    text-transform: capitalize;
    border: none;
    line-height: 0;
}

.search_div .sbmit_btn:hover {
    background: #414141;
    color: #fff;
}

.main_container {
    padding: 64px 0;
    background: #fff;
    text-align: center;
}

.page_title {
    display: block;
    font-size: 30px;
    color: #ff3500;
    font-family: 'Open Sans';
    padding-bottom: 40px;
}

.main_container p {
    text-align: left;
    padding-bottom: 10px;
}

.read_more {
    color: #ff3500;
    text-transform: capitalize;
    font-style: italic;
}

.buton_div {
    padding: 30px 0;
    margin-bottom: 60px;
}

.buton_div a {
    padding: 7px 15px;
    background: #34495e;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 17px;
    border-radius: 3px;
}

.buton_div a:last-child {
    background: #a4a8ab;
}

.buton_div a:hover {
    text-decoration: none;
    background: #414141;
}

.service_list_div p {
    text-align: center;
    font-size: 14px;
}

.service_list_div i {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 100%;
    display: inline-block;
    border: 2px solid #eeeeee;
    padding: 5px;
}

.outline-outward {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.outline-outward:before {
    content: '';
    position: absolute;
    border: transparent solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
    border-radius: 100%;
}

.service_list_div i span {
    font-size: 50px;
    width: 120px;
    height: 120px;
    background: #000;
    border-radius: 100%;
    padding: 30px;
    color: #fff;
}

.service_list_div h3 {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #242424;
    font-weight: bold;
    margin: 20px 0;
}

.service_list_div .col-md-4:hover .outline-outward:before {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    border-color: #dadada;
}

.service_list_div .col-md-4:nth-child(2) i span {
    background: #8b2323;
}

.service_list_div .col-md-4:last-child i span {
    background: #34495e;
}

@media (max-width: 1024px) and (min-width: 979px) {
    .banner_content_div img {
        width: 100%;
    }

    .banner_content_div button {
        font-size: 15px;
    }

    .banner_content_div button.suport_btn {
        bottom: 28px;
        left: 66px;
    }

    .banner_content_div button.idea_btn {
        bottom: 34px;
        left: 403px;
    }

    .banner_content_div button.reqst_btn {
        right: 37px;
        bottom: 45px;
    }

    .search_div .clearfix .form-group label {
        font-size: 20px;
    }

    .twiter_box .carousel-indicators {
        right: -34px;
    }

    .banner_content_div ul > li {
        min-height: 250px;
    }

    .banner_content_div ul > li i {
        font-size: 80px;
        padding: 34px 0;
    }
}

@media (max-width: 980px) and (min-width: 767px) {
    .nav > li > a {
        padding: 15px 10px;
    }

    .banner_content_div img {
        width: 100%;
    }

    .banner_content_div button {
        font-size: 12px;
        padding: 5px;
    }

    .banner_content_div button.suport_btn {
        left: 47px;
        bottom: 16px;
    }

    .banner_content_div button.idea_btn {
        bottom: 20px;
        left: 320px;
    }

    .banner_content_div button.reqst_btn {
        bottom: 27px;
        right: 24px;
    }

    .search_div .clearfix .form-group label {
        font-size: 18px;
    }

    .search_div .clearfix .last_group select {
        width: 55%;
    }

    .banner_content_div ul > li {
        min-height: 200px;
    }

    .banner_content_div ul > li i {
        font-size: 80px;
        padding: 24px 0;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .nav > li > a {
        padding: 15px 10px;
    }

    .banner_content_div img {
        width: 100%;
    }

    .banner_content_div button {
        font-size: 10px;
        padding: 2px;
    }

    .banner_content_div button.suport_btn {
        left: 60px;
        bottom: 10px;
    }

    .banner_content_div button.idea_btn {
        bottom: 15px;
        left: 333px;
    }

    .banner_content_div button.reqst_btn {
        bottom: 24px;
        right: 24px;
    }

    .search_div .clearfix .form-group label {
        font-size: 18px;
    }

    .search_div .clearfix .last_group select, .search_div .clearfix .form-group select {
        width: 100%;
    }

    .search_div .clearfix .form-group label {
        width: 100%;
        display: block;
        text-align: left;
    }

    .buton_div {
        text-align: center;
    }

    .buton_div a {
        float: none !important;
        display: inline-block;
        margin-bottom: 15px;
    }

    .search_div {
        background-size: cover;
    }

    .banner_section {
        min-height: inherit !important;
    }

    .banner_section .container {
        padding: 20px 0;
    }

    .search_div .sbmit_btn {
        margin-bottom: 0;
        margin-top: 50px;
    }

    .logo {
        margin-left: 15px !important;
    }

    .log_nav li a {
        padding: 14px 10px;
    }

    .banner_content_div ul > li {
        min-height: 200px;
    }

    .banner_content_div ul > li i {
        font-size: 80px;
        padding: 24px 0;
    }

    .main_wrapper {
        overflow: hidden;
    }
}

@media (max-width: 479px) and (min-width: 300px) {
    .nav > li > a {
        padding: 15px 10px;
    }

    .banner_content_div img {
        width: 100%;
    }

    .banner_content_div button {
        font-size: 12px;
        padding: 5px;
        font-weight: normal;
        background: none;
        color: #fff;
        box-shadow: none;
    }

    .banner_content_div button.suport_btn {
        left: 47px;
        bottom: 16px;
    }

    .banner_content_div button.idea_btn {
        bottom: 20px;
    }

    .banner_content_div button.reqst_btn {
        bottom: 27px;
        right: 24px;
    }

    .search_div .clearfix .form-group label {
        font-size: 18px;
    }

    .search_div .clearfix .last_group select, .search_div .clearfix .form-group select {
        width: 100%;
    }

    .search_div .clearfix .form-group label {
        width: 100%;
        display: block;
        text-align: left;
    }

    .buton_div {
        text-align: center;
    }

    .buton_div a {
        float: none !important;
        display: inline-block;
        margin-bottom: 15px;
    }

    .search_div {
        background-size: cover;
    }

    .banner_section {
        min-height: inherit !important;
    }

    .banner_section .container {
        padding: 20px 0;
    }

    .copy_div {
        text-align: center;
    }

    .copy_div span {
        float: none !important;
        display: inline-block;
        margin-bottom: 10px;
    }

    .buton_div a {
        font-size: 15px !important;
        width: 100%;
    }

    .main_container p {
        text-align: center;
    }

    .logo {
        margin: 0;
        margin-left: 15px !important;
    }

    .banner_content_div ul > li {
        min-height: 100px;
    }

    .banner_content_div ul > li i {
        font-size: 30px;
        padding: 15px 0;
    }

    .banner_content_div button.reqst_btn, .banner_content_div button.idea_btn, .banner_content_div button.suport_btn {
        background: none;
        box-shadow: none;
        color: #fff;
        line-height: normal;
        font-size: 10px;
    }

    .main_wrapper {
        overflow: hidden;
    }
}

@media screen and (max-width: 600px) {
    .banner_content_div button.idea_btn {
        left: 250px;
    }

    .banner_content_div button.suport_btn {
        left: 35px;
    }
}
.search-area {display: none}

