@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-size: 16px;
    line-height: 1.5;
    color: #181818;
}

html {
    scroll-behavior: smooth;
}


h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
}

h2 {
    color: #c1b174;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px;
}

p,span,ul,li,a {
    font-family: "Roboto", sans-serif;
    color: #000000bf;
    margin: 0;
    padding: 0;
    letter-spacing: 1.5px;
    line-height: 1.7;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none!important;
}

ul {
    list-style: none;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no_space {
    padding-right: 0px;
    padding-left: 0px;
}

.sec {
    width: 100%;
    padding: 60px 0;
}

.main_btn1 {
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border: 5px solid #c1b174;
    border-radius: 50px;
    display: inline-block;
    transition: linear 0.3s;
    text-transform: uppercase;
}
.main_btn1:hover {
    color: #000;
    background: #c1b174;
}
.main_btn2 {
    background: transparent;
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    border: 5px solid #c1b174;
    border-radius: 50px;
    display: inline-block;
    transition: linear 0.3s;
    text-transform: uppercase;
}
.main_btn2:hover {
    color: #000;
    background: #c1b174;
}
/************************** btns_call  ************************************/
/*sidebar Chat*/

.chat_btn_wrap{position:fixed;right: -7px;z-index: 2;}
.chat_btn_wrap a:hover{text-decoration: none!important;right: 0px;}
.chat_btn_wrap .chat_wrap{width: 310px;position: absolute;right: -247px;background: #ECA223;top: 200px;border-radius: 50px 0 0 50px;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.chat_btn_wrap .chat_wrap span{border-left: 1px solid #000000;color: #000000;font-size: 18px;vertical-align: middle;background: #ECA223;padding: 17px 12px;}
.chat_btn_wrap .chat_wrap span.icoo,.btns_call .chat_wrap span.icoo{color: #000;font-size: 22px;padding: 10px 10px 10px 20px;vertical-align: middle;display: inline-block;border: none;}

/*sidebar Chat

/*sidebar num*/
.btns_call{position:fixed;right: 11px;z-index: 2;}
.btns_call a:hover{text-decoration: none!important;right: -12px;}
.btns_call .call_wrap{width: 279px;position: absolute;right: -238px;background: #ECA223;top: 270px;border-radius: 50px 0 0 50px;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.btns_call .call_wrap span{border-left: 1px solid #000000;color: #000;font-size: 18px;vertical-align: middle;background: #ECA223;padding: 17px 21px;}
.btns_call .chat_wrap span.icoo,.btns_call .call_wrap span.icoo{color: #000;font-size: 22px;padding: 10px 10px 10px 15px;vertical-align: middle;display: inline-block;}
/*sidebar num*/





/************************** popup ************************************/

/*sidebar form*/
.sidebar_form_bg {width: 290px;position: fixed;top: 20%;right: 0;/* transform: translate(845px, 0); */border-radius: 5px;cursor: pointer;transition: linear .3s;z-index: 999;box-shadow: 46px 5px 10px 0 #00000029;right: -301px;}
.sidebar_active { transform: translate(0, 0); }
.sidebar_head {position: absolute;left: -66px;background: #ECA223;padding: 10px;color: #000000;top: 208px;width: 66px;text-align: center;border-radius: 40px 0 0px 40px;border: 1px solid #ECA223;}
.sidebar_head span {
    font-size: 20px;
    position: relative;
    z-index: 999;
}
.sidebar_form {background: #000;padding: 0px;height: 332px;display: flex;flex-direction: column;/* flex-wrap: nowrap; *//* align-content: center; *//* align-items: stretch; */border: 2px solid #ECA223;z-index: 999;position: relative;top: 80px;}
.sidebar_head h3 { font-size: 20px; color: #ffffff; }
.sidebar_head h3 span { color: #e2013f; font-weight: 600; }
.sidebar_form .form-control {padding: 13px;height: auto;border: 2px solid #ECA223;background: transparent;color: #fff;}
.sidebar_right {padding: 20px;position: relative;z-index: 999;}
.sidebar_right button.ban_btn {background: #ECA223;padding: 8px 50px;border-radius: 5px;border: 2px solid #ECA223;color: #000000;font-weight: 500;text-transform: uppercase;}
.error_page { text-align: center; padding: 140px 0; }
.ban_left.error_page h2 { text-align: center; margin: 0 0 20px; color: #fff; }
.sidebar_form_bg:hover {
    right: 0;
}

.sidebar_right h3 {
    color: #ECA223;
    margin: 0 0 20px;
}
/*sidebar form end*/
/************************** popup  ************************************/

.modal-content {
    background: url(img/popup_bg.png) no-repeat center;
    background-size: cover;
}

.modal-dialog {
    width: 50%;
}

.modal-body {
    position: relative;
    padding: 50px 30px;
}

.modal {
    background: #0e1134c7;
}

.modal h5 {
    font-size: 24px;
}

.modal h4 {
    font-size: 32px;
    font-weight: 600;
    color: #13103c;
    margin: 10px 0;
}

.modal .form-control {
    padding: 13px 10px 13px 40px;
    height: auto;
    border: 2px solid #5a87db;
    color: #000;
    font-size: 16px;
}

.field {
    position: relative;
    margin: 5px 0;
}

span.pop_icon {
    position: absolute;
    left: 15px;
    font-size: 20px;
    top: 10px;
    color: #5a87db;
}

button.pop_btn {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, rgb(75 146 221) 0%, #de1fb3 100%);
    color: #fff;
    border-radius: 6px;
    border: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
}

.modal textarea.form-control {
    resize: none;
}

.modal p {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

button.close {
    background: url(img/cross.html) no-repeat 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 15px;
    display: block;
    z-index: 222220;
    opacity: 1;
}

/************************** popup ************************************/

/************************** header  ************************************/

.wow {
    animation-duration: 3s;

}

/************************** header  ************************************/
/************************** header  ************************************/
.header {
    width: 100%;
}
.head_top {
    width: 100%;
    background: #c1b174;
    padding: 10px 0;
}
.head_bot {
    width: 100%;
    background: #121212;
    padding: 10px 0;
}
.head_line h3 {
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
.logo a, .foot_tright a {
    display: flex;
    align-items: center;
}

.head_mid .navbar-nav > li {
    display: inline-block;
    float: none;
}

.main_navigation {
    width: 100%;
    padding: 9px 0;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-collapse.collapse {
    float: none;
    padding: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    padding: 20px 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
    transition: linear 0.3s;
    position: relative;
    margin: 0 15px 0 0;
    color: #ffffffbf;
}

.head_mid .navbar-nav > li > a:hover {
    color: #c1b174;
}



.head_mid .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    background: #c1b174;
    height: 2px;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 100%;
    transition: linear 0.3s;
}
.head_mid .navbar-nav > li > a:hover::before {
    right: 0;
}

/***********************************************************/



/***********************************************************/
.dropdown-menu{padding:8px 0;margin:0;background-color:#fff;top:65px;}
ul.dropdown-menu{position:absolute;width: 280px;top: 57px;left:0;margin:auto;background: #101417;padding:5px 25px 25px 20px;text-align:left;border-radius:0 0 5px 5px;}
.dropdown-menu > li > a{color: #fff;text-align:left;font-size: 18px;text-transform:capitalize;font-weight: 600;padding:10px 0 5px;letter-spacing: 2px;}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus{background:transparent;color: #ECA223;}
ul.dropdown-menu li{width:100%;border-bottom: 1px solid #ECA223;}
.caret {
    color: #ffffffbf;
    margin-left: 9px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #000;
    background-color: transparent;
}

.nav.navbar-nav {
    display: block;
    text-align: center;
}

.navbar-nav {
    float: none;
}

.navbar.navbar-inverse {
    margin-bottom: 0;
}

.navbar {
    min-height: auto;
}

.navbar-inverse .navbar-nav > li > a.main_btn {
    padding: 10px 30px;
    top: 14px;
    color: #000;
    font-weight: 600;
}

.navbar-inverse .navbar-nav > li > a.main_btn:hover {
    background: #342ead;
    color: #fff;
}


.head_right {width: 100%;margin: 3px 0;text-align: right;}
.head_right ul li {display: inline-block;margin: 0 0 0 20px;}
.head_right ul li a {font-size: 20px;color: #ffffff;transition: .3s all;transition: linear .3s all;position: relative;vertical-align: middle;font-weight: 400;}
.head_right ul li a:hover {color: #000;}
.head_right ul li a span {margin: 0 10px 0 0;color: #fff;}
.head_right span { margin: 0 15px 0 0; }

.head_right ul li a:hover {
    color: #ECA223;
}



.head_right ul li a:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 100%;
    transition: linear 0.3s;
}
.head_right ul li a:hover::before {
    right: 0;
}


ul.dropdown-menu.services {
    left: -140%;
    width: 750px;
}
ul.dropdown-menu.video {
    left: -242px;
    width: 750px;
}
ul.dropdown-menu.industry {
    left: -366px;
    width: 750px;
}


/************************** section 1  ************************************/
.h_banner {
    width: 100%;
}
.h_banner .container {
    background: url(img/main_banner1.jpg) no-repeat center bottom 70%;
    background-size: cover;
    overflow: hidden;
    width: 92vw;
    margin: 50px auto 0;
    border-radius: 40px;
}

.ban_box {
    width: 100%;
    text-align: center;
}
.ban_box img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0px 20px 20px #000);
    position: relative;
    z-index: 1;
}

.ban_img1 {
    width: 20%;
    position: absolute;
    top: 52%;
    left: 19%;
    z-index: 0;
}
.ban_img2 {
    width: 20%;
    position: absolute;
    top: 52%;
    right: 18%;
    z-index: 0;
}

/************************** section 1  ************************************/
.h_sec1 {
    background: url(img/s1_banner.png) no-repeat center bottom;
    background-size: cover;
    padding: 250px 40px;
    position: relative;
    z-index: 999;
}
.h_sec1::after {
    content: "";
    position: absolute;
    background: url(img/s1_img1.png) no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: 117% 17%;
    z-index: -1;
}
.s1_left {
    width: 100%;
}

.s1_left p {border-left: 20px solid #c1b174;padding: 0 20px 0 10px;color: #000;}
/************************** section 1  ************************************/
/************************** section 1  ************************************/

.h_sec2 {
    background: url(img/s2_banner.png) no-repeat center top;
    background-size: cover;
    padding: 250px 40px;
}
.s2_left {
    width: 100%;
}

.s2_left p {border-left: 20px solid #c1b174;padding: 0 20px 0 10px;}
/************************** section 1  ************************************/

.h_sec3 {
    background: #0000008a url(img/s3_banner.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 250px 40px;
    position: relative;
    background-blend-mode: overlay;
}
.h_sec3::before {
    content: "";
    position: absolute;
    background: #000000c4;
    backdrop-filter: blur(5px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
}
.s3_left {
    width: 100%;
}

.s3_left p {border-left: 20px solid #c1b174;padding: 0 20px 0 10px;color: #ffffffbf;margin: 0 0 20px;}
/************************** section 1  ************************************/
.h_sec4 {
    background: url(img/s4_banner.jpg) no-repeat center top;
    background-size: cover;
    padding: 250px 40px;
}
.s4_left {
    width: 100%;
    background: #fff;
    padding: 30px;
}

.s4_left p {border-left: 20px solid #c1b174;padding: 0 20px 0 10px; margin: 0 0 20px;}

.s4_left a {color: #000000bf}

/************************** section 1  ************************************/
.h_sec5 {
    width: 100%;
}
.s5_top {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
}
.s5_top h2 {
    color: #000;
}
.s5_box {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 5px;
    margin: 30px 0 0;
}

.s5_box a img {
    transition: linear 0.3s;
    box-shadow: 0px 2px 5px;
}

.s5_box:hover a img {
    transform: scale(1.03);
}

.s5_box h4 {
    font-size: 24px;
    margin: 20px 10px 0;
    font-weight: 700;
    color: #000;
}

.s5_box:hover a h4 {
    text-decoration: underline;
}

.s5_bot {
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
    border-top: 4px solid #000;
    padding: 40px 0 0;
}

.s5_bot a {
    color: #000;
    background: #c1b174;
}

.s5_bot a:hover {
    transform: scale(1.1);
}
/************************** section 1  ************************************/
.s6_box {
    width: 100%;
    padding: 30px 0 60px;
}

.s6_box img {
    width: 100%;
}
/************************** section 1  ************************************/
.h_sec7 {
    background: #000;
    text-align: center;
}
.s7_top h2 {
    font-size: 60px;
    color: #fff;
}

.s7_box {
    width: 100%;
    margin: 30px 0 0;
}
.s7_box img {/* filter: grayscale(1); */transition: linear 0.3s;}

.s7_box:hover img {
    filter: none;
}
/************************** blogs  ************************************/
/************************** blogs  ************************************/
.blog_banner.sec {
    background: #bfb07357;
}
.blog_ban_box.s5_box {
    padding: 0 0;
    margin: 0;
}
.blog_ban_box.s5_box h4 {
    margin: 0 0 0 50px;
}
.blog_ban_box a {
    display: flex;
    align-items: center;
}

.blog_ban_box a h4 {
    font-size: 52px;
}
/************************** section 1  ************************************/
.blog_sec1 {
    width: 100%;
    background: #121212;
    text-align: center;
    
}
.blog_s1_box {
    width: 100%;
}

.blog_s1_box h3 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}

.blog_s1_box p {
    color: #fff;
    margin: 20px 0;
}
/************************** blogs  ************************************/
/************************** blogs  ************************************/
/************************** about us  ************************************/
.about_banner {
    width: 100%;
    background: #000000b0 url(img/about_banner1.jpg) no-repeat center bottom 71%;
    background-size: cover;
    height: 90vh;
    background-blend-mode: overlay;
    position: relative;
}
.about_banner::before {
    content: "";
    position: absolute;
    background: #ffffff1a;
    backdrop-filter: blur(35px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 72%;
}
.about_ban_box {
    width: 100%;
    margin: 4% 0 0;
}

.about_ban_box h1 {
    font-size: 105px;
    font-weight: 900;
    color: #c1b174;
    text-transform: uppercase;
    font-style: italic;
    margin: 30px 0 0;
}
.about_ban_box ul li {
    position: relative;
    padding: 0 0 0 25px;
    color: #fff;
}

.about_ban_box ul li::before {
    content: "";
    position: absolute;
    background: #c1b174;
    width: 13px;
    height: 13px;
    top: 6px;
    bottom: 0;
    left: 0;
    right: 0;
}

/************************** section 1  ************************************/
.about_s1_top {
    width: 100%;
    text-align: center;
    margin: 0px 0 50px;
}

.about_s1_top h2 {
    color: #000;
    font-weight: 500;
    font-style: italic;
    font-size: 35px;
}
.about_s1_top h2 span {
    font-weight: 900;
    font-size: 40px;
    line-height: normal;
    color: #000;
}

.about_s1_bleft h3 {
    font-size: 20px;
}
.about_s1_bleft {
    padding: 0 0 0 50px;
}

.about_s1_bright {
    padding: 0 50px 0 0;
    margin: -70px 0 0;
}

/************************** section 1  ************************************/
.about_sec3 {
    width: 100%;
    background: #000 url(img/s2_banner.png) no-repeat;
    background-size: cover;
}

.about_s3_bleft h2 {
    font-weight: 600;
    font-style: italic;
    font-size: 45px;
    color: #fff;
    margin: 0 0 20px;
}

.about_s3_bleft h3 {
    color: #fff;
    font-size: 22px;
}
.about_s3_bright {
    display: none;
}
/************************** about us  ************************************/
/************************** Project  ************************************/
.project_banner video {/* position: absolute; */top: -2%;width: 100%;right: 0;transform: scale(1);z-index: 0;height: 100vh;object-fit: fill;}

.project_banner {
    width: 100%;
    background: url(img/project_banner.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0 250px;
}

.project_ban_right {
    width: 100%;
    margin: 80px 0 0;
}

.project_ban_right h2 {
    color: #fff;
    font-size: 70px;
    font-style: italic;
}

.project_ban_right h3 {
    color: #fff;
    font-size: 26px;
}
.project_ban_bot {
    width: 100%;
    border-top: 2px solid #fff;
    text-align: center;
}

.project_ban_bot h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    padding: 20px 40px 0;
}
/************************** section 1  ************************************/
.project_sec1 {
    width: 100%;
    margin: -200px 0 0;
}
.project_s1_box {
    width: 100%;
    text-align: center;
}

.project_s1_box video {
    width: 100%;
    height: 60vh;
    object-fit: fill;
}


/************************** section 1  ************************************/
.project_sec2 {
    width: 100%;
    padding: 60px 0 0;
}
.project_s2_top {
    width: 100%;
    text-align: center;
}

.project_s2_top h2 {
    font-style: italic;
}
/************************** section 1  ************************************/
.project_s3_top {
    width: 100%;
    text-align: center;
}

.project_s3_top h3 {
    font-size: 60px;
    font-weight: 700;
}

.project_s3_top h3 span {
    color: #c1b174;
}
.project_s3_bot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.project_s3_bot::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    border: 1px solid #c1b174;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
}
.project_s3_bot_left {
    width: 50%;
    padding: 0 100px 0 0;
}
.project_s3_bot_left.left2 {
    width: 50%;
    padding: 0 0 0 100px;
}

.project_s3_bot_right {width: auto;padding: 50px 0 50px 0;}
.project_s3_bot_left h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 10px;
}
/************************** Project  ************************************/
/************************** Portfolio  ************************************/
.folio_banner {
    width: 100%;
    background: url(img/folio_banner.jpg) no-repeat center bottom 60%;
    background-size: cover;
    padding: 60px 0;
}
.folio_ban_box {
    width: 100%;
    border-top: 3px solid #c1b174;
    padding: 20px;
    border-radius: 15px;
}
.folio.s6_box {}

.folio.s6_box {
    padding: 60px 0;
}
/************************** section 1  ************************************/
.folio_sec1 {
    background: #121212;
}
.folio_s1_top h2 {
    background: #c1b174;
    display: inline-block;
    padding: 10px;
    color: #000;
}
.folio_s1_top {
    width: 100%;
    margin: 0 0 30px;
}
.folio_s1_box {
    border: 1px solid #c1b174;
    padding: 90px 10px 10px 10px;
    overflow: hidden;
    height: 190px;
}
.folio_s1_box:hover {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #c1b174 100%);
    transition: linear 0.3s;
}
.folio_s1_box p {
    color: #fff;
    line-height: normal;
}

.folio_s1_box_text {
    opacity: 0;
    transform: translateY(40px);
    transition: linear 0.3s;
    padding: 10px;
    margin: -90px 0 0;
}

.folio_s1_box:hover .folio_s1_box_text {
    transform: translateY(0);
    opacity: 1;
}

.folio_s1_box_img {
    transition: linear 0.4s;
    margin: 0 0 15px;
}
.folio_s1_box:hover .folio_s1_box_img {
    transform: translateY(-80px);
    opacity: 1;
}

/************************** section 1  ************************************/
.folio_sec2 {
    background: #121212;
}



.folio_s2_main {
    width: 100%;
    display: flex;
    align-items: center;
}

.folio_s1_right {
    width: 100%;
    padding: 0 80px;
}

.folio_s1_right h2 {
    font-size: 45px;
    font-style: italic;
    color: #c1b174;
    margin: 20px 0 15px;
}

.folio_s1_right a {
    margin: 20px 0 0;

}
.folio_s1_right p, a.main_btn1 {
    color: #fff;
}
/************************** Portfolio  ************************************/
.in_blog_s1_box h2 {
    color: #121212;
    text-transform: capitalize;
    font-size: 45px;
}
.in_blog_s1_box h3 {
    font-weight: 700;
    margin: 20px 0;
}

p.in_blog_para span {
    color: #baab70;
}

p.in_blog_para strong {
    color: #000;
}

p.in_blog_para {
    margin: 20px 0 0;
}
p.in_blog_para a {
    color: #000;
    text-decoration: underline !important;
}
p.in_blog_para a:hover {
    color: #0577cb;
}
.in_blog_s1_btn {
    width: 100%;
    text-align: center;
    margin: 50px 0 0;
}

.in_blog_s1_btn a {
    color: #baab70;
    font-size: 20px;
    font-weight: 500;
}

/************************** section 1  ************************************/
.con1_lbox h5 {
    font-size: 20px;
    margin: 10px 0 10px;
}
.con_sec1.sec {
    background: url(img/s1_banner.png) no-repeat center bottom;
    background-size: cover;
}
/************************** section 1  ************************************/
/************************** section 1  ************************************/

/***************************footer*******************************/
.footer {
    width: 100%;
    background: #121212;
    
}

.foot_top {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.foot_top p {
    color: #fff;
}

.foot_form {
    width: 100%;
    margin: 20px 0;
}

.foot_form input.form-control {margin-bottom:0;background-color:#262626;border:none;color: #fff !important;height: 55px;/*width:380px;*/width:50%;padding-left:25px;color:#676767;margin-top:-3px;border-radius: 0;}

.foot_form input.main_btn1 {
    border-radius: 0;
}
.foot_bot {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 2px solid #fff;
}

.foot_bot p {
    color: #fff;
}


/**************************************************/
/**************************************************/

/*responsive*/
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 980px) {

    h2, .s7_top h2, .about_s1_top h2, .project_ban_right h2, .folio_s1_right h2  {
    font-size: 30px;
}
    .head_line h3 {
    font-size: 11px;
}   

    .main_btn1 {
    background: transparent;
    padding: 8px 10px;
    font-size: 12px;
    border: 2px solid #c1b174;
    transition: linear 0.3s;
}
    .navbar-inverse .navbar-nav > li > a {
    padding: 12px 0;
    font-size: 13px;
    margin: 0 5px 0 0;
}
    .head_right {
    margin: 0;
}
    .h_sec1 {
    padding: 100px 40px 60px;
}
    .h_sec1::after {
    background-position: 97% 10%;
    background-size: 46%;
}
    .h_sec2 {
    background: url(img/s2_banner.png) no-repeat center top -40%;
    padding: 60px 40px;
    background-size: 90%;
}
    .h_sec3 {
    padding: 60px 40px;
}
    .h_sec3::before {
    right: 0%;
}
    .h_sec4 {
    padding: 60px 40px;
}
    .s4_left p {
    padding: 0 0 0 10px;
}
    .s5_box {
    margin: 0;
}
    .s5_box h4 {
    font-size: 18px;
}
    .blog_ban_box.s5_box a img {
    width: 45%;
}
    .blog_ban_box.s5_box h4 {
    margin: 0 0 0 30px;
}
    .blog_ban_box a h4 {
    font-size: 32px;
}
    .about_ban_box h1 {
    font-size: 75px;
}
    .about_s1_bright {
    padding: 0;
    margin: -50px 0 0;
}
    .about_s1_bleft h3 {
    font-size: 18px;
}
    .about_sec3 {
    width: 100%;
    background: #000 url(img/s2_banner.png) no-repeat bottom;
    background-size: 100%;
}
    .about_s3_bleft h2 {
    font-size: 34px;
}
    .about_s3_bleft h3 {
    font-size: 16px;
}   
    .project_ban_right {
    margin: 40px 0 0;
}
    .project_ban_right h3, .project_ban_bot h3 {
    font-size: 20px;
}
    .project_s3_top h3 {
    font-size: 40px;
}
    .project_s3_bot_left {
    padding: 0 30px 0 0;
}   
    .project_s3_bot_left.left2 {
    padding: 0 0 0 30px;
}
    .project_s3_bot_right {
    width: 50%;
    padding: 50px 30px 50px 30px;
}
    .folio.s6_box {
    padding: 30px 0;
}
    .folio_s1_right {
    padding: 15px 80px;
}
    .folio_s1_box p {
    font-size: 12px;
}
    .folio_s1_right h2 {
    font-size: 20px;
}
    .folio_s1_right p, a.main_btn1 {
    font-size: 14px;
}

}
@media screen and (max-width: 767px) {
    h2, .s7_top h2, .about_s1_top h2, .project_ban_right h2, .folio_s1_right h2 {
    font-size: 20px;
}
    a.main_btn1 {
    width: 100%;
    text-align: center;
}
    .sec {
    padding: 30px 0;
}
    .head_top,.head_right {
    display: none;
}
    button.navbar-toggle {
    margin: -50px 15px 0 0;
}
    .navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #c1b174;
}
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #c1b174;
}   
    .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000000;
}
    .head_mid .navbar-nav > li {
    display: block;
}
    .navbar-inverse .navbar-nav > li > a {
    padding: 10px 0;
}
    .h_banner .container {
    margin: 30px auto 0;
}
    .h_sec1,.h_sec3,.h_sec5 {
    padding: 30px 0;
}
    .h_sec1::after {
    display: none;
}
    .h_sec2 {
    background: none;
    padding: 30px 0;
}
    .h_sec4 {
    padding: 0;
}
    .s4_left {
    padding: 10px;
}   
    .s6_box {
    padding: 0px 0 10px;
}
/*****************************************/
    .blog_ban_box.s5_box a img {
    display: none;
}
    .blog_ban_box.s5_box a h4 {
    font-size: 24px;
    margin: 0;
    text-align: center;
}
    .blog_s1_box h3 {
    font-size: 20px;
}
    .blog_s1_box .foot_form {
    margin: 0;
}   
/*****************************************/
    .about_ban_box h1 {
    font-size: 22px;
}
    .about_banner {
    background: #00000085 url(img/about_banner1.jpg) no-repeat center bottom 71%;
    padding: 90px 0 120px;
    height: auto;
    background-size: cover; 
}
    .about_banner::before,.about_ban_box ul {
    display: none;
}   
    .about_s1_top {
    text-align: center;
    margin: 0px 0 20px;
}
    .about_s1_top h2{
    font-size: 14px;
}
    .about_s1_top h2 span {
    font-size: 22px;
}

    .about_s1_bleft {
    padding: 0;
    text-align: center;
}
    .about_s1_bleft h3 {
    font-size: 16px;
}   
    .about_s1_bright {
    display: none;
}
    .about_s3_bleft h2 {
    font-size: 20px;
}
    .about_s3_bleft h3 {
    font-size: 14px;
}
    .about_sec3 {
    background-image: none;
}
/*****************************************/
    .project_ban_right {
    margin: 20px 0 0;
}
    .project_ban_right h3, .project_ban_bot h3 {
    font-size: 16px;
}
    .project_ban_bot h3 {
    padding: 20px 0 0;
}
    .project_sec2 {
    padding: 30px 0 0;
}
    .project_s3_top h3 {
    font-size: 30px;
}
    .project_s3_bot_left h4 {
    font-size: 20px;
}
    .project_s3_bot_left {
    width: auto;
}
    .project_s3_bot::before,.project_s3_bot_right {
    display: none;
}
    .project_s3_bot_left.left2 {
    padding: 0;
    text-align: right;
    width: auto;
}
/*****************************************/
    .folio_banner {
    padding: 30px 0;
}
    .folio.s6_box {
    padding: 10px 0;
}   
    .folio_s1_left {
    display: none;
}
    .folio_s1_right {
    padding: 15px 10px;
}   
    .folio_s2_main {
    display: block;
}
/*****************************************/
    .con1_right {
    margin: 20px 0 0;
}
    .con1_lbox a {
    font-size: 13px;
}
    button.main_btn2 {
    width: 100%;
}
    .con2_box h3 {
    font-size: 20px;
}
/*****************************************/
.in_blog_s1_box h2 {
    font-size: 20px;
}
    .in_blog_s1_box h3 {
    font-size: 18px;
}
/*****************************************/
    .foot_top p {
    color: #fff;
    font-size: 13px;
}
    .foot_form {
    position: relative;
}
    .foot_form input.form-control {
    width: 100%;
}
    .foot_form .main_btn1 {
    position: absolute;
    padding: 16px 12px;
    top: 0;
    right: 0;
}
    .foot_top {
    padding: 30px 0;
}
    .foot_bot p {
    font-size: 12px;
}
}
